@charset "UTF-8";
/*===============================================
 *	市町村ページ 導入部分
===============================================*/
.sec_area_intro {
  padding: 25px 0 70px;
  position: relative;
  z-index: 1;
}

.sec_area_intro .breadcrumbs {
  margin: 0 0 110px;
}

.sec_area_intro .area_box {
  border-radius: 40px;
  position: relative;
}

.sec_area_intro .area_box::before {
  content: '';
  background: url(../img/common/bg_dot_circle.png) no-repeat;
  background-size: contain;
  width: 372px;
  height: 372px;
  position: absolute;
  top: 78px;
  left: -100px;
  z-index: -1;
}

.sec_area_intro .ttl {
  font-size: 40px;
  font-weight: 900;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  padding: 15px 0 23px;
  border-radius: 40px 40px 0 0;
  position: relative;
}

.sec_area_intro .ttl::before, .sec_area_intro .ttl::after {
  content: '';
  width: 332px;
  height: 69px;
  position: absolute;
  top: -69px;
  z-index: -1;
}

.sec_area_intro .ttl::before {
  background: url(../img/area/bg_city.svg) no-repeat;
  background-size: contain;
  left: 37px;
}

.sec_area_intro .ttl::after {
  background: url(../img/area/bg_city.svg) no-repeat;
  background-size: contain;
  right: 37px;
}

.sec_area_intro .ttl .area_name {
  font-size: 0.8em;
  display: inline-block;
  padding: 7px 1.5em 9px;
  border-radius: 50px;
  margin: -50px 0 8px;
}

.sec_area_intro .ttl .txt_color {
  color: #ffff29;
}

.sec_area_intro .content {
  padding-bottom: 60px;
}

.sec_area_intro .content .txt_box {
  width: 48.5%;
  margin-top: -8px;
}

.sec_area_intro .content .main_img {
  width: 46.7%;
  -webkit-box-shadow: 5px 5px 0 rgba(201, 201, 201, 0.25);
          box-shadow: 5px 5px 0 rgba(201, 201, 201, 0.25);
  border-radius: 10px;
}

.sec_area_intro .content ul {
  gap: 0 5%;
  margin-top: 20px;
}

.sec_area_intro .content ul li img {
  -webkit-box-shadow: 5px 5px 0 rgba(201, 201, 201, 0.25);
          box-shadow: 5px 5px 0 rgba(201, 201, 201, 0.25);
  border-radius: 10px;
}

.sec_area_intro .content .under_box {
  margin-top: 50px;
}

.sec_area_intro .content .under_box picture {
  width: 43.8%;
}

.sec_area_intro .content .under_box p {
  width: 51.6%;
  margin-top: -8px;
}

@media only screen and (max-width: 1024px) {
  .sec_area_intro {
    padding: 25px 0 60px;
  }
  .sec_area_intro .breadcrumbs {
    margin-bottom: 95px;
  }
  .sec_area_intro .ttl {
    font-size: 34px;
    padding: 15px 0 16px;
  }
}

@media only screen and (max-width: 960px) {
  .sec_area_intro {
    padding: 2vw 0 6vw;
  }
  .sec_area_intro .breadcrumbs {
    margin-bottom: 70px;
  }
  .sec_area_intro .area_box {
    border-radius: 20px;
  }
  .sec_area_intro .ttl {
    font-size: 26px;
    padding: 15px 0 16px;
    border-radius: 20px 20px 0 0;
  }
  .sec_area_intro .ttl::before, .sec_area_intro .ttl::after {
    width: 240px;
    height: 50px;
    top: -50px;
  }
  .sec_area_intro .ttl .area_name {
    margin-bottom: 4px;
  }
  .sec_area_intro .content {
    padding-bottom: 4vw;
  }
  .sec_area_intro .content .txt_box {
    width: 49.5%;
    margin-top: -6px;
  }
  .sec_area_intro .content .under_box {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 568px) {
  .sec_area_intro {
    padding: 45px 0 25px;
  }
  .sec_area_intro .area_box {
    border-radius: 10px;
  }
  .sec_area_intro .area_box::before {
    content: none;
  }
  .sec_area_intro .ttl {
    font-size: 20px;
    padding: 14px 0 13px;
    border-radius: 10px 10px 0 0;
  }
  .sec_area_intro .ttl::before, .sec_area_intro .ttl::after {
    top: -24px;
  }
  .sec_area_intro .ttl::before {
    width: 56px;
    height: 30px;
    background: url(../img/area/bg_city01_sp.svg) no-repeat;
    background-size: contain;
    left: 2%;
  }
  .sec_area_intro .ttl::after {
    width: 55px;
    height: 31px;
    background: url(../img/area/bg_city02_sp.svg) no-repeat;
    background-size: contain;
    right: 3%;
  }
  .sec_area_intro .ttl .area_name {
    font-size: 0.75em;
    padding: 5px 1.5em 5px;
    margin: -32px 0 7px;
  }
  .sec_area_intro .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .sec_area_intro .content .txt_box {
    width: 100%;
    margin-top: 15px;
  }
  .sec_area_intro .content .main_img {
    width: 100%;
  }
  .sec_area_intro .content ul {
    margin-top: 15px;
    margin-bottom: 10px;
  }
  .sec_area_intro .content ul li img {
    border-radius: 5px;
  }
  .sec_area_intro .content > .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .sec_area_intro .content .under_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 15px;
  }
  .sec_area_intro .content .under_box picture {
    width: 100%;
  }
  .sec_area_intro .content .under_box p {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 10px;
  }
}

/*===============================================
 *	スタッフより・ゴミ分別ルール・お困りではありませんか
===============================================*/
.area_original {
  overflow: hidden;
}

.staff_box .ttl {
  font-size: 32px;
  padding: 20px 0 22px;
}

.staff_box > div {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 70% 25%;
      grid-template-columns: 70% 25%;
  -ms-grid-rows: auto 1fr;
      grid-template-rows: auto 1fr;
  -webkit-column-gap: 5%;
          column-gap: 5%;
  padding-top: 20px;
}

.staff_box .content_ttl {
  font-size: 26px;
  margin: 18px 0 18px;
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
}

.staff_box p {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 2;
  grid-row: 2;
}

.staff_box img {
  -ms-grid-column: 2;
  grid-column: 2;
  grid-row: 1 / -1;
}

.point_box {
  margin-top: 120px;
}

.point_box dt {
  font-size: 22px;
  font-weight: bold;
  padding: 18px 0 20px 60px;
  border-bottom: 2px solid #e6e6e6;
  margin-bottom: 15px;
}

.point_box dt:nth-of-type(1) {
  background: url(../img/common/icon_num01_green.svg) no-repeat left center;
  background-size: 47px 47px;
}

.point_box dt:nth-of-type(2) {
  background: url(../img/common/icon_num02_green.svg) no-repeat left center;
  background-size: 47px 47px;
}

.point_box dt:nth-of-type(3) {
  background: url(../img/common/icon_num03_green.svg) no-repeat left center;
  background-size: 47px 47px;
}

.point_box dd {
  margin-bottom: 25px;
}

.point_box .box {
  padding: 30px 45px;
  background: url(../img/area/box_bg.png) no-repeat;
  background-size: cover;
  border-radius: 10px;
  margin: 40px 0 0;
}

.point_box .box img {
  width: 24.3%;
}

.point_box .box p {
  width: 72.4%;
}

.problem_box {
  margin-top: 100px;
}

.problem_box .ttl {
  font-size: 36px;
  font-weight: 900;
  margin-bottom: 45px;
}

.problem_box .ttl span {
  position: relative;
}

.problem_box .ttl span::before, .problem_box .ttl span::after {
  content: '';
  width: 38px;
  height: 77px;
  position: absolute;
  top: -10px;
}

.problem_box .ttl span::before {
  background: url(../img/area/dot_left.svg) no-repeat;
  background-size: contain;
  left: -50px;
}

.problem_box .ttl span::after {
  background: url(../img/area/dot_right.svg) no-repeat;
  background-size: contain;
  right: -45px;
}

.problem_box ul {
  background: #e4fff8;
  -webkit-box-shadow: 7px 8px 0 #00aa55;
          box-shadow: 7px 8px 0 #00aa55;
  border-radius: 40px;
  padding: 80px 110px 45px;
  position: relative;
}

.problem_box ul::before {
  content: '';
  background: url(../img/area/problem_img01.png) no-repeat;
  background-size: contain;
  width: 118px;
  height: 204px;
  position: absolute;
  left: -30px;
  bottom: -30px;
  z-index: 1;
}

.problem_box ul::after {
  content: '';
  background: url(../img/area/problem_img02.png) no-repeat;
  background-size: contain;
  width: 127px;
  height: 204px;
  position: absolute;
  right: -30px;
  bottom: -30px;
  z-index: 1;
}

.problem_box li {
  font-size: 23px;
  font-weight: bold;
  background: url(../img/common/icon_check_green.svg) no-repeat left top 3px;
  background-size: 35px 35px;
  padding: 0 0 26px 58px;
  position: relative;
}

.problem_box li:first-child::before, .problem_box li:first-child::after {
  content: '';
  background: #ffdc4a;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  position: absolute;
  top: -35px;
}

.problem_box li:first-child::before {
  left: -60px;
}

.problem_box li:first-child::after {
  right: -60px;
}

.problem_box .large_txt {
  font-size: 32px;
  font-weight: 900;
  position: relative;
  margin-top: 112px;
}

.problem_box .large_txt .size {
  font-size: 1.18em;
}

.problem_box .large_txt::before {
  content: '';
  background: url(../img/area/dot_arrow.svg) no-repeat;
  background-size: contain;
  width: 88px;
  height: 118px;
  position: absolute;
  top: -130px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.problem_box .large_txt::after {
  content: '';
  background: url(../img/area/problem_bg.png) no-repeat center;
  background-size: cover;
  position: absolute;
  width: 100vw;
  height: 519px;
  top: -358px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}

.problem_box .box {
  margin: 65px 0 10px;
}

.problem_box .box p {
  width: 55%;
  font-size: 18px;
  line-height: 2.0;
  position: relative;
  padding-left: 20px;
}

.problem_box .box p::before {
  content: '';
  background: url(../img/common/bg_circle_yellow.png) no-repeat;
  background-size: contain;
  width: 55px;
  height: 55px;
  position: absolute;
  top: -17px;
  left: -8px;
  z-index: -1;
}

.problem_box .box img {
  width: 40%;
  border-radius: 20px;
  -webkit-box-shadow: 8px 8px 0 #ffe36a;
          box-shadow: 8px 8px 0 #ffe36a;
}

@media only screen and (max-width: 1024px) {
  .staff_box .ttl {
    font-size: 28px;
    padding: 18px 0 19px;
  }
  .staff_box .content_ttl {
    font-size: 22px;
    margin: 18px 0 12px;
  }
  .point_box {
    margin-top: 100px;
  }
  .point_box dt {
    padding: 16px 0 14px 60px;
    margin-bottom: 12px;
  }
  .point_box dd {
    margin-bottom: 15px;
  }
  .point_box .box {
    margin-top: 30px;
  }
  .problem_box {
    margin-top: 80px;
  }
  .problem_box .ttl {
    font-size: 30px;
    margin-bottom: 35px;
  }
  .problem_box .ttl span::before, .problem_box .ttl span::after {
    width: 30px;
  }
  .problem_box li {
    font-size: 20px;
    background-size: 30px 30px;
    padding: 0 0 22px 46px;
  }
  .problem_box .large_txt {
    font-size: 30px;
  }
  .problem_box .large_txt::after {
    top: -370px;
  }
}

@media only screen and (max-width: 960px) {
  .staff_box .ttl {
    font-size: 23px;
    padding: 16px 0 17px;
  }
  .staff_box .content_ttl {
    font-size: 19px;
    margin: 8px 0 10px;
  }
  .point_box {
    margin-top: 10vw;
  }
  .point_box dt {
    font-size: 18px;
    padding: 13px 0 14px 55px;
    margin-bottom: 10px;
    background-size: 40px 40px !important;
  }
  .point_box .box {
    margin-top: 30px;
    padding: 22px 22px;
  }
  .problem_box {
    margin-top: 65px;
  }
  .problem_box .ttl {
    font-size: 26px;
    margin-bottom: 28px;
  }
  .problem_box .ttl span::before, .problem_box .ttl span::after {
    width: 30px;
  }
  .problem_box ul {
    padding: 40px 6vw 45px;
  }
  .problem_box ul::before {
    width: 103px;
    height: 178px;
  }
  .problem_box ul::after {
    width: 104px;
    height: 166px;
  }
  .problem_box li {
    font-size: 18px;
    background-size: 25px 25px;
    padding: 0 0 17px 37px;
  }
  .problem_box li:first-child::before, .problem_box li:first-child::after {
    content: none;
  }
  .problem_box .large_txt {
    font-size: 25px;
    margin-top: 102px;
  }
  .problem_box .large_txt::before {
    width: 80px;
    height: 106px;
    top: -118px;
  }
  .problem_box .large_txt::after {
    top: -370px;
  }
  .problem_box .box p {
    font-size: 16px;
  }
  .problem_box .box img {
    width: 42%;
  }
}

@media only screen and (max-width: 568px) {
  .area_original {
    padding-bottom: 25px;
  }
  .staff_box .ttl {
    font-size: 19px;
    line-height: 1.4;
    padding: 8px 0;
  }
  .staff_box > div {
    display: block;
    padding-top: 15px;
  }
  .staff_box .content_ttl {
    width: 100%;
    font-size: 19px;
    margin: 0 0 10px;
  }
  .staff_box img {
    float: right;
    width: 47%;
    margin: 0 0 10px 10px;
  }
  .point_box {
    margin-top: 65px;
  }
  .point_box dt {
    font-size: 17px;
    line-height: 1.4;
    background-size: 35px 35px !important;
    padding: 7px 0 12px 45px;
    margin-bottom: 8px;
  }
  .point_box .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px 20px;
    background: url(../img/area/box_bg_sp.png) no-repeat;
    background-size: cover;
    margin-top: 20px;
  }
  .point_box .box img {
    width: 100%;
    margin-bottom: 10px;
  }
  .point_box .box p {
    width: 100%;
  }
  .problem_box {
    margin-top: 40px;
  }
  .problem_box .ttl {
    font-size: 21px;
    margin-bottom: 12px;
  }
  .problem_box .ttl span::before {
    left: -95px;
    top: -3px;
  }
  .problem_box .ttl span::after {
    right: -38px;
    top: -3px;
  }
  .problem_box ul {
    border-radius: 10px;
    padding: 26px 20px 30px;
  }
  .problem_box ul::before, .problem_box ul::after {
    bottom: -77px;
  }
  .problem_box ul::before {
    width: 80px;
    height: 138px;
  }
  .problem_box ul::after {
    width: 83px;
    height: 133px;
  }
  .problem_box li {
    font-size: 16px;
    background-size: 22px 22px;
    padding: 0px 0 14px 32px;
    background-position: top 4px left;
  }
  .problem_box .large_txt {
    font-size: 18px;
  }
  .problem_box .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-bottom: 0;
  }
  .problem_box .box p {
    width: 100%;
    padding: 0;
    font-size: 15px;
    line-height: 1.75;
    margin-top: 40px;
  }
  .problem_box .box p::before {
    top: -20px;
    left: -26px;
  }
  .problem_box .box img {
    width: 100%;
    border-radius: 10px;
  }
}

/*===============================================
 *	対応エリア ページ
===============================================*/
#sub_main .ttl span::before {
  background: url(../img/area/icon_area.svg) no-repeat;
  background-size: contain;
}

.page_intro_box .photo {
  width: 32%;
}

.page_intro_box .photo::after {
  content: none;
}

.page_intro_box .txt_box {
  margin-top: 58px;
  width: 62%;
}

@media only screen and (max-width: 960px) {
  .page_intro_box .txt_box {
    margin-top: 13px;
  }
}

@media only screen and (max-width: 568px) {
  .page_intro_box {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .page_intro_box .photo {
    width: 77%;
    margin-left: -5%;
  }
  .page_intro_box .photo::after {
    content: none;
  }
  .page_intro_box .txt_box {
    width: 100%;
    margin-top: 10px;
  }
}
/*# sourceMappingURL=area.css.map */