@charset "UTF-8";
/* ==========================================================================
   スタンダードプランページ（standard-plan.html）専用
   exam-pages.css（受験対策ページ共通）を土台に、このページだけの部品を追加。
   すべて .stp-page 配下に限定しています。
   ========================================================================== */

.stp-page {
  --page-accent: #1769cf;
  --page-accent-dark: #104d9a;
  --page-accent-light: #65c7d6;
  --page-soft: #eaf3fd;
}

.stp-page .exam-section h3,
.stp-page .exam-section h4 {
  letter-spacing: normal;
}
.stp-page .stp-small {
  margin: 14px 0 0;
  color: var(--exam-muted);
  font-size: 14px;
  line-height: 1.8;
}
.stp-page .stp-center {
  text-align: center;
}

/* パンくず */
.stp-page .stp-breadcrumb {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
.stp-page .stp-breadcrumb li {
  margin: 0;
  font-size: 15px;
}
.stp-page .stp-breadcrumb li + li::before {
  margin: 0 .6em;
  content: ">";
}

/* ---------- ヒーロー ---------- */
.stp-page .exam-hero-inner {
  min-height: 600px;
}
.stp-page .stp-plan-tag {
  margin: 0 0 22px;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 4px 6px;
  padding: 10px 18px 10px 10px;
  color: var(--exam-ink);
  background: #fff;
  border: 3px solid var(--exam-ink);
  border-radius: 12px;
  box-shadow: 6px 6px 0 var(--exam-blue);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.3;
}
.stp-page .stp-plan-tag span {
  margin-right: 8px;
  padding: 6px 10px;
  color: #fff;
  background: var(--exam-ink);
  border-radius: 6px;
  font-size: 15px;
  font-weight: 900;
  align-self: center;
}
.stp-page .stp-plan-tag strong {
  color: var(--exam-blue);
  font-family: Arial, sans-serif;
  font-size: 34px;
  letter-spacing: -.02em;
}
.stp-page .stp-plan-tag small {
  font-size: 13px;
  color: var(--exam-muted);
}
.stp-page .exam-hero h1 {
  font-size: clamp(34px, 3.4vw, 50px);
}
.stp-page .stp-hero-points {
  margin: 24px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
}
.stp-page .stp-hero-points li {
  padding: 8px 16px 8px 8px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--exam-ink);
  background: #fff;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 700;
}
.stp-page .stp-hero-points b {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--exam-blue);
  border-radius: 50%;
  font-family: Arial, sans-serif;
  font-size: 14px;
}
.stp-page .stp-hero-points strong {
  font-weight: 900;
}
.stp-page .stp-hero-note {
  margin: 18px 0 0;
  color: rgba(19, 34, 59, .75);
  font-size: 14px;
  font-weight: 700;
}
.stp-page .stp-hero-visual {
  margin: 0;
  padding: 12px;
  background: #fff;
  border-radius: 28px;
  box-shadow: 0 22px 60px rgba(19, 34, 59, .2);
}
.stp-page .stp-hero-visual img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 18px;
}
.stp-page .stp-hero-visual figcaption {
  padding: 14px 6px 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: var(--exam-ink);
  font-size: 16px;
  font-weight: 900;
}
.stp-page .stp-hero-visual figcaption b {
  color: var(--exam-blue);
  font-size: 20px;
}

/* ---------- 質問＋計画 ---------- */
.stp-page .stp-two {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: stretch;
  gap: 18px;
}
.stp-page .stp-two-item {
  padding: 32px 30px;
  background: #fff;
  border: 1px solid rgba(19, 34, 59, .1);
  border-radius: 18px;
}
.stp-page .stp-two-item.is-plan {
  border: 2px solid var(--exam-blue);
}
.stp-page .stp-two-label {
  margin: 0;
  color: var(--exam-muted);
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .14em;
}
.stp-page .stp-two-item.is-plan .stp-two-label {
  color: var(--exam-blue);
}
.stp-page .stp-two-item h3 {
  margin: 10px 0 12px;
  color: var(--exam-ink);
  font-size: 21px;
  font-weight: 900;
  line-height: 1.55;
}
.stp-page .stp-two-item p:not(.stp-two-label) {
  margin: 0;
  font-size: 16px;
  line-height: 1.95;
}
.stp-page .stp-two-plus {
  align-self: center;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--exam-ink);
  border-radius: 50%;
  font-size: 24px;
  font-weight: 900;
}
.stp-page .stp-about-note {
  margin: 26px 0 0;
  font-size: 15px;
  text-align: center;
}
.stp-page .stp-about-note a,
.stp-page .stp-ladder-foot a,
.stp-page .exam-faq-answer a {
  color: var(--exam-ink);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* ---------- 月間学習計画 ---------- */
.stp-page .stp-plan {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  align-items: start;
  gap: 64px;
}
.stp-page .stp-plan-sheet {
  position: sticky;
  top: 90px;
  margin: 0;
  padding: 22px;
  background: var(--exam-yellow);
  border-radius: 24px;
}
.stp-page .stp-plan-sheet img {
  width: 100%;
  height: auto;
  display: block;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 16px 34px rgba(19, 34, 59, .18);
  transform: rotate(-1.2deg);
}
.stp-page .stp-plan-sheet figcaption {
  margin-top: 16px;
  color: var(--exam-ink);
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}
.stp-page .stp-plan-body h3 {
  margin: 0 0 16px;
  color: var(--exam-ink);
  font-size: 20px;
  font-weight: 900;
}
.stp-page .stp-plan-body h3 + * {
  margin-top: 0;
}
.stp-page .stp-plan-inputs {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  list-style: none;
}
.stp-page .stp-plan-inputs li {
  padding: 18px 20px;
  background: var(--page-soft);
  border-radius: 12px;
  font-size: 15px;
  line-height: 1.7;
}
.stp-page .stp-plan-inputs strong {
  display: block;
  color: var(--exam-ink);
  font-size: 17px;
}
.stp-page .stp-plan-flowline {
  margin: 16px 0 48px;
  padding-left: 16px;
  color: var(--exam-ink);
  border-left: 4px solid var(--exam-blue);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.9;
}
.stp-page .stp-plan-parts {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 2px solid var(--exam-ink);
}
.stp-page .stp-plan-parts li {
  padding: 14px 0;
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 12px;
  border-bottom: 1px solid var(--exam-line);
  font-size: 15px;
  line-height: 1.7;
}
.stp-page .stp-plan-parts b {
  color: var(--exam-ink);
  font-size: 16px;
}

/* ---------- LINE ---------- */
.stp-page .stp-line-visual {
  background: #fff;
}
.stp-page #line .exam-text-link {
  margin-top: 22px;
  display: inline-block;
}

/* ---------- ライトとの違い ---------- */
.stp-page .stp-vs {
  max-width: 880px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.stp-page .stp-vs-col {
  position: relative;
  padding: 32px 30px;
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--exam-line);
  border-radius: 18px;
}
.stp-page .stp-vs-col.is-current {
  background: var(--page-soft);
  border: 2px solid var(--exam-blue);
}
.stp-page .stp-vs-badge {
  position: absolute;
  top: -14px;
  left: 28px;
  margin: 0;
  padding: 4px 12px;
  color: #fff;
  background: var(--exam-blue);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
}
.stp-page .stp-vs-name {
  margin: 0;
  color: var(--exam-ink);
  font-size: 21px;
  font-weight: 900;
}
.stp-page .stp-vs-price {
  margin: 6px 0 0;
  color: var(--exam-ink);
  font-size: 15px;
  font-weight: 800;
}
.stp-page .stp-vs-price strong {
  color: var(--exam-ink);
  font-family: Arial, sans-serif;
  font-size: 30px;
}
.stp-page .stp-vs-col.is-current .stp-vs-price strong {
  color: var(--exam-blue);
}
.stp-page .stp-vs-price small {
  color: var(--exam-muted);
  font-size: 13px;
}
.stp-page .stp-vs-for {
  margin: 16px 0 0;
  padding: 14px 0;
  color: var(--exam-ink);
  border-top: 1px solid rgba(19, 34, 59, .12);
  border-bottom: 1px solid rgba(19, 34, 59, .12);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.8;
}
.stp-page .stp-vs-col ul {
  margin: 16px 0 0;
  padding: 0;
  display: grid;
  gap: 10px;
  list-style: none;
}
.stp-page .stp-vs-col li {
  position: relative;
  padding-left: 30px;
  font-size: 16px;
  line-height: 1.6;
}
.stp-page .stp-vs-col li::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-size: 13px;
  font-weight: 900;
}
.stp-page .stp-vs-col li.is-yes {
  color: var(--exam-ink);
  font-weight: 700;
}
.stp-page .stp-vs-col li.is-yes::before {
  content: "✓";
  color: #fff;
  background: var(--exam-blue);
}
.stp-page .stp-vs-col li.is-no {
  color: #9aa2ae;
  text-decoration: line-through;
}
.stp-page .stp-vs-col li.is-no::before {
  content: "−";
  color: #9aa2ae;
  background: #eef0f3;
}
.stp-page .stp-vs-link {
  margin-top: auto;
  padding-top: 20px;
  color: var(--exam-ink) !important;
  font-size: 15px;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* ---------- サポートの深さ ---------- */
.stp-page .stp-ladder {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: end;
  gap: 16px;
  list-style: none;
}
.stp-page .stp-ladder li {
  padding: 26px 24px;
  color: rgba(255, 255, 255, .8);
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 16px;
}
.stp-page .stp-ladder li:nth-child(1) { min-height: 200px; }
.stp-page .stp-ladder li:nth-child(2) { min-height: 240px; }
.stp-page .stp-ladder li:nth-child(3) { min-height: 280px; }
.stp-page .stp-ladder li.is-current {
  color: var(--exam-ink);
  background: #fff;
  border-color: #fff;
}
.stp-page .stp-ladder-name {
  margin: 0;
  color: #fff;
  font-size: 19px;
  font-weight: 900;
}
.stp-page .stp-ladder li.is-current .stp-ladder-name {
  color: var(--exam-ink);
}
.stp-page .stp-ladder-need {
  margin: 8px 0 12px;
  color: var(--exam-yellow);
  font-size: 16px;
  font-weight: 900;
}
.stp-page .stp-ladder li.is-current .stp-ladder-need {
  color: var(--exam-blue);
}
.stp-page .stp-ladder p:last-of-type {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.85;
}
.stp-page .stp-ladder a {
  margin-top: 14px;
  display: inline-block;
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.stp-page .stp-ladder-foot {
  margin: 30px 0 0;
  color: rgba(255, 255, 255, .8);
  font-size: 15px;
  text-align: center;
}
.stp-page .stp-ladder-foot a {
  margin-left: .5em;
  color: #fff;
}

/* ---------- おすすめ ---------- */
.stp-page .stp-exam-links {
  margin: 24px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}
.stp-page .stp-exam-links a {
  padding: 8px 14px;
  display: inline-block;
  color: var(--exam-ink) !important;
  background: #fff;
  border: 1px solid rgba(19, 34, 59, .15);
  border-radius: 999px;
  font-size: 15px;
  font-weight: 800;
}
.stp-page .stp-exam-links a::after {
  margin-left: 6px;
  content: "→";
}

/* ---------- 流れ ---------- */
.stp-page .stp-steps {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: none;
  max-width: 860px;
  margin-inline: auto;
}
.stp-page .stp-steps li {
  position: relative;
  padding: 0 0 30px 84px;
}
.stp-page .stp-steps li::before {
  position: absolute;
  top: 44px;
  bottom: 0;
  left: 27px;
  width: 2px;
  content: "";
  background: var(--exam-line);
}
.stp-page .stp-steps li:last-child::before {
  display: none;
}
.stp-page .stp-steps b {
  position: absolute;
  top: 0;
  left: 0;
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  color: var(--exam-ink);
  background: var(--exam-yellow);
  border-radius: 50%;
  font-family: Arial, sans-serif;
  font-size: 17px;
}
.stp-page .stp-steps li:last-child b {
  color: #fff;
  background: var(--exam-blue);
}
.stp-page .stp-steps h3 {
  margin: 0;
  padding-top: 13px;
  color: var(--exam-ink);
  font-size: 19px;
  font-weight: 900;
}
.stp-page .stp-steps p {
  margin: 6px 0 0;
  font-size: 15px;
  line-height: 1.85;
}

/* ---------- 講師 ---------- */
.stp-page .stp-links-inline {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 28px;
}

/* ---------- 無料体験CTA ---------- */
.stp-page .stp-cta {
  padding: 56px 60px;
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  align-items: center;
  gap: 50px;
  background: #fff;
  border-radius: 26px;
  box-shadow: 0 22px 55px rgba(19, 34, 59, .14);
}
.stp-page .stp-cta h2 {
  margin: 0;
  color: var(--exam-ink);
  font-size: clamp(26px, 2.6vw, 36px);
  font-weight: 900;
  line-height: 1.5;
}
.stp-page .stp-cta p:not(.exam-eyebrow):not(.stp-small):not(.stp-cta-price) {
  margin: 18px 0 0;
  font-size: 16px;
  line-height: 2;
}
.stp-page .stp-cta-box {
  padding: 30px;
  text-align: center;
  background: var(--page-soft);
  border-radius: 18px;
}
.stp-page .stp-cta-price {
  margin: 0 0 18px;
  color: var(--exam-ink);
  font-size: 16px;
  font-weight: 800;
}
.stp-page .stp-cta-price span {
  margin-bottom: 4px;
  display: block;
  font-size: 15px;
}
.stp-page .stp-cta-price strong {
  color: var(--exam-blue);
  font-family: Arial, sans-serif;
  font-size: 40px;
}
.stp-page .stp-cta-price small {
  color: var(--exam-muted);
  font-size: 13px;
}
.stp-page .stp-cta-box .exam-button {
  width: 100%;
}

/* ---------- レスポンシブ ---------- */
@media (max-width: 1000px) {
  .stp-page .stp-two { grid-template-columns: 1fr; max-width: 680px; margin-inline: auto; }
  .stp-page .stp-two-plus { justify-self: center; }
  .stp-page .stp-plan { gap: 40px; }
  .stp-page .stp-cta { grid-template-columns: 1fr; gap: 30px; padding: 44px; }
}

@media (max-width: 885px) {
  .stp-page .exam-hero-inner { min-height: 0; }
  .stp-page .stp-hero-visual { width: min(100%, 560px); margin-inline: auto; }
  .stp-page .stp-plan { grid-template-columns: 1fr; }
  .stp-page .stp-plan-sheet { position: static; max-width: 460px; margin-inline: auto; }
  .stp-page .stp-ladder { grid-template-columns: 1fr; }
  .stp-page .stp-ladder li:nth-child(n) { min-height: 0; }
}

@media (max-width: 640px) {
  .stp-page .stp-vs { grid-template-columns: 1fr; gap: 28px; }
}

@media (max-width: 560px) {
  .stp-page .stp-breadcrumb li { font-size: 14px; }
  .stp-page .exam-hero h1 { font-size: clamp(26px, 7.6vw, 32px); }
  .stp-page .exam-hero .exam-hero-title-line { white-space: normal; }
  .stp-page .stp-plan-tag { box-shadow: 4px 4px 0 var(--exam-blue); padding-right: 12px; }
  .stp-page .stp-plan-tag strong { font-size: 28px; }
  .stp-page .stp-hero-points li { font-size: 15px; }
  .stp-page .stp-two-item { padding: 26px 22px; }
  .stp-page .stp-two-item h3 { font-size: 19px; }
  .stp-page .stp-plan-sheet { padding: 14px; border-radius: 18px; }
  .stp-page .stp-plan-inputs { grid-template-columns: 1fr; }
  .stp-page .stp-plan-parts li { grid-template-columns: 1fr; gap: 2px; }
  .stp-page .stp-vs-col { padding: 28px 22px; }
  .stp-page .stp-steps li { padding-left: 70px; }
  .stp-page .stp-steps b { width: 48px; height: 48px; font-size: 15px; }
  .stp-page .stp-steps li::before { left: 23px; top: 40px; }
  .stp-page .stp-steps h3 { padding-top: 10px; font-size: 17px; }
  .stp-page .stp-cta { padding: 32px 20px; border-radius: 20px; }
  .stp-page .stp-cta-box { padding: 22px 16px; }
  .stp-page .stp-cta-box .exam-button { padding-inline: 14px; }
}
