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

  add-page カスタマイズcss

*******************************/
.c-slide {
  margin-bottom: 60px;
}
@media screen and (min-width: 767px) {
  .c-slide {
    visibility: visible;
  }
}
.c-slide__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px;
}
@media screen and (max-width: 960px) {
  .c-slide__list {
    gap: 25px;
  }
}
@media screen and (max-width: 767px) {
  .c-slide__list {
    gap: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
.c-slide__item {
  width: calc((100% - 150px) / 4);
}
@media screen and (max-width: 960px) {
  .c-slide__item {
    width: calc((100% - 75px) / 4);
  }
}
.c-slide__item a {
  display: block;
}
.c-slide__item a:hover {
  text-decoration: underline;
}
.c-slide .splide__arrow--prev {
  left: -10px;
}
.c-slide .splide__arrow--next {
  right: -10px;
}
.c-slide .splide__arrow {
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background-color: transparent;
  border: solid 1px #dedede;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-slide .splide__arrow::after {
  color: #00998E;
  display: inline-block;
}
.c-slide .splide__arrow svg {
  display: none;
}
.c-slide .splide__arrow--prev::after {
  content: "<";
}
.c-slide .splide__arrow--next::after {
  content: ">";
}

.p-brand__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .p-brand__box {
    gap: 35px;
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 767px) {
  .p-brand__box.first {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-brand__box.first .p-brand__box-dtl {
  width: 52%;
}
@media screen and (max-width: 767px) {
  .p-brand__box.first .p-brand__box-dtl {
    width: 100%;
  }
}
.p-brand__box.first .p-brand__box-view {
  width: 100%;
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 767px) {
  .p-brand__box.first .p-brand__box-view {
    width: 100vw;
  }
}
@media screen and (max-width: 767px) {
  .p-brand__box.second {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.p-brand__box.second .p-brand__box-dtl {
  width: 50%;
  padding-left: 6%;
}
@media screen and (max-width: 767px) {
  .p-brand__box.second .p-brand__box-dtl {
    width: 100%;
    padding-left: 0;
  }
}
.p-brand__box.second .p-brand__box-view {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-brand__box.second .p-brand__box-view {
    width: 100vw;
  }
}
@media screen and (max-width: 767px) {
  .p-brand__box.third {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-brand__box.third .p-brand__box-dtl {
  width: 58%;
}
@media screen and (max-width: 767px) {
  .p-brand__box.third .p-brand__box-dtl {
    width: 100%;
  }
}
.p-brand__box.third .p-brand__box-view {
  width: 65%;
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 767px) {
  .p-brand__box.third .p-brand__box-view {
    width: 100%;
  }
}
.p-brand__box-img img {
  vertical-align: bottom;
}
.p-brand__box-head {
  text-align: left;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4666666667em;
  letter-spacing: 0.1em;
  font-size: clamp(24px, 24px + 6 * (100vw - 767px) / 599, 30px);
  color: #00998E;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .p-brand__box-head {
    margin-bottom: 40px;
  }
}
.p-brand__box-txt {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  font-weight: 500;
  line-height: 2em;
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 2 * (100vw - 767px) / 599, 16px);
  color: #505F68;
}
.p-brand__lineup-head {
  margin-bottom: 20px;
}
.p-brand__lineup__slide {
  max-width: 1080px;
  margin-inline: auto;
}
.p-brand__lineup-thumb {
  width: auto;
  height: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-brand__lineup-thumb {
    height: 110px;
  }
}
.p-brand__lineup-thumb img {
  max-width: 80%;
}
@media screen and (max-width: 767px) {
  .p-brand__lineup-thumb img {
    max-width: 92%;
  }
}
.p-brand__lineup-name {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4444444444em;
  letter-spacing: 0.1em;
  font-size: clamp(14px, 14px + 4 * (100vw - 767px) / 599, 18px);
  color: #00998E;
  margin-bottom: 16px;
}
.p-brand__lineup-txt {
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4285714286em;
  letter-spacing: 0.1em;
  font-size: clamp(11px, 11px + 3 * (100vw - 767px) / 599, 14px);
  color: #505F68;
}

.p-sustain__mainv-txt {
  text-align: center;
  color: #fff;
  font-size: clamp(30px, 30px + 23 * (100vw - 767px) / 599, 53px);
}
@media screen and (max-width: 767px) {
  .p-sustain__mainv-txt {
    text-align: left;
  }
}
.p-sustain__mainv-txt span {
  display: block;
  font-size: 35px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: 0.2em;
  font-size: clamp(23px, 23px + 12 * (100vw - 767px) / 599, 35px);
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-sustain__mainv-txt span {
    margin-top: 15px;
  }
}
.p-sustain__title {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.45em;
  letter-spacing: 0.1em;
  font-size: clamp(24px, 24px + 16 * (100vw - 767px) / 599, 40px);
  color: #00998E;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .p-sustain__title {
    text-align: left;
    margin-bottom: 64px;
  }
}
.p-sustain__title span {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4666666667em;
  letter-spacing: 0.1em;
  font-size: clamp(20px, 20px + 10 * (100vw - 767px) / 599, 30px);
  color: #00998E;
  margin-top: 18px;
}
@media screen and (max-width: 767px) {
  .p-sustain__title span {
    margin-top: 22px;
  }
}
.p-sustain__text {
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  font-weight: 500;
  line-height: 2em;
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 2 * (100vw - 767px) / 599, 16px);
  color: #505F68;
}
@media screen and (max-width: 767px) {
  .p-sustain__text {
    line-height: 2em;
    text-align: left;
  }
}
.p-sustain__intro-head {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4666666667em;
  letter-spacing: 0.1em;
  font-size: clamp(24px, 24px + 6 * (100vw - 767px) / 599, 30px);
  color: #00998E;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .p-sustain__intro-head {
    text-align: left;
    margin-bottom: 40px;
  }
}
.p-sustain__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .p-sustain__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 28px;
  }
}
.p-sustain__box:not(:last-of-type) {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .p-sustain__box:not(:last-of-type) {
    margin-bottom: 60px;
  }
}
.p-sustain__box-dtl {
  width: 62%;
  padding-left: 150px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-sustain__box-dtl {
    width: 100%;
    padding-left: 0;
  }
}
.p-sustain__box-dtl::before {
  font-size: 100px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: 0.1em;
  font-size: clamp(50px, 50px + 50 * (100vw - 767px) / 599, 100px);
  color: #00998E;
  opacity: 0.25;
  display: inline-block;
  border-top: solid 6px #00998E;
  position: absolute;
  top: 10px;
  left: -20px;
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-sustain__box-dtl::before {
    top: 0;
    left: 0;
    border-top-width: 3px;
    padding-top: 10px;
  }
}
.p-sustain__box-dtl.point01::before {
  content: "01";
}
.p-sustain__box-dtl.point02::before {
  content: "02";
}
.p-sustain__box-dtl.point03::before {
  content: "03";
}
.p-sustain__box-head {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4666666667em;
  letter-spacing: 0.1em;
  font-size: clamp(20px, 20px + 10 * (100vw - 767px) / 599, 30px);
  color: #00998E;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-sustain__box-head {
    padding-left: 80px;
    margin-bottom: 35px;
  }
}
.p-sustain__box-txt {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  font-weight: 500;
  line-height: 2em;
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 2 * (100vw - 767px) / 599, 16px);
  color: #505F68;
}
.p-sustain__box-view {
  width: 50%;
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 767px) {
  .p-sustain__box-view {
    width: 100vw;
  }
}
.p-sustain__box-img {
  overflow: hidden;
  border-radius: 10px 0 0 10px;
}
.p-sustain__box-img img {
  vertical-align: bottom;
}
.p-sustain__work-list {
  max-width: 600px;
  width: 92%;
  margin: 40px auto;
  border: solid 2px #00998E;
  border-radius: 4px;
  padding: 50px;
}
@media screen and (max-width: 767px) {
  .p-sustain__work-list {
    padding: 22px 4.2%;
    width: 100%;
  }
}
.p-sustain__work-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .p-sustain__work-list li {
    gap: 22px;
  }
}
.p-sustain__work-list li:not(:last-child) {
  margin-bottom: 22px;
}
.p-sustain__work-thumb {
  width: 130px;
}
@media screen and (max-width: 767px) {
  .p-sustain__work-thumb {
    width: 100px;
  }
}
.p-sustain__work-thumb img {
  vertical-align: bottom;
  overflow: hidden;
  border-radius: 4px;
}
.p-sustain__work-ttl {
  width: calc(100% - 130px);
  font-size: 16px;
  font-weight: 500;
  line-height: 2em;
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 2 * (100vw - 767px) / 599, 16px);
  color: #00998E;
}
@media screen and (max-width: 767px) {
  .p-sustain__work-ttl {
    width: calc(100% - 100px);
  }
}
@media screen and (max-width: 767px) {
  .p-sustain__msg {
    padding: 65px 0 320px;
  }
}

.p-business__mainv-txt {
  text-align: center;
  color: #fff;
  font-size: clamp(30px, 30px + 23 * (100vw - 767px) / 599, 53px);
}
@media screen and (max-width: 767px) {
  .p-business__mainv-txt {
    text-align: left;
  }
}
.p-business__mainv-txt span {
  display: block;
  font-size: 35px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: 0.2em;
  font-size: clamp(23px, 23px + 12 * (100vw - 767px) / 599, 35px);
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-business__mainv-txt span {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .p-business__title {
    text-align: left;
    margin-bottom: 45px;
  }
}
.p-business__title span {
  font-size: 30px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: 0.1em;
  font-size: clamp(20px, 20px + 10 * (100vw - 767px) / 599, 30px);
  color: #00998E;
  margin-top: 18px;
}
@media screen and (max-width: 767px) {
  .p-business__title span {
    margin-top: 22px;
  }
}
.p-business__text {
  font-size: 18px;
  font-weight: 500;
  line-height: 2.1111111111em;
  letter-spacing: normal;
  font-size: clamp(16px, 16px + 2 * (100vw - 767px) / 599, 18px);
  color: #505F68;
  text-align: center;
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .p-business__text {
    text-align: left;
    margin-bottom: 50px;
  }
}
.p-business__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-business__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
.p-business__flex-view {
  width: 100vw;
  margin-left: calc(50% - 50vw);
}
@media screen and (max-width: 767px) {
  .p-business__flex-view {
    width: 100%;
    margin-left: calc(50% - 56vw);
  }
}
.p-business__flex-img img {
  vertical-align: bottom;
}
.p-business__flex-dtl {
  width: 100%;
  padding-left: 6%;
}
@media screen and (max-width: 767px) {
  .p-business__flex-dtl {
    padding-left: 0;
  }
}
.p-business__flex-txt {
  font-size: 16px;
  font-weight: 500;
  line-height: 2em;
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 2 * (100vw - 767px) / 599, 16px);
  color: #505F68;
}
.p-business__sec-head {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.45em;
  letter-spacing: 0.1em;
  font-size: clamp(30px, 30px + 10 * (100vw - 767px) / 599, 40px);
  color: #fff;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .p-business__sec-head {
    text-align: left;
  }
}
.p-business__sec-head span {
  margin-top: 20px;
  display: block;
  font-size: 33px;
  font-weight: 700;
  line-height: 1.5757575758em;
  letter-spacing: 0.1em;
  font-size: clamp(22px, 22px + 11 * (100vw - 767px) / 599, 33px);
}
.p-business__sec-txt {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 2em;
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 2 * (100vw - 767px) / 599, 16px);
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-business__sec-txt {
    text-align: left;
  }
}
.p-business__event-head {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4666666667em;
  letter-spacing: 0.1em;
  font-size: clamp(24px, 24px + 6 * (100vw - 767px) / 599, 30px);
  color: #00998E;
  margin-bottom: 64px;
}
@media screen and (max-width: 767px) {
  .p-business__event-head {
    text-align: left;
    font-size: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-business__event-head.type02 {
    font-size: 22px;
    margin-bottom: 60px;
  }
}
.p-business__event-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px;
  margin-bottom: 150px;
}
@media screen and (max-width: 960px) {
  .p-business__event-box {
    gap: 30px;
    margin-bottom: 100px;
  }
}
.p-business__event-view {
  width: 50%;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-business__event-view {
    display: none;
  }
}
.p-business__event-view img {
  max-width: 400px;
  width: 100%;
  vertical-align: bottom;
  overflow: hidden;
  border-radius: 10px;
}
.p-business__event-tag {
  max-width: 440px;
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: normal;
  font-size: clamp(15px, 15px + 7 * (100vw - 767px) / 599, 22px);
  color: #fff;
  padding: 19px 4.6%;
  border-radius: 4px;
  background-color: #00998E;
}
@media screen and (max-width: 767px) {
  .p-business__event-tag {
    padding: 19px 10%;
  }
}
.p-business__dtl {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-business__dtl {
    width: 100%;
  }
}
.p-business__dtl-head {
  text-align: left;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4666666667em;
  letter-spacing: 0.1em;
  font-size: clamp(20px, 20px + 10 * (100vw - 767px) / 599, 30px);
  color: #00998E;
  margin-bottom: 20px;
}
@media screen and (max-width: 960px) {
  .p-business__dtl-head {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-business__dtl-head {
    font-size: 22px;
  }
}
.p-business__dtl-sub {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  font-weight: 500;
  line-height: 2em;
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 2 * (100vw - 767px) / 599, 16px);
  color: #505F68;
  margin-bottom: 55px;
}
@media screen and (max-width: 960px) {
  .p-business__dtl-sub {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-business__dtl-sub {
    font-size: 16px;
  }
}
.p-business__dtl-spimg {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-business__dtl-spimg {
    display: block;
    margin-bottom: 28px;
  }
}
.p-business__dtl-spimg img {
  vertical-align: bottom;
}
.p-business__step {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .p-business__step {
    margin-bottom: 25px;
  }
}
.p-business__step li {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  font-weight: 500;
  line-height: 2em;
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 2 * (100vw - 767px) / 599, 16px);
  color: #505F68;
}
@media screen and (max-width: 767px) {
  .p-business__step li {
    font-size: 16px;
  }
}
.p-business__step li:not(:last-child) {
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .p-business__step li:not(:last-child) {
    margin-bottom: 18px;
  }
}
.p-business__step-num {
  display: inline-block;
  border-radius: 2px;
  background-color: #00998E;
  font-size: 12px;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(10px, 10px + 2 * (100vw - 767px) / 599, 12px);
  color: #fff;
  margin-right: 17px;
  padding: 5px 11px 7px;
}
@media screen and (max-width: 767px) {
  .p-business__step-num {
    margin-right: 12px;
    padding: 3px 7px 5px;
    font-size: 12px;
  }
}
.p-business__step-num span {
  display: inline-block;
  margin-left: 2px;
  font-size: 16px;
  font-size: clamp(12px, 12px + 4 * (100vw - 767px) / 599, 16px);
}
@media screen and (max-width: 767px) {
  .p-business__step-num span {
    font-size: 16px;
  }
}
.p-business__other {
  max-width: 920px;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 52px 80px;
}
@media screen and (max-width: 960px) {
  .p-business__other {
    gap: 45px 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-business__other {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 56px;
  }
}
.p-business__other li {
  width: calc((100% - 80px) / 2);
}
@media screen and (max-width: 960px) {
  .p-business__other li {
    width: calc((100% - 50px) / 2);
  }
}
@media screen and (max-width: 767px) {
  .p-business__other li {
    width: 100%;
  }
}
.p-business__other-img {
  margin-bottom: 20px;
}
.p-business__other-img img {
  vertical-align: bottom;
  border-radius: 10px;
  overflow: hidden;
}
.p-business__other-ttl {
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6666666667em;
  letter-spacing: normal;
  font-size: clamp(15px, 15px + 3 * (100vw - 767px) / 599, 18px);
  color: #00998E;
}
@media screen and (max-width: 767px) {
  .p-business__other-ttl {
    font-size: 18px;
  }
}
.p-business__walk {
  padding: 0;
}
.p-business__walk-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-business__walk-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.p-business__walk-dtl {
  width: 50%;
  padding-left: 12%;
}
@media screen and (max-width: 960px) {
  .p-business__walk-dtl {
    padding-left: 4.2%;
  }
}
@media screen and (max-width: 767px) {
  .p-business__walk-dtl {
    width: 100%;
    padding-left: 0;
    padding: 65px 6% 75px;
  }
}
.p-business__walk-head {
  text-align: left;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.45em;
  letter-spacing: 0.1em;
  font-size: clamp(28px, 28px + 12 * (100vw - 767px) / 599, 40px);
  color: #00998E;
  margin-bottom: 58px;
}
@media screen and (max-width: 960px) {
  .p-business__walk-head {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 767px) {
  .p-business__walk-head {
    font-size: 32px;
  }
}
.p-business__walk-head span {
  margin-top: 18px;
  display: block;
  font-size: 20px;
  line-height: 1;
  font-size: clamp(15px, 15px + 5 * (100vw - 767px) / 599, 20px);
}
@media screen and (max-width: 767px) {
  .p-business__walk-head span {
    font-size: 19px;
  }
}
.p-business__walk-view {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-business__walk-view {
    width: 100vw;
    margin-inline: calc(50% - 50vw);
  }
}
.p-business__walk-img img {
  vertical-align: bottom;
}
.p-business__can {
  position: relative;
  z-index: 1;
}
.p-business__can::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.p-business__can-head {
  font-size: 49px;
  font-weight: 700;
  line-height: 1.4489795918em;
  letter-spacing: 0.1em;
  font-size: clamp(31px, 31px + 18 * (100vw - 767px) / 599, 49px);
  color: #00998E;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .p-business__can-head {
    text-align: left;
    margin-bottom: 45px;
  }
}
.p-business__can-head span {
  margin-top: 20px;
  display: block;
  font-size: 22px;
  font-size: clamp(18px, 18px + 4 * (100vw - 767px) / 599, 22px);
}
@media screen and (max-width: 767px) {
  .p-business__can-head span {
    line-height: 1.7777777778;
    letter-spacing: normal;
  }
}
.p-business__can-dtl {
  width: calc(100% - 206px);
}
@media screen and (max-width: 767px) {
  .p-business__can-dtl {
    width: 100%;
  }
}
.p-business__can-ttl {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.2307692308em;
  letter-spacing: normal;
  font-size: clamp(22px, 22px + 4 * (100vw - 767px) / 599, 26px);
  color: #00998E;
  margin-bottom: 14px;
}
@media screen and (max-width: 767px) {
  .p-business__can-ttl {
    text-align: left;
  }
}
.p-business__can-txt {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  font-weight: 500;
  line-height: 2em;
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 2 * (100vw - 767px) / 599, 16px);
  color: #505F68;
}
@media screen and (max-width: 767px) {
  .p-business__can-txt {
    text-align: left;
  }
}
.p-business__list {
  max-width: 700px;
  margin-inline: auto;
}
.p-business__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 44px;
}
@media screen and (max-width: 767px) {
  .p-business__list li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 14px;
  }
}
.p-business__list li:not(:last-child) {
  margin-bottom: 50px;
}
.p-business__list-thumb {
  width: 206px;
}
@media screen and (max-width: 767px) {
  .p-business__list-thumb {
    width: 100%;
  }
}
.p-business__list-img img {
  vertical-align: bottom;
  border-radius: 4px;
  overflow: hidden;
}
.p-business__contact-ttl span {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.4545454545em;
  letter-spacing: normal;
  font-size: clamp(20px, 20px + 2 * (100vw - 767px) / 599, 22px);
  color: #00998E;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .p-business__contact-ttl span {
    margin-top: 8px;
    font-size: 22px;
  }
}
.p-business__contact-icon {
  text-align: center;
  margin-bottom: 30px;
}
.p-business__contact-icon img {
  max-width: 156px;
  vertical-align: bottom;
}
.p-business__contact-txt {
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  font-weight: 500;
  line-height: 2em;
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 2 * (100vw - 767px) / 599, 16px);
  color: #505F68;
  margin-bottom: 42px;
}
.p-business__btn {
  text-align: center;
}

.p-mizu__mainv-txt {
  text-align: center;
  color: #fff;
  font-size: clamp(30px, 30px + 23 * (100vw - 767px) / 599, 53px);
}
@media screen and (max-width: 767px) {
  .p-mizu__mainv-txt {
    text-align: left;
  }
}
.p-mizu__mainv-txt span {
  display: block;
  font-size: 35px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: 0.2em;
  font-size: clamp(23px, 23px + 12 * (100vw - 767px) / 599, 35px);
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-mizu__mainv-txt span {
    margin-top: 15px;
  }
}
.p-mizu__title {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.45em;
  letter-spacing: 0.1em;
  font-size: clamp(26px, 26px + 14 * (100vw - 767px) / 599, 40px);
  color: #00998E;
  margin-bottom: 65px;
}
@media screen and (max-width: 767px) {
  .p-mizu__title {
    text-align: left;
    margin-bottom: 40px;
  }
}
.p-mizu__title span {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4545454545em;
  letter-spacing: 0.1em;
  font-size: clamp(18px, 18px + 4 * (100vw - 767px) / 599, 22px);
  color: #00998E;
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .p-mizu__title span {
    margin-top: 30px;
  }
}
.p-mizu__text {
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  font-weight: 500;
  line-height: 2em;
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 2 * (100vw - 767px) / 599, 16px);
  color: #505F68;
}
@media screen and (max-width: 767px) {
  .p-mizu__text {
    line-height: 2em;
    text-align: left;
  }
}
.p-mizu__intro {
  position: relative;
  z-index: 1;
}
.p-mizu__intro::after {
  content: "";
  max-width: 222px;
  width: 15vw;
  aspect-ratio: 222/382;
  position: absolute;
  top: -180px;
  right: 5%;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-mizu__intro::after {
    width: 26vw;
    top: -100px;
    right: 7%;
  }
}
.p-mizu__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin-bottom: 110px;
}
@media screen and (max-width: 960px) {
  .p-mizu__box {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 767px) {
  .p-mizu__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-mizu__box-dtl {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .p-mizu__box-dtl {
    width: 100%;
  }
}
.p-mizu__box-head {
  text-align: left;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.6em;
  letter-spacing: 0.1em;
  font-size: clamp(26px, 26px + 14 * (100vw - 767px) / 599, 40px);
  color: #00998E;
  margin-bottom: 40px;
}
.p-mizu__box-txt {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  font-weight: 500;
  line-height: 2em;
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 2 * (100vw - 767px) / 599, 16px);
  color: #505F68;
}
.p-mizu__box-view {
  width: 60vw;
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 1140px) {
  .p-mizu__box-view {
    width: 52vw;
  }
}
@media screen and (max-width: 767px) {
  .p-mizu__box-view {
    width: 100vw;
  }
}
.p-mizu__box-img img {
  vertical-align: bottom;
}
.p-mizu__recycle-head {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.45em;
  letter-spacing: 0.1em;
  font-size: clamp(26px, 26px + 14 * (100vw - 767px) / 599, 40px);
  color: #00998E;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-mizu__recycle-head {
    text-align: left;
    margin-bottom: 26px;
  }
}
.p-mizu__recycle-txt {
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 23px;
  font-weight: 500;
  line-height: 1.7826086957em;
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 9 * (100vw - 767px) / 599, 23px);
  color: #505F68;
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .p-mizu__recycle-txt {
    text-align: left;
  }
}
.p-mizu__recycle-txt span {
  font-size: 26px;
  font-size: clamp(16px, 16px + 10 * (100vw - 767px) / 599, 26px);
  color: #00998E;
  display: inline-block;
  margin-left: 20px;
  padding: 6px 0;
  border-bottom: solid 6px #00998E;
}
@media screen and (max-width: 767px) {
  .p-mizu__recycle-txt span {
    padding: 3px 0;
    border-bottom-width: 3px;
  }
}
.p-mizu__sub {
  max-width: 690px;
  display: block;
  margin-inline: auto;
  padding: 40px 42px 22px;
  border-radius: 4px;
  border: solid 2px #00998E;
  background-color: transparent;
  position: relative;
  margin-bottom: 40px;
}
.p-mizu__sub-head {
  background-color: #fff;
  padding: 8px 20px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: 0.1em;
  font-size: clamp(16px, 16px + 10 * (100vw - 767px) / 599, 26px);
  color: #00998E;
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}
.p-mizu__sub-txt {
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.7777777778em;
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 4 * (100vw - 767px) / 599, 18px);
  color: #505F68;
}
@media screen and (max-width: 767px) {
  .p-mizu__sub-txt {
    text-align: left;
  }
}
.p-mizu__subhead {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4666666667em;
  letter-spacing: 0.1em;
  font-size: clamp(22px, 22px + 8 * (100vw - 767px) / 599, 30px);
  color: #00998E;
  margin-bottom: 40px;
}
.p-mizu__table {
  max-width: 1150px;
  margin-inline: auto;
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .p-mizu__table {
    width: 100vw;
    margin-inline: calc(50% - 50vw);
  }
}
.p-mizu__table img {
  vertical-align: bottom;
}
.p-mizu__table-txt {
  display: block;
  max-width: 1060px;
  margin-inline: auto;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4666666667em;
  letter-spacing: 0.1em;
  font-size: clamp(20px, 20px + 10 * (100vw - 767px) / 599, 30px);
  color: #fff;
  padding: 17px;
  border-radius: 4px;
  background-color: #00998E;
  position: relative;
}
.p-mizu__table-txt::before {
  content: "";
  width: 0;
  height: 0;
  border-bottom: solid 12px #00998E;
  border-right: solid 10px transparent;
  border-left: solid 10px transparent;
  position: absolute;
  bottom: calc(100% - 1px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-mizu__week-head {
    text-align: left;
    margin-bottom: 50px;
  }
}
.p-mizu__week-head span {
  display: block;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4375em;
  letter-spacing: 0.1em;
  font-size: clamp(22px, 22px + 10 * (100vw - 767px) / 599, 32px);
  color: #00998E;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .p-mizu__week-head span {
    margin-bottom: 20px;
  }
}
.p-mizu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 75px;
  margin-bottom: 70px;
}
@media screen and (max-width: 1140px) {
  .p-mizu__list {
    gap: 50px;
  }
}
@media screen and (max-width: 960px) {
  .p-mizu__list {
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-mizu__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-mizu__list li {
  width: calc((100% - 150px) / 3);
}
@media screen and (max-width: 1140px) {
  .p-mizu__list li {
    width: calc((100% - 100px) / 3);
  }
}
@media screen and (max-width: 960px) {
  .p-mizu__list li {
    width: calc((100% - 60px) / 3);
  }
}
@media screen and (max-width: 767px) {
  .p-mizu__list li {
    width: 100%;
  }
}
.p-mizu__list-thumb {
  margin-bottom: 22px;
}
.p-mizu__list-thumb img {
  vertical-align: bottom;
  border-radius: 4px;
  overflow: hidden;
}
.p-mizu__list-head {
  text-align: center;
  display: block;
  padding: 8px;
  border-radius: 4px;
  background-color: #00998E;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.4230769231em;
  letter-spacing: 0.1em;
  font-size: clamp(14px, 14px + 12 * (100vw - 767px) / 599, 26px);
  color: #fff;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-mizu__list-head {
    font-size: 21px;
  }
}
.p-mizu__list-txt {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  font-weight: 500;
  line-height: 2em;
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 2 * (100vw - 767px) / 599, 16px);
  color: #505F68;
}
.p-mizu__list-txt span {
  margin-top: 20px;
  display: block;
  font-size: 12px;
  line-height: 1.8333333333;
  color: #aaa;
  word-break: break-word;
}
.p-mizu__pra {
  display: block;
  margin-inline: auto;
  padding: 85px 75px 45px;
  border-radius: 4px;
  border: solid 2px #00998E;
  background-color: transparent;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-mizu__pra {
    padding: 50px 10% 45px;
  }
}
@media screen and (max-width: 767px) {
  .p-mizu__pra {
    padding: 80px 10% 45px;
  }
}
.p-mizu__pra-head {
  text-align: center;
  padding: 8px 20px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: 0.1em;
  font-size: clamp(20px, 20px + 6 * (100vw - 767px) / 599, 26px);
  color: #00998E;
  position: absolute;
  top: -35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-mizu__pra-head {
    line-height: 1.45;
  }
}
.p-mizu__pet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 55px;
}
@media screen and (max-width: 1140px) {
  .p-mizu__pet {
    gap: 30px;
  }
}
@media screen and (max-width: 960px) {
  .p-mizu__pet {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .p-mizu__pet {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.p-mizu__pet-txt {
  max-width: 476px;
  width: 48%;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  font-weight: 500;
  line-height: 2em;
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 2 * (100vw - 767px) / 599, 16px);
  color: #505F68;
}
@media screen and (max-width: 960px) {
  .p-mizu__pet-txt {
    width: 100%;
  }
}
.p-mizu__pet-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .p-mizu__pet-type.type01 {
    margin-left: 10px;
  }
}
.p-mizu__pet-img img {
  vertical-align: bottom;
}
.p-mizu__pet-ttl {
  font-size: 30px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(22px, 22px + 8 * (100vw - 767px) / 599, 30px);
  color: #00998E;
  margin-bottom: 20px;
  white-space: nowrap;
}
.p-mizu__pet-num {
  font-family: "Barlow Condensed", sans-serif;
  font-style: normal;
  font-size: 60px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(24px, 24px + 36 * (100vw - 767px) / 599, 60px);
  color: #00998E;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-mizu__pet-num {
    font-size: 46px;
  }
}
.p-mizu__pet-num span {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 40px;
  font-weight: 700;
  font-size: clamp(18px, 18px + 22 * (100vw - 767px) / 599, 40px);
  display: inline-block;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .p-mizu__pet-num span {
    font-size: 26px;
  }
}
@media screen and (max-width: 1140px) {
  .p-mizu__problem {
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-mizu__problem {
    padding-bottom: 100px;
  }
}
.p-mizu__problem-head {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .p-mizu__problem-head {
    text-align: left;
    margin-bottom: 35px;
    font-size: 24px;
  }
}
.p-mizu__problem-head span {
  display: block;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4375em;
  letter-spacing: 0.1em;
  font-size: clamp(20px, 20px + 12 * (100vw - 767px) / 599, 32px);
  color: #00998E;
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .p-mizu__problem-head span {
    margin-top: 34px;
  }
}
.p-mizu__slide {
  margin-right: calc(50% - 50vw);
  position: relative;
}
.p-mizu__slide::after {
  content: "";
  width: 19%;
  height: 100%;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px); /* 背景のぼかし */
  background-color: rgba(255, 255, 255, 0.3); /* 透明度で調整 */
  position: absolute;
  z-index: 2;
  right: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .p-mizu__slide::after {
    content: none;
  }
}
.p-mizu__slide .splide__pagination {
  bottom: -35px;
  gap: 20px;
}
.p-mizu__slide .splide__pagination__page.is-active {
  -webkit-transform: none;
          transform: none;
  background-color: #00998E;
}
.p-mizu__slide .splide__arrow {
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 63px;
  height: 63px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background-color: #fff;
}
@media screen and (max-width: 1140px) {
  .p-mizu__slide .splide__arrow {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-mizu__slide .splide__arrow {
    display: none;
  }
}
.p-mizu__slide .splide__arrow svg {
  display: none;
}
.p-mizu__slide .splide__arrow::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 4px;
}
.p-mizu__slide .splide__arrow:disabled {
  opacity: 0;
  visibility: hidden;
}
.p-mizu__sec-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .p-mizu__sec-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: left;
  }
}
.p-mizu__sec-head {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4666666667em;
  letter-spacing: 0.2em;
  font-size: clamp(22px, 22px + 8 * (100vw - 767px) / 599, 30px);
  color: #00998E;
  padding-right: 50px;
}
@media screen and (max-width: 767px) {
  .p-mizu__sec-head {
    font-size: 30px;
    text-align: left;
  }
}
.p-mizu__sec-txt {
  width: 55%;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  font-weight: 500;
  line-height: 2em;
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 4 * (100vw - 767px) / 599, 18px);
  color: #505F68;
}
@media screen and (max-width: 767px) {
  .p-mizu__sec-txt {
    width: 100%;
  }
}
.p-mizu__lineup-thumb {
  width: auto;
  height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-mizu__lineup-thumb {
    height: 200px;
  }
}
.p-mizu__lineup-thumb img {
  max-width: 80%;
}
@media screen and (max-width: 767px) {
  .p-mizu__lineup-thumb img {
    max-width: 92%;
  }
}
.p-mizu__lineup-name {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4444444444em;
  letter-spacing: 0.1em;
  font-size: clamp(14px, 14px + 4 * (100vw - 767px) / 599, 18px);
  color: #00998E;
  margin-bottom: 16px;
}
.p-mizu__lineup-txt {
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4285714286em;
  letter-spacing: 0.1em;
  font-size: clamp(11px, 11px + 3 * (100vw - 767px) / 599, 14px);
  color: #505F68;
}
@media screen and (max-width: 960px) {
  .p-mizu__lineup .c-slide__item {
    width: calc((100% - 50px) / 3);
  }
}
@media screen and (max-width: 767px) {
  .p-mizu__lineup .c-slide__item {
    width: calc((100% - 25px) / 2);
  }
}