@charset "UTF-8";
:root{--blue:#003976;--ink:#172736;--line:#dce2e8;--light:#f3f6f9;--muted:#50606d}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:25px}body{margin:0;color:var(--ink);background:white;font-family:"Yu Gothic","Hiragino Kaku Gothic ProN",Meiryo,sans-serif;font-size:16px;line-height:1.9}a{color:inherit;text-decoration:none}a:focus-visible{outline:3px solid #327fd3;outline-offset:5px}.skip{position:absolute;left:10px;top:-100px;z-index:30;background:white;padding:10px}.skip:focus{top:10px}.draft{padding:4px 20px;text-align:center;background:#edf2f8;color:#43566c;font-size:12px}header{display:flex;justify-content:space-between;align-items:center;gap:24px;max-width:1480px;margin:auto;padding:24px 5%}.brand{display:flex;flex-direction:column;color:var(--blue);line-height:1.2;white-space:nowrap}.brand strong{font-size:34px;letter-spacing:-.055em;font-weight:800}.brand-dot{color:#4aa4d8}.brand>span{font-size:12px;letter-spacing:.04em;margin-top:8px}nav{display:flex;align-items:center;gap:28px;font-size:14px;font-weight:700}nav a:hover{color:#1975b5}.nav-contact{padding:10px 22px;border:1px solid var(--blue)}.hero{position:relative;min-height:580px;background:#e6edf2;display:flex;align-items:center;isolation:isolate;overflow:hidden}.hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(247,249,251,.98) 0%,rgba(247,249,251,.85) 30%,rgba(247,249,251,.12) 63%);z-index:-1}.hero-content{width:1280px;max-width:100%;padding:65px 6%;margin:auto}.eyebrow{font-size:13px;letter-spacing:.13em;color:var(--blue);font-weight:700;margin:0 0 17px}.hero .eyebrow{font-size:16px;letter-spacing:.08em}.hero h1{font-size:clamp(42px,4.6vw,70px);line-height:1.45;letter-spacing:.02em;margin:10px 0 24px;font-weight:700}.hero-desc{font-size:16px;line-height:2.1;margin-bottom:30px}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:45px;background:var(--blue);color:#fff;padding:14px 24px;font-size:14px;transition:background .2s}.button:hover{background:#1660a0}.image-note{position:absolute;right:22px;bottom:12px;font-size:12px;background:#ffffffd9;color:#4a5861;padding:2px 8px}.quick-nav{display:grid;grid-template-columns:repeat(3,1fr);max-width:1140px;margin:auto;border-bottom:1px solid var(--line);padding:25px 0}.quick-nav a{position:relative;display:flex;flex-direction:column;padding:0 35px;font-size:16px;font-weight:700;border-right:1px solid var(--line)}.quick-nav a:last-child{border:0}.quick-nav span{font-size:12px;letter-spacing:.1em;color:#637589;font-weight:400}.quick-nav b{position:absolute;right:32px;top:12px;color:var(--blue)}.quick-nav a:hover{color:#126db2}.section{max-width:1240px;padding:80px 50px;margin:auto}.section-title{text-align:center}.section h2,.store h2{font-size:34px;line-height:1.6;margin:0 0 20px;letter-spacing:.035em}.section-title>p:last-child{color:var(--muted);line-height:2}.business-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:35px;margin-top:45px}.business-grid article{border-top:3px solid var(--blue);padding:20px 0}.number{font-size:30px;font-weight:400;font-family:Arial,sans-serif;color:#8da4bc}.business-grid h3{font-size:21px;line-height:1.5;margin:15px 0}.business-grid p{font-size:16px;color:var(--muted);line-height:2}.category{font-size:12px;letter-spacing:.14em;color:var(--blue);font-weight:700}.store{background:var(--blue);color:#fff}.store-inner{max-width:1240px;padding:72px 50px;margin:auto;display:grid;grid-template-columns:1fr 1.1fr;gap:70px}.store .eyebrow{color:#b0d9fa}.store-name{font-size:42px;font-weight:700;letter-spacing:-.025em;line-height:1.5;margin:20px 0}.status{display:inline-block;border:1px solid #8cb8df;padding:3px 15px;font-size:13px}.store h2{font-size:32px}.store p:not(.store-name):not(.eyebrow){line-height:2.1;color:#f1f6fc}.store-detail{font-size:14px;border-top:1px solid #4874a2;padding-top:22px;margin-top:25px}.about{display:grid;grid-template-columns:1fr 1.1fr;gap:70px;padding-top:90px;padding-bottom:90px}.about-copy p{margin:0 0 23px;line-height:2.2}.about-copy p:last-child{margin-bottom:0}.company-wrap{background:var(--light)}.company{display:grid;grid-template-columns:1fr 1.5fr;gap:70px}dl{margin:0}dl>div{display:grid;grid-template-columns:145px 1fr;gap:22px;padding:19px 0;border-bottom:1px solid var(--line)}dt{font-size:14px;font-weight:700}dd{margin:0}.contact{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.contact-box{padding:27px 30px;background:var(--light);border-left:3px solid var(--blue)}.contact-box h3{font-size:17px;margin:0 0 10px}.contact-box p{font-size:14px;margin:0;color:var(--muted)}.contact>div>p:last-child{color:var(--muted)}footer{border-top:1px solid var(--line);padding:35px max(5%,calc((100% - 1140px)/2));background:#fff}.footer-top,.footer-bottom{display:flex;justify-content:space-between;align-items:center;gap:20px}.footer-top>a:last-child{font-size:13px}.footer-bottom{border-top:1px solid var(--line);margin-top:28px;padding-top:22px;font-size:13px}.footer-bottom small{font-size:12px}.mobile-only{display:none}@media(min-width:1600px){.hero{min-height:650px}}@media(max-width:980px){header{flex-wrap:wrap;padding:20px 5%}nav{width:100%;justify-content:space-between;gap:12px}.hero-content{padding-left:7%}.hero h1{font-size:54px}.business-grid{gap:22px}.business-grid h3{font-size:19px}.section,.store-inner{padding-left:30px;padding-right:30px}.store-inner,.about,.company{gap:40px}.contact{gap:30px}}@media(max-width:640px){header{padding:17px 22px;gap:18px}.brand strong{font-size:28px}nav{justify-content:flex-start;gap:12px 22px;flex-wrap:wrap;font-size:13px}.nav-contact{padding:0;border:0}.hero{min-height:610px;align-items:flex-start}.hero-content{padding:40px 25px 260px}.hero h1{font-size:42px;line-height:1.5;margin-top:12px}.hero-desc{font-size:14px}.hero .eyebrow{font-size:14px}.hero:before{background:linear-gradient(180deg,#f7f9fb 0%,rgba(247,249,251,.96) 35%,rgba(247,249,251,0) 76%)}.button{padding:12px 18px;gap:24px}.image-note{font-size:12px;right:10px;bottom:8px}.quick-nav{padding:20px 0}.quick-nav a{padding:0 12px;font-size:14px}.quick-nav span{font-size:12px}.quick-nav b{display:none}.section{padding:55px 25px}.section h2{font-size:28px}.section-title{text-align:left}.business-grid{grid-template-columns:1fr;gap:12px;margin-top:30px}.business-grid article{padding:18px 0}.business-grid h3{font-size:23px}.business-grid p{margin-bottom:14px}.business-grid .number{font-size:24px}.store-inner,.about,.company,.contact{grid-template-columns:1fr;gap:30px}.store-inner{padding:50px 25px}.store-name{font-size:37px}.store h2{font-size:28px}.store p{font-size:16px}.store .store-detail{font-size:14px}dl>div{grid-template-columns:95px 1fr;gap:15px}.contact-box{padding:22px}.footer-top{align-items:flex-start}.footer-bottom{align-items:flex-start;flex-direction:column;gap:8px}.mobile-only{display:block}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
.hero{background-image:url("hero.png");background-size:cover;background-position:center 55%}@media(max-width:640px){.hero{background-size:auto 400px;background-position:62% bottom;background-repeat:no-repeat;background-color:#f7f9fb}}
