.hero-section{position:relative;height:100svh;min-height:640px;display:flex;align-items:center;overflow:hidden;z-index:1}@supports not (height: 100svh){.hero-section{height:100vh}}.hero-video-container{position:absolute;inset:0;z-index:0;overflow:hidden}.hero-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transform:scale(1.18);transform-origin:center;pointer-events:none;will-change:transform}.hero-video-overlay{position:absolute;inset:0;background:linear-gradient(to right,#00000094,#000000bd);z-index:1}.hero-diagonal-shape{position:absolute;left:0;top:0;bottom:0;width:34%;background:#fff;z-index:10;clip-path:polygon(0 0,100% 0,70% 100%,0 100%)}.hero-logo-container{height:100%;display:flex;align-items:center;justify-content:center;padding-right:clamp(1.5rem,3vw,4rem)}.hero-logo-wrapper{width:clamp(160px,16vw,256px);height:clamp(160px,16vw,256px)}.hero-logo-img{width:100%;height:100%;object-fit:contain;display:block}.hero-content{position:relative;z-index:20;max-width:1280px;margin:0 auto;padding:0 clamp(16px,2.2vw,24px);width:100%}.hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(1.5rem,3vw,3rem);align-items:center}.hero-text-content{color:#fff;margin-left:auto;max-width:560px}.hero-heading-wrapper{margin-bottom:18px}.hero-subtitle{font-size:12px;text-transform:uppercase;letter-spacing:.22em;color:var(--shinwa-blue-light);margin-bottom:10px}.hero-title{font-size:clamp(2.05rem,3.2vw,3.9rem);line-height:1.08;font-weight:800;margin:0}.hero-description{font-size:clamp(1rem,1.2vw,1.125rem);line-height:1.85;color:#e5e7eb;margin-top:16px;max-width:52ch}.hero-buttons{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}.hero-btn-primary,.hero-btn-secondary{display:inline-flex;align-items:center;justify-content:center;padding:14px 26px;border-radius:12px;text-decoration:none;font-size:16px;font-weight:600;transition:transform .2s ease,background-color .3s ease,border-color .3s ease,color .3s ease;cursor:pointer;white-space:nowrap;min-height:48px}.hero-btn-primary{background:var(--shinwa-blue);color:#fff;border:2px solid var(--shinwa-blue);box-shadow:0 10px 24px #0066ff40}.hero-btn-primary:hover{background:transparent;border-color:#fff;color:#fff;transform:translateY(-1px)}.hero-btn-arrow{margin-left:.55rem;display:inline-block;transition:transform .3s ease}.hero-btn-primary:hover .hero-btn-arrow{transform:translate(5px)}.hero-btn-secondary{background:#ffffff0f;color:#fff;border:2px solid rgba(255,255,255,.55);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}.hero-btn-secondary:hover{background:#fff;border-color:#fff;color:#111827;transform:translateY(-1px)}.hero-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:24px;padding-top:20px;border-top:1px solid rgba(255,255,255,.16)}.hero-stat-item{padding:14px;border-radius:14px;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}.hero-stat-number{font-size:clamp(1.4rem,2.2vw,1.75rem);font-weight:800;color:#fff;margin-bottom:4px}.hero-stat-label{font-size:.875rem;color:#d1d5db;line-height:1.25}.hero-scroll-indicator{position:absolute;bottom:60px;left:50%;transform:translate(-50%);z-index:20;user-select:none}.scroll-indicator-content{display:flex;flex-direction:column;align-items:center;gap:6px;color:#fff}.scroll-text{font-size:.72rem;text-transform:uppercase;letter-spacing:.18em;opacity:.92}.scroll-line{width:1px;height:42px;background:#ffffff73;position:relative;overflow:hidden}.scroll-line:after{content:"";position:absolute;top:-20px;left:0;width:100%;height:18px;background:#ffffffbf;filter:blur(.2px);animation:lineGlow 1.6s infinite ease-in-out}.scroll-arrow{width:18px;height:18px;border-right:2px solid rgba(255,255,255,.85);border-bottom:2px solid rgba(255,255,255,.85);transform:rotate(45deg);margin-top:-2px;animation:arrowMove 1.6s infinite ease-in-out}@keyframes arrowMove{0%,to{transform:translateY(0) rotate(45deg);opacity:.85}50%{transform:translateY(6px) rotate(45deg);opacity:1}}@keyframes lineGlow{0%{transform:translateY(0);opacity:0}20%{opacity:.85}to{transform:translateY(70px);opacity:0}}@media(max-width:1024px){.hero-diagonal-shape{width:40%}.hero-text-content{max-width:520px}.hero-scroll-indicator{bottom:64px}.hero-video{transform:scale(1.12)}}@media(max-width:768px){.hero-section{min-height:100svh;align-items:center}.hero-diagonal-shape{display:none}.hero-grid{grid-template-columns:1fr;gap:0}.hero-text-content{margin:0 auto;max-width:720px;text-align:center;padding:clamp(18px,5vw,34px) clamp(14px,4vw,18px)}.hero-description{margin-left:auto;margin-right:auto}.hero-buttons{flex-direction:column;gap:12px;margin-top:20px}.hero-btn-primary,.hero-btn-secondary{width:100%;white-space:normal;padding:14px 18px}.hero-stats{grid-template-columns:1fr;gap:12px;margin-top:18px;padding-top:16px}.hero-scroll-indicator{display:none!important}.hero-video{transform:scale(1.02)}}@media(max-width:480px){.hero-title{font-size:clamp(1.85rem,7vw,2.35rem)}.hero-stat-number{font-size:1.45rem}.hero-video{transform:scale(1)}}.about-section{position:relative;padding:6rem 1rem;background:#fff;overflow:hidden}.about-decorative-diagonal{position:absolute;top:0;right:0;width:33.333333%;height:100%;background:var(--shinwa-blue);opacity:.05;clip-path:polygon(30% 0,100% 0,100% 100%,0% 100%);z-index:0;pointer-events:none}.about-container{position:relative;max-width:1280px;margin:0 auto;z-index:1}.about-header{text-align:center;margin-bottom:5rem}.about-header-label{display:inline-block;margin-bottom:1rem}.about-subtitle{font-size:14px;text-transform:uppercase;letter-spacing:.15em;color:var(--shinwa-blue);margin-bottom:.5rem}.about-subtitle-line{width:4rem;height:1px;background:var(--shinwa-blue);margin:0 auto}.about-title{font-size:3rem;line-height:1.2;color:#111827;margin:0 0 1.5rem;font-weight:700}.about-description{font-size:1.25rem;color:#4b5563;max-width:48rem;margin:0 auto;line-height:1.75}.about-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:5rem}.about-stat-content{background:#fff;border:2px solid #F3F4F6;border-radius:12px;padding:2rem;transition:all .3s ease;height:100%}.about-stat-content:hover{border-color:var(--shinwa-blue);box-shadow:0 10px 25px #0066ff1a;transform:translateY(-2px)}.about-stat-icon{margin-bottom:1rem;display:block}.about-stat-number{font-size:2.25rem;color:#111827;font-weight:700;margin-bottom:.5rem}.about-stat-label{font-size:1.125rem;color:#111827;margin-bottom:.25rem;font-weight:500}.about-stat-desc{font-size:.875rem;color:#6b7280}.about-content-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-text-column{display:flex;flex-direction:column;gap:1.5rem}.about-content-title{font-size:1.875rem;color:#111827;font-weight:700;margin:0}.about-highlight{color:var(--shinwa-blue)}.about-content-paragraph{font-size:1.125rem;color:#4b5563;line-height:1.75;margin:0}.about-content-paragraph strong{font-weight:700;color:#111827}.about-benefits{display:flex;flex-direction:column;gap:1rem;padding-top:1.5rem}.about-benefit-item{display:flex;align-items:flex-start;gap:1rem}.about-benefit-icon{width:3rem;height:3rem;border-radius:10px;background:var(--shinwa-blue-light);display:flex;align-items:center;justify-content:center;flex-shrink:0}.about-benefit-dot{width:.55rem;height:.55rem;border-radius:50%;background:var(--shinwa-blue)}.about-benefit-title{font-size:1.125rem;color:#111827;margin:0 0 .25rem;font-weight:600}.about-benefit-text{font-size:1rem;color:#4b5563;line-height:1.5;margin:0}.about-image-column{position:relative}.about-image-wrapper{position:relative;border-radius:16px;overflow:hidden;background:transparent;box-shadow:0 25px 50px #0000002e}.about-image-wrapper:after{content:"";position:absolute;inset:0;background:linear-gradient(to bottom,#0000 70%,#00000014);pointer-events:none}.about-image{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.about-image-decoration{position:absolute;bottom:-1.5rem;right:-1.5rem;width:8rem;height:8rem;border-radius:14px;background:var(--shinwa-blue-light);z-index:-1}@media(max-width:1024px){.about-title{font-size:2.5rem}.about-content-grid{gap:3rem}}@media(max-width:768px){.about-section{padding:4rem 1rem}.about-decorative-diagonal{display:none}.about-header{margin-bottom:3rem}.about-title{font-size:2rem}.about-description{font-size:1.125rem}.about-stats-grid{grid-template-columns:1fr;margin-bottom:3rem}.about-content-grid{grid-template-columns:1fr;gap:2rem}.about-text-column{order:1}.about-image-column{order:2}.about-content-title{font-size:1.5rem}.about-content-paragraph{font-size:1rem}.about-image-decoration{width:6rem;height:6rem;bottom:-1.1rem;right:-1.1rem}}.shinwa-products-section{position:relative;padding:6rem 1rem;background:var(--bg);overflow:hidden}.shinwa-products-diagonal-top{position:absolute;top:0;left:0;width:25%;height:16rem;background:var(--shinwa-blue);opacity:.05;clip-path:polygon(0 0,100% 0,70% 100%,0 100%);z-index:0}.shinwa-products-diagonal-bottom{position:absolute;bottom:0;right:0;width:25%;height:16rem;background:var(--shinwa-blue);opacity:.05;clip-path:polygon(30% 0,100% 0,100% 100%,0% 100%);z-index:0}.shinwa-products-container{position:relative;max-width:1280px;margin:0 auto;z-index:10}.shinwa-products,.shinwa-products *{box-sizing:border-box}.shinwa-products{font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"!important;color:var(--gray-900);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}.shinwa-products-header{text-align:center;margin-bottom:5rem}.shinwa-products-header-label{display:inline-block;margin-bottom:1rem}.shinwa-products-subtitle{font-size:14px!important;text-transform:uppercase;letter-spacing:.15em;color:var(--shinwa-blue);margin:0 0 .5rem!important}.shinwa-products-subtitle-line{width:4rem;height:1px;background:var(--shinwa-blue);margin:0 auto}.shinwa-products-title{font-size:3rem!important;line-height:1.2!important;color:var(--gray-900)!important;margin:1rem 0 1.5rem!important;font-weight:700!important}.shinwa-products-description{font-size:1.25rem!important;color:var(--gray-600)!important;max-width:48rem;margin:0 auto!important;line-height:1.5!important}.shinwa-products .products-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:2rem;margin-bottom:4rem;grid-auto-rows:1fr}.shinwa-products .product-card{background:#fff;border:1px solid var(--gray-100);border-radius:16px;overflow:hidden;box-shadow:0 1px 3px #00000014;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;height:100%}.shinwa-products .product-card:hover{border-color:#0066ff40;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;transform:translateY(-2px)}.shinwa-products .product-card-inner{display:grid;grid-template-columns:2fr 3fr;align-items:stretch;height:100%;min-height:260px;background:#fff}.shinwa-products .product-card-inner:before{content:none!important}.shinwa-products .product-icon-area{background:var(--shinwa-blue-light)!important;padding:2rem;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:1rem;height:100%;align-self:stretch;box-shadow:inset -1px 0 #0000}.shinwa-products .product-icon-wrapper{width:80px;height:80px;border-radius:16px;background:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 20px #0000000f}.shinwa-products .product-icon{width:40px;height:40px;stroke:var(--shinwa-blue);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.shinwa-products .product-name{font-size:20px!important;font-weight:600!important;line-height:1.35!important;margin:0!important;color:var(--gray-900)!important}.shinwa-products .product-content-area{padding:2rem;display:flex;flex-direction:column;height:100%;background:#fff!important}.shinwa-products .product-description{font-size:16px!important;font-weight:400!important;line-height:1.75!important;color:var(--gray-600)!important;margin:0 0 1.5rem!important}.shinwa-products .product-features{list-style:none!important;padding:0!important;margin:0 0 1.5rem!important;display:flex;flex-direction:column;gap:.75rem}.shinwa-products .product-feature-item{display:flex;align-items:center;gap:0;font-size:15px!important;font-weight:400!important;line-height:1.6!important;color:var(--gray-700)!important;margin:0!important}.shinwa-products .feature-check{width:18px;height:18px;stroke:var(--shinwa-blue);fill:none;stroke-width:2.25;flex-shrink:0;margin-right:12px}.shinwa-products .product-btn{appearance:none;-webkit-appearance:none;background:transparent!important;border:0!important;box-shadow:none!important;text-decoration:none!important;outline:none;padding:0!important;margin:0!important;display:inline-flex;align-items:center;gap:8px;color:var(--shinwa-blue)!important;font-size:16px!important;font-weight:500!important;line-height:1.5!important;cursor:pointer;width:fit-content;transition:color .25s ease}.shinwa-products .product-btn:before,.shinwa-products .product-btn:after{content:none!important}.shinwa-products .product-btn:hover{color:var(--shinwa-blue-dark)!important;background:transparent!important}.shinwa-products .product-btn:focus-visible{outline:2px solid rgba(0,102,255,.7);outline-offset:3px;border-radius:6px}.shinwa-products .product-btn-arrow{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:2.25;transition:transform .25s ease}.shinwa-products .product-btn:hover .product-btn-arrow{transform:translate(4px)}.shinwa-products-cta{position:relative;border-radius:16px;overflow:hidden}.shinwa-products-cta-bg{position:absolute;inset:0;background:linear-gradient(135deg,var(--shinwa-blue) 0%,var(--shinwa-blue-dark) 100%);z-index:0}.shinwa-products-cta-overlay{position:absolute;inset:0;background:#fff;opacity:.1;clip-path:polygon(70% 0,100% 0,100% 100%,40% 100%);z-index:10}.shinwa-products-cta-content{position:relative;z-index:20;padding:4rem 3rem;text-align:center;color:#fff}.shinwa-products-cta-title{font-size:2.25rem!important;margin:0 0 1rem!important;font-weight:700!important}.shinwa-products-cta-description{font-size:1.25rem!important;margin:0 auto 2rem!important;max-width:32rem;opacity:.9;line-height:1.6!important}.shinwa-products-cta-button{display:inline-flex;align-items:center;gap:10px;padding:1rem 2rem;background:#fff;color:var(--shinwa-blue)!important;border-radius:10px;text-decoration:none!important;font-size:1rem!important;font-weight:600!important;transition:background-color .25s ease,transform .25s ease}.shinwa-products-cta-button:hover{background:var(--gray-100);transform:translateY(-1px)}.shinwa-products-cta-arrow{width:20px;height:20px;stroke:currentColor;fill:none;stroke-width:2.25}@media(max-width:1024px){.shinwa-products-title{font-size:2.5rem!important}.shinwa-products-cta-title{font-size:2rem!important}}@media(max-width:768px){.shinwa-products-section{padding:4rem 1rem}.shinwa-products-diagonal-top,.shinwa-products-diagonal-bottom{display:none}.shinwa-products-header{margin-bottom:3rem}.shinwa-products-title{font-size:2rem!important}.shinwa-products-description{font-size:1.125rem!important}.shinwa-products .products-grid{grid-template-columns:1fr;gap:1.5rem;margin-bottom:3rem;grid-auto-rows:auto}.shinwa-products .product-card-inner{grid-template-columns:1fr;min-height:unset;height:auto}.shinwa-products .product-icon-area{padding:2rem 1.5rem;height:auto}.shinwa-products .product-content-area{padding:1.5rem;height:auto}.shinwa-products .product-description{font-size:15px!important;line-height:1.6!important;margin-bottom:1.25rem!important}.shinwa-products .product-feature-item{font-size:14px!important;line-height:1.5!important}.shinwa-products .feature-check{width:16px;height:16px;margin-right:10px}.shinwa-products .product-btn{font-size:15px!important}.shinwa-products .product-btn-arrow{width:14px;height:14px}.shinwa-products-cta-content{padding:3rem 2rem}.shinwa-products-cta-title{font-size:1.75rem!important}.shinwa-products-cta-description{font-size:1.125rem!important}}.shinwa-clients-section{position:relative;padding:6rem 1rem;background:var(--white);overflow:hidden}.shinwa-clients-diagonal{position:absolute;top:0;right:0;width:33.333333%;height:24rem;background:var(--shinwa-blue);opacity:.05;clip-path:polygon(30% 0,100% 0,100% 100%,0% 100%);z-index:0}.shinwa-clients-container{position:relative;max-width:1280px;margin:0 auto;z-index:10}.shinwa-clients,.shinwa-clients *{box-sizing:border-box}.shinwa-clients{font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans;color:var(--gray-900);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.shinwa-clients-header{text-align:center;margin-bottom:5rem}.shinwa-clients-subtitle{font-size:14px;text-transform:uppercase;letter-spacing:.15em;color:var(--shinwa-blue);margin-bottom:.5rem}.shinwa-clients-subtitle-line{width:4rem;height:1px;background:var(--shinwa-blue);margin:0 auto 1rem}.shinwa-clients-title{font-size:3rem;font-weight:700;margin-bottom:1.5rem}.shinwa-clients-description{font-size:1.25rem;color:var(--gray-600);max-width:48rem;margin:0 auto}.industries-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:5rem}.industry-card{background:var(--gray-50);border-radius:12px;padding:2rem;border:2px solid transparent;transition:.25s ease}.industry-card:hover{background:var(--white);border-color:var(--shinwa-blue);transform:translateY(-2px);box-shadow:0 12px 18px #0000000f}.industry-card-content{display:flex;gap:1rem}.industry-icon-wrapper{width:56px;height:56px;border-radius:10px;background:var(--shinwa-blue-light);display:flex;align-items:center;justify-content:center;flex-shrink:0}.industry-icon{width:28px;height:28px;stroke:var(--shinwa-blue);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.industry-name{font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.industry-description{font-size:1rem;color:var(--gray-600)}.clients-stats{position:relative;border-radius:16px;padding:3rem;background:var(--shinwa-blue-light)}.clients-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;text-align:center}.stat-number{font-size:3rem;font-weight:700;color:var(--shinwa-blue)}.stat-label{color:var(--gray-700)}@media(max-width:1024px){.industries-grid,.clients-stats-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.industries-grid{grid-template-columns:1fr}}
