@charset "UTF-8";*,*:before,*:after{box-sizing:border-box}:root{--layoutInset: clamp(3rem, 6vw, 6rem)}@media(max-width:1023px){:root{--layoutInset: clamp(1.25rem, 5vw, 3rem)}}html{scroll-behavior:smooth}body{margin:0;color:#101a22;background-color:#fff;line-height:1.8;-webkit-font-smoothing:antialiased}@media(max-width:1023px){html,body{overflow-x:clip}}img{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}ul,ol{margin:0;padding:0;list-style:none}h1,h2,h3,h4,p{margin:0}button{font:inherit;cursor:pointer;border:none;background:none;padding:0}:focus-visible{outline:2px solid #0055ff;outline-offset:3px}.container{width:100%;padding-inline:var(--layoutInset)}.uMtLg{margin-top:2.5rem}.uOpacity40{opacity:.4}.srOnly{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}br.brSp{display:none}@media(max-width:767px){br.brSp{display:block}}body{font-family:IBM Plex Sans JP,yakuhanjp,Hiragino Sans,sans-serif;font-size:1rem;font-weight:400;font-feature-settings:"palt"}.font-en{font-family:Outfit,IBM Plex Sans,sans-serif;text-transform:uppercase}.font-serif{font-family:"Noto Serif JP",Hiragino Mincho ProN,Yu Mincho,serif}.text-xs{font-size:.75rem}.text-sm{font-size:.875rem}.text-base{font-size:1rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.375rem}.text-2xl{font-size:1.75rem}.text-3xl{font-size:clamp(1.5rem,3vw,2rem)}.text-4xl{font-size:clamp(2rem,4vw,3rem)}.text-display{font-size:clamp(3rem,6.5vw,5.25rem)}.text-hkt{font-size:clamp(2.5rem,5vw,4.5rem);letter-spacing:-.03em}.text-hkt-lead{font-size:clamp(1.25rem,2.1vw,2.1rem);line-height:1}.text-hkt-catch1{font-size:clamp(1.8rem,3.6vw,3.6rem);line-height:1}.text-hkt-catch2{font-size:clamp(3.125rem,10vw,10rem);letter-spacing:-.05em;line-height:.9}.text-hkt-sub{font-size:clamp(.8125rem,1.3vw,1.3rem);line-height:1.77}@media(max-width:767px){.text-display{font-size:clamp(2.25rem,9vw,3rem)}.text-spSm{font-size:.875rem}}.text-xl-md-2xl{font-size:1.375rem}@media(min-width:768px){.text-xl-md-2xl{font-size:1.75rem}}.font-light{font-weight:300}.font-medium{font-weight:500}.font-bold{font-weight:600}.tracking-wide{letter-spacing:.12em}.tracking-wider{letter-spacing:.2em}.leading-tight{line-height:1.2}.leading-snug{line-height:1.45}.uppercase{text-transform:uppercase}.text-lowerSideEn{font-size:clamp(1.6rem,3vw,2.4rem);line-height:1.05}.text-lowerSideJa{font-size:1.125rem}.text-lowerHeading{font-size:clamp(1.5rem,3vw,2.15rem);line-height:1.55;letter-spacing:.02em}.text-lowerBody{font-size:1.0625rem;line-height:2}@media(max-width:767px){.text-lowerSideEn{font-size:clamp(1.125rem,3.5vw,1.375rem);line-height:1.05}.text-lowerSideJa{font-size:.875rem}.text-lowerHeading{font-size:clamp(1.375rem,4.5vw,1.625rem);line-height:1.5}.text-lowerBody{font-size:.9375rem;line-height:1.85}}.cTitle1{margin-bottom:1.5rem}@media(max-width:1023px){.cTitle1{margin-bottom:1rem}}.cTitle1__en{display:block;margin-bottom:.5rem;color:#3d6b8c;letter-spacing:.2em;text-transform:uppercase}@media(max-width:1023px){.cTitle1__en.text-display{margin-bottom:.35rem}}@media(min-width:1024px){.cTitle1__en.text-display{margin-bottom:1rem}}.cTitle1__ja{margin-top:0;margin-bottom:1.5rem;color:#101a22;line-height:1.5}@media(max-width:1023px){.cTitle1__ja{margin-bottom:0}}.cTitle1--light .cTitle1__en{color:#b2a295}.cTitle1--light .cTitle1__ja{color:#fff}.cTitle1--center{text-align:center}.cButton{display:inline-block;position:relative;min-width:260px;padding:20px 50px 20px 35px;color:#b2a295;background-color:#172531;border-radius:47px;letter-spacing:.01em;transition:opacity .35s cubic-bezier(.19,1,.22,1)}.cButton:hover{opacity:.85}.cButton--white{color:#101a22;background-color:#fff}.cButton--outline{color:#fff;background-color:transparent;border:1px solid rgba(255,255,255,.4);border-radius:47px}.arrowLink{display:inline-flex;align-items:center;gap:1rem;position:relative;letter-spacing:.08em;text-transform:uppercase;transition:gap .35s cubic-bezier(.19,1,.22,1)}.arrowLink__arrow{position:relative;width:24px;height:24px;overflow:hidden;flex-shrink:0}.arrowLink__arrowBefore,.arrowLink__arrowAfter{position:absolute;top:50%;left:0;width:10px;height:10px;background-color:#05f;clip-path:polygon(0 0,100% 50%,0 100%);transform:translateY(-50%);transition:transform .7s cubic-bezier(.19,1,.22,1),opacity .7s cubic-bezier(.19,1,.22,1)}.arrowLink__arrowBefore{opacity:1}.arrowLink__arrowAfter{opacity:0;transform:translate(-80%,-50%)}.arrowLink:hover{gap:1.5rem}.arrowLink:hover .arrowLink__arrowBefore{opacity:0;transform:translate(100%,-50%)}.arrowLink:hover .arrowLink__arrowAfter{opacity:1;transform:translateY(-50%)}.arrowLink--light{color:#fff}.arrowLink--light .arrowLink__arrowBefore,.arrowLink--light .arrowLink__arrowAfter{background-color:#fff}.arrowLink--brown{color:#b2a295}.arrowLink--brown .arrowLink__arrowBefore,.arrowLink--brown .arrowLink__arrowAfter{background-color:#b2a295}@keyframes blockBtnArrowTick{0%{transform:translate(0)}0.01%{transform:translate(.375rem)}75%{transform:translate(0)}to{transform:translate(0)}}.blockBtn{display:flex;align-items:center;position:relative;min-height:4.125rem;width:100%;color:#fff}.blockBtn:before{content:"";position:absolute;top:0;left:0;width:100%;height:1px;background-color:#4d4d4d;z-index:0;transition:opacity .35s cubic-bezier(.19,1,.22,1)}.blockBtn:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#fff;border-radius:3px;opacity:0;z-index:1;transition:opacity .35s cubic-bezier(.19,1,.22,1)}.blockBtn__title{flex:1 1 auto;padding:.75rem .75rem .75rem 1.25rem;position:relative;z-index:2;transition:color .35s cubic-bezier(.19,1,.22,1)}.blockBtn__label{flex:0 0 auto;padding-right:1.25rem;opacity:.5;position:relative;z-index:2;transition:color .35s cubic-bezier(.19,1,.22,1),transform 1s cubic-bezier(.19,1,.22,1)}.blockBtn__arrowIcon{position:absolute;top:calc(50% - .25rem);left:0;width:.5rem;height:.5rem;background-color:#05f;clip-path:polygon(0 0,100% 50%,0 100%);z-index:0}.blockBtn__arrowBox{position:absolute;top:0;right:0;width:0;height:100%;overflow:hidden;z-index:2;transition:width 1s cubic-bezier(.19,1,.22,1)}.blockBtn__arrowBox:before{content:"";position:absolute;top:0;left:0;width:1px;height:100%;background-color:#0003}.blockBtn__arrowBox:after{content:"";position:absolute;top:calc(50% - .25rem);right:calc(50% - .25rem);width:.5rem;height:.5rem;background-color:#000;clip-path:polygon(0 0,100% 50%,0 100%)}.blockBtn--borderWhite:before{background-color:#fff6}@media(hover:hover)and (pointer:fine){.blockBtn:hover:before{opacity:0}.blockBtn:hover:after{opacity:1}.blockBtn:hover .blockBtn__title,.blockBtn:hover .blockBtn__label{color:#000}.blockBtn:hover .blockBtn__label{transform:translate(-4.125rem)}.blockBtn:hover .blockBtn__arrowBox{width:4.125rem}.blockBtn:hover .blockBtn__arrowBox:after{animation:blockBtnArrowTick 1s cubic-bezier(.19,1,.22,1) .75s infinite both}}.pagerBtn{display:inline-flex;align-items:center;justify-content:center;min-width:80px;padding:1rem 1.5rem;color:inherit;border:1px solid currentColor;letter-spacing:.1em;text-transform:uppercase;opacity:.7;transition:opacity .35s cubic-bezier(.19,1,.22,1),background-color .35s cubic-bezier(.19,1,.22,1)}.pagerBtn:hover{opacity:1;background-color:#ffffff0d}.pagerBtn--dark{color:#101a22;border-color:#101a2233}.pagerBtn--dark:hover{background-color:#f0f0f2}.divider{position:relative;width:100%;padding-block:0;pointer-events:none;overflow:visible}.divider__container{position:relative;display:flex;flex-flow:column-reverse nowrap;gap:clamp(.12rem,.28vw,.22rem);width:100%;will-change:transform}.divider__row{width:100%;overflow:visible}.divider__line{position:relative;width:100%;opacity:0;transition:opacity .2s cubic-bezier(.19,1,.22,1)}.divider__line:before{content:"";display:block;width:100%;height:100%;background-color:#e1eaf2}.divider__line.isActive{opacity:.72}.divider__row[data-row="0"] .divider__line{height:.175rem}@media(max-width:767px){.divider__row[data-row="0"] .divider__line{height:.125rem}}.divider__row[data-row="0"] .divider__line:before{background-color:#93989c}.divider__row[data-row="1"] .divider__line{height:.164411002rem}@media(max-width:767px){.divider__row[data-row="1"] .divider__line{height:.1180941317rem}}.divider__row[data-row="1"] .divider__line:before{background-color:#93989c}.divider__row[data-row="2"] .divider__line{height:.1543387712rem}@media(max-width:767px){.divider__row[data-row="2"] .divider__line{height:.1115252856rem}}.divider__row[data-row="2"] .divider__line:before{background-color:#93989c}.divider__row[data-row="3"] .divider__line{height:.1447980112rem}@media(max-width:767px){.divider__row[data-row="3"] .divider__line{height:.1053030508rem}}.divider__row[data-row="3"] .divider__line:before{background-color:#959a9e}.divider__row[data-row="4"] .divider__line{height:.135805185rem}@media(max-width:767px){.divider__row[data-row="4"] .divider__line{height:.0994381641rem}}.divider__row[data-row="4"] .divider__line:before{background-color:#959a9e}.divider__row[data-row="5"] .divider__line{height:.127378918rem}@media(max-width:767px){.divider__row[data-row="5"] .divider__line{height:.0939427726rem}}.divider__row[data-row="5"] .divider__line:before{background-color:#959a9e}.divider__row[data-row="6"] .divider__line{height:.1195405472rem}@media(max-width:767px){.divider__row[data-row="6"] .divider__line{height:.0888307917rem}}.divider__row[data-row="6"] .divider__line:before{background-color:#969ba0}.divider__row[data-row="7"] .divider__line{height:.1123148944rem}@media(max-width:767px){.divider__row[data-row="7"] .divider__line{height:.0841184094rem}}.divider__row[data-row="7"] .divider__line:before{background-color:#969ba0}.divider__row[data-row="8"] .divider__line{height:.1057313972rem}@media(max-width:767px){.divider__row[data-row="8"] .divider__line{height:.0798248243rem}}.divider__row[data-row="8"] .divider__line:before{background-color:#969ba0}.divider__row[data-row="9"] .divider__line{height:.0998258524rem}@media(max-width:767px){.divider__row[data-row="9"] .divider__line{height:.075973382rem}}.divider__row[data-row="9"] .divider__line:before{background-color:#a1a8ad}.divider__row[data-row="10"] .divider__line{height:.0946432857rem}@media(max-width:767px){.divider__row[data-row="10"] .divider__line{height:.0725934472rem}}.divider__row[data-row="10"] .divider__line:before{background-color:#a1a8ad}.divider__row[data-row="11"] .divider__line{height:.090243136rem}@media(max-width:767px){.divider__row[data-row="11"] .divider__line{height:.0697237843rem}}.divider__row[data-row="11"] .divider__line:before{background-color:#a1a8ad}.divider__row[data-row="12"] .divider__line{height:.0867100184rem}@media(max-width:767px){.divider__row[data-row="12"] .divider__line{height:.0674195772rem}}.divider__row[data-row="12"] .divider__line:before{background-color:#b7bdc2}.divider__row[data-row="13"] .divider__line{height:.0841821608rem}@media(max-width:767px){.divider__row[data-row="13"] .divider__line{height:.0657709745rem}}.divider__row[data-row="13"] .divider__line:before{background-color:#b7bdc2}.divider__row[data-row="14"] .divider__line{height:.083rem}@media(max-width:767px){.divider__row[data-row="14"] .divider__line{height:.065rem}}.divider__row[data-row="14"] .divider__line:before{background-color:#b7bdc2}.divider__row[data-row="15"] .divider__line{height:.07955rem}@media(max-width:767px){.divider__row[data-row="15"] .divider__line{height:.06275rem}}.divider__row[data-row="15"] .divider__line:before{background-color:#ced3d8}.divider__row[data-row="16"] .divider__line{height:.0761rem}@media(max-width:767px){.divider__row[data-row="16"] .divider__line{height:.0605rem}}.divider__row[data-row="16"] .divider__line:before{background-color:#ced3d8}.divider__row[data-row="17"] .divider__line{height:.07265rem}@media(max-width:767px){.divider__row[data-row="17"] .divider__line{height:.05825rem}}.divider__row[data-row="17"] .divider__line:before{background-color:#ced3d8}.divider__row[data-row="18"] .divider__line{height:.0692rem}@media(max-width:767px){.divider__row[data-row="18"] .divider__line{height:.056rem}}.divider__row[data-row="18"] .divider__line:before{background-color:#e4e9ed}.divider__row[data-row="19"] .divider__line{height:.06575rem}@media(max-width:767px){.divider__row[data-row="19"] .divider__line{height:.05375rem}}.divider__row[data-row="19"] .divider__line:before{background-color:#e4e9ed}.divider__row[data-row="20"] .divider__line{height:.0623rem}@media(max-width:767px){.divider__row[data-row="20"] .divider__line{height:.0515rem}}.divider__row[data-row="20"] .divider__line:before{background-color:#e4e9ed}.divider__row[data-row="21"] .divider__line{height:.05885rem}@media(max-width:767px){.divider__row[data-row="21"] .divider__line{height:.04925rem}}.divider__row[data-row="21"] .divider__line:before{background-color:#f1f5f9}.divider__row[data-row="22"] .divider__line{height:.0554rem}@media(max-width:767px){.divider__row[data-row="22"] .divider__line{height:.047rem}}.divider__row[data-row="22"] .divider__line:before{background-color:#f1f5f9}.divider__row[data-row="23"] .divider__line{height:.05195rem}@media(max-width:767px){.divider__row[data-row="23"] .divider__line{height:.04475rem}}.divider__row[data-row="23"] .divider__line:before{background-color:#f1f5f9}.divider__row[data-row="24"] .divider__line{height:.0485rem}@media(max-width:767px){.divider__row[data-row="24"] .divider__line{height:.0425rem}}.divider__row[data-row="24"] .divider__line:before{background-color:#eaecef}.divider__row[data-row="25"] .divider__line{height:.04505rem}@media(max-width:767px){.divider__row[data-row="25"] .divider__line{height:.04025rem}}.divider__row[data-row="25"] .divider__line:before{background-color:#eaecef}.divider__row[data-row="26"] .divider__line{height:.0416rem}@media(max-width:767px){.divider__row[data-row="26"] .divider__line{height:.038rem}}.divider__row[data-row="26"] .divider__line:before{background-color:#eaecef}.divider__row[data-row="27"] .divider__line{height:.03815rem}@media(max-width:767px){.divider__row[data-row="27"] .divider__line{height:.03575rem}}.divider__row[data-row="27"] .divider__line:before{background-color:#fcfdfe}.divider__row[data-row="28"] .divider__line{height:.0347rem}@media(max-width:767px){.divider__row[data-row="28"] .divider__line{height:.0335rem}}.divider__row[data-row="28"] .divider__line:before{background-color:#fcfdfe}.divider__row[data-row="29"] .divider__line{height:.03125rem}@media(max-width:767px){.divider__row[data-row="29"] .divider__line{height:.03125rem}}.divider__row[data-row="29"] .divider__line:before{background-color:#fff}.maskLine{display:block;overflow:hidden}.maskLine__inner{display:block}[data-reveal].isReady{opacity:0;transform:translateY(1.5rem);transition:opacity .8s cubic-bezier(.19,1,.22,1),transform .8s cubic-bezier(.19,1,.22,1);transition-delay:var(--reveal-delay, 0s);will-change:opacity,transform}[data-reveal=left].isReady{transform:translate(-2rem)}[data-reveal=right].isReady{transform:translate(2rem)}[data-reveal].isVisible{opacity:1;transform:none}[data-reveal=lines].isReady{opacity:1;transform:none;transition:none}[data-reveal=lines].isReady .maskLine__inner{transform:translateY(115%);transition:transform .9s cubic-bezier(.19,1,.22,1);transition-delay:var(--reveal-delay, 0s)}[data-reveal=lines].isReady .maskLine:nth-child(2) .maskLine__inner{transition-delay:calc(var(--reveal-delay, 0s) + .14s)}[data-reveal=lines].isVisible .maskLine__inner{transform:none}[data-reveal=curtain]{position:relative;overflow:hidden}[data-reveal=curtain]:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;background-color:#0c1a2e;transform:scaleX(0);transform-origin:right;pointer-events:none}[data-reveal=curtain] img{display:block}[data-reveal=curtain].isReady{opacity:1;transform:none;transition:none}[data-reveal=curtain].isReady:after{transform:scaleX(1);transition:transform .9s cubic-bezier(.19,1,.22,1);transition-delay:var(--reveal-delay, 0s)}[data-reveal=curtain].isReady img{transform:scale(1.12);transition:transform 1.4s cubic-bezier(.19,1,.22,1);transition-delay:var(--reveal-delay, 0s)}[data-reveal=curtain].isVisible:after{transform:scaleX(0)}[data-reveal=curtain].isVisible img{transform:none}@media(prefers-reduced-motion:reduce){[data-reveal].isReady,[data-reveal].isReady .maskLine__inner,[data-reveal=curtain].isReady:after,[data-reveal=curtain].isReady img{opacity:1;transform:none;transition:none}}.siteHeader{position:fixed;inset:0 0 auto;z-index:200;height:78px;color:#fff;transition:background-color .35s cubic-bezier(.19,1,.22,1),color .35s cubic-bezier(.19,1,.22,1),height .35s cubic-bezier(.19,1,.22,1)}@media(min-width:1024px){.siteHeader{height:94px}}.siteHeader.isSolid{color:#101a22;box-shadow:0 1px #101a2214}.siteHeader.isSolid:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background-color:#fffffff7;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.siteHeader.isMenuOpen{color:#fff;box-shadow:none}.siteHeader.isMenuOpen:before{display:block;background-color:#0c1a2efa;-webkit-backdrop-filter:none;backdrop-filter:none}.siteHeader__inner{position:relative;z-index:201;display:flex;align-items:center;justify-content:space-between;height:100%;padding-inline:var(--layoutInset)}.siteHeader__logo{display:inline-flex;align-items:center;flex-shrink:0;transition:background-color .35s cubic-bezier(.19,1,.22,1),padding .35s cubic-bezier(.19,1,.22,1)}.siteHeader__logoImg{display:block;width:auto;height:32px}@media(max-width:767px){.siteHeader__logoImg{height:clamp(20px,7.5vw,30px)}}@media(min-width:1024px){.siteHeader__logoImg{height:38px}}.siteHeader__logoImg--black,.siteHeader.isSolid .siteHeader__logoImg--white{display:none}.siteHeader.isSolid .siteHeader__logoImg--black,.siteHeader.isMenuOpen .siteHeader__logoImg--white{display:block}.siteHeader.isMenuOpen .siteHeader__logoImg--black{display:none}.siteHeader__nav{display:none;align-items:center;gap:clamp(1.5rem,3vw,2.5rem)}@media(min-width:1024px){.siteHeader__nav{display:flex}}.siteHeader__navGroup{display:flex;align-items:center;gap:clamp(1.25rem,2.5vw,2.75rem)}.siteHeader__navLink{display:flex;flex-direction:column;align-items:center;gap:2px;text-align:center;position:relative;opacity:.85;letter-spacing:.02em;transition:opacity .35s cubic-bezier(.19,1,.22,1)}.siteHeader__navLink:after{content:"";position:absolute;inset:auto 0 -6px;height:2px;background-color:#05f;transform:scaleX(0);transition:transform .35s cubic-bezier(.19,1,.22,1)}.siteHeader__navLink:hover{opacity:1}.siteHeader__navLink:hover:after{transform:scaleX(1)}.siteHeader__navLinkJa,.siteHeader__mobileNavLinkJa{opacity:.75}.siteHeader.isSolid .siteHeader__navLink:after{background-color:#245ca6}.siteHeader__navDivider{display:none;flex-shrink:0;width:1px;height:2.5rem;background-color:#ffffff38}@media(min-width:1024px){.siteHeader__navDivider{display:block}}.siteHeader.isSolid .siteHeader__navDivider{background-color:#101a221f}.siteHeader__ctaText{display:flex;flex-direction:column;align-items:flex-start;gap:1px}.siteHeader__ctaJa{opacity:.72}.siteHeader__ctaArrow{position:relative;flex-shrink:0;width:22px;height:22px;overflow:hidden}.siteHeader__ctaArrow:before,.siteHeader__ctaArrow:after{content:"";position:absolute;top:50%;left:0;width:8px;height:8px;background-color:currentColor;clip-path:polygon(0 0,100% 50%,0 100%);transform:translateY(-50%);transition:transform .5s cubic-bezier(.19,1,.22,1),opacity .5s cubic-bezier(.19,1,.22,1)}.siteHeader__ctaArrow:before{opacity:1}.siteHeader__ctaArrow:after{opacity:0;transform:translate(-80%,-50%)}.siteHeader__cta{display:none;align-items:center;gap:.75rem;padding-block:.5rem;opacity:.92;transition:opacity .35s cubic-bezier(.19,1,.22,1),gap .35s cubic-bezier(.19,1,.22,1)}.siteHeader__cta:hover{gap:1.125rem;opacity:1}.siteHeader__cta:hover .siteHeader__ctaArrow:before{opacity:0;transform:translate(100%,-50%)}.siteHeader__cta:hover .siteHeader__ctaArrow:after{opacity:1;transform:translateY(-50%)}@media(min-width:1024px){.siteHeader__cta{display:inline-flex}}.siteHeader.isSolid .siteHeader__cta .siteHeader__ctaJa{opacity:.75}.siteHeader__menuBtn{display:flex;flex-direction:column;justify-content:center;gap:7px;flex-shrink:0;width:44px;height:44px}@media(min-width:1024px){.siteHeader__menuBtn{display:none}}.siteHeader__menuBar{display:block;width:28px;height:1px;background-color:#fff;transform-origin:center;transition:transform .35s cubic-bezier(.19,1,.22,1),opacity .35s cubic-bezier(.19,1,.22,1),background-color .35s cubic-bezier(.19,1,.22,1)}.siteHeader.isSolid:not(.isMenuOpen) .siteHeader__menuBar{background-color:currentColor}.siteHeader.isMenuOpen .siteHeader__menuBar{background-color:#fff}.siteHeader.isMenuOpen .siteHeader__menuBar:nth-child(1){transform:translateY(8px) rotate(45deg)}.siteHeader.isMenuOpen .siteHeader__menuBar:nth-child(2){opacity:0}.siteHeader.isMenuOpen .siteHeader__menuBar:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.siteHeader__mobileNav{position:fixed;top:78px;right:0;bottom:0;left:0;z-index:199;display:flex;flex-direction:column;justify-content:flex-end;padding:2.5rem var(--layoutInset) max(4rem,env(safe-area-inset-bottom,0px));color:#fff;background:linear-gradient(165deg,#0c1a2efa,#101a22f7 52%,#172531);overflow:hidden;transform:translate(100%);transition:transform .55s cubic-bezier(.19,1,.22,1)}.siteHeader__mobileNav.isOpen{transform:translate(0)}@media(min-width:1024px){.siteHeader__mobileNav{display:none}}.siteHeader__mobileNavDecor{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.siteHeader__mobileNavDecor:before{content:"";position:absolute;top:-18%;right:-28%;width:min(72vw,26rem);aspect-ratio:1;background:radial-gradient(circle,rgba(0,85,255,.14) 0%,transparent 68%)}.siteHeader__mobileNavDecor:after{content:"";position:absolute;left:0;right:0;bottom:0;height:42%;background:linear-gradient(180deg,transparent 0%,rgba(16,26,34,.35) 100%)}.siteHeader__mobileNavGhost{position:absolute;right:-.25rem;bottom:clamp(4rem,18vh,9rem);font-weight:700;font-size:clamp(4.5rem,26vw,10rem);line-height:.82;letter-spacing:.03em;color:transparent;-webkit-text-stroke:1px rgba(255,255,255,.07)}.siteHeader__mobileNavGuides{position:absolute;top:0;right:0;bottom:0;left:0}.siteHeader__mobileNavGuide{position:absolute;top:0;bottom:0;width:1px;background-color:#ffffff0d}.siteHeader__mobileNavGuide:nth-child(1){left:20%}.siteHeader__mobileNavGuide:nth-child(2){left:40%}.siteHeader__mobileNavGuide:nth-child(3){left:60%}.siteHeader__mobileNavGuide:nth-child(4){left:80%}.siteHeader__mobileNavBody{position:relative;z-index:1}.siteHeader__mobileNavList{margin:0;padding:0;list-style:none}.siteHeader__mobileNavItem{opacity:0;transform:translate(1.25rem);transition:opacity .45s cubic-bezier(.19,1,.22,1),transform .45s cubic-bezier(.19,1,.22,1)}.siteHeader__mobileNav.isOpen .siteHeader__mobileNavItem{opacity:1;transform:none}.siteHeader__mobileNav.isOpen .siteHeader__mobileNavItem:nth-child(1){transition-delay:.1s}.siteHeader__mobileNav.isOpen .siteHeader__mobileNavItem:nth-child(2){transition-delay:.16s}.siteHeader__mobileNav.isOpen .siteHeader__mobileNavItem:nth-child(3){transition-delay:.22s}.siteHeader__mobileNavLink{position:relative;display:block;padding-block:1.5rem;padding-left:1.65rem;border-bottom:1px solid rgba(255,255,255,.1);transition:padding-left .35s cubic-bezier(.19,1,.22,1),border-color .35s cubic-bezier(.19,1,.22,1),opacity .35s cubic-bezier(.19,1,.22,1)}.siteHeader__mobileNavLink:before{content:"";position:absolute;left:0;top:1.5rem;bottom:1.5rem;width:2px;background:linear-gradient(180deg,#b2a295,#b2a2951f);transition:top .35s cubic-bezier(.19,1,.22,1),bottom .35s cubic-bezier(.19,1,.22,1)}.siteHeader__mobileNavLink:hover,.siteHeader__mobileNavLink:focus-visible{padding-left:1.95rem;border-bottom-color:#b2a29573;opacity:1}.siteHeader__mobileNavLink:hover:before,.siteHeader__mobileNavLink:focus-visible:before{top:calc(1.5rem - 3px);bottom:calc(1.5rem - 3px)}.siteHeader__mobileNavTexts{display:flex;flex-direction:column;gap:4px}.siteHeader__mobileCta{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:2.5rem;padding:1.5rem;background-color:#ffffff0d;border:1px solid rgba(255,255,255,.14);border-left:2px solid #b2a295;opacity:0;transform:translateY(.75rem);transition:opacity .5s cubic-bezier(.19,1,.22,1) .28s,transform .5s cubic-bezier(.19,1,.22,1) .28s,background-color .35s cubic-bezier(.19,1,.22,1),border-color .35s cubic-bezier(.19,1,.22,1)}.siteHeader__mobileNav.isOpen .siteHeader__mobileCta{opacity:.95;transform:none}.siteHeader__mobileCta .siteHeader__ctaJa{opacity:.72}.siteHeader__mobileCta:hover{background-color:#ffffff14;border-color:#ffffff38;opacity:1}.siteHeader__mobileCta:hover .siteHeader__ctaArrow:before{opacity:0;transform:translate(100%,-50%)}.siteHeader__mobileCta:hover .siteHeader__ctaArrow:after{opacity:1;transform:translateY(-50%)}@media(prefers-reduced-motion:reduce){.siteHeader__mobileNav{transition:none}.siteHeader__mobileNavItem,.siteHeader__mobileCta{opacity:1;transform:none;transition:none}}.hero{position:relative;width:100%;height:100lvh;min-height:600px;overflow:hidden;color:#fff}@media(max-width:767px){.hero{min-height:0}}.hero__canvas{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hero__canvas canvas{display:block;width:100%!important;height:100%!important;opacity:0;transition:opacity .4s ease}.hero__canvas canvas.is-ready{opacity:1}.hero__fallback{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.hero__fallback img{width:100%;height:100%;object-fit:cover}.hero__content{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2}.hero__catch{position:absolute;bottom:0;left:0;z-index:2;width:100%;padding-block:1.5rem;padding-inline:var(--layoutInset)}.hero__catchOverall{margin-bottom:clamp(.75rem,1.5vw,1.25rem)}.hero__catchSlide{display:flex;flex-wrap:wrap;align-items:baseline;column-gap:clamp(2rem,4.5vw,5rem);margin:0;line-height:1.2;transition:opacity .7s ease,transform .7s ease}.hero__catchJaGroup{display:inline-flex;flex-shrink:0;align-items:baseline}.hero__catch.is-textHidden .hero__catchSlide{opacity:0;transform:translateY(1.25rem)}.hero__catch.is-textVisible .hero__catchSlide{opacity:1;transform:translateY(0)}@keyframes heroMaskRise{0%{transform:translateY(115%)}to{transform:translateY(0)}}.hero__catch .maskLine>*{transform:translateY(115%);animation:heroMaskRise 1.1s cubic-bezier(.19,1,.22,1) .3s both}.hero__catch .maskLine:nth-child(2)>*{animation-delay:.55s}@media(prefers-reduced-motion:reduce){.hero__catch .maskLine>*{transform:none;animation:none}}@media(min-width:1024px){.hero__catchEn,.hero__catchSep{white-space:nowrap}}.hero__catchJa{letter-spacing:.03em}@media(min-width:1024px){.hero__catchJa{white-space:nowrap}}.hero__pagination{position:absolute;z-index:1;top:50%;right:var(--layoutInset);margin:0;line-height:1;opacity:.2;pointer-events:none;-webkit-user-select:none;user-select:none;transform:translateY(-50%)}.hero__scroll{position:absolute;z-index:3;top:50%;left:var(--layoutInset);display:flex;flex-direction:row;align-items:center;gap:1rem;color:inherit;text-decoration:none;opacity:.65;transform:translateY(-50%);transition:opacity .35s cubic-bezier(.19,1,.22,1)}.hero__scroll:hover,.hero__scroll:focus-visible{opacity:1}.hero__scroll:focus-visible{outline:1px solid rgba(255,255,255,.5);outline-offset:4px}.hero__scrollTrack{position:relative;flex-shrink:0;width:1px;height:72px;background:linear-gradient(to bottom,#ffffff1a,#ffffff73 55%,#ffffff14)}.hero__scrollDot{position:absolute;top:0;left:50%;width:3px;height:3px;background-color:#b2a295;border-radius:50%;transform:translate(-50%);animation:heroScrollDot 2.4s cubic-bezier(.19,1,.22,1) infinite}.hero__scrollLabel{writing-mode:vertical-rl;letter-spacing:.28em}@keyframes heroScrollDot{0%{top:0;opacity:0}12%{opacity:1}88%{opacity:1}to{top:calc(100% - 3px);opacity:0}}@media(max-width:767px){.hero__pagination{opacity:.16}}.topClients{padding-block:clamp(2rem,5vw,3.5rem);overflow:hidden;background-color:#fff;border-bottom:1px solid rgba(16,26,34,.1)}.topClients__label{display:flex;align-items:baseline;gap:1rem;margin-bottom:1.5rem}.topClients__labelEn{color:#3d6b8c;letter-spacing:.15em;text-transform:uppercase}.topClients__labelJa{color:#46505d}.topClients__marquee{overflow:hidden;width:100%;-webkit-mask-image:linear-gradient(90deg,transparent 0,#000 4%,#000 96%,transparent 100%);mask-image:linear-gradient(90deg,transparent 0,#000 4%,#000 96%,transparent 100%)}.topClients__track{display:flex;width:max-content;animation:topClientsMarquee 40s linear infinite}.topClients__track:hover{animation-play-state:paused}.topClients__list{display:flex;flex-shrink:0;align-items:baseline;list-style:none}.topClients__item{display:inline-flex;flex-shrink:0;align-items:baseline;white-space:nowrap}.topClients__item:after{content:"/";margin-inline:clamp(1rem,2.5vw,1.75rem);color:#101a2247}.topClients__itemName{letter-spacing:.02em;color:#101a22}@keyframes topClientsMarquee{0%{transform:translateZ(0)}to{transform:translate3d(-50%,0,0)}}@media(prefers-reduced-motion:reduce){.topClients__marquee{-webkit-mask-image:none;mask-image:none}.topClients__track{display:block;width:100%;animation:none}.topClients__list{flex-wrap:wrap;justify-content:flex-start;gap:.75rem 0}.topClients__list[aria-hidden=true]{display:none}.topClients__item:after{margin-inline:.85rem}.topClients__item:last-child:after{content:none}}.topAbout{margin-top:0;padding:clamp(5rem,12vw,9.375rem) 0 clamp(6rem,14vw,12.5rem);background-color:#fff;overflow:visible}.topAbout__grid{display:grid;gap:4rem;align-items:start;overflow:visible}@media(min-width:1024px){.topAbout__grid{grid-template-columns:1fr 1fr;gap:clamp(2rem,6vw,5rem)}}.topAbout__visual{position:relative;z-index:1;margin-left:calc((100% - 100vw)/2 + 2.5rem);width:100vw}@media(max-width:1023px){.topAbout__visual{width:calc(100vw - 2.5rem)}}@media(min-width:1024px){.topAbout__visual{width:calc((100vw - clamp(2rem,6vw,5rem))*.71)}}.topAbout__visualMainWrap{max-width:1200px}.topAbout__visualMain{width:100%;max-width:1200px;aspect-ratio:4/3;object-fit:cover}.topAbout__visualSub{position:absolute;right:20%;bottom:-12%;width:45%;aspect-ratio:3/2;object-fit:cover;box-shadow:0 12px 40px #101a2226;display:none}@media(min-width:768px){.topAbout__visualSub{display:block}}.topAbout__catchEn{position:relative;z-index:3;margin-bottom:clamp(1.5rem,4vw,3.75rem);line-height:1.15;color:#101a22;text-align:left}@media(min-width:768px){.topAbout__catchEn{text-align:right}}@media(min-width:1024px){.topAbout__catchEn{width:calc(200% + clamp(2rem,6vw,5rem));margin-left:calc(-100% - clamp(2rem,6vw,5rem));color:#fff;mix-blend-mode:difference}}.topAbout__catchEnLead,.topAbout__catchEnSub{display:block}@media(min-width:768px){.topAbout__catchEnLead--sp{display:none}}.topAbout__catchEnLead--pc{display:none}@media(min-width:768px){.topAbout__catchEnLead--pc{display:block}}@media(min-width:768px){.topAbout__catchEnSub--sp{display:none}}.topAbout__catchEnSub--pc{display:none}@media(min-width:768px){.topAbout__catchEnSub--pc{display:block}}.topAbout__catchJa{margin-bottom:2.5rem;letter-spacing:.03em}.topAbout__text p+p{margin-top:1.5rem}.topAbout__questions{margin-block:1.5rem;list-style:none}.topAbout__questionItem{position:relative;padding-block:3px;padding-left:calc(22px + 1rem)}.topAbout__questionItem:before{content:"";position:absolute;top:.95em;left:0;width:22px;height:1px;background-color:#3d6b8c}.topAbout__questionItem p{color:#101a22;letter-spacing:.02em}.topBusiness{position:relative;padding-block:clamp(3.5rem,8vw,9.25rem);color:#fff;background-color:#0c1a2e}.topBusiness .cTitle1__en{letter-spacing:.04em}.topBusiness__lead{max-width:48rem;margin-inline:auto;margin-bottom:4rem;text-align:center}.topBusiness__leadTitle{margin-bottom:1rem}.topBusiness__leadText,.topBusiness__leadNote{color:#ffffffb8;line-height:1.9}.topBusiness__leadText{margin-bottom:1.5rem}.topBusiness__leadList{display:flex;flex-wrap:wrap;gap:.5rem 1.5rem;justify-content:center;margin-bottom:1.5rem}.topBusiness__leadItem{color:#ffffffd9}.topBusiness__leadItem+.topBusiness__leadItem:before{margin-inline:1.5rem;color:#ffffff40;content:"/"}.topBusiness__layout{display:grid;gap:0}@media(min-width:1024px){.topBusiness__layout{gap:4rem;grid-template-columns:minmax(340px,420px) 1fr;align-items:start}}@media(min-width:1024px){.topBusiness__layout .cTitle1{margin-bottom:2.5rem}}.topBusiness__counter{display:flex;align-items:baseline;gap:6px;margin-bottom:2.5rem}@media(max-width:1023px){.topBusiness__counter{display:none}}.topBusiness__counterCurrent{color:#b2a295;line-height:1}.topBusiness__counterSep{opacity:.35}.topBusiness__counterTotal{opacity:.45}.topBusiness__tabs{display:flex;flex-direction:column}@media(max-width:1023px){.topBusiness__tabs{display:none}}.topBusiness__tab{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 0;text-align:left;color:#fff6;border-bottom:1px solid rgba(255,255,255,.12);transition:color .35s cubic-bezier(.19,1,.22,1)}.topBusiness__tab.isActive,.topBusiness__tab:hover{color:#fff}.topBusiness__tabNum{color:#b2a295;margin-right:1rem}.topBusiness__slides{position:relative;min-height:400px}@media(max-width:1023px){.topBusiness__slides{min-height:0}}.topBusiness__slide{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;grid-template-columns:1fr;gap:0;opacity:0;visibility:hidden;transition:opacity .5s cubic-bezier(.19,1,.22,1),visibility .5s}.topBusiness__slide.isActive{position:relative;opacity:1;visibility:visible}.topBusiness__slideImage{position:relative;z-index:1;overflow:hidden}.topBusiness__slideImage img{width:100%;aspect-ratio:2/1;object-fit:cover;transition:transform .8s cubic-bezier(.19,1,.22,1)}.topBusiness__slide.isActive .topBusiness__slideImage img{transform:scale(1.03)}.topBusiness__slideEn{position:relative;z-index:3;margin-top:clamp(-2.75rem,-6.5vw,-5rem);margin-bottom:1rem;color:#fff;letter-spacing:.04em;text-transform:uppercase;line-height:1.1;mix-blend-mode:difference}.topBusiness__slideBody{padding-top:.5rem}.topBusiness__slideTitle{margin-bottom:1.5rem}.topBusiness__slideText{margin-bottom:2.5rem;color:#ffffffb8;line-height:1.9}@media(max-width:1023px){.topBusiness__slideText{margin-bottom:1.5rem}}@media(max-width:1023px){.topBusiness__slideFooter{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;min-height:44px;padding-right:11.5rem}}.topBusiness__nav{display:flex;gap:1rem}.topBusiness__nav--desktop{margin-top:2.5rem}@media(max-width:1023px){.topBusiness__nav--desktop{display:none}}.topBusiness__nav--mobile{display:none}@media(max-width:1023px){.topBusiness__nav--mobile{display:flex;position:absolute;right:0;bottom:0;z-index:4}}.topStrengths{padding-block:clamp(3.5rem,8vw,9.25rem);background-color:#fff;overflow:hidden}@media(min-width:1024px){.topStrengths .cTitle1{margin-bottom:4rem}}.topStrengths .cTitle1__en{letter-spacing:.04em}.topStrengths__panels{display:flex;flex-direction:column;gap:2px;list-style:none}@media(min-width:768px){.topStrengths__panels{flex-direction:row;min-height:clamp(420px,52vh,560px)}}.topStrengths__panel{position:relative;min-height:260px;overflow:hidden;background-color:#0c1a2e;outline:none}.topStrengths__panel:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(180deg,#0c1a2e33,#0c1a2e73 55%,#0c1a2ed1);transition:opacity .35s cubic-bezier(.19,1,.22,1)}@media(min-width:768px){.topStrengths__panel{flex:1 1 0;min-height:0;transition:flex-grow .8s cubic-bezier(.19,1,.22,1)}}@media(min-width:768px){.topStrengths__panel:hover,.topStrengths__panel:focus,.topStrengths__panel:focus-within{flex-grow:3}}.topStrengths__panel:hover .topStrengths__panelImage,.topStrengths__panel:focus .topStrengths__panelImage,.topStrengths__panel:focus-within .topStrengths__panelImage{transform:scale(1.06)}.topStrengths__panel:hover .topStrengths__panelLabel,.topStrengths__panel:focus .topStrengths__panelLabel,.topStrengths__panel:focus-within .topStrengths__panelLabel{opacity:0}.topStrengths__panel:hover .topStrengths__panelBody,.topStrengths__panel:focus .topStrengths__panelBody,.topStrengths__panel:focus-within .topStrengths__panelBody{opacity:1;transform:none}.topStrengths__panelImage{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;width:100%;height:100%;object-fit:cover;transform:scale(1.01);transition:transform .8s cubic-bezier(.19,1,.22,1)}.topStrengths__panelNum{position:absolute;top:1.5rem;left:1.5rem;z-index:2;font-size:clamp(1.5rem,2vw,2rem);line-height:1;color:#b2a295}.topStrengths__panelLabel{position:absolute;top:4.75rem;left:1rem;z-index:2;display:none;font-size:clamp(1.5rem,1.9vw,1.875rem);color:#fff;letter-spacing:.1em;writing-mode:vertical-rl;transition:opacity .4s cubic-bezier(.19,1,.22,1)}@media(min-width:768px){.topStrengths__panelLabel{display:block}}.topStrengths__panelBody{position:absolute;right:1.5rem;bottom:1.5rem;left:1.5rem;z-index:2;color:#fff}@media(min-width:768px){.topStrengths__panelBody{width:clamp(280px,40vw,500px);opacity:0;transform:translateY(.75rem);transition:opacity .5s cubic-bezier(.19,1,.22,1) .1s,transform .5s cubic-bezier(.19,1,.22,1) .1s}}.topStrengths__panelEn{margin-bottom:2px;color:#b2a295;letter-spacing:.12em;text-transform:uppercase}.topStrengths__panelTitle{margin-bottom:.5rem}.topStrengths__panelText{color:#ffffffd1;line-height:1.9}.topStrengths__flow{display:flex;flex-wrap:wrap;gap:6px 0;margin-bottom:.5rem;list-style:none}.topStrengths__flowStep{padding:2px 7px;border:1px solid rgba(255,255,255,.45);color:#ffffffeb;letter-spacing:.02em;white-space:nowrap}.topStrengths__flowStep+.topStrengths__flowStep{position:relative;margin-left:12px}.topStrengths__flowStep+.topStrengths__flowStep:before{content:"";position:absolute;top:50%;left:-9px;width:6px;height:6px;background-color:#b2a295;clip-path:polygon(0 0,100% 50%,0 100%);transform:translateY(-50%)}.topCases{padding-block:clamp(3.5rem,8vw,9.25rem);overflow:hidden;color:#101a22;background-color:#f0f0f2}@media(min-width:1024px){.topCases .cTitle1{margin-bottom:4rem}}.topCases .cTitle1__en{letter-spacing:.04em}.topCases__track{display:grid;gap:2.5rem;margin-bottom:0;grid-template-columns:repeat(3,minmax(0,1fr))}@media(max-width:767px){.topCases__track{display:flex;gap:1.5rem;margin-inline:calc(var(--layoutInset) * -1);margin-bottom:2.5rem;padding-inline:var(--layoutInset);overflow-x:auto;scroll-snap-type:x mandatory;scroll-padding-inline:var(--layoutInset);scrollbar-width:none;grid-template-columns:none;-webkit-overflow-scrolling:touch}.topCases__track::-webkit-scrollbar{display:none}}.topCases__card{min-width:0;overflow:hidden;background-color:#fff}@media(max-width:767px){.topCases__card{flex:0 0 min(78vw,320px);scroll-snap-align:start}}.topCases__cardImage img{width:100%;aspect-ratio:16/10;object-fit:cover;transition:transform .6s cubic-bezier(.19,1,.22,1)}.topCases__card:hover .topCases__cardImage img{transform:scale(1.04)}.topCases__cardBody{padding:1.5rem}.topCases__cardDate{margin-bottom:.5rem;opacity:.55}.topCases__cardTag{display:inline-block;margin-bottom:.5rem;padding:2px 8px;border:1px solid rgba(16,26,34,.2)}.topCases__cardTitle{color:#101a22}.topCases__progress{display:none;height:2px;margin-top:1.5rem;overflow:hidden;background-color:#101a221a}@media(max-width:767px){.topCases__progress{display:block}}.topCases__progressBar{width:var(--casesProgress, 35%);height:100%;background-color:#3d6b8c;transition:width .2s cubic-bezier(.19,1,.22,1)}.topContact{position:relative;display:flex;flex-flow:column nowrap;align-items:stretch;justify-content:flex-end;width:100%;min-height:100lvh;padding:var(--layoutInset);color:#fff;background-color:#000;overflow:hidden;z-index:1}.topContact__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.topContact__bg:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#00000026,#0000008c 45%,#000000eb)}.topContact__bg img{display:block;width:100%;height:100%;object-fit:cover;object-position:center 35%}.topContact__inner{position:relative;z-index:1;display:flex;flex-direction:column;gap:clamp(2.5rem,6vw,4rem);width:100%}.topContact__head{margin-bottom:0}.topContact__body{display:flex;flex-direction:column;gap:clamp(2rem,5vw,3.5rem)}@media(min-width:1024px){.topContact__body{flex-direction:row;align-items:flex-end;justify-content:space-between;gap:clamp(2rem,6vw,5rem)}}.topContact__catch{flex:1 1 auto;max-width:52rem;padding-left:clamp(1rem,2vw,1.5rem);border-left:2px solid #b2a295;opacity:0;transform:translateY(2rem);transition:opacity 1.2s cubic-bezier(.19,1,.22,1),transform 1.2s cubic-bezier(.19,1,.22,1)}.topContact__catch.isVisible{opacity:1;transform:translateY(0)}.topContact__catchEn{margin-top:1.5rem;color:#ffffffb8}.topContact__desc{margin-top:2.5rem;max-width:36rem;color:#ffffffc7}.topContact__btn{flex:0 0 auto;width:100%;max-width:28rem}@media(min-width:1024px){.topContact__btn{width:min(38%,28rem)}}.topContact__btn .blockBtn:before{background-color:#fff6}.topContact__btn .blockBtn:after{background-color:#fff}.topContact__btn .blockBtn .blockBtn__arrowBox:before{background-color:#0003}.topContact__btn .blockBtn .blockBtn__arrowBox:after{background-color:#000}.topContact__btn .blockBtn .blockBtn__arrowIcon{background-color:#05f}.siteFooter{position:relative;color:#ffffff80;background-color:#000}.siteFooter__contents{position:relative;width:100%}.siteFooter__main{position:relative;padding-block:var(--layoutInset);transform:translateZ(0);will-change:transform;z-index:0}.siteFooter__inner{display:flex;flex-direction:column;gap:2.5rem;padding-inline:var(--layoutInset)}@media(min-width:768px){.siteFooter__inner{flex-direction:row;justify-content:space-between;align-items:flex-end}}.siteFooter__bottom{display:flex;flex-direction:column;gap:1rem;align-items:flex-start}@media(min-width:768px){.siteFooter__bottom{align-items:flex-end}}.siteFooter__navLink{color:#ffffff8c;transition:color .35s cubic-bezier(.19,1,.22,1)}.siteFooter__navLink:hover{color:#fff}.siteFooter__brand,.siteFooter__logo{display:inline-flex}.siteFooter__logoImg{display:block;width:auto;height:28px}@media(min-width:768px){.siteFooter__logoImg{height:32px}}.lower-inner{max-width:1320px;margin-inline:auto}.lowerRule{display:flex;align-items:center;gap:1rem;margin-top:clamp(1.3rem,2.5vw,1.8rem);margin-bottom:clamp(1.3rem,2.5vw,1.8rem)}.lowerRule__bar{width:clamp(3rem,6vw,4.5rem);height:2px;background-color:#b2a295}.lowerRule__line{flex:1;max-width:16rem;height:1px;background-color:#101a221f}.lowerEyebrow{display:inline-flex;align-items:center;gap:.7rem;color:#3d6b8c;letter-spacing:.2em;text-transform:uppercase}.lowerEyebrow:before{content:"";width:2.2rem;height:1px;background-color:currentColor}.lowerEyebrow--brown{color:#b2a295}.lowerHero{position:relative;display:flex;align-items:flex-end;min-height:clamp(24rem,62vh,38rem);padding:0 var(--layoutInset) clamp(3rem,6vw,4.5rem);overflow:hidden;color:#fff;background-color:#0c1a2e}.lowerHero__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center 42%}.lowerHero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0c1a2e9e,#0c1a2e94 42%,#0c1a2ef0)}.lowerHero__guides{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none}.lowerHero__guide{position:absolute;top:0;bottom:0;width:1px;background-color:#ffffff0d}.lowerHero__guide:nth-child(1){left:20%}.lowerHero__guide:nth-child(2){left:40%}.lowerHero__guide:nth-child(3){left:60%}.lowerHero__guide:nth-child(4){left:80%}.lowerHero__ghost{position:absolute;right:0;bottom:clamp(-2.5rem,-2.4vw,-1.2rem);z-index:1;font-family:Outfit,sans-serif;font-weight:700;font-size:clamp(6rem,17vw,15rem);line-height:.8;letter-spacing:.02em;text-transform:uppercase;white-space:nowrap;color:transparent;-webkit-text-stroke:1px rgba(255,255,255,.09);pointer-events:none}.lowerHero__side{position:absolute;top:clamp(6rem,14vh,9rem);right:var(--layoutInset);z-index:2;display:none;flex-direction:column;align-items:center;gap:1rem;pointer-events:none}@media(min-width:768px){.lowerHero__side{display:flex}}.lowerHero__sideTick{width:1px;height:clamp(2.5rem,6vh,4rem);background:linear-gradient(180deg,#b2a295,#b2a29500)}.lowerHero__sideLabel{writing-mode:vertical-rl;font-family:Outfit,sans-serif;font-size:.7rem;letter-spacing:.32em;text-transform:uppercase;color:#fff9}.lowerHero__inner{position:relative;z-index:3;width:100%}.lowerHero__eyebrow{margin-bottom:.9rem;color:#b2a295;font-size:.875rem}.lowerHero__title{line-height:.95;letter-spacing:.01em}.lowerHero__sub{margin-top:.85rem;font-size:1.375rem;font-weight:500;letter-spacing:.06em;color:#ffffffe6}.lowerHero__scroll{position:absolute;right:var(--layoutInset);bottom:clamp(2rem,4vw,3rem);z-index:3;display:flex;align-items:center;gap:.7rem;pointer-events:none}.lowerHero__scrollLabel{font-family:Outfit,sans-serif;font-size:.65rem;letter-spacing:.28em;text-transform:uppercase;color:#ffffffa6}.lowerHero__scrollTrack{position:relative;width:2.6rem;height:1px;overflow:hidden;background-color:#ffffff47}.lowerHero__scrollDot{position:absolute;inset:0 auto 0 0;width:.9rem;background-color:#b2a295;animation:lowerScrollDot 2.4s cubic-bezier(.19,1,.22,1) infinite}@keyframes lowerScrollDot{0%{transform:translate(-100%)}50%{transform:translate(180%)}to{transform:translate(-100%)}}.breadcrumb{display:flex;align-items:center;gap:.6rem;margin-bottom:clamp(1.5rem,4vw,2.5rem);font-size:.75rem;letter-spacing:.04em;color:#ffffffb3}.breadcrumb__home{font-family:Outfit,sans-serif;text-transform:uppercase}.breadcrumb__sep{opacity:.5}.lowerLead{padding:clamp(4rem,9vw,7rem) 0 clamp(1rem,3vw,2rem)}.lowerLead__block{position:relative}.lowerLead__ghost{position:absolute;top:-2.6rem;left:-.4rem;z-index:0;font-family:Outfit,sans-serif;font-weight:700;font-size:clamp(4rem,10vw,8rem);line-height:.8;text-transform:uppercase;white-space:nowrap;color:transparent;-webkit-text-stroke:1px rgba(16,26,34,.07);pointer-events:none}.lowerLead__eyebrow{position:relative;margin-bottom:1.3rem;font-size:.875rem}.lowerLead__title{position:relative;font-size:clamp(1.6rem,3.4vw,2.4rem);font-weight:500;line-height:1.55;letter-spacing:.02em;color:#101a22}.lowerLead__body{margin-top:clamp(1.8rem,4vw,2.8rem);font-size:1.0625rem;line-height:2;color:#46505d}.companyTable{padding:0 0 clamp(4rem,9vw,7rem)}.companyTable__list{border-top:1px solid rgba(16,26,34,.14)}.companyTable__row{display:grid;grid-template-columns:1fr;gap:4px;padding-block:1.1rem;border-bottom:1px solid rgba(16,26,34,.1)}@media(min-width:768px){.companyTable__row{grid-template-columns:240px 1fr;gap:1.5rem;padding-block:1.6rem;align-items:baseline}}.companyTable__label{display:flex;align-items:center;gap:.75rem;font-weight:500;letter-spacing:.02em}.companyTable__marker{flex-shrink:0;width:7px;height:7px;background-color:#b2a295;clip-path:polygon(0 0,100% 50%,0 100%)}.companyTable__value{font-size:1.0625rem}@media(max-width:767px){.companyTable__value{padding-left:0;margin-inline-start:0}}.companyTable__value--en{font-family:Outfit,sans-serif;letter-spacing:.02em}.companyTable__biz{display:flex;flex-direction:column;gap:.55rem}.companyTable__bizItem{position:relative;padding-left:calc(22px + 1rem)}.companyTable__bizItem:before{content:"";position:absolute;top:.95em;left:0;width:22px;height:1px;background-color:#3d6b8c}.bizList{padding:clamp(1rem,2vw,2rem) 0 clamp(4rem,9vw,7rem)}.bizList__wrap{border-bottom:1px solid rgba(16,26,34,.12)}.bizList__item{border-top:1px solid rgba(16,26,34,.12);padding-block:clamp(2.5rem,5vw,4rem)}.bizList__row{display:grid;grid-template-columns:1fr;gap:1.2rem}@media(min-width:768px){.bizList__row{grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);gap:clamp(2rem,5vw,4.5rem);align-items:start}}.bizList__head{display:flex;align-items:baseline;gap:1rem}.bizList__num{font-family:Outfit,sans-serif;font-weight:700;font-size:clamp(2.4rem,4.5vw,3.6rem);line-height:.8;color:transparent;-webkit-text-stroke:1px rgba(178,162,149,.95)}.bizList__en{color:#3d6b8c;font-family:Outfit,sans-serif;font-size:.8rem;letter-spacing:.14em;text-transform:uppercase}.bizList__title{margin-top:1rem;font-size:clamp(1.4rem,2.6vw,1.9rem);font-weight:500;letter-spacing:.02em}.bizList__text{font-size:1rem;line-height:2;color:#46505d}.bizList__tags{display:flex;flex-wrap:wrap;gap:.6rem;margin-top:1.5rem}.bizList__tag{padding:.35rem .9rem;border:1px solid rgba(16,26,34,.2);font-size:.8rem;letter-spacing:.02em}.lowerNote{margin-top:clamp(2rem,4vw,3rem);font-size:.9rem;color:#46505d;opacity:.75}.mission{position:relative;padding:clamp(4.5rem,10vw,8rem) var(--layoutInset);overflow:hidden;color:#fff;background-color:#0c1a2e}.mission__ghost{position:absolute;top:clamp(2rem,5vw,4rem);right:clamp(-.5rem,0vw,1rem);font-family:Outfit,sans-serif;font-weight:700;font-size:clamp(5rem,13vw,11rem);line-height:.8;text-transform:uppercase;white-space:nowrap;color:transparent;-webkit-text-stroke:1px rgba(255,255,255,.06);pointer-events:none}.mission__inner{position:relative;z-index:1}.mission__eyebrow{margin-bottom:clamp(1.5rem,3vw,2.2rem);color:#b2a295;font-size:.875rem}.mission__statement{font-size:clamp(2rem,5vw,3.75rem);font-weight:500;line-height:1.4;letter-spacing:.02em}.mission__body{margin-top:clamp(2rem,4vw,3rem);max-width:52rem;font-size:1.0625rem;line-height:2;color:#ffffffbf}.vision{padding-block:clamp(4.5rem,10vw,8rem);padding-inline:var(--layoutInset)}@media(max-width:1023px){.vision{padding-inline:0}}.vision__grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:1024px){.vision__grid{grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:clamp(2rem,6vw,5rem);align-items:start}}.vision__eyebrow{margin-bottom:1.2rem}.vision__labelEn{color:#101a22}.vision__labelJa{margin-top:.4rem;color:#101a22}.vision__title{color:#101a22}.vision__text{color:#46505d}.message{padding-block:clamp(4.5rem,10vw,8rem);padding-inline:var(--layoutInset);border-top:1px solid rgba(16,26,34,.1)}@media(max-width:1023px){.message{padding-inline:0}}.message__grid{display:grid;grid-template-columns:1fr;gap:1.8rem}@media(min-width:768px){.message__grid{grid-template-columns:minmax(280px,360px) 1fr;gap:clamp(2.2rem,5vw,4.5rem);align-items:start}}.message__figure{position:relative}.message__imgWrap{position:relative;overflow:hidden;background-color:#f0f0f2}.message__img{width:100%;aspect-ratio:3/4;object-fit:cover;object-position:center 18%}.message__frameBr{position:absolute;right:-.55rem;bottom:-.55rem;width:clamp(2.8rem,5vw,3.6rem);height:clamp(2.8rem,5vw,3.6rem);border-right:2px solid #b2a295;border-bottom:2px solid #b2a295}.message__frameTl{position:absolute;top:-.55rem;left:-.55rem;width:clamp(2.8rem,5vw,3.6rem);height:clamp(2.8rem,5vw,3.6rem);border-top:2px solid rgba(61,107,140,.55);border-left:2px solid rgba(61,107,140,.55)}.message__eyebrow{margin-bottom:1.2rem;font-size:.875rem}.message__title{font-size:clamp(1.6rem,3.4vw,2.4rem);font-weight:500;line-height:1.5;letter-spacing:.02em;color:#101a22}.message__text{display:flex;flex-direction:column;gap:1.4rem;font-size:1.0625rem;line-height:2;color:#46505d}.message__sign{margin-top:clamp(2rem,4vw,2.8rem);text-align:right}.message__signRole{font-size:.9rem;letter-spacing:.04em;color:#46505d}.message__signName{margin-top:.35rem;font-size:clamp(1.4rem,2.4vw,1.85rem);font-weight:500;letter-spacing:.1em;color:#101a22}.values{padding:clamp(4.5rem,10vw,8rem) var(--layoutInset);background-color:#f0f0f2}.values__head{margin-bottom:clamp(2.5rem,5vw,4rem)}.values__eyebrow{margin-bottom:1rem;font-size:.875rem}.values__title{font-size:clamp(1.5rem,3vw,2.15rem);font-weight:500;letter-spacing:.02em;color:#101a22}.values__grid{display:grid;grid-template-columns:1fr;gap:1px;background-color:#101a221a;border:1px solid rgba(16,26,34,.1)}@media(min-width:768px){.values__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.values__item{padding:clamp(1.8rem,3vw,2.6rem);background-color:#f0f0f2}.values__num{display:block;font-family:Outfit,sans-serif;font-weight:700;font-size:clamp(2.6rem,5vw,3.8rem);line-height:.8;color:transparent;-webkit-text-stroke:1px rgba(178,162,149,.95)}.values__en{margin-top:1rem;color:#3d6b8c;font-family:Outfit,sans-serif;font-size:.75rem;letter-spacing:.14em;text-transform:uppercase}.values__itemTitle{margin-top:.5rem;font-size:1.3rem;font-weight:500}.values__text{margin-top:.9rem;font-size:.95rem;line-height:1.9;color:#46505d}.contact{padding:clamp(4rem,9vw,7rem) 0}.contact__grid{display:grid;grid-template-columns:1fr;gap:2.5rem}@media(min-width:1024px){.contact__grid{grid-template-columns:minmax(0,.78fr) minmax(0,1.22fr);gap:clamp(3rem,7vw,6rem);align-items:start}}.contact__eyebrow{margin-bottom:1.2rem;font-size:.875rem}.contact__infoTitle{font-size:clamp(1.5rem,3vw,2.15rem);font-weight:500;line-height:1.5;letter-spacing:.02em;color:#101a22}.contact__infoLead{margin-top:1.4rem;font-size:1rem;line-height:2;color:#46505d}.contact__infoList{margin-top:clamp(2rem,4vw,3rem);border-top:1px solid rgba(16,26,34,.12)}.contact__infoItem{display:flex;flex-direction:column;gap:.3rem;padding-block:1.3rem;border-bottom:1px solid rgba(16,26,34,.1)}.contact__infoLabel{color:#3d6b8c;font-family:Outfit,sans-serif;font-size:.72rem;letter-spacing:.14em;text-transform:uppercase}.contact__infoValue{font-size:.95rem;line-height:1.8;color:#101a22}.contact__infoValue--tel{font-family:Outfit,sans-serif;font-size:1.4rem;font-weight:500;letter-spacing:.02em}.contact__form{display:flex;flex-direction:column;gap:clamp(1.4rem,2.5vw,1.8rem)}.contact__rowGrid{display:grid;grid-template-columns:1fr;column-gap:clamp(1.6rem,3vw,2.2rem);row-gap:clamp(1.4rem,2.5vw,1.8rem)}@media(min-width:768px){.contact__rowGrid{grid-template-columns:1fr 1fr}}.contact__field{display:flex;flex-direction:column;gap:.55rem}.contact__label{display:flex;align-items:center;gap:.5rem;font-size:.9rem;font-weight:500}.contact__req{padding:.12rem .4rem;font-family:Outfit,sans-serif;font-size:.62rem;letter-spacing:.08em;color:#fff;background-color:#b2a295}.contact__input,.contact__textarea{width:100%;padding:.85rem 1rem;font:inherit;color:#101a22;background-color:#fff;border:1px solid rgba(16,26,34,.2);border-radius:0;transition:border-color .25s cubic-bezier(.19,1,.22,1)}.contact__input::placeholder,.contact__textarea::placeholder{color:#101a2252}.contact__input:focus,.contact__textarea:focus{border-color:#05f;outline:none}.contact__textarea{resize:vertical}.contact__consent{display:flex;align-items:flex-start;gap:.7rem;padding:1rem 1.1rem;background-color:#f0f0f2;cursor:pointer}.contact__consent .wpcf7-form-control-wrap{flex-shrink:0;width:auto}.contact__consentBox{margin-top:.35em;width:18px;height:18px;flex-shrink:0;accent-color:#0055ff}.contact__consentText{font-size:.9rem;line-height:1.7;color:#46505d}.contact__consentText a{color:#245ca6;text-decoration:underline;text-underline-offset:2px}.contact__submit{display:inline-flex;align-items:center;justify-content:center;gap:1rem;min-width:min(100%,20rem);margin-top:.6rem;padding:1.15rem 2rem;color:#fff;background-color:#0c1a2e;border:none;cursor:pointer;transition:background-color .3s cubic-bezier(.19,1,.22,1),color .3s cubic-bezier(.19,1,.22,1),border-color .3s cubic-bezier(.19,1,.22,1)}.contact__submit:hover:not(:disabled){background-color:#172531}.contact__submit:disabled{color:#46505d;background-color:#f0f0f2;border:1px solid rgba(16,26,34,.18);cursor:not-allowed}.contact__submitArrow{position:relative;width:20px;height:12px}.contact__submitArrow:before{content:"";position:absolute;top:50%;right:0;width:9px;height:9px;background-color:#b2a295;clip-path:polygon(0 0,100% 50%,0 100%);transform:translateY(-50%)}.contact__submitArrow:after{content:"";position:absolute;top:50%;left:0;right:6px;height:1px;background-color:#ffffff80;transform:translateY(-50%)}.contact__note{margin-top:1rem;font-size:.85rem;color:#46505d;opacity:.8}.contact__formWrap .wpcf7{width:100%}.contact__formWrap .wpcf7 .hidden-fields-container{display:none}.contact__formWrap .wpcf7 .screen-reader-response{position:absolute;overflow:hidden;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);width:1px;height:1px;margin:-1px;padding:0;border:0}.contact__formWrap .wpcf7-form-control-wrap{display:block;width:100%}.contact__formWrap .wpcf7-form-control-wrap .wpcf7-not-valid-tip{margin-top:.35rem;font-size:.8rem;color:#b2a295}.contact__formWrap .wpcf7-response-output{margin:0 0 1rem;padding:0;font-size:.9rem;line-height:1.7;border:none}.contact__formWrap .wpcf7-form.init .wpcf7-response-output,.contact__formWrap .wpcf7-form.resetting .wpcf7-response-output,.contact__formWrap .wpcf7-form.submitting .wpcf7-response-output,.contact__formWrap .wpcf7-response-output:empty{display:none;margin:0}.contact__formWrap .wpcf7-form.sent .wpcf7-response-output{color:#101a22}.contact__formWrap .wpcf7-form.invalid .wpcf7-response-output,.contact__formWrap .wpcf7-form.unaccepted .wpcf7-response-output,.contact__formWrap .wpcf7-form.failed .wpcf7-response-output,.contact__formWrap .wpcf7-form.aborted .wpcf7-response-output,.contact__formWrap .wpcf7-form.spam .wpcf7-response-output{color:#b2a295}.contact__formWrap .wpcf7-spinner{display:none}.contact__formWrap .contact__rowGrid>p{display:contents;margin:0}.contact__formWrap .contact__consent>p{display:flex;align-items:flex-start;flex-wrap:nowrap;gap:.7rem;width:100%;margin:0}.contact__formWrap .contact__consent{display:flex;align-items:flex-start;flex-wrap:nowrap;gap:.7rem}.contact__formWrap .contact__consent>.wpcf7-form-control-wrap,.contact__formWrap .contact__consent>p>.wpcf7-form-control-wrap{display:inline-flex;width:auto;flex:0 0 auto}.contact__formWrap .contact__consent .wpcf7-acceptance,.contact__formWrap .contact__consent .wpcf7-list-item{display:inline-flex;align-items:flex-start;margin:0}.contact__formWrap .contact__consent .contact__consentBox{margin-top:.2em}.contact__formWrap .contact__consent .contact__consentText{flex:1;min-width:0}.contact__formWrap .contact__submit.wpcf7-submit{position:relative;padding-right:3.5rem;font:inherit}.contact__formWrap .contact__submit.wpcf7-submit:before{content:"";position:absolute;top:50%;right:2rem;width:9px;height:9px;background-color:#b2a295;clip-path:polygon(0 0,100% 50%,0 100%);transform:translateY(-50%);transition:background-color .3s cubic-bezier(.19,1,.22,1),opacity .3s cubic-bezier(.19,1,.22,1)}.contact__formWrap .contact__submit.wpcf7-submit:after{content:"";position:absolute;top:50%;right:2.85rem;left:auto;width:14px;height:1px;background-color:#ffffff80;transform:translateY(-50%);transition:background-color .3s cubic-bezier(.19,1,.22,1),opacity .3s cubic-bezier(.19,1,.22,1)}.contact__formWrap .contact__submit.wpcf7-submit:disabled{color:#46505d;background-color:#f0f0f2;border:1px solid rgba(16,26,34,.18);cursor:not-allowed}.contact__formWrap .contact__submit.wpcf7-submit:disabled:before{background-color:#b2a2958c}.contact__formWrap .contact__submit.wpcf7-submit:disabled:after{background-color:#101a2238}.contact__formWrap .wpcf7-form.submitting .contact__submit.wpcf7-submit{color:#fffc;background-color:#0c1a2e80;cursor:wait}.privacy{padding:clamp(4rem,9vw,7rem) 0}.privacy__inner{max-width:64rem;margin-inline:auto}.privacy__lead{font-size:1.0625rem;line-height:2;color:#46505d}.privacy__sections{margin-top:clamp(2.5rem,5vw,4rem);border-top:1px solid rgba(16,26,34,.14)}.privacy__section{padding-block:clamp(2rem,4vw,2.8rem);border-bottom:1px solid rgba(16,26,34,.1)}.privacy__head{display:flex;align-items:baseline;gap:1rem;margin-bottom:.9rem}.privacy__num{font-family:Outfit,sans-serif;font-weight:600;font-size:1rem;letter-spacing:.06em;color:#b2a295}.privacy__title{font-size:clamp(1.2rem,2.2vw,1.5rem);font-weight:500;letter-spacing:.02em}.privacy__body{font-size:1rem;line-height:2;color:#46505d}.privacy__list{margin-top:1.1rem;display:flex;flex-direction:column;gap:.6rem}.privacy__listItem{position:relative;padding-left:calc(22px + 1rem);font-size:1rem;color:#46505d}.privacy__listItem:before{content:"";position:absolute;top:.95em;left:0;width:22px;height:1px;background-color:#3d6b8c}.privacy__box{margin-top:1.2rem;padding:1.4rem 1.6rem;background-color:#f0f0f2}.privacy__boxName{font-weight:500}.privacy__boxDetail{margin-top:.4rem;font-size:.95rem;line-height:1.9;color:#46505d}.privacy__meta{margin-top:clamp(2.5rem,5vw,3.5rem);display:flex;flex-direction:column;gap:.3rem;font-size:.95rem;color:#46505d}.pageCta{position:relative;display:flex;flex-direction:column;justify-content:flex-end;min-height:clamp(28rem,55vh,40rem);padding:var(--layoutInset);overflow:hidden;color:#fff;background-color:#000}.pageCta__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.pageCta__bg img{width:100%;height:100%;object-fit:cover;object-position:center 35%}.pageCta__bg:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#00000026,#0000008c 45%,#000000eb)}.pageCta__inner{position:relative;z-index:1;display:flex;flex-direction:column;gap:clamp(2.5rem,6vw,4rem);width:100%}.pageCta__body{display:flex;flex-direction:column;gap:clamp(2rem,5vw,3.5rem)}@media(min-width:1024px){.pageCta__body{flex-direction:row;align-items:flex-end;justify-content:space-between;gap:clamp(2rem,6vw,5rem)}}.pageCta__catch{flex:1 1 auto;max-width:52rem;padding-left:clamp(1rem,2vw,1.5rem);border-left:2px solid #b2a295}.pageCta__catchEn{margin-top:1.5rem;color:#ffffffb8}.pageCta__desc{margin-top:2.5rem;max-width:36rem;color:#ffffffc7;line-height:1.45}.pageCta__btn{flex:0 0 auto;width:100%;max-width:28rem}@media(min-width:1024px){.pageCta__btn{width:min(38%,28rem)}}.pageCta__btn .blockBtn:before{background-color:#fff6}.pageCta__btn .blockBtn:after{background-color:#fff}
