:root{--story-bg:#f2eee5;--story-bg-soft:#eee9df;--story-text:#172719;--story-text-muted:#55584f;--story-line:#232d2338;--story-cta-line:#17341f;--story-cta-tel:#3f5a41;--story-cta-mail:#5b7357;--story-green-dark:#17341f;--story-icon-bg:#d9d9c9;--story-white:#f8f6ef;--font-serif-ja:"Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;--font-serif-en:Georgia, "Times New Roman", serif;--font-sans-ui:"Noto Sans JP", system-ui, sans-serif;--color-brand-primary:#1f3a2e;--scene05-circle-bg:#d6d9ca;--story-header-height:48px;--story-scene-gap:clamp(32px, 3vw, 48px);--image-edge-fade-width:clamp(36px, 5vw, 96px)}@media (width>=640px){:root{--story-header-height:52px}}@media (width>=1024px){:root{--story-header-height:64px}}@media (width<=767px){:root{--story-scene-gap:clamp(20px, 5vw, 28px)}}:root{--scene-02-min-h:clamp(480px, 80svh, 820px);--scene-03-min-h:clamp(440px, 70svh, 720px);--scene-04-min-h:clamp(460px, 75svh, 760px);--scene-05-min-h:clamp(380px, 58svh, 600px);--scene-06-min-h:clamp(320px, 42svh, 460px);--scene-07-min-h:clamp(320px, 38svh, 460px);--scene-08-min-h:clamp(354px, 44svh, 506px);--scene03-photo-w:51%;--scene03-text-w:49%;--scene04-photo-w:52%;--scene04-text-w:48%;--scene05-steps-w:77%;--scene05-copy-w:23%;--scene06-photo-w:66%;--scene06-stats-w:34%;--scene07-map-w:68%;--scene07-copy-w:32%;--scene08-photo-w:39%;--scene08-main-w:61%}.story-page{margin:0;background:var(--story-bg);width:min(100%,1600px);color:var(--story-text);font-family:var(--font-serif-ja);margin-inline:auto;overflow-x:hidden}body:has(.story-page){background:var(--story-bg-soft);margin:0}html:has(.story-page){scroll-behavior:smooth}@media (prefers-reduced-motion:reduce){html:has(.story-page){scroll-behavior:auto}}.story-header{z-index:30;height:var(--story-header-height);background:0 0;border-bottom:1px solid #0000;justify-content:center;align-items:center;transition:background .3s,border-color .3s;display:flex;position:fixed;top:0;left:0;right:0}.story-header.is-scrolled{background:var(--story-bg);border-bottom-color:var(--story-line)}.story-header-inner{justify-content:space-between;align-items:center;gap:clamp(.75rem,2vw,2rem);width:min(100%,1600px);margin-inline:auto;padding-inline:clamp(1rem,4vw,2rem);display:flex}.story-header-logo{font-family:var(--font-serif-en);letter-spacing:.03em;color:var(--story-text);white-space:nowrap;text-shadow:0 1px 8px #faf6ecb3;align-items:center;min-height:44px;font-size:.9375rem;text-decoration:none;transition:opacity .25s;display:inline-flex}.story-header-logo:hover{opacity:.75}.story-header-nav{display:none}@media (width>=1024px){.story-header-nav{flex:auto;min-width:0;display:block}}.story-header-nav-list{flex-wrap:nowrap;justify-content:center;align-items:center;gap:clamp(1.125rem,2.6vw,3rem);margin:0;padding:0;list-style:none;display:flex}.story-header-nav-link{min-height:44px;font-family:var(--font-sans-ui);letter-spacing:.06em;white-space:nowrap;color:var(--story-green-dark);text-shadow:0 1px 8px #faf6ecb3,0 1px 2px #faf6ec80;align-items:center;font-size:clamp(.8125rem,1.05vw,.9375rem);text-decoration:none;transition:opacity .25s;display:inline-flex;position:relative}.story-header-nav-link:hover{opacity:.72}.story-header-nav-link:after{content:"";background:var(--story-green-dark);opacity:0;height:1px;transition:opacity .25s;position:absolute;top:calc(50% + .85em);left:0;right:0}.story-header-nav-link:hover:after{opacity:.5}.story-header-nav-link[aria-current=page]:after{opacity:1}.story-header-actions{flex:none;align-items:center;gap:.25rem;display:flex}.story-header-link{font-family:var(--font-sans-ui);letter-spacing:.04em;white-space:nowrap;color:var(--story-text);border:1px solid var(--story-line);align-items:center;min-height:40px;padding:0 clamp(.7rem,1.4vw,.9rem);font-size:clamp(.8125rem,1vw,.875rem);text-decoration:none;transition:background .2s;display:inline-flex}.story-header-link:hover{background:var(--story-bg-soft)}.story-header-menu-button{min-width:44px;min-height:44px;color:var(--story-green-dark);cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;padding:0;display:inline-flex}@media (width>=1024px){.story-header-menu-button{display:none}}.story-header.is-scrolled .story-header-logo,.story-header.is-scrolled .story-header-nav-link{text-shadow:none}.story-header-logo:focus-visible,.story-header-nav-link:focus-visible,.story-header-link:focus-visible,.story-header-menu-button:focus-visible{outline:2px solid var(--story-green-dark);outline-offset:3px}.story-to-top{z-index:35;border:1px solid var(--story-line);background:var(--story-white);width:44px;height:44px;color:var(--story-text);cursor:pointer;opacity:0;pointer-events:none;border-radius:999px;justify-content:center;align-items:center;transition:opacity .3s;display:flex;position:fixed;bottom:1.5rem;right:1.25rem}.story-to-top.is-visible{opacity:1;pointer-events:auto}.story-scenes{gap:var(--story-scene-gap);flex-direction:column;display:flex}.scene{justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}@media (width<=767px){.scene{padding:2.5rem 1.25rem}}.scene-01{min-height:100dvh;padding:0}.scene-02{min-height:var(--scene-02-min-h)}.scene-03{min-height:var(--scene-03-min-h)}.scene-04{min-height:var(--scene-04-min-h)}.scene-05{min-height:var(--scene-05-min-h)}.scene-06{min-height:var(--scene-06-min-h)}.scene-07{min-height:var(--scene-07-min-h)}.scene-08{min-height:var(--scene-08-min-h)}.scene-bg{background:var(--story-bg);color:var(--story-text)}.reveal{opacity:1}.js-armed .reveal{opacity:.96;transform:translateY(12px)}.js-armed .reveal.is-in{opacity:1;transition:opacity .6s,transform .6s;transform:none}.scene-01 .scene-media{width:100%;height:100%;position:absolute;inset:0}.scene-01 .scene-media img{object-fit:cover;object-position:center 55%;width:100%;height:100%;position:absolute;inset:0}.scene-01-overlay{background:linear-gradient(#f2eee552 0%,#f2eee52e 40%,#f2eee580 100%);position:absolute;inset:0}.scene01-content{z-index:2;text-align:center;width:min(90%,760px);min-height:100%;padding:max(96px, var(--story-header-height)) 24px 48px;flex-direction:column;justify-content:center;align-items:center;margin-inline:auto;display:flex;position:relative}.scene01-brand{font-family:var(--font-serif-en);letter-spacing:.01em;color:var(--story-green-dark);margin:0;font-size:clamp(2rem,5vw,4.5rem);line-height:1}.scene01-heading{font-family:var(--font-serif-ja);letter-spacing:.1em;color:var(--story-green-dark);margin:clamp(28px,4vh,56px) 0 0;font-size:clamp(42px,4.5vw,56px);font-weight:600;line-height:1.35}.scene01-heading .copy-line{display:block}@media (width<=719px){.scene01-heading{font-size:clamp(19px,6vw,44px)}}.scene01-business{letter-spacing:.05em;color:#12301e;text-shadow:0 1px 14px #fcf8eecc,0 1px 3px #14281e29;margin:clamp(30px,3.6vh,50px) 0 clamp(10px,1.2vh,16px);font-size:clamp(21px,1.95vw,29px);font-weight:600;line-height:1.8;position:relative}.scene01-business:before{content:"";z-index:-1;pointer-events:none;background:radial-gradient(#faf6ec6b 0%,#faf6ec33 45%,#faf6ec00 75%);position:absolute;inset:-26% -12%}.scene01-business:after{content:"";pointer-events:none;background-image:linear-gradient(90deg,#17341f00 0%,#17341f4d 10% 90%,#17341f00 100%),linear-gradient(90deg,#17341f00 0%,#17341f4d 10% 90%,#17341f00 100%);background-position:top,bottom;background-repeat:no-repeat;background-size:100% 1px,100% 1px;position:absolute;inset:-.62em 0 -.45em}@media (width<=719px){.scene01-business{letter-spacing:.02em;color:#112e20;text-shadow:0 1px 12px #faf7eed1,0 1px 2px #14281e2e;margin:clamp(26px,3.2vh,44px) 0 clamp(8px,1vh,12px);font-size:clamp(16px,4.8vw,21px)}.scene01-business:after{top:-.5em;bottom:-.38em}}.scene01-copy{letter-spacing:.1em;color:#123022fa;text-shadow:0 1px 12px #fcf8eeb8,0 1px 3px #14281e2e;margin:clamp(16px,2vh,28px) 0 0;font-size:clamp(1.1rem,1.45vw,1.4rem);font-weight:600;line-height:1.75;position:relative}.scene01-copy:before{content:"";z-index:-1;pointer-events:none;background:radial-gradient(#faf6ec59 0%,#faf6ec2e 45%,#faf6ec00 75%);position:absolute;inset:-22% -12%}@media (width<=767px){.scene01-copy{color:#112e20fa;text-shadow:0 1px 10px #faf7eebf,0 1px 2px #14281e33;font-size:clamp(16px,4vw,18px);font-weight:600;line-height:1.75}}.region-narrow-break{display:none}@media (width<=364px){.region-narrow-break{display:inline}}.scene01-arrow{margin:clamp(1rem,2.5vw,1.75rem) 0 0}.scene01-arrow span{background:linear-gradient(var(--story-green-dark), transparent);width:1px;height:2.25rem;animation:2.4s ease-in-out infinite storyCueMove;display:inline-block}@keyframes storyCueMove{0%,to{opacity:.35;transform:translateY(0)}50%{opacity:1;transform:translateY(6px)}}@media (prefers-reduced-motion:reduce){.scene01-arrow span{opacity:.6;animation:none}}.scene-02 .scene-media{position:absolute;inset:0}.scene-02 .scene-media img{object-fit:cover;object-position:center 56%;width:100%;height:100%}.scene-02-overlay{background:linear-gradient(90deg,#0c120eb8 0%,#0c120e80 30%,#0c120e29 54%,#0c120e00 74%);position:absolute;inset:0}.scene-02-text{z-index:1;flex-direction:column;justify-content:flex-end;max-width:40rem;padding:0 0 clamp(32px,5vw,80px);display:flex;position:absolute;inset:0 24px 0 clamp(28px,5vw,76px)}@media (width<=767px){.scene-02-text{max-width:none;padding:0 0 20px;left:20px;right:20px}}.scene02-heading{letter-spacing:.1em;color:var(--story-white);margin:0;font-size:clamp(2rem,3.2vw,3.5rem);font-weight:600;line-height:1.45}@media (width<=767px){.scene02-heading{font-size:clamp(24px,7.5vw,32px)}}.scene02-rule{background:#f8f6ef99;width:1px;height:2.5rem;margin:1.25rem 0;display:block}.scene02-copy{letter-spacing:.08em;color:#f8f6efd9;margin:0;font-size:clamp(1rem,1.4vw,1.3rem);line-height:1.9}.scene-03{align-items:stretch;padding:0}.scene-03-inner{width:min(92vw,1320px);margin-inline:auto;display:flex}@media (width<=767px){.scene-03-inner{flex-direction:column;width:100%;height:auto}}.scene03-grid-wrap{flex:0 0 var(--scene03-photo-w);min-width:0;padding:1.8%;display:flex}@media (width<=767px){.scene03-grid-wrap{flex:none;width:100%;padding:4%}}.scene03-grid{grid-template-columns:1fr 1fr;gap:clamp(4px,.4vw,6px);width:100%;display:grid}@media (width<=767px){.scene03-grid{gap:clamp(3px,.8vw,4px)}}.scene03-grid-cell{aspect-ratio:4/3;min-width:0;position:relative;overflow:hidden}.scene03-grid-cell img{object-fit:cover;filter:saturate(.96)contrast(.97);width:100%;height:100%;display:block}.scene03-text-wrap{flex:0 0 var(--scene03-text-w);background:var(--story-bg);align-items:center;min-width:0;display:flex}@media (width<=767px){.scene03-text-wrap{flex:none;width:100%}}.scene03-text-inner{min-width:0;max-width:42rem;padding:clamp(24px,6vw,64px) clamp(32px,5vw,80px)}@media (width<=767px){.scene03-text-inner{padding:clamp(24px,6vw,48px) 20px}}.scene03-list{flex-direction:column;gap:.3rem;margin:0 0 1.75rem;padding:0;list-style:none;display:flex}.scene03-list li{letter-spacing:.1em;color:var(--story-text);white-space:nowrap;font-size:clamp(1.65rem,2.5vw,2.75rem);font-weight:600;line-height:1.65}.scene03-rule{border:none;border-top:1px solid var(--story-line);width:72%;margin:0 0 1.25rem}.scene03-note{letter-spacing:.06em;color:var(--story-text-muted);margin:0 0 .5rem;font-size:clamp(1rem,1.2vw,1.15rem);line-height:1.9}.scene-04{align-items:stretch;padding:0}.scene-04-inner{width:min(92vw,1320px);margin-inline:auto;display:flex}@media (width<=767px){.scene-04-inner{flex-direction:column;width:100%;height:auto}}.scene04-photo{flex:0 0 var(--scene04-photo-w);min-width:0;height:100%;position:relative;overflow:hidden}@media (width<=767px){.scene04-photo{aspect-ratio:4/3;flex:none;width:100%;height:auto}}.scene04-photo img{object-fit:cover;object-position:center;width:100%;height:100%;-webkit-mask-image:linear-gradient(to right, #000 0%, #000 calc(100% - var(--image-edge-fade-width)), transparent 100%);mask-image:linear-gradient(to right, #000 0%, #000 calc(100% - var(--image-edge-fade-width)), transparent 100%);display:block}@media (width<=767px){.scene04-photo img{object-position:42% center;mask-image:none}}.scene04-copy{flex:0 0 var(--scene04-text-w);background:var(--story-bg);align-items:center;min-width:0;padding:clamp(24px,6vw,64px) clamp(32px,5vw,80px);display:flex}@media (width<=767px){.scene04-copy{flex:none;width:100%;padding:clamp(24px,6vw,48px) 20px}}.scene04-text{min-width:0;max-width:42rem}.scene04-text p{letter-spacing:.08em;color:var(--story-text);margin:0 0 .6rem;font-size:clamp(1.75rem,2.7vw,37px);line-height:1.65}.scene04-text .emphasis{color:var(--story-green-dark);font-weight:700}@media (width<=767px){.scene04-text p{font-size:clamp(20px,6.5vw,28px)}}@media (width>=768px) and (width<=1023px){.scene04-text p{font-size:20px}}.scene-05{background:var(--story-bg-soft);padding:2.5rem}@media (width<=767px){.scene-05{padding:2.5rem 1.25rem}}.scene-05-inner{grid-template-rows:auto auto;width:min(92vw,1320px);margin-inline:auto;display:grid}@media (width<=767px){.scene-05-inner{width:100%}}.scene05-steps{justify-content:center;align-items:center;gap:clamp(6px,.8vw,16px);width:100%;display:flex}@media (width<=767px){.scene05-steps{flex-direction:column;gap:12px}}.scene05-step{flex-direction:column;flex-shrink:0;align-items:center;display:flex}.scene05-circle{background:var(--scene05-circle-bg);width:clamp(114px,12vw,172px);height:clamp(114px,12vw,172px);color:var(--color-brand-primary);border-radius:999px;flex-direction:column;justify-content:flex-start;align-items:center;gap:clamp(6px,.7vw,10px);padding-top:20px;display:flex}@media (width<=767px){.scene05-circle{gap:8px;width:124px;height:124px;padding-top:18px}}.scene05-circle-label{font-family:var(--font-serif-ja);color:var(--color-brand-primary);text-align:center;white-space:nowrap;margin:0;font-size:clamp(16px,1.15vw,18px);font-weight:500;line-height:1.35}.scene05-circle-icon{object-fit:contain;width:clamp(48px,5.4vw,72px);height:clamp(48px,5.4vw,72px);display:block}.scene05-arrow{color:var(--color-brand-primary);flex-shrink:0;align-self:center;width:clamp(18px,1.6vw,26px);height:clamp(18px,1.6vw,26px)}@media (width<=767px){.scene05-arrow svg{transform:rotate(90deg)}}.scene05-copy{text-align:left;max-width:15em;margin-top:clamp(24px,3vw,40px);margin-left:auto}@media (width<=767px){.scene05-copy{text-align:center;max-width:none;margin-top:1.5rem;margin-left:0}}.scene05-text{font-family:var(--font-serif-ja);color:var(--color-brand-primary);text-align:left;margin:0;font-size:clamp(17px,1.35vw,17px);line-height:1.85}@media (width<=767px){.scene05-text{text-align:center}}.scene-06{align-items:stretch;padding:0}.scene-06-inner{width:min(92vw,1320px);margin-inline:auto;display:flex;position:absolute;inset:0}@media (width<=767px){.scene-06-inner{flex-direction:column;width:100%;height:auto;position:static}}.scene06-photo{flex:0 0 var(--scene06-photo-w);min-width:0;position:relative;overflow:hidden}@media (width<=767px){.scene06-photo{aspect-ratio:16/10;flex:none;width:100%}}.scene06-photo img{object-fit:cover;filter:brightness(.75);width:100%;height:100%;-webkit-mask-image:linear-gradient(to right, #000 0%, #000 calc(100% - var(--image-edge-fade-width)), transparent 100%);mask-image:linear-gradient(to right, #000 0%, #000 calc(100% - var(--image-edge-fade-width)), transparent 100%)}@media (width<=767px){.scene06-photo img{mask-image:none}}.scene06-photo:after{content:"";z-index:1;pointer-events:none;background:linear-gradient(90deg,#0c120e3d 0%,#0c120e1a 48%,#0c120e00 72%);position:absolute;inset:0}@media (width<=767px){.scene06-photo:after{content:none}}.scene06-quote-wrap{z-index:2;width:min(60%,34rem);max-width:86%;position:absolute;top:8%;left:7%}@media (width<=767px){.scene06-quote-wrap{background:linear-gradient(90deg,#0a100c9e 0%,#0a100c61 48%,#0a100c00 78%);width:auto;max-width:none;padding:28px 20% 20px 20px;position:absolute;inset:auto 0 0}}.scene06-quote{color:var(--story-white);overflow-wrap:break-word;margin:0 0 .6rem;font-size:clamp(1.15rem,1.7vw,1.65rem);font-weight:600;line-height:1.9}@media (width<=767px){.scene06-quote{color:var(--story-white);margin:0;font-size:clamp(14px,4.5vw,26px);font-weight:500;line-height:1.75}}.scene06-stats{flex:0 0 var(--scene06-stats-w);background:var(--story-bg);flex-direction:column;justify-content:center;align-items:center;min-width:0;padding:0 clamp(32px,5vw,80px);display:flex}@media (width<=767px){.scene06-stats{flex:none;width:100%;padding:1.5rem 20px 1.25rem}}.scene06-number-label{letter-spacing:.1em;color:var(--story-text-muted);margin:0 0 .4rem;font-size:.8125rem}.scene06-number{color:var(--story-text);margin:0;line-height:1}.scene06-number-value{font-family:var(--font-serif-en);letter-spacing:.02em;font-variant-numeric:lining-nums tabular-nums;vertical-align:baseline;font-size:clamp(3.5rem,6vw,6rem);font-weight:400;line-height:1;display:inline-block}@media (width>=768px){.scene06-number-value{font-size:clamp(46px,6vw,6rem)}}.scene06-number-unit{font-size:1rem;font-family:var(--font-sans-ui);color:var(--story-text-muted);vertical-align:baseline;margin-left:.35rem}.scene06-number-note{color:var(--story-text-muted);margin:.5rem 0 0;font-size:.75rem}.scene-07{background:var(--story-bg);--scene07-copy-shift:24px;padding:0}@media (width<=767px){.scene-07{padding:1.75rem 1.25rem}}.scene-07-inner{width:min(92vw,1320px);padding-block:clamp(1.25rem,3svh,2.25rem);padding-bottom:max(clamp(1.25rem, 3svh, 2.25rem), var(--scene07-copy-shift));align-items:center;margin-inline:auto;padding-inline:2.5rem;display:flex}@media (width<=767px){.scene-07-inner{flex-direction:column;gap:1.25rem;width:100%;height:auto;padding:0}}.scene07-map-wrap{flex:0 0 var(--scene07-map-w);min-width:0;height:calc(var(--scene-07-min-h) * .82);justify-content:center;align-items:center;display:flex}@media (width<=767px){.scene07-map-wrap{flex:none;width:100%;height:auto}}.scene07-copy{flex:0 0 var(--scene07-copy-w);text-align:left;min-width:0;transform:translateY(var(--scene07-copy-shift));flex-direction:column;justify-content:center;padding-left:clamp(24px,3vw,48px);display:flex}@media (width<=767px){.scene07-copy{text-align:center;flex:none;width:100%;padding-left:0;transform:none}}.scene07-pref-group{margin:0 0 clamp(1.25rem,3.25svh,2.25rem)}.scene07-pref{writing-mode:horizontal-tb;letter-spacing:.06em;color:var(--story-text);overflow-wrap:break-word;margin:0;font-size:clamp(2.4rem,4vw,4.5rem);font-weight:700;line-height:1.35}.scene07-pref+.scene07-pref{margin-top:0}.scene07-note{color:var(--story-text-muted);letter-spacing:.12em;margin:0;font-size:clamp(.95rem,1.25vw,1.25rem);font-weight:400;line-height:1.9}@media (width>=768px) and (width<=999px){.scene07-copy{padding-left:16px}.scene07-note{letter-spacing:.04em;font-size:15px}}.scene-08{align-items:stretch;padding:0}@media (width<=767px){.scene-08{min-height:auto;padding-block:clamp(72px,14vw,120px)}}.scene-08-inner{width:min(92vw,1320px);margin-inline:auto;display:flex}@media (width<=767px){.scene-08-inner{flex-direction:column;width:100%;height:auto}}.scene08-photo{flex:0 0 var(--scene08-photo-w);min-width:0;position:relative;overflow:hidden}@media (width<=767px){.scene08-photo{aspect-ratio:16/10;flex:none;width:100%;max-height:400px}}.scene08-photo img{object-fit:cover;object-position:58% center;width:100%;height:100%;mask-image:linear-gradient(90deg,#000 0% 92%,#0000 100%)}@media (width<=767px){.scene08-photo img{mask-image:none}}.scene08-main{flex:0 0 var(--scene08-main-w);background:var(--story-bg);flex-direction:column;justify-content:center;min-width:0;padding:clamp(24px,6vw,64px) clamp(32px,5vw,80px);display:flex;position:relative}@media (width<=767px){.scene08-main{flex:none;width:100%;padding:28px 20px 24px}}.scene08-heading{letter-spacing:.1em;color:var(--story-text);margin:0 0 1.75rem;font-size:clamp(2rem,3.2vw,3.5rem);font-weight:600;line-height:1.5}@media (width<=767px){.scene08-heading{margin-bottom:1rem;font-size:clamp(23px,7vw,38px);line-height:1.55}}.scene08-lead{color:var(--story-text-muted);margin:0 0 2.75rem;font-size:clamp(1rem,1.4vw,1.3rem);line-height:1.8}@media (width<=767px){.scene08-lead{margin-bottom:1.5rem;font-size:16px}}.scene08-cta{flex-direction:column;gap:14px;max-width:100%;margin-top:28px;display:flex}@media (width<=767px){.scene08-cta{margin-top:20px}}@media (width>=768px) and (width<=1239px){.scene08-cta{max-width:22rem}}@media (width>=1240px){.scene08-cta{flex-flow:wrap;max-width:none}}.cta-pill{min-height:42px;font-family:var(--font-sans-ui);letter-spacing:.02em;white-space:nowrap;border:1px solid #0000;border-radius:2px;justify-content:center;align-items:center;gap:.5rem;padding:0 1.5rem;font-size:17px;font-weight:700;text-decoration:none;transition:opacity .25s;display:inline-flex}@media (width<=1239px){.cta-pill{width:100%;min-height:48px}}@media (width>=1240px){.cta-pill{font-size:clamp(15px,1.05vw,17px)}}.cta-pill:hover{opacity:.85}.cta-pill-line{background:var(--story-cta-line);color:var(--story-white)}.cta-pill-tel{background:var(--story-cta-tel);color:var(--story-white)}.cta-pill-mail{background:var(--story-cta-mail);color:var(--story-white)}.cta-pill-outline{color:var(--story-text);border-color:var(--story-line);background:0 0}.scene08-sitenav{border-top:1px solid var(--story-line);margin-top:clamp(28px,3vw,40px);padding-top:clamp(16px,1.6vw,22px)}.scene08-sitenav ul{flex-wrap:wrap;gap:0 clamp(14px,1.6vw,26px);margin:0;padding:0;list-style:none;display:flex}.scene08-sitenav a{min-height:44px;font-family:var(--font-sans-ui);letter-spacing:.02em;color:var(--story-text-muted);align-items:center;font-size:15px;text-decoration:none;transition:color .2s;display:inline-flex}.scene08-sitenav a:hover,.scene08-sitenav a:focus-visible{color:var(--story-green-dark);text-underline-offset:4px;text-decoration:underline}.scene08-copyright{font-family:var(--font-sans-ui);color:var(--story-text-muted);margin:1.5rem 0 0;font-size:.6875rem}.br-mobile{display:inline}@media (width>=720px){.br-mobile{display:none}}.br-narrow-col{display:inline}@media (width>=720px) and (width<=767px){.br-narrow-col{display:none}}@media (width>=1000px){.br-narrow-col{display:none}}.scene07-map[data-astro-cid-otw2jmtj]{--scene07-highlight:#c8d4bc;--scene07-pref-fill:color-mix(in srgb, var(--story-icon-bg) 55%, var(--story-bg) 45%);width:min(88%,720px);height:100%;max-height:100%;margin-inline:auto}.scene07-map-frame[data-astro-cid-otw2jmtj]{width:100%;height:100%;position:relative;overflow:hidden}.scene07-map-svg[data-astro-cid-otw2jmtj]{width:100%;height:100%;display:block}@media (width<=767px){.scene07-map[data-astro-cid-otw2jmtj]{aspect-ratio:2.4;width:min(78%,340px);height:auto}.scene07-map-frame[data-astro-cid-otw2jmtj]{height:100%}.scene07-map-svg[data-astro-cid-otw2jmtj]{transform-origin:61% 55%;height:100%;transform:scale(1.32)}}.scene07-map[data-astro-cid-otw2jmtj] path[data-astro-cid-otw2jmtj]{fill:var(--scene07-pref-fill);stroke:var(--story-bg);stroke-width:.25px;stroke-opacity:.25;stroke-linejoin:round}.scene07-map[data-astro-cid-otw2jmtj] path[data-astro-cid-otw2jmtj].is-highlighted{fill:var(--scene07-highlight);opacity:.9}
