@import "https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&family=Inter:wght@400;500;600;700&display=swap";
:root{--primary:#1a233a;--primary-hover:#2c3e5d;--bg-color:#f8fafc;--card-bg:#fff;--text-main:#0f172a;--text-muted:#64748b;--border-color:#e2e8f0;--accent:#3b82f6;--accent-light:#eff6ff;--danger:#ef4444;--radius-sm:.375rem;--radius-md:.5rem;--radius-lg:.75rem;--radius-xl:1rem;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a}*{box-sizing:border-box;margin:0;padding:0}html,body{width:100%;min-height:100vh}body{background-color:var(--bg-color);color:var(--text-main);-webkit-font-smoothing:antialiased;font-family:Inter,Noto Sans JP,sans-serif;line-height:1.6}a{color:inherit;text-decoration:none;transition:color .2s,background-color .2s}button{cursor:pointer;background:0 0;border:none;font-family:inherit;transition:all .2s}ul{list-style:none}
.Header-module__hBw1pG__header{background-color:var(--card-bg);border-bottom:1px solid var(--border-color);z-index:100;box-shadow:var(--shadow-sm);position:sticky;top:0}.Header-module__hBw1pG__topBar{justify-content:space-between;align-items:center;max-width:1440px;margin:0 auto;padding:1.25rem 2rem;display:flex}.Header-module__hBw1pG__logoArea{flex-direction:column;display:flex}.Header-module__hBw1pG__logo{color:var(--primary);letter-spacing:-.02em;font-size:1.75rem;font-weight:900}.Header-module__hBw1pG__subtitle{color:var(--text-muted);margin-top:.25rem;font-size:.75rem;font-weight:500}.Header-module__hBw1pG__searchArea{flex:1;max-width:640px;margin:0 2rem}.Header-module__hBw1pG__searchBox{background-color:var(--bg-color);border:1px solid var(--border-color);border-radius:var(--radius-sm);align-items:center;transition:border-color .2s,box-shadow .2s;display:flex;overflow:hidden}.Header-module__hBw1pG__searchBox:focus-within{border-color:var(--primary);box-shadow:0 0 0 2px var(--accent-light)}.Header-module__hBw1pG__searchInput{color:var(--text-main);background:0 0;border:none;outline:none;flex:1;padding:.875rem 1.25rem;font-size:.875rem;font-weight:500}.Header-module__hBw1pG__searchInput::placeholder{color:#94a3b8}.Header-module__hBw1pG__searchButton{background-color:var(--primary);justify-content:center;align-items:center;padding:.875rem 1.5rem;transition:background-color .2s;display:flex}.Header-module__hBw1pG__searchButton:hover{background-color:var(--primary-hover)}.Header-module__hBw1pG__actionArea{align-items:center;gap:1.5rem;display:flex}.Header-module__hBw1pG__actionBtn{color:var(--text-main);align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;display:flex}.Header-module__hBw1pG__actionBtn:hover{color:var(--accent)}.Header-module__hBw1pG__tagBar{border-top:1px solid var(--border-color);align-items:center;gap:1.5rem;max-width:1440px;margin:0 auto;padding:.875rem 2rem;display:flex}.Header-module__hBw1pG__tagLabel{color:var(--text-main);white-space:nowrap;font-size:.875rem;font-weight:700}.Header-module__hBw1pG__tags{scrollbar-width:none;align-items:center;gap:.75rem;display:flex;overflow-x:auto}.Header-module__hBw1pG__tags::-webkit-scrollbar{display:none}.Header-module__hBw1pG__tag{background-color:var(--bg-color);border:1px solid var(--border-color);color:var(--text-main);white-space:nowrap;border-radius:999px;padding:.375rem 1rem;font-size:.75rem;font-weight:500}.Header-module__hBw1pG__tag:hover{background-color:#f1f5f9;border-color:#cbd5e1}.Header-module__hBw1pG__moreTagsBtn{color:var(--text-muted);white-space:nowrap;padding:.375rem 1rem;font-size:.75rem;font-weight:600}.Header-module__hBw1pG__moreTagsBtn:hover{color:var(--text-main)}
.Footer-module__S6Hkya__footer{background-color:var(--bg-color);border-top:1px solid var(--border-color);margin-top:4rem;padding:4rem 2rem 2rem}.Footer-module__S6Hkya__footerContent{justify-content:space-between;gap:4rem;max-width:1440px;margin:0 auto;display:flex}.Footer-module__S6Hkya__brandArea{flex:1;max-width:320px}.Footer-module__S6Hkya__logo{color:var(--text-main);letter-spacing:-.02em;margin-bottom:1rem;font-size:1.5rem;font-weight:900;display:block}.Footer-module__S6Hkya__brandDesc{color:var(--text-muted);margin-bottom:1.5rem;font-size:.8125rem;line-height:1.8}.Footer-module__S6Hkya__socialIcons{gap:1rem;display:flex}.Footer-module__S6Hkya__socialIcon{background-color:var(--text-main);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-weight:700;text-decoration:none;transition:opacity .2s;display:flex}.Footer-module__S6Hkya__socialIcon:hover{opacity:.8}.Footer-module__S6Hkya__linksArea{gap:4rem;display:flex}.Footer-module__S6Hkya__linkGroup{flex-direction:column;display:flex}.Footer-module__S6Hkya__groupTitle{color:var(--text-main);margin-bottom:1.5rem;font-size:1rem;font-weight:700}.Footer-module__S6Hkya__linkList{flex-direction:column;gap:1rem;display:flex}.Footer-module__S6Hkya__linkList a{color:var(--text-muted);font-size:.875rem;transition:color .2s}.Footer-module__S6Hkya__linkList a:hover{color:var(--primary);text-decoration:underline}.Footer-module__S6Hkya__newsArea{flex:1;max-width:480px}.Footer-module__S6Hkya__newsList{flex-direction:column;gap:1rem;margin-bottom:1.5rem;display:flex}.Footer-module__S6Hkya__newsList li{gap:1rem;font-size:.875rem;display:flex}.Footer-module__S6Hkya__newsDate{color:var(--text-muted);white-space:nowrap}.Footer-module__S6Hkya__newsTitle{color:var(--text-main);font-weight:500}.Footer-module__S6Hkya__moreNewsBtn{border:1px solid var(--border-color);color:var(--text-main);background-color:#fff;border-radius:999px;padding:.625rem 1.25rem;font-size:.8125rem;font-weight:600}.Footer-module__S6Hkya__moreNewsBtn:hover{background-color:var(--bg-color)}.Footer-module__S6Hkya__copyright{border-top:1px solid var(--border-color);text-align:center;max-width:1440px;color:var(--text-muted);margin:4rem auto 0;padding-top:2rem;font-size:.75rem}
