@charset "UTF-8";

/* Font Family */
* {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

/* Base Layout */
.container {
  max-width: 780px;
  margin: 0 auto;
  width: 100%;
  background-color: #fff;
  /* 背景色が必要な場合 */
}

/* LP Section Limiters */
.lp-section {
  position: relative;
  width: 100%;
  line-height: 0;
  overflow: hidden;
}

.lp-section img {
  width: 100%;
  height: auto;
  display: block;
}

picture {
  display: block;
}

.fv-copy {
  position: absolute;
  z-index: 10;
  top: 26%;
  width: 107%;
  left: 50%;
  transform: translateX(-50%);
}

img.inner {
  display: block;
  width: 88%;
  margin: 0 auto;
}


img.fv-apeal {
  margin-top: -2%;
}

img.cta {
  width: 83%;
}

.defference-copy {
  position: absolute;
  z-index: 10;
  top: 5.2%;
  width: 109%;
  left: 50%;
  transform: translateX(-50%);
}

img.defference-copy-01 {
  position: relative;
  z-index: 10;
}

img.defference-copy-02 {
  position: absolute;
  width: 107%;
  left: 50%;
  transform: translateX(-50%);
  top: 68%;
}

.reason03-copy {
  position: absolute;
  z-index: 10;
  top: 88.75%;
  width: 109%;
  left: 50%;
  transform: translateX(-50%);
}

.flow-copy {
  position: absolute;
  z-index: 10;
  top: 61%;
  width: 109%;
  left: 50%;
  transform: translateX(-50.5%);
}

.reason-03-content {
  margin-bottom: 4%;
}

.nyf-copy {
  position: absolute;
  z-index: 10;
  top: 13.5%;
  width: 109%;
  left: 50%;
  transform: translateX(-50%);
}

.nyf-copy img {
  position: relative
}

img.nyf-content-02.fade-up {
  margin-top: 90%;
}

img.nyf-content-03.fade-up {
  margin-top: 35%;
}

img.nyf-content-04.fade-up {
  width: 80%;
}

.glp-1-02-content {
  position: absolute;
  z-index: 10;
  top: 88.5%;
  width: 109%;
  left: 50%;
  transform: translateX(-50%);
}

.cta {
  filter: drop-shadow(4px 4px 8px rgba(0, 0, 0, 0.3));
  animation: shake 3s infinite;
}

@keyframes shake {
  0%, 16.67%, 100% { transform: translateX(0); }
  2% { transform: translateX(-3px); }
  4% { transform: translateX(3px); }
  6% { transform: translateX(-2.5px); }
  8% { transform: translateX(2.5px); }
  10% { transform: translateX(-2px); }
  12% { transform: translateX(2px); }
  14% { transform: translateX(-1.5px); }
  16% { transform: translateX(1.5px); }
}

.voice-swiper {
  background: url(img/voice-02.jpg) no-repeat center center / cover;
  background-image: image-set(
    url("img/voice-02-bg.webp") type("image/webp"),
    url("img/voice-02-bg.jpg") type("image/jpeg")
  );
}

.review-swiper {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
}

.review-swiper .swiper-slide {
  width: 80%; /* 各スライドの幅を固定 */
  flex-shrink: 0;
}

.review-swiper .swiper-slide img {
  width: 100%;  /* 画像の幅を指定 */
  height: auto;  /* アスペクト比を維持 */
  max-width: 100%; /* レスポンシブ対応 */
}

.cyl-content {
  position: absolute;
  z-index: 10;
  top: 1%;
  width: 109%;
  left: 50%;
  transform: translateX(-50%);
}

.cyl-copy-02 {
  margin-top: 497%;
  margin-bottom: 2%;
}

.price {
  background-color: #fff;
  padding: 10% 5% 10%;
  box-sizing: border-box;
}

.price-content {
  width: 100%;
  height: auto;
  border-radius: clamp(8px, 3vw, 20px);
}

.price-table {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  margin-top: 0;
  transition: all 0.4s ease;
}

.price-table.show {
  max-height: 2000px;
  opacity: 1;
  margin-top: 5%;
}

.price-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 2% 0;
}

.price-title picture:first-child,
.price-title img:first-child {
  width: 45%;
  height: auto;
  margin: 0 auto;
  flex-shrink: 1;
  min-width: 0;
}

img.accordion-switch {
  width: 8%;
  flex-shrink: 0;
  height: auto;
  display: block;
  transition: transform 0.4s ease; /* 回転アニメーション */
}

/* アコーディオンが開いている時のスイッチ回転 */
.price-content:has(.price-table.show) .accordion-switch,
.faq-content:has(.faq-answer.show) .accordion-switch {
  transform: rotate(180deg);
}

.price-heading {
  margin-bottom: 7%;
}

.price-content {
  padding: 5%;
  background-color: #c9e6ff;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 5%;
}

.faq {
  background: #fff;
  padding: 10% 5% 10%;
  box-sizing: border-box;
}

img.faq-heading {
  width: 70%;
  margin: 0 auto;
}

.faq-content {
  margin: 5% 0;
  border-top: 1px solid #0083c4;
}

.faq-content:last-child {
  border-bottom: 1px solid #0083c4;
}

/* FAQ アコーディオン */
.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5% 0 0;
  cursor: pointer;
  transition: background-color 0.3s ease;
  font-size: clamp(22px, 5.5vw, 43px);
  font-weight: bold;
  line-height: 1.5;
  color: #0083c4;
  gap: 5%;
}

.faq-question p {
  margin: 0;
  flex: 1;
}

.faq-answer {
  max-height: 0;
  opacity: 0;
  transition: all 0.4s ease;
  margin-top: 0;
  line-height: 1.6;
  font-size: clamp(15px, 4vw, 30px);
  color: #414141;
  pointer-events: none; /* クリックをブロックしない */
}

.faq-answer.show {
  max-height: 500px;
  opacity: 1;
  padding-top: 5%;
}

.faq-answer p {
  margin: 0 0 5%;
}

.faq-cta {
  margin-top: 20px;
}

.faq-cta img {
  width: 100%;
}

.footer {
  background-color: #0083c4;
  padding: 10% 5% 2%;
  box-sizing: border-box;
  color: #fff;
  font-size: clamp(14px, 2vw, 20px);
  line-height: 1.6;
  text-decoration: none;
}

img.footer-logo {
  width: 90%;
  margin: 0 auto 6%;
}

.footer-content p {
  margin: 0;
  text-align: center;
}

.footer-content a {
  color: #fff;
  text-align: center;
  width: 100%;
  display: block;
}

.footer dl {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 0.6em;
  row-gap: 0.2em;
  margin: 0;
}

.footer dt,
.footer dd {
  margin: 0;
}

.footer dt {
  white-space: nowrap;
  text-align: right;
}

.nowrap {
  white-space: nowrap;
}

.footer-copyright {
  font-size: clamp(12px, 2vw, 16px);
  text-align: center;
  color: #fff;
  margin-top: 3%;
}


/* fade-upアニメーション */
.fade-up {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-up.animate {
  opacity: 1;
  transform: translateY(0);
}

/* Utility for specific overlays (Example structure) */
.overlay-container {
  position: relative;
}

/* 言語選択 */

.languageSwitcher {
  position: absolute;
  inset: 0;
  max-width: 780px;
  margin-inline: auto;
  width: 100%;
  z-index: 2;
}

.languageSwitcher__list {
  display: flex;
  list-style: none;
  justify-content: flex-end;
  margin: 6px 6px 0 0;
  padding: 0;
}

.languageSwitcher__link {
  padding-inline: 8px;
  text-decoration: none;
  font-size: 11px;
  color: #fff;
  font-weight: bold;
}

.languageSwitcher__list > li:not(:first-child):not(:last-child) .languageSwitcher__link {
  border-right: solid 1px #fff;
  border-left: solid 1px #fff;
}

.languageSwitcher__link[aria-current="page"] {
  color: #0092CE;
}
