@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@500;600;700&family=Inter:wght@400;500;600;700&family=Noto+Sans+JP:wght@400;500;600;700&display=swap');.hkn-lp{--brand:#1a5276;--brand-light:#2e86c1;--primary:#2b70ef;--ink:#1e293b;--body:#3d4b5f;--muted:#64748b;--line:#e2e8f0;--line-soft:#eef2f6;--bg:#ffffff;--bg-soft:#f8fafc;--line-green:#06C755;--shadow-sm:0 1px 2px 0 rgb(15 23 42 / 0.04),0 1px 1px 0 rgb(15 23 42 / 0.03);--font-jp:"Noto Sans JP","Hiragino Sans","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,system-ui,sans-serif;--font-latin:"Inter",var(--font-jp);--font-num:"Barlow Condensed","Inter",sans-serif;--container:720px;font-family:var(--font-jp);font-size:16px;line-height:1.8;color:var(--body);font-feature-settings:"palt" 1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}.hkn-lp *,.hkn-lp *::before,.hkn-lp *::after{box-sizing:border-box;}.hkn-lp img,.hkn-lp svg{display:block;max-width:100%;}.hkn-lp a{color:var(--primary);text-decoration:none;}.hkn-lp a:hover{text-decoration:underline;}.hkn-lp h1,.hkn-lp h2,.hkn-lp h3,.hkn-lp h4{color:var(--ink);font-weight:700;line-height:1.45;letter-spacing:0.01em;margin:0;border:none;padding:0;background:none;}.hkn-lp p{margin:0;}.hkn-lp .wrap{max-width:var(--container);margin:0 auto;padding:0 24px;}.hkn-lp .hero{background:var(--brand);color:#fff;padding:88px 0 96px;position:relative;overflow:hidden;}.hkn-lp .hero::after{content:"";position:absolute;inset:0;background-image:linear-gradient(to right,rgba(255,255,255,0.04) 1px,transparent 1px);background-size:64px 100%;opacity:.7;pointer-events:none;}.hkn-lp .hero .wrap{position:relative;z-index:1;}.hkn-lp .badge{display:inline-flex;align-items:center;gap:8px;background:rgba(255,255,255,0.12);border:1px solid rgba(255,255,255,0.22);color:#fff;padding:6px 14px;border-radius:999px;font-size:13px;letter-spacing:0.04em;backdrop-filter:blur(2px);}.hkn-lp .badge .dot{width:6px;height:6px;border-radius:50%;background:#fff;opacity:.9;}.hkn-lp .hero h1{color:#fff;font-size:38px;line-height:1.4;letter-spacing:0.005em;margin:24px 0 20px;font-weight:700;}.hkn-lp .hero h1 .accent{background-image:linear-gradient(transparent 78%,rgba(255,255,255,0.28) 78%);}.hkn-lp .hero p.sub{color:rgba(255,255,255,0.86);font-size:16px;line-height:1.9;margin:0 0 36px;max-width:620px;}.hkn-lp .hero .cta{display:inline-flex;align-items:center;justify-content:center;gap:10px;height:56px;padding:0 28px;background:#d97706;color:#fff;border-radius:10px;font-weight:700;font-size:16px;letter-spacing:0.02em;box-shadow:var(--shadow-sm);transition:transform .15s ease,box-shadow .15s ease;}.hkn-lp .hero .cta:hover{transform:translateY(-1px);text-decoration:none;}.hkn-lp .hero .cta .arrow{width:18px;height:18px;}.hkn-lp .hero .note{margin-top:18px;font-size:13px;color:rgba(255,255,255,0.7);letter-spacing:0.02em;}.hkn-lp .stats{background:#fff;border-bottom:1px solid var(--line);}.hkn-lp .stats-grid{display:grid;grid-template-columns:repeat(4,1fr);padding:28px 0;}.hkn-lp .stat{text-align:center;border-right:1px solid var(--line-soft);padding:8px;}.hkn-lp .stat:last-child{border-right:none;}.hkn-lp .stat .num{font-family:var(--font-num);color:var(--brand);font-weight:700;font-size:44px;line-height:1;letter-spacing:0.02em;}.hkn-lp .stat .unit{font-family:var(--font-jp);color:var(--brand);font-size:14px;font-weight:600;margin-left:2px;}.hkn-lp .stat .label{margin-top:8px;font-size:12.5px;color:var(--muted);letter-spacing:0.04em;}.hkn-lp section{padding:96px 0;}.hkn-lp .section-head{margin-bottom:40px;}.hkn-lp .section-eyebrow{display:inline-block;color:var(--brand);font-size:12px;letter-spacing:0.24em;font-family:var(--font-latin);font-weight:600;margin-bottom:12px;text-transform:uppercase;}.hkn-lp .section-title{font-size:28px;line-height:1.5;color:var(--ink);}.hkn-lp .bg-soft{background:var(--bg-soft);}.hkn-lp .worry-list{display:flex;flex-direction:column;gap:14px;}.hkn-lp .worry{background:#fff;border:1px solid var(--line);border-radius:12px;padding:20px 22px;display:flex;align-items:flex-start;gap:16px;box-shadow:var(--shadow-sm);}.hkn-lp .worry .q{flex-shrink:0;width:36px;height:36px;border-radius:50%;background:#fef2f2;color:#b1453a;display:grid;place-items:center;font-family:var(--font-latin);font-weight:600;font-size:16px;}.hkn-lp .worry .txt{font-size:15.5px;color:var(--ink);line-height:1.7;padding-top:4px;}.hkn-lp .worry-close{margin-top:32px;text-align:center;font-size:15px;color:var(--body);padding:24px 20px;border-top:1px solid var(--line);}.hkn-lp .worry-close strong{color:var(--brand);font-weight:700;}.hkn-lp .reasons{border-top:1px solid var(--line);}.hkn-lp .reason{display:grid;grid-template-columns:56px 1fr;gap:20px;padding:28px 4px;border-bottom:1px solid var(--line);align-items:start;}.hkn-lp .reason:last-child{border-bottom:none;}.hkn-lp .reason .n{font-family:var(--font-num);color:var(--brand);font-weight:700;font-size:40px;line-height:1;padding-top:4px;letter-spacing:0.02em;}.hkn-lp .reason h3{font-size:18px;color:var(--ink);margin-bottom:8px;line-height:1.5;}.hkn-lp .reason p{margin:0;color:var(--body);font-size:15px;line-height:1.8;}.hkn-lp .mid-cta{padding:56px 0;text-align:center;border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#fff;}.hkn-lp .btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:10px;background:#d97706;color:#fff;height:56px;padding:0 32px;border-radius:10px;font-weight:700;font-size:16px;letter-spacing:0.02em;box-shadow:var(--shadow-sm);border:0;cursor:pointer;font-family:inherit;transition:transform .15s ease,background .15s ease;}.hkn-lp .btn-primary:hover{background:#b45309;text-decoration:none;transform:translateY(-1px);}.hkn-lp .btn-primary .arrow{width:18px;height:18px;}.hkn-lp .btn-sub{display:block;margin-top:14px;font-size:13px;color:var(--muted);}.hkn-lp .flow{position:relative;padding-left:8px;}.hkn-lp .flow-item{position:relative;padding:0 0 36px 64px;}.hkn-lp .flow-item:last-child{padding-bottom:0;}.hkn-lp .flow-item::before{content:"";position:absolute;left:19px;top:40px;bottom:-4px;width:1px;background:var(--line);}.hkn-lp .flow-item:last-child::before{display:none;}.hkn-lp .flow-num{position:absolute;left:0;top:0;width:40px;height:40px;border-radius:50%;background:#fff;color:var(--brand);border:1.5px solid var(--brand);display:grid;place-items:center;font-family:var(--font-num);font-weight:700;font-size:20px;}.hkn-lp .flow-item h3{font-size:17px;color:var(--ink);margin:4px 0 6px;}.hkn-lp .flow-item .meta{display:inline-block;color:var(--brand);font-size:12px;letter-spacing:0.06em;margin-bottom:8px;font-family:var(--font-latin);font-weight:600;}.hkn-lp .flow-item p{margin:0;color:var(--body);font-size:14.5px;line-height:1.8;}.hkn-lp .faq-list{display:flex;flex-direction:column;gap:14px;}.hkn-lp .faq{background:#fff;border:1px solid var(--line);border-radius:12px;padding:22px 24px;box-shadow:var(--shadow-sm);}.hkn-lp .faq .q{display:flex;gap:14px;align-items:flex-start;color:var(--ink);font-weight:700;font-size:16px;line-height:1.6;}.hkn-lp .faq .q .mark{flex-shrink:0;font-family:var(--font-latin);color:var(--brand);font-size:15px;font-weight:700;padding-top:2px;}.hkn-lp .faq .a{margin:14px 0 0;padding-left:30px;color:var(--body);font-size:14.5px;line-height:1.9;}.hkn-lp .faq .a .mark{display:inline-block;margin-right:8px;color:var(--muted);font-family:var(--font-latin);font-weight:700;}.hkn-lp .form-section{background:#fff;}.hkn-lp .form-card{background:#fff;border:1px solid var(--line);border-radius:14px;padding:40px 32px;box-shadow:var(--shadow-sm);}.hkn-lp .form-badge{display:inline-flex;align-items:center;gap:8px;background:#eff6ff;color:var(--brand);border:1px solid #dbeafe;padding:5px 12px;border-radius:999px;font-size:12px;font-weight:600;letter-spacing:0.08em;}.hkn-lp .form-badge .dot{width:6px;height:6px;border-radius:50%;background:var(--brand);}.hkn-lp .form-card h2{font-size:24px;margin:16px 0 8px;}.hkn-lp .form-card .sub{font-size:14.5px;color:var(--muted);margin:0 0 28px;}.hkn-lp .form-card .hkn-form-service-note{font-size:13px;color:#666;margin:8px 0 0;line-height:1.6;}.hkn-lp .trust-row{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:28px;}.hkn-lp .trust{display:flex;align-items:center;gap:10px;padding:14px 12px;border:1px solid var(--line);border-radius:10px;background:#fff;font-size:12.5px;color:var(--body);}.hkn-lp .trust svg{flex-shrink:0;color:var(--brand);}.hkn-lp .trust strong{display:block;color:var(--ink);font-size:13px;font-weight:600;}.hkn-lp .trust span{color:var(--muted);font-size:11.5px;}.hkn-lp .line-section{padding:64px 0;}.hkn-lp .line-card{background:#fff;border:1px solid var(--line);border-radius:14px;padding:32px;display:flex;align-items:center;gap:24px;box-shadow:var(--shadow-sm);}.hkn-lp .line-card .text{flex:1;min-width:0;}.hkn-lp .line-card h3{font-size:18px;color:var(--ink);margin-bottom:4px;}.hkn-lp .line-card p{margin:0;font-size:13.5px;color:var(--muted);}.hkn-lp .btn-line{display:inline-flex;align-items:center;gap:10px;background:var(--line-green);color:#fff;height:48px;padding:0 20px;border-radius:10px;font-weight:700;font-size:14.5px;box-shadow:var(--shadow-sm);white-space:nowrap;}.hkn-lp .btn-line:hover{background:#05b54b;text-decoration:none;}.hkn-lp .btn-line svg{width:20px;height:20px;}.hkn-lp .hkn-reassure{font-size:12.5px;color:var(--muted);line-height:1.8;text-align:center;padding:48px 24px 64px;}.hkn-lp .hkn-sticky-cta{position:fixed;bottom:0;left:0;right:0;z-index:9999;padding:12px 24px;background:linear-gradient(180deg,rgba(255,255,255,0.95) 0%,#fff 100%);box-shadow:0 -2px 16px rgba(0,0,0,0.08);text-align:center;transform:translateY(100%);transition:transform 0.3s;display:flex;align-items:center;justify-content:center;gap:16px;}.hkn-lp .hkn-sticky-cta.is-visible{transform:translateY(0);}.hkn-lp .hkn-sticky-cta-text{font-size:14px;font-weight:600;color:var(--brand);}.hkn-lp .hkn-sticky-cta a{display:inline-block;background:#d97706;color:#fff !important;font-size:15px;font-weight:700;padding:12px 36px;border-radius:10px;text-decoration:none !important;box-shadow:var(--shadow-sm);transition:all 0.2s;white-space:nowrap;}.hkn-lp .hkn-sticky-cta a:hover{background:#154260;transform:translateY(-1px);}@media (max-width:640px){.hkn-lp .hero{padding:64px 0 72px;}.hkn-lp .hero h1{font-size:28px;}.hkn-lp .hero p.sub{font-size:15px;}.hkn-lp .hero .cta{width:100%;}.hkn-lp section{padding:72px 0;}.hkn-lp .section-title{font-size:22px;}.hkn-lp .stats-grid{grid-template-columns:repeat(2,1fr);row-gap:24px;padding:24px 0;}.hkn-lp .stat:nth-child(2){border-right:none;}.hkn-lp .stat{border-bottom:1px solid var(--line-soft);padding-bottom:20px;}.hkn-lp .stat:nth-child(3),.hkn-lp .stat:nth-child(4){border-bottom:none;padding-bottom:0;padding-top:20px;}.hkn-lp .stat:nth-child(3){border-right:1px solid var(--line-soft);}.hkn-lp .stat .num{font-size:36px;}.hkn-lp .reason{grid-template-columns:44px 1fr;gap:14px;padding:22px 0;}.hkn-lp .reason .n{font-size:32px;}.hkn-lp .line-card{flex-direction:column;align-items:stretch;text-align:left;}.hkn-lp .btn-line{justify-content:center;}.hkn-lp .trust-row{grid-template-columns:1fr;}.hkn-lp .form-card{padding:28px 20px;}.hkn-lp .btn-primary{width:100%;}.hkn-lp .hkn-sticky-cta{flex-direction:column;gap:0;padding:10px 16px;}.hkn-lp .hkn-sticky-cta-text{display:none;}.hkn-lp .hkn-sticky-cta a{display:block;padding:14px 24px;border-radius:8px;}.hkn-lp .hkn-reassure{padding-bottom:80px;}}