:root{--bg:#faf8f3;--surface:#fff;--ink:#2b2b2b;--muted:#6b6256;--green:#1f6f54;--green-dark:#18583f;--gold:#9a7b4f;--border:#e4ddcf;--error:#9a3b2f;--radius:10px}*{box-sizing:border-box}body,html{margin:0;padding:0}body{background:var(--bg);color:var(--ink);font-family:Noto Sans JP,system-ui,-apple-system,Hiragino Kaku Gothic ProN,Meiryo,sans-serif;line-height:1.75;-webkit-font-smoothing:antialiased}.container{max-width:640px;margin:0 auto;padding:48px 20px 80px}h1,h2{font-family:"Noto Serif JP",serif;color:var(--green-dark);line-height:1.4}h1{font-size:1.7rem;margin:0 0 12px}.lead{color:var(--muted);margin:0 0 28px}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:28px 24px;display:flex;flex-direction:column;gap:14px}label{font-weight:500;font-size:.95rem}input[type=email],input[type=text]{width:100%;padding:12px 14px;border:1px solid var(--border);border-radius:8px;font-size:1rem;background:#fff;color:var(--ink)}input:focus{outline:2px solid var(--green);outline-offset:1px;border-color:var(--green)}.button-link,button{display:inline-block;background:var(--green);color:#fff;border:none;padding:13px 22px;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;text-decoration:none;text-align:center;transition:background .15s ease}.button-link:hover,button:hover{background:var(--green-dark)}button:disabled{background:var(--gold);opacity:.7;cursor:progress}.hint{font-size:.83rem;color:var(--muted);margin:0}.error{color:var(--error);font-size:.9rem}.turnstile{min-height:65px}.hp-field{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}fieldset{border:1px solid var(--border);border-radius:8px;padding:14px 16px;margin:0}legend{font-weight:500;padding:0 6px;color:var(--green-dark)}.checks label,.radios label{display:flex;align-items:flex-start;gap:10px;font-weight:400;padding:5px 0;cursor:pointer}.checks input,.radios input{margin-top:5px}.checkbox-line{display:flex;align-items:flex-start;gap:10px;font-weight:400}.checkbox-line input{margin-top:6px}.confirm-lead{background:#eef4f0;border:1px solid #cfdfd6;border-radius:var(--radius);padding:16px 18px;margin:0 0 24px}.confirm-lead-main{margin:0;font-weight:600;color:var(--green-dark)}.confirm-lead-sub{margin:4px 0 0;font-size:.9rem;color:var(--muted)}.survey{border:1px solid var(--border);border-radius:var(--radius);padding:16px;display:flex;flex-direction:column;gap:14px}.survey-heading{font-size:1rem;margin:0 0 2px}.banner{background:#fbeee9;border:1px solid #e7c3b8;color:var(--error);border-radius:8px;padding:12px 16px;margin:0 0 20px}textarea{width:100%;min-height:90px;padding:12px 14px;border:1px solid var(--border);border-radius:8px;font-size:1rem;font-family:inherit;resize:vertical}a{color:var(--green)}.benefits{list-style:none;margin:0 0 24px;padding:0}.benefits li{position:relative;padding-left:1.6em;margin:6px 0}.benefits li:before{content:"✓";position:absolute;left:0;color:var(--green);font-weight:700}.legal h2{font-size:1.1rem;margin:32px 0 8px}.legal ol,.legal p,.legal ul{margin:0 0 12px}.legal ol,.legal ul{padding-left:1.6em}.legal li{margin:4px 0}.legal ol.legal-sub{list-style:none;counter-reset:legal-sub;padding-left:.4em;margin:4px 0 0}.legal ol.legal-sub li{counter-increment:legal-sub;position:relative;padding-left:2.2em}.legal ol.legal-sub li:before{content:"（" counter(legal-sub) "）";position:absolute;left:0}.legal-meta{color:var(--muted);font-size:.9rem}.legal-end{text-align:right;margin-top:24px}.site-footer{margin-top:64px;padding-top:24px;border-top:1px solid var(--border);font-size:.85rem;color:var(--muted)}.site-footer-brand{font-family:"Noto Serif JP",serif;color:var(--green-dark);margin:0 0 8px}.site-footer-links{display:flex;flex-wrap:wrap;gap:6px 18px}.site-footer-links a{color:var(--gold);text-decoration:none}.site-footer-links a:hover{text-decoration:underline}