@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Noto+Sans+JP:wght@400;500;700&display=swap";.site-header{position:sticky;top:0;z-index:1000;background:#fffffff2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid #f0f0f0}.header-inner{max-width:1200px;margin:0 auto;padding:0 24px;display:flex;align-items:center;justify-content:space-between;height:68px}.header-logo{display:flex;align-items:center;gap:10px;text-decoration:none}.header-logo-circle{width:40px;height:40px;border-radius:50%;border:2px solid #2B8E96;display:flex;align-items:center;justify-content:center}.header-logo-text{font-size:20px;font-weight:600;letter-spacing:3px;color:#1a1a2e}.header-nav{display:flex;align-items:center;gap:32px}.header-nav-link{font-size:15px;font-weight:400;color:#4b5563;text-decoration:none;padding-bottom:4px;border-bottom:2px solid transparent;transition:all .2s}.header-nav-link:hover{color:#2b8e96}.header-nav-link.active{font-weight:500;color:#2b8e96;border-bottom-color:#2b8e96}.header-right{display:flex;align-items:center;gap:12px}.header-cta{display:inline-block;background:#f59e0b;border:1px solid #f59e0b;color:#134e4a;font-weight:600;font-size:14px;padding:8px 20px;border-radius:8px;text-decoration:none;transition:all .2s}.header-cta:hover{background:#d97706;border-color:#d97706;transform:translateY(-1px)}.header-mobile-btn{display:none;background:none;border:none;font-size:20px;cursor:pointer;padding:8px;color:#4b5563}@media(max-width:768px){.header-nav,.header-cta{display:none}.header-mobile-btn{display:block}}.site-footer{background:#0d2e2f;color:#fff}.footer-inner{max-width:1200px;margin:0 auto;padding:60px 24px 24px;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:48px}.footer-brand{font-size:22px;font-weight:600;letter-spacing:3px;margin-bottom:16px}.footer-brand-desc{color:#ffffff8c;font-size:14px;line-height:1.6}.footer-col-title{font-size:14px;font-weight:600;margin-bottom:20px;color:#ffffffd9}.footer-link{display:block;color:#ffffff80;text-decoration:none;font-size:14px;margin-bottom:10px;transition:color .2s}.footer-link:hover{color:#2b8e96}.footer-contact-item{display:flex;gap:10px;margin-bottom:12px;color:#ffffff8c;font-size:14px}.footer-contact-icon{color:#f59e0b;margin-top:2px;flex-shrink:0}.footer-bottom{max-width:1200px;margin:0 auto;padding:24px;border-top:1px solid rgba(255,255,255,.1);text-align:center;color:#ffffff59;font-size:13px}.footer-legal{margin-top:8px}.footer-legal-link{color:#ffffff80;text-decoration:none;font-size:12px;transition:color .2s}.footer-legal-link:hover{color:#2b8e96}.footer-legal-sep{margin:0 8px;color:#fff3;font-size:12px}@media(max-width:768px){.footer-inner{grid-template-columns:1fr;gap:32px;padding:40px 24px 16px}}*{box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,Noto Sans JP,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;padding:0;color:#1a1a2e;background:#fff}a{transition:color .2s ease}.ant-layout{background:#fff!important}.ant-btn-primary{box-shadow:none}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#f5f5f5}::-webkit-scrollbar-thumb{background:#2b8e96;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#134e4a}@keyframes fadeInUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.fade-in-section{opacity:0;transform:translateY(30px);transition:opacity .7s ease,transform .7s ease}.fade-in-section.visible{opacity:1;transform:translateY(0)}body{margin:0;font-family:Inter,Noto Sans JP,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;color:#171717}code{font-family:JetBrains Mono,source-code-pro,Menlo,Monaco,Consolas,monospace}
