header{display:flex;justify-content:space-between;align-items:center;padding:30px 40px}.logo{font-weight:700;font-size:1.1rem;color:var(--text-main);text-decoration:none}nav{display:flex;align-items:center;gap:30px}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}#root{width:100%;max-width:none;margin:0;padding:0}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(prefers-reduced-motion:no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}.container{max-width:1200px;margin:0 auto;padding:0 1.25rem}.site-header{background:#fff;border-bottom:1px solid rgba(2,43,91,.06)}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 0}.brand{display:flex;align-items:center;gap:.8rem}.brand-logo{width:48px;height:48px;display:flex;align-items:center;justify-content:center}.brand-title{font-weight:700;font-size:1.05rem;color:#002b5b}.brand-sub{font-size:.85rem;color:#6b7280}.main-nav{display:flex;align-items:center;gap:1rem}.main-nav a{color:#213547;text-decoration:none;padding:.35rem .5rem;border-radius:6px;font-weight:600}.main-nav a:hover{background:#2246920f}.nav-cta{background:#002b5b;color:#fff;padding:.5rem .9rem;border-radius:8px;border:none;cursor:pointer}.hamburger{display:none;background:transparent;border:none;padding:6px;cursor:pointer}.hamburger svg{display:block}.main-nav{transition:transform .32s ease,opacity .28s ease}.main-nav.open{transform:translateY(0);opacity:1}@media(max-width:880px){.main-nav{position:absolute;right:1rem;top:64px;background:#fff;border:1px solid #e6eef6;border-radius:10px;padding:.6rem;display:flex;flex-direction:column;gap:.4rem;min-width:180px;transform:translateY(-8px);opacity:0;pointer-events:none;box-shadow:0 10px 30px #022b5b14}.main-nav.open{pointer-events:auto;transform:translateY(6px);opacity:1}.hamburger{display:block}.main-nav a{padding:.6rem 1rem}.nav-cta{margin:.4rem 0}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.hero-inner{animation:fadeInUp .6s ease both}.main-nav.open{animation:slideDown .26s ease both}.nav-cta:hover{transform:translateY(-2px);box-shadow:0 6px 18px #022b5b14;transition:transform .18s ease}.hero-actions .primary{transition:transform .18s ease,box-shadow .18s ease}.hero-actions .primary:hover{transform:translateY(-4px);box-shadow:0 12px 30px #022b5b1f}.top-hero{padding:3.2rem 0}.hero-inner{display:flex;gap:2rem;align-items:stretch}.hero-copy{flex:1;display:flex;flex-direction:column;justify-content:center}.hero-title{font-size:2rem;color:#002b5b;margin:0 0 .6rem}.hero-sub{color:#475569;margin-bottom:1.1rem}.hero-actions{display:flex;gap:.8rem}.hero-actions .primary{background:#002b5b;color:#fff;border:none;padding:.7rem 1.1rem;border-radius:8px;font-weight:700}.hero-actions .secondary{background:transparent;border:1px solid #d1d5db;padding:.6rem 1rem;border-radius:8px}.hero-card{width:280px;background:linear-gradient(180deg,#fff,#f8fafc);border-radius:10px;box-shadow:0 8px 24px #022b5b0f;border:1px solid #e6eef6;display:flex;flex-direction:column}.card-header{padding:1rem;border-bottom:1px solid #eef2f7;font-weight:700;color:#002b5b}.card-body{padding:1rem;display:flex;flex-direction:column;gap:.6rem}.card-row{display:flex;justify-content:space-between;color:#475569}.feature{background:#fff;border:1px solid #eef2f7;padding:1rem;border-radius:10px;box-shadow:0 6px 18px #022b5b08}.feature h3{margin:0 0 .4rem;color:#002b5b}.feature p{margin:0;color:#6b7280;font-size:.95rem}.site-footer{border-top:1px solid rgba(2,43,91,.04);background:transparent;padding:1rem 0;margin-top:auto}.footer-inner{display:flex;justify-content:space-between;align-items:center;gap:1rem;color:#6b7280}.small-links a{margin-left:.8rem;color:#6b7280;text-decoration:none}@media(max-width:880px){.hero-inner{flex-direction:column-reverse}.hero-card{width:100%}.header-inner{flex-direction:column;align-items:flex-start}.main-nav{width:100%;justify-content:space-between}}.hero-blue{background:linear-gradient(180deg,#eaf4ff,#fff 60%);padding:3.2rem 0}.hero-visual{display:flex;align-items:center;justify-content:center}.hero-stats{display:flex;gap:1rem;margin-top:1rem}.stat{background:#fffc;padding:.6rem .9rem;border-radius:8px;display:flex;flex-direction:column;align-items:center;min-width:84px;box-shadow:0 6px 18px #022b5b0a}.stat-value{font-weight:700;color:#002b5b;font-size:1.05rem}.stat-label{font-size:.8rem;color:#475569}.features{padding:2rem 0 3rem}.feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem}.feature{background:#fff;border:1px solid #e6eef6;padding:1rem;border-radius:10px;box-shadow:0 6px 18px #022b5b08;display:flex;gap:.8rem;align-items:flex-start}.feature-icon{width:44px;height:44px;border-radius:8px;background:#e8f1ff;display:flex;align-items:center;justify-content:center;color:#002b5b;font-weight:700}.feature h3{margin:0 0 .2rem;color:#002b5b}@media(max-width:680px){.hero-inner{padding:0 .5rem}.hero-visual svg{width:100%;height:auto}}.note-like{background:#fff;color:#102037}.note-hero{padding:2.6rem 0 1.6rem;border-bottom:1px solid #f1f5f9}.note-hero-inner{display:flex;gap:2.2rem;align-items:center;justify-content:space-between}.note-hero-left{flex:1 1 60%;min-width:0;max-width:820px}.note-title{font-size:1.9rem;color:#002b5b;margin:0 0 .6rem}.note-sub{color:#475569;margin:0 0 1rem}.search-wrap{display:flex;gap:.6rem;align-items:center;margin-bottom:.8rem}.search-input{flex:1;padding:.8rem 1rem;border-radius:12px;border:1px solid #e6eef6;box-shadow:inset 0 1px #fff9}.search-btn{padding:.7rem .9rem;border-radius:10px;border:none;background:#1e40af;color:#fff;font-weight:700;cursor:pointer}.quick-tags{display:flex;gap:.5rem;flex-wrap:wrap}.tag{background:#f1f8ff;color:#0b3b7a;border:none;padding:.4rem .7rem;border-radius:999px;cursor:pointer;font-weight:600}.note-hero-right{flex:0 0 420px;max-width:420px}.promo-card{background:linear-gradient(180deg,#fff,#f8fbff);border-radius:12px;padding:1rem;border:1px solid #e6eef6;box-shadow:0 8px 24px #022b5b0a}.promo-label{font-size:.75rem;color:#1e40af;font-weight:700}.promo-title{margin:.4rem 0;color:#002b5b}.promo-excerpt{color:#475569;font-size:.95rem}.posts-section{padding:2rem 0 3rem}.section-title{font-size:1.1rem;color:#002b5b;margin:0 0 1rem}.posts-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem;align-items:start}.post-card{background:#fff;border:1px solid #eef6ff;padding:1rem;border-radius:12px;box-shadow:0 8px 20px #022b5b08;transition:transform .18s ease,box-shadow .18s ease}.post-card:hover{transform:translateY(-6px);box-shadow:0 18px 40px #022b5b14}.post-tag{font-size:.8rem;color:#0b3b7a;background:#eef6ff;display:inline-block;padding:.2rem .5rem;border-radius:6px;margin-bottom:.6rem}.post-title{margin:0 0 .4rem;color:#0b2340}.post-excerpt{margin:0 0 .8rem;color:#475569}.post-meta{font-size:.85rem;color:#6b7280}.post-thumb{width:100%;height:140px;object-fit:cover;border-radius:8px;margin-bottom:.8rem;display:block}.post-content{display:flex;flex-direction:column}@media(min-width:980px){.posts-grid{grid-template-columns:repeat(3,1fr)}}.yt-strip{padding:.8rem 0;border-bottom:1px solid #f1f5f9}.yt-head{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.6rem}.yt-title{font-weight:700;color:#002b5b}.yt-controls{display:flex;gap:.6rem;align-items:center}.yt-key{padding:.45rem .6rem;border-radius:8px;border:1px solid #e6eef6;min-width:360px}.yt-load{padding:.45rem .8rem;background:#1e40af;color:#fff;border-radius:8px;border:none;cursor:pointer}.yt-row{display:flex;gap:.8rem;overflow-x:auto;padding-bottom:.6rem}.yt-item{display:block;width:220px;flex:0 0 220px;background:#fff;border-radius:8px;border:1px solid #eef6ff;box-shadow:0 8px 20px #022b5b08;text-decoration:none;color:inherit}.yt-item img{width:100%;height:124px;object-fit:cover;border-top-left-radius:8px;border-top-right-radius:8px;display:block}.yt-meta{padding:.6rem}.yt-vtitle{font-size:.95rem;font-weight:700;color:#0b2340;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.yt-channel{font-size:.8rem;color:#6b7280;margin-top:.4rem}.yt-loading,.yt-empty,.yt-error{color:#6b7280;padding:.6rem 0}@media(max-width:880px){.yt-key{min-width:140px}.yt-item{width:180px;flex:0 0 180px}}.note-hero,.posts-section,.features{width:100%}:root{--text-main: #111827;--text-sub: #4b5563;--bg-color: #ffffff;--card-bg: #f3f4f6;--primary-color: #000000;--font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif}body{margin:0;padding:0;font-family:var(--font-family);color:var(--text-main);background-color:var(--bg-color);line-height:1.8;-webkit-font-smoothing:antialiased}.container{max-width:1080px;margin:0 auto;padding:0 40px}header{display:flex;justify-content:space-between;align-items:center;padding:20px 40px;width:100%}.logo{font-weight:700;font-size:1.1rem;color:var(--text-main);text-decoration:none;flex:0 0 auto;display:flex;flex-direction:column}.logo span{display:block;font-size:.8rem;color:var(--text-sub);font-weight:400}nav{display:flex;align-items:center;gap:30px;flex:0 0 auto;margin-left:auto}.main-nav{display:flex;align-items:center;gap:20px}nav a{text-decoration:none;color:var(--text-main);font-size:.95rem;font-weight:500}.btn-primary{background-color:var(--primary-color);color:#fff;padding:12px 24px;border-radius:30px;text-decoration:none;font-weight:700;font-size:.9rem;transition:opacity .2s ease}.btn-primary:hover{opacity:.8}.hero{padding:120px 0 160px;text-align:left}.hero h1{font-size:4rem;font-weight:800;line-height:1.2;margin:0 0 30px;letter-spacing:-.05em}.hero p{font-size:1.1rem;color:var(--text-sub);margin-bottom:40px}section{padding:100px 0}section h2{font-size:2.5rem;font-weight:700;margin-bottom:60px;letter-spacing:-.02em}.grid-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px}.card{background-color:var(--card-bg);padding:50px 40px;border-radius:16px}.card h3{font-size:1.5rem;margin:0 0 15px}.card p{margin:0;color:var(--text-sub);font-size:1rem}.news-item{border-top:1px solid #e5e7eb;padding:40px 0}.news-item:last-child{border-bottom:1px solid #e5e7eb}.news-item h3{font-size:1.4rem;margin:0 0 10px}.news-item p{margin:0;color:var(--text-sub)}.what-we-do,.latest-news,.join-us{padding:6rem 0}.what-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2rem;margin-top:2rem}.what-item{background:#fff;padding:2rem;border-radius:10px;box-shadow:0 4px 12px #0000000f;text-align:center}.what-item h3{margin:.8rem 0 .6rem;color:#002b5b;font-size:1.25rem}.what-item p{margin:0;color:#475569;font-size:1rem;line-height:1.6}.what-icon{width:80px;height:80px;object-fit:contain}.latest-news{background:#f9fbfe}.news-list{display:flex;flex-direction:column;gap:1.5rem}.news-item{background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 4px 8px #0000000a;display:flex;gap:1rem;align-items:flex-start}.news-thumb{width:120px;height:80px;object-fit:cover;border-radius:6px;flex-shrink:0}.news-title{margin:0 0 .5rem;font-size:1.125rem;color:#0b2340}.news-excerpt{margin:0;color:#475569;font-size:1rem;line-height:1.6}.news-more{display:inline-block;margin-top:1rem;color:#002b5b;font-weight:600;text-decoration:none}.join-us{text-align:center}.join-us .section-title{margin-bottom:1rem;font-size:1.5rem}.join-us p{margin:0 auto 1.5rem;max-width:620px;color:#475569;font-size:1rem;line-height:1.6}.join-image-wrapper{margin-top:2rem}.join-img{max-width:100%;height:auto;border-radius:8px}.site-footer.corporate-footer{background:#fff;padding:3rem 0;color:#6b7280;font-size:.9rem}.footer-links a{margin-right:1rem;color:#6b7280;text-decoration:none}h1,.hero-title{font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}h2,.section-title{font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:700}body,p,li{font-size:16px;line-height:1.6;color:#213547}body{background-color:#f8fafc;color:#213547}a{color:#002b5b}a:hover{color:#004080}.profile-page{padding-top:80px}.profile-inner{display:flex;gap:32px;align-items:flex-start;max-width:1000px}.profile-photo{flex:0 0 320px}.profile-img{width:100%;height:auto;border-radius:8px;box-shadow:0 6px 20px #02061714;display:block}.profile-body{flex:1}@media(max-width:880px){.profile-inner{flex-direction:column;gap:18px}.profile-photo{flex:none;width:100%}.profile-img{max-width:360px;margin:0 auto}.profile-page{padding:60px 20px}}.nav-cta,.hero-cta{background:#002b5b}section{margin-bottom:4rem}@media(min-width:1200px){.container{max-width:1160px}}@media(max-width:880px){.note-hero-inner{flex-direction:column}.note-hero-right{width:100%}}.news-section{padding:56px 20px 64px;background:linear-gradient(180deg,#fff,#f1f5f9);border-bottom:1px solid #e2e8f0;font-family:Noto Sans JP,sans-serif}.news-section .section-title{text-align:center;font-size:2rem;margin-bottom:40px;color:#333}.news-section .section-title span{display:block;font-size:.9rem;color:#007bff;margin-top:5px;letter-spacing:.1em}.news-list{list-style:none;margin:0 auto;padding:0;max-width:880px}.news-item{display:flex;align-items:flex-start;gap:1.25rem;padding:1.25rem 1.5rem;background:#fff;border-radius:12px;border:1px solid #e6eef6;box-shadow:0 4px 20px #022b5b0d}.news-item time{flex-shrink:0;font-weight:700;color:#002b5b;font-variant-numeric:tabular-nums;letter-spacing:.02em;min-width:5.75rem;padding-top:.15rem}.news-item-body{flex:1;min-width:0;display:flex;flex-direction:column;gap:.45rem}.news-badge{align-self:flex-start;font-size:.72rem;font-weight:700;color:#0b3b7a;background:#eef6ff;padding:.2rem .55rem;border-radius:6px;letter-spacing:.04em}.news-title-link{color:#0b2340;font-weight:600;font-size:1.05rem;line-height:1.55;text-decoration:none;transition:color .2s ease}.news-title-link:hover{color:#007bff}.news-title-text{color:#0b2340;font-weight:600;font-size:1.05rem;line-height:1.55}@media(max-width:600px){.news-item{flex-direction:column;gap:.65rem}.news-item time{min-width:0;padding-top:0}.news-section .section-title{font-size:1.65rem;margin-bottom:28px}}.services-section{padding:80px 20px;background-color:#f8f9fa;font-family:Noto Sans JP,sans-serif}.services-section .section-title{text-align:center;font-size:2rem;margin-bottom:60px;color:#333}.services-section .section-title span{display:block;font-size:.9rem;color:#007bff;margin-top:5px;letter-spacing:.1em}.services-section .service-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px}.services-section .service-card{background:#fff;padding:40px 30px;border-radius:8px;box-shadow:0 4px 20px #0000000d;transition:transform .3s ease,box-shadow .3s ease;position:relative;overflow:hidden}.services-section .service-card:hover{transform:translateY(-10px);box-shadow:0 10px 30px #0000001a}.services-section .service-icon{width:48px;height:48px;border-radius:50%;background:#eef5ff;color:#007bff;display:flex;align-items:center;justify-content:center;font-size:1.4rem;margin-bottom:16px}.services-section .service-number{font-size:3rem;font-weight:700;color:#007bff1a;position:absolute;top:10px;right:20px}.services-section .service-card h3{font-size:1.4rem;margin-bottom:15px;color:#333;border-bottom:2px solid #007bff;display:inline-block;padding-bottom:5px}.services-section .service-card h3 span{display:block;font-size:.8rem;color:#888;font-weight:400}.services-section .catchphrase{font-weight:700;color:#007bff;margin-bottom:15px;line-height:1.4}.services-section .description{font-size:.95rem;color:#666;line-height:1.8}@media(max-width:768px){.services-section{padding:50px 15px}.services-section .section-title{margin-bottom:40px}}.ceo-section{padding:100px 20px;background-color:#fff;font-family:Noto Sans JP,sans-serif}.ceo-section .section-title{text-align:center;font-size:2rem;margin-bottom:60px;color:#333}.ceo-section .section-title span{display:block;font-size:.9rem;color:#007bff;margin-top:5px;letter-spacing:.1em}.ceo-intro-flex{display:flex;align-items:flex-start;gap:60px;margin-bottom:80px;max-width:1100px;margin-left:auto;margin-right:auto}.ceo-text{flex:1;line-height:1.9;color:#333;font-size:1.05rem}.ceo-text p{margin-bottom:25px}.ceo-tagline{display:inline-block;margin-bottom:28px;padding:10px 16px;border-left:8px solid #000;border-radius:4px}.engineering-text{color:#000!important;font-family:Noto Sans JP,Inter,Helvetica Neue,Arial,Hiragino Kaku Gothic ProN,Hiragino Sans,sans-serif;font-weight:900;font-style:normal;letter-spacing:.05em;line-height:1.2;font-size:1.2em;display:inline-block;text-transform:none;-webkit-font-smoothing:antialiased}.ceo-text strong{color:#007bff;background:linear-gradient(transparent 70%,#e0f0ff 70%)}.ceo-image{flex:0 0 285px;margin-top:66px}.ceo-image img{width:100%;border-radius:15px;box-shadow:20px 20px 60px #d9d9d9,-20px -20px 60px #fff}.ceo-profile-card{max-width:900px;margin:0 auto;background:#f8f9fa;padding:50px;border-radius:20px}.ceo-name{font-size:1.8rem;margin-bottom:40px;border-left:5px solid #007bff;padding-left:20px}.ceo-name span{font-size:1rem;color:#666;margin-left:15px;font-weight:400}.profile-section-label{font-size:.85rem;font-weight:700;color:#007bff;letter-spacing:.08em;margin:-28px 0 24px 25px}.timeline{border-left:2px solid #ddd;padding-left:30px;margin-left:10px}.timeline-item{position:relative;margin-bottom:35px}.timeline-item:last-child{margin-bottom:0}.dot{position:absolute;left:-37px;top:6px;width:14px;height:14px;background:#007bff;border-radius:50%}.history-content strong{display:block;font-size:1.15rem;color:#222;margin-bottom:8px}.history-content p{font-size:.95rem;color:#666;margin:0}@media(max-width:992px){.ceo-intro-flex{flex-direction:column-reverse;gap:40px}.ceo-image{width:100%;max-width:300px;margin:0 auto}.ceo-profile-card{padding:30px 20px}}.company-section{padding:80px 20px;background-color:#fff;font-family:Noto Sans JP,sans-serif}.company-section .section-title{text-align:center;font-size:2rem;margin-bottom:60px;color:#333}.company-section .section-title span{display:block;font-size:.9rem;color:#007bff;margin-top:5px;letter-spacing:.1em}.company-info-wrapper{max-width:900px;margin:0 auto;background:#fff;border-top:3px solid #007bff;box-shadow:0 4px 20px #0000000d;border-radius:0 0 8px 8px}.company-table{width:100%;border-collapse:collapse}.company-table th,.company-table td{padding:25px 30px;border-bottom:1px solid #eee;text-align:left}.company-table th{width:30%;background-color:#fcfcfc;color:#333;font-weight:700;vertical-align:top}.company-table td{color:#555;line-height:1.7}.business-list{list-style:none;padding:0;margin:0}.business-list li{position:relative;padding-left:1.5em;margin-bottom:8px}.business-list li:last-child{margin-bottom:0}.business-list li:before{content:"■";position:absolute;left:0;color:#007bff;font-size:.8em;top:.1em}@media(max-width:768px){.company-section{padding:50px 15px}.company-table th,.company-table td{display:block;width:100%;padding:15px 20px}.company-table th{background-color:#f0f7ff;border-bottom:none;padding-bottom:5px}.company-table td{padding-top:5px}}.blog-page-main{padding-top:100px;padding-bottom:0;min-height:0}.blog-index-header,.blog-article-header{margin-bottom:2rem}.blog-page-title,.blog-article-title{font-size:1.85rem;color:#002b5b;font-weight:700;line-height:1.35;margin:0 0 .5rem}.blog-page-lead{color:#475569;line-height:1.85;margin:0;max-width:720px}.blog-post-list{list-style:none;padding:0;margin:0;max-width:900px}.blog-post-list-item{display:flex;flex-wrap:wrap;gap:1rem 1.5rem;padding:1.25rem 0;border-bottom:1px solid #e5e7eb;align-items:baseline}.blog-post-list-item time{color:#64748b;font-size:.9rem;min-width:5.5rem}.blog-post-list-body{display:flex;flex-direction:column;gap:.35rem}.blog-article-meta{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem 1rem;color:#64748b;font-size:.9rem;margin:0 0 .75rem}.blog-article-intro{max-width:900px;margin:0 auto 2rem;padding:0 24px;color:#475569;line-height:1.9;font-size:.95rem}.blog-article-intro p{margin:0 0 1.25rem}.blog-intro-note{font-size:.88rem;color:#64748b}.blog-takeaways{margin:0 0 1.25rem 1.25rem;padding:0;line-height:1.85}.blog-takeaways li{margin-bottom:.85rem}.blog-takeaways li:last-child{margin-bottom:0}.blog-report-iframe-wrap{width:100%;max-width:100%;margin:0 auto .5rem;border:1px solid #e2e8f0;border-radius:10px;overflow:hidden;background:#f8fafc}.blog-report-iframe{display:block;width:100%;min-height:280px;height:1200px;border:0}.blog-article{padding-bottom:0}.blog-article-footer-nav{max-width:900px;margin:0 auto;padding:.35rem 24px 0}.blog-back-link{color:#002b5b;font-weight:600;text-decoration:none}.blog-back-link:hover{text-decoration:underline}.site-footer.corporate-footer.blog-page-footer{padding-top:.85rem;padding-bottom:.85rem;margin-top:0}*{box-sizing:border-box}.container{width:100%;max-width:1120px;margin:0 auto;padding:0 20px}.home-main,.hero{padding:0!important}.main-nav{display:flex;align-items:center;gap:24px}.mobile-toggle{display:none}.top-page-root>header{display:block;width:100%;padding:0;box-sizing:border-box}.top-page-root>header>.container{width:100%;max-width:1120px;margin-left:auto;margin-right:auto}.top-page-root header .container{display:flex;align-items:center;justify-content:space-between}.logo-group{flex-shrink:0;margin-right:1rem}.logo-group .logo{height:auto!important;padding:0!important;margin:0;display:flex;flex-direction:column;align-items:flex-start;text-align:left}.main-nav{flex-shrink:0;margin-left:auto;justify-content:flex-end}@media(max-width:880px){.top-page-root>header>.container{height:52px!important}.main-nav{display:none!important}.mobile-toggle{display:block!important;font-size:30px;background:none;border:none;cursor:pointer;padding:4px 6px;line-height:1;color:#002b5b}.logo-group{max-width:none;width:100%;display:flex;align-items:center;justify-content:space-between!important;margin-left:0;margin-right:0}.logo-group a{font-size:1.1rem!important;white-space:nowrap;margin-left:0!important}main{padding:140px 20px 60px!important}.blog-page-main{padding:100px 20px 0!important}.home-main{padding:0!important}.mobile-menu{position:fixed;top:52px;left:0;width:100%;height:calc(100vh - 52px);background-color:#fffffffa;display:flex;flex-direction:column;align-items:center;padding-top:50px;gap:30px;z-index:2000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.mobile-menu a{text-decoration:none;color:#002b5b;font-size:1.3rem;font-weight:700}.hero h1{font-size:1.8rem!important;padding:0}.company-profile-grid{grid-template-columns:1fr!important;gap:30px!important}section{padding:80px 0!important}h2{margin-bottom:40px!important}}@media(max-width:480px){.logo-group span{display:none}main{padding:120px 20px 60px!important}.blog-page-main{padding:92px 16px 0!important}.home-main{padding:0!important}section{padding:60px 0!important}.hero{width:100%!important;height:100vh!important;min-height:100dvh!important;padding:0!important}.hero h1{font-size:1.6rem!important;margin-bottom:16px!important}h2{font-size:1.6rem!important;margin-bottom:32px!important}h3{margin-top:1.5rem!important;margin-bottom:.8rem!important}}
