/* Reset CSS sample */
* {
  margin: 0;
  padding: 0;
}

*,
::before,
::after {
  border-style: solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-width: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  line-height: 1.5;
  text-rendering: optimizeSpeed;
}

h1,
h2,
h3,
h4,
h5 {
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  font-weight: normal;
  font-size: 16px;
}

p {
  font-size: 16px;
  font-weight: normal;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
}

ul,
ol {
  list-style: none;
}

address {
  font-style: normal;
}

a {
  color: inherit;
  background-color: transparent;
  text-decoration: none;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

input,
button,
select,
textarea {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  border-radius: 0;
  background: transparent;
  font: inherit;
  outline: none;
}

textarea {
  resize: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

body {
  color: #333333;
}

html {
  font-size: 100%;
}

a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover {
  opacity: 0.8;
}

.header-pc__wrapper {
  position: absolute;
  left: 50%;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.header-pc__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-sp__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  max-width: 430px;
  margin-top: 1px;
  z-index: 1000;
}

.cta-pc {
  position: absolute;
  left: 50%;
  display: block;
  width: 40%;
  max-width: 480px;
  border-radius: 62.4375rem;
  overflow: hidden;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.cta-pc::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 60%;
  height: 100%;
  background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.9) 45%, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0.9) 55%, transparent 100%);
  -webkit-transform: skewX(-20deg);
          transform: skewX(-20deg);
  -webkit-animation: shine 1.2s infinite;
          animation: shine 1.2s infinite;
}

@-webkit-keyframes shine {
  0% {
    left: -100%;
  }
  40% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}

@keyframes shine {
  0% {
    left: -100%;
  }
  40% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}
.cta-sp {
  position: absolute;
  left: 50%;
  display: block;
  width: 95%;
  max-width: 390px;
  border-radius: 62.4375rem;
  overflow: hidden;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.cta-sp::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 60%;
  height: 100%;
  background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.9) 45%, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0.9) 55%, transparent 100%);
  -webkit-transform: skewX(-20deg);
          transform: skewX(-20deg);
  -webkit-animation: shine 1.2s infinite;
          animation: shine 1.2s infinite;
}

@keyframes shine {
  0% {
    left: -100%;
  }
  40% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}
.line-sp {
  position: absolute;
  left: 50%;
  bottom: 2.375rem;
  display: block;
  width: 95%;
  max-width: 390px;
  border-radius: 62.4375rem;
  overflow: hidden;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.line-sp::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 60%;
  height: 100%;
  background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.9) 45%, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0.9) 55%, transparent 100%);
  -webkit-transform: skewX(-20deg);
          transform: skewX(-20deg);
  -webkit-animation: shine 1.2s infinite;
          animation: shine 1.2s infinite;
}

@keyframes shine {
  0% {
    left: -100%;
  }
  40% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}
.line-pc {
  position: absolute;
  left: 50%;
  bottom: 5.9375rem;
  display: block;
  width: 40%;
  max-width: 480px;
  border-radius: 62.4375rem;
  overflow: hidden;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.line-pc::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 60%;
  height: 100%;
  background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.9) 45%, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0.9) 55%, transparent 100%);
  -webkit-transform: skewX(-20deg);
          transform: skewX(-20deg);
  -webkit-animation: shine 1.2s infinite;
          animation: shine 1.2s infinite;
}

@keyframes shine {
  0% {
    left: -100%;
  }
  40% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}
.inner-pc {
  display: block;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .inner-pc {
    display: none;
  }
}

.inner-sp {
  width: 100%;
  max-width: 430px;
  margin: 0 auto;
  display: none;
}
@media screen and (max-width: 750px) {
  .inner-sp {
    display: block;
  }
}

.footer {
  background-image: url(../img/section/sp/14-footer.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  max-width: 430px;
  min-height: 14.1875rem;
  margin: 0 auto;
}
@media (min-width: 750px) {
  .footer {
    background-image: url(../img/section/pc/14-footer-pc.webp);
    max-width: 1200px;
    min-height: 16.5rem;
  }
}
.footer__content-sp {
  padding: 5.75rem 0 0 3.5625rem;
  font-size: 0.875rem;
  color: #fdf8e3;
}
.footer__content-pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 17.9375rem;
  padding: 7.8125rem 0 0 13.75rem;
  font-size: 1rem;
  color: #fdf8e3;
}
.footer__links {
  margin-bottom: 0.9375rem;
  line-height: 1.8;
}
@media (min-width: 750px) {
  .footer__links {
    line-height: 2;
  }
}
.footer__link-item-sp, .footer__address-sp {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 1px dashed #fdf8e3;
}
.footer__address-sp {
  margin-bottom: 0.9375rem;
}
.footer__address-pc {
  line-height: 1.5;
}
.footer__copyright {
  text-align: center;
  margin-bottom: 0.5625rem;
  font-size: 0.8125rem;
  color: #fdf8e3;
}
@media (min-width: 750px) {
  .footer__copyright {
    font-size: 1rem;
  }
}

.fv {
  position: relative;
}
.fv__img-sp {
  margin-top: -1px;
}
.fv .cta-sp {
  bottom: 6%;
}
@media (min-width: 750px) {
  .fv .cta-sp {
    display: none;
  }
}

.cta-pc {
  bottom: 5%;
}
@media (max-width: 749px) {
  .cta-pc {
    display: none;
  }
}

.movie__img-sp1 {
  position: relative;
}
.movie__wrapper-sp1 {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 90%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.movie__img-sp2 {
  position: relative;
}
.movie__wrapper-sp2 {
  position: absolute;
  top: 31%;
  left: 50%;
  width: 90%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.movie__img-pc {
  position: relative;
}
.movie__wrapper-pc1 {
  position: absolute;
  top: 32%;
  left: 32%;
  width: 33%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.movie__wrapper-pc2 {
  position: absolute;
  top: 74%;
  left: 68%;
  width: 33%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.movie__iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

.reasons {
  position: relative;
}
.reasons .cta-sp {
  bottom: 0.8%;
}
.reasons .cta-pc {
  bottom: 1.4%;
}

.plan__img-sp {
  margin-left: -2px;
}

.message {
  position: relative;
}
.message .cta-sp {
  bottom: 2.8%;
}
.message .cta-pc {
  bottom: 4.8%;
}

.faq {
  position: relative;
}
.faq__wrapper-sp {
  background-image: url(../img/section/sp/13-faq-bg.webp);
  background-size: 23.4375rem;
  background-position: top;
  background-repeat: repeat;
  background-attachment: fixed;
  width: 100%;
  max-width: 430px;
  margin: 0 auto;
  padding: 1.25rem 0 12.5rem;
  border: 1px solid #edece5;
}
.faq__wrapper-pc {
  background-image: url(../img/section/pc/13-faq-bg.webp);
  background-size: 75rem;
  background-position: top;
  background-repeat: repeat;
  background-attachment: fixed;
  width: 100%;
  max-width: 1200px;
  border: 1px solid #edece5;
  margin: 0 auto;
  padding: 1.25rem 0 20.625rem;
}
.faq__title-sp {
  max-width: 270px;
  margin: 0 auto 1.75rem;
}
.faq__title-pc {
  max-width: 565px;
  margin: 2.9375rem auto 3.25rem;
}
.faq__item {
  max-width: 90%;
  border: 4px solid #b9a374;
  margin: 0 auto 1rem;
}
@media (min-width: 750px) {
  .faq__item {
    max-width: 68%;
    margin: 0 auto 1.875rem;
  }
}
.faq__question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.75rem;
  width: 100%;
  min-height: 4.5rem;
  padding: 0.75rem 0.875rem;
  background: #b9a374;
  color: #fff;
  border: none;
  text-align: left;
  cursor: pointer;
}
@media (min-width: 750px) {
  .faq__question {
    gap: 1.4375rem;
    padding: 0.75rem 1.875rem;
  }
}
.faq__icon {
  display: inline-block;
  width: 9%;
}
@media (min-width: 750px) {
  .faq__icon {
    width: 6%;
  }
}
.faq__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.0625rem;
}
@media (min-width: 750px) {
  .faq__text {
    font-size: 1.5625rem;
  }
}
.faq__answer {
  height: 0;
  background: #fff;
  overflow: hidden;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
}
.faq__answer-inner {
  padding: 1rem;
  line-height: 1.8;
}
@media (min-width: 750px) {
  .faq__answer-inner {
    min-height: 6.25rem;
    padding: 1rem 2.8125rem;
  }
}
@media (min-width: 750px) {
  .faq__answer-p {
    font-size: 1.25rem;
  }
}
.faq__toggle {
  position: relative;
  width: 1.25rem;
  height: 1.25rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.faq__toggle::before, .faq__toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.faq__toggle::before {
  width: 0.9375rem;
  height: 0.0625rem;
}
@media (min-width: 750px) {
  .faq__toggle::before {
    width: 1.75rem;
    height: 0.0625rem;
  }
}
.faq__toggle::after {
  width: 0.0625rem;
  height: 0.9375rem;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (min-width: 750px) {
  .faq__toggle::after {
    width: 0.0625rem;
    height: 1.75rem;
  }
}
.faq .cta-sp {
  bottom: 7.4375rem;
}
.faq .cta-pc {
  bottom: 12.8125rem;
}

.u-desktop {
  display: block;
}
@media screen and (max-width: 750px) {
  .u-desktop {
    display: none;
  }
}

.u-mobile {
  display: none;
}
@media screen and (max-width: 750px) {
  .u-mobile {
    display: block;
  }
}

.u-newline {
  display: inline-block;
}