  /* ===== PAGE HERO ===== */
  #page-hero {
    padding: 80px 40px 60px;
    background: #fff;
    position: relative; overflow: hidden;
    min-height: 320px;
    display: flex; align-items: center;
  }
  #page-hero::before {
    content: ""; position: absolute;
    top: 50%; right: 10%; transform: translateY(-50%);
    width: 280px; height: 280px; border-radius: 50%;
    background: radial-gradient(circle, var(--accent3) 0%, rgba(224,242,244,.4) 50%, transparent 80%); filter: blur(20px); z-index: 0;
    opacity: .55;
  }
  .page-hero-inner { max-width: 1200px; margin: 0 auto; position: relative; z-index: 2; width: 100%; }
  .page-hero-stamp {
    position: absolute;
    right: 0; top: 50%; transform: translateY(-50%);
    font-size: clamp(80px, 13vw, 180px);
    font-weight: 900; color: var(--accent);
    opacity: .10; letter-spacing: -.04em;
    font-family: "Inter", "Helvetica Neue", sans-serif;
    line-height: 1; pointer-events: none; z-index: 1;
    white-space: nowrap;
  }
  .page-hero-eyebrow {
    display: inline-block;
    font-size: 13px; font-weight: 800; letter-spacing: .35em;
    color: var(--accent); margin-bottom: 28px;
    padding-bottom: 6px; border-bottom: 2px solid var(--accent);
  }
  .page-hero h1 {
    font-size: 56px; font-weight: 900; color: var(--navy);
    line-height: 1.3; margin-bottom: 28px; letter-spacing: -.01em;
  }
  .page-hero h1 em { color: var(--accent); font-style: normal; }
  .page-hero p {
    font-size: 17px; color: var(--text); line-height: 2.1;
    max-width: 760px; font-weight: 500;
  }

  /* ===== ORIGIN / STORY ===== */
  #origin {
    padding: 140px 40px;
    background: var(--bg2);
  }
  .origin-inner { max-width: 1100px; margin: 0 auto; }
  .origin-header { text-align: center; margin-bottom: 64px; }
  .origin-header .eyebrow {
    font-size: 13px; font-weight: 800; letter-spacing: .4em;
    color: var(--accent); margin-bottom: 20px;
  }
  .origin-header h2 {
    font-size: 44px; font-weight: 900; color: var(--navy);
    line-height: 1.4; letter-spacing: -.01em;
  }
  .origin-header h2 em { color: var(--accent); font-style: normal; }

  .origin-card {
    background: #fff; border-radius: 8px;
    padding: 64px 72px;
    box-shadow: 0 20px 60px rgba(26,31,46,.06);
    position: relative;
  }
  .origin-name {
    text-align: center; margin-bottom: 40px;
    padding-bottom: 32px; border-bottom: 1px solid var(--border);
  }
  .origin-name .label {
    font-size: 12px; letter-spacing: .35em; color: var(--accent);
    font-weight: 800; margin-bottom: 12px;
  }
  .origin-name .name-jp {
    font-size: 56px; font-weight: 900; color: var(--navy);
    line-height: 1; letter-spacing: .04em; margin-bottom: 14px;
  }
  .origin-name .name-jp em {
    color: var(--accent); font-style: normal;
  }
  .origin-name .meaning {
    font-size: 16px; color: var(--muted); font-weight: 500;
  }
  .origin-name .meaning strong {
    color: var(--navy); font-weight: 800;
    display: inline-block; padding: 0 6px;
  }
  .origin-body p {
    font-size: 17px; color: var(--text); line-height: 2.1;
    margin-bottom: 20px; font-weight: 500;
  }
  .origin-body p:last-child { margin-bottom: 0; }
  .origin-body em {
    color: var(--accent); font-style: normal; font-weight: 800;
  }

  /* ===== MISSION ===== */
  #mission {
    padding: 140px 40px;
    background: #fff;
    position: relative; overflow: hidden;
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
  }
  .mission-inner {
    max-width: 1000px; margin: 0 auto;
    position: relative; z-index: 2;
    text-align: center;
  }
  .mission-eyebrow {
    display: inline-block;
    font-size: 13px; font-weight: 800; letter-spacing: .4em;
    color: var(--accent); margin-bottom: 28px;
    padding-bottom: 8px;
    border-bottom: 2px solid var(--accent);
  }
  .mission-statement {
    font-size: 52px; font-weight: 900; color: var(--navy);
    line-height: 1.5; margin-bottom: 40px; letter-spacing: -.01em;
  }
  .mission-statement em {
    color: var(--accent); font-style: normal;
    font-weight: 900;
  }
  .mission-body p {
    font-size: 17px; color: var(--text);
    line-height: 2.1; max-width: 760px; margin: 0 auto 16px;
    font-weight: 500;
    text-wrap: balance;
  }
  .mission-body p strong { color: var(--accent) !important; }

  /* ===== REPRESENTATIVE ===== */
  #rep {
    padding: 140px 40px;
    background: #fff;
  }
  .rep-inner { max-width: 1200px; margin: 0 auto; }
  .rep-header { margin-bottom: 64px; }
  .rep-header .eyebrow {
    font-size: 13px; font-weight: 800; letter-spacing: .4em;
    color: var(--accent); margin-bottom: 20px;
  }
  .rep-header h2 {
    font-size: 44px; font-weight: 900; color: var(--navy);
    line-height: 1.4; letter-spacing: -.01em;
  }

  .rep-grid {
    display: grid; grid-template-columns: 400px 1fr; gap: 80px;
    align-items: start;
  }
  .rep-photo-wrap {
    position: relative;
  }
  .rep-photo-box {
    position: relative;
  }
  .rep-photo {
    aspect-ratio: 4/5; border-radius: 4px; overflow: hidden;
    box-shadow: 0 24px 48px rgba(26,31,46,.15);
    position: relative; z-index: 2;
  }
  .rep-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
  .rep-photo-box::after {
    content: ""; position: absolute;
    bottom: -20px; right: -20px;
    width: 140px; height: 140px;
    border: 2px solid var(--accent);
    border-radius: 4px;
    z-index: 1;
  }

  .rep-body .role-label {
    font-size: 12px; letter-spacing: .35em; color: var(--accent);
    font-weight: 800; margin-bottom: 14px;
  }
  .rep-body h3 {
    font-size: 44px; font-weight: 900; color: var(--navy);
    line-height: 1.2; margin-bottom: 10px; letter-spacing: -.01em;
  }
  .rep-body h3 small {
    display: block; font-size: 13px; color: var(--muted);
    letter-spacing: .15em; font-weight: 700;
    margin-top: 14px;
  }
  .rep-body .rep-text {
    margin-top: 28px;
  }
  .rep-body .rep-text p {
    font-size: 17px; color: var(--text); line-height: 2.05;
    margin-bottom: 18px; font-weight: 500;
  }
  .rep-body .rep-text em {
    color: var(--accent); font-style: normal; font-weight: 800;
  }

  /* タイムライン */
  .rep-timeline {
    margin-top: 36px; padding: 32px 0;
    border-top: 1px solid var(--border);
  }
  .rep-timeline .tl-title {
    font-size: 12px; font-weight: 800; letter-spacing: .35em;
    color: var(--accent); margin-bottom: 20px;
  }
  .tl-item {
    display: grid; grid-template-columns: 100px 1fr;
    gap: 24px; padding: 12px 0;
    align-items: baseline;
  }
  .tl-year {
    font-size: 13px; font-weight: 800; color: var(--navy);
    letter-spacing: .05em;
  }
  .tl-desc {
    font-size: 14px; color: var(--text); line-height: 1.7;
  }

  /* 代表 SNS リンク（写真下に配置） */
  .rep-sns {
    margin-top: 48px;
    padding-top: 0;
  }
  .rep-sns-label {
    font-size: 13px;
    font-weight: 700;
    color: var(--muted);
    margin-bottom: 14px;
    line-height: 1.7;
  }
  .rep-sns-label strong {
    color: var(--navy);
    font-weight: 800;
    font-size: 13px;
    letter-spacing: .02em;
  }
  .rep-sns-links {
    display: flex;
    gap: 12px;
    align-items: center;
  }
  .rep-sns-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1.5px solid var(--border);
    color: var(--navy);
    background: #fff;
    transition: all .2s ease;
    text-decoration: none;
  }
  .rep-sns-icon:hover {
    background: var(--accent);
    border-color: var(--accent);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0,151,178,.18);
  }
  .rep-sns-icon svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
  }

  /* ===== WHY US ===== */
  #why-us {
    padding: 140px 40px;
    background: var(--bg2);
  }
  .why-inner { max-width: 1200px; margin: 0 auto; }
  .why-header { text-align: center; margin-bottom: 80px; }
  .why-header .eyebrow {
    font-size: 13px; font-weight: 800; letter-spacing: .4em;
    color: var(--accent); margin-bottom: 20px;
  }
  .why-header h2 {
    font-size: 44px; font-weight: 900; color: var(--navy);
    line-height: 1.4; letter-spacing: -.01em;
  }
  .why-header h2 em { color: var(--accent); font-style: normal; }

  .why-grid {
    display: grid; grid-template-columns: repeat(3,1fr); gap: 24px;
  }
  .why-card {
    background: #fff; border-radius: 8px;
    padding: 48px 36px;
    box-shadow: 0 12px 32px rgba(26,31,46,.05);
    position: relative;
    border-top: 4px solid var(--accent);
  }
  .why-card .num {
    font-size: 56px; font-weight: 900; color: var(--accent3);
    line-height: 1; letter-spacing: -.02em;
    font-family: "Inter","Hiragino Kaku Gothic ProN",sans-serif;
    margin-bottom: 16px;
  }
  .why-card h3 {
    font-size: 22px; font-weight: 900; color: var(--navy);
    line-height: 1.5; margin-bottom: 16px;
  }
  .why-card p {
    font-size: 15px; color: var(--text); line-height: 2;
    font-weight: 500;
  }
  .why-card p strong { color: var(--accent); font-weight: 800; }

  /* ===== COMPANY ===== */
  #company {
    padding: 120px 40px;
    background: #fff;
  }
  .company-inner { max-width: 1000px; margin: 0 auto; }
  .company-header { margin-bottom: 56px; text-align: center; }
  .company-header .eyebrow {
    font-size: 13px; font-weight: 800; letter-spacing: .4em;
    color: var(--accent); margin-bottom: 20px;
  }
  .company-header h2 {
    font-size: 40px; font-weight: 900; color: var(--navy);
    letter-spacing: -.01em;
  }

  .company-table {
    background: #fff;
    border: 1px solid var(--border); border-radius: 8px;
    overflow: hidden;
  }
  .company-row {
    display: grid; grid-template-columns: 200px 1fr;
    border-bottom: 1px solid var(--border);
  }
  .company-row:last-child { border-bottom: none; }
  .company-row dt {
    padding: 24px 32px;
    background: var(--bg2);
    font-size: 13px; font-weight: 800; color: var(--accent);
    letter-spacing: .15em;
    display: flex; align-items: center;
  }
  .company-row dd {
    padding: 24px 32px;
    font-size: 15px; color: var(--text); line-height: 1.95;
    font-weight: 500;
  }

  /* ===== CTA ===== */
  #cta {
    padding: 60px 40px; background: var(--navy); color: #fff;
    text-align: center;
    position: relative; overflow: hidden;
  }
  #cta::before {
    content: ""; position: absolute;
    top: -200px; right: -200px;
    width: 600px; height: 600px; border-radius: 50%;
    background: var(--accent); opacity: .15;
  }
  .cta-inner { max-width: 760px; margin: 0 auto; position: relative; z-index: 2; }
  .cta-eyebrow {
    font-size: 13px; font-weight: 800; letter-spacing: .4em;
    color: var(--accent); margin-bottom: 28px;
  }
  .cta-inner h2 {
    font-size: 48px; font-weight: 900; color: #fff;
    line-height: 1.5; margin-bottom: 28px; letter-spacing: -.01em;
  }
  .cta-inner h2 em { color: var(--accent); font-style: normal; }
  .cta-inner p {
    font-size: 17px; color: rgba(255,255,255,.85); line-height: 2;
    margin-bottom: 44px;
  }

  @media (max-width: 900px) {
    #page-hero { padding: 60px 24px 48px; min-height: auto; }
    #page-hero::before { width: 280px; height: 280px; right: -80px; }
    .page-hero-inner { grid-template-columns: 1fr; gap: 40px; }
    .page-hero h1 { font-size: 36px; }
    .page-hero-stamp { font-size: clamp(60px, 16vw, 120px); opacity: .08; right: -4%; }
    .page-hero-visual { aspect-ratio: 4/3; max-width: 480px; margin: 0 auto; }
    .origin-card { padding: 36px 28px; }
    .origin-name .name-jp { font-size: 36px; }
    .origin-header h2 { font-size: 26px; }
    .mission-statement { font-size: 28px; }
    .rep-grid { grid-template-columns: 1fr; gap: 40px; }
    .rep-photo { max-width: 320px; margin: 0 auto; }
    .rep-photo-box::after { display: none; }
    .rep-body h3 { font-size: 30px; }
    .why-grid { grid-template-columns: 1fr; }
    .why-header h2, .rep-header h2 { font-size: 28px; }
    .company-row { grid-template-columns: 1fr; }
    .company-row dt { padding: 16px 24px 8px; }
    .company-row dd { padding: 0 24px 16px; }
  }
  @media (max-width: 600px) {
    #page-hero { padding: 48px 20px 40px; }
    .page-hero h1 { font-size: 28px; }
    .page-hero p { font-size: 15px; }
    .page-hero-stamp { font-size: clamp(48px, 18vw, 90px); opacity: .07; }
    .mission-statement { font-size: 22px; }
  }
