* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul {
  list-style-type: none;
}

a {
  color: inherit;
}

ul,
ol,
div {
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: "Hira Kaku Pro";
  font-style: normal;
  font-weight: 600;
  src: url("../public/fonts/HiraKakuPro-W6.otf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "Hira Kaku Pro";
  font-style: normal;
  font-weight: 300;
  src: url("../public/fonts/HiraKakuPro-W3.otf") format("opentype");
  font-display: swap;
}
html {
  font-family: "Hira Kaku Pro", sans-serif;
  font-size: 10px;
  color: #4d4d4d;
  scroll-behavior: smooth;
}

.image {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.image--100 {
  height: 100%;
}
.image--auto {
  width: auto;
}
.image--contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.top {
  width: 640px;
  margin: 0 auto;
}
.top .splide .is-active {
  -webkit-transform: translateY(-29px);
          transform: translateY(-29px);
}
.top .splide__slide {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.top .splide__arrow {
  width: 23px;
  background: transparent;
  opacity: 1;
  border-radius: 0;
}
.top .splide__arrow--next {
  right: 40px;
}
.top .splide__arrow--prev {
  left: 40px;
}
.top__slide-pagination {
  width: 100px;
  height: 40px;
  margin-inline: auto;
  margin-bottom: 5px;
  font: 400 22px "Hira Kaku Pro", sans-serif;
  color: #0f6d12;
  border: 1px solid #0f6d12;
  border-radius: 40px;
  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;
}
.top__image-container {
  position: relative;
}
.top__image {
  display: block;
  width: 100%;
}
.top__source-text {
  position: absolute;
  right: 0;
  bottom: 180px;
  color: white;
  text-align: right;
  font-size: 10px;
  line-height: 1.75em;
  padding: 0 35px;
}
.top__source-text-para {
  text-align: left;
}
.top__scroll-area {
  position: absolute;
  bottom: 693px;
  overflow-y: scroll;
  height: 267px;
  margin-inline: 12.5%;
  padding: 20px 34px;
  background: #fff;
  border-radius: 15px;
  font-size: 16px;
  line-height: 1.75em;
  scrollbar-gutter: stable;
}
.top__scroll-area--bottom-665 {
  bottom: 665px;
}
.top__scroll-area--bottom-215 {
  bottom: 215px;
}
.top__scroll-area::-webkit-scrollbar {
  width: 20px;
  margin-right: 8px;
}
.top__scroll-area::-webkit-scrollbar-track {
  background: #e6e6e6;
  border-radius: 35px;
  margin-right: 8px;
}
.top__scroll-area::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 35px;
  margin-right: 8px;
}
.top__scroll-area > ul {
  list-style-type: disc;
}
.top__button {
  position: absolute;
  display: block;
  bottom: 522px;
  left: 0;
  right: 0;
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-animation: squash 0.8s ease-in-out infinite;
          animation: squash 0.8s ease-in-out infinite;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.top__button:hover {
  opacity: 0.9;
}
.top__button--bottom-510 {
  bottom: 492px;
}
.top__button--bottom-100 {
  bottom: 82px;
}
.top__button--bottom-80 {
  bottom: 62px;
}
.top__button--bottom-40 {
  bottom: 40px;
}
.top__button--bottom-0 {
  bottom: 0;
}
.top__button-wrap-txt {
  position: absolute;
  display: block;
  bottom: 516px;
  left: 0;
  right: 0;
  margin-inline: auto;
  text-align: center;
  font-size: 1.6rem;
}
.top__button-wrap-txt--youmei-3 {
  bottom: 40px;
}
.top__button-wrap-txt--youmei-7 {
  bottom: 484px;
}
.top__button-wrap-txt--youmei-81 {
  bottom: 44px;
}
.top__button-wrap-txt--youmei-10 {
  bottom: 482px;
}
.top__button-wrap-txt--youmei-b0 {
  bottom: 0;
}
@-webkit-keyframes squash {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes squash {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.top__percentage-container {
  position: absolute;
  top: 445px;
  left: 0;
  right: 0;
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.top__percentage {
  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;
}
.top__percentage-text {
  font: 400 90px "Hina Mincho", serif;
  background: -webkit-gradient(linear, left top, left bottom, from(#47ba27), to(#024410));
  background: linear-gradient(#47ba27, #024410);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
.top__percentage-number {
  color: #47ba27;
  font: 400 150px "Hina Mincho", serif;
}
.top__text-container {
  padding-block: 100px;
  background: #fff;
}
.top__text-container--pb40 {
  padding-block: 100px 40px;
}
.top__text-container--faq {
  padding-bottom: 66px;
  background: #f7f2ed;
}
.top__text-headers {
  color: #333;
  font: 400 48px "Hira Kaku Pro", sans-serif;
  text-align: center;
  margin-bottom: 40px;
}
.top__text-overline {
  color: #0f6d12;
  font: 400 20px "Hira Kaku Pro", sans-serif;
  text-align: center;
  margin-bottom: 20px;
}
.top__slide-image {
  width: 440px;
  height: auto;
  padding-top: 30px;
  padding-inline: auto;
}
.top__slide-arrow {
  width: 23px;
}
.top__faq-questions {
  margin-inline: 6.25%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  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;
}
.top__faq-question-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding-block: 27px;
  gap: 27px;
  color: #072b16;
  border-bottom: 1px solid #e6e6e6;
}
.top__faq-question-wrapper:first-child {
  border-top: 1px solid #e6e6e6;
}
.top__faq-question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-inline: 9.11% 15.71%;
  position: relative;
  cursor: pointer;
  font: 700 24px "Hira Kaku Pro", sans-serif;
}
.top__faq-question::before {
  content: "Q";
  position: absolute;
  left: 1.61%;
  font-family: "Hina Mincho", serif;
  font-size: 28px;
}
.top__faq-question.active::after {
  position: absolute;
  content: "";
  width: 45px;
  height: 45px;
  right: 3.85%;
  background-image: url("../public/img/minus.svg");
  background-repeat: no-repeat;
}
.top__faq-question::after {
  position: absolute;
  content: "";
  width: 45px;
  height: 45px;
  right: 3.85%;
  background-image: url("../public/img/plus.svg");
  background-repeat: no-repeat;
}
.top__faq-answer {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: none;
  position: relative;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding-inline: 9.11% 15.71%;
  font: 400 20px "Hira Kaku Pro", sans-serif;
  line-height: 35px;
}
.top__faq-answer::before {
  content: "A";
  position: absolute;
  left: 1.61%;
  font-family: "Hina Mincho", serif;
  font-size: 28px;
}
.top__faq-annotation {
  margin-top: 15px;
  width: 100%;
  font-size: 16px;
  text-align: right;
  line-height: normal;
}
.top__footer {
  position: absolute;
  bottom: 90px;
  left: 0;
  right: 0;
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 10px;
  font: 400 16px "Hira Kaku Pro", sans-serif;
  color: #0f6d12;
  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;
}
.top__footer > a {
  text-decoration: none;
}
.top__video {
  width: 100%;
  margin: 20px auto;
  aspect-ratio: 556/307;
  display: block;
  object-fit: cover;
}
.top__youmei-4-text {
  font-size: 20px;
  text-align: center;
  padding-top: 20px;
}


.overflow {
  overflow: hidden;
}

.pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}