@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700;800;900&display=swap');
:root{--ink:#143c47;--muted:#5d7278;--cyan:#35c2e8;--cyan-light:#eefbfe;--yellow:#ffe269;--line:#d9e6ea;--white:#fff;--bg:#f7fafb;--radius:16px}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;color:var(--ink);background:white;font-family:'Noto Sans JP',system-ui,sans-serif;font-size:16px;line-height:1.8}a{color:inherit;text-decoration:none}button,input,select{font:inherit;color:inherit}button,a,input,select,summary{-webkit-tap-highlight-color:transparent}button,a{touch-action:manipulation}button{cursor:pointer}img{max-width:100%;display:block}a:focus-visible,button:focus-visible,select:focus-visible,input:focus-visible,summary:focus-visible{outline:3px solid #0087b1;outline-offset:4px}a:hover{color:#007997}h1,h2,h3,p{margin-top:0}h1,h2,h3{line-height:1.5}h2{font-size:clamp(1.5rem,2.3vw,2rem);letter-spacing:.035em}.wrap{max-width:1160px;width:calc(100% - 64px);margin:auto}.preview-note{background:var(--ink);color:white;text-align:center;font-size:.8125rem;padding:5px 20px}.preview-note span{margin-left:16px;font-weight:400;color:#e0edf1}.site-header{display:flex;align-items:center;justify-content:space-between;padding:12px max(32px,calc((100vw - 1250px)/2));gap:24px;background:white}.brand{display:flex;align-items:center;gap:10px;flex-shrink:0}.brand img{width:74px;height:60px;object-fit:contain}.brand>span{font-size:1.45rem;line-height:1.1;font-weight:900;letter-spacing:.02em}.brand em,.site-footer em{font-family:Georgia,serif;font-size:.72em;font-weight:400}.brand small{display:block;font-size:.6875rem;font-weight:500;letter-spacing:.05em;margin-top:8px}.site-header nav{display:flex;align-items:center;gap:30px;font-size:.875rem;font-weight:700}.nav-button{background:var(--ink);color:white;padding:14px 20px;border-radius:7px}.nav-button:hover{background:#07627a;color:white}.nav-button span{margin-left:12px}.hero{display:grid;grid-template-columns:1fr 1fr;position:relative;min-height:430px;background:var(--cyan-light);overflow:hidden}.hero-copy{padding:58px 40px 90px max(32px,calc((100vw - 1160px)/2))}.eyebrow{font-size:.8125rem;letter-spacing:.16em;font-weight:800;margin-bottom:13px;color:#087f9e}.hero h1{font-size:clamp(2.7rem,4.1vw,4rem);letter-spacing:.045em;line-height:1.5;margin:0 0 18px;font-weight:900}.hero h1 span{background:linear-gradient(transparent 71%,var(--yellow) 71%,var(--yellow) 92%,transparent 92%)}.hero-copy>p:not(.eyebrow){color:var(--muted);font-size:.9375rem;line-height:2}.text-link{font-size:.875rem;font-weight:700;display:flex;gap:25px;align-items:center;margin-top:25px}.hero-visual{position:relative;display:flex;align-items:center;justify-content:center;background:#d4f1f8;padding:35px 60px 60px;border-radius:0 0 0 100px;overflow:hidden}.hero-visual>img{max-height:345px;width:auto;object-fit:contain;position:relative;z-index:1}.hero-label{position:absolute;top:24px;right:40px;font-family:Georgia,serif;font-style:italic;transform:rotate(5deg);font-size:1.6rem;color:#077c9d}.hero-stamp{position:absolute;bottom:58px;right:27px;background:var(--yellow);border:1px solid #173f4b;border-radius:50%;width:97px;height:97px;display:flex;flex-direction:column;align-items:center;justify-content:center;line-height:1.1;font-weight:900;font-size:1.125rem;transform:rotate(12deg);z-index:2}.hero-stamp i{font-family:Georgia,serif;font-size:.9375rem;font-weight:400}.search-shell{position:relative;margin-top:-40px;z-index:3;background:white;padding:26px 32px 20px;border:1px solid var(--line);border-radius:var(--radius);box-shadow:0 12px 35px #1639430b}.section-kicker{display:flex;align-items:center;gap:20px;margin-bottom:20px}.section-kicker>span{font-size:.75rem;font-weight:800;color:#148ca8;letter-spacing:.15em}.section-kicker h2{font-size:1.25rem;margin:0}.home-search{display:grid;grid-template-columns:1.2fr 1fr 1fr 1.2fr;gap:14px;align-items:end}.home-search label,.filter-form label{font-size:.8125rem;font-weight:700;display:flex;flex-direction:column;gap:7px}select,input[type=search],input[type=text],input[type=number]{background:white;border:1px solid #c7d9df;border-radius:6px;padding:12px;min-width:0;width:100%;font-size:.875rem;height:48px}select{cursor:pointer}.button{border:0;display:inline-flex;align-items:center;justify-content:center;gap:12px;padding:13px 24px;border-radius:6px;line-height:1.6;font-weight:700;min-height:48px;font-size:.9375rem}.primary{background:var(--cyan);color:#113d48}.primary:hover{background:#12b2db;color:#073c4b}.secondary{border:1px solid var(--ink);background:white}.search-foot{display:flex;justify-content:space-between;gap:20px;margin-top:15px;font-size:.75rem;color:var(--muted)}.search-foot a{font-size:.8125rem;font-weight:700;color:var(--ink)}.section{padding-top:64px;padding-bottom:10px}.section-head{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:26px}.section-head h2,.section-head p{margin-bottom:0}.section-head .eyebrow{margin-bottom:5px}.lifestyle-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.lifestyle-grid>a{position:relative;display:flex;flex-direction:column;padding:21px 22px 28px;border:1px solid var(--line);border-radius:10px;background:white;transition:transform .2s,border-color .2s}.lifestyle-grid>a:hover{transform:translateY(-4px);border-color:var(--cyan)}.lifestyle-number{color:#1499b8;font-size:.75rem;letter-spacing:.08em;margin-bottom:13px}.lifestyle-grid strong{font-size:1.125rem;margin-bottom:6px}.lifestyle-grid a>span:not(.lifestyle-number){font-size:.8125rem;color:var(--muted)}.lifestyle-grid b{position:absolute;right:20px;top:18px;font-weight:500}.site-footer{margin-top:70px;background:#143c47;color:white;padding:38px 32px;display:flex;justify-content:space-between;align-items:center}.site-footer>p{font-weight:900;font-size:1.5rem;margin:0}.site-footer small{font-size:.75rem;color:#d9e9ed}@media(max-width:1000px){.site-header nav{gap:18px}.nav-button{display:none}.hero-copy{padding:48px 32px 80px}.hero-visual{padding:35px}.hero h1{font-size:2.8rem}.lifestyle-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:680px){.wrap{width:calc(100% - 32px)}.preview-note{font-size:.75rem;padding:5px 12px}.preview-note span{display:none}.site-header{padding:12px 16px;gap:10px}.brand img{width:50px;height:44px}.brand>span{font-size:1rem}.brand small{font-size:.625rem;margin-top:6px}.site-header nav{gap:14px;font-size:.75rem}.hero{grid-template-columns:1fr;min-height:auto}.hero-copy{padding:32px 24px 20px;z-index:1}.hero h1{font-size:2.7rem}.hero .eyebrow{font-size:.6875rem}.hero-copy>p:not(.eyebrow){font-size:.875rem}.hero-visual{height:250px;justify-content:flex-end;padding:16px 24px 36px;border-radius:70px 0 0 0;margin-left:55px;margin-top:-15px}.hero-visual>img{height:220px;width:auto;margin-right:40px}.hero-label{left:18px;right:auto;top:34px;font-size:1.2rem;max-width:85px;line-height:1.5}.hero-stamp{width:67px;height:67px;right:15px;bottom:45px;font-size:.875rem}.hero-stamp i{font-size:.75rem}.text-link{margin-top:10px}.search-shell{margin-top:-20px;padding:20px 18px}.section-kicker{gap:10px;align-items:flex-start;flex-direction:column;margin-bottom:16px}.section-kicker>span{font-size:.6875rem}.section-kicker h2{font-size:1.125rem}.home-search{grid-template-columns:1fr 1fr;gap:12px}.home-search label:first-child{grid-column:1/-1}.home-search button{grid-column:1/-1}.search-foot{flex-direction:column;gap:7px}.section{padding-top:42px}.lifestyle-grid{gap:12px}.lifestyle-grid>a{padding:16px 14px 20px}.lifestyle-grid strong{font-size:1rem}.lifestyle-grid a>span:not(.lifestyle-number){font-size:.75rem}.site-footer{margin-top:45px;padding:28px 20px}.site-footer>p{font-size:1.125rem}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{transition:none!important;animation:none!important}}
