:root{--fx-red:#e10600;--fx-red-deep:#b80400;--fx-ink:#181313;--fx-ink-soft:#4b3f3f;--fx-bg:#f2edeb;--fx-surface:var(--fx-bg);--fx-surface-strong:#1f1717;--fx-surface-light:var(--fx-bg);--fx-surface-dark:#e10600;--fx-text:var(--fx-ink);--fx-text-muted:#6b5a5a;--fx-text-on-dark:#fff5f2;--fx-border:rgba(24,19,19,0.24);--fx-border-strong:rgba(24,19,19,0.48);--fx-line-light:var(--fx-border);--fx-line-dark:rgba(255,238,233,0.42);--fx-header-height:92px;--fx-header-offset:clamp(10px,1.6vw,22px);--fx-shell:100%;--fx-shell-max:1440px;--fx-content-max:1200px;--fx-shell-padding-x:clamp(14px,3vw,44px);--fx-radius-sm:10px;--fx-radius-md:18px;--fx-radius-lg:28px;--fx-radius-xl:40px;--fx-radius-pill:999px;--fx-space-1:0.4rem;--fx-space-2:0.6rem;--fx-space-3:0.9rem;--fx-space-4:1.2rem;--fx-space-5:1.6rem;--fx-space-6:2.3rem;--fx-space-7:3.3rem;--fx-space-8:4.8rem;--fx-space-9:6.4rem;--fx-fs-body:clamp(1rem,0.15vw + 0.97rem,1.06rem);--fx-fs-meta:clamp(0.78rem,0.1vw + 0.76rem,0.86rem);--fx-fs-card-title:clamp(1.05rem,0.45vw + 0.95rem,1.32rem);--fx-fs-section-title:clamp(2rem,1.6vw + 1.58rem,3.05rem);--fx-fs-hero-title:clamp(2.35rem,3.2vw + 1.6rem,5.2rem);--fx-lh-tight:1.12;--fx-lh-title:1.18;--fx-lh-body:1.72;--fx-font-body:"Noto Sans JP","Hiragino Kaku Gothic ProN",sans-serif;--fx-font-display:"M PLUS Rounded 1c","Noto Sans JP",sans-serif;--fx-hero-min-h:calc(100svh - var(--fx-header-height) - (var(--fx-header-offset) * 2))}*{box-sizing:border-box}html{scroll-behavior:smooth;background:#fff}body{margin:0;background:var(--fx-bg);color:var(--fx-text);font-family:var(--fx-font-body);font-size:var(--fx-fs-body);line-height:var(--fx-lh-body);letter-spacing:.01em}a{color:inherit}.fx-shell{width:var(--fx-shell);margin-inline:auto;max-width:var(--fx-shell-max);padding-inline:var(--fx-shell-padding-x)}.fx-main-area{min-height:calc(100vh - var(--fx-header-height) - (var(--fx-header-offset) * 2))}.fx-site-header{position:-webkit-sticky;position:sticky;top:var(--fx-header-offset);z-index:50;padding-inline:var(--fx-shell-padding-x);margin-bottom:0}.fx-site-header>.fx-shell{padding-inline:0}.fx-site-header-inner{min-height:var(--fx-header-height);display:grid;grid-template-columns:minmax(150px,230px) minmax(0,1fr) auto;align-items:center;grid-gap:var(--fx-space-5);gap:var(--fx-space-5);background:rgba(255,250,249,.72);border:1px solid rgba(255,255,255,.8);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:var(--fx-radius-lg);padding:clamp(.7rem,1.4vw,1rem) clamp(1rem,1.8vw,1.5rem);box-shadow:0 12px 30px rgba(24,19,19,.06)}.fx-site-footer{margin-top:var(--fx-space-8);background:var(--fx-surface-strong);color:var(--fx-text-on-dark);border-top:2px solid rgba(255,238,233,.28);border-top-left-radius:var(--fx-radius-xl);border-top-right-radius:var(--fx-radius-xl);padding-block:clamp(2.3rem,5vw,4.5rem)}.fx-site-footer .fx-shell{display:grid;grid-gap:var(--fx-space-5);gap:var(--fx-space-5)}.fx-footer-main{display:flex;align-items:flex-start;gap:clamp(1.2rem,3vw,2.8rem)}.fx-footer-meta{margin:0;font-size:var(--fx-fs-meta);letter-spacing:.1em;text-transform:uppercase;line-height:1.5;color:rgba(255,245,242,.82)}.fx-footer-meta p{margin:0}.fx-footer-nav{margin-left:auto}.fx-footer-groups{margin:0;padding:0;list-style:none;display:grid;grid-template-columns:repeat(3,minmax(120px,max-content));justify-content:end;grid-gap:clamp(1.4rem,2.4vw,3rem);gap:clamp(1.4rem,2.4vw,3rem)}.fx-footer-link{font-family:var(--fx-font-display);display:inline-block;font-size:clamp(.92rem,1.2vw,1.05rem);letter-spacing:.04em;font-weight:700;color:#fff;text-decoration:none;border-bottom:1px solid rgba(255,245,242,.92);padding-bottom:.22rem;transition:color .2s ease,border-color .2s ease,opacity .2s ease}.fx-footer-group{display:grid;grid-gap:.8rem;gap:.8rem;align-content:start;justify-items:end;text-align:right}.fx-footer-sub-links{margin:0;padding:0;list-style:none;display:grid;grid-gap:.8rem;gap:.8rem}.fx-footer-group-secondary{gap:0}.fx-footer-secondary-links{margin:0;padding:0;list-style:none;display:grid;grid-gap:1.2rem;gap:1.2rem}.fx-footer-sub-link{font-family:var(--fx-font-body);font-size:clamp(.82rem,1vw,.92rem);letter-spacing:.04em;color:rgba(255,245,242,.92);text-decoration:none;transition:color .2s ease,opacity .2s ease}.fx-footer-link:focus-visible,.fx-footer-link:hover,.fx-footer-sub-link:focus-visible,.fx-footer-sub-link:hover{color:#fff;opacity:1}.fx-footer-link:focus-visible{outline:2px solid rgba(255,255,255,.75);outline-offset:2px}.fx-page-section,.fx-section-organism{padding-block:clamp(4.5rem,8vw,7.7rem)}.fx-not-found{min-height:calc(100vh - var(--fx-header-height) - (var(--fx-header-offset) * 2));display:grid;place-items:center}.fx-not-found-message{margin:0;text-align:center;font-family:var(--fx-font-display);font-size:clamp(1.6rem,5vw,3rem);line-height:1.15;letter-spacing:.05em}.fx-article-shell{border-top:2px solid var(--fx-line-light)}.fx-article-inner{width:100%;max-width:var(--fx-content-max);margin-inline:auto}.fx-mdx>:first-child{margin-top:0}.fx-mdx h2,.fx-mdx h3{line-height:var(--fx-lh-title);font-family:var(--fx-font-display)}.fx-mdx li,.fx-mdx p{font-size:var(--fx-fs-body)}.fx-mdx ol,.fx-mdx ul{padding-left:1.25rem}.fx-mdx a{color:var(--fx-red)}.fx-site-header-desktop{min-width:0;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;grid-gap:var(--fx-space-3);gap:var(--fx-space-3)}@media (max-width:980px){.fx-site-header{top:var(--fx-space-3);margin-bottom:0}.fx-site-header-inner{grid-template-columns:minmax(130px,1fr) minmax(0,1fr) auto;gap:var(--fx-space-2);border-radius:var(--fx-radius-lg);min-height:84px;padding-inline:clamp(.8rem,2vw,1.2rem)}.fx-page-section,.fx-section-organism{padding-block:clamp(4rem,8vw,5rem)}.fx-site-footer{border-top-left-radius:var(--fx-radius-lg);border-top-right-radius:var(--fx-radius-lg)}.fx-footer-main{flex-direction:column;align-items:flex-start;gap:var(--fx-space-3)}.fx-footer-nav{margin-left:0;width:100%}.fx-footer-groups{grid-template-columns:repeat(2,minmax(0,1fr));justify-content:start}.fx-footer-group-secondary{justify-items:start;text-align:left}}@media (max-width:768px){.fx-site-header{top:var(--fx-space-2);padding-inline:var(--fx-space-3)}.fx-site-header-inner{grid-template-columns:minmax(120px,1fr) auto;min-height:74px;border-radius:clamp(16px,3vw,24px);padding:.6rem .85rem}.fx-site-header-desktop{display:none}.fx-main-area{min-height:calc(100vh - 74px - (var(--fx-space-2) * 2))}}@media (max-width:640px){.fx-site-header{top:var(--fx-space-3);padding-inline:var(--fx-space-3)}.fx-site-header-inner{min-height:70px;padding-inline:.72rem}.fx-page-section,.fx-section-organism{padding-block:clamp(4.6rem,10vw,6.2rem)}.fx-main-area{min-height:calc(100svh - 70px - (var(--fx-space-3) * 2))}}.fx-surface-light{background:var(--fx-surface-light);color:var(--fx-text);border-radius:0}.fx-surface-dark{background:var(--fx-surface-dark);border-radius:0}.fx-surface-dark,.fx-surface-dark .fx-body-text,.fx-surface-dark .fx-card-body,.fx-surface-dark .fx-card-title,.fx-surface-dark .fx-meta-text,.fx-surface-dark .fx-section-kicker,.fx-surface-dark .fx-section-title{color:var(--fx-text-on-dark)}.fx-brand-wordmark{text-decoration:none;font-family:var(--fx-font-display);font-size:clamp(1.3rem,1vw + 1rem,1.95rem);font-weight:800;letter-spacing:.02em;line-height:1}.fx-site-nav{min-width:0}.fx-site-header-action{display:flex;justify-content:flex-end}.fx-mobile-menu{display:none}.fx-global-nav-list{margin:0;padding:0;list-style:none;display:flex;justify-content:flex-start;gap:var(--fx-space-2);flex-wrap:nowrap;width:100%;align-items:center}.fx-nav-item-link{text-decoration:none;display:inline-flex;align-items:center;justify-content:center;min-height:2.9rem;padding:.65rem 1.15rem;border-radius:var(--fx-radius-md);background:rgba(24,19,19,.05);font-family:var(--fx-font-display);font-size:.9rem;font-weight:700;letter-spacing:.03em;line-height:1;transition:background-color .18s ease,color .18s ease}.fx-nav-item-link:focus-visible,.fx-nav-item-link:hover{color:var(--fx-text-on-dark);background:var(--fx-red)}.fx-global-nav-list:not(.fx-global-nav-list-mobile) .fx-global-nav-item-contact{margin-left:auto}.fx-nav-item-link-contact{background:var(--fx-red);color:var(--fx-text-on-dark)}.fx-nav-item-link-contact:focus-visible,.fx-nav-item-link-contact:hover{background:#b80000}.fx-global-nav-item-dropdown{position:relative}.fx-about-subnav{position:absolute;left:0;top:calc(100% - .1rem);width:min(92vw,320px);padding:.9rem;border-radius:clamp(18px,4vw,24px);border:1px solid rgba(24,19,19,.12);background:rgba(255,250,249,.98);box-shadow:0 20px 40px rgba(24,19,19,.16);opacity:0;visibility:hidden;transform:translateY(-4px);pointer-events:none;transition:opacity .16s ease,transform .16s ease,visibility .16s ease;z-index:40}.fx-global-nav-item-dropdown:focus-within .fx-about-subnav,.fx-global-nav-item-dropdown:hover .fx-about-subnav{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto}.fx-about-subnav-list{list-style:none;margin:0;padding:0;display:grid;grid-gap:.45rem;gap:.45rem}.fx-about-subnav-link{display:inline-flex;width:100%;align-items:center;justify-content:flex-start;min-height:2.25rem;border-radius:var(--fx-radius-md);padding:.58rem .85rem;background:rgba(24,19,19,.05);text-decoration:none;font-family:var(--fx-font-display);font-size:.9rem;font-weight:700;letter-spacing:.03em;line-height:1;color:var(--fx-text);transition:background-color .18s ease,color .18s ease}.fx-about-subnav-link:focus-visible,.fx-about-subnav-link:hover{background:var(--fx-red);color:var(--fx-text-on-dark)}.fx-locale-switcher{text-decoration:none;display:inline-flex;align-items:center;justify-content:center;min-height:2.5rem;padding:.5rem 1rem;border-radius:var(--fx-radius-md);background:var(--fx-ink);color:var(--fx-text-on-dark);font-family:var(--fx-font-display);font-size:.78rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;transition:background-color .18s ease,color .18s ease}.fx-locale-switcher:focus-visible,.fx-locale-switcher:hover{background:var(--fx-red)}.fx-mobile-menu-trigger{border:0;margin:0;display:inline-flex;align-items:center;justify-content:center;gap:.58rem;min-height:2.45rem;min-width:2.45rem;border-radius:var(--fx-radius-md);padding:.45rem .7rem;background:var(--fx-ink);color:var(--fx-text-on-dark);font-family:var(--fx-font-display);font-size:.74rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;cursor:pointer}.fx-mobile-menu-trigger-text{line-height:1}.fx-mobile-menu-trigger-bars{display:inline-grid;gap:3px}.fx-mobile-menu-trigger-bars>span{width:14px;height:2px;border-radius:999px;background:currentColor;transform-origin:center}.fx-mobile-menu-backdrop{position:fixed;inset:0;top:calc(var(--fx-header-height) + (var(--fx-header-offset) * 2));border:0;margin:0;padding:0;background:rgba(24,19,19,.38);z-index:70}.fx-mobile-menu-panel{position:absolute;right:0;top:calc(100% + .45rem);width:min(96vw,420px);border-radius:clamp(18px,4vw,24px);background:rgba(255,250,249,.98);border:1px solid rgba(24,19,19,.12);box-shadow:0 20px 40px rgba(24,19,19,.16);padding:.9rem;z-index:80}.fx-global-nav-list-mobile{display:grid;grid-template-columns:1fr;grid-gap:.45rem;gap:.45rem;width:auto}.fx-locale-switcher-mobile{margin-top:var(--fx-space-3);width:100%}.fx-about-cta:focus-visible,.fx-brand-wordmark:focus-visible,.fx-locale-switcher:focus-visible,.fx-mobile-menu-trigger:focus-visible,.fx-nav-item-link:focus-visible,.fx-section-anchor:focus-visible,.fx-text-anchor:focus-visible{outline:3px solid rgba(225,6,0,.35);outline-offset:3px}.fx-section-header{display:grid;grid-gap:var(--fx-space-2);gap:var(--fx-space-2)}.fx-section-title-row{display:inline-flex;align-items:baseline;gap:.55rem}.fx-section-anchor{text-decoration:none;font-family:var(--fx-font-display);font-size:.9rem;font-weight:700;line-height:1;color:color-mix(in srgb,currentColor 68%,transparent);opacity:0;transition:color .18s ease}.fx-section-anchor:focus-visible,.fx-section-anchor:hover,.fx-section-title-row:focus-within .fx-section-anchor,.fx-section-title-row:hover .fx-section-anchor{opacity:1}.fx-section-anchor:focus-visible,.fx-section-anchor:hover{color:var(--fx-red)}.fx-section-kicker{margin:0;color:currentColor;font-family:var(--fx-font-display);font-size:.74rem;letter-spacing:.16em;text-transform:uppercase;font-weight:700;opacity:.9}.fx-hero-title,.fx-section-title{margin:0;font-family:var(--fx-font-display);font-weight:800;line-height:var(--fx-lh-tight);letter-spacing:.01em}.fx-section-title{font-size:var(--fx-fs-section-title);max-width:16ch}.fx-hero-title{font-size:var(--fx-fs-hero-title);max-width:11ch}.fx-body-text{margin:var(--fx-space-4) 0 0;max-width:62ch;font-size:var(--fx-fs-body);color:var(--fx-text-muted);overflow-wrap:anywhere}.fx-meta-text{margin:var(--fx-space-3) 0 0;font-size:var(--fx-fs-meta);color:var(--fx-text-muted)}.fx-text-anchor{-webkit-text-decoration-color:currentColor;text-decoration-color:currentColor;text-decoration-thickness:1.5px;text-underline-offset:.18em;transition:color .18s ease,-webkit-text-decoration-color .18s ease;transition:color .18s ease,text-decoration-color .18s ease;transition:color .18s ease,text-decoration-color .18s ease,-webkit-text-decoration-color .18s ease}.fx-text-anchor:focus-visible,.fx-text-anchor:hover{color:var(--fx-red);-webkit-text-decoration-color:var(--fx-red);text-decoration-color:var(--fx-red)}.fx-divider{border:0;border-top:2px solid var(--fx-line-light);margin:0}.fx-scroll-hint{display:inline-block;margin-top:var(--fx-space-5);color:rgba(225,6,0,.78);font-family:var(--fx-font-display);font-size:clamp(1.25rem,1.6vw,1.6rem);line-height:1}.fx-hero-organism{position:relative;isolation:isolate;overflow:hidden;min-height:calc(100svh + var(--fx-space-3));display:flex;align-items:center;margin-top:calc(-1 * (var(--fx-header-height) + var(--fx-header-offset) + var(--fx-space-3)));padding-top:calc(var(--fx-header-height) + var(--fx-header-offset) + var(--fx-space-3));padding-bottom:clamp(2.2rem,5vw,4.4rem)}.fx-hero-radial-bg{position:absolute;inset:0;z-index:0;pointer-events:none}.fx-hero-radial-bg:after{content:"";position:absolute;inset:0;background:linear-gradient(100deg,rgba(242,237,235,.98),rgba(242,237,235,.84) 30%,rgba(242,237,235,.16) 62%,rgba(242,237,235,0));opacity:.9}.fx-hero-radial-canvas{display:block;width:100%;height:100%}.fx-about-organism{border-top:0}.fx-section-organism[aria-labelledby=about-page-company-profile-title] .fx-section-header,.fx-section-organism[aria-labelledby=about-page-history-title] .fx-section-header,.fx-section-organism[aria-labelledby=about-page-mvv-title] .fx-section-header,.fx-section-organism[aria-labelledby=about-page-team-title] .fx-section-header,.fx-section-organism[aria-labelledby=about-page-who-we-are-title] .fx-section-header,.fx-section-organism[aria-labelledby=contact-page-title] .fx-section-header,.fx-section-organism[aria-labelledby=news-page-title] .fx-section-header,.fx-section-organism[aria-labelledby=what-we-do-page-title] .fx-section-header{justify-items:center;text-align:center}.fx-about-body-emphasis{margin:var(--fx-space-5) auto 0;max-width:56ch;text-align:center}.fx-section-organism[aria-labelledby=about-page-who-we-are-title]{padding-bottom:clamp(2.2rem,4.2vw,3.4rem)}.fx-section-organism[aria-labelledby=about-page-mvv-title]{--fx-mvv-label-offset:0.035em;position:relative;overflow:hidden;padding-top:clamp(2.2rem,4.2vw,3.4rem);color:var(--fx-text-on-dark)}.fx-section-organism[aria-labelledby=about-page-mvv-title]:before{content:"";position:absolute;inset-block:clamp(.45rem,1vw,.9rem);inset-inline:0;border-radius:var(--fx-radius-xl);background:var(--fx-red);pointer-events:none}.fx-section-organism[aria-labelledby=about-page-mvv-title]>.fx-shell{position:relative;z-index:1}.fx-section-organism[aria-labelledby=about-page-mvv-title] .fx-section-title{max-width:16ch;margin-inline:auto}.fx-section-organism[aria-labelledby=about-page-mvv-title] .fx-mvv-label{color:var(--fx-text-on-dark);font-size:clamp(1.8rem,2vw + 1.05rem,3rem);line-height:1.1;letter-spacing:.01em;text-transform:none;font-weight:800;-webkit-margin-start:var(--fx-mvv-label-offset);margin-inline-start:var(--fx-mvv-label-offset)}.fx-section-organism[aria-labelledby=about-page-mvv-title] .fx-mvv-row{grid-template-columns:minmax(160px,.42fr) minmax(0,1fr)}.fx-section-organism[aria-labelledby=about-page-mvv-title] .fx-mvv-grid{grid-template-columns:minmax(0,1fr);gap:var(--fx-space-4)}.fx-section-organism[aria-labelledby=about-page-mvv-title] .fx-mvv-card{border:0;border-radius:var(--fx-radius-lg);padding:clamp(1.05rem,1.9vw,1.5rem) clamp(1.1rem,2vw,1.7rem)}.fx-section-organism[aria-labelledby=about-page-mvv-title] .fx-mvv-body{color:var(--fx-text)}.fx-poem-organism{min-height:100vh;display:flex;align-items:center}.fx-poem-shell{width:100%;grid-template-columns:minmax(0,.74fr) minmax(420px,1.18fr);align-items:center;text-align:left}.fx-poem-copy,.fx-poem-shell{display:grid;grid-gap:var(--fx-space-5);gap:var(--fx-space-5)}.fx-poem-copy{justify-items:start}.fx-poem-body{margin:0;max-width:34ch;white-space:pre-line;font-size:clamp(calc(var(--fx-fs-body) * 1.35),2.1vw,calc(var(--fx-fs-body) * 1.65));font-weight:700;line-height:1.6;color:var(--fx-text)}.fx-poem-figure{margin:0;width:100%;justify-self:end}.fx-poem-image{width:100%;height:auto;display:block}.fx-hero-grid{position:relative;z-index:2;display:grid;grid-gap:clamp(1.6rem,2.8vw,3.2rem);gap:clamp(1.6rem,2.8vw,3.2rem);grid-template-columns:minmax(0,1.12fr) minmax(0,.88fr);align-items:center;width:100%}.fx-hero-grid--single{grid-template-columns:minmax(0,1fr);min-height:clamp(560px,74vh,780px)}.fx-hero-copy{position:absolute;z-index:2;left:clamp(1.25rem,4vw,2.8rem);top:auto;bottom:clamp(2.4rem,6vh,4.8rem);width:min(calc(100% - (var(--fx-space-4) * 2)),26rem);transform:translate(0)}.fx-hero-copy .fx-hero-title{display:inline-flex;flex-direction:column;align-items:flex-start;gap:.18em;max-width:15ch;white-space:pre-line;word-break:keep-all;overflow-wrap:normal}.fx-hero-title-line{--fx-hero-line-delay:calc(var(--fx-hero-line-index) * 320ms);display:block;opacity:0;transform:translateX(-44px);-webkit-clip-path:inset(0 100% 0 0);clip-path:inset(0 100% 0 0);filter:blur(3px)}.fx-hero-organism.is-ready .fx-hero-title-line{animation:fx-hero-line-reveal 1.4s cubic-bezier(.2,.82,.2,1) forwards;animation-delay:var(--fx-hero-line-delay)}.fx-hero-title-line-text{display:inline-block;padding:.08em .2em .14em;color:var(--fx-text-on-dark);background:var(--fx-red);box-shadow:0 16px 34px rgba(185,0,0,.18)}.fx-hero-body{max-width:58ch}.fx-hero-copy .fx-scroll-hint{opacity:1;transform:translateY(0)}@keyframes fx-hero-line-reveal{0%{opacity:0;transform:translateX(-44px);-webkit-clip-path:inset(0 100% 0 0);clip-path:inset(0 100% 0 0);filter:blur(3px)}to{opacity:1;transform:translateX(0);-webkit-clip-path:inset(0 0 0 0);clip-path:inset(0 0 0 0);filter:blur(0)}}.fx-hero-visual{position:relative;min-height:clamp(420px,54vh,640px);transform:translateX(-30%) translateY(-7%);z-index:1}.fx-hero-logo-image{position:absolute;width:165%;height:165%;left:50%;top:50%;transform:translate(-50%,-50%);object-fit:contain;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none;filter:drop-shadow(0 26px 44px rgba(36,26,26,.24))}.fx-about-cta{text-decoration:none;display:inline-flex;align-items:center;justify-content:center;min-height:2.5rem;padding:.5rem 1rem;border-radius:var(--fx-radius-md);background:var(--fx-red);color:var(--fx-text-on-dark);font-family:var(--fx-font-display);font-size:.8rem;font-weight:700;letter-spacing:.08em;transition:background-color .18s ease,color .18s ease}.fx-about-cta:focus-visible,.fx-about-cta:hover{background:#b60703}.fx-services-organism{position:relative;overflow:hidden}.fx-services-organism-accent{color:var(--fx-text-on-dark)}.fx-services-organism-accent:before{content:"";position:absolute;inset-block:clamp(.45rem,1vw,.9rem);inset-inline:0;border-radius:var(--fx-radius-xl);background:var(--fx-red);pointer-events:none}.fx-services-organism>.fx-shell{position:relative;z-index:1}.fx-services-organism-featured>.fx-shell{max-width:none;padding-inline:0}.fx-whatwedo-featured{background:var(--fx-red);border-radius:clamp(2rem,3.4vw,2.75rem);padding-block:clamp(2rem,5vw,3.3rem);color:var(--fx-text-on-dark);width:100%}.fx-whatwedo-featured-inner{width:min(100%,var(--fx-shell-max));margin-inline:auto;padding-inline:var(--fx-shell-padding-x)}.fx-whatwedo-featured-header{margin-bottom:clamp(1.8rem,4vw,3rem)}.fx-whatwedo-featured-header .fx-section-title{color:var(--fx-text-on-dark);font-size:clamp(2.1rem,3.3vw,3.1rem)}.fx-whatwedo-featured-list{display:grid}.fx-whatwedo-featured-row{display:grid;grid-template-columns:minmax(240px,.9fr) minmax(0,1.35fr);grid-gap:clamp(1.5rem,3vw,3.25rem);gap:clamp(1.5rem,3vw,3.25rem);align-items:start;padding:clamp(1.35rem,2.6vw,2rem) 0;border-top:1px solid rgba(255,255,255,.58)}.fx-whatwedo-featured-row:first-child{border-top:0;padding-top:0}.fx-whatwedo-featured-row:last-child{padding-bottom:0}.fx-whatwedo-featured-title{margin:0;color:var(--fx-text-on-dark);font-family:var(--fx-font-display);font-size:clamp(2rem,2.6vw,3.1rem);line-height:1.05;font-weight:800}.fx-whatwedo-featured-body{margin:0;color:rgba(255,255,255,.96);font-size:clamp(1rem,.75vw + .9rem,1.45rem);line-height:1.55;letter-spacing:.01em}.fx-whatwedo-featured-line{display:block}.fx-services-organism-accent .fx-section-kicker,.fx-services-organism-accent .fx-section-title{color:var(--fx-text-on-dark)}.fx-whatwedo-stack{margin-top:var(--fx-space-6)}.fx-whatwedo-intro{margin:var(--fx-space-5) auto 0;max-width:56ch;text-align:center}.fx-whatwedo-group{margin:0;padding:clamp(1.7rem,2.9vw,2.8rem) 0;display:grid;grid-template-columns:minmax(180px,.42fr) minmax(0,1fr);grid-gap:var(--fx-space-5);gap:var(--fx-space-5);align-items:start}.fx-whatwedo-category{margin:0;font-family:var(--fx-font-display);font-size:clamp(1.8rem,2vw + 1.05rem,3rem);line-height:1.1;font-weight:800}.fx-whatwedo-list{list-style:none;padding:0;margin:0;display:grid;grid-gap:var(--fx-space-3);gap:var(--fx-space-3)}.fx-whatwedo-item{margin:0;min-height:100%;border-radius:var(--fx-radius-lg);background:#fff;border:0;padding:clamp(1rem,1.8vw,1.4rem) clamp(1.05rem,1.9vw,1.5rem);display:flex;gap:var(--fx-space-4);align-items:center;justify-content:space-between}.fx-whatwedo-item-link{display:block;border-radius:var(--fx-radius-lg);text-decoration:none;color:inherit}.fx-whatwedo-item-title{margin:0;color:var(--fx-text);font-family:var(--fx-font-display);font-size:clamp(1.15rem,.7vw + 1rem,1.6rem);line-height:var(--fx-lh-title);font-weight:800}.fx-whatwedo-item-body{margin:.55rem 0 0;color:var(--fx-text-muted);font-size:.92rem;max-width:56ch}.fx-whatwedo-item-content{min-width:0}.fx-whatwedo-item-image{margin:0;width:clamp(160px,20vw,280px);border-radius:var(--fx-radius-md);overflow:hidden;border:1px solid var(--fx-line-light);background:linear-gradient(140deg,rgba(225,6,0,.14),rgba(225,6,0,.02)),#fff;flex:0 0 auto}.fx-whatwedo-item-image img{display:block;width:100%;height:auto}.fx-whatwedo-arrow{width:2.5rem;height:2.5rem;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;border:2px solid rgba(225,6,0,.28);color:var(--fx-red);font-family:var(--fx-font-display);font-size:1.08rem;line-height:1;flex:0 0 auto}.fx-services-organism-page .fx-whatwedo-item-link{transition:transform .2s ease}.fx-services-organism-page .fx-whatwedo-item{display:grid;grid-template-columns:minmax(0,1fr) clamp(160px,20vw,280px) auto;grid-gap:clamp(.9rem,1.6vw,1.4rem);gap:clamp(.9rem,1.6vw,1.4rem);align-items:center}.fx-services-organism-page .fx-whatwedo-item:hover{border-color:rgba(225,6,0,.38)}.fx-services-organism-page .fx-whatwedo-item-link:hover{transform:translateY(-2px)}.fx-services-organism-page .fx-whatwedo-item-link:focus-visible{outline:3px solid rgba(225,6,0,.62);outline-offset:4px}.fx-service-detail-shell{display:grid;grid-gap:var(--fx-space-4);gap:var(--fx-space-4)}.fx-service-detail-lp{padding-bottom:calc(120px + env(safe-area-inset-bottom, 0px))}.fx-service-detail-back{width:-moz-fit-content;width:fit-content;text-decoration:none;font-family:var(--fx-font-display);font-size:.86rem;font-weight:700;letter-spacing:.04em;color:var(--fx-text-muted)}.fx-service-detail-back:focus-visible,.fx-service-detail-back:hover{color:var(--fx-red)}.fx-service-detail-description{margin:0;max-width:62ch}.fx-service-detail-content{margin-top:var(--fx-space-3);display:grid;grid-gap:clamp(1.1rem,2.8vw,2.4rem);gap:clamp(1.1rem,2.8vw,2.4rem);grid-template-columns:minmax(0,1.1fr) minmax(260px,.9fr);align-items:start}.fx-service-detail-body{display:grid;grid-gap:var(--fx-space-3);gap:var(--fx-space-3)}.fx-service-detail-lead{margin:0;max-width:62ch}.fx-service-detail-points{margin:0;padding-left:1.2rem;display:grid;grid-gap:.5rem;gap:.5rem;max-width:64ch}.fx-service-detail-points li{color:var(--fx-text)}.fx-service-detail-cta{margin-top:var(--fx-space-2);width:-moz-fit-content;width:fit-content}.fx-service-detail-media{margin:0;border-radius:var(--fx-radius-lg);overflow:hidden;border:1px solid var(--fx-line-light);background:linear-gradient(140deg,rgba(225,6,0,.14),rgba(225,6,0,.02)),#fff}.fx-service-detail-media img{width:100%;height:auto;display:block}.fx-service-section{padding:clamp(1.2rem,2.8vw,2rem) 0;border-top:1px solid var(--fx-line-light)}.fx-service-section-alt{margin-inline:calc(-1 * var(--fx-space-2));padding-inline:var(--fx-space-2);border-radius:var(--fx-radius-md);background:rgba(24,19,19,.02)}.fx-service-hero{border-top:0;padding-top:var(--fx-space-2)}.fx-service-hero-cta-row{margin-top:var(--fx-space-3);display:flex;gap:var(--fx-space-3);flex-wrap:wrap;align-items:center}.fx-service-hero-note{margin:.7rem 0 0;color:var(--fx-text-muted);font-size:.92rem}.fx-service-hero-headline{margin:0;font-family:var(--fx-font-display);font-size:clamp(1.8rem,2.5vw + 1rem,3rem);line-height:1.15;font-weight:800;max-width:18ch}.fx-service-hero-subhead{margin:.75rem 0 0;color:var(--fx-text);max-width:62ch}.fx-service-hero-media{margin-top:var(--fx-space-4)}.fx-service-section-title{margin:0 0 var(--fx-space-3);font-family:var(--fx-font-display);font-size:clamp(1.35rem,1.3vw + 1rem,2.1rem);line-height:1.2;font-weight:800}.fx-service-section-text{margin:.62rem 0 0;max-width:64ch}.fx-service-section-summary{margin:0 0 var(--fx-space-3);color:var(--fx-text-muted);font-size:.94rem;max-width:62ch}.fx-service-section-text-strong{font-weight:700}.fx-service-list{margin:0;padding-left:1.2rem;display:grid;grid-gap:.55rem;gap:.55rem}.fx-service-list li{line-height:1.65}.fx-service-usecase-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.fx-service-case-carousel,.fx-service-usecase-grid{display:grid;grid-gap:var(--fx-space-3);gap:var(--fx-space-3)}.fx-service-case-slider{display:grid;grid-template-columns:auto minmax(0,1fr) auto;grid-gap:var(--fx-space-2);gap:var(--fx-space-2);align-items:center}.fx-service-case-track{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:var(--fx-space-3);gap:var(--fx-space-3)}.fx-service-case-nav{width:2.5rem;height:2.5rem;border-radius:50%;border:1px solid var(--fx-line-light);background:#fff;color:var(--fx-text);font-family:var(--fx-font-display);font-size:1rem;cursor:pointer}.fx-service-case-nav:disabled{opacity:.35;cursor:not-allowed}.fx-service-case-nav:focus-visible,.fx-service-case-nav:hover{border-color:rgba(225,6,0,.45);color:var(--fx-red)}.fx-service-case-card{border:1px solid var(--fx-line-light);border-radius:var(--fx-radius-md);overflow:hidden;background:#fff}.fx-service-case-card-empty{border-style:dashed;background:rgba(24,19,19,.02);min-height:100%}.fx-service-case-thumbnail{aspect-ratio:16/9;width:100%;background:linear-gradient(135deg,rgba(225,6,0,.14),rgba(24,19,19,.08)),repeating-linear-gradient(-45deg,rgba(225,6,0,.08) 0 14px,rgba(225,6,0,.02) 14px 28px);display:flex;align-items:center;justify-content:center}.fx-service-case-thumbnail img{width:100%;height:100%;object-fit:cover;display:block}.fx-service-case-thumbnail-label{font-family:var(--fx-font-display);font-size:.68rem;letter-spacing:.1em;text-transform:uppercase;color:var(--fx-text-muted)}.fx-service-case-body{padding:clamp(.95rem,1.7vw,1.25rem);display:grid;grid-gap:.72rem;gap:.72rem}.fx-service-case-tags{display:flex;flex-wrap:wrap;gap:.4rem}.fx-service-case-tag{border:1px solid var(--fx-line-light);border-radius:var(--fx-radius-pill);padding:.2rem .55rem;font-size:.68rem;letter-spacing:.08em;text-transform:uppercase;font-family:var(--fx-font-display)}.fx-service-case-title{margin:0;font-family:var(--fx-font-display);font-size:clamp(1.02rem,.5vw + .94rem,1.25rem);line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.fx-service-case-status{margin:0;width:-moz-fit-content;width:fit-content;border-radius:var(--fx-radius-pill);padding:.28rem .62rem;background:rgba(24,19,19,.08);color:var(--fx-text-muted);font-size:.72rem;font-family:var(--fx-font-display);letter-spacing:.08em;text-transform:uppercase}.fx-service-case-dots{display:flex;gap:.4rem;justify-content:center}.fx-service-case-dot{width:.56rem;height:.56rem;border-radius:50%;border:0;background:rgba(24,19,19,.24);cursor:pointer}.fx-service-case-dot.is-active{background:var(--fx-red)}.fx-service-compare-card,.fx-service-usecase-card{border:1px solid var(--fx-line-light);border-radius:var(--fx-radius-md);background:#fff;padding:clamp(.95rem,1.7vw,1.35rem)}.fx-service-subtitle{margin:0 0 var(--fx-space-2);font-family:var(--fx-font-display);font-size:clamp(1.02rem,.4vw + .95rem,1.24rem);line-height:1.2;font-weight:800}.fx-service-compare-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:var(--fx-space-3);gap:var(--fx-space-3)}.fx-service-compare-card-featured{border-color:rgba(225,6,0,.4);background:linear-gradient(145deg,rgba(225,6,0,.08),rgba(225,6,0,.02))}.fx-service-flow-list{margin:0;padding-left:1.32rem;display:grid;grid-gap:.55rem;gap:.55rem}.fx-service-flow-list li{line-height:1.7}.fx-service-pricing{margin:0;padding:0;list-style:none;display:grid;grid-gap:.7rem;gap:.7rem}.fx-service-pricing li{border:1px solid var(--fx-line-light);border-radius:var(--fx-radius-md);padding:.8rem 1rem;font-family:var(--fx-font-display);font-size:clamp(1rem,.5vw + .95rem,1.2rem);font-weight:700}.fx-service-note{margin:.7rem 0 0;color:var(--fx-text-muted);font-size:.9rem}.fx-service-cta-section{margin-top:var(--fx-space-2);border-top:2px solid color-mix(in srgb,var(--fx-red) 28%,transparent)}.fx-service-cta-row{display:flex;gap:var(--fx-space-3);flex-wrap:wrap;align-items:center}.fx-service-detail-cta-secondary{background:var(--fx-ink)}.fx-service-detail-cta-secondary.is-disabled{opacity:.56;cursor:not-allowed}.fx-service-cta-note{margin:.7rem 0 0;color:var(--fx-text-muted);font-size:.9rem}.fx-service-sticky-cta{position:fixed;left:0;right:0;bottom:0;z-index:55;padding:.7rem var(--fx-shell-padding-x) calc(.7rem + env(safe-area-inset-bottom, 0px));background:rgba(255,250,249,.95);border-top:1px solid rgba(24,19,19,.12);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.fx-service-sticky-cta-inner{width:min(var(--fx-shell-max),100%);margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:var(--fx-space-3)}.fx-service-sticky-cta-copy{margin:0;font-size:.88rem;color:var(--fx-text-muted)}.fx-service-sticky-cta-link{margin-top:0;white-space:nowrap}.fx-service-detail-lp-ja{--fx-ox-line:rgba(24,19,19,0.14);--fx-ox-accent:var(--fx-red);--fx-ox-accent-deep:var(--fx-red-deep)}.fx-service-detail-lp-ja.fx-surface-light{background:var(--fx-surface-light)}.fx-service-detail-lp-ja .fx-service-detail-shell{gap:clamp(1.2rem,2.8vw,2.4rem)}.fx-service-detail-lp-ja .fx-service-detail-back{color:var(--fx-text-muted)}.fx-service-detail-lp-ja .fx-service-detail-back:focus-visible,.fx-service-detail-lp-ja .fx-service-detail-back:hover{color:var(--fx-ox-accent)}.fx-service-detail-lp-ja .fx-section-kicker{color:var(--fx-ox-accent)}.fx-service-detail-lp-ja .fx-section-title{color:var(--fx-text)}.fx-service-detail-lp-ja .fx-service-detail-description{max-width:68ch;color:var(--fx-text-muted)}.fx-service-detail-lp-ja .fx-service-hero{padding:clamp(1.1rem,2.3vw,1.8rem) 0 clamp(1.4rem,2.8vw,2rem);border-top:0;border-bottom:1px solid var(--fx-ox-line)}.fx-service-detail-lp-ja .fx-service-hero:before{content:none}.fx-service-detail-lp-ja .fx-service-hero-headline{color:var(--fx-text);font-size:clamp(1.95rem,2.4vw + 1.2rem,3rem);max-width:14.5ch}.fx-service-detail-lp-ja .fx-service-hero-subhead{color:var(--fx-text);max-width:66ch}.fx-service-detail-lp-ja .fx-service-hero-cta-row{margin-top:clamp(1rem,2vw,1.5rem);gap:clamp(.7rem,1vw,1rem)}.fx-service-detail-lp-ja .fx-service-detail-cta{margin-top:0;min-height:3.15rem;border-radius:12px;border:1px solid transparent;background:linear-gradient(160deg,var(--fx-ox-accent) 0,var(--fx-ox-accent-deep) 100%);box-shadow:none;transition:background-color .22s ease,color .22s ease,border-color .22s ease,opacity .22s ease}.fx-service-detail-lp-ja .fx-service-detail-cta:focus-visible,.fx-service-detail-lp-ja .fx-service-detail-cta:hover{background:var(--fx-ox-accent-deep)}.fx-service-detail-lp-ja .fx-service-detail-cta-secondary{background:#fff;color:var(--fx-text);border-color:var(--fx-ox-line);box-shadow:none}.fx-service-detail-lp-ja .fx-service-detail-cta-secondary:focus-visible,.fx-service-detail-lp-ja .fx-service-detail-cta-secondary:hover{background:rgba(24,19,19,.05);color:var(--fx-text)}.fx-service-detail-lp-ja .fx-service-detail-cta-secondary.is-disabled{background:rgba(24,19,19,.04);color:var(--fx-text-muted);border-color:var(--fx-ox-line)}.fx-service-detail-lp-ja .fx-service-hero-note{color:var(--fx-text-muted)}.fx-service-detail-lp-ja .fx-service-detail-media{border-radius:0;border:0;background:transparent;box-shadow:none}.fx-service-detail-lp-ja .fx-service-section{margin-top:0;padding:clamp(1.3rem,2.6vw,2rem) 0;border-top:1px solid var(--fx-ox-line);border-radius:0;border-inline:0;border-bottom:0;background:transparent;box-shadow:none}.fx-service-detail-lp-ja .fx-service-section-alt{margin-inline:0;padding-inline:0;background:transparent}.fx-service-detail-lp-ja .fx-service-section-title{margin-bottom:clamp(.8rem,1.6vw,1.15rem);color:var(--fx-text);font-size:clamp(1.4rem,1.3vw + 1.05rem,2.25rem)}.fx-service-detail-lp-ja .fx-service-section-summary{color:var(--fx-text-muted);margin-bottom:clamp(.85rem,1.5vw,1.15rem)}.fx-service-detail-lp-ja .fx-service-flow-list li,.fx-service-detail-lp-ja .fx-service-list li,.fx-service-detail-lp-ja .fx-service-section-text{color:var(--fx-text);line-height:1.78}.fx-service-detail-lp-ja .fx-service-list{gap:.62rem}.fx-service-detail-lp-ja .fx-service-case-carousel{gap:clamp(.75rem,1.6vw,1.1rem)}.fx-service-detail-lp-ja .fx-service-case-slider{gap:clamp(.45rem,1vw,.9rem)}.fx-service-detail-lp-ja .fx-service-case-nav{border-color:var(--fx-ox-line);color:var(--fx-text);background:transparent}.fx-service-detail-lp-ja .fx-service-case-nav:focus-visible,.fx-service-detail-lp-ja .fx-service-case-nav:hover{border-color:var(--fx-ox-accent);background:transparent;color:var(--fx-ox-accent)}.fx-service-detail-lp-ja .fx-service-case-card{border:0;border-radius:0;background:transparent;box-shadow:none}.fx-service-detail-lp-ja .fx-service-case-card-empty{background:transparent;border:1px dashed var(--fx-ox-line)}.fx-service-detail-lp-ja .fx-service-case-thumbnail{background:rgba(24,19,19,.05)}.fx-service-detail-lp-ja .fx-service-case-status,.fx-service-detail-lp-ja .fx-service-case-thumbnail-label{color:var(--fx-text-muted)}.fx-service-detail-lp-ja .fx-service-case-tag{border-color:var(--fx-ox-line);color:var(--fx-text-muted);background:transparent}.fx-service-detail-lp-ja .fx-service-case-title{color:var(--fx-text)}.fx-service-detail-lp-ja .fx-service-case-dot{background:rgba(24,19,19,.22)}.fx-service-detail-lp-ja .fx-service-case-dot.is-active{background:var(--fx-ox-accent)}.fx-service-detail-lp-ja .fx-service-compare-card{border:0;border-radius:0;background:transparent;padding:0}.fx-service-detail-lp-ja .fx-service-compare-card-featured{border-left:2px solid color-mix(in srgb,var(--fx-ox-accent) 42%,transparent);padding-left:clamp(.8rem,1.8vw,1.2rem)}.fx-service-detail-lp-ja .fx-service-subtitle{color:var(--fx-text)}.fx-service-detail-lp-ja .fx-service-pricing li{border:0;border-radius:0;background:transparent;color:var(--fx-text);padding:.15rem 0;box-shadow:none;border-bottom:1px solid var(--fx-ox-line)}.fx-service-detail-lp-ja .fx-service-cta-note,.fx-service-detail-lp-ja .fx-service-note,.fx-service-detail-lp-ja .fx-service-sticky-cta-copy{color:var(--fx-text-muted)}.fx-service-detail-lp-ja .fx-service-cta-section{border-top:1px solid var(--fx-ox-line)}.fx-service-detail-lp-ja .fx-service-sticky-cta{background:rgba(255,250,249,.92);border-top:1px solid var(--fx-ox-line);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.fx-ox-section{border-top:1px solid rgba(24,19,19,.1);padding:clamp(1.6rem,3vw,2.7rem) 0}.fx-ox-band{margin-inline:calc(-1 * var(--fx-space-2));padding-inline:var(--fx-space-2);background:rgba(24,19,19,.03)}.fx-ox-hero{border-top:0;padding-top:var(--fx-space-2)}.fx-ox-hero-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);grid-gap:clamp(1rem,2vw,1.6rem);gap:clamp(1rem,2vw,1.6rem);align-items:center}.fx-ox-hero-headline{margin:0;font-family:var(--fx-font-display);font-size:clamp(2rem,2.7vw + 1.1rem,3.35rem);line-height:1.15;font-weight:800;max-width:14ch}.fx-ox-hero-subhead{margin:.68rem 0 0;max-width:64ch}.fx-ox-hero-note{margin:.8rem 0 0;color:var(--fx-text-muted);font-size:.92rem}.fx-ox-hero-media{margin:0;border:1px solid rgba(24,19,19,.08);border-radius:var(--fx-radius-lg);background:linear-gradient(145deg,rgba(225,6,0,.08),rgba(255,255,255,.9));overflow:hidden}.fx-ox-hero-media img{display:block;width:100%;height:auto}.fx-ox-hero-cards{margin-top:clamp(1.1rem,2vw,1.6rem);display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:var(--fx-space-3);gap:var(--fx-space-3)}.fx-ox-mini-card{border:1px solid rgba(24,19,19,.12);border-radius:var(--fx-radius-md);padding:clamp(.9rem,1.5vw,1.2rem);background:#fff}.fx-ox-mini-title{margin:0;font-family:var(--fx-font-display);font-size:clamp(1rem,.3vw + .95rem,1.15rem);font-weight:700}.fx-ox-mini-body{margin:.45rem 0 0;color:var(--fx-text-muted);font-size:.92rem;line-height:1.6}.fx-ox-title{margin:0 0 var(--fx-space-3);font-family:var(--fx-font-display);font-size:clamp(1.45rem,1.4vw + 1rem,2.3rem);line-height:1.2;font-weight:800;max-width:24ch}.fx-ox-text{margin:.62rem 0 0;max-width:68ch;line-height:1.76}.fx-ox-problem-grid{display:grid;grid-gap:var(--fx-space-3);gap:var(--fx-space-3);grid-template-columns:repeat(3,minmax(0,1fr))}.fx-ox-case-card,.fx-ox-metric-card,.fx-ox-problem-card,.fx-ox-support-card,.fx-ox-trust-card{border-radius:var(--fx-radius-md);border:1px solid rgba(24,19,19,.12);background:#fff}.fx-ox-problem-card{padding:clamp(.95rem,1.6vw,1.25rem)}.fx-ox-card-title{margin:0;font-family:var(--fx-font-display);font-size:clamp(1.02rem,.45vw + .95rem,1.25rem);line-height:1.35}.fx-ox-card-body{margin:.52rem 0 0;color:var(--fx-text-muted);line-height:1.65}.fx-ox-impact-grid{display:grid;grid-gap:clamp(.9rem,2vw,1.7rem);gap:clamp(.9rem,2vw,1.7rem);grid-template-columns:minmax(0,1fr) minmax(280px,.9fr);align-items:center}.fx-ox-illustration{margin:0;border-radius:var(--fx-radius-md);border:1px solid rgba(24,19,19,.08);background:#fff;overflow:hidden}.fx-ox-illustration img{width:100%;height:auto;display:block}.fx-ox-list{margin:var(--fx-space-3) 0 0;padding-left:1.2rem;display:grid;grid-gap:.5rem;gap:.5rem}.fx-ox-list li{line-height:1.68}.fx-ox-metric-grid{margin-top:var(--fx-space-3);display:grid;grid-gap:var(--fx-space-3);gap:var(--fx-space-3);grid-template-columns:repeat(2,minmax(0,1fr))}.fx-ox-metric-card,.fx-ox-trust-card{padding:clamp(.9rem,1.6vw,1.2rem)}.fx-ox-metric-label{margin:0;font-size:.82rem;text-transform:uppercase;letter-spacing:.08em;color:var(--fx-text-muted)}.fx-ox-metric-value{margin:.42rem 0 0;font-family:var(--fx-font-display);font-size:clamp(1.3rem,.9vw + 1rem,2rem);line-height:1.2;font-weight:800}.fx-ox-metric-note{margin:.42rem 0 0;font-size:.78rem;color:var(--fx-text-muted)}.fx-ox-cta-row{margin-top:var(--fx-space-3);display:flex;flex-wrap:wrap;align-items:center;gap:var(--fx-space-3)}.fx-ox-cta-primary,.fx-ox-cta-secondary{margin-top:0;min-height:3.05rem;border-radius:12px}.fx-ox-cta-primary{background:linear-gradient(160deg,var(--fx-red) 0,var(--fx-red-deep) 100%)}.fx-ox-cta-primary:focus-visible,.fx-ox-cta-primary:hover{background:var(--fx-red-deep)}.fx-ox-cta-secondary{background:#fff;color:var(--fx-text);border:1px solid rgba(24,19,19,.2)}.fx-ox-cta-secondary:focus-visible,.fx-ox-cta-secondary:hover{color:var(--fx-text);background:rgba(24,19,19,.04)}.fx-ox-cta-secondary.is-disabled{opacity:.58;cursor:not-allowed}.fx-ox-cta-banner{display:flex;gap:var(--fx-space-4);align-items:center;justify-content:space-between;border-top:0;border-radius:var(--fx-radius-md);background:linear-gradient(160deg,rgba(225,6,0,.13),rgba(225,6,0,.04));padding-inline:clamp(1rem,2vw,1.6rem)}.fx-ox-support-grid{display:grid;grid-gap:var(--fx-space-3);gap:var(--fx-space-3);grid-template-columns:repeat(3,minmax(0,1fr))}.fx-ox-support-card{overflow:hidden}.fx-ox-support-media{margin:0;aspect-ratio:16/9;background:rgba(24,19,19,.04)}.fx-ox-support-media img{width:100%;height:100%;object-fit:cover;display:block}.fx-ox-support-body{padding:clamp(.95rem,1.6vw,1.2rem)}.fx-ox-platform-grid{display:grid;grid-gap:clamp(1rem,2vw,1.7rem);gap:clamp(1rem,2vw,1.7rem);align-items:center;grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.fx-ox-platform-media{margin:0;border:1px solid rgba(24,19,19,.08);border-radius:var(--fx-radius-md);overflow:hidden;background:#fff}.fx-ox-platform-media img{width:100%;height:auto;display:block}.fx-ox-case-grid,.fx-ox-trust-grid{display:grid;grid-gap:var(--fx-space-3);gap:var(--fx-space-3);grid-template-columns:repeat(3,minmax(0,1fr))}.fx-ox-logo-list{list-style:none;margin:var(--fx-space-3) 0 0;padding:0;display:grid;grid-gap:.65rem;gap:.65rem;grid-template-columns:repeat(6,minmax(0,1fr))}.fx-ox-logo-item{border:1px solid rgba(24,19,19,.14);border-radius:10px;min-height:2.45rem;display:inline-flex;align-items:center;justify-content:center;font-family:var(--fx-font-display);font-size:.76rem;color:var(--fx-text-muted);background:rgba(255,255,255,.8)}.fx-ox-caption{margin:.65rem 0 0;color:var(--fx-text-muted);font-size:.82rem}.fx-ox-case-card{overflow:hidden}.fx-ox-case-media{aspect-ratio:16/9;background:rgba(24,19,19,.05)}.fx-ox-case-media img{width:100%;height:100%;display:block;object-fit:cover}.fx-ox-case-fallback{height:100%;display:inline-flex;width:100%;align-items:center;justify-content:center;font-family:var(--fx-font-display);font-size:.8rem;letter-spacing:.08em;text-transform:uppercase;color:var(--fx-text-muted)}.fx-ox-case-body{padding:clamp(.95rem,1.6vw,1.2rem)}.fx-ox-case-tags{display:flex;gap:.4rem;flex-wrap:wrap;margin-bottom:.56rem}.fx-ox-case-tag{border:1px solid rgba(24,19,19,.14);padding:.2rem .55rem;font-size:.68rem;letter-spacing:.07em}.fx-ox-case-status,.fx-ox-case-tag{border-radius:var(--fx-radius-pill);color:var(--fx-text-muted);font-family:var(--fx-font-display)}.fx-ox-case-status{margin:.5rem 0 0;width:-moz-fit-content;width:fit-content;padding:.26rem .58rem;background:rgba(24,19,19,.08);font-size:.7rem;letter-spacing:.06em;text-transform:uppercase}.fx-ox-faq-list{display:grid;grid-gap:.7rem;gap:.7rem}.fx-ox-faq-item{border:1px solid rgba(24,19,19,.12);border-radius:12px;background:#fff;padding:.2rem .85rem}.fx-ox-faq-summary{list-style:none;cursor:pointer;display:flex;align-items:flex-start;padding:.9rem 0}.fx-ox-faq-summary::-webkit-details-marker{display:none}.fx-ox-faq-question{font-family:var(--fx-font-display);font-size:1rem;line-height:1.4}.fx-ox-faq-answer{margin:0 0 .8rem;color:var(--fx-text-muted);line-height:1.7}.fx-ox-final-cta{border-top:2px solid rgba(225,6,0,.3)}.fx-ox-sticky{position:fixed;left:0;right:0;bottom:0;z-index:55;padding:.65rem var(--fx-shell-padding-x) calc(.65rem + env(safe-area-inset-bottom, 0px));background:rgba(255,250,249,.95);border-top:1px solid rgba(24,19,19,.12);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.fx-ox-sticky-inner{width:min(var(--fx-shell-max),100%);margin:0 auto;display:flex;gap:var(--fx-space-3);align-items:center;justify-content:space-between}.fx-ox-sticky-copy{margin:0;font-size:.88rem;color:var(--fx-text-muted)}.fx-ox-sticky-link{white-space:nowrap}.fx-news-grid,.fx-service-grid{list-style:none;padding:0;margin:var(--fx-space-6) 0 0;display:grid;grid-gap:var(--fx-space-4);gap:var(--fx-space-4)}.fx-service-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.fx-news-grid,.fx-service-grid{max-width:var(--fx-content-max);margin-inline:auto}.fx-news-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.fx-news-card,.fx-service-card{border:2px solid var(--fx-line-light);border-radius:var(--fx-radius-md)}.fx-service-card{min-height:100%}.fx-service-card-dark{background:linear-gradient(150deg,var(--fx-red) 0,var(--fx-red-deep) 100%);border-color:rgba(24,19,19,.26)}.fx-service-card-dark .fx-card-body,.fx-service-card-dark .fx-card-title{color:var(--fx-text-on-dark)}.fx-service-card-light{background:rgba(24,19,19,.02)}.fx-density-comfortable{padding:1.35rem 1.2rem}.fx-density-compact{padding:1.05rem}.fx-card-title{margin:0;font-family:var(--fx-font-display);font-size:var(--fx-fs-card-title);line-height:var(--fx-lh-title);font-weight:700}.fx-card-body{margin-top:.62rem;font-size:.95rem;max-width:44ch;overflow-wrap:anywhere}.fx-news-card{padding:0;min-height:100%;background:var(--fx-surface)}.fx-news-thumbnail{aspect-ratio:16/9;width:100%;border-radius:var(--fx-radius-md);background:linear-gradient(135deg,rgba(225,6,0,.14),rgba(24,19,19,.08)),repeating-linear-gradient(-45deg,rgba(225,6,0,.08) 0 14px,rgba(225,6,0,.02) 14px 28px);display:flex;align-items:center;justify-content:center}.fx-news-thumbnail-label{font-family:var(--fx-font-display);font-size:.7rem;letter-spacing:.1em;text-transform:uppercase;color:var(--fx-text-muted)}.fx-news-card .fx-card-body,.fx-news-card .fx-card-title,.fx-news-card .fx-meta-text,.fx-news-card .fx-news-tag{padding-inline:1.15rem}.fx-news-card .fx-news-tag{margin:.9rem 0 0;width:-moz-fit-content;width:fit-content;border:1px solid var(--fx-ink);border-radius:var(--fx-radius-pill);font-family:var(--fx-font-display);font-size:.66rem;letter-spacing:.08em;line-height:1.15;padding:.34rem .68rem .32rem;text-transform:uppercase}.fx-news-card .fx-card-title{margin-top:.7rem}.fx-news-grid--latest{display:block;max-width:var(--fx-content-max)}.fx-news-grid--latest>li{border-top:1px solid var(--fx-line-light)}.fx-news-grid--latest>li:last-child{border-bottom:1px solid var(--fx-line-light)}.fx-news-grid--latest .fx-news-card{border:0;border-radius:0;display:grid;grid-template-columns:clamp(108px,21vw,156px) minmax(0,1fr);grid-column-gap:var(--fx-space-5);column-gap:var(--fx-space-5);grid-row-gap:.35rem;row-gap:.35rem;align-items:center;padding-block:clamp(1.1rem,1.5vw,1.5rem)}.fx-news-grid--latest .fx-news-thumbnail{grid-column:1;grid-row:1/span 3;border-radius:var(--fx-radius-md)}.fx-news-grid--latest .fx-news-thumbnail-label{font-size:.66rem}.fx-news-grid--latest .fx-card-body,.fx-news-grid--latest .fx-card-title,.fx-news-grid--latest .fx-meta-text,.fx-news-grid--latest .fx-news-tag{grid-column:2;padding-inline:0;margin-top:0}.fx-news-grid--latest .fx-news-tag{order:1}.fx-news-grid--latest .fx-card-title{order:2}.fx-news-grid--latest .fx-meta-text{order:3}.fx-news-grid--latest .fx-card-body{display:none}.fx-news-card .fx-text-anchor{-webkit-text-decoration-color:transparent;text-decoration-color:transparent}.fx-news-card .fx-text-anchor:focus-visible,.fx-news-card .fx-text-anchor:hover{-webkit-text-decoration-color:var(--fx-red);text-decoration-color:var(--fx-red)}.fx-mvv-grid{list-style:none;margin:var(--fx-space-5) 0 0;padding:0;display:grid;grid-gap:var(--fx-space-3);gap:var(--fx-space-3);grid-template-columns:repeat(3,minmax(0,1fr))}.fx-mvv-row{display:grid;grid-gap:var(--fx-space-4);gap:var(--fx-space-4);align-items:center}.fx-mvv-card{border:1px solid var(--fx-line-light);border-radius:var(--fx-radius-lg);padding:clamp(1rem,2vw,1.4rem);background:#fff}.fx-mvv-label{margin:0;font-family:var(--fx-font-display);font-size:.92rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--fx-red)}.fx-mvv-body{margin:0}.fx-mvv-points{margin:0;padding-left:1.15rem;color:var(--fx-text);display:grid;grid-gap:.42rem;gap:.42rem}.fx-mvv-points li{line-height:1.6}.fx-team-points{list-style:none;margin:var(--fx-space-5) 0 0;padding:0;display:grid;grid-gap:.72rem;gap:.72rem}.fx-team-points li{position:relative;padding-left:1.1rem}.fx-team-points li:before{content:"";position:absolute;left:0;top:.62rem;width:.38rem;height:.38rem;border-radius:50%;background:var(--fx-red)}.fx-team-grid{list-style:none;margin:var(--fx-space-5) 0 0;padding:0;display:grid;grid-gap:var(--fx-space-4);gap:var(--fx-space-4);grid-template-columns:repeat(3,minmax(0,1fr))}.fx-team-card{border:1px solid var(--fx-line-light);border-radius:var(--fx-radius-lg);background:#fff;padding:clamp(1rem,2vw,1.4rem);display:grid;grid-gap:var(--fx-space-3);gap:var(--fx-space-3)}.fx-team-avatar{width:100%;height:auto;aspect-ratio:1/1;object-fit:cover;border-radius:calc(var(--fx-radius-lg) - 6px);border:1px solid rgba(24,19,19,.08)}.fx-team-name{margin:0;font-family:var(--fx-font-display);font-size:clamp(1.15rem,.8vw + .95rem,1.45rem);line-height:1.2}.fx-team-role{margin:.4rem 0 0;font-size:var(--fx-fs-meta);letter-spacing:.08em;text-transform:uppercase;color:var(--fx-text-muted)}.fx-team-bio{margin-top:var(--fx-space-3)}.fx-history-list{list-style:none;margin:var(--fx-space-5) 0 0;padding:0;border-top:1px solid var(--fx-line-light)}.fx-history-item{margin:0;padding:clamp(1rem,1.8vw,1.4rem) 0;display:grid;grid-template-columns:minmax(110px,.28fr) minmax(0,1fr);grid-gap:var(--fx-space-4);gap:var(--fx-space-4);border-bottom:1px solid var(--fx-line-light)}.fx-history-year{margin:0;font-family:var(--fx-font-display);font-size:.9rem;letter-spacing:.05em;color:var(--fx-text-muted)}.fx-history-detail{margin:0;color:var(--fx-text);line-height:1.7}.fx-company-profile-list{margin:var(--fx-space-5) 0 0;border-top:1px solid var(--fx-line-light)}.fx-company-profile-row{margin:0;padding:clamp(1rem,1.8vw,1.4rem) 0;display:grid;grid-template-columns:minmax(120px,.32fr) minmax(0,1fr);grid-gap:var(--fx-space-4);gap:var(--fx-space-4);border-bottom:1px solid var(--fx-line-light)}.fx-company-profile-label{margin:0;font-family:var(--fx-font-display);font-size:.9rem;letter-spacing:.05em;color:var(--fx-text-muted)}.fx-company-profile-value{margin:0;color:var(--fx-text);line-height:1.7}.fx-contact-links{margin-top:var(--fx-space-5);max-width:760px;display:flex}.fx-footer-wordmark{margin:0;max-width:11ch;font-family:var(--fx-font-display);font-size:clamp(3.4rem,14vw,11.8rem);line-height:.86;letter-spacing:.02em;font-weight:800;color:var(--fx-text-on-dark)}.fx-lp-hero{border-bottom:2px solid var(--fx-line-light)}.fx-lp-cta-text{margin-top:var(--fx-space-4);font-weight:700}.fx-lp-cta-text .fx-text-anchor{color:var(--fx-red)}.fx-mdx{width:100%;min-width:0}.fx-mdx h2,.fx-mdx h3,.fx-mdx li,.fx-mdx p{overflow-wrap:anywhere}@media (max-width:980px){.fx-mvv-grid,.fx-team-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:720px){.fx-mvv-grid,.fx-team-grid{grid-template-columns:minmax(0,1fr)}.fx-section-organism[aria-labelledby=about-page-mvv-title] .fx-mvv-row{grid-template-columns:minmax(0,1fr);align-items:start;gap:var(--fx-space-2)}.fx-company-profile-row,.fx-history-item{grid-template-columns:minmax(0,1fr);gap:.5rem}}.fx-mdx canvas,.fx-mdx img,.fx-mdx svg,.fx-mdx video{max-width:100%;height:auto}.fx-mdx pre,.fx-mdx table{max-width:100%;display:block;overflow-x:auto}.fx-mdx table{border-collapse:collapse}@media (max-width:980px){.fx-hero-organism{min-height:clamp(400px,72svh,640px);align-items:flex-start;margin-top:calc(-1 * (var(--fx-header-height) + var(--fx-space-4)));padding-top:calc(var(--fx-header-height) + var(--fx-space-4) + 1.7rem);padding-bottom:clamp(1.4rem,3.6vw,2.4rem)}.fx-poem-organism{min-height:auto;align-items:flex-start}.fx-poem-shell{grid-template-columns:minmax(0,1fr);gap:var(--fx-space-4)}.fx-services-organism-accent:before{inset-inline:0}.fx-whatwedo-stack{margin-top:var(--fx-space-5)}.fx-whatwedo-group{padding-block:clamp(1.25rem,3vw,1.85rem)}.fx-global-nav-list{justify-content:flex-start;flex-wrap:wrap}.fx-hero-grid{grid-template-columns:1fr}.fx-hero-visual{min-height:clamp(320px,68vw,460px);transform:none}.fx-hero-logo-image{width:128%;height:128%}.fx-whatwedo-featured-row,.fx-whatwedo-group{grid-template-columns:1fr;gap:var(--fx-space-4)}.fx-services-organism-page .fx-whatwedo-item{grid-template-columns:minmax(0,1fr) clamp(140px,34vw,220px) auto}.fx-service-case-slider,.fx-service-compare-grid,.fx-service-detail-content,.fx-service-usecase-grid{grid-template-columns:minmax(0,1fr)}.fx-service-case-track{grid-template-columns:1fr}.fx-service-case-nav{justify-self:center}.fx-service-sticky-cta-inner{flex-direction:column;align-items:stretch}.fx-service-sticky-cta-link{width:100%;justify-content:center}.fx-news-grid,.fx-service-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.fx-footer-wordmark{font-size:clamp(3rem,18vw,8.8rem)}}@media (max-width:768px){.fx-mobile-menu{display:block;position:relative;justify-self:end}.fx-mobile-menu-trigger{min-height:2.35rem;min-width:2.35rem;padding-inline:.66rem}.fx-mobile-menu-backdrop{top:calc(74px + (var(--fx-space-2) * 2))}}@media (max-width:640px){.fx-mobile-menu-backdrop{top:calc(70px + (var(--fx-space-3) * 2))}.fx-hero-organism{min-height:calc(100svh - (var(--fx-space-3) * 2));height:auto;align-items:center;margin-top:calc(-1 * (70px + var(--fx-space-3)));padding-top:calc(70px + var(--fx-space-3));padding-bottom:var(--fx-space-3)}.fx-hero-radial-bg:after{opacity:.98}.fx-hero-copy .fx-hero-title{max-width:15ch}.fx-scroll-hint{margin-top:var(--fx-space-4)}.fx-poem-organism{min-height:80svh;align-items:center}.fx-poem-body{max-width:100%}.fx-poem-copy{gap:var(--fx-space-4)}.fx-whatwedo-item{border-radius:var(--fx-radius-md);flex-direction:row;align-items:flex-start;gap:var(--fx-space-3);padding:1.3rem 1.25rem}.fx-whatwedo-item-content,.fx-whatwedo-item>div{flex:1 1;min-width:0;display:grid;grid-gap:.5rem;gap:.5rem}.fx-whatwedo-item-body{margin:0}.fx-services-organism-page .fx-whatwedo-item{grid-template-columns:1fr;gap:var(--fx-space-3);align-items:start}.fx-service-detail-content{margin-top:var(--fx-space-2)}.fx-service-hero-headline{max-width:100%}.fx-service-hero-cta-row{flex-direction:column;align-items:stretch}.fx-service-hero-cta-row .fx-about-cta{width:100%;justify-content:center}.fx-service-cta-row{flex-direction:column;align-items:stretch}.fx-service-cta-row .fx-about-cta{width:100%;justify-content:center}.fx-service-sticky-cta{padding-inline:var(--fx-space-3)}.fx-services-organism-page .fx-whatwedo-item-image{width:100%;max-width:100%;aspect-ratio:16/9}.fx-services-organism-page .fx-whatwedo-item-image img{width:100%;height:100%;object-fit:cover}.fx-services-organism{margin-top:1rem}.fx-services-organism .fx-shell{padding-inline:clamp(14px,4vw,20px)}.fx-whatwedo-featured{border-radius:2rem;padding-block:1.85rem}.fx-whatwedo-featured-header{margin-bottom:1.6rem}.fx-whatwedo-featured-title{font-size:clamp(1.65rem,7vw,2.15rem)}.fx-whatwedo-featured-body{font-size:.98rem;line-height:1.65}.fx-whatwedo-stack{margin-top:var(--fx-space-5)}.fx-whatwedo-group{padding-block:1.25rem}.fx-whatwedo-group,.fx-whatwedo-list{gap:var(--fx-space-4)}.fx-whatwedo-category{font-size:clamp(1.55rem,5.2vw,2.15rem)}.fx-whatwedo-item-title{font-size:clamp(1rem,4.5vw,1.2rem)}.fx-whatwedo-arrow{width:2.25rem;height:2.25rem;font-size:1rem;align-self:flex-start;margin-top:.08rem}.fx-news-grid,.fx-service-grid{grid-template-columns:1fr}.fx-news-grid--latest .fx-news-card{grid-template-columns:clamp(108px,34vw,142px) minmax(0,1fr);column-gap:var(--fx-space-3);row-gap:.45rem}.fx-news-grid--latest .fx-news-thumbnail{grid-column:1;grid-row:1/span 3}.fx-news-grid--latest .fx-card-title,.fx-news-grid--latest .fx-meta-text,.fx-news-grid--latest .fx-news-tag{grid-column:2;grid-row:auto}.fx-contact-organism,.fx-section-organism#news{padding-top:clamp(3.9rem,9.5vw,4.9rem)}.fx-mobile-menu-panel{width:min(96vw,360px);right:-.1rem;padding:.78rem}.fx-global-nav-list-mobile .fx-nav-item-link{width:100%;justify-content:flex-start;min-height:2.25rem;font-size:.75rem}.fx-footer-wordmark{max-width:100%;font-size:clamp(2.5rem,19vw,5rem);line-height:.92}}@media (max-width:980px){.fx-service-detail-lp-ja .fx-service-hero{padding:clamp(1.2rem,3.6vw,1.7rem) 0 clamp(1.2rem,2.6vw,1.6rem)}.fx-service-detail-lp-ja .fx-service-section{padding:clamp(1.1rem,2.8vw,1.5rem) 0}}@media (max-width:640px){.fx-service-detail-lp-ja .fx-service-cta-row .fx-about-cta,.fx-service-detail-lp-ja .fx-service-hero-cta-row .fx-about-cta,.fx-service-detail-lp-ja .fx-service-sticky-cta-link{min-height:3rem}.fx-service-detail-lp-ja .fx-service-hero-headline{font-size:clamp(1.75rem,7.2vw,2.25rem)}.fx-service-detail-lp-ja .fx-service-section-title{font-size:clamp(1.3rem,5vw,1.8rem)}}@media (max-width:980px){.fx-ox-hero-grid,.fx-ox-impact-grid,.fx-ox-platform-grid{grid-template-columns:minmax(0,1fr)}.fx-ox-case-grid,.fx-ox-hero-cards,.fx-ox-problem-grid,.fx-ox-support-grid,.fx-ox-trust-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.fx-ox-logo-list{grid-template-columns:repeat(3,minmax(0,1fr))}.fx-ox-cta-banner{flex-direction:column;align-items:flex-start}.fx-ox-sticky-inner{flex-direction:column;align-items:stretch}.fx-ox-sticky-link{width:100%;justify-content:center}}@media (max-width:640px){.fx-ox-band{margin-inline:calc(-1 * var(--fx-space-3));padding-inline:var(--fx-space-3)}.fx-ox-case-grid,.fx-ox-hero-cards,.fx-ox-logo-list,.fx-ox-metric-grid,.fx-ox-problem-grid,.fx-ox-support-grid,.fx-ox-trust-grid{grid-template-columns:minmax(0,1fr)}.fx-ox-title{font-size:clamp(1.35rem,5.2vw,1.9rem)}.fx-ox-cta-row{flex-direction:column;align-items:stretch}.fx-ox-cta-primary,.fx-ox-cta-secondary,.fx-ox-sticky-link{width:100%;justify-content:center}.fx-ox-sticky{padding-inline:var(--fx-space-3)}}@media (prefers-reduced-motion:reduce){.fx-hero-copy,.fx-hero-title-line,.fx-locale-switcher,.fx-mobile-menu-backdrop,.fx-mobile-menu-panel,.fx-mobile-menu-trigger,.fx-nav-item-link,.fx-ox-cta-primary,.fx-ox-cta-secondary,.fx-service-detail-lp-ja .fx-service-case-card,.fx-service-detail-lp-ja .fx-service-case-dot,.fx-service-detail-lp-ja .fx-service-case-nav,.fx-service-detail-lp-ja .fx-service-detail-cta{transition:none!important}.fx-hero-title-line{-webkit-clip-path:inset(0 0 0 0);clip-path:inset(0 0 0 0);filter:none;animation:none}.fx-hero-copy .fx-scroll-hint,.fx-hero-title-line{opacity:1;transform:none}}body{overflow-x:clip}