@charset "UTF-8";
/* **************************************


     追加


***************************************/
/*最小値:$value+0.2 → 可変（$value + 0.625vw（画面幅320px:2px, 800px:5px, 1200px:7.5px,2560px:12px））→ 最大値:$value + 1.2*/
/* =============================================================================


     service


============================================================================= */
.about {
  padding: 120px 0;
}

.about-head {
  font-size: clamp(3.8rem, calc(3.6rem + (0.625vw * 1)), 4.8rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.3;
  text-align: center;
}

.about-txt {
  font-size: clamp(1.6rem, calc(1.4rem + (0.625vw * 1)), 2.6rem);
  font-weight: normal;
  margin-top: 28px;
  text-align: center;
}

/* =============================================================================


     pl


============================================================================= */
.pl {
  margin-top: 100px;
  overflow: hidden;
  position: relative;
}

.pl-contents {
  padding: 100px 0;
  position: relative;
  z-index: 1;
}

.pl-contents:nth-of-type(1) {
  padding-top: 0;
}

.pl-contents:before {
  background: #eee;
  bottom: 0%;
  content: "";
  height: calc(100% - (200px + 20vw));
  left: calc(50%);
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100vw;
  z-index: -1;
}

.pl-content-inner {
  margin: auto 5% 0 25%;
  width: 70%;
}

.pl-num {
  font-family: "tt_commons_pro", sans-serif;
  font-size: clamp(2.4rem, calc(2.2rem + (0.625vw * 1)), 3.4rem);
  font-weight: bold;
}

.pl-ttl {
  color: #202c7e;
  font-size: clamp(4.1rem, calc(3.9rem + (0.625vw * 1)), 5.1rem);
  font-weight: 900;
  line-height: 1.2;
}

.pl-img {
  margin-top: 24px;
  width: 108%;
}

.pl-img img {
  width: 100%;
}

.pl-txt {
  font-size: clamp(1.6rem, calc(1.4rem + (0.625vw * 1)), 2.6rem);
  margin-top: 20px;
}

.pl-cause {
  padding-top: 100px;
  position: relative;
}

.pl-cause:before {
  background: #eee;
  content: "";
  height: 100%;
  left: calc(50% - 14%);
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100vw;
}

.pl-cause-ttl {
  font-size: clamp(3rem, calc(2.8rem + (0.625vw * 1)), 4rem);
  font-weight: bold;
  position: relative;
  z-index: 1;
}

.pl-cause-ttl:before {
  background: #fff;
  border-radius: 50%;
  content: "";
  height: 1.5em;
  left: -0.75em;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.5em;
  z-index: -1;
}

.pl-cause-item {
  position: relative;
}

.pl-cause-item + li {
  margin-top: 30px;
}

.pl-cause-itemttl {
  font-size: clamp(1.8rem, calc(1.6rem + (0.625vw * 1)), 2.8rem);
  font-weight: 700;
  margin-top: 12px;
}

.pl-cause-ba {
  gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 24px;
}

.pl-cause-ba._re {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.pl-cause-befores,
.pl-cause-afters {
  gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(50% - 20px);
}

.pl-cause-img {
  position: relative;
  width: 100%;
}

.pl-cause-img img {
  width: 100%;
}

.pl-cause-img._re {
  width: calc(50% - 20px);
}

.re_after-img {
  position: relative;
  width: calc(50% - 20px);
}

.re_after-img img {
  width: 100%;
}

.pl-cause-img:before {
  /*   clip-path: polygon(100% 0, 0% 100%, 100% 100%); */
  background: #fd0;
  bottom: 0;
  content: "";
  font-size: clamp(1.8rem, calc(1.6rem + (0.625vw * 1)), 2.8rem);
  height: 46px;
  height: clamp(40px, calc(40px + (0.625vw * 1)), 55px);
  position: absolute;
  right: 0;
  width: 46px;
  width: calc(4.5em + 10px);
}

.pl-cause-imgtxt {
  bottom: 20px;
  bottom: 10px;
  color: #202c7e;
  font-family: "tt_commons_pro", sans-serif;
  font-size: clamp(1.8rem, calc(1.6rem + (0.625vw * 1)), 2.8rem);
  font-weight: 700;
  line-height: 1;
  margin-left: auto;
  padding: 0 5px;
  position: absolute;
  right: 0;
  text-align: center;
  width: 100%;
  width: 4.5em;
}

.pl-cause-itemtxt {
  font-size: clamp(1.4rem, calc(1.2rem + (0.625vw * 1)), 2.4rem);
  margin-top: 32px;
}

/* =============================================================================


     re


============================================================================= */
.re_contents {
  background: #eee;
  padding: 100px 0;
  position: relative;
  z-index: 1;
}

.re_after {
  margin-top: 60px;
}

.re_after-txt,
.re_after-img {
  width: calc(50% - 20px);
}

.re_after-txt {
  font-size: clamp(1rem, calc(0.8rem + (0.625vw * 1)), 2rem);
}

.re_list,
.re_after-content {
  gap: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 24px;
}

.re_list-ttl {
  width: 100%;
}

.re_item {
  position: relative;
  width: calc(50% - 20px);
}

.re_item img {
  width: 100%;
}

.works-container {
  padding-top: 120px;
}

.works-container-ttl,
.re_list-ttl {
  font-size: clamp(3rem, calc(2.8rem + (0.625vw * 1)), 4rem);
  font-weight: bold;
  position: relative;
  z-index: 1;
}

.re_after-ttl {
  color: #202c7e;
  font-size: clamp(1.8rem, calc(1.6rem + (0.625vw * 1)), 2.8rem);
  font-weight: 700;
  margin-top: 12px;
}

.re_content + .re_content {
  margin-top: 60px;
}

@media (max-width: 1208px){
  .about-head {
    font-size: clamp(3.4rem, calc(3.2rem + (0.625vw * 1)), 4.4rem);
  }
  .pl-contents:before {
    height: calc(100% - (100px + 20vw));
  }
  .pl-ttl {
    font-size: clamp(3.6rem, calc(3.4rem + (0.625vw * 1)), 4.6rem);
  }
}

@media (max-width: 767px){
  .about {
    padding: 60px 0 20px;
  }
  .about-head {
    font-size: clamp(2.4rem, calc(2.2rem + (0.625vw * 1)), 3.4rem);
  }
  .about-txt {
    font-size: clamp(1.5rem, calc(1.3rem + (0.625vw * 1)), 2.5rem);
  }
  .pl {
    margin-top: 40px;
  }
  .pl-contents {
    padding: 40px 0;
  }
  .pl-contents:before {
    height: calc(100% - (80px + 20vw));
  }
  .pl-content-inner {
    margin: auto;
    padding: 0 16px;
    width: 100%;
  }
  .pl-ttl {
    font-size: clamp(2.8rem, calc(2.6rem + (0.625vw * 1)), 3.8rem);
  }
  .pl-img {
    width: calc(100% + pd-sp);
  }
  .pl-txt {
    font-size: clamp(1.7rem, calc(1.5rem + (0.625vw * 1)), 2.7rem);
  }
  .pl-cause {
    padding-top: 40px;
  }
  .pl-cause-ba {
    gap: 10px;
  }
  .pl-cause-ba._re {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .pl-cause-befores,
  .pl-cause-afters {
    width: calc(50% - 5px);
  }
  .pl-cause-img._re {
    width: 100%;
  }
  .re_after-img {
    width: calc(50% - 5px);
  }
  .pl-cause-itemtxt {
    font-size: clamp(1.6rem, calc(1.4rem + (0.625vw * 1)), 2.6rem);
    margin-top: 20px;
  }
  .re_contents {
    padding: 40px 0;
  }
  .re_after-txt,
  .re_after-img {
    width: 100%;
  }
  .re_after-txt {
    font-size: clamp(1.4rem, calc(1.2rem + (0.625vw * 1)), 2.4rem);
  }
  .re_list,
  .re_after-content {
    gap: 10px;
  }
  .re_item {
    width: calc(50% - 5px);
  }
  .works-container {
    padding-top: 50px;
  }
}


/*# sourceMappingURL=plumbing.css.map*/