@charset "UTF-8";
/* A Modern CSS Reset */
* {
  margin: 0;
  padding: 0;
}

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

html {
  scroll-behavior: smooth;
}

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

ul,
ol {
  list-style: none;
}

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

img {
  width: 100%;
  display: block;
}

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=checkbox],
input[type=radio] {
  display: 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: #000;
}

html {
  font-size: 16px;
}
@media (max-width: 390px) {
  html {
    font-size: 4.1025641026vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 2.1333333333vw;
  }
}
@media (min-width: 750px) {
  html {
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) {
  a {
    transition: 0.3s;
  }
  a:hover {
    opacity: 0.8;
  }
}

html.fixed,
html.fixed body {
  height: 100%;
  overflow: hidden;
}

.cta__inner {
  position: relative;
}
.cta__btn {
  position: absolute;
  bottom: 4.682%;
  left: 50%;
  transform: translateX(-50%);
  width: 89.3%;
  max-width: 659px;
  overflow: hidden;
}
.cta__btn::before {
  position: absolute;
  content: "";
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.85) 45%, rgba(255, 255, 255, 0) 100%);
  transform: skewX(-45deg);
  animation: shine-btn 5s cubic-bezier(0.55, 0.085, 0.68, 0.53) infinite;
}

@keyframes shine-btn {
  0% {
    left: -100%;
  }
  10% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}
.footer {
  background-color: #fff;
  padding: 1rem 1.25rem 2.0625rem;
}
.footer__nav p {
  text-align: center;
}
.footer__nav p a {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  line-height: 1.1875;
  font-weight: 400;
  color: #000;
  text-decoration: underline;
  text-underline-offset: 0.1875rem;
}

.footer__copy {
  text-align: center;
  margin-top: 1.125rem;
}
.footer__copy small {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  line-height: 1.2142857143;
  font-weight: 400;
  color: #000;
}

.inner {
  width: 100%;
  padding-right: 0rem;
  padding-left: 0rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 750px;
    padding-right: 0rem;
    padding-left: 0rem;
  }
}

.follow-btn {
  position: sticky;
  bottom: 0;
  width: 100%;
  max-width: 46.875rem;
  margin: 0 auto;
  padding: 0 1.25rem;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  overflow: hidden;
  border-radius: 65px;
}
.follow-btn::before {
  position: absolute;
  content: "";
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.85) 45%, rgba(255, 255, 255, 0) 100%);
  transform: skewX(-45deg);
  animation: shine-btn 5s cubic-bezier(0.55, 0.085, 0.68, 0.53) infinite;
}
.follow-btn.is-active {
  opacity: 1;
  visibility: visible;
}

.mv__inner {
  position: relative;
}
.mv__btn {
  position: absolute;
  bottom: 8.94%;
  left: 50%;
  transform: translateX(-50%);
  width: 89.3%;
  max-width: 659px;
  overflow: hidden;
  border-radius: 65px;
}
.mv__btn::before {
  position: absolute;
  content: "";
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.85) 45%, rgba(255, 255, 255, 0) 100%);
  transform: skewX(-45deg);
  animation: shine-btn 5s cubic-bezier(0.55, 0.085, 0.68, 0.53) infinite;
}

@keyframes shine-btn {
  0% {
    left: -100%;
  }
  10% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}
.faq {
  background: linear-gradient(to bottom, rgba(63, 106, 175, 0.2), rgba(100, 139, 211, 0.2));
  max-width: 750px;
  margin: 0 auto;
  padding-bottom: 3.4375rem;
}

.faq__inner {
  padding: 0 1.875rem;
}

.faq__item {
  background-color: #fff;
  padding: 1.25rem 1rem 1.25rem 1.25rem;
  margin-top: 1.3125rem;
}
@media screen and (min-width: 768px) {
  .faq__item {
    padding: 1.875rem 2.25rem 1.875rem 2.5rem;
  }
}
.faq__item::details-content {
  transition: height 0.4s, content-visibility 0.4s allow-discrete;
  height: 0;
  opacity: 0;
  overflow: clip;
  background-color: #fff;
}
.faq__item[open]::details-content {
  opacity: 1;
}
.faq__item[open] summary {
  border-bottom: 1px solid #648bd3;
}
.faq__item[open] summary .faq__arrow {
  transform: rotate(0deg);
}
.faq__item img {
  width: 100%;
  height: auto;
}
.faq__item:first-child {
  margin-top: 0;
}
.faq__item:first-child .faq__q {
  width: 78.93vw;
  max-width: 35.5rem;
  display: block;
}
.faq__item:first-child .faq__q img {
  width: 100%;
  height: auto;
  margin-top: 0;
}
.faq__item:first-child img {
  width: 98%;
  max-width: 37.6875rem;
  height: auto;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .faq__item:first-child img {
    width: 80.4vw;
    max-width: 37.6875rem;
  }
}
.faq__item:nth-child(2) .faq__q {
  width: 75.73vw;
  max-width: 35.5rem;
  display: block;
}
.faq__item:nth-child(2) .faq__q img {
  width: 100%;
  height: auto;
  margin-top: 0;
}
.faq__item:nth-child(2) img {
  width: 98%;
  max-width: 37.9375rem;
  height: auto;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .faq__item:nth-child(2) img {
    width: 80.933vw;
    max-width: 38rem;
  }
}
.faq__item:nth-child(3) .faq__q {
  width: 75.46vw;
  max-width: 35.375rem;
  display: block;
}
.faq__item:nth-child(3) .faq__q img {
  width: 100%;
  height: auto;
  margin-top: 0;
}
.faq__item:nth-child(3) img {
  width: 98%;
  max-width: 38rem;
  height: auto;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .faq__item:nth-child(3) img {
    width: 81.066vw;
    max-width: 38rem;
  }
}
.faq__item:nth-child(4) .faq__q {
  width: 75.86vw;
  max-width: 35.375rem;
  display: block;
}
.faq__item:nth-child(4) .faq__q img {
  width: 100%;
  height: auto;
  margin-top: 0;
}
.faq__item:nth-child(4) img {
  width: 98%;
  max-width: 38rem;
  height: auto;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .faq__item:nth-child(4) img {
    width: 81.066vw;
    max-width: 38rem;
  }
}
.faq__item:nth-child(5) .faq__q {
  width: 70.93vw;
  max-width: 35.375rem;
  display: block;
}
.faq__item:nth-child(5) .faq__q img {
  width: 100%;
  height: auto;
  margin-top: 0;
}
.faq__item:nth-child(5) img {
  width: 98%;
  max-width: 37.9375rem;
  height: auto;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .faq__item:nth-child(5) img {
    width: 80.933vw;
    max-width: 37.9375rem;
  }
}
.faq__item summary {
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.faq__item summary .faq__arrow {
  width: 7.33%;
  transition: transform 0.3s ease-in-out;
  transform: rotate(180deg);
}
@media screen and (min-width: 768px) {
  .faq__item summary .faq__arrow {
    width: 3.33%;
  }
}
.faq__item summary .faq__arrow img {
  width: 100%;
  height: auto;
  margin-top: 0;
}
.faq__item summary::-webkit-details-marker {
  display: none;
}

@supports (interpolate-size: allow-keywords) {
  :root {
    interpolate-size: allow-keywords; /* height:0（数値型） → auto（文字型） のアニメーションを可能にするための指定 */
  }
  details[open]::details-content {
    height: auto;
  }
}
/* height:0→autoへのアニメーションが対応していない場合は、固定値にアニメーションさせる */
@supports not (interpolate-size: allow-keywords) {
  details[open]::details-content {
    height: 150px;
    overflow-y: scroll;
  }
}
.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */