/* =============================================
   LP_0512 — DXアップ 無料セミナーLP
   Base: LP_0508 + 新規セクション追加
   ============================================= */

:root {
  --blue-50: #e1edf7;
  --pink-50: #f6eff5;
  --cyan: #18a6cd;
  --pink: #ce4993;
  --ink: #26323f;
  --muted: #758391;
  --line: #e7edf3;
  --paper: #ffffff;
  --soft: #f2f4f7;
  --shadow: 0 18px 45px rgba(38, 50, 63, 0.09);
  --small-shadow: 0 10px 24px rgba(38, 50, 63, 0.08);
  color-scheme: light;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  min-width: 320px;
  margin: 0;
  background:
    radial-gradient(circle at 10% 12%, rgba(225, 237, 247, 0.9), transparent 28rem),
    radial-gradient(circle at 92% 4%, rgba(246, 239, 245, 0.9), transparent 24rem),
    #f7f9fc;
  color: var(--ink);
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  line-height: 1.7;
}

.site-frame {
  width: min(100%, 1180px);
  margin: 0 auto;
  background: var(--paper);
  box-shadow: 0 0 0 1px rgba(38, 50, 63, 0.05);
  overflow: hidden;
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
h1, h2, h3, p { margin: 0; }

/* =============================================
   HEADER
   ============================================= */
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 72px;
  padding: 14px 22px;
  background: rgba(255, 255, 255, 0.84);
  border-bottom: 1px solid rgba(231, 237, 243, 0.75);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  flex: 1 1 auto;
  gap: 10px;
  min-width: 0;
}

.brand-logo-img {
  height: 36px;
  width: auto;
  display: block;
  flex: 0 0 auto;
}

.brand-mark {
  position: relative;
  display: inline-grid;
  grid-template-columns: 1fr 1fr;
  gap: 3px;
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
}

.brand-mark span {
  display: block;
  border-radius: 999px 2px 999px 999px;
  background: linear-gradient(150deg, var(--cyan), #77d1e4);
}

.brand-mark span + span {
  border-radius: 2px 999px 999px 999px;
  background: linear-gradient(150deg, #e36aad, var(--pink));
}

.brand-text {
  display: grid;
  gap: 0;
  min-width: 0;
  overflow: hidden;
  line-height: 1.2;
}

.brand-text strong {
  overflow: hidden;
  font-size: 0.88rem;
  letter-spacing: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.brand-text small {
  overflow: hidden;
  color: var(--muted);
  font-size: 0.66rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(206, 73, 147, 0.42);
  border-radius: 999px;
  color: var(--pink);
  font-size: 0.78rem;
  font-weight: 700;
  white-space: nowrap;
  transition: background 150ms ease, border-color 150ms ease;
}

.header-cta:hover,
.header-cta:focus-visible {
  background: rgba(206, 73, 147, 0.07);
  border-color: rgba(206, 73, 147, 0.65);
}

/* =============================================
   COMMON
   ============================================= */
.section-pad { padding: 68px 24px; }

h2 {
  font-size: 1.35rem;
  line-height: 1.45;
  letter-spacing: 0;
  text-align: center;
}

h3 { line-height: 1.5; }

main section:not(.hero):not(.final-cta):not(.pre-faq-cta) > h2,
main section:not(.hero):not(.final-cta):not(.pre-faq-cta) > div {
  max-width: 1040px;
  margin-inline: auto;
}

.section-kicker {
  width: fit-content;
  max-width: 100%;
  margin: 0 auto 12px;
  padding: 4px 12px;
  border: 1px solid rgba(24, 166, 205, 0.22);
  border-radius: 999px;
  color: var(--cyan);
  background: rgba(225, 237, 247, 0.45);
  font-size: 0.76rem;
  font-weight: 900;
  line-height: 1.6;
  text-align: center;
}

.tinted {
  background:
    radial-gradient(circle at 100% 16%, rgba(246, 239, 245, 0.72), transparent 13rem),
    linear-gradient(180deg, rgba(225, 237, 247, 0.66), rgba(255, 255, 255, 0.98));
}

.gradient-section {
  background:
    radial-gradient(circle at 18% 16%, rgba(255, 255, 255, 0.86), transparent 10rem),
    linear-gradient(155deg, rgba(225, 237, 247, 0.92), rgba(246, 239, 245, 0.9));
}

/* =============================================
   BUTTONS
   ============================================= */
.primary-button,
.glossy-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 52px;
  padding: 0 28px;
  border-radius: 999px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--cyan), #22bed4);
  box-shadow: 0 14px 28px rgba(24, 166, 205, 0.24);
  font-size: 0.94rem;
  font-weight: 800;
  max-width: 100%;
  text-align: center;
  white-space: nowrap;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.primary-button span,
.glossy-button span {
  display: inline-grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
}

.primary-button:hover,
.primary-button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 20px 36px rgba(24, 166, 205, 0.34);
}

.glossy-button:hover,
.glossy-button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 26px 44px rgba(95, 62, 104, 0.32);
}

/* =============================================
   HERO — パターンB
   ============================================= */
.hero {
  display: flex;
  align-items: center;
  position: relative;
  min-height: calc(100svh - 72px);
  padding-top: 76px;
  padding-bottom: 76px;
  background: #f7fbfd;
  overflow: hidden;
  isolation: isolate;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.92) 0%, rgba(255,255,255,0.78) 34%, rgba(255,255,255,0.22) 62%, rgba(255,255,255,0.04) 100%),
    linear-gradient(180deg, rgba(255,255,255,0.08) 0%, rgba(246,239,245,0.16) 100%);
}

.hero-art {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  background: #f7fbfd;
}

.hero-art picture {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block;
}

.hero-art img {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 68% 52%;
}

.hero-copy {
  position: relative;
  z-index: 4;
  display: grid;
  justify-items: start;
  gap: 16px;
  max-width: min(100%, 560px);
  text-shadow: 0 1px 18px rgba(255, 255, 255, 0.76);
}

/* eyebrow — badge付き */
.eyebrow {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  color: var(--ink);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.eyebrow-badge {
  display: inline-flex;
  align-items: center;
  padding: 2px 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--cyan), var(--pink));
  color: #fff;
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0;
}

/* H1 */
.hero h1 {
  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 1.95rem;
  font-weight: 500;
  line-height: 1.38;
  letter-spacing: 0;
}

.title-accent { font-weight: 700; }

.title-quote {
  display: inline;
  color: var(--muted);
  font-size: 0.88em;
  font-weight: 700;
}

.title-keyword {
  color: var(--cyan);
  font-weight: 900;
}

/* PC: キーワード3つを1行に固定 */
@media (min-width: 560px) {
  .title-keywords-row {
    display: block;
    white-space: nowrap;
    font-size: 1.9rem;
  }

}

/* スマホ上部引用ブロック（デフォルトは非表示） */
.hero-top-quote {
  display: none;
}

.hero-cta-row {
  display: inline-grid;
  justify-items: center;
  gap: 0;
  max-width: 100%;
}

.hero-fv-cta {
  display: none;
}

.title-num {
  color: var(--pink);
  font-size: 1.28em;
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1;
}

.title-num small { font-size: 0.62em; }

.title-hand {
  position: relative;
  display: inline-block;
  margin-right: 0.06em;
  color: var(--pink);
  font-family: "UD Digi Kyokasho N-R", "Yuji Syuku", "Hiragino Maru Gothic ProN", "Yu Mincho", cursive;
  font-size: 1.1em;
  font-weight: 500;
  transform: rotate(-2deg);
}

.title-hand::after {
  content: "";
  position: absolute;
  right: -0.1em;
  bottom: 0.04em;
  left: -0.06em;
  height: 0.22em;
  z-index: -1;
  border-radius: 999px;
  background: rgba(206, 73, 147, 0.14);
  transform: rotate(1deg);
}

.mobile-break { display: none; }

/* lead */
.lead {
  color: #435365;
  font-size: 0.94rem;
  font-weight: 700;
  line-height: 1.9;
}

.lead span {
  color: var(--pink);
  font-weight: 800;
}

.hero-event {
  display: grid;
  gap: 4px;
  margin: 0;
  color: #243344;
  font-weight: 900;
  line-height: 1.55;
}

.hero-event strong {
  color: var(--pink);
  font-size: 1.02rem;
}

.hero-event span {
  color: #435365;
  font-size: 0.88rem;
}

/* hero CTA note */
.hero-cta-note {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  margin: 6px 0 0;
  padding: 3px 12px 4px;
  border-radius: 999px;
  background: rgba(24, 166, 205, 0.1);
  box-shadow: inset 0 0 0 1px rgba(24, 166, 205, 0.15);
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1.25;
  color: #176f85;
}

.hero-cta-note::before {
  content: "✓ ";
  color: var(--cyan);
}

/* =============================================
   TRUST BAR
   ============================================= */
.trust-bar {
  background: var(--ink);
  padding: 14px 24px;
  overflow: hidden;
}

.hero .trust-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 4;
}

.trust-bar-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 6px 16px;
  max-width: 1040px;
  margin: 0 auto;
  font-size: 0.8rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.82);
}

.trust-item strong {
  color: #6ddaf0;
}

.trust-divider {
  color: rgba(255, 255, 255, 0.22);
  font-weight: 300;
}

/* =============================================
   WORRIES
   ============================================= */
.worries { background: #ffffff; }

.worries-lead,
.solution-lead {
  max-width: 760px;
  margin: 18px auto 0;
  color: #516171;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.9;
  text-align: center;
}

.worry-grid {
  display: grid;
  gap: 14px;
  margin-top: 30px;
}

.soft-card {
  background: #f7f9fb;
  border: 1px solid rgba(231, 237, 243, 0.8);
  border-radius: 8px;
  box-shadow: var(--small-shadow);
}

.worry-card {
  display: grid;
  grid-template-columns: 42px 1fr;
  align-items: start;
  gap: 14px;
  min-height: 94px;
  padding: 18px;
}

.worry-label {
  display: block;
  margin-bottom: 5px;
  color: #243344;
  font-size: 0.96rem;
  font-weight: 900;
  line-height: 1.55;
}

.worry-card p {
  color: #556575;
  font-size: 0.86rem;
  font-weight: 700;
  line-height: 1.75;
}

/* --- worry アコーディオン（スマホ専用） --- */
.worry-details {
  min-width: 0;
}

.worry-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  cursor: pointer;
  list-style: none;
  margin-bottom: 0;
}

.worry-summary::-webkit-details-marker { display: none; }
.worry-summary::marker { display: none; }

.worry-chevron {
  display: inline-block;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%238a9ab0' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  transition: transform 0.25s ease;
}

.worry-details[open] .worry-chevron {
  transform: rotate(180deg);
}

.worry-details > p {
  margin-top: 8px;
}

/* スマホ: アコーディオン専用スタイル */
@media (max-width: 559px) {
  .worry-card {
    align-items: center;
    min-height: unset;
    padding: 14px 16px;
    gap: 12px;
  }
  .worry-card.soft-card {
    border-color: rgba(210, 220, 230, 0.6);
    box-shadow: 0 1px 4px rgba(38, 50, 63, 0.06);
  }
  .worry-label {
    margin-bottom: 0;
    font-size: 0.9rem;
  }
  .worry-grid {
    gap: 10px;
  }
}

/* タブレット・PC: アコーディオン無効化、常に全表示 */
@media (min-width: 560px) {
  .worry-details > p {
    display: block !important;
  }
  .worry-summary {
    pointer-events: none;
    cursor: default;
  }
  .worry-chevron {
    display: none;
  }
  .worry-label {
    margin-bottom: 5px;
  }
}

.line-icon {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 50%;
  background:
    radial-gradient(circle at 32% 26%, rgba(255,255,255,0.94) 0 13%, rgba(255,255,255,0.34) 14% 28%, transparent 29%),
    linear-gradient(145deg, rgba(24,166,205,0.2), rgba(206,73,147,0.18));
  box-shadow: inset 0 1px 7px rgba(255,255,255,0.72), 0 8px 16px rgba(38,50,63,0.08);
}

/* empathy message */
.empathy-message {
  display: grid;
  gap: 5px;
  max-width: 760px;
  margin: 30px auto 0;
  padding: 20px 18px;
  border-left: 4px solid var(--pink);
  border-radius: 8px;
  background: linear-gradient(90deg, rgba(246,239,245,0.86), rgba(255,255,255,0.96));
  box-shadow: var(--small-shadow);
}

.empathy-message p {
  color: #344252;
  font-size: 0.94rem;
  font-weight: 900;
  line-height: 1.75;
}

/* 補助金ヒント（worriesセクション） */
.subsidy-hint {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  max-width: 760px;
  margin: 20px auto 0;
  padding: 16px 20px;
  background: linear-gradient(90deg, rgba(232,246,250,0.9), rgba(255,255,255,0.95));
  border: 1px solid rgba(24,166,205,0.25);
  border-left: 4px solid var(--cyan);
  border-radius: 8px;
  box-shadow: var(--small-shadow);
}

.subsidy-hint-icon {
  font-size: 1.2rem;
  flex-shrink: 0;
  margin-top: 2px;
}

.subsidy-hint p {
  margin: 0 0 8px;
  color: #344252;
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.75;
}

.subsidy-hint-link {
  display: inline-block;
  color: var(--cyan);
  font-size: 0.84rem;
  font-weight: 900;
  text-decoration: none;
}

.subsidy-hint-link:hover { text-decoration: underline; }

/* インラインCTA (共感後) */
.inline-cta {
  display: grid;
  place-items: center;
  gap: 14px;
  max-width: 640px;
  margin: 36px auto 0;
  padding: 28px 20px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(225,237,247,0.7), rgba(246,239,245,0.7));
  text-align: center;
}

.inline-cta-lead {
  font-size: 1.04rem;
  font-weight: 900;
  color: var(--ink);
  margin: 0;
}

.inline-cta-note {
  font-size: 0.8rem;
  color: var(--muted);
  font-weight: 700;
  margin: 0;
}

/* =============================================
   SOLUTION — 変化カード
   ============================================= */
.solution { background: transparent; }

.change-grid {
  display: grid;
  gap: 14px;
  margin-top: 30px;
}

.change-card {
  display: grid;
  grid-template-columns: 52px 1fr;
  align-items: start;
  gap: 16px;
  padding: 22px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.86);
  border-left: 4px solid var(--cyan);
  box-shadow: var(--small-shadow);
}

.change-num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--cyan), #22bed4);
  color: #fff;
  font-size: 0.8rem;
  font-weight: 900;
  flex-shrink: 0;
}

.solution-label {
  display: block;
  margin-bottom: 6px;
  color: #243344;
  font-size: 0.96rem;
  font-weight: 900;
  line-height: 1.55;
}

.change-card p {
  color: #556575;
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.8;
}

/* --- change アコーディオン（スマホ専用） --- */
.change-details {
  min-width: 0;
}

.change-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  cursor: pointer;
  list-style: none;
  margin-bottom: 0;
}

.change-summary::-webkit-details-marker { display: none; }
.change-summary::marker { display: none; }

.change-chevron {
  display: inline-block;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%238a9ab0' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  transition: transform 0.25s ease;
}

.change-details[open] .change-chevron {
  transform: rotate(180deg);
}

.change-details > p {
  margin-top: 8px;
}

/* スマホ: アコーディオン専用スタイル */
@media (max-width: 559px) {
  .change-card {
    align-items: center;
    padding: 14px 16px;
    gap: 12px;
  }
  .solution-label {
    margin-bottom: 0;
    font-size: 0.9rem;
  }
}

/* タブレット・PC: アコーディオン無効化、常に全表示 */
@media (min-width: 560px) {
  .change-details > p {
    display: block !important;
  }
  .change-summary {
    pointer-events: none;
    cursor: default;
  }
  .change-chevron {
    display: none;
  }
  .solution-label {
    margin-bottom: 6px;
  }
}

/* =============================================
   SEMINAR — 新設
   ============================================= */
.seminar { background: #ffffff; }

/* 開催日バー */
.seminar-date-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px 16px;
  max-width: 680px;
  margin: 24px auto 0;
  padding: 14px 20px;
  background: linear-gradient(90deg, var(--cyan), #22bed4);
  border-radius: 8px;
  color: #fff;
}

.seminar-date-label {
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  opacity: 0.88;
  white-space: nowrap;
}

.seminar-date-value {
  font-size: 1.05rem;
  font-weight: 900;
  white-space: nowrap;
}

.seminar-sp-br { display: none; }

.seminar-date-note {
  font-size: 0.78rem;
  font-weight: 700;
  opacity: 0.88;
  white-space: nowrap;
}

.seminar-date-arrow {
  font-size: 1rem;
  font-weight: 900;
  opacity: 0.88;
}

a.seminar-date-bar {
  text-decoration: none;
  cursor: pointer;
  transition: opacity 0.18s, box-shadow 0.18s;
}

a.seminar-date-bar:hover {
  opacity: 0.88;
  box-shadow: 0 4px 16px rgba(24, 166, 205, 0.35);
}

.seminar-lead {
  max-width: 760px;
  margin: 16px auto 0;
  text-align: center;
  font-size: 0.92rem;
  font-weight: 700;
  color: #516171;
  line-height: 1.9;
}

/* メタ情報グリッド */
.seminar-meta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: 1fr;
  gap: 10px;
  max-width: 680px;
  margin: 28px auto 0;
}

.seminar-meta-item {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 14px 18px;
  background: var(--soft);
  border-radius: 8px;
}

.seminar-meta-label {
  font-size: 0.72rem;
  font-weight: 800;
  color: var(--muted);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.seminar-meta-value {
  font-size: 0.96rem;
  font-weight: 900;
  color: var(--ink);
}

.seminar-meta-free {
  color: var(--pink);
}

/* セミナーコンテンツ */
.seminar-content-title,
.seminar-flow-title {
  margin: 40px 0 16px;
  font-size: 1.08rem;
  font-weight: 900;
  color: var(--ink);
  text-align: center;
  line-height: 1.5;
}

.seminar-content-grid {
  display: grid;
  gap: 12px;
  max-width: 900px;
  margin: 0 auto;
}

.seminar-content-item {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 16px;
  align-items: start;
  padding: 18px;
  background: var(--soft);
  border-radius: 8px;
  border-left: 3px solid var(--cyan);
}

.seminar-num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--cyan), #22bed4);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 900;
  flex-shrink: 0;
}

.seminar-content-item strong {
  display: block;
  font-size: 0.96rem;
  font-weight: 900;
  color: var(--ink);
  margin-bottom: 5px;
}

.seminar-content-item p {
  font-size: 0.86rem;
  color: #516171;
  line-height: 1.75;
  font-weight: 700;
  margin: 0;
}

/* フロー */
.seminar-flow {
  max-width: 900px;
  margin: 40px auto 0;
}

.flow-steps {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
}

.flow-step {
  display: grid;
  place-items: center;
  gap: 6px;
  padding: 16px 14px;
  min-width: 110px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  text-align: center;
  box-shadow: var(--small-shadow);
}

.flow-num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--cyan), var(--pink));
  color: #fff;
  font-size: 0.78rem;
  font-weight: 900;
}

.flow-step strong {
  font-size: 0.86rem;
  font-weight: 900;
  color: var(--ink);
}

.flow-step small {
  font-size: 0.74rem;
  color: var(--muted);
  font-weight: 700;
}

.flow-arrow {
  color: var(--cyan);
  font-size: 1.4rem;
  font-weight: 300;
}

.campaign-benefits-banner {
  max-width: 1040px;
  margin: 36px auto 0;
}

.campaign-benefits-link {
  display: block;
  border-radius: 8px;
  transition: opacity 180ms ease, transform 180ms ease;
}

.campaign-benefits-link:hover,
.campaign-benefits-link:focus-visible {
  opacity: 0.96;
  transform: translateY(-2px);
}

.campaign-benefits-image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 45px rgba(38, 50, 63, 0.09);
}

.seminar-cta {
  display: grid;
  place-items: center;
  gap: 12px;
  margin-top: 36px;
  text-align: center;
}

.seminar-cta-note {
  font-size: 0.8rem;
  color: var(--muted);
  font-weight: 700;
  margin: 0;
}

/* =============================================
   INSTRUCTOR — 新設
   ============================================= */
.instructor {
  background: var(--soft);
}

.instructor-card {
  display: grid;
  gap: 24px;
  max-width: 840px;
  margin: 32px auto 0;
  padding: 28px;
  background: #fff;
  border-radius: 12px;
  box-shadow: var(--shadow);
}

.instructor-photo {
  display: flex;
  justify-content: center;
}

.instructor-photo-placeholder {
  width: 96px;
  height: 96px;
  border-radius: 999px;
  background: linear-gradient(135deg, #9bdce9, var(--cyan) 40%, #e36aad, var(--pink));
  box-shadow: 0 8px 24px rgba(24, 166, 205, 0.22);
}

.instructor-name-label {
  font-size: 0.74rem;
  font-weight: 900;
  color: var(--cyan);
  margin: 0 0 4px;
}

.instructor-name {
  font-size: 1.2rem;
  font-weight: 900;
  color: var(--ink);
  margin: 0 0 12px;
}

.instructor-bio {
  font-size: 0.92rem;
  font-weight: 700;
  color: #516171;
  line-height: 1.85;
  margin: 0;
}

.instructor-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.instructor-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 12px;
  border-radius: 999px;
  color: #405064;
  background: linear-gradient(135deg, rgba(225,237,247,0.85), rgba(246,239,245,0.85));
  font-size: 0.76rem;
  font-weight: 900;
}

/* =============================================
   UGC — 受講生の声 3件
   ============================================= */
.ugc { background: #ffffff; }

.voice-list {
  display: grid;
  gap: 20px;
  margin-top: 28px;
}

.voice-card {
  display: grid;
  border: 1px solid rgba(231, 237, 243, 0.96);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.voice-image {
  display: grid;
  align-items: center;
  background: linear-gradient(135deg, #dff4f8, #f8eef6);
}

.voice-image img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.voice-content {
  display: grid;
  gap: 12px;
  padding: 22px;
}

/* テキストのみカード用 */
.voice-sub-grid {
  display: grid;
  gap: 20px;
}

.voice-card-sub { box-shadow: var(--small-shadow); }

.voice-content-full {
  display: grid;
  gap: 12px;
  padding: 28px;
}

.voice-label {
  width: fit-content;
  min-height: 28px;
  padding: 0 11px;
  border-radius: 999px;
  color: var(--cyan);
  background: rgba(24, 166, 205, 0.1);
  font-size: 0.72rem;
  font-weight: 900;
  line-height: 28px;
}

.voice-content h3,
.voice-content-full h3 {
  color: var(--ink);
  font-size: 1.1rem;
  line-height: 1.5;
}

.voice-name {
  color: var(--pink);
  font-size: 0.92rem;
  font-weight: 900;
  margin: 0;
}

.voice-quote {
  position: relative;
  padding-left: 16px;
  color: #26323f;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.75;
  margin: 0;
}

.voice-quote::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.35em;
  bottom: 0.35em;
  width: 4px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--cyan), var(--pink));
}

.voice-summary {
  color: #4f5f70;
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.9;
  margin: 0;
}

.voice-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.voice-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 12px;
  border-radius: 999px;
  color: #405064;
  background: linear-gradient(135deg, rgba(225,237,247,0.85), rgba(246,239,245,0.85));
  font-size: 0.74rem;
  font-weight: 900;
}

/* =============================================
   PROOF
   ============================================= */
.proof { background: #ffffff; }

.stats-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}

.stat-item {
  position: relative;
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 6px;
  min-height: 152px;
  padding: 18px 12px;
  border: 1px solid rgba(231, 237, 243, 0.9);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--small-shadow);
  overflow: hidden;
  isolation: isolate;
  text-align: center;
}

.stat-item.wide {
  min-height: 128px;
}

.stat-icon {
  position: absolute;
  left: 50%; top: 52%;
  z-index: 0;
  width: 108px; height: 108px;
  border-radius: 999px;
  opacity: 0.18;
  transform: translate(-50%, -50%);
}

.stat-icon.pie-92 { background: conic-gradient(var(--cyan) 0 92%, #e7edf3 92% 100%); }
.stat-icon.pie-80 { background: conic-gradient(var(--pink) 0 80%, #e7edf3 80% 100%); }
.stat-icon.pie-beginner { background: conic-gradient(var(--cyan) 0 64%, var(--pink) 64% 78%, #e7edf3 78% 100%); }

.stat-item strong {
  position: relative;
  z-index: 1;
  color: var(--ink);
  font-size: 1.72rem;
  line-height: 1.2;
}

.stat-item.wide strong { font-size: 1.18rem; }

.stat-item p {
  position: relative;
  z-index: 1;
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 700;
}

/* =============================================
   STEPS
   ============================================= */
.timeline {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 22px 1fr;
  row-gap: 18px;
  margin-top: 32px;
}

.timeline::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 8px; bottom: 8px;
  width: 2px;
  background: rgba(24, 166, 205, 0.34);
  transform: translateX(-50%);
}

.step-card {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 8px;
  min-height: 104px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.88);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: var(--small-shadow);
}

.step-card::after {
  content: "";
  position: absolute;
  top: 24px;
  width: 16px; height: 16px;
  border: 4px solid #ffffff;
  border-radius: 999px;
  background: var(--cyan);
  box-shadow: 0 0 0 1px rgba(24, 166, 205, 0.3);
}

.step-card.left { grid-column: 1 / 2; }
.step-card.left::after { right: -30px; }
.step-card.right { grid-column: 3 / 4; }
.step-card.right::after {
  left: -30px;
  background: var(--pink);
  box-shadow: 0 0 0 1px rgba(206, 73, 147, 0.3);
}

.step-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--cyan), var(--pink));
  font-size: 0.72rem;
  font-weight: 900;
}

.step-card p {
  color: #344252;
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.55;
}

.step-card small {
  color: #657484;
  font-size: 0.78rem;
  font-weight: 800;
}

/* =============================================
   FEATURES
   ============================================= */
.features { background: #ffffff; }

/* ---- Grant section ---- */

.grant-h2 {
  font-size: 1.5rem;
  line-height: 1.55;
  text-align: center;
}

.grant-h2-sub {
  font-size: 0.78em;
  font-weight: 700;
  color: var(--muted);
}

.grant-h2-em {
  position: relative;
  display: inline;
  font-size: 1em;
  font-weight: 900;
  padding-bottom: 2px;
}

.grant-h2-em::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  height: 3px;
  border-radius: 2px;
  background: linear-gradient(90deg, #ce4993, #e8668c);
}

.grant-card {
  display: grid;
  gap: 22px;
  margin-top: 36px;
  padding: 32px 36px;
  border-radius: 16px;
  border: 1px solid rgba(231, 237, 243, 0.9);
  box-shadow: 0 12px 40px rgba(38, 50, 63, 0.10);
  background:
    radial-gradient(ellipse at 0% 0%, rgba(220, 190, 218, 0.28) 0%, transparent 48%),
    radial-gradient(ellipse at 100% 100%, rgba(170, 228, 240, 0.28) 0%, transparent 48%),
    #ffffff;
}

.grant-card-header {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}

.grant-meti-logo {
  height: 72px;
  width: auto;
}

.grant-card-subtitle {
  font-size: 1.2rem;
  font-weight: 900;
  color: var(--ink);
  line-height: 1.4;
  padding-bottom: 4px;
  border-bottom: 2px solid rgba(24, 166, 205, 0.5);
}

.grant-card-body-text {
  display: grid;
  gap: 6px;
  font-size: 0.96rem;
  font-weight: 700;
  color: var(--ink);
  line-height: 1.8;
}

.hl-yellow {
  background: linear-gradient(transparent 55%, rgba(255, 235, 59, 0.52) 55%);
  font-weight: 900;
}

.grant-pickup {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  padding: 18px 22px;
  border-radius: 10px;
  background: rgba(24, 166, 205, 0.05);
}

.grant-pickup-badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  width: 78px;
  height: 78px;
  border-radius: 50%;
  border: 2px dashed rgba(24, 166, 205, 0.45);
  flex: 0 0 auto;
  padding: 8px;
}

.badge-top,
.badge-bottom {
  font-size: 0.62rem;
  font-weight: 900;
  color: var(--ink);
  line-height: 1.2;
}

.badge-logo {
  height: 22px;
  width: auto;
}

.grant-pickup-main {
  flex: 1;
  display: grid;
  gap: 4px;
  min-width: 0;
}

.grant-pickup-dots {
  color: var(--cyan);
  font-size: 1.1rem;
  letter-spacing: 5px;
  line-height: 1;
}

.grant-pickup-num {
  font-size: 1rem;
  font-weight: 700;
  color: var(--ink);
  line-height: 1.2;
}

.grant-pickup-num strong {
  font-size: 3.2rem;
  font-weight: 900;
  line-height: 1;
  vertical-align: middle;
  background: linear-gradient(135deg, #18a6cd 0%, #6ddaf0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.grant-pickup-num small {
  font-size: 1.6rem;
  font-weight: 900;
  background: linear-gradient(135deg, #18a6cd 0%, #6ddaf0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.grant-cta-wrap {
  display: flex;
  justify-content: center;
}

.grant-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 48px;
  border-radius: 999px;
  background: var(--cyan);
  color: #ffffff;
  font-size: 1rem;
  font-weight: 700;
  transition: opacity 0.18s;
}

.grant-cta-btn:hover { opacity: 0.85; }

.grant-desc {
  display: grid;
  gap: 10px;
  margin-top: 22px;
  color: #556575;
  font-size: 0.9rem;
  line-height: 1.85;
}

.hl-pink {
  font-weight: 700;
  color: var(--ink);
  text-decoration: underline;
  text-decoration-color: #e8608c;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

/* =============================================
   CAREER GRANT SECTION
   ============================================= */
.career-grant { background: #ffffff; }

.career-grant-lead {
  font-size: 1rem;
  font-weight: 700;
  color: var(--muted);
  margin: 0 0 6px;
  text-align: center;
}

.career-grant-title-wrap {
  text-align: center;
  margin-bottom: 36px;
}

.career-grant #career-grant-title {
  font-size: 1.9rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.3;
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
}

.career-grant #career-grant-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 2.2em;
  height: 3px;
  border-radius: 2px;
  background: linear-gradient(90deg, #ce4993, #e8668c);
}

.career-grant-title-suffix {
  font-size: 0.78em;
  font-weight: 700;
}

.career-grant-card {
  display: grid;
  gap: 24px;
  padding: 36px 40px;
  border-radius: 16px;
  border: 1px solid rgba(220, 210, 225, 0.5);
  box-shadow: 0 8px 40px rgba(38, 50, 63, 0.09);
  background:
    linear-gradient(135deg, rgba(235, 210, 230, 0.45) 0%, rgba(245, 230, 242, 0.2) 30%, rgba(255,255,255,0) 55%),
    linear-gradient(315deg, rgba(180, 225, 240, 0.4) 0%, rgba(210, 240, 248, 0.2) 30%, rgba(255,255,255,0) 55%),
    #ffffff;
}

.career-grant-card-head {
  display: flex;
  align-items: center;
  gap: 18px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(220, 210, 230, 0.5);
  flex-wrap: wrap;
}

.career-meti-logo {
  height: 80px;
  width: auto;
  flex: 0 0 auto;
}

.career-grant-subtitle {
  font-size: 1.35rem;
  font-weight: 900;
  color: var(--ink);
  line-height: 1.35;
  padding-bottom: 6px;
  border-bottom: 2px solid var(--cyan);
  display: inline-block;
}

.career-grant-body {
  display: grid;
  gap: 6px;
  font-size: 1rem;
  font-weight: 700;
  color: var(--ink);
  line-height: 1.85;
}

.career-hl {
  background: linear-gradient(transparent 55%, rgba(255, 235, 59, 0.55) 55%);
  font-weight: 900;
}

.career-pickup {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 20px 24px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(220, 210, 230, 0.4);
  flex-wrap: wrap;
}

.career-pickup-badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  width: 86px;
  height: 86px;
  border-radius: 50%;
  border: 2px dashed rgba(38, 50, 63, 0.25);
  flex: 0 0 auto;
  padding: 10px;
  background: #ffffff;
}

.career-badge-label-top,
.career-badge-label-bottom {
  font-size: 0.64rem;
  font-weight: 900;
  color: var(--ink);
  line-height: 1.2;
  text-align: center;
}

.career-badge-img {
  height: 24px;
  width: auto;
}

.career-pickup-right {
  flex: 1;
  display: grid;
  gap: 6px;
  min-width: 0;
}

.career-pickup-dots {
  font-size: 0.55rem;
  letter-spacing: 3px;
  line-height: 1;
  color: #e07c3a;
}

.career-pickup-text {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--ink);
  line-height: 1.2;
  margin: 0;
}

.career-pickup-num {
  font-size: 3.6rem;
  font-weight: 900;
  line-height: 1;
  vertical-align: middle;
  background: linear-gradient(135deg, #18a6cd 0%, #6ddaf0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.career-pickup-num span {
  font-size: 1.9rem;
  font-weight: 900;
  background: linear-gradient(135deg, #18a6cd 0%, #6ddaf0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.career-grant-cta {
  display: flex;
  justify-content: center;
}

.career-grant-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 52px;
  border-radius: 999px;
  background: #1a9cbf;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 700;
  transition: opacity 0.18s;
}

.career-grant-btn:hover { opacity: 0.85; }

.career-grant-desc {
  display: grid;
  gap: 12px;
  margin-top: 24px;
  font-size: 0.92rem;
  line-height: 1.9;
  color: #556575;
}

.career-desc-hl {
  font-weight: 700;
  color: var(--ink);
  text-decoration: underline;
  text-decoration-color: #e8608c;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.career-grant-image-section {
  background: #ffffff;
}

.career-grant-image-wrap {
  max-width: 1040px;
  margin-inline: auto;
}

.career-grant-image-link {
  display: block;
  border-radius: 8px;
  transition: opacity 180ms ease, transform 180ms ease;
}

.career-grant-image-link:hover,
.career-grant-image-link:focus-visible {
  opacity: 0.96;
  transform: translateY(-2px);
}

.career-grant-image {
  width: 100%;
  height: auto;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 45px rgba(38, 50, 63, 0.09);
}

.career-grant-mobile {
  display: none;
}

@media (max-width: 900px) {
  .career-grant-image-section {
    padding: 48px 18px;
  }

  .career-grant-image-wrap {
    display: none;
  }

  .career-grant-mobile {
    display: grid;
    gap: 22px;
    max-width: 620px;
    margin-inline: auto;
  }

  .career-grant-mobile-head {
    text-align: center;
  }

  .career-grant-mobile-kicker {
    color: var(--ink);
    font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
    font-size: 1.08rem;
    letter-spacing: 0;
    line-height: 1.6;
  }

  .career-grant-mobile-title {
    display: inline-block;
    position: relative;
    padding-bottom: 10px;
    color: var(--ink);
    font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.45;
  }

  .career-grant-mobile-title::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 56px;
    height: 3px;
    border-radius: 999px;
    background: #e8668c;
    transform: translateX(-50%);
  }

  .career-grant-mobile-card {
    display: grid;
    gap: 16px;
    padding: 24px 18px;
    border: 1px solid rgba(220, 210, 225, 0.5);
    border-radius: 8px;
    background:
      radial-gradient(ellipse at 0% 0%, rgba(246, 195, 225, 0.35), transparent 48%),
      radial-gradient(ellipse at 100% 100%, rgba(186, 232, 246, 0.42), transparent 52%),
      #ffffff;
    box-shadow: 0 14px 36px rgba(38, 50, 63, 0.09);
  }

  .career-grant-mobile-logo {
    width: min(100%, 250px);
    margin-inline: auto;
  }

  .career-grant-mobile-card h3 {
    color: #4a8aa1;
    font-size: 1.15rem;
    font-weight: 900;
    line-height: 1.45;
    text-align: center;
  }

  .career-grant-mobile-card p {
    color: var(--ink);
    font-size: 0.98rem;
    font-weight: 700;
    line-height: 1.85;
  }

  .career-grant-mobile-card mark {
    background: linear-gradient(transparent 55%, rgba(255, 235, 59, 0.62) 55%);
    font-weight: 900;
  }

  .career-grant-mobile-pickup {
    display: grid;
    justify-items: center;
    gap: 10px;
    padding: 18px 14px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.72);
  }

  .career-grant-mobile-badge {
    display: grid;
    justify-items: center;
    gap: 2px;
    width: 92px;
    min-height: 92px;
    padding: 12px 10px;
    border: 2px solid rgba(38, 50, 63, 0.55);
    border-radius: 999px;
    background: #ffffff;
  }

  .career-grant-mobile-badge span {
    color: #4a8aa1;
    font-size: 0.75rem;
    font-weight: 900;
    line-height: 1.2;
  }

  .career-grant-mobile-badge img {
    width: 60px;
    height: auto;
  }

  .career-grant-mobile-pickup p {
    color: #4a8aa1;
    font-size: 1.3rem;
    line-height: 1.45;
    text-align: center;
  }

  .career-grant-mobile-pickup strong {
    display: inline-block;
    margin: 0 4px;
    font-size: 4.2rem;
    font-weight: 900;
    line-height: 1;
    background: linear-gradient(135deg, #65cfba 0%, #18a6cd 72%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
  }

  .career-grant-mobile-pickup strong span {
    font-size: 0.55em;
  }

  .career-grant-mobile-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: min(100%, 260px);
    min-height: 54px;
    margin-inline: auto;
    border-radius: 999px;
    background: linear-gradient(135deg, #4a9eb7, #18a6cd);
    color: #ffffff;
    font-size: 1rem;
    font-weight: 900;
    box-shadow: 0 14px 26px rgba(24, 166, 205, 0.22);
  }

  .career-grant-mobile-button span {
    display: inline-grid;
    width: 22px;
    height: 22px;
    place-items: center;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.18);
  }

  .career-grant-mobile-desc {
    display: grid;
    gap: 12px;
    color: var(--ink);
    font-size: 0.94rem;
    line-height: 1.9;
  }

  .career-grant-mobile-desc span {
    color: var(--pink);
    font-weight: 900;
    background: linear-gradient(transparent 62%, rgba(255, 235, 59, 0.58) 62%);
  }
}

@media (max-width: 520px) {
  .career-grant-card { padding: 22px 18px; gap: 18px; }
  .career-pickup-num { font-size: 2.8rem; }
  .career-pickup-num span { font-size: 1.5rem; }
  .career-meti-logo { height: 60px; }
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}

.feature-card {
  position: relative;
  display: grid;
  justify-items: start;
  align-content: start;
  gap: 16px;
  min-height: 196px;
  padding: 20px 16px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 8px;
  background:
    radial-gradient(circle at 100% 0%, rgba(225,237,247,0.72), transparent 5.6rem),
    rgba(255, 255, 255, 0.88);
  box-shadow: var(--small-shadow);
  overflow: hidden;
}

.feature-card::after {
  position: absolute;
  right: 14px; top: 12px;
  color: rgba(206, 73, 147, 0.18);
  font-size: 1.35rem;
  font-weight: 900;
  line-height: 1;
}

.feature-card:nth-child(1)::after { content: "01"; }
.feature-card:nth-child(2)::after { content: "02"; }
.feature-card:nth-child(3)::after { content: "03"; }
.feature-card:nth-child(4)::after { content: "04"; }

.feature-icon {
  position: relative;
  display: block;
  width: 44px; height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 999px;
  background:
    radial-gradient(circle at 32% 26%, rgba(255,255,255,0.96) 0 12%, rgba(255,255,255,0.28) 13% 25%, transparent 26%),
    linear-gradient(145deg, rgba(24,166,205,0.22), rgba(206,73,147,0.18));
  box-shadow: inset 0 1px 8px rgba(255,255,255,0.74), 0 8px 16px rgba(38,50,63,0.08);
}

.feature-icon::before,
.feature-icon::after { content: ""; position: absolute; }

.support::before { left:11px; top:12px; width:20px; height:14px; border:1.5px solid rgba(206,73,147,0.75); border-radius:999px 999px 7px 7px; }
.work::before { left:10px; top:12px; width:24px; height:18px; border:1.5px solid rgba(206,73,147,0.75); border-radius:3px; }
.work::after { left:15px; top:8px; width:14px; height:8px; border:1.5px solid rgba(206,73,147,0.75); border-bottom:0; border-radius:5px 5px 0 0; }
.ai-learning::before { inset:10px; border:1.5px solid rgba(206,73,147,0.75); border-radius:50%; }
.ai-learning::after { left:20px; top:7px; width:4px; height:30px; border-radius:999px; background:rgba(206,73,147,0.75); transform:rotate(45deg); }
.endless::before { left:9px; top:17px; width:26px; height:12px; border:1.5px solid rgba(206,73,147,0.75); border-radius:999px; }
.endless::after { left:17px; top:17px; width:10px; height:12px; border-radius:999px; background:rgba(255,255,255,0.86); }

.feature-copy { display: grid; gap: 7px; }

.feature-copy span {
  color: #243344;
  font-size: 0.96rem;
  font-weight: 900;
  line-height: 1.5;
}

.feature-copy p {
  color: #586879;
  font-size: 0.84rem;
  font-weight: 700;
  line-height: 1.75;
}

/* =============================================
   SUBSIDY — 費用・補助金 新設
   ============================================= */
.subsidy { background: transparent; }

.subsidy-grid {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}

.subsidy-card {
  display: grid;
  gap: 10px;
  padding: 22px;
  border-radius: 8px;
  background: #ffffff;
  border: 1px solid var(--line);
  box-shadow: var(--small-shadow);
}

.subsidy-badge {
  display: inline-flex;
  width: fit-content;
  min-height: 26px;
  padding: 0 12px;
  border-radius: 999px;
  font-size: 0.74rem;
  font-weight: 900;
  background: linear-gradient(135deg, var(--pink), #ec9cc8);
  color: #fff;
  line-height: 26px;
}

.subsidy-badge-blue {
  background: linear-gradient(135deg, var(--cyan), #22bed4);
}

.subsidy-badge-green {
  background: linear-gradient(135deg, #1aad72, #20c080);
}

.subsidy-card strong {
  font-size: 1rem;
  font-weight: 900;
  color: var(--ink);
}

.subsidy-card p {
  font-size: 0.88rem;
  color: #516171;
  font-weight: 700;
  line-height: 1.8;
  margin: 0;
}

.grant-logos-row {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px 20px;
  max-width: 640px;
  margin: 28px auto 0;
  padding: 20px;
  background: linear-gradient(135deg, rgba(225,237,247,0.72), rgba(246,239,245,0.68));
  border-radius: 8px;
}

.grant-logos-row .meti-logo {
  display: block;
  width: min(100%, 240px);
  height: auto;
  object-fit: contain;
}

.grant-logos-row .dxup-logo {
  display: block;
  width: min(100%, 160px);
  height: auto;
  object-fit: contain;
}

.grant-cross {
  color: #394756;
  font-size: 1.6rem;
  font-weight: 300;
}

/* =============================================
   PRE-FAQ CTA (CTA③)
   ============================================= */
.pre-faq-cta {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 18px;
  background:
    radial-gradient(circle at 14% 12%, rgba(255,255,255,0.42), transparent 8rem),
    linear-gradient(135deg, #74cce0, #e26cab);
  color: #ffffff;
  overflow: hidden;
  text-align: center;
}

.pre-faq-cta::before,
.pre-faq-cta::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
}

.pre-faq-cta::before { width:142px; height:142px; left:-42px; bottom:-50px; }
.pre-faq-cta::after  { width:112px; height:112px; right:-34px; top:-26px; }

.pre-faq-cta h2,
.pre-faq-cta p,
.pre-faq-cta a,
.pre-faq-cta ul {
  position: relative;
  z-index: 1;
}

.pre-faq-cta p { font-weight: 700; }

/* glossy button (白抜き) */
.glossy-button {
  min-width: min(100%, 260px);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.42), transparent 42%),
    linear-gradient(135deg, #ffffff, #f7fbff);
  color: var(--pink);
  box-shadow: 0 18px 34px rgba(95, 62, 104, 0.24);
}

.glossy-button span {
  color: #ffffff;
  background: linear-gradient(135deg, var(--pink), var(--cyan));
}

/* 安心リスト */
.cta-reassure {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px 18px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.cta-reassure li {
  font-size: 0.8rem;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.92);
}

/* =============================================
   FAQ
   ============================================= */
.faq { background: #ffffff; }

.faq-list {
  display: grid;
  gap: 10px;
  margin-top: 28px;
}

.faq-item {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  overflow: hidden;
}

.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  width: 100%;
  min-height: 62px;
  padding: 0 18px;
  border: 0;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  font-weight: 800;
  text-align: left;
}

.faq-question > span:first-child { min-width: 0; }

.faq-question > span:last-child {
  position: relative;
  width: 24px; height: 24px;
  flex: 0 0 24px;
  border-radius: 999px;
  background: var(--soft);
}

.faq-question > span:last-child::before,
.faq-question > span:last-child::after {
  content: "";
  position: absolute;
  left: 7px; right: 7px; top: 11px;
  height: 2px;
  border-radius: 999px;
  background: var(--cyan);
}

.faq-question > span:last-child::after {
  transform: rotate(90deg);
  transition: transform 180ms ease, opacity 180ms ease;
}

.faq-question[aria-expanded="true"] > span:last-child::after {
  opacity: 0;
  transform: rotate(0deg);
}

.faq-answer {
  padding: 0 18px 18px;
  color: var(--muted);
  font-size: 0.93rem;
  font-weight: 700;
  line-height: 1.85;
}

.faq-answer p + p { margin-top: 10px; }

/* =============================================
   FINAL CTA
   ============================================= */
.final-cta {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 18px;
  background:
    radial-gradient(circle at 14% 12%, rgba(255,255,255,0.42), transparent 8rem),
    linear-gradient(135deg, #74cce0, #e26cab);
  color: #ffffff;
  overflow: hidden;
  text-align: center;
}

.final-cta::before,
.final-cta::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
}

.final-cta::before { width:142px; height:142px; left:-42px; bottom:-50px; }
.final-cta::after  { width:112px; height:112px; right:-34px; top:-26px; }

.shine {
  position: absolute;
  top: -30%;
  left: -20%;
  width: 140%;
  height: 160%;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.04) 45%, transparent 65%);
  transform: rotate(-8deg);
}

.final-cta h2,
.final-cta p,
.final-cta a,
.final-cta ul { position: relative; z-index: 1; }

.final-cta p { font-weight: 700; }

/* =============================================
   FOOTER
   ============================================= */
.site-footer {
  display: grid;
  gap: 24px;
  padding: 42px 24px;
  background: linear-gradient(180deg, #f7fbfe, #edf6fb);
}

.footer-brand { justify-content: center; }

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 18px;
}

.site-footer nav a,
.sns-links a {
  color: #405064;
  font-size: 0.84rem;
  font-weight: 800;
}

.site-footer nav:not(.footer-legal) a {
  display: inline-flex;
  align-items: center;
  padding: 7px 18px;
  border: 1px solid rgba(24, 166, 205, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.68);
  transition: background 0.18s, border-color 0.18s;
}

.site-footer nav:not(.footer-legal) a:hover {
  background: rgba(255, 255, 255, 0.95);
  border-color: rgba(24, 166, 205, 0.55);
}

.sns-links {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.sns-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 13px;
  border: 1px solid rgba(24, 166, 205, 0.26);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
}

.footer-legal,
.footer-copy {
  grid-column: 1 / -1;
}

.footer-legal {
  gap: 0;
  margin-top: 2px;
}

.site-footer .footer-legal a {
  position: relative;
  padding: 0 14px;
  color: #1f2b37;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.6;
}

.footer-legal a::before,
.footer-legal a:last-child::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 1px;
  height: 1.15em;
  background: rgba(31, 43, 55, 0.48);
  transform: translateY(-50%);
}

.footer-legal a::before { left: 0; }

.footer-legal a:last-child::after { right: 0; }

.footer-copy {
  margin: -4px 0 0;
  color: #1f2b37;
  font-size: 0.82rem;
  font-weight: 700;
  text-align: center;
}

/* =============================================
   SCROLL REVEAL
   ============================================= */
.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 540ms ease, transform 540ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
}

/* =============================================
   MOBILE FLOATING CTA
   ============================================= */
.floating-cta { display: none; }

/* =============================================
   MEDIA QUERIES
   ============================================= */

/* 〜 359px */
@media (max-width: 359px) {
  .section-pad { padding-right: 18px; padding-left: 18px; }
  .hero h1 { font-size: 1.7rem; }
  .feature-grid, .stats-grid { gap: 9px; }
}

/* 〜 390px: ヘッダー */
@media (max-width: 390px) {
  .site-header { gap: 10px; padding-inline: 18px; }
  .brand-text small { display: none; }
  .header-cta { min-height: 36px; padding-inline: 10px; font-size: 0.72rem; }
}

/* 〜 480px: subsidy 1列 */
@media (max-width: 480px) {
  .seminar-meta { grid-template-columns: 1fr 1fr; }
}

/* 〜 520px: feature 1列 / grant-card 装飾非表示 */
@media (max-width: 520px) {
  .feature-grid { grid-template-columns: 1fr; }
  .grant-card { padding: 20px 18px; }
  .grant-pickup-num strong { font-size: 2.4rem; }
  .grant-pickup-num small { font-size: 1.3rem; }
}

/* 〜 559px: モバイル全般 */
@media (max-width: 559px) {
  .hero {
    display: block;
    min-height: 0;
    padding: 0;
    background: #fff;
  }

  .hero::before {
    display: none;
  }

  .hero-art {
    position: relative;
    inset: auto;
    height: auto;
    background: #fff;
  }

  .hero-art picture {
    position: static;
    width: 100%;
    height: auto;
  }

  .hero-art img {
    position: static;
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center top;
  }

  .hero-fv-cta {
    position: relative;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    width: min(58vw, 230px);
    min-height: 46px;
    margin: -28px 18px 20px auto;
    padding: 10px 18px;
    border-radius: 999px;
    background: linear-gradient(135deg, #d02d78 0%, #f35b98 100%);
    box-shadow: 0 12px 24px rgba(208, 45, 120, 0.28);
    color: #fff;
    font-size: clamp(0.86rem, 3.7vw, 0.98rem);
    font-weight: 900;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
  }

  .hero-top-quote,
  .hero-copy,
  .hero .trust-bar {
    display: none;
  }

  .mobile-break { display: block; }

  .header-cta { display: none; }

  /* タイムライン縦並び */
  .timeline { grid-template-columns: 1fr; row-gap: 12px; }
  .timeline::before { display: none; }
  .step-card.left, .step-card.right { grid-column: 1; }
  .step-card.left::after, .step-card.right::after { display: none; }

  /* フロー縦並び */
  .flow-steps { flex-direction: column; align-items: center; }
  .flow-arrow { transform: rotate(90deg); }

  /* モバイル固定CTA */
  .floating-cta {
    display: block;
    position: fixed;
    bottom: 0; left: 0; right: 0;
    z-index: 50;
    padding: 10px 16px 14px;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(14px);
    border-top: 1px solid rgba(231, 237, 243, 0.85);
    transition: transform 240ms ease, opacity 240ms ease;
  }

  .floating-cta.hidden {
    transform: translateY(110%);
    opacity: 0;
    pointer-events: none;
  }

  .floating-cta .primary-button {
    width: 100%;
    justify-content: center;
  }

  /* 1点目: 採択テキストを1行に収める */
  .trust-bar { padding: 12px 16px; }
  .trust-bar-inner { font-size: 0.72rem; letter-spacing: -0.01em; }
  .trust-item { white-space: nowrap; }

  /* 2点目: 次回開催バーの日付・時間を2行表示 */
  .seminar-date-bar { padding: 12px 16px; }
  .seminar-date-value { white-space: normal; text-align: center; font-size: 0.95rem; line-height: 1.6; }
  .seminar-sp-br { display: inline; }
}

/* 560px〜 */
@media (min-width: 560px) {
  .section-pad { padding: 78px 40px; }
  h2 { font-size: 1.55rem; }
  .hero h1 { font-size: 2.6rem; }
  .hero-copy { max-width: 520px; }
  .stat-item strong { font-size: 2.15rem; }
  .stat-item.wide strong { font-size: 1.35rem; }
  .seminar-content-grid { grid-template-columns: 1fr 1fr; }
  .worry-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .worry-card {
    align-content: start;
    align-items: start;
    grid-template-columns: 1fr;
    min-height: 178px;
  }
}

/* 700px〜: サイトフレーム角丸 */
@media (min-width: 700px) {
  .site-frame {
    margin-top: 24px;
    margin-bottom: 24px;
    border-radius: 28px;
    box-shadow: 0 28px 70px rgba(38, 50, 63, 0.14);
  }

  .site-header { border-radius: 28px 28px 0 0; }
}

/* 760px〜: 2カラム化 */
@media (min-width: 760px) {
  .site-header { padding-inline: 40px; }

  .hero {
    display: flex;
    align-items: center;
    min-height: 700px;
  }

  .hero-copy { max-width: 560px; }

  .change-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }

  .voice-card {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    align-items: stretch;
  }

  .voice-image img { height: 100%; min-height: 0; aspect-ratio: auto; object-fit: contain; object-position: left center; }

  .voice-content { align-content: center; padding: 28px; }

  .voice-sub-grid { grid-template-columns: 1fr 1fr; }

  .stats-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .stat-item.wide { min-height: 152px; }

  .timeline { max-width: 780px; margin-inline: auto; }

  .feature-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }

  .subsidy-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }

  .faq-list { max-width: 780px; margin-inline: auto; }

  .pre-faq-cta { padding-block: 90px; }
  .final-cta { padding-block: 90px; }

  .instructor-card {
    grid-template-columns: 120px 1fr;
    align-items: start;
  }

  .instructor-photo { justify-content: start; }

  .site-footer {
    grid-template-columns: minmax(180px, 1fr) 2fr minmax(180px, 1fr);
    align-items: center;
    padding: 46px 40px;
  }

  .footer-brand { justify-content: start; }
  .site-footer nav { justify-content: center; }
  .sns-links { justify-content: end; }
}

/* 1024px〜: 大画面 */
@media (min-width: 1024px) {
  .section-pad { padding: 96px 64px; }
  h2 { font-size: 1.85rem; }

  .hero {
    min-height: 740px;
    padding-inline: 72px;
  }

  .hero h1 { font-size: 3.2rem; }
  .lead { font-size: 1.02rem; }

  .worry-card, .change-card { padding: 22px; }

  .voice-content { padding: 36px; }
  .voice-content h3 { font-size: 1.3rem; }

  .feature-card { min-height: 176px; padding: 24px 16px; }

  .subsidy-card { padding: 26px; }
}

@media (min-width: 560px) {
  .hero {
    display: block;
    min-height: 0;
    padding: 0;
    background: #fff;
  }

  .hero::before {
    display: none;
  }

  .hero-art {
    position: relative;
    inset: auto;
    height: auto;
    background: #fff;
  }

  .hero-art picture {
    position: static;
    width: 100%;
    height: auto;
  }

  .hero-art img {
    position: static;
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center top;
  }

  .hero-fv-cta {
    position: absolute;
    right: clamp(48px, 14vw, 190px);
    bottom: clamp(36px, 4.5vw, 56px);
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    width: clamp(240px, 22vw, 330px);
    min-height: 58px;
    margin: 0;
    padding: 13px 24px;
    border-radius: 999px;
    background: linear-gradient(135deg, #d02d78 0%, #f35b98 100%);
    box-shadow: 0 16px 30px rgba(208, 45, 120, 0.28);
    color: #fff;
    font-size: clamp(1rem, 1.35vw, 1.18rem);
    font-weight: 900;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
  }

  .hero-top-quote,
  .hero-copy,
  .hero .trust-bar {
    display: none;
  }
}
