.mc-page-hero-wrap { padding: 120px 0 50px; background: linear-gradient(180deg, #fff 0%, #FAFAFB 100%); border-bottom: 1px solid var(--mc-line); }
  .mc-page-hero-bc { font-family: var(--mc-font-en); font-size: 11px; color: var(--mc-text-3); letter-spacing: 0.12em; margin-bottom: 24px; }
  .mc-page-hero-bc a:hover { color: var(--mc-red); }
  .mc-page-hero-tagline { color: var(--mc-red); font-weight: 700; font-size: 15px; line-height: 1.7; margin-top: 16px; }
  .mc-page-hero-desc { color: var(--mc-text-2); line-height: 2; font-size: 14.5px; max-width: 640px; margin-top: 14px; }

  .mc-svc-detail { padding: 64px 0; }
  .mc-svc-detail.alt { background: #FAFAFB; }
  .mc-svc-detail-head { display: grid; grid-template-columns: 280px 1fr; gap: 48px; margin-bottom: 36px; align-items: end; }
  .mc-svc-detail-head .num { font-family: var(--mc-font-en); font-weight: 800; font-size: 60px; letter-spacing: -0.03em; line-height: 1; color: var(--mc-red); }
  .mc-svc-detail-head h2 { font-family: var(--mc-font-display); font-size: 26px; font-weight: 700; line-height: 1.5; }
  .mc-svc-detail-head .en { font-family: var(--mc-font-en); font-size: 11px; font-weight: 700; letter-spacing: 0.18em; color: var(--mc-text-3); margin-bottom: 8px; }
  .mc-svc-detail-body { font-size: 15px; line-height: 2.05; color: var(--mc-text); max-width: 860px; }
  .mc-svc-detail-body strong { background: linear-gradient(transparent 60%, #ffe5e8 60%); padding: 0 2px; font-weight: 700; }

  .mc-feat-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; max-width: 1080px; }
  .mc-feat-card { background: #fff; border: 1px solid var(--mc-line); border-radius: 10px; padding: 22px 24px; transition: border-color .2s, box-shadow .2s; }
  .mc-feat-card:hover { border-color: var(--mc-red); }
  .mc-feat-card .n { font-family: var(--mc-font-en); font-weight: 800; color: var(--mc-red); font-size: 13px; letter-spacing: 0.06em; }
  .mc-feat-card h4 { font-size: 15px; font-weight: 700; margin: 8px 0 10px; line-height: 1.5; }
  .mc-feat-card p { font-size: 12.5px; color: var(--mc-text-2); line-height: 1.85; }

  .mc-target-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; max-width: 1080px; }
  .mc-target-item { background: #fff; border: 1px solid var(--mc-line); border-radius: 10px; padding: 22px 24px; display: flex; align-items: flex-start; gap: 14px; }
  .mc-target-item:last-child { grid-column: 1 / -1; max-width: calc(50% - 7px); }
  .mc-target-item .icon { color: var(--mc-red); flex-shrink: 0; margin-top: 2px; }
  .mc-target-item h4 { font-size: 14px; font-weight: 700; line-height: 1.6; }
  .mc-target-item p { font-size: 12.5px; color: var(--mc-text-2); line-height: 1.85; margin-top: 4px; }

  .mc-apply-final { padding: 64px 0; background: var(--mc-ink); color: #fff; }
  .mc-apply-final h2 { font-family: var(--mc-font-display); font-size: clamp(28px, 4vw, 38px); font-weight: 700; line-height: 1.5; text-align: center; margin-bottom: 12px; }
  .mc-apply-final p { text-align: center; color: rgba(255,255,255,0.7); font-size: 14px; line-height: 2; max-width: 640px; margin: 0 auto 32px; }
  .mc-apply-final .actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
  .mc-apply-final .actions a { display: inline-flex; align-items: center; gap: 10px; padding: 14px 28px; border-radius: 6px; font-weight: 700; font-size: 14px; transition: all .2s; }
  .mc-apply-final .primary { background: var(--mc-red); color: #fff; }
  .mc-apply-final .primary:hover { background: var(--mc-red-dark); }
  .mc-apply-final .secondary { background: rgba(255,255,255,0.1); color: #fff; border: 1px solid rgba(255,255,255,0.2); }
  .mc-apply-final .secondary:hover { background: rgba(255,255,255,0.16); }

  @media (max-width: 960px) {
    .mc-svc-detail-head { grid-template-columns: 1fr; gap: 12px; }
    .mc-feat-grid, .mc-target-list { grid-template-columns: 1fr; }
    .mc-target-item:last-child { max-width: 100%; }
  }
