:root{--pc-design: 1600;--sp-design: 375;--content-max: 120rem;--gutter: 4rem;--color-bg: #ffffff;--color-fg: #1a1a1a;--font-sans: "Noto Sans JP", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--color-main: #1c6fa5;--color-navy: #0a2540;--color-text: #2a2a2a;--color-white: #ffffff;--color-footer-bg: #000000;--color-footer-text: #cad0e0;--font-en: "Avenir Next", Avenir, "Segoe UI", system-ui, -apple-system, sans-serif;--header-h: 5rem}html{font-size:calc(100vw / var(--sp-design) * 10);font-family:var(--font-sans);line-height:1.6;-webkit-text-size-adjust:100%}@media(min-width:768px){:root{--header-h: 14.7rem}html{font-size:calc(100vw / var(--pc-design) * 10)}}*,*:before,*:after{box-sizing:border-box}body{margin:0;min-height:100dvh;display:flex;flex-direction:column;background:var(--color-bg);color:var(--color-fg);font-size:1.6rem;-webkit-font-smoothing:antialiased}body>main{flex:1 0 auto}img,svg,video{display:block;max-width:100%}a{color:inherit;text-decoration:none}button{font:inherit;color:inherit;background:none;border:0;cursor:pointer}h1,h2,h3,h4,h5,h6,p,figure,ul,ol{margin:0}ul,ol{padding:0;list-style:none}.inner{width:100%;max-width:var(--content-max);margin-inline:auto;padding-inline:var(--gutter)}.Header-module__header__kFOEm{position:sticky;top:0;z-index:100;width:100%;background:var(--color-white)}.Header-module__inner__kFOEm{display:flex;align-items:center;justify-content:space-between;width:100%;max-width:var(--content-max);height:var(--header-h);margin-inline:auto;padding-inline:2rem}.Header-module__logo__kFOEm{display:block;width:8.5rem;transition:opacity .7s ease}.Header-module__logo__kFOEm:hover{opacity:.5}.Header-module__logo__kFOEm img{width:100%;height:auto}.Header-module__nav__kFOEm{position:fixed;top:var(--header-h);left:0;z-index:90;display:grid;align-content:start;width:100%;height:calc(100dvh - var(--header-h));padding:3rem 2rem 4rem;background:var(--color-white);visibility:hidden;opacity:0;transform:translate(4rem);transition:opacity .3s ease,transform .3s ease,visibility .3s}.Header-module__nav__kFOEm[data-open=true]{visibility:visible;opacity:1;transform:translate(0)}.Header-module__navList__kFOEm{display:grid}.Header-module__navLink__kFOEm{display:block;padding-block:1.8rem;border-bottom:1px solid rgba(42,42,42,.15);font-family:var(--font-en);font-size:1.6rem;font-weight:600;letter-spacing:.16rem;line-height:1.4;color:var(--color-text);transition:opacity .7s ease}.Header-module__navLink__kFOEm:hover{opacity:.5}.Header-module__contact__kFOEm{display:flex;align-items:center;justify-content:center;height:4.8rem;margin-top:3.2rem;border:1px solid var(--color-main);border-radius:10rem;background:var(--color-main);font-family:var(--font-en);font-size:1.5rem;font-weight:500;letter-spacing:.15rem;line-height:1;color:var(--color-white);transition:background-color .7s ease,color .7s ease,border-color .7s ease}.Header-module__contact__kFOEm:hover{background:var(--color-white);color:var(--color-main)}.Header-module__burger__kFOEm{display:grid;align-content:center;gap:.68rem;width:2.2rem;height:4.4rem;padding:0}.Header-module__burgerLine__kFOEm{display:block;width:2.2rem;height:.12rem;background:var(--color-text);transition:transform .3s ease}.Header-module__burger__kFOEm[data-open=true] .Header-module__burgerLine__kFOEm:first-child{transform:translateY(.4rem) rotate(20deg)}.Header-module__burger__kFOEm[data-open=true] .Header-module__burgerLine__kFOEm:last-child{transform:translateY(-.4rem) rotate(-20deg)}@media(min-width:768px){.Header-module__inner__kFOEm{padding-inline:0}.Header-module__logo__kFOEm{width:15.3rem}.Header-module__nav__kFOEm{position:static;display:flex;align-items:center;gap:6rem;width:auto;height:auto;padding:0;background:none;visibility:visible;opacity:1;transform:none;transition:none}.Header-module__navList__kFOEm{display:flex;align-items:center;gap:6rem}.Header-module__navLink__kFOEm{padding-block:0;border-bottom:0;font-size:1.5rem;letter-spacing:.15rem;line-height:1;color:#000}.Header-module__contact__kFOEm{width:13rem;height:3.6rem;margin-top:0}.Header-module__burger__kFOEm{display:none}}.Footer-module__footer__nuBIh{width:100%;background:var(--color-footer-bg);color:var(--color-footer-text)}.Footer-module__inner__nuBIh{display:grid;grid-template-columns:16.75rem 1fr;grid-template-areas:"brand brand" "sitemap contact" "copy copy";width:100%;max-width:var(--content-max);margin-inline:auto;padding:4.9rem 2rem 4.5rem}.Footer-module__brand__nuBIh{grid-area:brand}.Footer-module__logo__nuBIh{display:block;width:13.6rem;transition:opacity .7s ease}.Footer-module__logo__nuBIh:hover{opacity:.5}.Footer-module__logo__nuBIh img{width:100%;height:auto}.Footer-module__address__nuBIh{margin-top:2.5rem;font-family:var(--font-en);font-style:normal;font-size:1.3rem;font-weight:400;line-height:2.3rem;letter-spacing:.065rem}.Footer-module__sitemap__nuBIh{grid-area:sitemap;margin-top:2.8rem}.Footer-module__contact__nuBIh{grid-area:contact;margin-top:2.8rem}.Footer-module__heading__nuBIh{font-family:var(--font-en);font-size:1.6rem;font-weight:700;line-height:1.2;letter-spacing:.08rem;color:var(--color-white)}.Footer-module__list__nuBIh{margin-top:1.3rem}.Footer-module__listLink__nuBIh{display:block;font-family:var(--font-en);font-size:1.3rem;font-weight:400;line-height:2.4rem;letter-spacing:.065rem;color:var(--color-footer-text);transition:opacity .7s ease}.Footer-module__listLink__nuBIh:hover{opacity:.5}.Footer-module__lead__nuBIh{margin-top:1.3rem;font-size:1.3rem;line-height:2.4rem;letter-spacing:.065rem}.Footer-module__button__nuBIh{display:flex;align-items:center;justify-content:center;gap:1rem;width:15.8rem;height:3.4rem;margin-top:2.8rem;border:1px solid var(--color-main);border-radius:10rem;background:var(--color-main);font-size:1rem;font-weight:700;line-height:1.8rem;letter-spacing:.1rem;color:var(--color-white);transition:background-color .7s ease,color .7s ease,border-color .7s ease}.Footer-module__button__nuBIh:hover{background:var(--color-white);color:var(--color-main)}.Footer-module__buttonIcon__nuBIh{width:1.2rem;height:1rem;transition:filter .7s ease}.Footer-module__button__nuBIh:hover .Footer-module__buttonIcon__nuBIh{filter:brightness(0)}.Footer-module__copy__nuBIh{grid-area:copy;margin-top:4rem;font-family:var(--font-en);font-size:1.3rem;font-weight:400;line-height:3rem;letter-spacing:.065rem;text-align:center}@media(min-width:768px){.Footer-module__inner__nuBIh{grid-template-columns:57.2rem 26.3rem 1fr;grid-template-rows:21rem auto;grid-template-areas:"brand sitemap contact" "copy sitemap contact";align-content:start;padding:8.6rem 0 0;min-height:45.8rem}.Footer-module__logo__nuBIh{width:20.4rem}.Footer-module__address__nuBIh{margin-top:4.2rem;font-size:1.5rem;line-height:3rem;letter-spacing:.075rem}.Footer-module__sitemap__nuBIh,.Footer-module__contact__nuBIh{margin-top:1.3rem}.Footer-module__heading__nuBIh{font-size:2rem;letter-spacing:.1rem}.Footer-module__list__nuBIh{margin-top:2.8rem}.Footer-module__listLink__nuBIh{font-size:1.5rem;line-height:3rem;letter-spacing:.075rem}.Footer-module__lead__nuBIh{margin-top:2.8rem;font-size:1.5rem;line-height:3rem;letter-spacing:.075rem}.Footer-module__button__nuBIh{width:23.4rem;height:4.8rem;margin-top:2.3rem;font-size:1.5rem;line-height:1.6;letter-spacing:.15rem}.Footer-module__buttonIcon__nuBIh{width:1.6rem;height:1.4rem}.Footer-module__copy__nuBIh{margin-top:3.1rem;font-size:1.5rem;letter-spacing:.075rem;text-align:left}}
