:root{--navy:#10344e;--blue:#193d57;--yellow:#fac847;--muted:#526471;--line:#d9e1e6;--surface:#f0f5f7;--font:'Zen Kaku Gothic New','Yu Gothic',Meiryo,sans-serif;color-scheme:light}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:32px}body{margin:0;color:var(--navy);background:white;font-family:var(--font);font-size:16px;line-height:1.85;-webkit-font-smoothing:antialiased}h1,h2,h3,p,figure{margin:0}h1,h2,h3{font-weight:900}a{color:inherit;text-underline-offset:5px}button,input,select{font:inherit;color:inherit}button,a,select{touch-action:manipulation}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}img{max-width:100%;height:auto}::selection{background:var(--yellow);color:var(--navy)}input{caret-color:var(--navy)}:focus-visible{outline:3px solid #267cb2;outline-offset:5px}[hidden],.is-hidden{display:none!important}.skip{position:absolute;left:16px;top:-90px;padding:12px;background:white;z-index:100}.skip:focus{top:10px}.page-width{width:calc(100% - 7.4vw);max-width:1600px;margin-inline:auto}.arrow{width:24px;height:24px;flex-shrink:0;transition:transform .18s ease}a:hover>.arrow,button:hover>.arrow{transform:translateX(4px)}.header{display:flex;align-items:center;padding:0 3.3vw;gap:32px;min-height:80px;background:white}.brand{display:flex;align-items:center;gap:8px;font-size:34px;font-weight:900;line-height:1;text-decoration:none;letter-spacing:-.035em;white-space:nowrap}.brand img{width:34px;height:34px}nav{display:flex;align-items:center;gap:32px;margin-left:3vw;font-size:14px;font-weight:700}nav a{text-decoration:none;white-space:nowrap}nav a:hover{text-decoration:underline;text-decoration-thickness:2px}.header-contact{margin-left:auto;display:flex;align-items:center;gap:14px;min-height:45px;padding:8px 20px;background:var(--yellow);text-decoration:none;font-size:14px;font-weight:700;white-space:nowrap}.header-contact:hover{background:#efbb30}.header-contact .arrow{width:18px;height:18px}.header-note{font-size:12px;line-height:1.65;border-left:1px solid var(--line);padding-left:24px;white-space:nowrap}.menu-toggle{display:none}.hero-top{display:grid;grid-template-columns:2.1fr 1fr;gap:48px;padding:18px 5vw 29px;min-height:320px;align-items:center}.hero h1{font-size:clamp(62px,7.8vw,120px);line-height:1.12;font-weight:900;letter-spacing:-.04em}.hero h1 span{display:block;white-space:nowrap}.hero-side{padding-top:6px;min-width:0}.hero-side h2{font-size:clamp(17px,1.55vw,26px);line-height:1.55;white-space:nowrap}.hero-side>p:not(.privacy-note){font-size:17px;font-weight:500;line-height:1.8;margin-top:12px}.button{display:flex;justify-content:center;align-items:center;gap:32px;min-height:64px;padding:14px 26px;border:0;border-radius:3px;text-decoration:none;font-size:20px;font-weight:900;line-height:1.55;transition:background-color .18s ease}.button-yellow{background:var(--yellow);color:var(--navy)}.button-yellow:hover{background:#efba29}.button-navy{background:var(--navy);color:white}.button-navy:hover{background:#225470}.hero-action{margin-top:20px;min-height:78px;font-size:26px;justify-content:space-between;padding-inline:30px}.privacy-note{font-size:13px;text-align:center;margin-top:6px;line-height:1.65;font-weight:500}.hero-photo{width:100%;height:23.18vw;max-height:470px;overflow:hidden;position:relative}.hero-photo img{width:100%;height:100%;display:block;object-fit:cover;object-position:center 44%;animation:photo-arrive 1.1s cubic-bezier(.2,.7,.2,1) both}.service-band{display:flex;align-items:center;gap:32px;min-height:62px;padding:13px 3.7vw;background:var(--blue);color:white}.service-band strong{font-size:20px;white-space:nowrap;line-height:1.4}.service-band p{font-size:13px;font-weight:400;border-left:1px solid #688092;padding-left:28px;line-height:1.6}.service-band a{display:flex;gap:12px;align-items:center;margin-left:auto;white-space:nowrap;font-size:13px;text-decoration:none}.service-band a:hover{text-decoration:underline}.service-band .arrow{width:18px;height:18px}.service-intro{display:grid;grid-template-columns:1fr 1fr;gap:48px;padding-top:36px;padding-bottom:76px}.service-copy h2{font-size:clamp(22px,1.95vw,32px);letter-spacing:-.02em;line-height:1.65}.service-copy p{font-size:15px;line-height:1.9;margin-top:22px}.service-points{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;padding-top:4px}.service-points>div{border-left:1px solid var(--line);padding-left:26px}.service-points h3{font-size:17px;line-height:1.6;font-weight:700}.service-points p{font-size:14px;line-height:1.85;margin-top:15px}.medium-only{display:none}.footer{padding-block:55px 24px}.footer-top{display:flex;align-items:center;gap:32px}.footer-brand{font-size:54px;font-weight:900;letter-spacing:-.04em;text-decoration:none;line-height:1.3}.footer-top>p{font-size:15px}.footer-top>div{margin-left:auto;text-align:right}.telephone{font-size:27px;font-weight:700;text-decoration:none;font-variant-numeric:tabular-nums}.footer-top>div p{font-size:12px}.footer-nav{display:flex;gap:28px;flex-wrap:wrap;padding-block:30px;font-size:14px}.footer-nav a{text-decoration:none}.footer-nav a:hover{text-decoration:underline}.footer-bottom{border-top:1px solid var(--line);padding-top:20px;display:flex;justify-content:space-between;gap:24px;font-size:12px;color:var(--muted)}
@keyframes photo-arrive{from{transform:scale(1.035)}to{transform:scale(1)}}
@media(max-width:1300px){.header-note{display:none}.header{gap:24px}nav{gap:24px;margin-left:2vw}.hero-top{gap:32px}.hero-side>p:not(.privacy-note){font-size:15px}.hero-action{font-size:22px;min-height:68px;padding-inline:20px}.service-band p{font-size:12px}.service-band strong{font-size:17px}.service-intro{gap:30px}.service-points{gap:16px}.service-points>div{padding-left:16px}.service-points h3{font-size:15px}}
@media(max-width:1000px){nav{gap:18px;font-size:13px;margin-left:0}.header{padding-inline:24px;gap:20px}.brand{font-size:29px}.header-contact{padding-inline:12px;font-size:13px}.hero-top{padding:32px 4vw;gap:24px;grid-template-columns:1.8fr 1fr}.hero h1{font-size:7vw}.hero-side h2{font-size:16px;white-space:normal}.hero-side>p:not(.privacy-note){font-size:14px}.hero-side>p br{display:none}.hero-action{font-size:18px;min-height:58px;padding-inline:16px;gap:10px}.privacy-note{font-size:12px}.service-band{gap:20px}.service-band p{display:none}.service-intro{grid-template-columns:1fr;gap:28px;padding-block:40px 60px}.service-copy h2{font-size:30px}.service-points h3{font-size:18px}.service-points p{font-size:15px}.service-points>div{padding-left:22px}.service-copy p br{display:none}}
@media(max-width:700px){html{scroll-padding-top:20px}.page-width{width:calc(100% - 40px)}.header{min-height:72px;padding:0 20px;gap:12px;flex-wrap:wrap;position:relative}.brand{font-size:29px}.brand img{width:31px;height:31px}.header-contact{font-size:12px;min-height:36px;padding:6px 10px;gap:8px}.header-contact .arrow{display:none}.menu-toggle{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;min-width:44px;min-height:44px;border:0;background:white;font-size:12px;font-weight:700;padding:0;margin-left:4px}.menu-toggle span{display:block;width:22px;height:8px;border-block:1.5px solid var(--navy)}nav{display:none;order:5;flex-basis:100%;padding:10px 0 22px;font-size:15px;flex-direction:column;align-items:stretch;gap:0}nav.open{display:flex}nav a{padding:12px 0;border-top:1px solid var(--line)}.hero-top{display:block;padding:26px 20px 30px;min-height:0}.hero h1{font-size:clamp(38px,10vw,68px);line-height:1.3;letter-spacing:-.04em}.hero-side{padding-top:21px}.hero-side h2{font-size:18px;letter-spacing:-.02em}.hero-side>p:not(.privacy-note){font-size:14px;line-height:1.9;margin-top:10px;max-width:32em}.hero-action{margin-top:20px;min-height:58px;font-size:20px;justify-content:space-between;padding-inline:23px}.privacy-note{font-size:12px;margin-top:8px}.hero-photo{height:260px;max-height:none}.hero-photo img{object-position:58% 50%}.service-band{padding:17px 20px;display:block;min-height:0}.service-band strong{display:block;font-size:16px}.service-band a{font-size:12px;margin-top:7px;justify-content:space-between}.service-intro{padding-top:36px;padding-bottom:42px;gap:28px}.service-copy h2{font-size:25px;line-height:1.65;max-width:15em}.service-copy p{font-size:14px;line-height:2;margin-top:17px}.service-points{display:block;padding:0}.service-points>div{border-left:0;border-top:1px solid var(--line);padding:18px 0;display:grid;grid-template-columns:1fr 1.2fr;gap:22px}.service-points h3{font-size:16px;line-height:1.65}.service-points p{font-size:13px;margin:0;line-height:1.85}.footer{padding-block:34px 22px}.footer-top{display:block}.footer-brand{font-size:42px}.footer-top>p{font-size:13px;margin-top:8px}.footer-top>div{text-align:left;margin-top:22px}.telephone{font-size:25px}.footer-nav{font-size:12px;gap:12px 20px;padding-block:24px}.footer-nav a{min-height:32px;display:flex;align-items:center}.footer-bottom{display:block;font-size:12px}.footer-bottom span{display:block;margin-top:5px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}}

.contact-small{display:none}@media(max-width:700px){.contact-wide{display:none}.contact-small{display:inline}}
