/* ============================================================
   スタディリンク LP v2 — Canvaデザイン準拠
   カラー：navy #1B54A3 / blue #006EB3 / cyan #00B0D6
           yellow #FCCE5A / cream #FBF5E6 / line #06C755
   ============================================================ */

:root {
  --navy: #1B54A3;
  --navy-deep: #123C8F;
  --ink-navy: #17376E;
  --blue: #006EB3;
  --cyan: #00B0D6;
  --yellow: #FCCE5A;
  --cream: #FBF5E6;
  --pale: #EAF3FB;
  --ink: #2b3a55;
  --ink-soft: #4a5a74;
  --line-green: #06C755;
  --white: #ffffff;
  --radius: 18px;
  --shadow: 0 8px 26px rgba(27, 84, 163, .10);
  --font-head: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  --font-body: "Noto Sans JP", sans-serif;
  --header-h: 64px;
}

/* v80: 悩みから解決までの流れを、色と素材で分かりやすく見せる */
.worry .pair__grid {
  gap: 26px;
  align-items: stretch;
}

.worry .pair {
  display: flex;
  flex-direction: column;
  gap: 0;
  min-width: 0;
  padding: 28px;
  border: 1px solid rgba(99, 167, 218, .23);
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 16px 38px rgba(22, 72, 126, .08);
}

.worry .pair__worry {
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 16px;
  padding: 0;
  background: transparent;
}

.worry .pair__who {
  width: max-content;
  min-width: 0;
  margin: 0;
  padding: 10px 24px !important;
  border-radius: 999px;
  box-shadow: 0 8px 18px rgba(12, 72, 126, .13);
  font-size: 18px !important;
  line-height: 1.2;
}

.worry .pair__who--st {
  background: linear-gradient(135deg, #19b8d5, #29c7e2) !important;
}

.worry .pair__who--pa {
  background: linear-gradient(135deg, #ff9c13, #ffb33e) !important;
}

.worry .pair__wbody {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(145px, .85fr);
  align-items: center;
  gap: 14px;
  min-height: 168px;
  margin: 0;
}

.worry .pair__bubble {
  position: relative;
  display: flex;
  align-items: center;
  width: auto;
  min-height: 142px;
  margin: 0;
  padding: 25px 28px;
  border: 0;
  border-radius: 24px;
  background: linear-gradient(135deg, #e7f7ff, #f3fbff);
  box-shadow: none;
}

.worry .pair__bubble::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -14px;
  width: 0;
  height: 0;
  margin-top: -14px;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 14px solid #f3fbff;
}

.worry .pair:nth-child(n + 3) .pair__bubble {
  background: linear-gradient(135deg, #fff4e4, #fffaf1);
}

.worry .pair:nth-child(n + 3) .pair__bubble::after {
  border-left-color: #fffaf1;
}

.worry .pair__moya {
  display: none;
}

.worry .pair__bubble p {
  margin: 0;
  color: #4b5e7c;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.65;
}

.worry .pair__ill {
  justify-self: center;
  width: 100%;
  max-width: 190px;
  max-height: 168px;
  object-fit: contain;
}

.worry .pair__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 46px;
  margin: 11px 0 13px;
  line-height: 0;
}

.worry .pair__arrow img {
  width: 59px;
  height: 43px;
  object-fit: contain;
}

.worry .pair__solve {
  display: grid;
  grid-template-columns: 95px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  min-height: 178px;
  padding: 22px;
  border: 2px solid #79caee;
  border-radius: 23px;
  background: linear-gradient(135deg, #f9fdff, #effaff);
  box-shadow: 0 8px 20px rgba(30, 133, 192, .07);
}

.worry .pair__solve::before {
  display: none;
}

.worry .pair:nth-child(n + 3) .pair__solve {
  border-color: #ffc364;
  background: linear-gradient(135deg, #fffdf8, #fff6e8);
}

.worry .pair__badge {
  position: static !important;
  display: block;
  width: 92px !important;
  height: 92px !important;
  margin: 0 !important;
  padding: 0 !important;
  transform: none !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.worry .pair__badge img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.worry .pair__stext {
  min-width: 0;
  border: 0 !important;
  padding: 0 !important;
}

.worry .pair__stext h3 {
  margin: 0 0 10px;
  color: #143d7d;
  font-size: 22px;
  line-height: 1.45;
}

.worry .pair__stext h3 span {
  background: linear-gradient(transparent 70%, rgba(115, 209, 247, .43) 0);
}

.worry .pair:nth-child(n + 3) .pair__stext h3 span {
  background: linear-gradient(transparent 70%, rgba(255, 190, 71, .45) 0);
}

.worry .pair__stext p {
  margin: 0;
  color: #536985;
  font-size: 15.5px;
  line-height: 1.75;
}

/* 最適化のアクセントと比較表の記号を読みやすくする */
.optimize .optimize__title span {
  position: relative;
  z-index: 0;
  isolation: isolate;
  color: #0499c8 !important;
  text-shadow: none !important;
  background: none !important;
}

.optimize .optimize__title span::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: .04em;
  bottom: .1em;
  left: .04em;
  height: .26em;
  border-radius: 999px;
  background: #ffd55f;
}

.cmp-table .cmp__marks b,
.cmp-table .cmp__marks i {
  display: inline-block;
  font-family: Arial, sans-serif;
  font-size: clamp(28px, 2vw, 36px) !important;
  font-style: normal;
  font-weight: 900 !important;
  line-height: .82;
  -webkit-text-stroke: 1px currentColor;
  text-shadow: 0 .5px currentColor;
}

@media (max-width: 819px) {
  .worry .pair__grid {
    gap: 18px;
  }

  .worry .pair {
    padding: 20px 16px;
    border-radius: 24px;
  }

  .worry .pair__who {
    padding: 9px 18px !important;
    font-size: 16px !important;
  }

  .worry .pair__wbody {
    grid-template-columns: minmax(0, 1fr) 118px;
    gap: 8px;
    min-height: 128px;
  }

  .worry .pair__bubble {
    min-height: 112px;
    padding: 18px 17px;
    border-radius: 18px;
  }

  .worry .pair__bubble::after {
    right: -9px;
    margin-top: -9px;
    border-top-width: 9px;
    border-bottom-width: 9px;
    border-left-width: 9px;
  }

  .worry .pair__bubble p {
    font-size: 15px;
    line-height: 1.55;
  }

  .worry .pair__ill {
    max-width: 128px;
    max-height: 124px;
  }

  .worry .pair__arrow {
    height: 34px;
    margin: 8px 0;
  }

  .worry .pair__arrow img {
    width: 44px;
    height: 32px;
  }

  .worry .pair__solve {
    grid-template-columns: 65px minmax(0, 1fr);
    gap: 12px;
    min-height: 0;
    padding: 16px 14px;
    border-radius: 18px;
  }

  .worry .pair__badge {
    width: 64px !important;
    height: 64px !important;
  }

  .worry .pair__stext h3 {
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 1.48;
  }

  .worry .pair__stext p {
    font-size: 13px;
    line-height: 1.7;
  }

  .cmp-table .cmp__marks b,
  .cmp-table .cmp__marks i {
    font-size: 28px !important;
  }
}

/* v80: お悩みと解決、比較表の最終調整 */
.worry .pair {
  display: grid !important;
  grid-template-rows: auto auto auto;
  gap: 0 !important;
}

.worry .pair__worry {
  padding: 24px 26px 10px !important;
}

.worry .pair__who {
  min-width: 154px !important;
  padding: 11px 26px !important;
  border-radius: 999px !important;
}

.worry .pair__wbody {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 190px !important;
  align-items: center !important;
  gap: 18px !important;
}

.worry .pair__bubble {
  display: flex !important;
  align-items: center !important;
  min-height: 126px !important;
  padding: 22px 24px !important;
  border: 1px solid #cfeaf5 !important;
  border-radius: 22px !important;
  background: linear-gradient(135deg, #dff7ff 0%, #f7fcff 100%) !important;
  box-shadow: none !important;
}

.worry .pair__bubble p {
  font-size: 16px !important;
  line-height: 1.65 !important;
}

.worry .pair__ill {
  width: 100% !important;
  max-width: 190px !important;
}

.worry .pair:nth-child(n + 3) .pair__bubble {
  border-color: #ffe0ae !important;
  background: linear-gradient(135deg, #fff6e9 0%, #fffdf9 100%) !important;
}

.worry .pair__arrow {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 38px !important;
  margin: 0 !important;
  padding: 0 !important;
}

.worry .pair__arrow img {
  width: 56px !important;
  height: 36px !important;
  object-fit: contain !important;
}

.worry .pair__solve {
  display: grid !important;
  grid-template-columns: 88px minmax(0, 1fr) !important;
  align-items: center !important;
  gap: 20px !important;
  padding: 20px 24px !important;
  border: 2px solid #7ed3ef !important;
  border-radius: 22px !important;
  background: linear-gradient(135deg, #f2fbff 0%, #fff 100%) !important;
}

.worry .pair__solve::before {
  display: none !important;
}

.worry .pair:nth-child(n + 3) .pair__solve {
  border-color: #ffbd54 !important;
  background: linear-gradient(135deg, #fff8ed 0%, #fff 100%) !important;
}

.worry .pair__badge {
  width: 88px !important;
  height: 88px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.worry .pair__badge img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.worry .pair__stext {
  padding-left: 0 !important;
  border-left: 0 !important;
}

.worry .pair__stext h3 {
  margin: 0 !important;
  font-size: 20px !important;
  line-height: 1.45 !important;
}

.worry .pair__stext h3 span {
  background: linear-gradient(transparent 74%, rgba(90, 201, 238, .58) 74%) !important;
}

.worry .pair:nth-child(n + 3) .pair__stext h3 span {
  background: linear-gradient(transparent 74%, rgba(255, 182, 66, .58) 74%) !important;
}

.worry .pair__stext p {
  margin: 8px 0 0 !important;
  font-size: 14px !important;
  line-height: 1.8 !important;
}

.optimize__title > span {
  color: #4ac8ee !important;
}

.cmp-table .cmp__marks b {
  display: inline-block !important;
  font-size: 34px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  transform: scale(1.14);
}

.cmp-table .cmp__marks b.m-soso,
.cmp-table .cmp__marks .cmp__tilde {
  font-size: 30px !important;
  font-weight: 900 !important;
}

@media (max-width: 819px) {
  .worry .pair__worry {
    padding: 18px 16px 8px !important;
  }

  .worry .pair__who {
    min-width: 128px !important;
    padding: 9px 18px !important;
    font-size: 15px !important;
  }

  .worry .pair__wbody {
    grid-template-columns: minmax(0, 1fr) 128px !important;
    gap: 10px !important;
  }

  .worry .pair__bubble {
    min-height: 112px !important;
    padding: 16px 15px !important;
    border-radius: 18px !important;
  }

  .worry .pair__bubble p {
    font-size: 14px !important;
    line-height: 1.6 !important;
  }

  .worry .pair__ill {
    max-width: 128px !important;
  }

  .worry .pair__arrow {
    height: 30px !important;
  }

  .worry .pair__arrow img {
    width: 44px !important;
    height: 28px !important;
  }

  .worry .pair__solve {
    grid-template-columns: 64px minmax(0, 1fr) !important;
    gap: 13px !important;
    padding: 15px !important;
    border-radius: 18px !important;
  }

  .worry .pair__badge {
    width: 64px !important;
    height: 64px !important;
  }

  .worry .pair__stext h3 {
    font-size: 17px !important;
    line-height: 1.38 !important;
  }

  .worry .pair__stext p {
    font-size: 13.5px !important;
    line-height: 1.65 !important;
  }

  .cmp-table .cmp__marks b {
    font-size: 29px !important;
  }
}

/* 悩みと解決: 4枚のカードを共通の流れで見せる最終調整 */
.worry .pair__grid {
  gap: 26px !important;
  align-items: stretch !important;
}

.worry .pair {
  display: flex !important;
  flex-direction: column !important;
  gap: 0 !important;
  min-width: 0 !important;
  padding: 28px !important;
  border: 1px solid rgba(99, 167, 218, .23) !important;
  border-radius: 30px !important;
  background: #fff !important;
  box-shadow: 0 16px 38px rgba(22, 72, 126, .08) !important;
}

.worry .pair__worry {
  display: grid !important;
  grid-template-rows: auto 1fr !important;
  gap: 16px !important;
  padding: 0 !important;
  background: transparent !important;
}

.worry .pair__who {
  width: max-content !important;
  margin: 0 !important;
  padding: 10px 24px !important;
  border-radius: 999px !important;
  box-shadow: 0 8px 16px rgba(31, 86, 145, .16) !important;
  font-size: 18px !important;
  line-height: 1.2 !important;
}

.worry .pair__who--st { background: linear-gradient(135deg, #15accb, #32cce4) !important; }
.worry .pair__who--pa { background: linear-gradient(135deg, #ff9410, #ffb13e) !important; }

.worry .pair__wbody {
  display: grid !important;
  grid-template-columns: minmax(0, 1.15fr) minmax(145px, .85fr) !important;
  align-items: center !important;
  gap: 14px !important;
  min-height: 168px !important;
  margin: 0 !important;
}

.worry .pair__bubble {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  width: auto !important;
  min-height: 142px !important;
  margin: 0 !important;
  padding: 25px 28px !important;
  border: 0 !important;
  border-radius: 24px !important;
  background: linear-gradient(135deg, #e1f6ff, #f3fbff) !important;
  box-shadow: none !important;
}

.worry .pair__bubble::after {
  content: "" !important;
  position: absolute !important;
  top: 50% !important;
  right: -14px !important;
  width: 0 !important;
  height: 0 !important;
  margin-top: -14px !important;
  border-top: 14px solid transparent !important;
  border-bottom: 14px solid transparent !important;
  border-left: 14px solid #f3fbff !important;
}

.worry .pair:nth-child(n + 3) .pair__bubble {
  background: linear-gradient(135deg, #fff3e1, #fffaf1) !important;
}

.worry .pair:nth-child(n + 3) .pair__bubble::after { border-left-color: #fffaf1 !important; }
.worry .pair__moya { display: none !important; }

.worry .pair__bubble p {
  margin: 0 !important;
  color: #4b5e7c !important;
  font-size: 19px !important;
  font-weight: 700 !important;
  line-height: 1.65 !important;
}

.worry .pair__ill {
  justify-self: center !important;
  width: 100% !important;
  max-width: 190px !important;
  max-height: 168px !important;
  object-fit: contain !important;
}

.worry .pair__arrow {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 46px !important;
  margin: 11px 0 13px !important;
  line-height: 0 !important;
}

.worry .pair__arrow img {
  width: 59px !important;
  height: 43px !important;
  object-fit: contain !important;
}

.worry .pair__solve {
  display: grid !important;
  grid-template-columns: 95px minmax(0, 1fr) !important;
  gap: 18px !important;
  align-items: start !important;
  min-height: 178px !important;
  padding: 22px !important;
  border: 2px solid #79caee !important;
  border-radius: 23px !important;
  background: linear-gradient(135deg, #f9fdff, #effaff) !important;
  box-shadow: 0 10px 20px rgba(44, 139, 196, .08) !important;
}

.worry .pair__solve::before { display: none !important; }

.worry .pair:nth-child(n + 3) .pair__solve {
  border-color: #ffc364 !important;
  background: linear-gradient(135deg, #fffdf8, #fff6e8) !important;
  box-shadow: 0 10px 20px rgba(223, 139, 22, .08) !important;
}

.worry .pair__badge {
  position: static !important;
  display: block !important;
  width: 92px !important;
  height: 92px !important;
  margin: 0 !important;
  padding: 0 !important;
  transform: none !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.worry .pair__badge img { display: block !important; width: 100% !important; height: 100% !important; object-fit: contain !important; }
.worry .pair__stext { min-width: 0 !important; border: 0 !important; padding: 0 !important; }

.worry .pair__stext h3 {
  margin: 0 0 10px !important;
  color: #143d7d !important;
  font-size: 22px !important;
  line-height: 1.45 !important;
}

.worry .pair__stext h3 span { background: linear-gradient(transparent 70%, rgba(99, 201, 242, .46) 0) !important; }
.worry .pair:nth-child(n + 3) .pair__stext h3 span { background: linear-gradient(transparent 70%, rgba(255, 184, 57, .5) 0) !important; }

.worry .pair__stext p {
  margin: 0 !important;
  color: #536985 !important;
  font-size: 15.5px !important;
  line-height: 1.75 !important;
}

/* 最適化の文字色と下線 */
.optimize .optimize__title span {
  position: relative !important;
  z-index: 0 !important;
  isolation: isolate !important;
  color: #039aca !important;
  text-shadow: none !important;
  background: none !important;
}

.optimize .optimize__title span::after {
  content: "" !important;
  position: absolute !important;
  z-index: -1 !important;
  right: .04em !important;
  bottom: .1em !important;
  left: .04em !important;
  height: .26em !important;
  border-radius: 999px !important;
  background: #ffd45c !important;
}

/* 比較表の記号を読み取りやすい太さに */
.cmp-table .cmp__marks b,
.cmp-table .cmp__marks i {
  display: inline-block !important;
  font-family: Arial, sans-serif !important;
  font-size: clamp(28px, 2vw, 36px) !important;
  font-style: normal !important;
  font-weight: 900 !important;
  line-height: .82 !important;
  -webkit-text-stroke: 1px currentColor !important;
  text-shadow: 0 .5px currentColor !important;
}

@media (max-width: 819px) {
  .worry .pair__grid { gap: 18px !important; }
  .worry .pair { padding: 20px 16px !important; border-radius: 24px !important; }
  .worry .pair__who { padding: 9px 18px !important; font-size: 16px !important; }
  .worry .pair__wbody { grid-template-columns: minmax(0, 1fr) 118px !important; gap: 8px !important; min-height: 128px !important; }
  .worry .pair__bubble { min-height: 112px !important; padding: 18px 17px !important; border-radius: 18px !important; }
  .worry .pair__bubble::after { right: -9px !important; margin-top: -9px !important; border-top-width: 9px !important; border-bottom-width: 9px !important; border-left-width: 9px !important; }
  .worry .pair__bubble p { font-size: 15px !important; line-height: 1.55 !important; }
  .worry .pair__ill { max-width: 128px !important; max-height: 124px !important; }
  .worry .pair__arrow { height: 34px !important; margin: 8px 0 !important; }
  .worry .pair__arrow img { width: 44px !important; height: 32px !important; }
  .worry .pair__solve { grid-template-columns: 65px minmax(0, 1fr) !important; gap: 12px !important; min-height: 0 !important; padding: 16px 14px !important; border-radius: 18px !important; }
  .worry .pair__badge { width: 64px !important; height: 64px !important; }
  .worry .pair__stext h3 { margin-bottom: 8px !important; font-size: 18px !important; line-height: 1.48 !important; }
  .worry .pair__stext p { font-size: 13px !important; line-height: 1.7 !important; }
  .cmp-table .cmp__marks b, .cmp-table .cmp__marks i { font-size: 28px !important; }
}

/* ---------- reset ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 10px); }
body {
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--white);
  line-height: 1.8;
  font-size: 15px;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: inline-block; vertical-align: middle; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; }
b, strong { font-weight: 700; }

.only-sp { display: none; }
@media (max-width: 560px) { .only-sp { display: inline; } }

.c-yellow { color: var(--yellow); }
.c-cyan { color: #7FD8F0; }
.c-blue { color: var(--navy); }

/* ---------- layout ---------- */
.container { max-width: 1120px; margin: 0 auto; padding: 0 20px; position: relative; z-index: 1; }
.container--mid { max-width: 940px; }
.center { text-align: center; }

.section { position: relative; padding: 64px 0; overflow: hidden; }
.section--cream { background: var(--cream); }
.section--pale { background: linear-gradient(180deg, #EDF5FC 0%, #E3EFFA 100%); }

/* ---------- 装飾 ---------- */
.deco-circle { position: absolute; border-radius: 50%; pointer-events: none; z-index: 0; }
.deco-dots {
  position: absolute; width: 130px; height: 130px; pointer-events: none; z-index: 0;
  background-image: radial-gradient(circle, rgba(27,84,163,.28) 2.4px, transparent 2.8px);
  background-size: 16px 16px;
}
.deco-dots--tr { top: 26px; right: 22px; }
.deco-dots--tl { top: 26px; left: 22px; }
.deco-dots--bl { bottom: 26px; left: 22px; }
.deco-dots--br { bottom: 26px; right: 22px; }
.deco-dots--tl-light, .deco-dots--br-light, .deco-dots--hero-l, .deco-dots--hero-r {
  background-image: radial-gradient(circle, rgba(255,255,255,.35) 2.4px, transparent 2.8px);
}
.deco-dots--tl-light { top: 26px; left: 22px; }
.deco-dots--br-light { bottom: 26px; right: 22px; }

/* ---------- セクションラベル（…● ラベル ●…） ---------- */
.sec-label {
  display: flex; align-items: center; justify-content: center; gap: 10px;
  font-family: var(--font-head); font-weight: 700; color: var(--ink-navy);
  font-size: 15px; margin-bottom: 14px; letter-spacing: .08em;
}
.sec-label__line {
  width: 64px; height: 3px; flex: none;
  background-image: radial-gradient(circle, #9db9dc 1.5px, transparent 1.9px);
  background-size: 8px 3px; background-repeat: repeat-x; background-position: center;
}
.sec-label__dot { width: 9px; height: 9px; border-radius: 50%; background: var(--yellow); flex: none; }
.sec-label__txt { white-space: nowrap; }
@media (max-width: 480px) { .sec-label__line { width: 26px; } }
.sec-label--left { justify-content: flex-start; }
.sec-label--light { color: #fff; }
.sec-label--light .sec-label__line { background-image: radial-gradient(circle, rgba(255,255,255,.55) 1.5px, transparent 1.9px); }

/* ---------- セクションタイトル ---------- */
.sec-title {
  font-family: var(--font-head); font-weight: 900; color: var(--ink-navy);
  font-size: clamp(24px, 5.4vw, 38px); line-height: 1.55; text-align: center;
  margin-bottom: 26px; letter-spacing: .02em;
}
.sec-title--left { text-align: left; }
.marker { background: linear-gradient(transparent 66%, rgba(252,206,90,.9) 66% 94%, transparent 94%); padding: 0 2px; }

.lead-text { text-align: left; max-width: 760px; margin: 0 auto 30px; font-size: 15px; }
.lead-text.center { text-align: center; }

/* ---------- ボタン ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: var(--font-head); font-weight: 700; letter-spacing: .04em;
  border-radius: 999px; transition: transform .2s ease, box-shadow .2s ease, opacity .2s ease;
  line-height: 1.4;
}
.btn:hover { transform: translateY(-2px); }
.btn--line {
  background: linear-gradient(180deg, #1fd162 0%, var(--line-green) 100%);
  color: #fff; box-shadow: 0 6px 18px rgba(6,199,85,.35);
}
.btn--line:hover { box-shadow: 0 10px 24px rgba(6,199,85,.45); }
.btn--header { padding: 9px 18px; font-size: 13px; white-space: nowrap; }
.btn--navy {
  background: var(--navy); color: #fff; border-radius: 10px;
  box-shadow: 0 4px 14px rgba(27,84,163,.32);
}
.btn--navy:hover { box-shadow: 0 8px 20px rgba(27,84,163,.42); }
.btn--navy.btn--header { padding: 11px 22px; }
.btn--yellow {
  background: linear-gradient(180deg, #FFD968 0%, var(--yellow) 100%);
  color: var(--ink-navy); border-radius: 12px;
  box-shadow: 0 6px 18px rgba(252,206,90,.5);
}
.btn--yellow:hover { box-shadow: 0 10px 24px rgba(252,206,90,.6); }
.btn--lg { padding: 15px 30px; font-size: 17px; }
.btn--xl { padding: 20px 42px; font-size: clamp(17px, 3.6vw, 24px); width: min(100%, 700px); }
@media (max-width: 480px) { .btn--xl { font-size: 16.5px; padding: 18px 20px; white-space: nowrap; } }
.btn--plan { width: 100%; padding: 14px 18px; font-size: 16px; position: relative; }
.btn__icon { display: inline-flex; flex: none; }
.btn__arrow {
  display: inline-flex; align-items: center; justify-content: center; flex: none;
  width: 26px; height: 26px; border-radius: 50%; background: rgba(255,255,255,.28);
}
.btn--plan .btn__arrow { position: absolute; right: 14px; top: 50%; transform: translateY(-50%); }

/* ============================================================
   ヘッダー
   ============================================================ */
.header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,255,255,.96); backdrop-filter: blur(6px);
  box-shadow: 0 2px 12px rgba(20,40,90,.08);
}
.header__inner {
  max-width: 1200px; margin: 0 auto; padding: 8px 16px;
  display: flex; align-items: center; gap: 18px; min-height: var(--header-h);
}
.header__logo { display: flex; align-items: center; gap: 9px; margin-right: auto; }
.header__mark { width: 52px; height: auto; flex: none; }
.header__logo-txt { display: flex; flex-direction: column; line-height: 1.2; }
.header__logo-name { font-family: var(--font-head); font-weight: 900; font-size: 24px; letter-spacing: .01em; }
.header__logo-name b { color: var(--navy); }
.header__logo-name i { color: var(--cyan); font-style: normal; }
.header__logo-sub { font-size: 10.5px; font-weight: 700; color: var(--navy); letter-spacing: .3em; white-space: nowrap; }
.header__nav { display: none; gap: 26px; }
.header__nav a {
  font-size: 13.5px; font-weight: 700; color: var(--ink-navy); position: relative; padding: 4px 0;
}
.header__nav a::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -2px; height: 3px;
  border-radius: 2px; background: var(--yellow); transform: scaleX(0); transition: transform .25s ease;
}
.header__nav a:hover::after { transform: scaleX(1); }

@media (min-width: 1060px) {
  .header__nav { display: flex; }
}
@media (max-width: 480px) {
  .header__logo-name { font-size: 19px; }
  .header__logo-sub { font-size: 8.5px; letter-spacing: .18em; }
  .header__mark { width: 40px; }
  .header__inner { gap: 10px; }
  .btn--header { padding: 8px 12px; font-size: 11.5px; }
}

/* ============================================================
   1. ヒーロー
   ============================================================ */
.hero {
  position: relative; overflow: hidden; color: #fff;
  background: linear-gradient(115deg, #1E5FBE 0%, #1B54A3 45%, #2373CE 100%);
  padding: 46px 0 0;
}
.hero__bg { position: absolute; inset: 0; pointer-events: none; }
.hero__wave { position: absolute; inset: 0; width: 100%; height: 100%; }
.deco-dots--hero-l { top: 12%; left: 3%; width: 110px; height: 150px; }
.deco-dots--hero-r { bottom: 22%; right: 4%; width: 110px; height: 110px; }

.hero__inner {
  max-width: 1120px; margin: 0 auto; padding: 0 20px;
  position: relative; z-index: 1;
  display: grid; grid-template-columns: 1fr; gap: 8px;
}
.hero__text { padding: 12px 0 26px; }
.hero__title {
  font-family: 'Noto Sans JP', sans-serif; font-weight: 900;
  font-size: clamp(34px, 8.6vw, 60px); line-height: 1.38; letter-spacing: .015em;
  text-shadow: 0 2px 14px rgba(10,40,100,.3);
}
.hero__title .c-yellow, .hero__title .c-cyan { font-size: 1.1em; }
.hero__title .c-cyan { color: #8FE0F4; }
.hero__num { font-size: 1.22em !important; letter-spacing: 0; }
.hero__ga { font-size: .58em; margin-left: 3px; }
.hero__sub { margin-top: 16px; font-family: 'Noto Sans JP', sans-serif; font-weight: 700; font-size: clamp(14px, 2.7vw, 19px); letter-spacing: .04em; }
.hero__cta { margin-top: 26px; }

.hero__media { position: relative; display: flex; justify-content: center; align-items: flex-end; min-height: 300px; }
.hero__arrow {
  position: absolute; width: 66%; max-width: 400px; right: -5%; bottom: 34%; z-index: 0; opacity: .97;
}
.hero__student {
  position: relative; z-index: 1; width: min(100%, 560px); height: auto;
  margin-bottom: -6px;
  filter: drop-shadow(0 14px 26px rgba(8, 26, 64, .28));
}
.hero__bg::before {
  content: ""; position: absolute; top: 7%; left: 46%;
  width: clamp(70px, 10vw, 130px); aspect-ratio: 1; border-radius: 50%;
  background: #3FA9E5; opacity: .55;
}
.hero__bg::after {
  content: ""; position: absolute; top: 36%; right: 5%;
  width: clamp(30px, 4vw, 52px); aspect-ratio: 1; border-radius: 50%;
  background: #7FD8F0; opacity: .55;
}
.hero__curve { display: block; width: 100%; height: 56px; position: relative; z-index: 2; margin-top: -54px; }

@media (min-width: 820px) {
  .hero { padding-top: 30px; }
  .hero__inner { grid-template-columns: 1.05fr 1fr; align-items: center; gap: 0; }
  .hero__text { padding: 40px 0 90px; }
  .hero__media { min-height: 440px; }
  .hero__student { width: min(106%, 620px); max-width: none; }
  .hero__curve { height: 90px; margin-top: -88px; }
}

/* ============================================================
   2. 旧・理由ブロック用スタイル
   ============================================================ */
.reasons { background: linear-gradient(160deg, #17479C 0%, #1B54A3 55%, #154592 100%); color: #fff; padding: 72px 0; }
.reasons__title {
  font-family: var(--font-head); font-weight: 900; text-align: center; color: #fff;
  font-size: clamp(23px, 5vw, 36px); letter-spacing: .06em; margin-bottom: 46px;
}
.reasons__bar { display: block; width: 86px; height: 6px; border-radius: 4px; background: var(--yellow); margin: 16px auto 0; }
.reasons__grid {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 34px 18px;
}
.reason { text-align: center; }
.reason__icon {
  position: relative; width: 118px; height: 118px; margin: 0 auto 26px;
  border: 3px solid #fff; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
}
.reason__icon svg { width: 58%; height: 58%; fill: none; stroke: #fff; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
.reason__icon svg .thin { stroke-width: 2; }
.reason__icon svg .fill-bg { fill: #1B54A3; }
.reason__num {
  position: absolute; left: 50%; bottom: -16px; transform: translateX(-50%);
  width: 38px; height: 38px; border-radius: 50%;
  background: #2EA6DC; color: #fff; font-family: var(--font-head); font-weight: 700; font-size: 15px;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 0 0 3px rgba(255,255,255,.25);
}
.reason__name { font-family: var(--font-head); font-weight: 900; font-size: clamp(15px, 2.4vw, 20px); line-height: 1.5; }
.reason__dots {
  display: block; width: 74px; height: 6px; margin: 10px auto 12px;
  background-image: radial-gradient(circle, #58C4E8 2.4px, transparent 2.8px);
  background-size: 13px 6px; background-repeat: repeat-x; background-position: center;
}
.reason p { font-size: 13.5px; line-height: 1.85; color: #EAF2FC; }

@media (min-width: 900px) {
  .reasons__grid { grid-template-columns: repeat(4, 1fr); }
}

/* ============================================================
   3. 悩み共感（クリーム）
   ============================================================ */
.worry__grid {
  display: grid; grid-template-columns: 1fr; gap: 16px; max-width: 900px; margin: 34px auto 0;
}
.worry-card {
  background: #fff; border-radius: var(--radius); box-shadow: var(--shadow);
  padding: 24px 22px; display: flex; align-items: center; gap: 18px;
}
.worry-card__icon {
  flex: none; width: 64px; height: 64px; border-radius: 50%;
  background: var(--ink-navy); display: flex; align-items: center; justify-content: center;
}
.worry-card__icon svg { width: 32px; height: 32px; }
.worry-card p { font-weight: 700; color: var(--ink-navy); font-size: 15px; line-height: 1.75; }
.worry-card p br { display: none; }

@media (min-width: 760px) {
  .worry__grid { grid-template-columns: 1fr 1fr; gap: 20px; }
  .worry-card p br { display: inline; }
}

/* ============================================================
   4. スタディリンクとは
   ============================================================ */
.about { background: linear-gradient(180deg, #F5FAFE 0%, #E9F3FB 100%); }
.about__grid { display: grid; grid-template-columns: 1fr; gap: 40px; align-items: center; }
.about .sec-title--left { font-size: clamp(22px, 4.2vw, 31px); }
.about__lead { font-size: 15px; line-height: 2.05; }
.about__lead br { display: none; }

.about__visual { position: relative; padding-top: 34px; }
.about__bubble {
  position: absolute; top: -4px; right: 4%; z-index: 2;
  background: #fff; border-radius: 16px; padding: 10px 16px;
  font-family: var(--font-head); font-weight: 700; font-size: 13px; color: var(--ink-navy);
  box-shadow: var(--shadow); display: flex; align-items: center; gap: 8px; line-height: 1.5;
}
.about__bubble svg { color: var(--cyan); flex: none; }
.about__bubble::after {
  content: ""; position: absolute; bottom: -8px; left: 34px;
  border: 8px solid transparent; border-top-color: #fff; border-bottom: 0;
}
.laptop { max-width: 520px; margin: 0 auto; filter: drop-shadow(0 18px 30px rgba(27,84,163,.22)); }
.laptop__screen {
  background: #1d2530; border-radius: 14px 14px 4px 4px; padding: 10px 10px 14px;
  border: 2px solid #39424e;
}
.laptop__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 5px; }
.tile { aspect-ratio: 4/3; border-radius: 6px; position: relative; overflow: hidden; box-shadow: inset 0 0 0 1px rgba(255,255,255,.35); }
.tile::before {  /* 人物（肩・体） */
  content: ""; position: absolute; left: 50%; bottom: -26%; transform: translateX(-50%);
  width: 64%; aspect-ratio: 1.15; border-radius: 52% 52% 16% 16% / 88% 88% 12% 12%;
  background: var(--tile-person, #35507e);
}
.tile::after {  /* 人物（頭） */
  content: ""; position: absolute; left: 50%; top: 13%; transform: translateX(-50%);
  width: 29%; aspect-ratio: 1; border-radius: 50%;
  background: var(--tile-person, #35507e);
}
.tile i {  /* 名前バー（ビデオ通話UI風） */
  position: absolute; left: 6%; bottom: 7%; z-index: 1;
  width: 38%; height: 11%; min-height: 6px; border-radius: 99px;
  background: rgba(255,255,255,.88);
  box-shadow: 0 1px 3px rgba(20,40,80,.18);
}
.t1 { background: linear-gradient(180deg, #dfe9f2, #c6d6e6); --tile-person: #3c5c8f; }
.t2 { background: linear-gradient(180deg, #f4ead9, #e3d2ba); --tile-person: #5b7ab0; }
.t3 { background: linear-gradient(180deg, #dcecf5, #bfd8ea); --tile-person: #2f4d7d; }
.t4 { background: linear-gradient(180deg, #eee6f2, #d8cbe4); --tile-person: #4a6ba3; }
.t5 { background: linear-gradient(180deg, #e3f0e5, #c8dfcd); --tile-person: #37598c; }
.t6 { background: linear-gradient(180deg, #f5e8e2, #e6d0c5); --tile-person: #56779f; }
.t7 { background: linear-gradient(180deg, #e2ecf7, #c9daed); --tile-person: #40608f; }
.t8 { background: linear-gradient(180deg, #f2eedd, #e0dabf); --tile-person: #2d4a78; }
.t9 { background: linear-gradient(180deg, #e6e9f5, #cdd3ea); --tile-person: #517099; }
.laptop__base {
  height: 16px; margin: 0 -6%;
  background: linear-gradient(180deg, #d9dee5, #aab3bf);
  border-radius: 3px 3px 12px 12px;
}
.laptop__base::after {
  content: ""; display: block; width: 18%; height: 5px; margin: 0 auto;
  background: #97a1ae; border-radius: 0 0 8px 8px;
}

@media (min-width: 860px) {
  .about__grid { grid-template-columns: 1fr 1.05fr; gap: 48px; }
  .about__lead br { display: inline; }
  .about__bubble { font-size: 14px; }
}

/* ============================================================
   5. なぜ、毎日なのか（比較）
   ============================================================ */
.everyday .lead-text { text-align: center; }
.everyday .lead-text br { display: none; }
.compare {
  display: grid; grid-template-columns: 1fr; gap: 14px; align-items: stretch;
  max-width: 980px; margin: 10px auto 0;
}
.compare-card {
  background: #fff; border-radius: 20px; box-shadow: var(--shadow);
  padding: 26px 22px; text-align: center;
}
.compare-card__label {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-head); font-weight: 700; font-size: 14.5px;
  border-radius: 999px; padding: 7px 20px; margin-bottom: 20px;
}
.compare-card__label--plain { background: var(--ink-navy); color: #fff; }
.compare-card__label--navy { background: var(--navy); color: #fff; }
.compare-card__label img { width: 27px; height: auto; }
.week { display: flex; justify-content: center; gap: 4%; margin-bottom: 20px; }
.week li { display: flex; flex-direction: column; align-items: center; gap: 7px; }
.week li i {
  font-style: normal; font-family: var(--font-head); font-weight: 700; font-size: 13px; color: var(--navy);
}
.week li span { width: 26px; height: 26px; border-radius: 50%; background: #D8DEE7; }
.week li.on span { background: var(--navy); }
.week li.on.yl span { background: var(--navy); } /* 創太先生指示：交互色をやめ青系統一 */
.week--full li.yl i { color: inherit; }
.compare-card__cap {
  border-radius: 14px; padding: 16px 14px;
  display: flex; align-items: center; justify-content: center; gap: 12px;
}
.compare-card__cap--pale { background: #EFF3F8; color: #5A6B84; }
.compare-card__cap--yellow { background: #FDF3D3; color: var(--ink-navy); }
.compare-card__cap p { font-weight: 700; font-size: 14.5px; text-align: left; line-height: 1.7; }
.face { flex: none; width: 40px; height: 40px; }
.face svg { width: 100%; height: 100%; }
.face--sad { color: #8195AE; }
.face--happy { color: var(--navy); }
.compare__vs { display: flex; align-items: center; justify-content: center; }
.compare__vs span {
  width: 64px; height: 64px; border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, #3D8FD9, #1B54A3);
  color: #fff; font-family: var(--font-head); font-weight: 900; font-size: 20px;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 6px 16px rgba(27,84,163,.3); position: relative;
}
.compare__vs span::before, .compare__vs span::after {
  content: ""; position: absolute; width: 3px; height: 12px; border-radius: 2px; background: #7FB6E8;
}
.compare__vs span::before { top: -18px; left: 8px; transform: rotate(-28deg); }
.compare__vs span::after { top: -18px; right: 8px; transform: rotate(28deg); }

@media (min-width: 860px) {
  .everyday .lead-text br { display: inline; }
  .compare { grid-template-columns: 1fr auto 1fr; gap: 20px; }
  .compare__vs { padding-top: 30px; }
}

/* ============================================================
   6. 毎晩のしくみ（タイムライン）
   ============================================================ */
.rhythm { background: linear-gradient(180deg, #FDF8EC 0%, #FBF3DE 100%); }
.timeline { margin-top: 36px; position: relative; }
.timeline__item { position: relative; display: flex; align-items: stretch; margin-bottom: 18px; }
.timeline__time {
  flex: none; width: 74px; height: 74px; border-radius: 50%;
  background: var(--ink-navy); color: #fff;
  font-family: var(--font-head); font-weight: 700; font-size: 17px; letter-spacing: .02em;
  display: flex; align-items: center; justify-content: center; text-align: center;
  align-self: center; position: relative; z-index: 2; line-height: 1.3;
}
.timeline__time--sm { font-size: 14px; }
.timeline__item:not(:last-child) .timeline__time::after {
  content: ""; position: absolute; top: 100%; left: 50%; transform: translateX(-50%);
  width: 3px; height: 70px;
  background-image: radial-gradient(circle, #96A9C8 1.5px, transparent 1.9px);
  background-size: 3px 9px;
}
.timeline__link {
  flex: none; width: 26px; height: 3px; align-self: center;
  background-image: radial-gradient(circle, #96A9C8 1.5px, transparent 1.9px);
  background-size: 9px 3px; background-repeat: repeat-x; background-position: center;
}
.timeline__card {
  flex: 1; background: #fff; border-radius: 16px; box-shadow: var(--shadow);
  padding: 18px 20px; display: flex; align-items: center; gap: 16px;
}
.timeline__body { flex: 1; }
.timeline__body h3 {
  font-family: var(--font-head); font-weight: 900; color: var(--ink-navy);
  font-size: clamp(16px, 2.6vw, 19px); display: flex; align-items: center; gap: 10px; margin-bottom: 6px;
}
.timeline__no {
  flex: none; width: 27px; height: 27px; border-radius: 50%;
  background: var(--navy); color: #fff; font-size: 14px; font-weight: 700;
  display: inline-flex; align-items: center; justify-content: center;
}
.timeline__body p { font-size: 13.5px; line-height: 1.8; }
.timeline__icon {
  flex: none; width: 96px; color: var(--navy);
  display: none; align-items: center; justify-content: center; gap: 4px;
  border-left: 2px dotted #C6D4E8; padding-left: 16px; align-self: stretch;
}
.timeline__icon svg { width: 56px; height: 56px; }
.timeline__x4 { font-family: var(--font-head); font-weight: 900; font-size: 18px; color: var(--ink-navy); }

.rhythm__note {
  margin: 34px auto 0; max-width: 560px;
  background: var(--ink-navy); color: #fff; border-radius: 999px;
  padding: 14px 26px; display: flex; align-items: center; justify-content: center; gap: 14px;
  box-shadow: 0 8px 20px rgba(23,55,110,.3);
}
.rhythm__note-icon {
  flex: none; width: 44px; height: 44px; border-radius: 50%; background: rgba(255,255,255,.15);
  display: flex; align-items: center; justify-content: center; color: #fff;
}
.rhythm__note p { font-family: var(--font-head); font-weight: 900; font-size: clamp(16px, 3vw, 20px); letter-spacing: .06em; }

@media (min-width: 700px) {
  .timeline__icon { display: flex; }
}
@media (max-width: 560px) {
  .timeline__item { flex-direction: column; align-items: flex-start; gap: 10px; }
  .timeline__time { width: 62px; height: 62px; font-size: 14.5px; margin-left: 4px; }
  .timeline__time--sm { font-size: 12.5px; }
  .timeline__item:not(:last-child) .timeline__time::after { display: none; }
  .timeline__link { display: none; }
  .timeline__card { width: 100%; }
}

/* ============================================================
   7. 学びの考え方
   ============================================================ */
.learning .lead-text br { display: none; }
.loop {
  display: grid; grid-template-columns: 1fr; gap: 10px; align-items: center;
  max-width: 1020px; margin: 10px auto 40px;
}
.loop-card {
  background: #fff; border-radius: 999px; box-shadow: var(--shadow);
  padding: 14px 22px 14px 14px; display: flex; align-items: center; gap: 16px;
}
.loop-card__icon {
  flex: none; width: 86px; height: 86px; border-radius: 50%;
  background: radial-gradient(circle at 32% 28%, #3D8FD9, #1B54A3);
  display: flex; align-items: center; justify-content: center;
}
.loop-card__icon svg { width: 48px; height: 48px; }
.loop-card__no { font-family: var(--font-head); font-weight: 700; color: #2EA6DC; font-size: 14px; letter-spacing: .1em; display: block; }
.loop-card__txt h3 { font-family: var(--font-head); font-weight: 900; color: var(--ink-navy); font-size: 17px; line-height: 1.4; }
.loop-card__txt h3 small { font-size: 12px; font-weight: 700; }
.loop-card__txt p { font-size: 12.5px; line-height: 1.65; margin-top: 4px; }
.loop__arrow { display: flex; justify-content: center; color: var(--navy); }
.loop__arrow svg { width: 30px; height: 30px; transform: rotate(90deg); }

@media (min-width: 920px) {
  .learning .lead-text br { display: inline; }
  .loop { grid-template-columns: 1fr auto 1fr auto 1fr; gap: 8px; }
  .loop-card { align-self: stretch; }
  .loop__arrow svg { transform: none; }
}

/* manabo帯 */
.manabo {
  background: linear-gradient(120deg, #17479C, #1B54A3);
  border-radius: 22px; color: #fff; box-shadow: 0 14px 30px rgba(23,55,110,.25);
  padding: 30px 26px; display: grid; grid-template-columns: 1fr; gap: 24px; align-items: center;
  max-width: 1020px; margin: 0 auto;
}
.manabo__name { font-family: var(--font-head); font-weight: 900; font-size: clamp(30px, 5vw, 40px); letter-spacing: .02em; line-height: 1.2; }
.manabo__copy { font-family: var(--font-head); font-weight: 900; font-size: clamp(16px, 2.6vw, 20px); margin-top: 6px; line-height: 1.6; }
.manabo__stats { display: grid; grid-template-columns: 1fr 1fr; gap: 20px 12px; }
.manabo__stats li { text-align: center; position: relative; padding: 0 4px; }
.manabo__icon {
  display: flex; align-items: center; justify-content: center; gap: 2px;
  width: 58px; height: 58px; margin: 0 auto 8px; border-radius: 50%;
  border: 2px solid rgba(255,255,255,.55); position: relative;
}
.manabo__icon svg { width: 30px; height: 30px; }
.manabo__icon b { display: none; }
.manabo__stats p { font-size: 12.5px; font-weight: 500; line-height: 1.6; }
.manabo__stats p b { color: var(--yellow); font-size: 1.25em; }
.manabo__stats p b.big { font-size: 1.7em; }
.manabo__stats p small { color: var(--yellow); font-weight: 700; }

@media (min-width: 880px) {
  .manabo { grid-template-columns: auto 1fr; padding: 34px 40px; }
  .manabo__head { padding-right: 28px; border-right: 2px dotted rgba(255,255,255,.4); }
  .manabo__stats { grid-template-columns: repeat(4, 1fr); }
  .manabo__stats li:not(:first-child)::before {
    content: ""; position: absolute; left: -6px; top: 12%; bottom: 12%; width: 1px; background: rgba(255,255,255,.35);
  }
}

/* ============================================================
   8. 心も育てる
   ============================================================ */
.heart__grid { display: grid; grid-template-columns: 1fr; gap: 20px; max-width: 1020px; margin: 34px auto 0; }
.heart-card {
  background: #fff; border-radius: 20px; box-shadow: var(--shadow);
  padding: 26px 24px; text-align: center; position: relative;
}
.heart-card__no {
  position: absolute; top: 14px; left: 20px;
  font-family: var(--font-head); font-weight: 900; font-size: 26px; color: var(--navy);
  border-bottom: 4px solid var(--yellow); line-height: 1.3;
}
.heart-card__illust { display: block; max-width: 220px; margin: 14px auto 6px; }
.heart-card__name {
  font-family: var(--font-head); font-weight: 900; color: var(--ink-navy); font-size: 19px;
  padding-bottom: 10px; margin-bottom: 12px; position: relative;
}
.heart-card__name::after {
  content: ""; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%);
  width: 120px; height: 4px;
  background-image: radial-gradient(circle, #A7C4E6 2px, transparent 2.4px);
  background-size: 11px 4px; background-repeat: repeat-x;
}
.heart-card p { font-size: 13.5px; line-height: 1.9; }
.heart-card p br { display: none; }

@media (min-width: 860px) {
  .heart__grid { grid-template-columns: repeat(3, 1fr); }
  .heart-card p br { display: inline; }
}

/* ============================================================
   9. 保護者の方へ
   ============================================================ */
.parents__grid { display: grid; grid-template-columns: 1fr; gap: 44px; align-items: center; }
.parents__lead { font-size: 15px; line-height: 2.05; }
.parents__lead br { display: none; }
.parents__phrase {
  margin-top: 26px; background: var(--yellow); border-radius: 18px;
  padding: 20px 22px 20px 66px; position: relative;
  font-family: var(--font-head); font-weight: 900; color: var(--ink-navy);
  font-size: clamp(16px, 3vw, 20px); line-height: 1.7;
  box-shadow: 0 10px 22px rgba(217,167,18,.25);
}
.parents__phrase-icon {
  position: absolute; left: 18px; top: 50%; transform: translateY(-50%);
  width: 36px; height: 36px; border-radius: 50%; background: #fff;
  display: flex; align-items: center; justify-content: center;
}

.parents__visual { display: flex; justify-content: center; align-items: center; gap: 20px; }
.phone {
  width: min(78%, 290px); background: #20242c; border-radius: 34px; padding: 10px;
  box-shadow: 0 22px 40px rgba(20,40,90,.28); position: relative; flex: none;
}
.phone__notch {
  position: absolute; top: 10px; left: 50%; transform: translateX(-50%);
  width: 42%; height: 17px; background: #20242c; border-radius: 0 0 12px 12px; z-index: 2;
}
.phone__head {
  background: #fff; border-radius: 24px 24px 0 0; padding: 26px 16px 10px;
  display: flex; align-items: center; gap: 7px;
  font-family: var(--font-head); color: var(--ink-navy); font-size: 13.5px;
  border-bottom: 1px solid #e6e9ef;
}
.phone__back { color: #8a94a5; font-size: 18px; line-height: 1; }
.phone__body { background: #E9EDF4; padding: 14px 12px; display: grid; gap: 12px; }
.phone__msg { background: #fff; border-radius: 12px; padding: 12px; box-shadow: 0 2px 6px rgba(20,40,90,.07); }
.phone__msg-title {
  display: flex; align-items: center; gap: 6px;
  font-weight: 700; color: var(--ink-navy); font-size: 11.5px; margin-bottom: 5px;
}
.phone__msg-text { font-size: 10.5px; color: #5a6a82; line-height: 1.6; margin-bottom: 8px; }
.phone__msg-btn {
  display: block; text-align: center; border: 1.5px solid var(--navy); color: var(--navy);
  font-size: 10.5px; font-weight: 700; border-radius: 8px; padding: 5px;
}
.phone__foot {
  background: #fff; border-radius: 0 0 24px 24px; padding: 8px 14px 12px;
  display: flex; align-items: center; gap: 8px; color: #98a2b3; font-size: 13px;
}
.phone__input { flex: 1; height: 22px; background: #eef1f5; border-radius: 999px; }

.parents__callouts { display: grid; gap: 18px; }
.parents__callout { text-align: center; max-width: 150px; }
.parents__callout-icon {
  display: flex; align-items: center; justify-content: center;
  width: 64px; height: 64px; margin: 0 auto 8px; border-radius: 50%; background: #fff;
  box-shadow: var(--shadow);
}
.parents__callout-icon svg { width: 36px; height: 36px; }
.parents__callout p {
  font-family: var(--font-head); font-weight: 700; color: var(--ink-navy); font-size: 12.5px; line-height: 1.6;
  background: #FDF3D3; border-radius: 12px; padding: 8px 10px;
}

@media (min-width: 900px) {
  .parents__grid { grid-template-columns: 1.05fr 1fr; }
  .parents__lead br { display: inline; }
}
@media (max-width: 420px) {
  .parents__visual { flex-direction: column; }
  .parents__callouts { grid-template-columns: 1fr 1fr; }
}

/* ============================================================
   10. 創太先生＋教え子の物語
   ============================================================ */
.teacher { background: linear-gradient(180deg, #F4F9FE 0%, #E9F2FB 100%); }
.profile {
  display: grid; grid-template-columns: 1fr; gap: 30px; align-items: center;
  max-width: 980px; margin: 16px auto 56px;
}
.profile__photo {
  width: min(64%, 270px); aspect-ratio: 1; border-radius: 50%; overflow: hidden;
  margin: 0 auto; box-shadow: 0 16px 32px rgba(27,84,163,.2); background: #dfe9f2;
}
.profile__photo img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 18%; }
.profile__name {
  font-family: var(--font-head); font-weight: 900; color: var(--ink-navy);
  font-size: clamp(21px, 4vw, 27px); margin-bottom: 14px;
  padding-left: 14px; border-left: 6px solid var(--navy); line-height: 1.4;
}
.profile__body p { font-size: 14px; line-height: 1.95; margin-bottom: 10px; }
.quote {
  margin-top: 16px; background: #FDF4DC; border-radius: 16px; padding: 22px 44px;
  position: relative; font-weight: 700; color: var(--ink-navy);
}
.quote p { font-size: 14px; line-height: 2; margin: 0; }
.quote__mark {
  position: absolute; font-family: Georgia, serif; font-size: 56px; line-height: 1; color: var(--navy);
}
.quote__mark--open { top: 6px; left: 12px; }
.quote__mark--close { bottom: -10px; right: 14px; }

.stories__title {
  text-align: center; font-family: var(--font-head); font-weight: 900; color: var(--ink-navy);
  font-size: clamp(19px, 3.4vw, 24px); margin-bottom: 28px;
  display: flex; align-items: center; justify-content: center; gap: 16px;
  scroll-margin-top: calc(var(--header-h) + 16px);
}
.stories__title::before, .stories__title::after {
  content: ""; width: 56px; height: 2px; background: var(--ink-navy); opacity: .7;
}
.stories { display: grid; grid-template-columns: 1fr; gap: 20px; max-width: 1020px; margin: 0 auto; }
.story-card {
  background: #fff; border-radius: 18px; box-shadow: var(--shadow);
  padding: 24px 22px 26px 64px; position: relative;
}
.story-card__no {
  position: absolute; top: 18px; left: 16px;
  width: 34px; height: 34px; border-radius: 50%;
  background: #2EA6DC; color: #fff; font-family: var(--font-head); font-weight: 700; font-size: 14px;
  display: flex; align-items: center; justify-content: center;
}
.story-card__illust { display: block; max-width: 190px; margin: 6px 0 10px; }
.story-card__text { font-weight: 700; color: var(--ink-navy); font-size: 14px; line-height: 1.85; margin-bottom: 10px; }
.story-card__text:last-child { margin-bottom: 0; }
.story-card__text b { border-bottom: 3px solid rgba(0,176,214,.45); }
.story-card__text br { display: none; }

@media (min-width: 860px) {
  .profile { grid-template-columns: auto 1fr; gap: 44px; }
  .profile__photo { width: 270px; }
  .stories { grid-template-columns: repeat(3, 1fr); }
  .story-card__text br { display: inline; }
}

/* ============================================================
   11. 料金プラン
   ============================================================ */
.plans {
  display: grid; grid-template-columns: 1fr; gap: 34px 24px;
  max-width: 940px; margin: 40px auto 26px; align-items: stretch;
}
.plan {
  background: #fff; border-radius: 22px; box-shadow: var(--shadow);
  padding: 30px 26px 28px; text-align: center; position: relative;
  display: flex; flex-direction: column;
}
.plan--main { border: 2px solid rgba(252,206,90,.7); }
.plan__ribbon {
  position: absolute; top: -16px; left: 50%; transform: translateX(-50%);
  background: var(--yellow); color: var(--ink-navy);
  font-family: var(--font-head); font-weight: 900; font-size: 14px; letter-spacing: .06em;
  padding: 7px 26px; white-space: nowrap;
  clip-path: polygon(10px 0, calc(100% - 10px) 0, 100% 50%, calc(100% - 10px) 100%, 10px 100%, 0 50%);
}
.plan__name { font-family: var(--font-head); font-weight: 900; color: var(--ink-navy); font-size: clamp(20px, 3.6vw, 25px); margin: 8px 0 10px; }
.plan__price { display: flex; align-items: baseline; justify-content: center; gap: 8px; margin-bottom: 18px; color: var(--ink-navy); }
.plan__prefix { font-family: var(--font-head); font-weight: 700; font-size: 16px; }
.plan__num { font-family: var(--font-head); font-weight: 900; font-size: clamp(38px, 7vw, 48px); letter-spacing: .01em; }
.plan__tax { font-size: 13px; font-weight: 700; }
.plan__base {
  background: #EAF3FB; border-radius: 999px; font-family: var(--font-head); font-weight: 700;
  color: var(--ink-navy); font-size: 14px; padding: 8px 16px; margin-bottom: 14px;
}
.plan__list { text-align: left; margin-bottom: 22px; flex: 1; }
.plan__list li {
  position: relative; padding: 9px 2px 9px 30px; font-size: 13.5px; font-weight: 500;
  border-bottom: 2px dotted #D9E4F0; color: var(--ink);
}
.plan__list li:last-child { border-bottom: none; }
.plan__list li::before {
  content: ""; position: absolute; left: 2px; top: 12px; width: 18px; height: 18px; border-radius: 50%;
  background: #2EA6DC url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="white" stroke-width="3.4" stroke-linecap="round" stroke-linejoin="round"><path d="M5 12.5l4.5 4.5L19 7.5"/></svg>') center/11px no-repeat;
}

.price-notes {
  background: #fff; border-radius: 18px; box-shadow: var(--shadow);
  max-width: 1020px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr; gap: 14px 8px; padding: 20px 16px;
}
.price-notes li {
  display: flex; align-items: center; justify-content: center; gap: 10px;
  font-family: var(--font-head); font-weight: 700; color: var(--ink-navy); font-size: 13px;
  text-align: left; line-height: 1.5; position: relative; padding: 2px 6px;
}
.price-notes li small { font-weight: 500; font-size: 10.5px; color: #5a6a82; }
.price-notes__icon { flex: none; width: 40px; height: 40px; color: var(--navy); }
.price-notes__icon svg { width: 100%; height: 100%; }

@media (min-width: 820px) {
  .plans { grid-template-columns: 1fr 1fr; }
  .price-notes { grid-template-columns: repeat(4, 1fr); padding: 22px 18px; }
  .price-notes li:not(:first-child)::before {
    content: ""; position: absolute; left: -4px; top: 10%; bottom: 10%; width: 2px;
    background-image: radial-gradient(circle, #C6D4E8 1.4px, transparent 1.8px);
    background-size: 2px 8px;
  }
}

/* ============================================================
   12. FAQ
   ============================================================ */
.faq-sec { background: linear-gradient(180deg, #FDF8EC 0%, #FAF2DC 100%); }
.faq { margin-top: 10px; display: grid; gap: 14px; }
.faq__item { background: #fff; border-radius: 16px; box-shadow: 0 4px 14px rgba(27,84,163,.08); overflow: hidden; }
.faq__q {
  width: 100%; display: flex; align-items: center; gap: 14px; text-align: left;
  background: none; border: none; cursor: pointer; padding: 16px 18px;
  font-family: var(--font-body);
}
.faq__q-mark {
  flex: none; width: 34px; height: 34px; border-radius: 50%;
  background: var(--navy); color: #fff; font-family: var(--font-head); font-weight: 900; font-size: 16px;
  display: flex; align-items: center; justify-content: center;
}
.faq__q-txt { flex: 1; font-weight: 700; color: var(--ink-navy); font-size: 14.5px; line-height: 1.6; }
.faq__toggle { flex: none; position: relative; width: 20px; height: 20px; }
.faq__toggle::before, .faq__toggle::after {
  content: ""; position: absolute; background: var(--navy); border-radius: 2px;
  transition: transform .25s ease;
}
.faq__toggle::before { left: 0; right: 0; top: 8.5px; height: 3px; }
.faq__toggle::after { top: 0; bottom: 0; left: 8.5px; width: 3px; }
.faq__item.is-open .faq__toggle::after { transform: scaleY(0); }
.faq__a { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .3s ease; }
.faq__item.is-open .faq__a { grid-template-rows: 1fr; }
.faq__a-inner { overflow: hidden; display: flex; gap: 14px; padding: 0 18px; }
.faq__item.is-open .faq__a-inner { padding: 2px 18px 18px; }
.faq__a-mark {
  flex: none; width: 34px; height: 34px; border-radius: 50%;
  background: var(--yellow); color: var(--ink-navy); font-family: var(--font-head); font-weight: 900; font-size: 16px;
  display: flex; align-items: center; justify-content: center;
}
.faq__a p { font-size: 14px; font-weight: 500; color: var(--ink); padding-top: 5px; }

/* ============================================================
   13. 無料相談までの流れ
   ============================================================ */
.flow {
  position: relative; overflow: hidden;
  background: linear-gradient(150deg, #1E5FBE 0%, #1B54A3 50%, #174A9B 100%);
  color: #fff; padding: 72px 0 80px;
}
.flow .sec-label { margin-bottom: 40px; font-size: 17px; }
.steps {
  display: grid; grid-template-columns: 1fr; gap: 12px; align-items: stretch;
  max-width: 980px; margin: 0 auto 34px;
}
.step {
  background: #fff; border-radius: 20px; color: var(--ink);
  padding: 26px 22px 24px; text-align: center; box-shadow: 0 12px 26px rgba(10,35,90,.25);
}
.step__badge {
  display: inline-block; background: var(--ink-navy); color: #fff;
  font-family: var(--font-head); font-weight: 700; font-size: 14px; letter-spacing: .1em;
  border-radius: 8px; padding: 5px 20px; margin-bottom: 16px;
}
.step__icon { display: block; width: 84px; margin: 0 auto 12px; }
.step__icon svg { width: 100%; height: auto; }
.step__name { font-family: var(--font-head); font-weight: 900; color: var(--ink-navy); font-size: 19px; margin-bottom: 8px; }
.step p { font-size: 13.5px; line-height: 1.75; }
.step__arrow { display: flex; align-items: center; justify-content: center; }
.step__arrow svg {
  width: 40px; height: 40px; padding: 8px; border-radius: 50%;
  background: #2EA6DC; box-shadow: 0 4px 12px rgba(10,35,90,.3); transform: rotate(90deg);
}
.flow__note { text-align: center; font-weight: 700; font-size: clamp(14px, 2.8vw, 17px); letter-spacing: .04em; margin-bottom: 26px; }
.flow__cta { text-align: center; }

@media (min-width: 860px) {
  .steps { grid-template-columns: 1fr auto 1fr auto 1fr; gap: 14px; }
  .step__arrow svg { transform: none; }
}

/* ============================================================
   14. フッター
   ============================================================ */
.footer { background: #131C4E; color: #fff; padding: 64px 0 34px; }
.footer__grid {
  display: grid; grid-template-columns: 1fr; gap: 40px; align-items: center;
  padding-bottom: 44px;
}
.footer__logo { display: flex; align-items: center; gap: 14px; justify-content: center; }
.footer__logo img { width: 82px; height: auto; flex: none; }
.footer__logo-txt { display: flex; flex-direction: column; line-height: 1.35; }
.footer__logo-name { font-family: var(--font-head); font-weight: 900; font-size: clamp(26px, 5vw, 34px); letter-spacing: .04em; }
.footer__logo-name b { color: #fff; }
.footer__logo-name i { color: var(--cyan); font-style: normal; }
.footer__logo-sub { font-size: 12px; font-weight: 700; letter-spacing: .4em; color: #E6ECF8; }
.footer__divider { display: flex; align-items: center; justify-content: center; margin: 16px 0 14px; }
.footer__divider::before, .footer__divider::after {
  content: ""; height: 2px; flex: 1; max-width: 190px; background: rgba(255,255,255,.5);
}
.footer__divider i { width: 8px; height: 8px; border-radius: 50%; background: var(--yellow); margin: 0 10px; }
.footer__tagline { text-align: center; font-family: var(--font-head); font-weight: 700; font-size: clamp(13px, 2.6vw, 15px); letter-spacing: .12em; }

.footer__side { text-align: center; }
.footer__sns { display: flex; justify-content: center; gap: 16px; margin-bottom: 26px; flex-wrap: wrap; }
.sns {
  width: 44px; height: 44px; border-radius: 12px; background: #fff; color: #131C4E;
  display: inline-flex; align-items: center; justify-content: center;
  transition: transform .2s ease;
}
.sns:hover { transform: translateY(-3px); }
.sns--line { background: var(--line-green); color: #fff; border-radius: 50%; }
.sns--yt { color: #E62117; }
.sns--note { color: #2c2c2c; }
.sns--ig { color: #C13584; }
.sns--tt { color: #111; }
.sns--x { color: #111; }
.footer__links { display: flex; justify-content: center; align-items: center; gap: 18px; flex-wrap: wrap; }
.footer__links a { font-size: 13.5px; font-weight: 500; color: #E6ECF8; }
.footer__links a:hover { color: var(--yellow); }
.footer__links-sep { width: 1px; height: 16px; background: rgba(255,255,255,.5); }
.footer__copyright {
  text-align: center; font-size: 12.5px; color: #B9C3DE; padding-top: 26px;
  border-top: 1px solid rgba(255,255,255,.12);
}

@media (min-width: 900px) {
  .footer__grid { grid-template-columns: 1fr auto; gap: 30px; }
  .footer__logo { justify-content: flex-start; }
  .footer__side { border-left: 1px solid rgba(255,255,255,.25); padding-left: 56px; }
}

/* ============================================================
   追従LINEボタン（FAB）
   ============================================================ */
.fab-line {
  position: fixed; right: 16px; bottom: 18px; z-index: 90;
  width: 68px; height: 68px; border-radius: 50%;
  background: var(--line-green); color: #fff;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  box-shadow: 0 8px 22px rgba(6,199,85,.45);
  opacity: 0; visibility: hidden; transform: translateY(14px);
  transition: opacity .3s ease, transform .3s ease, visibility .3s;
}
.fab-line.is-visible { opacity: 1; visibility: visible; transform: translateY(0); }
.fab-line__txt { font-size: 10px; font-weight: 700; letter-spacing: .04em; margin-top: -2px; }

/* ============================================================
   フェードイン
   ============================================================ */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-shown { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .btn, .sns, .fab-line, .faq__a, .faq__toggle::before, .faq__toggle::after { transition: none; }
}

/* ============================================================
   v3（2026-07-27）創太先生フィードバック反映分
   ============================================================ */

/* ---------- ヒーロー v3 ---------- */
.hero__big { display: inline-block; font-size: 1.16em; letter-spacing: .005em; white-space: nowrap; position: relative; }
.hero__big::after {
  content: ""; position: absolute; left: 1%; bottom: -3px; width: 34%; height: 9px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 18'%3E%3Cpath d='M4 12c14-8 24 6 38-3s24 5 38-4 22 4 36-2' fill='none' stroke='%2366D6EE' stroke-width='5' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center / contain;
}
@media (min-width: 820px) { .hero__title { font-size: clamp(30px, 3.4vw, 46px); } }
.ul-yellow { background: linear-gradient(transparent 78%, rgba(252,206,90,.9) 78%); padding: 0 .04em .06em; }
.hero__sub .c-strong { color: var(--yellow); font-weight: 700; }
.hero__actions { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.hero__badge {
  display: inline-flex; align-items: center; justify-content: center; text-align: center;
  padding: 12px 16px; border-radius: 999px; background: #fff; color: var(--ink-navy);
  border: 2.5px solid var(--cyan); font-family: var(--font-head); font-weight: 700;
  font-size: 14px; line-height: 1.25; box-shadow: 0 4px 12px rgba(6,40,90,.25);
}
.hero__badge b { color: var(--blue); font-size: 1.15em; }
.hero__teacher {
  position: absolute; top: 2%; left: 2%; z-index: 2; text-align: center;
}
.hero__teacher img {
  width: clamp(88px, 12vw, 128px); height: auto; border-radius: 50%;
  border: 4px solid #fff; box-shadow: 0 10px 24px rgba(6,30,70,.35); display: block; margin: 0 auto;
}
.hero__teacher-note {
  display: inline-block; margin-top: 8px; padding: 7px 12px; border-radius: 12px;
  background: #fff; color: var(--ink-navy); font-family: var(--font-head); font-weight: 700;
  font-size: 12.5px; line-height: 1.35; box-shadow: 0 4px 10px rgba(6,30,70,.25); position: relative;
}
.hero__teacher-note::before {
  content: ""; position: absolute; top: -7px; left: 50%; transform: translateX(-50%);
  border: 7px solid transparent; border-bottom-color: #fff; border-top: 0;
}
.hero__link-line { position: absolute; top: 4%; left: 8%; width: 52%; max-width: 300px; z-index: 1; opacity: .9; }

/* ---------- 悩み×解決 ---------- */
.pair__grid { display: grid; gap: 18px; margin-top: 34px; }
.pair {
  background: #fff; border: 1px solid #edf2f8; border-radius: 18px;
  padding: 22px 20px; box-shadow: 0 10px 24px rgba(27,84,163,.08);
  display: flex; flex-direction: column; align-items: stretch; gap: 12px;
}
.pair__worry { background: #F2F5FA; border-radius: 12px; padding: 14px 16px; position: relative; }
.pair__worry p { color: #45536b; font-weight: 500; line-height: 1.7; margin-top: 6px; }
.pair__who {
  display: inline-block; font-size: 11.5px; font-weight: 700; letter-spacing: .06em;
  border-radius: 999px; padding: 3px 12px; color: #fff;
}
.pair__who--st { background: var(--cyan); }
.pair__who--pa { background: #E8A13B; }
.pair__arrow { align-self: center; color: var(--yellow); line-height: 0; }
.pair__solve h3 {
  font-family: var(--font-head); font-weight: 700; color: var(--ink-navy);
  font-size: clamp(16px, 2.4vw, 18.5px); margin-bottom: 6px;
  background: linear-gradient(transparent 76%, rgba(252,206,90,.55) 76%);
  display: inline; line-height: 1.7; padding-bottom: .1em;
}
.pair__solve p { color: var(--ink-soft); font-size: 14.5px; line-height: 1.9; margin-top: 8px; }
@media (min-width: 820px) {
  .pair__grid { grid-template-columns: 1fr 1fr; gap: 22px; }
}

/* ---------- 中間CTA ---------- */
.midcta { background: linear-gradient(180deg, #EAF3FB, #DFECf8); padding: 34px 0; }
.midcta__inner { display: flex; flex-direction: column; align-items: center; gap: 14px; text-align: center; }
.midcta__txt { font-family: var(--font-head); font-weight: 700; color: var(--ink-navy); font-size: clamp(15px, 2.6vw, 18px); }
.midcta .btn--line { width: min(100%, 420px); }

/* ---------- 比較表 ---------- */
.vs-table { background: #fff; }
.vst { max-width: 880px; margin: 36px auto 0; border-radius: 14px; overflow: hidden; border: 1px solid #E3EBF5; box-shadow: 0 12px 28px rgba(27,84,163,.08); }
.vst__row { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.2fr .9fr; align-items: center; }
.vst__row--head { background: var(--navy); color: #fff; font-family: var(--font-head); font-weight: 700; font-size: 14.5px; }
.vst__row--head span { padding: 14px 8px; text-align: center; }
.vst__row--head span:first-child { text-align: left; padding-left: 20px; }
.vst__row:not(.vst__row--head) { border-top: 1px solid #EDF2F8; font-size: 15px; }
.vst__row:not(.vst__row--head) span { padding: 15px 8px; text-align: center; }
.vst__name { text-align: left !important; padding-left: 20px !important; font-weight: 700; color: var(--ink-navy); }
.vst__row--sl { background: #FFF7DF; }
.vst__row--sl .vst__name { color: var(--ink-navy); }
.m-good { color: var(--cyan); font-weight: 900; font-size: 1.2em; }
.m-ok { color: #2E9E63; font-weight: 900; font-size: 1.1em; }
.m-soso { color: #E5A93D; font-weight: 900; }
.m-bad { color: #E0524A; font-weight: 900; font-size: 1.1em; }
.vsc { display: none; }
.vs-note { max-width: 720px; margin: 26px auto 0; background: #F4F8FD; border-left: 4px solid var(--yellow); border-radius: 10px; padding: 18px 20px; }
.vs-note p { color: var(--ink-soft); font-size: 14.5px; line-height: 2; }
.vs-note b { color: var(--ink-navy); }
@media (max-width: 640px) {
  .vst { display: none; }
  .vsc { display: grid; gap: 12px; margin-top: 30px; }
  .vsc__card { background: #fff; border: 1px solid #E3EBF5; border-radius: 14px; padding: 16px 18px; box-shadow: 0 8px 20px rgba(27,84,163,.07); }
  .vsc__card h3 { font-family: var(--font-head); font-weight: 700; color: var(--ink-navy); font-size: 16px; margin-bottom: 10px; display: flex; align-items: center; gap: 8px; }
  .vsc__card ul { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 14px; }
  .vsc__card li { display: flex; justify-content: space-between; align-items: center; font-size: 13.5px; color: var(--ink-soft); border-bottom: 1px dashed #E3EBF5; padding-bottom: 6px; }
  .vsc__card--sl { background: #FFF7DF; border-color: #F3D98A; }
}

/* ---------- manaboセクション ---------- */
.mnb-steps { display: flex; flex-direction: column; align-items: stretch; gap: 10px; max-width: 820px; margin: 36px auto 30px; }
.mnb-step { background: #fff; border: 1px solid #E3EBF5; border-radius: 16px; padding: 22px 20px; text-align: center; box-shadow: 0 10px 24px rgba(27,84,163,.07); flex: 1; }
.mnb-step__no { display: inline-block; background: var(--navy); color: #fff; font-family: var(--font-head); font-weight: 700; font-size: 12px; letter-spacing: .1em; border-radius: 999px; padding: 4px 14px; }
.mnb-step__icon { display: block; width: 64px; margin: 14px auto 10px; }
.mnb-step h3 { font-family: var(--font-head); font-weight: 700; color: var(--ink-navy); font-size: 17px; margin-bottom: 6px; }
.mnb-step p { color: var(--ink-soft); font-size: 13.5px; line-height: 1.8; }
.mnb-arrow { align-self: center; color: var(--yellow); line-height: 0; transform: rotate(90deg); }
.mnb-note { text-align: center; color: #8895a8; font-size: 12.5px; margin-top: 18px; line-height: 1.8; }
@media (min-width: 760px) {
  .mnb-steps { flex-direction: row; align-items: stretch; gap: 0; }
  .mnb-step { margin: 0 6px; }
  .mnb-arrow { transform: none; flex: none; }
}

/* ---------- 体験者の声 ---------- */
.voices__stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; max-width: 760px; margin: 34px auto; }
.voices__stats li { background: #fff; border: 1px solid #E3EBF5; border-radius: 14px; padding: 18px 10px; text-align: center; box-shadow: 0 8px 20px rgba(27,84,163,.06); }
.voices__stats b.big { font-family: var(--font-head); font-weight: 900; color: var(--blue); font-size: clamp(22px, 4vw, 30px); display: block; }
.voices__stats b.big small { font-size: .55em; }
.voices__stats p { color: var(--ink-soft); font-size: 12px; line-height: 1.7; margin-top: 6px; }
.voices__grid { display: grid; gap: 16px; }
.voice { background: #fff; border: 1px solid #EDF2F8; border-radius: 16px; padding: 20px; box-shadow: 0 10px 24px rgba(27,84,163,.07); }
.voice figcaption { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; font-family: var(--font-head); color: var(--ink-navy); font-size: 14px; }
.voice__chip { display: inline-block; font-size: 11px; font-weight: 700; letter-spacing: .08em; border-radius: 999px; padding: 3px 11px; color: #fff; }
.voice__chip--st { background: var(--cyan); }
.voice__chip--pa { background: #E8A13B; }
.voice blockquote { color: var(--ink-soft); font-size: 14.5px; line-height: 2; }
.marker-thin { background: linear-gradient(transparent 74%, rgba(252,206,90,.6) 74%); font-weight: 700; color: var(--ink-navy); }
.voices__note { text-align: center; color: #8895a8; font-size: 12px; margin-top: 20px; }
@media (min-width: 820px) { .voices__grid { grid-template-columns: repeat(3, 1fr); gap: 18px; } }

/* ---------- 無料相談の中身 ---------- */
.consult { max-width: 860px; margin: 40px auto 8px; }
.consult__title { text-align: center; color: #fff; font-family: var(--font-head); font-weight: 900; font-size: clamp(19px, 3.6vw, 26px); letter-spacing: .04em; margin-bottom: 24px; }
.consult__grid { display: grid; gap: 14px; }
.consult__card { position: relative; background: #fff; border-radius: 16px; padding: 24px 22px 22px; box-shadow: 0 14px 30px rgba(4,20,50,.25); }
.consult__no { position: absolute; top: -12px; left: 18px; width: 34px; height: 34px; border-radius: 50%; background: var(--yellow); color: var(--ink-navy); font-family: var(--font-head); font-weight: 900; font-size: 17px; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 10px rgba(0,0,0,.18); }
.consult__icon { display: block; width: 46px; margin-bottom: 10px; }
.consult__card h4 { font-family: var(--font-head); font-weight: 700; color: var(--ink-navy); font-size: clamp(16px, 2.4vw, 18px); margin-bottom: 8px; }
.consult__card p { color: var(--ink-soft); font-size: 14px; line-height: 1.95; }
.consult__card p b { color: var(--ink-navy); background: linear-gradient(transparent 76%, rgba(252,206,90,.55) 76%); }
@media (min-width: 760px) { .consult__grid { grid-template-columns: 1fr 1fr; gap: 18px; } }

/* ---------- oVice画面 ---------- */
.ovice { margin: 0; }
.ovice img { width: 100%; height: auto; border-radius: 14px; border: 1px solid #E3EBF5; box-shadow: 0 16px 34px rgba(27,84,163,.16); }
.ovice figcaption { text-align: center; color: #8895a8; font-size: 12.5px; margin-top: 10px; }

/* ---------- スマホ微調整 ---------- */
@media (max-width: 480px) {
  .hero__teacher { top: 0; left: 0; }
  .hero__teacher img { width: 84px; }
  .hero__teacher-note { font-size: 11.5px; padding: 6px 10px; }
  .hero__badge { font-size: 13px; padding: 10px 14px; }
  .voices__stats { grid-template-columns: 1fr 1fr 1fr; gap: 8px; }
  .voices__stats p { font-size: 10.5px; }
}

/* ---------- v4 追加（manabo公式素材・アプリグラフ） ---------- */
.mnb-official { max-width: 540px; margin: 34px auto 28px; }
.mnb-official img { width: 100%; height: auto; border-radius: 16px; background: #fff; border: 1px solid #E3EBF5; box-shadow: 0 12px 28px rgba(27,84,163,.1); }
.mnb-tutors { max-width: 660px; margin: 26px auto 0; background: #fff; border: 1px solid #E3EBF5; border-radius: 14px; padding: 18px 18px 12px; box-shadow: 0 8px 20px rgba(27,84,163,.07); }
.mnb-tutors img { width: 100%; height: auto; }
.mnb-tutors figcaption { text-align: center; color: #5a6b84; font-size: 12.5px; margin-top: 8px; line-height: 1.7; }
.rhythm__graph { max-width: 640px; margin: 30px auto 0; background: #fff; border-radius: 16px; padding: 14px; box-shadow: 0 12px 28px rgba(27,84,163,.12); border: 1px solid #eef3f9; }
.rhythm__graph img { width: 100%; height: auto; border-radius: 10px; }
.rhythm__graph figcaption { text-align: center; color: #6b7a92; font-size: 12.5px; margin-top: 10px; line-height: 1.7; }
.nowrap { white-space: nowrap; }
@media (min-width: 820px) { .hero__sub { font-size: 17.5px; } }

/* ---------- v5 悩み×解決（image2デザイン案準拠） ---------- */
.pair { gap: 8px; }
.pair__worry { background: transparent; padding: 4px 0 0; }
.pair__wbody { display: flex; align-items: center; gap: 12px; margin-top: 12px; }
.pair__bubble {
  position: relative; flex: 1; background: #F0F3F8; border-radius: 14px; padding: 14px 14px 14px 12px;
  display: flex; align-items: center; gap: 9px;
}
.pair__bubble::after {
  content: ""; position: absolute; right: -8px; top: 50%; transform: translateY(-50%);
  border: 8px solid transparent; border-left-color: #F0F3F8; border-right: 0;
}
.pair__bubble p { color: #45536b; font-weight: 500; line-height: 1.75; font-size: 13.8px; }
.pair__moya { flex: none; line-height: 0; }
.pair__ill { width: 38%; max-width: 190px; height: auto; border-radius: 10px; flex: none; }
.pair__arrow { align-self: center; line-height: 0; filter: drop-shadow(0 3px 5px rgba(220,160,20,.3)); }
.pair__solve { display: flex; align-items: flex-start; gap: 14px; padding-top: 2px; }
.pair__badge {
  flex: none; width: 62px; height: 62px; border-radius: 50%; background: var(--ink-navy);
  color: #fff; font-family: var(--font-head); font-weight: 700; font-size: 16px;
  display: flex; align-items: center; justify-content: center; position: relative;
  box-shadow: 0 6px 14px rgba(23,55,110,.28);
}
.pair__badge i { position: absolute; top: 6px; left: 9px; font-style: normal; font-size: 10px; color: var(--yellow); }
.pair__stext h3 {
  font-family: var(--font-head); font-weight: 700; color: var(--ink-navy);
  font-size: clamp(16px, 2.4vw, 18.5px); line-height: 1.6; display: inline;
  background: linear-gradient(transparent 74%, #BFE2F5 74%); padding-bottom: .08em;
}
.pair__stext p { color: var(--ink-soft); font-size: 14px; line-height: 1.9; margin-top: 8px; }
@media (max-width: 480px) {
  .pair__ill { width: 42%; }
  .pair__bubble p { font-size: 13px; }
  .pair__bubble br { display: none; }
}

/* ============================================================
   v6（デザインv2準拠）旧03ブロック・05 なぜ毎日
   ============================================================ */
.reasons__title-sm { font-size: .62em; letter-spacing: .1em; font-weight: 700; }
.reasons__title { position: relative; line-height: 1.3; }
.reasons__swash { display: block; width: min(64%, 300px); height: 12px; margin: 10px auto 0; }
.reasons__grid { gap: 34px 18px; }
.reason__circle {
  position: relative; width: min(37vw, 168px); aspect-ratio: 1; margin: 0 auto 16px;
  background: #fff; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 10px 26px rgba(4,20,60,.3);
}
.reason__circle svg { width: 56%; height: 56%; }
.reason__num {
  position: absolute; top: -4px; left: -4px; width: 44px; height: 44px; border-radius: 50%;
  background: var(--yellow); color: var(--ink-navy);
  font-family: var(--font-head); font-weight: 900; font-size: 17px;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 10px rgba(0,0,0,.22);
}
/* 旧アイコン枠は使わない */
.reason__icon { display: none !important; }

.vs2 { max-width: 560px; margin: 34px auto 0; display: flex; flex-direction: column; gap: 0; }
.vs2__card { background: #fff; border-radius: 20px; padding: 26px 20px 22px; box-shadow: 0 12px 30px rgba(27,84,163,.12); }
.vs2__label {
  width: fit-content; margin: -40px auto 16px; padding: 9px 26px; border-radius: 999px;
  font-family: var(--font-head); font-weight: 700; color: #fff; font-size: 15px;
  display: flex; align-items: center; gap: 8px;
  background: var(--ink-navy); box-shadow: 0 5px 12px rgba(10,30,80,.25); position: relative;
}
.vs2__label--cyan { background: linear-gradient(90deg, #62c9df, #79d8e8); }

/* Keep step 02 free of markers across legacy responsive title variants. */
html body .rhythm :is(.timeline__pomodoro-main, .rhythm-title-emphasis, .rhythm-pomodoro-main, .v86-pomodoro-main) {
  text-decoration: none !important;
  background: none !important;
}
html body .rhythm :is(.timeline__pomodoro-main, .rhythm-title-emphasis, .rhythm-pomodoro-main, .v86-pomodoro-main)::after {
  display: none !important;
}
.vs2__line { border: none; border-top: 1.5px solid #cfd8e6; margin: 16px 4px; }
.vs2__line--blue { border-top-color: #9fd4ea; }
.vs2__row { display: flex; align-items: center; gap: 14px; }
.vs2__boy { width: 30%; max-width: 120px; height: auto; flex: none; }
.vs2__txt { font-family: var(--font-body); font-weight: 600; color: var(--ink-navy); font-size: clamp(15px, 3.8vw, 19px); line-height: 1.8; }
  .everyday .vs2__txt,
  .everyday .vs2__bubble {
    font-family: var(--font-body) !important;
    font-weight: 600 !important;
  }
  .everyday .vs2__txt b,
  .everyday .vs2__bubble b {
    font-family: inherit !important;
    font-weight: inherit !important;
  }
@media (max-width: 819px) {
  .everyday .vs2__txt {
    text-align: center !important;
    font-size: clamp(16px, 4.4vw, 21px);
    flex: 1;
  }
  .everyday .vs2__txt b {
    font-size: inherit !important;
  }
}
.hl-cyan { background: linear-gradient(transparent 62%, #BFE6F5 62%); font-size: 1.15em; }
.vs2__bubble {
  position: relative; flex: 1; background: var(--yellow); border-radius: 14px; padding: 16px 14px;
  font-family: var(--font-body); font-weight: 600; color: var(--ink-navy);
  font-size: clamp(16px, 4.4vw, 21px); line-height: 1.65; text-align: center;
}
.vs2__bubble::before {
  content: ""; position: absolute; left: -9px; top: 50%; transform: translateY(-50%);
  border: 9px solid transparent; border-right-color: var(--yellow); border-left: 0;
}
.vs2__vs {
  align-self: center; width: 66px; height: 66px; border-radius: 50%; z-index: 1; margin: 14px 0;
  background: radial-gradient(circle at 32% 28%, #2E7BD6, #0E4DA8 70%);
  color: #fff; font-family: var(--font-head); font-weight: 900; font-size: 21px;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 8px 18px rgba(10,40,110,.35);
}
.vs2__vs span { letter-spacing: .04em; font-style: italic; }
.vs2__closing { text-align: center; margin-top: 26px; font-family: var(--font-head); font-weight: 700; color: var(--ink-navy); font-size: clamp(13.5px, 3.4vw, 16px); line-height: 2; }
.vs2__closing b, .vs2__closing { letter-spacing: .03em; }
@media (min-width: 860px) {
  .vs2 { max-width: 900px; flex-direction: row; align-items: stretch; gap: 0; }
  .vs2__card { flex: 1; }
  .vs2__vs { margin: auto 14px; flex: none; }
}

/* ---------- v6b：06しくみ・07考え方・08比較・09manabo ---------- */
.timeline__icon--ill { width: 34% !important; max-width: 170px; background: none !important; border: none !important; }
.timeline__icon--ill img { width: 100%; height: auto; display: block; }
.timeline__no {
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 34px; height: 26px; padding: 0 6px; margin-right: 8px; border-radius: 7px;
  background: var(--yellow); color: var(--ink-navy);
  font-family: var(--font-head); font-weight: 900; font-size: 14px;
}
.stack-card { max-width: 640px; margin: 34px auto 0; border-radius: 18px; overflow: hidden; box-shadow: 0 14px 32px rgba(27,84,163,.16); }
.stack-card__head {
  background: var(--ink-navy); color: #fff; padding: 15px 18px;
  font-family: var(--font-head); font-weight: 900; font-size: clamp(17px, 4vw, 21px); letter-spacing: .04em;
  display: flex; align-items: center; justify-content: center; gap: 10px;
}
.stack-card__body { background: #fff; padding: 16px 16px 18px; }
.stack-card__body img { width: 100%; height: auto; border-radius: 10px; }
.stack-card__cap { text-align: center; color: #8895a8; font-size: 12px; margin-top: 8px; }
.stack-card__closing { text-align: center; font-family: var(--font-head); font-weight: 700; color: var(--ink-navy); font-size: clamp(14px, 3.4vw, 16.5px); margin-top: 12px; }
.stack-card__closing b { background: linear-gradient(transparent 72%, rgba(252,206,90,.7) 72%); }

.loop2 { display: flex; flex-direction: column; align-items: stretch; max-width: 640px; margin: 34px auto 0; }
.loop2-card {
  background: #fff; border-radius: 18px; padding: 20px;
  display: flex; align-items: center; gap: 18px;
  box-shadow: 0 10px 26px rgba(27,84,163,.1);
}
.loop2-card__circle {
  flex: none; width: min(27vw, 116px); aspect-ratio: 1; border-radius: 50%;
  background: var(--ink-navy); display: flex; align-items: center; justify-content: center;
  box-shadow: 0 8px 18px rgba(23,55,110,.25);
}
.loop2-card__circle svg { width: 58%; height: 58%; }
.loop2-card__txt { flex: 1; }
.loop2-card__txt h3 { font-family: var(--font-head); font-weight: 900; color: var(--ink-navy); font-size: clamp(18px, 4.6vw, 23px); display: flex; align-items: center; flex-wrap: wrap; gap: 4px; }
.loop2-card__txt h3 small { font-size: .62em; font-weight: 700; }
.loop2-card__no {
  display: inline-flex; align-items: center; justify-content: center;
  width: 38px; height: 38px; border-radius: 50%; margin-right: 8px;
  background: var(--yellow); color: var(--ink-navy); font-size: 16px; font-weight: 900; flex: none;
}
.loop2-card__line { display: block; height: 2.5px; background: linear-gradient(90deg, var(--blue), #8FD9F2); border-radius: 2px; margin: 10px 0; position: relative; }
.loop2-card__line::before, .loop2-card__line::after { content: ""; position: absolute; top: 50%; transform: translateY(-50%); width: 7px; height: 7px; border-radius: 50%; background: var(--blue); }
.loop2-card__line::before { left: 0; } .loop2-card__line::after { right: 0; background: #8FD9F2; }
.loop2-card__txt p { color: var(--ink-soft); font-size: 14.5px; line-height: 1.85; }
.loop2__arrow { align-self: center; line-height: 0; margin: 10px 0; filter: drop-shadow(0 3px 5px rgba(20,60,140,.25)); }
.loop2__closing { text-align: center; margin-top: 30px; font-family: var(--font-head); font-weight: 900; color: var(--ink-navy); font-size: clamp(18px, 4.6vw, 24px); line-height: 2; }

.cmp { background: #fff; border-radius: 16px; overflow: hidden; display: flex; box-shadow: 0 8px 22px rgba(27,84,163,.09); border: 1px solid #EDF2F8; }
.cmp + .cmp { margin-top: 14px; }
.vs-table .cmp:first-of-type { margin-top: 34px; }
.cmp__svc {
  flex: none; width: 92px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px;
  padding: 14px 6px; color: #fff; font-family: var(--font-head); font-weight: 700; font-size: 13.5px; text-align: center; line-height: 1.3;
}
.cmp--navy .cmp__svc { background: var(--navy); }
.cmp--cyan .cmp__svc { background: #1D9AC2; }
.cmp--blue .cmp__svc { background: #2E6FBE; }
.cmp--sl { background: #FFF4CE; border-color: #F3DE96; }
.cmp--sl .cmp__svc { background: var(--yellow); color: var(--ink-navy); }
.cmp__icon { display: block; width: 40px; height: 40px; }
.cmp__icon svg { width: 100%; height: 100%; }
.cmp__marks { flex: 1; display: grid; grid-template-columns: repeat(4, 1fr); align-items: stretch; }
.cmp__marks li { display: flex; flex-direction: column; align-items: center; justify-content: flex-start; gap: 4px; padding: 12px 3px; text-align: center; }
.cmp__marks li + li { border-left: 1.5px dashed #DFE7F1; }
.cmp--sl .cmp__marks li + li { border-left-color: #EFDCA0; }
.cmp__marks i { font-style: normal; font-size: 10px; font-weight: 700; color: var(--ink-navy); letter-spacing: .02em; }
.cmp__marks b { font-size: 21px; line-height: 1.1; }
.cmp__marks b.m-soso { font-size: 18px; }
.cmp__marks small { font-size: 9.5px; color: var(--ink-soft); line-height: 1.45; }
@media (min-width: 760px) {
  .cmp { max-width: 780px; margin-left: auto !important; margin-right: auto !important; }
  .cmp + .cmp { margin-top: 16px; }
  .cmp__svc { width: 130px; font-size: 15px; }
  .cmp__marks i { font-size: 11.5px; }
  .cmp__marks b { font-size: 25px; }
  .cmp__marks small { font-size: 11.5px; }
}
.vs-note { display: flex; gap: 14px; align-items: flex-start; }
.vs-note__bulb { flex: none; width: 44px; }
.mnb-pill {
  display: flex; align-items: center; justify-content: center; gap: 7px;
  width: fit-content; margin: 14px auto 2px; padding: 9px 20px;
  border: 2px solid var(--cyan); border-radius: 999px; color: var(--blue);
  font-family: var(--font-head); font-weight: 700; font-size: 13.5px; background: #fff;
}
/* v6c 微修正 */
.timeline__icon--ill { display: flex !important; border-left: none !important; padding-left: 0 !important; }
@media (max-width: 640px) {
  .reasons__grid .reason p br { display: none; }
  .reasons__grid .reason p { text-align: center; }
  .cmp__marks i { font-size: 9px; white-space: nowrap; letter-spacing: 0; }
  .cmp__svc { width: 84px; font-size: 12.5px; }
}

/* ============================================================
   v7：ラベル統一・04強み・10マインド・12プロフ・13声・14流れ・15フッター
   ============================================================ */
/* 小見出しラベル＝吹き出しピル型に統一 */
.sec-label__line, .sec-label__dot { display: none !important; }
.sec-label { margin-bottom: 18px; }
.sec-label__txt {
  position: relative; display: inline-block; padding: 8px 24px; border-radius: 999px;
  border: 2px solid var(--blue); color: var(--blue); background: #fff;
  font-family: var(--font-head); font-weight: 700; font-size: 13.5px; letter-spacing: .12em;
}
.sec-label__txt::after {
  content: ""; position: absolute; left: 50%; bottom: -8px; transform: translateX(-50%) rotate(45deg);
  width: 12px; height: 12px; background: #fff;
  border-right: 2px solid var(--blue); border-bottom: 2px solid var(--blue);
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
.sec-label--light .sec-label__txt { background: transparent; color: #fff; border-color: rgba(255,255,255,.85); }
.sec-label--light .sec-label__txt::after { background: transparent; border-color: rgba(255,255,255,.85); }

/* 04 強み3つ */
.about__perks { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; max-width: 760px; margin: 30px auto 0; padding-top: 26px; border-top: 1.5px dashed #D9E4F1; }
.about__perks li { text-align: center; padding: 0 4px; }
.about__perks span { display: block; width: 52px; margin: 0 auto 8px; }
.about__perks h3 { font-family: var(--font-head); font-weight: 700; color: var(--ink-navy); font-size: clamp(12.5px, 3.2vw, 16px); margin-bottom: 6px; }
.about__perks p { color: var(--ink-soft); font-size: clamp(10.5px, 2.7vw, 13px); line-height: 1.75; }

/* 10 マインドカード */
.mind__list { display: grid; gap: 16px; max-width: 720px; margin: 30px auto 0; }
.mind-card { background: #fff; border-radius: 18px; padding: 22px 20px; display: flex; align-items: center; gap: 16px; box-shadow: 0 10px 26px rgba(27,84,163,.09); }
.mind-card__txt { flex: 1; }
.mind-card__txt h3 { font-family: var(--font-head); font-weight: 900; color: var(--ink-navy); font-size: clamp(18px, 4.6vw, 22px); display: flex; align-items: center; flex-wrap: wrap; line-height: 1.4; }
.mind-card__no { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 50%; margin-right: 10px; background: var(--yellow); color: var(--ink-navy); font-size: 16px; font-weight: 900; flex: none; }
.mind-card__line { display: block; height: 2.5px; background: linear-gradient(90deg, var(--blue), #8FD9F2); border-radius: 2px; margin: 10px 0; position: relative; }
.mind-card__line::after { content: ""; position: absolute; right: 0; top: 50%; transform: translateY(-50%); width: 7px; height: 7px; border-radius: 50%; background: #8FD9F2; }
.mind-card__txt p { color: var(--ink-soft); font-size: 13.8px; line-height: 1.9; }
.mind-card__ill { flex: none; width: 36%; max-width: 190px; height: auto; border-radius: 10px; }
.mind-card:nth-child(3) .mind-card__ill { width: 27%; max-width: 140px; }
.heart__grid { display: none; }

/* 12 プロフィール */
.profile__photo { position: relative; }
.profile__photo img { border: 3px solid var(--blue); }
.profile__badge {
  position: absolute; right: -6px; bottom: -10px; width: 108px; aspect-ratio: 1; border-radius: 50%;
  background: var(--ink-navy); color: #fff; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 3px;
  text-align: center; box-shadow: 0 8px 18px rgba(10,30,80,.3); font-family: var(--font-head);
}
.profile__badge b { font-size: 20px; font-weight: 900; }
.profile__badge b small { font-size: .55em; font-weight: 700; margin-left: 2px; }
.profile__badge i { width: 44px; height: 3px; border-radius: 2px; background: var(--yellow); }
.profile__badge span { font-size: 9.5px; line-height: 1.35; font-weight: 700; }
.quote__div { border: none; border-top: 1.5px dashed #9fc2e2; margin: 10px 0; }

/* 13 声 v2 */
.vstat__icon { display: block; width: 40px; margin: 0 auto 6px; }
.voices__stats u { text-decoration: none; background: linear-gradient(transparent 72%, rgba(252,206,90,.75) 72%); font-weight: 700; color: var(--ink-navy); }
.voice2 { background: #fff; border-radius: 18px; padding: 20px; box-shadow: 0 10px 24px rgba(27,84,163,.08); }
.voice2 figcaption { display: flex; align-items: center; gap: 9px; margin-bottom: 10px; font-family: var(--font-head); color: var(--ink-navy); font-size: 13.5px; font-weight: 700; flex-wrap: wrap; }
.voice2__stars { color: #F5B301; letter-spacing: .1em; font-size: 14px; }
.voice2 h3 { font-family: var(--font-head); font-weight: 900; color: var(--ink-navy); font-size: clamp(16.5px, 4.2vw, 19px); line-height: 1.75; margin-bottom: 8px; }
.voice2 blockquote { color: var(--ink-soft); font-size: 13.8px; line-height: 1.95; }
.voices__close { display: flex; align-items: center; justify-content: center; gap: 9px; width: fit-content; margin: 28px auto 0; padding: 12px 26px; border: 2px solid var(--blue); border-radius: 999px; background: #fff; color: var(--ink-navy); font-family: var(--font-head); font-weight: 700; font-size: clamp(13.5px, 3.5vw, 16px); }
.voices__close svg { color: var(--blue); flex: none; }
@media (min-width: 820px) { .voices__grid { grid-template-columns: repeat(3, 1fr); } }

/* 14 STEP横型 */
.steps2 { list-style: none; display: flex; flex-direction: column; max-width: 620px; margin: 0 auto; }
.step2 { background: #fff; border-radius: 18px; padding: 18px 18px; display: flex; align-items: center; gap: 16px; box-shadow: 0 12px 26px rgba(4,20,50,.28); }
.step2__circle { flex: none; width: min(24vw, 104px); aspect-ratio: 1; border-radius: 50%; background: #EFF5FB; display: flex; align-items: center; justify-content: center; }
.step2__circle svg { width: 62%; height: 62%; }
.step2__txt { flex: 1; border-left: 1.5px solid #DCE6F2; padding-left: 16px; }
.step2__txt h3 { font-family: var(--font-head); font-weight: 900; color: var(--ink-navy); font-size: clamp(17px, 4.4vw, 21px); display: flex; align-items: center; gap: 9px; flex-wrap: wrap; }
.step2__badge { background: var(--navy); color: #fff; border-radius: 999px; padding: 4px 12px; font-size: 11.5px; letter-spacing: .08em; font-weight: 700; flex: none; }
.step2__txt p { color: var(--ink-soft); font-size: 13px; line-height: 1.85; margin-top: 7px; }
.steps2__arrow { align-self: center; line-height: 0; margin: 10px 0; }
.flow__note--shield { display: flex; align-items: center; justify-content: center; gap: 9px; }

/* 15 フッター */
.footer2 { text-align: center; padding: 10px 0 0; }
.footer2__logo { margin-bottom: 22px; }
.footer2__bubble {
  position: relative; display: inline-block; padding: 12px 30px; border: 2.5px solid #fff; border-radius: 16px;
  color: #fff; font-family: var(--font-head); font-weight: 900; font-size: clamp(26px, 7vw, 34px); letter-spacing: .02em; font-style: italic;
}
.footer2__bubble::after { content: ""; position: absolute; left: 50%; bottom: -9px; transform: translateX(-50%) rotate(45deg); width: 14px; height: 14px; background: inherit; border-right: 2.5px solid #fff; border-bottom: 2.5px solid #fff; background: #101E45; }
.footer2__sub { display: block; margin-top: 15px; color: #fff; font-family: var(--font-head); font-weight: 700; font-size: 13px; letter-spacing: .28em; }
.footer2__tagline { color: #fff; font-family: var(--font-head); font-weight: 700; font-size: clamp(15px, 4vw, 19px); letter-spacing: .06em; line-height: 2; margin-bottom: 24px; }
.footer2__highlight { color: var(--yellow); }

/* v128: フッターは正式なStudyLinkロゴを主役にする */
.footer2__logo {
  display: block;
  position: relative;
  width: clamp(190px, 25vw, 260px);
  aspect-ratio: 1.22;
  margin: 0 auto 16px;
  overflow: hidden;
}
.footer2__brand-image {
  position: absolute;
  top: -30.8%;
  left: -21.7%;
  width: 142.2%;
  max-width: none;
  height: auto;
}
.footer2__logo:focus-visible {
  outline: 3px solid var(--yellow);
  outline-offset: 5px;
  border-radius: 8px;
}
.footer2__sns { display: flex; justify-content: center; gap: 13px; margin-bottom: 26px; }
.sns2 { width: 52px; height: 52px; border-radius: 50%; background: #fff; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 12px rgba(0,0,0,.25); transition: transform .2s ease; }
.sns2:hover { transform: translateY(-3px); }
.sns2--line { background: #06C755; }
.sns2--yahoo { background: #fff; color: #e60012; font-family: Arial, sans-serif; font-size: 18px; font-weight: 900; }
.footer2__links { display: flex; justify-content: center; align-items: center; gap: 10px; color: #8fa2c8; font-size: 12.5px; margin-bottom: 18px; flex-wrap: wrap; }
.footer2__links a { color: #C9D6EE; text-decoration: none; }
.footer2__links a:hover { color: #fff; }
/* v7b 微修正 */
.voices__close { max-width: 92%; }
.voices__close-txt { line-height: 1.8; }
.profile__photo { overflow: visible; }
.profile__badge { right: 4px; bottom: -8px; }

/* ---------- v8：ゆなさん微調整①〜⑥ ---------- */
/* ① ヒーロー：先生小窓を上部に大きく・バッジ丸型 */
.hero__teacher { position: static !important; display: flex; align-items: center; gap: 4px; margin-bottom: 18px; text-align: left; }
.hero__teacher img { width: clamp(118px, 31vw, 158px) !important; border-width: 3px; }
.hero__teacher-note {
  margin-top: 0 !important; font-size: 13px !important; padding: 10px 14px !important;
  border-radius: 14px !important;
}
.hero__teacher-note::before {
  top: 50% !important; left: -7px !important; transform: translateY(-50%) !important;
  border: 7px solid transparent !important; border-right-color: #fff !important; border-left: 0 !important;
}
.hero__badge {
  width: 82px; aspect-ratio: 1; border-radius: 50% !important; padding: 0 !important;
  font-size: 13.5px !important; line-height: 1.3 !important; flex: none;
  border-width: 3px !important;
}
.hero__actions { flex-wrap: nowrap; }
.hero__cta { flex: 1; min-width: 0; }
.hero__link-line { display: none; }
@media (min-width: 820px) {
  .hero__teacher img { width: 150px !important; }
}

/* ② 解決ブロックの縦位置を統一 */
.pair__solve { align-items: center; }
.pair { justify-content: space-between; }
@media (min-width: 820px) {
  .pair__wbody { min-height: 170px; align-items: center; }
  .pair__stext p { min-height: 84px; }
}

/* ③ 講師グラフカードを主役に */
.mnb-tutors { max-width: 720px; margin: 26px auto 30px; padding: 22px 22px 16px; }
.mnb-tutors__title { text-align: center; font-family: var(--font-head); font-weight: 900; color: var(--ink-navy); font-size: clamp(17px, 4.4vw, 22px); margin-bottom: 14px; }
.mnb-tutors figcaption { font-size: 12px; }

/* ⑤ プロフィール写真を丸に */
.profile__photo img { border-radius: 50% !important; aspect-ratio: 1; object-fit: cover; object-position: center 20%; }
.profile__badge { right: 0; bottom: 2px; }

/* ⑥ 読みやすい文章配置（行バランス自動調整） */
.lead-text, .sec-title, .about__lead, .parents__lead, .vs2__closing,
.stack-card__closing, .loop2__closing, .voices__close-txt, .footer2__tagline { text-wrap: balance; }
/* v8b：ヒーローバッジ・CTA・見出しバランス */
.hero__badge { display: flex; align-items: center; justify-content: center; text-align: center; }
.hero__badge > span { display: block; line-height: 1.35; }
.hero__cta { font-size: 15.5px !important; white-space: nowrap; padding: 17px 16px !important; }
.pair__stext h3 { text-wrap: balance; }

/* ---------- v9：PC版ヒーローをインパクト構成に ---------- */
.mnb-tutors__title .c-blue { color: var(--blue); font-size: 1.25em; }
@media (min-width: 820px) {
  .hero__inner { grid-template-columns: 1.12fr 1fr; align-items: end; gap: 0; }
  .hero__text { padding: 26px 0 70px; }
  .hero__teacher { margin-bottom: 20px; }
  .hero__teacher img { width: 172px !important; }
  .hero__teacher-note { font-size: 15px !important; padding: 12px 18px !important; }
  .hero__title { font-size: clamp(42px, 4.8vw, 66px); line-height: 1.32; }
  .hero__big::after {
    left: 0; width: 102%; height: 15px; bottom: -8px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 400 20' preserveAspectRatio='none'%3E%3Cpath d='M6 13c60-6 130 5 190-3 70-8 140 4 198-4' fill='none' stroke='%23ffffff' stroke-width='9' stroke-linecap='round' opacity='.92'/%3E%3C/svg%3E") no-repeat center / 100% 100%;
  }
  .hero__sub { font-size: 19px; margin-top: 22px; }
  .hero__actions { margin-top: 26px; gap: 18px; }
  .hero__badge { width: 100px; font-size: 15.5px !important; border-width: 3.5px !important; }
  .hero__cta { font-size: 19px !important; padding: 21px 34px !important; flex: none; }
  .hero__media { min-height: 600px; }
  .hero__student { width: min(116%, 720px); max-width: none; }
  .hero__arrow { width: 74%; max-width: 460px; right: -7%; bottom: 40%; }
  .hero__link-line { display: block; top: 0; left: -16%; width: 56%; max-width: 340px; opacity: .95; }
}
/* v9b：2行目「今日もできた！が」を一体化 */
.hero__line2 { white-space: nowrap; position: relative; display: inline-block; }
@media (min-width: 820px) {
  .hero__big::after { display: none; }
  .hero__line2::after {
    content: ""; position: absolute; left: 0; width: 100%; height: 15px; bottom: -8px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 400 20' preserveAspectRatio='none'%3E%3Cpath d='M6 13c60-6 130 5 190-3 70-8 140 4 198-4' fill='none' stroke='%23ffffff' stroke-width='9' stroke-linecap='round' opacity='.92'/%3E%3C/svg%3E") no-repeat center / 100% 100%;
  }
  .hero__title { font-size: clamp(40px, 4.2vw, 58px); }
}

/* ============================================================
   v10：ヒーロー アート方式（デザイン案2準拠）
   ============================================================ */
.hero2 { background: #123C8F; }
.hero2__frame { position: relative; max-width: 1672px; margin: 0 auto; }
.hero2__bg { display: block; width: 100%; height: auto; }
.hero2__note {
  position: absolute; left: 29.5%; top: 3.2%; width: 25%;
  text-align: center; color: var(--ink-navy); font-family: var(--font-head);
  font-weight: 700; font-size: clamp(11px, 3.1vw, 14px); line-height: 1.45;
}
.hero2__title {
  position: absolute; left: 4.5%; top: 21.5%; color: #fff;
  font-family: 'Noto Sans JP', sans-serif; font-weight: 900;
  font-size: clamp(30px, 11.4vw, 100px); line-height: 1.32; letter-spacing: .01em;
  text-shadow: 0 2px 14px rgba(10,40,100,.35);
}
.hero2__title .c-yellow { font-size: 1.1em; }
.hero2__l2 { font-size: .94em; letter-spacing: 0; white-space: nowrap; }
.hero2__l2 small { font-size: .6em; }
.hero2__sub {
  position: absolute; left: 4.5%; top: 50.5%; color: #fff;
  font-family: 'Noto Sans JP', sans-serif; font-weight: 700;
  font-size: clamp(13px, 3.9vw, 34px); letter-spacing: .03em;
}
.hero2__sub b { color: var(--yellow); }
.hero2__badge {
  position: absolute; left: 4.2%; top: 60.8%; width: 15.8%; aspect-ratio: 1;
  display: flex; align-items: center; justify-content: center; text-align: center;
  color: var(--ink-navy); font-family: var(--font-head); font-weight: 900;
  font-size: clamp(10px, 3vw, 26px); line-height: 1.3;
}
.hero2__cta {
  position: absolute; left: 20%; top: 61.5%; width: 37%; height: 5.2%;
  display: flex; align-items: center; justify-content: center; gap: 6px;
  color: var(--ink-navy); font-family: var(--font-head); font-weight: 900;
  font-size: clamp(13px, 3.9vw, 34px); text-decoration: none; letter-spacing: .02em;
}
@media (min-width: 820px) {
  .hero2__note { left: 21.8%; top: 7.5%; width: 13%; font-size: clamp(13px, 1.15vw, 19px); }
  .hero2__title { left: 6%; top: 24%; font-size: clamp(40px, 4.7vw, 80px); line-height: 1.3; }
  .hero2__l2 { position: relative; }
  .hero2__l2::after {
    content: ""; position: absolute; left: 0; width: 100%; height: 14px; bottom: -8px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 400 20' preserveAspectRatio='none'%3E%3Cpath d='M6 13c60-6 130 5 190-3 70-8 140 4 198-4' fill='none' stroke='%23ffffff' stroke-width='9' stroke-linecap='round' opacity='.92'/%3E%3C/svg%3E") no-repeat center / 100% 100%;
  }
  .hero2__sub { left: 6%; top: 56.5%; font-size: clamp(16px, 1.55vw, 27px); }
  .hero2__badge { left: 5.6%; top: 61.5%; width: 9%; font-size: clamp(14px, 1.35vw, 24px); }
  .hero2__cta { left: 14.2%; top: 63.5%; width: 28.5%; height: 11%; font-size: clamp(18px, 1.9vw, 33px); }
}
/* v10b：ヒーロー位置微調整 */
.hero2__title { top: 20.4%; font-size: clamp(30px, 12vw, 106px); line-height: 1.36; }
.hero2__l3 { display: inline-block; margin-top: .32em; }
.hero2__sub { top: 50.2%; font-size: clamp(12.5px, 3.55vw, 31px); width: 91%; line-height: 1.75; }
.hero2__cta { left: 19.5%; width: 39%; font-size: clamp(12px, 3.5vw, 31px); white-space: nowrap; }
@media (min-width: 820px) {
  .hero2__title { left: 23%; top: 18.5%; font-size: clamp(38px, 3.6vw, 62px); line-height: 1.34; }
  .hero2__l3 { margin-top: .28em; }
  .hero2__sub { left: 23%; top: 45.5%; font-size: clamp(15px, 1.5vw, 26px); width: auto; }
  .hero2__sub br.only-sp { display: none; }
}
/* v10c */
.hero2__cta { padding-left: 7%; }
@media (min-width: 820px) { .hero2__cta { padding-left: 4%; } }
/* v10d：PC版の最終上書き（優先順位確保のため最後に定義） */
@media (min-width: 820px) {
  .hero2__title { left: 23%; top: 18.5%; font-size: clamp(38px, 3.6vw, 62px); }
  .hero2__sub { left: 23.3%; top: 48.4%; width: auto; font-size: clamp(14px, 1.28vw, 22px); white-space: nowrap; line-height: 1.6; }
  .hero2__badge { left: 5.6%; top: 61.5%; width: 9%; font-size: clamp(14px, 1.35vw, 24px); }
  .hero2__cta { left: 14.2%; top: 63.3%; width: 28.5%; font-size: clamp(17px, 1.8vw, 29px); white-space: nowrap; padding-left: 4%; }
}

/* ============================================================
   v11：デザイン案2のPCレイアウト（学び3列・マインド3列・STEP横・しくみ2列・フッターロゴ）
   ============================================================ */
.footer2__mark { display: block; margin: 0 auto 10px; width: 84px; height: auto; }
.footer2__name { display: block; color: #fff; font-family: var(--font-head); font-weight: 900; font-size: clamp(26px, 6.4vw, 34px); letter-spacing: .06em; }
.footer2__name i { font-style: normal; color: #35C8E8; }
.footer2__div { display: flex; align-items: center; justify-content: center; margin-top: 14px; }
.footer2__div::before, .footer2__div::after { content: ""; width: 74px; height: 1.5px; background: #2c3f6e; }
.footer2__div i { width: 8px; height: 8px; border-radius: 50%; background: var(--yellow); margin: 0 10px; }

@media (min-width: 860px) {
  /* 学びの考え方：3列 */
  .loop2 { flex-direction: row; align-items: stretch; max-width: 1000px; }
  .loop2-card { flex: 1; flex-direction: column; text-align: center; gap: 12px; padding: 26px 18px; }
  .loop2-card__circle { width: 108px; }
  .loop2-card__txt h3 { justify-content: center; font-size: 20px; }
  .loop2__arrow { transform: rotate(-90deg); margin: 0 4px; align-self: center; flex: none; }
  /* マインド：3列 */
  .mind__list { grid-template-columns: repeat(3, 1fr); max-width: 1000px; gap: 18px; }
  .mind-card { flex-direction: column; align-items: flex-start; }
  .mind-card__ill { width: 78% !important; max-width: 230px !important; align-self: center; }
  /* STEP：横並び */
  .steps2 { flex-direction: row; align-items: stretch; max-width: 1020px; }
  .step2 { flex: 1; flex-direction: column; text-align: center; gap: 12px; padding: 24px 16px; }
  .step2__txt { border-left: none; padding-left: 0; }
  .step2__txt h3 { justify-content: center; font-size: 19px; }
  .steps2__arrow { transform: rotate(-90deg); margin: 0 2px; align-self: center; }
  /* しくみ：タイムライン＋積み上げの2列 */
  .rhythm .container--mid { display: grid; grid-template-columns: 1.05fr 1fr; gap: 12px 40px; max-width: 1040px; }
  .rhythm .sec-label, .rhythm .sec-title { grid-column: 1 / -1; }
  .rhythm .timeline { grid-column: 1; }
  .rhythm .stack-card { grid-column: 2; align-self: center; margin: 0; }
}
/* v11b */
.timeline__body h3 .marker { white-space: nowrap; }
@media (min-width: 860px) { .timeline__body h3 { font-size: 16.5px; } }
/* v12：新イラストのサイズ調整 */
.pair__ill { max-height: 200px; width: auto; max-width: 42%; object-fit: contain; }
.mind-card__ill { max-height: 260px; object-fit: contain; }

/* ============================================================
   v13：デザイン案2アイコンへの全差し替え
   ============================================================ */
.reason__img { width: 70%; height: auto; display: block; }
.about__perks span img { width: 100%; height: auto; display: block; }
.loop2-card__circle--img { background: none !important; box-shadow: 0 8px 18px rgba(23,55,110,.22); border-radius: 50%; width: min(28vw, 120px); height: auto; }
.cmp__icon--img { width: 46px; height: 46px; border-radius: 8px; overflow: hidden; display: flex; align-items: center; justify-content: center; }
.cmp__icon--img img { width: 100%; height: 100%; object-fit: cover; }
.cmp--navy .cmp__svc { background: #0751A0; }
.cmp--cyan .cmp__svc { background: #079DEA; }
.cmp--blueA .cmp__svc { background: #1772CA; }
.cmp--blueB .cmp__svc { background: #1474CC; }
.cmp--sl .cmp__svc { background: #FDCC60; }
.manabo__icon--img { background: none !important; border: none !important; width: 54px !important; height: auto !important; }
.manabo__icon--img img { width: 100%; height: auto; display: block; }
.vstat__icon img { width: 100%; height: auto; display: block; }
.vstat__icon { width: 46px; }
.vstat__icon--stars { width: 116px; }
.step2__circle--img { background: none !important; border-radius: 14px; }
.consult__icon--img { width: 86px !important; }
.consult__icon--img img { width: 100%; height: auto; display: block; border-radius: 12px; }
@media (min-width: 860px) { .loop2-card__circle--img { width: 116px; } }

/* ---------- v14：④ラベル拡大 ③はみ出し修正 ---------- */
.sec-label__txt {
  font-size: 15.5px !important; padding: 11px 30px !important;
  border-width: 2.5px !important; letter-spacing: .14em !important;
}
.sec-label__txt::after { bottom: -9px !important; width: 14px !important; height: 14px !important; border-width: 2.5px !important; }
.sec-label { margin-bottom: 24px; }
.timeline__card { overflow: hidden; }
.timeline__icon--ill { width: 30% !important; max-width: 150px; align-self: center; }
.timeline__icon--ill img { width: 100%; height: auto; }
@media (min-width: 860px) {
  .rhythm .stack-card { align-self: start; margin-top: 8px; }
  .timeline__icon--ill { width: 27% !important; }
}
.timeline__body { min-width: 0; }

/* ---------- v15：新ヒーロー背景（先生実写・ヘッドホンなし）位置調整 ---------- */
.hero2__note {
  left: 52%; top: 5.5%; width: auto; padding: 10px 16px;
  background: #fff; border-radius: 14px; box-shadow: 0 5px 14px rgba(6,30,70,.25);
  font-size: clamp(11.5px, 3.2vw, 15px);
}
.hero2__note::before {
  content: ""; position: absolute; left: -8px; top: 50%; transform: translateY(-50%);
  border: 8px solid transparent; border-right-color: #fff; border-left: 0;
}
.hero2__title { top: 21.5%; }
.hero2__sub { top: 52.5%; left: 5%; }
.hero2__badge { left: 4.3%; top: 43.2%; width: 15%; }
.hero2__cta { left: 15%; top: 44%; width: 41%; height: 4.8%; }
@media (min-width: 820px) {
  .hero2__note { left: 23.5%; top: 7%; font-size: clamp(13px, 1.1vw, 18px); padding: 12px 18px; }
  .hero2__title { left: 25%; top: 16.5%; }
  .hero2__sub { left: 25.3%; top: 53.6%; }
  .hero2__badge { left: 4.4%; top: 59.6%; width: 8.2%; }
  .hero2__cta { left: 13%; top: 60.8%; width: 26.5%; height: 9%; padding-left: 4%; }
  .hero2__l2::after { display: none; }
}
/* v15b：新背景の実測補正 */
.hero2__title { top: 22%; font-size: clamp(30px, 11.4vw, 100px); }
.hero2__badge { left: 2.6%; top: 63.4%; width: 17%; }
.hero2__cta { left: 16%; top: 64.4%; width: 39%; height: 5.6%; }
@media (min-width: 820px) {
  .hero2__badge { left: 4.3%; top: 76.4%; width: 9.4%; }
  .hero2__cta { left: 14%; top: 78%; width: 29%; height: 8.6%; }
}
/* v15c：PCタイトル最終指定（上書き順対策・最後に定義） */
@media (min-width: 820px) {
  .hero2__title { left: 25%; top: 16.5%; font-size: clamp(38px, 3.6vw, 62px); line-height: 1.34; }
}
/* v16：吹き出しの突起を本体と一体化 */
.sec-label__txt::after { clip-path: none !important; z-index: 1; }
.sec-label__txt { z-index: 2; }

/* v17：08-07 ゆなさん指摘修正（吹き出し突起・マインドタイトル） */
.sec-label__txt::after {
  bottom: -7px !important;
  width: 12px !important;
  height: 12px !important;
  background: inherit !important;
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 2.5px solid currentColor !important;
  border-bottom: 2.5px solid currentColor !important;
  z-index: -1 !important;
}
.sec-label__txt { isolation: isolate; }
.mind-card__txt h3 { flex-wrap: nowrap; }
.mind-card__txt h3 .mind-card__no { flex: 0 0 40px; }
@media (min-width: 860px) {
  .mind-card__txt h3 { font-size: clamp(17px, 1.55vw, 22px); }
}

/* v18：08-07 細部調整（悩みカード・強みアイコン帯・グラフ配置） */
.pair__moya { display: none !important; }
.pair__who {
  font-size: 14.5px !important;
  padding: 8px 18px !important;
  min-width: 128px;
  text-align: center;
  box-shadow: 0 5px 12px rgba(27,84,163,.13);
}
.pair__who--st { background: #25BFE0 !important; }
.pair__who--pa { background: #F2A23A !important; }
.pair__wbody { gap: 16px; align-items: stretch; }
.pair__bubble {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 118px;
  padding: 22px 24px;
}
.pair__bubble p {
  width: 100%;
  font-size: 15px;
  line-height: 1.85;
  text-align: left;
}
.pair__ill { max-width: 45%; }
@media (max-width: 480px) {
  .pair__who { font-size: 14px !important; min-width: 120px; padding: 8px 16px !important; }
  .pair__wbody { gap: 10px; }
  .pair__bubble { min-height: 112px; padding: 18px 16px; }
  .pair__bubble p { font-size: 13.5px; line-height: 1.75; }
}
.about__perks {
  max-width: 900px;
  gap: 18px;
  padding-top: 32px;
}
.about__perks span { width: 76px !important; margin-bottom: 12px !important; }
.about__perks h3 { font-size: clamp(16px, 4.1vw, 22px) !important; margin-bottom: 10px !important; }
.about__perks p { font-size: clamp(13px, 3.2vw, 16px) !important; line-height: 1.85 !important; }
.about__perks span img { filter: drop-shadow(0 4px 8px rgba(27,84,163,.12)); }
@media (min-width: 860px) {
  .rhythm .container--mid {
    grid-template-columns: .9fr 1.18fr;
    gap: 12px 46px;
    max-width: 1160px;
  }
  .rhythm .stack-card {
    max-width: none;
    width: 100%;
    align-self: start;
    margin-top: 94px;
  }
  .stack-card__body { padding: 18px 18px 20px; }
  .stack-card__cap { font-size: 13px; }
  .stack-card__closing { font-size: 18px; }
}
@media (min-width: 1180px) {
  .rhythm .stack-card { margin-top: 104px; }
}

/* v19：08-07 image2新アイコン差し替え */
.reason__img { width: 78% !important; }
.about__perks span { width: 88px !important; }
.loop2-card__circle--img {
  width: min(31vw, 132px) !important;
  box-shadow: 0 10px 22px rgba(23,55,110,.14) !important;
}
.cmp__icon--img {
  width: 62px !important;
  height: 62px !important;
  padding: 6px;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 6px 14px rgba(0,0,0,.12);
}
.cmp__icon--img img { object-fit: contain !important; border-radius: 10px; }
.parents__callout-icon--img {
  width: 80px;
  height: 80px;
  padding: 8px;
}
.parents__callout-icon--img img { width: 100%; height: 100%; object-fit: contain; display: block; }
@media (min-width: 860px) {
  .loop2-card__circle--img { width: 132px !important; }
}
@media (max-width: 640px) {
  .cmp__icon--img { width: 54px !important; height: 54px !important; padding: 5px; }
}

/* v20：08-07 アイコン反映漏れ・白背景欠け修正 */
.reason__circle {
  overflow: visible !important;
  background: #fff !important;
}
.reason__img {
  width: 76% !important;
  height: 76% !important;
  object-fit: contain !important;
  border-radius: 0 !important;
}
.about__perks span {
  width: 104px !important;
  height: 104px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.about__perks span img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
}
.loop2-card__circle--img {
  background: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  object-fit: contain !important;
}
.cmp__icon--img {
  background: transparent !important;
  box-shadow: none !important;
  padding: 0 !important;
  border-radius: 0 !important;
  overflow: visible !important;
}
.cmp__icon--img img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  border-radius: 0 !important;
}
.parents__callout-icon--img {
  background: #fff !important;
  border-radius: 50% !important;
  width: 82px !important;
  height: 82px !important;
}

/* v21：08-07 新ファイル名でキャッシュ回避・統計アイコン差し替え */
.reason__circle { overflow: visible !important; }
.reason__img { display: block !important; }
.vstat__icon--new {
  width: 74px !important;
  height: 74px !important;
  margin-bottom: 8px !important;
}
.vstat__icon--new img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  display: block;
}

/* v22：08-07 細部修正（解決バッジ・ポモドーロ・統計・マインド） */
.pair__solve {
  position: relative;
  display: block !important;
  padding: 8px 86px 0 0 !important;
  min-height: 74px;
}
.pair__badge {
  position: absolute !important;
  right: 0;
  top: 0;
  width: 66px !important;
  height: 66px !important;
}
.pair__stext h3 { padding-right: 4px; }
.pair__stext p { min-height: 0 !important; }
.timeline__item:nth-child(2) .timeline__icon--ill {
  transform: translateY(16px);
}
.vs-note__bulb { width: 38px !important; }
.vs-note__bulb svg { width: 38px; height: 38px; }
.mind-card:nth-child(2) .mind-card__txt h3 {
  font-size: clamp(15px, 1.22vw, 18px) !important;
  letter-spacing: 0 !important;
  white-space: nowrap;
}
.voices__stats li {
  display: flex;
  min-height: 250px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.voices__stats b.big {
  font-size: clamp(36px, 5vw, 46px) !important;
  line-height: 1.1;
}
.voices__stats p {
  font-size: clamp(14px, 1.8vw, 16px) !important;
  line-height: 1.8 !important;
}
.voices__stats b.big small { font-size: .5em; }
.vstat__icon--stars { width: 132px !important; margin-bottom: 18px !important; }
.vstat__icon--new { width: 92px !important; height: 92px !important; margin-bottom: 18px !important; }
.cmp__icon--img img { opacity: 1 !important; }
@media (max-width: 640px) {
  .pair__solve { padding-right: 76px !important; }
  .pair__badge { width: 60px !important; height: 60px !important; }
  .mind-card:nth-child(2) .mind-card__txt h3 { font-size: 15px !important; }
  .voices__stats li { min-height: 190px; padding: 16px 6px !important; }
  .voices__stats b.big { font-size: 28px !important; }
  .voices__stats p { font-size: 11.5px !important; }
}

/* v23：08-07 細部再調整（解決バッジ左・理由下線削除・統計統一） */
.pair__solve {
  display: flex !important;
  align-items: flex-start !important;
  gap: 16px !important;
  padding: 8px 0 0 !important;
  min-height: 74px;
}
.pair__badge {
  position: relative !important;
  right: auto !important;
  top: auto !important;
  flex: 0 0 66px;
}
.pair__stext {
  flex: 1;
  min-width: 0;
}
.pair__stext h3 { padding-right: 0 !important; }
.reason__dots { display: none !important; }
.reason:nth-child(4) .reason__name {
  white-space: nowrap;
  font-size: clamp(14px, 1.55vw, 19px) !important;
}
.stack-card__head {
  justify-content: center !important;
  gap: 0 !important;
}
.vs-note__bulb { width: 40px !important; }
.vs-note__bulb svg { width: 40px !important; height: 40px !important; }
.voices__stats li {
  min-height: 238px !important;
  padding: 20px 10px !important;
}
.voices__stats b.big {
  font-size: clamp(31px, 4vw, 38px) !important;
}
.voices__stats b.big small { font-size: .55em !important; }
.vstat__icon--stars { width: 118px !important; margin-bottom: 18px !important; }
.vstat__icon--new { width: 86px !important; height: 86px !important; margin-bottom: 18px !important; }
.voices__close { gap: 0 !important; }
.voices__close svg { display: none !important; }
@media (max-width: 640px) {
  .pair__solve { gap: 12px !important; padding-top: 4px !important; }
  .pair__badge { flex-basis: 58px; width: 58px !important; height: 58px !important; }
  .reason:nth-child(4) .reason__name { white-space: normal; }
  .voices__stats li { min-height: 178px !important; padding: 16px 6px !important; }
  .voices__stats b.big { font-size: 26px !important; }
  .vstat__icon--stars { width: 86px !important; }
  .vstat__icon--new { width: 64px !important; height: 64px !important; }
}

/* v24：08-07 無料相談アイコン差し替え・注釈マーク化 */
.vs-note__bulb { display: none !important; }
.vs-note__mark {
  flex: none;
  width: 40px;
  color: #E8B93A;
  font-family: var(--font-head);
  font-size: 30px;
  font-weight: 900;
  line-height: 1.1;
  text-align: center;
  margin-top: 1px;
}
.step2__circle--img {
  width: min(28vw, 124px) !important;
  height: min(28vw, 124px) !important;
  object-fit: contain !important;
  border-radius: 0 !important;
}
.consult__icon--img {
  width: 104px !important;
  height: 104px !important;
}
.consult__icon--img img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  border-radius: 0 !important;
}
@media (min-width: 860px) {
  .step2__circle--img { width: 132px !important; height: 132px !important; }
}
@media (max-width: 640px) {
  .vs-note__mark { width: 26px; font-size: 22px; }
  .consult__icon--img { width: 86px !important; height: 86px !important; }
}

/* v25：08-07 無料相談カード・理由下線・解決バッジ微調整 */
.reasons__swash { display: none !important; }
.reasons__underline {
  display: block;
  width: min(48%, 260px);
  height: 8px;
  margin: 12px auto 0;
  background: #FCCE5A;
  border-radius: 2px;
  transform: skewX(-8deg);
}
.consult__card {
  display: grid;
  grid-template-columns: 112px 1fr;
  column-gap: 18px;
  align-items: center;
}
.consult__icon--img {
  grid-column: 1;
  grid-row: 1;
  margin-bottom: 0 !important;
}
.consult__card h4 {
  grid-column: 2;
  grid-row: 1;
  margin-bottom: 0 !important;
}
.consult__card p {
  grid-column: 1 / -1;
  margin-top: 16px;
}
.pair__badge {
  transform: translateY(-10px);
}
@media (max-width: 640px) {
  .reasons__underline { width: min(58%, 210px); height: 7px; }
  .consult__card {
    grid-template-columns: 84px 1fr;
    column-gap: 14px;
  }
  .consult__card p { margin-top: 14px; }
  .pair__badge { transform: translateY(-6px); }
}

/* v26：08-07 トップFV素材合成版 */
.hero2 { background: #062d86; }
.hero2__frame {
  max-width: 1672px;
  overflow: hidden;
}
@media (min-width: 820px) {
  .hero2__note { left: 21.6% !important; top: 7.1% !important; }
  .hero2__title { left: 24.8% !important; top: 17.4% !important; font-size: clamp(38px, 4vw, 68px) !important; }
  .hero2__sub { left: 5.4% !important; top: 62.2% !important; font-size: clamp(17px, 1.65vw, 28px) !important; }
  .hero2__badge { left: 5.2% !important; top: 69.4% !important; width: 10.2% !important; }
  .hero2__cta { left: 14.4% !important; top: 70.8% !important; width: 30.8% !important; height: 10.2% !important; }
}
@media (max-width: 819px) {
  .hero2__note { left: 36% !important; top: 6.5% !important; width: 34% !important; font-size: clamp(13px, 3vw, 22px) !important; }
  .hero2__title { left: 7% !important; top: 23% !important; font-size: clamp(34px, 11vw, 86px) !important; }
  .hero2__sub { left: 7% !important; top: 55% !important; width: 88% !important; }
  .hero2__badge { left: 7% !important; top: 64.8% !important; width: 21% !important; }
  .hero2__cta { left: 25% !important; top: 65.8% !important; width: 55% !important; height: 5.4% !important; }
}

/* v27：08-07 トップCTA・丸バッジをHTML側で再構築 */
.hero2__title,
.hero2__sub,
.hero2__note,
.hero2__badge,
.hero2__cta { z-index: 2; }
.hero2__l2 { position: relative; display: inline-block; }
.hero2__l2::after {
  content: "";
  position: absolute;
  left: 3%;
  right: 5%;
  bottom: -8px;
  height: 10px;
  border-radius: 999px;
  background: rgba(0, 176, 214, .88);
  transform: skewX(-8deg);
  z-index: -1;
}
.hero2__badge {
  background: #fff;
  border: 5px solid #14AEE8;
  border-radius: 50%;
  box-shadow: 0 10px 24px rgba(0,0,0,.26);
}
.hero2__cta {
  background: linear-gradient(180deg, #FFD967 0%, #F9BE27 100%);
  border: 2px solid rgba(255,255,255,.7);
  border-radius: 999px;
  box-shadow: 0 12px 28px rgba(5,22,70,.32), inset 0 1px 0 rgba(255,255,255,.55);
  padding-left: 0 !important;
}
.hero2__cta svg { margin-left: 8px; }
@media (min-width: 820px) {
  .hero2__sub { left: 5.4% !important; top: 60.5% !important; }
  .hero2__badge { left: 5.0% !important; top: 68.5% !important; width: 10.4% !important; }
  .hero2__cta { left: 14.2% !important; top: 70.2% !important; width: 31.5% !important; height: 9.8% !important; }
}
@media (max-width: 819px) {
  .hero2__cta { height: 5.8% !important; }
}

/* v28：08-07 トップを完成画像ベースに戻す */
.hero2 { background: #072d85 !important; }
.hero2__frame { max-width: 1668px !important; overflow: hidden; }
.hero2__bg { width: 100% !important; height: auto !important; }
.hero2__note,
.hero2__title,
.hero2__sub,
.hero2__badge {
  display: none !important;
}
.hero2__cta {
  position: absolute !important;
  z-index: 3 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  color: transparent !important;
  text-shadow: none !important;
  overflow: hidden !important;
  white-space: nowrap !important;
  padding: 0 !important;
}
.hero2__cta svg { display: none !important; }
@media (min-width: 820px) {
  .hero2__cta {
    left: 3.6% !important;
    top: 69.4% !important;
    width: 42.5% !important;
    height: 16.5% !important;
  }
}
@media (max-width: 819px) {
  .hero2__frame { max-width: 862px !important; }
  .hero2__cta {
    left: 3.6% !important;
    top: 28.1% !important;
    width: 42.5% !important;
    height: 6.6% !important;
  }
}

/* v29：08-07 スマホトップの不要な縦伸ばしを削除 */
@media (max-width: 819px) {
  .hero2__bg { display: block; }
  .hero2__cta {
    left: 3.6% !important;
    top: 69.4% !important;
    width: 42.5% !important;
    height: 16.5% !important;
  }
}

/* v30：08-07 新トップ画像＋ボタン素材を重ねる */
.hero2 { background: #062d86 !important; }
.hero2__frame { max-width: 1672px !important; overflow: hidden; }
.hero2__note,
.hero2__title,
.hero2__sub,
.hero2__badge { display: none !important; }
.hero2__cta {
  position: absolute !important;
  z-index: 4 !important;
  display: block !important;
  height: auto !important;
  background: none !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  overflow: visible !important;
  color: transparent !important;
}
.hero2__cta img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  max-width: none !important;
  filter: drop-shadow(0 10px 20px rgba(0,0,0,.22));
}
@media (min-width: 820px) {
  .hero2__cta {
    left: 3.5% !important;
    top: 68.8% !important;
    width: 43.5% !important;
  }
}
@media (max-width: 819px) {
  .hero2__frame { max-width: 1086px !important; }
  .hero2__cta {
    left: 5.2% !important;
    top: 51.9% !important;
    width: 60% !important;
  }
}

/* v31：08-07 スマホトップCTAの顔かぶり回避 */
@media (max-width: 819px) {
  .hero2__cta {
    left: 4.2% !important;
    top: 49.6% !important;
    width: 49% !important;
  }
}

/* v32：08-07 トップCTAを小さめにしてホバー感を追加 */
.hero2__cta {
  transform-origin: center center;
  transition: transform .18s ease, filter .18s ease, opacity .18s ease;
  will-change: transform;
}
.hero2__cta:hover,
.hero2__cta:focus-visible {
  transform: translateY(-3px) scale(1.015);
  filter: brightness(1.05);
}
.hero2__cta:active {
  transform: translateY(-1px) scale(.995);
}
.hero2__cta img {
  transition: filter .18s ease;
}
.hero2__cta:hover img,
.hero2__cta:focus-visible img {
  filter: drop-shadow(0 14px 24px rgba(0,0,0,.28));
}
@media (min-width: 820px) {
  .hero2__cta {
    left: 3.9% !important;
    top: 72.0% !important;
    width: 37.5% !important;
  }
}
@media (max-width: 819px) {
  .hero2__cta {
    left: 4.5% !important;
    top: 50.5% !important;
    width: 45% !important;
  }
}

/* v33：08-07 スマホトップCTAの本文かぶり回避 */
@media (max-width: 819px) {
  .hero2__cta {
    left: 5.0% !important;
    top: 53.2% !important;
    width: 39.5% !important;
  }
}

/* v34：08-07 スマホのセクション吹き出し見切れ防止 */
@media (max-width: 520px) {
  .sec-label {
    padding-inline: 10px;
  }
  .sec-label__txt {
    max-width: calc(100vw - 44px) !important;
    box-sizing: border-box;
    white-space: normal !important;
    overflow-wrap: anywhere;
    text-align: center;
    line-height: 1.55;
    font-size: 13.2px !important;
    letter-spacing: .08em !important;
    padding: 9px 18px !important;
  }
}

/* v35：08-13 創太さん詳細FB反映（構成・最適化・保護者） */
.optimize {
  background: linear-gradient(160deg, #17479C 0%, #1B54A3 55%, #154592 100%);
  color: #fff;
  overflow: hidden;
}
.optimize__title {
  font-family: var(--font-head);
  font-weight: 900;
  text-align: center;
  color: #fff;
  font-size: clamp(34px, 6vw, 58px);
  line-height: 1.25;
  letter-spacing: .03em;
  margin-bottom: 10px;
}
.optimize__title span { color: #4D8CFF; background: linear-gradient(transparent 76%, rgba(252,206,90,.92) 76%); }
.optimize__lead {
  text-align: center;
  font-family: var(--font-head);
  font-weight: 900;
  color: #fff;
  font-size: clamp(16px, 3vw, 22px);
  line-height: 1.7;
  margin-bottom: 32px;
}
.optimize__lead b { color: var(--yellow); }
.optimize__steps { display: grid; gap: 18px; max-width: 980px; margin: 0 auto; }
.opt-step {
  position: relative;
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 16px;
  align-items: flex-start;
  background: rgba(255,255,255,.96);
  border: 2px solid rgba(156,213,247,.85);
  border-radius: 18px;
  padding: 22px;
  color: var(--ink-navy);
  box-shadow: 0 14px 30px rgba(3,20,60,.22);
}
.opt-step__badge {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: var(--navy);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: var(--font-head);
  font-weight: 900;
  font-size: 11px;
  line-height: 1.05;
  box-shadow: 0 8px 18px rgba(20,60,140,.25);
}
.opt-step__badge b { font-size: 30px; }
.opt-step__body h3 {
  font-family: var(--font-head);
  font-weight: 900;
  font-size: clamp(18px, 3vw, 25px);
  line-height: 1.55;
  margin-bottom: 16px;
}
.opt-score { display: grid; grid-template-columns: minmax(130px, .55fr) 1fr; gap: 16px; align-items: center; }
.opt-score__now {
  background: #F2F7FD;
  border: 2px solid #C4DCF4;
  border-radius: 14px;
  padding: 16px;
  text-align: center;
  font-family: var(--font-head);
  font-weight: 900;
}
.opt-score__now span { display: block; font-size: 14px; margin-bottom: 6px; }
.opt-score__now b { display: block; color: #E85A43; font-size: clamp(42px, 7vw, 64px); line-height: 1; }
.opt-score__box {
  background: #FFF8E6;
  border: 2px solid var(--yellow);
  border-radius: 14px;
  padding: 18px;
  text-align: center;
}
.opt-score__box p { font-weight: 700; line-height: 1.7; margin-bottom: 10px; }
.opt-score__box strong { font-family: var(--font-head); font-size: clamp(18px, 3vw, 24px); }
.opt-score__box strong span { color: #E84636; font-size: 1.9em; }
.opt-factors { display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px; margin: 8px 0 18px; }
.opt-factors li {
  min-height: 78px;
  border: 1.5px dashed #8BC6EA;
  border-radius: 12px;
  background: #F6FBFF;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 8px;
  text-align: center;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 13px;
  line-height: 1.45;
}
.opt-step__body p { color: var(--ink-soft); font-size: 14.5px; line-height: 1.9; }
.opt-vs {
  max-width: 980px;
  margin: 22px auto 0;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 14px;
  align-items: center;
}
.opt-vs__card {
  background: #fff;
  border-radius: 16px;
  padding: 20px;
  color: var(--ink-navy);
  box-shadow: 0 12px 26px rgba(3,20,60,.18);
}
.opt-vs__card--sl { background: #FFF6D8; border: 2px solid rgba(252,206,90,.9); }
.opt-vs__card h3 { font-family: var(--font-head); font-weight: 900; font-size: 18px; margin-bottom: 10px; text-align: center; }
.opt-vs__card li { position: relative; padding-left: 20px; color: var(--ink-soft); font-size: 13.5px; line-height: 1.8; }
.opt-vs__card li::before { content: "×"; position: absolute; left: 0; color: #E8524A; font-weight: 900; }
.opt-vs__card--sl li::before { content: "✓"; color: var(--blue); }
.opt-vs__mark {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--ink-navy);
  color: #fff;
  font-family: var(--font-head);
  font-weight: 900;
  box-shadow: 0 8px 18px rgba(3,20,60,.22);
}
.optimize__close {
  width: fit-content;
  max-width: 100%;
  margin: 24px auto 0;
  padding: 12px 28px;
  border-radius: 999px;
  background: #fff;
  color: var(--ink-navy);
  font-family: var(--font-head);
  font-weight: 900;
  text-align: center;
  box-shadow: 0 12px 26px rgba(3,20,60,.18);
}
.mind-quotes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  max-width: 980px;
  margin: 34px auto 0;
}
.mind-quotes figure {
  background: #fff;
  border-radius: 18px;
  padding: 24px 22px;
  box-shadow: 0 10px 26px rgba(27,84,163,.09);
}
.mind-quotes h3 {
  font-family: var(--font-head);
  font-weight: 900;
  color: var(--ink-navy);
  font-size: clamp(17px, 2.3vw, 21px);
  line-height: 1.5;
  margin-bottom: 12px;
  background: linear-gradient(transparent 76%, rgba(252,206,90,.78) 76%);
  width: fit-content;
}
.mind-quotes blockquote { color: var(--ink-soft); font-size: 13.8px; line-height: 1.95; }
.mind-quotes figcaption { margin-top: 12px; color: var(--blue); font-family: var(--font-head); font-weight: 700; font-size: 13px; text-align: right; }
.mind-quotes__close {
  max-width: 820px;
  margin: 26px auto 0;
  text-align: center;
  color: var(--ink-navy);
  font-family: var(--font-head);
  font-weight: 700;
  font-size: clamp(15px, 2.5vw, 18px);
  line-height: 2;
  background: #FFF7E1;
  border-radius: 18px;
  padding: 20px 24px;
}
.parents__grid { grid-template-columns: 1fr !important; max-width: 1050px; }
.parents__text { max-width: 860px; margin: 0 auto; text-align: center; }
.parents .sec-title--left, .parents .sec-label--left { text-align: center; }
.parents__lead { text-align: left; max-width: 820px; margin: 0 auto; }
.parents__phrase { max-width: 760px; margin-left: auto; margin-right: auto; }
.parents__visual { display: block !important; }
.parents-graph {
  max-width: 920px;
  margin: 0 auto;
  background: #fff;
  border-radius: 18px;
  padding: 14px;
  box-shadow: 0 16px 34px rgba(27,84,163,.15);
  border: 1px solid #DCE9F5;
}
.parents-graph img { width: 100%; height: auto; display: block; border-radius: 12px; }
.parents-graph figcaption { text-align: center; color: #8895a8; font-size: 13px; line-height: 1.8; margin-top: 10px; }
.parents__line-note {
  width: fit-content;
  margin: 18px auto 0;
  padding: 12px 24px;
  border-radius: 999px;
  background: #fff;
  color: var(--ink-navy);
  font-family: var(--font-head);
  font-weight: 700;
  box-shadow: 0 8px 22px rgba(27,84,163,.08);
}
.btn--line {
  background: linear-gradient(180deg, #22D86A 0%, #06C755 100%) !important;
  color: #fff !important;
  box-shadow: 0 8px 20px rgba(6,199,85,.32) !important;
}
.btn--line:hover { box-shadow: 0 10px 24px rgba(6,199,85,.45) !important; }
.btn--header.btn--navy {
  background: linear-gradient(180deg, #1B54A3 0%, #123C8F 100%) !important;
  color: #fff !important;
  box-shadow: 0 8px 20px rgba(18,60,143,.28) !important;
}
.btn--header.btn--navy:hover { box-shadow: 0 10px 24px rgba(18,60,143,.38) !important; }
.midcta { background: linear-gradient(180deg, #FFF7DD, #FCEBC3) !important; }
.stack-card { display: none !important; }
@media (max-width: 820px) {
  .opt-step { grid-template-columns: 58px 1fr; padding: 18px 16px; }
  .opt-step__badge { width: 52px; height: 52px; font-size: 9px; }
  .opt-step__badge b { font-size: 24px; }
  .opt-score { grid-template-columns: 1fr; }
  .opt-factors { grid-template-columns: repeat(2, 1fr); }
  .opt-vs { grid-template-columns: 1fr; }
  .opt-vs__mark { margin: 0 auto; }
  .mind-quotes { grid-template-columns: 1fr; }
  .parents__lead { text-align: left; }
}
@media (max-width: 520px) {
  .optimize__title { font-size: 32px; }
  .optimize__lead { font-size: 15px; }
  .opt-step__body h3 { font-size: 17px; }
  .opt-factors { grid-template-columns: 1fr; }
  .mind-quotes figure { padding: 20px 18px; }
  .parents__line-note { border-radius: 16px; text-align: center; line-height: 1.7; }
}

/* v36：08-13 スマホ微調整・FV CTAをテキストボタン化 */
.hero2__cta--text {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: .55em !important;
  background: linear-gradient(180deg, #FFD967 0%, #F6B92C 100%) !important;
  border: 2px solid rgba(255,255,255,.75) !important;
  border-radius: 999px !important;
  box-shadow: 0 12px 28px rgba(5,22,70,.32), inset 0 1px 0 rgba(255,255,255,.55) !important;
  color: var(--ink-navy) !important;
  font-family: var(--font-head) !important;
  font-weight: 900 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  line-height: 1 !important;
  min-height: 58px !important;
}
.hero2__cta--text span { display: block; }
.hero2__cta--text i { font-style: normal; font-size: 1.35em; line-height: .8; }
.hero2__cta--text img { display: none !important; }
@media (min-width: 820px) {
  .hero2__cta--text {
    left: 5.8% !important;
    top: 72.8% !important;
    width: 34.5% !important;
    height: 8.8% !important;
    font-size: clamp(18px, 1.85vw, 30px) !important;
  }
}
@media (max-width: 819px) {
  .hero2__cta--text {
    left: 6.2% !important;
    top: 54.0% !important;
    width: 48% !important;
    min-height: 38px !important;
    height: 7.4% !important;
    font-size: clamp(10px, 2.8vw, 14px) !important;
  }
}
.timeline__body h3,
.mind-card__txt h3 {
  white-space: normal !important;
  min-width: 0;
}
.timeline__body h3 .marker { white-space: normal !important; }
@media (max-width: 520px) {
  .pair__bubble { min-width: 0; padding-inline: 10px !important; }
  .pair__bubble p { overflow-wrap: anywhere; }
  .about, .parents, .flow { overflow-x: clip; }
}

/* v37：08-13 FV CTA文言短縮に合わせた読みやすさ調整 */
@media (max-width: 819px) {
  .hero2__cta--text {
    font-size: clamp(12px, 3.45vw, 16px) !important;
    width: 46% !important;
  }
}

/* v38：08-17 創太先生FB反映の仕上げ */
.hero2__badge {
  display: none !important;
}
.hero2__cta--text {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: .45em !important;
  background: linear-gradient(180deg, #FFD967 0%, #F6B92C 100%) !important;
  border: 2px solid rgba(255,255,255,.82) !important;
  border-radius: 999px !important;
  color: var(--ink-navy) !important;
  text-shadow: none !important;
  box-shadow: 0 12px 26px rgba(5,22,70,.26), inset 0 1px 0 rgba(255,255,255,.6) !important;
  font-family: var(--font-head) !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  overflow: hidden !important;
  white-space: nowrap !important;
}
.hero2__cta--text span,
.hero2__cta--text i {
  display: inline-block !important;
  color: var(--ink-navy) !important;
}
.hero2__cta--text:hover,
.hero2__cta--text:focus-visible {
  transform: translateY(-2px) scale(1.01);
  filter: brightness(1.04);
}
@media (min-width: 820px) {
  .hero2__cta--text {
    left: 7.4% !important;
    top: 71.7% !important;
    width: 33.5% !important;
    height: 8.4% !important;
    font-size: clamp(18px, 1.7vw, 29px) !important;
  }
}
@media (max-width: 819px) {
  .hero2__cta--text {
    left: 16.2% !important;
    top: 53.2% !important;
    width: 37.5% !important;
    height: 5.0% !important;
    min-height: 34px !important;
    font-size: clamp(11px, 3.0vw, 14px) !important;
  }
}
.consult__card {
  display: grid;
  grid-template-columns: 92px 1fr;
  column-gap: 18px;
  align-items: center;
}
.consult__icon--img {
  grid-column: 1;
  grid-row: 1;
  margin: 0 !important;
}
.consult__card h4 {
  grid-column: 2;
  grid-row: 1;
  margin: 0 !important;
  line-height: 1.55;
}
.consult__card p {
  grid-column: 1 / -1;
  margin-top: 16px;
}
@media (max-width: 520px) {
  .consult__card {
    grid-template-columns: 74px 1fr;
    column-gap: 14px;
    padding-top: 28px;
  }
  .consult__icon--img {
    width: 74px !important;
    height: 74px !important;
  }
  .consult__card h4 {
    font-size: 15.5px !important;
  }
}

/* v39：Lark本文に合わせたCTA色・比較表・最適化ブロック補強 */
.opt-policy {
  max-width: 980px;
  margin: 20px auto 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}
.opt-policy p {
  background: rgba(255,255,255,.96);
  color: var(--ink-soft);
  border-radius: 16px;
  padding: 18px 20px;
  line-height: 1.9;
  font-size: 14px;
  box-shadow: 0 12px 26px rgba(3,20,60,.16);
}
.opt-policy b {
  display: block;
  color: var(--ink-navy);
  font-family: var(--font-head);
  font-weight: 900;
  margin-bottom: 4px;
}
.cmp--cyan .cmp__svc {
  background: #16A35C !important;
}
.cmp--sl {
  background: #F4F8FF !important;
  border-color: #BFD8F4 !important;
}
.cmp--sl .cmp__svc {
  background: linear-gradient(180deg, #1B54A3 0%, #123C8F 100%) !important;
  color: #fff !important;
}

/* v48：08-18 表示反映用の最終上書き */
@media (min-width: 981px) {
  .opt-card {
    min-height: 540px !important;
  }
  .opt-card--test .opt-card__score,
  .opt-card--analysis .opt-card__chips,
  .opt-card--plan .opt-card__note {
    margin-top: 18px !important;
  }
  .opt-card--test .opt-card__img,
  .opt-card--plan .opt-card__img {
    margin-bottom: 16px !important;
  }
  .about__grid {
    max-width: 1180px !important;
  }
  .about__text {
    width: 100% !important;
    max-width: 1180px !important;
    margin-inline: auto !important;
    text-align: center !important;
  }
  .about .sec-label--left {
    justify-content: center !important;
    margin: 0 auto 36px !important;
    text-align: center !important;
  }
  .about .sec-title--left {
    width: 100% !important;
    max-width: none !important;
    margin: 0 auto 34px !important;
    text-align: center !important;
    white-space: nowrap !important;
    font-size: clamp(38px, 3.35vw, 54px) !important;
    line-height: 1.32 !important;
    letter-spacing: 0 !important;
  }
  .about .sec-title--left .marker {
    white-space: nowrap !important;
  }
}
@media (max-width: 980px) {
  .about .sec-title--left {
    white-space: normal !important;
  }
}
.optimize .optimize__title span {
  color: #B9ECFF !important;
  text-shadow: 0 8px 22px rgba(0, 22, 78, .22) !important;
}
.optimize .sec-label--light .sec-label__txt::before {
  width: 24px !important;
  height: 6px !important;
  bottom: -2px !important;
  background: #1B54A3 !important;
}
.optimize .sec-label--light .sec-label__txt::after {
  background: #1B54A3 !important;
}

/* v47：08-18 最終上書き。後続の古い指定に負けない表示調整 */
@media (min-width: 981px) {
  .opt-card {
    min-height: 540px !important;
  }
  .opt-card--test .opt-card__score,
  .opt-card--analysis .opt-card__chips,
  .opt-card--plan .opt-card__note {
    margin-top: 18px !important;
  }
  .opt-card--test .opt-card__img,
  .opt-card--plan .opt-card__img {
    margin-bottom: 16px !important;
  }
  .about__grid {
    max-width: 1180px !important;
  }
  .about__text {
    width: 100% !important;
    max-width: 1180px !important;
    margin-inline: auto !important;
    text-align: center !important;
  }
  .about .sec-label--left {
    justify-content: center !important;
    margin: 0 auto 36px !important;
    text-align: center !important;
  }
  .about .sec-title--left {
    width: 100% !important;
    max-width: none !important;
    margin: 0 auto 34px !important;
    text-align: center !important;
    white-space: nowrap !important;
    font-size: clamp(38px, 3.35vw, 54px) !important;
    line-height: 1.32 !important;
    letter-spacing: 0 !important;
  }
  .about .sec-title--left .marker {
    white-space: nowrap !important;
  }
}
@media (max-width: 980px) {
  .about .sec-title--left {
    white-space: normal !important;
  }
}
.optimize .optimize__title span {
  color: #B9ECFF !important;
  text-shadow: 0 8px 22px rgba(0, 22, 78, .22) !important;
}
.optimize .sec-label--light .sec-label__txt::before {
  width: 24px !important;
  height: 6px !important;
  bottom: -2px !important;
  background: #1B54A3 !important;
}
.optimize .sec-label--light .sec-label__txt::after {
  background: #1B54A3 !important;
}

/* v46：08-18 最適化カード余白・心セクションPC見出し・吹き出し三角の微調整 */
@media (min-width: 981px) {
  .opt-card {
    min-height: 540px !important;
  }
  .opt-card--test .opt-card__score,
  .opt-card--analysis .opt-card__chips,
  .opt-card--plan .opt-card__note {
    margin-top: 18px !important;
  }
  .opt-card--test .opt-card__img,
  .opt-card--plan .opt-card__img {
    margin-bottom: 16px !important;
  }
  .about__grid {
    max-width: 1180px !important;
  }
  .about__text {
    width: 100% !important;
    max-width: 1180px !important;
    margin-inline: auto !important;
    text-align: center !important;
  }
  .about .sec-label--left {
    justify-content: center !important;
    margin: 0 auto 36px !important;
    text-align: center !important;
  }
  .about .sec-title--left {
    width: 100% !important;
    max-width: none !important;
    margin: 0 auto 34px !important;
    text-align: center !important;
    white-space: nowrap !important;
    font-size: clamp(38px, 3.35vw, 54px) !important;
    line-height: 1.32 !important;
    letter-spacing: 0 !important;
  }
  .about .sec-title--left .marker {
    white-space: nowrap !important;
  }
}
@media (max-width: 980px) {
  .about .sec-title--left {
    white-space: normal !important;
  }
}
.optimize .optimize__title span {
  color: #B9ECFF !important;
  text-shadow: 0 8px 22px rgba(0, 22, 78, .22) !important;
}
.optimize .sec-label--light .sec-label__txt::before {
  width: 24px !important;
  height: 6px !important;
  bottom: -2px !important;
  background: #1B54A3 !important;
}
.optimize .sec-label--light .sec-label__txt::after {
  background: #1B54A3 !important;
}

/* v47：08-18 最適化セクション微調整・心セクション見出し改行調整 */
.optimize__title span {
  color: #C8F1FF !important;
  text-shadow: 0 3px 12px rgba(0, 38, 105, .18) !important;
  background: linear-gradient(transparent 78%, rgba(252,206,90,.88) 78%) !important;
}
.optimize .sec-label--light .sec-label__txt::before,
.optimize .sec-label--light .sec-label__txt::after {
  background: #164E9D !important;
}
.optimize .sec-label__txt::before {
  width: 26px !important;
  height: 8px !important;
  bottom: -3px !important;
}
.optimize .sec-label__txt::after {
  bottom: -11px !important;
  width: 18px !important;
  height: 18px !important;
}
.optimize__cards {
  align-items: stretch !important;
}
.opt-card {
  height: 100% !important;
  min-height: 560px !important;
  justify-content: flex-start !important;
}
.opt-card__head {
  min-height: 108px !important;
  align-items: center !important;
}
.opt-card__head h3 {
  font-size: clamp(18px, 1.28vw, 21px) !important;
  line-height: 1.5 !important;
}
.opt-card__img {
  height: 220px !important;
  margin-top: 2px !important;
  margin-bottom: 16px !important;
}
.opt-card__score,
.opt-card__chips,
.opt-card__note {
  margin-top: auto !important;
}
.opt-card__chips {
  min-height: 250px !important;
  align-content: center !important;
}
.opt-card__note {
  min-height: 92px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.about .about__grid {
  max-width: 1120px !important;
}
.about__text {
  max-width: 860px !important;
}
.about .sec-title--left {
  max-width: 920px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
}
.about .sec-title--left .marker {
  white-space: nowrap !important;
}
@media (min-width: 821px) {
  .about .sec-title--left {
    font-size: clamp(38px, 4.4vw, 58px) !important;
    line-height: 1.55 !important;
  }
}
@media (max-width: 980px) {
  .opt-card {
    min-height: auto !important;
  }
  .opt-card__head {
    min-height: auto !important;
  }
  .opt-card__img {
    height: 190px !important;
  }
  .opt-card__chips {
    min-height: auto !important;
  }
}
@media (max-width: 520px) {
  .optimize__title span {
    color: #DDF7FF !important;
  }
  .opt-card__img {
    height: 150px !important;
  }
  .about .sec-title--left {
    font-size: 30px !important;
    line-height: 1.55 !important;
  }
}

/* v46：08-18 最適化セクションを素材ベースの完成デザインへ */
.optimize {
  background:
    radial-gradient(circle at 10% 12%, rgba(86, 184, 255, .22) 0 110px, transparent 111px),
    radial-gradient(circle at 90% 82%, rgba(86, 184, 255, .18) 0 150px, transparent 151px),
    linear-gradient(160deg, #063A8A 0%, #1B54A3 52%, #0C438E 100%) !important;
}
.optimize .container {
  max-width: 1240px !important;
}
.optimize__title {
  margin-top: 12px !important;
  margin-bottom: 10px !important;
  color: #fff !important;
  font-size: clamp(42px, 6.3vw, 78px) !important;
  letter-spacing: 0 !important;
}
.optimize__title span {
  color: #9CE7FF !important;
  background: linear-gradient(transparent 76%, rgba(252,206,90,.94) 76%) !important;
}
.optimize__lead {
  margin-bottom: 34px !important;
  font-size: clamp(17px, 2.4vw, 24px) !important;
}
.optimize__lead b {
  color: #FFD45A !important;
}
.optimize__board {
  position: relative;
  padding: clamp(16px, 2.4vw, 26px);
  border-radius: 24px;
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.18);
  box-shadow: 0 28px 70px rgba(0,20,70,.25);
}
.optimize__cards {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 34px minmax(0, 1fr) 34px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
}
.opt-card {
  min-width: 0;
  min-height: 430px;
  display: flex;
  flex-direction: column;
  padding: clamp(18px, 2.2vw, 24px);
  border-radius: 20px;
  background: rgba(255,255,255,.97);
  border: 2px solid rgba(194,226,249,.98);
  color: var(--ink-navy);
  box-shadow: 0 16px 34px rgba(0,18,64,.18);
}
.opt-card__head {
  display: grid;
  grid-template-columns: 66px 1fr;
  gap: 14px;
  align-items: center;
  margin-bottom: 14px;
}
.opt-card__head h3 {
  margin: 0;
  font-family: var(--font-head);
  font-weight: 900;
  font-size: clamp(17px, 1.6vw, 21px);
  line-height: 1.45;
  letter-spacing: 0;
}
.opt-card .opt-step__badge {
  width: 60px;
  height: 60px;
  background: linear-gradient(180deg, #0877D7 0%, #0457B6 100%);
  box-shadow: 0 10px 18px rgba(4,87,182,.25);
}
.opt-card__img {
  width: 100%;
  height: 188px;
  object-fit: contain;
  display: block;
  margin: 4px auto 12px;
}
.opt-card__score {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  margin-top: auto;
}
.opt-card__score span,
.opt-card__score strong,
.opt-card__note {
  border-radius: 12px;
  background: #F2F8FF;
  border: 1.5px solid #C7DDF3;
  padding: 10px 12px;
  text-align: center;
  font-family: var(--font-head);
  font-weight: 900;
  line-height: 1.45;
}
.opt-card__score b,
.opt-card__score em {
  color: #E94D3F;
  font-style: normal;
}
.opt-card__score em {
  font-size: 1.7em;
  line-height: .8;
}
.opt-card__chips {
  display: grid;
  gap: 8px;
  margin-top: auto;
}
.opt-card__chips li {
  display: flex;
  align-items: center;
  min-height: 42px;
  padding: 8px 14px;
  border-radius: 12px;
  background: #F6FBFF;
  border: 1.5px solid #C7DDF3;
  font-family: var(--font-head);
  font-weight: 900;
  color: var(--ink-navy);
}
.opt-card__chips li::before {
  content: "";
  width: 10px;
  height: 10px;
  margin-right: 10px;
  border-radius: 50%;
  background: #FFD45A;
  box-shadow: 0 0 0 4px rgba(252,206,90,.22);
}
.opt-card__note {
  margin-top: auto;
  background: #FFF6D8;
  border-color: #FAD05A;
}
.opt-card__arrow,
.opt-compare__arrow {
  width: 0;
  height: 0;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 26px solid #FFD45A;
  filter: drop-shadow(0 5px 8px rgba(0,0,0,.18));
}
.optimize__compare {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, .9fr) 44px minmax(0, 1fr) minmax(180px, .7fr);
  gap: 18px;
  align-items: center;
  margin-top: 22px;
}
.opt-compare__plain,
.opt-compare__sl {
  min-height: 150px;
  display: grid;
  align-content: center;
  padding: 20px 24px;
  border-radius: 18px;
  background: rgba(255,255,255,.96);
  color: var(--ink-navy);
  box-shadow: 0 14px 30px rgba(0,18,64,.16);
}
.opt-compare__plain {
  border: 2px solid #D4DDE8;
}
.opt-compare__sl {
  border: 2px solid #FFD45A;
  background: linear-gradient(180deg, #fff 0%, #FFF5D6 100%);
}
.opt-compare__label {
  width: fit-content;
  margin-bottom: 10px;
  padding: 6px 16px;
  border-radius: 999px;
  background: #17386D;
  color: #fff;
  font-family: var(--font-head);
  font-weight: 900;
}
.opt-compare__sl .opt-compare__label {
  background: #0B73B8;
}
.opt-compare__plain p,
.opt-compare__sl p {
  font-family: var(--font-head);
  font-weight: 900;
  line-height: 1.7;
}
.opt-compare__sl b {
  color: #0B73B8;
  background: linear-gradient(transparent 72%, rgba(252,206,90,.8) 72%);
}
.opt-compare__person {
  align-self: end;
  margin: -22px 0 -18px;
}
.opt-compare__person img {
  display: block;
  width: 100%;
  max-height: 220px;
  object-fit: contain;
}
.optimize__close {
  display: block !important;
  width: min(100%, 980px) !important;
  margin-top: 24px !important;
  padding: 16px 24px !important;
  border-radius: 12px !important;
  background: linear-gradient(180deg, #FFFDF5 0%, #FFF1C4 100%) !important;
  color: var(--ink-navy) !important;
  border: 2px solid rgba(252,206,90,.9);
  font-size: clamp(18px, 2vw, 26px) !important;
}
@media (max-width: 980px) {
  .optimize__cards {
    grid-template-columns: 1fr;
  }
  .opt-card {
    min-height: auto;
  }
  .opt-card__arrow {
    justify-self: center;
    transform: rotate(90deg);
  }
  .optimize__compare {
    grid-template-columns: 1fr;
  }
  .opt-compare__arrow {
    justify-self: center;
    transform: rotate(90deg);
  }
  .opt-compare__person {
    max-width: 360px;
    margin: 0 auto -8px;
  }
}
@media (max-width: 520px) {
  .optimize__board {
    padding: 12px;
    border-radius: 18px;
  }
  .opt-card {
    padding: 16px 14px;
    border-radius: 16px;
  }
  .opt-card__head {
    grid-template-columns: 54px 1fr;
    gap: 10px;
  }
  .opt-card .opt-step__badge {
    width: 50px;
    height: 50px;
  }
  .opt-card__head h3 {
    font-size: 16px;
  }
  .opt-card__img {
    height: 150px;
  }
  .opt-compare__plain,
  .opt-compare__sl {
    min-height: auto;
    padding: 18px 16px;
  }
}
.cmp--sl .cmp__marks li + li {
  border-left-color: #D4E3F6 !important;
}
@media (max-width: 820px) {
  .opt-policy {
    grid-template-columns: 1fr;
  }
}

/* v40：08-17 細部修正（見出し強調・最適化・比較表・FAQ整理） */
.lead-text {
  font-weight: 600;
  color: #253852;
}
.lead-text--emphasis {
  width: fit-content;
  max-width: min(760px, 92vw);
  margin-top: -2px !important;
  margin-bottom: 42px !important;
  padding: 18px 30px;
  border-radius: 999px;
  background: #fff;
  border: 3px solid #0B73B8;
  box-shadow: 0 12px 26px rgba(27,84,163,.10);
  color: var(--ink-navy);
  font-family: var(--font-head);
  font-size: clamp(18px, 2.2vw, 25px);
  line-height: 1.75;
  letter-spacing: .02em;
}
.lead-text--emphasis strong {
  font-weight: 900;
  background: linear-gradient(transparent 70%, rgba(252,206,90,.7) 70%);
}
.sec-title,
.lead-text,
.about__lead,
.pair__bubble p,
.pair__stext h3,
.optimize__title,
.optimize__lead,
.opt-step__body h3,
.mind-quotes h3,
.timeline__body h3,
.timeline__body p,
.loop2-card__txt h3,
.cmp__svc b,
.cmp__marks small,
.faq__q-txt {
  word-break: keep-all;
  overflow-wrap: normal;
  line-break: strict;
  text-wrap: balance;
}
.pair__bubble p,
.timeline__body p,
.faq__a p,
.mind-quotes blockquote {
  overflow-wrap: break-word;
}
.optimize__title span {
  color: #9FEAFF !important;
  text-shadow: 0 4px 18px rgba(107,217,255,.28);
}
.optimize__lead b {
  color: #FCCE5A;
}
.opt-step {
  border: 3px solid #A8D8FF !important;
  box-shadow: 0 18px 42px rgba(3,20,60,.24) !important;
}
.opt-step__badge {
  background: linear-gradient(180deg, #0B73B8, #1B54A3) !important;
  box-shadow: 0 12px 24px rgba(3,20,60,.22);
}
.opt-step__body h3 {
  font-size: clamp(22px, 2.8vw, 32px) !important;
  line-height: 1.55 !important;
}
.opt-score__now {
  background: #EEF7FF !important;
  border: 3px solid #C6E2FB !important;
  border-radius: 16px !important;
}
.opt-score__box {
  background: #FFF8E8 !important;
  border: 3px solid #FCCE5A !important;
  border-radius: 16px !important;
}
.opt-factors li {
  min-height: 92px;
  background: #F4FAFF !important;
  border: 2px dashed #9BD3FF !important;
  border-radius: 14px !important;
  display: grid;
  place-items: center;
  color: var(--ink-navy);
  font-family: var(--font-head);
  font-weight: 900;
}
.opt-policy p {
  border: 2px solid rgba(155,211,255,.8);
}
.opt-policy p:first-child {
  border-left: 8px solid #E8524A;
}
.opt-policy p:last-child {
  border-left: 8px solid #2EA76B;
}
.mind-quotes {
  align-items: stretch;
}
.about__visual--promise {
  padding-top: 0 !important;
  display: flex;
  align-items: center;
}
.mind-promise {
  width: 100%;
  padding: clamp(26px, 4vw, 44px);
  border-radius: 24px;
  background:
    radial-gradient(circle at 100% 0%, rgba(53,200,232,.20), transparent 34%),
    linear-gradient(180deg, #FFFFFF 0%, #F2F9FF 100%);
  border: 3px solid #BFE2FA;
  box-shadow: 0 20px 46px rgba(27,84,163,.13);
}
.mind-promise__label {
  display: inline-block;
  margin-bottom: 16px;
  padding: 8px 18px;
  border-radius: 999px;
  background: var(--ink-navy);
  color: #fff;
  font-family: var(--font-head);
  font-weight: 900;
  font-size: 14px;
}
.mind-promise p {
  color: var(--ink-navy);
  font-family: var(--font-head);
  font-weight: 900;
  font-size: clamp(20px, 2.4vw, 30px);
  line-height: 1.8;
  text-wrap: balance;
}
.mind-promise ul {
  margin-top: 22px;
  display: grid;
  gap: 12px;
}
.mind-promise li {
  padding: 12px 16px 12px 42px;
  border-radius: 14px;
  background: #fff;
  color: #304158;
  font-weight: 700;
  position: relative;
}
.mind-promise li::before {
  content: "✓";
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #16A35C;
  font-weight: 900;
}
.mind-quotes figure {
  border-top: 8px solid #0B73B8;
  background: linear-gradient(180deg, #fff 0%, #F7FBFF 100%) !important;
  box-shadow: 0 18px 38px rgba(27,84,163,.11) !important;
}
.mind-quotes figure:nth-child(2) {
  border-top-color: #FCCE5A;
}
.mind-quotes figure:nth-child(3) {
  border-top-color: #20A4D8;
}
.mind-quotes h3 {
  font-size: clamp(22px, 2.1vw, 30px) !important;
  line-height: 1.55 !important;
  display: inline;
  background: linear-gradient(transparent 72%, rgba(252,206,90,.72) 72%);
}
.mind-quotes__close {
  max-width: 880px;
  margin: 34px auto 0 !important;
  padding: 20px 28px;
  border: 3px solid #0B73B8;
  border-radius: 20px;
  background: #fff;
  color: var(--ink-navy);
  font-family: var(--font-head);
  font-weight: 800;
  line-height: 2;
  text-align: center;
  box-shadow: 0 14px 30px rgba(27,84,163,.10);
}
.ovice--rhythm {
  max-width: 900px;
  margin: 30px auto 34px;
  padding: 12px 12px 16px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(27,84,163,.13);
  border: 1px solid #DCE9F5;
}
.ovice--rhythm img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 14px;
}
.ovice--rhythm figcaption {
  margin-top: 10px;
  color: #8795A8;
  text-align: center;
  font-size: 13px;
}
@media (min-width: 860px) {
  .rhythm .ovice--rhythm {
    grid-column: 2;
    align-self: start;
    margin: 36px 0 0;
  }
  .rhythm .timeline {
    grid-column: 1;
  }
}
.cmp-table {
  max-width: 1080px;
  margin: 34px auto 0;
}
.cmp-head {
  display: grid;
  grid-template-columns: 190px repeat(4, 1fr);
  align-items: center;
  min-height: 58px;
  background: #F2F8FF;
  border: 2px solid #DDEAF8;
  border-radius: 16px 16px 0 0;
  overflow: hidden;
}
.cmp-head b {
  height: 100%;
  display: grid;
  place-items: center;
  color: var(--ink-navy);
  font-family: var(--font-head);
  font-weight: 900;
  font-size: 16px;
  border-left: 1.5px dashed #D2E2F4;
}
.cmp-table .cmp {
  display: grid !important;
  grid-template-columns: 190px repeat(4, 1fr);
  margin: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  border-top: 0 !important;
  border-color: #DDEAF8 !important;
}
.cmp-table .cmp:last-child {
  border-radius: 0 0 16px 16px !important;
}
.cmp-table .cmp__svc {
  width: auto !important;
  min-height: 122px;
}
.cmp-table .cmp__marks {
  display: contents !important;
}
.cmp-table .cmp__marks li {
  min-height: 122px;
  padding: 18px 10px !important;
  justify-content: center;
  border-left: 1.5px dashed #D2E2F4;
}
.cmp-table .cmp__marks i {
  display: none !important;
}
.cmp-table .cmp__marks small {
  font-size: 14px !important;
  line-height: 1.7 !important;
}
.cmp--navy .cmp__svc { background: #0F5EA7 !important; }
.cmp--cyan .cmp__svc { background: #16A35C !important; }
.cmp--blueA .cmp__svc { background: #1976C9 !important; }
.cmp--blueB .cmp__svc { background: #1592B8 !important; }
.cmp--sl .cmp__svc {
  background: linear-gradient(180deg, #1B54A3 0%, #123C8F 100%) !important;
  color: #fff !important;
}
.faq__a a {
  color: #0B73B8;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 3px;
}
@media (max-width: 820px) {
  .lead-text--emphasis {
    border-radius: 18px;
    padding: 16px 18px;
    font-size: 17px;
  }
  .opt-step__body h3 {
    font-size: 19px !important;
  }
  .mind-quotes__close {
    text-align: left;
    font-size: 14px;
  }
  .cmp-head {
    display: none !important;
  }
  .cmp-table .cmp {
    grid-template-columns: 1fr !important;
    border-radius: 18px !important;
    margin-top: 16px !important;
    overflow: hidden;
  }
  .cmp-table .cmp__svc {
    min-height: auto;
    padding: 18px !important;
  }
  .cmp-table .cmp__marks {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
  }
  .cmp-table .cmp__marks li {
    min-height: 112px;
    border-left: 0 !important;
    border-top: 1px dashed #D2E2F4;
  }
  .cmp-table .cmp__marks li:nth-child(even) {
    border-left: 1px dashed #D2E2F4 !important;
  }
  .cmp-table .cmp__marks i {
    display: block !important;
    font-size: 12px !important;
  }
}
@media (max-width: 520px) {
  .sec-title,
  .optimize__title,
  .mind-quotes h3 {
    text-wrap: balance;
  }
  .ovice--rhythm {
    margin-top: 22px;
  }
  .cmp-table .cmp__marks small {
    font-size: 12px !important;
  }
}

/* v41：08-17 追加修正（前回強調戻し・画像収まり・列合わせ） */
.worry .lead-text {
  width: auto !important;
  max-width: 760px !important;
  margin: 0 auto 34px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #253852 !important;
  font-family: var(--font-body) !important;
  font-size: clamp(15px, 1.5vw, 18px) !important;
  font-weight: 500 !important;
  line-height: 2 !important;
  letter-spacing: 0 !important;
}
.worry .lead-text strong {
  font-weight: inherit !important;
  background: none !important;
}
.pair,
.pair__worry,
.pair__wbody {
  min-width: 0;
}
.pair__wbody {
  overflow: hidden;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(130px, 34%) !important;
  align-items: center !important;
  gap: clamp(10px, 1.5vw, 18px) !important;
}
.pair__bubble {
  min-width: 0;
  width: 100%;
}
.pair__ill {
  width: 100% !important;
  max-width: 210px !important;
  max-height: 210px !important;
  justify-self: center;
  object-fit: contain !important;
}
.about__grid {
  grid-template-columns: 1fr !important;
  max-width: 980px;
  gap: 28px !important;
}
.about__text {
  text-align: center;
  max-width: 760px;
  margin: 0 auto;
}
.about .sec-label--left,
.about .sec-title--left {
  text-align: center;
}
.about__lead {
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
}
.about__visual--promise {
  max-width: 920px;
  margin: 0 auto;
}
.mind-promise {
  padding: clamp(22px, 3vw, 34px) !important;
}
.mind-promise p {
  font-size: clamp(19px, 2vw, 26px) !important;
  line-height: 1.8 !important;
}
@media (min-width: 860px) {
  .rhythm .container--mid {
    display: grid !important;
    grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr) !important;
    gap: 18px 36px !important;
    max-width: 1160px !important;
  }
  .rhythm .sec-label,
  .rhythm .sec-title {
    grid-column: 1 / -1 !important;
  }
  .rhythm .timeline {
    grid-column: 1 !important;
    grid-row: 3 !important;
  }
  .rhythm .ovice--rhythm {
    grid-column: 2 !important;
    grid-row: 3 !important;
    align-self: start !important;
    margin: 36px 0 0 !important;
    max-width: none !important;
  }
}
.cmp-table {
  --cmp-service: 190px;
  --cmp-cols: repeat(4, minmax(0, 1fr));
}
.cmp-head {
  grid-template-columns: var(--cmp-service) var(--cmp-cols) !important;
}
.cmp-table .cmp {
  grid-template-columns: var(--cmp-service) minmax(0, 1fr) !important;
  align-items: stretch !important;
}
.cmp-table .cmp__svc {
  grid-column: 1 !important;
  width: 100% !important;
  min-width: 0 !important;
  min-height: 132px !important;
}
.cmp-table .cmp__marks {
  grid-column: 2 !important;
  display: grid !important;
  grid-template-columns: var(--cmp-cols) !important;
  min-width: 0 !important;
}
.cmp-table .cmp__marks li {
  min-width: 0 !important;
  min-height: 132px !important;
  border-left: 1.5px dashed #D2E2F4 !important;
}
.cmp-table .cmp__marks li:first-child {
  border-left: 1.5px dashed #D2E2F4 !important;
}
.cmp-table .cmp__marks i {
  display: none !important;
}
.sec-label__txt {
  overflow: visible !important;
}
.sec-label__txt::after {
  content: "" !important;
  position: absolute !important;
  left: 50% !important;
  bottom: -10px !important;
  width: 18px !important;
  height: 18px !important;
  transform: translateX(-50%) rotate(45deg) !important;
  background: inherit !important;
  border: 0 !important;
  border-right: 2.5px solid #0B73B8 !important;
  border-bottom: 2.5px solid #0B73B8 !important;
  clip-path: none !important;
  z-index: -1 !important;
}
.sec-label--light .sec-label__txt::after {
  border-right-color: rgba(255,255,255,.85) !important;
  border-bottom-color: rgba(255,255,255,.85) !important;
}

/* v56：08-18 iPhone向けトップ画像へ切り替え */
.hero2--layered .hero2__picture {
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
}

@media (max-width: 819px) {
  .hero2--layered .hero2__frame {
    width: 100% !important;
    max-width: 1086px !important;
    aspect-ratio: 1086 / 1448 !important;
  }

  .hero2--layered .hero2__picture,
  .hero2--layered .hero2__bg {
    width: 100% !important;
    height: 100% !important;
  }

  .hero2--layered .hero2__bg {
    object-fit: contain !important;
    object-position: center top !important;
  }

  .hero2--layered .hero2__teacher,
  .hero2--layered .hero2__student,
  .hero2--layered .hero2__books,
  .hero2--layered .hero2__title,
  .hero2--layered .hero2__sub {
    display: none !important;
  }

  .hero2--layered .hero2__note {
    left: 31.5% !important;
    top: 4.2% !important;
    width: 34% !important;
    padding: .58em .72em !important;
    font-size: clamp(11px, 3.2vw, 18px) !important;
    line-height: 1.38 !important;
  }

  .hero2--layered .hero2__cta--text {
    left: 5.2% !important;
    top: 68.2% !important;
    width: 54% !important;
    height: 5.4% !important;
    padding: 0 4% !important;
    font-size: clamp(13px, 3.7vw, 20px) !important;
  }
}

@media (max-width: 390px) {
  .hero2--layered .hero2__note {
    left: 31% !important;
    width: 36% !important;
    font-size: 11px !important;
  }

  .hero2--layered .hero2__cta--text {
    left: 4.8% !important;
    width: 56% !important;
    font-size: 13px !important;
  }
}

/* v62：08-19 スマホ見出し・体験談カードの改行調整 */
@media (max-width: 819px) {
  .worry .sec-title {
    font-size: clamp(22px, 6.2vw, 26px) !important;
    line-height: 1.55 !important;
    text-wrap: initial !important;
  }

  .worry .worry__title-line {
    white-space: nowrap;
  }

  .optimize .optimize__title .only-sp {
    display: inline !important;
  }

  .mind-quotes h3 {
    display: inline !important;
    font-size: clamp(18px, 5vw, 21px) !important;
    line-height: 1.65 !important;
    background: linear-gradient(transparent 65%, rgba(252,206,90,.78) 65% 90%, transparent 90%) !important;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
  }
}

/* v58：08-18 スマホ用2に創太先生の実写真を重ねる */
@media (max-width: 819px) {
  .hero2--layered .hero2__teacher {
    display: block !important;
    left: 4.5% !important;
    top: 2.6% !important;
    width: 20.5% !important;
    height: auto !important;
    aspect-ratio: 1 !important;
    object-fit: cover !important;
    object-position: center center !important;
    border: 2px solid #2ec4ff !important;
    border-radius: 50% !important;
    box-shadow: 0 10px 22px rgba(0, 14, 54, .34) !important;
  }

  .hero2--layered .hero2__note {
    left: 23.3% !important;
    top: 4.4% !important;
    width: 37% !important;
  }
}

@media (max-width: 390px) {
  .hero2--layered .hero2__teacher {
    left: 4.2% !important;
    width: 21% !important;
  }

  .hero2--layered .hero2__note {
    left: 23.4% !important;
    top: 4.2% !important;
    width: 38% !important;
  }
}

/* v62b：末尾固定。スマホ見出しの意図した改行を優先する */
@media (max-width: 819px) {
  .worry .sec-title {
    font-size: clamp(22px, 6.2vw, 26px) !important;
    line-height: 1.55 !important;
    text-wrap: initial !important;
  }

  .worry .worry__title-line {
    white-space: nowrap !important;
  }

  .optimize .optimize__title .only-sp {
    display: inline !important;
  }

  .mind-quotes h3 {
    display: inline !important;
    font-size: clamp(18px, 5vw, 21px) !important;
    line-height: 1.65 !important;
    background: linear-gradient(transparent 65%, rgba(252,206,90,.78) 65% 90%, transparent 90%) !important;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
  }
}

/* v61：08-19 スマホ幅の横はみ出しを最終調整 */
@media (max-width: 820px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  .container,
  .container--mid {
    width: 100% !important;
    max-width: none !important;
    box-sizing: border-box !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .worry .sec-title,
  .worry .lead-text,
  .about .sec-title--left,
  .about__lead,
  .pair__bubble,
  .pair__bubble p,
  .pair__stext,
  .pair__stext h3,
  .pair__stext p,
  .mind-promise,
  .mind-promise p,
  .mind-promise li,
  .mind-quotes,
  .mind-quotes figure,
  .mind-quotes h3,
  .mind-quotes blockquote,
  .mind-quotes__close {
    min-width: 0 !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: anywhere !important;
    text-wrap: wrap !important;
  }

  .worry .sec-title {
    width: 100% !important;
    font-size: clamp(25px, 7.5vw, 36px) !important;
    line-height: 1.45 !important;
    letter-spacing: 0 !important;
  }

  .worry .lead-text {
    width: 100% !important;
    font-size: clamp(15px, 4.2vw, 18px) !important;
    line-height: 1.85 !important;
    text-align: center !important;
  }

  .pair__wbody {
    width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
  }

  .pair__bubble p {
    font-size: clamp(14px, 4vw, 17px) !important;
    line-height: 1.75 !important;
  }

  .pair__bubble br,
  .about__lead br,
  .mind-promise p br {
    display: none !important;
  }

  .about__grid,
  .about__text,
  .about__visual--promise,
  .mind-promise {
    width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
  }

  .about .sec-title--left {
    width: 100% !important;
    font-size: clamp(28px, 8vw, 38px) !important;
    line-height: 1.5 !important;
    text-align: center !important;
  }

  .about__lead {
    width: 100% !important;
    font-size: clamp(15px, 4.1vw, 18px) !important;
    line-height: 1.9 !important;
    text-align: center !important;
  }

  .mind-promise {
    padding: 24px 18px !important;
    border-radius: 20px !important;
  }

  .mind-promise p {
    font-size: clamp(20px, 6vw, 28px) !important;
    line-height: 1.65 !important;
  }

  .mind-promise li {
    padding-left: 38px !important;
    font-size: clamp(14px, 4vw, 17px) !important;
    line-height: 1.55 !important;
  }

  .mind-quotes h3 {
    display: block !important;
    font-size: clamp(20px, 6vw, 28px) !important;
    line-height: 1.5 !important;
  }

  .mind-quotes blockquote {
    font-size: clamp(14px, 4vw, 17px) !important;
    line-height: 1.85 !important;
  }

  .mind-quotes__close {
    width: 100% !important;
    padding: 16px !important;
    font-size: clamp(14px, 3.8vw, 17px) !important;
    line-height: 1.85 !important;
  }

  .sec-label__txt {
    max-width: calc(100vw - 72px) !important;
    white-space: normal !important;
    text-align: center !important;
  }

  .optimize__title,
  .optimize__lead,
  .opt-step__body h3,
  .timeline__body h3,
  .timeline__body p,
  .loop2-card__txt h3,
  .faq__q-txt {
    min-width: 0 !important;
    max-width: 100% !important;
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: anywhere !important;
    text-wrap: wrap !important;
  }
}

/* v60：08-19 スマホ幅での見出し・本文の横はみ出しを解消 */
@media (max-width: 820px) {
  .container {
    width: 100% !important;
    max-width: none !important;
    box-sizing: border-box !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .worry .sec-title,
  .worry .lead-text,
  .about .sec-title--left,
  .about__lead,
  .pair__bubble,
  .pair__bubble p,
  .pair__stext,
  .pair__stext h3,
  .pair__stext p,
  .mind-promise,
  .mind-promise p,
  .mind-promise li,
  .mind-quotes,
  .mind-quotes figure,
  .mind-quotes h3,
  .mind-quotes blockquote,
  .mind-quotes__close {
    min-width: 0 !important;
    max-width: 100% !important;
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: anywhere !important;
    text-wrap: wrap !important;
    box-sizing: border-box !important;
  }

  .worry .sec-title {
    width: 100% !important;
    font-size: clamp(25px, 7.5vw, 36px) !important;
    line-height: 1.45 !important;
    letter-spacing: 0 !important;
  }

  .worry .lead-text {
    width: 100% !important;
    font-size: clamp(15px, 4.2vw, 18px) !important;
    line-height: 1.85 !important;
    text-align: center !important;
  }

  .pair__bubble p {
    font-size: clamp(14px, 4vw, 17px) !important;
    line-height: 1.75 !important;
  }

  .pair__bubble br {
    display: none !important;
  }

  .pair__wbody {
    width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
  }

  .about__grid,
  .about__text,
  .about__visual--promise,
  .mind-promise {
    width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
  }

  .about .sec-title--left {
    width: 100% !important;
    font-size: clamp(28px, 8vw, 38px) !important;
    line-height: 1.5 !important;
    text-align: center !important;
  }

  .about__lead {
    width: 100% !important;
    font-size: clamp(15px, 4.1vw, 18px) !important;
    line-height: 1.9 !important;
    text-align: center !important;
  }

  .about__lead br,
  .mind-promise p br {
    display: none !important;
  }

  .mind-promise {
    padding: 24px 18px !important;
    border-radius: 20px !important;
  }

  .mind-promise p {
    font-size: clamp(20px, 6vw, 28px) !important;
    line-height: 1.65 !important;
  }

  .mind-promise li {
    padding-left: 38px !important;
    font-size: clamp(14px, 4vw, 17px) !important;
    line-height: 1.55 !important;
  }

  .mind-quotes {
    width: 100% !important;
  }

  .mind-quotes figure {
    width: 100% !important;
  }

  .mind-quotes h3 {
    display: block !important;
    font-size: clamp(20px, 6vw, 28px) !important;
    line-height: 1.5 !important;
  }

  .mind-quotes blockquote {
    font-size: clamp(14px, 4vw, 17px) !important;
    line-height: 1.85 !important;
  }

  .mind-quotes__close {
    width: 100% !important;
    padding: 16px !important;
    font-size: clamp(14px, 3.8vw, 17px) !important;
    line-height: 1.85 !important;
  }

  .sec-label__txt {
    max-width: calc(100vw - 72px) !important;
    white-space: normal !important;
    text-align: center !important;
  }

  .optimize__title,
  .optimize__lead,
  .opt-step__body h3,
  .timeline__body h3,
  .timeline__body p,
  .loop2-card__txt h3,
  .faq__q-txt {
    min-width: 0 !important;
    max-width: 100% !important;
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: anywhere !important;
    text-wrap: wrap !important;
  }
}
@media (max-width: 820px) {
  .pair__wbody {
    grid-template-columns: minmax(0, 1fr) minmax(96px, 30%) !important;
  }
  .pair__ill {
    max-height: 170px !important;
  }
  .cmp-table .cmp {
    grid-template-columns: 1fr !important;
  }
  .cmp-table .cmp__svc,
  .cmp-table .cmp__marks {
    grid-column: auto !important;
  }
  .cmp-table .cmp__marks {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .cmp-table .cmp__marks i {
    display: block !important;
  }
}
@media (max-width: 520px) {
  .pair__wbody {
    grid-template-columns: 1fr !important;
  }
  .pair__ill {
    max-width: 190px !important;
  }
}

/* v42：08-17 比較表セル内の縦位置揃え・心セクション幅合わせ */
.about__grid {
  max-width: 980px !important;
}
.about__visual--promise {
  width: 100% !important;
  max-width: 980px !important;
}
.mind-promise {
  width: 100% !important;
}
.cmp-table .cmp__marks li {
  display: grid !important;
  grid-template-rows: 46px 42px !important;
  align-content: center !important;
  align-items: center !important;
  justify-items: center !important;
  gap: 6px !important;
}
.cmp-table .cmp__marks b {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 46px !important;
  line-height: 1 !important;
  margin: 0 !important;
}
.cmp-table .cmp__marks b.m-soso {
  font-size: 26px !important;
}
.cmp-table .cmp__marks small {
  display: flex !important;
  align-items: flex-start !important;
  justify-content: center !important;
  min-height: 42px !important;
  margin: 0 !important;
  text-align: center !important;
}
@media (max-width: 820px) {
  .cmp-table .cmp__marks li {
    grid-template-rows: 22px 38px 42px !important;
  }
  .cmp-table .cmp__marks i {
    min-height: 22px;
    display: flex !important;
    align-items: center;
  }
}

/* v43：08-17 比較表の縦列固定・吹き出し三角の一体化 */
.cmp-table {
  --cmp-service: 190px;
  width: min(100%, 1180px) !important;
  max-width: 1180px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.cmp-head,
.cmp-table .cmp {
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  display: grid !important;
  grid-template-columns: var(--cmp-service) repeat(4, minmax(0, 1fr)) !important;
}
.cmp-table .cmp {
  align-items: stretch !important;
}
.cmp-table .cmp__svc {
  grid-column: auto !important;
  width: 100% !important;
}
.cmp-table .cmp__marks {
  display: contents !important;
  grid-column: auto !important;
}
.cmp-table .cmp__marks li {
  width: 100% !important;
  min-width: 0 !important;
  min-height: 132px !important;
  display: grid !important;
  grid-template-rows: 46px 42px !important;
  align-content: center !important;
  align-items: center !important;
  justify-items: center !important;
  border-left: 1.5px dashed #D2E2F4 !important;
}
.cmp-table .cmp__marks li:first-child {
  border-left: 1.5px dashed #D2E2F4 !important;
}
.cmp-table .cmp__marks i {
  display: none !important;
}
.sec-label__txt {
  position: relative !important;
  overflow: visible !important;
  isolation: isolate !important;
}
.sec-label__txt::before {
  content: "" !important;
  position: absolute !important;
  left: 50% !important;
  bottom: -3px !important;
  width: 34px !important;
  height: 12px !important;
  transform: translateX(-50%) !important;
  background: #fff !important;
  z-index: 2 !important;
  pointer-events: none !important;
}
.sec-label__txt::after {
  bottom: -12px !important;
  width: 20px !important;
  height: 20px !important;
  background: #fff !important;
  border: 0 !important;
  border-right: 2.5px solid #0B73B8 !important;
  border-bottom: 2.5px solid #0B73B8 !important;
  transform: translateX(-50%) rotate(45deg) !important;
  z-index: 1 !important;
}
.sec-label--light .sec-label__txt::before,
.sec-label--light .sec-label__txt::after {
  background: #1B54A3 !important;
}
.sec-label--light .sec-label__txt::after {
  border-right-color: rgba(255,255,255,.85) !important;
  border-bottom-color: rgba(255,255,255,.85) !important;
}
@media (max-width: 820px) {
  .cmp-head {
    display: none !important;
  }
  .cmp-table .cmp {
    display: grid !important;
    grid-template-columns: 1fr !important;
    max-width: none !important;
    margin-top: 16px !important;
  }
  .cmp-table .cmp__marks {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .cmp-table .cmp__marks li {
    grid-template-rows: 22px 38px 42px !important;
    min-height: 112px !important;
    border-left: 0 !important;
    border-top: 1px dashed #D2E2F4 !important;
  }
  .cmp-table .cmp__marks li:nth-child(even) {
    border-left: 1px dashed #D2E2F4 !important;
  }
  .cmp-table .cmp__marks i {
    display: flex !important;
    align-items: center !important;
    min-height: 22px !important;
  }
}

/* v44：08-17 比較表見出しと本体を同じ入れ子構造に固定 */
.cmp-head,
.cmp-table .cmp {
  grid-template-columns: var(--cmp-service) minmax(0, 1fr) !important;
}
.cmp-head > span {
  display: block !important;
  min-width: 0 !important;
}
.cmp-head__metrics,
.cmp-table .cmp__marks {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  min-width: 0 !important;
  width: 100% !important;
}
.cmp-head__metrics {
  height: 100%;
}
.cmp-head__metrics b {
  min-width: 0 !important;
}
.cmp-table .cmp__marks li {
  min-width: 0 !important;
  width: auto !important;
}
@media (max-width: 820px) {
  .cmp-table .cmp {
    grid-template-columns: 1fr !important;
  }
  .cmp-table .cmp__marks {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

/* v45：08-18 比較表のサービス色をトンマナ内で分散 */
.cmp--navy .cmp__svc {
  background: #0F5EA7 !important;
  color: #fff !important;
}
.cmp--cyan .cmp__svc {
  background: #16A35C !important;
  color: #fff !important;
}
.cmp--blueA .cmp__svc {
  background: linear-gradient(180deg, #FFD766 0%, #F8C43E 100%) !important;
  color: #17386D !important;
}
.cmp--blueB .cmp__svc {
  background: linear-gradient(180deg, #24BFD7 0%, #079EC6 100%) !important;
  color: #fff !important;
}
.cmp--sl .cmp__svc {
  background: linear-gradient(180deg, #1B54A3 0%, #123C8F 100%) !important;
  color: #fff !important;
}

/* v49：08-18 表示反映用の末尾固定上書き */
@media (min-width: 981px) {
  .opt-card { min-height: 540px !important; }
  .opt-card--test .opt-card__score,
  .opt-card--analysis .opt-card__chips,
  .opt-card--plan .opt-card__note { margin-top: 18px !important; }
  .opt-card--test .opt-card__img,
  .opt-card--plan .opt-card__img { margin-bottom: 16px !important; }
  .about__grid { max-width: 1180px !important; }
  .about__text { width: 100% !important; max-width: 1180px !important; margin-inline: auto !important; text-align: center !important; }
  .about .sec-label--left { justify-content: center !important; margin: 0 auto 36px !important; text-align: center !important; }
  .about .sec-title--left { width: 100% !important; max-width: none !important; margin: 0 auto 34px !important; text-align: center !important; white-space: nowrap !important; font-size: clamp(38px, 3.35vw, 54px) !important; line-height: 1.32 !important; letter-spacing: 0 !important; }
  .about .sec-title--left .marker { white-space: nowrap !important; }
}
@media (max-width: 980px) {
  .about .sec-title--left { white-space: normal !important; }
}
.optimize .optimize__title span { color: #B9ECFF !important; text-shadow: 0 8px 22px rgba(0, 22, 78, .22) !important; }
.optimize .sec-label--light .sec-label__txt::before { width: 24px !important; height: 6px !important; bottom: -2px !important; background: #1B54A3 !important; }
.optimize .sec-label--light .sec-label__txt::after { background: #1B54A3 !important; }

/* v50：08-18 無料相談までの流れカードのアイコン・文章バランス */
.flow .step2__circle--img {
  width: min(32vw, 144px) !important;
  height: min(32vw, 144px) !important;
}
.flow .step2__txt p {
  max-width: 23em !important;
  margin-inline: auto !important;
  line-height: 1.9 !important;
  text-align: center !important;
  text-wrap: balance !important;
}
@media (min-width: 860px) {
  .flow .step2 {
    padding-top: 34px !important;
    padding-bottom: 30px !important;
  }
  .flow .step2__circle--img {
    width: 158px !important;
    height: 158px !important;
    margin-bottom: 10px !important;
  }
  .flow .step2__txt h3 {
    min-height: 38px !important;
  }
}
@media (max-width: 520px) {
  .flow .step2__circle--img {
    width: 104px !important;
    height: 104px !important;
  }
  .flow .step2__txt p {
    max-width: 20em !important;
  }
}

/* v51：08-18 トップFVを素材分解版に再構成 */
.hero2.hero2--layered {
  background: #062d86 !important;
  overflow: hidden !important;
}
.hero2--layered .hero2__frame {
  position: relative !important;
  max-width: 1672px !important;
  margin: 0 auto !important;
  aspect-ratio: 1672 / 941 !important;
  min-height: 0 !important;
  overflow: hidden !important;
  isolation: isolate !important;
}
.hero2--layered .hero2__bg {
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
}
.hero2--layered .hero2__teacher {
  position: absolute !important;
  left: 3.6% !important;
  top: 7.6% !important;
  z-index: 3 !important;
  width: 20.2% !important;
  height: auto !important;
  aspect-ratio: 1 !important;
  object-fit: cover !important;
  border-radius: 999px !important;
  border: 2px solid #19b9ed !important;
  box-shadow: 0 16px 28px rgba(0, 15, 60, .34) !important;
}
.hero2--layered .hero2__student {
  position: absolute !important;
  right: 1.6% !important;
  bottom: -6.5% !important;
  z-index: 2 !important;
  display: block !important;
  width: 46.5% !important;
  height: auto !important;
  filter: drop-shadow(0 16px 22px rgba(0, 24, 74, .22)) !important;
}
.hero2--layered .hero2__books {
  position: absolute !important;
  right: -1.4% !important;
  bottom: -3.8% !important;
  z-index: 4 !important;
  display: block !important;
  width: 22.4% !important;
  height: auto !important;
  filter: drop-shadow(0 14px 18px rgba(0, 24, 74, .24)) !important;
}
.hero2--layered .hero2__note,
.hero2--layered .hero2__title,
.hero2--layered .hero2__sub {
  display: block !important;
  position: absolute !important;
  z-index: 5 !important;
}
.hero2--layered .hero2__note {
  left: 21.8% !important;
  top: 5.8% !important;
  width: 14.2% !important;
  margin: 0 !important;
  padding: .82em 1.1em !important;
  border-radius: 999px !important;
  background: #fff !important;
  color: #14356f !important;
  text-align: center !important;
  font-weight: 900 !important;
  font-size: clamp(13px, 1.25vw, 20px) !important;
  line-height: 1.45 !important;
  letter-spacing: 0 !important;
  box-shadow: 0 12px 20px rgba(0, 20, 70, .22) !important;
}
.hero2--layered .hero2__note::before {
  content: "" !important;
  position: absolute !important;
  left: 8% !important;
  bottom: -11% !important;
  width: 18% !important;
  aspect-ratio: 1 !important;
  background: #fff !important;
  clip-path: polygon(0 0, 100% 24%, 18% 100%) !important;
}
.hero2--layered .hero2__title {
  left: 25.2% !important;
  top: 17.4% !important;
  margin: 0 !important;
  color: #fff !important;
  font-size: clamp(44px, 5.55vw, 93px) !important;
  font-weight: 900 !important;
  line-height: 1.25 !important;
  letter-spacing: 0 !important;
  text-shadow: 0 7px 12px rgba(0, 18, 70, .36) !important;
}
.hero2--layered .hero2__title .c-yellow,
.hero2--layered .hero2__l3 .c-yellow {
  color: #FFD047 !important;
}
.hero2--layered .hero2__l2 {
  position: relative !important;
  display: inline-block !important;
  white-space: nowrap !important;
}
.hero2--layered .hero2__l2::after {
  content: "" !important;
  position: absolute !important;
  left: 2% !important;
  right: 3% !important;
  bottom: -4% !important;
  height: 8% !important;
  border-radius: 999px !important;
  background: rgba(22, 154, 233, .65) !important;
  transform: rotate(-1deg) !important;
  z-index: -1 !important;
}
.hero2--layered .hero2__l3 {
  display: inline-block !important;
  margin-top: .18em !important;
  white-space: nowrap !important;
}
.hero2--layered .hero2__sub {
  left: 4.2% !important;
  top: 64.1% !important;
  width: 55% !important;
  margin: 0 !important;
  color: #fff !important;
  font-size: clamp(18px, 1.9vw, 32px) !important;
  font-weight: 800 !important;
  line-height: 1.45 !important;
  letter-spacing: 0 !important;
  text-shadow: 0 4px 8px rgba(0, 18, 70, .35) !important;
}
.hero2--layered .hero2__sub b {
  color: #FFD047 !important;
}
.hero2--layered .hero2__cta--text {
  position: absolute !important;
  left: 12.4% !important;
  top: 73.4% !important;
  z-index: 7 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: .45em !important;
  width: 34.8% !important;
  height: 9.5% !important;
  min-height: 0 !important;
  padding: 0 3.2% !important;
  border: 2px solid rgba(255, 255, 255, .92) !important;
  border-radius: 999px !important;
  background: linear-gradient(180deg, #FFE070 0%, #FFC72C 58%, #F5B725 100%) !important;
  color: #0d2e66 !important;
  box-shadow: 0 12px 20px rgba(0, 22, 75, .28), inset 0 -5px 0 rgba(211, 140, 0, .18) !important;
  font-size: clamp(18px, 1.95vw, 33px) !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  transform: translateZ(0) !important;
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease !important;
}
.hero2--layered .hero2__cta--text span,
.hero2--layered .hero2__cta--text i {
  color: inherit !important;
  text-shadow: none !important;
}
.hero2--layered .hero2__cta--text i {
  font-style: normal !important;
  font-size: 1.24em !important;
  line-height: .7 !important;
}
.hero2--layered .hero2__cta--text:hover,
.hero2--layered .hero2__cta--text:focus-visible {
  transform: translateY(-3px) scale(1.015) !important;
  box-shadow: 0 18px 28px rgba(0, 22, 75, .32), inset 0 -5px 0 rgba(211, 140, 0, .16) !important;
  filter: saturate(1.05) brightness(1.03) !important;
}
.hero2--layered .hero2__cta--text:active {
  transform: translateY(-1px) scale(.995) !important;
}
@media (min-width: 820px) {
  .hero2--layered .hero2__sub br.only-sp {
    display: none !important;
  }
}
@media (max-width: 819px) {
  .hero2--layered .hero2__frame {
    width: 100% !important;
    max-width: 760px !important;
    aspect-ratio: 760 / 1180 !important;
  }
  .hero2--layered .hero2__bg {
    object-position: center top !important;
  }
  .hero2--layered .hero2__teacher {
    left: 6.2% !important;
    top: 5.6% !important;
    width: 31.5% !important;
  }
  .hero2--layered .hero2__note {
    left: 33.8% !important;
    top: 5.3% !important;
    width: 37.5% !important;
    padding: .62em .9em !important;
    font-size: clamp(12px, 3.35vw, 18px) !important;
  }
  .hero2--layered .hero2__title {
    left: 7.2% !important;
    top: 19% !important;
    font-size: clamp(34px, 11vw, 62px) !important;
    line-height: 1.31 !important;
  }
  .hero2--layered .hero2__sub {
    left: 7.2% !important;
    top: 47.3% !important;
    width: 86% !important;
    font-size: clamp(14px, 3.8vw, 20px) !important;
    line-height: 1.58 !important;
  }
  .hero2--layered .hero2__cta--text {
    left: 7.2% !important;
    top: 56.6% !important;
    width: 55.5% !important;
    height: 5.8% !important;
    padding: 0 4.8% !important;
    font-size: clamp(13px, 3.65vw, 18px) !important;
  }
  .hero2--layered .hero2__student {
    right: -13% !important;
    bottom: -1.8% !important;
    width: 88% !important;
  }
  .hero2--layered .hero2__books {
    right: -7.5% !important;
    bottom: 2.5% !important;
    width: 43% !important;
  }
}

/* v52：08-18 トップ完成絵を背景にしてCTAだけ実装配置 */
.hero2--layered .hero2__teacher,
.hero2--layered .hero2__student,
.hero2--layered .hero2__books,
.hero2--layered .hero2__note,
.hero2--layered .hero2__title,
.hero2--layered .hero2__sub {
  display: none !important;
}
.hero2--layered .hero2__bg {
  object-position: center center !important;
}
.hero2--layered .hero2__cta--text {
  left: 10.6% !important;
  top: 77.4% !important;
  width: 35.8% !important;
  height: 8.7% !important;
  font-size: clamp(18px, 1.95vw, 32px) !important;
}
@media (max-width: 819px) {
  .hero2--layered .hero2__frame {
    aspect-ratio: 760 / 1180 !important;
  }
  .hero2--layered .hero2__bg {
    object-fit: cover !important;
    object-position: 43% top !important;
  }
  .hero2--layered .hero2__cta--text {
    left: 7.6% !important;
    top: 58.8% !important;
    width: 58% !important;
    height: 5.9% !important;
    font-size: clamp(13px, 3.65vw, 18px) !important;
  }
}

/* v53：08-18 創太先生の実写真をトップ丸窓に重ねる */
.hero2--layered .hero2__teacher {
  display: block !important;
  left: 2.85% !important;
  top: 3.2% !important;
  width: 17.2% !important;
  z-index: 6 !important;
  border: 2px solid #2ec4ff !important;
  box-shadow: 0 12px 24px rgba(0, 14, 54, .34) !important;
}
@media (max-width: 819px) {
  .hero2--layered .hero2__teacher {
    left: 6.5% !important;
    top: 5.6% !important;
    width: 30.5% !important;
  }
}

/* v54：08-18 吹き出しをHTML/CSSで再配置 */
.hero2--layered .hero2__note {
  display: block !important;
  left: 19.8% !important;
  top: 4.8% !important;
  width: 16.2% !important;
  z-index: 7 !important;
  padding: .82em 1.1em !important;
  border-radius: 999px !important;
  background: #fff !important;
  color: #12346f !important;
  font-size: clamp(14px, 1.35vw, 22px) !important;
  font-weight: 900 !important;
  line-height: 1.42 !important;
  text-align: center !important;
  letter-spacing: 0 !important;
  box-shadow: 0 12px 20px rgba(0, 18, 70, .24) !important;
}
.hero2--layered .hero2__note::before {
  content: "" !important;
  position: absolute !important;
  left: 8% !important;
  bottom: -12% !important;
  width: 18% !important;
  aspect-ratio: 1 !important;
  background: #fff !important;
  clip-path: polygon(0 0, 100% 25%, 18% 100%) !important;
}
@media (max-width: 819px) {
  .hero2--layered .hero2__note {
    left: 33.5% !important;
    top: 5.4% !important;
    width: 38% !important;
    padding: .62em .8em !important;
    font-size: clamp(12px, 3.35vw, 18px) !important;
  }
}

/* v55：08-18 青背景ラベルの三角を背景になじませる */
.sec-label--light .sec-label__txt {
  --label-blue-fill: #1d58a8;
  background: var(--label-blue-fill) !important;
  box-shadow: none !important;
}
.flow .sec-label--light .sec-label__txt {
  --label-blue-fill: #1e5db2;
}
.optimize .sec-label--light .sec-label__txt {
  --label-blue-fill: #1b54a3;
}
.sec-label--light .sec-label__txt::before {
  width: 18px !important;
  height: 6px !important;
  bottom: -3px !important;
  background: var(--label-blue-fill) !important;
  border: 0 !important;
}
.sec-label--light .sec-label__txt::after {
  bottom: -13px !important;
  width: 22px !important;
  height: 22px !important;
  background: var(--label-blue-fill) !important;
  border: 0 !important;
  border-right: 4px solid rgba(232, 243, 255, .96) !important;
  border-bottom: 4px solid rgba(232, 243, 255, .96) !important;
  box-shadow: none !important;
}

/* v57：08-18 iPhone向けトップ画像の最終配置 */
.hero2--layered .hero2__picture {
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
}

@media (max-width: 819px) {
  .hero2--layered .hero2__frame {
    width: 100% !important;
    max-width: 1086px !important;
    aspect-ratio: 1086 / 1448 !important;
  }

  .hero2--layered .hero2__picture,
  .hero2--layered .hero2__bg {
    width: 100% !important;
    height: 100% !important;
  }

  .hero2--layered .hero2__bg {
    object-fit: contain !important;
    object-position: center top !important;
  }

  .hero2--layered .hero2__teacher,
  .hero2--layered .hero2__student,
  .hero2--layered .hero2__books,
  .hero2--layered .hero2__title,
  .hero2--layered .hero2__sub {
    display: none !important;
  }

  .hero2--layered .hero2__note {
    left: 31.5% !important;
    top: 4.2% !important;
    width: 34% !important;
    padding: .58em .72em !important;
    font-size: clamp(11px, 3.2vw, 18px) !important;
    line-height: 1.38 !important;
  }

  .hero2--layered .hero2__cta--text {
    left: 5.2% !important;
    top: 68.2% !important;
    width: 54% !important;
    height: 5.4% !important;
    padding: 0 4% !important;
    font-size: clamp(13px, 3.7vw, 20px) !important;
  }
}

@media (max-width: 390px) {
  .hero2--layered .hero2__note {
    left: 31% !important;
    width: 36% !important;
    font-size: 11px !important;
  }

  .hero2--layered .hero2__cta--text {
    left: 4.8% !important;
    width: 56% !important;
    font-size: 13px !important;
  }
}

/* v59：08-18 スマホ用2の丸写真と吹き出しを最終配置 */
@media (max-width: 819px) {
  .hero2--layered .hero2__teacher {
    display: block !important;
    left: 4.5% !important;
    top: 2.6% !important;
    width: 20.5% !important;
    height: auto !important;
    aspect-ratio: 1 !important;
    object-fit: cover !important;
    object-position: center center !important;
    border: 2px solid #2ec4ff !important;
    border-radius: 50% !important;
    box-shadow: 0 10px 22px rgba(0, 14, 54, .34) !important;
  }

  .hero2--layered .hero2__note {
    left: 23.3% !important;
    top: 4.4% !important;
    width: 37% !important;
  }
}

@media (max-width: 390px) {
  .hero2--layered .hero2__teacher {
    left: 4.2% !important;
    width: 21% !important;
  }

  .hero2--layered .hero2__note {
    left: 23.4% !important;
    top: 4.2% !important;
    width: 38% !important;
  }
}

/* v62c：スマホ見出しの意図した改行を最終優先 */
@media (max-width: 819px) {
  .worry .sec-title {
    font-size: clamp(22px, 6.2vw, 26px) !important;
    line-height: 1.55 !important;
    text-wrap: initial !important;
  }

  .worry .worry__title-line {
    white-space: nowrap !important;
  }

  .optimize .optimize__title .only-sp {
    display: inline !important;
  }

  .mind-quotes h3 {
    display: inline !important;
    font-size: clamp(18px, 5vw, 21px) !important;
    line-height: 1.65 !important;
    background: linear-gradient(transparent 65%, rgba(252,206,90,.78) 65% 90%, transparent 90%) !important;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
  }
}

/* v63：08-19 スマホ本文・タイムラインの改行と下線を整える */
@media (max-width: 819px) {
  .worry .sec-title {
    font-size: clamp(20px, 5.4vw, 22px) !important;
    line-height: 1.58 !important;
  }

  .pair__stext h3 {
    text-wrap: initial !important;
    line-height: 1.62 !important;
  }

  .pair__stext h3 .only-sp,
  .optimize__lead .only-sp {
    display: inline !important;
  }

  .optimize__lead {
    font-size: clamp(16px, 4.25vw, 18px) !important;
    line-height: 1.8 !important;
    text-wrap: initial !important;
  }

  .timeline__body h3 {
    align-items: flex-start !important;
    gap: 10px !important;
    font-size: clamp(17px, 4.7vw, 20px) !important;
    line-height: 1.52 !important;
  }

  .timeline__title {
    display: block;
    min-width: 0;
  }

  .timeline__title .marker {
    display: table;
    width: fit-content;
    background: linear-gradient(transparent 66%, rgba(252,206,90,.88) 66% 93%, transparent 93%) !important;
  }

  .timeline__pomodoro {
    margin-top: 2px;
  }

  .loop2__closing {
    font-size: clamp(17px, 4.2vw, 19px) !important;
    line-height: 1.85 !important;
    text-wrap: initial !important;
  }
}

/* v64：08-19 スマホの説明文・見出しが画面外へ出ないための共通設定 */
@media (max-width: 819px) {
  .section .sec-title,
  .section .lead-text,
  .section .vs2__closing,
  .section .loop2__closing,
  .section .about__lead,
  .section .parents__lead,
  .section .mind-quotes__close,
  .section .opt-card__note,
  .section .loop2-card__txt p,
  .section .cmp__marks small,
  .section .mnb-official figcaption,
  .section .parents-graph figcaption {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: anywhere !important;
    text-wrap: wrap !important;
  }

  .section .sec-title .marker {
    white-space: normal !important;
  }

  .section .lead-text {
    padding-left: 0 !important;
    padding-right: 0 !important;
    font-size: clamp(14px, 4vw, 17px) !important;
    line-height: 1.9 !important;
  }

  .section .loop2-card__txt p,
  .section .cmp__marks small {
    font-size: clamp(13px, 3.8vw, 16px) !important;
    line-height: 1.8 !important;
  }
}

/* v65：08-21 料金プラン */
.pricing {
  background: linear-gradient(180deg, #F0F5FF 0%, #E6F0FC 100%);
}
.pricing__circle {
  width: 190px;
  height: 190px;
  right: -72px;
  bottom: 86px;
  background: #CBE8FF;
  opacity: .55;
}
.pricing__lead {
  margin: 0 auto 34px;
  text-align: center;
  color: #4F6382;
  font-size: 15px;
  font-weight: 600;
}
.pricing__plans {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 24px;
  max-width: 980px;
  margin: 0 auto 22px;
}
.pricing-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 30px 26px 26px;
  border: 1px solid #D7E4F4;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 14px 32px rgba(27, 84, 163, .09);
}
.pricing-card--complete {
  border: 2px solid #1555B5;
  box-shadow: 0 16px 38px rgba(21, 85, 181, .14);
}
.pricing-card__badge {
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  width: max-content;
  max-width: calc(100% - 32px);
  padding: 7px 18px;
  border-radius: 999px;
  background: #FCCE5A;
  color: #163A77;
  font-family: var(--font-head);
  font-size: 12px;
  font-weight: 900;
  text-align: center;
}
.pricing-card__name {
  margin-bottom: 12px;
  color: #1555B5;
  font-family: var(--font-head);
  font-size: clamp(19px, 3vw, 24px);
  font-weight: 900;
}
.pricing-card__price {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 24px;
  color: var(--ink-navy);
}
.pricing-card__price span {
  font-family: var(--font-head);
  font-size: clamp(38px, 5vw, 52px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
}
.pricing-card__price small {
  color: #52627A;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}
.pricing-card__includes {
  margin: 2px 0 14px;
  color: #52627A;
  font-size: 14px;
  font-weight: 700;
}
.pricing-card__list {
  flex: 1;
  border-top: 1px dashed #D6E4F3;
}
.pricing-card__list li {
  position: relative;
  padding: 14px 0 14px 28px;
  border-bottom: 1px dashed #D6E4F3;
  color: #263955;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.65;
}
.pricing-card__list li::before {
  content: "✓";
  position: absolute;
  top: 14px;
  left: 2px;
  color: #0E78C3;
  font-size: 16px;
  font-weight: 900;
}
.pricing-card__list small {
  color: #64758E;
  font-size: 12px;
}
.pricing-card__list--complete {
  margin-bottom: 12px;
}
.pricing-card__detail {
  margin-top: 16px;
  color: #52627A;
  font-size: 14px;
  line-height: 1.9;
}
.pricing-card__manabo-benefit {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1px 10px;
  align-items: center;
  margin-top: auto;
  padding: 16px;
  border-radius: 12px;
  background: #EEF7FF;
}
.pricing-card__manabo-benefit span {
  grid-row: span 2;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #1555B5;
  color: #fff;
  font-family: var(--font-head);
  font-size: 12px;
  font-weight: 900;
}
.pricing-card__manabo-benefit b {
  color: #1555B5;
  font-family: var(--font-head);
  font-size: 17px;
  font-weight: 900;
}
.pricing-card__manabo-benefit p {
  color: #52627A;
  font-size: 12px;
  line-height: 1.55;
}
.pricing__note {
  max-width: 980px;
  margin: 0 auto;
  padding: 18px 20px;
  border: 1px solid #CFE0F5;
  border-radius: 14px;
  background: rgba(255,255,255,.76);
  color: #1555B5;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8;
  text-align: left;
}
.pricing__note b {
  color: var(--ink-navy);
  background: linear-gradient(transparent 62%, rgba(252,206,90,.78) 62%);
}
@media (min-width: 820px) {
  .pricing__plans {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
  }
  .pricing-card {
    min-height: 448px;
    padding: 34px 34px 30px;
  }
  .pricing__note p + p {
    margin-top: 4px;
  }
}
@media (max-width: 819px) {
  .pricing .sec-title,
  .pricing__lead,
  .pricing__note,
  .pricing-card__detail,
  .pricing-card__list li {
    min-width: 0;
    max-width: 100%;
    overflow-wrap: anywhere;
  }
  .pricing-card {
    padding: 28px 20px 22px;
  }
  .pricing-card--complete {
    margin-top: 14px;
  }
  .pricing-card__price span {
    font-size: clamp(34px, 10vw, 44px);
  }
  .pricing__note {
    font-size: 13px;
  }
}

/* v66: 08-24 確定原稿・プロフィール導線・無料相談フローの整形 */
.profile__yahoo {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 8px 0 18px;
  color: #1B54A3;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}
.profile__yahoo > span {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 50%;
  background: #e60012;
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-weight: 900;
}
.profile__yahoo:hover {
  color: #0d76bd;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.mnb-tutors__chart {
  overflow: hidden;
  aspect-ratio: 2172 / 574;
}
.mnb-tutors__chart img {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
  transform: translateY(-20.7%);
}
@media (max-width: 819px) {
  .flow .step2__txt,
  .flow .step2__txt h3,
  .flow .step2__txt p {
    text-align: left !important;
  }
  .flow .step2__txt p br {
    display: none;
  }
}

/* v67: 08-24 悩みと解決の4組を同じリズムで整える */
.pair__solve {
  align-items: flex-start !important;
}
.pair__solve .pair__badge {
  margin-top: 4px;
}
.pair__stext h3 {
  display: inline-block !important;
  line-height: 1.62 !important;
  background: none !important;
  padding-bottom: 0 !important;
}
.pair__stext h3 span {
  display: inline;
  background: linear-gradient(transparent 74%, #BFE2F5 74%);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

/* v68: 悩みから解決までの視線を、コンパクトな3段構成でつなぐ */
@media (min-width: 820px) {
  .pair__grid {
    gap: 24px !important;
  }
  .pair {
    align-self: start;
    justify-content: flex-start !important;
    gap: 14px !important;
    padding: 26px 28px 24px !important;
  }
  .pair__worry {
    padding-top: 0 !important;
  }
  .pair__wbody {
    min-height: 0 !important;
    margin-top: 10px !important;
  }
  .pair__bubble {
    min-height: 112px !important;
    padding: 18px 20px !important;
  }
  .pair__arrow {
    margin: 0 auto !important;
    transform: scale(.8);
  }
  .pair__solve {
    min-height: 0 !important;
    margin-top: 0 !important;
    padding: 16px 18px !important;
    gap: 14px !important;
    border: 1px solid #d9edf7;
    border-radius: 14px;
    background: linear-gradient(135deg, #f2fbff 0%, #ffffff 100%);
  }
  .pair__solve .pair__badge {
    width: 58px !important;
    height: 58px !important;
    flex-basis: 58px;
    margin-top: 0;
    transform: none !important;
  }
  .pair:nth-child(n + 3) .pair__solve {
    border-color: #f5dfb2;
    background: linear-gradient(135deg, #fffaf0 0%, #ffffff 100%);
  }
  .pair__stext h3 {
    line-height: 1.55 !important;
  }
  .pair__stext p {
    min-height: 0 !important;
    margin-top: 6px !important;
  }
}
@media (min-width: 820px) {
  .pair__bubble {
    min-height: 112px;
  }
  .pair__bubble p {
    line-height: 1.8;
  }
}

/* v69: 4つの悩み・解決カードを共通のレイアウトに統一 */
@media (min-width: 820px) {
  .pair__grid {
    grid-auto-rows: 1fr;
  }
  .pair {
    height: 100%;
    display: grid !important;
    grid-template-rows: 220px 34px minmax(170px, 1fr);
    gap: 12px !important;
  }
  .pair__worry {
    display: grid;
    grid-template-rows: 52px 1fr;
    min-height: 0;
  }
  .pair__who {
    align-self: start;
  }
  .pair__wbody {
    height: 156px;
    min-height: 156px !important;
    margin-top: 0 !important;
  }
  .pair__bubble {
    height: 144px;
    min-height: 144px !important;
    display: flex;
    align-items: center;
  }
  .pair__bubble p {
    width: 100%;
    font-size: 15px;
    line-height: 1.72;
  }
  .pair__ill {
    height: 156px !important;
    max-height: 156px !important;
    object-fit: contain !important;
  }
  .pair__arrow {
    align-self: center;
    justify-self: center;
    margin: 0 auto !important;
  }
  .pair__solve {
    height: 100%;
    display: grid !important;
    grid-template-columns: 58px minmax(0, 1fr);
    align-items: start !important;
  }
  .pair__stext {
    display: grid;
    grid-template-rows: minmax(58px, auto) 1fr;
    min-width: 0;
  }
  .pair__stext h3 {
    min-height: 58px;
    margin: 0 !important;
    font-size: 19px;
    line-height: 1.5 !important;
  }
  .pair__stext p {
    margin: 8px 0 0 !important;
    font-size: 14px;
    line-height: 1.8;
  }
}

/* v70: 悩みラベルと解決へのつなぎを、軽やかな見た目に調整 */
.pair__who {
  width: fit-content !important;
  min-width: 0 !important;
  padding: 8px 24px !important;
}
.pair__arrow {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid #ffe1a0;
  border-radius: 50%;
  background: #fff9ea;
  box-shadow: 0 5px 12px rgba(222, 165, 38, .16);
}
.pair__arrow svg {
  width: 20px;
  height: 18px;
  filter: none;
}
@media (min-width: 820px) {
  .pair {
    grid-template-rows: 210px 42px minmax(170px, 1fr);
  }
  .pair__who {
    justify-self: start;
    padding: 9px 26px !important;
  }
  .pair__arrow {
    transform: none !important;
  }
}

/* v72: 新トップ - タイトル素材と学習風景を主役にした明るいヒーロー */
.hero-new {
  overflow: hidden;
  background: #fff;
}
.hero-new__frame {
  position: relative;
  width: 100%;
  max-width: 1672px;
  aspect-ratio: 1672 / 941;
  margin: 0 auto;
  overflow: hidden;
  background: #fff;
}
.hero-new__photo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-new__dots,
.hero-new__circle {
  position: absolute;
  z-index: 1;
  display: block;
  pointer-events: none;
}
.hero-new__dots {
  width: clamp(88px, 12vw, 205px);
  aspect-ratio: 1;
  background-image: radial-gradient(circle, rgba(75, 177, 229, .35) 2px, transparent 2.7px);
  background-size: 15px 15px;
  mask-image: radial-gradient(circle, #000 32%, transparent 72%);
  -webkit-mask-image: radial-gradient(circle, #000 32%, transparent 72%);
}
.hero-new__dots--top { top: 8%; left: -3.5%; }
.hero-new__dots--bottom { bottom: -5%; left: 3%; opacity: .75; }
.hero-new__circle {
  bottom: -17%;
  left: 12%;
  width: clamp(140px, 21vw, 330px);
  aspect-ratio: 1;
  border: 2px solid rgba(114, 195, 236, .32);
  border-radius: 50%;
  box-shadow: inset 0 0 0 20px rgba(220, 244, 255, .34);
}
.hero-new__material-wave {
  position: absolute;
  z-index: 1;
  bottom: -2%;
  left: 0;
  display: block;
  width: 48%;
  height: 31%;
  background: url("../assets/img/hero-material-source.png") left 68% / 122% auto no-repeat;
  mix-blend-mode: screen;
  opacity: .42;
  pointer-events: none;
}
.hero-new__title-art {
  position: absolute;
  top: 9.5%;
  left: 4%;
  z-index: 1;
  display: block;
  width: 46%;
  height: auto;
  pointer-events: none;
}
.hero-new__teacher-combined {
  position: absolute;
  top: 3.5%;
  left: 48%;
  z-index: 2;
  display: block;
  width: clamp(170px, 16.5%, 276px);
  height: auto;
  object-fit: contain;
}
.hero-new__badge {
  position: absolute;
  top: 15.6%;
  right: 3.8%;
  z-index: 2;
  display: block;
  width: clamp(96px, 11.2vw, 172px);
  aspect-ratio: 1;
  margin: 0;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 8px 18px rgba(215, 158, 12, .12);
}
.hero-new__badge img {
  position: absolute;
  top: -106%;
  left: -337%;
  display: block;
  width: 446%;
  max-width: none;
  height: auto;
}
.hero-new__copy { display: none; }
.hero-new__lead {
  position: absolute;
  top: 61.7%;
  left: 7.2%;
  z-index: 3;
  margin: 0;
  color: #082f6b;
  font-size: clamp(16px, 1.85vw, 29px);
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: .02em;
}
.hero-new__lead span { color: #1299db; }
.hero-new__cta {
  position: absolute;
  top: 75.7%;
  left: 7.2%;
  z-index: 3;
  display: inline-flex;
  width: min(31.8%, 500px);
  min-height: 0;
  align-items: center;
  justify-content: center;
  gap: .95em;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease;
}
.hero-new__cta img { display: block; width: 100%; height: auto; }
.hero-new__cta:hover,
.hero-new__cta:focus-visible {
  background: transparent;
  box-shadow: none;
  transform: translateY(-2px);
}
.hero-new__cta:focus-visible { outline: 3px solid #149ddc; outline-offset: 3px; }
.btn--header.btn--navy { background: #119bd7 !important; }

@media (max-width: 819px) {
  .hero-new__frame {
    min-height: 650px;
    aspect-ratio: auto;
  }
  .hero-new__photo {
    position: absolute;
    inset: 0;
    object-position: 65% center;
  }
  .hero-new__frame::after {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.93) 46%, rgba(255,255,255,.2) 80%, rgba(255,255,255,.04) 100%);
    content: "";
  }
  .hero-new__title-art { display: none; }
  .hero-new__teacher-combined {
    top: 4%;
    right: 5%;
    left: auto;
    z-index: 3;
    width: 124px;
  }
  .hero-new__lead { display: none; }
  .hero-new__copy {
    position: relative;
    z-index: 2;
    display: block;
    width: min(87%, 450px);
    padding: 58px 0 0 7%;
    color: #082f6b;
  }
  .hero-new__copy h1 {
    margin: 0;
    font-size: clamp(36px, 10.5vw, 56px);
    font-weight: 800;
    line-height: 1.23;
    letter-spacing: 0;
  }
  .hero-new__copy h1 > span { color: #139de0; }
  .hero-new__copy h1 strong { color: #f7b91f; }
  .hero-new__copy p {
    margin: 22px 0 0;
    font-size: clamp(15px, 4.1vw, 19px);
    font-weight: 700;
    line-height: 1.65;
  }
  .hero-new__copy p b { color: #1299db; }
  .hero-new__badge {
    top: auto;
    right: 5%;
    bottom: 5.5%;
    z-index: 3;
    width: 96px;
  }
  .hero-new__material-wave { width: 86%; height: 22%; opacity: .3; }
  .hero-new__cta {
    top: auto;
    bottom: 7%;
    left: 7%;
    z-index: 4;
    width: min(62%, 285px);
    min-height: 0;
  }
}

@media (max-width: 390px) {
  .hero-new__frame { min-height: 610px; }
  .hero-new__copy { padding-top: 46px; }
  .hero-new__copy h1 { font-size: 35px; }
  .hero-new__copy p { font-size: 14px; }
  .hero-new__cta { width: 64%; font-size: 15px; }
  .hero-new__badge { width: 88px; }
}

/* v71: 矢印に頼らず、悩みと解決のコントラストで流れをつくる */
.pair__arrow {
  display: none !important;
}
.pair__solve {
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 22px rgba(28, 103, 166, .07);
}
.pair__solve::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: linear-gradient(90deg, #2bbddd 0%, #8cdbef 100%);
  content: "";
}
.pair:nth-child(n + 3) .pair__solve::before {
  background: linear-gradient(90deg, #f1a338 0%, #ffd06a 100%);
}
@media (min-width: 820px) {
  .pair {
    grid-template-rows: 210px minmax(170px, 1fr);
    gap: 18px !important;
  }
  .pair__solve {
    padding-top: 20px !important;
  }
}

/* v72: 悩みと解決を一組として、4枚すべて同じリズムで見せる */
.worry .pair {
  border: 1px solid #e0ebf4;
  border-radius: 24px;
  padding: 28px;
  box-shadow: 0 14px 32px rgba(28, 85, 150, .10);
}
.worry .pair__worry {
  padding: 0;
  background: transparent;
}
.worry .pair__who {
  position: relative;
  z-index: 2;
  width: fit-content !important;
  min-width: 0 !important;
  padding: 10px 28px !important;
  border: 2px solid rgba(255, 255, 255, .92);
  border-radius: 999px;
  font-size: 16px;
  letter-spacing: .03em;
  box-shadow: 0 8px 16px rgba(26, 84, 144, .16);
}
.worry .pair__who--st { background: linear-gradient(135deg, #20b6d6, #39c8e6); }
.worry .pair__who--pa { background: linear-gradient(135deg, #f29223, #f9b13c); }
.worry .pair__wbody {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(140px, .68fr);
  align-items: center;
  gap: 20px;
}
.worry .pair__bubble {
  min-height: 142px !important;
  height: auto !important;
  padding: 22px 24px;
  border-radius: 20px;
  background: #f1f4fa;
  box-shadow: inset 0 1px 0 #fff;
}
.worry .pair__bubble p {
  font-size: 16px;
  line-height: 1.75;
}
.worry .pair__moya { display: none; }
.worry .pair__ill {
  width: 100%;
  max-width: 180px;
  height: 150px !important;
  max-height: 150px !important;
  justify-self: center;
  object-fit: contain !important;
}
.worry .pair__solve {
  display: grid !important;
  grid-template-columns: 72px minmax(0, 1fr);
  align-items: start !important;
  gap: 18px !important;
  padding: 22px 24px 20px !important;
  border: 2px solid #cce9f5;
  border-radius: 20px;
  background: linear-gradient(135deg, #f8fdff, #fff);
  box-shadow: none;
}
.worry .pair__solve::before { height: 5px; }
.worry .pair__badge {
  width: 72px !important;
  height: 72px !important;
  flex-basis: 72px;
  border: 3px solid #fff;
  box-shadow: 0 8px 16px rgba(18, 68, 132, .22);
}
.worry .pair__stext {
  border-left: 2px solid #70c8e8;
  padding-left: 20px;
}
.worry .pair__stext h3 {
  min-height: 0;
  font-size: 20px !important;
  line-height: 1.52 !important;
}
.worry .pair__stext p {
  margin-top: 10px !important;
  font-size: 14.5px !important;
  line-height: 1.85 !important;
}
.worry .pair:nth-child(n + 3) .pair__solve {
  border-color: #f5cf82;
  background: linear-gradient(135deg, #fffaf1, #fff);
}
.worry .pair:nth-child(n + 3) .pair__badge { background: #f4a126; }
.worry .pair:nth-child(n + 3) .pair__stext { border-color: #f4b23c; }
.worry .pair:nth-child(n + 3) .pair__stext h3 {
  background: linear-gradient(transparent 74%, rgba(252, 193, 63, .55) 74%);
}

.hero-new__teacher-combined {
  top: 2.4%;
  left: 49%;
  width: clamp(145px, 13.8%, 232px);
}
.hero-new__badge {
  top: 13.8%;
  right: 3.2%;
  width: clamp(102px, 12.4vw, 190px);
  overflow: visible;
  box-shadow: none;
}
.hero-new__badge img {
  position: static;
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
}

@media (min-width: 820px) {
  .worry .pair {
    grid-template-rows: 210px minmax(194px, 1fr);
    gap: 22px !important;
  }
  .worry .pair__worry { grid-template-rows: 55px 1fr; }
  .worry .pair__wbody {
    height: 155px;
    min-height: 155px !important;
  }
}

@media (max-width: 819px) {
  .worry .pair { padding: 22px 18px; }
  .worry .pair__who {
    padding: 8px 20px !important;
    font-size: 14px;
  }
  .worry .pair__wbody {
    grid-template-columns: minmax(0, 1fr) minmax(92px, .55fr);
    gap: 12px;
    margin-top: 14px !important;
  }
  .worry .pair__bubble {
    min-height: 120px !important;
    padding: 16px;
  }
  .worry .pair__bubble p { font-size: 14px; }
  .worry .pair__ill {
    height: 120px !important;
    max-height: 120px !important;
  }
  .worry .pair__solve {
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 12px !important;
    padding: 16px !important;
  }
  .worry .pair__badge {
    width: 56px !important;
    height: 56px !important;
    flex-basis: 56px;
    font-size: 15px;
  }
  .worry .pair__stext { padding-left: 12px; }
  .worry .pair__stext h3 { font-size: 17px !important; }
  .worry .pair__stext p {
    font-size: 13.5px !important;
    line-height: 1.75 !important;
  }
  .hero-new__teacher-combined {
    top: 3%;
    right: 5%;
    left: auto;
    width: 108px;
  }
  .hero-new__badge { width: 108px; }
}

/* v73: ヒーローの訴求と比較カードの視線誘導を調整 */
.hero-new__lead {
  font-size: clamp(18px, 2.1vw, 32px);
  font-weight: 800;
}
.hero-new__badge {
  top: 12.8%;
  right: 2.7%;
  width: clamp(112px, 13.4vw, 206px);
}
.worry .pair__solve::before { display: none; }

.optimize__compare {
  width: min(100%, 1140px);
  margin: 34px auto 0;
  grid-template-columns: minmax(0, .9fr) 44px minmax(0, 1.12fr) minmax(180px, .58fr);
  gap: 20px;
}
.opt-compare__plain,
.opt-compare__sl {
  min-height: 188px;
  padding: 24px 28px;
  border-radius: 24px;
  box-shadow: 0 18px 34px rgba(0, 18, 64, .18);
}
.opt-compare__plain {
  border-color: #cfe6fa;
  background: linear-gradient(145deg, #fff, #f7fbff);
}
.opt-compare__sl {
  padding-right: 40px;
  border-color: #ffd15b;
  background: linear-gradient(145deg, #fff, #fff4cf);
}
.opt-compare__person {
  align-self: center;
  margin: 0 0 -12px -74px;
  pointer-events: none;
}
.opt-compare__person img { max-height: 208px; }

@media (max-width: 819px) {
  .hero-new__lead { font-size: clamp(15px, 4.1vw, 19px); }
  .hero-new__badge {
    top: auto;
    right: 5%;
    bottom: 5.5%;
    width: 108px;
  }
  .optimize__compare {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 26px;
  }
  .opt-compare__plain,
  .opt-compare__sl {
    min-height: 0;
    padding: 20px;
    border-radius: 18px;
  }
  .opt-compare__arrow {
    justify-self: center;
    transform: rotate(90deg);
  }
  .opt-compare__person {
    max-width: 260px;
    margin: -24px auto 0;
  }
}

/* v74: 解決バッジを専用素材へ差し替え */
.worry .pair__badge {
  display: block;
  padding: 0;
  overflow: visible;
  background: transparent !important;
  border: 0;
  box-shadow: none;
}
.worry .pair__badge img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.hero-new__badge {
  top: 11.2%;
  right: 2.2%;
  width: clamp(128px, 15.2vw, 232px);
}
@media (max-width: 819px) {
  .hero-new__badge {
    top: auto;
    right: 4%;
    bottom: 5%;
    width: 118px;
  }
}

/* v75: 悩みカードの解決面を色別の独立カードとして整理 */
.worry .pair__solve {
  border: 2px solid #91d8ef;
  border-radius: 22px;
  background: linear-gradient(135deg, #f7fdff 0%, #fff 70%);
  box-shadow: 0 12px 26px rgba(26, 135, 187, .10);
}
.worry .pair__stext {
  border-left-color: #51c3e3;
}
.worry .pair__stext h3 span {
  background: linear-gradient(transparent 74%, rgba(115, 211, 237, .48) 74%);
}
.worry .pair:nth-child(n + 3) .pair__solve {
  border-color: #ffc45f;
  background: linear-gradient(135deg, #fffaf0 0%, #fff 70%);
  box-shadow: 0 12px 26px rgba(224, 143, 25, .10);
}
.worry .pair:nth-child(n + 3) .pair__stext {
  border-left-color: #f3a32b;
}
.worry .pair:nth-child(n + 3) .pair__stext h3,
.worry .pair:nth-child(n + 3) .pair__stext h3 span {
  background: linear-gradient(transparent 74%, rgba(255, 190, 54, .62) 74%);
}
@media (max-width: 819px) {
  .worry .pair__solve {
    border-radius: 18px;
    padding: 17px 15px !important;
  }
  .worry .pair__stext p .only-sp { display: block; }
}

/* v76: 無料相談と悩みカードの視線を整える */
.consult__icon--img {
  width: 122px !important;
  height: 122px !important;
}
.consult__icon--img img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
}

.worry .pair__solve {
  grid-template-columns: 84px minmax(0, 1fr);
  gap: 20px !important;
}
.worry .pair__badge {
  width: 84px !important;
  height: 84px !important;
  flex-basis: 84px;
}
.worry .pair__stext {
  border-left: 0 !important;
  padding-left: 0 !important;
}

@media (max-width: 819px) {
  .consult__icon--img {
    width: 100px !important;
    height: 100px !important;
  }
  .worry .pair__solve {
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 14px !important;
  }
  .worry .pair__badge {
    width: 64px !important;
    height: 64px !important;
    flex-basis: 64px;
  }
}

/* v77: ヒーロー内の訴求を少し上へ寄せ、下側の余白を整える */
.hero-new__title-art { top: 6.8%; }
.hero-new__lead { top: 58.8%; }
.hero-new__cta { top: 72.8%; }

/* v78: PCのホームルーム補足と、最適化ステップ見出しの整列 */
@media (min-width: 860px) {
  .ovice--rhythm .ovice__homeroom {
    display: grid;
    gap: 5px;
    margin: 16px 6px 2px;
    padding: 13px 16px;
    border-left: 4px solid #1da5d8;
    border-radius: 0 10px 10px 0;
    background: #f2fbff;
    color: #28476f;
    line-height: 1.55;
  }
  .ovice__homeroom strong {
    color: #0b5598;
    font-size: 15px;
  }
  .ovice__homeroom span { font-size: 13px; }

  .hero-new__lead { top: 56.6%; }
  .hero-new__cta { top: 69.8%; }

  .optimize .container { max-width: 1480px !important; }
  .opt-card__head h3 {
    font-size: clamp(14px, 1.12vw, 17px) !important;
    line-height: 1.5 !important;
    white-space: nowrap;
  }
}

.ovice__homeroom { display: none; }

/* v79: 比較・料金・見出しの視認性を調整 */
@media (min-width: 860px) {
  .optimize__compare {
    width: min(100%, 1320px);
    margin-top: 44px;
    grid-template-columns: minmax(300px, .86fr) 58px minmax(400px, 1.22fr) minmax(205px, .62fr);
    gap: 24px;
  }

  .opt-compare__plain,
  .opt-compare__sl {
    min-height: 228px;
    padding: 30px 34px;
    border-radius: 28px;
  }

  .opt-compare__plain {
    box-shadow: 0 20px 38px rgba(0, 18, 64, .18);
  }

  .opt-compare__sl {
    transform: translateY(-8px);
    box-shadow: 0 28px 48px rgba(0, 18, 64, .24);
  }

  .opt-compare__label {
    margin-bottom: 14px;
    padding: 8px 20px;
    font-size: 18px;
  }

  .opt-compare__plain p,
  .opt-compare__sl p {
    font-size: 20px;
    line-height: 1.72;
  }

  .opt-compare__arrow {
    transform: scale(1.3);
  }

  .opt-compare__person {
    margin: 0 0 -14px -82px;
  }

  .opt-compare__person img {
    max-height: 246px;
  }

  .pricing__note {
    max-width: 1080px;
    padding: 22px 28px;
    font-size: 17px;
    line-height: 1.9;
  }

  .header__logo-txt {
    width: 170px;
  }

  .header__logo-name {
    width: 100%;
    font-size: 30px;
    letter-spacing: .015em;
    transform: scaleX(1.06);
    transform-origin: left center;
    white-space: nowrap;
  }

  .header__logo-sub {
    width: 100%;
    letter-spacing: .08em;
    text-align: justify;
    text-align-last: justify;
  }
}

/* 心の伴走: チェックを見落としにくくする */
.mind-promise li {
  padding-left: 50px;
}

.mind-promise li::before {
  left: 17px;
  font-size: 28px;
  font-weight: 1000;
  line-height: 1;
}

/* 比較表の「○〜△」は、記号のつなぎだけ軽く見せる */
.cmp-table .cmp__marks .cmp__tilde {
  display: inline-block;
  margin: 0 .04em;
  font-size: .7em;
  font-weight: 500;
  line-height: 1;
  transform: translateY(-.06em) scaleY(.68);
  transform-origin: center;
}

/* 黄色の下線を丸い端に統一する */
:is(h1, h2, h3) .marker,
:is(h1, h2, h3) .marker-thin {
  position: relative;
  z-index: 0;
  isolation: isolate;
  background: none !important;
}

:is(h1, h2, h3) .marker::after,
:is(h1, h2, h3) .marker-thin::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: -.08em;
  bottom: .08em;
  left: -.08em;
  height: .34em;
  border-radius: 999px;
  background: rgba(252, 206, 90, .88);
}

:is(h1, h2, h3) .marker-thin::after {
  height: .25em;
  background: rgba(252, 206, 90, .62);
}

@media (max-width: 819px) {
  .pricing__note {
    padding: 17px 16px;
    font-size: 14px;
    line-height: 1.85;
  }

  .mind-promise li {
    padding-left: 46px;
  }

  .mind-promise li::before {
    left: 15px;
    font-size: 24px;
  }
}

/* v81: お悩み・解決カードの最終レイアウト */
.worry .pair {
  display: grid !important;
  grid-template-rows: auto auto auto !important;
  gap: 0 !important;
  min-height: 0 !important;
  padding: 34px !important;
}

.worry .pair__who {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  min-width: 172px !important;
  padding: 12px 30px !important;
  border-radius: 999px !important;
}

.worry .pair__wbody {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 190px !important;
  align-items: center !important;
  gap: 18px !important;
  min-height: 154px !important;
  margin-top: 18px !important;
}

.worry .pair__bubble {
  width: auto !important;
  min-height: 142px !important;
  margin: 0 !important;
  padding: 29px 31px !important;
  border-radius: 24px !important;
  background: linear-gradient(135deg, #eaf8ff 0%, #d7f1fd 100%) !important;
}

.worry .pair__bubble::after {
  border-left-color: #d7f1fd !important;
}

.worry .pair:nth-child(n + 3) .pair__bubble {
  background: linear-gradient(135deg, #fff8e9 0%, #fff1d5 100%) !important;
}

.worry .pair:nth-child(n + 3) .pair__bubble::after {
  border-left-color: #fff1d5 !important;
}

.worry .pair__ill {
  width: 100% !important;
  max-width: 190px !important;
  max-height: 160px !important;
  margin: 0 !important;
  object-fit: contain !important;
}

.worry .pair__arrow {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 44px !important;
  margin: 10px auto !important;
}

.worry .pair__arrow img {
  width: 52px !important;
  height: 34px !important;
  object-fit: contain !important;
}

.worry .pair__solve {
  display: grid !important;
  grid-template-columns: 92px minmax(0, 1fr) !important;
  align-items: start !important;
  gap: 20px !important;
  min-height: 0 !important;
  padding: 24px !important;
  border: 2px solid #8dd9f1 !important;
  border-radius: 22px !important;
  background: linear-gradient(135deg, #fff 0%, #f1fbff 100%) !important;
  box-shadow: 0 12px 24px rgba(30, 128, 181, 0.1) !important;
}

.worry .pair__solve::before,
.worry .pair__stext::before {
  display: none !important;
}

.worry .pair__badge {
  display: block !important;
  width: 92px !important;
  height: 92px !important;
}

.worry .pair__badge img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
}

.worry .pair__stext {
  min-width: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

.worry .pair__stext h3 {
  margin: 0 0 11px !important;
  font-size: clamp(20px, 1.6vw, 26px) !important;
  line-height: 1.42 !important;
}

.worry .pair__stext h3 span {
  background: linear-gradient(transparent 74%, rgba(110, 208, 239, 0.62) 0) !important;
}

.worry .pair__stext p {
  margin: 0 !important;
  font-size: 16px !important;
  line-height: 1.8 !important;
}

.worry .pair:nth-child(n + 3) .pair__solve {
  border-color: #ffc257 !important;
  background: linear-gradient(135deg, #fff 0%, #fffaf0 100%) !important;
  box-shadow: 0 12px 24px rgba(199, 128, 18, 0.1) !important;
}

.worry .pair:nth-child(n + 3) .pair__stext h3 span {
  background: linear-gradient(transparent 74%, rgba(255, 189, 70, 0.62) 0) !important;
}

.optimize__title span {
  color: #35bce5 !important;
}

.optimize__title span::after,
.optimize .marker::after {
  border-radius: 999px !important;
}

.cmp-table :is(.mark, .cmp__mark, .cmp__marks b, .compare-mark) {
  font-size: clamp(27px, 2vw, 34px) !important;
  font-weight: 900 !important;
  line-height: 1 !important;
}

@media (max-width: 819px) {
  .worry .pair {
    padding: 23px 17px !important;
  }

  .worry .pair__who {
    min-width: 138px !important;
    padding: 10px 22px !important;
  }

  .worry .pair__wbody {
    grid-template-columns: minmax(0, 1fr) 116px !important;
    gap: 8px !important;
    min-height: 128px !important;
    margin-top: 15px !important;
  }

  .worry .pair__bubble {
    min-height: 126px !important;
    padding: 20px 16px !important;
    border-radius: 18px !important;
  }

  .worry .pair__bubble p {
    font-size: 15px !important;
    line-height: 1.65 !important;
  }

  .worry .pair__ill {
    max-width: 116px !important;
    max-height: 128px !important;
  }

  .worry .pair__arrow {
    height: 32px !important;
    margin: 8px auto !important;
  }

  .worry .pair__arrow img {
    width: 43px !important;
    height: 28px !important;
  }

  .worry .pair__solve {
    grid-template-columns: 66px minmax(0, 1fr) !important;
    gap: 12px !important;
    padding: 16px !important;
    border-radius: 18px !important;
  }

  .worry .pair__badge {
    width: 66px !important;
    height: 66px !important;
  }

  .worry .pair__stext h3 {
    margin-bottom: 8px !important;
    font-size: 18px !important;
    line-height: 1.42 !important;
  }

  .worry .pair__stext p {
    font-size: 14px !important;
    line-height: 1.72 !important;
  }
}

/* v82: お悩み・解決カードの視認性と改行を固定 */
.worry .pair {
  padding: 30px !important;
}

.worry .pair__who {
  width: fit-content !important;
  min-width: 0 !important;
  padding: 11px 27px !important;
}

.worry .pair__wbody {
  grid-template-columns: minmax(0, 1.15fr) minmax(174px, .85fr) !important;
  gap: 12px !important;
  min-height: 146px !important;
  margin-top: 16px !important;
}

.worry .pair__bubble {
  min-height: 132px !important;
  padding: 25px 28px !important;
  border-radius: 22px !important;
  background: linear-gradient(135deg, #e8f8ff 0%, #cceafa 100%) !important;
}

.worry .pair__bubble::after {
  border-left-color: #cceafa !important;
}

.worry .pair:nth-child(n + 3) .pair__bubble {
  background: linear-gradient(135deg, #fff9ee 0%, #ffe8c0 100%) !important;
}

.worry .pair:nth-child(n + 3) .pair__bubble::after {
  border-left-color: #ffe8c0 !important;
}

.worry .pair__bubble p {
  margin: 0 !important;
  font-size: clamp(16px, 1.25vw, 19px) !important;
  line-height: 1.64 !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
  text-wrap: pretty;
}

.worry .pair__ill {
  max-width: 184px !important;
  max-height: 150px !important;
}

.worry .pair__arrow {
  height: 34px !important;
  margin: 7px auto !important;
}

.worry .pair__arrow img {
  width: 45px !important;
  height: 30px !important;
}

.worry .pair__solve {
  grid-template-columns: 82px minmax(0, 1fr) !important;
  gap: 17px !important;
  min-height: 166px !important;
  padding: 20px 22px !important;
  border-radius: 20px !important;
}

.worry .pair__badge {
  width: 82px !important;
  height: 82px !important;
}

.worry .pair__stext h3 {
  font-size: clamp(19px, 1.48vw, 24px) !important;
  line-height: 1.36 !important;
  text-wrap: balance;
}

.worry .pair__stext p {
  font-size: 15px !important;
  line-height: 1.72 !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
  text-wrap: pretty;
}

.worry .pair__stext .no-break {
  white-space: nowrap;
}

.optimize__title span {
  color: #1daedc !important;
}

.optimize__title span::after,
.optimize .marker::after {
  border-radius: 999px !important;
}

.cmp .cmp__marks b {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 1.2em !important;
  font-size: clamp(30px, 2.3vw, 38px) !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  -webkit-text-stroke: 1px currentColor;
}

.cmp .cmp__marks .cmp__tilde {
  font-size: .85em !important;
  font-weight: 400 !important;
  -webkit-text-stroke: 0;
}

@media (max-width: 819px) {
  .worry .pair {
    padding: 20px 15px !important;
  }

  .worry .pair__who {
    padding: 9px 19px !important;
    font-size: 16px !important;
  }

  .worry .pair__wbody {
    grid-template-columns: minmax(0, 1.15fr) 106px !important;
    gap: 8px !important;
    min-height: 128px !important;
    margin-top: 13px !important;
  }

  .worry .pair__bubble {
    min-height: 124px !important;
    padding: 18px 14px !important;
    border-radius: 18px !important;
  }

  .worry .pair__bubble p {
    font-size: 14px !important;
    line-height: 1.65 !important;
  }

  .worry .pair__ill {
    max-width: 106px !important;
    max-height: 126px !important;
  }

  .worry .pair__arrow {
    height: 29px !important;
    margin: 5px auto !important;
  }

  .worry .pair__arrow img {
    width: 36px !important;
    height: 24px !important;
  }

  .worry .pair__solve {
    grid-template-columns: 68px minmax(0, 1fr) !important;
    gap: 12px !important;
    min-height: 0 !important;
    padding: 16px 14px !important;
    border-radius: 18px !important;
  }

  .worry .pair__badge {
    width: 68px !important;
    height: 68px !important;
  }

  .worry .pair__stext h3 {
    font-size: 17px !important;
    line-height: 1.42 !important;
  }

  .worry .pair__stext p {
    font-size: 14px !important;
    line-height: 1.7 !important;
  }
}

/* v83: お悩み・解決カードの視線と本文の改行を整える */
.pair__mobile-break {
  display: none;
}

.worry .pair__moya {
  display: none !important;
}

.worry .pair__solve {
  align-items: start !important;
  background: linear-gradient(135deg, #ffffff 0%, #eefaff 100%) !important;
  box-shadow: 0 12px 28px rgba(31, 113, 172, .13) !important;
}

.worry .pair__solve .pair__badge {
  align-self: start !important;
}

.worry .pair__stext h3 {
  margin: 1px 0 9px !important;
}

.worry .pair__stext p {
  max-width: 38em;
  margin: 0 !important;
}

.worry .pair:nth-child(n + 3) .pair__solve {
  background: linear-gradient(135deg, #ffffff 0%, #fff5e2 100%) !important;
  border-color: #ffc56c !important;
  box-shadow: 0 12px 28px rgba(218, 133, 29, .14) !important;
}

.worry .pair:nth-child(n + 3) .pair__stext h3 span::after {
  background: #ffd07b !important;
}

@media (max-width: 819px) {
  .pair__mobile-break {
    display: block;
  }

  .worry .pair__stext h3 {
    margin-bottom: 10px !important;
  }

  .worry .pair__stext p {
    font-size: 13.5px !important;
    line-height: 1.78 !important;
    letter-spacing: 0 !important;
  }
}

/* v89: PC版・最終表示調整（2026-08-26） */
.opt-card__carried-score {
  color: #E94D3F;
  font-size: 1.18em;
  font-weight: 900;
}

.optimize__compare-wrap {
  margin-top: 42px;
}

.optimize__summary {
  max-width: 720px;
  margin: 0 auto 26px;
  padding: 18px 28px 20px;
  text-align: center;
  border: 1px solid #C7DDF3;
  border-radius: 18px;
  background: linear-gradient(135deg, #F2F9FF, #FFFFFF);
  box-shadow: 0 12px 28px rgba(27, 84, 163, .1);
}

.optimize__summary-label {
  margin: 0 0 6px;
  color: #2C79B9;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .12em;
}

.optimize__summary h3 {
  margin: 0;
  color: var(--ink-navy);
  font-family: var(--font-head);
  font-size: clamp(19px, 2vw, 26px);
  line-height: 1.5;
}

@media (min-width: 820px) {
  .worry .pair__bubble p,
  .worry .pair__bubble .pair__problem-copy,
  .worry .pair__bubble .v86-problem-copy {
    max-width: 100%;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    word-break: normal !important;
  }

  .worry .pair__stext h3.pair__headline--single,
  .worry .pair__stext h3.pair__headline--single span {
    font-size: 17px !important;
    letter-spacing: -.05em !important;
    white-space: nowrap !important;
  }

  .ovice--rhythm .ovice__homeroom {
    display: grid;
    gap: 7px;
    margin: 18px 4px 2px;
    padding: 18px 20px;
    border: 1px solid #C9E5F3;
    border-radius: 14px;
    background: linear-gradient(135deg, #F3FCFF, #FFFFFF);
    box-shadow: 0 10px 22px rgba(27, 84, 163, .09);
  }

  .ovice--rhythm .ovice__homeroom-label {
    margin: 0;
    color: #2A91C8;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .14em;
  }

  .ovice--rhythm .ovice__homeroom strong {
    color: var(--ink-navy);
    font-family: var(--font-head);
    font-size: clamp(17px, 1.55vw, 22px);
    line-height: 1.45;
  }

  .ovice--rhythm .ovice__homeroom span {
    color: #536985;
    font-size: 13px;
    line-height: 1.7;
  }
}

/* v90: PC版カード・比較表・タイムラインの整列調整 */
@media (min-width: 820px) {
  .worry .pair__solve {
    display: grid !important;
    grid-template-columns: 82px minmax(0, 1fr) !important;
    align-items: center !important;
    min-height: 202px;
    gap: 18px !important;
  }

  .worry .pair__solve .pair__badge {
    width: 82px !important;
    height: 82px !important;
    margin: 0 !important;
    align-self: center !important;
  }

  .worry .pair__stext h3 {
    min-height: 58px;
    margin: 0 0 10px !important;
    font-size: clamp(19px, 1.4vw, 22px) !important;
    line-height: 1.45 !important;
  }

  .worry .pair__stext p {
    margin: 0 !important;
    font-size: 15px !important;
    line-height: 1.72 !important;
  }

  .opt-card {
    min-height: 0 !important;
  }

  .opt-card__score,
  .opt-card__chips,
  .opt-card__note {
    display: none !important;
  }

  .opt-card__summary {
    display: flex;
    align-items: center;
    min-height: 92px;
    margin: 14px 0 0;
    padding: 14px 16px;
    border: 1.5px solid #C7DDF3;
    border-radius: 12px;
    background: #F2F8FF;
    color: var(--ink-navy);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.7;
  }

  .opt-card--plan .opt-card__summary {
    border-color: #FAD05A;
    background: #FFF6D8;
  }

  .timeline__title {
    display: inline-flex !important;
    align-items: baseline;
    gap: .35em;
  }

  .timeline__pomodoro-main {
    position: relative;
    z-index: 0;
    white-space: nowrap;
  }

  .timeline__pomodoro-main::after {
    display: none !important;
    position: absolute;
    z-index: -1;
    right: -.08em;
    bottom: .06em;
    left: -.08em;
    height: .3em;
    border-radius: 999px;
    background: #FFD262;
    content: "";
  }

  .timeline__pomodoro-sub {
    white-space: nowrap;
  }

  .cmp .cmp__marks .m-ok {
    min-width: 1.2em !important;
    font-size: clamp(35px, 2.5vw, 42px) !important;
    line-height: 1 !important;
    transform: scale(1.08);
  }

  .consult__card {
    grid-template-columns: 112px minmax(0, 1fr) !important;
    align-items: center !important;
  }

  .consult__icon--img {
    width: 112px !important;
    height: 112px !important;
  }

  .consult__card:first-child .consult__icon--img img {
    transform: scale(1.25);
  }

  .consult__card h4 {
    font-size: 18px !important;
    line-height: 1.45 !important;
    white-space: normal;
  }
}

/* v108: スマホカード・比較表・相談フローのレイアウト統一 */
@media (max-width: 819px) {
  /* 最初の解決カードも他の解決カードと同じ2列レイアウトに戻す */
  .worry .pair:first-child .pair__solve {
    position: relative;
    display: grid !important;
    grid-template-columns: 82px minmax(0, 1fr) !important;
    align-items: start !important;
    min-height: 0 !important;
    padding: 16px 14px !important;
    gap: 12px !important;
  }
  .worry .pair:first-child .pair__badge {
    position: static;
    width: 82px !important;
    height: 82px !important;
  }
  .worry .pair:first-child .pair__stext h3,
  .worry .pair:first-child .pair__stext h3.pair__headline--single {
    margin: 0 0 8px !important;
    font-size: 18px !important;
    line-height: 1.48 !important;
    letter-spacing: 0 !important;
    white-space: normal !important;
  }
  .worry .pair:first-child .pair__stext h3 br { display: none; }
  .worry .pair:first-child .pair__stext p {
    min-height: 0;
    margin-top: 0 !important;
    padding-left: 0;
  }

  /* STEP 1〜3：タイトルは左寄せ、説明文はイラスト下で中央揃え */
  .opt-card__head h3 {
    text-align: left !important;
  }
  .opt-card__head h3 br { display: none; }
  .opt-card__summary,
  .opt-card--plan .opt-card__summary {
    text-align: center !important;
  }
  .opt-card__summary br { display: none; }

  /* 比較カードの文章に不要な強制改行を入れない */
  .opt-compare__plain > p br { display: none; }
  .opt-compare__plain > p {
    font-size: 15px !important;
    line-height: 1.7 !important;
    white-space: nowrap;
  }

  /* タイムラインの補足文も、自然な折り返しだけにする */
  .timeline__body p br { display: none; }

  /* ○〜△と緑の○を、周囲の評価マークに合わせた通常の円形へ */
  .cmp .cmp__marks b.m-soso {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    font-size: 32px !important;
    line-height: 1 !important;
  }
  .cmp .cmp__marks .m-soso .cmp__circle {
    display: inline-block !important;
    box-sizing: border-box;
    width: 30px !important;
    min-width: 30px !important;
    height: 30px !important;
    margin-right: 2px;
    border: 3px solid #E5A93D !important;
    border-radius: 50%;
    color: transparent !important;
    font-size: 0 !important;
  }
  .cmp .cmp__marks .cmp__tilde {
    margin: 0 2px;
    font-size: 23px !important;
    line-height: 1;
  }
  .cmp .cmp__marks .m-ok {
    display: inline-block !important;
    box-sizing: border-box;
    width: 30px !important;
    min-width: 30px !important;
    height: 30px !important;
    min-height: 30px !important;
    border: 3px solid #2E9E63 !important;
    border-radius: 50%;
    color: transparent !important;
    font-size: 0 !important;
    line-height: 0 !important;
  }

  /* 保護者LINEと無料相談のメッセージは指定位置で改行 */
  .parents__line-note .only-sp,
  .flow__note .only-sp { display: inline; }

  /* 無料相談01・02：イラストを拡大し、見出しとの重なりを防ぐ */
  .consult__card {
    display: grid !important;
    grid-template-columns: 106px minmax(0, 1fr) !important;
    column-gap: 14px !important;
    row-gap: 12px;
    align-items: center !important;
  }
  .consult__icon--img {
    grid-column: 1;
    grid-row: 1;
    width: 106px !important;
    height: 106px !important;
  }
  .consult__card h4 {
    grid-column: 2;
    grid-row: 1;
    margin: 0 !important;
  }
  .consult__card p {
    grid-column: 1 / -1;
    grid-row: 2;
    margin: 0 !important;
  }
}

/* v112: 後続の既存指定を上書きするスマホ最終調整 */
@media (max-width: 819px) {
  .hero-new__badge-mobile {
    top: 4% !important;
    right: 3% !important;
  }
  .opt-compare__plain > p:not(.opt-compare__label) {
    box-sizing: border-box;
    width: 100% !important;
    max-width: 100% !important;
    white-space: normal !important;
    overflow-wrap: anywhere;
  }
  .opt-compare__plain > p:not(.opt-compare__label) br,
  .optimize__close br,
  .vs2__closing br { display: block !important; }
  .optimize__close { white-space: normal !important; }
}

/* v114: スマホ版トップと体験者の声の装飾を整理 */
@media (max-width: 819px) {
  /* 前セクションのドットを残し、下側（体験者の声）の重複だけを消す */
  .voices > .deco-dots--tr { display: none; }

  .hero-new__badge-mobile {
    top: 2% !important;
    right: 3% !important;
  }
  .hero-new__cta {
    top: 47% !important;
    left: 4% !important;
    width: min(50%, 220px) !important;
  }
}

/* v110: スマホ版の比較ブロックとファーストビューを画面内へ最適化 */
@media (max-width: 819px) {
  .optimize__compare-wrap {
    width: 100% !important;
    overflow: hidden;
  }
  .optimize__compare {
    display: flex !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-top: 20px !important;
    gap: 16px !important;
    flex-direction: column;
    align-items: stretch;
  }
  .opt-compare__plain,
  .opt-compare__sl {
    box-sizing: border-box;
    width: 100% !important;
    min-height: 0 !important;
    padding: 20px 18px !important;
  }
  .opt-compare__plain > p {
    white-space: normal !important;
  }
  .opt-compare__arrow {
    align-self: center;
    margin: 0 !important;
    transform: rotate(90deg);
  }
  .opt-compare__person {
    align-self: center;
    width: min(82%, 260px) !important;
    max-width: 260px !important;
    margin: 0 auto !important;
  }
  .opt-compare__person img {
    display: block;
    width: 100%;
    max-height: none !important;
    height: auto;
  }
  .consult__card h4 {
    font-size: 20px !important;
    line-height: 1.42 !important;
  }

  .hero-new__badge-mobile {
    top: 22% !important;
    right: 3% !important;
    width: 25% !important;
  }
  .hero-new__lead-mobile {
    top: 37% !important;
  }
  .hero-new__cta {
    top: 51% !important;
  }
}

@media (max-width: 390px) {
  .hero-new__badge-mobile { top: 21% !important; }
  .hero-new__lead-mobile { top: 36% !important; }
  .hero-new__cta { top: 51% !important; }
}

/* v111: スマホ版の指定改行とトップ素材の位置調整 */
@media (max-width: 819px) {
  .hero-new__badge-mobile {
    top: 7% !important;
    right: 3% !important;
  }
  .hero-new__cta { top: 47% !important; }
  .pair__bubble p br,
  .opt-compare__plain > p br,
  .vs2__closing br { display: block !important; }
}

@media (max-width: 390px) {
  .hero-new__badge-mobile { top: 7% !important; }
  .hero-new__cta { top: 47% !important; }
}

/* v93: PC版・末尾優先の整列補正（2026-08-26） */
.opt-card__score-highlight {
  display: inline !important;
}

@media (min-width: 820px) {
  .worry .pair__solve {
    height: 212px !important;
    min-height: 212px !important;
  }

  .worry .pair__solve .pair__badge {
    margin-top: 4px !important;
    transform: translateY(-17px) !important;
  }

  .opt-card--test .opt-card__summary {
    justify-content: center;
    padding-right: 12px;
    padding-left: 12px;
    font-size: 13px;
    text-align: center;
  }
}

@media (min-width: 820px) {
  .opt-card__summary .opt-card__score-highlight {
    display: inline !important;
  }
}

/* v95: PC版・見出し書体と視認性の調整（2026-08-26） */
@media (min-width: 820px) {
  /* 添付見本と同じ、端正なゴシック体に統一 */
  .optimize__title,
  .opt-card__head h3 {
    font-family: var(--font-body) !important;
    font-weight: 900 !important;
  }

  .opt-card__head h3 {
    letter-spacing: -.025em;
  }

  /* 青い解決バッジをオレンジ側と同じ見え方に揃える */
  .worry .pair:nth-child(-n + 2) .pair__badge {
    width: 74px !important;
    height: 74px !important;
    justify-self: center;
  }

  /* 青背景上でも読めるサブ見出しにする */
  .optimize__summary-label {
    color: #A8E8FF;
    font-weight: 900;
  }

  .optimize__summary-label::before,
  .optimize__summary-label::after {
    background: #A8E8FF;
  }

  .optimize__summary h3 {
    position: relative;
    z-index: 0;
    color: #FFFFFF;
    text-shadow: 0 2px 0 rgba(10, 54, 119, .25);
  }

  .optimize__summary h3::after {
    position: absolute;
    z-index: -1;
    right: 18%;
    bottom: .08em;
    left: 18%;
    height: .28em;
    border-radius: 999px;
    background: #FCCE5A;
    content: "";
  }

  /* 「○〜△」の○を三角と同程度の外形に揃える */
  .cmp .cmp__marks .m-soso .cmp__circle {
    display: inline-block;
    box-sizing: border-box;
    width: 32px !important;
    min-width: 32px !important;
    height: 32px !important;
    margin-right: .08em;
    border: 3px solid currentColor;
    border-radius: 50%;
    color: transparent;
    font-size: 0;
    vertical-align: -.24em;
  }
}

/* v97: PC版・最終表示の微調整（2026-08-26） */
@media (min-width: 820px) {
  /* 青バッジのみを少し大きくし、オレンジ側は維持 */
  .worry .pair:nth-child(-n + 2) .pair__badge {
    width: 80px !important;
    height: 80px !important;
  }

  /* 3枚の説明文を同じ中央揃えにし、句読点で改行 */
  .opt-card__summary {
    justify-content: center;
    padding-right: 12px;
    padding-left: 12px;
    text-align: center;
  }

  .opt-card__summary-copy {
    display: block;
  }

  /* 黄色ラインは2行目の文言だけに合わせる */
  .optimize__summary h3::after {
    display: none;
  }

  .optimize__summary-emphasis {
    position: relative;
    z-index: 0;
    display: inline-block;
  }

  .optimize__summary-emphasis::after {
    position: absolute;
    z-index: -1;
    right: 0;
    bottom: .08em;
    left: 0;
    height: .24em;
    border-radius: 999px;
    background: #FCCE5A;
    content: "";
  }

  .opt-compare__plain > p {
    font-size: 15px !important;
    white-space: nowrap;
  }

  /* ○の色を明示して、○〜△を確実に表示 */
  .cmp .cmp__marks .m-soso .cmp__circle {
    width: 30px !important;
    min-width: 30px !important;
    height: 30px !important;
    border-color: #E5A93D;
  }
}

/* v92: PC版・解決BOXと最適化メッセージの整列（2026-08-26） */
@media (min-width: 820px) {
  .worry .pair__solve {
    height: 212px !important;
    min-height: 212px !important;
    box-sizing: border-box;
  }

  /* バッジの中心を、右側の2行見出しの中心に合わせる */
  .worry .pair__solve .pair__badge {
    margin-top: -30px !important;
    transform: translateY(-17px);
  }

  .opt-card--test .opt-card__summary {
    justify-content: center;
    padding-right: 12px;
    padding-left: 12px;
    font-size: 13px;
    text-align: center;
  }

  /* 比較メッセージはカードから外し、セクションのサブ見出しとして表示 */
  .optimize__summary {
    max-width: 920px;
    margin: 0 auto 32px;
    padding: 0 18px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .optimize__summary-label {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 8px;
  }

  .optimize__summary-label::before,
  .optimize__summary-label::after {
    width: 28px;
    height: 1px;
    background: #78B9E1;
    content: "";
  }

  .optimize__summary h3 {
    font-size: clamp(20px, 2.05vw, 27px);
  }
}

/* v91: PC版・解決カード／最適化／ホームルームの微調整（2026-08-26） */
.opt-card__score-highlight {
  color: #E94D3F;
  font-size: inherit;
  font-weight: 900;
  white-space: nowrap;
}

@media (min-width: 820px) {
  /* 解決マークと見出しを、全カード共通の左上レイアウトに戻す */
  .worry .pair__solve {
    grid-template-columns: 82px minmax(0, 1fr) !important;
    align-items: start !important;
    gap: 16px !important;
    min-height: 202px;
  }

  .worry .pair__solve .pair__badge {
    align-self: start !important;
    margin-top: 4px !important;
  }

  .worry .pair__stext h3,
  .worry .pair__stext h3.pair__headline--single,
  .worry .pair__stext h3.pair__headline--single span {
    min-height: 0;
    margin: 0 0 10px !important;
    font-size: 19px !important;
    line-height: 1.45 !important;
    letter-spacing: 0 !important;
    white-space: normal !important;
  }

  .worry .pair__stext p {
    font-size: 15px !important;
    line-height: 1.72 !important;
  }

  /* Step 1・2の「30点」は、数字と単位を同じ大きさで赤く表示 */
  .opt-card__head .opt-card__score-highlight {
    font-size: inherit;
  }

  .opt-card__summary .opt-card__score-highlight {
    font-size: inherit;
  }

  /* 参考イメージの情報カードを、サイトの青系トーンに合わせて再構成 */
  .ovice--rhythm .ovice__homeroom {
    gap: 11px;
    margin: 18px 4px 2px;
    padding: 22px 28px 18px;
    border: 0;
    border-radius: 0;
    background: #FFFFFF;
    box-shadow: 0 10px 22px rgba(27, 84, 163, .1);
  }

  .ovice--rhythm .ovice__homeroom-label {
    width: max-content;
    margin: 0;
    padding: 5px 12px;
    border-radius: 999px;
    background: #168BC6;
    color: #FFFFFF;
    font-size: 11px;
    letter-spacing: .06em;
  }

  .ovice--rhythm .ovice__homeroom strong {
    font-size: clamp(20px, 1.8vw, 27px);
    line-height: 1.35;
  }

  .ovice--rhythm .ovice__homeroom strong span {
    color: #168BC6;
    font-size: inherit;
  }

  .ovice--rhythm .ovice__homeroom-copy {
    color: #536985;
    font-size: 14px;
    line-height: 1.7;
  }

  .ovice--rhythm .ovice__homeroom-meta {
    display: block;
    margin-top: 4px;
    padding-top: 12px;
    border-top: 1px solid #DCEAF5;
    color: #47729A;
    font-size: 12px;
    font-weight: 700;
  }

  /* Unicode記号ではなく円形の枠にして、緑の○を見やすく統一 */
  .cmp .cmp__marks .m-ok {
    width: 38px !important;
    min-width: 38px !important;
    height: 38px !important;
    min-height: 38px !important;
    border: 4px solid #2E9E63;
    border-radius: 50%;
    color: transparent !important;
    font-size: 0 !important;
    line-height: 0 !important;
    transform: none;
  }
}

/* v94: PC版・最終優先の整列補正（2026-08-26） */
.opt-card__score-highlight {
  display: inline !important;
}

@media (min-width: 820px) {
  .worry .pair__solve {
    height: 212px !important;
    min-height: 212px !important;
  }

  .worry .pair__solve .pair__badge {
    margin-top: 4px !important;
    transform: translateY(-17px) !important;
  }

  .opt-card--test .opt-card__summary {
    justify-content: center;
    padding-right: 12px;
    padding-left: 12px;
    font-size: 13px;
    text-align: center;
  }

  .opt-card__summary .opt-card__score-highlight {
    display: inline !important;
  }
}

/* v96: PC版・見出し書体と視認性の最終調整（2026-08-26） */
@media (min-width: 820px) {
  .optimize__title,
  .opt-card__head h3 {
    font-family: var(--font-body) !important;
    font-weight: 900 !important;
  }

  .opt-card__head h3 {
    letter-spacing: -.025em;
  }

  .worry .pair:nth-child(-n + 2) .pair__badge {
    width: 74px !important;
    height: 74px !important;
    justify-self: center;
  }

  .optimize__summary-label {
    color: #A8E8FF;
    font-weight: 900;
  }

  .optimize__summary-label::before,
  .optimize__summary-label::after {
    background: #A8E8FF;
  }

  .optimize__summary h3 {
    position: relative;
    z-index: 0;
    color: #FFFFFF;
    text-shadow: 0 2px 0 rgba(10, 54, 119, .25);
  }

  .optimize__summary h3::after {
    position: absolute;
    z-index: -1;
    right: 18%;
    bottom: .08em;
    left: 18%;
    height: .28em;
    border-radius: 999px;
    background: #FCCE5A;
    content: "";
  }

  .cmp .cmp__marks .m-soso .cmp__circle {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-right: .08em;
    border: 3px solid currentColor;
    border-radius: 50%;
    color: transparent;
    font-size: 0;
    vertical-align: -.24em;
  }
}

/* v98: PC版・表示の最終補正（2026-08-26） */
@media (min-width: 820px) {
  .worry .pair:nth-child(-n + 2) .pair__badge {
    width: 80px !important;
    height: 80px !important;
  }

  .opt-card__summary {
    justify-content: center;
    padding-right: 12px;
    padding-left: 12px;
    text-align: center;
  }

  .opt-card__summary-copy {
    display: block;
  }

  .optimize__summary h3::after {
    display: none;
  }

  .optimize__summary-emphasis {
    position: relative;
    z-index: 0;
    display: inline-block;
  }

  .optimize__summary-emphasis::after {
    position: absolute;
    z-index: -1;
    right: 0;
    bottom: .08em;
    left: 0;
    height: .24em;
    border-radius: 999px;
    background: #FCCE5A;
    content: "";
  }

  .opt-compare__plain > p {
    font-size: 15px !important;
    white-space: nowrap;
  }

  .cmp .cmp__marks .m-soso .cmp__circle {
    width: 30px !important;
    min-width: 30px !important;
    height: 30px !important;
    border-color: #E5A93D;
  }
}

/* v99: PC版・見出し吹き出しの線を滑らかに統一（2026-08-26） */
@media (min-width: 820px) {
  .opt-compare__plain > p {
    font-size: 18px !important;
    white-space: normal;
  }

  /* 塗りの短冊で菱形の上辺を隠し、下向きのVだけをきれいに見せる */
  .sec-label--light .sec-label__txt::before {
    width: 30px !important;
    height: 8px !important;
    bottom: -3px !important;
    background: var(--label-blue-fill, #1B54A3) !important;
    border: 0 !important;
    border-radius: 0 !important;
    transform: translateX(-50%) !important;
    z-index: 3 !important;
  }

  .sec-label--light .sec-label__txt::after {
    box-sizing: border-box;
    width: 22px !important;
    height: 22px !important;
    bottom: -13px !important;
    background: var(--label-blue-fill, #1B54A3) !important;
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 3px solid rgba(255,255,255,.92) !important;
    border-bottom: 3px solid rgba(255,255,255,.92) !important;
    border-radius: 0 !important;
    transform: translateX(-50%) rotate(45deg) !important;
    z-index: 2 !important;
  }
}

/* v100: 青背景用吹き出しを基準デザインの切れ込みに統一（2026-08-26） */
@media (min-width: 820px) {
  .sec-label--light .sec-label__txt::before {
    width: 40px !important;
    height: 7px !important;
    bottom: -4px !important;
  }

  .sec-label--light .sec-label__txt::after {
    width: 26px !important;
    height: 26px !important;
    bottom: -16px !important;
    border-right-width: 4px !important;
    border-bottom-width: 4px !important;
  }
}

/* v101: セクション固有指定より優先する吹き出し先端の共通寸法 */
@media (min-width: 820px) {
  .optimize .sec-label--light .sec-label__txt::before,
  .flow .sec-label--light .sec-label__txt::before {
    width: 40px !important;
    height: 7px !important;
    bottom: -4px !important;
  }

  .optimize .sec-label--light .sec-label__txt::after,
  .flow .sec-label--light .sec-label__txt::after {
    width: 26px !important;
    height: 26px !important;
    bottom: -16px !important;
    border-right-width: 4px !important;
    border-bottom-width: 4px !important;
  }
}

/* v102: 青い解決バッジをわずかに拡大（2026-08-26） */
@media (min-width: 820px) {
  .worry .pair:nth-child(-n + 2) .pair__badge {
    width: 88px !important;
    height: 88px !important;
  }
}

/* v103: 最適化見出しの配色と、参考デザインに沿ったスマホ用ファーストビュー */
.optimize .optimize__title > span {
  color: #ffd052 !important;
  background: none !important;
  text-shadow: none !important;
}
.optimize .optimize__title > span::after { display: none !important; }
.optimize .optimize__lead b { color: #aee8ff !important; }

.hero-new__photo--mobile { display: none; }

@media (max-width: 819px) {
  .hero-new__frame {
    min-height: 720px;
  }
  .hero-new__photo:not(.hero-new__photo--mobile) { display: none; }
  .hero-new__photo--mobile {
    position: absolute;
    inset: 0;
    z-index: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 61% center;
  }
  .hero-new__frame::after {
    background: linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.93) 43%, rgba(255,255,255,.37) 70%, rgba(255,255,255,.06) 100%);
  }
  .hero-new__copy {
    width: 88%;
    padding: 54px 0 0 7%;
  }
  .hero-new__copy h1 {
    font-size: clamp(34px, 10.2vw, 48px);
    line-height: 1.28;
  }
  .hero-new__copy p {
    margin-top: 20px;
    font-size: clamp(15px, 4vw, 18px);
    line-height: 1.6;
  }
  .hero-new__badge {
    top: 7%;
    right: 4%;
    bottom: auto;
    width: 92px;
  }
  .hero-new__teacher-combined {
    top: auto;
    right: auto;
    bottom: 5%;
    left: 5%;
    width: 126px;
  }
  .hero-new__cta {
    top: 51%;
    bottom: auto;
    left: 7%;
    width: min(65%, 292px);
  }
  .hero-new__material-wave {
    width: 95%;
    height: 18%;
    opacity: .24;
  }
}

@media (max-width: 390px) {
  .hero-new__frame { min-height: 650px; }
  .hero-new__copy { padding-top: 46px; }
  .hero-new__copy h1 { font-size: 34px; }
  .hero-new__cta { top: 52%; }
  .hero-new__badge { width: 84px; }
}

/* v104: PC版STEPカード間の矢印を各カードの中央へ配置 */
@media (min-width: 820px) {
  .optimize__cards > .opt-card__arrow {
    align-self: center !important;
    justify-self: center !important;
  }
}

/* v105: PC版の世界観を保ったスマホ版トップ素材への切り替え */
.hero-new__title-mobile,
.hero-new__teacher-mobile,
.hero-new__badge-mobile { display: none; }

@media (max-width: 819px) {
  .hero-new__frame {
    min-height: 700px;
  }
  .hero-new__photo--mobile {
    object-position: center top;
  }
  .hero-new__frame::after {
    background: linear-gradient(90deg, rgba(255,255,255,.99) 0%, rgba(255,255,255,.94) 47%, rgba(255,255,255,.34) 74%, rgba(255,255,255,.03) 100%);
  }
  .hero-new__title-mobile {
    position: absolute;
    top: 7%;
    left: 4%;
    z-index: 3;
    display: block;
    width: 89%;
    height: auto;
  }
  .hero-new__copy,
  .hero-new__teacher-combined,
  .hero-new__badge { display: none; }
  .hero-new__teacher-mobile {
    position: absolute;
    bottom: 3%;
    left: 3%;
    z-index: 3;
    display: block;
    width: 35%;
    height: auto;
  }
  .hero-new__badge-mobile {
    position: absolute;
    top: 30%;
    right: 3%;
    z-index: 3;
    display: block;
    width: 27%;
    height: auto;
  }
  .hero-new__cta {
    top: 54%;
    bottom: auto;
    left: 7%;
    width: min(66%, 300px);
  }
  .hero-new__cta picture { display: block; }
  .hero-new__material-wave { opacity: .2; }
}

@media (max-width: 390px) {
  .hero-new__frame { min-height: 660px; }
  .hero-new__title-mobile { top: 6%; width: 91%; }
  .hero-new__badge-mobile { top: 29%; width: 26%; }
  .hero-new__teacher-mobile { width: 36%; }
}

/* v106: スマホ版への当日調整反映と、ヒーロー写真の視認性改善 */
.hero-new__lead-mobile { display: none; }

@media (max-width: 819px) {
  .hero-new__frame { min-height: 760px; }
  .hero-new__frame::after { background: transparent; }
  .hero-new__lead-mobile {
    position: absolute;
    top: 43%;
    left: 7%;
    z-index: 3;
    display: block;
    margin: 0;
    color: #082f6b;
    font-size: clamp(15px, 4vw, 18px);
    font-weight: 800;
    line-height: 1.62;
    letter-spacing: .01em;
    text-shadow: 0 1px 4px rgba(255,255,255,.9);
  }
  .hero-new__lead-mobile span { color: #1299db; }
  .hero-new__cta {
    top: 62%;
    width: min(56%, 260px);
  }
  .worry .pair:nth-child(-n + 2) .pair__badge {
    width: 82px !important;
    height: 82px !important;
  }
  .worry .pair:nth-child(-n + 2) .pair__solve {
    grid-template-columns: 82px minmax(0, 1fr) !important;
  }
}

@media (max-width: 390px) {
  .hero-new__frame { min-height: 720px; }
  .hero-new__lead-mobile { top: 42%; font-size: 15px; }
  .hero-new__cta { top: 62%; width: 55%; }
}

/* v107: スマホ版の情報量・配置をPC版の完成デザインに同期 */
.header__menu-toggle { display: none; }

@media (max-width: 819px) {
  /* 参考トップと同じ、ロゴ＋ハンバーガーのヘッダー */
  .header__inner { position: relative; min-height: 64px; }
  .header .btn--header { display: none; }
  .header__menu-toggle {
    display: inline-flex;
    width: 44px;
    height: 40px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 7px;
    border: 0;
    background: transparent;
    cursor: pointer;
  }
  .header__menu-toggle span {
    display: block;
    width: 31px;
    height: 3px;
    border-radius: 999px;
    background: #121212;
    transition: transform .2s ease, opacity .2s ease;
  }
  .header.is-menu-open .header__menu-toggle span:nth-child(1) { transform: translateY(10px) rotate(45deg); }
  .header.is-menu-open .header__menu-toggle span:nth-child(2) { opacity: 0; }
  .header.is-menu-open .header__menu-toggle span:nth-child(3) { transform: translateY(-10px) rotate(-45deg); }
  .header__nav {
    position: absolute;
    top: calc(100% + 4px);
    right: 12px;
    z-index: 110;
    display: none;
    width: min(290px, calc(100vw - 24px));
    padding: 12px 18px;
    border: 1px solid #D5E4F3;
    border-radius: 14px;
    background: rgba(255,255,255,.98);
    box-shadow: 0 12px 28px rgba(12, 53, 111, .18);
  }
  .header.is-menu-open .header__nav { display: grid; }
  .header__nav a { padding: 10px 4px; font-size: 14px; }

  /* 悩みカード：指示どおりの改行と1行見出し */
  .worry .lead-text .only-sp,
  .learning .loop2__closing .only-sp { display: inline; }
  .worry .pair:first-child .pair__solve {
    position: relative;
    display: block !important;
    min-height: 170px !important;
    padding: 16px 16px 14px !important;
  }
  .worry .pair:first-child .pair__badge {
    position: absolute;
    top: 72px;
    left: 18px;
    width: 74px !important;
    height: 74px !important;
  }
  .worry .pair:first-child .pair__stext h3,
  .worry .pair:first-child .pair__stext h3.pair__headline--single {
    margin: 0 !important;
    font-size: 14px !important;
    line-height: 1.45 !important;
    letter-spacing: -.055em !important;
    white-space: nowrap !important;
  }
  .worry .pair:first-child .pair__stext h3 br { display: none; }
  .worry .pair:first-child .pair__stext p {
    min-height: 74px;
    margin-top: 14px !important;
    padding-left: 88px;
  }

  /* STEP 1〜3：モバイルでは下部を説明テキストに統一 */
  .opt-card__score,
  .opt-card__chips,
  .opt-card__note { display: none !important; }
  .opt-card__summary,
  .opt-card--plan .opt-card__summary {
    display: block !important;
    min-height: 0 !important;
    margin: 18px 4px 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: var(--ink-navy) !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 1.8 !important;
    text-align: left !important;
  }
  .opt-card__summary-copy { display: block; }

  /* 比較前のメッセージは、カードではなくサブ見出しに */
  .optimize__summary {
    max-width: 520px;
    margin: 34px auto 22px !important;
    padding: 0 12px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  .optimize__summary-label {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    color: #A8E8FF !important;
    font-size: 13px !important;
    font-weight: 900 !important;
  }
  .optimize__summary-label::before,
  .optimize__summary-label::after {
    width: 24px;
    height: 1px;
    background: #A8E8FF !important;
    content: "";
  }
  .optimize__summary h3 {
    color: #FFFFFF !important;
    font-size: clamp(19px, 5.2vw, 23px) !important;
    line-height: 1.5 !important;
    text-shadow: 0 2px 0 rgba(10,54,119,.24);
  }
  .optimize__summary h3::after { display: none !important; }
  .optimize__summary-emphasis {
    position: relative;
    z-index: 0;
    display: inline-block;
  }
  .optimize__summary-emphasis::after {
    position: absolute;
    z-index: -1;
    right: 0;
    bottom: .08em;
    left: 0;
    height: .23em;
    border-radius: 999px;
    background: #FCCE5A;
    content: "";
  }

  /* ホームルーム（04）の直後にoViceを置く */
  .rhythm .container--mid {
    display: flex !important;
    flex-direction: column;
  }
  .rhythm .sec-label { order: 0; }
  .rhythm .sec-title { order: 1; }
  .rhythm .timeline { order: 2; }
  .rhythm .ovice--rhythm { order: 3; margin-top: 8px !important; }
  .rhythm .stack-card { order: 4; }

  .timeline__pomodoro-main {
    position: relative;
    z-index: 0;
    display: inline-block;
  }
  .timeline__pomodoro-main::after {
    position: absolute;
    z-index: -1;
    right: -.08em;
    bottom: .07em;
    left: -.08em;
    height: .28em;
    border-radius: 999px;
    background: #FCCE5A;
    content: "";
  }
}

/* v109: v108を末尾で再適用（既存スマホ指定より優先） */
@media (max-width: 819px) {
  .worry .pair:first-child .pair__solve {
    display: grid !important;
    grid-template-columns: 82px minmax(0, 1fr) !important;
    align-items: start !important;
    min-height: 0 !important;
    padding: 16px 14px !important;
    gap: 12px !important;
  }
  .worry .pair:first-child .pair__badge {
    position: static !important;
    width: 82px !important;
    height: 82px !important;
  }
  .worry .pair:first-child .pair__stext h3,
  .worry .pair:first-child .pair__stext h3.pair__headline--single {
    margin: 0 0 8px !important;
    font-size: 18px !important;
    line-height: 1.48 !important;
    letter-spacing: 0 !important;
    white-space: normal !important;
  }
  .worry .pair:first-child .pair__stext h3 br { display: none; }
  .worry .pair:first-child .pair__stext p {
    min-height: 0 !important;
    margin-top: 0 !important;
    padding-left: 0 !important;
  }
  .opt-card__head h3 { text-align: left !important; }
  .opt-card__head h3 br { display: none !important; }
  .opt-card__summary,
  .opt-card--plan .opt-card__summary { text-align: center !important; }
  .opt-card__summary br,
  .opt-compare__plain > p br,
  .timeline__body p br { display: none !important; }
  .opt-compare__plain > p {
    font-size: 15px !important;
    line-height: 1.7 !important;
    white-space: nowrap !important;
  }
  .cmp .cmp__marks b.m-soso {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    font-size: 32px !important;
    line-height: 1 !important;
  }
  .cmp .cmp__marks .m-soso .cmp__circle {
    display: inline-block !important;
    box-sizing: border-box;
    width: 30px !important;
    min-width: 30px !important;
    height: 30px !important;
    margin-right: 2px;
    border: 3px solid #E5A93D !important;
    border-radius: 50%;
    color: transparent !important;
    font-size: 0 !important;
  }
  .cmp .cmp__marks .cmp__tilde {
    margin: 0 2px;
    font-size: 23px !important;
    line-height: 1;
  }
  .cmp .cmp__marks .m-ok {
    display: inline-block !important;
    box-sizing: border-box;
    width: 30px !important;
    min-width: 30px !important;
    height: 30px !important;
    min-height: 30px !important;
    border: 3px solid #2E9E63 !important;
    border-radius: 50%;
    color: transparent !important;
    font-size: 0 !important;
    line-height: 0 !important;
  }
  .parents__line-note .only-sp,
  .flow__note .only-sp { display: inline !important; }
  .consult__card {
    display: grid !important;
    grid-template-columns: 106px minmax(0, 1fr) !important;
    column-gap: 14px !important;
    row-gap: 12px;
    align-items: center !important;
  }
  .consult__icon--img {
    grid-column: 1;
    grid-row: 1;
    width: 106px !important;
    height: 106px !important;
  }
  .consult__card h4 {
    grid-column: 2;
    grid-row: 1;
    margin: 0 !important;
  }
  .consult__card p {
    grid-column: 1 / -1;
    grid-row: 2;
    margin: 0 !important;
  }
}

/* v113: スマホ版の改行・バッジ位置をスタイル末尾で確定 */
@media (max-width: 819px) {
  .hero-new__badge-mobile {
    top: 4% !important;
    right: 3% !important;
  }
  .opt-compare__plain > p:not(.opt-compare__label) {
    box-sizing: border-box;
    width: 100% !important;
    max-width: 100% !important;
    white-space: normal !important;
    overflow-wrap: anywhere;
  }
  .opt-compare__plain > p:not(.opt-compare__label) br,
  .optimize__close br,
  .vs2__closing br { display: block !important; }
  .optimize__close { white-space: normal !important; }
}

/* v115: スマホ版トップと体験者の声の装飾を最終位置で確定 */
@media (max-width: 819px) {
  /* 前セクションのドットを残し、下側（体験者の声）の重複だけを消す */
  .voices > .deco-dots--tr { display: none; }

  .hero-new__badge-mobile {
    top: 2% !important;
    right: 3% !important;
  }
  .hero-new__cta {
    top: 47% !important;
    left: 4% !important;
    width: min(50%, 220px) !important;
  }
}

/* v116: スマホ版の書体・締めメッセージ・ヒーロー位置を統一 */
@media (max-width: 819px) {
  .hero-new__title-mobile { top: 10% !important; }
  .hero-new__lead-mobile { top: 40% !important; }
  .hero-new__cta { top: 54% !important; }
  .hero-new__teacher-mobile { bottom: 8% !important; }

  /* PCと同じ端正なゴシック体で、最適化タイトルとSTEP見出しを統一 */
  .optimize__title,
  .opt-card__head h3 {
    font-family: var(--font-body) !important;
    font-weight: 900 !important;
  }
  .opt-card__head h3 { letter-spacing: -.025em !important; }

  .optimize__close {
    width: auto !important;
    margin: 30px auto 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: #fff !important;
    font-family: var(--font-body) !important;
    font-size: clamp(18px, 5.2vw, 23px) !important;
    font-weight: 900 !important;
    line-height: 1.65 !important;
  }
  .optimize__close-marker {
    background: linear-gradient(transparent 72%, #FCCE5A 72%) !important;
  }

  .mind-quotes__close {
    width: 100% !important;
    margin: 28px auto 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: var(--ink-navy) !important;
    font-family: var(--font-body) !important;
    font-size: clamp(15px, 4.1vw, 18px) !important;
    font-weight: 800 !important;
    line-height: 1.75 !important;
    text-align: center !important;
  }
  .mind-quotes__close br { display: block !important; }
}

/* v117: スマホ版トップの上下位置をさらに調整 */
@media (max-width: 819px) {
  .hero-new__title-mobile { top: 13% !important; }
  .hero-new__lead-mobile { top: 44% !important; }
  .hero-new__cta { top: 58% !important; }
  .hero-new__teacher-mobile { bottom: 12% !important; }

  /* 最適化のPC版書体・締めメッセージを最終優先で維持 */
  .optimize__title,
  .opt-card__head h3 {
    font-family: var(--font-body) !important;
    font-weight: 900 !important;
  }
  .optimize__close {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    color: #fff !important;
  }
}

/* v118: スマホ版の比較表・コピー・トップ位置を最終調整 */
@media (max-width: 819px) {
  /* トップはひとつ前の位置に戻し、先生アイコンは現在位置を維持 */
  .hero-new__title-mobile { top: 10% !important; }
  .hero-new__lead-mobile { top: 40% !important; }
  .hero-new__cta { top: 54% !important; }

  /* 大手予備校のアイコンと名称を見やすく拡大 */
  .cmp--navy .cmp__svc .cmp__icon--img {
    width: 76px !important;
    height: 76px !important;
  }
  .cmp--navy .cmp__svc > b {
    font-size: 20px !important;
    line-height: 1.35 !important;
  }

  /* 不要な強制改行を外し、自然な折り返しだけにする */
  .vs-note p br { display: none !important; }

  /* 最適化の締めは下線なしの白文字 */
  .optimize__close-marker { background: none !important; }

  .pricing__note p {
    margin: 0 !important;
    text-align: left !important;
  }
  .pricing__note p br { display: block !important; }
}

/* v119: スマホ比較表のサービスアイコンと料金注記を統一 */
@media (max-width: 819px) {
  .cmp__svc .cmp__icon--img {
    width: 76px !important;
    height: 76px !important;
  }
  .cmp__svc > b {
    font-size: 20px !important;
    line-height: 1.35 !important;
  }
  .pricing__note { text-align: center !important; }
  .pricing__note p { text-align: center !important; }
  .pricing__note p + p { margin-top: 14px !important; }
}

/* v120: スマホ版の注記改行とCTA位置を調整 */
@media (max-width: 819px) {
  /* 注記の見出しと本文は分け、本文内は自然な折り返しにする */
  .vs-note p > br:first-of-type { display: block !important; }
  .voices__note br { display: block !important; }

  /* CTAだけを少し上へ */
  .hero-new__cta { top: 51% !important; }
}

/* v121: iPhone実機での読みやすさを優先したスマホカード再設計 */
@media (max-width: 819px) {
  /*
   * 見出しを単語の途中で切らない。iPhone 15 Proでも2行に収まる
   * 文字サイズと字間にし、末尾の句点も一緒に保持する。
   */
  .worry .sec-title {
    font-size: clamp(18px, 5.1vw, 21px) !important;
    line-height: 1.65 !important;
    letter-spacing: -.055em !important;
  }
  .worry .worry__title-line,
  .worry .sec-title .marker {
    white-space: nowrap !important;
  }

  /*
   * 悩みの吹き出しはイラスト幅を少し抑えて、文章を一文字だけ残さず
   * 自然な文節で折り返す。解決カードは縦積みにし、見出し・本文とも
   * カードの全幅を利用する。
   */
  .worry .pair {
    padding: 20px 14px !important;
  }
  .worry .pair__wbody {
    grid-template-columns: minmax(0, 1fr) 92px !important;
    gap: 5px !important;
  }
  .worry .pair__ill {
    max-width: 92px !important;
    max-height: 116px !important;
  }
  .worry .pair__bubble {
    min-height: 126px !important;
    padding: 17px 13px !important;
  }
  .worry .pair__bubble p {
    font-size: 13px !important;
    line-height: 1.68 !important;
    word-break: normal !important;
    overflow-wrap: break-word !important;
    line-break: strict !important;
  }
  .worry .pair__solve,
  .worry .pair:first-child .pair__solve {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 10px !important;
    min-height: 0 !important;
    padding: 18px 16px !important;
  }
  .worry .pair__badge,
  .worry .pair:first-child .pair__badge {
    position: static !important;
    align-self: center !important;
    width: 66px !important;
    height: 66px !important;
    margin: 0 !important;
    transform: none !important;
  }
  .worry .pair__stext {
    display: block !important;
    min-width: 0 !important;
  }
  .worry .pair__stext h3,
  .worry .pair:first-child .pair__stext h3,
  .worry .pair:first-child .pair__stext h3.pair__headline--single {
    margin: 0 0 11px !important;
    font-size: clamp(17px, 4.65vw, 19px) !important;
    line-height: 1.48 !important;
    letter-spacing: -.025em !important;
    text-align: center !important;
    white-space: normal !important;
  }
  .worry .pair__stext h3 br,
  .worry .pair:first-child .pair__stext h3 br {
    display: block !important;
  }
  .worry .pair__stext p,
  .worry .pair:first-child .pair__stext p {
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 15px !important;
    line-height: 1.82 !important;
    letter-spacing: .01em !important;
    text-align: left !important;
  }

  /*
   * タイムラインは横並びをやめ、文章→イラストの順に積む。
   * これにより「25分集中 ×4セット」や説明文をカードの全幅で読める。
   */
  .rhythm .timeline__item {
    gap: 11px !important;
    margin-bottom: 24px !important;
  }
  .rhythm .timeline__card {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 12px !important;
    padding: 19px 18px 16px !important;
  }
  .rhythm .timeline__body {
    width: 100% !important;
    min-width: 0 !important;
  }
  .rhythm .timeline__body h3 {
    display: flex !important;
    align-items: flex-start !important;
    gap: 9px !important;
    margin: 0 0 10px !important;
    font-size: clamp(18px, 5.1vw, 20px) !important;
    line-height: 1.45 !important;
    text-wrap: pretty !important;
  }
  .rhythm .timeline__title {
    display: block !important;
    min-width: 0 !important;
  }
  .rhythm .timeline__pomodoro-main,
  .rhythm .timeline__pomodoro-sub {
    display: block !important;
    white-space: nowrap !important;
  }
  .rhythm .timeline__body p {
    margin: 0 !important;
    font-size: 15px !important;
    line-height: 1.8 !important;
    text-align: left !important;
  }
  .rhythm .timeline__body p br {
    display: none !important;
  }
  .rhythm .timeline__icon--ill {
    align-self: flex-end !important;
    width: 112px !important;
    max-width: 38% !important;
    margin: -4px 0 0 !important;
  }
}

/* v122: 基本デザインの横並びを、全スマホ幅で崩れない形に統一 */
@media (max-width: 819px) {
  /*
   * 解決カード: 「解決」アイコンを左、見出し・説明を右に固定。
   * 393pxだけに依存せず、狭い端末でも本文列が残るよう列幅をclampで管理する。
   */
  .worry .pair__solve,
  .worry .pair:first-child .pair__solve {
    display: grid !important;
    grid-template-columns: clamp(58px, 17vw, 68px) minmax(0, 1fr) !important;
    align-items: start !important;
    column-gap: clamp(10px, 3vw, 14px) !important;
    row-gap: 0 !important;
    padding: 17px 14px !important;
  }
  .worry .pair__badge,
  .worry .pair:first-child .pair__badge {
    grid-column: 1 !important;
    grid-row: 1 !important;
    position: static !important;
    align-self: start !important;
    width: clamp(58px, 17vw, 68px) !important;
    height: clamp(58px, 17vw, 68px) !important;
    margin: 0 !important;
  }
  .worry .pair__stext {
    grid-column: 2 !important;
    grid-row: 1 !important;
    display: block !important;
    min-width: 0 !important;
  }
  .worry .pair__stext h3,
  .worry .pair:first-child .pair__stext h3,
  .worry .pair:first-child .pair__stext h3.pair__headline--single {
    margin: 0 0 9px !important;
    font-size: clamp(14px, 4vw, 16px) !important;
    line-height: 1.5 !important;
    letter-spacing: -.035em !important;
    text-align: left !important;
  }
  .worry .pair__stext h3 br,
  .worry .pair:first-child .pair__stext h3 br {
    display: block !important;
  }
  .worry .pair__stext p,
  .worry .pair:first-child .pair__stext p {
    margin: 0 !important;
    padding: 0 !important;
    font-size: clamp(12.5px, 3.45vw, 14px) !important;
    line-height: 1.72 !important;
    text-align: left !important;
  }

  /*
   * 毎晩のしくみ: 文字を左、アイコンイラストを右に配置。
   * タイトル・本文は左列だけで完結させ、イラストによる文字の押し出しを防ぐ。
   */
  .rhythm .timeline__card {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) clamp(92px, 28vw, 112px) !important;
    align-items: center !important;
    column-gap: clamp(8px, 2.8vw, 13px) !important;
    padding: 18px 15px !important;
  }
  .rhythm .timeline__body {
    grid-column: 1 !important;
    grid-row: 1 !important;
    width: auto !important;
  }
  .rhythm .timeline__body h3 {
    margin: 0 0 8px !important;
    gap: 7px !important;
    font-size: clamp(16px, 4.5vw, 18px) !important;
    line-height: 1.45 !important;
  }
  .rhythm .timeline__no {
    min-width: 38px !important;
    height: 32px !important;
    padding: 0 5px !important;
    font-size: 14px !important;
  }
  .rhythm .timeline__body p {
    font-size: clamp(13px, 3.65vw, 14.5px) !important;
    line-height: 1.75 !important;
  }
  .rhythm .timeline__icon--ill {
    grid-column: 2 !important;
    grid-row: 1 !important;
    align-self: center !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
  }
  .rhythm .timeline__title {
    display: inline !important;
  }
  .rhythm .timeline__pomodoro-main,
  .rhythm .timeline__pomodoro-sub {
    display: block !important;
    white-space: nowrap !important;
  }
}

/* v123: 実機確認に基づく見出しの改行・中央揃え調整 */
@media (max-width: 819px) {
  /* 解決見出しは強制改行を使わず、端末幅に応じた自然な折り返しにする */
  .worry .pair__stext h3 br,
  .worry .pair:first-child .pair__stext h3 br {
    display: none !important;
  }
  .worry .pair__stext h3 {
    text-wrap: pretty !important;
  }

  /* 「シンプルに、2つのプラン。」は常にひとつの見出しとして表示 */
  .pricing .sec-title {
    white-space: nowrap !important;
    font-size: clamp(22px, 6.2vw, 25px) !important;
    letter-spacing: -.055em !important;
  }
  .pricing .sec-title .marker {
    white-space: nowrap !important;
  }

  /* 体験者の声の締めメッセージは、ボックス内の中央に揃える */
  .voices__close {
    display: flex !important;
    justify-content: center !important;
    width: min(100%, 420px) !important;
    text-align: center !important;
  }
  .voices__close-txt {
    display: block !important;
    width: 100% !important;
    text-align: center !important;
  }
}

/* v124: PC版ホームルームの見出しを最適化セクションのトーンへ統一 */
@media (min-width: 820px) {
  .ovice--rhythm .ovice__homeroom-label {
    border: 2px solid #FCCE5A !important;
    background: #FFFDF6 !important;
    color: var(--ink-navy) !important;
    font-family: var(--font-head) !important;
    font-weight: 900 !important;
  }

  .ovice--rhythm .ovice__homeroom strong {
    color: var(--ink-navy) !important;
    font-family: var(--font-head) !important;
    font-weight: 900 !important;
    letter-spacing: .03em !important;
  }

  .ovice--rhythm .ovice__homeroom strong span {
    color: #2A91C8 !important;
  }
}

/* v125: PC版の最適化締めとホームルーム見出しを最終調整 */
@media (min-width: 820px) {
  .optimize__close {
    width: auto !important;
    max-width: 100% !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: #FFFFFF !important;
  }

  .ovice--rhythm .ovice__homeroom strong {
    font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif !important;
    font-weight: 900 !important;
    font-style: normal !important;
    letter-spacing: .03em !important;
  }
}

/* v126: iPhone 16/17 Pro級の幅で改行位置を固定 */
@media (max-width: 819px) {
  /*
   * 吹き出しと解決見出しは、文意ごとに記述したbrを必ず改行として表示。
   * 動的な折り返しに依存しないため、実機とデベロッパーツールで一致する。
   */
  .worry .pair__bubble p > br,
  .worry .pair__stext h3 > br,
  .worry .pair:first-child .pair__stext h3 > br {
    display: block !important;
  }

  /* 2行目の文字が1文字だけ残らないよう、横並びカードの見出し列を調整 */
  .worry .pair__solve,
  .worry .pair:first-child .pair__solve {
    grid-template-columns: 58px minmax(0, 1fr) !important;
    column-gap: 9px !important;
  }
  .worry .pair__badge,
  .worry .pair:first-child .pair__badge {
    width: 58px !important;
    height: 58px !important;
  }
  .worry .pair__stext h3,
  .worry .pair:first-child .pair__stext h3,
  .worry .pair:first-child .pair__stext h3.pair__headline--single {
    font-size: clamp(12.5px, 3.15vw, 14px) !important;
    line-height: 1.52 !important;
    letter-spacing: -.025em !important;
  }

  /* 「できた！」を必ず2行目から開始 */
  .optimize__close-break {
    display: block !important;
  }

  /* 料金注記は4行構成・中央揃えを明示的に固定 */
  .pricing__note {
    text-align: center !important;
  }
  .pricing__note p {
    margin: 0 !important;
    text-align: center !important;
  }
  .pricing__note p + p {
    margin-top: 14px !important;
  }
  .pricing__note p > br {
    display: block !important;
  }
}

@media (min-width: 820px) {
  .optimize__close-break {
    display: none !important;
  }
}

/* v127: 体験者の声の指定見出しをPC・スマホ共通で全文マーカー表示 */
.voice2 h3 .voice2__full-marker {
  position: relative;
  display: inline;
  padding: 0 .08em;
  border-radius: 999px;
  background: linear-gradient(transparent 68%, rgba(252, 206, 90, .9) 68% 94%, transparent 94%) !important;
  background-clip: padding-box;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

/* v128: 公開版の導線・アクセシビリティ・権利配慮を最終調整 */
/* static build refreshed after the final public asset sync */
.header__full-logo {
  display: block;
  width: 128px;
  height: 58px;
  object-fit: contain;
}
.header__wordmark {
  display: block;
  width: 144px;
  height: auto;
}
.header__logo-name--ja {
  color: var(--navy);
  letter-spacing: .06em;
}
.hero-new__badge-mobile-text { display: none; }

/* StudyLinkの比較カードには、挿絵ではなく自社ロゴマークを使用 */
.cmp__icon--studylink {
  background: #fff !important;
  padding: 5px !important;
}
.cmp__icon--studylink img {
  object-fit: contain !important;
  border-radius: 0 !important;
}
.cmp--sl .cmp__svc--studylink {
  padding: 6px !important;
  background: #e5f6ff !important;
}
.cmp__studylink-logo {
  display: block;
  width: 100%;
  max-width: 118px;
  height: auto;
}

/* manabo講師の学歴分布：スマホでも凡例まで読み取れる組み立てにする */
.mnb-tutors__chart {
  aspect-ratio: auto !important;
  overflow: visible !important;
  padding: clamp(14px, 2.2vw, 24px);
  border: 1px solid #e0eaf7;
  border-radius: 16px;
  background: #fff;
}
.mnb-chart__bar {
  display: flex;
  overflow: hidden;
  min-height: 62px;
  border-radius: 8px;
}
.mnb-chart__bar span {
  flex: var(--pct) 1 0;
  display: grid;
  place-items: center;
  color: var(--navy);
  font-family: var(--font-head);
  font-size: clamp(12px, 1.55vw, 21px);
  font-weight: 900;
  white-space: nowrap;
}
.mnb-chart__bar span:nth-child(1) { background: #e57921; color: #fff; }
.mnb-chart__bar span:nth-child(2) { background: #f3a330; color: #fff; }
.mnb-chart__bar span:nth-child(3) { background: #f9d955; }
.mnb-chart__bar span:nth-child(4) { background: #f8e69e; }
.mnb-chart__bar span:nth-child(5) { background: #e5edf7; }
.mnb-chart__bar span:nth-child(6) { background: #d9d9d9; }
.mnb-chart__legend {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 8px;
  margin: 13px 0 0;
}
.mnb-chart__legend > div {
  min-width: 0;
  padding: 9px 6px 8px;
  border: 1px solid #e2eaf4;
  border-radius: 8px;
  text-align: center;
}
.mnb-chart__legend dt {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  color: #536886;
  font-size: clamp(10px, 1.12vw, 14px);
  font-weight: 700;
  line-height: 1.3;
  white-space: nowrap;
}
.mnb-chart__legend dd {
  margin: 3px 0 0;
  color: var(--navy);
  font-family: var(--font-head);
  font-size: clamp(14px, 1.55vw, 21px);
  font-weight: 900;
  line-height: 1;
}
.mnb-chart__dot { width: 9px; height: 9px; flex: none; border-radius: 50%; }
.mnb-chart__dot--1 { background: #e57921; }.mnb-chart__dot--2 { background: #f3a330; }
.mnb-chart__dot--3 { background: #f9d955; }.mnb-chart__dot--4 { background: #f8e69e; }
.mnb-chart__dot--5 { background: #cbd9eb; }.mnb-chart__dot--6 { background: #c8c8c8; }

/* 外部サービスのロゴを用いない、文字ベースの外部リンク */
.profile__yahoo > span.profile__external {
  display: inline;
  width: auto;
  height: auto;
  background: transparent;
  color: currentColor;
  font: inherit;
}
.footer2__consultation {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .45em;
  margin: 2px auto 18px;
  padding: 12px 22px;
  border: 2px solid #fff;
  border-radius: 999px;
  color: #fff;
  background: #16b75b;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 6px 16px rgba(0, 0, 0, .16);
}
.footer2__consultation:hover { background: #0fa44e; color: #fff; }
.footer2__sns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 9px 18px;
  margin: 0 auto 26px;
}
.footer2__sns a {
  color: #d9e4f5;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}
.footer2__sns a:hover { color: #fff; text-decoration: underline; text-underline-offset: 3px; }

@media (max-width: 819px) {
  html { scroll-padding-top: 84px; }
  body { padding-top: var(--header-h); }
  .header {
    position: fixed !important;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
  }
  .header__inner { min-height: 64px; }
  .header__full-logo { width: 106px; height: 54px; }
  .header__wordmark { width: 112px; }
  .header__logo-name--ja { font-size: 18px !important; }

  /* 小さな画像バッジではなく、読み取れる文字バッジに切り替える */
  .hero-new__badge-mobile { display: none !important; }
  .hero-new__badge-mobile-text {
    position: absolute;
    z-index: 6;
    top: 4.5%;
    right: 3.5%;
    display: grid;
    place-items: center;
    width: 104px;
    height: 104px;
    border: 3px solid #f8c846;
    border-radius: 50%;
    color: var(--navy);
    background: #ffd663;
    box-shadow: 0 3px 10px rgba(27, 84, 163, .2);
    text-align: center;
    line-height: 1.18;
    transform: rotate(-4deg);
  }
  .hero-new__badge-mobile-text small { font-size: 10px; font-weight: 900; }
  .hero-new__badge-mobile-text strong { font-size: 16px; font-weight: 900; letter-spacing: -.04em; }

  /* VSと下段のカードの間に、意図した余白を確保 */
  .vs2 { gap: 20px !important; }
  .vs2__vs { margin: 22px 0 10px !important; }

  .mnb-tutors__chart { padding: 14px 10px; }
  .mnb-chart__bar { min-height: 48px; }
  .mnb-chart__bar span { font-size: clamp(10px, 3vw, 13px); }
  .mnb-chart__legend { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 7px; }
  .mnb-chart__legend > div { padding: 8px 3px 7px; }
  .mnb-chart__legend dt { gap: 3px; font-size: 10px; white-space: normal; }
  .mnb-chart__legend dd { font-size: 16px; }
  .mnb-chart__dot { width: 8px; height: 8px; }

  /* 端末の文字サイズを大きくしても、下線を行ごとに追従させる */
  .marker,
  .voice2 h3 .voice2__full-marker {
    padding: 0 .1em;
    background: linear-gradient(transparent 67%, rgba(252, 206, 90, .9) 67% 92%, transparent 92%) !important;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
  }
  .marker::after,
  .voice2 h3 .voice2__full-marker::after { display: none !important; }

  /* 写真に重ねず、肩書きは写真の下へ。文字拡大でも顔を隠さない。 */
  .profile__photo {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: min(78vw, 330px) !important;
    overflow: visible !important;
  }
  .profile__photo img { width: 100%; height: auto; }
  .profile__badge {
    position: relative !important;
    right: auto !important;
    bottom: auto !important;
    width: min(88%, 280px) !important;
    min-height: 76px;
    margin: -28px auto 0 !important;
    padding: 12px 18px !important;
    border-radius: 999px !important;
    aspect-ratio: auto !important;
  }
  .profile__badge b { font-size: 18px; }
  .profile__badge span { font-size: 10px; }

  .fab-line { min-width: 80px; min-height: 80px; }
  .fab-line .btn__icon { display: none; }
  .footer2__consultation { margin-bottom: 16px; font-size: 15px; }
  .footer2__sns { gap: 8px 14px; margin-bottom: 22px; }
  .footer2__sns a { font-size: 13px; }
}

/* v129: ご支給素材への差し替え */
.hero-new__badge {
  overflow: visible !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.hero-new__badge img {
  position: static !important;
  display: block;
  width: 100% !important;
  height: auto !important;
}
.ovice--rhythm .ovice__homeroom--image {
  display: block !important;
  margin: 20px auto 0 !important;
  padding: 0 !important;
  border: 1px solid #d9e7f7 !important;
  border-radius: 0 0 22px 22px !important;
  overflow: hidden;
  background: #fff;
  line-height: 0;
}
.ovice--rhythm .ovice__homeroom--image img {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 819px) {
  .hero-new__badge-mobile-text { display: none !important; }
  .hero-new__badge-mobile {
    top: 7% !important;
    right: 2% !important;
    width: 31% !important;
  }
  .ovice--rhythm .ovice__homeroom--image {
    margin-top: 14px !important;
    border-radius: 0 0 16px 16px !important;
  }
}
/* v130: ヘッダーロゴ・トップ訴求・学歴分布の視認性を再調整 */
.header__logo { gap: 12px; }
.header__mark { width: 66px; }
.header__logo-txt { gap: 0; line-height: 1; }
.header__wordmark { width: 166px; margin: 0 0 -7px; }
.header__logo-sub { line-height: 1; }

@media (min-width: 820px) {
  .hero-new__badge {
    width: clamp(154px, 16vw, 242px) !important;
    top: 10.8% !important;
    right: 2% !important;
  }
}

@media (max-width: 819px) {
  .header__logo { gap: 10px !important; }
  .header__mark { width: 56px !important; }
  .header__wordmark { width: 138px !important; margin-bottom: -6px !important; }
  .header__logo-sub { font-size: 9px !important; letter-spacing: .18em !important; }

  .hero-new__badge-mobile {
    display: block !important;
    top: 4.2% !important;
    right: .5% !important;
    width: 42% !important;
    max-width: 198px !important;
  }

  .mnb-chart__legend {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 9px !important;
  }
  .mnb-chart__legend > div { padding: 10px 5px 9px !important; }
  .mnb-chart__legend dt { font-size: 11.5px !important; line-height: 1.35 !important; }
  .mnb-chart__legend dd { font-size: 19px !important; margin-top: 4px !important; }
  .mnb-chart__dot { width: 9px !important; height: 9px !important; }
  .mnb-chart__bar { min-height: 54px !important; }
  .mnb-chart__bar span { font-size: clamp(11px, 3.1vw, 14px) !important; }
}

@media (max-width: 480px) {
  .header__mark { width: 48px !important; }
  .header__wordmark { width: 118px !important; }
  .header__logo-sub { font-size: 8px !important; }
}

/* v131: VSブロック下の視線の抜けを確保 */
@media (max-width: 859px) {
  .vs2__vs { margin: 22px 0 38px !important; }
}

/* v132: 実機確認を受けたスマホ版ヒーロー・アンケートカードの整列 */
.profile__name-mark {
  padding: 0 .08em;
  background: linear-gradient(transparent 68%, rgba(252, 206, 90, .95) 68% 93%, transparent 93%);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

@media (max-width: 819px) {
  .hero-new__badge-mobile {
    top: -2.5% !important;
    right: 1% !important;
    width: 24% !important;
    max-width: 120px !important;
  }
  .hero-new__lead-mobile {
    font-size: clamp(17px, 4.65vw, 20px) !important;
    line-height: 1.65 !important;
  }

  .voices__stats li {
    display: grid !important;
    grid-template-rows: 86px 52px 1fr;
    align-items: center;
    justify-items: center;
    min-height: 276px !important;
    padding: 16px 6px !important;
  }
  .voices__stats .vstat__icon {
    align-self: end;
    margin: 0 !important;
  }
  .voices__stats b.big {
    display: flex !important;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    margin: 0 !important;
    line-height: 1 !important;
  }
  .voices__stats p {
    align-self: start;
    margin: 0 !important;
    line-height: 1.65 !important;
  }
}

/* v133: 肩書き・アンケートカード・スマホ版ヒーローの最終整列 */
.profile__badge b {
  position: relative;
  display: inline-flex;
  align-items: baseline;
  padding-bottom: 7px;
}
.profile__badge b::after {
  content: "";
  position: absolute;
  right: 1px;
  bottom: 0;
  left: 1px;
  height: 4px;
  border-radius: 999px;
  background: var(--yellow);
}
.profile__badge i { display: none; }

@media (min-width: 820px) {
  .voices__stats li {
    display: grid !important;
    grid-template-rows: 120px 72px 1fr;
    align-items: center;
    justify-items: center;
    min-height: 340px !important;
  }
  .voices__stats .vstat__icon { align-self: end; margin: 0 !important; }
  .voices__stats b.big {
    display: flex !important;
    align-items: center;
    justify-content: center;
    min-height: 72px;
    margin: 0 !important;
    line-height: 1 !important;
  }
  .voices__stats p { align-self: start; margin: 0 !important; }
}

@media (max-width: 819px) {
  .hero-new__badge-mobile {
    top: 4.5% !important;
    right: 0 !important;
    z-index: 2 !important;
    width: 34% !important;
    max-width: 170px !important;
  }
  .hero-new__title-mobile { top: 13.5% !important; }
  .hero-new__lead-mobile { top: 39% !important; }
  .hero-new__cta { top: 55% !important; }
}

/* v134: フッター・ホームルーム・比較表の表示を見やすく整理 */
.cmp--sl .cmp__svc--studylink {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 12px 8px !important;
}
.cmp__studylink-mark {
  display: block;
  width: clamp(50px, 5.8vw, 68px);
  height: auto;
}
.cmp__studylink-wordmark {
  display: block;
  width: clamp(105px, 10.5vw, 130px);
  height: auto;
}
.ovice__homeroom-caption {
  margin: 12px 0 0;
  color: #7f91aa;
  font-size: clamp(11px, 1.2vw, 13px);
  line-height: 1.5;
  text-align: center;
}
.vs2__closing {
  max-width: 800px;
  margin: 30px auto 0;
  font-size: clamp(15px, 1.35vw, 19px) !important;
  line-height: 1.8 !important;
}
.opt-compare__sl b {
  display: inline;
  padding: 0 .08em .05em;
  background: linear-gradient(transparent 68%, rgba(252, 206, 90, .88) 68% 94%, transparent 94%);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
@media (max-width: 819px) {
  .cmp--sl .cmp__svc--studylink { gap: 5px; padding: 10px 6px !important; }
  .cmp__studylink-mark { width: 54px; }
  .cmp__studylink-wordmark { width: 115px; }
  .ovice__homeroom-caption { margin-top: 9px; font-size: 11px; }
  .vs2__closing {
    max-width: 22em;
    margin-top: 26px;
    font-size: clamp(15px, 4.25vw, 18px) !important;
    line-height: 1.75 !important;
  }
}

/* v135: スマホ版トップは、冒頭の訴求をすぐ読める位置へ */
@media (max-width: 819px) {
  .hero-new__title-mobile {
    display: block !important;
    top: 2% !important;
    left: 3.5% !important;
    width: 93% !important;
  }
  .hero-new__badge-mobile { display: none !important; }
  .hero-new__time-mobile,
  .hero-new__headline-mobile { display: none !important; }
  .hero-new__time-mobile,
  .hero-new__headline-mobile {
    position: absolute;
    z-index: 3;
    display: block;
    height: auto;
    pointer-events: none;
  }
  .hero-new__time-mobile { top: 2%; left: 6%; width: 58%; }
  .hero-new__headline-mobile { top: 7.5%; left: 3.5%; width: 93%; }
  .hero-new__badge-mobile { top: 9%; right: 1%; width: 28%; max-width: 150px !important; }
  /* Keep the title untouched; follow its 93%-wide, 1672:941 image. */
  .hero-new__teacher-mobile { bottom: 23% !important; }
  .hero-new__lead-mobile {
    top: calc(2% + 52.34vw + 12px) !important;
    left: 7% !important;
  }
  .hero-new__cta {
    top: calc(2% + 52.34vw + 32px + clamp(56.1px, 15.345vw, 66px)) !important;
    left: 7% !important;
  }
}

/* Review: readable legends and underlines that follow wrapped text. */
.mnb-chart__legend { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.mnb-chart__legend dt { font-size: 16px; white-space: normal; }
.mnb-chart__legend dd { font-size: 24px; }
.mnb-chart__bar span { min-width: 0; }
/* The narrow 2.9% segment is labelled in the large legend below. */
.mnb-chart__bar span:nth-child(5) { font-size: 0 !important; }
.optimize__summary-emphasis {
  display: inline !important;
  background: linear-gradient(transparent 78%, #FCCE5A 78% 94%, transparent 94%);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.optimize__summary-emphasis::after { display: none !important; }
.rhythm .timeline__title { min-width: 0 !important; flex-wrap: wrap; }
.rhythm .timeline__pomodoro-main,
.rhythm .timeline__pomodoro-sub { white-space: normal !important; }
@media (max-width: 819px) {
  .mnb-chart__legend { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
  .mnb-chart__legend dt { font-size: 14px !important; }
  .mnb-chart__legend dd { font-size: 22px !important; }
  .mnb-chart__bar span { font-size: 0 !important; }
}
@media (max-width: 360px) {
  .worry .sec-title .marker { white-space: normal !important; }
  .rhythm .timeline__pomodoro-main { white-space: normal !important; }
}
@media (min-width: 441px) and (max-width: 819px) {
  /* Keep the mobile composition proportional on wider touch screens. */
  .hero-new__frame { min-height: 184.615vw; }
}

/* Mobile review: readable worry cards and sentence-aligned supporting copy.
   Desktop line breaks and all hero positions intentionally stay unchanged. */
.fab-line__mobile-break { display: none; }
@media (max-width: 819px) {
  html body .worry .pair__bubble {
    min-height: 0 !important;
    height: auto !important;
    padding: 16px 12px !important;
  }
  html body .worry .pair__bubble p {
    font-size: 1.0625rem !important;
    line-height: 1.65 !important;
  }
  html body .worry .pair__stext h3 {
    font-size: 1.25rem !important;
    line-height: 1.55 !important;
    margin-bottom: 10px !important;
  }
  html body .worry .pair__stext p {
    font-size: 1rem !important;
    line-height: 1.8 !important;
  }
  html body .ovice figcaption,
  html body .ovice__homeroom-caption {
    font-size: 13px !important;
    line-height: 1.6 !important;
  }
  html body .mind-quotes__close,
  html body .everyday > .container > .lead-text,
  html body .vs2__closing,
  html body .learning > .container > .lead-text,
  html body .loop2__closing,
  html body .manabo-sec > .container > .lead-text {
    text-align: left !important;
    text-wrap: wrap !important;
  }
  .mobile-review-sentence { display: block; }
  html body .mobile-review-sentence br { display: none !important; }
  html body .fab-line__mobile-break { display: block; }
  html body .fab-line__txt {
    font-size: 1.25rem !important;
    line-height: 1.25 !important;
    letter-spacing: .04em;
    text-align: center;
    margin-top: 0;
  }
}

/* Mobile worry redesign: reference composition, copy left and artwork right.
   The section ID intentionally supersedes legacy per-card mobile overrides. */
/* Approved shared structure: worries only, then a single service transition. */
#worry.worry--empathy .pair {
  display: block !important;
  min-height: 0 !important;
  height: auto !important;
}
#worry.worry--empathy .worry__bridge {
  padding: 24px 18px !important;
  border: 2px solid #f4cf68;
  border-radius: 20px;
  background: #fffdf6;
  box-shadow: 0 6px 20px rgba(23, 55, 110, .05);
  font-size: clamp(18px, 4.8vw, 22px) !important;
  font-weight: 700 !important;
  margin: 32px auto 0 !important;
  max-width: 48rem;
  text-align: center !important;
  line-height: 1.8 !important;
}
@media (min-width: 820px) {
  #worry.worry--empathy .pair__worry {
    height: auto !important;
    min-height: 0 !important;
    grid-template-rows: auto auto !important;
  }
  #worry.worry--empathy .pair__ill {
    transform: scale(1.1) !important;
    transform-origin: center;
  }
  #worry.worry--empathy .pair:nth-child(4) .pair__ill {
    transform: scale(1.22) !important;
  }
}
@media (min-width: 0px) {
  #worry .pair__grid {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    grid-auto-rows: 1fr;
    gap: 24px !important;
  }
  #worry .pair {
    --worry-accent: #bee5ff;
    --worry-tint: #ecf9fd;
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
    padding: 0 !important;
    border: 1px solid #edf0f2 !important;
    border-radius: 20px !important;
    background: #fff !important;
    box-shadow: 0 6px 20px rgba(23,55,110,.045) !important;
    overflow: hidden;
  }
  #worry .pair:nth-child(n + 3) {
    --worry-accent: #ffedb0;
    --worry-tint: #fff9e5;
  }
  #worry .pair__worry {
    position: relative;
    isolation: isolate;
    box-sizing: border-box;
    height: 100% !important;
    grid-template-rows: auto minmax(0, 1fr) !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr) !important;
    align-items: center !important;
    gap: 14px 8px !important;
    padding: 20px 16px !important;
    background: none !important;
    border: 0 !important;
  }
  #worry .pair__worry::before {
    content: "";
    position: absolute;
    right: -8%;
    bottom: 12px;
    width: 60%;
    aspect-ratio: 1;
    border-radius: 50%;
    background: var(--worry-tint);
    z-index: 0;
    pointer-events: none;
  }
  #worry .pair__who {
    grid-area: 1 / 1 / auto / -1 !important;
    position: static !important;
    justify-self: start;
    z-index: 2;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 8px 12px !important;
    font-size: .9375rem !important;
    line-height: 1.5 !important;
    color: #17376e !important;
    background: var(--worry-accent) !important;
    border: 0 !important;
    border-radius: 999px !important;
    box-shadow: none !important;
    transform: none !important;
  }
  #worry .pair__wbody { display: contents !important; }
  #worry .pair__ill {
    grid-area: 2 / 2 !important;
    position: static !important;
    width: 112% !important;
    height: clamp(8rem, 32vw, 11rem) !important;
    align-self: center !important;
    max-width: none !important;
    max-height: none !important;
    margin: 0 !important;
    object-fit: contain !important;
    transform: translateY(-8px) scale(1.08) !important;
    transform-origin: center;
    border-radius: 0 !important;
    mix-blend-mode: normal;
    z-index: 3;
  }
  #worry .pair:nth-child(4) .pair__ill {
    transform: translateY(-10px) scale(1.2) !important;
  }
  #worry .pair__bubble {
    z-index: 2;
    grid-area: 2 / 1 !important;
    display: block !important;
    min-width: 0 !important;
    min-height: 0 !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    background: none !important;
    border: 0 !important;
    box-shadow: none !important;
  }
  #worry .pair__bubble p {
    margin: 0 !important;
    font-size: 1rem !important;
    font-weight: 700 !important;
    line-height: 1.7 !important;
    letter-spacing: 0 !important;
    text-align: left !important;
    color: #152e54 !important;
    text-wrap: pretty;
    white-space: normal !important;
  }
  #worry .pair__bubble p br { display: none !important; }
  #worry .pair__moya,
  #worry .pair__bubble::before,
  #worry .pair__bubble::after,
  #worry .pair__solve::before,
  #worry .pair__solve::after { display: none !important; }
  #worry .pair__arrow {
    display: block !important;
    height: 49px !important;
    margin: 0 auto 12px !important;
    filter: none !important;
  }
  #worry .pair__arrow::before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    margin: 0 auto 19px;
    border-radius: 50%;
    background: #7dcaff;
    box-shadow: 0 7px #7dcaff, 0 14px #7dcaff;
  }
  #worry .pair__arrow img {
    display: block !important;
    width: 34px !important;
    height: 26px !important;
    object-fit: contain !important;
  }
  #worry .pair__solve {
    display: grid !important;
    grid-template-columns: clamp(70px, 20vw, 100px) minmax(0, 1fr) !important;
    gap: 16px 12px !important;
    align-items: start !important;
    min-height: 0 !important;
    margin: 0 12px 12px !important;
    padding: 20px 16px !important;
    border: 0 !important;
    border-radius: 18px !important;
    background: radial-gradient(circle at 0 100%, #cfeffc 0 13%, transparent 13.5%), var(--worry-tint) !important;
    box-shadow: none !important;
  }
  #worry .pair__badge {
    display: block !important;
    grid-area: 1 / 1 / 3 / 2 !important;
    position: static !important;
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 1;
    margin: 0 !important;
    background: none !important;
    box-shadow: none !important;
  }
  #worry .pair__badge img { width: 100% !important; height: 100% !important; object-fit: contain; }
  #worry .pair__stext { display: contents !important; }
  #worry .pair__stext h3,
  #worry .pair__stext h3 span {
    display: inline !important;
    font-size: 1.25rem !important;
    font-weight: 700 !important;
    line-height: 1.6 !important;
    letter-spacing: 0 !important;
    color: #17376e !important;
    background: none !important;
    padding: 0 !important;
    white-space: normal !important;
    text-align: left !important;
  }
  #worry .pair__stext h3 {
    display: block !important;
    grid-area: 1 / 2 !important;
    min-width: 0 !important;
    margin: 0 !important;
    font-size: 1.1875rem !important;
  }
  #worry .pair__stext h3 span {
    font-size: inherit !important;
    background: linear-gradient(transparent 76%, #ffdf65 76% 95%, transparent 95%) !important;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
  }
  #worry .pair__stext h3 br { display: none !important; }
  #worry .pair__stext p {
    grid-area: 2 / 2 !important;
    font-size: 1rem !important;
    line-height: 1.85 !important;
    color: #45536b !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: left !important;
  }
}

/* Desktop uses the approved mobile card language, arranged in two columns. */
@media (min-width: 820px) {
  #worry.worry--empathy .pair__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 28px !important;
  }
  #worry.worry--empathy .pair__worry {
    height: 100% !important;
    grid-template-rows: auto minmax(0, 1fr) !important;
    padding: 28px 24px !important;
    gap: 22px 14px !important;
  }
  #worry.worry--empathy .pair__ill {
    height: clamp(150px, 15vw, 210px) !important;
  }
  #worry.worry--empathy .pair__who { font-size: 1rem !important; }
  #worry.worry--empathy .pair__bubble p {
    font-size: clamp(1.125rem, 1.6vw, 1.5rem) !important;
    line-height: 1.65 !important;
  }
}

/* Important layer overrides legacy section-specific font declarations only. */
@layer desktop-typography {
  @media (min-width: 0px) {
    :root {
      --font-head: "Noto Sans JP", sans-serif;
      --font-body: "Noto Sans JP", sans-serif;
    }
    body,
    body *,
    body *::before,
    body *::after {
      font-family: "Noto Sans JP", sans-serif !important;
    }
  }
}

/* Mobile review: tighter label-to-copy spacing and consistent body type. */
@media (max-width: 819px) {
  #worry.worry--empathy .pair__worry {
    row-gap: 10px !important;
  }
  #worry.worry--empathy .pair__bubble {
    align-self: start !important;
    padding-top: 4px !important;
  }
  html body .vs2__closing,
  html body .loop2__closing,
  html body .vs2__closing span,
  html body .loop2__closing span,
  html body .loop2__closing b {
    font-family: "Noto Sans JP", sans-serif !important;
    font-weight: 600 !important;
  }
}

#worry.worry--empathy .worry__bridge-emphasis {
  font-weight: 900;
  background: linear-gradient(transparent 68%, #ffd262 68% 94%, transparent 94%);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
@media (min-width: 820px) {
  #worry.worry--empathy .worry__bridge {
    max-width: 960px;
    padding: 28px 32px !important;
    font-size: clamp(24px, 2.2vw, 32px) !important;
  }
  html body .optimize .opt-card .opt-card__summary {
    font-size: clamp(16px, 1.25vw, 20px) !important;
    line-height: 1.8 !important;
    height: auto !important;
  }
  html body .optimize .opt-card .opt-card__summary-copy {
    font-size: inherit !important;
  }
}

/* Desktop-only alignment of pricing notes and the parent introduction. */
.opt-card__desktop-break, .opt-card__mobile-break { display: none; }
html body #worry .worry__bridge-intro .only-sp { display: block !important; }
@media (max-width: 819px) {
  html body .section .requested-mobile-line {
    display: block !important;
    white-space: normal !important;
  }
  html body .section .requested-desktop-break { display: none !important; }
  html body .section .mind-quotes__close,
  html body .section .vs2__closing,
  html body .section .loop2__closing { text-align: center !important; }
}
html body #worry .worry__bridge-intro {
  color: var(--ink-navy) !important;
  font-size: clamp(24px, 5.4vw, 38px) !important;
}
@media (max-width: 819px) {
  html body #worry .worry__bridge-intro {
    font-size: clamp(18px, 5.1vw, 21px) !important;
  }
  html body .optimize .opt-card--test .opt-card__head h3 .opt-card__mobile-break {
    display: block !important;
  }
}
@media (min-width: 820px) {
  html body .optimize .opt-card__head {
    grid-template-columns: 60px minmax(0, 1fr);
    gap: 12px;
    align-items: start !important;
  }
  html body .optimize .opt-card__head h3 {
    padding-top: 5px;
    text-align: center !important;
    font-size: clamp(17px, 1.35vw, 21px) !important;
    line-height: 1.6 !important;
    white-space: normal !important;
    word-break: normal;
    overflow-wrap: anywhere;
    letter-spacing: 0 !important;
  }
  html body .optimize .opt-card .opt-card__summary {
    font-size: clamp(17px, 1.35vw, 21px) !important;
  }
  html body .optimize .opt-card :is(h3, .opt-card__summary) span {
    font-size: inherit !important;
  }
  html body .optimize .opt-card :is(h3, .opt-card__summary) br {
    display: none !important;
  }
  html body .optimize .opt-card .opt-card__summary-line {
    display: block;
  }
  html body .optimize .opt-card .opt-card__heading-line {
    display: block;
  }
}

/* A clear closing callout, using the existing navy and yellow palette. */
html body #worry.worry--empathy .worry__bridge {
  position: relative;
  border: 2px solid #e8bd4e !important;
  border-top: 6px solid #ffd262 !important;
  border-radius: 22px !important;
  background: #fffdf6 !important;
  box-shadow: 0 8px 0 #f5e5b8, 0 15px 28px rgba(23, 55, 110, .08) !important;
}
html body #worry.worry--empathy .worry__bridge::after {
  display: none !important;
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  bottom: -11px;
  left: calc(50% - 10px);
  background: #fffdf6;
  border-right: 2px solid #e8bd4e;
  border-bottom: 2px solid #e8bd4e;
  transform: rotate(45deg);
}

@media (max-width: 819px) {
  html body .cmp-table .cmp .cmp__marks li > i {
    font-weight: 500 !important;
    font-style: normal !important;
    -webkit-text-stroke: 0 !important;
    text-shadow: none !important;
    letter-spacing: .02em !important;
    line-height: 1.5 !important;
  }
  html body .optimize .opt-card__head {
    grid-template-columns: 48px minmax(0, 1fr) !important;
    gap: 10px !important;
    align-items: start !important;
  }
  html body .optimize .opt-card .opt-card__img {
    margin-bottom: 6px !important;
  }
  html body .optimize .opt-card .opt-card__summary {
    margin-top: 6px !important;
  }
  html body .optimize .opt-card .opt-step__badge {
    width: 48px !important;
    height: 48px !important;
  }
  html body .optimize .opt-card__head h3,
  html body .optimize .opt-card .opt-card__summary {
    font-size: clamp(15px, 4vw, 17px) !important;
    line-height: 1.75 !important;
    font-weight: 700 !important;
    text-align: center !important;
    letter-spacing: 0 !important;
    white-space: normal !important;
  }
  html body .optimize .opt-card :is(h3, .opt-card__summary) span {
    font-size: inherit !important;
  }
  html body .optimize .opt-card :is(.opt-card__heading-line, .opt-card__summary-line) {
    display: block !important;
  }
  html body #worry.worry--empathy .worry__bridge {
    color: #087da3 !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    padding: 30px 14px !important;
    box-shadow: none !important;
  }
  html body #worry.worry--empathy .worry__bridge-emphasis {
    display: inline-block;
    margin-top: 12px;
    padding: 5px 8px;
    border-radius: 7px;
    background: #ffd262 !important;
    color: #17376e !important;
    font-weight: 900 !important;
  }
  html body .rhythm .timeline__title {
    font-size: clamp(14px, 3.8vw, 16px) !important;
    line-height: 1.5 !important;
  }
  html body .rhythm .timeline__title :is(.timeline__pomodoro-main, .timeline__pomodoro-sub) {
    display: block !important;
    font-size: inherit !important;
    white-space: nowrap !important;
  }
}

@media (min-width: 820px) {
  html body .pricing__note,
  html body .pricing__note p,
  html body .parents__lead {
    text-align: center !important;
  }
}

/* Match the desktop closing message to the approved mobile treatment. */
@media (min-width: 820px) {
  html body #worry.worry--empathy .worry__bridge {
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }
  html body #worry.worry--empathy .worry__bridge-emphasis {
    display: inline-block;
    margin-top: 12px;
    padding: 5px 12px;
    border-radius: 7px;
    background: #ffd262 !important;
    color: #17376e !important;
    font-weight: 900 !important;
  }
}
/* Use the supplied mobile portrait's own white header space without extra fading. */
@media (max-width: 819px) {
  .hero-new__frame .hero-new__dots--bottom,
  .hero-new__frame .hero-new__circle {
    display: none;
  }
  .hero-new__frame .hero-new__photo--mobile {
    top: 0;
    bottom: auto;
    height: 100%;
    object-position: center top;
    -webkit-mask-image: none;
    mask-image: none;
  }
}

/* Desktop consultation stays in the sticky header; mobile keeps its floating CTA. */
@media (min-width: 820px) {
  html body .fab-line { display: none !important; }
  html body .header .btn--header.btn--navy {
    background: #06c755 !important;
    color: #fff !important;
    box-shadow: 0 5px 14px rgba(6, 160, 70, .22) !important;
  }
  html body .header .btn--header.btn--navy:hover {
    background: #05ad49 !important;
    box-shadow: 0 7px 18px rgba(6, 160, 70, .3) !important;
  }
}

/* Requested mobile body paragraphs retain left alignment and authored breaks. */
@media (max-width: 819px) {
  html body .section .lead-text.center:not(.worry__bridge),
  html body .section .vs2__closing,
  html body .section .loop2__closing,
  html body .section .mind-quotes__close,
  html body .section .parents__lead,
  html body .section .pricing__note,
  html body .section .pricing__note p {
    text-align: left !important;
  }
}
