@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
.contents {
  padding: 17.8378378378vw 0 0;
  background-color: #f0f0f0;
}
.contents .contents-ttl .en img {
  width: auto;
  height: 16px;
}

.visual {
  padding: 0 10.8108108108vw 0 0;
}
.visual img {
  border-radius: 0 3.5135135135vw 0 0;
}

@media screen and (min-width: 1000px) {
  .visual {
    width: 1000px;
    padding: 0;
    margin: 0 auto 0;
    position: relative;
  }
  .visual:before {
    content: "";
    width: calc(1000px + (100vw - 1000px) / 2);
    height: 100%;
    background-image: url("/wp/wp-content/themes/global-s/business/img/visual-pc.jpg");
    background-size: COVER;
    background-position: 100% 0;
    border-radius: 0 30px 30px 0;
    position: absolute;
    top: 0;
    right: 0;
  }
  .visual img {
    width: calc(1000px + (100vw - 1000px) / 2);
    opacity: 0;
  }
}
.page-nav .list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 996px;
  margin: 0 auto 0;
}
.page-nav .item {
  display: flex;
  width: 50%;
}
.page-nav .item a {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 64px 0 24px;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  background-repeat: no-repeat;
  background-position: center 24px;
  filter: drop-shadow(0 0 7px rgba(0, 0, 0, 0.2));
  position: relative;
}
.page-nav .item a:before {
  content: "";
  width: 22px;
  height: 12px;
  margin: auto;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 1;
}
.page-nav .item a .accent {
  padding-bottom: 2px;
  font-size: 1.4rem;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}
.page-nav .item:nth-child(1) a {
  color: #fff;
  background-color: #0af;
  background-image: url("/wp/wp-content/themes/global-s/business/img/tab-icon-01.png");
  background-size: 26px auto;
  border-radius: 0 0 16px 0;
}
.page-nav .item:nth-child(1) a:before {
  background-color: #0af;
}
.page-nav .item:nth-child(2) a {
  color: #0af;
  background-color: #fff;
  background-image: url("/wp/wp-content/themes/global-s/business/img/tab-icon-02.png");
  background-size: 38px auto;
  border-radius: 0 0 0 16px;
}
.page-nav .item:nth-child(2) a:before {
  background-color: #fff;
}
@media screen and (min-width: 1000px) {
  .page-nav {
    padding: 60px 0 0;
  }
  .page-nav .list {
    gap: 48px;
  }
  .page-nav .item {
    width: calc(50% - 24px);
  }
  .page-nav .item a {
    flex-direction: row;
    gap: 16px;
    padding: 24px 0 24px;
    font-size: 1.4rem;
  }
  .page-nav .item a:before {
    content: "";
  }
  .page-nav .item a .accent {
    padding-bottom: 0;
    font-size: 1.8rem;
    text-decoration-thickness: 3px;
    text-underline-offset: 6px;
    letter-spacing: 0.3em;
    position: relative;
    top: -4px;
  }
  .page-nav .item:nth-child(1) a {
    padding-left: 64px;
    border-radius: 15px;
    background-size: 36px auto;
    background-position: 72px center;
  }
  .page-nav .item:nth-child(2) a {
    padding-left: 72px;
    border-radius: 15px;
    background-size: 56px auto;
    background-position: 48px center;
  }
}
.section .detail {
  padding: 56px 16px 72px;
  background-color: #fff;
  position: relative;
  z-index: 1;
}
.section .detail > .list {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 0;
}
.section .detail > .list > .item {
  padding: 24px 10px 20px;
  color: #4d4d4d;
  background-color: #fff;
  filter: drop-shadow(0px 0px 4px rgba(0, 170, 255, 0.5));
  border-radius: 14px;
  overflow: hidden;
}
.section .detail > .list > .item:not(:last-child) {
  margin: 0 auto 20px;
}
.section .detail > .list > .item .head {
  font-size: 1.2rem;
  text-align: center;
}
.section .detail > .list > .item .head .head-ttl {
  color: #0af;
  font-weight: 700;
  margin: 0 auto 8px;
}
.section .detail > .list > .item .head .lead {
  margin: 0 auto 0;
  line-height: 2;
}
.section .detail > .list > .item .head .lead .accent {
  display: inline-block;
  padding: 4px 12px;
  color: #fff;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.1em;
  background-color: #0af;
  border-radius: 9999px;
}
.section .detail > .list > .item .body .case {
  border: 1px solid #0af;
  border-radius: 5px;
  overflow: hidden;
}
.section .detail > .list > .item .body .case .case-head .txt {
  padding: 8px 10px;
  color: #0af;
  text-align: center;
  background-color: #e4f6ff;
}
.section .detail > .list > .item .body .case .case-body {
  padding: 15px 12px;
}
.section .detail > .list > .item .body .case .case-body .list {
  letter-spacing: -0.4em;
}
.section .detail > .list > .item .body .case .case-body .item {
  display: inline-block;
  letter-spacing: 0.1em;
  color: #0af;
  font-weight: 500;
}
.section .detail > .list > .item .acbtn {
  padding: 0 0 0 9px;
  color: #0af;
  font-size: 1.2rem;
  text-align: center;
  letter-spacing: 0.1em;
  position: relative;
  top: 10px;
}
.section .detail > .list > .item .acbtn .acbtn-wrap {
  display: inline-block;
}
.section .detail > .list > .item .acbtn .mark {
  display: inline-block;
  width: 9px;
  height: 9px;
  overflow: hidden;
  position: relative;
  left: -14px;
}
.section .detail > .list > .item .acbtn .mark:before, .section .detail > .list > .item .acbtn .mark:after {
  content: "";
  margin: auto;
  background-color: #0af;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition-property: content, top, bottom;
  transition-duration: 0.3s;
}
.section .detail > .list > .item .acbtn .mark:before {
  width: 9px;
  height: 1px;
}
.section .detail > .list > .item .acbtn .mark:after {
  width: 1px;
  height: 9px;
}
.section .detail > .list > .item .acbtn .txt {
  display: inline-block;
  position: relative;
}
.section .detail > .list > .item .acbtn .txt:before {
  content: "";
  width: 19px;
  height: 19px;
  margin: auto;
  border: 1px solid #0af;
  border-radius: 9999px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: calc(100% + 8px);
}
.section .detail > .list > .item .acbtn .txt:after {
  content: "view more";
  display: block;
  padding: 10px 0;
  text-align: center;
}
.section .detail > .list > .item .acbtn.on .mark:after {
  top: 100%;
  bottom: auto;
}
.section .detail > .list > .item .acbtn.on .txt:after {
  content: "close";
  display: block;
  padding: 10px 0;
  text-align: center;
}

@media screen and (min-width: 1000px) {
  .section .detail {
    padding: 80px 16px 120px;
  }
  .section .detail > .list > .item {
    filter: drop-shadow(0px 0px 4px rgba(0, 170, 255, 0.25));
    padding: 32px 72px 38px;
  }
  .section .detail > .list > .item:not(:last-child) {
    margin: 0 auto 36px;
  }
  .section .detail > .list > .item .head {
    font-size: 1.4rem;
  }
  .section .detail > .list > .item .head .head-ttl {
    margin: 0 auto 16px;
  }
  .section .detail > .list > .item .body .case {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    border-radius: 10px;
  }
  .section .detail > .list > .item .body .case .case-head,
  .section .detail > .list > .item .body .case .case-body {
    display: flex;
    align-items: center;
  }
  .section .detail > .list > .item .body .case .case-head {
    width: 164px;
    text-align: center;
    background-color: #e4f6ff;
  }
  .section .detail > .list > .item .body .case .case-head .txt {
    width: 100%;
  }
  .section .detail > .list > .item .body .case .case-body {
    width: calc(100% - 164px);
  }
  .section .detail > .list > .item .body .case .case-body .list {
    width: 100%;
    text-align: left;
  }
  .section .detail > .list > .item .acbtn {
    color: #0af;
  }
}
.section.water > .head {
  width: 100%;
  max-width: 920px;
  padding: 96px 16px 82px;
  margin: 0 auto 0;
  position: relative;
  z-index: 2;
}
.section.water > .head:before {
  content: "";
  width: 316px;
  height: 610px;
  margin: auto;
  background-image: url("/wp/wp-content/themes/global-s/business/img/water-bg-sp.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 26px;
  left: 0;
  right: 0;
}
.section.water > .head:after {
  content: "";
  width: 22px;
  height: 12px;
  margin: auto;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  background-color: #f0f0f0;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 1;
}
.section.water > .head .txt-area {
  max-width: 344px;
  margin: 0 auto 32px;
}
.section.water > .head .ttl {
  width: 160px;
  margin: 0 0 24px;
}
.section.water > .head .txt {
  color: #0af;
  font-size: 1.2rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
.section.water > .head .pict {
  width: 71.8918918919vw;
  max-width: 298px;
  margin: 0 auto 0;
}
.section.water .detail > .list > .item:nth-child(1) .body, .section.water .detail > .list > .item:nth-child(2) .body, .section.water .detail > .list > .item:nth-child(3) .body, .section.water .detail > .list > .item:nth-child(4) .body, .section.water .detail > .list > .item:nth-child(5) .body {
  padding: 20px 0 8px;
  font-size: 1.2rem;
}
.section.water .detail > .list > .item:nth-child(1) .body .box, .section.water .detail > .list > .item:nth-child(2) .body .box, .section.water .detail > .list > .item:nth-child(3) .body .box, .section.water .detail > .list > .item:nth-child(4) .body .box, .section.water .detail > .list > .item:nth-child(5) .body .box {
  margin: 0 auto 20px;
  background-color: #efefef;
  border-radius: 14px 14px;
  overflow: hidden;
}
.section.water .detail > .list > .item:nth-child(1) .body .box .box-line, .section.water .detail > .list > .item:nth-child(2) .body .box .box-line, .section.water .detail > .list > .item:nth-child(3) .body .box .box-line, .section.water .detail > .list > .item:nth-child(4) .body .box .box-line, .section.water .detail > .list > .item:nth-child(5) .body .box .box-line {
  text-align: center;
}
.section.water .detail > .list > .item:nth-child(1) .body .box .box-ttl, .section.water .detail > .list > .item:nth-child(2) .body .box .box-ttl, .section.water .detail > .list > .item:nth-child(3) .body .box .box-ttl, .section.water .detail > .list > .item:nth-child(4) .body .box .box-ttl, .section.water .detail > .list > .item:nth-child(5) .body .box .box-ttl {
  padding: 10px 8px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  text-align: center;
  background-color: #0af;
}
.section.water .detail > .list > .item:nth-child(1) .body .block, .section.water .detail > .list > .item:nth-child(2) .body .block, .section.water .detail > .list > .item:nth-child(3) .body .block, .section.water .detail > .list > .item:nth-child(4) .body .block, .section.water .detail > .list > .item:nth-child(5) .body .block {
  letter-spacing: 0.025em;
}
.section.water .detail > .list > .item:nth-child(1) .body .aside, .section.water .detail > .list > .item:nth-child(2) .body .aside, .section.water .detail > .list > .item:nth-child(3) .body .aside, .section.water .detail > .list > .item:nth-child(4) .body .aside, .section.water .detail > .list > .item:nth-child(5) .body .aside {
  padding: 0 10px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.section.water .detail > .list > .item:nth-child(1) .body .aside .under, .section.water .detail > .list > .item:nth-child(2) .body .aside .under, .section.water .detail > .list > .item:nth-child(3) .body .aside .under, .section.water .detail > .list > .item:nth-child(4) .body .aside .under, .section.water .detail > .list > .item:nth-child(5) .body .aside .under {
  text-decoration: underline;
}
.section.water .detail > .list > .item:nth-child(1) .body .aside .accent, .section.water .detail > .list > .item:nth-child(2) .body .aside .accent, .section.water .detail > .list > .item:nth-child(3) .body .aside .accent, .section.water .detail > .list > .item:nth-child(4) .body .aside .accent, .section.water .detail > .list > .item:nth-child(5) .body .aside .accent {
  color: #0af;
  font-size: 1.4rem;
  font-weight: 700;
}
.section.water .detail > .list > .item:nth-child(1) .body .block {
  padding: 14px 8px;
}
.section.water .detail > .list > .item:nth-child(1) .body .box-line .lead {
  padding: 8px 4px;
  color: #0af;
  font-weight: 500;
  background-color: #fff;
  border-radius: 5px;
}
.section.water .detail > .list > .item:nth-child(1) .body .box-line .lead .accent {
  font-size: 1.4rem;
  font-weight: 700;
  border-bottom: 1px solid #0af;
}
.section.water .detail > .list > .item:nth-child(1) .body .box-line .txt {
  padding: 10px 16px 116px;
  font-weight: 500;
  letter-spacing: normal;
  position: relative;
}
.section.water .detail > .list > .item:nth-child(1) .body .box-line .txt:before, .section.water .detail > .list > .item:nth-child(1) .body .box-line .txt:after {
  content: "";
  margin: auto;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.section.water .detail > .list > .item:nth-child(1) .body .box-line .txt:before {
  width: 100px;
  height: 70px;
  background-image: url("/wp/wp-content/themes/global-s/business/img/water-sec_01-arrow-sp.svg");
  top: 40px;
}
.section.water .detail > .list > .item:nth-child(1) .body .box-line .txt:after {
  width: 274px;
  height: 115px;
  background-image: url("/wp/wp-content/themes/global-s/business/img/water-sec_01-pict-sp.svg");
  top: 64px;
  left: 10px;
}
.section.water .detail > .list > .item:nth-child(2) .body .block {
  padding: 14px 8px;
}
.section.water .detail > .list > .item:nth-child(2) .body .box-line .lead {
  padding: 8px 4px;
  color: #0af;
  font-weight: 500;
  background-color: #fff;
  border-radius: 5px;
}
.section.water .detail > .list > .item:nth-child(2) .body .box-line .lead .accent {
  font-size: 1.4rem;
  font-weight: 700;
  border-bottom: 1px solid #0af;
}
.section.water .detail > .list > .item:nth-child(2) .body .box-line:nth-child(1) {
  margin: 0 auto 10px;
}
.section.water .detail > .list > .item:nth-child(2) .body .box-line:nth-child(1) .lead {
  padding-left: 40px;
  position: relative;
}
.section.water .detail > .list > .item:nth-child(2) .body .box-line:nth-child(1) .lead:before {
  content: "";
  width: 35px;
  height: 35px;
  margin: auto;
  background-image: url("/wp/wp-content/themes/global-s/business/img/water-sec_02-icon-01.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -12px;
  bottom: 0;
  left: 14px;
}
.section.water .detail > .list > .item:nth-child(2) .body .box-line:nth-child(2) {
  padding: 10px 0 16px;
}
.section.water .detail > .list > .item:nth-child(2) .body .box-line:nth-child(2) .arrow {
  display: inline-block;
  padding: 12px 56px 26px;
  background-image: url("/wp/wp-content/themes/global-s/business/img/water-sec_02-arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.section.water .detail > .list > .item:nth-child(2) .body .box-line:nth-child(2) .arrow .point {
  display: inline-block;
  position: relative;
  z-index: 2;
}
.section.water .detail > .list > .item:nth-child(2) .body .box-line:nth-child(2) .arrow .point:before {
  content: "";
  width: 72px;
  height: 10px;
  background-image: url("/wp/wp-content/themes/global-s/business/img/water-sec_02-marker.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: -9px;
  right: 0;
  z-index: -1;
}
.section.water .detail > .list > .item:nth-child(2) .body .box-line:nth-child(3) {
  margin: 0 auto 12px;
}
.section.water .detail > .list > .item:nth-child(2) .body .box-line:nth-child(3) .lead {
  position: relative;
}
.section.water .detail > .list > .item:nth-child(2) .body .box-line:nth-child(3) .lead:before {
  content: "";
  width: 58px;
  height: 36px;
  margin: auto;
  background-image: url("/wp/wp-content/themes/global-s/business/img/water-sec_02-icon-02.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -26px;
  left: 8px;
}
.section.water .detail > .list > .item:nth-child(2) .body .box-line:nth-child(4) .lead {
  padding-left: 16px;
  position: relative;
}
.section.water .detail > .list > .item:nth-child(2) .body .box-line:nth-child(4) .lead:before {
  content: "";
  width: 33px;
  height: 35px;
  margin: auto;
  background-image: url("/wp/wp-content/themes/global-s/business/img/water-sec_02-icon-03.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -8px;
  left: 60px;
}
.section.water .detail > .list > .item:nth-child(2) .body .aside {
  margin: 0 auto 24px;
}
.section.water .detail > .list > .item:nth-child(3) .box .block {
  padding: 14px 8px;
}
.section.water .detail > .list > .item:nth-child(3) .box .head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin: 0 auto 18px;
}
.section.water .detail > .list > .item:nth-child(3) .box .head .name {
  width: 106px;
  height: 106px;
  padding: 72px 0 0;
  background-color: #fff;
  border-radius: 9999px;
  position: relative;
}
.section.water .detail > .list > .item:nth-child(3) .box .head .name:before {
  content: "";
  width: 55px;
  height: 48px;
  margin: auto;
  background-image: url("/wp/wp-content/themes/global-s/business/img/water-sec_03-icon-01.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 18px;
  left: 0;
  right: 0;
}
.section.water .detail > .list > .item:nth-child(3) .box .head .order {
  width: 100px;
  height: 47px;
  padding: 8px 0 0;
  letter-spacing: 0.3em;
  text-indent: 0.25em;
  background-image: url("/wp/wp-content/themes/global-s/business/img/water-sec_03-arrow-sp.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
}
.section.water .detail > .list > .item:nth-child(3) .box .body {
  padding-bottom: 0;
  background-color: #fff;
  border: 1px solid #0af;
  border-radius: 15px;
  position: relative;
}
.section.water .detail > .list > .item:nth-child(3) .box .body .body-ttl {
  display: inline-block;
  margin: auto;
  color: #0af;
  transform: translate(-50%, 0);
  position: absolute;
  top: -0.7em;
  left: 50%;
  z-index: 2;
}
.section.water .detail > .list > .item:nth-child(3) .box .body .body-ttl:before {
  content: "";
  width: calc(100% + 40px);
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: calc(50% - 2px);
  left: -20px;
  z-index: -1;
}
.section.water .detail > .list > .item:nth-child(3) .box .body .body-block .block {
  padding: 0;
}
.section.water .detail > .list > .item:nth-child(3) .box .body .body-block .block .block-line .line-head {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.section.water .detail > .list > .item:nth-child(3) .box .body .body-block .block .block-line .line-head .head-ttl {
  width: 60%;
  color: #0af;
  text-align: center;
}
.section.water .detail > .list > .item:nth-child(3) .box .body .body-block .block .block-line .line-head .head-ttl .accent {
  font-size: 1.4rem;
  text-decoration: underline;
}
.section.water .detail > .list > .item:nth-child(3) .box .body .body-block .block .block-line .line-head .head-icon {
  width: 40%;
  padding: 56px 0 0 4px;
  position: relative;
}
.section.water .detail > .list > .item:nth-child(3) .box .body .body-block .block .block-line .line-head .head-icon:before {
  content: "";
  width: 85px;
  height: 64px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}
.section.water .detail > .list > .item:nth-child(3) .box .body .body-block .block .block-line .line-head .head-icon .accent {
  font-size: 1.4rem;
  text-decoration: underline;
}
.section.water .detail > .list > .item:nth-child(3) .box .body .body-block .block .block-line:nth-child(1) .head-icon:before {
  background-image: url("/wp/wp-content/themes/global-s/business/img/water-sec_03-icon-02.svg");
}
.section.water .detail > .list > .item:nth-child(3) .box .body .body-block .block .block-line:nth-child(2) .head-icon:before {
  background-image: url("/wp/wp-content/themes/global-s/business/img/water-sec_03-icon-03.svg");
}
.section.water .detail > .list > .item:nth-child(3) .box .body .body-block .block .line-body .list {
  padding: 12px 12px;
  color: #0af;
  text-align: left;
  letter-spacing: -0.4em;
  background-color: #e5f6ff;
}
.section.water .detail > .list > .item:nth-child(3) .box .body .body-block .block .line-body .list .item {
  display: inline-block;
  letter-spacing: 0.05em;
  font-weight: 500;
}
.section.water .detail > .list > .item:nth-child(3) .box .body .body-block .block .line-body .point {
  padding: 12px 12px;
  font-weight: 500;
  background-color: #e5f6ff;
  border-top: 2px solid #fff;
  border-radius: 0 0 15px 15px;
}
.section.water .detail > .list > .item:nth-child(3) .box .body .body-block .block .line-body .point .point-ttl {
  margin: 0 auto 8px;
  text-align: center;
}
.section.water .detail > .list > .item:nth-child(3) .box .body .body-block .block .line-body .point .point-ttl .accent {
  font-weight: 700;
}
.section.water .detail > .list > .item:nth-child(3) .box .body .body-block .block .line-body .point .point-list {
  text-align: left;
  letter-spacing: -0.4em;
}
.section.water .detail > .list > .item:nth-child(3) .box .body .body-block .block .line-body .point .point-list .item {
  display: inline-block;
  letter-spacing: 0.05em;
}
.section.water .detail > .list > .item:nth-child(3) .aside {
  margin: 0 auto 12px;
}
.section.water .detail > .list > .item:nth-child(4) .body {
  padding-top: 136px;
  position: relative;
}
.section.water .detail > .list > .item:nth-child(4) .body:before {
  content: "";
  width: 125px;
  height: 91px;
  margin: auto;
  background-image: url("/wp/wp-content/themes/global-s/business/img/water-sec_04-pict.svg");
  background-size: cover;
  position: absolute;
  top: 26px;
  left: 0;
  right: 0;
}
.section.water .detail > .list > .item:nth-child(4) .body > .txt {
  padding: 0 10px;
  margin: 0 auto 12px;
  font-weight: 500;
}
.section.water .detail > .list > .item:nth-child(5) .body {
  padding-top: 136px;
  position: relative;
}
.section.water .detail > .list > .item:nth-child(5) .body:before {
  content: "";
  width: 98px;
  height: 102px;
  margin: auto;
  background-image: url("/wp/wp-content/themes/global-s/business/img/water-sec_05-pict.svg");
  background-size: cover;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
}
.section.water .detail > .list > .item:nth-child(5) .body > .txt {
  padding: 0 10px;
  margin: 0 auto 12px;
  font-weight: 500;
}
.section.water .detail > .list > .item:nth-child(5) .body > .txt .accent {
  color: #0af;
  font-size: 1.4rem;
  font-weight: 700;
}

@media screen and (min-width: 1000px) {
  .section.water > .head {
    display: flex;
    justify-content: space-between;
    padding: 96px 0 82px;
  }
  .section.water > .head:before {
    width: 732px;
    height: 400px;
    background-image: url("/wp/wp-content/themes/global-s/business/img/water-bg-pc.png");
    top: 26px;
    left: auto;
    right: -244px;
    z-index: -1;
  }
  .section.water > .head .txt-area {
    max-width: 400px;
    margin: 0;
  }
  .section.water > .head .ttl {
    width: 278px;
    margin: 0 0 46px;
  }
  .section.water > .head .txt {
    font-size: 1.4rem;
    line-height: 2.2;
  }
  .section.water > .head .pict {
    width: 298px;
    max-width: 298px;
    margin: 0;
  }
  .section.water .detail > .list > .item:nth-child(1) .body, .section.water .detail > .list > .item:nth-child(2) .body, .section.water .detail > .list > .item:nth-child(3) .body, .section.water .detail > .list > .item:nth-child(4) .body, .section.water .detail > .list > .item:nth-child(5) .body {
    padding: 40px 0 32px;
  }
  .section.water .detail > .list > .item:nth-child(1) .body .box, .section.water .detail > .list > .item:nth-child(2) .body .box, .section.water .detail > .list > .item:nth-child(3) .body .box, .section.water .detail > .list > .item:nth-child(4) .body .box, .section.water .detail > .list > .item:nth-child(5) .body .box {
    margin: 0 auto 24px;
    position: relative;
  }
  .section.water .detail > .list > .item:nth-child(1) .body .box .box-ttl, .section.water .detail > .list > .item:nth-child(2) .body .box .box-ttl, .section.water .detail > .list > .item:nth-child(3) .body .box .box-ttl, .section.water .detail > .list > .item:nth-child(4) .body .box .box-ttl, .section.water .detail > .list > .item:nth-child(5) .body .box .box-ttl {
    padding: 10px 40px;
    letter-spacing: 0.05em;
    border-radius: 0 0 14px 0;
    position: absolute;
  }
  .section.water .detail > .list > .item:nth-child(1) .body .aside, .section.water .detail > .list > .item:nth-child(2) .body .aside, .section.water .detail > .list > .item:nth-child(3) .body .aside, .section.water .detail > .list > .item:nth-child(4) .body .aside, .section.water .detail > .list > .item:nth-child(5) .body .aside {
    padding: 0 22px;
  }
  .section.water .detail > .list > .item:nth-child(1) .body .block {
    padding: 72px 8px;
  }
  .section.water .detail > .list > .item:nth-child(1) .body .box-line {
    text-align: center;
  }
  .section.water .detail > .list > .item:nth-child(1) .body .box-line .lead {
    display: inline-block;
    padding: 8px 64px;
    border-radius: 18px;
  }
  .section.water .detail > .list > .item:nth-child(1) .body .box-line .txt {
    padding: 12px 16px 80px;
  }
  .section.water .detail > .list > .item:nth-child(1) .body .box-line .txt:before {
    width: 135px;
    height: 50px;
    background-image: url("/wp/wp-content/themes/global-s/business/img/water-sec_01-arrow-pc.svg");
    top: 40px;
  }
  .section.water .detail > .list > .item:nth-child(1) .body .box-line .txt:after {
    width: 782px;
    height: 308px;
    background-image: url("/wp/wp-content/themes/global-s/business/img/water-sec_01-pict-pc.svg");
    top: 14px;
    left: 10px;
  }
  .section.water .detail > .list > .item:nth-child(2) .body .block {
    padding: 56px 8px 36px;
  }
  .section.water .detail > .list > .item:nth-child(2) .body .box-line {
    text-align: center;
  }
  .section.water .detail > .list > .item:nth-child(2) .body .box-line .lead {
    display: inline-block;
    padding: 8px 64px;
    border-radius: 18px;
  }
  .section.water .detail > .list > .item:nth-child(2) .body .box-line:nth-child(1) {
    margin: 0 auto 0;
  }
  .section.water .detail > .list > .item:nth-child(2) .body .box-line:nth-child(1) .lead {
    padding-left: 64px;
  }
  .section.water .detail > .list > .item:nth-child(2) .body .box-line:nth-child(1) .lead:before {
    bottom: 0;
    top: -4px;
    left: 18px;
  }
  .section.water .detail > .list > .item:nth-child(2) .body .box-line:nth-child(2) {
    padding: 18px 0 4px;
  }
  .section.water .detail > .list > .item:nth-child(2) .body .box-line:nth-child(2) .arrow {
    padding: 14px 72px 34px;
  }
  .section.water .detail > .list > .item:nth-child(2) .body .box-line:nth-child(2) .arrow .point:before {
    width: 76px;
    left: -11px;
  }
  .section.water .detail > .list > .item:nth-child(2) .body .box-line:nth-child(3) .lead {
    padding: 8px 40px 8px 88px;
  }
  .section.water .detail > .list > .item:nth-child(2) .body .box-line:nth-child(3) .lead:before {
    width: 62px;
    height: 40px;
    top: -8px;
    left: 20px;
  }
  .section.water .detail > .list > .item:nth-child(2) .body .box-line:nth-child(4) .lead {
    padding: 8px 40px 8px 88px;
  }
  .section.water .detail > .list > .item:nth-child(2) .body .box-line:nth-child(4) .lead:before {
    top: -4px;
    left: 44px;
  }
  .section.water .detail > .list > .item:nth-child(3) .body {
    padding: 40px 0 0;
  }
  .section.water .detail > .list > .item:nth-child(3) .box .block {
    display: flex;
    align-items: stretch;
    justify-content: center;
    padding: 24px 20px;
    gap: 14px;
  }
  .section.water .detail > .list > .item:nth-child(3) .box .head {
    margin: 0;
    width: 185px;
    flex-direction: row;
    gap: 18px;
  }
  .section.water .detail > .list > .item:nth-child(3) .box .head .name {
    width: 120px;
    height: 120px;
    padding: 80px 0 0;
  }
  .section.water .detail > .list > .item:nth-child(3) .box .head .name:before {
    top: 24px;
  }
  .section.water .detail > .list > .item:nth-child(3) .box .head .order {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 134px;
    padding: 0;
    font-size: 1rem;
    text-indent: -0.25em;
    background-image: url("/wp/wp-content/themes/global-s/business/img/water-sec_03-arrow-pc.svg");
  }
  .section.water .detail > .list > .item:nth-child(3) .box .body {
    padding-top: 0;
    width: calc(100% - 185px - 14px);
    border: 2px solid #0af;
  }
  .section.water .detail > .list > .item:nth-child(3) .box .body .body-ttl {
    font-size: 1.3rem;
    top: -0.9em;
  }
  .section.water .detail > .list > .item:nth-child(3) .box .body .body-ttl:before {
    top: calc(50% - 0px);
  }
  .section.water .detail > .list > .item:nth-child(3) .box .body .body-block {
    background-color: #e5f6ff;
    border-radius: 15px;
    overflow: hidden;
  }
  .section.water .detail > .list > .item:nth-child(3) .box .body .body-block .block {
    gap: 0;
  }
  .section.water .detail > .list > .item:nth-child(3) .box .body .body-block .block .block-line .line-head {
    display: flex;
    width: 100%;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: stretch;
    padding: 18px 0 18px;
    background-color: #fff;
  }
  .section.water .detail > .list > .item:nth-child(3) .box .body .body-block .block .block-line .line-head .head-ttl {
    width: auto;
    order: 2;
  }
  .section.water .detail > .list > .item:nth-child(3) .box .body .body-block .block .block-line .line-head .head-ttl .accent .pc {
    display: inline-block;
    text-decoration: underline;
  }
  .section.water .detail > .list > .item:nth-child(3) .box .body .body-block .block .block-line .line-head .head-icon {
    width: auto;
    padding: 22px 98px 22px 0;
  }
  .section.water .detail > .list > .item:nth-child(3) .box .body .body-block .block .block-line .line-head .head-icon:before {
    margin: auto;
    bottom: 0;
    left: auto;
    right: 0;
  }
  .section.water .detail > .list > .item:nth-child(3) .box .body .body-block .block .block-line:nth-child(1) {
    border-right: 1px solid #0af;
    width: 238px;
  }
  .section.water .detail > .list > .item:nth-child(3) .box .body .body-block .block .block-line:nth-child(1) .line-body {
    text-align: center;
  }
  .section.water .detail > .list > .item:nth-child(3) .box .body .body-block .block .block-line:nth-child(1) .line-body .list {
    display: inline-block;
    text-align: justify;
  }
  .section.water .detail > .list > .item:nth-child(3) .box .body .body-block .block .block-line:nth-child(1) .line-body .list .item {
    display: block;
  }
  .section.water .detail > .list > .item:nth-child(3) .box .body .body-block .block .block-line:nth-child(2) {
    width: calc(100% - 238px);
  }
  .section.water .detail > .list > .item:nth-child(3) .box .body .body-block .block .block-line:nth-child(2) .line-body {
    display: flex;
    padding: 12px 12px;
  }
  .section.water .detail > .list > .item:nth-child(3) .box .body .body-block .block .block-line:nth-child(2) .line-body .list {
    width: calc(100% - 208px);
    padding: 0;
  }
  .section.water .detail > .list > .item:nth-child(3) .box .body .body-block .block .line-body .point {
    width: 208px;
    font-size: 1rem;
    background-color: #fff;
    border: none;
    border-radius: 15px;
  }
  .section.water .detail > .list > .item:nth-child(3) .box .body .body-block .block .line-body .point .point-ttl {
    margin: 0 auto 8px;
    text-align: justify;
  }
  .section.water .detail > .list > .item:nth-child(3) .box .body .body-block .block .line-body .point .point-ttl .accent {
    font-weight: 700;
  }
  .section.water .detail > .list > .item:nth-child(3) .box .body .body-block .block .line-body .point .point-list {
    text-align: left;
    letter-spacing: -0.4em;
  }
  .section.water .detail > .list > .item:nth-child(3) .box .body .body-block .block .line-body .point .point-list .item {
    display: inline-block;
    letter-spacing: 0.05em;
  }
  .section.water .detail > .list > .item:nth-child(4) .body {
    padding-top: 0;
  }
  .section.water .detail > .list > .item:nth-child(4) .body:before {
    left: auto;
    right: 10px;
  }
  .section.water .detail > .list > .item:nth-child(4) .body > .txt {
    padding: 40px 160px 56px 10px;
  }
  .section.water .detail > .list > .item:nth-child(5) .body {
    padding-top: 0;
  }
  .section.water .detail > .list > .item:nth-child(5) .body:before {
    left: auto;
    right: 10px;
  }
  .section.water .detail > .list > .item:nth-child(5) .body > .txt {
    padding: 40px 160px 56px 10px;
  }
  .section.water .detail > .list > .item:nth-child(5) .body > .txt .accent {
    color: #0af;
    font-size: 1.4rem;
    font-weight: 700;
  }
}
.section.recycle > .head {
  padding: 80px 16px;
  color: #fff;
  background-color: #0af;
  position: relative;
  z-index: 2;
}
.section.recycle > .head:after {
  content: "";
  width: 22px;
  height: 12px;
  margin: auto;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  background-color: #0af;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 1;
}
.section.recycle > .head .ttl,
.section.recycle > .head .txt {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 0;
}
.section.recycle > .head .ttl {
  width: auto;
  padding: 0 0 2px 60px;
  margin: 0 auto 24px;
  font-size: 1.4rem;
  background-image: url("/wp/wp-content/themes/global-s/business/img/recycle-ttl-icon.svg");
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: 49px auto;
}
.section.recycle > .head .ttl .accent {
  display: block;
  margin-right: 0.2em;
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  letter-spacing: normal;
}
.section.recycle > .head .txt {
  color: #fff;
  font-weight: 500;
}
.section.recycle .detail .item .body {
  padding: 20px 0 8px;
  font-size: 1.2rem;
}
.section.recycle .detail .item .body .box {
  padding: 16px 10px;
  margin: 0 auto 20px;
  text-align: center;
  background-color: #efefef;
  border-radius: 14px 14px;
  overflow: hidden;
}
.section.recycle .detail .item .body .box .box-line {
  text-align: center;
}
.section.recycle .detail .item .body .box .box-ttl {
  padding: 8px 8px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  background-color: #0af;
  border-radius: 6px;
}
.section.recycle .detail .item .body .box .box-ttl .line {
  text-decoration: underline;
}
.section.recycle .detail .item .body .box .arrow {
  padding: 54px 0 24px;
  font-weight: 500;
  letter-spacing: 0.1em;
  background-image: url("/wp/wp-content/themes/global-s/business/img/water-sec_06-arrow-sp.svg");
  background-repeat: no-repeat;
  background-size: 256px 67px;
  background-position: center 12px;
}
.section.recycle .detail .item .body .box .list .item {
  padding: 8px 4px;
  color: #0af;
  letter-spacing: 0.1em;
  background-color: #fff;
  border-radius: 6px;
}
.section.recycle .detail .item .body .box .list .item:not(:last-child) {
  margin: 0 auto 8px;
}
.section.recycle .detail .item .body .box .list .item .accent {
  font-size: 1.4rem;
  font-weight: 700;
  text-decoration: underline;
}
.section.recycle .detail .item .body > .txt {
  margin: 0 auto 20px;
  font-weight: 500;
}
.section.recycle .detail .item .body > .txt .accent {
  color: #0af;
  font-size: 1.4rem;
  font-weight: 700;
}
.section.recycle .detail .item .body > .txt .line {
  text-decoration: underline;
}

@media screen and (min-width: 1000px) {
  .section.recycle > .head {
    padding: 100px 16px;
  }
  .section.recycle > .head .ttl {
    padding: 0 0 2px 64px;
    margin: 0 auto 40px;
    font-size: 2.6rem;
    background-size: 52px auto;
  }
  .section.recycle > .head .ttl .accent {
    display: inline-block;
    font-weight: 700;
    font-size: 4.2rem;
  }
  .section.recycle > .head .txt {
    font-size: 1.4rem;
    line-height: 2;
  }
  .section.recycle .detail .item .head .lead .accent {
    margin-right: 4px;
  }
  .section.recycle .detail .item .body {
    padding: 40px 0 32px;
  }
  .section.recycle .detail .item .body .box {
    padding: 20px 10px;
    border-radius: 15px;
  }
  .section.recycle .detail .item .body .box .box-line {
    text-align: center;
  }
  .section.recycle .detail .item .body .box .box-ttl {
    display: inline-block;
    padding: 8px 72px;
    font-size: 1.4rem;
    border-radius: 9999px;
  }
  .section.recycle .detail .item .body .box .arrow {
    padding: 32px 80px 10px;
    margin: 10px auto 20px;
    background-image: url("/wp/wp-content/themes/global-s/business/img/water-sec_06-arrow-pc.svg");
    background-size: 316px 54px;
    background-position: center;
  }
  .section.recycle .detail .item .body .box .list {
    display: flex;
    justify-content: center;
    gap: 12px;
  }
  .section.recycle .detail .item .body .box .list .item {
    padding: 8px 24px;
    border-radius: 9999px;
  }
  .section.recycle .detail .item .body .box .list .item:not(:last-child) {
    margin: inherit;
  }
}/*# sourceMappingURL=style.css.map */