@import"https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap";:root{--accent: #1976d2;--accent-dark: #0d47a1;--accent-light: #e3f2fd;--warning: #e65100;--warning-light: #fff3e0;--info: #0277bd;--info-light: #e1f5fe;--black: 15, 18, 25;--gray: 96, 115, 159;--gray-light: 229, 233, 240;--gray-dark: 34, 41, 57;--gray-gradient: rgba(var(--gray-light), 50%), #fff;--box-shadow: 0 2px 8px rgba(var(--gray), 15%), 0 4px 16px rgba(var(--gray), 10%);--border-radius: 8px;--max-width: 780px}*{box-sizing:border-box}body{font-family:Noto Sans JP,Hiragino Sans,Yu Gothic,sans-serif;margin:0;padding:0;text-align:left;background:#fafafa;word-wrap:break-word;overflow-wrap:break-word;color:rgb(var(--gray-dark));font-size:17px;line-height:1.9}main{width:var(--max-width);max-width:calc(100% - 2em);margin:auto;padding:2em 1em}h1,h2,h3,h4,h5,h6{margin:1.5em 0 .5rem;color:rgb(var(--black));line-height:1.4;font-weight:700}h1{font-size:2em}h2{font-size:1.6em}h3{font-size:1.3em}h4{font-size:1.1em}strong,b{font-weight:700}a{color:var(--accent-dark);text-decoration:none}a:hover{text-decoration:underline}p{margin-bottom:1.2em}.prose h2{background:linear-gradient(135deg,#e3f2fd,#e8eaf6);border-left:4px solid var(--accent);padding:.6em .8em;border-radius:0 var(--border-radius) var(--border-radius) 0;margin:2.5em 0 1em;font-size:1.4em}.prose h3{border-bottom:2px solid rgb(var(--gray-light));padding-bottom:.3em;margin-top:2em}.prose img{margin:1.5em 0;box-shadow:0 2px 8px #00000014}.prose p{margin-bottom:1.6em}.prose ul,.prose ol{background:#f5f5f5;border-radius:var(--border-radius);padding:1em 1em 1em 2.2em;margin:1.5em 0;border:1px solid #eee}.prose li{margin-bottom:.6em}.prose strong{background:linear-gradient(transparent 60%,#fff9c4 60%);padding:0 2px}.prose hr{margin:3em 0;border-top:3px solid rgb(var(--gray-light))}.prose a{color:#1a6cb5;text-decoration:underline;text-underline-offset:2px}.prose a:hover{color:#0f4c8a;text-decoration:underline}img{max-width:100%;height:auto;border-radius:var(--border-radius)}table{width:100%;border-collapse:collapse;font-size:.9em;margin:1.5em 0}table th{background:rgb(var(--gray-dark));color:#fff;padding:10px 14px;text-align:left}table td{padding:10px 14px;border-bottom:1px solid rgb(var(--gray-light))}table tr:nth-child(2n) td{background:#f5f5f5}blockquote{border-left:4px solid var(--accent);padding:.8em 1.2em;margin:1.5em 0;background:var(--accent-light);border-radius:0 var(--border-radius) var(--border-radius) 0;font-size:.95em}hr{border:none;border-top:2px solid rgb(var(--gray-light));margin:2em 0}code{padding:2px 6px;background-color:rgb(var(--gray-light));border-radius:4px;font-size:.9em}ul,ol{padding-left:1.5em}li{margin-bottom:.4em}.site-header{background:#fff;border-bottom:3px solid var(--accent);box-shadow:0 2px 8px #0000000f;position:sticky;top:0;z-index:100}.header-inner{max-width:var(--max-width);margin:auto;padding:0 1em;display:flex;align-items:center;justify-content:space-between;height:60px}.site-logo{font-size:1.3em;font-weight:700;color:var(--accent-dark);text-decoration:none}.site-logo span{color:rgb(var(--gray-dark))}.header-nav{display:flex;gap:1.2em;list-style:none;margin:0;padding:0}.header-nav a{color:rgb(var(--gray-dark));font-size:.9em;font-weight:500;padding:4px 0;border-bottom:2px solid transparent;transition:border-color .2s}.header-nav a:hover,.header-nav a.active{border-bottom-color:var(--accent);text-decoration:none;color:var(--accent-dark)}.site-footer{background:rgb(var(--gray-dark));color:#ccc;padding:2em 1em;text-align:center;font-size:.85em;margin-top:4em}.site-footer a{color:#aaa}.footer-links{display:flex;gap:1.5em;justify-content:center;margin-bottom:1em;flex-wrap:wrap}.breadcrumb{font-size:.82em;color:rgb(var(--gray));margin-bottom:1.5em;display:flex;gap:.4em;flex-wrap:wrap;align-items:center}.breadcrumb a{color:rgb(var(--gray))}.breadcrumb .sep{color:rgb(var(--gray-light))}.category-badge{display:inline-block;padding:2px 10px;border-radius:20px;font-size:.78em;font-weight:700;background:var(--accent-light);color:var(--accent-dark);border:1px solid var(--accent);text-decoration:none}.article-card{background:#fff;border-radius:var(--border-radius);box-shadow:var(--box-shadow);overflow:hidden;transition:transform .2s,box-shadow .2s}.article-card:hover{transform:translateY(-2px);box-shadow:0 4px 16px rgba(var(--gray),25%)}.article-card-img{width:100%;height:180px;object-fit:cover;border-radius:0}.article-card-body{padding:1.2em}.article-card-title{font-size:1em;font-weight:700;margin:.5em 0 .4em;color:rgb(var(--black));line-height:1.5}.article-card-desc{font-size:.85em;color:rgb(var(--gray));display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.article-card-date{font-size:.78em;color:rgb(var(--gray));margin-top:.8em}.article-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5em;margin:1.5em 0}.post-header{margin-bottom:2em}.post-meta{display:flex;gap:.8em;align-items:center;flex-wrap:wrap;margin-bottom:1em}.post-date{font-size:.82em;color:rgb(var(--gray))}.post-title{font-size:1.8em;line-height:1.4;margin:.3em 0 .5em}.post-desc{color:rgb(var(--gray));font-size:.95em;border-left:3px solid rgb(var(--gray-light));padding-left:1em}.post-hero{width:100%;border-radius:var(--border-radius);margin:1.5em 0;box-shadow:var(--box-shadow)}.sparkle-cta{position:relative;display:flex;flex-direction:column;align-items:center;gap:.7em;margin:2em auto;padding:1.8em 1.4em 1.5em;border:2px solid #64b5f6;border-radius:10px;background:#e3f2fd;box-shadow:0 4px 14px #1976d214;text-align:center}.sparkle-cta-copy{margin:0;color:#0d47a1;font-size:1.05em;font-weight:700;line-height:1.7}.sparkle-cta-button{position:relative;display:inline-flex;align-items:center;justify-content:center;width:min(100%,320px);min-height:74px;padding:18px 44px;overflow:hidden;border-radius:999px;background:#1976d2;box-shadow:0 8px 18px #1976d247;color:#fff!important;font-size:1.25em;font-weight:700;line-height:1.3;text-align:center;text-decoration:none!important;white-space:nowrap}.sparkle-cta-button:before{content:"";position:absolute;top:-45%;left:-70%;width:48%;height:190%;background:linear-gradient(105deg,transparent 0%,rgba(255,255,255,.18) 38%,rgba(255,255,255,.85) 50%,rgba(255,255,255,.18) 62%,transparent 100%);transform:rotate(18deg);animation:sparkle-sweep 2.8s ease-in-out infinite}@keyframes sparkle-sweep{0%{left:-70%}45%,to{left:125%}}.cta-box{background:linear-gradient(135deg,#0d47a1,#1976d2);color:#fff;border-radius:var(--border-radius);padding:1.5em 2em;margin:2em 0;text-align:center}.cta-box p{margin:0 0 1em;font-size:1em;opacity:.9}.cta-box strong{display:block;font-size:1.2em;margin-bottom:.5em}.cta-btn{display:inline-block;background:#ffcc02;color:#1a1a1a;font-weight:700;font-size:1.05em;padding:12px 32px;border-radius:50px;text-decoration:none;transition:opacity .2s,transform .2s;box-shadow:0 3px 10px #0003}.cta-btn:hover{opacity:.9;transform:translateY(-1px);text-decoration:none}.hero{text-align:center;padding:2.5em 1em 2em;background:linear-gradient(135deg,#e3f2fd,#e8eaf6);border-radius:var(--border-radius);margin-bottom:2em}.hero h1{font-size:2em;margin:0 0 .5em;color:var(--accent-dark)}.hero p{font-size:1em;color:rgb(var(--gray));max-width:560px;margin:0 auto}.section-title{font-size:1.3em;border-left:4px solid var(--accent);padding-left:.6em;margin:2em 0 1em}html{scroll-behavior:smooth}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(max-width:640px){body{font-size:15px;line-height:1.85}main{padding:1em .8em}.header-inner{padding:0 .8em}.header-nav{gap:.8em}.header-nav a{font-size:.82em}.post-title{font-size:1.3em}h1{font-size:1.5em}h2{font-size:1.2em}.prose h2{font-size:1.15em;padding:.5em .7em;margin:2em 0 .8em}.prose h3{font-size:1.05em}.prose p{margin-bottom:1.3em;font-size:.95em}.article-grid{grid-template-columns:1fr}.hero{padding:1.5em .8em}.hero h1{font-size:1.5em}.hero p{font-size:.9em}.section-title{font-size:1.1em}}
