.language-switcher[data-astro-cid-a2mxz4y6]{display:flex;gap:.25rem;background-color:#fff3;border-radius:6px;padding:.25rem}.language-switcher[data-astro-cid-a2mxz4y6] a[data-astro-cid-a2mxz4y6]{padding:.5rem 1rem;text-decoration:none;color:#fff;font-size:.85rem;font-weight:500;border-radius:4px;transition:all .3s ease;min-width:50px;text-align:center}.language-switcher[data-astro-cid-a2mxz4y6] a[data-astro-cid-a2mxz4y6]:hover:not(.active){background-color:#ffffff4d}.language-switcher[data-astro-cid-a2mxz4y6] a[data-astro-cid-a2mxz4y6].active{background-color:#fff;color:var(--color-primary);box-shadow:0 1px 3px #0000001a;font-weight:600}.navigation[data-astro-cid-pux6a34n]{position:sticky;top:0;z-index:1000;background-color:var(--color-primary);box-shadow:0 2px 4px #0000001a}.nav-container[data-astro-cid-pux6a34n]{max-width:1400px;margin:0 auto;padding:1rem 3rem;display:flex;justify-content:space-between;align-items:center}.nav-brand[data-astro-cid-pux6a34n] a[data-astro-cid-pux6a34n]{display:flex;align-items:center;text-decoration:none}.brand-text[data-astro-cid-pux6a34n]{font-size:1.5rem;font-weight:700;color:#fff;letter-spacing:-.02em}.hamburger[data-astro-cid-pux6a34n]{display:none;flex-direction:column;gap:4px;background:none;border:none;cursor:pointer;padding:.5rem;z-index:1002}.hamburger[data-astro-cid-pux6a34n] span[data-astro-cid-pux6a34n]{width:25px;height:3px;background-color:#fff;transition:all .3s ease;border-radius:2px}.hamburger[data-astro-cid-pux6a34n].active span[data-astro-cid-pux6a34n]:nth-child(1){transform:rotate(45deg) translate(7px,7px)}.hamburger[data-astro-cid-pux6a34n].active span[data-astro-cid-pux6a34n]:nth-child(2){opacity:0}.hamburger[data-astro-cid-pux6a34n].active span[data-astro-cid-pux6a34n]:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}.nav-right[data-astro-cid-pux6a34n]{display:flex;align-items:center;gap:2rem}.nav-links[data-astro-cid-pux6a34n]{display:flex;list-style:none;gap:2rem;margin:0;padding:0;align-items:center}.nav-links[data-astro-cid-pux6a34n] a[data-astro-cid-pux6a34n]{color:#fff;text-decoration:none;font-size:.95rem;font-weight:500;padding:.5rem 0;transition:opacity .3s ease;white-space:nowrap}.nav-links[data-astro-cid-pux6a34n] a[data-astro-cid-pux6a34n]:hover{opacity:.8}.dropdown[data-astro-cid-pux6a34n]{position:relative}.dropdown[data-astro-cid-pux6a34n]:before{content:"";position:absolute;top:100%;left:0;width:100%;height:1rem;z-index:1000}.dropdown-menu[data-astro-cid-pux6a34n]{display:none;position:absolute;top:calc(100% + .5rem);left:50%;transform:translate(-50%);background-color:#fff;min-width:400px;box-shadow:0 4px 16px #00000026;border-radius:8px;padding:1rem;list-style:none;z-index:1001}.dropdown[data-astro-cid-pux6a34n]:hover .dropdown-menu[data-astro-cid-pux6a34n],.dropdown-menu[data-astro-cid-pux6a34n]:hover{display:flex;gap:1rem}.dropdown-menu[data-astro-cid-pux6a34n] li[data-astro-cid-pux6a34n]{margin:0;flex:1}.dropdown-menu[data-astro-cid-pux6a34n] a[data-astro-cid-pux6a34n]{display:block;padding:1.5rem;color:var(--color-text);font-weight:500;background-color:#fff;border:1px solid var(--color-border);border-radius:8px;text-align:center;transition:transform .3s ease,box-shadow .3s ease,background-color .2s ease;height:100%}.dropdown-menu[data-astro-cid-pux6a34n] a[data-astro-cid-pux6a34n]:hover{background-color:var(--color-bg-light);transform:translateY(-2px);box-shadow:0 4px 12px #0000001a;opacity:1}@media(max-width:968px){.nav-container[data-astro-cid-pux6a34n]{padding-left:2rem;padding-right:2rem}.nav-links[data-astro-cid-pux6a34n]{gap:1.5rem}.nav-links[data-astro-cid-pux6a34n] a[data-astro-cid-pux6a34n]{font-size:.85rem}.brand-text[data-astro-cid-pux6a34n]{font-size:1.2rem}}@media(max-width:768px){.nav-container[data-astro-cid-pux6a34n]{padding:1rem 1.5rem;flex-wrap:wrap}.hamburger[data-astro-cid-pux6a34n]{display:flex}.nav-right[data-astro-cid-pux6a34n]{display:none;flex-direction:column;gap:1rem;width:100%;margin-top:1rem}.nav-right[data-astro-cid-pux6a34n].active{display:flex}.nav-links[data-astro-cid-pux6a34n]{flex-direction:column;gap:1rem;align-items:center;width:100%}.brand-text[data-astro-cid-pux6a34n]{font-size:1.1rem}.dropdown-menu[data-astro-cid-pux6a34n]{display:none}}:root{--color-primary: #85b32b;--color-secondary: #6d9423;--color-accent: #a3d93d;--color-text: #333333;--color-text-light: #666666;--color-bg: #ffffff;--color-bg-light: #f6f9f0;--color-border: #d0e5a3}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Noto Sans JP,Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.8;color:var(--color-text);background-color:var(--color-bg);font-weight:400}html[lang=en] body{font-family:Roboto,Noto Sans JP,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}main{min-height:calc(100vh - 200px)}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.3;color:var(--color-primary)}a{color:var(--color-accent);text-decoration:none;transition:color .3s ease}a:hover{color:var(--color-secondary)}.site-footer{background-color:var(--color-primary);color:#fff;padding:2rem;margin-top:6rem}.footer-container{max-width:1200px;margin:0 auto;text-align:center}.footer-container p{color:#fff;margin:0}
