:root{color-scheme:light;--brand-50: #eef6ff;--brand-100: #d8eaff;--brand-200: #acd3ff;--brand-500: #0b5fd3;--brand-600: #063d91;--brand-900: #08254d;--ink: #07172f;--text: #26364f;--muted: #64748b;--line: rgba(15, 35, 56, .13);--surface: #ffffff;--page: #f7f9fc;--shadow: 0 18px 52px rgba(8, 37, 77, .11);font-family:Noto Sans JP,Hiragino Sans,Hiragino Kaku Gothic ProN,Yu Gothic UI,Yu Gothic,Meiryo,system-ui,sans-serif;background:var(--page);color:var(--text);scroll-behavior:smooth}*{box-sizing:border-box}html,body{width:100%;max-width:100%;min-width:320px;margin:0;overflow-x:hidden;background:var(--page)}body{min-height:100vh}img{display:block;max-width:100%}a{color:inherit}h1,h2,h3,p{margin:0}figure{margin:0}p,li,a,h1,h2,h3{overflow-wrap:anywhere}.container{width:min(1120px,calc(100vw - 40px));margin-inline:auto}.site-header{position:sticky;top:0;z-index:50;border-bottom:1px solid var(--line);background:#fffffff0;backdrop-filter:blur(16px)}.header-inner{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:24px;align-items:center;min-height:68px}.brand{display:inline-flex;align-items:center;gap:10px;color:var(--ink);font-size:1.05rem;font-weight:900;text-decoration:none;white-space:nowrap}.brand-mark{display:inline-grid;place-items:center;width:36px;height:36px;border-radius:8px;background:var(--brand-900);color:#fff;font-size:.96rem;font-weight:950}.nav{display:flex;justify-content:center;gap:4px}.nav a,.header-cta{min-height:42px;border-radius:8px;padding:11px 12px;color:#475569;font-size:.9rem;font-weight:800;line-height:1.1;text-decoration:none}.nav a:hover,.header-cta:hover{background:var(--brand-50);color:var(--brand-600)}.header-cta{justify-self:end;border:1px solid var(--brand-200);color:var(--brand-600)}main{min-height:60vh}.hero{position:relative;overflow:hidden;border-bottom:1px solid var(--brand-100);background:#fff}.hero-grid{display:grid;grid-template-columns:minmax(0,.96fr) minmax(0,1.04fr);gap:42px;align-items:center;min-height:clamp(560px,76svh,720px);padding-block:76px}.hero:before{position:absolute;inset:0;background-image:linear-gradient(rgba(11,95,211,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(11,95,211,.055) 1px,transparent 1px);background-size:28px 28px;content:""}.hero-copy,.hero-media{position:relative;z-index:1}.hero-copy:before{display:block;width:104px;height:2px;margin-bottom:28px;background:var(--brand-600);content:""}.hero h1,.page-hero h1{color:var(--ink);font-size:clamp(2.65rem,5.8vw,5.1rem);font-weight:950;line-height:1.02;letter-spacing:0}.hero-lead,.page-lead{margin-top:22px;color:#14243c;font-size:clamp(1.18rem,1.7vw,1.58rem);font-weight:800;line-height:1.48}.hero-body{margin-top:18px;color:var(--muted);font-size:1rem;line-height:1.9;white-space:pre-line}.actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;max-width:100%;border:2px solid transparent;border-radius:8px;padding:12px 18px;font-size:.94rem;font-weight:900;line-height:1.2;text-align:center;text-decoration:none;transition:transform .16s ease,background .16s ease,border .16s ease}.btn:hover{transform:translateY(-1px)}.btn.primary{border-color:var(--brand-600);background:var(--brand-600);color:#fff;box-shadow:0 14px 34px #063d9133}.btn.outline{border-color:var(--brand-600);background:#fff;color:var(--brand-600)}.hero-media{min-height:430px;overflow:hidden;border:1px solid var(--brand-100);border-radius:8px;background:var(--brand-900);box-shadow:var(--shadow)}.hero-media img{width:100%;height:100%;min-height:430px;object-fit:cover;filter:saturate(1.08)}.hero-media:after{position:absolute;inset:20px;border:1px solid rgba(255,255,255,.34);content:""}.section{padding-block:78px}.section.white{background:#fff}.section-head{max-width:760px;margin-bottom:34px}.section-head h2,.page-section h2,.cta-panel h2{color:var(--ink);font-size:clamp(2rem,4.2vw,3.55rem);font-weight:950;line-height:1.08;letter-spacing:0}.section-head p,.page-section>p,.cta-panel p{margin-top:14px;color:var(--muted);line-height:1.85}.grid-3,.grid-2,.pricing-grid{display:grid;gap:16px}.grid-3,.pricing-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.card,.price-card,.work-card{border:1px solid var(--line);border-radius:8px;background:#fff;box-shadow:0 10px 28px #0f23380f}.card,.price-card{padding:26px}.card{text-decoration:none}.card h2,.card h3,.price-card h2,.work-card h2,.process-step h3{color:var(--ink);font-size:1.12rem;line-height:1.45}.card p,.price-card p,.work-card p,.process-step p,.card li{color:var(--muted);line-height:1.75}.card p,.price-card p{margin-top:12px}.card ul{margin:18px 0 0;padding:0;list-style:none}.card li{position:relative;padding-left:22px}.card li+li{margin-top:8px}.card li:before{position:absolute;top:.7em;left:0;width:7px;height:7px;border-radius:999px;background:var(--brand-500);content:""}.process-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;overflow:hidden;border:1px solid var(--line);border-radius:8px;background:var(--line)}.process-step{min-height:220px;padding:24px;background:#fff}.step-index,.category{display:block;color:var(--brand-600);font-size:.82rem;font-weight:950}.step-index{margin-bottom:22px}.page-hero{border-bottom:1px solid var(--line);background:#fff;padding-block:80px 58px}.page-hero .container{max-width:880px}.price{margin-top:16px;color:var(--ink);font-size:clamp(1.7rem,2.8vw,2.3rem);font-weight:950;line-height:1.05}.work-card{overflow:hidden}.work-card img{width:100%;aspect-ratio:16 / 9;object-fit:cover;background:var(--brand-50)}.work-body{display:grid;gap:16px;padding:26px}.detail-grid{display:grid;gap:12px;border-top:1px solid var(--line);padding-top:18px}.detail-grid strong{display:block;margin-bottom:4px;color:var(--ink);font-size:.9rem}.form-shell{display:grid;grid-template-columns:minmax(0,.75fr) minmax(0,1.25fr);gap:34px;align-items:start}.form-panel{border:1px solid var(--line);border-radius:8px;padding:28px;background:#fff;box-shadow:var(--shadow)}.form-grid{display:grid;gap:18px}.field label{display:block;margin-bottom:8px;color:var(--ink);font-size:.9rem;font-weight:850}.field input,.field select,.field textarea{width:100%;border:1px solid #cbd5e1;border-radius:8px;padding:13px 14px;background:#fff;color:var(--text);font:inherit;line-height:1.5}.field textarea{min-height:170px;resize:vertical}.faq-list{display:grid;gap:12px;margin-top:24px}.faq-list details,.policy-section{border:1px solid var(--line);border-radius:8px;background:#fff}.faq-list summary{cursor:pointer;padding:16px 18px;color:var(--ink);font-weight:850}.faq-list p{padding:0 18px 18px;color:var(--muted);line-height:1.8}.policy-section{padding:24px}.policy-section+.policy-section{margin-top:14px}.policy-section h2{color:var(--ink);font-size:1.2rem}.policy-section p{margin-top:10px;color:var(--muted);line-height:1.8}.cta-panel{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:26px;align-items:center;border-radius:8px;padding:34px;background:var(--brand-900);color:#fff}.cta-panel h2,.cta-panel p{color:#fff}.cta-panel p{opacity:.78}.site-footer{border-top:1px solid var(--line);background:#07172f;color:#cbd5e1}.footer-inner{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:28px;padding-block:38px}.footer-inner p{margin-top:10px;color:#94a3b8;line-height:1.75}.footer-links{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px 18px}.footer-links a{color:#dbeafe;font-size:.92rem;font-weight:750;text-decoration:none}@media(max-width:980px){.nav{display:none}.header-inner{grid-template-columns:minmax(0,1fr) auto}.hero-grid,.form-shell,.cta-panel,.footer-inner{grid-template-columns:1fr}.hero-grid{min-height:0;padding-block:58px}.grid-3,.pricing-grid,.process-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.footer-links{justify-content:flex-start}}@media(max-width:640px){.container{width:auto;margin-inline:16px}.header-inner{gap:12px}.brand span:last-child{display:none}.header-cta{display:none}.hero h1,.page-hero h1{font-size:clamp(2.25rem,13vw,3.2rem)}.hero-media,.hero-media img{min-height:270px}.hero-copy,.hero-lead,.hero-body{max-width:calc(100vw - 32px)}.grid-3,.grid-2,.pricing-grid,.process-grid{grid-template-columns:1fr}.section,.page-hero{padding-block:58px}.actions,.btn{width:100%}.hero h1,.page-hero h1{font-size:clamp(1.8rem,8.8vw,2.45rem);line-height:1.18}.hero-lead,.page-lead{font-size:1rem;line-height:1.65}.hero-body{font-size:.94rem;overflow-wrap:anywhere;word-break:break-all}main :where(h1,h2,h3,p,li,a),.header-cta{word-break:normal;line-break:strict}.hero-body{word-break:break-all}}.hero-copy,.hero-media,.card,.price-card,.work-card,.form-panel{min-width:0}.hero h1,.page-hero h1{max-width:100%;overflow-wrap:anywhere}.hero h1,.hero-lead{white-space:pre-line}
