header[data-astro-cid-xbstl6g3]{position:sticky;top:0;z-index:100;background-color:var(--primary-blue);background-image:url(/designs/nav.svg);background-repeat:no-repeat;background-size:cover;background-position:center center;color:var(--white);padding:15px 0;box-shadow:var(--box-shadow)}header[data-astro-cid-xbstl6g3] nav[data-astro-cid-xbstl6g3]{max-width:1000px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding:0 20px}.site-title[data-astro-cid-xbstl6g3] a[data-astro-cid-xbstl6g3]{color:var(--white);text-decoration:none;font-weight:700;font-size:1.8em;transition:color .3s ease}.site-title[data-astro-cid-xbstl6g3] a[data-astro-cid-xbstl6g3]:hover{color:var(--accent-orange)}.main-nav[data-astro-cid-xbstl6g3]{list-style:none;margin:0;padding:0;display:flex;gap:25px}.main-nav[data-astro-cid-xbstl6g3] li[data-astro-cid-xbstl6g3] a[data-astro-cid-xbstl6g3]{color:var(--white);text-decoration:none;font-weight:400;font-size:1.1em;padding:5px 0;position:relative;transition:color .3s ease}.main-nav[data-astro-cid-xbstl6g3] li[data-astro-cid-xbstl6g3] a[data-astro-cid-xbstl6g3]:after{content:"";position:absolute;width:0;height:2px;background-color:var(--accent-orange);bottom:0;left:0;transition:width .3s ease}.main-nav[data-astro-cid-xbstl6g3] li[data-astro-cid-xbstl6g3] a[data-astro-cid-xbstl6g3]:hover:after{width:100%}.main-nav[data-astro-cid-xbstl6g3] li[data-astro-cid-xbstl6g3] a[data-astro-cid-xbstl6g3]:hover{color:var(--accent-orange)}.hamburger-menu[data-astro-cid-xbstl6g3]{display:none;background:none;border:none;cursor:pointer;padding:10px;z-index:101}.hamburger-menu[data-astro-cid-xbstl6g3] .line[data-astro-cid-xbstl6g3]{display:block;width:30px;height:3px;background-color:var(--white);margin:6px 0;transition:all .3s ease}.mobile-menu[data-astro-cid-xbstl6g3]{position:fixed;top:0;right:-300px;width:250px;height:100%;background-color:#324b50e6;color:var(--white);padding:80px 20px 20px;box-shadow:-5px 0 15px #0003;transition:right .3s ease-out;z-index:99;overflow-y:auto}.mobile-menu[data-astro-cid-xbstl6g3].is-open{right:0}.mobile-menu[data-astro-cid-xbstl6g3] ul[data-astro-cid-xbstl6g3]{list-style:none;padding:0;margin:0}.mobile-menu[data-astro-cid-xbstl6g3] li[data-astro-cid-xbstl6g3]{margin-bottom:0}.mobile-menu[data-astro-cid-xbstl6g3] a[data-astro-cid-xbstl6g3]{display:block;color:var(--white);text-decoration:none;font-size:1.3em;padding:15px 0;border-bottom:1px solid rgba(255,255,255,.2);transition:color .3s ease}.mobile-menu[data-astro-cid-xbstl6g3] li[data-astro-cid-xbstl6g3]:last-child a[data-astro-cid-xbstl6g3]{border-bottom:none}.mobile-menu[data-astro-cid-xbstl6g3] a[data-astro-cid-xbstl6g3]:hover{color:var(--accent-orange)}@media (max-width: 768px){header[data-astro-cid-xbstl6g3] nav[data-astro-cid-xbstl6g3]{flex-direction:row;justify-content:space-between}.main-nav[data-astro-cid-xbstl6g3]{display:none}.hamburger-menu[data-astro-cid-xbstl6g3]{display:block}}@media (min-width: 769px){.mobile-menu[data-astro-cid-xbstl6g3]{display:none}}footer[data-astro-cid-mtxgg6pp]{background-color:var(--dark-blue);color:var(--white);padding:40px 0 20px;font-size:.9em;position:relative;z-index:100}.footer-content[data-astro-cid-mtxgg6pp]{max-width:1000px;margin:0 auto;padding:0 20px;display:flex;flex-wrap:wrap;justify-content:space-between;gap:30px}.footer-section[data-astro-cid-mtxgg6pp]{flex:1;min-width:200px}.footer-section[data-astro-cid-mtxgg6pp] h3[data-astro-cid-mtxgg6pp]{color:var(--light-blue);margin-bottom:15px;font-size:1.2em;border-bottom:1px solid rgba(255,255,255,.2);padding-bottom:5px}.footer-section[data-astro-cid-mtxgg6pp] p[data-astro-cid-mtxgg6pp],.footer-section[data-astro-cid-mtxgg6pp] ul[data-astro-cid-mtxgg6pp]{margin:0;padding:0;list-style:none}.footer-section[data-astro-cid-mtxgg6pp] ul[data-astro-cid-mtxgg6pp] li[data-astro-cid-mtxgg6pp]{margin-bottom:8px}.footer-section[data-astro-cid-mtxgg6pp] a[data-astro-cid-mtxgg6pp]{color:#fffc;text-decoration:none;transition:color .3s ease}.footer-section[data-astro-cid-mtxgg6pp] a[data-astro-cid-mtxgg6pp]:hover{color:var(--accent-orange)}.copyright[data-astro-cid-mtxgg6pp]{text-align:center;margin-top:30px;padding-top:20px;border-top:1px solid rgba(255,255,255,.1);color:#ffffffb3}@media (max-width: 768px){.footer-content[data-astro-cid-mtxgg6pp]{flex-direction:column;align-items:center;text-align:center}.footer-section[data-astro-cid-mtxgg6pp]{margin-bottom:20px}}:root{--primary-blue: #0090a2;--light-blue: #5bc6d9;--dark-blue: #324b50;--accent-orange: #fe8e3c;--text-color: #333;--light-bg: #f5f8fa;--white: #ffffff;--gray-border: #e0e0e0;--box-shadow: 0 4px 8px rgba(0, 0, 0, .08)}html{font-family:Noto Sans JP,sans-serif;line-height:1.6;color:var(--text-color);background-color:var(--light-bg)}body{margin:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.page-wrapper{min-height:100vh;background-color:#fff;background-image:radial-gradient(circle at 1px 1px,rgba(0,0,0,.2) 1px,transparent 0);background-size:20px 20px;background-attachment:fixed;max-width:100vw;margin:0 auto;box-shadow:0 0 15px #0000000d;position:relative;padding:20px}.corner-design-top{position:absolute;top:0;right:0;width:200px;height:auto;opacity:.1;pointer-events:none;z-index:50}.corner-design-bottom{position:absolute;bottom:-20px;left:-20px;width:200px;height:auto;opacity:.1;pointer-events:none;z-index:0;transform:rotate(180deg)}main{position:relative;z-index:20;max-width:1000px;margin:0 auto 40px;padding:0 20px;z-index:2}section{background-color:var(--white);border-radius:12px;padding:30px;margin-bottom:30px;box-shadow:var(--box-shadow);z-index:2}h1,h2,h3{color:var(--dark-blue);font-weight:700;margin-top:0;margin-bottom:20px}h1{font-size:2.5em;text-align:center;color:var(--primary-blue)}h2{font-size:2em;border-bottom:2px solid var(--light-blue);padding-bottom:10px;margin-bottom:25px}h3{font-size:1.5em;margin-bottom:15px}p{margin-bottom:1em}a{color:var(--primary-blue);text-decoration:none;transition:color .3s ease}a:hover{color:var(--accent-orange);text-decoration:underline}ul{list-style:none;padding:0}.custom-list li{position:relative;padding-left:.5em}.custom-list li:before{content:"•";color:var( --primary-blue, #007bff );font-size:1.2em;margin-right:.5em;line-height:inherit}
