/* ============================================================
   Icon-free editorial refinement
   記号的なアイコンを使わず、文字・番号・罫線で情報を構成する。
   ============================================================ */

/* インラインSVGは使用しない */
svg { display: none !important; }

/* Wordmark */
.brand-mark { display: none !important; }
.site-brand { gap: 0; }
.brand-copy-clean { gap: 4px; }
.brand-copy-clean strong {
  font-size: 23px;
  letter-spacing: -.055em;
}
.brand-copy-clean small {
  font-size: 9px;
  letter-spacing: .18em;
}
.header-cta,
.mobile-menu-cta { gap: 0; }

/* Hero — text-based process, no pictograms */
.hero {
  min-height: 820px;
  background: linear-gradient(118deg, #ffffff 0%, #f6f7f2 58%, #edf8fb 100%);
}
.hero-glow,
.orbit,
.flow-card,
.flow-hub,
.flow-route,
.flow-result { display: none !important; }
.hero-inner {
  grid-template-columns: minmax(0, 1.08fr) minmax(430px, .92fr);
  gap: clamp(52px, 6vw, 96px);
}
.hero-visual { min-height: 0; }
.hero-sequence {
  position: relative;
  padding: clamp(30px, 4vw, 52px);
  background: rgba(255,255,255,.76);
  border: 1px solid rgba(11,32,51,.14);
  border-radius: 28px;
  box-shadow: 0 28px 80px rgba(9,35,55,.09);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.hero-sequence::before {
  position: absolute;
  top: 0;
  left: clamp(30px, 4vw, 52px);
  right: clamp(30px, 4vw, 52px);
  height: 3px;
  background: linear-gradient(90deg, var(--cyan-dark) 0 66%, var(--lime) 66% 100%);
  content: "";
}
.sequence-header {
  padding: 18px 0 30px;
}
.sequence-header span {
  display: block;
  margin-bottom: 11px;
  color: var(--cyan-dark);
  font-family: var(--font-en);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .18em;
}
.sequence-header strong {
  display: block;
  max-width: 430px;
  color: var(--ink);
  font-size: clamp(21px, 2.2vw, 30px);
  line-height: 1.5;
  letter-spacing: -.035em;
}
.sequence-list {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid var(--line);
  list-style: none;
}
.sequence-list li {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 22px;
  padding: 27px 0;
  border-top: 1px solid var(--line);
}
.sequence-list li.sequence-core {
  margin-inline: -18px;
  padding-inline: 18px;
  background: rgba(25,185,237,.07);
}
.sequence-number {
  color: var(--cyan-dark);
  font-family: var(--font-en);
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -.06em;
  line-height: 1;
}
.sequence-list small {
  display: block;
  margin-bottom: 6px;
  color: var(--muted);
  font-family: var(--font-en);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .14em;
}
.sequence-list strong {
  display: block;
  color: var(--ink);
  font-size: 17px;
  letter-spacing: -.025em;
}
.sequence-list p {
  margin: 5px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.7;
}
.button { gap: 0; }

/* Problem flow — separators only */
.friction-flow > i::after { display: none; }
.problem-card::before { display: none; }

/* How it works — numbers and copy only */
.step-icon { display: none !important; }
.step-card {
  min-height: 410px;
  padding: 38px 34px 42px;
}
.step-card:hover {
  transform: none;
  background: rgba(255,255,255,.035);
}
.step-number {
  margin-bottom: 86px;
  color: rgba(255,255,255,.32);
  font-size: 62px;
}
.step-card h3 {
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,.22);
}

/* Benefits — no heart/check icons */
.benefit-panel li { padding-left: 25px; }
.benefit-panel li::before {
  top: 20px;
  width: 13px;
  height: 1px;
  border: 0;
  background: currentColor;
  transform: none;
}
.user-benefit-mark { display: none !important; }
.user-benefit {
  grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr);
  gap: 44px;
}

/* Programs — text link label instead of arrow icon */
.program-link-label {
  color: var(--cyan-dark) !important;
  font-family: var(--font-ja) !important;
  font-size: 9px !important;
  font-weight: 700 !important;
  letter-spacing: .06em !important;
}
.program-card-wide .program-link-label { color: var(--lime) !important; }
.program-card:hover { transform: translateY(-4px); }

/* Mission — remove decorative tilt */
.mission-statement { transform: none; }

/* Contact — clean text CTAs */
.contact-email {
  grid-template-columns: 70px 1fr;
}
.form-submit {
  justify-content: center;
}

/* Desktop headline balance */
@media (min-width: 821px) {
  .hero-title { font-size: clamp(52px, 5.35vw, 82px); }
  .hero-title em { display: inline-block; white-space: nowrap; }
}

@media (max-width: 1120px) {
  .hero-inner { grid-template-columns: 1fr; }
  .hero-sequence {
    width: min(720px, 100%);
    margin: 18px auto 0;
  }
}

@media (max-width: 820px) {
  .hero-visual {
    width: 100%;
    margin: 16px 0 0;
    transform: none;
  }
  .sequence-list li { grid-template-columns: 58px 1fr; }
  .step-card { min-height: 340px; }
  .step-number { margin-bottom: 52px; }
  .user-benefit { grid-template-columns: 1fr; gap: 18px; }
  .user-benefit > p { grid-column: auto; }
}

@media (max-width: 560px) {
  .hero { padding-bottom: 64px; }
  .hero-visual {
    left: auto;
    width: 100%;
    min-height: 0;
    margin: 22px 0 0;
    transform: none;
  }
  .hero-sequence {
    padding: 24px 20px;
    border-radius: 20px;
  }
  .hero-sequence::before {
    left: 20px;
    right: 20px;
  }
  .sequence-header { padding-top: 14px; }
  .sequence-list li {
    grid-template-columns: 46px 1fr;
    gap: 14px;
    padding: 22px 0;
  }
  .sequence-list li.sequence-core {
    margin-inline: -10px;
    padding-inline: 10px;
  }
  .sequence-number { font-size: 23px; }
  .step-card { min-height: 310px; }
  .step-number { margin-bottom: 38px; }
  .contact-email { grid-template-columns: 54px 1fr; }
}

/* ============================================================
   Readability and information hierarchy
   本文は16px以上、補助ラベルも原則11〜12px以上を確保する。
   ============================================================ */

/* 採択実績は詳細セクションに集約し、ファーストビュー直下では重複表示しない */
.trust-strip { display: none !important; }

body {
  font-size: 17px;
  line-height: 1.85;
}

.desktop-nav a,
.header-cta { font-size: 14px; }
.brand-copy-clean small { font-size: 11px; }
.eyebrow { font-size: 12px; }
.hero-kicker { font-size: clamp(17px, 1.3vw, 19px); }
.hero-description { font-size: clamp(17px, 1.3vw, 19px); line-height: 1.95; }
.hero-audience { font-size: 14px; line-height: 1.7; }
.button { font-size: 15px; }

.sequence-header span { font-size: 12px; }
.sequence-header strong { font-size: clamp(26px, 2.4vw, 34px); line-height: 1.45; }
.sequence-number { font-size: 32px; }
.sequence-list small { font-size: 12px; }
.sequence-list strong { font-size: 20px; line-height: 1.55; }
.sequence-list p { font-size: 15px; line-height: 1.8; }

.section-number { font-size: 16px; }
.section-number span { font-size: 11px; }
.section-overline { font-size: 14px; }
.problem-intro > p:last-child { font-size: 17px; line-height: 1.9; }
.friction-item span { font-size: 12px; }
.friction-item strong { font-size: 19px; }
.friction-item small { font-size: 14px; line-height: 1.75; }
.card-index { font-size: 11px; }
.problem-card h3 { font-size: 25px; }
.problem-card p { font-size: 16px; line-height: 1.85; }

.how-lead { font-size: 18px; }
.step-card h3 { font-size: 27px; }
.step-card p { font-size: 16px; line-height: 1.85; }
.step-owner { font-size: 13px; }

.benefit-meta { font-size: 12px; }
.benefit-panel > p { font-size: 17px; }
.benefit-panel li { font-size: 16px; }
.user-benefit span { font-size: 11px; }
.user-benefit h3 { font-size: 27px; line-height: 1.5; }
.user-benefit p { font-size: 16px; line-height: 1.85; }

.feature-num { font-size: 15px; }
.feature-row p { font-size: 17px; line-height: 1.85; }
.programs-lead { font-size: 18px; line-height: 1.9; }
.program-card p { font-size: 12px; }
.program-card small { font-size: 13px; }
.program-link-label { font-size: 12px !important; }

.mission-copy > p { font-size: 17px; line-height: 1.9; }
.mission-statement span { font-size: 12px; }
.mission-statement p { font-size: 15px; line-height: 1.75; }
.founder-copy > p { font-size: 17px; line-height: 1.9; }
.founder-profile p { font-size: 15px; line-height: 1.8; }
.profile-tags span { font-size: 12px; }
.company-content dt { font-size: 14px; }
.company-content dd { font-size: 17px; line-height: 1.8; }

.contact-copy > p { font-size: 17px; line-height: 1.9; }
.contact-email span { font-size: 11px; }
.form-field label { font-size: 14px; }
.form-field label span { font-size: 11px; }
.form-field input,
.form-field select,
.form-field textarea { font-size: 16px; }
.privacy-check { font-size: 14px; }
.form-note { font-size: 12px; }

.footer-top > p { font-size: 15px; }
.footer-links span { font-size: 11px; }
.footer-links a { font-size: 14px; }
.footer-bottom { font-size: 11px; }

@media (max-width: 820px) {
  body { font-size: 16px; }
  .hero-kicker { font-size: 16px; }
  .hero-description { font-size: 16px; }
  .hero-audience { font-size: 13px; }
  .sequence-header span { font-size: 11px; }
  .sequence-header strong { font-size: 25px; }
  .sequence-list small { font-size: 11px; }
  .sequence-list strong { font-size: 18px; }
  .sequence-list p { font-size: 15px; }
  .problem-intro > p:last-child,
  .how-lead,
  .programs-lead,
  .mission-copy > p,
  .founder-copy > p,
  .contact-copy > p { font-size: 16px; }
}

@media (max-width: 560px) {
  .eyebrow { font-size: 11px; letter-spacing: .14em; }
  .sequence-number { font-size: 26px; }
  .section-number { font-size: 14px; }
  .section-number span { font-size: 10px; }
  .section-overline { font-size: 12px; }
  .friction-item strong { font-size: 18px; }
  .friction-item small { font-size: 14px; }
  .problem-card p,
  .step-card p,
  .benefit-panel li,
  .user-benefit p,
  .feature-row p,
  .company-content dd { font-size: 16px; }
}