@charset "UTF-8";
/*================================================================
Chrome/Firefox/Edgeなど、各ブラウザはそれぞれデフォルトで効くCSSを持っています。
何もしないと見え方が微妙に変わるので、デフォルトのCSSをリセットして
ブラウザごとの表示の差異をなくすために書くのが「リセットCSS」です。
================================================================*/
*,
::before,
::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
  letter-spacing: 0;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

ol,
ul {
  list-style: none;
  list-style-type: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: inherit;
}
@media (hover: hover) {
  a:hover {
    cursor: pointer;
  }
}

picture,
img,
a,
span {
  display: inline-block;
}

input,
textarea,
select {
  font: inherit;
}

button {
  background: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

body {
  color: #363535;
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  max-width: 860px;
  margin-inline: auto;
}

.inner {
  width: 860px;
  max-width: 100%;
  margin-inline: auto;
}

/* ===============================================
# header
=============================================== */
header {
  max-width: 860px;
  width: 100%;
  background: #fff;
  padding-block: 14px 10px;
  position: fixed;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 100;
  -webkit-transition: opacity 0.4s ease, top 0.4s ease, bottom 0.4s ease;
  transition: opacity 0.4s ease, top 0.4s ease, bottom 0.4s ease;
  top: 0;
  bottom: auto;
  opacity: 1;
  pointer-events: auto;
}

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

header.is-bottom {
  top: auto;
  bottom: 0;
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
  padding-inline: 30px 39px;
}
@media (max-width: 500px) {
  .header__inner {
    padding-inline: 16px 24px;
  }
}

.header-logo {
  width: 386px;
}

.header-logo img {
  width: 100%;
}

.header__cta-link {
  display: inline-block;
  width: 380px;
  max-width: 100%;
}

.header__cta-link img {
  width: 100%;
  height: auto;
}

/* ===============================================
# fv
=============================================== */
.fv-cta-limited {
  position: relative;
  padding-top: 136px;
}
@media (max-width: 860px) {
  .fv-cta-limited {
    padding-top: 16.0465116279vw;
  }
}
@media (max-width: 500px) {
  .fv-cta-limited {
    padding-top: 22.4vw;
  }
}

.fv-cta-limited__button {
  position: absolute;
  bottom: 5.2%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  max-width: 84.4186046512%;
  width: 100%;
  margin-inline: auto;
}

.cta-limited__button img {
  aspect-ratio: 726/125;
  width: 100%;
  height: auto;
}

/* ===============================================
# cta
=============================================== */
.cta {
  position: relative;
}

.cta__button {
  position: absolute;
  display: inline-block;
  bottom: 130px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  font-size: 44.058px;
  font-weight: 700;
  line-height: 1.2;
  padding: 32px 46px 40px 12px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 26px;
  background: #37c16e;
  white-space: nowrap;
  width: 660px;
  height: 125px;
}

.cta-btn {
  position: absolute;
  bottom: 20%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  max-width: 77.9069767442%;
  width: 100%;
}
.cta-btn img {
  aspect-ratio: 670/140;
  width: 100%;
  height: auto;
}

/* ===============================================
# voice
=============================================== */
.voice {
  max-width: 100%;
  position: relative;
  padding-bottom: 130px;
  overflow-x: visible;
}
@media (max-width: 500px) {
  .voice {
    margin-bottom: -40px;
  }
}

.voice img {
  width: 100%;
  height: auto;
  display: block;
}

.voice__swiper {
  margin-top: -80%;
  width: 100%;
  max-width: 780px;
  overflow: hidden;
}

.voice__swiper-slide {
  width: 100%;
  height: auto;
}

.voice__swiper-slide img {
  width: 90.6976744186%;
  max-width: 780px;
  margin-inline: auto;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 780/540;
  overflow: hidden;
}
@media (min-width: 800px) {
  .voice__swiper-slide img {
    width: 100%;
  }
}

.swiper-button-prev,
.swiper-button-next,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
  margin: 0;
  padding: 0;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  content: "";
}

.swiper-button-prev,
.swiper-button-next {
  top: 67%;
  width: clamp(2rem, 0.1636597938rem + 7.8350515464vw, 4.375rem);
  height: clamp(2rem, 0.1636597938rem + 7.8350515464vw, 4.375rem);
}
@media (max-width: 800px) {
  .swiper-button-prev,
  .swiper-button-next {
    top: 65%;
  }
}
@media (max-width: 500px) {
  .swiper-button-prev,
  .swiper-button-next {
    top: 62%;
  }
}
@media (max-width: 500px) {
  .swiper-button-prev,
  .swiper-button-next {
    top: 60%;
  }
}
.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
}
@media (max-width: 800px) {
  .swiper-button-prev svg,
  .swiper-button-next svg {
    width: 54px;
    height: 54px;
  }
}

.swiper-button-prev {
  left: 1.5%;
}
@media (max-width: 840px) {
  .swiper-button-prev {
    left: 0;
  }
}

.swiper-button-next {
  right: 1.5%;
}
@media (max-width: 840px) {
  .swiper-button-next {
    right: 0;
  }
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
  position: absolute;
  top: 92%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
@media (max-width: 500px) {
  .swiper-pagination-bullets.swiper-pagination-horizontal {
    top: 86%;
  }
}
@media (max-width: 400px) {
  .swiper-pagination-bullets.swiper-pagination-horizontal {
    top: 84%;
  }
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
  border-radius: 200px;
  background: #d9d9d9;
  padding: 8px 44px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
}
@media (max-width: 500px) {
  .swiper-pagination-bullets.swiper-pagination-horizontal {
    padding: 8px 12px;
    white-space: wrap;
    width: 96%;
    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;
  }
}

.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
  opacity: 1;
  width: 11px;
  height: 11px;
  background: #9f9f9f;
}
@media (max-width: 600px) {
  .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}
@media (max-width: 450px) {
  .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
  }
}

.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet-active {
  background: #f69d17;
}

.cta-limited {
  position: relative;
}

.cta-limited__button {
  position: absolute;
  bottom: 13%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  max-width: 84.4186046512%;
  width: 100%;
  margin-inline: auto;
}

.cta-limited__button img {
  aspect-ratio: 726/140;
  width: 100%;
  height: auto;
}

/* ===============================================
# faq
=============================================== */
.faq {
  padding-bottom: 50px;
}

.faq__items {
  padding-top: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 40px;
  width: 860px;
  max-width: 100%;
  padding-inline: 40px;
  margin-inline: auto;
}
@media (max-width: 500px) {
  .faq__items {
    padding-inline: 24px;
  }
}

summary {
  font-family: "Noto Sans JP", sans-serif !important;
  display: block;
  padding-block: 20px 24px;
}
summary::-webkit-details-marker {
  display: none;
}

.js-details[open] .js-details-content {
  border-radius: 0 0 15px 15px;
}
.js-details[open] .details-summary {
  border-radius: 16px 16px 0 0;
}
.js-details[open] .details-summary svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.details-summary {
  padding: 27px 24px 24px 28px;
  border-radius: 16px;
  border: 1px solid #fbc61b;
  background: #fbc61b;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; /* ← これで個別の高さが反映されるように */
  color: #fff;
  font-size: clamp(1rem, 0.5167525773rem + 2.0618556701vw, 1.625rem);
  font-weight: 700;
  line-height: 32px; /* 100% */
  letter-spacing: 0.8px;
}
.details-summary svg {
  width: 35px;
  height: 35px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -ms-flex-item-align: center;
  align-self: center;
  margin-left: auto;
}
.details-summary::before {
  content: "Q.";
  font-size: clamp(1rem, 0.2268041237rem + 3.2989690722vw, 2rem);
  font-family: "Zen Kaku Gothic New", sans-serif !important;
  font-weight: 700;
  line-height: 32px; /* 100% */
  letter-spacing: 1.6px;
}
@media (any-hover: hover) {
  .details-summary:hover {
    cursor: pointer;
  }
}

.js-details-content {
  color: #363535;
  font-size: clamp(0.875rem, 0.3917525773rem + 2.0618556701vw, 1.5rem);
  line-height: 32px; /* 133.333% */
  padding: 14px 30px 30px 26px;
  overflow: hidden;
  -webkit-transition: max-height 300ms ease;
  transition: max-height 300ms ease;
  text-align: left;
  border-radius: 0 0 15px 15px;
  border-right: 4px solid #fbc61b;
  border-left: 4px solid #fbc61b;
  border-bottom: 4px solid #fbc61b;
  background: #fff;
}

.js-details[open] .js-details-content {
  max-height: 1000px; /* 事前に最大想定高さを設定（十分高ければOK） */
}

/* ===============================================
# footer-cta
=============================================== */
.footer-cta {
  position: relative;
}

.footer-cta__button {
  position: absolute;
  bottom: 62%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 78.1395348837%;
  margin-inline: auto;
}

.footer-cta__button img {
  aspect-ratio: 672/140;
}

/* ===============================================
# footer
=============================================== */
footer {
  padding-block: 55px;
  background: #fbc61b;
}

.footer__inner {
  text-align: center;
}

small {
  color: #fff;
  font-size: clamp(0.875rem, 0.5850515464rem + 1.2371134021vw, 1.25rem);
  line-height: 33.637px; /* 168.186% */
}
