@charset "UTF-8";
@media screen and (min-width: 1025px) {
  .is-sp {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .is-pc {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .is-pc {
    display: none !important;
  }
}

body {
  max-width: 750px;
  margin: 0 auto;
  width: 100%;
}

html, body {
  scroll-behavior: smooth;
}

.btn_box {
  position: absolute;
  width: 100%;
  max-width: 88%;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
}
.btn_box.--fv {
  bottom: clamp(18px, 0px + 4.8vw, 36px);
}
.btn_box.--cta {
  bottom: clamp(18px, 0px + 4.8vw, 36px);
}

#btn_animation .btn {
  display: block;
  position: relative;
  text-align: center;
  overflow: hidden;
}

#btn_animation .btn:hover {
  text-decoration: none;
  color: #fbfbfb;
}

#btn_animation .btn::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fbfbfb;
  -webkit-animation: btn_animation 2.5s ease-in-out infinite;
          animation: btn_animation 2.5s ease-in-out infinite;
}

@-webkit-keyframes btn_animation {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
.header {
  display: flex;
}

.fv {
  position: relative;
}

.fv__btn {
  position: absolute;
  display: flex;
  max-width: 88%;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  bottom: clamp(222px, 0px + 59.2vw, 444px);
}

.contact {
  display: flex;
  position: fixed;
  bottom: 0;
  z-index: 100;
  max-width: 750px;
}

.strength__title {
  margin-bottom: clamp(18px, 0px + 4.8vw, 36px);
}

.strength__items {
  display: flex;
  flex-direction: column;
  max-width: 92%;
  margin: 0 auto;
  margin-bottom: clamp(25px, 0px + 6.667vw, 50px);
  gap: clamp(34px, 0px + 9.067vw, 68px);
}

.cta {
  position: relative;
}

.member__detail {
  background-color: #fef5e8;
}

.member__text {
  max-width: 88%;
  width: 100%;
  margin: 0 auto;
  padding-top: clamp(28px, 0px + 7.467vw, 56px);
  padding-bottom: clamp(28px, 0px + 7.467vw, 56px);
}

.card {
  margin-bottom: clamp(29px, 0px + 7.733vw, 58px);
  padding-bottom: clamp(53px, 0px + 14.133vw, 106px);
}

.card__swiper-container {
  max-width: 92%;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/* ================================
   本題のCSS
=============================== */
.card__swiper-container,
.card__swiper,
.card__swiper-wrapper,
.card__swiper-slide {
  position: relative;
}

/* 位置のreset */
.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: clamp(197px, 0px + 52.533vw, 394px);
  width: clamp(32px, -1px + 8.8vw, 65px);
  height: clamp(32px, -1px + 8.8vw, 65px);
}

.swiper-button-prev {
  left: clamp(18px, 0px + 4.8vw, 36px);
}

.swiper-button-next {
  right: clamp(18px, 0px + 4.8vw, 36px);
}

/* =============================
   ページネーション (bullets)
============================= */
/* 位置の設定 (枠組み) */
.swiper-pagination-bullets.swiper-pagination-horizontal {
  top: calc(100% + 29px);
}

/* それぞれのページネーション */
.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
  opacity: 1;
  width: 12px;
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #d9d9d9;
  margin-inline: 5.5px;
}

/* activeな部分 */
.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet-active {
  background: #000;
}

.media {
  position: relative;
}

.promise {
  position: relative;
}

.lead {
  margin-top: clamp(12px, 0px + 3.2vw, 24px);
}

/* ここが絶対配置 */
.iframe__youtube {
  position: absolute;
  left: 50%;
  top: clamp(293px, 1px + 77.867vw, 585px);
  transform: translateX(-50%);
  width: 80vw; /* 20vw = 10% * 2 */
  max-width: 600px;
}

/* 比率を守るラッパー */
.iframe__wrapper {
  aspect-ratio: 16/9;
  width: 100%;
}

/* iframeはラッパーにピッタリ */
.iframe__wrapper iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

.voice {
  background: transparent url(/img/voice-bg.webp) no-repeat top center/cover;
  position: relative;
}

.voice__title {
  padding-top: clamp(20px, 0px + 5.333vw, 40px);
  max-width: 84%;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: clamp(20px, 0px + 5.333vw, 40px);
}

.voice__items {
  max-width: 95%;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: clamp(38px, 0px + 10.133vw, 76px);
  padding-bottom: clamp(33px, 0px + 8.8vw, 66px);
}

.voice__item {
  margin-left: clamp(5px, 0px + 1.333vw, 10px);
  width: 100%;
}

.voice__items .voice__item:nth-child(2) {
  margin-left: clamp(14px, 0px + 3.733vw, 28px);
}

.qa {
  background-color: #fcf4ea;
}

.qa__title {
  max-width: 71%;
  width: 100%;
  margin: 0 auto;
  padding-top: clamp(17px, 0px + 4.533vw, 34px);
  padding-bottom: clamp(17px, 0px + 4.533vw, 34px);
}

.qa__items {
  display: flex;
  flex-direction: column;
  max-width: 87%;
  width: 100%;
  margin: 0 auto;
  gap: clamp(28px, 0px + 7.467vw, 56px);
  padding-bottom: clamp(27px, 0px + 7.2vw, 54px);
}

.qa__q {
  position: relative;
}

.qa__btn {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: clamp(8px, 2px + 1.6vw, 14px);
  width: clamp(14px, -1px + 4vw, 29px);
}

.qa__a {
  display: none;
}

.to__top {
  width: clamp(50px, 0px + 13.333vw, 100px);
  position: fixed;
  bottom: clamp(90px, 26px + 17.067vw, 154px);
  right: 50%;
  transform: translateX(375px); /* 750px ÷ 2 */
  z-index: 999;
  display: none;
}
@media screen and (max-width: 750px) {
  .to__top {
    right: 10px;
    transform: none;
  }
}

.footer {
  background-color: #f49112;
  padding-top: clamp(13px, 0px + 3.467vw, 26px);
  padding-bottom: clamp(70px, 0px + 18.667vw, 140px);
}

.footer__top {
  display: flex;
  max-width: 65%;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: clamp(5px, 0px + 1.333vw, 10px);
}

.footer__privacy__policy {
  width: 50%;
}

.footer__contract {
  width: 50%;
}

.copyright {
  max-width: 79%;
  width: 100%;
  margin: 0 auto;
}

.tokutei__title {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .tokutei__title {
    margin-bottom: 20px;
  }
}

.tokushoho {
  width: 100%;
  border-collapse: collapse; /* 枠線をスッキリ */
  margin: 2em 0;
  font-size: 15px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .tokushoho {
    margin-left: 20px;
    margin-right: 20px;
    width: 90%;
  }
}

.tokushoho th,
.tokushoho td {
  border: 1px solid #ddd;
  padding: 12px 16px;
  text-align: left;
  vertical-align: top;
}

.tokushoho th {
  width: 25%;
  background-color: #f5f5f5; /* グレー背景 */
  font-weight: 600;
}

.tokushoho td a {
  color: #0073aa; /* リンク色 */
  text-decoration: underline;
}

.tokushoho small {
  display: block;
  color: #666;
  margin-top: 4px;
  font-size: 13px;
}

@media screen and (max-width: 767px) {
  .tokushoho {
    display: block;
    width: calc(100% - 40px);
    margin: 0 auto 1.5em;
  }
  .tokushoho tr,
.tokushoho th,
.tokushoho td {
    display: block;
    width: 100%;
  }
  .tokushoho tr {
    margin-bottom: 1em;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
  }
  .tokushoho th {
    background: #f2f2f2;
    padding: 10px;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
  }
  .tokushoho td {
    padding: 10px;
  }
}