.header[data-astro-cid-3ef6ksr2]{position:fixed;top:0;left:0;right:0;z-index:100;background:transparent;transition:background-color .3s ease,backdrop-filter .3s ease,-webkit-backdrop-filter .3s ease}.header[data-astro-cid-3ef6ksr2].is-open{background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none}.header__inner[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;justify-content:space-between;height:70px;padding:0 20px}@media(min-width:1024px){.header__inner[data-astro-cid-3ef6ksr2]{height:93px;padding:0 50px}}.header[data-astro-cid-3ef6ksr2].is-open .header__logo[data-astro-cid-3ef6ksr2]{opacity:0;pointer-events:none}.header__logo[data-astro-cid-3ef6ksr2] img[data-astro-cid-3ef6ksr2]{width:120px;height:auto;transition:opacity .3s}@media(min-width:1024px){.header__logo[data-astro-cid-3ef6ksr2] img[data-astro-cid-3ef6ksr2]{width:140px}}.header__nav[data-astro-cid-3ef6ksr2]{display:none}@media(min-width:1024px){.header__nav[data-astro-cid-3ef6ksr2]{display:block}}.header__nav-list[data-astro-cid-3ef6ksr2]{display:flex;gap:28px}.header__nav-link[data-astro-cid-3ef6ksr2]{font-family:var(--font-body);font-weight:500;font-size:14px;color:var(--color-primary-dark);letter-spacing:1.4px;transition:opacity .3s}.header__nav-link[data-astro-cid-3ef6ksr2]:hover{opacity:.6}.header__nav-item[data-astro-cid-3ef6ksr2]{position:relative}.header__dropdown[data-astro-cid-3ef6ksr2]{position:absolute;top:100%;left:50%;transform:translate(-50%) translateY(10px);min-width:210px;margin-top:12px;padding:8px 0;background:#fff;border-radius:8px;box-shadow:0 10px 30px #064f9429;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .22s ease,transform .22s ease;z-index:10}.header__nav-item[data-astro-cid-3ef6ksr2]:hover:after,.header__nav-item[data-astro-cid-3ef6ksr2]:focus-within:after{content:"";position:absolute;top:100%;left:0;right:0;height:22px}.header__nav-item[data-astro-cid-3ef6ksr2]:hover .header__dropdown[data-astro-cid-3ef6ksr2],.header__nav-item[data-astro-cid-3ef6ksr2]:focus-within .header__dropdown[data-astro-cid-3ef6ksr2]{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%) translateY(0)}.header__dropdown-link[data-astro-cid-3ef6ksr2]{display:block;padding:10px 24px;font-family:var(--font-body);font-weight:500;font-size:13px;letter-spacing:1px;color:var(--color-primary-dark);white-space:nowrap;transition:background-color .2s,color .2s}.header__dropdown-link[data-astro-cid-3ef6ksr2]:hover{background:var(--color-bg);color:var(--color-primary)}.header__contact-btn[data-astro-cid-3ef6ksr2]{display:none;background:var(--gradient-primary);color:#fff;font-size:12px;letter-spacing:1.2px;padding:10px 24px;border-radius:20px;transition:opacity .3s}.header__contact-btn[data-astro-cid-3ef6ksr2]:hover{opacity:.8}@media(min-width:1024px){.header__contact-btn[data-astro-cid-3ef6ksr2]{display:block}}.header__hamburger[data-astro-cid-3ef6ksr2]{display:flex;flex-direction:column;justify-content:center;align-items:center;width:70px;height:70px;background:var(--color-primary);margin-right:-20px;gap:10px;position:relative;z-index:102}@media(min-width:1024px){.header__hamburger[data-astro-cid-3ef6ksr2]{display:none}}.header__hamburger-line[data-astro-cid-3ef6ksr2]{display:block;width:24px;height:2px;background:#fff;transition:transform .3s cubic-bezier(.4,0,.2,1);will-change:transform}.header[data-astro-cid-3ef6ksr2].is-open .header__hamburger-line[data-astro-cid-3ef6ksr2]:nth-child(1){transform:translateY(6px) rotate(45deg)}.header[data-astro-cid-3ef6ksr2].is-open .header__hamburger-line[data-astro-cid-3ef6ksr2]:nth-child(2){transform:translateY(-6px) rotate(-45deg)}.header__mobile-nav[data-astro-cid-3ef6ksr2]{position:fixed;inset:0;height:100vh;height:100dvh;background:linear-gradient(180deg,#064f94,#007cc3);z-index:101;padding:90px 30px 40px;transform:translate(100%);transition:transform .4s cubic-bezier(.4,0,.2,1),visibility 0s .4s;overflow-y:auto;-webkit-overflow-scrolling:touch;will-change:transform;visibility:hidden}.header[data-astro-cid-3ef6ksr2].is-open .header__mobile-nav[data-astro-cid-3ef6ksr2]{transform:translate(0);visibility:visible;transition:transform .4s cubic-bezier(.4,0,.2,1),visibility 0s 0s}@media(min-width:1024px){.header__mobile-nav[data-astro-cid-3ef6ksr2]{display:none}}.header__mobile-nav-inner[data-astro-cid-3ef6ksr2]{display:flex;flex-direction:column;min-height:100%}.header__mobile-list[data-astro-cid-3ef6ksr2]{display:flex;flex-direction:column;flex:1}.header__mobile-item[data-astro-cid-3ef6ksr2]{border-top:1px solid rgba(255,255,255,.2)}.header__mobile-item[data-astro-cid-3ef6ksr2]:last-child{border-bottom:1px solid rgba(255,255,255,.2)}.header__mobile-link[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;justify-content:space-between;padding:20px 0;color:#fff;transition:opacity .3s}.header__mobile-link[data-astro-cid-3ef6ksr2]:hover{opacity:.7}.header__mobile-link-jp[data-astro-cid-3ef6ksr2]{font-family:var(--font-body);font-weight:500;font-size:15px;letter-spacing:1.5px}.header__mobile-link-en[data-astro-cid-3ef6ksr2]{font-family:var(--font-heading-en);font-weight:400;font-style:normal;font-size:13px;letter-spacing:1.3px;opacity:.8}.header__mobile-sublist[data-astro-cid-3ef6ksr2]{display:flex;flex-direction:column;gap:0;padding-bottom:12px}.header__mobile-sublink[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;gap:8px;color:#fff;font-size:13px;letter-spacing:.65px;padding:8px 0;transition:opacity .3s}.header__mobile-sublink[data-astro-cid-3ef6ksr2]:hover{opacity:.7}.header__mobile-sublink-dash[data-astro-cid-3ef6ksr2]{font-size:11px;opacity:.6}.header__mobile-nav[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2]:focus-visible{outline:2px solid #fff;outline-offset:3px}.header__hamburger[data-astro-cid-3ef6ksr2]:focus-visible{outline:2px solid #fff;outline-offset:-4px}.header__mobile-copyright[data-astro-cid-3ef6ksr2]{font-family:var(--font-heading-en);font-weight:400;font-style:normal;color:#fff;font-size:11px;letter-spacing:1.1px;text-align:center;padding:40px 0 20px;margin-top:auto}.footer[data-astro-cid-sz7xmlte]{position:relative;z-index:3;background:var(--gradient-primary);color:#fff;padding-top:50px}.footer__inner[data-astro-cid-sz7xmlte]{display:flex;flex-direction:column-reverse;gap:40px}@media(min-width:768px){.footer__inner[data-astro-cid-sz7xmlte]{flex-direction:row;gap:60px}}.footer__brand[data-astro-cid-sz7xmlte]{display:flex;flex-direction:row;gap:24px;align-items:flex-start}@media(min-width:768px){.footer__brand[data-astro-cid-sz7xmlte]{flex-direction:column}}.footer__logo[data-astro-cid-sz7xmlte]{width:70px;height:auto}@media(min-width:768px){.footer__logo[data-astro-cid-sz7xmlte]{width:80px}}.footer__address[data-astro-cid-sz7xmlte]{font-size:11px;letter-spacing:.55px;line-height:24px}@media(min-width:768px){.footer__address[data-astro-cid-sz7xmlte]{font-size:12px;letter-spacing:.6px;line-height:28px}}.footer__nav[data-astro-cid-sz7xmlte],.footer__nav-group[data-astro-cid-sz7xmlte]{display:flex;flex-direction:column;gap:0}.footer__nav-item[data-astro-cid-sz7xmlte]{padding:14px 0}@media(min-width:768px){.footer__nav[data-astro-cid-sz7xmlte]{flex-direction:row;gap:80px;margin-left:auto;margin-top:40px}.footer__nav-group[data-astro-cid-sz7xmlte]{gap:14px}.footer__nav-item[data-astro-cid-sz7xmlte]{padding:0}}.footer__nav-link[data-astro-cid-sz7xmlte]{font-weight:500;font-size:13px;letter-spacing:1.3px;transition:opacity .3s}.footer__nav-link[data-astro-cid-sz7xmlte]:hover{opacity:.7}.footer__nav-sub[data-astro-cid-sz7xmlte]{display:flex;flex-direction:column;gap:8px;margin-top:8px;padding-left:18px;border-left:1px solid rgba(255,255,255,.3)}.footer__nav-sub-link[data-astro-cid-sz7xmlte]{font-size:11px;letter-spacing:.55px;transition:opacity .3s}.footer__nav-sub-link[data-astro-cid-sz7xmlte]:hover{opacity:.7}.footer__bottom[data-astro-cid-sz7xmlte]{border-top:1px solid rgba(255,255,255,.2);margin-top:60px;padding:16px 0;text-align:center}@media(min-width:768px){.footer__bottom[data-astro-cid-sz7xmlte]{padding:20px 0;text-align:left;margin-left:var(--section-padding-x);margin-right:var(--section-padding-x)}}.footer__copyright[data-astro-cid-sz7xmlte]{font-size:11px;letter-spacing:1.1px}
