﻿:root{--container: 1120px;--gutter: 16px;--sidebar-width: 300px;--content-gap: 32px;--radius-sm: 2px;--radius-md: 4px;--radius-lg: 6px;--shadow-sm: 0 6px 18px rgba(0, 0, 0, 0.08);--shadow-md: 0 10px 30px rgba(0, 0, 0, 0.10);--shadow-lg: 0 16px 48px rgba(0, 0, 0, 0.12);--border: 1px solid rgba(0, 0, 0, 0.08);--border-strong: 1px solid rgba(0, 0, 0, 0.12);--bg: #ffffff;--surface: #ffffff;--surface-2: rgba(0, 0, 0, 0.02);--surface-3: rgba(0, 0, 0, 0.04);--text: rgba(0, 0, 0, 0.88);--muted: rgba(0, 0, 0, 0.65);--subtle: rgba(0, 0, 0, 0.55);--link: rgba(0, 0, 0, 0.88);--link-hover: rgba(0, 0, 0, 0.92);--accent: rgba(0, 0, 0, 0.10);--accent-strong: rgba(0, 0, 0, 0.16);--primary: #059669;--primary-hover: #047857;--primary-light: #ecfdf5;--primary-border: #a7f3d0;--focus: rgba(0, 0, 0, 0.88);--transition-fast: 150ms ease;--transition-base: 200ms ease;--transition-slow: 300ms ease}*,*::before,*::after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;text-size-adjust:100%;scroll-behavior:smooth}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Hiragino Sans","Hiragino Kaku Gothic ProN","Yu Gothic Medium","Yu Gothic","Meiryo",sans-serif;font-size:1rem;font-weight:400;line-height:1.625;color:var(--text);background-color:var(--bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img,svg,video,canvas{max-width:100%;height:auto;display:block}button,input,select,textarea{font:inherit;color:inherit}a{color:inherit;text-decoration-thickness:from-font;text-underline-offset:.15em}:focus-visible{outline:2px solid var(--focus);outline-offset:2px}:focus:not(:focus-visible){outline:none}ul,ol{padding-left:1.25em}table{border-collapse:collapse;border-spacing:0}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:0;font-weight:700;line-height:1.25}h1{font-size:1.875rem}@media(min-width: 768px){h1{font-size:2.25rem}}p{margin-top:0;margin-bottom:0}::selection{background-color:var(--primary-light);color:var(--text)}@media(prefers-reduced-motion: reduce){*,*::before,*::after{animation-duration:.01ms !important;animation-iteration-count:1 !important;transition-duration:.01ms !important;scroll-behavior:auto !important}}.l-container{max-width:var(--container);margin-inline:auto;padding-inline:var(--gutter)}.l-section{padding-block:28px}.u-card{background:var(--surface);border:var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);padding:18px}.u-card--soft{background:var(--surface-2)}.u-stack>*+*{margin-top:14px}.u-icon{display:inline-flex;align-items:center;justify-content:center;width:1em;height:1em;vertical-align:-0.125em;flex-shrink:0}.u-icon svg{width:100%;height:100%;max-width:100%;max-height:100%;display:block}[class*=__icon]{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}[class*=__icon] svg{width:100%;height:100%;max-width:100%;max-height:100%;display:block}.article-content{font-size:1rem;line-height:2}.visually-hidden,.screen-reader-text{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0}.skip-to-content{position:absolute;top:-100%;left:50%;transform:translateX(-50%);z-index:9999;padding:12px 24px;background-color:var(--primary);color:#fff;font-weight:700;text-decoration:none;border-radius:var(--radius-md);transition:top .2s ease}.skip-to-content:focus{top:16px;outline:2px solid var(--focus);outline-offset:2px}.container{width:100%;max-width:1120px;margin-left:auto;margin-right:auto;padding-left:16px;padding-right:16px}@media(min-width: 920px){.container{padding-left:24px;padding-right:24px}}.container--narrow{max-width:800px}.site-wrapper{display:flex;flex-direction:column;min-height:100vh}.main{flex:1;padding:32px 0}@media(min-width: 920px){.main{padding:0}}.page-main,.single-main{flex:1;padding:40px 0 80px}@media(min-width: 920px){.page-main,.single-main{padding:40px 0 80px}}.site-header,.header{position:sticky;top:0;z-index:300;background:hsla(0,0%,100%,.92);backdrop-filter:blur(10px);border-top:5px solid #059669;border-bottom:var(--border)}.site-header__inner,.header__inner{display:flex;align-items:center;justify-content:space-between;gap:14px;min-height:64px}@media(min-width: 920px){.site-header__inner,.header__inner{min-height:100px}}.site-brand{display:inline-flex;align-items:center;gap:10px;text-decoration:none;flex-shrink:0}.site-brand__logo{width:34px;height:34px;border-radius:12px;background:var(--accent);overflow:hidden}.site-brand__logo img{width:100%;height:100%;object-fit:contain}.site-brand__name{font-weight:700;letter-spacing:.02em;color:var(--text)}.gnav{display:flex;align-items:center;gap:12px}.gnav__list{list-style:none;margin:0;padding:0;display:flex;gap:10px;align-items:center}@media(max-width: 920px){.gnav__list{display:none}}.gnav__item{position:relative;margin:0}.gnav__link{display:inline-flex;align-items:center;gap:8px;padding:10px 12px;border-radius:14px;text-decoration:none;color:var(--link);font-weight:500;transition:background-color var(--transition-fast)}.gnav__dropdown{position:absolute;top:calc(100% + 10px);left:0;min-width:260px;background:var(--surface);border:var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-md);padding:10px;opacity:0;visibility:hidden;transform:translateY(-6px);transition:opacity var(--transition-fast),transform var(--transition-fast),visibility var(--transition-fast);z-index:100}.gnav__dropdown a{display:flex;align-items:center;justify-content:space-between;padding:10px 12px;border-radius:12px;text-decoration:none;color:var(--text);transition:background-color var(--transition-fast)}.gnav__dropdown a:hover,.gnav__dropdown a:focus-visible{background:var(--surface-2)}.gnav__item:hover .gnav__dropdown,.gnav__item:focus-within .gnav__dropdown{opacity:1;visibility:visible;transform:translateY(0)}.nav-toggle,.header__menu-toggle{display:none;align-items:center;gap:8px;padding:10px 12px;border:var(--border);background:var(--surface);border-radius:2px;cursor:pointer;font-weight:500}@media(max-width: 920px){.nav-toggle,.header__menu-toggle{display:inline-flex}}.spnav{display:none;border-top:var(--border);background:var(--surface)}.spnav.is-open{display:block}.spnav__inner{padding:10px var(--gutter) 16px}.spnav__group{border:var(--border);border-radius:var(--radius-md);overflow:hidden;background:var(--surface)}.spnav__group+.spnav__group{margin-top:10px}.spnav__parent{width:100%;display:flex;justify-content:space-between;gap:10px;padding:12px 14px;background:rgba(0,0,0,0);border:0;cursor:pointer;text-align:left;font-weight:500;color:var(--text)}.spnav__parent .u-icon{transition:transform var(--transition-fast)}.spnav__group.is-open .spnav__parent .u-icon{transform:rotate(180deg)}.spnav__children{padding:6px 10px 12px;display:none}.spnav__group.is-open .spnav__children{display:block}.spnav__children a{display:block;padding:10px;border-radius:12px;text-decoration:none;color:var(--text);transition:background-color var(--transition-fast)}.spnav__children a:hover,.spnav__children a:focus-visible{background:var(--surface-2)}.breadcrumb-wrapper{background:var(--surface-2);border-bottom:var(--border);padding:12px 0}.header{position:relative}.header__inner{max-width:var(--container);margin-inline:auto;padding-inline:var(--gutter)}.header__logo-link{display:flex;align-items:center;gap:8px;text-decoration:none}.header__logo-link__logo{display:flex;align-items:center}.header__logo-link__logo img{width:40px;height:40px;object-fit:contain}.header__logo-link__text{font-size:1.125rem;font-weight:700;color:var(--text)}@media(min-width: 920px){.header__logo-link__text{font-size:1.5rem}}.header__logo-link:hover .header__logo-link__text{color:var(--primary)}.header__menu-toggle{flex-direction:column;justify-content:center;width:44px;height:44px;padding:10px;gap:5px}.header__menu-toggle-bar{display:block;width:100%;height:2px;background:var(--text);border-radius:1px;transition:transform var(--transition-fast),opacity var(--transition-fast)}.header__menu-toggle[aria-expanded=true] .header__menu-toggle-bar:nth-child(1){transform:translateY(7px) rotate(45deg)}.header__menu-toggle[aria-expanded=true] .header__menu-toggle-bar:nth-child(2){opacity:0}.header__menu-toggle[aria-expanded=true] .header__menu-toggle-bar:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.header__nav{display:flex;align-items:center;gap:12px}@media(max-width: 920px){.header__nav{display:none;position:fixed;height:calc(100vh + 500px);top:64px;left:0;right:0;bottom:0;background:var(--bg);padding:0;overflow-y:auto;z-index:100}.header__nav.is-active{display:block}}.header__menu{list-style:none;margin:0;padding:0;display:flex;gap:10px;align-items:center}@media(max-width: 920px){.header__menu{display:flex;flex-direction:column;align-items:stretch;gap:0}}.header__menu>li{font-size:.875rem;margin:0}@media(max-width: 920px){.header__menu>li{border-bottom:var(--border)}.header__menu>li:last-child{border-bottom:none}}.header__menu a{display:inline-flex;align-items:center;gap:8px;padding:10px 12px;border-radius:14px;text-decoration:none;color:var(--link);font-weight:500;transition:background-color var(--transition-fast)}@media(max-width: 920px){.header__menu a{display:flex;padding:16px;border-radius:0}}.header__menu-item{position:static}.header__menu-item>a{display:inline-flex;align-items:center;gap:4px;padding-bottom:16px;margin-bottom:-16px}@media(max-width: 920px){.header__menu-item>a{position:relative;display:flex;justify-content:center;padding:16px;margin-bottom:0}}.header__menu-arrow{transition:transform var(--transition-fast)}@media(max-width: 920px){.header__menu-arrow{position:absolute;top:50%;right:3%;transform:translateY(-50%)}}.header__menu-item:hover .header__menu-arrow{transform:rotate(180deg)}@media(max-width: 920px){.header__menu-item:hover .header__menu-arrow{transform:translateY(-50%) rotate(180deg)}}@media(min-width: 920px){.header__menu-item.is-open .header__menu-arrow{transform:rotate(180deg)}}@media(max-width: 920px){.header__menu-item.is-open .header__menu-arrow{transform:translateY(-50%) rotate(180deg)}}.header__menu-item{--cat-color: var(--primary)}.header__menu-icon{width:18px;height:18px;color:var(--cat-color);transition:color var(--transition-fast)}.header__menu-item>a:focus-visible{color:var(--cat-color)}.header__submenu{position:absolute;top:100%;left:0;right:0;background:var(--surface);border-top:var(--border);box-shadow:var(--shadow-lg);padding:0 32px;opacity:0;visibility:hidden;transform:translateY(-4px);transition:opacity var(--transition-fast),visibility var(--transition-fast),transform var(--transition-fast);z-index:100;list-style:none;margin:0}@media(min-width: 920px){.header__submenu{padding:32px 0}}.header__submenu::before{content:"";position:absolute;top:-20px;left:0;right:0;height:20px}.header__menu-item:hover .header__submenu{opacity:1;visibility:visible;transform:translateY(0)}.header__submenu-container{display:flex;flex-direction:column;gap:16px;max-width:var(--container);margin-inline:auto}.header__submenu-header{display:flex;align-items:center;gap:16px;padding:0;border-radius:4px}@media(max-width: 920px){.header__submenu-header{display:none}}.header__submenu-image{width:150px;border-radius:2px;overflow:hidden;flex-shrink:0}.header__submenu-image img{aspect-ratio:100px/70px;object-fit:cover}.header__submenu-info{flex:1;min-width:0}.header__submenu-heading{display:flex;align-items:center;gap:8px;margin-bottom:4px}.header__submenu-icon{width:24px;height:24px;color:var(--cat-color);flex-shrink:0}.header__submenu-title{font-size:1rem;font-weight:700;color:var(--text);margin:0}.header__submenu-desc{font-size:.875rem;color:var(--text-secondary);line-height:1.5;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.header__submenu-link{display:inline-flex;align-items:center;gap:4px;padding:8px 12px;font-size:.75rem;font-weight:500;color:var(--cat-color);text-decoration:none;background:var(--surface);border:1px solid var(--cat-color);border-radius:9999px;white-space:nowrap;flex-shrink:0;transition:background-color var(--transition-fast),color var(--transition-fast)}.header__submenu-link:hover{background:var(--cat-color);color:#fff}.header__submenu-link svg{flex-shrink:0}.header__submenu-children{display:flex;flex-wrap:wrap;justify-content:flex-start;gap:8px;list-style:none;margin:0;padding:0}.header__submenu-children li{margin:0}@media(max-width: 920px){.header__submenu-children li{border-bottom:1px solid rgba(0,0,0,.1)}.header__submenu-children li:last-child{border-bottom:none}}.header__submenu-children a{display:inline-flex;align-items:center;padding:8px 32px;color:var(--text);text-decoration:none;border-radius:2px;font-size:.875rem;font-weight:500;transition:background-color var(--transition-fast),color var(--transition-fast),border-color var(--transition-fast);border:1px solid rgba(0,0,0,.08);background:var(--surface);white-space:nowrap}.header__submenu-children a:hover{background:var(--cat-color);border-color:var(--cat-color);color:#fff}@media(max-width: 920px){.header__submenu-children{flex-direction:column;align-items:stretch;gap:4px}.header__submenu-children a{justify-content:space-between;border:none;border-radius:2px;padding:8px 12px;background:rgba(0,0,0,0)}.header__submenu-children a::after{content:"";display:block;width:6px;height:6px;border-top:2px solid currentColor;border-right:2px solid currentColor;transform:rotate(45deg);opacity:.5;flex-shrink:0}.header__submenu-children a:hover{background:var(--surface-2);color:var(--cat-color)}.header__submenu-children a:hover::after{opacity:1}}.header__submenu-parent-link{display:none}@media(max-width: 920px){.header__submenu-parent-link{display:block;margin-bottom:8px;padding-bottom:8px;border-bottom:1px dashed rgba(0,0,0,.08)}.header__submenu-parent-link a{font-weight:700;color:var(--cat-color)}.header__submenu-parent-link a:hover{color:var(--cat-color);background:rgba(0,0,0,.03)}}@media(max-width: 920px){.header__submenu{position:static;transform:none;box-shadow:none;border:none;border-top:var(--border);padding:0;background:var(--surface-2);max-height:0;opacity:0;visibility:hidden;overflow:hidden;transition:max-height .3s ease,opacity .2s ease,padding .3s ease}.header__menu-item.is-open .header__submenu{max-height:500px;opacity:1;visibility:visible;padding:12px 0}}.header__cta{margin-left:16px}@media(max-width: 920px){.header__cta{margin-left:0;margin-top:24px}}.site-footer{background:#0c3a2d;color:#fff}.footer__inner{max-width:var(--container);margin-inline:auto;padding:48px var(--gutter) 24px}.footer__nav{display:flex;gap:32px;padding-bottom:40px;border-bottom:1px solid hsla(0,0%,100%,.15);flex-direction:column}@media(min-width: 768px){.footer__nav{flex-direction:row;gap:40px}}.footer__nav-brand{flex-shrink:0;width:100%}@media(min-width: 768px){.footer__nav-brand{margin-right:auto;width:50%}}.footer__nav-brand__link{align-items:center;display:flex;gap:10px;text-decoration:none}.footer__nav-brand__logo{height:30px;width:30px}.footer__nav-brand__logo img{width:100%;height:100%;object-fit:contain;mix-blend-mode:color-dodge}.footer__nav-brand__text{font-size:1.25rem;font-weight:700}.footer__nav-brand__title{border-top:1px solid hsla(0,0%,100%,.3);font-size:.875rem;margin-top:20px;padding-top:20px}.footer__nav-brand__description{color:hsla(0,0%,100%,.5);font-size:.75rem;line-height:2;margin-top:12px}.footer__nav-col{min-width:0}@media(min-width: 768px){.footer__nav-col{padding-left:16px}}.footer__nav-title{margin:0 0 16px;font-size:1rem;font-weight:700;color:#fff}.footer__nav-list{list-style:none;padding:0;margin:0}.footer__nav-list li+li{margin-top:8px}.footer__nav-list a{align-items:center;display:flex;gap:4px;font-size:.875rem;color:hsla(0,0%,100%,.7);text-decoration:none;transition:color var(--transition-fast)}.footer__nav-list a::before{content:"";display:block;width:6px;height:1px;background-color:hsla(0,0%,100%,.3)}.footer__nav-list a:hover,.footer__nav-list a:focus-visible{color:#fff;text-decoration:underline}.footer__bottom{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-top:24px}@media(max-width: 520px){.footer__bottom{flex-direction:column;text-align:center}}.footer__copyright{margin:0 auto;font-size:.75rem;color:hsla(0,0%,100%,.6)}.footer__legal{display:flex;flex-wrap:wrap;gap:16px;list-style:none;margin:0;padding:0}.footer__legal a{font-size:.75rem;color:hsla(0,0%,100%,.6);text-decoration:none;transition:color var(--transition-fast)}.footer__legal a:hover,.footer__legal a:focus-visible{color:#fff;text-decoration:underline}.back-to-top{position:fixed;bottom:24px;right:24px;display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:var(--surface);border:var(--border);border-radius:50%;box-shadow:var(--shadow-md);cursor:pointer;opacity:0;visibility:hidden;transform:translateY(20px);transition:opacity var(--transition-base),visibility var(--transition-base),transform var(--transition-base),background-color var(--transition-fast);z-index:200}.back-to-top:hover{background:var(--surface-2)}.back-to-top.is-visible{opacity:1;visibility:visible;transform:translateY(0)}.back-to-top svg{color:var(--text)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 20px;font-family:-apple-system,BlinkMacSystemFont,"Hiragino Sans","Hiragino Kaku Gothic ProN","Yu Gothic Medium","Yu Gothic","Meiryo",sans-serif;font-size:.875rem;font-weight:500;line-height:1;text-align:center;text-decoration:none;border:2px solid rgba(0,0,0,0);border-radius:6px;cursor:pointer;transition:background-color 150ms ease,border-color 150ms ease,color 150ms ease,transform 150ms ease;outline:none}.btn:focus-visible{outline:2px solid #059669;outline-offset:2px}.btn:disabled{opacity:.5;cursor:not-allowed}.btn svg{flex-shrink:0}.btn--primary{background-color:#059669;border-color:#059669;color:#fff}.btn--primary:hover:not(:disabled){background-color:#047857;border-color:#047857;color:#fff}.btn--primary:active:not(:disabled){transform:scale(0.98)}.btn--outline{background-color:rgba(0,0,0,0);border-color:#059669;color:#059669}.btn--outline:hover:not(:disabled){background-color:#059669;color:#fff}.btn--ghost{background-color:rgba(0,0,0,0);border-color:rgba(0,0,0,0);color:rgba(0,0,0,.88)}.btn--ghost:hover:not(:disabled){background-color:rgba(0,0,0,.02)}.btn--sm{padding:8px 12px;font-size:.75rem}.btn--lg{padding:16px 24px;font-size:1rem}@media(min-width: 768px){.btn--lg{padding:16px 32px}}.btn--block{display:flex;width:100%}.btn--icon{padding:8px;width:40px;height:40px}.btn--icon.btn--sm{width:32px;height:32px}.btn--icon.btn--lg{width:48px;height:48px}.post-card{background-color:#fff;border-radius:6px;box-shadow:0 6px 18px rgba(0,0,0,.08);border:1px solid rgba(0,0,0,.04);overflow:hidden;transition:box-shadow 200ms ease,transform 200ms ease}.post-card:hover{box-shadow:0 16px 48px rgba(0,0,0,.12);transform:translateY(-4px)}.post-card__link{color:inherit;text-decoration:none;display:block}.post-card__thumbnail{position:relative;aspect-ratio:1.7777777778}@supports not (aspect-ratio: 1){.post-card__thumbnail::before{content:"";float:left;padding-top:56.25%}.post-card__thumbnail::after{content:"";display:table;clear:both}}.post-card__thumbnail{overflow:hidden;background-color:rgba(0,0,0,.04)}.post-card__thumbnail-img{width:100%;height:100%;object-fit:cover;transition:transform 300ms ease}.post-card:hover .post-card__thumbnail-img{transform:scale(1.05)}.post-card__thumbnail-placeholder{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg, rgba(0, 0, 0, 0.04) 0%, rgba(0, 0, 0, 0.02) 100%);color:rgba(0,0,0,.55)}.post-card__content{padding:16px}@media(min-width: 768px){.post-card__content{padding:20px}}.post-card__category{display:inline-block;padding:4px 8px;font-size:.75rem;font-weight:500;color:#065f46;background-color:#ecfdf5;border-radius:2px;margin-bottom:8px}.post-card__title{font-size:1rem;font-weight:600;line-height:1.375;color:rgba(0,0,0,.88);margin-bottom:8px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}@media(min-width: 768px){.post-card__title{font-size:1.125rem}}.post-card:hover .post-card__title{color:#059669}.post-card__excerpt{font-size:.875rem;color:rgba(0,0,0,.65);line-height:1.625;margin-bottom:12px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.post-card__meta{display:flex;align-items:center;gap:12px}.post-card__date{font-size:.75rem;color:rgba(0,0,0,.55)}.post-grid{display:grid;grid-template-columns:repeat(1, 1fr);gap:24px}@media(min-width: 768px){.post-grid{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 920px){.post-grid{grid-template-columns:repeat(3, 1fr)}}.post-list{display:flex;flex-direction:column;gap:24px}.category-card{--cat-color: #059669;color:inherit;text-decoration:none;background-color:#fff;border-radius:6px;box-shadow:0 6px 18px rgba(0,0,0,.08);border:1px solid rgba(0,0,0,.04);display:flex;flex-direction:column;overflow:hidden;transition:box-shadow 200ms ease,transform 200ms ease}.category-card:hover{box-shadow:0 10px 30px rgba(0,0,0,.1);transform:translateY(-2px)}.category-card:hover .category-card__icon{transform:scale(1.1)}.category-card:hover .category-card__title{color:var(--cat-color)}.category-card:hover .category-card__image img{transform:scale(1.05)}.category-card__image{aspect-ratio:16/10;background:rgba(0,0,0,.04);overflow:hidden;border-bottom:3px solid var(--cat-color)}.category-card__image img{width:100%;height:100%;object-fit:cover;transition:transform 300ms ease}.category-card__body{flex:1;display:flex;flex-direction:column;gap:8px;padding:16px}.category-card__header{display:flex;align-items:center;gap:4px}.category-card__icon{width:18px;height:18px;color:var(--cat-color);flex-shrink:0;transition:transform 150ms ease}.category-card__title{font-size:.875rem;font-weight:600;color:rgba(0,0,0,.88);margin:0;transition:color 150ms ease}.category-card__count{font-size:.875rem;color:rgba(0,0,0,.65);margin:0}.category-card__arrow{display:none}.category-grid{display:grid;grid-template-columns:repeat(2, 1fr);gap:16px}@media(min-width: 768px){.category-grid{grid-template-columns:repeat(3, 1fr)}}@media(min-width: 920px){.category-grid{grid-template-columns:repeat(5, 1fr)}}.breadcrumb{font-size:.875rem}@media(max-width: 920px){.breadcrumb{font-size:.75rem}}.breadcrumb__list{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;align-items:center;gap:4px}.breadcrumb__item{display:flex;align-items:center;gap:4px;margin:0}.breadcrumb__link{color:rgba(0,0,0,.65);transition:color 150ms ease}.breadcrumb__link:hover{color:#059669}.breadcrumb__separator{color:#9ca3af;display:flex;align-items:center}.breadcrumb__current{color:rgba(0,0,0,.88);font-weight:500}.pagination{margin-top:32px}.pagination__list{list-style:none;margin:0;padding:0;display:flex;justify-content:center;align-items:center;gap:8px;flex-wrap:wrap}.pagination__item{margin:0}.pagination__item a,.pagination__item span{display:flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 12px;font-size:.875rem;font-weight:500;color:rgba(0,0,0,.65);background-color:#fff;border:1px solid rgba(0,0,0,.08);border-radius:4px;transition:background-color 150ms ease,border-color 150ms ease,color 150ms ease;text-decoration:none}.pagination__item a span{border:none;background:none}.pagination__item a:hover{background-color:rgba(0,0,0,.02);border-color:#059669;color:#059669}.pagination__item a:hover span{color:#059669}.pagination__item--current a,.pagination__item--current span{background-color:#059669;border-color:#059669;color:#fff;pointer-events:none}.pagination__prev,.pagination__next{font-weight:500}.search-form{margin-top:16px}.search-form__label{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0}.search-form__inner{display:flex;gap:0}.search-form__input{flex:1;min-width:0;padding:12px 16px;font-size:1rem;color:rgba(0,0,0,.88);background-color:#fff;border:1px solid rgba(0,0,0,.08);border-right:none;border-radius:4px 0 0 4px;transition:border-color 150ms ease,box-shadow 150ms ease}.search-form__input::placeholder{color:rgba(0,0,0,.55)}.search-form__input:focus{outline:none;border-color:#059669;box-shadow:0 0 0 3px rgba(5,150,105,.1)}.search-form__submit{appearance:none;background:none;border:none;padding:0;margin:0;cursor:pointer;font:inherit;color:inherit;display:flex;align-items:center;justify-content:center;width:48px;background-color:#059669;color:#fff;border-radius:0 4px 4px 0;transition:background-color 150ms ease}.search-form__submit:hover{background-color:#047857}.screen-reader-text{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0}.post-navigation{margin-top:32px;padding-top:32px;border-top:1px solid rgba(0,0,0,.08)}.post-navigation__inner{display:flex;flex-direction:column;gap:16px}@media(min-width: 768px){.post-navigation__inner{flex-direction:row;justify-content:space-between}}.post-navigation__link{color:inherit;text-decoration:none;display:flex;flex-direction:column;gap:8px;padding:16px;background-color:rgba(0,0,0,.02);border-radius:6px;transition:background-color 150ms ease}.post-navigation__link:hover{background-color:rgba(0,0,0,.04)}@media(min-width: 768px){.post-navigation__link{flex:1;max-width:calc(50% - 8px)}}.post-navigation__link--prev .post-navigation__label{justify-content:flex-start}.post-navigation__link--next{text-align:right}.post-navigation__link--next .post-navigation__label{justify-content:flex-end}.post-navigation__label{display:flex;align-items:center;gap:8px;font-size:.875rem;color:rgba(0,0,0,.65)}.post-navigation__title{font-size:1rem;font-weight:500;color:rgba(0,0,0,.88);line-height:1.375}.post-navigation__placeholder{display:none}@media(min-width: 768px){.post-navigation__placeholder{display:block;flex:1;max-width:calc(50% - 8px)}}.category-hub{margin-top:24px}.category-hub__link{color:inherit;text-decoration:none;display:flex;align-items:center;justify-content:space-between;padding:16px 20px;background-color:#ecfdf5;border:1px solid #a7f3d0;border-radius:6px;transition:background-color 150ms ease,border-color 150ms ease}.category-hub__link:hover{background-color:#d1fae5;border-color:#6ee7b7}.category-hub__text{font-weight:500;color:#065f46}.category-hub__count{font-size:.875rem;color:#059669;margin-left:8px}.related-posts{margin-top:48px;padding-top:32px;border-top:var(--border)}.related-posts__title{font-size:1.25rem;font-weight:700;margin-bottom:24px}@media(min-width: 768px){.related-posts__title{font-size:1.5rem}}.related-posts__list{display:grid;grid-template-columns:auto 1fr;gap:0 12px;list-style:none;margin:0;padding:0}.related-posts__list-item{display:contents}.related-posts__list-item a{display:contents;text-decoration:none}.related-posts__list-item a:hover .related-posts__list-title{color:var(--primary)}.related-posts__list-category{align-self:center;padding:2px 8px;font-size:.75rem;font-weight:500;color:var(--primary);background:var(--primary-light);border-radius:6px;text-align:center;white-space:nowrap}.related-posts__list-title{padding:16px 0;font-size:1rem;color:var(--text);line-height:1.375;border-bottom:var(--border);transition:color var(--transition-fast)}.related-posts__list-item:last-child .related-posts__list-title{border-bottom:none}.related-posts__grid{display:grid;grid-template-columns:repeat(2, 1fr);gap:16px}@media(min-width: 768px){.related-posts__grid{grid-template-columns:repeat(3, 1fr)}}.related-posts__item{background:var(--surface);border:var(--border);border-radius:var(--radius-md);overflow:hidden;transition:box-shadow var(--transition-base)}.related-posts__item:hover{box-shadow:var(--shadow-md)}.related-posts__link{display:block;text-decoration:none}.related-posts__thumbnail{aspect-ratio:16/9;overflow:hidden;background:var(--surface-2)}.related-posts__thumbnail img{width:100%;height:100%;object-fit:cover;transition:transform var(--transition-slow)}.related-posts__item:hover .related-posts__thumbnail img{transform:scale(1.05)}.related-posts__content{padding:16px}.related-posts__category{display:inline-block;padding:2px 8px;font-size:.75rem;font-weight:500;color:var(--primary);background:var(--primary-light);border-radius:6px;margin-bottom:8px}.related-posts__item-title{font-size:.875rem;font-weight:600;line-height:1.375;color:var(--text);margin:0 0 8px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.related-posts__item:hover .related-posts__item-title{color:var(--primary)}.related-posts__date{font-size:.75rem;color:var(--subtle)}.mw_wp_form{max-width:800px;margin:0 auto}.mw-form__table{width:100%;border-collapse:collapse}.mw-form__table tr{border-bottom:1px solid rgba(0,0,0,.08)}.mw-form__table tr:last-child{border-bottom:none}@media(max-width: 768px){.mw-form__table tr{display:flex;flex-direction:column;padding:20px 0}}.mw-form__table th{width:240px;padding:24px 16px 24px 0;text-align:left;vertical-align:middle;font-weight:500;font-size:.875rem;color:var(--text)}@media(max-width: 768px){.mw-form__table th{width:100%;padding:0 0 12px 0}}.mw-form__table td{padding:24px 0}@media(max-width: 768px){.mw-form__table td{padding:0}}.mw-form__required,.mw-form__optional{display:inline-flex;align-items:center;justify-content:center;min-width:40px;padding:4px 10px;margin-right:12px;font-size:11px;font-weight:700;line-height:1;border-radius:3px;vertical-align:middle}.mw-form__required{background:#dc2626;color:#fff}.mw-form__optional{background:#6b7280;color:#fff}.mw_wp_form input[type=text],.mw_wp_form input[type=email],.mw_wp_form input[type=tel],.mw_wp_form input[type=url],.mw_wp_form input[type=number],.mw_wp_form input[type=date],.mw_wp_form textarea,.mw_wp_form select{width:100%;padding:14px 16px;font-size:1rem;font-family:inherit;line-height:1.5;color:var(--text);background-color:#fff;border:1px solid #d1d5db;border-radius:8px;outline:none;transition:border-color .2s,box-shadow .2s;appearance:none}.mw_wp_form input[type=text]::placeholder,.mw_wp_form input[type=email]::placeholder,.mw_wp_form input[type=tel]::placeholder,.mw_wp_form input[type=url]::placeholder,.mw_wp_form input[type=number]::placeholder,.mw_wp_form input[type=date]::placeholder,.mw_wp_form textarea::placeholder,.mw_wp_form select::placeholder{color:#9ca3af}.mw_wp_form input[type=text]:hover,.mw_wp_form input[type=email]:hover,.mw_wp_form input[type=tel]:hover,.mw_wp_form input[type=url]:hover,.mw_wp_form input[type=number]:hover,.mw_wp_form input[type=date]:hover,.mw_wp_form textarea:hover,.mw_wp_form select:hover{border-color:#9ca3af}.mw_wp_form input[type=text]:focus,.mw_wp_form input[type=email]:focus,.mw_wp_form input[type=tel]:focus,.mw_wp_form input[type=url]:focus,.mw_wp_form input[type=number]:focus,.mw_wp_form input[type=date]:focus,.mw_wp_form textarea:focus,.mw_wp_form select:focus{border-color:#059669;box-shadow:0 0 0 3px rgba(5,150,105,.15)}.mw_wp_form textarea{min-height:180px;resize:vertical}.mw_wp_form select{padding-right:44px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;background-size:18px;cursor:pointer}.mw_wp_form .mwform-checkbox-field,.mw_wp_form .mwform-radio-field{display:block}.mw_wp_form .mwform-checkbox-field label,.mw_wp_form .mwform-radio-field label{display:inline-flex;align-items:center;gap:8px;cursor:pointer;font-size:1rem;color:var(--text);line-height:1.5}.mw_wp_form .mwform-checkbox-field input[type=checkbox],.mw_wp_form .mwform-checkbox-field input[type=radio],.mw_wp_form .mwform-radio-field input[type=checkbox],.mw_wp_form .mwform-radio-field input[type=radio]{width:20px;height:20px;margin:0;accent-color:#059669;cursor:pointer;flex-shrink:0}.mw_wp_form .mwform-checkbox-field-text,.mw_wp_form .mwform-radio-field-text{margin-left:0}.mw-form__privacy{margin-top:32px;padding:24px;background:#f9fafb;border:1px solid rgba(0,0,0,.08);border-radius:8px;text-align:center}.mw-form__privacy .mwform-checkbox-field{display:flex;justify-content:center}.mw-form__privacy .mwform-checkbox-field label{font-weight:500}.mw-form__privacy-link{margin:12px 0 0;font-size:.875rem}.mw-form__privacy-link a{color:#059669;text-decoration:underline;text-underline-offset:2px}.mw-form__privacy-link a:hover{text-decoration:none}.mw-form__buttons{display:flex;justify-content:center;align-items:center;gap:16px;margin-top:40px}@media(max-width: 520px){.mw-form__buttons{flex-direction:column-reverse}}.mw_wp_form input[type=submit]{display:inline-flex;align-items:center;justify-content:center;min-width:240px;padding:16px 32px;font-size:1rem;font-weight:700;font-family:inherit;color:#fff;background:#059669;border:none;border-radius:8px;cursor:pointer;transition:background-color .2s,transform .2s,box-shadow .2s}.mw_wp_form input[type=submit]:hover{background:#047857;transform:translateY(-2px);box-shadow:0 4px 12px rgba(5,150,105,.3)}.mw_wp_form input[type=submit]:active{transform:translateY(0)}.mw_wp_form input[type=submit]:disabled,.mw_wp_form input[type=submit].is-disabled{background:#d1d5db;color:#9ca3af;cursor:not-allowed;transform:none;box-shadow:none;opacity:.7;pointer-events:none}.mw_wp_form input[type=submit]:disabled:hover,.mw_wp_form input[type=submit].is-disabled:hover{background:#d1d5db;transform:none;box-shadow:none}@media(max-width: 520px){.mw_wp_form input[type=submit]{width:100%}}.mw_wp_form input[type=button]{display:inline-flex;align-items:center;justify-content:center;min-width:140px;padding:16px 24px;font-size:1rem;font-weight:500;font-family:inherit;color:#374151;background:#fff;border:1px solid #d1d5db;border-radius:8px;cursor:pointer;transition:background-color .2s,border-color .2s}.mw_wp_form input[type=button]:hover{background:#f9fafb;border-color:#9ca3af}@media(max-width: 520px){.mw_wp_form input[type=button]{width:100%}}.mw_wp_form .error{display:block;margin-top:8px;font-size:.875rem;color:#dc2626}.mw_wp_form .mw_error input,.mw_wp_form .mw_error textarea,.mw_wp_form .mw_error select{border-color:#dc2626;background-color:#fef2f2}.mw_wp_form .mw_error input:focus,.mw_wp_form .mw_error textarea:focus,.mw_wp_form .mw_error select:focus{border-color:#dc2626;box-shadow:0 0 0 3px rgba(220,38,38,.15)}.mw_wp_form_confirm .mw-form__table td{font-weight:500;color:var(--text)}.mw_wp_form_confirm .mw-form__privacy{background:rgba(0,0,0,0);border:none;padding:16px;display:noen}.mw_wp_form_confirm .mw-form__privacy .mwform-checkbox-field{display:none}.mw_wp_form_confirm .mw-form__privacy .mw-form__privacy-link{display:none}.mw_wp_form_confirm .mw-form__privacy::before{content:"✓ プライバシーポリシーに同意済み";display:block;font-weight:500;color:#059669}.mw_wp_form_confirm .mw-form__buttons{flex-direction:row}@media(max-width: 520px){.mw_wp_form_confirm .mw-form__buttons{flex-direction:column-reverse}}.mw-form__complete{max-width:600px;margin:0 auto;padding:64px 16px;text-align:center}.mw-form__complete-title{font-size:1.5rem;font-weight:700;color:#059669;margin:0 0 24px}@media(min-width: 768px){.mw-form__complete-title{font-size:1.875rem}}.mw-form__complete p{font-size:1rem;color:var(--muted);line-height:1.625;margin:0 0 16px}.mw-form__complete p:last-of-type{margin-bottom:32px}@media(max-width: 768px){.mw_wp_form select{width:100%}}.mwform-checkbox-field label{align-items:center;gap:4px;display:flex !important}.contact-flow{margin-bottom:40px}.contact-flow__list{display:flex;justify-content:center;align-items:center;gap:0;list-style:none;margin:0;padding:0;counter-reset:none}.contact-flow__item{display:flex;flex-direction:column;align-items:center;gap:8px;position:relative;padding:0 24px}@media(max-width: 520px){.contact-flow__item{padding:0 12px}}.contact-flow__item:not(:last-child)::after{content:"";position:absolute;top:16px;right:-30px;width:40px;height:2px;background:#d1d5db}@media(max-width: 520px){.contact-flow__item:not(:last-child)::after{right:-12px;width:24px}}.contact-flow__item.is-done:not(:last-child)::after{background:#059669}.contact-flow__number{display:flex;align-items:center;justify-content:center;width:36px;height:36px;font-size:.875rem;font-weight:700;color:#9ca3af;background:#f3f4f6;border:2px solid #d1d5db;border-radius:50%;transition:all .3s}.contact-flow__item.is-active .contact-flow__number{color:#fff;background:#059669;border-color:#059669}.contact-flow__item.is-done .contact-flow__number{color:#fff;background:#059669;border-color:#059669}.contact-flow__label{font-size:.75rem;font-weight:500;color:#9ca3af}.contact-flow__item.is-active .contact-flow__label,.contact-flow__item.is-done .contact-flow__label{color:#059669}.contact-notes{margin-top:40px;padding:24px;background:#f9fafb;border-radius:8px}.contact-notes__title{font-size:1rem;font-weight:700;margin:0 0 16px;color:var(--text)}.contact-notes__list{margin:0;padding-left:20px}.contact-notes__list li{font-size:.875rem;color:var(--muted);line-height:1.8}.contact-confirm-lead{text-align:center;font-size:1rem;color:var(--muted);margin-bottom:32px}.contact-complete{text-align:center;padding:48px 0}.contact-complete__icon{display:inline-flex;align-items:center;justify-content:center;width:80px;height:80px;margin-bottom:24px;color:#059669}.contact-complete__icon svg{width:64px;height:64px}.contact-complete__title{font-size:1.5rem;font-weight:700;color:var(--text);margin:0 0 24px}@media(min-width: 768px){.contact-complete__title{font-size:1.875rem}}.contact-complete__text{font-size:1rem;color:var(--muted);line-height:1.625;margin:0 0 16px}.contact-complete__action{margin-top:40px}.author-profile{margin-top:48px;padding:24px;background:var(--surface-2);border-radius:var(--radius-lg);border:var(--border)}@media(min-width: 768px){.author-profile{padding:32px}}.author-profile__inner{display:flex;gap:20px;align-items:flex-start}@media(max-width: 519px){.author-profile__inner{flex-direction:column;align-items:center;text-align:center}}.author-profile__avatar{flex-shrink:0}.author-profile__avatar img{width:80px;height:80px;border-radius:50%;object-fit:cover;border:3px solid var(--surface);box-shadow:var(--shadow-sm)}.author-profile__content{flex:1;min-width:0}.author-profile__header{margin-bottom:12px}.author-profile__label{display:inline-block;font-size:.75rem;color:var(--text-muted);margin-bottom:4px}.author-profile__name{font-size:1.125rem;font-weight:700;margin:0 0 4px}.author-profile__name a{color:var(--text);text-decoration:none}.author-profile__name a:hover{color:var(--primary)}.author-profile__meta{display:flex;flex-wrap:wrap;gap:8px;font-size:.875rem;color:var(--text-muted);margin:0}@media(max-width: 519px){.author-profile__meta{justify-content:center}}.author-profile__job-title::after{content:"・";margin-left:8px}.author-profile__job-title:last-child::after{display:none}.author-profile__credentials{color:var(--primary);font-weight:500}.author-profile__bio{font-size:.875rem;line-height:1.625;color:var(--text-muted);margin:0 0 16px}.author-profile__footer{display:flex;align-items:center;gap:16px}@media(max-width: 519px){.author-profile__footer{justify-content:center}}.author-profile__link{font-size:.875rem;color:var(--primary);text-decoration:none;font-weight:500}.author-profile__link:hover{text-decoration:underline}.author-profile__count{color:var(--text-muted);font-weight:400}.author-profile__social{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:var(--surface);color:var(--text-muted);transition:all .2s ease}.author-profile__social:hover{background:var(--text);color:var(--surface)}.author-profile__social svg{width:18px;height:18px}.author-header{margin-bottom:40px;padding:32px;background:var(--surface-2);border-radius:var(--radius-lg);text-align:center}@media(min-width: 768px){.author-header{padding:48px}}.author-header__avatar{margin-bottom:20px}.author-header__avatar img{width:120px;height:120px;border-radius:50%;object-fit:cover;border:4px solid var(--surface);box-shadow:var(--shadow-md);margin:0 auto}.author-header__name{font-size:1.5rem;font-weight:700;margin:0 0 8px}@media(min-width: 768px){.author-header__name{font-size:1.875rem}}.author-header__meta{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;font-size:.875rem;color:var(--text-muted);margin-bottom:16px}.author-header__job-title{color:var(--text)}.author-header__credentials{padding:2px 10px;background:var(--primary-light);color:var(--primary);border-radius:var(--radius-full);font-weight:500}.author-header__bio{max-width:600px;margin:0 auto 20px;font-size:1rem;line-height:1.625;color:var(--text-muted)}.author-header__experience{max-width:600px;margin:0 auto 20px;padding:16px;background:var(--surface);border-radius:var(--radius-md);font-size:.875rem;color:var(--text-muted);text-align:left}.author-header__stats{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;background:var(--surface);border-radius:var(--radius-full);font-size:.875rem;color:var(--text-muted)}.author-header__stats strong{color:var(--primary);font-weight:700}.author-header__social{display:flex;justify-content:center;gap:12px;margin-top:20px}.author-header__social a{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:var(--surface);color:var(--text-muted);transition:all .2s ease}.author-header__social a:hover{background:var(--text);color:var(--surface)}.author-posts__title{font-size:1.25rem;font-weight:700;margin:0 0 24px;padding-bottom:12px;border-bottom:2px solid var(--border-color)}.home-hero{position:relative;height:480px;background:url("../img/home/hero.webp") center center/cover no-repeat;background-color:#000}@media(min-width: 768px){.home-hero{height:600px}}@media(min-width: 920px){.home-hero{height:700px}}.home-hero::before{content:"";position:absolute;inset:0;background:linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(5, 150, 105, 0.3) 100%);backdrop-filter:blur(4px)}.home-hero__inner{position:relative;z-index:1;display:flex;flex-direction:column;justify-content:center;height:100%;text-align:center;padding:48px 0}.home-hero__inner::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at center, rgba(2.5322580645, 75.9677419355, 53.1774193548, 0.7) 0%, rgba(5, 150, 105, 0.3) 50%, rgba(0, 0, 0, 0.3) 100%);z-index:-1}@media(min-width: 920px){.home-hero__inner{padding:80px 0}}.home-hero__content{max-width:700px;margin:0 auto}.home-hero__icon{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;color:#fff;margin-bottom:24px}.home-hero__icon svg{width:100%;height:100%}.home-hero__icon img{width:100%;height:100%;object-fit:contain;mix-blend-mode:color-dodge}@media(min-width: 768px){.home-hero__icon{width:80px;height:80px}}.home-hero__title{margin-bottom:24px}@media(min-width: 768px){.home-hero__title{margin-bottom:32px}}.home-hero__title::after{content:"";display:block;width:50%;height:1px;background-color:hsla(0,0%,100%,.5);margin:24px auto 0}@media(min-width: 768px){.home-hero__title::after{margin-top:32px}}.home-hero__title-sub{display:block;font-size:.875rem;font-weight:600;color:#fff;margin-bottom:24px}@media(min-width: 768px){.home-hero__title-sub{font-size:1.25rem}}.home-hero__title-main{display:block;font-family:"游明朝","Yu Mincho","Hiragino Mincho ProN","Noto Serif JP",serif;font-size:1.5rem;font-weight:700;color:rgba(0,0,0,.88);line-height:1.25;color:#fff;letter-spacing:.05em}@media(min-width: 768px){.home-hero__title-main{font-size:3rem}}.home-hero__description{font-size:.875rem;color:rgba(0,0,0,.65);line-height:2;margin-bottom:32px;color:hsla(0,0%,100%,.7)}@media(min-width: 768px){.home-hero__description{font-size:1.125rem}}.home-hero__actions{display:flex;flex-direction:column;gap:16px;align-items:center}@media(min-width: 520px){.home-hero__actions{flex-direction:row;justify-content:center}}.home-section{padding:64px 0}@media(min-width: 920px){.home-section{padding:80px 0}}.home-section--categories{background-color:rgba(0,0,0,.02)}.home-section--popular{background-color:rgba(0,0,0,.02)}.home-section--cta{background:linear-gradient(135deg, #059669 0%, #065f46 100%)}.home-section__title{font-size:1.5rem;font-weight:700;text-align:center;margin-bottom:32px}@media(min-width: 768px){.home-section__title{font-size:1.875rem}}.home-section__more{text-align:center;margin-top:32px}.cta-box{max-width:700px;margin:0 auto;text-align:center;color:#fff}.cta-box__title{font-size:1.5rem;font-weight:700;margin-bottom:16px;color:inherit}@media(min-width: 768px){.cta-box__title{font-size:1.875rem}}.cta-box__text{font-size:1rem;line-height:1.625;margin-bottom:24px;opacity:.9}@media(min-width: 768px){.cta-box__text{font-size:1.125rem}}.article{background-color:#fff}.article__header{margin-bottom:24px;background-size:cover;background-position:center;background-repeat:no-repeat}.article__category{display:inline-block;padding:4px 12px;font-size:.875rem;font-weight:500;color:#059669;background-color:#ecfdf5;border-radius:4px;margin-bottom:12px;transition:background-color 150ms ease;text-decoration:none}.article__category:hover{background-color:#d1fae5}.article__title{font-size:1.5rem;font-weight:700;line-height:1.375;margin-bottom:16px}@media(min-width: 768px){.article__title{font-size:1.875rem}}@media(min-width: 920px){.article__title{font-size:2.25rem}}.article__meta{display:flex;flex-wrap:wrap;align-items:center;gap:16px;font-size:.875rem;color:rgba(0,0,0,.65)}.article__date,.article__reading-time{display:flex;align-items:center;gap:4px}.article__date svg,.article__reading-time svg{color:rgba(0,0,0,.55)}.article__modified{color:rgba(0,0,0,.55);font-size:.75rem}.article__thumbnail{margin:0 0 32px;border-radius:6px;overflow:hidden}@media(min-width: 768px){.article__thumbnail{margin:0 0 40px}}.article__thumbnail-img{width:100%;height:auto}.article__footer{margin-top:32px;padding-top:24px;border-top:1px solid rgba(0,0,0,.08)}.article__tags{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.article__tags-label{font-size:.875rem;color:rgba(0,0,0,.65)}.article__tag{display:inline-block;padding:4px 12px;font-size:.875rem;color:rgba(0,0,0,.65);background-color:rgba(0,0,0,.04);border-radius:9999px;transition:background-color 150ms ease,color 150ms ease}.article__tag:hover{background-color:#e5e7eb;color:rgba(0,0,0,.88)}.page-article{max-width:800px;margin:0 auto}.page-article__header{margin-bottom:32px;padding-bottom:24px;border-bottom:1px solid rgba(0,0,0,.08)}.page-article__title{font-size:1.875rem;font-weight:700;margin:0}@media(min-width: 768px){.page-article__title{font-size:2.25rem}}.page-article__content{font-size:1rem;line-height:2}.disclaimer{display:flex;align-items:flex-start;gap:12px;background-color:rgba(0,0,0,.04);padding:16px 20px;margin:24px 0;border-radius:4px;border:1px solid rgba(0,0,0,.08)}.disclaimer::before{content:"";flex-shrink:0;width:20px;height:20px;margin-top:2px;background-color:rgba(0,0,0,.55);mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cline x1='12' y1='16' x2='12' y2='12'/%3E%3Cline x1='12' y1='8' x2='12.01' y2='8'/%3E%3C/svg%3E");mask-size:contain;mask-repeat:no-repeat;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cline x1='12' y1='16' x2='12' y2='12'/%3E%3Cline x1='12' y1='8' x2='12.01' y2='8'/%3E%3C/svg%3E");-webkit-mask-size:contain;-webkit-mask-repeat:no-repeat}.disclaimer p{margin:0 !important;font-size:.875rem;line-height:1.625;color:rgba(0,0,0,.65)}.disclaimer-intro{background-color:#fffbeb;border-color:#fcd34d}.disclaimer-intro::before{background-color:#d97706}.disclaimer-intro p{color:#92400e}.category-page{--cat-color: #059669}.category-header{padding:32px 0;background:var(--surface);border-bottom:var(--border)}.category-header--simple{padding:24px 0}.category-header__inner{display:grid;gap:24px}@media(min-width: 768px){.category-header__inner{grid-template-columns:280px 1fr;gap:32px;align-items:center}}@media(min-width: 920px){.category-header__inner{grid-template-columns:360px 1fr}}.category-header__image{aspect-ratio:16/10;overflow:hidden;border-radius:4px;background:rgba(0,0,0,.04)}.category-header__image img{width:100%;height:100%;object-fit:cover}.category-header__content{display:flex;flex-direction:column;gap:12px}.category-header__heading{display:flex;align-items:center;gap:12px}.category-header__icon{width:40px;height:40px;color:var(--cat-color)}@media(min-width: 768px){.category-header__icon{width:48px;height:48px}}.category-header__parent{display:flex;align-items:center;gap:8px;margin:0;font-size:.875rem;font-weight:500}.category-header__parent a{color:var(--cat-color);text-decoration:none}.category-header__parent a:hover{text-decoration:underline}.category-header__parent-icon{width:18px;height:18px;color:var(--cat-color)}.category-header__title{font-size:1.5rem;font-weight:700;margin:0;line-height:1.25;color:var(--text)}@media(min-width: 768px){.category-header__title{font-size:1.875rem}}.category-header--simple .category-header__title{font-size:1.25rem}@media(min-width: 768px){.category-header--simple .category-header__title{font-size:1.5rem}}.category-header__desc{margin:0;font-size:1rem;line-height:1.625;color:var(--muted)}.category-nav{background:var(--surface);border-bottom:var(--border);position:sticky;top:64px;z-index:10}.category-nav__list{display:flex;gap:8px;list-style:none;margin:0;padding:12px 0;overflow-x:auto;-webkit-overflow-scrolling:touch}.category-nav__list::-webkit-scrollbar{display:none}.category-nav__item{flex-shrink:0;margin:0}.category-nav__link{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;font-size:.875rem;font-weight:500;color:var(--text-secondary);text-decoration:none;background:var(--surface-2);border-radius:100px;border:1px solid rgba(0,0,0,0);transition:all var(--transition-fast)}.category-nav__link:hover{color:var(--cat-color);border-color:var(--cat-color)}.category-nav__link.is-active{color:#fff;background:var(--cat-color);border-color:var(--cat-color)}.category-nav__count{font-size:.75rem;opacity:.7}.category-content{padding:32px 0}@media(min-width: 920px){.category-content{padding:48px 0}}.archive-header{margin-bottom:32px;padding-bottom:24px;border-bottom:1px solid rgba(0,0,0,.08)}@media(min-width: 920px){.archive-header{margin-bottom:40px;padding-bottom:32px}}.archive-header__title{font-size:1.5rem;font-weight:700;margin-bottom:8px}@media(min-width: 768px){.archive-header__title{font-size:1.875rem}}.archive-header__label{display:block;font-size:.875rem;font-weight:500;color:#059669;margin-bottom:4px}.archive-header__description{font-size:1rem;color:rgba(0,0,0,.65);margin:0;max-width:600px}.archive-header__count{font-size:.875rem;color:rgba(0,0,0,.55);margin-top:8px}.no-results{text-align:center;padding:48px 16px}.no-results__title{font-size:1.25rem;font-weight:600;margin-bottom:16px}@media(min-width: 768px){.no-results__title{font-size:1.5rem}}.no-results__text{font-size:1rem;color:rgba(0,0,0,.65);margin-bottom:24px}.error-page{display:flex;align-items:center;justify-content:center;min-height:60vh;text-align:center;padding:32px 0}.error-page__content{max-width:500px}.error-page__code{display:block;font-size:6rem;font-weight:700;color:#059669;line-height:1;margin-bottom:16px}@media(min-width: 768px){.error-page__code{font-size:9rem}}.error-page__title{font-size:1.5rem;font-weight:700;margin-bottom:16px}@media(min-width: 768px){.error-page__title{font-size:1.875rem}}.error-page__text{font-size:1rem;color:rgba(0,0,0,.65);margin-bottom:24px}.error-page__search{margin-bottom:24px}.error-page__search-label{font-size:.875rem;color:rgba(0,0,0,.65);margin-bottom:12px}.error-page__actions{margin-bottom:32px}.error-page__popular{text-align:left;padding:24px;background-color:rgba(0,0,0,.02);border-radius:6px}.error-page__section-title{font-size:1.125rem;font-weight:600;margin-bottom:16px}.error-page__posts{list-style:none;margin:0;padding:0}.error-page__post-item{margin-bottom:8px;padding-bottom:8px;border-bottom:1px solid rgba(0,0,0,.04)}.error-page__post-item:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.error-page__post-item a{color:rgba(0,0,0,.88);font-size:.875rem}.error-page__post-item a:hover{color:#059669}.static-page{max-width:800px;margin:0 auto}.static-page__header{margin-bottom:40px;padding-bottom:24px;border-bottom:1px solid rgba(0,0,0,.08)}.static-page__title{font-size:1.875rem;font-weight:700;line-height:1.25;margin:0 0 16px}@media(min-width: 768px){.static-page__title{font-size:2.25rem}}.static-page__lead{font-size:1rem;line-height:2;color:rgba(0,0,0,.65);margin:0}.static-page__footer{margin-top:48px;padding-top:24px;border-top:1px solid rgba(0,0,0,.08)}.static-page__date{font-size:.875rem;color:rgba(0,0,0,.65);margin:0}.static-section{margin-bottom:40px}.static-section:last-child{margin-bottom:0}.static-list--plain{list-style:none;padding-left:16px}.static-list--plain li{position:relative;padding-left:4px}.static-list--plain li::before{content:none}.static-note{font-size:.875rem;color:rgba(0,0,0,.65);margin-top:24px}.static-dl{margin:16px 0}.static-dl .static-dl__item{display:flex;flex-direction:column;padding:12px 0;border-bottom:1px solid rgba(0,0,0,.04)}@media(min-width: 768px){.static-dl .static-dl__item{flex-direction:row;align-items:baseline}}.static-dl .static-dl__item:last-child{border-bottom:none}.static-dl dt{font-weight:600;color:rgba(0,0,0,.88);font-size:1rem;line-height:2;margin-bottom:4px}@media(min-width: 768px){.static-dl dt{flex:0 0 160px;margin-bottom:0;padding-right:16px}}.static-dl dd{margin:0;color:rgba(0,0,0,.65);font-size:1rem;line-height:2}@media(min-width: 768px){.static-dl dd{flex:1}}.static-notice{margin:16px 0;padding:16px 20px;background-color:rgba(0,0,0,.04);border-radius:4px;border-left:4px solid #9ca3af}.static-notice p{margin:0 0 12px}.static-notice p:last-child{margin-bottom:0}.static-notice ul{margin:12px 0 0}.static-notice--info{background-color:#ecfdf5;border-left-color:#059669}.static-link-btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 24px;font-size:1rem;font-weight:500;color:#059669;background-color:rgba(0,0,0,0);border:2px solid #059669;border-radius:4px;transition:background-color 150ms ease,color 150ms ease}.static-link-btn:hover{background-color:#059669;color:#fff}.contact-flow{margin-bottom:32px}.contact-flow__list{display:flex;justify-content:center;align-items:center;list-style:none;margin:0;padding:0;gap:8px}@media(min-width: 768px){.contact-flow__list{gap:16px}}.contact-flow__item{display:flex;align-items:center;gap:8px;color:rgba(0,0,0,.55);font-size:.875rem;position:relative}.contact-flow__item:not(:last-child)::after{content:"";display:block;width:24px;height:2px;background-color:rgba(0,0,0,.08);margin-left:8px}@media(min-width: 768px){.contact-flow__item:not(:last-child)::after{width:40px;margin-left:16px}}.contact-flow__item.is-active{color:#059669}.contact-flow__item.is-active .contact-flow__number{background-color:#059669;color:#fff}.contact-flow__item.is-completed{color:#059669}.contact-flow__item.is-completed .contact-flow__number{background-color:#059669;color:#fff}.contact-flow__item.is-completed::after{background-color:#059669}.contact-flow__number{display:flex;align-items:center;justify-content:center;width:28px;height:28px;font-size:.875rem;font-weight:700;background-color:rgba(0,0,0,.04);border-radius:50%;transition:background-color 150ms ease,color 150ms ease}@media(min-width: 768px){.contact-flow__number{width:32px;height:32px}}.contact-flow__label{display:none}@media(min-width: 768px){.contact-flow__label{display:block;font-weight:500}}.contact-form{margin-bottom:32px}.contact-form .mw_wp_form .mwform-text-field,.contact-form .mw_wp_form .mwform-textarea-field,.contact-form .mw_wp_form .mwform-email-field{width:100%}.contact-form .mw_wp_form input[type=text],.contact-form .mw_wp_form input[type=email],.contact-form .mw_wp_form textarea{width:100%;padding:12px 16px;font-size:1rem;line-height:1.5;border:1px solid rgba(0,0,0,.08);border-radius:2px;transition:border-color 150ms ease,box-shadow 150ms ease}.contact-form .mw_wp_form input[type=text]:focus,.contact-form .mw_wp_form input[type=email]:focus,.contact-form .mw_wp_form textarea:focus{outline:none;border-color:#059669;box-shadow:0 0 0 3px rgba(5,150,105,.1)}.contact-form .mw_wp_form textarea{min-height:200px;resize:vertical}.contact-form .mw_wp_form label{display:block;font-weight:500;margin-bottom:8px}.contact-form .mw_wp_form.mw_wp_form_confirm .mwform-text-field,.contact-form .mw_wp_form.mw_wp_form_confirm .mwform-textarea-field,.contact-form .mw_wp_form.mw_wp_form_confirm .mwform-email-field{padding:12px 0;border-bottom:1px solid rgba(0,0,0,.04)}.contact-form .mw_wp_form input[type=submit],.contact-form .mw_wp_form button[type=submit]{display:inline-flex;align-items:center;justify-content:center;min-width:200px;padding:16px 32px;font-size:1rem;font-weight:700;color:#fff;background-color:#059669;border:none;border-radius:4px;cursor:pointer;transition:background-color 150ms ease}.contact-form .mw_wp_form input[type=submit]:hover,.contact-form .mw_wp_form button[type=submit]:hover{background-color:#047857}.contact-form .mw_wp_form input[name=submitBack],.contact-form .mw_wp_form .mwform-submit-button-back{background-color:#9ca3af}.contact-form .mw_wp_form input[name=submitBack]:hover,.contact-form .mw_wp_form .mwform-submit-button-back:hover{background-color:#e5e7eb}.contact-form .mw_wp_form .mwform-button-field{display:flex;flex-wrap:wrap;gap:16px;justify-content:center;margin-top:24px}.contact-form .mw_wp_form .error{color:#dc2626;font-size:.875rem;margin-top:4px}.contact-notes{padding:20px;background-color:rgba(0,0,0,.02);border-radius:4px}.contact-notes__title{font-size:1rem;font-weight:600;margin:0 0 12px}.contact-notes__list{margin:0;padding-left:20px;list-style:disc}.contact-notes__list li{font-size:.875rem;line-height:2;color:rgba(0,0,0,.65);margin-bottom:4px}.contact-notes__list li:last-child{margin-bottom:0}.contact-complete{text-align:center;padding:40px 0}.contact-complete__icon{display:flex;align-items:center;justify-content:center;width:80px;height:80px;margin:0 auto 24px;background-color:#ecfdf5;border-radius:50%;color:#059669}.contact-complete__title{font-size:1.5rem;font-weight:700;margin:0 0 16px}.contact-complete__message{font-size:1rem;line-height:2;margin:0 0 16px}.contact-complete__note{font-size:.875rem;line-height:2;color:rgba(0,0,0,.65);margin:0 0 32px}.contact-complete__action{margin:0}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0}.hidden{display:none !important}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.text-primary{color:#059669}.text-secondary{color:rgba(0,0,0,.65)}.text-muted{color:rgba(0,0,0,.55)}.bg-primary{background-color:#059669}.bg-secondary{background-color:rgba(0,0,0,.02)}.mt-0{margin-top:0}.mt-4{margin-top:16px}.mt-6{margin-top:24px}.mt-8{margin-top:32px}.mb-0{margin-bottom:0}.mb-4{margin-bottom:16px}.mb-6{margin-bottom:24px}.mb-8{margin-bottom:32px}.py-4{padding-top:16px;padding-bottom:16px}.py-8{padding-top:32px;padding-bottom:32px}.flex{display:flex}.flex-center{display:flex;align-items:center;justify-content:center}.flex-between{display:flex;align-items:center;justify-content:space-between}.gap-2{gap:8px}.gap-4{gap:16px}.gap-6{gap:24px}.icon{display:inline-flex;flex-shrink:0;width:1em;height:1em;vertical-align:middle}.transition{transition:all 200ms ease}@media(max-width: 767px){.hide-mobile{display:none !important}}@media(min-width: 768px){.hide-desktop{display:none !important}}.alignleft{float:left;margin-right:16px;margin-bottom:16px}.alignright{float:right;margin-left:16px;margin-bottom:16px}.aligncenter{display:block;margin-left:auto;margin-right:auto}.alignwide{margin-left:calc(-1*16px);margin-right:calc(-1*16px);max-width:calc(100% + 32px)}@media(min-width: 768px){.alignwide{margin-left:calc(-1*32px);margin-right:calc(-1*32px);max-width:calc(100% + 64px)}}.alignfull{margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%);max-width:100vw;width:100vw}.clearfix::after{content:"";display:table;clear:both}
