.jdb-site-header{border-bottom:1px solid var(--jdb-gray-200);background:var(--jdb-white);position:sticky;top:0;z-index:100}.jdb-site-header__inner{display:flex;align-items:center;justify-content:space-between;gap:var(--jdb-sp-4);padding-block:var(--jdb-sp-3);flex-wrap:nowrap;position:relative}.jdb-site-header__brand{margin:0;flex:0 1 auto;min-width:0}.jdb-site-header__brand a{display:inline-flex;align-items:center;gap:var(--jdb-sp-2);color:var(--jdb-black);font-weight:900;font-size:18px;text-decoration:none;line-height:1.2}.jdb-site-header__brand a:hover{text-decoration:none;opacity:.85}.jdb-site-header__title{font-family: var(--jdb-font-en);letter-spacing:-.01em;color:var(--jdb-red);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.jdb-site-header__title--short{display:none}@media (max-width:1100px){.jdb-site-header__title--full{display:none}.jdb-site-header__title--short{display:inline}}.jdb-site-header__nav{flex:0 1 auto}.jdb-site-header__nav .jdb-menu{display:flex;gap:var(--jdb-sp-5);list-style:none;margin:0;padding:0;align-items:center}.jdb-site-header__nav .jdb-menu a{color:var(--jdb-gray-900);font-weight:500;font-size:15px;white-space:nowrap;padding:var(--jdb-sp-2) 0;display:inline-block;position:relative}.jdb-site-header__nav .jdb-menu a:hover{color:var(--jdb-red)}.jdb-site-header__nav .jdb-menu .current-menu-item>a,.jdb-site-header__nav .jdb-menu .current_page_item>a{color:var(--jdb-red)}.jdb-site-header__nav .jdb-menu .current-menu-item>a::after,.jdb-site-header__nav .jdb-menu .current_page_item>a::after{content:'';position:absolute;left:0;right:0;bottom:-2px;height:2px;background:var(--jdb-red)}.jdb-site-header__nav-extra{display:none}.jdb-site-header__lang{flex:0 0 auto}.jdb-menu-toggle{position:absolute;opacity:0;pointer-events:none;width:0;height:0}.jdb-menu-toggle-label{display:none;width:44px;height:44px;border:1px solid var(--jdb-gray-300);border-radius:var(--jdb-radius-sm);cursor:pointer;flex-direction:column;justify-content:center;align-items:center;gap:5px;background:var(--jdb-white);flex:0 0 auto;transition:background var(--jdb-dur-fast) var(--jdb-ease)}.jdb-menu-toggle-label:hover{background:var(--jdb-red-light)}.jdb-menu-toggle-bar{display:block;width:20px;height:2px;background:var(--jdb-black);border-radius:2px;transition:transform var(--jdb-dur-base) var(--jdb-ease) , opacity var(--jdb-dur-base) var(--jdb-ease)}.jdb-menu-toggle:focus-visible+.jdb-menu-toggle-label{outline:3px solid var(--jdb-red);outline-offset:2px}@media (max-width:1023px){.jdb-menu-toggle-label{display:inline-flex}.jdb-site-header__lang{display:none}.jdb-site-header__nav{position:absolute;top:100%;left:0;right:0;background:var(--jdb-white);border-top:1px solid var(--jdb-gray-200);border-bottom:1px solid var(--jdb-gray-200);box-shadow:var(--jdb-shadow-md);max-height:0;overflow:hidden;transition:max-height var(--jdb-dur-base) var(--jdb-ease);flex:1 0 100%}.jdb-menu-toggle:checked ~ .jdb-site-header__nav {max-height:80vh;overflow-y:auto}.jdb-site-header__nav .jdb-menu{flex-direction:column;align-items:stretch;gap:0;padding:var(--jdb-sp-3) 0}.jdb-site-header__nav .jdb-menu li{border-bottom:1px solid var(--jdb-gray-200)}.jdb-site-header__nav .jdb-menu li:last-child{border-bottom:0}.jdb-site-header__nav .jdb-menu a{display:block;padding:var(--jdb-sp-4) var(--jdb-gutter);font-size:16px;font-weight:600;white-space:normal}.jdb-site-header__nav .jdb-menu a:hover{background:var(--jdb-red-light);color:var(--jdb-red)}.jdb-site-header__nav-extra{display:block;padding:var(--jdb-sp-4) var(--jdb-gutter);border-top:1px solid var(--jdb-gray-200)}}.jdb-menu-toggle:checked + .jdb-menu-toggle-label .jdb-menu-toggle-bar:nth-child(1) {transform:translateY(7px) rotate(45deg)}.jdb-menu-toggle:checked + .jdb-menu-toggle-label .jdb-menu-toggle-bar:nth-child(2) {opacity:0}.jdb-menu-toggle:checked + .jdb-menu-toggle-label .jdb-menu-toggle-bar:nth-child(3) {transform:translateY(-7px) rotate(-45deg)}.jdb-site-footer{margin-top:var(--jdb-sp-9);background:var(--jdb-charcoal);color:var(--jdb-gray-200);padding-block:var(--jdb-sp-7)}.jdb-site-footer__sitemap{display:grid;grid-template-columns:repeat(5,1fr);gap:var(--jdb-sp-6);margin-bottom:var(--jdb-sp-7);padding-bottom:var(--jdb-sp-6);border-bottom:1px solid var(--jdb-gray-700)}@media (max-width:1023px){.jdb-site-footer__sitemap{grid-template-columns:repeat(3,1fr)}}@media (max-width:600px){.jdb-site-footer__sitemap{grid-template-columns:repeat(2,1fr);gap:var(--jdb-sp-5)}}.jdb-footer-col__title{color:var(--jdb-white);font-size:14px;font-weight:700;margin:0 0 var(--jdb-sp-3);padding-bottom:var(--jdb-sp-2);border-bottom:2px solid var(--jdb-red);letter-spacing:.04em}.jdb-footer-col__list{list-style:none;margin:0;padding:0}.jdb-footer-col__list li{margin-bottom:var(--jdb-sp-2)}.jdb-footer-col__list a{color:var(--jdb-gray-300);font-size:13px;line-height:1.5;text-decoration:none}.jdb-footer-col__list a:hover{color:var(--jdb-white);text-decoration:underline}.jdb-site-footer__brand-block{margin-bottom:var(--jdb-sp-6);padding-bottom:var(--jdb-sp-5);border-bottom:1px solid var(--jdb-gray-700)}.jdb-site-footer__brand-block .jdb-site-footer__title{margin-bottom:var(--jdb-sp-2)}.jdb-site-footer__top{display:none}@media (max-width:768px){.jdb-site-footer__top{grid-template-columns:1fr}}.jdb-site-footer__title{color:var(--jdb-white);font-size:18px;font-weight:900;margin:0 0 var(--jdb-sp-2)}.jdb-site-footer__desc{color:var(--jdb-gray-300);margin:0 0 var(--jdb-sp-3)}.jdb-site-footer__notice{font-size:12px;color:var(--jdb-gray-500)}.jdb-site-footer__legal{margin-top:var(--jdb-sp-6);padding-top:var(--jdb-sp-4);border-top:1px solid var(--jdb-gray-700);display:flex;flex-wrap:wrap;justify-content:space-between;gap:var(--jdb-sp-3)}.jdb-footer-legal-menu{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:var(--jdb-sp-3) var(--jdb-sp-4)}.jdb-footer-legal-menu a{color:var(--jdb-gray-300);font-size:13px}.jdb-footer-legal-menu a:hover{color:var(--jdb-white)}.jdb-copyright{font-size:12px;color:var(--jdb-gray-500);margin:0}.jdb-hero{background:linear-gradient(135deg,#fff5f5 0%,#fff 60%);padding-block:var(--jdb-sp-10)}.jdb-hero__inner{display:grid;grid-template-columns:1.1fr 1fr;gap:var(--jdb-sp-7);align-items:center}@media (max-width:900px){.jdb-hero__inner{grid-template-columns:1fr}.jdb-hero{padding-block:var(--jdb-sp-7)}}.jdb-hero__eyebrow{display:inline-block;font-family: var(--jdb-font-en);font-size:13px;font-weight:700;color:var(--jdb-red);letter-spacing:.12em;text-transform:uppercase;margin-bottom:var(--jdb-sp-4)}.jdb-hero__title{font-size:clamp(32px,5vw,56px);line-height:1.2;margin:0 0 var(--jdb-sp-5);font-weight:900}.jdb-hero__brand{color:var(--jdb-red);font-family: var(--jdb-font-en);letter-spacing:-.02em}.jdb-hero__highlight{color:var(--jdb-black)}.jdb-hero__lead{font-size:17px;color:var(--jdb-gray-700);margin-bottom:var(--jdb-sp-6);max-width:540px}.jdb-hero__cta{display:flex;gap:var(--jdb-sp-3);flex-wrap:wrap}.jdb-hero__art svg{width:100%;height:auto;max-width:600px}.jdb-section{padding-block:var(--jdb-sp-9)}.jdb-section--gray{background:var(--jdb-gray-100)}.jdb-section--charcoal{background:var(--jdb-charcoal);color:var(--jdb-gray-200)}.jdb-section--charcoal h2,.jdb-section--charcoal h3{color:var(--jdb-white);border-left-color:var(--jdb-red)}.jdb-on-dark{color:var(--jdb-white)}.jdb-section__lead{color:var(--jdb-gray-700);margin:0 0 var(--jdb-sp-5)}.jdb-section__more{margin-top:var(--jdb-sp-5);text-align:center}.jdb-grid{display:grid;gap:var(--jdb-sp-5)}.jdb-grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.jdb-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}@media (max-width:900px){.jdb-grid--3{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:600px){.jdb-grid--2,.jdb-grid--3{grid-template-columns:1fr}}a.jdb-card{color:inherit;text-decoration:none;display:block}a.jdb-card:hover{text-decoration:none}.jdb-pillar-card .jdb-card__body{padding:var(--jdb-sp-5)}.jdb-pillar-card__icon{font-size:32px;margin:0 0 var(--jdb-sp-3);display:inline-flex;width:56px;height:56px;align-items:center;justify-content:center;background:var(--jdb-red-light);border-radius:var(--jdb-radius-md)}.jdb-pillar-feature{padding:var(--jdb-sp-5)}.jdb-pillar-feature__num{font-family: var(--jdb-font-en);font-size:48px;font-weight:900;color:var(--jdb-red);line-height:1;margin:0 0 var(--jdb-sp-3)}.jdb-article{max-width:880px;padding-block:var(--jdb-sp-6)}.jdb-article__header{margin-bottom:var(--jdb-sp-5)}.jdb-article__cat a{color:var(--jdb-red);font-weight:700;font-size:13px;letter-spacing:.05em;text-transform:uppercase}.jdb-article__title{font-size:clamp(26px,3.5vw,38px);line-height:1.35;margin:var(--jdb-sp-3) 0 var(--jdb-sp-4)}.jdb-article__meta{display:flex;flex-wrap:wrap;gap:var(--jdb-sp-3);color:var(--jdb-gray-700);font-size:13px}.jdb-article__meta time{display:inline-flex;align-items:center}.jdb-article__meta time::before{content:"";display:inline-block;width:4px;height:4px;border-radius:50%;background:var(--jdb-red);margin-right:6px}.jdb-article__thumb{margin:var(--jdb-sp-5) 0;border-radius:var(--jdb-radius-lg);overflow:hidden}.jdb-article__body p{line-height:1.85}.jdb-article__pager{display:grid;grid-template-columns:1fr 1fr;gap:var(--jdb-sp-3);margin-top:var(--jdb-sp-7)}.jdb-article__pager-link{padding:var(--jdb-sp-4);background:var(--jdb-gray-100);border-radius:var(--jdb-radius-md);text-decoration:none;color:var(--jdb-gray-900)}.jdb-article__pager-link--next{text-align:right}.jdb-article__pager-label{display:block;font-size:12px;color:var(--jdb-red);font-weight:700}.jdb-article__pager-title{display:block;font-weight:700;margin-top:4px}@media (max-width:600px){.jdb-article__pager{grid-template-columns:1fr}}.jdb-editor-comment{background:var(--jdb-gray-100);border-left:4px solid var(--jdb-info);padding:var(--jdb-sp-4) var(--jdb-sp-5);margin:var(--jdb-sp-5) 0;border-radius:0 var(--jdb-radius-md) var(--jdb-radius-md) 0}.jdb-editor-comment__label{margin:0 0 var(--jdb-sp-2);font-weight:700;color:var(--jdb-info)}.jdb-editor-comment__body{margin:0;color:var(--jdb-gray-900);line-height:1.85}.jdb-sources{margin-top:var(--jdb-sp-6);padding:var(--jdb-sp-4);background:var(--jdb-gray-100);border-radius:var(--jdb-radius-md)}.jdb-sources h2{font-size:16px;margin:0 0 var(--jdb-sp-2);border-left:4px solid var(--jdb-red);padding-left:var(--jdb-sp-2)}.jdb-sources ul{list-style:disc;margin:0 0 0 1.4em}.jdb-sources a{word-break:break-all;font-size:13px}.jdb-archive__header,.jdb-author__header,.jdb-page__header,.jdb-pillar__header,.jdb-compare__header{margin-bottom:var(--jdb-sp-6)}.jdb-archive__title{font-size:clamp(24px,3vw,36px);margin:var(--jdb-sp-3) 0}.jdb-search-form{display:flex;gap:var(--jdb-sp-2);margin-top:var(--jdb-sp-4)}.jdb-search-form input{flex:1;padding:var(--jdb-sp-3) var(--jdb-sp-4);border:2px solid var(--jdb-gray-300);border-radius:var(--jdb-radius-md);font-size:16px}.jdb-search-form input:focus{border-color:var(--jdb-red);outline:0}.jdb-pagination{margin-top:var(--jdb-sp-7);text-align:center}.jdb-pagination .nav-links{display:inline-flex;gap:var(--jdb-sp-2)}.jdb-pagination .page-numbers{display:inline-flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 var(--jdb-sp-3);border-radius:var(--jdb-radius-sm);background:var(--jdb-gray-100);color:var(--jdb-gray-900);text-decoration:none;font-weight:700}.jdb-pagination .page-numbers.current,.jdb-pagination .page-numbers:hover{background:var(--jdb-red);color:var(--jdb-white)}.jdb-author__header{display:grid;grid-template-columns:200px 1fr;gap:var(--jdb-sp-6);align-items:center}.jdb-author__avatar{width:200px;height:200px;border-radius:50%;object-fit:cover}.jdb-author__name{font-size:32px;margin:0 0 var(--jdb-sp-2)}.jdb-author__role{color:var(--jdb-red);font-weight:700;margin:0 0 var(--jdb-sp-3)}.jdb-author__sns{list-style:none;padding:0;display:flex;gap:var(--jdb-sp-3);margin:var(--jdb-sp-3) 0 0}@media (max-width:600px){.jdb-author__header{grid-template-columns:1fr;text-align:center}.jdb-author__avatar{width:120px;height:120px;margin:0 auto}}.jdb-404{text-align:center;padding-block:var(--jdb-sp-10)}.jdb-404__code{font-family: var(--jdb-font-en);font-size:96px;font-weight:900;color:var(--jdb-red);margin:0;line-height:1}.jdb-404__title{font-size:clamp(24px,3vw,32px);margin:var(--jdb-sp-3) 0}.jdb-404__lead{color:var(--jdb-gray-700);margin:0 0 var(--jdb-sp-5)}.jdb-404__cta{display:flex;gap:var(--jdb-sp-3);justify-content:center;flex-wrap:wrap}.jdb-sitemap-section{background:linear-gradient(180deg,#fff 0%,#fff5f5 100%)}.jdb-sitemap-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--jdb-sp-6);margin-top:var(--jdb-sp-6)}@media (max-width:900px){.jdb-sitemap-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.jdb-sitemap-grid{grid-template-columns:1fr}}.jdb-sitemap-col{background:var(--jdb-white);border:1px solid var(--jdb-gray-200);border-radius:var(--jdb-radius-lg);padding:var(--jdb-sp-5);box-shadow:var(--jdb-shadow-sm);transition:box-shadow var(--jdb-dur-base) var(--jdb-ease)}.jdb-sitemap-col:hover{box-shadow:var(--jdb-shadow-md)}.jdb-sitemap-col__title{margin:0 0 var(--jdb-sp-4);padding-bottom:var(--jdb-sp-3);border-bottom:2px solid var(--jdb-red);font-size:16px;font-weight:700;color:var(--jdb-black)}.jdb-sitemap-col__list{list-style:none;margin:0;padding:0}.jdb-sitemap-col__list li{margin-bottom:var(--jdb-sp-2);position:relative;padding-left:18px}.jdb-sitemap-col__list li::before{content:'›';position:absolute;left:4px;top:0;color:var(--jdb-red);font-weight:900}.jdb-sitemap-col__list a{color:var(--jdb-gray-900);font-size:14px;line-height:1.5;text-decoration:none;display:inline-block;transition:color var(--jdb-dur-fast) var(--jdb-ease)}.jdb-sitemap-col__list a:hover{color:var(--jdb-red);text-decoration:underline}.jdb-empty{padding:var(--jdb-sp-7);text-align:center;color:var(--jdb-gray-700);background:var(--jdb-gray-100);border-radius:var(--jdb-radius-md)}