@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Noto+Sans+JP:wght@400;500;600&display=swap";.app-header[data-v-57c44392]{position:sticky;top:0;z-index:50;background:#fffffff2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(15,138,215,.08)}.header-inner[data-v-57c44392]{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem}.header-inner[data-v-57c44392]>*{min-width:0}.logo[data-v-57c44392]{display:flex;align-items:center;gap:.75rem;font-weight:600;color:var(--color-dark)}.logo-mark[data-v-57c44392]{width:42px;height:42px;border-radius:14px;background:none;display:inline-flex;align-items:center;justify-content:center;box-shadow:none;border:none}.logo-mark img[data-v-57c44392]{width:26px;height:auto;display:block}.logo-text[data-v-57c44392]{display:flex;flex-direction:column;font-size:.85rem;line-height:1.1}.logo-text .jp[data-v-57c44392]{display:inline-block;font-weight:600;letter-spacing:.28em}.logo-text .en[data-v-57c44392]{letter-spacing:.15em;font-size:.7rem;color:var(--color-muted-strong, var(--color-muted))}.desktop-nav[data-v-57c44392]{display:flex;align-items:center;gap:12px}.nav-item[data-v-57c44392]{position:relative}.nav-item[data-v-57c44392]:after{content:"";position:absolute;top:100%;left:-12px;right:-12px;height:16px}.nav-link-main[data-v-57c44392],.nav-link-single[data-v-57c44392]{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 14px;border:1px solid transparent;border-radius:999px;color:var(--color-muted-strong, var(--color-muted));font-size:13px;font-weight:600;text-decoration:none;transition:background .2s ease,border-color .2s ease,color .2s ease,box-shadow .2s ease}.nav-link-main[data-v-57c44392]{gap:8px}.nav-link-main[data-v-57c44392]:after{content:"";width:7px;height:7px;border-right:1.5px solid #a0a0a0;border-bottom:1.5px solid #a0a0a0;transform:translateY(-2px) rotate(45deg);transition:transform .2s ease,border-color .2s ease}.nav-link-single[data-v-57c44392]:hover,.nav-link-single.router-link-active[data-v-57c44392],.nav-link-main[data-v-57c44392]:hover,.nav-link-main.active[data-v-57c44392],.nav-item:hover .nav-link-main[data-v-57c44392],.nav-item:focus-within .nav-link-main[data-v-57c44392]{color:var(--color-dark);background:#1a5fa80f;border-color:#1a5fa81a;box-shadow:0 8px 18px #1a5fa814}.nav-link-main[data-v-57c44392]:hover:after,.nav-link-main.active[data-v-57c44392]:after,.nav-item:hover .nav-link-main[data-v-57c44392]:after,.nav-item:focus-within .nav-link-main[data-v-57c44392]:after{border-color:var(--color-dark);transform:translateY(1px) rotate(225deg)}.nav-submenu[data-v-57c44392]{position:absolute;top:calc(100% + 14px);left:50%;min-width:248px;padding:10px;border:1px solid rgba(26,95,168,.1);border-radius:16px;background:#fffffffa;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 20px 40px #0b1c2e1a,0 4px 10px #0b1c2e0a;opacity:0;pointer-events:none;transform:translate(-50%) translateY(10px) scale(.98);transform-origin:top center;transition:opacity .22s ease,transform .22s ease}.nav-submenu[data-v-57c44392]:before{content:"";position:absolute;top:-7px;left:50%;width:12px;height:12px;background:#fffffffa;border-top:1px solid rgba(26,95,168,.1);border-left:1px solid rgba(26,95,168,.1);transform:translate(-50%) rotate(45deg)}.nav-submenu-link[data-v-57c44392]{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:11px 12px;border-radius:12px;color:var(--color-dark);font-size:13px;font-weight:600;white-space:nowrap;text-decoration:none}.nav-submenu-link[data-v-57c44392]:after{content:"";width:7px;height:7px;border-top:1.5px solid #a0a0a0;border-right:1.5px solid #a0a0a0;transform:rotate(45deg);transition:transform .2s ease,border-color .2s ease}.nav-submenu-link[data-v-57c44392]:hover{background:#f5f5f3}.nav-submenu-link[data-v-57c44392]:hover:after{border-color:var(--color-dark);transform:translate(2px) rotate(45deg)}.nav-item:hover .nav-submenu[data-v-57c44392],.nav-item:focus-within .nav-submenu[data-v-57c44392]{opacity:1;pointer-events:auto;transform:translate(-50%) translateY(0) scale(1)}.language-switch[data-v-57c44392]{display:inline-flex;gap:.25rem;background:#0f8ad714;padding:.25rem;border-radius:999px}.lang-btn[data-v-57c44392]{border:none;padding:.35rem .9rem;border-radius:999px;font-weight:600;font-size:.85rem;background:transparent;cursor:pointer;color:var(--color-muted)}.lang-btn.active[data-v-57c44392]{background:#fff;color:var(--color-primary);box-shadow:0 6px 12px #0f8ad72e}.menu-toggle[data-v-57c44392]{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer}.menu-toggle span[data-v-57c44392]{width:26px;height:3px;background:var(--color-dark);border-radius:999px;transition:transform .3s ease,opacity .3s ease}.menu-toggle span.open[data-v-57c44392]:nth-child(1){transform:translateY(8px) rotate(45deg)}.menu-toggle span.open[data-v-57c44392]:nth-child(2){opacity:0}.menu-toggle span.open[data-v-57c44392]:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.mobile-nav[data-v-57c44392]{background:#fff;box-shadow:0 20px 40px #0f8ad726;border-bottom-left-radius:24px;border-bottom-right-radius:24px;padding:1.5rem;display:flex;flex-direction:column;gap:1rem}.mobile-section-group[data-v-57c44392]{display:grid;gap:.85rem}.mobile-home-link[data-v-57c44392]{justify-content:flex-start}.mobile-sub-links[data-v-57c44392]{display:grid;gap:.55rem;padding-left:.75rem}.mobile-sub-link[data-v-57c44392]{color:var(--color-muted-strong, var(--color-muted));font-size:.95rem;font-weight:500}.mobile-sub-link.router-link-active[data-v-57c44392]{color:var(--color-primary)}.mobile-links[data-v-57c44392]{display:flex;flex-direction:column;gap:.75rem}.mobile-links .nav-link-single[data-v-57c44392]{justify-content:flex-start}.mobile-language-switch[data-v-57c44392]{width:fit-content}.slide-enter-active[data-v-57c44392],.slide-leave-active[data-v-57c44392]{transition:max-height .3s ease}.slide-enter-from[data-v-57c44392],.slide-leave-to[data-v-57c44392]{max-height:0}.slide-enter-to[data-v-57c44392],.slide-leave-from[data-v-57c44392]{max-height:500px}@media (max-width: 1100px){.desktop-nav[data-v-57c44392]{gap:8px}.nav-link-main[data-v-57c44392],.nav-link-single[data-v-57c44392]{padding:0 12px}}@media (max-width: 960px){.desktop-nav[data-v-57c44392]{display:none}.menu-toggle[data-v-57c44392]{display:flex}}@media (max-width: 600px){.header-inner[data-v-57c44392]{padding:.75rem 1rem}.logo-text .en[data-v-57c44392]{letter-spacing:.1em}}.app-footer[data-v-4b7ec4d1]{background:linear-gradient(180deg,#eef4fb,#f8fbff);color:#1a1a1a;padding:3rem 1.5rem;border-top:1px solid rgba(0,0,0,.08)}.footer-inner[data-v-4b7ec4d1]{max-width:1200px;margin:0 auto}.footer-grid[data-v-4b7ec4d1]{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem;margin-bottom:1.5rem}.footer-column[data-v-4b7ec4d1]{display:grid;gap:.6rem}.footer-brand[data-v-4b7ec4d1]{display:inline-flex;align-items:center;gap:.75rem;min-width:0}.brand-mark[data-v-4b7ec4d1]{width:42px;height:42px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.brand-mark img[data-v-4b7ec4d1]{width:26px;height:auto;display:block}.brand-text[data-v-4b7ec4d1]{display:flex;flex-direction:column;font-size:.85rem;line-height:1.1;white-space:nowrap}.brand-jp[data-v-4b7ec4d1]{display:inline-block;font-weight:600;color:#1a1a1a;letter-spacing:.28em}.brand-en[data-v-4b7ec4d1]{font-size:.7rem;letter-spacing:.15em;color:#6b6b6b}.footer-column p[data-v-4b7ec4d1]{margin:.35rem 0;line-height:1.5;color:#6b6b6b}.footer-link[data-v-4b7ec4d1]{color:#6b6b6b;font-weight:500}.footer-link[data-v-4b7ec4d1]:hover{text-decoration:underline;color:#1a1a1a}.contact-hours[data-v-4b7ec4d1]{color:#8a8a8a;font-size:.9rem}.footer-copy[data-v-4b7ec4d1]{border-top:1px solid rgba(0,0,0,.08);padding-top:1rem;font-size:.9rem;color:#8a8a8a}.app-shell[data-v-bcdd1d22]{min-height:100vh;display:flex;flex-direction:column;background:linear-gradient(180deg,#f3f9ff99,#fff)}main[data-v-bcdd1d22]{flex:1}.landing-home[data-v-841064c6]{--landing-bg: #ffffff;--landing-bg2: #f5f5f3;--landing-bg3: #eeede9;--landing-text: #1a1a1a;--landing-muted: #6b6b6b;--landing-hint: #a0a0a0;--landing-border: rgba(0, 0, 0, .09);--landing-border-strong: rgba(0, 0, 0, .16);--landing-info-bg: #e8f1fb;--landing-info-text: #1a5fa8;--landing-success-bg: #e6f4ec;--landing-success-text: #1a7a3c;--landing-radius-md: 8px;--landing-radius-lg: 14px;--landing-radius-xl: 20px;color:var(--landing-text)}.landing-hero[data-v-841064c6],.landing-sec[data-v-841064c6]{scroll-margin-top:96px}.landing-sec[data-v-841064c6]{width:min(900px,calc(100% - 40px));margin:0 auto;padding:32px 0}.landing-sec--wide[data-v-841064c6]{width:min(1120px,calc(100% - 40px))}.landing-sec--pricing[data-v-841064c6]{width:min(1200px,calc(100% - 40px))}.landing-h2[data-v-841064c6]{margin:0 0 10px;font-size:30px;font-weight:700;line-height:1.25;letter-spacing:-.02em}.landing-lead[data-v-841064c6]{max-width:560px;margin:0 0 36px;font-size:14px;line-height:1.8;color:var(--landing-muted)}.landing-hero[data-v-841064c6]{position:relative;width:min(1380px,calc(100% - 28px));margin:0 auto;padding:92px clamp(28px,5vw,72px) 64px;overflow:hidden}.landing-hero[data-v-841064c6]:before{content:"";position:absolute;top:14px;right:14px;bottom:14px;left:14px;border-radius:34px;background:linear-gradient(135deg,#f5f5f3d1,#e8f1fb75 56%,#ffffff29);pointer-events:none}.landing-hero-inner[data-v-841064c6]{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.16fr) minmax(340px,.84fr);gap:clamp(42px,6vw,88px);align-items:center}.landing-hero-copy[data-v-841064c6]{max-width:700px}.landing-hero-title[data-v-841064c6]{max-width:14.2em;margin:0 0 20px;font-size:clamp(38px,3.9vw,46px);font-weight:800;line-height:1.14;letter-spacing:-.03em;text-wrap:balance}.landing-hero-body[data-v-841064c6]{max-width:31em;margin:0 0 30px;font-size:16px;line-height:1.95;color:var(--landing-muted)}.landing-hero-tags[data-v-841064c6]{display:flex;flex-wrap:wrap;gap:10px;max-width:560px}.landing-tag-row[data-v-841064c6]{flex:0 0 100%;display:flex}.landing-tag[data-v-841064c6]{display:inline-flex;align-items:center;min-height:36px;padding:0 15px;border:1px solid rgba(15,138,215,.18);border-radius:999px;background:linear-gradient(135deg,#edf8ff,#f5fbff);box-shadow:0 10px 22px #1a5fa814;font-size:12px;font-weight:700;letter-spacing:.01em;color:#0f6fad}.landing-tag-line[data-v-841064c6]{gap:8px;border-color:#06c75538;background:linear-gradient(135deg,#ecfff3,#f7fff9);box-shadow:0 10px 24px #06c7551a;color:#098348}.landing-tag-dot[data-v-841064c6]{width:8px;height:8px;border-radius:50%;background:#06c755;box-shadow:0 0 0 5px #06c7551f}.landing-hero-visual[data-v-841064c6]{position:relative;width:100%;min-height:368px;padding:24px;display:flex;align-items:center;justify-content:center;overflow:hidden;border:1px solid rgba(26,95,168,.12);border-radius:34px;background:radial-gradient(circle at 18% 18%,#ffffffeb 0,#fff0 32%),linear-gradient(160deg,#f4f9ff,#e8f1fb 48%,#dbeaff);box-shadow:0 26px 58px #1a5fa821}.landing-hero-visual[data-v-841064c6]:before{content:"";position:absolute;top:30px;right:32px;bottom:76px;left:33%;border:1px solid rgba(15,138,215,.16);border-radius:26px;background:linear-gradient(180deg,#fffffffa,#f4f8fff2);box-shadow:0 22px 42px #0f498024;z-index:0}.landing-hero-visual[data-v-841064c6]:after{content:"";position:absolute;left:24px;top:60%;width:38%;height:76px;transform:translateY(-50%);border:1px solid rgba(15,138,215,.12);border-radius:20px;background:linear-gradient(135deg,#fffffff5,#e8f1fbeb);box-shadow:0 16px 30px #0f49801a;z-index:0}.landing-hero-image[data-v-841064c6]{position:relative;z-index:1;width:min(100%,560px);max-height:320px;object-fit:contain;filter:drop-shadow(0 18px 36px rgba(26,95,168,.18))}.landing-line-mini-grid[data-v-841064c6],.landing-diff-grid[data-v-841064c6],.landing-target-grid[data-v-841064c6]{display:grid;gap:16px;align-items:stretch}.landing-line-mini-grid[data-v-841064c6]{grid-template-columns:repeat(3,minmax(0,1fr))}.landing-line-mini-card[data-v-841064c6],.landing-target-card[data-v-841064c6]{display:flex;flex-direction:column;min-height:100%;overflow:hidden;border:1px solid var(--landing-border);border-radius:var(--landing-radius-xl);background:var(--landing-bg)}.landing-line-mini-figure[data-v-841064c6],.landing-target-image-shell[data-v-841064c6]{height:auto;aspect-ratio:3 / 2;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:0;border-bottom:.5px solid var(--landing-border);background:var(--landing-bg2)}.landing-line-mini-image[data-v-841064c6],.landing-diff-image[data-v-841064c6]{width:100%;height:100%;object-fit:cover;object-position:center}.landing-line-mini-body[data-v-841064c6],.landing-target-body[data-v-841064c6]{display:flex;flex:1;flex-direction:column;gap:8px;padding:18px 18px 20px}.landing-point-title[data-v-841064c6],.landing-target-name[data-v-841064c6],.landing-diff-title[data-v-841064c6]{margin:0;font-size:15px;font-weight:700;line-height:1.45}.landing-point-body[data-v-841064c6],.landing-target-text[data-v-841064c6],.landing-diff-body[data-v-841064c6]{margin:0;font-size:13px;line-height:1.7;color:var(--landing-muted)}.landing-tab-row[data-v-841064c6]{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:36px}.landing-tab[data-v-841064c6]{padding:10px 19px;border:1px solid rgba(26,95,168,.1);border-radius:100px;background:linear-gradient(180deg,#f9fbfe,#f2f6fb);box-shadow:0 8px 18px #111f2e0d;color:var(--landing-muted);font-size:13px;font-weight:600;font-family:inherit;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background .2s ease,color .2s ease,border-color .2s ease}.landing-tab.active[data-v-841064c6]{border-color:transparent;background:linear-gradient(135deg,#203244,#355772);box-shadow:0 12px 24px #111f2e24;color:#fff}.landing-pain-wrap[data-v-841064c6]{position:relative;min-height:600px;overflow:hidden}.landing-pain-wrap[data-v-841064c6]:before,.landing-pain-wrap[data-v-841064c6]:after{content:"";position:absolute;top:0;bottom:0;width:112px;pointer-events:none;z-index:4}.landing-pain-wrap[data-v-841064c6]:before{left:0;background:linear-gradient(90deg,#fff,#ffffffeb 26%,#fff0)}.landing-pain-wrap[data-v-841064c6]:after{right:0;background:linear-gradient(270deg,#fff,#ffffffeb 26%,#fff0)}.landing-panel-nav[data-v-841064c6]{position:absolute;top:50%;z-index:5;width:52px;height:52px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(26,95,168,.14);border-radius:50%;background:#fffffff0;box-shadow:0 18px 36px #0b1c2e1a,0 4px 10px #0b1c2e0a;color:var(--landing-text);cursor:pointer;transform:translateY(-50%);transition:transform .2s ease,box-shadow .2s ease,background .2s ease,opacity .2s ease}.landing-panel-nav.prev[data-v-841064c6]{left:max(8px,calc(50% - 432px))}.landing-panel-nav.next[data-v-841064c6]{right:max(8px,calc(50% - 432px))}.landing-panel-nav[data-v-841064c6]:disabled{opacity:.38;cursor:default;box-shadow:none}.landing-panel-nav svg[data-v-841064c6]{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.landing-pain-panel[data-v-841064c6]{position:absolute;top:0;left:50%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;width:min(736px,calc(100% - 172px));opacity:0;pointer-events:none;filter:saturate(.78);will-change:transform,opacity;transform:translate(82%) scale(.9);transition:transform .48s cubic-bezier(.22,1,.36,1),opacity .32s ease,filter .32s ease}.landing-pain-panel.active[data-v-841064c6]{opacity:1;pointer-events:auto;filter:none;transform:translate(-50%) scale(1);z-index:3}.landing-pain-panel.is-prev[data-v-841064c6]{opacity:.32;transform:translate(-128%) scale(.92);z-index:2}.landing-pain-panel.is-next[data-v-841064c6]{opacity:.32;transform:translate(28%) scale(.92);z-index:2}.landing-pain-panel.is-before[data-v-841064c6]{opacity:0;transform:translate(-186%) scale(.88);z-index:1}.landing-pain-panel.is-after[data-v-841064c6]{opacity:0;transform:translate(86%) scale(.88);z-index:1}.landing-pain-card[data-v-841064c6],.landing-solve-card[data-v-841064c6]{display:flex;flex-direction:column;overflow:hidden;border:1px solid var(--landing-border);border-radius:var(--landing-radius-xl);background:#fff}.landing-pain-copy[data-v-841064c6],.landing-solve-copy[data-v-841064c6]{flex-shrink:0;padding:22px 20px 20px;border-bottom:1px solid var(--landing-border)}.landing-pain-title[data-v-841064c6],.landing-solve-eyebrow[data-v-841064c6]{margin:0 0 6px;font-size:22px;font-weight:700;line-height:1.3;letter-spacing:-.01em}.landing-solve-eyebrow[data-v-841064c6]{color:var(--landing-info-text)}.landing-pain-body[data-v-841064c6],.landing-solve-body[data-v-841064c6]{margin:0;font-size:13px;line-height:1.75}.landing-pain-body[data-v-841064c6]{color:var(--landing-muted)}.landing-solve-body[data-v-841064c6]{color:var(--landing-text)}.landing-pain-media[data-v-841064c6]{flex:none;min-height:0;aspect-ratio:1 / 1;display:flex;align-items:center;justify-content:center;padding:0;overflow:hidden;background:var(--landing-bg3)}.landing-pain-image[data-v-841064c6]{width:100%;height:100%;object-fit:cover;object-position:center}.landing-feature-accordion[data-v-841064c6]{display:flex;flex-direction:column}.landing-feature-row[data-v-841064c6]{display:flex;align-items:stretch}.landing-feature-index[data-v-841064c6]{position:relative;width:48px;flex-shrink:0;display:flex;justify-content:center;padding-top:18px}.landing-feature-row:not(:last-child) .landing-feature-index[data-v-841064c6]:after{content:"";position:absolute;left:50%;top:53px;bottom:-14px;width:1.5px;background:var(--landing-border);transform:translate(-50%)}.landing-tl-dot[data-v-841064c6]{position:relative;z-index:1;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border:1.5px solid var(--landing-info-text);border-radius:50%;background:var(--landing-info-bg);color:var(--landing-info-text);font-size:11px;font-weight:700}.landing-feature-card[data-v-841064c6]{flex:1;margin-left:16px;margin-bottom:10px;overflow:hidden;border:1px solid var(--landing-border);border-radius:var(--landing-radius-lg);background:var(--landing-bg);transition:border-color .2s ease,box-shadow .2s ease}.landing-feature-row:last-child .landing-feature-card[data-v-841064c6]{margin-bottom:0}.landing-feature-card.is-open[data-v-841064c6]{border-color:var(--landing-info-text);box-shadow:0 10px 24px #1a5fa814}.landing-feature-top[data-v-841064c6]{padding:18px 20px}.landing-feature-head[data-v-841064c6]{position:relative;display:flex;align-items:center;gap:14px;width:100%;padding:0 26px 0 0;border:0;background:transparent;text-align:left;font:inherit;cursor:pointer}.landing-feature-head-main[data-v-841064c6]{flex:1;min-width:0}.landing-feature-step[data-v-841064c6]{display:block;margin-bottom:5px;font-size:10px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--landing-hint)}.landing-feature-title[data-v-841064c6]{display:block;font-size:15px;font-weight:600;color:var(--landing-text)}.landing-feature-summary[data-v-841064c6]{display:block;margin-top:6px;font-size:13px;line-height:1.65;color:var(--landing-muted)}.landing-feature-peek[data-v-841064c6]{width:132px;min-width:132px;height:224px;flex-shrink:0;overflow:hidden;border:1px solid rgba(26,95,168,.1);border-radius:24px;background:#fff;box-shadow:0 10px 18px #111f2e14;transition:width .32s ease,min-width .32s ease,opacity .24s ease,transform .32s ease}.landing-feature-card.is-open .landing-feature-peek[data-v-841064c6]{width:0;min-width:0;opacity:0;transform:translateY(8px) scale(.96)}.landing-feature-preview-frame[data-v-841064c6]{width:100%;height:100%;overflow:hidden}.landing-feature-preview-image[data-v-841064c6],.landing-feature-full-image[data-v-841064c6]{width:100%;height:100%;object-fit:cover;object-position:center top}.landing-feature-chevron[data-v-841064c6]{position:absolute;top:4px;right:0;width:7px;height:7px;border-right:1.5px solid var(--landing-hint);border-bottom:1.5px solid var(--landing-hint);transform:translateY(-2px) rotate(45deg);transition:transform .2s ease,border-color .2s ease}.landing-feature-card.is-open .landing-feature-chevron[data-v-841064c6]{border-color:var(--landing-text);transform:translateY(1px) rotate(225deg)}.landing-feature-body[data-v-841064c6]{max-height:0;overflow:hidden;transition:max-height .42s ease,opacity .28s ease,transform .36s ease;opacity:0;transform:translateY(-10px)}.landing-feature-card.is-open .landing-feature-body[data-v-841064c6]{max-height:760px;opacity:1;transform:translateY(0)}.landing-feature-full[data-v-841064c6]{width:min(100%,286px);aspect-ratio:9 / 16;margin:0 auto 20px;overflow:hidden;border:1px solid rgba(26,95,168,.1);border-radius:30px;background:#fff;box-shadow:0 12px 22px #111f2e14}.landing-feature-full-image[data-v-841064c6]{display:block}.landing-diff-grid[data-v-841064c6]{grid-template-columns:repeat(auto-fit,minmax(220px,240px));justify-content:center}.landing-diff-card[data-v-841064c6]{display:flex;flex-direction:column;min-height:100%;padding:24px 20px;border:1px solid var(--landing-border);border-radius:var(--landing-radius-xl);background:var(--landing-bg)}.landing-diff-figure[data-v-841064c6]{height:auto;aspect-ratio:3 / 2;margin-bottom:16px;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:0;border:.5px solid var(--landing-border);border-radius:var(--landing-radius-lg);background:var(--landing-bg2)}.landing-diff-rows[data-v-841064c6]{display:flex;flex-direction:column;gap:7px;margin-top:auto}.landing-diff-row[data-v-841064c6]{display:flex;align-items:flex-start;gap:8px;font-size:12px;line-height:1.6}.landing-diff-row-muted[data-v-841064c6]{color:#999}.landing-tick[data-v-841064c6],.landing-cross[data-v-841064c6]{width:17px;height:17px;flex-shrink:0;border-radius:50%}.landing-tick[data-v-841064c6]{display:flex;align-items:center;justify-content:center;background:var(--landing-success-bg)}.landing-cross[data-v-841064c6]{border:.5px solid var(--landing-border-strong);background:var(--landing-bg2)}.landing-tick svg[data-v-841064c6]{width:9px;height:9px}.landing-target-grid[data-v-841064c6]{grid-template-columns:repeat(3,minmax(220px,240px));justify-content:center;margin-top:24px}.landing-target-image-shell.student[data-v-841064c6]{background:radial-gradient(circle at 20% 20%,rgba(255,255,255,.85),transparent 38%),linear-gradient(145deg,#eef5ff,#dceafb)}.landing-target-image-shell.community[data-v-841064c6]{background:linear-gradient(180deg,#f4f9ff,#e6eef7)}.landing-target-image-shell.organizer[data-v-841064c6]{background:linear-gradient(180deg,#f8fbff,#edf3fa)}.landing-target-image-shell.has-image[data-v-841064c6],.landing-target-image-shell.is-placeholder[data-v-841064c6]{padding:0}.landing-target-image[data-v-841064c6]{width:100%;height:100%;object-fit:cover;object-position:center}.landing-target-illustration[data-v-841064c6]{position:relative;width:100%;height:100%;overflow:hidden;background:radial-gradient(circle at 20% 16%,rgba(255,255,255,.82),transparent 34%),linear-gradient(145deg,#eff5ff,#d9e7fb 52%,#c5dbf8)}.landing-target-illustration-aurora[data-v-841064c6]{position:absolute;inset:18px 20px auto auto;width:96px;height:96px;border-radius:50%;background:radial-gradient(circle,#ffffffb3,#fff0)}.landing-target-illustration-group[data-v-841064c6]{position:absolute;left:50%;bottom:20px;display:flex;align-items:flex-end;gap:10px;transform:translate(-50%)}.landing-target-avatar[data-v-841064c6]{position:relative;display:inline-flex;border-radius:999px 999px 26px 26px;background:linear-gradient(180deg,#fff,#e8f0fb);box-shadow:0 14px 30px #1845771f}.landing-target-avatar[data-v-841064c6]:before{content:"";position:absolute;top:-34px;left:50%;width:42px;height:42px;border-radius:50%;background:linear-gradient(180deg,#fff,#eef3fb);transform:translate(-50%);box-shadow:0 10px 20px #1845771a}.landing-target-avatar.large[data-v-841064c6]{width:74px;height:92px}.landing-target-avatar.medium[data-v-841064c6]{width:62px;height:78px}.landing-target-avatar.small[data-v-841064c6]{width:54px;height:66px}.landing-target-illustration-label[data-v-841064c6]{position:absolute;top:18px;left:18px;display:inline-flex;align-items:center;min-height:32px;padding:0 12px;border:1px solid rgba(26,95,168,.12);border-radius:999px;background:#ffffffc2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);font-size:12px;font-weight:700;letter-spacing:.05em;color:#50708f}.landing-target-placeholder[data-v-841064c6]{font-size:13px;font-weight:700;letter-spacing:.08em;color:var(--landing-hint)}.landing-plan-toggle[data-v-841064c6]{display:inline-flex;align-items:center;gap:6px;padding:5px;margin-bottom:18px;border:1px solid var(--landing-border);border-radius:999px;background:var(--landing-bg2)}.landing-plan-toggle-btn[data-v-841064c6]{min-height:36px;padding:0 16px;border:none;border-radius:999px;background:transparent;color:var(--landing-muted);font-size:13px;font-weight:700;font-family:inherit;cursor:pointer;transition:background .2s ease,color .2s ease,box-shadow .2s ease}.landing-plan-toggle-btn.is-active[data-v-841064c6]{background:#fff;color:var(--landing-text);box-shadow:0 8px 18px #111f2e14}.landing-plan-wrap[data-v-841064c6]{display:flex;gap:16px;margin-bottom:14px}.landing-plan[data-v-841064c6]{position:relative;flex:1;min-width:0;padding:22px;border:1px solid var(--landing-border);border-radius:var(--landing-radius-xl);background:#fff}.landing-plan.rec[data-v-841064c6]{border:2px solid var(--landing-info-text);background:var(--landing-info-bg)}.landing-plan-badge[data-v-841064c6]{position:absolute;top:16px;right:16px;display:inline-block;padding:2px 10px;border-radius:4px;background:var(--landing-info-text);color:#fff;font-size:10px}.landing-plan-name[data-v-841064c6]{margin-bottom:8px;font-size:14px;font-weight:700}.landing-plan-price[data-v-841064c6]{display:inline-flex;align-items:flex-end;gap:4px;min-width:156px;margin-bottom:4px;line-height:1}.landing-plan-price-value[data-v-841064c6]{font-size:32px;font-weight:800;white-space:nowrap}.landing-plan-price-unit[data-v-841064c6]{padding-bottom:3px;font-size:13px;color:var(--landing-muted);white-space:nowrap}.landing-plan-fee[data-v-841064c6]{margin-bottom:18px;font-size:12px;color:var(--landing-muted)}.landing-plan-fee b[data-v-841064c6]{color:var(--landing-text);font-weight:700}.landing-plan-rows[data-v-841064c6]{display:flex;flex-direction:column;gap:8px;padding-top:14px;border-top:.5px solid var(--landing-border)}.landing-plan-row[data-v-841064c6]{display:flex;justify-content:space-between;gap:12px;font-size:12px}.landing-plan-row .k[data-v-841064c6]{color:var(--landing-muted)}.landing-plan-row .v[data-v-841064c6]{font-weight:700}.landing-calc-trigger[data-v-841064c6]{margin-top:14px;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:18px 20px;border:1px solid var(--landing-border);border-radius:var(--landing-radius-lg);background:var(--landing-bg2)}.landing-calc-trigger-copy[data-v-841064c6]{font-size:14px}.landing-calc-trigger-btn[data-v-841064c6],.landing-calc-submit[data-v-841064c6]{padding:10px 18px;border:none;border-radius:var(--landing-radius-md);background:var(--landing-info-text);color:#fff;font-size:13px;font-weight:600;font-family:inherit;cursor:pointer;white-space:nowrap}.landing-company-inner[data-v-841064c6]{display:flex;gap:48px;margin-top:28px}.landing-company-copy[data-v-841064c6]{flex:2}.landing-company-quote[data-v-841064c6]{margin-bottom:16px;font-size:17px;font-weight:700;line-height:1.6}.landing-company-body[data-v-841064c6]{font-size:14px;line-height:1.85;color:var(--landing-muted)}.landing-meta-table[data-v-841064c6]{flex:1;display:flex;flex-direction:column}.landing-meta-row[data-v-841064c6]{display:flex;gap:12px;padding:10px 0;border-bottom:.5px solid var(--landing-border);font-size:13px}.landing-meta-row[data-v-841064c6]:last-child{border-bottom:none}.landing-meta-key[data-v-841064c6]{width:60px;flex-shrink:0;color:var(--landing-muted)}.landing-calc-modal[data-v-841064c6]{position:fixed;top:0;right:0;bottom:0;left:0;z-index:300;display:flex;align-items:center;justify-content:center;padding:24px;background:#12161d6b}.landing-calc-dialog[data-v-841064c6]{width:min(100%,560px);overflow:hidden;border:1px solid var(--landing-border);border-radius:var(--landing-radius-xl);background:#fff;box-shadow:0 24px 70px #12161d2e}.landing-calc-head[data-v-841064c6]{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 20px;border-bottom:1px solid var(--landing-border);background:var(--landing-bg2)}.landing-calc-title[data-v-841064c6]{font-size:15px;font-weight:700}.landing-calc-close[data-v-841064c6]{width:34px;height:34px;border:1px solid var(--landing-border);border-radius:999px;background:#fff;color:var(--landing-muted);font-size:18px;line-height:1;cursor:pointer}.landing-calc-body[data-v-841064c6]{padding:20px}.landing-calc-label[data-v-841064c6],.landing-calc-result-caption[data-v-841064c6]{margin-bottom:8px;font-size:13px;color:var(--landing-muted)}.landing-calc-form-row[data-v-841064c6]{display:flex;gap:10px;margin-bottom:16px}.landing-calc-stepper[data-v-841064c6]{flex:1;display:flex;align-items:center;overflow:hidden;border:1px solid var(--landing-border-strong);border-radius:var(--landing-radius-md);background:#fff}.landing-calc-step-btn[data-v-841064c6]{width:48px;height:46px;flex-shrink:0;border:none;background:var(--landing-bg2);color:var(--landing-text);font-size:20px;font-weight:600;font-family:inherit;cursor:pointer}.landing-calc-step-input[data-v-841064c6]{flex:1;min-width:0;height:46px;border:none;border-left:1px solid var(--landing-border);border-right:1px solid var(--landing-border);background:#fff;color:var(--landing-text);text-align:center;font-size:16px;font-family:inherit}.landing-calc-step-input[data-v-841064c6]:focus{outline:none}.landing-calc-result[data-v-841064c6]{display:flex;flex-direction:column;gap:8px}.landing-calc-result-row[data-v-841064c6]{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border:1px solid var(--landing-border);border-radius:var(--landing-radius-md);background:#fff;font-size:13px}.landing-calc-result-row.recommended[data-v-841064c6]{border-color:var(--landing-info-text);background:var(--landing-info-bg)}.landing-calc-result-label[data-v-841064c6]{display:flex;align-items:center;gap:8px}.landing-calc-result-badge[data-v-841064c6]{display:inline-flex;padding:2px 8px;border-radius:4px;background:var(--landing-info-text);color:#fff;font-size:10px;font-weight:600}.landing-calc-result-total[data-v-841064c6]{font-weight:600}@media (max-width: 1040px){.landing-pain-wrap[data-v-841064c6]:before,.landing-pain-wrap[data-v-841064c6]:after{width:72px}.landing-panel-nav[data-v-841064c6]{width:48px;height:48px}.landing-panel-nav.prev[data-v-841064c6]{left:max(6px,calc(50% - 314px))}.landing-panel-nav.next[data-v-841064c6]{right:max(6px,calc(50% - 314px))}.landing-pain-panel[data-v-841064c6]{width:min(456px,calc(100% - 88px));grid-template-columns:1fr;gap:16px}.landing-pain-card[data-v-841064c6],.landing-solve-card[data-v-841064c6]{min-height:unset}.landing-pain-media[data-v-841064c6]{aspect-ratio:1 / 1}}@media (max-width: 920px){.landing-hero[data-v-841064c6]{padding:74px 32px 56px}.landing-hero[data-v-841064c6]:before{top:10px;right:10px;bottom:10px;left:10px;border-radius:30px}.landing-hero-inner[data-v-841064c6]{grid-template-columns:1fr;gap:36px}.landing-hero-copy[data-v-841064c6]{max-width:none}.landing-hero-visual[data-v-841064c6]{min-height:318px}.landing-hero-visual[data-v-841064c6]:before{left:34%;bottom:68px}}@media (max-width: 720px){.landing-feature-top[data-v-841064c6]{padding:16px}.landing-feature-head[data-v-841064c6]{align-items:flex-start}.landing-feature-peek[data-v-841064c6]{width:108px;min-width:108px;height:184px;border-radius:20px}.landing-feature-full[data-v-841064c6]{width:min(100%,248px);margin-bottom:16px}}@media (max-width: 680px){.landing-sec[data-v-841064c6],.landing-sec--wide[data-v-841064c6],.landing-sec--pricing[data-v-841064c6]{width:calc(100% - 40px);padding:24px 0}.landing-hero[data-v-841064c6]{width:calc(100% - 40px);padding:46px 20px 38px}.landing-hero[data-v-841064c6]:before{top:0;right:0;bottom:0;left:0;border-radius:24px}.landing-hero-inner[data-v-841064c6]{gap:24px}.landing-hero-title[data-v-841064c6]{max-width:11em;font-size:32px;line-height:1.18}.landing-hero-body[data-v-841064c6]{max-width:none;margin-bottom:24px;font-size:15px;line-height:1.9}.landing-hero-visual[data-v-841064c6]{min-height:248px;height:280px;padding:20px;border-radius:26px}.landing-hero-visual[data-v-841064c6]:before{top:24px;right:24px;bottom:70px;left:26%;border-radius:22px}.landing-hero-visual[data-v-841064c6]:after{left:20px;width:46%;height:76px;border-radius:18px}.landing-line-mini-grid[data-v-841064c6],.landing-diff-grid[data-v-841064c6],.landing-target-grid[data-v-841064c6]{grid-template-columns:1fr}.landing-pain-wrap[data-v-841064c6]:before,.landing-pain-wrap[data-v-841064c6]:after{display:none}.landing-panel-nav[data-v-841064c6]{width:44px;height:44px}.landing-panel-nav.prev[data-v-841064c6]{left:2px}.landing-panel-nav.next[data-v-841064c6]{right:2px}.landing-pain-wrap[data-v-841064c6]{min-height:unset}.landing-pain-panel[data-v-841064c6]{width:calc(100% - 24px)}.landing-pain-panel.is-prev[data-v-841064c6],.landing-pain-panel.is-next[data-v-841064c6],.landing-pain-panel.is-before[data-v-841064c6],.landing-pain-panel.is-after[data-v-841064c6]{opacity:0}.landing-plan-toggle[data-v-841064c6]{display:flex;width:100%}.landing-plan-toggle-btn[data-v-841064c6]{flex:1}.landing-plan-wrap[data-v-841064c6]{flex-direction:column}.landing-calc-trigger[data-v-841064c6]{flex-direction:column;align-items:flex-start}.landing-calc-form-row[data-v-841064c6],.landing-company-inner[data-v-841064c6]{flex-direction:column}}:root{font-family:Inter,Noto Sans JP,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#1b2733;background-color:#f5f7fb;line-height:1.5;font-weight:400;--color-brand-start: #25b7b0;--color-brand-end: #0f8ad7;--color-accent: #ffc65a;--color-primary: #0f8ad7;--color-dark: #0c1f33;--color-muted: #5c6c7c;--color-muted-strong: #2c3543;--color-surface: #f5f7fb;--color-surface-alt: #ffffff;--gradient-primary: linear-gradient(120deg, var(--color-brand-end), var(--color-brand-start));--card-bg: var(--color-surface-alt);--shadow-soft: 0 12px 30px rgba(15, 138, 215, .12)}*{box-sizing:border-box}html,body{width:100%;overflow-x:hidden}body{margin:0;min-height:100vh;background-color:var(--color-surface);color:var(--color-dark)}#app{width:100%;overflow-x:hidden}.app-shell,main{width:100%;overflow-x:hidden}.app-header,.app-footer{overflow-x:hidden}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}main{width:100%}.section{padding:4rem 1.5rem;overflow-x:hidden}.container{max-width:1200px;margin:0 auto;width:100%}.eyebrow{text-transform:uppercase;letter-spacing:.35em;font-size:.78rem;color:var(--color-primary);margin-bottom:.75rem}.card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.card{background:var(--card-bg);border-radius:20px;padding:1.5rem;box-shadow:0 15px 40px #0f8ad714;transition:transform .25s ease,box-shadow .25s ease;min-width:0}.card:hover{transform:translateY(-4px);box-shadow:var(--shadow-soft)}.btn{border:none;border-radius:999px;padding:.85rem 1.75rem;font-weight:600;cursor:pointer;transition:opacity .25s ease,transform .2s ease}.btn-primary{background-image:var(--gradient-primary);color:#fff;box-shadow:0 12px 30px #1fbec059}.btn-secondary{border:1px solid rgba(15,138,215,.3);color:#0f8ad7;background:#ffffffb3}.btn:active{transform:scale(.98)}.section-title{font-size:clamp(1.8rem,3vw,2.4rem);margin-bottom:1rem}.section-description{color:var(--color-muted);margin-bottom:2.5rem}@media (max-width: 768px){.section{padding:3rem 1rem}}@media (max-width: 600px){.section{padding:2.5rem 1rem}.card{padding:1.25rem;border-radius:18px}.card-grid{gap:1rem;grid-template-columns:1fr}.section-description{margin-bottom:1.75rem}.btn{display:inline-flex;align-items:center;justify-content:center;width:100%}.hero-grid,.how-grid,.contact-grid,.service-icon-grid,.footer-grid{grid-template-columns:1fr!important}}.text-link{background:none;border:none;color:var(--color-primary);font-weight:600;cursor:pointer;text-align:left}p,h1,h2,h3,h4,h5,h6,a,li{overflow-wrap:anywhere;word-break:break-word}
