@charset "UTF-8";:root{--color-primary:#0077b6;--color-secondary:#01b695;--color-accent:#f0f465;--color-dark:#242038;--color-light:#f2f2f2}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{font-size:62.5%;scroll-behavior:smooth}body{background:#fff;color:#333;font-family:Noto Sans JP,Helvetica Neue,Arial,sans-serif;font-size:1.6rem;line-height:1.75}a{color:inherit;text-decoration:none;transition:.3s}.container{margin:0 auto;padding:0 2rem;width:min(100%,1100px)}main{padding:0}.site-main{margin-top:0;transition:padding-top .5s ease}.text-center{text-align:center}.mt-2{margin-top:2rem}.mt-4{margin-top:4rem}.mb-2{margin-bottom:2rem}.mb-4{margin-bottom:4rem}.page-title,.section-title{color:var(--color-dark);font-size:2.4rem;font-weight:700;margin-bottom:2rem;text-align:center}.page-lead,.section-lead{color:#555;font-size:1.6rem;line-height:1.9;margin-bottom:4rem;text-align:center}.btn-primary{background:var(--color-primary);color:#fff}.btn-primary:hover{background:var(--color-secondary)}.btn-outline{border:1px solid #333;color:#333}.btn-outline:hover{background:#333;color:#fff}.btn-light{border:2px solid #fff;color:#fff}.btn-light:hover{background:hsla(0,0%,100%,.1)}.btn-accent{background:var(--color-secondary);color:#fff}.btn-accent:hover{opacity:.9}.site-header.scrolled{box-shadow:0 2px 10px rgba(0,0,0,.08)}.header-inner{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1100px;padding:1.2rem 2rem}.site-logo img{display:block;height:40px}.global-nav ul{align-items:center;display:flex;gap:2.4rem;list-style:none;margin:0;padding:0}.global-nav a{color:#333;font-size:1.5rem;font-weight:500}.global-nav a:hover{color:var(--color-primary)}.nav-btn{background:var(--color-primary);border-radius:6px;font-weight:600;padding:.6rem 1.6rem;transition:background .3s}.nav-btn:hover{background:var(--color-secondary)}.nav-toggle{background:none;border:none;cursor:pointer;display:none;flex-direction:column;height:18px;justify-content:space-between;width:24px;z-index:2000}.nav-toggle span{background:#333;border-radius:2px;display:block;height:2px;transition:.3s;width:100%}.nav-toggle.is-open span:first-child{transform:rotate(45deg) translate(5px,5px)}.nav-toggle.is-open span:nth-child(2){opacity:0}.nav-toggle.is-open span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.global-nav{transition:right .3s ease}.hero-background{inset:0;position:absolute;z-index:1}.hero-bg-img{height:100%;object-fit:cover;width:100%}.hero-overlay{background:linear-gradient(180deg,rgba(0,0,0,.35),rgba(0,0,0,.55));inset:0;position:absolute;z-index:2}.hero-content{max-width:900px;padding:0 2rem;position:relative;z-index:3}.section-hero h1{font-size:3.2rem;font-weight:700;margin-bottom:2rem}.hero-lead{color:#f4f4ed;font-size:1.6rem;line-height:1.9;margin-bottom:3rem}.hero-buttons{display:flex;gap:1.5rem;justify-content:center}.grid{display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.card{background:#fff;border:1px solid #ddd;border-radius:8px;padding:2rem;transition:box-shadow .3s,transform .3s}.card:hover{box-shadow:0 6px 16px rgba(0,0,0,.08);transform:translateY(-4px)}.card img{border-radius:6px;height:180px;margin-bottom:1.2rem;object-fit:cover;width:100%}.card-title{color:var(--color-dark);font-size:1.8rem;font-weight:700;margin-bottom:1rem}.card-text{color:#444;font-size:1.4rem;line-height:1.8;margin-bottom:1.5rem}.section-news,.section-product{background:#fff;padding:100px 20px}.section-product{text-align:center}.section-product .section-title{color:var(--color-dark);font-size:2rem;font-weight:700;margin-bottom:.5rem}.section-product .section-lead{color:#666;font-size:1.4rem;line-height:1.9;margin-bottom:4rem}.product-list{display:flex;flex-direction:column;gap:4rem;margin:0 auto;max-width:720px}.product-item{border:1px solid #e5e5e5;border-radius:8px;padding:3rem 2.4rem;text-align:left;transition:box-shadow .3s ease,transform .3s ease}.product-item:hover{box-shadow:0 8px 20px rgba(0,0,0,.05);transform:translateY(-3px)}.product-header{margin-bottom:1.4rem}.product-name-en{color:var(--color-primary);font-size:1.3rem;font-weight:600;letter-spacing:.05em;margin-bottom:.3rem}.product-name-jp{color:#222;font-size:1.7rem;font-weight:700}.product-desc{color:#444;font-size:1.4rem;line-height:1.9;margin-bottom:2rem}.btn-detail{border-radius:4px;display:inline-block;font-size:1.3rem}.section-news{background:var(--color-light);padding:80px 20px;text-align:center}.section-news .recent-posts{display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin:0 auto;max-width:900px;text-align:left}.section-news .post-item{background:#fff;border:1px solid #ddd;border-radius:8px;padding:20px;transition:.3s}.section-news .post-item:hover{box-shadow:0 4px 12px rgba(0,0,0,.08)}.section-news .post-date{color:#666;font-size:1.2rem;margin-bottom:6px}.section-news .post-title{font-size:1.5rem;font-weight:600;line-height:1.6}.section-case,.section-resource{background:var(--color-light);padding:100px 20px;text-align:center}.case-list,.resource-list{display:grid;gap:32px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin:0 auto;max-width:1000px;text-align:left}.case-item,.resource-item{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:32px 24px;transition:.3s}.case-item:hover,.resource-item:hover{box-shadow:0 8px 20px rgba(0,0,0,.08);transform:translateY(-4px)}.case-company,.resource-title{color:var(--color-dark);font-size:1.8rem;font-weight:700;margin-bottom:1rem}.case-summary,.resource-desc{color:#444;font-size:1.4rem;line-height:1.8;margin-bottom:1.5rem}.cta-banner,.section-contact{background:linear-gradient(135deg,var(--color-dark) 0,var(--color-primary) 100%);border-radius:12px;color:#fff;margin:80px 0;padding:80px 20px;text-align:center}.cta-banner p,.section-contact p{color:#f4f4ed;line-height:1.8}.resource-thumb{border-radius:6px;box-shadow:0 4px 12px rgba(0,0,0,.15);display:block;height:auto;margin:0 auto 1.5rem;transition:transform .3s ease,box-shadow .3s ease;width:220px}.resource-thumb:hover{box-shadow:0 8px 20px rgba(0,0,0,.25);transform:translateY(-4px)}.site-footer{background:var(--color-light);border-top:1px solid #e5e7eb;box-sizing:border-box;color:#333;font-size:1.2rem;padding:60px 20px;position:static;text-align:center;width:100%;z-index:auto}.footer-inner{margin:0 auto;max-width:1000px}.footer-legal ul,.footer-nav ul{display:flex;flex-wrap:wrap;gap:20px;justify-content:center;list-style:none;margin:0;padding:0}.footer-nav{margin-bottom:20px}.footer-legal{margin-bottom:30px}.footer-legal a,.footer-nav a{color:#333;font-size:1.2rem;text-decoration:none;transition:opacity .3s ease}.footer-legal a:hover,.footer-nav a:hover{opacity:.7}.footer-copy p{color:#888;font-size:1.1rem;line-height:1.8}.page-company,.page-philosophy,.page-product{background:#fafafa;color:#222;line-height:1.8}.page-hero{background:#fff;border-bottom:1px solid #eee;padding:8rem 2rem 5rem;text-align:center}.page-hero h1{color:var(--color-dark);font-size:3rem;font-weight:700;margin-bottom:1rem}.page-hero small{color:#777;display:block;font-size:1.4rem;margin-top:.5rem}.page-lead{color:#444;font-size:1.4rem;margin-top:1rem}.table-common{background:#fff;border-collapse:collapse;font-size:1.4rem;width:100%}.table-common td,.table-common th{border:1px solid #ddd;padding:16px 20px;vertical-align:top}.table-common th{background:#f7f7f7;color:#333;font-weight:600;text-align:left}.page-top{align-items:center;background:var(--color-primary);border-radius:50%;bottom:2rem;color:#fff;cursor:pointer;display:flex;height:40px;justify-content:center;opacity:0;position:fixed;right:2rem;transition:.3s;visibility:hidden;width:40px;z-index:1000}.page-top.visible{opacity:1;visibility:visible}@media(max-width:768px){.header-inner{flex-direction:row;justify-content:space-between}.nav-toggle{display:flex}.global-nav{background:#fff;box-shadow:-2px 0 8px rgba(0,0,0,.1);height:100vh;padding-top:80px;position:fixed;right:-100%;top:0;width:70%}.global-nav.is-open{right:0}.global-nav ul{flex-direction:column;gap:1.5rem;padding:0 2rem}.hero-buttons{flex-direction:column;gap:1rem}.section-hero h1{font-size:2.4rem}.footer-legal a,.footer-nav a,.site-footer{font-size:1.4rem}.footer-legal ul,.footer-nav ul{flex-direction:column;gap:12px}.card img{height:auto}.case-list,.resource-list{grid-template-columns:1fr}.page-hero h1{font-size:2.4rem}.table-common td,.table-common th{display:block;padding:10px;width:100%}}.btn{border-radius:6px;display:inline-block;font-size:1.4rem;font-weight:600;padding:.8rem 2rem;text-align:center;text-decoration:none;transition:all .3s ease}.btn-primary{background:var(--color-primary)!important;border:none!important;color:#fff!important}.btn-accent,.btn-primary:hover{background:var(--color-secondary)!important;color:#fff!important}.btn-accent:hover{background:var(--color-primary)!important}.btn-outline{background:transparent!important;border:2px solid var(--color-primary)!important;color:var(--color-primary)!important}.btn-outline:hover{background:var(--color-primary)!important;color:#fff!important}.btn-light{background:transparent!important;border:2px solid #fff!important;color:#fff!important}.btn-light:hover{background:hsla(0,0%,100%,.1)!important}.nav-btn{background:var(--color-primary)!important;border:none!important;border-radius:6px!important;color:#fff!important;display:inline-block;font-weight:600!important;padding:.6rem 1.6rem!important;text-align:center;transition:background .3s ease!important}.nav-btn:hover{background:var(--color-secondary)!important;color:#fff!important}.resource-two-column{justify-content:flex-start;transition:box-shadow .3s ease,transform .3s ease}.resource-two-column:hover{box-shadow:0 6px 16px rgba(0,0,0,.1);transform:translateY(-4px)}.resource-two-column img{border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.1);height:auto;margin-bottom:1rem;transition:transform .3s ease,box-shadow .3s ease;width:100%}.resource-two-column img:hover{box-shadow:0 6px 16px rgba(0,0,0,.2);transform:translateY(-2px)}.resource-two-column .resource-title{color:var(--color-dark);font-size:1.8rem;font-weight:700;margin-bottom:.8rem}.resource-two-column .resource-desc{color:#444;font-size:1.4rem;line-height:1.8;margin-bottom:1.2rem}.resource-two-column .btn-download{background:var(--color-primary);border-radius:6px;color:#fff!important;display:inline-block;font-weight:600;padding:.7rem 1.8rem;transition:background .3s ease}.resource-two-column .btn-download:hover{background:var(--color-secondary)}@media (max-width:768px){.resource-two-column{align-items:center;flex-direction:column;padding:20px;text-align:center}.resource-two-column .resource-col:first-child{flex:0 0 auto;margin-bottom:1rem}.resource-two-column img{margin:0 auto 1rem;width:70%}}.news-more{margin-top:3rem;text-align:center}.btn-more{background:var(--color-primary);border-radius:6px;color:#fff;display:inline-block;font-size:1.4rem;font-weight:600;padding:.8rem 2rem;text-decoration:none;transition:background .3s ease,transform .3s ease}.btn-more:hover{background:var(--color-secondary);transform:translateY(-2px)}.section-contact{background:linear-gradient(135deg,#e9f5ff,#d4ecff);border-radius:12px;color:#222;margin:80px 0;padding:80px 20px;text-align:center}.section-contact .section-title{color:var(--color-dark);font-size:2.2rem;margin-bottom:1.5rem}.section-contact .section-lead{color:#333;font-size:1.5rem;line-height:1.9;margin-bottom:2.5rem}.section-contact .btn{background:var(--color-primary);border-radius:6px;color:#fff;font-weight:600;padding:1rem 2.4rem;transition:background .3s ease}.section-contact .btn:hover{background:var(--color-secondary)}.section-hero{align-items:center;color:#fff;display:flex;height:80vh;justify-content:center;margin-top:0;min-height:560px;overflow:hidden;padding-top:0;position:relative;text-align:center}.site-header{background:#fff;border-bottom:1px solid #eee;margin-bottom:0;position:sticky;top:0;transition:box-shadow .3s;z-index:999}.section-resource{background:var(--color-light);padding:100px 20px;text-align:center}.resource-list{display:grid;gap:32px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin:0 auto;max-width:1000px;text-align:left}.resource-item{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:32px 24px;transition:.3s}.resource-item:hover{box-shadow:0 8px 20px rgba(0,0,0,.08);transform:translateY(-4px)}.resource-thumb{border-radius:8px;margin-bottom:1.2rem;width:100%}.resource-title{color:var(--color-dark);font-size:1.8rem;font-weight:700;margin-bottom:.8rem}.resource-desc{color:#444;font-size:1.4rem;line-height:1.8;margin-bottom:1.2rem}.btn-download{background:var(--color-primary);border-radius:6px;color:#fff!important;display:inline-block;font-weight:600;padding:.7rem 1.8rem;transition:background .3s ease}.btn-download:hover{background:var(--color-secondary)}.resource-two-column{align-items:flex-start;background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 2px 10px rgba(0,0,0,.05);display:flex;gap:2rem;margin:0 auto 60px;max-width:900px;padding:24px 32px}.resource-two-column .resource-col:first-child{flex:0 0 220px;text-align:center}.resource-two-column .resource-col:last-child{flex:1}@media (max-width:768px){.resource-two-column{flex-direction:column;padding:20px;text-align:center}.resource-two-column img{margin:0 auto 1rem;width:70%}}.section-case{background:var(--color-light);padding:100px 20px;text-align:center}.case-list{gap:32px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin:0 auto;max-width:1000px;text-align:left}.case-item{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:32px 24px;transition:.3s}.case-item:hover{box-shadow:0 8px 20px rgba(0,0,0,.08);transform:translateY(-4px)}.case-company{color:var(--color-dark);font-size:1.8rem;margin-bottom:1rem}.case-summary{color:#444;line-height:1.8;margin-bottom:1.2rem}.btn-detail{background:var(--color-primary);border-radius:6px;color:#fff!important;font-weight:600;padding:.7rem 1.8rem;transition:background .3s ease}.btn-detail:hover{background:var(--color-secondary)}.case-detail{background:#fff;border:1px solid #eee;border-radius:8px;margin:0 auto;max-width:900px;padding:3rem}.case-detail h2{color:var(--color-dark);font-size:2rem;margin-bottom:1rem}.case-detail p{color:#444;font-size:1.5rem;line-height:1.8}@media (max-width:768px){.case-detail{padding:2rem}}.resource-cover{border-radius:8px;box-shadow:0 4px 16px rgba(0,0,0,.15);display:block;height:auto;margin:0 auto 3rem;max-width:600px;transition:transform .3s ease,box-shadow .3s ease;width:100%}.resource-cover:hover{box-shadow:0 8px 24px rgba(0,0,0,.25);transform:translateY(-3px)}.productlist-hero{background-color:var(--color-light);padding:80px 20px 60px;text-align:center}.productlist-title{color:var(--color-dark);font-size:2.8rem;font-weight:700;line-height:1.3}.productlist-title small{color:var(--color-secondary);display:block;font-size:1.4rem;margin-top:.5rem}.productlist-lead{color:#555;font-size:1.6rem;line-height:1.8;margin-left:auto;margin-right:auto;margin-top:2rem;max-width:680px}.productlist-items{background-color:var(--color-white);padding:60px 20px 100px}.product-card-wrap{display:grid;gap:2.5rem;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));margin:0 auto;max-width:1100px}.product-card{background:var(--color-light);border:1px solid #e5e7eb;border-radius:10px;box-shadow:0 2px 8px rgba(0,0,0,.05);padding:40px 30px;text-align:left;transition:transform .3s ease,box-shadow .3s ease}.product-card:hover{box-shadow:0 6px 20px rgba(0,0,0,.08);transform:translateY(-6px)}.product-card h2{color:var(--color-primary);font-size:2rem;font-weight:700;line-height:1.4;margin-bottom:1.2rem}.product-card p{color:#333;font-size:1.5rem;line-height:1.8;margin-bottom:2rem}.product-card .btn-primary{background-color:var(--color-primary);border-radius:30px;color:#fff;display:inline-block;font-size:1.4rem;font-weight:600;padding:.9rem 2.4rem;text-decoration:none;transition:background .3s ease,transform .3s ease}.product-card .btn-primary:hover{background-color:var(--color-secondary);transform:translateY(-2px)}@media screen and (max-width:768px){.productlist-hero{padding:60px 20px 40px}.productlist-title{font-size:2.2rem}.product-card{padding:30px 24px}.product-card h2{font-size:1.8rem}.product-card p{font-size:1.4rem}}.news-listing-page{background-color:var(--color-light);color:var(--color-text,#333);padding:80px 20px 100px}.news-listing-page .container{margin:0 auto;max-width:960px}.page-title{margin-bottom:1.2rem}.page-lead{color:#555;font-size:1.5rem;line-height:1.8;margin-bottom:3.5rem;text-align:center}.news-list{display:grid;gap:2.5rem;grid-template-columns:1fr}.news-item{background-color:#fff;border:1px solid #e5e7eb;border-radius:10px;box-shadow:0 2px 6px rgba(0,0,0,.05);overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.news-item:hover{box-shadow:0 6px 16px rgba(0,0,0,.08);transform:translateY(-4px)}.news-link{color:inherit;display:flex;flex-direction:row;text-decoration:none}.news-thumb-wrap{min-width:160px;overflow:hidden;width:30%}.news-thumb{display:block;height:100%;object-fit:cover;transition:transform .4s ease;width:100%}.news-item:hover .news-thumb{transform:scale(1.05)}.news-body{flex:1;padding:1.5rem 2rem}.news-date{color:var(--color-secondary);display:block;font-size:1.3rem;margin-bottom:.8rem}.news-title{color:var(--color-primary);font-size:1.7rem;font-weight:700;line-height:1.5;margin-bottom:.6rem}.news-summary{color:#333;font-size:1.5rem;line-height:1.7}.pagination{margin-top:4rem;text-align:center}.pager{align-items:center;color:#555;display:inline-flex;font-size:1.4rem;gap:1.5rem}.pager a{color:var(--color-primary);font-weight:600;text-decoration:none;transition:color .3s ease}.pager a:hover{color:var(--color-secondary)}@media screen and (max-width:768px){.news-link{flex-direction:column}.news-thumb-wrap{height:180px;width:100%}.news-body{padding:1.4rem 1.6rem 2rem}.news-title{font-size:1.6rem}.news-summary{font-size:1.4rem}}.page-product-a{background-color:var(--color-white);color:var(--color-text,#333);line-height:1.8}.page-product-a section{padding:80px 20px}.page-product-a .container{margin:0 auto;max-width:960px}.product-hero{background-color:var(--color-light)}.product-lead{max-width:680px}.product-features{background-color:var(--color-light)}.product-features li:before{content:"✓"}.product-cta{background-color:var(--color-primary)}.product-cta .btn-primary{color:var(--color-primary)}@media screen and (max-width:768px){.page-product-a section{padding:60px 16px}.product-title{font-size:2.2rem}.product-lead{font-size:1.4rem}.product-features h2,.product-overview h2,.product-price h2{font-size:1.8rem}.product-features li{font-size:1.4rem}.product-price p{font-size:1.5rem}}.page-product-b{background-color:var(--color-white);color:var(--color-text,#333);line-height:1.8}.page-product-b section{padding:80px 20px}.page-product-b .container{margin:0 auto;max-width:960px}.product-hero{background-color:#f6f9fb;padding:100px 20px 80px}.product-title{color:var(--color-dark)}.product-title small{color:var(--color-secondary)}.product-lead{color:#555;line-height:1.8}.product-features{background-color:#f1f7f6}.product-features li:before{content:"📘";font-size:1.3rem}.product-cta{background-color:var(--color-secondary)}.product-cta .btn-primary{background-color:#fff;color:var(--color-secondary)}.product-cta .btn-primary:hover{background-color:var(--color-dark)}@media screen and (max-width:768px){.page-product-b section{padding:60px 16px}.product-title{font-size:2.2rem}.product-lead{font-size:1.4rem}.product-features h2,.product-overview h2,.product-price h2{font-size:1.8rem}.product-features li{font-size:1.4rem}.product-price p{font-size:1.5rem}}.page-product-c{background-color:var(--color-white);color:var(--color-text,#333);line-height:1.8}.page-product-c section{padding:80px 20px}.page-product-c .container{margin:0 auto;max-width:960px}.product-hero{background:linear-gradient(135deg,var(--color-primary) 0,#005985 100%);color:#fff;padding:100px 20px 90px;text-align:center}.product-title{font-size:2.8rem;font-weight:700;line-height:1.4}.product-title small{color:var(--color-accent);display:block;font-size:1.4rem;margin-top:.8rem}.product-lead{color:#f2f2f2;font-size:1.6rem;line-height:1.9;margin-left:auto;margin-right:auto;margin-top:2.5rem;max-width:700px}.product-overview{background-color:var(--color-white);text-align:center}.product-overview h2{color:var(--color-primary);font-size:2rem;font-weight:700;margin-bottom:2rem}.product-overview p{color:#333;font-size:1.5rem;line-height:1.9;margin:0 auto;max-width:780px}.product-features{background-color:#f5f9fc;text-align:center}.product-features h2{color:var(--color-primary);font-size:2rem;font-weight:700;margin-bottom:2rem}.product-features ul{display:inline-block;list-style:none;margin:0 auto;padding:0;text-align:left}.product-features li{color:#333;font-size:1.5rem;padding:.6rem 0 .6rem 2rem;position:relative}.product-features li:before{color:var(--color-secondary);content:"⚙";font-weight:700;left:0;position:absolute}.product-tech{background-color:#eef3f6;text-align:center}.product-tech h2{color:var(--color-primary);font-size:2rem;font-weight:700;margin-bottom:2rem}.product-tech ul{display:inline-block;list-style:none;margin:0 auto;padding:0;text-align:left}.product-tech li{color:#333;font-size:1.5rem;padding:.6rem 0 .6rem 2rem;position:relative}.product-tech li:before{color:var(--color-accent);content:"💡";font-weight:700;left:0;position:absolute}.product-price{background-color:#fff;text-align:center}.product-price h2{color:var(--color-primary);font-size:2rem;font-weight:700;margin-bottom:1.5rem}.product-price p{color:#333;font-size:1.7rem;font-weight:600;line-height:1.8}.product-cta{background-color:var(--color-dark);padding:80px 20px;text-align:center}.product-cta .btn-primary{background-color:var(--color-accent);border-radius:50px;color:var(--color-dark);display:inline-block;font-size:1.6rem;font-weight:700;padding:1.2rem 3rem;text-decoration:none;transition:all .3s ease}.product-cta .btn-primary:hover{background-color:var(--color-secondary);color:#fff;transform:translateY(-2px)}@media screen and (max-width:768px){.page-product-c section{padding:60px 16px}.product-title{font-size:2.2rem}.product-lead{font-size:1.4rem}.product-features h2,.product-overview h2,.product-price h2,.product-tech h2{font-size:1.8rem}.product-features li,.product-tech li{font-size:1.4rem}.product-price p{font-size:1.5rem}}.page-case{background-color:var(--color-white);color:var(--color-text,#333);line-height:1.8;padding:80px 20px 100px}.page-case .container{margin:0 auto;max-width:960px}.page-title{color:var(--color-dark);font-size:2.6rem;font-weight:700;line-height:1.4}.case-date,.page-title{margin-bottom:1rem;text-align:center}.case-date{color:#666;font-size:1.3rem}.case-tags{margin-bottom:3rem;text-align:center}.case-tags .tag{background-color:var(--color-light);border:1px solid #ddd;border-radius:20px;color:#555;display:inline-block;font-size:1.2rem;margin:.2rem;padding:.4rem 1.2rem}.page-case .dnd-section{margin-bottom:4rem}.page-case h2{border-left:4px solid var(--color-secondary);color:var(--color-primary);font-size:2rem;font-weight:700;margin-bottom:1.5rem;padding-left:.8rem}.page-case p{color:#333;font-size:1.5rem;line-height:1.9;margin-bottom:1.6rem}.page-case img{border-radius:6px;display:block;height:auto;margin:2rem 0;max-width:100%}.case-cta{margin-top:6rem;text-align:center}.related-cases{border-top:1px solid #eee;margin-top:6rem;padding-top:4rem}.related-cases .section-title{color:var(--color-dark);font-size:2rem;font-weight:700;margin-bottom:3rem;text-align:center}.case-list{display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));list-style:none;margin:0;padding:0}.case-item a{background-color:var(--color-light);border:1px solid #e5e7eb;border-radius:10px;display:block;padding:2rem;text-decoration:none;transition:transform .3s ease,box-shadow .3s ease}.case-item a:hover{box-shadow:0 6px 18px rgba(0,0,0,.08);transform:translateY(-4px)}.case-company{color:var(--color-primary);font-size:1.7rem;font-weight:700;margin-bottom:.8rem}.case-summary{color:#333;font-size:1.4rem;line-height:1.7}@media screen and (max-width:768px){.page-case{padding:60px 16px 80px}.page-title{font-size:2.2rem}.page-case h2{font-size:1.8rem}.case-company{font-size:1.6rem}.case-summary{font-size:1.3rem}}.case-cta,.cta-banner{background:linear-gradient(135deg,#09c,#00bfa5);border-radius:12px;color:#fff;padding:80px 20px;text-align:center}.case-cta h2,.cta-banner h2{color:#fff;font-size:2rem;font-weight:700;margin-bottom:1rem}.cta-banner p{color:hsla(0,0%,100%,.9);font-size:1.5rem;margin-bottom:2rem}.cta-banner a.btn-primary{background-color:#fff;border-radius:50px;color:var(--color-primary);display:inline-block;font-weight:700;padding:1rem 2.8rem;text-decoration:none;transition:all .3s ease}.cta-banner a.btn-primary:hover{background-color:var(--color-secondary);color:#fff;transform:translateY(-2px)}.page-company{background-color:var(--color-white);color:var(--color-text,#333);line-height:1.8}.page-company section{padding:80px 20px}.page-company .container{margin:0 auto;max-width:960px}.company-hero{background-color:var(--color-light);padding:100px 20px 80px;text-align:center}.company-title{color:var(--color-dark);font-size:2.8rem;font-weight:700;line-height:1.4}.company-title small{color:var(--color-secondary);display:block;font-size:1.4rem;margin-top:.5rem}.company-lead{color:#555;font-size:1.6rem;line-height:1.9;margin-left:auto;margin-right:auto;margin-top:2.5rem;max-width:680px}.company-profile{background-color:#fff}.company-table{background:#fff;border:1px solid #e5e7eb;border-collapse:separate;border-radius:12px;border-spacing:0;border-top:4px solid var(--color-primary);box-shadow:0 2px 14px rgba(0,0,0,.04);font-size:1.5rem;line-height:1.8;overflow:hidden;width:100%}.company-table tr+tr td,.company-table tr+tr th{border-top:1px solid #eef2f5}.company-table td,.company-table th{padding:16px 20px;vertical-align:top}.company-table th{background:#f7fafc;color:var(--color-dark);font-weight:700;letter-spacing:.01em;text-align:left;width:28%}.company-table td{background:#fff;color:#333}.company-table td small{color:#666;display:block;font-size:1.3rem;margin-top:.25rem}.company-table tr:nth-child(2n) td,.company-table tr:nth-child(2n) th{background-color:#fbfdff}.company-table tr:hover td,.company-table tr:hover th{background-color:#f5fbff}@media (max-width:768px){.company-table{border-radius:10px}.company-table td,.company-table th{border-top:none;display:block;padding:14px 16px;width:100%}.company-table th{background:#f0f6fb;border-bottom:1px solid #e6edf3;color:var(--color-primary);font-size:1.4rem}.company-table td{background:#fff;padding-bottom:18px;padding-top:10px}.company-table tr+tr td{border-top:1px solid #eef2f5}}