#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;
  }
}

/*===============================================
 *	市町村ページ 作業事例
===============================================*/
.case_box.area_case_box .photo {
  width: 48%;
}
.case_box.area_case_box .case_cost {
  width: 48%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.case_box.area_case_box .case_cost li {
  width: 100%;
  border: 2px solid #4c7acf;
}
.case_box.area_case_box .case_cost li > span {
  text-align: center;
}
.case_box.area_case_box .case_cost li .cost_ttl {
  width: 40%;
  background: #4c7acf;
  font-size: 18px;
  font-weight: bold;
  padding: 0.75em 0.5em;
}
.case_box.area_case_box .case_cost li .cost_content {
  width: 60%;
  font-weight: bold;
  padding: 0.25em 0.5em;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.case_box.area_case_box .case_cost li.total_cost {
  border-color: var(--site-keycolor);
}
.case_box.area_case_box .case_cost li.total_cost .cost_ttl{
  background: var(--site-keycolor);
  display: flex;
  align-items: center;
  justify-content: center;
}
.case_box.area_case_box .case_cost li.total_cost .cost_price em {
  font-size: 1.7em;
  line-height: 1.1;
  margin-bottom: 0.2em;
  color: var(--site-keycolor);
} 
.case_box.area_case_box .case_cost li.total_cost .cost_price .yen {
  font-size: 0.7em;
} 
.case_box.area_case_box .case_cost li.collect_item {
  border-color: var(--site-primary);
}
.case_box.area_case_box .case_cost li.collect_item .cost_ttl {
  background: var(--site-primary);
}
.case_box.area_case_box .staff_msg {
  margin-top: 25px;
}
@media screen and (max-width: 960px) {
  .case_box.area_case_box .case_cost li .cost_ttl {
    font-size: 16px;
    padding: 0.5em 0.25em;
  }
}
@media screen and (max-width: 568px) {
  .case_box.area_case_box {
    border-radius: 10px;
  }
  .case_box.area_case_box .case_box_content {
    flex-direction: column;
    gap: 16px 0;
  }
  .case_box.area_case_box .photo {
    width: 100%;
    margin: 0;
  }
  .case_box.area_case_box .case_cost {
    width: 100%;
    gap: 8px 0;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .case_box.area_case_box .case_cost li .cost_ttl {
    width: 37%;
    font-size: 14px;
    padding: 0.25em 0.25em;
  }
  .case_box.area_case_box .case_cost li .cost_content {
    width: 63%;
    font-size: 14px;
  }
  .case_box.area_case_box .case_cost li.total_cost .cost_price em {
    font-size: 1.4em;
  }
  .case_box.area_case_box .case_cost li:nth-child(4),.case_box.area_case_box
   .case_cost li:nth-child(5) {
    width: 50%;
  }
  .case_box.area_case_box .case_cost li:nth-child(4) .cost_ttl,
  .case_box.area_case_box .case_cost li:nth-child(5) .cost_ttl {
    width: 50%;
  }
  .case_box.area_case_box .case_cost li:nth-child(4) .cost_content,
  .case_box.area_case_box .case_cost li:nth-child(5) .cost_content {
    width: 50%;
  }
}
/*# sourceMappingURL=area.css.map */