button.svelte-ziooqw{padding:.5rem 1rem;background-color:#344491;color:#e3e3e3;border-radius:.5rem;cursor:pointer;transition:background-color .15s ease}@font-face{font-family:Noto Sans;src:url(/_astro/NotoSans.CYoOFcCZ.ttf) format("truetype");font-style:normal}@font-face{font-family:Noto Sans Japanese;src:url(/_astro/NotoSansJP.C-lBCNQK.ttf) format("truetype");font-style:normal}h1,h2,h3,h4,h5,h6{margin:1rem 0;font-weight:600}h1{font-size:40px}@media screen and (max-width:767px){h1{font-size:2.275rem}}h2{font-size:36px}@media screen and (max-width:767px){h2{font-size:2.1rem}}h3{font-size:32px}@media screen and (max-width:767px){h3{font-size:1.8375rem}}h4{font-size:28px}@media screen and (max-width:767px){h4{font-size:1.4rem}}h5{font-size:24px}@media screen and (max-width:767px){h5{font-size:1.05rem}}h6{font-size:20px}@media screen and (max-width:767px){h6{font-size:1rem}}a{color:#344491;text-decoration:none;transition:all .1s linear}p{font-size:1rem;margin:0;padding:0}p.small{font-size:.875rem}li{margin:.75rem 0;list-style-type:none}blockquote span.big{font-size:2.5rem}blockquote{font-size:1.2rem}.text-18{font-size:18px}.text-16{font-size:16px}.text-14{font-size:14px}.text-12{font-size:12px}*{margin:0;padding:0;box-sizing:border-box;font-family:Noto Sans,sans-serif}html{scroll-behavior:smooth}body{display:flex;flex-direction:column;min-height:100vh}main{flex:1}img{width:100%;max-width:100%;margin:1rem 0;object-fit:cover}hr{height:0;border:none;border-bottom:1px solid var(--primary);display:flex;justify-content:flex-start;margin-bottom:1rem}.m-0{margin:0!important}.mt-0{margin-top:0!important}.p-0{padding:0}.pt-0{padding-top:0}iframe{width:100%;border:none}section{width:100%}section .inner{max-width:1312px;margin:auto}@media screen and (min-width:1101px){section{padding:6rem 4rem}}@media screen and (max-width:1100px){section{padding:4rem 2rem}}@media screen and (max-width:767px){section{padding:2rem 1rem}}.grid5{display:grid;gap:1rem;grid-template-columns:1fr 1fr 1fr 1fr 1fr}.grid4{display:grid;gap:1rem;grid-template-columns:1fr 1fr 1fr 1fr}.grid3{display:grid;gap:1rem;grid-template-columns:1fr 1fr 1fr}.grid2{display:grid;gap:1rem;grid-template-columns:1fr 1fr}.grid1{display:grid;gap:1rem;grid-template-columns:1fr}@media screen and (max-width:1100px){.grid{grid-template-columns:1fr 1fr;gap:1rem}}@media screen and (min-width:768px)and (max-width:1100px){.grid3,.grid4,.grid5{grid-template-columns:1fr 1fr;gap:1rem}}@media screen and (max-width:767px){.grid,.grid2,.grid3,.grid4,.grid5{grid-template-columns:1fr;gap:1rem}}.flex{display:flex;align-items:center;gap:1rem}.wrap{flex-wrap:wrap}.no-wrap{flex-wrap:nowrap}.flex-row{flex-direction:row}.flex-column{flex-direction:column}.justify-start{justify-content:flex-start}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-end{justify-content:flex-end}.align-start{align-items:flex-start}.align-center{align-items:center}.align-end{align-items:flex-end}@media screen and (max-width:767px){.flex{flex-direction:column}.flex.mbl-row{flex-direction:row}.justify-content{justify-content:center}.align-items{align-items:stretch}}.header{border-bottom:1px solid rgba(29,29,27,.1);padding:1rem 0}.header .container{max-width:1400px;margin:0 auto;padding:0 2rem}.header-nav{display:flex;align-items:center;gap:2rem;height:64px}@media screen and (max-width:1100px){.header-nav{justify-content:space-between}}.header-logo a{text-decoration:none;display:block}.header-logo .logo-dots{display:flex;gap:4px;margin-bottom:6px}.header-logo .logo-dots .dot{width:6px;height:6px;border-radius:50%}.header-logo .logo-dots .dot--gray{background-color:var(--white)}.header-logo .logo-dots .dot--blue{background-color:#344491}.header-logo .logo-text{display:flex;align-items:center;gap:.75rem}.header-logo .logo-name{font-size:1.25rem;font-weight:400;letter-spacing:.25em;color:#1d1d1b}.header-logo .logo-divider{width:2px;height:30px;background-color:#1d1d1b}.header-logo .logo-subtitle{font-size:.65rem;letter-spacing:.15em;color:#1d1d1b;text-transform:uppercase}.header-links{display:flex;list-style:none;margin:0 0 0 auto;padding:0;gap:3rem}.header-links li{margin:0;padding:0}.header-links a{text-decoration:none;font-size:.75rem;font-weight:500;letter-spacing:.15em;color:#1d1d1b;transition:color .3s ease;text-transform:uppercase}.header-links a:hover{color:#344491}@media screen and (max-width:1100px){.header-links{position:fixed;top:0;left:0;width:80%;max-width:320px;height:100vh;flex-direction:column;padding:5rem 2rem 2rem;box-shadow:2px 0 10px #0000001a;transform:translate(-100%);transition:transform .3s ease;z-index:1000;gap:0}.header-links.active{transform:translate(0);background-color:#e3e3e3}.header-links li{margin-bottom:1.5rem}.header-links a{font-size:.875rem}}@media screen and (max-width:1100px){.header-cta{display:none}}.header-mobile-toggle{display:none;background:none;border:none;cursor:pointer;padding:.5rem;z-index:1001}.header-mobile-toggle svg{width:24px;height:24px;stroke:#1d1d1b}.header-mobile-toggle .icon-hamburger{display:block}.header-mobile-toggle .icon-close{display:none}@media screen and (max-width:1100px){.header-mobile-toggle{display:block}}.header-mobile-toggle.active{position:fixed;right:2rem}.header-mobile-toggle.active .icon-hamburger{display:none}.header-mobile-toggle.active .icon-close{display:block}.header-sticky{position:fixed;top:0;left:0;width:100%;z-index:999;transition:box-shadow .3s ease}.header-sticky.scrolled{box-shadow:0 4px 6px #0000001a}.header-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:999;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.header-overlay.active{opacity:1;visibility:visible}footer{background:#344491}footer svg{padding:1rem;margin-left:20px}@media screen and (max-width:767px){footer svg{padding:0;margin:0}}footer h2{font-weight:600;margin-bottom:1.5rem}footer h2,footer li,footer p,footer a{font-size:14px}footer ul{padding:0}@media screen and (max-width:767px){footer ul{padding:0;margin:0}}footer .footer-bottom p{text-align:center;margin:0;padding:2rem;font-size:14px}.btn.svelte-yzby6g{display:inline-flex;align-items:center;justify-content:center;font-weight:500;text-decoration:none;border:none;cursor:pointer;transition:all .3s ease;font-family:inherit;letter-spacing:.1em;text-transform:uppercase}.btn.svelte-yzby6g:disabled,.btn.disabled.svelte-yzby6g{opacity:.6;cursor:not-allowed}.btn--primary.svelte-yzby6g{background-color:#e3e3e3;color:#1d1d1b}.btn--primary.svelte-yzby6g:hover:not(:disabled):not(.disabled){background-color:#6773ad;color:#e3e3e3}.btn--secondary.svelte-yzby6g{background-color:#6773ad;color:#e3e3e3}.btn--secondary.svelte-yzby6g:hover:not(:disabled):not(.disabled){background-color:#344491}.btn--outline.svelte-yzby6g{background-color:transparent;border:2px solid #344491;color:#344491}.btn--outline.svelte-yzby6g:hover:not(:disabled):not(.disabled){background-color:#344491;color:#e3e3e3}.btn--ghost.svelte-yzby6g{background-color:transparent;color:#344491}.btn--ghost.svelte-yzby6g:hover:not(:disabled):not(.disabled){background-color:#3444911a}.btn--small.svelte-yzby6g{padding:.5rem 1rem;font-size:.75rem;border-radius:1rem}.btn--medium.svelte-yzby6g{padding:.75rem 1.5rem;font-size:.875rem;border-radius:1.5rem}.btn--large.svelte-yzby6g{padding:1rem 2rem;font-size:1rem;border-radius:2rem}:root{--primary: $primary;--secondary: $secondary;--tertiary: $tertiary;--black: $black;--white: $white}p[data-astro-cid-sckkx6r4]{color:#344491}
