@charset "UTF-8";

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  display: none;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  display: none;
}

.fv {
  background: url(../img/fv-img-01.png) no-repeat;
  background-size: cover;
  background-position: bottom;
  height: 120vh;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .fv {
    background: url(../img/fv-img-01-sp.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    height: 110vh;
  }
}

.fv__inner {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 40px 20vh;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .fv__inner {
    padding: 12.1333333333vw 5.3333333333vw 11.2vw;
    /* justify-content: flex-start; */
    max-width: 100%;
  }
}

.fv__title {
  font-size: 42px;
  color: #fff;
  font-weight: normal;
  margin-bottom: 60px;
  font-family: "Zen Old Mincho", serif;
  line-height: 2;
  writing-mode: vertical-rl;
  text-orientation: upright;
  letter-spacing: 0.3em;
}

@media screen and (max-width: 768px) {
  .fv__title {
    font-size: 7.4666666667vw;
    margin-bottom: 8vw;
    text-align: center;
    margin-left: auto;
    margin-right: 0;
  }
}

.fv__title span {
  color: #fff;
  font-family: "Zen Old Mincho", serif;
}

.fv__title span.bottom {
  margin-top: 90px;
  display: inline-block;
}

.fv__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .fv__item {
    justify-content: center;
    gap: 20px;
    margin-bottom: 11.2vw;
  }

  .fv__item--img {
    width: 27.4666666667vw;
  }
}

.fv__item--contents {
  width: 60%;
}

@media screen and (max-width: 768px) {
  .fv__item--contents {
    width: auto;
  }
}

.fv__item--contents h3 {
  margin-bottom: 22px;
  color: #fff;
  font-size: 28px;
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .fv__item--contents h3 {
    font-size: 6.1333333333vw;
    text-align: center;
  }
}

.fv__item--btn {
  color: #fff;
  width: 298px;
  height: 60px;
  text-align: center;
  font-size: 14px;
  line-height: 60px;
  display: block;
  background: linear-gradient(to right, #004D45, #007842);
  transition: 0.3s ease;
  position: relative;
  font-family: "Zen Old Mincho", serif;
  border: 1px solid transparent;
}

@media screen and (max-width: 768px) {
  .fv__item--btn {
    width: 75.4666666667vw;
    margin: 0 auto;
  }
}

.fv__item--btn.is-pc {
  display: block;
}

@media screen and (max-width: 768px) {
  .fv__item--btn.is-pc {
    display: none;
  }
}

.fv__item--btn.is-sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .fv__item--btn.is-sp {
    display: block;
  }
}

.fv__item--btn:hover {
  opacity: 1;
  background: #fff;
  color: #004D45;
  border: #004D45 1px solid;
}

.fv__contents {
  max-width: 550px;
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  .fv__contents {
    width: 100%;
    margin: 0 auto;
    padding-right: 20px;
    padding-bottom: 60px;
  }
}

.index {
  padding: 80px 0;
}

@media screen and (max-width: 768px) {
  .index {
    padding: 10.6666666667vw 0 0;
  }
}

.index__lists {
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  gap: 30px;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}

.index__listsWrap {
  width: 100%;
  overflow-x: auto;
  padding: 0 20px 20px;
  /*スクロールバー非表示（IE・Edge）*/
  -ms-overflow-style: none;
  /*スクロールバー非表示（Firefox）*/
  scrollbar-width: none;
}

.index__listsWrap::-webkit-scrollbar {
  display: none;
}

.index__list {
  padding-right: 20px;
  background: url(../img/icon_arrow_bottom.svg) no-repeat;
  background-size: 15px;
  background-position: right top 50%;
  font-size: 14px;
  font-family: "Zen Old Mincho", serif;
}

.information {
  padding: 10px;
  background: #fff;
  color: #004D45;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  opacity: 1;
  transition: opacity 0.5s ease;
}

.information .on {
  display: none;
}

.information .off {
  display: block;
}

.information.is_active {
  background: linear-gradient(to right, #004D45, #007842);
  color: #fff;
}

.information.is_active .on {
  display: block;
}

.information.is_active .off {
  display: none;
}

.information.is-hidden {
  opacity: 0;
  pointer-events: none;
}

.information p {
  font-size: 20px;
  color: #004D45;
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Zen Old Mincho", serif;
}

@media screen and (max-width: 768px) {
  .information span img {
    width: 22px;
  }

  .information p {
    font-size: 13px;
  }

  .information p img {
    width: 8px;
  }
}

.information span {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #004D45;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .information span {
    font-size: 3.7333333333vw;
  }
}

.information.is_active p,
.information.is_active span {
  color: #fff;
}

.information span.is-sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .information span.is-sp {
    display: flex;
  }
}

@media screen and (max-width: 768px) {
  .information span.is-pc {
    display: none;
  }
}

.intro {
  padding: 90px 40px 120px;
  overflow: hidden;
  background: url(../img/intro-bg.png) no-repeat;
  background-size: cover;
  position: relative;
}

@media screen and (max-width: 768px) {
  .intro {
    padding: 10vw 2.6666666667vw 25.3333333333vw;
  }
}

.intro__inner {
  /* max-width: 1000px; */
  margin: 0 auto;
}

.intro__slider {
  padding: 50px 0;
  margin-top: 75px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .intro__slider {
    margin-top: 0;
  }
}

.intro__slider .swiper-pagination-bullet {
  width: 40px;
  height: 3px;
  background: #004D45;
  border-radius: 0;
}

.intro__slider--item {
  background: #fff;
  padding: 50px;
  height: auto;
  position: relative;
}

.intro__slider .swiper-slide {
  width: 70%;
  /* 1枚＋左右チラ見せ */
}

@media screen and (max-width: 768px) {
  .intro__slider .swiper-slide {
    width: 95%;
    /* 1枚＋左右チラ見せ */

  }
}

.intro__slider--itemWrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.intro__slider--item::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 10.71%, #FFF 100%);
  -webkit-backdrop-filter: blur(2.5px);
  backdrop-filter: blur(2.5px);
  width: 100%;
  height: 100%;
  z-index: 2;
}

.intro__slider--item.swiper-slide-active::after {
  display: none;
}

@media screen and (max-width: 768px) {
  .intro__slider--item {
    padding: 10.6666666667vw 4vw 8vw;
  }

  .intro__slider--itemWrap {
    flex-direction: column-reverse;
    justify-content: flex-start;
  }
}

.intro__slider--item .contents {
  width: 60%;
}

@media screen and (max-width: 768px) {
  .intro__slider--item .contents {
    width: 93%;
  }
}

.intro__slider--item .contents h3 {
  font-size: 20px;
  color: #004D45;
  margin-bottom: 50px;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .intro__slider--item .contents h3 {
    font-size: 4.2666666667vw;
    margin-bottom: 6.6666666667vw;
  }
}

.intro__slider--item .contents p {
  font-size: 13px;
  line-height: 1.7;
}

.intro__slider--item .contents p.name {
  margin-bottom: 30px;
}

.intro__slider--item .img {
  width: 35%;
}

@media screen and (max-width: 768px) {
  .intro__slider--item .img {
    width: 65%;
    margin: 0 auto 5.3333333333vw;
  }

  .intro__slider--item .img img {
    aspect-ratio: 0.75;
    object-fit: cover;
  }
}

.section__title {
  text-align: center;
  line-height: 2;
  font-size: 24px;
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .section__title {
    font-size: 4.8vw;
  }
}

.movie {
  background: url(../img/mov-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 150px 40px;
}

@media screen and (max-width: 768px) {
  .movie {
    padding: 26.6666666667vw 8vw;
  }
}

.movie__inner {
  max-width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .item {
    padding-bottom: 13.3333333333vw;
  }
}

.item__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .item__inner {
    display: block;
  }
}

.item__contents {
  width: 50%;
  padding: 0 5%;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .item__contents {
    padding: 0;
    width: 100%;
    margin-top: 80px;
  }
}

.item__contents h2 {
  line-height: 1.6;
  margin-bottom: 30px;
  font-size: 32px;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .item__contents h2 {
    font-size: 6.4vw;
    text-align: center;
    line-height: 1.8;
  }
}

.item__contents h3 {
  font-size: 28px;
  color: #004D45;
  margin-bottom: 25px;
}

.item__contents p {
  line-height: 1.7;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .item__contents .contents {
    padding: 10.6666666667vw 8vw 8vw;
  }
}

.item__img {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .item__img {
    width: 100%;
  }
}

.item__img img {
  vertical-align: bottom;
}

.why {
  padding: 140px 40px 150px;
  background: url(../img/why-bg.jpg) no-repeat;
  background-size: cover;
  background-position: bottom;
}

@media screen and (max-width: 768px) {
  .why {
    padding: 26.6666666667vw 6.6666666667vw;
    background: url(../img/why-bg-sp.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
}

.why h2 {
  text-align: center;
  color: #fff;
  margin-bottom: 45px;
}

@media screen and (max-width: 768px) {
  .why h2 {
    font-size: 6.4vw;
    margin-bottom: 8vw;
  }
}

.why p {
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 2;
}

.why p span {
  border-bottom: 1px solid #fff;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .why p {
    text-align: left;
    font-size: 3.7333333333vw;
  }
}

.why h3 {
  margin-top: 100px;
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .why h3 {
    margin-top: 13.3333333333vw;
    margin-bottom: 8vw;
    font-size: 6.4vw;
    line-height: 1.7;
  }
}

.why__box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

@media screen and (max-width: 768px) {
  .why__box {
    flex-wrap: wrap;
  }
}

.why__item {
  width: 220px;
  height: 220px;
  border-radius: 50%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  line-height: 1.5;
  color: #fff;
  /* background-image: radial-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.43) 67%, rgb(255, 255, 255)); */
  opacity: 1;
  border: 1px solid rgba(255, 255, 255, 0.4);
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: "Zen Old Mincho", serif;
  opacity: 0;
  transform: scale(0.6);
}

.why__item.active {
  transform: scale(0.6);
  /* 少し小さく縮んだ状態から */
  animation: zoomFade 0.8s ease-out forwards;
}

@keyframes zoomFade {
  0% {
    opacity: 0;
    transform: scale(0.6);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.why__item:nth-child(1) {
  animation-delay: 0.3s;
}

.why__item:nth-child(2) {
  animation-delay: 0.5s;
}

.why__item:nth-child(3) {
  animation-delay: 0.7s;
}

.why__item:nth-child(4) {
  animation-delay: 0.9s;
}

@media screen and (max-width: 768px) {
  .why__item {
    width: 37.3333333333vw;
    height: 37.3333333333vw;
    font-size: 3.7333333333vw;
  }
}

.commitment {
  padding: 0 40px 150px;
}

@media screen and (max-width: 768px) {
  .commitment {
    padding: 0 0 26.6666666667vw;
  }
}

.commitment__inner {
  max-width: 1200px;
  margin: 0 auto;
}

.commitment__box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 100px;
}

@media screen and (max-width: 768px) {
  .commitment__box {
    display: block;
    margin-top: 26.6666666667vw;
  }
}

.commitment__img {
  width: 65%;
}

@media screen and (max-width: 1320px) {
  .commitment__img {
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .commitment__img {
    width: 100%;
  }
}

.commitment__contents {
  width: 35%;
  padding-left: 50px;
}

@media screen and (max-width: 1320px) {
  .commitment__contents {
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .commitment__contents {
    width: 100%;
    padding: 8vw 5.3333333333vw;
  }
}

.commitment__contents h3 {
  font-size: 24px;
  line-height: 1.7;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .commitment__contents h3 {
    text-align: center;
    font-size: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}

.commitment__contents p {
  font-size: 14px;
}

.commitment__box.reverse {
  flex-direction: row-reverse;
}

.commitment__box.reverse .commitment__contents {
  padding-left: 0;
  padding-right: 50px;
}

@media screen and (max-width: 768px) {
  .commitment__box.reverse .commitment__contents {
    padding: 8vw 5.3333333333vw;
  }
}

.cta {
  padding: 170px 40px;
  background: url(../img/cta-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 768px) {
  .cta {
    padding: 22.6666666667vw 8vw;
    background: url(../img/cta-bg-sp.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
}

.cta__inner {
  max-width: 1200px;
  margin: 0 auto;
}

.cta__contents {
  max-width: 515px;
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  .cta__img {
    margin-left: auto;
  }
}

.cta__item {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .cta__item {
    flex-direction: column-reverse;
    gap: 57px;
    margin-bottom: 10.6666666667vw;
  }
}

.cta__title {
  color: #fff;
  font-size: 32px;
  font-weight: normal;
  line-height: 1.5;
  font-family: "Zen Old Mincho", serif;
}

@media screen and (max-width: 768px) {
  .cta__title {
    text-align: center;
    font-size: 7.4666666667vw;
  }
}

.cta__text {
  font-size: 14px;
  color: #fff;
  margin-bottom: 32px;
}

@media screen and (max-width: 768px) {
  .cta__text {
    font-size: 3.7333333333vw;
    margin-bottom: 10.6666666667vw;
  }
}

.cta__btn {
  color: #fff;
  width: 298px;
  height: 60px;
  text-align: center;
  font-size: 14px;
  line-height: 60px;
  display: block;
  /* background: linear-gradient(to right, #004D45, #007842); */
  background: #004D45;
  border: 1px solid transparent;
  font-family: "Zen Old Mincho", serif;
  transition: 0.3s ease;
  position: relative;
}

.cta__btn.comingsoon {
  pointer-events: none;
  font-family: "Zen Old Mincho", serif;
}

@media screen and (max-width: 768px) {
  .cta__btn {
    width: 76vw;
    margin: 0 auto;
  }
}

.cta__btn:hover {
  opacity: 1;
  background: #fff;
  color: #004D45;
  border: #004D45 1px solid;
}

@media screen and (max-width: 768px) {
  .gift {
    padding: 26.6666666667vw 0;
  }
}

.gift__inner {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .gift__inner {
    display: block;
  }
}

.gift__contents {
  width: 40%;
  padding: 0 6%;
}

@media screen and (max-width: 768px) {
  .gift__contents {
    width: 100%;
    padding: 0;
  }
}

.gift__title {
  font-size: 32px;
  line-height: 1.6;
  margin-bottom: 40px;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .gift__title {
    font-size: 6.4vw;
    text-align: center;
    margin-bottom: 8vw;
  }
}

@media screen and (max-width: 768px) {
  .gift .contents {
    padding: 8vw;
  }
}

.gift__text {
  font-size: 14px;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .gift__text {
    margin-bottom: 8vw;
  }
}

.gift__img {
  width: 60%;
}

@media screen and (max-width: 768px) {
  .gift__img {
    width: 100%;
  }
}

.gift__img img {
  vertical-align: bottom;
}

.habit {
  padding: 150px 40px 190px;
  background: url(../img/habit-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 768px) {
  .habit {
    padding: 26.6666666667vw 2.6666666667vw;
    background: url(../img/habit-bg-sp.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
}

.habit__inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .habit__inner {
    /* padding-bottom: 48vw; */
  }
}

.habit__img {
  position: absolute;
}

.habit__img01 {
  right: 0;
  top: -40px;
}

@media screen and (max-width: 768px) {
  .habit__img01 {
    top: unset;
    bottom: 8vw;
    right: 10.6666666667vw;
    width: 32vw;
  }
}

.habit__img02 {
  bottom: -80px;
  left: 0;
}

@media screen and (max-width: 768px) {
  .habit__img02 {
    top: unset;
    bottom: 0;
    left: 8vw;
    width: 26.6666666667vw;
  }
}

.habit__contents {
  text-align: center;
}

.habit__contents h2 {
  color: #fff;
  font-size: 32px;
  margin-bottom: 40px;
  font-weight: 500;
  opacity: 0;
  transform: scale(0.6);
  animation-delay: 0.3s;
}


.habit__contents h2.active {
  transform: scale(0.6);
  /* 少し小さく縮んだ状態から */
  animation: zoomFade 0.8s ease-out forwards;
  animation-delay: 0.3s;

}

@media screen and (max-width: 768px) {
  .habit__contents h2 {
    font-size: 6.4vw;
    margin-bottom: 8vw;
  }
}

.habit__box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .habit__box {
    flex-wrap: wrap;
    padding: 0 5.3333333333vw;
  }
}

.habit__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
  line-height: 1.6;
  width: 200px;
  height: 200px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  font-family: "Zen Old Mincho", serif;
  opacity: 0;
  transform: scale(0.6);
}


.habit__item.active {
  transform: scale(0.6);
  /* 少し小さく縮んだ状態から */
  animation: zoomFade 0.8s ease-out forwards;
}

@keyframes zoomFade {
  0% {
    opacity: 0;
    transform: scale(0.6);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.habit__item:nth-child(1) {
  animation-delay: 0.2s;
}

.habit__item:nth-child(2) {
  animation-delay: 0.2s;
}

.habit__item:nth-child(3) {
  animation-delay: 0.4s;
}

.habit__item:nth-child(4) {
  animation-delay: 0.6s;
}

@media screen and (max-width: 768px) {
  .habit__item {
    width: 42.6666666667vw;
    height: 42.6666666667vw;
  }

  .habit__item:nth-child(1) {
    width: 45.3333333333vw;
    height: 45.3333333333vw;
  }
}

.habit__item:nth-child(1) {
  margin-right: -20px;
}

@media screen and (max-width: 768px) {
  .habit__item:nth-child(1) {
    margin-right: 0;
    margin-bottom: -10.6666666667vw;
  }
}

.habit__item:nth-child(3) {
  margin-left: -20px;
}

.habit__text {
  font-size: 13px;
  color: #fff;
  text-align: center;
  line-height: 1.7;
}

@media screen and (max-width: 768px) {
  .habit__text {
    margin-bottom: 6.6666666667vw;
    line-height: 2;
  }
}

.merit {
  padding: 140px 40px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .merit {
    padding: 26.6666666667vw 5.3333333333vw;
  }
}

.merit__inner {
  /* max-width: 1000px; */
  margin: 0 auto;
}

.merit__title {
  font-size: 32px;
  margin-bottom: 45px;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .merit__title {
    font-size: 6.4vw;
    margin-bottom: 8vw;
  }
}

.merit__slider {
  position: relative;
  padding: 0 0 40px;
}

@media screen and (max-width: 768px) {
  .merit__slider {
    padding-bottom: 8vw;
  }
}

.merit__slider .swiper-pagination-bullet {
  width: 40px;
  height: 3px;
  background: #004D45;
  border-radius: 0;
}

@media screen and (max-width: 768px) {
  .merit__slider .swiper-pagination-bullet {
    width: 25px;
  }
}

.merit__slider--item {
  padding: 50px;
  background: #fff;
  border: 1px solid #DCDDDD;
  box-shadow: 0 0 10px 0 #DCDDDD;
  height: auto;
}

.merit__slider--itemWrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .merit__slider--itemWrap {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .merit__slider--item {
    display: block;
    padding: 8vw 4vw;
  }
}

.merit__slider--img {
  width: 40%;
}

@media screen and (max-width: 768px) {
  .merit__slider--img {
    width: 100%;
    margin-bottom: 8vw;
  }
}

.merit__slider--contents {
  width: 55%;
}

@media screen and (max-width: 768px) {
  .merit__slider--contents {
    width: 100%;
  }
}

.merit__slider--contents .head {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .merit__slider--contents .head {
    margin-bottom: 5.3333333333vw;
    gap: 15px;
  }
}

.merit__slider--contents .head .num {
  width: 48px;
  height: 48px;
  border: 1px solid gray;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #004D45;
}

@media screen and (max-width: 768px) {
  .merit__slider--contents .head .num {
    font-size: 4.2666666667vw;
    width: 34px;
    height: 34px;
  }
}

.merit__slider--contents .head h3 {
  font-size: 20px;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .merit__slider--contents .head h3 {
    width: 82%;
    font-size: 4.2666666667vw;
  }
}

.merit__slider--contents p {
  font-size: 13px;
}

@media screen and (max-width: 768px) {
  .merit__slider--contents p {
    font-size: 3.4666666667vw;
  }
}

.merit__slider--contents p span {
  color: #004D45;
}

.about {
  padding: 140px 40px 180px;
  background: url(../img/about-bg-2.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 768px) {
  .about {
    padding: 25.3333333333vw 5.3333333333vw;
  }
}

.about__inner {
  max-width: 1200px;
  margin: 0 auto;
}

.about__logo {
  margin: 0 auto;
  margin-bottom: 40px;
  text-align: center;
  max-width: 160px;
}

.about__logo img {
  margin: 0 auto;
  width: 80%;
}

@media screen and (max-width: 768px) {
  .about__logo {
    margin-bottom: 10.6666666667vw;
  }
}

.about__text {
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 2.2;
}

.philosophy {
  padding: 230px 40px;
  background: url(../img/philosophy-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 768px) {
  .philosophy {
    padding: 25.3333333333vw 5.3333333333vw;
    background: url(../img/philosophy-bg-sp.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
}

.philosophy__inner {
  max-width: 1200px;
  margin: 0 auto;
}

.philosophy__contents {
  max-width: 558px;
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  .philosophy__contents {
    margin: 0 auto;
  }
}

.philosophy__logo {
  margin-bottom: 45px;
}

@media screen and (max-width: 768px) {
  .philosophy__logo {
    margin-bottom: 8vw;
    text-align: center;
  }
}

.philosophy__text {
  color: #fff;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .philosophy__text {
    text-align: center;
    font-size: 3.4666666667vw;
    line-height: 2;
  }
}

.beyond {
  padding: 120px 40px;
  background: url(../img/beyond-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 768px) {
  .beyond {
    padding: 26.6666666667vw 5.3333333333vw 21.3333333333vw;
  }
}

.beyond__inner {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .beyond__inner {
    display: block;
  }
}

.beyond__img {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .beyond__img {
    width: 100%;
    margin-bottom: 8vw;
  }
}

.beyond__contents {
  width: 45%;
}

@media screen and (max-width: 768px) {
  .beyond__contents {
    width: 100%;
  }
}

.beyond__contents h2 {
  font-size: 24px;
  margin-bottom: 30px;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .beyond__contents h2 {
    font-size: 5.3333333333vw;
    text-align: center;
    margin-bottom: 8vw;
  }
}

.beyond__contents p {
  font-size: 14px;
}

.voice {
  padding: 170px 40px 85px;
  background: url(../img/voice-bg.png) no-repeat;
  background-size: 120%;
  background-position: bottom;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 1100px) {
  .voice {
    background-size: 150%;
  }
}

@media screen and (max-width: 768px) {
  .voice {
    background-size: unset;
    background-position: 30%;
    padding: 21.3333333333vw 5.3333333333vw;
  }
}

.voice__inner {
  /* max-width: 1000px; */
  margin: 0 auto;
}

.voice__title {
  font-size: 32px;
  font-weight: 500;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .voice__title {
    font-size: 6.4vw;
  }
}

.voice__slider {
  padding: 50px 0;
  position: relative;
}

@media screen and (max-width: 768px) {
  .voice__slider {
    padding: 8vw 0;
  }
}

.voice__slider .swiper-pagination-bullet {
  width: 40px;
  height: 3px;
  background: #004D45;
  border-radius: 0;
}

@media screen and (max-width: 768px) {
  .voice__slider .swiper-pagination-bullet {
    width: 25px;
  }
}

.voice__slider--item {
  background: #fff;
  padding: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  height: auto;
}

.voice__slider--itemWrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.voice__slider--item::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 10.71%, #FFF 100%);
  -webkit-backdrop-filter: blur(2.5px);
  backdrop-filter: blur(2.5px);
  width: 100%;
  height: 100%;
  z-index: 2;
}

.voice__slider--item.swiper-slide-active::after {
  display: none;
}

@media screen and (max-width: 768px) {
  .voice__slider--item {
    padding: 8vw 4vw;
  }

  .voice__slider--itemWrap {
    flex-direction: column-reverse;
  }
}

.voice__slider--item .contents {
  width: 55%;
}

@media screen and (max-width: 768px) {
  .voice__slider--item .contents {
    width: 93%;
  }
}

.voice__slider--item .contents h3 {
  font-size: 20px;
  margin-bottom: 30px;
  color: #004D45;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .voice__slider--item .contents h3 {
    font-size: 4vw;
    margin-bottom: 5.3333333333vw;
  }
}

.voice__slider--item .contents p {
  font-size: 14px;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .voice__slider--item .contents p {
    font-size: 3.7333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}

.voice__slider--item .img {
  width: 40%;
}

@media screen and (max-width: 768px) {
  .voice__slider--item .img {
    margin-bottom: 5.3333333333vw;
    width: 70%;
  }
}

.faq {
  padding: 150px 40px;
}

@media screen and (max-width: 768px) {
  .faq {
    padding: 21.3333333333vw 8vw;
  }
}

.faq__inner {
  max-width: 1000px;
  margin: 0 auto;
}

.faq__title {
  font-size: 32px;
  margin-bottom: 40px;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .faq__title {
    font-size: 6.4vw;
    margin-bottom: 8vw;
  }
}

.faq__item {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .faq__item {
    margin-bottom: 8vw;
  }
}

.faq__item--title {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 15px 10%;
  border-bottom: 1px solid #DCDDDD;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .faq__item--title {
    flex-direction: column;
    align-items: flex-start;
    padding: 2.6666666667vw 5.3333333333vw;
    padding-left: 0;
  }

}

.faq__item--title span {
  font-size: 20px;
  color: #004D45;
  font-family: "Zen Old Mincho", serif;
}

@media screen and (max-width: 768px) {
  .faq__item--title span {
    font-size: 4.2666666667vw;
    display: block;
    text-align: center;
    margin: 0 auto;
  }
}

.faq__item--title p {
  font-size: 20px;
  color: #004D45;
  font-family: "Zen Old Mincho", serif;
}

@media screen and (max-width: 768px) {
  .faq__item--title p {
    font-size: 4.2666666667vw;
    width: 100%;
    margin-left: 0;
    position: relative;

  }

  .faq__item--title p:after {
    content: "";
    width: 20px;
    height: 20px;
    background: url(../img/icon_plus.svg) no-repeat;
    background-size: 20px;
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
  }

  .faq__item--title.active p::after {
    content: "";
    width: 20px;
    height: 20px;
    background: url(../img/icon_minus.svg) no-repeat;
    background-size: 20px;
  }
}

.faq__item--text {
  padding: 0 10%;
  font-size: 14px;
  line-height: 1.7;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

.faq__item--text p {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

@media screen and (max-width: 768px) {
  .faq__item--text {
    padding: 0;
    font-size: 3.4666666667vw;
    height: 0;
    overflow: hidden;
    transition: 0.2s ease height;
  }
}

.bath {
  padding: 0 0 100px;
}

@media screen and (max-width: 768px) {
  .bath {
    padding: 0 0 24vw;
  }
}

.bath__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 1320px) {
  .bath__inner {
    flex-direction: column;
  }
}

@media screen and (max-width: 768px) {
  .bath__inner {
    display: block;
  }
}

.bath__img {
  width: 50%;
}

@media screen and (max-width: 1320px) {
  .bath__img {
    width: 70%;
    margin: 0 auto 20px;
  }
}

@media screen and (max-width: 768px) {
  .bath__img {
    margin-bottom: 0;
    width: 100%;
  }
}

.bath__contents {
  width: 50%;
  padding: 0 5%;
}

@media screen and (max-width: 1320px) {
  .bath__contents {
    width: 70%;
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  .bath__contents {
    width: 100%;
    padding: 0;
  }
}

.bath__contents h2 {
  font-size: 32px;
  line-height: 2;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .bath__contents h2 {
    font-size: 6.4vw;
    margin-bottom: 8vw;
    text-align: center;
  }
}

.bath__item {
  display: flex;
  align-items: center;
  gap: 50px;
  margin: 30px auto;
}

@media screen and (max-width: 768px) {
  .bath__item {
    justify-content: center;
    gap: 25px;
    margin-bottom: 8vw;
  }
}

.bath__item h3 {
  font-size: 28px;
  color: #004D45;
}

@media screen and (max-width: 768px) {
  .bath__item h3 {
    font-size: 6.4vw;
    margin-bottom: 0vw;
  }
}

@media screen and (max-width: 768px) {
  .bath .contents {
    padding: 8vw;
  }
}

.bath__text {
  font-size: 14px;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .bath__text {
    font-size: 3.7333333333vw;
    margin-bottom: 13.3333333333vw;
  }
}

.produce {
  padding: 120px 40px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .produce {
    padding: 26.6666666667vw 5.3333333333vw 16vw;
  }
}

.produce__inner {
  max-width: 1000px;
  margin: 0 auto;
}

.produce__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .produce__top {
    flex-direction: column-reverse;
    margin-bottom: 10.6666666667vw;
  }
}

.produce__img {
  width: 60%;
}

@media screen and (max-width: 768px) {
  .produce__img {
    width: 100%;
  }
}

.produce__title {
  width: 40%;
}

@media screen and (max-width: 768px) {
  .produce__title {
    width: 100%;
    margin-bottom: 8.5333333333vw;
  }
}

.produce__title h2 {
  margin: 0 auto;
  writing-mode: vertical-rl;
  font-size: 26px;
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .produce__title h2 {
    writing-mode: horizontal-tb;
    text-align: center;
    font-size: 6.4vw;
  }
}

.produce__text {
  writing-mode: vertical-rl;
  max-height: 220px;
  line-height: 1.8;
}

@media screen and (max-width: 1320px) {
  .produce__text {
    margin-left: auto;
    max-height: 300px;
  }
}

@media screen and (max-width: 768px) {
  .produce__text {
    font-size: 14px;
    margin: 0 auto;
    max-height: 100%;
    writing-mode: horizontal-tb;
  }
}

@media screen and (max-width: 768px) {
  .produce {
    padding: 26.6666666667vw 5.3333333333vw;
  }
}

.materials {
  padding: 80px 40px 40px;
}

@media screen and (max-width: 768px) {
  .materials {
    padding: 13.3333333333vw 8vw 8vw;
  }
}

.materials__inner {
  max-width: 1000px;
  margin: 0 auto;
}

.materials__top {
  writing-mode: vertical-rl;
  margin: 0 auto 80px;
}

@media screen and (max-width: 768px) {
  .materials__top {
    margin: 0;
    writing-mode: horizontal-tb;
  }
}

.materials .section__title {
  font-size: 32px;
  margin-left: 35px;
}

@media screen and (max-width: 768px) {
  .materials .section__title {
    margin-left: 0;
    font-size: 6.4vw;
    text-align: center;
    margin-bottom: 10.6666666667vw;
  }
}

.materials__text {
  font-size: 14px;
  line-height: 1.7;
  max-height: 290px;
}

@media screen and (max-width: 768px) {
  .materials__text {
    font-size: 3.7333333333vw;
    line-height: 2;
    max-height: 100%;
    margin-bottom: 5.3333333333vw;
  }
}

.materials__list {
  display: flex;
  flex-wrap: wrap;
}

.materials__item {
  padding: 0 20px;
  width: 20%;
  margin-bottom: 40px;
  writing-mode: vertical-rl;
}

.materials__item+div {
  border-left: 1px solid #DCDDDD;
}

@media screen and (max-width: 768px) {
  .materials__item+div {
    border-left: 0 solid #000;
  }
}

.materials__item:nth-child(6) {
  border-left: 0 solid #000;
}

@media screen and (max-width: 768px) {
  .materials__item {
    writing-mode: horizontal-tb;
    margin-bottom: 0;
    width: 100%;
    padding: 30px 0;
    border-bottom: 1px solid #E3E3E3;
  }
}

.materials__item--title {
  display: flex;
  align-items: center;
  margin-left: 20px;
}

@media screen and (max-width: 768px) {
  .materials__item--title {
    margin-left: 0;
    gap: 20px;
    background: url(../img/icon_plus.svg) no-repeat;
    background-size: 20px;
    background-position: 100%;
    background-size: 20px;
    align-items: flex-start;
    gap: 10px;
  }
}

.materials__item--title.active {
  background: url(../img/icon_minus.svg) no-repeat;
  background-size: 20px;
  background-position: 100%;
}

@media screen and (max-width: 768px) {
  .materials__item--title.active {
    background-size: 20px;
  }
}

.materials__item--title .icon {
  width: 50px;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .materials__item--title .icon {
    margin-bottom: 0;
  }
}

.materials__item--title h3 {
  font-size: 24px;
  color: #004d45;
}

.materials__item--title h3 span {
  font-size: 18px;
  color: #000000;
  padding-top: 5px;
  margin-right: 5px;
}

@media screen and (max-width: 768px) {
  .materials__item--title h3 {
    font-size: 5.3333333333vw;
    line-height: 1.2;
  }

  .materials__item--title h3 span {
    padding-top: 0;
    font-size: 3.4666666667vw;
  }
}

.materials__item--text {
  writing-mode: vertical-rl;
  max-height: 265px;
}

@media screen and (max-width: 768px) {
  .materials__item--text {
    writing-mode: horizontal-tb;
    max-height: 100%;
    height: 0;
    overflow: hidden;
    transition: 0.2s ease height;
  }
}

.materials__item--text p {
  font-size: 14px;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .materials__item--text p {
    font-size: 3.4666666667vw;
    line-height: 2;
    margin-top: 5.3333333333vw;
  }
}

.p-cart_content__inner {
  padding-bottom: 80px;
}

.js-main-container {
  margin-top: 100px;
}

.blur {
  filter: blur(10px);
  transform: translateY(30px);
  opacity: 0;
  transition: all 0.5s 0.2s ease;
}

@media screen and (max-width: 768px) {
  .blur {
    transition: all 0.5s 0.2s ease;
  }
}

.blur.scrollin {
  transform: translate(0);
  opacity: 1;
  filter: blur(0);
}

@media screen and (max-width: 768px) {

  .swiper-button-next,
  .swiper-button-prev {
    width: 20px;
  }
}

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