@import"https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap";:root{--primary-blue: #3498db;--light-blue: #5dade2;--dark-blue: #2c3e50;--darker-blue: #34495e;--light-gray: #f8f9fa;--very-light-blue: #f0f7fb;--text-dark: #2c3e50;--text-gray: #666666;--text-light-gray: #999999;--border-gray: #e0e0e0;--white: #ffffff;--rail-steel: #4A5568;--rail-dark: #2D3748;--rail-highlight: #718096;--shinkansen-green: #00694B;--shinkansen-green-light: #00875F;--warning-orange: #FF6B35;--warning-orange-light: #FF8C5A;--timeline-bg: #1A202C;--timeline-bg-light: #2D3748;--wood-brown: #8B4513;--wood-brown-light: #A0522D;--wood-brown-dark: #6B3E0A;--cyber-cyan: #00FFE5;--metro-purple: #9B59B6;--newline-gold: #F39C12}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;font-family:Noto Sans JP,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--white);color:var(--text-dark)}#app{width:100%;margin:0;padding:0}[data-reveal]{opacity:0;transition:opacity .8s ease,transform .8s ease}[data-reveal=fade-up]{transform:translateY(40px)}[data-reveal=fade-up].revealed{opacity:1;transform:translateY(0)}[data-reveal=fade-down]{transform:translateY(-40px)}[data-reveal=fade-down].revealed{opacity:1;transform:translateY(0)}[data-reveal=fade-left]{transform:translate(40px)}[data-reveal=fade-left].revealed{opacity:1;transform:translate(0)}[data-reveal=fade-right]{transform:translate(-40px)}[data-reveal=fade-right].revealed{opacity:1;transform:translate(0)}[data-reveal=fade-scale]{transform:scale(.9)}[data-reveal=fade-scale].revealed{opacity:1;transform:scale(1)}[data-reveal=fade].revealed{opacity:1}[data-stagger]>*{opacity:0;transform:translateY(30px);transition:opacity .6s ease,transform .6s ease}[data-stagger].revealed>*:nth-child(1){transition-delay:0s}[data-stagger].revealed>*:nth-child(2){transition-delay:.1s}[data-stagger].revealed>*:nth-child(3){transition-delay:.2s}[data-stagger].revealed>*:nth-child(4){transition-delay:.3s}[data-stagger].revealed>*:nth-child(5){transition-delay:.4s}[data-stagger].revealed>*:nth-child(6){transition-delay:.5s}[data-stagger].revealed>*:nth-child(7){transition-delay:.6s}[data-stagger].revealed>*:nth-child(8){transition-delay:.7s}[data-stagger].revealed>*:nth-child(9){transition-delay:.8s}[data-stagger].revealed>*:nth-child(10){transition-delay:.9s}[data-stagger].revealed>*:nth-child(11){transition-delay:1s}[data-stagger].revealed>*:nth-child(12){transition-delay:1.1s}[data-stagger].revealed>*:nth-child(13){transition-delay:1.2s}[data-stagger].revealed>*{opacity:1;transform:translateY(0)}[data-count]{display:inline-block;font-variant-numeric:tabular-nums}[data-timeline]{--timeline-progress: 0}[data-timeline]:before{transform:scaleY(0);transform-origin:top;transition:transform 1.5s ease}[data-timeline].timeline-animate:before{transform:scaleY(1)}[data-timeline] .history-item{opacity:0;transform:translate(-20px);transition:opacity .5s ease,transform .5s ease}[data-timeline].timeline-animate .history-item:nth-child(1){transition-delay:.1s}[data-timeline].timeline-animate .history-item:nth-child(2){transition-delay:.2s}[data-timeline].timeline-animate .history-item:nth-child(3){transition-delay:.3s}[data-timeline].timeline-animate .history-item:nth-child(4){transition-delay:.4s}[data-timeline].timeline-animate .history-item:nth-child(5){transition-delay:.5s}[data-timeline].timeline-animate .history-item:nth-child(6){transition-delay:.6s}[data-timeline].timeline-animate .history-item:nth-child(7){transition-delay:.7s}[data-timeline].timeline-animate .history-item:nth-child(8){transition-delay:.8s}[data-timeline].timeline-animate .history-item:nth-child(9){transition-delay:.9s}[data-timeline].timeline-animate .history-item:nth-child(10){transition-delay:1s}[data-timeline].timeline-animate .history-item:nth-child(11){transition-delay:1.1s}[data-timeline].timeline-animate .history-item:nth-child(12){transition-delay:1.2s}[data-timeline].timeline-animate .history-item:nth-child(13){transition-delay:1.3s}[data-timeline].timeline-animate .history-item{opacity:1;transform:translate(0)}[data-parallax]{will-change:transform}[data-magnetic]{will-change:transform;transition:transform .3s ease}.hover-lift{transition:transform .3s ease,box-shadow .3s ease}.hover-lift:hover{transform:translateY(-8px);box-shadow:0 12px 24px #00000026}.btn-shine{position:relative;overflow:hidden}.btn-shine:after{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .5s ease}.btn-shine:hover:after{left:100%}.text-underline-animate{position:relative;display:inline-block}.text-underline-animate:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:2px;background-color:currentColor;transition:width .3s ease}.text-underline-animate:hover:after{width:100%}.section-title-animate{position:relative;display:inline-block}.section-title-animate:after{content:"";position:absolute;bottom:-8px;left:50%;transform:translate(-50%);width:0;height:3px;background:linear-gradient(90deg,var(--primary-blue),var(--dark-blue));border-radius:2px;transition:width .6s ease .3s}[data-reveal].revealed .section-title-animate:after,.section-title-animate.revealed:after{width:60px}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.number-pulse{animation:pulse 2s ease-in-out infinite;animation-play-state:paused}.number-pulse.revealed{animation-play-state:running}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}[data-reveal],[data-stagger]>*{opacity:1!important;transform:none!important}[data-timeline]:before{transform:scaleY(1)!important}[data-timeline] .history-item{opacity:1!important;transform:none!important}}@media(max-width:767px){[data-reveal]{transition-duration:.5s}[data-reveal=fade-up],[data-reveal=fade-down],[data-reveal=fade-left],[data-reveal=fade-right]{transform:translateY(20px)}[data-stagger]>*{transition-duration:.4s}.hover-lift:hover{transform:translateY(-4px)}}.header[data-v-7adfcba6]{background-color:var(--dark-blue);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;position:sticky;top:0;z-index:100;height:60px}.header-container[data-v-7adfcba6]{max-width:393px;margin:0 auto;padding:0 20px;height:100%;display:flex;justify-content:space-between;align-items:center}.logo[data-v-7adfcba6]{display:flex;align-items:center;text-decoration:none}.logo-image-container[data-v-7adfcba6]{display:flex;align-items:center}.logo-image[data-v-7adfcba6]{height:40px;width:auto;object-fit:contain;margin-right:8px}.logo-text-container[data-v-7adfcba6]{display:flex;flex-direction:row;align-items:baseline;gap:2px;white-space:nowrap}.logo-text[data-v-7adfcba6]{font-size:14px;font-weight:700;color:#fff;line-height:20px}.logo-subtext[data-v-7adfcba6]{font-size:11px;font-weight:700;color:#fff;line-height:16px}.desktop-nav[data-v-7adfcba6]{display:none}.header-actions[data-v-7adfcba6]{display:flex;align-items:center;gap:12px}.menu-toggle[data-v-7adfcba6]{width:40px;height:40px;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;background:none;border:none;cursor:pointer;padding:8px}.menu-toggle span[data-v-7adfcba6]{width:24px;height:3px;background-color:#fff;transition:all .3s;display:block}.main[data-v-7adfcba6]{min-height:calc(100vh - 553px)}.footer[data-v-7adfcba6]{background-color:var(--dark-blue);color:#fff;padding:32px 20px}.footer-container[data-v-7adfcba6]{max-width:393px;margin:0 auto;display:flex;flex-direction:column;gap:24px}.footer-map-section[data-v-7adfcba6]{width:100%;margin-top:20px}.footer-map-title[data-v-7adfcba6]{font-size:14px;font-weight:700;color:#fff;text-align:center;margin-bottom:12px}.footer-map[data-v-7adfcba6]{width:100%;border-radius:8px;overflow:hidden}.footer-map iframe[data-v-7adfcba6]{display:block}.footer-title[data-v-7adfcba6]{font-size:18px;font-weight:700;line-height:28px;text-align:center;margin-bottom:12px}.footer-logo[data-v-7adfcba6]{height:40px;width:auto;display:block;margin:0 auto 12px}.footer-contact[data-v-7adfcba6]{display:flex;flex-direction:column;gap:8px}.contact-address[data-v-7adfcba6]{display:flex;flex-direction:column;align-items:center;gap:4px}.address-detail[data-v-7adfcba6]{font-size:13px;color:#d1d5dc;line-height:20px;text-align:center;margin:0}.sp-only[data-v-7adfcba6]{display:inline}.contact-item[data-v-7adfcba6]{display:flex;align-items:center;justify-content:center;gap:8px;font-size:14px;color:#d1d5dc;line-height:20px}.contact-link[data-v-7adfcba6]{text-decoration:none;transition:color .3s}.contact-link[data-v-7adfcba6]:hover{color:#fff}.footer-divider[data-v-7adfcba6]{height:1px;background-color:#ffffff1a}.footer-links[data-v-7adfcba6]{display:flex;flex-direction:column;gap:0}.footer-links a[data-v-7adfcba6]{color:#fff;text-decoration:none;font-size:14px;padding:12px 0;text-align:center;transition:opacity .3s}.footer-links a[data-v-7adfcba6]:hover{opacity:.8}.footer-copyright[data-v-7adfcba6]{text-align:center;font-size:12px;color:#90a4ae;line-height:19.5px}.footer-copyright p[data-v-7adfcba6]{margin:0}@media(min-width:768px){.header-container[data-v-7adfcba6],.footer-container[data-v-7adfcba6]{max-width:100%;padding:0 40px}.logo-text[data-v-7adfcba6]{font-size:18px}.logo-subtext[data-v-7adfcba6]{font-size:13px}.logo-image[data-v-7adfcba6]{height:50px;margin-right:10px}.desktop-nav[data-v-7adfcba6]{display:flex;align-items:center;gap:24px}.nav-link[data-v-7adfcba6]{color:#fff;text-decoration:none;font-size:15px;font-weight:500;padding:8px 0;position:relative;transition:opacity .3s ease}.nav-link[data-v-7adfcba6]:hover{opacity:.8}.nav-link[data-v-7adfcba6]:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:linear-gradient(90deg,#3498db,#5dade2);transition:width .3s ease}.nav-link[data-v-7adfcba6]:hover:after{width:100%}.nav-link-contact[data-v-7adfcba6]{background:#3498db1f;padding:10px 20px;border-radius:4px;transition:all .3s ease}.nav-link-contact[data-v-7adfcba6]:after{display:none}.nav-link-contact[data-v-7adfcba6]:hover{background:#3498db33;opacity:1}.nav-link.router-link-exact-active[data-v-7adfcba6]{position:relative;padding:8px 12px;border-radius:4px;overflow:hidden}.nav-link.router-link-exact-active[data-v-7adfcba6]:before{content:"";position:absolute;top:50%;left:50%;width:100%;height:100%;background:#27ae60;border-radius:4px;transform:translate(-50%,-50%) scale(1);animation:heartbeat-bg-7adfcba6 1s ease-in-out infinite;z-index:-1}.nav-link.router-link-exact-active[data-v-7adfcba6]:after{display:none}@keyframes heartbeat-bg-7adfcba6{0%,to{transform:translate(-50%,-50%) scale(1)}50%{transform:translate(-50%,-50%) scale(1.15)}}@media(prefers-reduced-motion:reduce){.nav-link.router-link-exact-active[data-v-7adfcba6]:before{animation:none}}.header-actions[data-v-7adfcba6]{display:none}.footer-map-section[data-v-7adfcba6]{max-width:600px;margin:0 auto}.footer-map-title[data-v-7adfcba6]{font-size:18px}.footer-map iframe[data-v-7adfcba6]{height:250px}.footer-title[data-v-7adfcba6]{font-size:22px}.footer-contact[data-v-7adfcba6]{flex-direction:column;align-items:center;gap:8px}.contact-address[data-v-7adfcba6]{flex-direction:row;gap:8px;margin-bottom:4px}.footer-tel-fax[data-v-7adfcba6]{display:flex;flex-direction:row;gap:24px}.address-detail[data-v-7adfcba6]{font-size:15px}.sp-only[data-v-7adfcba6]{display:none}.contact-item[data-v-7adfcba6]{font-size:15px}.footer-links[data-v-7adfcba6]{flex-direction:row;justify-content:center;gap:32px}.footer-links a[data-v-7adfcba6]{padding:0;font-size:15px}}.mobile-menu-overlay[data-v-7adfcba6]{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:200}.mobile-menu[data-v-7adfcba6]{position:fixed;top:0;right:0;width:280px;height:100%;background-color:var(--dark-blue);z-index:201;padding:80px 20px 40px;display:flex;flex-direction:column;gap:0;box-shadow:-4px 0 20px #0000004d}.mobile-nav-link[data-v-7adfcba6]{display:block;padding:16px 20px;color:#fff;text-decoration:none;font-size:16px;font-weight:500;border-bottom:1px solid rgba(255,255,255,.1);transition:background-color .3s,padding-left .3s}.mobile-nav-link[data-v-7adfcba6]:hover{background-color:#ffffff1a;padding-left:28px}.mobile-nav-link.router-link-active[data-v-7adfcba6]{background-color:#3498db33;border-left:3px solid var(--light-blue)}.mobile-nav-contact[data-v-7adfcba6]{margin-top:20px;background:#3498db33;border-radius:8px;border-bottom:none;text-align:center}.mobile-nav-contact[data-v-7adfcba6]:hover{background:#3498db4d;padding-left:20px}.menu-toggle.active span[data-v-7adfcba6]:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.menu-toggle.active span[data-v-7adfcba6]:nth-child(2){opacity:0}.menu-toggle.active span[data-v-7adfcba6]:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.menu-fade-enter-active[data-v-7adfcba6],.menu-fade-leave-active[data-v-7adfcba6]{transition:opacity .3s ease}.menu-fade-enter-from[data-v-7adfcba6],.menu-fade-leave-to[data-v-7adfcba6]{opacity:0}.menu-slide-enter-active[data-v-7adfcba6],.menu-slide-leave-active[data-v-7adfcba6]{transition:transform .3s ease}.menu-slide-enter-from[data-v-7adfcba6],.menu-slide-leave-to[data-v-7adfcba6]{transform:translate(100%)}@media(min-width:1024px){.header[data-v-7adfcba6]{height:80px}.header-container[data-v-7adfcba6]{max-width:1200px}.logo-text[data-v-7adfcba6]{font-size:22px}.logo-subtext[data-v-7adfcba6]{font-size:15px}.logo-image[data-v-7adfcba6]{height:60px;margin-right:12px}.desktop-nav[data-v-7adfcba6]{gap:32px}.nav-link[data-v-7adfcba6]{font-size:16px;padding:10px 0}.nav-link-contact[data-v-7adfcba6]{padding:12px 24px}.footer-container[data-v-7adfcba6]{max-width:1200px;padding:32px 40px 28px}.footer-info[data-v-7adfcba6]{display:flex;flex-direction:row;align-items:flex-start;justify-content:center;gap:80px}.footer-info-left[data-v-7adfcba6]{flex:0 0 auto;text-align:left;min-width:280px}.footer-title[data-v-7adfcba6]{font-size:20px;text-align:left;margin-bottom:12px}.footer-logo[data-v-7adfcba6]{height:50px;margin:0 0 12px}.footer-contact[data-v-7adfcba6]{flex-direction:column;align-items:flex-start;gap:6px}.footer-tel-fax[data-v-7adfcba6]{flex-direction:column;gap:6px}.contact-address[data-v-7adfcba6]{flex-direction:column;align-items:flex-start;gap:4px;margin-bottom:6px}.address-detail[data-v-7adfcba6]{text-align:left;font-size:14px}.contact-item[data-v-7adfcba6]{justify-content:flex-start;font-size:14px}.footer-map-section[data-v-7adfcba6]{flex:0 0 auto;width:400px;margin:0}.footer-map-title[data-v-7adfcba6]{font-size:15px;text-align:left;margin-bottom:8px}.footer-map iframe[data-v-7adfcba6]{height:200px}.footer-links a[data-v-7adfcba6]{font-size:14px}.footer-copyright[data-v-7adfcba6]{font-size:12px;display:flex;justify-content:center;gap:8px}}img{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-drag:none}
