.page_intro_block .ttl_box {
  margin-top: 1.7%;
  padding-left: 10.8%;
}
.page_intro_block .ttl_box::before {
  background: url(../img/common/price_illust01.png) no-repeat center bottom;
  background-size: contain;
  width: 218px;
  width: min(16vw, 218px);
  height: min(calc(16vw * 0.858), 187px);
  display: block;
}

.sec_recycle .top_txt {
  position: relative;
  text-align: center;
}
.sec_recycle .top_txt::after {
  content: "";
  background: var(--site-primary);
  width: 40px;
  height: 24px;
  position: absolute;
  bottom: -23px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.sec_recycle .top_txt p {
  font-size: min(3.5vw, 47px);
  font-weight: bold;
  padding: 18px 0 22px;
  position: relative;
  display: inline-block;
}
.sec_recycle .top_txt p::before {
  content: "";
  background: url(../img/common/icon_recycle.png) no-repeat;
  background-size: contain;
  width: 70px;
  height: 64px;
  position: absolute;
  left: -92px;
  top: 24%;
  transform: skewX(10deg);
}
.sec_recycle .compare_list {
  margin-top: 15px;
}
.sec_recycle .compare_list .ttl {
  font-size: min(2.3vw, 25px);
  background: #999;
  color: #fff;
  padding: 3% 0 3.4%;
}
.sec_recycle .compare_list li {
  width: 31.25%;
}
.sec_recycle .compare_list li:first-child {
  margin-top: -10px;
}
.sec_recycle .compare_list li:first-child .ttl {
  font-size: min(2.5vw, 28px);
  background: #4c99d4;
  padding: 3.2% 0 3.8%;
}
.sec_recycle .compare_list li p {
  padding: 9% 11.2% 11.5%;
}

.sec_sdgs .sec_ttl_box {
  background: url(../img/common/bg_town04-2.png) no-repeat bottom center;
  background-size: 100% auto;
  padding-bottom: 2.8%;
  margin-top: -10px;
}
.sec_sdgs .sec_ttl_box p {
  font-size: 19px;
  margin-top: 15px;
}
.sec_sdgs .sec_ttl {
  font-size: min(4.8vw, 60px);
  padding-left: 1.2em;
}
.sec_sdgs .sec_ttl .txt_primarycolor {
  position: relative;
}
.sec_sdgs .sec_ttl .txt_primarycolor::before {
  content: "";
  background: url(../img/environment/icon_sdgs.png) no-repeat;
  background-size: contain;
  width: min(64%, 101px);
  height: 93px;
  position: absolute;
  left: -75%;
  top: 2%;
  transform: skewX(10deg);
}
.sec_sdgs .box_wrapper img {
  margin-top: 18px;
}
.sec_sdgs .box_wrapper .border_box {
  font-size: min(2.0vw, 23px);
  font-weight: bold;
  padding: 1.4% 0 1.6%;
  margin: 50px 0 -10px;
}

@media only screen and (max-width: 960px) {
  .sec_recycle .top_txt p::before {
    width: 49px;
    height: 44.8px;
    left: -65px;
  }
  .sec_sdgs .sec_ttl_box {
    margin-top: 0;
  }
  .sec_sdgs .sec_ttl_box p {
    font-size: 16px;
  }
  .sec_sdgs .box_wrapper .border_box {
    margin: 30px 0 0;
  }
}
@media only screen and (max-width: 568px) {
  .page_intro_block .ttl_box {
    margin-top: 0;
    padding-left: 0;
  }
  .page_intro_block .ttl_box::before {
    width: 125px;
    height: 107px;
    margin-left: 20px;
  }
  .sec_recycle .top_txt {
    text-align: left;
    padding: 0 5.3vw;
  }
  .sec_recycle .top_txt p {
    font-size: 24px;
    text-align: left;
    text-indent: -0.2em;
    line-height: 1.35;
    padding: 15px 0 17px 55px;
  }
  .sec_recycle .top_txt p::before {
    width: 46px;
    height: 42px;
    left: -6px;
    top: 28%;
  }
  .sec_recycle .top_txt::after {
    width: 20px;
    height: 12px;
    bottom: -11px;
  }
  .sec_recycle .compare_list {
    flex-direction: column;
    gap: 20px 0;
    margin-top: 10px;
  }
  .sec_recycle .compare_list li {
    width: 100%;
  }
  .sec_recycle .compare_list li .ttl {
    font-size: 21px;
    padding: 2% 0 2.2%;
  }
  .sec_recycle .compare_list li:first-child .ttl {
    font-size: 23px;
    padding: 2.6% 0 3.2%;
  }
  .sec_recycle .compare_list li p {
    padding: 15px 20px 20px;
  }
  .sec_recycle .caution_box {
    margin-top: 30px;
  }
  .sec_sdgs .sec_ttl {
    font-size: 29px;
    padding-left: 0.5em;
  }
  .sec_sdgs .sec_ttl .txt_primarycolor::before {
    width: 51px;
    height: 47px;
    left: -77%;
    top: 0;
  }
  .sec_sdgs .sec_ttl_box {
    background: none;
    padding-bottom: 20px;
    margin-top: 13px;
  }
  .sec_sdgs .box_wrapper {
    margin: 0 -5.3vw;
    width: initial;
  }
  .sec_sdgs .box_wrapper img {
    margin-top: 5px;
  }
  .sec_sdgs .box_wrapper .border_box {
    font-size: 19px;
    line-height: 1.5;
    padding: 14px 0 16px;
    margin: 20px 0 10px;
  }
}/*# sourceMappingURL=environment.css.map */