#area_intro {
  background: #e6f0ff url(../img/common/effect_line_blue.png) no-repeat top center;
}

#area_intro .ttl_section_top {
  margin: 56px 0 36px;
}

#area_intro .photo_main {
  width: 48.3%;
  max-width: 540px;
}

#area_intro .txt_box {
  width: 48.3%;
  max-width: 540px;
}

#area_intro .txt_box p {
  margin: -8px 0 34px;
}

#area_intro .txt_box li {
  width: 49.1%;
  max-width: 265px;
}

#staff_msg .ttl_section_top {
  margin-top: -90px;
}

#staff_msg .ttl_section_top .before_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

#staff_msg .ttl_section_top .before_icon::before {
  content: '';
  background: url(../img/top/icon_staff.png) no-repeat;
  background-size: contain;
  width: 50px;
  height: 67px;
  display: inline-block;
  margin-right: 20px;
  position: relative;
  top: 5px;
}

#staff_msg .bg_gray {
  padding: 50px 50px;
}

#staff_msg .bg_gray img {
  width: 27.5%;
  max-width: 280px;
}

#staff_msg .bg_gray p {
  width: 68.7%;
  margin-top: -8px;
}

#area_archive .intro_box .ttl {
  font-size: 32px;
}

#area_archive .intro_box .photo {
  text-align: center;
}

#area_archive .intro_box img {
  max-width: 398px;
}

#area_archive .area_box {
  margin: 60px 0 0;
}

@media screen and (max-width: 1024px) {
  #area_intro .txt_box p {
    margin-bottom: 20px;
  }
  #area_archive .intro_box .ttl {
    font-size: 28px;
  }
}

@media screen and (max-width: 960px) {
  #area_intro .ttl_section_top {
    margin: 40px 0 30px;
  }
  #area_intro .txt_box p {
    margin: -5px 0 15px;
  }
  #staff_msg .ttl_section_top {
    margin-top: -40px;
    padding-left: 62px;
  }
  #staff_msg .ttl_section_top .before_icon {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #staff_msg .ttl_section_top .before_icon::before {
    position: absolute;
    width: 46px;
    height: 62px;
    left: 0;
    top: 12px;
  }
  #staff_msg .bg_gray {
    padding: 4.5vw 4.5vw;
  }
  #area_archive .intro_box .ttl {
    font-size: 23px;
  }
}

@media screen and (max-width: 568px) {
  #area_intro {
    background: #e6f0ff url(../img/common/effect_line_blue_sp.png) no-repeat top center;
    background-size: contain;
    padding-bottom: 25px;
  }
  #area_intro .ttl_section_top {
    margin: -12px 0 20px;
  }
  #area_intro .content_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #area_intro .photo_main {
    width: 100%;
    max-width: initial;
    margin-bottom: 12px;
  }
  #area_intro .txt_box {
    width: 100%;
    max-width: initial;
  }
  #area_intro .txt_box p {
    margin: 0 0 20px;
  }
  #area_intro .txt_box li {
    width: 48.5%;
    max-width: initial;
  }
  #area_intro .txt_box li img {
    border-radius: 5px;
  }
  #staff_msg {
    padding-bottom: 0;
  }
  #staff_msg .ttl_section_top {
    padding: 0;
    margin: -38px 0 20px;
  }
  #staff_msg .ttl_section_top .before_icon {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  #staff_msg .ttl_section_top .before_icon::before {
    width: 37px;
    height: 50px;
    position: relative;
    top: 0;
    margin: 0 0 8px;
  }
  #staff_msg .bg_gray {
    margin: 0 -5.3vw;
    display: block;
    border-radius: 0;
    padding: 24px 5.3vw 24px;
  }
  #staff_msg .bg_gray img {
    float: left;
    width: 47.8%;
    margin-right: 4.5%;
  }
  #staff_msg .bg_gray p {
    width: 100%;
  }
  #area_archive .intro_box .ttl {
    font-size: 21px;
    margin-bottom: 10px;
  }
  #area_archive .intro_box img {
    width: 80.7%;
    margin-bottom: 20px;
  }
  #area_archive .area_box {
    margin-top: 30px;
  }
}
/*# sourceMappingURL=area.css.map */