.elementor-222 .elementor-element.elementor-element-9ab715b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-222 .elementor-element.elementor-element-0e18b3d{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-222 .elementor-element.elementor-element-9ab715b{--content-width:100%;}}/* Start custom CSS for html, class: .elementor-element-0e18b3d *//* ==== Tokens ==== */
:root{
  --brand-navy:#0B326F;--brand-700:#072657;--brand-500:#18408E;--brand-100:#E4ECFA;
  --accent-red:#C1121F;--accent-700:#A10E19;--accent-300:#F39A9F;--accent-100:#FCE5E7;
  --ink:#0E1116;--muted:#6B7280;--surface:#FFF;--background:#F6F8FC;--border:#E5EAF3;
  --primary-color:var(--brand-navy);--secondary-color:var(--accent-red);
  --text-color:var(--ink);--success-color:var(--brand-500);--danger-color:var(--accent-red);
}
*{margin:0;padding:0;box-sizing:border-box}
body{font-family:'Noto Sans JP',system-ui,-apple-system,'Segoe UI',sans-serif;color:var(--ink);line-height:1.6;background:var(--background)}

/* ==== Hero ==== */
.flow-hero{position:relative;overflow:hidden;text-align:center;color:var(--surface);padding:80px 20px;background:linear-gradient(135deg,var(--brand-navy),var(--brand-700))}
.flow-hero::before{content:"";position:absolute;inset:0;pointer-events:none;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") repeat}
.hero-container{max-width:900px;margin:0 auto;position:relative;z-index:1}
.hero-title{margin:0 0 1rem;font-weight:700;line-height:1.3;font-size:2.5rem}
.hero-title .highlight{color:var(--accent-300)}
.hero-subtitle{margin-bottom:2rem;opacity:.95;line-height:1.8;font-size:1.1rem}
.hero-badge{display:inline-block;padding:.5rem 1.5rem;border-radius:20px;background:rgba(255,255,255,.2);font-size:.9rem}

/* ==== Process ==== */
.process-section{padding:80px 20px;background:var(--surface)}
.process-container{max-width:1000px;margin:0 auto}
.process-header{text-align:center;margin-bottom:60px}
.section-title{margin-bottom:1rem;color:var(--ink);font-weight:700;line-height:1.4;font-size:1.5rem}
.section-subtitle{color:var(--muted);font-size:1rem}

.process-step{position:relative;display:flex;gap:2rem;margin-bottom:3rem;padding:2rem;background:var(--surface);border:1px solid var(--border);border-radius:12px;transition:.3s}
.process-step:hover{transform:translateY(-3px);box-shadow:0 8px 24px rgba(14,17,22,.08);border-color:var(--brand-100)}
.process-step::after{content:"";position:absolute;left:50px;top:100%;width:2px;height:3rem;background:linear-gradient(to bottom,var(--border),transparent)}
.process-step:last-child::after{display:none}

.step-number{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:80px;height:80px;border-radius:50%;font-weight:700;font-size:.9rem;color:var(--surface);background:linear-gradient(135deg,var(--brand-navy),var(--brand-500));box-shadow:0 4px 12px rgba(11,50,111,.2)}
.step-content{flex:1}
.step-title{margin-bottom:1rem;color:var(--ink);font-weight:700;font-size:1.5rem}

/* ==== Action chips (お客様/当社) → テキスト幅で上下中央 ==== */
.customer-action,.company-action{
  display:inline-flex;align-items:center;gap:.8rem;padding:.8rem 1rem;border-radius:8px;
  line-height:1.5;font-size:.95rem;min-height:56px;max-width:100%
}
.customer-action .action-label,.company-action .action-label{font-weight:700;line-height:1;white-space:nowrap}
.customer-action p,.company-action p{margin:0;line-height:1.5;flex:0 1 auto}
.customer-action{background:var(--brand-100);color:var(--brand-navy);border:1px solid var(--brand-500)}
.company-action{background:var(--accent-100);color:var(--accent-700);border:1px solid var(--accent-300)}

.step-description{margin-bottom:1rem;color:var(--ink);line-height:1.8}
.step-details{list-style:none}
.step-details li{position:relative;padding:.5rem 0 .5rem 1.5rem;color:var(--muted);line-height:1.6}
.step-details li::before{content:"✓";position:absolute;left:0;color:var(--brand-500);font-weight:700}

/* ==== Notes / Contract ==== */
.special-feature{margin-top:1.5rem;padding:1rem;border-left:4px solid var(--accent-red);border-radius:6px;background:var(--accent-100)}
.special-feature p{margin:0}
.contract-info{margin-top:1.5rem;padding:1rem;border:1px solid var(--brand-500);border-radius:6px;background:var(--brand-100)}
.contract-info h4{margin-bottom:.5rem;color:var(--brand-navy);font-weight:600;font-size:1.1rem}

/* ==== After service ==== */
.after-service{padding:80px 20px;background:linear-gradient(to bottom,var(--background),var(--surface))}
.after-container{max-width:1000px;margin:0 auto}
.after-title{text-align:center;margin-bottom:1rem;color:var(--ink);font-weight:700;font-size:2rem}
.after-description{text-align:center;margin-bottom:3rem;color:var(--muted);line-height:1.8}
.health-record{margin-bottom:3rem;text-align:center;padding:3rem;border:1px solid var(--border);border-radius:12px;background:var(--surface);box-shadow:0 4px 16px rgba(14,17,22,.06)}
.record-icon{margin-bottom:1rem;color:var(--brand-navy);font-size:3rem}
.health-record h3{margin-bottom:1rem;color:var(--ink);font-weight:600;font-size:1.5rem}
.health-record p{margin-bottom:2rem;color:var(--muted);line-height:1.8}
.record-features{list-style:none;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;text-align:left}
.record-features li{display:flex;align-items:center;gap:.5rem;color:var(--ink)}
.record-features i{color:var(--brand-500)}

/* ==== Campaign ==== */
.campaign-banner{padding:2rem;border-radius:12px;text-align:center;color:var(--surface);background:linear-gradient(135deg,var(--accent-red),var(--accent-700));box-shadow:0 8px 24px rgba(193,18,31,.15)}
.campaign-content{display:flex;flex-direction:column;align-items:center;gap:1rem}
.campaign-icon{font-size:2rem}
.campaign-banner h3{margin:0;font-size:1.5rem}
.campaign-banner p{margin:0;font-size:1.2rem}
.discount{font-weight:700;font-size:1.5rem;text-shadow:2px 2px 4px rgba(0,0,0,.2)}
.campaign-btn{display:inline-block;padding:.75rem 2rem;border-radius:6px;font-weight:600;text-decoration:none;background:var(--surface);color:var(--accent-red);transition:.3s;box-shadow:0 2px 8px rgba(0,0,0,.1)}
.campaign-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.15)}

/* ==== CTA ==== */
.cta-section{position:relative;text-align:center;color:var(--surface);padding:80px 20px;background:linear-gradient(135deg,var(--brand-navy),var(--brand-700))}
.cta-container{max-width:800px;margin:0 auto}
.cta-title{margin-bottom:1rem;font-size:2rem}
.cta-description{margin-bottom:2rem;opacity:.95;line-height:1.6;font-size:1.1rem}
.cta-buttons{display:flex;justify-content:center;gap:1rem;margin-bottom:2rem}
.btn-primary,.btn-secondary{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;border-radius:5px;font-weight:600;text-decoration:none;transition:.3s}
.btn-primary{background:var(--accent-red);color:#fff;box-shadow:0 4px 12px rgba(193,18,31,.2)}
.btn-secondary{background:transparent;color:#fff;border:2px solid #fff}
.btn-primary:hover{transform:translateY(-3px);background:var(--accent-700);box-shadow:0 6px 16px rgba(193,18,31,.25)}
.btn-secondary:hover{transform:translateY(-3px);background:rgba(255,255,255,.1)}
.cta-info{opacity:.9;font-size:.95rem}

/* ==== Footer ==== */
.site-footer{background:var(--ink);color:#fff;padding:50px 20px 20px}
.footer-container{max-width:1200px;margin:0 auto}
.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}
.footer-section h4{margin-bottom:1rem;font-size:1.1rem}
.footer-section ul{list-style:none}
.footer-section li{margin-bottom:.5rem}
.footer-section a{color:var(--muted);text-decoration:none;transition:.3s}
.footer-section a:hover{color:#fff}
.supervisor{color:var(--muted);line-height:1.6}
.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);color:var(--muted)}

/* ==== Responsive ==== */
@media (max-width:768px){
  .hero-title{font-size:1.8rem}
  .process-step{flex-direction:column;align-items:center;text-align:center}
  .process-step::after{left:50%;transform:translateX(-50%)}
  .customer-action,.company-action{display:grid;grid-template-columns:1fr;row-gap:.4rem;min-height:0;text-align:left}
  .cta-buttons{flex-direction:column}
  .record-features{grid-template-columns:1fr}
}/* End custom CSS */