body { font-family: 'Noto Sans JP', sans-serif; font-size: 14px; background: var(--tp-cream); color: var(--tp-text); line-height: 1.6; }

/* ─── BREADCRUMB ─── */
.sv-breadcrumb { background: var(--tp-cream2); border-bottom: 1px solid var(--tp-border); padding: 10px 0; }
.sv-breadcrumb a { font-size: 12px; color: var(--tp-text2); padding: 0 24px; display: inline-block; transition: color .15s; }
.sv-breadcrumb a:hover { color: var(--tp-orange); }

/* ─── HERO QUOTE (brand-hero内追加テキスト) ─── */
.bh-quote { font-size: 13px; color: rgba(255,255,255,0.55); line-height: 1.8; margin-top: 12px; border-left: 2px solid rgba(255,255,255,0.2); padding-left: 12px; }

/* ─── BTN ─── */
.btn-main { background: var(--tp-orange); color: #fff; font-size: 13px; font-weight: 700; padding: 11px 28px; border-radius: 6px; display: inline-block; transition: opacity .15s; }
.btn-main:hover { opacity: 0.85; }

/* ─── INTRO (hero直下テキスト) ─── */
.sv-intro { padding: 28px 0; border-bottom: 1px solid var(--tp-border); background: var(--tp-cream2); }
.sv-intro-text { font-size: 15px; color: var(--tp-text); line-height: 1.9; font-weight: 700; padding: 0 24px; max-width: 860px; margin: 0 auto; }

/* ─── SECTION BASE ─── */
.section { padding: 52px 0; border-bottom: 1px solid var(--tp-border); }
.section:last-child { border-bottom: none; }
.container { max-width: 860px; margin: 0 auto; padding: 0 24px; }
.section-header { margin-bottom: 28px; }
.section-num { font-size: 11px; font-weight: 700; color: var(--tp-orange); letter-spacing: .14em; display: block; margin-bottom: 10px; }
.section-title { font-size: 1.4rem; font-weight: 800; color: var(--tp-text); letter-spacing: -.01em; line-height: 1.3; display: inline; }
.section-sub { font-size: 13px; color: var(--tp-text2); display: inline; margin-left: 10px; }

/* ─── PROBLEMS ─── */
.problems { list-style: none; display: flex; flex-direction: column; gap: 0; }
.problems li { font-size: 14px; color: var(--tp-text); line-height: 1.7; padding: 12px 0; border-bottom: 1px solid var(--tp-border); display: flex; gap: 10px; align-items: flex-start; }
.problems li:first-child { border-top: 1px solid var(--tp-border); }
.problems li::before { content: '→'; color: var(--tp-orange); font-weight: 700; flex-shrink: 0; }

/* ─── SERVICE ITEMS ─── */
.sv-items { display: flex; flex-direction: column; gap: 12px; }
.sv-item { background: #fff; border: 1px solid var(--tp-border); border-radius: 12px; padding: 20px 24px; display: grid; grid-template-columns: 160px 1fr; gap: 20px; }
.sv-item-label { font-size: 13px; font-weight: 700; color: var(--tp-text); line-height: 1.5; padding-top: 1px; }
.sv-item-body { font-size: 13px; color: var(--tp-text2); line-height: 1.85; }

/* ─── FLOW ─── */
.sv-steps { display: flex; flex-direction: column; gap: 0; }
.sv-step { display: flex; gap: 16px; align-items: flex-start; padding: 16px 0; border-bottom: 1px solid var(--tp-border); }
.sv-step:first-child { border-top: 1px solid var(--tp-border); }
.sv-step-num { font-family: 'Syne', sans-serif; font-size: 11px; font-weight: 700; color: var(--tp-orange); letter-spacing: .12em; flex-shrink: 0; width: 28px; padding-top: 2px; }
.sv-step-body { font-size: 14px; color: var(--tp-text); line-height: 1.7; }

/* ─── DELIVERABLES (chips) ─── */
.sv-deliverables { display: flex; flex-wrap: wrap; gap: 8px; }
.sv-deliverable { background: #fff; border: 1px solid var(--tp-border); padding: 8px 16px; font-size: 13px; border-radius: 99px; color: var(--tp-text); }

/* ─── DELIVERABLES (detailed list) ─── */
.sv-deliv-list { display: flex; flex-direction: column; }
.sv-deliv-item { display: grid; grid-template-columns: 180px 1fr; gap: 16px; padding: 16px 0; border-bottom: 1px solid var(--tp-border); }
.sv-deliv-item:first-child { border-top: 1px solid var(--tp-border); }
.sv-deliv-label { font-size: 13px; font-weight: 700; color: var(--tp-text); line-height: 1.5; }
.sv-deliv-body { font-size: 13px; color: var(--tp-text2); line-height: 1.75; }

/* ─── HERO KICKER ─── */
.hero-kicker { font-family: 'Syne', sans-serif; font-size: 1rem; font-weight: 800; color: var(--tp-text); margin: 14px 0 8px; }
.hero-body-note { font-size: 14px; color: var(--tp-text); font-weight: 700; margin-bottom: 0; }

/* ─── COVERAGE ─── */
.sv-coverage { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.sv-coverage-col { background: #fff; border: 1px solid var(--tp-border); border-radius: 12px; padding: 20px 24px; }
.sv-coverage-title { font-size: 12px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; margin-bottom: 14px; }
.sv-coverage-title.ok { color: var(--tp-green); }
.sv-coverage-title.ng { color: var(--tp-text3); }
.sv-coverage-list { list-style: none; display: flex; flex-direction: column; gap: 9px; }
.sv-coverage-list li { font-size: 13px; color: var(--tp-text2); display: flex; gap: 8px; line-height: 1.5; align-items: flex-start; }
.sv-coverage-list.ok li::before { content: '✓'; color: var(--tp-green); flex-shrink: 0; font-weight: 700; }
.sv-coverage-list.ng li::before { content: '×'; color: var(--tp-text3); flex-shrink: 0; font-weight: 700; }

/* ─── PRICING ─── */
.pricing-note { font-size: 13px; color: var(--tp-text2); line-height: 1.9; margin-bottom: 20px; }
.price-card { background: #fff; border: 1px solid var(--tp-border); border-radius: 12px; padding: 28px 32px; }
.price-main { display: flex; align-items: baseline; gap: 10px; margin-bottom: 6px; }
.price-amount { font-family: 'Noto Sans JP', sans-serif; font-size: 2rem; font-weight: 900; color: var(--tp-text); letter-spacing: -0.02em; }
.price-unit { font-size: 13px; color: var(--tp-text2); }
.price-sub { font-size: 13px; color: var(--tp-text2); margin-bottom: 20px; }
.price-suits-title { font-size: 11px; font-weight: 700; color: var(--tp-text3); letter-spacing: .08em; text-transform: uppercase; margin-bottom: 8px; }
.price-suits { list-style: none; display: flex; flex-direction: column; gap: 6px; }
.price-suits li { font-size: 13px; color: var(--tp-text2); display: flex; gap: 8px; line-height: 1.6; }
.price-suits li::before { content: '・'; color: var(--tp-orange); flex-shrink: 0; }
.price-remarks { margin-top: 20px; padding-top: 16px; border-top: 1px solid var(--tp-border); font-size: 12px; color: var(--tp-text3); line-height: 1.9; }

/* ─── PLANS (月額用) ─── */
.sv-plans { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.sv-plan { background: #fff; border: 1px solid var(--tp-border); border-radius: 12px; padding: 22px 20px; }
.sv-plan-name { font-size: 11px; font-weight: 700; color: var(--tp-text3); letter-spacing: .06em; margin-bottom: 8px; }
.sv-plan-price { font-family: 'Noto Sans JP', sans-serif; font-size: 1.35rem; font-weight: 900; color: var(--tp-text); margin-bottom: 10px; letter-spacing: -0.01em; }
.sv-plan-desc { font-size: 12px; color: var(--tp-text2); line-height: 1.75; }

/* ─── CTA ─── */
.sv-cta { padding: 52px 0; text-align: center; background: var(--tp-cream2); border-top: 1px solid var(--tp-border); }
.sv-cta-title { font-size: 1.25rem; font-weight: 800; color: var(--tp-text); margin-bottom: 12px; line-height: 1.5; }
.sv-cta-body { font-size: 14px; color: var(--tp-text2); line-height: 1.9; margin-bottom: 24px; }
.sv-cta-btn { background: var(--tp-orange); color: #fff; font-size: 14px; font-weight: 700; padding: 13px 36px; border-radius: 6px; display: inline-block; transition: opacity .15s; }
.sv-cta-btn:hover { opacity: 0.85; }

/* ─── RESPONSIVE ─── */
@media (max-width: 600px) {
  .hero h1 { font-size: 1.55rem; }
  .hero { padding: 40px 0 36px; }
  .sv-item { grid-template-columns: 1fr; gap: 6px; }
  .sv-plans { grid-template-columns: 1fr; }
  .sv-deliv-item { grid-template-columns: 1fr; gap: 4px; }
  .sv-coverage { grid-template-columns: 1fr; }
}
