@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:opsz,wght@14..32,900&display=swap");
ol li, ul li {
  list-style: none;
}

em {
  font-style: normal;
}

.bnr {
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.bnr:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
@media screen and (max-width: 640px) {
  .bnr:hover {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.bnr-tel {
  pointer-events: none;
}
@media screen and (max-width: 640px) {
  .bnr-tel {
    pointer-events: auto;
  }
}

.pcOn {
  display: block !important;
}
@media screen and (max-width: 640px) {
  .pcOn {
    display: none !important;
  }
}

.spOn {
  display: none !important;
}
@media screen and (max-width: 640px) {
  .spOn {
    display: block !important;
  }
}

.yellow-line {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffff66));
  background: linear-gradient(transparent 60%, #ffff66 60%);
  font-weight: 500;
}

p .bg-blue {
  background: #ACE1F7;
}

.anchor-offset {
  padding-top: 40px;
  margin-top: -40px;
}
@media screen and (max-width: 640px) {
  .anchor-offset {
    padding-top: 30px;
    margin-top: -30px;
  }
}

.article {
  overflow-x: hidden;
}

.article .container {
  max-width: none;
}

.single-block-contents {
  margin: 48px auto 0;
}
.single-block-contents ul li:nth-of-type(10)::before {
  content: "10";
}
.single-block-contents ul li .limit {
  color: #fff;
  background: #FF5555;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  border-radius: 6px;
  padding: 1px 10px 2px;
  margin-left: 10px;
}
@media screen and (max-width: 640px) {
  .single-block-contents ul li .limit {
    font-size: 14px;
    padding: 0px 6px 1px;
    margin-left: 16px;
  }
}

.single-block__inner, .m-articleContents__box__inner {
  margin: 0;
}

.fv .single-fv-block-title {
  font-size: 26px;
}
@media screen and (max-width: 640px) {
  .fv .single-fv-block-title {
    font-size: 24px;
    line-height: 1.3;
  }
}

.m-articleContents__box__inner p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 0;
}
@media screen and (max-width: 640px) {
  .m-articleContents__box__inner p {
    font-size: 14px;
  }
}

.imgBox p + p {
  line-height: 1.5;
  margin-top: 15px !important;
}

.imgBox p + p + p {
  margin-top: 8px !important;
}

.m-articleContents__box__inner ul li {
  list-style: none;
}

.m-articleContents__box__inner ul,
.m-articleContents__box__inner ol {
  padding-left: 0;
  margin-bottom: 0;
  line-height: 1;
}

.m-articleContents__box p a:not([class*=btn]):not([href$=".jpg"]) {
  font-weight: 700;
}

.archive-block {
  margin: 120px 0 115px;
}
@media screen and (max-width: 640px) {
  .archive-block {
    margin: 60px 0 55px;
  }
}

.archive-block .container {
  max-width: 900px;
}

ol li {
  list-style: none !important;
}

sup {
  vertical-align: super;
  font-size: 0.6em;
}

.fv {
  padding-top: 48px;
}

.single-block {
  position: relative;
}
.single-block::before {
  content: "注：上図は診断のイメージであり、聴診器で配管内部の状況がわかるわけではありません。";
  font-size: 16px;
  font-weight: 500;
  position: absolute;
  top: -72px;
  left: 16px;
}
@media screen and (max-width: 640px) {
  .single-block::before {
    content: none;
  }
}

@media screen and (max-width: 640px) {
  .single-fv-block-pic::before {
    content: "注：上図は診断のイメージであり、\a聴診器で配管内部の状況がわかるわけではありません。";
    white-space: pre-line;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
    position: absolute;
    bottom: -44px;
    left: 8px;
  }
}

@media screen and (max-width: 640px) {
  .single-fv-block-box {
    padding: 60px 20px 25px !important;
  }
}

.head-txt__body {
  font-size: 16px;
  line-height: 1.8 !important;
}
@media screen and (max-width: 640px) {
  .head-txt__body {
    font-size: 14px;
    letter-spacing: 0.04em;
  }
}

.pink-bg-txt {
  color: #fff;
  background: #ED7C9A;
  font-weight: 700;
  line-height: 1 !important;
  display: inline-block;
  padding: 6px 16px;
}
@media screen and (max-width: 640px) {
  .pink-bg-txt {
    font-size: 13px !important;
    padding: 4px 10px;
  }
}

.pink-highlight-txt {
  color: #ED7C9A;
  font-size: 20px !important;
  font-weight: 700;
  line-height: 1.4 !important;
}
@media screen and (max-width: 640px) {
  .pink-highlight-txt {
    font-size: 16px !important;
    line-height: 1.56 !important;
  }
}
.pink-highlight-txt span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(60%, rgba(237, 124, 154, 0.1019607843)));
  background: linear-gradient(transparent 40%, rgba(237, 124, 154, 0.1019607843) 60%);
}

.sectionTit {
  position: relative;
  color: #1968A2;
  font-size: 26px !important;
  font-weight: 700;
  line-height: 1.5 !important;
  text-align: center;
  border-top: 2px solid #1968A2;
  border-bottom: 2px solid #1968A2;
  padding: 42px 0 32px;
}
@media screen and (max-width: 640px) {
  .sectionTit {
    font-size: 18px !important;
    letter-spacing: -0.05em;
    border-top: 1px solid #1968A2;
    border-bottom: 1px solid #1968A2;
    padding: 24px 0 12px;
  }
}
.sectionTit::before {
  content: "";
  background: url(../uploads/drain-pipe-renewal_sectionTit-ico.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: -32px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100px;
  height: 62px;
}
@media screen and (max-width: 640px) {
  .sectionTit::before {
    top: -24px;
    width: 72px;
    height: 45px;
  }
}

.sectionTopTxt {
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .sectionTopTxt {
    margin-top: 20px;
  }
}

.yellowHead {
  font-size: 20px !important;
  font-weight: 500;
  line-height: 1.3 !important;
  text-align: center;
  margin-top: 32px;
}
@media screen and (max-width: 640px) {
  .yellowHead {
    font-size: 16px !important;
    margin-top: 16px;
  }
}
.yellowHead span {
  border-top: 6px solid #FFF462;
  border-bottom: 6px solid #FFF462;
  display: inline-block;
  padding: 4px 16px;
}
@media screen and (max-width: 640px) {
  .yellowHead span {
    border-top: 3px solid #FFF462;
    border-bottom: 3px solid #FFF462;
    padding: 2px 8px;
  }
}

.grayWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .grayWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    margin-top: 30px;
  }
}
.grayWrap__item {
  background: #F0F0F0;
  border-radius: 12px;
  width: 48.5%;
  padding: 28px 30px 34px;
}
@media screen and (max-width: 640px) {
  .grayWrap__item {
    border-radius: 10px;
    width: 100%;
    padding: 24px 26px 28px;
  }
}
.grayWrap__item__tit {
  color: #fff;
  background: #006EB6;
  font-size: 18px !important;
  font-weight: 700;
  line-height: 1.7 !important;
  text-align: center;
  border-radius: 60px;
  padding: 4px 0 6px;
}
@media screen and (max-width: 640px) {
  .grayWrap__item__tit {
    font-size: 15px !important;
    padding: 4px 0 5px;
  }
}
.grayWrap__item__img {
  margin-top: 24px;
}
@media screen and (max-width: 640px) {
  .grayWrap__item__img {
    margin-top: 20px;
  }
}

.agingSign {
  margin-top: 136px;
}
@media screen and (max-width: 640px) {
  .agingSign {
    margin-top: 72px;
  }
}
.agingSign__img {
  max-width: 670px;
  margin: 10px auto 0;
}
@media screen and (max-width: 640px) {
  .agingSign__img {
    width: 76%;
    margin: 8px auto 0;
  }
}

.endoscope {
  margin-top: 136px;
}
@media screen and (max-width: 640px) {
  .endoscope {
    margin-top: 72px;
  }
}

.update {
  margin-top: 136px;
}
@media screen and (max-width: 640px) {
  .update {
    margin-top: 72px;
  }
}
.update__img {
  margin-top: 32px;
}
@media screen and (max-width: 640px) {
  .update__img {
    margin-top: 16px;
  }
}

.difference {
  margin-top: 136px;
}
@media screen and (max-width: 640px) {
  .difference {
    margin-top: 72px;
  }
}

.flow {
  margin-top: 136px;
}
@media screen and (max-width: 640px) {
  .flow {
    margin-top: 72px;
  }
}
.flow__img {
  max-width: 670px;
  margin: 32px auto 0;
}
@media screen and (max-width: 640px) {
  .flow__img {
    margin: 16px auto 0;
  }
}

.example {
  margin-top: 136px;
}
@media screen and (max-width: 640px) {
  .example {
    margin-top: 72px;
  }
}
.example__tit {
  font-size: 22px !important;
  font-weight: 700;
  line-height: 1.7 !important;
  margin-top: 100px;
}
@media screen and (max-width: 640px) {
  .example__tit {
    font-size: 18px !important;
    margin-top: 20px;
  }
}
.example__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-top: 24px;
}
@media screen and (max-width: 640px) {
  .example__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
    margin-top: 16px;
  }
}
.example__list li {
  width: calc((100% - 60px) / 4);
}
@media screen and (max-width: 640px) {
  .example__list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    width: 100%;
  }
}
.example__list__tit {
  color: #fff;
  background: #19734B;
  font-weight: 700;
  line-height: 1.7 !important;
  text-align: center;
  border-radius: 60px;
  padding: 1px 0;
}
@media screen and (max-width: 640px) {
  .example__list__tit {
    max-width: 92px;
    width: 100%;
    padding: 0;
  }
}
.example__list__txt {
  font-weight: 500;
  line-height: 1.7 !important;
  text-align: center;
  margin-top: 4px;
}
@media screen and (max-width: 640px) {
  .example__list__txt {
    margin-top: 0;
  }
}
.example__mv {
  margin-top: 30px;
}
@media screen and (max-width: 640px) {
  .example__mv {
    margin-top: 20px;
  }
}
.example__mvTxt {
  line-height: 1.7 !important;
  margin-top: 30px;
}
@media screen and (max-width: 640px) {
  .example__mvTxt {
    margin-top: 10px;
  }
}
.example__wrap {
  background: #FFFFE3;
  padding: 40px;
  margin-top: 30px;
}
@media screen and (max-width: 640px) {
  .example__wrap {
    padding: 20px;
    margin-top: 20px;
  }
}
.example__wrap__item {
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .example__wrap__item {
    margin-top: 20px;
  }
}
.example__wrap__item--top {
  margin-top: 0;
}
.example__wrap__tit {
  color: #fff;
  background: #19734B;
  font-size: 18px !important;
  font-weight: 700;
  line-height: 1.7 !important;
  text-align: center;
  border-radius: 60px;
  padding: 8px 0;
}
@media screen and (max-width: 640px) {
  .example__wrap__tit {
    font-size: 14px !important;
    padding: 2px 0;
  }
}
.example__wrap__txt {
  margin-top: 12px;
}
@media screen and (max-width: 640px) {
  .example__wrap__txt {
    margin-top: 10px;
  }
}
.example__wrap__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 12px;
}
@media screen and (max-width: 640px) {
  .example__wrap__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    margin-top: 10px;
  }
}
.example__wrap__flexBody {
  width: 65.3%;
}
@media screen and (max-width: 640px) {
  .example__wrap__flexBody {
    width: 100%;
  }
}
.example__wrap__flexImg {
  position: relative;
  width: 32%;
}
@media screen and (max-width: 640px) {
  .example__wrap__flexImg {
    width: 76%;
    margin: 0 auto;
  }
}
.example__wrap__flexImgNote {
  text-align: right;
  position: absolute;
  bottom: 0;
  left: -112%;
}
@media screen and (max-width: 640px) {
  .example__wrap__flexImgNote {
    position: static;
    text-align: center;
    margin-top: 10px;
  }
}
.example__wrap__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  margin-top: 12px;
}
@media screen and (max-width: 640px) {
  .example__wrap__list {
    gap: 6px;
    margin-top: 16px;
  }
}
@media screen and (max-width: 640px) {
  .example__wrap__list li:not(:first-child) {
    margin-top: 12px;
  }
}
.example__wrap__listFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .example__wrap__listFlex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6px;
  }
}
.example__wrap__listFlexBody {
  width: 66%;
}
@media screen and (max-width: 640px) {
  .example__wrap__listFlexBody {
    width: 100%;
  }
}
.example__wrap__listTit {
  color: #19734B;
  background: #fff;
  font-weight: 700;
  line-height: 1.2 !important;
  text-align: center;
  border: 1px solid #19734B;
  border-radius: 60px;
  display: inline-block;
  padding: 5px 16px;
}
@media screen and (max-width: 640px) {
  .example__wrap__listTit {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    padding: 3px 10px;
  }
}
.example__wrap__listTxt {
  margin-top: 8px;
}
@media screen and (max-width: 640px) {
  .example__wrap__listTxt {
    margin-top: 6px;
  }
}
.example__wrap__listFlexImg {
  width: 33%;
}
@media screen and (max-width: 640px) {
  .example__wrap__listFlexImg {
    width: 68%;
    margin: 0 auto;
  }
}

.ingenuity {
  margin-top: 136px;
}
@media screen and (max-width: 640px) {
  .ingenuity {
    margin-top: 72px;
  }
}

.summary {
  margin-top: 136px;
}
@media screen and (max-width: 640px) {
  .summary {
    margin-top: 72px;
  }
}