:root{--primary:#3B77BB;--primary-dark:#2A5A8E;--primary-light:#E8F1FA;--primary-pale:#F5F9FD;--accent:#F2671F;--accent-soft:#FFE9DC;--bg:#FFFFFF;--bg-sub:#F8F9FA;--bg-section:#F5F9FD;--border:#E5E7EB;--border-soft:#F0F0F0;--text-main:#1F2937;--text-sub:#4B5563;--text-light:#9CA3AF;--cat-news:#3B77BB;--cat-press:#8B5CF6;--cat-product:#F2671F;--cat-order:#16A34A}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Noto Sans JP,Hiragino Kaku Gothic ProN,sans-serif;color:var(--text-main);background:var(--bg);line-height:1.7;font-feature-settings:"palt";overflow-x:hidden}.en{font-family:Inter,sans-serif}.accent{color:var(--accent)}header{position:-webkit-sticky;position:sticky;top:0;z-index:100;background:rgba(255,255,255,.95);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--border)}.header-main{justify-content:space-between;padding:1rem 3rem}.header-main,.logo{display:flex;align-items:center}.logo{line-height:0}.logo img{height:50px;width:auto;display:block;transition:opacity .3s}.logo:hover img{opacity:.8}nav ul{display:flex;gap:2rem;list-style:none;align-items:center}nav a{color:var(--text-main);text-decoration:none;font-size:.95rem;font-weight:500;transition:color .3s;position:relative}nav a.nav-active,nav a:hover{color:var(--primary)}nav a.nav-active{font-weight:700}nav a:after{content:"";position:absolute;bottom:-6px;left:0;width:0;height:2px;background:var(--primary);transition:width .3s}nav a.nav-active:after,nav a:hover:after{width:100%}.header-cta{background:var(--accent);color:white!important;padding:.7rem 1.6rem;border-radius:6px;font-size:.85rem;font-weight:600;transition:all .3s}.header-cta:hover{background:#D9551A}.header-cta:after{display:none}.page-head{position:relative;background-color:var(--primary-dark);background-image:linear-gradient(90deg,rgba(31,58,95,.86),rgba(31,58,95,.6) 55%,rgba(31,58,95,.4)),url(/assets/philosophy-bg.png);background-size:cover;background-position:50%;padding:4rem 3rem 3.5rem;border-bottom:1px solid var(--border)}.page-head .breadcrumb,.page-head .breadcrumb a{color:rgba(255,255,255,.7)}.page-head .breadcrumb a:hover,.page-head .page-title-ja{color:#fff}.page-head .page-title-en{color:var(--accent-soft)}.page-head .page-head-lead{color:rgba(255,255,255,.88)}.page-head-inner{max-width:980px;margin:0 auto}.breadcrumb{font-size:.8rem;color:var(--text-light);margin-bottom:1rem}.breadcrumb a{color:var(--text-light);text-decoration:none}.breadcrumb a:hover{color:var(--primary)}.page-title-ja{font-size:clamp(1.7rem,3vw,2.3rem);font-weight:700;line-height:1.3}.page-title-en{font-family:Inter,sans-serif;font-size:.85rem;font-weight:600;letter-spacing:.12em;color:var(--primary);text-transform:uppercase;margin-top:.4rem}.page-head-lead{margin-top:1.2rem;font-size:1.02rem;max-width:620px;line-height:1.85}.section{padding:4rem 3rem 5rem}.section-inner{max-width:980px;margin:0 auto}.section.alt{background:var(--bg-section)}.sec-label{font-family:Inter,sans-serif;font-size:.78rem;font-weight:600;letter-spacing:.12em;color:var(--primary);text-transform:uppercase;margin-bottom:.5rem}.sec-heading{font-size:clamp(1.5rem,2.6vw,2rem);font-weight:700;line-height:1.4;margin-bottom:1rem}.sec-desc{color:var(--text-sub);font-size:1rem;max-width:760px}.news-filter{display:flex;gap:.6rem;flex-wrap:wrap;margin-bottom:2.4rem}.filter-btn{font-size:.85rem;font-weight:600;padding:.5rem 1.1rem;border-radius:999px;border:1px solid var(--border);background:#fff;color:var(--text-sub);cursor:pointer;transition:all .2s;font-family:inherit}.filter-btn:hover{border-color:var(--primary);color:var(--primary)}.filter-btn.active{background:var(--primary);border-color:var(--primary);color:#fff}.news-list{border-top:1px solid var(--border)}.news-item{display:grid;grid-template-columns:auto auto 1fr auto;grid-gap:1.2rem;gap:1.2rem;align-items:center;padding:1.4rem .5rem;border-bottom:1px solid var(--border-soft);text-decoration:none;color:inherit;transition:background .2s}.news-item:hover{background:var(--primary-pale)}.news-item:hover .news-title{color:var(--primary)}.news-date{font-family:Inter,sans-serif;font-size:.85rem;color:var(--text-light);white-space:nowrap}.news-cat{font-size:.72rem;font-weight:700;padding:.25rem .7rem;border-radius:5px;white-space:nowrap;text-align:center;min-width:84px}.cat-news{background:var(--primary-light);color:var(--cat-news)}.cat-press{background:#F3EEFE;color:var(--cat-press)}.cat-product{background:var(--accent-soft);color:#C04A12}.cat-order{background:#DCFCE7;color:var(--cat-order)}.news-title{font-size:.97rem;font-weight:500;line-height:1.5;transition:color .2s}.news-new{display:inline-block;font-family:Inter,sans-serif;font-size:.64rem;font-weight:700;color:#fff;background:var(--accent);padding:.1rem .4rem;border-radius:3px;margin-left:.5rem;vertical-align:middle;letter-spacing:.04em}.news-arrow{color:var(--text-light);font-size:1rem}.news-item:hover .news-arrow{color:var(--primary)}.pagination{gap:.5rem;margin-top:3rem}.page-link,.pagination{display:flex;justify-content:center}.page-link{min-width:38px;height:38px;align-items:center;border:1px solid var(--border);border-radius:8px;background:#fff;font-family:Inter,sans-serif;font-size:.9rem;color:var(--text-sub);text-decoration:none;transition:all .2s}.page-link:hover{border-color:var(--primary);color:var(--primary)}.page-link.active{background:var(--primary);border-color:var(--primary);color:#fff}.page-link.disabled{color:var(--text-light);pointer-events:none;opacity:.5}.article-wrap{max-width:800px;margin:0 auto;padding:3rem 3rem 4rem}.article-head{padding-bottom:1.6rem;border-bottom:2px solid var(--primary);margin-bottom:2rem}.article-meta-top{display:flex;align-items:center;gap:.8rem;margin-bottom:1rem}.article-date{font-family:Inter,sans-serif;font-size:.9rem;color:var(--text-light)}.article-cat{font-size:.72rem;font-weight:700;padding:.25rem .75rem;border-radius:5px;background:var(--accent-soft);color:#C04A12}.article-title{font-size:clamp(1.4rem,3vw,1.9rem);font-weight:700;line-height:1.45}.article-info{display:flex;gap:1.4rem;flex-wrap:wrap;align-items:center;font-size:.82rem;color:var(--text-light);margin-bottom:2.4rem}.article-info span{display:inline-flex;align-items:center;gap:.35rem}.article-info svg{width:15px;height:15px;stroke:var(--text-light);fill:none;stroke-width:2}.article-body{font-size:1rem;color:var(--text-sub);line-height:1.95}.article-body p{margin-bottom:1.5rem}.article-body h2{font-size:1.2rem;font-weight:700;color:var(--text-main);margin:2.4rem 0 1rem;padding-left:.8rem;border-left:4px solid var(--accent)}.article-body ul{list-style:none;margin:0 0 1.5rem}.article-body ul li{position:relative;padding-left:1.4rem;margin-bottom:.6rem}.article-body ul li:before{content:"";position:absolute;left:0;top:.65em;width:7px;height:7px;border-radius:2px;background:var(--accent);transform:rotate(45deg)}.article-body strong{color:var(--text-main);font-weight:700}.article-body img{max-width:100%;height:auto;border-radius:8px;margin:1rem 0}.article-callout{background:var(--primary-pale);border:1px solid var(--border);border-radius:10px;padding:1.3rem 1.5rem;margin:2rem 0;font-size:.92rem}.article-callout strong{color:var(--primary-dark)}.article-nav{display:flex;justify-content:center;gap:1rem;margin-top:3.5rem;padding-top:2.5rem;border-top:1px solid var(--border-soft)}.btn{display:inline-flex;align-items:center;gap:.4rem;padding:.85rem 1.8rem;border-radius:8px;font-weight:600;font-size:.92rem;text-decoration:none;transition:all .3s;cursor:pointer}.btn-outline{background:#fff;color:var(--primary-dark);border:1.5px solid var(--border)}.btn-outline:hover{border-color:var(--primary);color:var(--primary)}.btn-primary{background:var(--accent);color:#fff}.btn-primary:hover{background:#D9551A;box-shadow:0 8px 20px rgba(242,103,31,.3);transform:translateY(-2px)}.list-status{padding:3rem .5rem;text-align:center;color:var(--text-light);font-size:.95rem}footer{background:var(--bg-sub);padding:3.5rem 3rem 2rem}.footer-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 2fr auto;grid-gap:3rem;gap:3rem;align-items:start}.footer-logo{height:46px;width:auto;display:block;margin-bottom:1rem;opacity:.7}.footer-company{font-size:.82rem;color:var(--text-sub);line-height:1.9}.footer-company strong{color:var(--text-main);font-weight:700;font-size:.9rem;display:block;margin-bottom:.4rem}.footer-links{display:flex;gap:2rem;flex-wrap:wrap;justify-content:flex-end}.footer-links a{color:var(--text-sub);text-decoration:none;font-size:.88rem;transition:color .3s}.footer-links a:hover{color:var(--primary)}.footer-bottom{max-width:1200px;margin:2rem auto 0;padding-top:1.5rem;border-top:1px solid var(--border);display:flex;justify-content:space-between;font-size:.78rem;color:var(--text-light)}@media (max-width:860px){.header-main{padding:1rem 1.5rem}nav ul{gap:1.2rem}nav .hide-mobile{display:none}.section{padding:2.5rem 1.5rem 3.5rem}.page-head{padding:2.5rem 1.5rem 2rem}.article-wrap{padding:2rem 1.5rem 3rem}.article-nav{flex-direction:column}.logo img{height:38px}.news-item{grid-template-columns:auto 1fr;gap:.5rem .9rem;padding:1.1rem .3rem}.news-date{order:1}.news-cat{order:2}.news-title{order:3;grid-column:1/-1}.news-arrow{display:none}.footer-inner{grid-template-columns:1fr}.footer-links{justify-content:flex-start}.footer-bottom{flex-direction:column;gap:.5rem}}.home .section{padding:5rem 3rem}.home .section-inner{max-width:1200px}.section-header{text-align:center;margin-bottom:3.5rem}.section-title{font-family:Inter,sans-serif;font-size:2rem;font-weight:700;color:var(--text-main);margin-bottom:.5rem;letter-spacing:.01em}.section-subtitle{font-size:1.05rem;color:var(--text-sub);font-weight:500}.hero{position:relative;min-height:600px;background:var(--bg-section);overflow:hidden}.hero-image{position:absolute;top:0;right:0;bottom:0;width:65%;overflow:hidden}.hero-image:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,var(--bg-section) 0,rgba(245,249,253,.85) 15%,rgba(245,249,253,.2) 35%,transparent 60%);pointer-events:none}.hero-inner{position:relative;z-index:2;max-width:1200px;margin:0 auto;padding:5rem 3rem}.hero-content{max-width:560px}.hero h1{font-family:Noto Sans JP,sans-serif;font-weight:900;font-size:clamp(2rem,4.5vw,3.6rem);line-height:1.3;color:var(--text-main);margin-bottom:1.8rem;letter-spacing:-.02em}.hero-sub{font-size:.98rem;line-height:1.9;color:var(--text-sub);margin-bottom:2.5rem}.hero-sub strong{font-weight:700;color:var(--text-main)}.hero-cta-group{display:flex;gap:1rem;flex-wrap:wrap}.home .btn{display:inline-flex;align-items:center;gap:.6rem;padding:1rem 1.8rem;border-radius:6px;text-decoration:none;font-size:.92rem;font-weight:600;transition:all .3s;border:2px solid transparent}.home .btn-primary{background:var(--primary);color:white}.home .btn-primary:hover{background:var(--primary-dark);transform:translateY(-2px);box-shadow:0 8px 20px rgba(59,119,187,.3)}.home .btn-outline{background:white;color:var(--primary);border-color:var(--primary)}.home .btn-outline:hover{background:var(--primary);color:white;transform:translateY(-2px)}.home .btn-accent{background:var(--accent);color:white}.home .btn-accent:hover{background:#D9551A;transform:translateY(-2px);box-shadow:0 8px 20px rgba(242,103,31,.3)}.philosophy{position:relative;background-color:#1F3A5F;background-image:linear-gradient(180deg,rgba(31,58,95,.55),rgba(31,58,95,.3) 45%,rgba(31,58,95,.55)),url(/assets/philosophy-bg.png);background-size:cover;background-position:50%;background-repeat:no-repeat;text-align:center;padding-top:6rem;padding-bottom:6rem}.philosophy .section-title.en{color:rgba(255,255,255,.78)}.philosophy .philosophy-statement{color:#ffffff}.philosophy .philosophy-body{color:rgba(255,255,255,.88)}.philosophy h2.section-title{margin-bottom:1rem}.philosophy-statement{font-family:Noto Sans JP,sans-serif;font-weight:700;font-size:clamp(1.8rem,3.5vw,2.6rem);color:var(--text-main);margin-bottom:2rem;letter-spacing:.02em}.philosophy-body{font-size:.95rem;line-height:2;color:var(--text-sub);max-width:720px;margin:0 auto}.plus-story{background:var(--bg-section);text-align:center}.plus-story .section-title.en{color:var(--primary)}.plus-lead{font-family:Noto Sans JP,sans-serif;font-weight:700;font-size:clamp(1.5rem,2.8vw,2.1rem);color:var(--text-main);margin:.5rem 0 .6rem;letter-spacing:.02em;line-height:1.5}.plus-lead .muted{color:var(--text-light);font-weight:700}.plus-story .plus-mark{color:var(--accent)}.plus-lead .brand-blue{color:var(--primary)}.plus-sub{font-size:.95rem;color:var(--text-sub);line-height:2;max-width:640px;margin:0 auto 3.2rem}.plus-compare{display:grid;grid-template-columns:1fr auto 1fr;align-items:stretch;grid-gap:1.4rem;gap:1.4rem;max-width:860px;margin:0 auto}.cmp-card{border-radius:16px;padding:1.8rem 1.5rem;text-align:center;display:flex;flex-direction:column;align-items:center}.cmp-ordinary{background:var(--bg);border:1px solid var(--border)}.cmp-biz4{background:var(--primary);color:#fff;box-shadow:0 10px 30px rgba(31,58,95,.18)}.cmp-tag{font-size:.78rem;font-weight:700;letter-spacing:.08em;padding:.25rem .9rem;border-radius:999px;margin-bottom:1.3rem}.cmp-ordinary .cmp-tag{background:var(--bg-sub);color:var(--text-light)}.cmp-biz4 .cmp-tag{background:rgba(255,255,255,.18);color:#fff}.cmp-icons{flex-wrap:wrap;gap:.5rem;margin-bottom:1.3rem;min-height:88px}.cmp-icons,.cmp-ordinary .ic{display:flex;justify-content:center;align-items:center}.cmp-ordinary .ic{width:38px;height:38px;border-radius:9px;background:var(--bg-sub);color:var(--text-light);font-size:1.05rem;transform:rotate(var(--r,0deg))}.cmp-biz4 .stack{width:100%;display:flex;flex-direction:column;gap:4px;align-items:center}.cmp-biz4 .layer{width:78%;padding:5px 0;border-radius:7px;background:rgba(255,255,255,.16);font-size:.74rem;font-weight:600}.cmp-biz4 .layer.base{width:100%;background:rgba(255,255,255,.28);font-weight:700}.cmp-biz4 .layer .pl{color:#FFD9C2;font-weight:700}.cmp-result{font-family:Noto Sans JP,sans-serif;font-weight:700;font-size:1.15rem}.cmp-ordinary .cmp-result{color:var(--text-sub)}.cmp-biz4 .cmp-result{color:#fff}.cmp-result .small{display:block;font-size:.78rem;font-weight:500;margin-top:4px;opacity:.85}.cmp-vs{align-self:center;font-size:.85rem;font-weight:700;color:var(--text-light);letter-spacing:.05em}.plus-note{margin-top:2.8rem;font-size:.9rem;color:var(--text-sub);line-height:1.95;max-width:600px;margin-left:auto;margin-right:auto}.plus-note strong{color:var(--primary)}.plus-note .num-hl{color:var(--accent);font-weight:700}@media (max-width:680px){.plus-compare{grid-template-columns:1fr}.cmp-vs{padding:.3rem 0}}.businesses{background:var(--bg-sub)}.business-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.5rem;gap:1.5rem}.business-card{background:var(--bg);border:1px solid var(--border);border-radius:10px;overflow:hidden;transition:all .3s;display:flex;flex-direction:column}.business-image{width:100%;aspect-ratio:16/9;background-size:cover;background-position:50%;background-color:var(--primary-pale)}.business-card-body{padding:1.5rem 1.6rem 1.6rem;flex:1 1;display:flex;flex-direction:column}.business-card-body h3{margin:0 0 .6rem}.business-card-body p{flex:1 1}.business-card:hover{transform:translateY(-4px);border-color:var(--primary);box-shadow:0 10px 30px -8px rgba(59,119,187,.15)}.business-card h3{font-family:Inter,sans-serif;font-size:1.2rem;font-weight:700;color:var(--text-main);margin-bottom:.8rem}.business-card p{font-size:.88rem;line-height:1.8;color:var(--text-sub);margin-bottom:1.2rem;min-height:5.4rem}.business-link{color:var(--primary);text-decoration:none;font-size:.85rem;font-weight:600;display:inline-flex;align-items:center;gap:.3rem;transition:gap .3s}.business-link:hover{gap:.6rem}.strengths{background:var(--bg)}.strength-list{display:grid;grid-template-columns:1fr;grid-gap:1rem;gap:1rem;max-width:800px;margin:0 auto}.strength-item{display:grid;grid-template-columns:56px 1fr;grid-gap:1.2rem;gap:1.2rem;align-items:center;background:var(--bg);border:1px solid var(--border);border-radius:10px;padding:1.3rem 1.5rem;transition:all .3s}.strength-item:hover{border-color:var(--primary);transform:translateX(4px);box-shadow:0 6px 16px -4px rgba(59,119,187,.1)}.strength-icon{width:56px;height:56px;background:var(--primary-light);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--primary)}.strength-icon svg{width:28px;height:28px}.strength-text h3{font-size:1rem;font-weight:700;color:var(--text-main);margin-bottom:.2rem}.strength-text p{font-size:.85rem;color:var(--text-sub);line-height:1.6}.synergy{background:var(--bg-section)}.synergy-card{background:var(--bg);border-radius:12px;padding:3rem;text-align:center;max-width:900px;margin:0 auto;border:1px solid var(--border)}.synergy-logos{gap:1.5rem;margin-bottom:1.5rem;flex-wrap:wrap}.product-logo-card,.synergy-logos{display:flex;align-items:center;justify-content:center}.product-logo-card{min-width:220px;height:100px;border-radius:12px;transition:transform .3s,box-shadow .3s;padding:1rem 1.5rem}.product-logo-card:hover{transform:translateY(-3px)}.product-logo-card.work{background:linear-gradient(135deg,var(--primary) 0,var(--primary-dark) 100%);color:white;box-shadow:0 8px 24px -8px rgba(59,119,187,.4)}.product-logo-card.doc{background:linear-gradient(135deg,var(--primary-light) 0,var(--bg) 100%);color:var(--primary);border:2px solid var(--primary);box-shadow:0 8px 24px -8px rgba(59,119,187,.2)}.product-logo-card .logo-text{font-family:Inter,sans-serif;font-size:1.7rem;font-weight:700;letter-spacing:-.02em;line-height:1}.product-logo-card .logo-accent{color:var(--accent)}.product-logo-card.work .logo-accent{color:#FFB088}.logo-multiply{font-family:Inter,sans-serif;font-size:2.5rem;font-weight:300;color:var(--accent);line-height:1;-webkit-user-select:none;-moz-user-select:none;user-select:none}.synergy-tagline{font-family:Noto Sans JP,sans-serif;font-size:1.5rem;font-weight:700;color:var(--primary);margin-bottom:1.5rem;letter-spacing:.02em}.synergy-desc{font-size:.95rem;line-height:1.9;color:var(--text-sub);margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.synergy-cta{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.products{background:var(--bg)}.products-intro{text-align:center;margin-bottom:3rem;font-size:.95rem;color:var(--text-sub);line-height:1.9;max-width:760px;margin-left:auto;margin-right:auto}.products-intro strong{color:var(--text-main);font-weight:700}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.5rem;gap:1.5rem;margin-bottom:2.5rem}.product-card{background:var(--bg);border:1px solid var(--border);border-radius:10px;padding:2rem 1.8rem;transition:all .3s;text-align:center}.product-card:hover{transform:translateY(-4px);border-color:var(--primary);box-shadow:0 10px 30px -8px rgba(59,119,187,.15)}.product-name{font-family:Inter,sans-serif;font-size:1.7rem;font-weight:700;color:var(--primary);margin-bottom:.3rem;letter-spacing:-.01em}.product-name .num{color:var(--accent)}.product-category{font-size:.8rem;color:var(--text-sub);margin-bottom:1.2rem;font-weight:500}.product-desc{font-size:.85rem;line-height:1.8;color:var(--text-sub);text-align:left;margin-bottom:1.5rem;min-height:7rem}.product-tag{display:inline-block;font-family:Inter,sans-serif;font-size:.75rem;color:var(--text-light);border-top:1px solid var(--border);padding-top:1rem;width:100%}.products-cta{text-align:center;display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.home-news{background:var(--bg-sub)}.home-news-list{max-width:860px;margin:0 auto 2.5rem;background:var(--bg);border:1px solid var(--border);border-radius:10px;overflow:hidden}.home-news-item{display:grid;grid-template-columns:110px 90px 1fr 24px;align-items:center;grid-gap:1.5rem;gap:1.5rem;padding:1.2rem 1.8rem;border-bottom:1px solid var(--border);cursor:pointer;transition:background .3s;text-decoration:none;color:inherit}.home-news-item:last-child{border-bottom:none}.home-news-item:hover{background:var(--bg-sub)}.home-news-date{font-family:Inter,sans-serif;font-size:.88rem;color:var(--text-sub);font-weight:500}.home-news-category{display:inline-block;text-align:center;font-size:.72rem;font-weight:600;padding:.3rem 0;border-radius:4px;letter-spacing:.05em;font-family:Inter,sans-serif}.home-news-category.product{background:var(--primary-light);color:var(--primary)}.home-news-category.notice{background:var(--accent-soft);color:var(--accent)}.home-news-category.company{background:var(--bg-sub);color:var(--text-sub);border:1px solid var(--border)}.home-news-category.cat-news{background:var(--primary-light);color:var(--cat-news)}.home-news-category.cat-press{background:#F3EEFE;color:var(--cat-press)}.home-news-category.cat-product{background:var(--accent-soft);color:#C04A12}.home-news-category.cat-order{background:#DCFCE7;color:var(--cat-order)}.home-news-status{padding:1.5rem;text-align:center;color:var(--text-sub);font-size:.95rem}.home-news-title{font-size:.95rem;font-weight:500;color:var(--text-main);line-height:1.5}.home-news-arrow{color:var(--text-light);font-size:1.2rem;transition:transform .3s,color .3s;text-align:right}.home-news-item:hover .home-news-arrow{color:var(--primary);transform:translateX(4px)}.home-news-item:hover .home-news-title{color:var(--primary)}.home-news-cta,.inquiry{text-align:center}.inquiry{background:var(--bg)}.inquiry-title{font-family:Noto Sans JP,sans-serif;font-size:clamp(1.6rem,3vw,2.2rem);font-weight:700;color:var(--text-main);margin-bottom:1rem}.inquiry-desc{font-size:.95rem;color:var(--text-sub);margin-bottom:2.5rem;line-height:1.9}.inquiry-cta{display:flex;gap:1.2rem;justify-content:center;flex-wrap:wrap}.inquiry-cta .btn{padding:1.2rem 3rem;font-size:1rem}@media (max-width:1024px){.hero{min-height:560px}.hero-image{width:100%;opacity:.3}.hero-image:before{background:linear-gradient(180deg,rgba(245,249,253,.95),rgba(245,249,253,.85))}.hero-inner{padding:4rem 2rem}.business-grid,.product-grid{grid-template-columns:1fr}}@media (max-width:640px){.home .section{padding:3.5rem 1.5rem}.hero-inner{padding:3rem 1.5rem}.synergy-card{padding:2rem 1.5rem}.synergy-logos{flex-direction:column;gap:.8rem}.logo-multiply{transform:rotate(90deg)}.product-logo-card{min-width:200px;height:80px}.product-logo-card .logo-text{font-size:1.4rem}.strength-item{grid-template-columns:44px 1fr;gap:.8rem;padding:1rem}.strength-icon{width:44px;height:44px}.strength-icon svg{width:22px;height:22px}.home-news-item{grid-template-columns:90px 80px 1fr 20px;gap:.8rem;padding:1rem 1.2rem}}