@charset "utf-8";

/* =========================================================
   発達特性サポートコース FV 整理版
   PC：背景写真
   1300px以下：縦並び
   600px以下：スマホ調整
   ========================================================= */

/* =========================
   Base
   ========================= */

.fv {
  --fv-green: #2f9f74;
  --fv-green-deep: #258262;
  --fv-blue: #3f86c8;
  --fv-navy: #2d2137;
  --fv-text: #4f3d33;
  --fv-muted: #6a5a4f;
  --fv-shadow: 0 18px 42px rgba(64, 88, 71, 0.12);

  width: 100%;
  padding: 0 !important;
  overflow: hidden;
  color: var(--fv-text);
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  line-height: 1.8;
  letter-spacing: 0.02em;
  background: linear-gradient(90deg, #e7f2eb 0%, #f8faf7 50%, #e6f1eb 100%) !important;
  box-sizing: border-box;
}

.fv *,
.fv *::before,
.fv *::after {
  box-sizing: border-box;
}

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

.fv a {
  color: inherit;
  text-decoration: none;
}

.fv p,
.fv h1,
.fv ul,
.fv li {
  margin-top: 0;
}

.fv__inner {
  position: relative;
  z-index: 0;
  overflow: hidden;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.96);
  box-shadow: var(--fv-shadow);
}

.fv__inner::before,
.fv__inner::after {
  content: "";
  position: absolute;
  z-index: -1;
  pointer-events: none;
}

.fv__inner::before {
  width: 250px;
  height: 160px;
  top: -58px;
  right: -18px;
  border-radius: 0 0 0 120px;
  background: rgba(209, 229, 219, 0.78);
}

.fv__inner::after {
  width: 185px;
  height: 120px;
  bottom: -48px;
  left: -34px;
  border-radius: 120px 120px 0 0;
  background: rgba(211, 230, 244, 0.78);
}

.fv__decor--leaf {
  position: absolute;
  left: 28px;
  top: 28px;
  z-index: 1;
  color: rgba(66, 178, 125, 0.72);
  font-size: 48px;
  line-height: 1;
  transform: rotate(-12deg);
  pointer-events: none;
}

.fv__content {
  position: relative;
  z-index: 2;
  text-align: left !important;
}

.fv__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 26px !important;
  padding: 9px 28px;
  color: var(--fv-green-deep);
  font-size: 40px !important;
  font-weight: 800;
  line-height: 1.3;
  border: 2px solid rgba(47, 159, 116, 0.75);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  text-align: center !important;
}

.fv__catch {
  margin: 0 0 35px !important;
  padding: 0 !important;
  color: var(--fv-navy);
  font-size: 32px !important;
  font-weight: 900 !important;
  line-height: 1.8 !important;
  letter-spacing: 0.03em !important;
  text-align: left !important;
}

.fv__catch-line {
  display: block !important;
  font-size: inherit !important;
  line-height: inherit !important;
  font-weight: inherit !important;
}

.fv__catch-line--green {
  color: var(--fv-green-deep);
}

.fv__catch-line--blue {
  color: var(--fv-blue);
}

.fv__lead {
  margin: 0 0 24px !important;
  color: var(--fv-navy);
  font-size: 30px !important;
  font-weight: 900 !important;
  line-height: 1.7 !important;
  text-align: left !important;
}

.fv__lead span {
  font-size: inherit !important;
  line-height: inherit !important;
  font-weight: inherit !important;
}

.fv__marker {
  padding-bottom: 2px;
  color: var(--fv-green-deep);
  background: linear-gradient(transparent 64%, rgba(198, 226, 214, 0.85) 0);
}

.fv__text {
  max-width: 100%;
  margin: 0 0 28px !important;
  color: var(--fv-text);
  font-size: 18px !important;
  line-height: 2 !important;
  text-align: left !important;
}

.fv__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0 0 30px !important;
  padding: 0 !important;
  list-style: none !important;
}

.fv__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 50px;
  padding: 11px 22px;
  border-radius: 999px;
  font-size: 16px !important;
  font-weight: 800;
  line-height: 1.2;
  white-space: nowrap;
  text-align: center !important;
}

.fv__badge--green {
  color: #329567;
  background: #e9f5e8;
}

.fv__badge--blue {
  color: #397fc0;
  background: #eaf3fb;
}

.fv__badge--beige {
  color: #e85f5f;
  background: #fff0ee;
}

.fv__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.fv__button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 62px;
  padding: 0 30px;
  border-radius: 999px;
  font-size: 20px !important;
  font-weight: 900;
  line-height: 1.2;
  text-align: center !important;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.fv__button:hover {
  opacity: 0.94;
  transform: translateY(-2px);
}

.fv__button--primary {
  min-width: 310px;
  color: #fff;
  background: linear-gradient(135deg, #4fba8d, #2f9c74);
  box-shadow: 0 14px 28px rgba(47, 156, 116, 0.22);
}

.fv__button--secondary {
  min-width: 310px;
  color: var(--fv-green-deep);
  background: #fff;
  border: 2px solid rgba(47, 159, 116, 0.75);
}

.fv__button-icon {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  line-height: 1;
  border-radius: 50%;
  flex: 0 0 auto;
}

.fv__button--primary .fv__button-icon {
  color: var(--fv-green-deep);
  background: #fff;
  font-size: 30px;
  font-family: Arial, sans-serif;
  font-weight: 700;
}

.fv__note {
  margin: 16px 0 0 !important;
  color: #62544a;
  font-size: 15px !important;
  font-weight: 700;
  text-align: center !important;
}

.fv__visual {
  position: relative;
  z-index: 1;
}

.fv__visual img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 28px;
  box-shadow: 0 14px 30px rgba(76, 83, 76, 0.1);
}

/* PC背景版では使わない */
.fv__visual--pc {
  display: none !important;
}

/* 初期状態ではスマホ用写真も非表示 */
.fv__visual--sp {
  display: none !important;
}


/* =========================
   PC：1301px以上
   背景写真版
   ========================= */

@media (min-width: 1301px) {
  .fv__inner {
    width: min(1440px, calc(100% - 80px)) !important;
    min-height: 680px !important;
    padding: 20px 72px 56px !important;
    display: block !important;
    border-radius: 0 0 34px 34px !important;

    background-image:
      linear-gradient(
        90deg,
        rgba(255, 255, 255, 0.90) 0%,
        rgba(255, 255, 255, 0.78) 34%,
        rgba(255, 255, 255, 0.42) 52%,
        rgba(255, 255, 255, 0.06) 70%,
        rgba(255, 255, 255, 0.00) 100%
      ),
      url("../../images/lp/manabi/hero-photo-pc.png") !important;

    background-repeat:
      no-repeat,
      no-repeat !important;

    background-size:
      100% 100%,
      auto 75% !important;

    background-position:
      left top,
      right 0 top 0 !important;
  }

  .fv__content {
    width: min(620px, 50%) !important;
    max-width: 620px !important;
  }
}


/* =========================
   1300px以下：縦並び
   ========================= */

@media (max-width: 1300px) {
  .fv__inner {
   width: min(1440px, calc(100% - 80px)) !important;
    min-height: auto !important;
    padding: 28px 22px 34px !important;
    display: block !important;
    border-radius: 0 !important;

    background-image: none !important;
    background-color: rgba(255, 255, 255, 0.96) !important;
  }

  .fv__decor--leaf {
    top: 18px;
    left: 16px;
    font-size: 38px;
  }

  .fv__content {
    width: 100% !important;
    max-width: none !important;
  }

  .fv__visual--pc {
    display: none !important;
  }

  .fv__visual--sp {
    display: block !important;
    margin: 0 0 24px !important;
  }

  .fv__visual--sp img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
  }

  .fv__catch {
    margin: 0 0 18px !important;
    font-size: clamp(24px, 5vw, 34px) !important;
    line-height: 1.62 !important;
  }

  .fv__lead {
    margin: 0 0 22px !important;
    font-size: clamp(22px, 4vw, 30px) !important;
    line-height: 1.58 !important;
  }
}


/* =========================
   スマホ：600px以下
   ========================= */

@media (max-width: 600px) {
  .fv__inner {
    width: 100% !important;
    min-height: 100svh !important;
    padding: 20px 18px 28px !important;
  }

  .fv__inner::before {
    width: 160px;
    height: 100px;
    top: -32px;
    right: -32px;
    border-radius: 0 0 0 90px;
  }

  .fv__inner::after {
    width: 120px;
    height: 120px;
    bottom: 0;
    left: -30px;
    border-radius: 50%;
  }

  .fv__decor--leaf {
    top: 14px;
    left: 10px;
    font-size: 36px;
  }

  .fv__label {
    width: 100%;
    margin: 4px 0 22px !important;
    padding: 11px 14px;
    font-size: 19px !important;
  }

  .fv__catch {
    margin: 0 0 25px !important;
    font-size: clamp(20px, 5vw, 25px) !important;
    line-height: 1.65 !important;
  }

  .fv__lead {
    margin: 0 0 22px !important;
    font-size: clamp(18px, 5vw, 22px) !important;
    line-height: 1.58 !important;
  }

  .fv__text {
    margin-bottom: 18px !important;
    font-size: 18px !important;
    line-height: 1.9 !important;
  }

  .fv .pc-only {
    display: none !important;
  }

  .fv__badges {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 8px !important;
    margin-bottom: 18px !important;
  }

  .fv__badge {
    min-height: 56px;
    padding: 10px 7px;
    display: grid !important;
    place-items: center;
    gap: 2px;
    font-size: 12px !important;
    line-height: 1.35;
    white-space: normal;
  }

  .fv__badge span {
    display: block;
  }

  .fv__buttons {
    display: block !important;
  }

  .fv__button {
    width: 100%;
    min-width: 0;
    min-height: 66px;
    margin-bottom: 12px;
    padding: 0 20px;
    font-size: 20px !important;
  }

  .fv__button-icon {
    width: 30px;
    height: 30px;
  }

  .fv__note {
    margin-top: 10px !important;
    font-size: 15px !important;
  }
}


/* =========================
   小さめスマホ
   ========================= */

@media (max-width: 374px) {
  .fv__catch {
    font-size: 20px !important;
  }

  .fv__lead {
    font-size: 21px !important;
  }

  .fv__button {
    font-size: 18px !important;
  }

  .fv__badge {
    font-size: 11px !important;
  }
}


.fv .fv__catch {
  transform: translateX(-10px) !important;
}

@media (min-width: 800px) {
  .fv .fv__catch {
    position: relative !important;
    left: -5px !important;
  }
}

@media (max-width: 1300px) {
  .fv__visual--sp {
    width: calc(100% + 36px) !important;
    margin: 0 -18px 24px !important;
  }

  .fv__visual--sp img {
    width: 100% !important;
    max-width: none !important;
    border-radius: 0 !important;
  }
}



/* =========================================================
   保護者への共感・お悩みセクション
   ========================================================= */

.worry {
  padding: 88px 24px;
  background:
    radial-gradient(circle at 12% 16%, rgba(255, 240, 238, 0.8), transparent 22%),
    radial-gradient(circle at 88% 82%, rgba(231, 245, 237, 0.9), transparent 24%),
    #fffaf6;
  color: #4f3d33;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  line-height: 1.8;
  letter-spacing: 0.02em;
  box-sizing: border-box;
}

.worry *,
.worry *::before,
.worry *::after {
  box-sizing: border-box;
}

.worry__inner {
  width: min(1040px, 100%);
  margin: 0 auto;
}

.worry__heading {
  margin-bottom: 36px;
  text-align: center;
}

.worry__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 18px;
  padding: 7px 22px;
  color: #258262;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.3;
  border: 2px solid rgba(47, 159, 116, 0.55);
  border-radius: 999px;
  background: #fff;
}

.worry__title {
  margin: 0 0 18px;
  color: #2d2137;
  font-size: clamp(28px, 3.2vw, 42px);
  font-weight: 900;
  line-height: 1.55;
  letter-spacing: 0.03em;
}

.worry__title::after {
  content: "";
  display: block;
  width: 88px;
  height: 5px;
  margin: 20px auto 0;
  border-radius: 999px;
  background: linear-gradient(90deg, #2f9f74, #ff7070);
}

.worry__lead {
  margin: 0;
  color: #6a5a4f;
  font-size: 16px;
  line-height: 2;
}

.worry__box {
  position: relative;
  margin: 0 auto 34px;
  padding: 34px 38px;
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(90, 70, 48, 0.10);
}

.worry__box::before {
  content: "";
  position: absolute;
  inset: 12px;
  border: 2px dashed rgba(47, 159, 116, 0.18);
  border-radius: 24px;
  pointer-events: none;
}

.worry__list {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.worry__list li {
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 12px;
  align-items: start;
  margin: 0;
  padding: 16px 18px;
  border-radius: 18px;
  background: #fffaf6;
  color: #4f3d33;
  font-size: 16px;
  line-height: 1.8;
	text-align: left;
}

.worry__check {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  margin-top: 2px;
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
  background: linear-gradient(135deg, #4fba8d, #2f9f74);
  box-shadow: 0 8px 18px rgba(47, 159, 116, 0.22);
}

.worry__message {
  position: relative;
  overflow: hidden;
  padding: 34px 38px;
  border-radius: 30px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 248, 246, 0.96)),
    #fff;
  border: 2px solid rgba(255, 112, 112, 0.18);
  box-shadow: 0 16px 38px rgba(90, 70, 48, 0.08);
  text-align: center;
}


.worry__message-main {
  position: relative;
  z-index: 1;
  margin: 0 0 14px;
  color: #2d2137;
  font-size: clamp(22px, 2.5vw, 32px);
  font-weight: 900;
  line-height: 1.65;
}

.worry__message-main span {
  color: #258262;
  background: linear-gradient(transparent 66%, rgba(198, 226, 214, 0.85) 0);
 font-size: clamp(22px, 2.5vw, 32px)!important;
}

.worry__message-text {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #5f5047;
  font-size: 17px;
  font-weight: 700;
  line-height: 2;
}

.sp-only {
  display: none;
}

/* =========================
   Tablet
   ========================= */

@media (max-width: 900px) {
  .worry {
    padding: 70px 20px;
  }

  .worry__heading {
    text-align: left;
  }

  .worry__title::after {
    margin-left: 0;
  }

  .worry__box {
    padding: 28px 24px;
  }

  .worry__list li {
    font-size: 16px;
  }

  .worry__message {
    padding: 30px 24px;
    text-align: left;
  }
}

/* =========================
   Smartphone
   ========================= */

@media (max-width: 600px) {
  .worry {
    padding: 56px 18px;
  }

  .worry__label {
    width: 100%;
    font-size: 15px;
  }

  .worry__title {
    font-size: clamp(22px, 6vw, 28px);
    line-height: 1.55;
  }

  .worry__lead {
    font-size: 15px;
    line-height: 1.9;
  }

  .worry__box {
    margin-bottom: 28px;
    padding: 20px 16px;
    border-radius: 24px;
  }

  .worry__box::before {
    inset: 8px;
    border-radius: 19px;
  }

  .worry__list {
    gap: 12px;
  }

  .worry__list li {
    grid-template-columns: 28px 1fr;
    gap: 10px;
    padding: 14px 12px;
    border-radius: 15px;
    font-size: 16px;
    line-height: 1.75;
  }

  .worry__check {
    width: 25px;
    height: 25px;
    font-size: 15px;
  }

  .worry__message {
    padding: 26px 18px;
    border-radius: 24px;
  }

  .worry__message::before {
    right: -8px;
    bottom: -10px;
    font-size: 58px;
  }

  .worry__message-main {
    font-size: 22px;
    line-height: 1.65;
  }

  .worry__message-text {
    font-size: 18px;
    line-height: 1.9;
  }

  .pc-only {
    display: none;
  }

  .sp-only {
    display: block;
  }
}



/* =========================================================
   ガンバが選ばれる4つの理由
   ========================================================= */

.reason {
  padding: 92px 24px;
  color: #4f3d33;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  line-height: 1.8;
  letter-spacing: 0.02em;
  background:
    radial-gradient(circle at 12% 18%, rgba(231, 245, 237, 0.9), transparent 24%),
    radial-gradient(circle at 88% 86%, rgba(255, 240, 238, 0.85), transparent 24%),
    #f8fcf9;
  box-sizing: border-box;
}

.reason *,
.reason *::before,
.reason *::after {
  box-sizing: border-box;
}

.reason__inner {
  width: min(1120px, 100%);
  margin: 0 auto;
}

.reason__heading {
  margin-bottom: 44px;
  text-align: center;
}

.reason__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0px;
  padding: 7px 22px;
  color: #258262;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.3;
  border: 2px solid rgba(47, 159, 116, 0.55);
  border-radius: 999px;
  background: #fff;
}

.reason__title {
  margin: 0 0 18px;
  color: #2d2137;
  font-size: clamp(30px, 3.4vw, 44px);
  font-weight: 900;
  line-height: 1.55;
  letter-spacing: 0.03em;
}

.reason__title span {
  color: #258262;
  background: linear-gradient(transparent 68%, rgba(198, 226, 214, 0.9) 0);
}

.reason__title::after {
  content: "";
  display: block;
  width: 96px;
  height: 5px;
  margin: 22px auto 0;
  border-radius: 999px;
  background: linear-gradient(90deg, #2f9f74, #ff7070);
}

.reason__lead {
  margin: 0;
  color: #6a5a4f;
  font-size: 17px;
  font-weight: 600;
  line-height: 2;
}

.reason__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
}

.reason__card {
  position: relative;
  overflow: hidden;
  min-height: 100%;
  padding: 34px 32px 32px;
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(90, 70, 48, 0.1);
}

.reason__card::before {
  content: "";
  position: absolute;
  inset: 12px;
  border-radius: 24px;
  border: 2px dashed rgba(47, 159, 116, 0.16);
  pointer-events: none;
}

.reason__card::after {
  content: "";
  position: absolute;
  right: -42px;
  top: -42px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  opacity: 0.55;
  pointer-events: none;
}

.reason__card--green::after {
  background: #e9f5e8;
}

.reason__card--blue::after {
  background: #eaf3fb;
}

.reason__card--pink::after {
  background: #fff0ee;
}

.reason__card--yellow::after {
  background: #fff3d8;
}

.reason__num {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
  margin-bottom: 18px;
  color: #258262;
  font-size: 15px;
  font-weight: 900;
  line-height: 1;
}

.reason__num span {
  font-size: 32px;
  font-family: Arial, sans-serif;
  letter-spacing: 0.02em;
}

.reason__icon {
  position: absolute;
  right: 30px;
  top: 28px;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  font-size: 28px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(90, 70, 48, 0.1);
}

.reason__card-title {
  position: relative;
  z-index: 1;
  margin: 0 0 18px;
  color: #2d2137;
  font-size: clamp(22px, 2.4vw, 30px);
  font-weight: 900;
  line-height: 1.55;
  letter-spacing: -0.02em;
}

.reason__catch {
  position: relative;
  z-index: 1;
  margin: 0 0 18px;
  padding: 16px 18px;
  border-radius: 18px;
  color: #4f3d33;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.7;
  background: #f8fcf9;
}

.reason__catch span {
  color: #258262;
  background: linear-gradient(transparent 66%, rgba(198, 226, 214, 0.9) 0);
 font-size: 20px!important;
}

.reason__text {
  position: relative;
  z-index: 1;
  margin: 15px auto;
	padding-top: 10px;
  color: #5f5047;
  font-size: 18px;
  line-height: 2;
	text-align: left;
}

/* 色違い */
.reason__card--blue .reason__num,
.reason__card--blue .reason__catch span {
  color: #397fc0;
}

.reason__card--blue .reason__catch span {
  background: linear-gradient(transparent 66%, rgba(218, 235, 250, 0.95) 0);
}

.reason__card--pink .reason__num,
.reason__card--pink .reason__catch span {
  color: #e85f5f;
}

.reason__card--pink .reason__catch span {
  background: linear-gradient(transparent 66%, rgba(255, 229, 226, 0.95) 0);
}

.reason__card--yellow .reason__num,
.reason__card--yellow .reason__catch span {
  color: #b27a22;
}

.reason__card--yellow .reason__catch span {
  background: linear-gradient(transparent 66%, rgba(255, 238, 198, 0.95) 0);
}

/* =========================
   Tablet
   ========================= */

@media (max-width: 900px) {
  .reason {
    padding: 74px 20px;
  }

  .reason__heading {
    text-align: left;
  }

  .reason__title::after {
    margin-left: 0;
  }

  .reason__list {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .reason__card {
    padding: 30px 26px 28px;
  }
}

/* =========================
   Smartphone
   ========================= */

@media (max-width: 600px) {
  .reason {
    padding: 58px 18px;
  }

  .reason__label {
    width: 100%;
    font-size: 28px;
  }

  .reason__title {
    font-size: clamp(24px, 6vw, 30px);
    line-height: 1.55;
  }

  .reason__lead {
    font-size: 15px;
    line-height: 1.9;
  }

  .reason__card {
    padding: 26px 18px 24px;
    border-radius: 24px;
  }

  .reason__card::before {
    inset: 8px;
    border-radius: 19px;
  }

  .reason__card::after {
    right: -50px;
    top: -50px;
    width: 130px;
    height: 130px;
  }

  .reason__num {
    margin-bottom: 16px;
    font-size: 14px;
  }

  .reason__num span {
    font-size: 28px;
  }

  .reason__icon {
    right: 22px;
    top: 22px;
    width: 50px;
    height: 50px;
    font-size: 24px;
  }

.reason__card-title {
  margin-bottom: 16px;
  padding-right: 0 !important;
  font-size: clamp(21px, 6.2vw, 26px);
  line-height: 1.55;
}

  .reason__catch {
    padding: 14px 14px;
    border-radius: 15px;
    font-size: 20px;
    line-height: 1.75;
  }

  .reason__text {
    line-height: 1.9;
  }

  .pc-only {
    display: none;
  }
}



/* =========================================================
   特性別・具体的なアプローチ例
   ========================================================= */

.approach {
  padding: 92px 24px;
  color: #4f3d33;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  line-height: 1.8;
  letter-spacing: 0.02em;
  background:
    radial-gradient(circle at 10% 18%, rgba(234, 243, 251, 0.9), transparent 24%),
    radial-gradient(circle at 90% 88%, rgba(255, 241, 239, 0.9), transparent 24%),
    #fffaf6;
  box-sizing: border-box;
}

.approach *,
.approach *::before,
.approach *::after {
  box-sizing: border-box;
}

.approach__inner {
  width: min(1120px, 100%);
  margin: 0 auto;
}

.approach__heading {
  margin-bottom: 44px;
  text-align: center;
}

.approach__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 18px;
  padding: 7px 22px;
  color: #258262;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.3;
  border: 2px solid rgba(47, 159, 116, 0.55);
  border-radius: 999px;
  background: #fff;
}

.approach__title {
  margin: 0 0 18px;
  color: #2d2137;
  font-size: clamp(30px, 3.4vw, 44px);
  font-weight: 900;
  line-height: 1.55;
  letter-spacing: -0.03em;
}

.approach__title span {
  color: #258262;
  background: linear-gradient(transparent 68%, rgba(198, 226, 214, 0.9) 0);
}

.approach__title::after {
  content: "";
  display: block;
  width: 96px;
  height: 5px;
  margin: 22px auto 0;
  border-radius: 999px;
  background: linear-gradient(90deg, #2f9f74, #ff7070);
}

.approach__lead {
  margin: 0;
  color: #6a5a4f;
  font-size: 17px;
  font-weight: 600;
  line-height: 2;
}

.approach__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.approach__card {
  position: relative;
  overflow: hidden;
  padding: 34px 28px 30px;
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(90, 70, 48, 0.1);
}

.approach__card::before {
  content: "";
  position: absolute;
  inset: 12px;
  border: 2px dashed rgba(47, 159, 116, 0.15);
  border-radius: 24px;
  pointer-events: none;
}

.approach__card::after {
  content: "";
  position: absolute;
  right: -44px;
  top: -44px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  opacity: 0.7;
  pointer-events: none;
}

.approach__card--adhd::after {
  background: #fff3d8;
}

.approach__card--asd::after {
  background: #eaf3fb;
}

.approach__card--ld::after {
  background: #fff0ee;
}

.approach__num {
  position: relative;
  z-index: 1;
  margin: 0 0 16px;
  color: rgba(37, 130, 98, 0.22);
  font-family: Arial, sans-serif;
  font-size: 54px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.02em;
}

.approach__card--adhd .approach__num {
  color: rgba(217, 144, 32, 0.24);
}

.approach__card--asd .approach__num {
  color: rgba(57, 127, 192, 0.22);
}

.approach__card--ld .approach__num {
  color: rgba(232, 95, 95, 0.22);
}

.approach__type {
  position: relative;
  z-index: 1;
  display: inline-flex;
  margin: 0 0 14px;
  padding: 6px 14px;
  border-radius: 999px;
  color: #258262;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.3;
  background: #e9f5e8;
}

.approach__card--adhd .approach__type {
  color: #9a6a1f;
  background: #fff3d8;
}

.approach__card--asd .approach__type {
  color: #397fc0;
  background: #eaf3fb;
}

.approach__card--ld .approach__type {
  color: #e85f5f;
  background: #fff0ee;
}

.approach__card-title {
  position: relative;
  z-index: 1;
  margin: 0 0 20px;
  color: #2d2137;
  font-size: clamp(20px, 2vw, 25px);
  font-weight: 900;
  line-height: 1.6;
  letter-spacing: 0.02em;
}

.approach__list {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.approach__list li {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 10px;
  align-items: start;
  margin: 0;
  padding: 14px 14px;
  border-radius: 16px;
  background: #fffaf6;
  color: #5f5047;
  font-size: 15px;
  line-height: 1.8;
	text-align: left;
}

.approach__check {
  display: inline-grid;
  place-items: center;
  width: 25px;
  height: 25px;
  margin-top: 2px;
  border-radius: 50%;
  color: #fff;
  font-size: 15px;
  font-weight: 900;
  line-height: 1;
  background: linear-gradient(135deg, #4fba8d, #2f9f74);
  box-shadow: 0 8px 18px rgba(47, 159, 116, 0.2);
}

.approach__card--adhd .approach__check {
  background: linear-gradient(135deg, #f1b84e, #d99020);
}

.approach__card--asd .approach__check {
  background: linear-gradient(135deg, #5ca1dd, #397fc0);
}

.approach__card--ld .approach__check {
  background: linear-gradient(135deg, #ff8a8a, #e85f5f);
}

.approach__message {
  position: relative;
  margin-top: 34px;
  padding: 28px 34px;
  border-radius: 26px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(248, 252, 249, 0.96)),
    #fff;
  border: 2px solid rgba(47, 159, 116, 0.16);
  box-shadow: 0 16px 38px rgba(90, 70, 48, 0.08);
  text-align: center;
}

.approach__message p {
  margin: 0;
  color: #2d2137;
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 900;
  line-height: 1.9;
}

/* =========================
   Tablet
   ========================= */

@media (max-width: 1000px) {
  .approach {
    padding: 74px 20px;
  }

  .approach__heading {
    text-align: left;
  }

  .approach__title::after {
    margin-left: 0;
  }

  .approach__cards {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .approach__card {
    padding: 30px 26px 28px;
  }
}

/* =========================
   Smartphone
   ========================= */

@media (max-width: 600px) {
  .approach {
    padding: 58px 18px;
  }

  .approach__label {
    width: 100%;
    font-size: 15px;
  }

  .approach__title {
    font-size: clamp(24px, 6vw, 30px);
    line-height: 1.55;
  }

  .approach__lead {
    font-size: 15px;
    line-height: 1.9;
  }

  .approach__card {
    padding: 26px 18px 24px;
    border-radius: 24px;
  }

  .approach__card::before {
    inset: 8px;
    border-radius: 19px;
  }

  .approach__card::after {
    right: -50px;
    top: -50px;
    width: 130px;
    height: 130px;
  }

  .approach__icon {
    width: 54px;
    height: 54px;
    margin-bottom: 16px;
    font-size: 26px;
  }

  .approach__type {
    font-size: 13px;
  }

  .approach__card-title {
    font-size: clamp(20px, 6vw, 25px);
    line-height: 1.55;
  }

  .approach__list li {
    grid-template-columns: 27px 1fr;
    padding: 13px 12px;
    font-size: 15px;
    line-height: 1.75;
  }

  .approach__message {
    margin-top: 28px;
    padding: 24px 18px;
    border-radius: 24px;
    text-align: left;
  }

  .approach__message p {
    font-size: 18px;
    line-height: 1.85;
  }

  .pc-only {
    display: none;
  }
}



/* =========================================================
   料金と4つの安心サポート
   ========================================================= */

.price-support {
  padding: 92px 24px;
  color: #4f3d33;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  line-height: 1.8;
  letter-spacing: 0.02em;
  background:
    radial-gradient(circle at 12% 14%, rgba(231, 245, 237, 0.95), transparent 24%),
    radial-gradient(circle at 90% 86%, rgba(255, 241, 239, 0.9), transparent 24%),
    #f8fcf9;
  box-sizing: border-box;
}

.price-support *,
.price-support *::before,
.price-support *::after {
  box-sizing: border-box;
}

.price-support__inner {
  width: min(1120px, 100%);
  margin: 0 auto;
}

.price-support__heading {
  margin-bottom: 44px;
  text-align: center;
}

.price-support__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 18px;
  padding: 7px 22px;
  color: #258262;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.3;
  border: 2px solid rgba(47, 159, 116, 0.55);
  border-radius: 999px;
  background: #fff;
}

.price-support__title {
  margin: 0 0 18px;
  color: #2d2137;
  font-size: clamp(30px, 3.4vw, 44px) !important;
  font-weight: 900;
  line-height: 1.55;
  letter-spacing: -0.03em;
}

.price-support__title span {
  color: #258262;
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  background: linear-gradient(transparent 68%, rgba(198, 226, 214, 0.9) 0);
}

.price-support__title::after {
  content: "";
  display: block;
  width: 96px;
  height: 5px;
  margin: 22px auto 0;
  border-radius: 999px;
  background: linear-gradient(90deg, #2f9f74, #ff7070);
}

.price-support__lead {
  margin: 0;
  color: #6a5a4f;
  font-size: 18px;
  line-height: 2;
}

.price-support__main {
  display: grid;
  grid-template-columns: minmax(300px, 0.9fr) minmax(0, 1.35fr);
  gap: 28px;
  align-items: stretch;
  margin-bottom: 34px;
}

.price-support__fee-card {
  position: relative;
  overflow: hidden;
  display: grid;
  place-items: center;
  padding: 38px 28px;
  border-radius: 30px;
  color: #fff;
  text-align: center;
  background: linear-gradient(135deg, #4fba8d, #258262);
  box-shadow: 0 18px 42px rgba(47, 159, 116, 0.22);
}

.price-support__fee-card::before {
  content: "";
  position: absolute;
  inset: 12px;
  border: 2px solid rgba(255, 255, 255, 0.28);
  border-radius: 24px;
  pointer-events: none;
}

.price-support__fee-card::after {
  content: "";
  position: absolute;
  right: -52px;
  bottom: -52px;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  pointer-events: none;
}

.price-support__fee-label {
  position: relative;
  z-index: 1;
  margin: 0 0 20px;
  padding: 7px 20px;
  color: #258262;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.3;
  border-radius: 999px;
  background: #fff;
}

.price-support__fee-main {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 8px;
  margin: 0 0 10px;
  line-height: 1;
}

.price-support__fee-main span {
  font-size: 22px;
  font-weight: 900;
}

.price-support__fee-main strong {
  font-family: Arial, sans-serif;
  font-size: clamp(64px, 7vw, 96px);
  font-weight: 900;
  letter-spacing: -0.04em;
}

.price-support__fee-sub {
  position: relative;
  z-index: 1;
  margin: 0 0 16px;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.6;
}

.price-support__fee-note {
  position: relative;
  z-index: 1;
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7;
}

.price-support__cards {
  display: grid;
  gap: 18px;
}

.price-support__card {
  position: relative;
  overflow: hidden;
  min-height: 100%;
  padding: 24px 26px 24px 92px;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(90, 70, 48, 0.08);
}

.price-support__card::before {
  content: "";
  position: absolute;
  inset: 10px;
  border: 2px dashed rgba(47, 159, 116, 0.14);
  border-radius: 19px;
  pointer-events: none;
}

.price-support__card-num {
  position: absolute;
  left: 26px;
  top: 24px;
  margin: 0;
  color: rgba(37, 130, 98, 0.2);
  font-family: Arial, sans-serif;
  font-size: 46px;
  font-weight: 900;
  line-height: 1;
}

.price-support__card-title {
  position: relative;
  z-index: 1;
  margin: 0 0 10px;
  color: #2d2137;
  font-size: clamp(19px, 2vw, 24px);
  font-weight: 900;
  line-height: 1.55;
  letter-spacing: 0.02em;
}

.price-support__card-text {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #5f5047;
  font-size: 18px;
  line-height: 1.9;
	text-align: left;
}

.price-support__card-text strong {
  color: #e85f5f;
  font-weight: 900;
  background: linear-gradient(transparent 66%, #fff0ee 0);
}

.price-support__discount {
  position: relative;
  overflow: hidden;
  padding: 34px 36px 30px;
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(90, 70, 48, 0.1);
}

.price-support__discount::before {
  content: "";
  position: absolute;
  inset: 12px;
  border: 2px dashed rgba(232, 95, 95, 0.16);
  border-radius: 24px;
  pointer-events: none;
}

.price-support__discount-heading {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
  text-align: center;
}

.price-support__discount-label {
  display: inline-flex;
  margin: 0 0 14px;
  padding: 6px 18px;
  border-radius: 999px;
  color: #e85f5f;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.3;
  background: #fff0ee;
}

.price-support__discount-title {
  margin: 0;
  color: #2d2137;
  font-size: clamp(22px, 2.6vw, 32px);
  font-weight: 900;
  line-height: 1.55;
  letter-spacing: 0.02em;
}

.price-support__example-list {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.price-support__example {
  padding: 22px 18px;
  border-radius: 22px;
  background: #fffaf6;
  text-align: center;
}

.price-support__example--highlight {
  background: #fff0ee;
  border: 2px solid rgba(232, 95, 95, 0.18);
}

.price-support__example-title {
  margin: 0 0 14px;
  color: #258262;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.4;
}

.price-support__example--highlight .price-support__example-title {
  color: #e85f5f;
}

.price-support__calc {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin-bottom: 14px;
  color: #4f3d33;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.6;
}

.price-support__calc span {
  white-space: nowrap;
}

.price-support__calc em {
  color: #999;
  font-style: normal;
  font-weight: 900;
}

.price-support__calc strong {
  display: inline-block;
  color: #e85f5f;
  font-size: 22px;
  font-weight: 900;
  white-space: nowrap;
}

.price-support__example-note {
  margin: 0;
  color: #5f5047;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.6;
}

.price-support__example-note strong {
  color: #e85f5f;
  font-size: 20px;
  font-weight: 900;
}

.price-support__discount-note {
  position: relative;
  z-index: 1;
  margin: 20px 0 0;
  color: #6a5a4f;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.8;
  text-align: center;
}

.sp-only {
  display: none;
}

/* =========================
   Tablet
   ========================= */

@media (max-width: 1000px) {
  .price-support {
    padding: 74px 20px;
  }

  .price-support__heading {
    text-align: left;
  }

  .price-support__title::after {
    margin-left: 0;
  }

  .price-support__main {
    grid-template-columns: 1fr;
  }

  .price-support__fee-card {
    min-height: 320px;
  }

  .price-support__example-list {
    grid-template-columns: 1fr;
  }

  .price-support__discount-heading {
    text-align: left;
  }
}

/* =========================
   Smartphone
   ========================= */

@media (max-width: 600px) {
  .price-support {
    padding: 38px 18px;
  }

  .price-support__label {
    width: 100%;
    font-size: 15px;
  }

  .price-support__title {
    font-size: clamp(24px, 6vw, 30px);
    line-height: 1.55;
  }

  .price-support__lead {
    line-height: 1.9;
  }

  .price-support__main {
    gap: 22px;
    margin-bottom: 28px;
  }

  .price-support__fee-card {
    min-height: auto;
    padding: 34px 20px;
    border-radius: 24px;
  }

  .price-support__fee-card::before {
    inset: 8px;
    border-radius: 19px;
  }

  .price-support__fee-main strong {
    font-size: 70px;
  }

  .price-support__fee-main span {
    font-size: 19px;
  }

  .price-support__fee-sub {
    font-size: 18px;
  }

  .price-support__card {
    padding: 24px 18px;
    border-radius: 22px;
  }

  .price-support__card::before {
    inset: 8px;
    border-radius: 17px;
  }

  .price-support__card-num {
    position: static;
    margin-bottom: 10px;
    font-size: 42px;
  }

  .price-support__card-title {
    font-size: clamp(20px, 6vw, 25px);
  }

  .price-support__card-text {
    font-size: 18px;
  }

  .price-support__discount {
    padding: 28px 18px 24px;
    border-radius: 24px;
  }

  .price-support__discount::before {
    inset: 8px;
    border-radius: 19px;
  }

  .price-support__discount-title {
    font-size: clamp(21px, 6vw, 26px);
  }

  .price-support__example {
    padding: 20px 14px;
  }

  .price-support__calc {
    font-size: 14px;
  }

  .price-support__calc strong {
    font-size: 21px;
  }

  .price-support__example-note strong {
    font-size: 20px;
  }

  .price-support__discount-note {
    text-align: left;
  }

  .pc-only {
    display: none;
  }

  .sp-only {
    display: block;
  }
}



/* =========================================================
   体験授業への誘導 CTA
   ========================================================= */

.final-cta {
  position: relative;
  overflow: hidden;
  padding: 20px 24px 30px;
  color: #4f3d33;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  line-height: 1.8;
  letter-spacing: 0.02em;
  box-sizing: border-box;
}

.final-cta *,
.final-cta *::before,
.final-cta *::after {
  box-sizing: border-box;
}

.final-cta::before {
  content: "";
  position: absolute;
  top: -90px;
  right: -80px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: rgba(198, 226, 214, 0.55);
  pointer-events: none;
}

.final-cta::after {
  content: "";
  position: absolute;
  left: -70px;
  bottom: -90px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: rgba(255, 229, 226, 0.65);
  pointer-events: none;
}

.final-cta__inner {
  position: relative;
  z-index: 1;
  width: min(1040px, 100%);
  margin: 0 auto;
}

.final-cta__content {
  position: relative;
  overflow: hidden;
  padding: 54px 56px 50px;
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 20px 48px rgba(90, 70, 48, 0.12);
  text-align: center;
}

.final-cta__content::before {
  content: "";
  position: absolute;
  inset: 14px;
  border: 2px dashed rgba(47, 159, 116, 0.16);
  border-radius: 26px;
  pointer-events: none;
}

.final-cta__content::after {
  content: "体験";
  position: absolute;
  right: -18px;
  bottom: -28px;
  color: rgba(47, 159, 116, 0.07);
  font-size: 120px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.08em;
  pointer-events: none;
}

.final-cta__label {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 20px;
  padding: 8px 24px;
  color: #258262;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.3;
  border: 2px solid rgba(47, 159, 116, 0.55);
  border-radius: 999px;
  background: #fff;
}

.final-cta__title {
  position: relative;
  z-index: 1;
  margin: 0 0 24px;
  color: #2d2137;
  font-size: clamp(30px, 3.4vw, 46px);
  font-weight: 900;
  line-height: 1.55;
  letter-spacing: 0.03em;
}

.final-cta__title span {
  color: #258262;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  background: linear-gradient(transparent 68%, rgba(198, 226, 214, 0.9) 0);
}

.final-cta__title::after {
  content: "";
  display: block;
  width: 96px;
  height: 5px;
  margin: 24px auto 0;
  border-radius: 999px;
  background: linear-gradient(90deg, #2f9f74, #ff7070);
}

.final-cta__lead {
  position: relative;
  z-index: 1;
  margin: 0 0 26px;
  color: #5f5047;
  font-size: clamp(18px, 2vw, 23px);
  line-height: 2;
}

.final-cta__message {
  position: relative;
  z-index: 1;
  width: min(760px, 100%);
  margin: 0 auto 34px;
  padding: 24px 28px;
  border-radius: 24px;
  background: #fffaf6;
  border: 2px solid rgba(255, 112, 112, 0.16);
}

.final-cta__message p {
  margin: 0;
  color: #4f3d33;
  font-size: 17px;
  font-weight: 700;
  line-height: 2;
}

.final-cta__buttons {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin-bottom: 18px;
}

.final-cta__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 68px;
  padding: 0 36px;
  border-radius: 999px;
  font-size: 21px;
  font-weight: 900;
  line-height: 1.2;
  text-decoration: none;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.final-cta__button:hover {
  opacity: 0.94;
  transform: translateY(-2px);
}

.final-cta__button--primary {
  min-width: 330px;
  color: #fff;
  background: linear-gradient(135deg, #4fba8d, #2f9c74);
  box-shadow: 0 14px 30px rgba(47, 156, 116, 0.24);
}

.final-cta__button--secondary {
  min-width: 300px;
  color: #258262;
  background: #fff;
  border: 2px solid rgba(47, 159, 116, 0.72);
}

.final-cta__note {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #e85f5f;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.7;
}

/* =========================
   Tablet
   ========================= */

@media (max-width: 900px) {
  .final-cta {
    padding: 10px 20px 20px;
  }

  .final-cta__content {
    padding: 44px 30px 40px;
    text-align: left;
  }

  .final-cta__title::after {
    margin-left: 0;
  }

  .final-cta__message {
    margin-left: 0;
    margin-right: 0;
  }

  .final-cta__buttons {
    justify-content: flex-start;
  }
}

/* =========================
   Smartphone
   ========================= */

@media (max-width: 600px) {
  .final-cta {
    padding: 5px 0 0;
  }

  .final-cta__content {
    padding: 34px 18px 30px;
    border-radius: 26px;
  }

  .final-cta__content::before {
    inset: 8px;
    border-radius: 20px;
  }

  .final-cta__content::after {
    right: -10px;
    bottom: -14px;
    font-size: 70px;
  }

  .final-cta__label {
    width: 100%;
    font-size: 15px;
  }

  .final-cta__title {
    font-size: clamp(24px, 6vw, 30px);
    line-height: 1.55;
  }

  .final-cta__lead {
    font-size: 18px;
    line-height: 1.9;
	  padding: 5px;
  }

  .final-cta__message {
    margin-bottom: 28px;
    padding: 20px 16px;
    border-radius: 20px;
  }

  .final-cta__message p {
    font-size: 15px;
    line-height: 1.9;
  }

  .final-cta__buttons {
    display: block;
    margin-bottom: 16px;
  }

  .final-cta__button {
    width: 100%;
    min-width: 0;
    min-height: 64px;
    padding: 0 20px;
    font-size: 19px;
  }

  .final-cta__button + .final-cta__button {
    margin-top: 12px;
  }

  .final-cta__note {
    font-size: 15px;
    text-align: center;
  }
}

/* =========================================================
   CTA 安心メッセージ
   ========================================================= */

.final-cta__safe-box {
  margin: 32px auto 0;
  padding: 28px 30px;
  max-width: 760px;
  border-radius: 28px;
  background:
    linear-gradient(135deg, #fff7ec 0%, #fff0ec 100%);
  border: 2px solid rgba(255, 151, 113, 0.28);
  box-shadow: 0 16px 36px rgba(160, 95, 60, 0.12);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.final-cta__safe-box::before {
  content: "";
  position: absolute;
  right: -42px;
  top: -42px;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: rgba(255, 112, 112, 0.12);
  pointer-events: none;
}

.final-cta__safe-box::after {
  content: "";
  position: absolute;
  left: -36px;
  bottom: -46px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: rgba(255, 196, 120, 0.18);
  pointer-events: none;
}

.final-cta__safe-main {
  position: relative;
  z-index: 1;
  margin: 0 0 14px;
  color: #4c2f21;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.9;
  letter-spacing: 0.03em;
}

.final-cta__safe-note {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin: 0;
  padding: 10px 20px;
  border-radius: 999px;
  color: #d85f4f;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.6;
  background: #fff;
  border: 1px solid rgba(255, 112, 112, 0.28);
}

@media (max-width: 600px) {
  .final-cta__safe-box {
    margin-top: 26px;
    padding: 24px 18px;
    border-radius: 24px;
    text-align: left;
  }

  .final-cta__safe-main {
    font-size: 17px;
    line-height: 1.85;
  }

  .final-cta__safe-note {
    display: block;
    padding: 10px 14px;
    font-size: 15px;
    text-align: center;
  }
}

/* 既存のnoteが残っている場合は非表示 */
.final-cta__note {
  display: none;
}

@media (max-width: 600px) {
  .final-cta__safe-box {
    margin-top: 22px;
    padding: 22px 18px 20px;
    border-radius: 20px;
    text-align: left;
  }

  .final-cta__safe-box::before {
    margin-left: 0;
    margin-bottom: 16px;
  }

  .final-cta__safe-main {
    font-size: 18px;
    line-height: 1.75;
  }

  .final-cta__safe-note {
    font-size: 15px;
    line-height: 1.85;
  }
}





.taiken_btn {
	color: #fff;
	display: inline-block;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	max-width: 450px;
	width: 70%;
	margin: 30px auto 0;
}
.taiken_btn::after {
	animation: 4s 0s shine linear infinite;
	background: linear-gradient(to right, rgba(255,255,255,0) 25%, rgba(255,255,255,.6) 50%, rgba(255, 255, 255, 0) 75%);
	content: '';
	height: 100%;
	left: -100%;
	position: absolute;
	top: 0;
	transform: skewX(-15deg);
	width: 100%;
}
.taiken_btn:hover {
	color: #fff;
}
@keyframes shine {
	20% {
		left: 100%;
	}
	100% {
		left: 100%;
	}
}


/* =========================
   Tablet
   ========================= */

@media (max-width: 900px) {
 .taiken_btn {
	margin: 30px auto -40px;
}
}

/* =========================
   Smartphone
   ========================= */

@media (max-width: 600px) {
 .taiken_btn {
	margin: 30px auto -30px;
}
}

