:root{--azure:#0067C8;--royal:#17458F;--sky:#00A2E0;--gold:#F7A81B;--gold-ink:#5A3D06;--ink:#1A2433;--muted:#5A6678;--bg:#FFFFFF;--soft:#F4F7FB;--soft2:#EAF1FA;--line:#DCE5F1;--shadow-sm:0 2px 8px rgba(23,69,143,.05);--shadow-md:0 6px 20px rgba(23,69,143,.07);--shadow-lg:0 12px 40px rgba(23,69,143,.1);--radius-sm:10px;--radius-md:14px;--radius-lg:16px;--transition:.3s cubic-bezier(.4,0,.2,1);--max-width:1120px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:17px}body{font-family:Noto Sans JP,Hiragino Sans,Yu Gothic,sans-serif;color:var(--ink);line-height:1.8;letter-spacing:.02em;-webkit-font-smoothing:antialiased;overflow-x:hidden;background:var(--bg)}img{max-width:100%;height:auto;display:block}a{color:var(--azure);text-decoration:none}ul,ol{list-style:none}.container{max-width:var(--max-width);margin:0 auto;padding:0 28px}.section{padding:100px 0}.section-heading{text-align:center;margin-bottom:64px}.section-kicker{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:12px;margin-bottom:16px}.section-kicker-line{width:24px;height:3px;background-color:var(--gold);border-radius:2px}.section-kicker-text{font-size:14px;font-weight:700;color:var(--royal);letter-spacing:.05em}.section-heading .section-title{font-size:clamp(22px,5vw,38px);font-weight:800;color:var(--royal);line-height:1.45;margin-bottom:20px}.section-heading .section-lead{font-size:clamp(14px,3vw,17px);color:var(--muted);line-height:1.9;max-width:720px;margin:0 auto}.bg-white{background:var(--bg)}.bg-soft{background:var(--soft)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:inherit;font-size:17px;font-weight:700;border:none;border-radius:999px;cursor:pointer;padding:18px 40px;transition:var(--transition);text-decoration:none;line-height:1.4}.btn-gold{background:var(--gold);color:var(--gold-ink);box-shadow:0 8px 22px #f7a81b59}.btn-gold:hover{transform:translateY(-2px);box-shadow:0 12px 28px #f7a81b73}.btn-outline{background:var(--bg);border:2px solid var(--azure);color:var(--azure)}.btn-outline:hover{background:var(--soft);transform:translateY(-2px)}.btn-outline-white{background:transparent;border:2px solid var(--bg);color:var(--bg)}.btn-outline-white:hover{background:#ffffff1a}.btn-sm{padding:12px 28px;font-size:15px;border-radius:999px}.btn-lg{padding:20px 48px;font-size:18px}.header{position:fixed;top:0;left:0;right:0;z-index:1000;background:#ffffffeb;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--line);transition:var(--transition)}.header-inner{display:flex;align-items:center;justify-content:space-between;max-width:var(--max-width);margin:0 auto;padding:0 28px;height:72px}.header-logo{display:flex;align-items:center;gap:12px;text-decoration:none}.header-logo-icon{width:40px;height:40px;background:linear-gradient(135deg,var(--azure),var(--royal));border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:800;color:var(--bg)}.header-logo-text{font-size:14px;font-weight:700;color:var(--royal);line-height:1.3}.header-logo-text span{display:block;font-size:11px;font-weight:400;color:var(--muted)}.header-nav{display:flex;align-items:center;gap:32px}.header-nav a{font-size:14px;color:var(--ink);transition:var(--transition);text-decoration:none}.header-nav a:hover{color:var(--azure)}.header-cta .btn{padding:10px 24px;font-size:14px}.mobile-menu-btn{display:none;background:none;border:none;cursor:pointer;width:32px;height:32px;position:relative}.mobile-menu-btn span{display:block;width:24px;height:2px;background:var(--ink);position:absolute;left:4px;transition:var(--transition)}.mobile-menu-btn span:nth-child(1){top:8px}.mobile-menu-btn span:nth-child(2){top:15px}.mobile-menu-btn span:nth-child(3){top:22px}.hero{position:relative;min-height:100vh;display:flex;align-items:center;padding-top:72px;overflow:hidden;background:radial-gradient(1200px 500px at 85% -10%,rgba(0,162,224,.1),transparent 60%),linear-gradient(180deg,var(--soft) 0%,var(--bg) 100%)}.hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:url(./hero-bg-BCc4PJLU.png) center/cover no-repeat;opacity:.18;mix-blend-mode:multiply}.hero-inner{position:relative;z-index:1;display:grid;grid-template-columns:1.2fr 1fr;gap:40px;align-items:center;max-width:var(--max-width);margin:0 auto;padding:40px 28px}.hero-content{color:var(--ink)}.hero-badge{display:inline-flex;align-items:center;gap:8px;background:var(--bg);border:1px solid var(--line);border-radius:100px;padding:8px 20px;margin-bottom:28px;font-size:14px;color:var(--royal);font-weight:600;box-shadow:var(--shadow-sm)}.hero-badge:before{content:"";width:8px;height:8px;border-radius:50%;background:var(--gold);box-shadow:0 0 0 3px #f7a81b33}.hero-title{font-size:clamp(32px,4.6vw,52px);font-weight:800;line-height:1.4;margin-bottom:24px;color:var(--royal)}.hero-desc{font-size:clamp(15px,1.6vw,17px);color:var(--muted);margin-bottom:28px;line-height:2}.hero-values{display:flex;gap:16px;margin-bottom:36px;flex-wrap:wrap}.hero-value{display:flex;align-items:center;gap:8px;background:var(--soft);border:1px solid var(--line);border-radius:100px;padding:10px 20px;font-size:14px;font-weight:600;color:var(--royal)}.hero-value-icon{font-size:18px}.hero-actions{display:flex;gap:16px;flex-wrap:wrap}.hero-visual{position:relative;display:flex;align-items:flex-end;justify-content:center;gap:0;padding:20px 0;perspective:1000px;margin-right:-20px}.mockup-phone{position:relative;z-index:3;width:140px;margin-right:-40px;margin-bottom:-10px;filter:drop-shadow(-6px 16px 24px rgba(23,69,143,.15));transform:translateZ(20px);flex-shrink:0}.mockup-phone-frame{position:relative;background:#111;border-radius:24px;padding:6px;box-shadow:inset 0 0 0 1px #555,inset 0 0 0 2px #222,inset 2px 2px 4px #ffffff4d,inset -2px -2px 4px #00000080,0 0 0 1px #444;background-image:linear-gradient(135deg,#666,#111 20%,#111 80%,#444)}.mockup-phone-glass{position:absolute;top:0;left:0;right:0;bottom:0;border-radius:24px;background:linear-gradient(105deg,#ffffff26,#fff0 40%);pointer-events:none;z-index:5}.mockup-phone-notch{position:absolute;top:6px;left:50%;transform:translate(-50%);width:45px;height:12px;background:#000;border-radius:0 0 8px 8px;z-index:4}.mockup-phone-screen{background:#000;border-radius:18px;overflow:hidden;aspect-ratio:9/19.5;position:relative;box-shadow:inset 0 0 0 1px #ffffff0d}.mockup-phone-screen img{width:100%;height:100%;object-fit:cover;object-position:top;display:block}.mockup-laptop{position:relative;z-index:2;width:560px;filter:drop-shadow(0 20px 30px rgba(23,69,143,.12));flex-shrink:0}.mockup-laptop-lid{position:relative;background:#0a0a0a;border-radius:16px 16px 0 0;padding:12px 12px 18px;box-shadow:inset 0 0 0 1px #333,inset 0 1px 1px #fff3,0 -1px 2px #ffffff1a}.mockup-laptop-glass{position:absolute;top:12px;left:12px;right:12px;bottom:18px;background:linear-gradient(135deg,#ffffff14,#fff0 50%);pointer-events:none;z-index:5}.mockup-laptop-camera{position:absolute;top:5px;left:50%;transform:translate(-50%);width:4px;height:4px;background:#222;border-radius:50%;box-shadow:inset 0 0 2px #000}.mockup-laptop-screen{background:#111;border-radius:4px;overflow:hidden;aspect-ratio:16/10;position:relative}.mockup-laptop-screen img{width:100%;height:100%;object-fit:cover;object-position:top left;display:block}.mockup-laptop-base{position:relative;width:calc(100% + 4px);margin-left:-2px}.mockup-laptop-base-top{height:8px;background:linear-gradient(to bottom,#d4d4d4,#b3b3b3);position:relative;box-shadow:inset 0 1px 1px #fffc}.mockup-laptop-base-top:before{content:"";position:absolute;top:0;left:2px;right:2px;height:1px;background:#888}.mockup-laptop-base-front{height:6px;background:linear-gradient(to right,#777,#aaa 10%,#aaa 90%,#777);border-radius:0 0 12px 12px;position:relative;display:flex;justify-content:center}.mockup-laptop-base-front:after{content:"";position:absolute;bottom:-2px;left:10px;right:10px;height:2px;background:#0000004d;filter:blur(2px)}.mockup-laptop-indent{width:80px;height:2px;background:#888;border-radius:0 0 4px 4px;box-shadow:inset 0 1px 2px #00000080}.problem{padding:84px 0;background:var(--bg)}.problem-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:56px;align-items:center;max-width:var(--max-width);margin:0 auto;padding:0 24px}.problem .eyebrow{display:inline-flex;align-items:center;gap:8px;color:var(--azure);font-weight:700;font-size:14px;letter-spacing:.08em;margin-bottom:14px}.problem .eyebrow:before{content:"";width:26px;height:2px;background:var(--gold);display:inline-block}.problem .sec-head{font-size:clamp(26px,3.6vw,36px);color:var(--royal);line-height:1.45;margin-bottom:16px;font-weight:700}.problem-lead{color:var(--muted);font-size:17px;line-height:1.85;margin-bottom:32px;max-width:520px}.problem-list{list-style:none;margin:0;padding:0;display:grid;gap:22px}.problem-list li{display:flex;gap:16px;align-items:flex-start}.pl-ico{flex-shrink:0;width:48px;height:48px;border-radius:12px;background:var(--soft2);color:var(--azure);display:flex;align-items:center;justify-content:center;font-size:24px}.problem-list h3{font-size:18px;color:var(--royal);margin:2px 0 4px;font-weight:700}.problem-list p{font-size:15px;color:var(--muted);line-height:1.7;margin:0}.problem-visual{display:flex;align-items:center;justify-content:center}.problem-visual img{width:100%;height:auto;display:block}.op-overview{padding:100px 0;background:var(--soft)}.op-overview-header{text-align:center;margin-bottom:64px}.op-eyebrow{display:inline-flex;align-items:center;gap:8px;color:var(--azure);font-weight:700;font-size:14px;letter-spacing:.04em;margin-bottom:16px}.op-eyebrow:before{content:"";width:26px;height:2px;background:var(--gold);display:inline-block}.op-heading{font-size:clamp(28px,4vw,42px);font-weight:800;color:var(--royal);line-height:1.45;margin-bottom:20px}.op-heading-accent{position:relative;display:inline-block}.op-heading-accent:after{content:"";position:absolute;left:0;bottom:-4px;width:100%;height:4px;background:var(--gold);border-radius:2px}.op-subtext{font-size:clamp(15px,1.6vw,17px);color:var(--muted);line-height:2;max-width:640px;margin:0 auto}.op-benefit-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:56px}.op-benefit-card{display:flex;align-items:flex-start;gap:20px;background:var(--bg);border-radius:24px;padding:32px 28px;box-shadow:0 4px 16px #17458f0f;border:1px solid var(--line);transition:var(--transition)}.op-benefit-card:hover{transform:translateY(-4px);box-shadow:0 8px 28px #17458f1a}.op-benefit-icon{flex-shrink:0;width:72px;height:72px}.op-benefit-icon img{width:100%;height:100%;object-fit:contain;display:block}.op-benefit-body h3{font-size:19px;font-weight:700;color:var(--royal);margin-bottom:8px}.op-benefit-body p{font-size:15px;color:var(--muted);line-height:1.8;margin:0}.op-before-after{display:grid;grid-template-columns:1.2fr auto .8fr;gap:0;background:var(--bg);border-radius:24px;border:1px solid var(--line);box-shadow:0 4px 16px #17458f0f;overflow:hidden}.op-ba-side{padding:36px 32px}.op-ba-before{background:var(--bg)}.op-ba-after{background:linear-gradient(135deg,#0067c805,#00a2e008)}.op-ba-label{display:inline-block;font-size:14px;font-weight:700;color:var(--muted);letter-spacing:.06em;padding:6px 16px;border-radius:100px;background:var(--soft);margin-bottom:20px;border:1px solid var(--line)}.op-ba-label--after{background:#0067c814;color:var(--azure);border-color:#0067c826}.op-ba-visual{margin-bottom:16px}.op-ba-visual img{width:110%;max-width:none;height:auto;display:block;margin:0 0 0 -5%}.op-ba-caption{font-size:14px;color:var(--muted);line-height:1.7;text-align:center}.op-ba-caption--after{font-size:15px;font-weight:600;color:var(--azure);background:#0067c80f;padding:12px 20px;border-radius:var(--radius-sm);margin-top:16px;text-align:center;word-break:keep-all}.op-ba-arrow{display:flex;align-items:center;justify-content:center;padding:0 16px;border-left:1px solid var(--line);border-right:1px solid var(--line);background:var(--bg)}.op-ba-arrow svg{width:48px;height:48px}.op-ba-after-content{display:flex;flex-direction:column;gap:20px;margin-bottom:16px}.op-ba-screens{display:flex;gap:16px;align-items:flex-end;justify-content:center}.op-ba-screen-phone{width:90px;height:auto;border-radius:12px;box-shadow:0 4px 16px #0000001a}.op-ba-screen-pc{width:260px;height:auto;border-radius:8px;box-shadow:0 4px 16px #0000001a}.op-ba-checklist{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:1fr 1fr;gap:12px}.op-ba-checklist li{display:flex;align-items:center;gap:8px;font-size:15px;color:var(--ink);font-weight:500;line-height:1.5;white-space:nowrap}.op-ba-checklist .ti{font-size:20px;color:var(--azure);flex-shrink:0}.scene-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.scene-card{background:var(--bg);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);border:1px solid var(--line);overflow:hidden;transition:var(--transition)}.scene-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}.scene-card-img{aspect-ratio:4/3;overflow:hidden;background:var(--soft);position:relative}.scene-card-img:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#17458f0a;pointer-events:none;mix-blend-mode:multiply}.scene-card-img img{width:100%;height:100%;object-fit:cover;object-position:top;filter:brightness(1.03) saturate(.95)}.scene-card-body{padding:24px 20px}.scene-card-tag{display:inline-block;font-size:12px;font-weight:700;padding:4px 12px;border-radius:100px;margin-bottom:10px}.tag--ops{background:#0067c814;color:var(--azure)}.tag--connect{background:#00a2e014;color:var(--sky)}.tag--reduce{background:#f7a81b1f;color:var(--gold-ink)}.scene-card h3{font-size:17px;font-weight:700;color:var(--royal);margin-bottom:8px;line-height:1.5}.scene-card p{font-size:14px;color:var(--muted);line-height:1.8}.easy-use-section{padding:100px 0 120px;background:#f4f8ff}.easy-use-label{text-align:center;margin-bottom:20px}.easy-use-label-text{display:inline-flex;align-items:center;gap:12px;font-size:15px;font-weight:700;color:var(--royal);letter-spacing:.04em}.easy-use-label-text:before,.easy-use-label-text:after{content:"";width:28px;height:2px;background:var(--gold);display:inline-block}.easy-use-heading{text-align:center;font-size:clamp(28px,4vw,42px);font-weight:800;color:var(--royal);line-height:1.5;margin-bottom:24px}.easy-use-heading-accent{position:relative;display:inline-block;font-weight:800}.easy-use-heading-accent:after{content:"";position:absolute;left:0;bottom:-6px;width:100%;height:4px;background:var(--gold);border-radius:2px}.easy-use-subcopy{text-align:center;font-size:clamp(15px,1.5vw,17px);color:#4a5568;line-height:2.2;max-width:680px;margin:0 auto 56px}.easy-use-main{display:grid;grid-template-columns:1fr auto 1fr;gap:0;align-items:center;max-width:1100px;margin:0 auto;position:relative}.easy-use-left{display:flex;flex-direction:column;gap:28px;padding-right:32px}.easy-use-right{display:flex;align-items:center;padding-left:32px}.easy-use-card{display:flex;align-items:flex-start;gap:18px;background:#fff;border-radius:24px;padding:28px 24px;box-shadow:0 4px 20px #17458f0f;transition:transform .4s ease,box-shadow .4s ease}.easy-use-card:hover{transform:translateY(-3px);box-shadow:0 8px 28px #17458f1a}.easy-use-card-icon{flex-shrink:0;width:72px;height:72px;border-radius:16px;overflow:hidden;display:flex;align-items:center;justify-content:center}.easy-use-card-icon img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}.easy-use-card-icon--yellow{background:#f7a81b14;border-radius:16px}.easy-use-card-num{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;color:#fff;margin-bottom:6px;flex-shrink:0}.easy-use-card-num--blue{background:var(--royal)}.easy-use-card-num--yellow{background:var(--gold)}.easy-use-card-title{font-size:18px;font-weight:700;color:var(--royal);margin-bottom:8px;line-height:1.5}.easy-use-card-text{font-size:14px;color:#4a5568;line-height:1.85;margin:0}.easy-use-center{position:relative;display:flex;align-items:center;justify-content:center;padding:0 16px}.easy-use-phone-wrapper{position:relative;z-index:2;max-width:300px;width:100%}.easy-use-phone-img{width:100%;height:auto;display:block;filter:drop-shadow(0 20px 40px rgba(23,69,143,.15))}.easy-use-lines{position:absolute;top:0;left:50%;transform:translate(-50%);width:100%;height:100%;z-index:1;pointer-events:none;overflow:visible}.app-experience-section{padding:100px 0 80px;background:linear-gradient(180deg,#f4f8ff,#fff)}.appex-hero{display:grid;grid-template-columns:1fr 1.1fr;gap:40px;align-items:center;margin-bottom:64px}.appex-label{display:inline-block;font-size:14px;font-weight:700;color:var(--royal);background:#0067c814;border:1px solid rgba(0,103,200,.15);border-radius:100px;padding:8px 20px;margin-bottom:24px}.appex-heading{font-size:clamp(28px,3.8vw,40px);font-weight:800;color:var(--royal);line-height:1.45;margin-bottom:16px}.appex-heading:after{content:"";display:block;width:80px;height:4px;background:var(--gold);border-radius:2px;margin-top:12px}.appex-sub{font-size:clamp(16px,1.8vw,19px);font-weight:700;color:var(--ink);margin-bottom:20px;line-height:1.7}.appex-sub:before{content:"";display:inline;font-weight:400}.appex-body{font-size:clamp(14px,1.4vw,16px);color:#4a5568;line-height:2;max-width:520px}.appex-visual{position:relative;display:flex;align-items:center;justify-content:center;padding-top:40px}.appex-visual img{width:100%;max-width:500px;height:auto;display:block;margin:0 auto}.appex-features{margin-bottom:48px}.appex-features-title{text-align:center;font-size:clamp(20px,2.4vw,26px);font-weight:700;color:var(--royal);margin-bottom:32px;display:flex;align-items:center;justify-content:center;gap:16px}.appex-features-title:before,.appex-features-title:after{content:"";width:40px;height:2px;background:var(--line);display:inline-block}.appex-features-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:16px}.appex-feature-card{background:#fff;border-radius:16px;padding:28px 16px;text-align:center;box-shadow:0 2px 12px #17458f0d;border:1px solid var(--line);transition:transform .3s ease,box-shadow .3s ease}.appex-feature-card:hover{transform:translateY(-3px);box-shadow:0 6px 20px #17458f1a}.appex-feature-icon{width:56px;height:56px;margin:0 auto 16px;display:flex;align-items:center;justify-content:center}.appex-feature-icon img{width:100%;height:100%;object-fit:contain}.appex-feature-card p{font-size:14px;font-weight:600;color:var(--royal);line-height:1.6;margin:0}.appex-message{display:flex;align-items:center;gap:24px;background:#f7a81b14;border:1px solid rgba(247,168,27,.2);border-radius:16px;padding:28px 36px}.appex-message-icon{flex-shrink:0;width:52px;height:52px}.appex-message-icon img{width:100%;height:100%;object-fit:contain}.appex-message-text p{font-size:clamp(14px,1.4vw,16px);color:var(--ink);line-height:2;margin:0;font-weight:500}.section-dark{background:var(--royal);padding:100px 0;color:var(--bg)}.section-dark .section-label{color:var(--gold)}.section-dark .section-label:before{background:var(--gold)}.section-dark .section-title{color:var(--bg)}.section-dark .section-subtitle{color:#c6d8f2}.trial-checklist{max-width:720px;margin:0 auto 48px}.trial-checklist ol.trial-list{list-style:none;counter-reset:trial-counter;display:flex;flex-direction:column;gap:18px}.trial-checklist ol.trial-list li{counter-increment:trial-counter;display:flex;align-items:flex-start;gap:14px;font-size:16px;color:#c6d8f2;line-height:1.9;background:#ffffff0f;border-radius:var(--radius-sm);padding:18px 24px;border:1px solid rgba(255,255,255,.1);transition:var(--transition)}.trial-checklist ol.trial-list li:hover{background:#ffffff1a;transform:translateY(-2px)}.trial-checklist ol.trial-list li:before{content:counter(trial-counter);flex-shrink:0;width:32px;height:32px;border-radius:50%;background:var(--gold);color:var(--gold-ink);display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;margin-top:2px}.trial-merits{max-width:720px;margin:0 auto}.trial-merits-title{font-size:17px;font-weight:700;color:var(--bg);text-align:center;margin-bottom:20px}.trial-merits-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.trial-merit-card{background:var(--bg);border-radius:var(--radius-sm);padding:20px 16px;text-align:center;border:1px solid var(--line);transition:var(--transition)}.trial-merit-card:hover{box-shadow:var(--shadow-sm);transform:translateY(-2px)}.trial-merit-icon{font-size:28px;margin-bottom:10px}.trial-merit-card p{font-size:14px;color:var(--ink);line-height:1.7;font-weight:500}.flow-steps-horizontal{display:grid;grid-template-columns:1fr auto 1fr auto 1fr auto 1fr;gap:0;align-items:start;max-width:900px;margin:0 auto}.flow-h-step{background:var(--bg);border-radius:var(--radius-md);padding:28px 20px;text-align:center;box-shadow:var(--shadow-sm);border:1px solid var(--line)}.flow-h-num{width:44px;height:44px;border-radius:50%;background:var(--bg);border:2px solid var(--azure);color:var(--gold);display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:700;margin:0 auto 14px}.flow-h-step h3{font-size:16px;font-weight:700;color:var(--royal);margin-bottom:8px}.flow-h-step p{font-size:13px;color:var(--muted);line-height:1.7}.flow-h-arrow{display:flex;align-items:center;justify-content:center;font-size:24px;color:var(--azure);font-weight:700;padding:0 8px;margin-top:36px}.timeline{max-width:720px;margin:0 auto 24px;position:relative;padding-left:40px}.timeline:before{content:"";position:absolute;left:15px;top:8px;bottom:8px;width:2px;background:linear-gradient(180deg,var(--azure),var(--line))}.timeline-item{position:relative;padding:0 0 40px 28px}.timeline-item:last-child{padding-bottom:0}.timeline-marker{position:absolute;left:-33px;top:4px;width:14px;height:14px;border-radius:50%;background:var(--line);border:3px solid var(--bg);box-shadow:var(--shadow-sm);z-index:1}.timeline-item--active .timeline-marker{width:18px;height:18px;left:-35px;top:2px;background:var(--gold);box-shadow:0 0 0 4px #f7a81b33}.timeline-content{background:var(--bg);border-radius:var(--radius-sm);padding:20px 24px;border:1px solid var(--line);transition:var(--transition)}.timeline-item--active .timeline-content{border-color:var(--gold);box-shadow:var(--shadow-md)}.timeline-content:hover{box-shadow:var(--shadow-sm)}.timeline-phase{font-size:13px;font-weight:700;color:var(--azure);letter-spacing:.06em;margin-bottom:6px}.timeline-now{font-size:12px;color:var(--gold-ink);background:#f7a81b26;padding:2px 10px;border-radius:100px;margin-left:8px}.timeline-content h3{font-size:17px;font-weight:700;color:var(--royal);margin-bottom:6px}.timeline-content p{font-size:14px;color:var(--muted);line-height:1.8}.roadmap-note{text-align:center;font-size:13px;color:var(--muted);padding:16px;background:var(--soft);border-radius:var(--radius-sm)}.faq-list{max-width:780px;margin:0 auto;display:flex;flex-direction:column;gap:14px}.faq-item{background:var(--bg);border-radius:var(--radius-sm);border:1px solid var(--line);overflow:hidden;transition:var(--transition)}.faq-item.active{box-shadow:var(--shadow-sm)}.faq-q{display:flex;align-items:center;gap:14px;padding:22px 24px;cursor:pointer;font-size:17px;font-weight:600;color:var(--royal);transition:var(--transition)}.faq-q:hover{background:var(--soft)}.faq-q:before{content:"Q";flex-shrink:0;width:34px;height:34px;border-radius:50%;background:var(--azure);color:var(--bg);display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700}.faq-q:after{content:"＋";margin-left:auto;font-size:20px;color:var(--muted);transition:var(--transition);flex-shrink:0}.faq-item.active .faq-q:after{content:"−"}.faq-a{max-height:0;overflow:hidden;transition:max-height .4s ease}.faq-item.active .faq-a{max-height:400px}.faq-a-inner{padding:0 24px 22px 72px;font-size:16px;color:var(--muted);line-height:2}.contact-section{background:var(--royal);padding:100px 0;color:var(--bg)}.contact-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:60px;align-items:start}.contact-info h2{font-size:clamp(24px,3vw,34px);font-weight:700;margin-bottom:20px;line-height:1.55;color:var(--bg)}.contact-info p{font-size:16px;color:#c6d8f2;line-height:2;margin-bottom:24px}.contact-nudge{font-size:15px;font-weight:600;color:var(--gold);margin-bottom:24px;padding:14px 20px;background:#f7a81b1a;border:1px solid rgba(247,168,27,.2);border-radius:var(--radius-sm)}.contact-info-list{display:flex;flex-direction:column;gap:16px}.contact-info-list li{display:flex;align-items:center;gap:12px;font-size:15px;color:#c6d8f2}.contact-form{background:var(--bg);border-radius:var(--radius-lg);padding:44px;box-shadow:var(--shadow-lg);color:var(--ink)}.form-group{margin-bottom:22px}.form-group label{display:block;font-size:15px;font-weight:600;color:var(--royal);margin-bottom:8px}.form-group label .req{font-size:11px;color:var(--bg);background:#c0392b;padding:2px 8px;border-radius:4px;margin-left:8px}.form-group input,.form-group select,.form-group textarea{width:100%;padding:14px 16px;border:1px solid var(--line);border-radius:var(--radius-sm);font-family:inherit;font-size:16px;color:var(--ink);transition:var(--transition);background:var(--bg)}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--azure);background:var(--bg);box-shadow:0 0 0 3px #0067c826}.form-group textarea{min-height:110px;resize:vertical}.radio-group{display:flex;gap:24px;flex-wrap:wrap;margin-top:8px}.radio-group label{display:flex;align-items:center;gap:8px;font-weight:400;cursor:pointer;font-size:16px}.radio-group input[type=radio],.checkbox-group input[type=checkbox]{accent-color:var(--azure);width:20px;height:20px}.checkbox-group{display:flex;flex-direction:column;gap:12px;margin-top:8px}.checkbox-group label{display:flex;align-items:center;gap:8px;font-weight:400;cursor:pointer;font-size:16px}.form-submit{text-align:center;margin-top:32px}.form-submit .btn{width:100%;max-width:380px}.footer{background:var(--ink);padding:36px 0;border-top:1px solid rgba(255,255,255,.06)}.footer-inner{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:32px;max-width:var(--max-width);margin:0 auto;padding:0 28px;text-align:center}.footer-org{font-size:13px;color:#ffffff80}.footer-note{font-size:12px;color:#ffffff59;max-width:600px}.footer-links{display:flex;gap:24px}.footer-links a{font-size:13px;color:#fff6;transition:var(--transition)}.footer-links a:hover{color:#ffffffb3}.fade-in{opacity:0;transform:translateY(24px);transition:opacity .6s ease,transform .6s ease}.fade-in.visible{opacity:1;transform:translateY(0)}.fade-in-delay-1{transition-delay:.1s}.fade-in-delay-2{transition-delay:.2s}.fade-in-delay-3{transition-delay:.3s}.fade-in-delay-4{transition-delay:.4s}@media (max-width:1024px){.hero-inner{grid-template-columns:1fr;text-align:center}.hero-content{order:1}.hero-visual{order:2;min-height:360px;margin-top:24px}.hero-values,.hero-actions{justify-content:center}.contact-grid,.op-benefit-cards{grid-template-columns:1fr}.scene-grid{grid-template-columns:repeat(2,1fr)}.hero-visual{flex-wrap:wrap;justify-content:center}.mockup-phone{width:140px;margin-right:-35px}.mockup-laptop{width:500px}.op-before-after{grid-template-columns:1fr}.op-ba-arrow{padding:12px 0;border-left:none;border-right:none;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.op-ba-arrow svg{transform:rotate(90deg)}.op-ba-after-content{flex-direction:column}.easy-use-main{grid-template-columns:1fr;gap:40px}.easy-use-left{padding-right:0;flex-direction:row;gap:20px;order:2}.easy-use-center{order:1;padding:0}.easy-use-right{padding-left:0;justify-content:center;order:3}.easy-use-phone-wrapper{max-width:260px}.easy-use-lines{display:none}.easy-use-left .easy-use-card,.easy-use-right .easy-use-card{flex:1}.appex-hero{grid-template-columns:1fr;gap:32px}.appex-visual{margin:0 auto;max-width:500px}.appex-features-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.section,.section-dark{padding:72px 0}.section-heading{margin-bottom:44px}.section-kicker{flex-wrap:wrap;text-align:center}.op-ba-visual img{width:100%;margin:0 auto;max-width:100%}.header-nav,.header-cta{display:none}.mobile-menu-btn{display:block}.problems-grid,.safety-grid,.scene-grid,.trial-merits-grid{grid-template-columns:1fr}.hero-visual{min-height:auto}.hero-actions{flex-direction:column;align-items:center}.hero-actions .btn{width:100%;max-width:340px}.contact-form{padding:28px 20px}.radio-group{flex-direction:column;gap:12px}.faq-a-inner{padding-left:24px}.mockup-phone{width:25%;margin-right:-5%;max-width:110px;margin-bottom:0}.mockup-laptop{width:75%;max-width:360px}.compare-table{grid-template-columns:1fr;gap:0}.compare-arrow{padding:12px 0;border-left:none;border-right:none;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.flow-steps-horizontal{grid-template-columns:1fr;gap:0}.flow-h-arrow{transform:rotate(90deg);padding:12px 0}.timeline{padding-left:32px}.timeline-marker{left:-25px}.timeline-item--active .timeline-marker{left:-27px}.op-overview{padding:60px 0}.op-overview-header{margin-bottom:40px}.op-benefit-cards{gap:16px}.op-benefit-card{padding:24px 20px;gap:16px}.op-benefit-icon{width:56px;height:56px}.op-ba-side{padding:24px 20px}.op-ba-checklist{grid-template-columns:1fr}.op-ba-checklist li{white-space:normal}.op-ba-screen-phone{width:70px}.op-ba-screen-pc{width:180px}.op-ba-screens{gap:10px}.easy-use-section{padding:64px 0 80px}.easy-use-subcopy{margin-bottom:36px}.easy-use-main{gap:24px}.easy-use-left{flex-direction:column;gap:16px}.easy-use-center{order:1}.easy-use-left{order:2}.easy-use-right{order:3}.easy-use-phone-wrapper{max-width:100%;width:240px;margin:0 auto}.easy-use-card{padding:24px 20px;gap:14px;border-radius:20px}.easy-use-card-icon{width:60px;height:60px}.easy-use-card-title{font-size:16px}.easy-use-card-text{font-size:13px}.easy-use-heading{font-size:clamp(24px,6vw,32px);margin-bottom:16px}.app-experience-section{padding:64px 0 56px}.appex-hero{grid-template-columns:1fr;gap:24px}.appex-visual{position:relative;align-items:center;padding-top:0}.appex-features-grid{grid-template-columns:repeat(2,1fr);gap:12px}.appex-feature-card{padding:20px 12px}.appex-feature-icon{width:44px;height:44px;margin-bottom:12px}.appex-feature-card p{font-size:13px}.appex-message{flex-direction:column;text-align:center;padding:24px 20px;gap:16px}.appex-message-text p{font-size:14px}.appex-heading{font-size:clamp(24px,6vw,32px)}.footer-inner{flex-direction:column;gap:12px}}@media (max-width:920px){.problem{padding:60px 0}.problem-grid{grid-template-columns:1fr;gap:36px}}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;z-index:2000;display:flex;align-items:center;justify-content:center;padding:20px;opacity:0;visibility:hidden;transition:var(--transition)}.modal-overlay.active{opacity:1;visibility:visible}.modal-content{background:var(--bg);width:100%;max-width:800px;max-height:90vh;border-radius:var(--radius-md);box-shadow:var(--shadow-lg);overflow-y:auto;position:relative;transform:translateY(20px);transition:var(--transition);padding:40px}@media (max-width: 768px){.modal-content{padding:30px 20px}}.modal-overlay.active .modal-content{transform:translateY(0)}.modal-close{position:absolute;top:20px;right:20px;width:40px;height:40px;background:var(--soft);border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:24px;color:var(--muted);transition:var(--transition)}.modal-close:hover{background:#eaf1fa;color:var(--royal)}.modal-body{font-size:15px;color:var(--ink);line-height:1.8}.modal-body h2{font-size:24px;color:var(--royal);margin-bottom:24px;text-align:center}.modal-body h3{font-size:18px;color:var(--royal);margin:32px 0 12px;padding-bottom:8px;border-bottom:1px solid var(--line)}.modal-body p{margin-bottom:16px}.modal-body ul{list-style:disc;margin-left:24px;margin-bottom:16px}.modal-body li{margin-bottom:8px}
