.site-header{position:fixed;top:0;left:0;width:100%;height:92px;padding:0;z-index:11;display:flex;align-items:center;justify-content:flex-end;font-family:Noto Sans JP,Hiragino Sans,Hiragino Kaku Gothic ProN,Yu Gothic,system-ui,sans-serif;color:#14243f;background-color:#f7f7f7;border-bottom:1px solid rgba(20,36,63,.08);transition:background-color .3s ease,border-color .3s ease,box-shadow .3s ease,-webkit-backdrop-filter .3s ease;transition:background-color .3s ease,border-color .3s ease,backdrop-filter .3s ease,box-shadow .3s ease;transition:background-color .3s ease,border-color .3s ease,backdrop-filter .3s ease,box-shadow .3s ease,-webkit-backdrop-filter .3s ease}.site-header--transparent{background-color:rgba(247,247,247,0);border-bottom-color:rgba(0,0,0,0)}.site-header--solid{background-color:rgba(247,247,247,.94);backdrop-filter:saturate(180%) blur(14px);-webkit-backdrop-filter:saturate(180%) blur(14px);box-shadow:0 1px 2px rgba(20,36,63,.06),0 4px 16px rgba(20,36,63,.05)}.site-header--menu-open{background-color:#f7f7f7;border-bottom-color:rgba(0,0,0,0);backdrop-filter:none;-webkit-backdrop-filter:none;box-shadow:none}@media(max-width:1200px){.site-header{height:74px}}.site-header__bar{width:95%;height:100%;padding-left:20px;display:flex;align-items:center;justify-content:space-between;gap:clamp(10px,1.2vw,24px)}@media(max-width:992px){.site-header__bar{width:100%;padding-left:16px}}@media(max-width:576px){.site-header__bar{position:relative;padding-left:74px;padding-right:0;justify-content:flex-end}}.site-header__logo{flex-shrink:0;display:inline-flex;align-items:center;text-decoration:none}.site-header__logo img{height:44px;width:auto;display:block}@media(max-width:1200px){.site-header__logo{height:100%;padding:16px 0}.site-header__logo img{height:100%;width:auto}}@media(max-width:576px){.site-header__logo{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);height:auto;padding:0}.site-header__logo img{height:42px;width:auto}}.primary-nav{flex:1 1;min-width:0;height:100%;display:flex;align-items:stretch;justify-content:center;column-gap:clamp(10px,1.2vw,24px)}@media(max-width:1200px){.primary-nav{display:none}}.primary-nav__divider{width:1px;align-self:center;height:56px;background:linear-gradient(180deg,rgba(20,36,63,0) 0,rgba(20,36,63,.18) 20%,rgba(20,36,63,.18) 80%,rgba(20,36,63,0));flex-shrink:0}.primary-nav__group{--group-accent:#81C7FB;--group-accent-soft:rgba(129,199,251,0.16);--group-accent-on-dark:#81C7FB;display:flex;flex-direction:column;justify-content:center;gap:12px;padding:12px clamp(4px,.4vw,10px)}.primary-nav__group--corporate{--group-accent:#ce6b0f;--group-accent-soft:rgba(206,107,15,0.14);--group-accent-on-dark:#ce6b0f}.primary-nav__group--shared{--group-accent:#14243F;--group-accent-soft:rgba(20,36,63,0.08);--group-accent-on-dark:#81C7FB}.primary-nav__eyebrow{display:inline-flex;align-items:center;gap:8px;padding-left:2px;white-space:nowrap;line-height:1}.primary-nav__dot{width:7px;height:7px;border-radius:999px;background-color:var(--group-accent);box-shadow:0 0 0 3px var(--group-accent-soft);flex-shrink:0}.primary-nav__eyebrow-ja{font-size:12px;font-weight:700;color:#14243f;letter-spacing:.04em;line-height:1}.primary-nav__eyebrow-en{font-size:10px;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:rgba(20,36,63,.55);line-height:1;padding-left:8px;border-left:1px solid rgba(20,36,63,.18)}.primary-nav__list{display:flex;align-items:center;gap:clamp(2px,.4vw,8px);list-style:none;margin:0;padding:0}.primary-nav__item{position:static;display:flex;align-items:center}.primary-nav__link{position:relative;display:inline-flex;align-items:center;padding:8px clamp(6px,.7vw,12px);color:#14243f;font-size:clamp(13px,.92vw,15px);font-weight:600;letter-spacing:.02em;line-height:1;white-space:nowrap;text-decoration:none;border-radius:8px;transition:color .2s ease,background-color .2s ease}.primary-nav__link .primary-nav__link-underline{position:absolute;left:clamp(6px,.7vw,12px);right:clamp(6px,.7vw,12px);bottom:3px;height:2px;background-color:var(--group-accent);border-radius:999px;transform:scaleX(0);transform-origin:left center;transition:transform .3s cubic-bezier(.2,.7,.2,1)}.primary-nav__link:hover{color:#14243f;background-color:var(--group-accent-soft)}.primary-nav__link:hover .primary-nav__link-underline{transform:scaleX(1)}.primary-nav__item.is-active .primary-nav__link{background-color:var(--group-accent-soft)}.primary-nav__item.is-active .primary-nav__link .primary-nav__link-underline{transform:scaleX(1)}.mega-dropdown{position:absolute;top:100%;left:0;right:0;width:100%;background-color:#14243f;box-shadow:0 14px 48px rgba(20,36,63,.28);opacity:0;visibility:hidden;transform:translateY(-10px);transition:opacity .24s ease,transform .3s cubic-bezier(.2,.7,.2,1),visibility .24s;z-index:6;color:#fff;overflow:hidden}.mega-dropdown:before{content:"";position:absolute;top:0;left:0;width:100%;height:2px;background:linear-gradient(90deg,#127ED2,#44E1F2);opacity:.9}.mega-dropdown:after{content:"";position:absolute;top:-10%;right:-6%;width:40%;height:160%;background:radial-gradient(ellipse at center,rgba(206,107,15,.18) 0,rgba(206,107,15,0) 60%);pointer-events:none;z-index:0}.mega-dropdown.is-open{opacity:1;visibility:visible;transform:translateY(0)}.mega-dropdown__inner{position:relative;z-index:1;width:95%;max-width:1400px;margin-left:auto;padding:64px clamp(32px,5vw,80px) 72px 20px;display:grid;grid-template-columns:minmax(320px,1fr) minmax(0,1.35fr);grid-column-gap:clamp(48px,6vw,96px);column-gap:clamp(48px,6vw,96px);grid-row-gap:32px;row-gap:32px}@media(max-width:992px){.mega-dropdown__inner{grid-template-columns:1fr;padding:40px 24px 48px;width:100%;column-gap:24px;row-gap:24px}}.mega-dropdown__feature{display:flex;flex-direction:column;text-decoration:none;color:inherit;position:relative;max-width:460px}.mega-dropdown__feature-eyebrow{display:inline-flex;align-items:center;gap:10px;font-size:11px;font-weight:700;letter-spacing:.24em;text-transform:uppercase;color:hsla(0,0%,100%,.7);line-height:1}.mega-dropdown__feature-dot{width:7px;height:7px;border-radius:999px;background-color:var(--group-accent-on-dark);box-shadow:0 0 0 3px hsla(0,0%,100%,.08)}.mega-dropdown__feature-heading{margin:20px 0 6px;font-size:clamp(30px,3.2vw,48px);font-weight:700;line-height:1.15;letter-spacing:-.015em;color:#fff}.mega-dropdown__feature-subtitle{display:block;font-size:12px;font-weight:600;letter-spacing:.22em;text-transform:uppercase;color:hsla(0,0%,100%,.55)}.mega-dropdown__feature-rule{display:block;width:56px;height:2px;margin:24px 0 20px;background-color:#ce6b0f;border-radius:999px;transition:width .35s cubic-bezier(.2,.7,.2,1)}.mega-dropdown__feature-desc{margin:0;font-size:14px;font-weight:400;line-height:1.8;color:hsla(0,0%,100%,.72)}.mega-dropdown__feature-link{margin-top:28px;display:inline-flex;align-items:center;gap:10px;width:-moz-fit-content;width:fit-content;padding-bottom:4px;font-size:13px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:#fff;border-bottom:1px solid hsla(0,0%,100%,.6);transition:color .25s ease,border-color .25s ease,gap .3s cubic-bezier(.2,.7,.2,1)}.mega-dropdown__feature-link svg{font-size:11px;transition:transform .3s cubic-bezier(.2,.7,.2,1)}.mega-dropdown__feature:hover .mega-dropdown__feature-rule{width:96px}.mega-dropdown__feature:hover .mega-dropdown__feature-link{color:#ce6b0f;border-color:#ce6b0f;gap:14px}.mega-dropdown__feature:hover .mega-dropdown__feature-link svg{transform:translateX(4px)}.mega-dropdown__links{list-style:none;margin:0;counter-reset:none;align-self:start;padding:4px 0 0}.mega-dropdown__link-row{border-top:1px solid hsla(0,0%,100%,.12)}.mega-dropdown__link-row:last-child{border-bottom:1px solid hsla(0,0%,100%,.12)}.mega-dropdown__link-row a{position:relative;display:grid;grid-template-columns:auto 1fr auto;align-items:center;grid-gap:clamp(16px,1.5vw,28px);gap:clamp(16px,1.5vw,28px);padding:22px 4px 22px 12px;color:#fff;text-decoration:none;line-height:1.2;transition:padding .35s cubic-bezier(.2,.7,.2,1),color .25s ease;overflow:hidden}.mega-dropdown__link-row a:before{content:"";position:absolute;left:0;top:0;width:3px;height:100%;background-color:#ce6b0f;transform:scaleY(0);transform-origin:center top;transition:transform .35s cubic-bezier(.2,.7,.2,1)}.mega-dropdown__link-row a:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(206,107,15,.18) 0,rgba(206,107,15,0) 70%);opacity:0;transition:opacity .3s ease;pointer-events:none}.mega-dropdown__link-row .mega-dropdown__link-num{position:relative;z-index:1;font-size:12px;font-weight:700;letter-spacing:.18em;color:hsla(0,0%,100%,.5);font-feature-settings:"tnum" 1;transition:color .25s ease;min-width:26px}.mega-dropdown__link-row .mega-dropdown__link-label{position:relative;z-index:1;font-size:clamp(16px,1.15vw,19px);font-weight:500;letter-spacing:.02em;color:#fff}.mega-dropdown__link-row .mega-dropdown__link-arrow{position:relative;z-index:1;font-size:13px;color:hsla(0,0%,100%,.5);transition:transform .35s cubic-bezier(.2,.7,.2,1),color .25s ease}.mega-dropdown__link-row a:hover{padding-left:24px;color:#fff}.mega-dropdown__link-row a:hover:before{transform:scaleY(1)}.mega-dropdown__link-row a:hover:after{opacity:1}.mega-dropdown__link-row a:hover .mega-dropdown__link-num{color:#ce6b0f}.mega-dropdown__link-row a:hover .mega-dropdown__link-arrow{color:#ce6b0f;transform:translateX(8px)}.site-header__cta{flex-shrink:0;width:10dvw;min-width:112px;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:6px;padding:0 16px;background-color:#14243f;color:#fff;text-decoration:none;letter-spacing:.12em;transition:background-color .25s ease,color .25s ease}.site-header__cta svg{font-size:1.4rem;color:#fff;transition:color .25s ease}.site-header__cta span{font-size:.95rem;font-weight:700;color:#fff;white-space:nowrap;transition:color .25s ease}.site-header__cta:hover{background-color:#81c7fb}.site-header__cta:hover span,.site-header__cta:hover svg{color:#14243f}@media(max-width:992px){.site-header__cta{min-width:96px}.site-header__cta svg{font-size:1.2rem}.site-header__cta span{font-size:.8rem;letter-spacing:.08em}}.site-header--transparent .primary-nav__eyebrow-ja,.site-header--transparent .primary-nav__link{color:#14243f}.site-header--transparent .primary-nav__eyebrow-en{color:rgba(20,36,63,.55)}footer{width:100%;display:flex;justify-content:end;align-items:center;position:relative;z-index:1100}footer .footer-wrapper{width:95%;display:flex;flex-direction:column;justify-content:center}@media(max-width:992px){footer .footer-wrapper{width:100%}}footer .footer-wrapper .footer-top{width:100%;display:flex;flex-direction:column;justify-content:space-between}footer .footer-wrapper .footer-top .footer-box{padding:120px 0;width:100%;background-color:#14243f;transition:all .5s ease;text-decoration:none;display:flex;align-items:center;justify-content:space-between;position:relative}footer .footer-wrapper .footer-top .footer-box .footer-box-text{width:75%;max-width:800px;margin:0 auto;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:24px}footer .footer-wrapper .footer-top .footer-box .footer-box-text h2{font-size:5rem;font-weight:900;color:#f7f7f7}footer .footer-wrapper .footer-top .footer-box .footer-box-text p{font-size:1.3rem;font-weight:600;color:#f7f7f7;text-align:center}footer .footer-wrapper .footer-top .footer-box .footer-box-text .go-contact-fake{width:-moz-fit-content;width:fit-content;display:flex;justify-content:center;align-items:center;padding:16px 32px;background-color:#fff;border-radius:32px}footer .footer-wrapper .footer-top .footer-box .footer-box-text .go-contact-fake p{color:#333;font-size:1.2rem}footer .footer-wrapper .footer-top .footer-box .footer-box-text .go-contact-fake svg{margin-left:16px;font-size:21px}@media(max-width:576px){footer .footer-wrapper .footer-top .footer-box .footer-box-text h2{font-size:3rem}footer .footer-wrapper .footer-top .footer-box .footer-box-text p{font-size:1rem}}footer .footer-wrapper .footer-top .footer-box .contact-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.8;z-index:-1;transition:all .5s ease}footer .footer-wrapper .footer-top .footer-box:hover{background-color:#ce6b0f}@media(max-width:768px){footer .footer-wrapper .footer-top .footer-box:hover{background-color:#14243f}}footer .footer-wrapper .footer-top .footer-box:first-child{border-bottom:1px solid #f7f7f7}footer .footer-wrapper .main-footer{width:100%;padding:60px;background-color:#333;display:flex;justify-content:center;gap:60px}@media(max-width:1200px){footer .footer-wrapper .main-footer{flex-direction:column-reverse;padding:60px 0}}footer .footer-wrapper .main-footer .main-footer-left{display:flex;flex-direction:column;height:100%;width:35%;justify-content:center;gap:32px}footer .footer-wrapper .main-footer .main-footer-left .tel{font-size:1.3rem;font-weight:600;color:#fff}@media(max-width:768px){footer .footer-wrapper .main-footer .main-footer-left .tel{font-size:1rem;font-weight:400;margin-bottom:16px}}footer .footer-wrapper .main-footer .main-footer-left .main-footer-title{color:#fff;display:flex;flex-direction:column;gap:16px}footer .footer-wrapper .main-footer .main-footer-left .main-footer-title h2{font-size:1.8rem;font-weight:900}footer .footer-wrapper .main-footer .main-footer-left .main-footer-title h3{font-size:.8rem;font-weight:600}@media(max-width:576px){footer .footer-wrapper .main-footer .main-footer-left .main-footer-title h2{font-size:1.2rem}footer .footer-wrapper .main-footer .main-footer-left .main-footer-title h3{font-size:.8rem}}footer .footer-wrapper .main-footer .main-footer-left iframe{height:400px;max-height:40svh}@media(max-width:768px){footer .footer-wrapper .main-footer .main-footer-left iframe{display:none}}@media(max-width:1200px){footer .footer-wrapper .main-footer .main-footer-left{width:95%;margin:0 auto;gap:8px}}footer .footer-wrapper .main-footer .main-footer-right{width:65%;max-width:860px}footer .footer-wrapper .main-footer .main-footer-right .footer-nav{width:100%;margin:0 auto;display:flex;flex-direction:column;justify-content:center;gap:20px}@media(max-width:576px){footer .footer-wrapper .main-footer .main-footer-right .footer-nav{width:100%;height:-moz-fit-content;height:fit-content}}footer .footer-wrapper .main-footer .main-footer-right .footer-nav .top-link{font-size:2rem;font-weight:600;display:flex;flex-direction:column;line-height:1.1}@media(max-width:576px){footer .footer-wrapper .main-footer .main-footer-right .footer-nav .top-link{font-size:1.3rem;padding:0 24px}}footer .footer-wrapper .main-footer .main-footer-right .footer-nav .top-link span{font-size:.75rem;font-weight:400;line-height:100%;opacity:.7;margin-bottom:2px}footer .footer-wrapper .main-footer .main-footer-right .footer-nav .audience-group{display:grid;grid-template-columns:160px 1fr;grid-gap:12px 28px;gap:12px 28px;padding-bottom:20px;border-bottom:1px dashed hsla(0,0%,100%,.18);align-items:start}footer .footer-wrapper .main-footer .main-footer-right .footer-nav .audience-group:last-of-type{border-bottom:none;padding-bottom:0}@media(max-width:768px){footer .footer-wrapper .main-footer .main-footer-right .footer-nav .audience-group{grid-template-columns:1fr;gap:12px}}@media(max-width:576px){footer .footer-wrapper .main-footer .main-footer-right .footer-nav .audience-group{padding:0 24px 20px}}footer .footer-wrapper .main-footer .main-footer-right .footer-nav .audience-group__header{display:flex;flex-direction:column;gap:4px;position:-webkit-sticky;position:sticky;top:0}footer .footer-wrapper .main-footer .main-footer-right .footer-nav .audience-group__eyebrow{font-size:.65rem;font-weight:700;letter-spacing:.2em;color:#fff;opacity:.55;text-transform:uppercase}footer .footer-wrapper .main-footer .main-footer-right .footer-nav .audience-group__title{font-size:1rem;font-weight:600;color:#fff;margin:0;position:relative;padding-left:12px;line-height:1.3}footer .footer-wrapper .main-footer .main-footer-right .footer-nav .audience-group__title:before{content:"";position:absolute;top:50%;left:0;transform:translateY(-50%);width:3px;height:70%;background-color:#fff;border-radius:2px}footer .footer-wrapper .main-footer .main-footer-right .footer-nav .audience-group .side-menu-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 20px}@media(max-width:576px){footer .footer-wrapper .main-footer .main-footer-right .footer-nav .audience-group .side-menu-list{grid-template-columns:1fr;gap:14px}}footer .footer-wrapper .main-footer .main-footer-right .footer-nav .audience-group--corporate .audience-group__title:before{background-color:#ce6b0f}footer .footer-wrapper .main-footer .main-footer-right .footer-nav .audience-group--corporate .audience-group__eyebrow{color:#ce6b0f;opacity:.9}footer .footer-wrapper .main-footer .main-footer-right .footer-nav .audience-group--shared .audience-group__title:before{background-color:#81c7fb}footer .footer-wrapper .main-footer .main-footer-right .footer-nav .audience-group--shared .audience-group__eyebrow{color:#81c7fb;opacity:.9}footer .footer-wrapper .main-footer .main-footer-right .footer-nav .contact-link-box{width:100%;display:flex;align-items:center}@media(max-width:576px){footer .footer-wrapper .main-footer .main-footer-right .footer-nav .contact-link-box{justify-content:flex-start}}footer .footer-wrapper .main-footer .main-footer-right .footer-nav .contact-link-box .go-link{width:100%;font-size:1.5rem;background:#fff;color:rgba(18,126,210,.8);padding:16px 32px;border-radius:32px;line-height:100%;transition:all .3s ease-in-out;text-align:center}@media(max-width:576px){footer .footer-wrapper .main-footer .main-footer-right .footer-nav .contact-link-box .go-link{font-size:1.3rem}}footer .footer-wrapper .main-footer .main-footer-right .footer-nav .contact-link-box .go-link svg{width:24px;height:24px;margin-left:24px}footer .footer-wrapper .main-footer .main-footer-right .footer-nav .contact-link-box .go-link:hover{background-color:#ce6b0f;box-shadow:0 0 15px rgba(51,51,51,.25);color:#fff}footer .footer-wrapper .main-footer .main-footer-right .footer-nav .footer-shop-link-box .go-link{max-width:420px;border:1px solid hsla(0,0%,100%,.35)}footer .footer-wrapper .main-footer .main-footer-right .footer-nav .side-menu-list{width:100%;list-style-type:none;display:grid;margin:0;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:16px 20px;gap:16px 20px}@media(max-width:576px){footer .footer-wrapper .main-footer .main-footer-right .footer-nav .side-menu-list{grid-template-columns:repeat(1,1fr);gap:14px}}footer .footer-wrapper .main-footer .main-footer-right .footer-nav .side-menu-list .side-menu-list-item{margin-bottom:0;display:flex;flex-direction:column;gap:4px;min-width:0}footer .footer-wrapper .main-footer .main-footer-right .footer-nav .side-menu-list .side-menu-list-item .page-title{font-size:1.05rem;font-weight:600;display:flex;flex-direction:column;border-bottom:1px solid hsla(0,0%,100%,.3);padding-bottom:4px;margin-bottom:4px;line-height:1.1;letter-spacing:.02em}@media(max-width:576px){footer .footer-wrapper .main-footer .main-footer-right .footer-nav .side-menu-list .side-menu-list-item .page-title{font-size:1rem;padding:0 0 4px}}footer .footer-wrapper .main-footer .main-footer-right .footer-nav .side-menu-list .side-menu-list-item .page-title span{font-size:.7rem;font-weight:400;opacity:.65;margin-bottom:2px}@media(max-width:576px){footer .footer-wrapper .main-footer .main-footer-right .footer-nav .side-menu-list .side-menu-list-item .page-title span{font-size:.7rem}}footer .footer-wrapper .main-footer .main-footer-right .footer-nav .side-menu-list .side-menu-sublist{list-style:none;display:flex;flex-wrap:wrap;gap:6px 12px;font-size:.8rem}@media(max-width:768px){footer .footer-wrapper .main-footer .main-footer-right .footer-nav .side-menu-list .side-menu-sublist{padding:0}}@media(max-width:576px){footer .footer-wrapper .main-footer .main-footer-right .footer-nav .side-menu-list .side-menu-sublist{padding:0}}footer .footer-wrapper .main-footer .main-footer-right .footer-nav .side-menu-list .side-menu-sublist li{line-height:1.4}footer .footer-wrapper .main-footer .main-footer-right .footer-nav a{color:#ecf0f1;text-decoration:none;transition:color .2s ease}footer .footer-wrapper .main-footer .main-footer-right .footer-nav a:hover{color:#ce6b0f}@media(max-width:1200px){footer .footer-wrapper .main-footer .main-footer-right{width:95%;max-width:none;margin:0 auto}}.wrapper{display:inline-flex;align-items:center;list-style:none;height:120px;width:100%;font-family:Poppins,sans-serif;gap:24px;padding-left:16px}@media(max-width:576px){.wrapper{gap:24px;padding-left:0;height:60px}}.wrapper .icon{position:relative;background:#fff;border-radius:50%;height:60px;aspect-ratio:1/1;font-size:21px;display:flex;justify-content:center;align-items:center;flex-direction:column;box-shadow:0 10px 10px rgba(0,0,0,.1);cursor:pointer;transition:all .2s cubic-bezier(.68,-.55,.265,1.55)}@media(max-width:576px){.wrapper .icon{width:60px;height:60px}}.wrapper .icon a{text-decoration:none;display:flex;justify-content:center;align-items:center;height:100%;width:100%}.wrapper .icon a svg{color:#14243f;font-size:1.5rem}@media(max-width:576px){.wrapper .icon a svg{font-size:1.3rem}}.wrapper .icon:hover .tooltip{top:-45px;opacity:1;visibility:visible;pointer-events:auto}.wrapper .icon:hover .tooltip,.wrapper .icon:hover span{background:rgba(18,126,210,.8);color:#fff}.wrapper .icon:hover svg{color:#fff}.wrapper .tooltip{top:0;font-size:14px;color:#fff;padding:5px 8px;border-radius:5px;box-shadow:0 10px 10px rgba(0,0,0,.1);opacity:0;pointer-events:none}.wrapper .tooltip,.wrapper .tooltip:before{position:absolute;background:#fff;transition:all .3s cubic-bezier(.68,-.55,.265,1.55)}.wrapper .tooltip:before{content:"";height:8px;width:8px;bottom:-3px;left:50%;transform:translate(-50%) rotate(45deg)}.wrapper .facebook:hover,.wrapper .facebook:hover .tooltip,.wrapper .facebook:hover .tooltip:before{background:#1877f2;color:#fff}.wrapper .line svg{font-size:1.8rem}.wrapper .line:hover,.wrapper .line:hover .tooltip,.wrapper .line:hover .tooltip:before{background:#60c755;color:#fff}.wrapper .instagram:hover,.wrapper .instagram:hover .tooltip,.wrapper .instagram:hover .tooltip:before{background:#e4405f;color:#fff}.go-button{text-decoration:none;cursor:pointer;position:relative;display:flex;font-weight:600;gap:24px;align-items:center;height:-moz-fit-content;height:fit-content}@media(max-width:576px){.go-button{border-bottom:1px solid #fff;width:-moz-fit-content;width:fit-content;padding-bottom:8px}}.go-button p{margin:0;position:relative;color:#333;border-bottom:1px solid #333}.go-button p:before{position:absolute;width:0;inset:0;color:#ce6b0f;overflow:hidden;border-bottom:1px solid #ce6b0f;transition:.3s ease-out}.go-button svg{color:#fff;transition:.2s;position:relative;width:40px;transition-delay:.2s;background-color:#09416c;border-radius:50%;padding:8px}.go-button:after{position:absolute;content:"";width:0;left:0;bottom:-7px;background:#ce6b0f;height:2px;transition:.3s ease-out}.go-button:hover :after,.go-button:hover p:before{width:100%}.go-button:hover svg{transform:translateX(4px);background-color:#ce6b0f}.go-about p{font-size:2rem}.go-about p:before{content:"ABOUT US"}@media(max-width:576px){.go-about{font-size:1.3rem}}.go-after p{font-size:2rem}.go-after p:before{content:"詳しく見る"}.go-after svg{width:40px}@media(max-width:576px){.go-after p{font-size:1.4rem;font-weight:600;border-bottom:0 solid #fff;color:#fff}.go-after svg{width:32px;background-color:#fff;color:#333;border:1px solid #333}}.go-membership svg{background-color:#fff;color:#333}.go-membership p{font-size:2rem;border-bottom:#fff}.go-membership p:before{content:"詳しく見る"}.go-membership:hover svg{color:#fff;background-color:#ce6b0f}.go-agent svg{background-color:#333;color:#fff}.go-agent p{font-size:2rem;border-bottom:#333}.go-agent p:before{content:"すべての代理店を見る"}.go-agent:hover svg{color:#fff;background-color:#ce6b0f}.go-agent p,.go-membership p{color:#333;font-size:2rem;border-bottom:1px solid #333}.go-agent svg,.go-membership svg{width:60px;padding:16px}@media(max-width:576px){.go-agent p,.go-membership p{font-size:1.3rem;border-bottom:0 solid #333}.go-agent svg,.go-membership svg{width:40px;padding:8px}}.learn-more{position:relative;display:inline-block;cursor:pointer;outline:none;border:none;vertical-align:middle;text-decoration:none;background:rgba(0,0,0,0);padding:0;font-size:inherit;font-family:inherit}.learn-more.learn-more{width:12rem;height:auto}.learn-more.learn-more .circle{transition:all .45s cubic-bezier(.65,0,.076,1);position:relative;display:block;margin:0;width:3rem;height:3rem;background:#333;border-radius:1.625rem}.learn-more.learn-more .circle .icon{transition:all .45s cubic-bezier(.65,0,.076,1);position:absolute;top:0;bottom:0;margin:auto;background:#fff}.learn-more.learn-more .circle .icon.arrow{left:.625rem;width:1.125rem;height:.125rem;background:none}.learn-more.learn-more .circle .icon.arrow:before{position:absolute;content:"";top:-.29rem;right:.0625rem;width:.625rem;height:.625rem;border-top:.125rem solid #fff;border-right:.125rem solid #fff;transform:rotate(45deg)}.learn-more.learn-more .button-text{transition:all .45s cubic-bezier(.65,0,.076,1);position:absolute;top:0;left:0;right:0;bottom:0;padding:.75rem 0;margin:0 0 0 1.85rem;color:#333;font-weight:700;line-height:1.6;text-align:center;text-transform:uppercase}.learn-more:hover .circle{width:100%}.learn-more:hover .circle .icon.arrow{background:#fff;transform:translate(1rem)}.learn-more:hover .button-text{color:#fff}.learn-more.white-button.learn-more .circle{background:#fff}.learn-more.white-button.learn-more .circle .icon{background:#333}.learn-more.white-button.learn-more .circle .icon.arrow{background:none}.learn-more.white-button.learn-more .circle .icon.arrow:before{border-top:.125rem solid #333;border-right:.125rem solid #333}.learn-more.white-button.learn-more .button-text{color:#fff}.learn-more.white-button:hover .circle{width:100%}.learn-more.white-button:hover .circle .icon.arrow{background:#333;transform:translate(1rem)}.learn-more.white-button:hover .button-text{color:#333}.background-wrapper{padding:0 0 16px;height:100vh}.background-wrapper .background-container{width:100%;height:100%;display:flex;align-items:center;overflow:hidden;background-image:url(/_next/static/media/blue_wave.c7a05177.webp);background-size:cover;background-position:bottom;border-radius:0 0 32px 0;box-shadow:inset 0 5px 15px rgba(51,51,51,.5)}.background-wrapper .background-container .backound-slider{width:100%;position:relative;margin-inline:auto;overflow:hidden;transform:translateX(10%) rotate(-45deg) scale(2.5)}.background-wrapper .background-container .backound-slider .loop{animation:loop 40s linear infinite;width:100%}.background-wrapper .background-container .backound-slider .loop2{position:absolute;top:0;left:0;animation:loop 40s linear -20s infinite}@keyframes loop{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}.loopText{overflow:hidden;position:relative;width:100%;height:100%;margin-inline:auto;transform:scale(2)}.loopText .looptexts{animation:looptext 40s linear infinite;width:200%;font-size:20vw;line-height:100%;height:100%}.loopText .looptext2{position:absolute;top:0;left:0;animation:looptext 40s linear 20s infinite;color:aqua}@keyframes looptext{0%{transform:translateX(100%)}to{transform:translateX(-100%)}}.slider-container{position:relative;height:-moz-fit-content;height:fit-content;width:100%;overflow:hidden;perspective:1000px;padding-left:7%}.slider-container .slider{display:flex;overflow-x:auto;scroll-behavior:smooth;padding:20px;height:100%;gap:60px;overflow-y:scroll}@media(max-width:576px){.slider-container .slider{gap:16px}}.slider-container .slider .slide{min-width:120px;max-width:600px;width:90%;aspect-ratio:9/6;object-fit:cover;margin-right:20px;flex-shrink:0;transform:translateZ(0);transition:transform .3s;text-decoration:none;color:#333}.slider-container .slider .slide:hover{transform:scale(1.05)}.slider-container .slider .slide:hover .slide-inner{opacity:.8}.slider-container .slider .slide:hover .slide-inner svg{color:#ce6b0f}.slider-container .slider .slide .slide-inner{position:relative;width:100%;display:flex;align-items:center;justify-content:center}.slider-container .slider .slide img{width:100%;height:100%;border-radius:10px;object-fit:cover}.slider-container .slider .slide p{text-align:center;margin-top:10px;font-weight:600}.slider-container .slider .slide svg{position:absolute;width:20%;aspect-ratio:1/1;object-fit:cover;top:50%;left:50%;transform:translateX(-50%) translateY(-50%);font-size:4rem;color:gray}.slider-container .slider::-webkit-scrollbar{width:12px;height:6px}.slider-container .slider::-webkit-scrollbar-track{background:#f7f7f7;border-radius:10px}.slider-container .slider::-webkit-scrollbar-thumb{background:#333;border-radius:10px;border:1px solid #f0f0f0}.slider-container .slider::-webkit-scrollbar-thumb:hover{background:#127ed2}.embla{overflow:hidden}.embla__container{display:flex;transform-style:preserve-3d;transition:transform .5s cubic-bezier(.4,0,.2,1)}.embla__slide{flex:0 0 20%;min-width:0;padding:0 10px;position:relative;transition:all .5s cubic-bezier(.4,0,.2,1);cursor:pointer}.embla__slide.active{flex:0 0 40%}.embla__slide:hover .embla__slide__overlay{opacity:1}.embla__slide__img{display:block;height:auto;width:100%;object-fit:cover;border-radius:8px;box-shadow:0 4px 8px rgba(0,0,0,.1);transition:transform .5s cubic-bezier(.4,0,.2,1)}.embla__slide__overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease;border-radius:8px}.embla__slide__overlay span{color:#fff;font-size:16px;text-align:center}.embla__next,.embla__prev{position:absolute;top:50%;transform:translateY(-50%);background:#fff;border:2px solid rgba(18,126,210,.8);width:40px;height:20vh;display:flex;align-items:center;justify-content:center;border-radius:32px;cursor:pointer;transition:background-color .3s;z-index:10}.embla__next:hover,.embla__prev:hover{background:rgba(18,126,210,.8);color:#fff}.embla__prev{left:24px}.embla__next{right:24px}.embla__dots{display:flex;justify-content:center;margin-top:20px}.embla__dot{width:5vw;height:2vh;background-color:#efefef;margin:0 5px;border:none;cursor:pointer;transition:background-color .3s,transform .3s}.embla__dot.is-selected{background-color:#333;transform:scaleY(1.5)}.embla__dot:hover{background-color:#ccc}.motion-container{position:absolute;bottom:2rem;left:0;right:0;display:flex;flex-direction:column;align-items:center;opacity:0;animation:fadeInUp .5s ease-in-out .5s forwards;max-height:15svh}.motion-container .scroll-text{color:#fff;font-size:1.5rem;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.2em;animation:blink 1.5s ease-in-out infinite}.motion-container .scroll-line{width:3px;height:8rem;background-color:#fff;transform:scaleY(0);animation:scaleLine 1s ease-in-out infinite alternate,pulse 1.5s ease-in-out infinite}@keyframes fadeInUp{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes blink{0%,to{opacity:1}50%{opacity:.5}}@keyframes scaleLine{0%{transform:scaleY(0)}to{transform:scaleY(1)}}@keyframes pulse{0%,to{transform:scaleX(1)}50%{transform:scaleX(2)}}.scroll-down-indicator{position:absolute;bottom:60px;right:10dvw;text-align:center;animation:fadeIn 2s ease-in-out;display:flex;gap:16px}@media(max-width:576px){.scroll-down-indicator{left:8%}}.scroll-down-indicator .arrow-container{width:40px;height:40px;border-radius:50%;animation:bounce 1.5s infinite;position:relative;z-index:1}.scroll-down-indicator .arrow-container .arrow{position:absolute;top:45%;left:45%;transform:translateX(-50%) translateY(-50%);width:16px;height:16px;border-bottom:3px solid #333;border-right:3px solid #333}.scroll-down-indicator .arrow-container:before{content:"";position:absolute;inset:0;width:100%;height:100%;border-radius:50%;background-color:#fff;border:1px solid rgba(51,51,51,.5);z-index:-1}.scroll-down-indicator .arrow-container:after{content:"";position:absolute;inset:0;width:100%;height:100%;border-radius:50%;background-color:rgba(51,51,51,.5);z-index:-2;animation:beats 1.8s infinite}.scroll-down-indicator p{margin-top:10px;font-size:16px;font-weight:600;color:#333;opacity:.8}.icon-scroll-down{animation:fadeIn 2s ease-in-out;display:flex;justify-content:center;transition:opacity .3s ease-in-out}@media(max-width:576px){.icon-scroll-down{left:8%}}.icon-scroll-down .arrow-container{width:40px;height:40px;border-radius:50%;animation:bounce 1.5s infinite;position:relative;z-index:1}.icon-scroll-down .arrow-container .arrow{position:absolute;top:45%;left:45%;transform:translateX(-50%) translateY(-50%);width:16px;height:16px;border-bottom:3px solid #333;border-right:3px solid #333}.icon-scroll-down .arrow-container:before{content:"";position:absolute;inset:0;width:100%;height:100%;border-radius:50%;background-color:#fff;border:1px solid rgba(51,51,51,.5);z-index:-1}.icon-scroll-down .arrow-container:after{content:"";position:absolute;inset:0;width:100%;height:100%;border-radius:50%;background-color:rgba(51,51,51,.5);z-index:-2;animation:beats 1.8s infinite}.icon-scroll-down.scrolledChange{opacity:0}@keyframes bounce{0%,to{transform:translateY(0) rotate(45deg)}50%{transform:translateY(10px) rotate(45deg)}}@keyframes beats{0%,to{transform:scale(0)}50%{transform:scale(1.2)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.overview-link{position:relative;width:95%;max-width:1200px;border-radius:24px;margin:0 auto 120px;height:80vh;background-image:url(/_next/static/media/oveview-link.525ffc81.jpg);background-size:cover;background-position:50%;filter:blur(5px);transition:filter .3s ease,background-position .3s ease;overflow:hidden}@media(max-width:576px){.overview-link{filter:blur(0)}}.overview-link:hover{filter:blur(0) grayscale(80%);background-position:100%}.overview-link a{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-decoration:none;color:#fff;z-index:1}.overview-link h1{font-size:5rem;margin:0}@media(max-width:576px){.overview-link h1{font-size:3rem}}.overview-link h3{font-size:2rem;margin:10px 0 0}@media(max-width:576px){.overview-link h3{font-size:1.5rem}}.loading-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:hsla(0,0%,100%,.8);display:flex;justify-content:center;align-items:center;flex-direction:column;z-index:9999;transition:background-color .5s ease}.loading-overlay.fade-out{background-color:rgba(0,0,0,0)}.loading-overlay.slide-out .left-box{transform:translateX(-100%)}.loading-overlay.slide-out .right-box{transform:translateX(100%)}.loading-percentage{margin-top:20px;font-size:1.5rem;color:#fff;font-weight:700;opacity:1;transition:opacity 1s ease}.loading-overlay.fade-out .loader,.loading-overlay.fade-out .loading-percentage{opacity:0}.loading-box{position:fixed;top:0;width:50%;height:100%;background-color:#333;transition:transform 1s ease-in-out;z-index:1000}.loading-box.left-box{left:0;transform:translateX(0)}.loading-box.left-box.fade-out{transform:translateX(-100%)}.loading-box.right-box{right:0;transform:translateX(0)}.loading-box.right-box.fade-out{transform:translateX(100%)}.loading-overlay.fade-out .left-box{transform:translateX(-100%)}.loading-overlay.fade-out .right-box{transform:translateX(100%)}.loader{width:-moz-fit-content;width:fit-content;font-size:40px;line-height:1.5;font-family:system-ui,sans-serif;font-weight:700;text-transform:uppercase;color:#333;-webkit-text-stroke:1px #333;background:radial-gradient(1.13em at 50% 1.6em,#000 99%,rgba(0,0,0,0) 101%) calc(50% - 1.6em) 0/3.2em 100% text,radial-gradient(1.13em at 50% -.8em,rgba(0,0,0,0) 99%,#000 101%) 50% .8em/3.2em 100% repeat-x text;animation:l9 2s linear infinite;transition:opacity 1s ease}.loader:before{content:"Loading"}@keyframes l9{to{background-position:calc(50% + 1.6em) 0,calc(50% + 3.2em) .8em}}*{margin:0;padding:0;box-sizing:border-box;list-style:none}.main-hidden{opacity:0}.main-hidden,.main-visible{transition:opacity .5s ease-in-out}.main-visible{opacity:1}body{font-family:Noto Sans JP,sans-serif;font-optical-sizing:auto;font-style:normal;transition:background-color .5s ease}.motion-wrapper{width:100%;display:flex;flex-direction:column;align-items:flex-end;opacity:0;transition:opacity .5s ease-in-out}.body{overflow:hidden;width:95%;position:relative;color:#333}@media(max-width:992px){.body{width:100%}}.body-wrapper{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center}.body-box{width:100%;background-color:#f7f7f7;opacity:0;transition:opacity .5s ease-in-out}.body-box.main-fade-in{opacity:1}main{width:100%;min-height:100svh;display:flex;justify-content:end}.page-wrapper{position:relative;overflow:hidden}.transition-box{position:fixed;top:0;left:0;width:0;height:100vh;background-color:#127ed2;z-index:10;transition:width .5s ease-in-out}.transition-box.active,.transition-box.cover{width:100vw}.section{padding:96px 0}@media(max-width:576px){.section{padding:60px 0}}.section-title{font-size:5vw;font-weight:900}@media(max-width:576px){.section-title{font-size:5vw;font-weight:900}}.fade-in{opacity:0;transform:translateY(50px);transition:opacity 1s ease-out,transform 1s ease-out;transition-delay:.3s;width:100%;position:relative;z-index:2}.fade-in.is-visible{opacity:1;transform:translateY(0)}.background-change{transition:all .6s ease-out}.sub-page-nav{position:fixed;left:6%;bottom:16px;z-index:10}@media(max-width:576px){.sub-page-nav{display:none}}.sub-page-nav .sub-page-nav-list{list-style:none;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;background-color:#fff;border-radius:24px;padding:8px 16px;box-shadow:0 0 15px rgba(51,51,51,.25)}.sub-page-nav .sub-page-nav-list li{flex-grow:1;display:flex;justify-content:center;align-items:center;padding-left:8px}@media(max-width:576px){.sub-page-nav .sub-page-nav-list li{padding-left:0}}.sub-page-nav .sub-page-nav-list li a{text-decoration:none;background:linear-gradient(90deg,#09416C,#127ED2);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);width:-moz-fit-content;width:fit-content;font-size:18px}@media(max-width:576px){.sub-page-nav .sub-page-nav-list li a{font-size:16px;font-weight:600}}.sub-page-nav .sub-page-nav-list li:not(:last-child){border-bottom:2px solid #333;padding:16px 0}@media(max-width:576px){.sub-page-nav .sub-page-nav-list li:not(:last-child){border-right:none;padding-right:0}}.sub-page-nav .sub-page-nav-list li:not(:first-child){padding-bottom:16px}@media(max-width:576px){.sub-page-nav .sub-page-nav-list li:not(:first-child){padding-bottom:0}}.sub-top-wrapper{width:100%;height:100vh;display:flex;justify-content:center;align-items:center;flex-direction:column;position:relative}@media(max-width:576px){.sub-top-wrapper{height:100svh}}.sub-top-wrapper .sub-page-title{font-size:12vw;font-weight:900;color:#fff}.sub-top-wrapper .sub-page-subtitle{font-size:2vw;font-weight:900;color:#fff}.sub-section-title{font-size:5vw;font-weight:900}@media(max-width:576px){.sub-section-title{font-size:48px}}.sub-section-subtitle{font-size:1.5vw;font-weight:600}@media(max-width:576px){.sub-section-subtitle{font-size:24px}}.scroll-to-top-button{position:fixed;bottom:1rem;right:32px;background-color:#3b82f6;color:#fff;border:none;border-radius:9999px;padding:.5rem 1rem;gap:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:50;box-shadow:0 4px 6px rgba(0,0,0,.1)}@media(max-width:576px){.scroll-to-top-button{bottom:1.25rem;right:1.25rem}}.scroll-to-top-button:hover{background-color:#2563eb;transform:translateY(-2px)}.scroll-to-top-button .scroll-to-top-icon{width:1.5rem;height:1.5rem}@media(max-width:576px){.scroll-to-top-button .scroll-to-top-icon{width:16px;height:16px}}.scroll-to-top-button .scroll-to-top-text{font-weight:600}@media(max-width:576px){.scroll-to-top-button .scroll-to-top-text{display:inline;margin-left:.5rem;font-size:16px}}.background-image-wrapper{width:100%;height:100svh;position:fixed;inset:0}.background-image-wrapper .background-colorbox{position:absolute;height:2000px;width:20%}@media(max-width:576px){.background-image-wrapper .background-colorbox{width:40%;opacity:.8}}.background-image-wrapper .color-box1{top:-50%;right:15%;transform:rotate(60deg);animation:colorbox1 .3s ease;animation-delay:1s}@media(max-width:576px){.background-image-wrapper .color-box1{top:-110svh}}.background-image-wrapper .color-box2{top:-50%;right:15%;transform:rotate(-60deg);animation:colorbox1 .3s ease;animation-delay:1s;display:none}@media(max-width:576px){.background-image-wrapper .color-box2{top:-30svh;right:35%;display:block;transform:rotate(-45deg)}}.potal-list-wrapper{flex-direction:column;justify-content:flex-start;width:90%;margin:0 auto;padding:144px 0 48px;display:flex}.potal-list-wrapper .potal-list{list-style:none;display:flex;align-items:center;flex-wrap:wrap;gap:8px 24px;margin:0;padding:0}@media(max-width:768px){.potal-list-wrapper .potal-list{gap:8px 16px}}.potal-list-wrapper .potal-list .potal-list-item{flex:1 1 1;display:flex;justify-content:center;align-items:center}.potal-list-wrapper .potal-list .potal-list-item a{text-decoration:none;color:#333}.potal-list-wrapper .potal-list .potal-list-item a:hover,.potal-list-wrapper .potal-list .potal-list-item svg{color:#127ed2}.potal-list-wrapper .potal-list .home{gap:16px}.potal-list-wrapper .potal-list .home a{display:flex;align-items:center;gap:16px;font-size:1.2rem}.potal-list-wrapper .potal-list .home a svg{color:#333}.potal-list-wrapper .potal-list .home a:hover,.potal-list-wrapper .potal-list .home a:hover svg{color:#127ed2}.potal-list-wrapper .potal-list .current{color:#a7a7a7}.potal-list-wrapper .potal-page-title{font-size:4rem}@media(max-width:576px){.potal-list-wrapper .potal-page-title{font-size:3rem}}@media(max-width:380px){.potal-list-wrapper .potal-page-title{font-size:2.5rem}}.transition-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:1000;background-color:#127ed2}a{color:inherit}