:root{--bg:#ffffff;--bg-sub:#f7f8fa;--accent:#1a56db;--accent-dark:#1240a8;--accent-tint:#eef3fd;--text:#1a202c;--text-sub:#6b7280;--border:#e5e7eb;--radius:10px;--radius-sm:6px}*{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;color-scheme:light}@media (prefers-reduced-motion:no-preference){html{scroll-behavior:smooth}}:focus-visible{outline:2px solid var(--accent);outline-offset:2px}::selection{background:var(--accent-tint)}.skip-link{position:absolute;left:-9999px;top:0;z-index:100;background:var(--accent);color:#fff;font-size:.85rem;font-weight:700;padding:.5rem 1rem;border-radius:0 0 var(--radius-sm) var(--radius-sm)}.skip-link:focus-visible{left:0;text-decoration:none}body{font-family:system-ui,-apple-system,Hiragino Sans,Hiragino Kaku Gothic ProN,BIZ UDPGothic,Yu Gothic UI,Noto Sans JP,sans-serif;color:var(--text);background:var(--bg);line-height:1.7;-webkit-font-smoothing:antialiased}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}.site-header{background:#fff;padding:1.1rem 1.25rem .9rem}.site-header .inner{max-width:1040px;margin:0 auto;display:flex;align-items:center;gap:.9rem}.site-title{font-size:1.25rem;font-weight:700;letter-spacing:-.005em}.site-title a{color:var(--text);display:inline-flex;align-items:center;gap:.5rem}.site-title a:hover{text-decoration:none;opacity:.8}.logo-labcho{flex-shrink:0}.site-tagline{font-size:.76rem;color:var(--text-sub);font-weight:500;letter-spacing:.02em;margin-left:auto;border-left:1px solid var(--border);padding-left:.9rem}.labcho-img{position:relative;display:inline-block;border-radius:50%;overflow:hidden}.labcho-img img{width:100%;height:100%;display:block;border-radius:50%;object-fit:cover;object-position:50% 38%}.site-nav{background:#fff;border-bottom:1px solid var(--border);overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.site-nav::-webkit-scrollbar{display:none}.site-nav .inner{max-width:1040px;margin:0 auto;display:flex;gap:1.6rem;white-space:nowrap;padding:0 1.25rem}.site-nav a{color:var(--text);font-size:.85rem;font-weight:500;padding:.65rem 0;border-bottom:2px solid transparent;transition:color .15s ease,border-color .15s ease;flex-shrink:0}.site-nav a:hover,.site-nav a[aria-current=page]{text-decoration:none;color:var(--accent);border-bottom-color:var(--accent)}main{max-width:1040px;margin:0 auto;padding:3rem 1.25rem 5rem}.article{max-width:720px;margin:0 auto}.eyebrow{display:block;font-size:.72rem;font-weight:700;letter-spacing:.16em;color:var(--text-sub);margin-bottom:.35rem}.eyebrow-accent{color:var(--accent)}.page-title{font-size:1.75rem;font-weight:700;letter-spacing:-.01em;margin-bottom:2.25rem}.page-lead{margin:-1.75rem 0 2.25rem;color:var(--text-sub);font-size:.92rem}.post-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));grid-gap:2.25rem 1.75rem;gap:2.25rem 1.75rem}@media (min-width:900px){.post-grid{grid-template-columns:repeat(3,1fr)}}.post-card{position:relative;background:#fff;border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;transition:border-color .2s ease;display:flex;flex-direction:column}.post-card h2 a:after{content:"";position:absolute;inset:0}.post-card:hover{border-color:#b9cdf5}.card-eyecatch{position:relative;display:block;aspect-ratio:1.91/1;background-color:#12295c;overflow:hidden}.card-eyecatch:hover{text-decoration:none}.card-eyecatch img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .25s ease}.post-card:hover .card-eyecatch img{transform:scale(1.03)}.card-body{padding:1rem 1.15rem 1.2rem;display:flex;flex-direction:column;flex:1 1}.post-card h2{font-size:1.0625rem;line-height:1.55;letter-spacing:-.005em;font-weight:700}.post-card h2 a{color:var(--text)}.post-card h2 a:hover{color:var(--accent);text-decoration:none}.post-meta{font-size:.74rem;letter-spacing:.04em;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;color:var(--text-sub);margin:.55rem 0 .45rem;display:flex;align-items:center;flex-wrap:wrap;gap:.6rem}.category-badge{display:inline-block;color:var(--accent);background:var(--accent-tint);border-radius:var(--radius-sm);padding:.2rem .6rem;font-size:.72rem;font-weight:500;line-height:1.5;transition:background .15s ease}.category-badge:hover{text-decoration:none;background:#dbe6fb}.post-card p{font-size:.8rem;color:var(--text-sub);line-height:1.7;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.breadcrumb{font-size:.75rem;margin-bottom:.9rem}.breadcrumb,.breadcrumb a{color:var(--text-sub)}.breadcrumb a:hover{color:var(--accent);text-decoration:none}.article h1{font-size:clamp(1.7rem,4.5vw,2.1rem);line-height:1.45;font-weight:700;letter-spacing:-.01em;margin-bottom:.8rem}.byline{display:flex;font-size:.78rem;margin-top:.7rem}.byline,.byline a{align-items:center;gap:.45rem;color:var(--text-sub)}.byline a{display:inline-flex;font-weight:500}.byline a:hover{color:var(--accent);text-decoration:none}.byline .labcho-img{width:20px;height:20px}.article-body{margin-top:2.25rem}.article-body h2{scroll-margin-top:2rem;font-size:1.45rem;font-weight:700;letter-spacing:-.01em;line-height:1.5;margin:3.5rem 0 1.1rem}.article-body h2:before{content:"";display:block;width:28px;height:2px;background:var(--accent);margin-bottom:.9rem}.article-body h3{font-size:1.12rem;font-weight:700;margin:2.5rem 0 .8rem}.article-body p{margin-bottom:1.5rem;line-height:1.9}.article-body ol,.article-body ul{margin:0 0 1.5rem 1.4rem;line-height:1.85}.article-body li{margin-bottom:.45rem}.article-body li::marker{color:var(--accent)}.article-body blockquote{background:var(--bg-sub);border-left:3px solid var(--border);padding:.9rem 1.1rem;color:var(--text-sub);margin-bottom:1.5rem;border-radius:0 var(--radius-sm) var(--radius-sm) 0}.article-body blockquote p:last-child{margin-bottom:0}.article-body hr{border:none;border-top:1px solid var(--border);margin:3rem 0}.table-wrap{overflow-x:auto;margin-bottom:1.5rem}.article-body table{border-collapse:collapse;width:100%;font-size:.9rem;border:1px solid var(--border)}.article-body .table-wrap table{margin-bottom:0}.article-body td,.article-body th{border-bottom:1px solid var(--border);padding:.6rem .85rem;text-align:left}.article-body tr:last-child td{border-bottom:none}.article-body th{background:var(--bg-sub);font-weight:700}.article-body a{font-weight:600;text-decoration:underline;-webkit-text-decoration-color:rgba(26,86,219,.4);text-decoration-color:rgba(26,86,219,.4);text-underline-offset:3px}.article-body a:hover{-webkit-text-decoration-color:var(--accent);text-decoration-color:var(--accent)}.af-pending{color:var(--text-sub);font-size:.85rem}.article-body{overflow-wrap:break-word}.related{margin-top:4rem;border-top:1px solid var(--border);padding-top:2rem}.related .eyebrow{margin-bottom:1.1rem}.related ul{list-style:none}.related li{border-bottom:1px solid var(--border)}.related li:last-child{border-bottom:none}.related li{padding:.85rem .2rem}.related a{display:block;color:var(--text);font-size:.92rem;font-weight:500;line-height:1.6}.related a:hover{color:var(--accent);text-decoration:none}.related time{display:block;font-size:.72rem;font-weight:400;color:var(--text-sub);font-feature-settings:"tnum";font-variant-numeric:tabular-nums;letter-spacing:.04em;margin-top:.15rem}.toc-box{border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:1.3rem .25rem;margin:2rem 0 0}.toc-box .eyebrow{margin-bottom:.7rem}.toc-box ol{list-style:none;counter-reset:toc;margin:0;font-size:.9rem}.toc-box li{counter-increment:toc;margin-bottom:.45rem;display:flex;gap:.7rem;align-items:baseline}.toc-box li:before{content:counter(toc,decimal-leading-zero);font-size:.72rem;font-weight:700;color:var(--accent);font-feature-settings:"tnum";font-variant-numeric:tabular-nums;flex-shrink:0}.toc-box a{color:var(--text)}.toc-box a:hover{color:var(--accent);text-decoration:none}.fig{margin:2rem 0;padding:1.25rem 1.25rem .9rem;background:var(--bg-sub);border:1px solid var(--border);border-radius:var(--radius)}.fig svg{display:block;width:100%;height:auto}.fig-photo{padding:0;overflow:hidden}.fig-photo img{display:block;width:100%;height:auto}.fig-source{margin-top:.4rem;font-size:.75rem;color:var(--text-sub);text-align:right}.fig-photo .fig-source{padding:0 .9rem .6rem}.fukidashi{display:flex;align-items:flex-start;gap:.85rem;margin:0 0 1.6rem}.fukidashi-icon{flex-shrink:0;width:48px;text-align:center;line-height:1}.fukidashi-icon .labcho-img{width:44px;height:44px;margin:0 auto}.fukidashi-name{display:inline-block;font-size:.64rem;font-weight:600;color:var(--text-sub);margin-top:.3rem}.fukidashi-bubble{background:var(--bg-sub);border-radius:10px;padding:.85rem 1.1rem;font-size:.93rem;align-self:center}.fukidashi-bubble p{margin-bottom:.5rem}.fukidashi-bubble p:last-child,.fukidashi-bubble>:last-child{margin-bottom:0}.notfound{text-align:center;padding:3rem 0}.notfound-title{font-size:2.6rem;font-weight:700;line-height:1.2;margin-top:.5rem}.notfound-text{color:var(--text-sub);margin:.75rem 0 1.75rem}.notfound-btn{display:inline-block;background:var(--accent);color:#fff;font-weight:700;font-size:.92rem;border-radius:var(--radius-sm);padding:.65rem 1.8rem;transition:background .15s ease}.notfound-btn:hover{text-decoration:none;background:var(--accent-dark)}.site-footer{background:var(--bg-sub);border-top:1px solid var(--border);color:var(--text-sub);padding:2.25rem 1.25rem;font-size:.8rem}.site-footer .inner{max-width:1040px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap}.site-footer .links{display:flex;gap:1.5rem}.site-footer a{color:var(--text-sub);font-weight:500}.site-footer a:hover{color:var(--accent)}.site-footer .copyright{color:#9ca3af}@media (max-width:768px){.post-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.75rem 1.25rem}}@media (max-width:640px){.site-tagline{display:none}}@media (max-width:480px){html{font-size:15px}.site-title{font-size:1.15rem}.page-title{font-size:1.45rem}main{padding:2rem 1.1rem 4rem}.post-grid{grid-template-columns:1fr;gap:1.5rem}.site-footer .inner{flex-direction:column;align-items:flex-start}}