@charset "UTF-8";
section#lead_area .txt-h1 {
  color: #ffffff;
  height: 16.458333vw;
}

@media screen and (max-width: 767px) {
  section#lead_area .txt-h1 {
    height: 100px;
  }
}
/*==========================================================================
section#septictank01_area
========================================================================== */
section#septictank01_area {
  position: relative;
}
section#septictank01_area::before {
  content: "";
  background: url(../img/jokaso_icon.webp) center no-repeat;
  background-size: cover;
  width: 12.5vw;
  height: 12.5vw;
  position: absolute;
  right: 20.05%;
  top: 4vw;
}
section#septictank01_area .inner {
  padding-top: 10.065972vw;
  padding-bottom: 8.6805555556vw;
}
section#septictank01_area .ttl {
  margin-bottom: 5.2083333333vw;
}
section#septictank01_area .ttl .txt-h2 {
  color: #04934E;
}
section#septictank01_area .ttl .txt-h2 .h2s {
  display: block;
  color: #006B37;
}
section#septictank01_area .comment .txt-h3 {
  margin-bottom: 1vw;
}
section#septictank01_area .comment .txt-p {
  line-height: 2em;
}
section#septictank01_area .box .item-box {
  margin-top: 5.787037037vw;
}
section#septictank01_area .box .item-box .img-box {
  margin-top: 3.4722222222vw;
  justify-content: space-between;
}
section#septictank01_area .box .item-box .img-box .img1 {
  width: 32%;
}
section#septictank01_area .box .item-box .img-box .img1 img {
  height: 14vw;
}
section#septictank01_area .box .item-box .img-box .img1 .txt-h5 {
  margin-top: 1vw;
  letter-spacing: normal;
}
section#septictank01_area .box .item-box .txt-box .txt-h4 {
  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#septictank01_area .box .item-box .txt-box .txt-h4::before {
  content: "";
  background: #04934E;
  width: 1.3310185185vw;
  height: 1.3310185185vw;
  display: inline-block;
}
section#septictank01_area .box .item-box .txt-box .txt-h4 span {
  position: absolute;
  right: -3vw;
  bottom: 0.15vw;
}
section#septictank01_area .box .item-box .txt-box .txt-p {
  line-height: 2em;
}
section#septictank01_area .box .item-box .txt-box .txt-p span {
  font-weight: 700;
}
section#septictank01_area .box .item-box:nth-of-type(n+2) {
  margin-top: 3.6458333333vw;
}
section#septictank01_area .box .item-box:nth-of-type(2n) .img-box {
  order: 2;
}
section#septictank01_area .box .item-box:nth-of-type(2n) .txt-box {
  order: 1;
}

@media screen and (max-width: 767px) {
  section#septictank01_area::before {
    content: "";
    background: url(../img/jokaso_icon.webp) center no-repeat;
    background-size: cover;
    right: 3.75%;
    top: 14px;
    width: 100px;
    height: 100px;
  }
  section#septictank01_area .inner {
    padding-top: 80px;
    padding-bottom: 60px;
  }
  section#septictank01_area .ttl {
    margin-bottom: 40px;
  }
  section#septictank01_area .ttl .txt-h2 {
    font-size: 18px;
  }
  section#septictank01_area .ttl .txt-h2 .h2s {
    font-size: 14px;
  }
  section#septictank01_area .comment .txt-h3 {
    font-size: 16px;
    margin-bottom: 15px;
  }
  section#septictank01_area .comment .txt-p {
    font-size: 14px;
  }
  section#septictank01_area .box .item-box {
    justify-content: space-between;
    margin-top: 40px;
  }
  section#septictank01_area .box .item-box .img-box {
    width: 100%;
    margin-top: 30px;
  }
  section#septictank01_area .box .item-box .img-box .img1 {
    width: 100%;
  }
  section#septictank01_area .box .item-box .img-box .img1 img {
    height: 58vw;
  }
  section#septictank01_area .box .item-box .img-box .img1 .txt-h5 {
    font-size: 12px;
    text-align: center;
  }
  section#septictank01_area .box .item-box .img-box .img1:nth-child(n+2) {
    margin-top: 20px;
  }
  section#septictank01_area .box .item-box .txt-box {
    width: 100%;
  }
  section#septictank01_area .box .item-box .txt-box .txt-h4 {
    font-size: 16px;
    gap: 10px;
    margin-bottom: 10px;
    font-weight: 600;
  }
  section#septictank01_area .box .item-box .txt-box .txt-h4::before {
    width: 15px;
    height: 15px;
  }
  section#septictank01_area .box .item-box .txt-box .txt-p {
    font-size: 14px;
  }
  section#septictank01_area .box .item-box .txt-box .txt-p span {
    font-weight: 700;
  }
  section#septictank01_area .box .item-box:nth-of-type(n+2) {
    margin-top: 40px;
  }
  section#septictank01_area .box .item-box:nth-of-type(2n) .img-box {
    order: 2;
  }
  section#septictank01_area .box .item-box:nth-of-type(2n) .txt-box {
    order: 1;
  }
}
/*==========================================================================
section#septictank02_area
========================================================================== */
section#septictank02_area {
  background: #F9F9F9;
  padding: 8.6805555556vw 0;
}
section#septictank02_area .ttl {
  margin-bottom: 2.2083333333vw;
}
section#septictank02_area .ttl .txt-h2 .h2s {
  display: block;
}
section#septictank02_area table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
section#septictank02_area table th {
  background: #D9D9D9;
  padding: 0.6vw 3.1828703704vw;
  text-align: start;
  border: solid 1px #969393;
}
section#septictank02_area table td {
  padding: 0.6vw 3.1828703704vw;
  text-align: start;
}
section#septictank02_area table tbody td {
  border: solid 1px #D9D9D9;
}
section#septictank02_area .txt-p {
  text-align: end;
  margin-top: 2.34375vw;
}

@media screen and (max-width: 767px) {
  section#septictank02_area {
    padding: 60px 0;
  }
  section#septictank02_area .ttl {
    margin-bottom: 30px;
  }
  section#septictank02_area .ttl .txt-h2 {
    font-size: 18px;
    display: flex;
    align-items: center;
  }
  section#septictank02_area table {
    width: 100%;
    border-spacing: 0;
  }
  section#septictank02_area table tr {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 0;
    border: solid 2px #04934E;
  }
  section#septictank02_area table tr:nth-child(odd) {
    border-bottom: none;
  }
  section#septictank02_area table tr:nth-child(2n) {
    border-top: none;
  }
  section#septictank02_area table tr:nth-child(3) {
    margin-top: 30px;
  }
  section#septictank02_area table thead {
    display: none;
  }
  section#septictank02_area table tbody td {
    padding: 10px;
    font-size: 14px;
    width: 100%;
    border-top: solid 1px #D9D9D9;
  }
  section#septictank02_area .txt-p {
    margin-top: 20px;
    font-size: 12px;
    text-align: start;
  }
}
/*==========================================================================
section#septictank03_area
========================================================================== */
section#septictank03_area .inner {
  padding: 5.2083333333vw 0 0;
}
section#septictank03_area .ttl {
  margin-bottom: 5.2083333333vw;
}
section#septictank03_area .ttl .txt-h2 {
  color: #006B37;
}
section#septictank03_area .ttl .txt-h2 .h2s {
  display: block;
}
section#septictank03_area .list-box {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 1vw 1.7%;
}
section#septictank03_area .list-box li {
  width: 32.2%;
  padding: 2.1875vw 1.3020833333vw;
  box-sizing: border-box;
  border: solid 1px #04934E;
  position: relative;
  box-shadow: 2px 4px 4px 2px rgba(0, 0, 0, 0.25);
}
section#septictank03_area .list-box li:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 0.8vw 0.8vw; /* 下と左に三角形を作る */
  border-color: transparent transparent #04934E transparent; /* 三角形の色を下だけ */
}
section#septictank03_area .list-box li .txt-n {
  position: absolute;
  position: absolute;
  left: 1vw;
  top: 1vw;
}
section#septictank03_area .list-box li .img-box {
  height: 10.4166666667vw;
  width: auto;
  text-align: center;
}
section#septictank03_area .list-box li .img-box img {
  width: auto;
}

@media screen and (max-width: 767px) {
  section#septictank03_area .inner {
    padding: 60px 0 0;
  }
  section#septictank03_area .ttl {
    margin-bottom: 40px;
  }
  section#septictank03_area .ttl .txt-h2 {
    font-size: 18px;
  }
  section#septictank03_area .ttl .txt-h2 .h2s {
    font-size: 14px;
  }
  section#septictank03_area .list-box {
    position: relative;
    flex-wrap: wrap;
    gap: 30px 2%;
  }
  section#septictank03_area .list-box li {
    width: 100%;
    padding: 40px 20px;
  }
  section#septictank03_area .list-box li:after {
    border-width: 0 0 15px 15px; /* 下と左に三角形を作る */
  }
  section#septictank03_area .list-box li .txt-n {
    left: 10px;
    top: 10px;
    font-size: 16px;
  }
  section#septictank03_area .list-box li .img-box {
    height: 40vw;
  }
  section#septictank03_area .list-box li .txt-p {
    font-size: 14px;
  }
}
/*# sourceMappingURL=septictank.css.map */