/******************************

  p-top scss

*******************************/
.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: #fff;
  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-top__mainv {
  position: relative;
  min-height: 760px;
  height: 92vh;
}
.p-top__mainv-txt {
  position: absolute;
  top: 165px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 53px;
  font-weight: 700;
  line-height: 1.4339622642em;
  letter-spacing: 0.2em;
  font-size: clamp(34px, 34px + 19 * (100vw - 767px) / 599, 53px);
  color: #00998E;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-top__mainv-txt {
    top: 90px;
    left: 54%;
  }
}
@media screen and (max-width: 767px) {
  .p-top__intro {
    padding-bottom: 200px;
    position: relative;
  }
}
.p-top__intro::before {
  width: 170%;
  aspect-ratio: 584/159;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-top__intro::before {
    content: "";
  }
}
.p-top__intro-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
}
.p-top__intro-main {
  width: 100%;
}
.p-top__intro-head {
  text-align: left;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4666666667em;
  letter-spacing: 0.1em;
  font-size: clamp(26px, 26px + 4 * (100vw - 767px) / 599, 30px);
  color: #00998E;
  margin-bottom: 50px;
}
@media screen and (max-width: 1140px) {
  .p-top__intro-head {
    margin-bottom: 30px;
  }
}
.p-top__intro-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-top__intro-view {
  width: 150%;
  margin-right: calc(60% - 66vw);
}
@media screen and (max-width: 767px) {
  .p-top__intro-view {
    display: none;
  }
}
.p-top__intro-img img {
  border-radius: 10px;
}
.p-top__intro-spimg {
  display: none;
  border-radius: 5px 0 0 5px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-top__intro-spimg {
    display: block;
    margin-bottom: 40px;
  }
}
.p-top__intro-spimg img {
  vertical-align: bottom;
}
.p-top__product {
  position: relative;
  z-index: 2;
}
.p-top__product::before {
  content: "";
  width: 100%;
  aspect-ratio: 1440/437;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}
.p-top__product-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-top__product-box.second {
  margin-top: 320px;
}
@media screen and (max-width: 1140px) {
  .p-top__product-box.second {
    margin-top: 200px;
  }
}
@media screen and (max-width: 767px) {
  .p-top__product-box.second {
    margin-top: 70px;
  }
}
.p-top__product-main {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-top__product-main {
    width: 100%;
  }
}
.p-top__product-view {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-top__product-view {
    display: none;
  }
}
.p-top__product-img {
  text-align: center;
}
.p-top__product-head {
  text-align: left;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.44em;
  letter-spacing: 0.1em;
  font-size: clamp(28px, 28px + 22 * (100vw - 767px) / 599, 50px);
  color: #00998E;
  margin-bottom: 28px;
}
@media screen and (max-width: 767px) {
  .p-top__product-head {
    text-align: center;
    margin-bottom: 16px;
  }
}
.p-top__product-subhead {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.45em;
  letter-spacing: 0.1em;
  font-size: clamp(18px, 18px + 2 * (100vw - 767px) / 599, 20px);
  color: #00998E;
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .p-top__product-subhead {
    text-align: center;
    margin-bottom: 28px;
    line-height: 1.8888888889;
  }
}
.p-top__product-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;
  margin-bottom: 38px;
}
@media screen and (max-width: 767px) {
  .p-top__product-txt {
    text-align: center;
    margin-bottom: 30px;
    line-height: 2;
  }
}
.p-top__product-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-top__product-sp {
    display: block;
    text-align: center;
    margin-bottom: 22px;
  }
}
.p-top__product-sp img {
  width: 34%;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .p-top__product-btn {
    text-align: center;
  }
}
.p-top__lineup-head {
  margin-bottom: 20px;
}
.p-top__lineup__slide {
  max-width: 1080px;
  margin-inline: auto;
}
.p-top__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-top__lineup-thumb {
    height: 200px;
  }
}
.p-top__lineup-thumb img {
  max-width: 80%;
}
@media screen and (max-width: 767px) {
  .p-top__lineup-thumb img {
    max-width: 92%;
  }
}
.p-top__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-top__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-top__lineup-btn {
  text-align: center;
}
.p-top__sustain {
  padding: 140px 0 120px;
}
@media screen and (max-width: 1140px) {
  .p-top__sustain {
    padding: 100px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-top__sustain {
    padding: 80px 0;
  }
}
.p-top__sustain-ttl {
  text-align: left;
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .p-top__sustain-ttl {
    margin-bottom: 40px;
  }
}
.p-top__sustain-head {
  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: #fff;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-top__sustain-head {
    line-height: 1.7857142857;
  }
}
.p-top__sustain-txt {
  font-size: 20px;
  font-weight: 500;
  line-height: 2em;
  letter-spacing: 0.1em;
  font-size: clamp(14px, 14px + 6 * (100vw - 767px) / 599, 20px);
  color: #fff !important;
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .p-top__sustain-txt {
    line-height: 2;
    margin-bottom: 40px;
  }
}
.p-top__news-head {
  text-align: left;
}
.p-top__news-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 47px;
}
@media screen and (max-width: 767px) {
  .p-top__news-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 25px 30px;
  }
}
.p-top__news-item {
  width: 25%;
}
@media screen and (max-width: 767px) {
  .p-top__news-item {
    width: calc((100% - 30px) / 2);
  }
}
.p-top__news-item a {
  display: block;
}
.p-top__news-item a:hover {
  text-decoration: underline;
}
.p-top__news-img {
  padding-top: 65%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-top__news-img {
    border-radius: 5px;
  }
}
.p-top__news-img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top__news-date {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: 0.1em;
  font-size: clamp(14px, 14px + 2 * (100vw - 767px) / 599, 16px);
  color: #00998E;
  margin-bottom: 11px;
}
.p-top__news-ttl {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7142857143em;
  letter-spacing: 0.1em;
  font-size: clamp(12px, 12px + 2 * (100vw - 767px) / 599, 14px);
  color: #505F68;
}
.p-top__news-btn {
  margin-top: 55px;
  text-align: right;
}
.p-top__faq-flex {
  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: 767px) {
  .p-top__faq-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
  }
}
.p-top__faq-head {
  width: 280px;
}
@media screen and (max-width: 960px) {
  .p-top__faq-head {
    width: 120px;
  }
}
@media screen and (max-width: 767px) {
  .p-top__faq-head {
    width: 100%;
  }
}
.p-top__faq-list {
  width: calc(100% - 280px);
  border-top: solid 1px #b5b5b5;
}
@media screen and (max-width: 960px) {
  .p-top__faq-list {
    width: calc(100% - 120px);
  }
}
@media screen and (max-width: 767px) {
  .p-top__faq-list {
    width: 100%;
  }
}
.p-top__faq-ttl {
  text-align: left;
  margin-bottom: 0;
}
.p-top__faq-wrap {
  padding: 24px 0;
  border-bottom: solid 1px #b5b5b5;
}
.p-top__faq-content dt {
  padding-inline: 50px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  color: #00998E;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top__faq-content dt {
    padding-inline: 25px;
  }
}
.p-top__faq-content dt::before {
  content: "Q";
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: 0.05em;
  color: #00998E;
  position: absolute;
  top: 4px;
  left: 15px;
}
@media screen and (max-width: 767px) {
  .p-top__faq-content dt::before {
    left: 2px;
  }
}
.p-top__faq-content dt::after {
  content: "";
  width: 10px;
  height: 10px;
  border-right: solid 2px #00998E;
  border-bottom: solid 2px #00998E;
  position: absolute;
  top: 5px;
  right: 20px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .p-top__faq-content dt::after {
    width: 8px;
    height: 8px;
    right: 5px;
  }
}
.p-top__faq-content dt.is-active::after {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}
.p-top__faq-content dd {
  padding-inline: 50px;
  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: normal;
  color: #505F68;
  max-height: 0;
  overflow: hidden;
  position: relative;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
@media screen and (max-width: 767px) {
  .p-top__faq-content dd {
    padding-inline: 25px;
  }
}
.p-top__faq-content dd::before {
  content: "A";
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: normal;
  color: #505F68;
  position: absolute;
  top: 0;
  left: 17px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
@media screen and (max-width: 767px) {
  .p-top__faq-content dd::before {
    left: 4px;
  }
}
.p-top__faq-content dd.is-open {
  max-height: 1000px;
  padding-top: 24px;
  padding-bottom: 10px;
}
.p-top__faq-content dd.is-open::before {
  top: 27px;
}
.p-top__faq-btn {
  margin-top: 130px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-top__faq-btn {
    margin-top: 42px;
  }
}