body {
  width: 100%;
  margin: 0;
  box-sizing: border-box;
  color: #2f2f2f;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

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

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
figure,
blockquote {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  text-decoration: none;
}

p {
  font-size: 16px;
  line-height: 1.95;
}

h2,
h3 {
  letter-spacing: 0.08em;
}

.inner {
  width: min(1100px, 92%);
  margin: 0 auto;
}

/* =================================
   CONTENTS TOP
================================= */
.contents-top.lp-top {
  background:
    linear-gradient(rgba(234, 243, 248, 0.72), rgba(234, 243, 248, 0.72)),
    url(img/bg.jpg) center center / cover no-repeat;
  padding: 48px 20px;
  margin-top: 180px;
  text-align: center;
}

.contents-top.lp-top .title {
  z-index: 11;
  background: rgba(255, 255, 255, 0.88);
  width: min(680px, 92%);
  margin: auto;
  padding: 34px 20px;
  border-radius: 20px;
  box-shadow: 0 16px 40px rgba(8, 84, 155, 0.12);
}

.contents-top.lp-top .title h1 {
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  color: #08549b;
  margin-bottom: 10px;
}

.contents-top.lp-top .title .sub {
  font-size: 1rem;
  color: #4780c5;
  font-weight: bold;
  letter-spacing: 0.08em;
}

/* =================================
   COMMON
================================= */
.sec-head {
  text-align: center;
  margin-bottom: 40px;
}

.sec-head .mini {
  color: #4780c5;
  font-size: 0.85rem;
  font-weight: bold;
  letter-spacing: 0.18em;
  margin-bottom: 10px;
}

.sec-head h2 {
  font-size: clamp(1.7rem, 2.8vw, 2.5rem);
  color: #08549b;
  line-height: 1.5;
}

.cta-group {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 30px;
}

.cta-group.center {
  justify-content: center;
}

.cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 14px 28px;
  border-radius: 999px;
  font-weight: bold;
  font-size: 1rem;
  transition: 0.3s;
  border: 2px solid #ff701e;
}

.cta-btn.primary {
  background: #ff701e;
  color: #fff;
  box-shadow: 0 12px 24px rgba(255, 112, 30, 0.24);
}

.cta-btn.primary:hover {
  background: #fff;
  color: #ff701e;
}

.cta-btn.secondary {
  background: #fff;
  color: #ff701e;
}

.cta-btn.secondary:hover {
  background: #ff701e;
  color: #fff;
}

/* =================================
   HERO
================================= */
.lp-hero {
  padding: 70px 0 80px;
  background:
    linear-gradient(135deg, #f8fbff 0%, #eaf3f8 100%);
}

.lp-hero-inner {
  width: min(1160px, 92%);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 32px;
}

.lp-hero-copy,
.lp-hero-card {
  width: 50%;
}

.lp-hero-copy .lead {
  font-size: 1.2rem;
  font-weight: bold;
  color: #08549b;
  line-height: 1.8;
  margin-bottom: 18px;
}

.lp-hero-copy .lead span {
  text-decoration: underline;
  text-decoration-thickness: 0.35em;
  text-decoration-color: rgba(255, 228, 0, 0.45);
  text-underline-offset: -0.1em;
  text-decoration-skip-ink: none;
}

.lp-hero-copy h2 {
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.45;
  color: #2f2f2f;
  margin-bottom: 22px;
  letter-spacing: 0.04em;
}

.lp-hero-copy h2 span {
  color: #08549b;
}

.lp-hero-copy .text {
  font-size: 1rem;
}

.lp-hero-card {
  background: #fff;
  border-radius: 24px;
  padding: 30px;
  box-shadow: 0 18px 44px rgba(8, 84, 155, 0.12);
  border: 1px solid rgba(71, 128, 197, 0.16);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}

.hero-point {
  padding: 18px 20px;
  border-radius: 18px;
  background: #f7fbfe;
  border: 1px solid rgba(71, 128, 197, 0.14);
}

.hero-point h3 {
  font-size: 1rem;
  color: #08549b;
  margin-bottom: 8px;
}

.hero-point p {
  font-size: 0.96rem;
  line-height: 1.8;
}

/* =================================
   TROUBLE
================================= */
.lp-trouble {
  padding: 80px 0;
  background: #fff;
}

.trouble-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.trouble-box {
  background: #f8fbff;
  border: 1px solid rgba(71, 128, 197, 0.18);
  border-radius: 18px;
  padding: 24px 20px;
  font-weight: bold;
  line-height: 1.9;
  box-shadow: 0 10px 24px rgba(8, 84, 155, 0.05);
}

.section-message {
  width: min(900px, 100%);
  margin: 34px auto 0;
  text-align: center;
  font-size: 1.05rem;
}

/* =================================
   REASON
================================= */
.lp-reason {
  padding: 85px 0;
  background: #f7f8fa;
}

.reason-wrap {
  display: flex;
  gap: 30px;
  align-items: stretch;
}

.reason-main {
  width: 68%;
  background: #fff;
  border-radius: 24px;
  padding: 34px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.05);
}

.reason-main .big-copy {
  font-size: clamp(1.6rem, 3vw, 2.5rem);
  line-height: 1.7;
  font-weight: bold;
  color: #2f2f2f;
  margin-bottom: 18px;
}

.reason-main .big-copy span {
  color: #08549b;
  text-decoration: underline;
  text-decoration-thickness: 0.35em;
  text-decoration-color: rgba(255, 228, 0, 0.45);
  text-underline-offset: -0.08em;
  text-decoration-skip-ink: none;
}

.reason-side {
  width: 32%;
}

.score-box {
  height: 100%;
  border-radius: 24px;
  background: linear-gradient(135deg, #4780c5 0%, #08549b 100%);
  color: #fff;
  padding: 34px 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.score-box .label {
  font-size: 0.95rem;
  margin-bottom: 12px;
}

.score-box .score {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.7;
}

/* =================================
   COMPARE
================================= */
.lp-compare {
  padding: 85px 0;
  background: #fff;
}

.compare-table-wrap {
  overflow-x: auto;
}

.compare-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 12px 32px rgba(8, 84, 155, 0.08);
}

.compare-table th,
.compare-table td {
  padding: 18px 16px;
  border: 1px solid #d7e3ef;
  text-align: center;
  font-size: 0.98rem;
  line-height: 1.7;
}

.compare-table thead th {
  background: #08549b;
  color: #fff;
  font-size: 1rem;
}

.compare-table tbody th {
  background: #f5faff;
  color: #08549b;
  width: 34%;
}

.compare-note {
  margin-top: 24px;
  background: #f8fbff;
  border-left: 6px solid #4780c5;
  padding: 20px 24px;
  border-radius: 0 16px 16px 0;
}

/* =================================
   SOLUTION
================================= */
.lp-solution {
  padding: 85px 0;
  background: #eaf3f8;
}

.solution-intro {
  text-align: center;
  width: min(920px, 100%);
  margin: 0 auto 36px;
}

.flow-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.flow-box {
  background: #fff;
  border-radius: 22px;
  padding: 28px 22px;
  box-shadow: 0 14px 32px rgba(8, 84, 155, 0.08);
  position: relative;
  text-align: center;
}

.flow-box .num {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #ff701e;
  color: #fff;
  display: grid;
  place-items: center;
  font-weight: bold;
  font-size: 1rem;
  /* margin-bottom: 18px; */
  margin: 0 auto 18px;
  box-shadow: 0 10px 20px rgba(255, 112, 30, 0.22);
}

.flow-box h3 {
  font-size: 1.15rem;
  color: #08549b;
  margin-bottom: 10px;
  line-height: 1.6;
}

/* =================================
   STRENGTH
================================= */
.lp-strength {
  padding: 85px 0;
  background: #fff;
}

.strength-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

.strength-box {
  background: #f9fcff;
  border: 1px solid rgba(71, 128, 197, 0.16);
  border-radius: 22px;
  padding: 28px;
  text-align: center;
}

.strength-box .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  /* min-width: 58px;
  height: 36px; */
  padding: 0 14px;
  border-radius: 999px;
  background: #08549b;
  color: #fff;
  font-size: 0.9rem;
  font-weight: bold;
  margin-bottom: 16px;
}

.strength-box h3 {
  color: #08549b;
  font-size: 1.2rem;
  margin-bottom: 10px;
  line-height: 1.7;
}

/* =================================
   FREE
================================= */
.lp-free {
  padding: 85px 0;
  background: linear-gradient(135deg, #08549b 0%, #4780c5 100%);
  color: #fff;
}

.free-wrap {
  display: flex;
  gap: 30px;
  align-items: stretch;
}

.free-text {
  width: 65%;
}

.free-text .mini {
  font-size: 0.85rem;
  letter-spacing: 0.18em;
  font-weight: bold;
  margin-bottom: 12px;
  color: #d8ecff;
}

.free-text h2 {
  font-size: clamp(1.8rem, 3vw, 2.7rem);
  line-height: 1.6;
  margin-bottom: 20px;
}

.free-text ul {
  margin-top: 20px;
  display: grid;
  gap: 12px;
}

.free-text li {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 14px;
  padding: 14px 16px;
  font-weight: bold;
}

.free-card {
  width: 35%;
  background: #fff;
  color: #2f2f2f;
  border-radius: 24px;
  padding: 34px 24px;
  text-align: center;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.16);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.free-card h3 {
  color: #08549b;
  font-size: 1.4rem;
  margin-bottom: 18px;
}

.free-card .time {
  font-size: 2rem;
  font-weight: bold;
  color: #ff701e;
  line-height: 1.4;
}

.free-card .day {
  font-size: 1.1rem;
  font-weight: bold;
  margin-top: 8px;
}

.free-card .small {
  font-size: 0.85rem;
  color: #666;
  margin-top: 16px;
  line-height: 1.7;
}

/* =================================
   RESULT
================================= */
.lp-result {
  padding: 85px 0;
  background: #f7f8fa;
}

.result-box {
  width: min(900px, 100%);
  margin: 0 auto;
  background: #fff;
  border-radius: 26px;
  padding: 38px 32px;
  box-shadow: 0 18px 38px rgba(8, 84, 155, 0.07);
  text-align: left;
}

.result-box h3 {
  font-size: clamp(1.4rem, 2.4vw, 2rem);
  color: #08549b;
  margin-bottom: 18px;
}

.result-box .catch {
  font-size: 1.1rem;
  line-height: 2;
  margin-bottom: 16px;
}

.result-box .catch span {
  position: relative;
  color: #ff701e;
  font-weight: bold;
  font-size: 1.35em;
  z-index: 1;
}

.result-box .catch span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.2em;
  background: rgba(255, 230, 0, 0.6); /* 蛍光色 */
  z-index: -1;
  transform: skewX(-10deg); /* ちょい斜めでそれっぽく */
}

/* =================================
   SCHOOL
================================= */
.lp-school {
  padding: 85px 0;
  background: #fff;
}

.school-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 10px;
}

.school-list li {
  background: #f8fbff;
  border: 1px solid rgba(71, 128, 197, 0.16);
  border-radius: 14px;
  padding: 16px 14px;
  text-align: center;
  font-weight: bold;
  color: #08549b;
}

.school-note {
  text-align: center;
  margin-top: 24px;
  font-weight: bold;
}

/* =================================
   LIMIT
================================= */
.lp-limit {
  padding: 85px 0;
  background: #fff7f1;
}

.limit-wrap {
  display: flex;
  gap: 30px;
  align-items: center;
  background: #fff;
  border-radius: 24px;
  padding: 34px;
  box-shadow: 0 14px 32px rgba(255, 112, 30, 0.08);
  border: 1px solid rgba(255, 112, 30, 0.14);
}

.limit-title {
  width: 34%;
}

.limit-title .mini {
  color: #ff701e;
  font-size: 0.85rem;
  font-weight: bold;
  letter-spacing: 0.18em;
  margin-bottom: 10px;
}

.limit-title h2 {
  font-size: clamp(1.7rem, 2.8vw, 2.4rem);
  line-height: 1.6;
  /* color: #2f2f2f; */
  color: red;
}

.limit-text {
  width: 66%;
}

/* =================================
   CTA
================================= */
.lp-cta {
  padding: 90px 0 100px;
  background:
    linear-gradient(rgba(8, 84, 155, 0.84), rgba(8, 84, 155, 0.84)),
    url(img/classimg.jpg) center center / cover no-repeat;
}

.cta-panel {
  width: min(920px, 100%);
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.96);
  border-radius: 28px;
  padding: 42px 28px;
  text-align: center;
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.12);
}

.cta-panel .mini {
  font-size: 0.85rem;
  letter-spacing: 0.18em;
  font-weight: bold;
  color: #4780c5;
  margin-bottom: 10px;
}

.cta-panel h2 {
  font-size: clamp(1.7rem, 2.8vw, 2.5rem);
  line-height: 1.6;
  color: #08549b;
  margin-bottom: 14px;
}

.cta-text {
  width: min(760px, 100%);
  margin: 0 auto;
}

/* =================================
   RESPONSIVE
================================= */
@media (max-width: 1024px) {
  .contents-top.lp-top {
    margin-top: 180px;
  }

  .lp-hero-inner,
  .reason-wrap,
  .free-wrap,
  .limit-wrap {
    flex-direction: column;
  }

  .lp-hero-copy,
  .lp-hero-card,
  .reason-main,
  .reason-side,
  .free-text,
  .free-card,
  .limit-title,
  .limit-text {
    width: 100%;
  }

  .flow-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .school-list {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 834px) {

  .trouble-grid,
  .strength-grid {
    grid-template-columns: 1fr;
  }

  .school-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .compare-table th,
  .compare-table td {
    font-size: 0.9rem;
    padding: 14px 10px;
  }
}

@media (max-width: 519px) {
  p {
    font-size: 0.92rem;
    line-height: 1.95;
  }

  .contents-top.lp-top {
    padding: 28px 10px;
    margin-top: 100px;
  }

  .contents-top.lp-top .title {
    padding: 24px 14px;
    border-radius: 18px;
  }

  .lp-hero,
  .lp-trouble,
  .lp-reason,
  .lp-compare,
  .lp-solution,
  .lp-strength,
  .lp-free,
  .lp-result,
  .lp-school,
  .lp-limit,
  .lp-cta {
    padding: 60px 0;
  }

  .lp-hero-copy .lead {
    font-size: 1rem;
  }

  .lp-hero-copy h2 {
    font-size: 1.8rem;
  }

  .cta-group {
    flex-direction: column;
  }

  .cta-btn {
    width: 100%;
  }

  .flow-grid {
    grid-template-columns: 1fr;
  }

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

  .reason-main,
  .lp-hero-card,
  .result-box,
  .limit-wrap,
  .cta-panel,
  .flow-box,
  .strength-box {
    padding: 24px 18px;
  }

  .score-box {
    padding: 24px 18px;
  }

  .free-card .time {
    font-size: 1.7rem;
  }

  .compare-note {
    padding: 16px 14px;
  }

  .sec-head {
    margin-bottom: 30px;
  }

  .section-message {
    text-align: left;
  }

  .solution-intro p {
    text-align: left;
  }

  .limit-title {
    text-align: center !important;
  }

  h2 span {
    display: block;
  }

  .limit-title h2 {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 768px) {

  /* テーブルはそのまま */
  table {
    width: 100%;
    table-layout: fixed;
  }

  /* セル調整 */
  th, td {
    word-break: break-word;
    white-space: normal;
    padding: 10px 6px;
    font-size: 12px;
  }

  /* 比率調整（これが本命） */
  th:nth-child(1),
  td:nth-child(1) {
    width: 30%;
  }

  th:nth-child(2),
  td:nth-child(2) {
    width: 25%;
  }

  th:nth-child(3),
  td:nth-child(3) {
    width: 45%;
  }

}


/* 追加CSS */
/* ===== アイコンカラー ===== */
.normal {
  color: #bbb;
}

.good {
  color: #2da44e;
  font-weight: bold;
}

.bad {
  color: #ff4d4f;
}

/* ===== テーブル強化 ===== */
.compare-table {
  width: 100%;
  border-collapse: collapse;
}

.compare-table th,
.compare-table td {
  padding: 12px;
  border: 1px solid #ddd;
  text-align: center;
}

/* 躍進館の列を強調 */
.compare-table td:last-child {
  background: #f0f9ff;
  font-weight: bold;
}

/* ===== スマホ最適化 ===== */
@media screen and (max-width: 768px) {

  .compare-table {
    table-layout: fixed;
  }

  .compare-table th,
  .compare-table td {
    font-size: 12px;
    padding: 8px;
    word-break: break-word;
  }

  .compare-table th:nth-child(1),
  .compare-table td:nth-child(1) {
    width: 30%;
  }

  .compare-table th:nth-child(2),
  .compare-table td:nth-child(2) {
    width: 25%;
  }

  .compare-table th:nth-child(3),
  .compare-table td:nth-child(3) {
    width: 45%;
  }
}

/* ===== グリッド ===== */
.trouble-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

/* ===== ボックス ===== */
.trouble-box {
  display: flex;
  align-items: flex-start;
  background: #fff;
  border: 1px solid #eee;
  padding: 14px;
  border-radius: 10px;
  transition: 0.3s;
}

.trouble-box:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

/* ===== アイコン ===== */
.trouble-box i {
  color: #ff701e;
  font-size: 18px;
  margin-right: 10px;
  margin-top: 3px;
  flex-shrink: 0;
}

/* ===== テキスト ===== */
.trouble-box p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
}

/* 強調 */
.trouble-box span {
  background: linear-gradient(transparent 60%, #ffe0cc 60%);
  font-weight: bold;
}

/* ===== スマホ ===== */
@media screen and (max-width: 768px) {
  .trouble-grid {
    grid-template-columns: 1fr;
  }

  .trouble-box {
    padding: 12px;
  }
}

/* ===== グリッド ===== */
.strength-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

/* ===== ボックス ===== */
.strength-box {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 20px;
  transition: 0.3s;
  text-align: center;
}

.strength-box:hover {
  box-shadow: 0 6px 16px rgba(0,0,0,0.08);
  transform: translateY(-3px);
}

/* ===== アイコン ===== */
.strength-box .icon {
  width: 50px;
  height: 50px;
  background: #f0f9ff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 12px;
}

.strength-box .icon i {
  font-size: 20px;
  color: #0073e6;
}

/* ===== タイトル ===== */
.strength-box h3 {
  font-size: 16px;
  margin-bottom: 8px;
}

/* ===== テキスト ===== */
.strength-box p {
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}

/* 強調 */
.strength-box span {
  background: linear-gradient(transparent 60%, #d6ecff 60%);
  font-weight: bold;
}

/* ===== スマホ ===== */
@media screen and (max-width: 768px) {
  .strength-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .strength-box {
    padding: 16px;
  }
}

.flow-icon {
  margin-right: 6px;
  color: #ff701e; /* 今のオレンジに合わせる */
  font-size: 0.9em;
}

.flow-icon-top {
  margin: 8px 0 6px;
}

.flow-icon-top i {
  font-size: 24px;
  color: #ff701e; /* 既存カラー */
}

.flow-box h3 {
  margin-top: 4px;
}

.lp-free ul {
  list-style: none;
  padding-left: 0;
}

.lp-free li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 12px;
}

.lp-free li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;

  position: absolute;
  left: 1%;
  top: 50%;
  transform: translateY(-50%); /* ←これが重要 */

  color: #ff701e;
  font-size: 16px;
}

.score-box {
  background: linear-gradient(135deg, #2f6fb2, #1f4f85);
  border-radius: 16px;
  padding: 40px 30px;
  text-align: center;
  color: #fff;
}

.score-box .label {
  font-size: 14px;
  opacity: 0.8;
  margin-bottom: 12px;
}

/* ★メイン強調 */
.score-box .score {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.4;
  position: relative;
  display: inline-block;
}

/* ★蛍光ライン */
.score-box .score::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 6px;
  width: 100%;
  height: 10px;
  background: #ff701e;
  opacity: 0.7;
  z-index: -1;
  border-radius: 4px;
}