section#lead_area .txt-h1 {
  color: #ffffff;
  height: 16.458333vw;
}

@media screen and (max-width: 767px) {
  section#lead_area .txt-h1 {
    height: 100px;
  }
}
/*==========================================================================
section#garbage01_area
========================================================================== */
section#garbage01_area {
  position: relative;
}
section#garbage01_area::before {
  content: "";
  background: url(../img/garbage_icon.webp) center no-repeat;
  background-size: cover;
  width: 12.5vw;
  height: 12.5vw;
  position: absolute;
  right: 20.05%;
  top: 4vw;
}
section#garbage01_area .inner {
  padding-top: 10.065972vw;
}
section#garbage01_area .ttl {
  margin-bottom: 5.2083333333vw;
}
section#garbage01_area .ttl .txt-h2 {
  color: #006B37;
}
section#garbage01_area .ttl .txt-h2 .h2s {
  display: block;
}
section#garbage01_area .comment .txt-p {
  line-height: 2em;
}
section#garbage01_area .box {
  justify-content: space-between;
  margin-top: 5.787037037vw;
}
section#garbage01_area .box article {
  width: 32%;
}
section#garbage01_area .box article .img-box {
  width: 100%;
  height: 13vw;
  margin-bottom: 1.4467592593vw;
}
section#garbage01_area .box article .txt-box .txt-h3 {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1vw;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 1.4467592593vw;
}
section#garbage01_area .box article .txt-box .txt-h3::before {
  content: "";
  background: #04934E;
  width: 1.2vw;
  height: 1.2vw;
  display: inline-block;
}
section#garbage01_area .box article .txt-box .txt-h3 span {
  position: absolute;
  right: -3vw;
  bottom: 0.15vw;
}
section#garbage01_area .box article .txt-box .txt-p {
  line-height: 2em;
}
section#garbage01_area .box article .txt-box .txt-p span {
  font-weight: 700;
}
section#garbage01_area .txt-n {
  text-align: center;
  margin-top: 5.787037037vw;
  line-height: 3em;
}
section#garbage01_area .txt-n span {
  display: block;
  text-decoration: underline;
}
section#garbage01_area .plink {
  margin: 0 auto;
  margin-top: 1.5625vw;
}

@media screen and (max-width: 767px) {
  section#garbage01_area::before {
    content: "";
    background: url(../img/garbage_icon.webp) center no-repeat;
    background-size: cover;
    right: 8.75%;
    top: 20px;
    width: 100px;
    height: 100px;
  }
  section#garbage01_area .inner {
    padding-top: 80px;
  }
  section#garbage01_area .ttl {
    margin-bottom: 40px;
  }
  section#garbage01_area .ttl .txt-h2 {
    font-size: 18px;
  }
  section#garbage01_area .ttl .txt-h2 .h2s {
    font-size: 14px;
  }
  section#garbage01_area .comment .txt-h3 {
    font-size: 16px;
    margin-bottom: 15px;
  }
  section#garbage01_area .comment .txt-p {
    font-size: 14px;
  }
  section#garbage01_area .box {
    margin-top: 40px;
  }
  section#garbage01_area .box article {
    justify-content: space-between;
    width: 100%;
  }
  section#garbage01_area .box article .img-box {
    width: 100%;
    height: 53vw;
    margin-bottom: 15px;
  }
  section#garbage01_area .box article .txt-box {
    width: 100%;
  }
  section#garbage01_area .box article .txt-box .txt-h3 {
    font-size: 16px;
    gap: 10px;
    margin-bottom: 5px;
    font-weight: 600;
  }
  section#garbage01_area .box article .txt-box .txt-h3::before {
    width: 15px;
    height: 15px;
  }
  section#garbage01_area .box article .txt-box .txt-p {
    font-size: 14px;
  }
  section#garbage01_area .box article .txt-box .txt-p span {
    font-weight: 700;
  }
  section#garbage01_area .box article:nth-of-type(n+2) {
    margin-top: 40px;
  }
  section#garbage01_area .box article:nth-of-type(2n) .img-box {
    order: 2;
  }
  section#garbage01_area .box article:nth-of-type(2n) .txt-box {
    order: 1;
  }
  section#garbage01_area .txt-n {
    font-size: 14px;
    line-height: 1.8em;
    margin-top: 40px;
    padding-top: 30px;
    border-top: solid 1.5px #04934E;
  }
  section#garbage01_area .txt-n span {
    margin-top: 10px;
    font-size: 16px;
  }
  section#garbage01_area .plink {
    margin-top: 20px;
  }
}
/*==========================================================================
section#garbage02_area
========================================================================== */
section#garbage02_area {
  position: relative;
}
section#garbage02_area .inner {
  padding-top: 7vw;
}
section#garbage02_area .txt-h2 {
  margin-bottom: 5.2083333333vw;
  color: #006B37;
}
section#garbage02_area .txt-h2 .h2s {
  display: block;
}
section#garbage02_area .list-box {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5vw 3.5%;
}
section#garbage02_area .list-box li {
  width: 31%;
}
section#garbage02_area .list-box .img-box {
  height: 15vw;
  margin-bottom: 1.2vw;
}
section#garbage02_area .list-box .txt-h3 {
  margin-bottom: 0.8vw;
}

@media screen and (max-width: 767px) {
  section#garbage02_area .inner {
    padding-top: 60px;
  }
  section#garbage02_area .txt-h2 {
    margin-bottom: 40px;
    font-size: 18px;
  }
  section#garbage02_area .txt-h2 .h2s {
    font-size: 14px;
  }
  section#garbage02_area .list-box {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 4%;
  }
  section#garbage02_area .list-box li {
    width: 100%;
  }
  section#garbage02_area .list-box .img-box {
    height: 60vw;
    margin-bottom: 15px;
  }
  section#garbage02_area .list-box .txt-h3 {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 600;
  }
  section#garbage02_area .list-box .txt-p {
    font-size: 14px;
  }
}
/*# sourceMappingURL=garbage.css.map */