.hero-video-section{position:relative;width:100%;min-height:100vh;overflow:visible;display:flex;align-items:center;justify-content:center;padding-top:100px}.hero-video-section:after{content:"";position:absolute;bottom:-2px;right:0;width:35%;height:4px;background:var(--color-shu-iro,#C73D32);z-index:1;pointer-events:none;transform:translateX(100%) skewX(-12deg);transform-origin:bottom right;animation:ribbonSlideLeft .8s ease-out .6s forwards}@keyframes ribbonSlideLeft{0%{transform:translateX(100%) skewX(-15deg)}to{transform:translateX(0) skewX(-15deg)}}.hero-video-section .kanji-watermark{position:absolute;bottom:5%;left:3%;font-family:"Noto Serif JP",Noto Sans JP,Yu Mincho,serif;font-size:360px;font-weight:500;color:rgba(255,255,255,.08);z-index:0;pointer-events:none;line-height:1;-webkit-user-select:none;-moz-user-select:none;user-select:none;animation:kanjiWatermarkFadeIn 2s ease-out .8s forwards;opacity:0}@keyframes kanjiWatermarkFadeIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-video-container{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;overflow:hidden}.hero-video{filter:blur(2px)}.hero-background-image,.hero-video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.hero-background-image{-o-object-position:center;object-position:center;filter:brightness(.85) contrast(1.1);opacity:0;transform:scale(1.05);animation:heroImageFadeIn .8s ease-out forwards}@keyframes heroImageFadeIn{0%{opacity:0;transform:scale(1.05)}to{opacity:1;transform:scale(1)}}.hero-video-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,rgba(27,58,92,.35),rgba(27,58,92,.45))}.hero-content-wrapper{position:relative;z-index:1;width:100%;max-width:var(--container-max,1400px);margin:0 auto;padding:0 var(--margin-desktop,80px);display:grid;grid-template-columns:repeat(12,1fr);gap:var(--grid-gutter,24px)}.hero-content{grid-column:span 7;text-align:left;color:#ffffff}.hero-headline{font-family:var(--font-sans-jp,"Noto Sans JP"),sans-serif;font-size:var(--text-hero,64px);font-weight:var(--font-semibold,600);line-height:1.15;margin:0 0 var(--space-6,24px) 0;letter-spacing:.01em;animation:fadeInUp 1s ease forwards;max-width:100%;text-transform:none;position:relative}.hero-subheadline{font-size:var(--text-h4,22px);line-height:var(--leading-relaxed,1.6);margin:0 0 var(--space-6,24px) 0;color:rgba(255,255,255,.9);animation:fadeInUp .8s ease .1s forwards;animation-fill-mode:forwards;max-width:100%}.hero-description,.hero-subheadline{font-weight:var(--font-normal,400);opacity:0}.hero-description{font-size:var(--text-body-lg,18px);line-height:var(--leading-jp,1.9);max-width:600px;margin:0;color:rgba(255,255,255,.85);animation:fadeInUp .8s ease .2s forwards;animation-fill-mode:forwards}.hero-cta-buttons{display:flex;gap:var(--space-4,16px);justify-content:flex-start;margin-top:var(--space-10,40px);animation:fadeInUp .8s ease .4s forwards;opacity:0;animation-fill-mode:forwards}.hero-cta-primary{display:inline-flex;align-items:center;justify-content:center;padding:var(--btn-py,14px) var(--btn-px,28px);background:var(--color-shu-iro,#C73D32);color:#ffffff;font-size:var(--btn-font,16px);font-weight:var(--font-medium,500);text-decoration:none;border-radius:var(--radius-sm,4px);transition:all var(--transition-base,.25s ease);border:1px solid var(--color-shu-iro,#c73d32);letter-spacing:.02em}.hero-cta-primary:hover{background:var(--color-ember,#A63329);border-color:var(--color-ember,#A63329);transform:translateY(-2px);box-shadow:var(--shadow-shu,0 8px 24px rgba(199,61,50,.15))}.hero-cta-secondary{display:inline-flex;align-items:center;justify-content:center;padding:var(--btn-py,14px) var(--btn-px,28px);background:transparent;color:#ffffff;font-size:var(--btn-font,16px);font-weight:var(--font-medium,500);text-decoration:none;border-radius:var(--radius-sm,4px);transition:all var(--transition-base,.25s ease);border:1px solid rgba(255,255,255,.6);letter-spacing:.02em}.hero-cta-secondary:hover{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.9);transform:translateY(-2px)}.hero-credibility-line{font-size:var(--text-body-sm,14px);font-weight:var(--font-normal,400);line-height:var(--leading-relaxed,1.6);margin-top:var(--space-6,24px);color:rgba(255,255,255,.7);animation:fadeInUp .8s ease .5s forwards;opacity:0;animation-fill-mode:forwards;max-width:500px}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.scroll-indicator{position:absolute;bottom:var(--space-10,40px);left:50%;transform:translateX(-50%);z-index:1;display:flex;flex-direction:column;align-items:center;gap:var(--space-2,8px);color:#ffffff;animation:fadeIn 1s ease 1s forwards;opacity:0}@keyframes fadeIn{to{opacity:.8}}.scroll-text{font-size:var(--text-caption,13px);font-weight:var(--font-medium,500);text-transform:uppercase;letter-spacing:1.5px}.scroll-arrow{font-size:var(--text-h3,28px);animation:bounce 2s infinite}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(10px)}}.hero-koda-mascot{position:absolute;bottom:100px;right:60px;z-index:2;animation:fadeIn 1s ease 1.2s forwards;opacity:0}.koda-mascot-image{width:100%;height:auto;max-height:200px;filter:drop-shadow(0 0 20px rgba(255,255,255,.6)) drop-shadow(0 0 40px rgba(199,61,50,.3));transition:transform .3s ease}.hero-koda-mascot:hover .koda-mascot-image{transform:scale(1.05)}@media (max-width:1024px){.hero-content-wrapper{padding:0 var(--margin-tablet,40px)}.hero-content{grid-column:span 9}.hero-video-section .kanji-watermark{font-size:280px;bottom:5%}.hero-headline{font-size:52px}.hero-subheadline{font-size:20px}.hero-description{font-size:17px;max-width:100%}.hero-koda-mascot{bottom:80px;right:30px}.koda-mascot-image{max-height:160px}.hero-video-section:after{height:4px;width:45%}}@media (max-width:768px){.hero-content-wrapper{padding:0 var(--margin-mobile,20px)}.hero-content{grid-column:span 12}.hero-video-section .kanji-watermark{font-size:180px;bottom:10%;left:2%}.hero-headline{font-size:40px;margin-bottom:var(--space-6,24px)}.hero-subheadline{font-size:18px;margin-bottom:var(--space-4,16px)}.hero-description{font-size:16px;line-height:1.8}.hero-koda-mascot{bottom:70px;right:16px}.koda-mascot-image{max-height:120px}.hero-cta-buttons{flex-direction:column;gap:var(--space-3,12px)}.hero-cta-primary,.hero-cta-secondary{width:100%;padding:var(--btn-py,14px) var(--btn-px-sm,20px);font-size:16px}.scroll-indicator{bottom:var(--space-8,32px)}.hero-video-section:after{height:4px;width:50%}}@media (max-width:480px){.hero-video-section .kanji-watermark{font-size:140px;bottom:15%;left:2%}.hero-headline{font-size:32px}.hero-subheadline{font-size:16px}.hero-description{font-size:15px;line-height:1.75}.hero-credibility-line{font-size:13px}.hero-koda-mascot{bottom:60px;right:12px}.koda-mascot-image{max-height:100px}.hero-video-section:after{height:4px;width:55%}}.trust-indicators-section{position:relative;width:100%;padding:var(--space-10,40px) var(--margin-desktop,80px);background:var(--color-bg-warm,#F8F4E6);border-bottom:1px solid rgba(0,0,0,.04)}.trust-indicators-container{max-width:var(--container-max,1400px);margin:0 auto}.trust-indicators-bar{display:grid;grid-template-columns:auto auto;justify-content:center;align-items:center;gap:var(--space-5,20px) var(--space-16,64px)}.trust-indicator-item{display:flex;align-items:center;gap:var(--space-3,12px);white-space:nowrap}.indicator-dot{width:8px;height:8px;background:var(--color-shu-iro,#C73D32);border-radius:50%;flex-shrink:0}.indicator-text{font-size:var(--text-body,16px);font-weight:var(--font-medium,500);color:var(--color-ai-iro,#1B3A5C);line-height:var(--leading-relaxed,1.6);letter-spacing:.02em;white-space:nowrap}@media (max-width:1024px){.trust-indicators-section{padding:var(--space-8,32px) var(--margin-tablet,40px)}.trust-indicators-bar{gap:var(--space-4,16px) var(--space-12,48px)}.indicator-text{font-size:15px}}@media (max-width:768px){.trust-indicators-section{padding:var(--space-6,24px) var(--margin-mobile,20px)}.trust-indicators-bar{grid-template-columns:auto auto;gap:var(--space-4,16px) var(--space-8,32px)}.indicator-text{font-size:14px}.indicator-dot{width:6px;height:6px}}@media (max-width:480px){.trust-indicators-section{padding:var(--space-5,20px) var(--margin-mobile,20px)}.trust-indicators-bar{grid-template-columns:1fr;gap:var(--space-3,12px);justify-items:center}.trust-indicator-item{white-space:normal;text-align:center;justify-content:center}.indicator-text{font-size:var(--text-body-sm,14px);white-space:normal}.indicator-dot{width:6px;height:6px}}.problem-solution-section{position:relative;width:100%;background:var(--bg-snow);padding:var(--section-spacing-desktop) var(--container-padding-desktop);overflow:visible}.problem-solution-section:before{content:"";position:absolute;top:-3px;left:0;width:40%;height:5px;background:var(--shu-iro,#C73D32);z-index:1;pointer-events:none;transform:translateX(-100%) skewX(15deg);transform-origin:top left;opacity:0;transition:none}.problem-solution-section.ribbon-visible:before{transform:translateX(0) skewX(15deg);opacity:1;transition:transform .6s ease-out,opacity .4s ease-out}.problem-solution-header{max-width:1200px;margin:0 auto 48px;text-align:center}.problem-solution-title{font-size:48px;font-weight:700;color:var(--sumi-black);margin:0 0 20px;letter-spacing:-.02em}.problem-solution-subtitle{font-size:20px;font-weight:400;color:var(--titanium-grey);max-width:700px;margin:0 auto;line-height:1.6}.problem-solution-image-wrapper{max-width:1200px;margin:0 auto 48px;border-radius:16px;overflow:hidden;box-shadow:var(--shadow-md)}.problem-solution-image{width:100%;height:auto;display:block;-o-object-fit:cover;object-fit:cover;max-height:400px}.problem-solution-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(2,1fr);gap:32px}.problem-card,.solution-card-ps{background:var(--white);border:1px solid rgba(0,0,0,.06);border-radius:16px;padding:48px;transition:all var(--transition-base);position:relative;overflow:hidden;box-shadow:0 4px 24px rgba(0,0,0,.08)}.problem-card:hover{border-color:var(--titanium-grey);box-shadow:0 8px 32px rgba(71,85,105,.2)}.solution-card-ps:hover{border-color:var(--solunai-orange);box-shadow:0 8px 32px rgba(199,61,50,.2)}.card-content{display:flex;flex-direction:column;gap:24px;height:100%}.card-badge{display:inline-block;align-self:flex-start;font-size:14px;font-weight:var(--font-weight-semibold);color:var(--solunai-orange);text-transform:uppercase;letter-spacing:2px;margin-bottom:20px}.card-title{font-size:32px;font-weight:var(--font-weight-bold);color:var(--sumi-black);margin:0 0 16px;line-height:1.2;letter-spacing:-.02em}html[lang=ja] .card-title{font-size:28px}.card-subtitle{font-size:18px;font-weight:var(--font-weight-normal);color:var(--titanium-grey);margin:0 0 8px;line-height:1.6}.solution-card-ps .card-subtitle{color:var(--solunai-blaze)}html[lang=ja] .card-subtitle{font-size:16px}.points-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:16px;flex-grow:1}.points-list li{display:flex;align-items:flex-start;gap:12px}.point-marker{width:8px;height:8px;background:var(--solunai-blaze);border-radius:2px;flex-shrink:0;margin-top:8px}.check-marker{width:20px;height:20px;flex-shrink:0;margin-top:2px;color:var(--success);font-weight:var(--font-weight-bold);font-size:16px;line-height:20px}.point-content{flex:1}.point-content strong{display:block;font-size:var(--font-body-base);font-weight:var(--font-weight-bold);color:var(--sumi-black);margin-bottom:4px;line-height:var(--line-height-snug)}html[lang=ja] .point-content strong{font-size:var(--font-body-base-jp)}.point-detail{font-size:var(--font-body-small);color:var(--charcoal);margin:0;line-height:var(--line-height-base)}html[lang=ja] .point-detail{font-size:var(--font-body-small-jp);line-height:var(--line-height-base-jp)}.conclusion{padding:16px 20px;border-radius:8px;font-size:var(--font-body-base);font-weight:var(--font-weight-semibold);line-height:var(--line-height-base);margin-top:auto}.problem-conclusion,.solution-conclusion{background:var(--bg-snow);border:1px solid var(--border-subtle);color:var(--sumi-black)}html[lang=ja] .conclusion{font-size:var(--font-body-base-jp)}.academic-note{font-size:var(--text-body-sm,14px);font-weight:400;color:var(--titanium-grey);margin-top:20px;padding-top:16px;border-top:1px solid var(--border-subtle);line-height:var(--leading-relaxed,1.6)}@media (max-width:1024px){.problem-solution-section{padding:var(--section-spacing-tablet) var(--container-padding-tablet)}.problem-solution-section:before{height:5px;width:45%;top:-2px}.problem-solution-header{margin-bottom:40px}.problem-solution-title{font-size:40px}.problem-solution-subtitle{font-size:18px}.problem-solution-image-wrapper{margin-bottom:40px;border-radius:12px}.problem-solution-image{max-height:350px}.problem-solution-container{gap:24px}.problem-card,.solution-card-ps{padding:40px}.card-title{font-size:28px}html[lang=ja] .card-title{font-size:25px}}@media (max-width:768px){.problem-solution-section{padding:var(--section-spacing-mobile) var(--container-padding-mobile)}.problem-solution-section:before{height:4px;width:50%;top:-2px}.problem-solution-header{margin-bottom:32px}.problem-solution-title{font-size:32px}.problem-solution-subtitle{font-size:16px}.problem-solution-image-wrapper{margin-bottom:32px;border-radius:12px}.problem-solution-image{max-height:280px}.problem-solution-container{grid-template-columns:1fr;gap:20px}.problem-card,.solution-card-ps{padding:32px}.card-content{gap:20px}.card-badge{font-size:13px}.card-title{font-size:24px}html[lang=ja] .card-title{font-size:22px}.card-subtitle{font-size:17px}html[lang=ja] .card-subtitle{font-size:16px}.points-list{gap:14px}.point-marker{width:6px;height:6px;margin-top:7px}.point-content strong{font-size:15px}.point-detail,html[lang=ja] .point-content strong,html[lang=ja] .point-detail{font-size:14px}.conclusion{font-size:15px;padding:14px 18px}html[lang=ja] .conclusion{font-size:14px}}@media (max-width:480px){.problem-solution-section{padding:48px 20px}.problem-solution-section:before{height:4px;width:55%;top:-2px}.problem-solution-title{font-size:28px}.problem-solution-subtitle{font-size:15px}.problem-solution-image-wrapper{margin-bottom:28px;border-radius:10px}.problem-solution-image{max-height:220px}.problem-card,.solution-card-ps{padding:28px}.card-title{font-size:22px}html[lang=ja] .card-title{font-size:20px}.card-subtitle{font-size:16px}html[lang=ja] .card-subtitle{font-size:15px}.conclusion,.point-content strong,.point-detail,html[lang=ja] .point-content strong,html[lang=ja] .point-detail{font-size:14px}.conclusion{padding:12px 16px}html[lang=ja] .conclusion{font-size:14px}}.solutions-grid-section{position:relative;width:100%;background:var(--white);padding:var(--section-spacing-desktop) var(--container-padding-desktop);overflow:visible;z-index:2}.solutions-grid-section:before{content:"";position:absolute;top:-3px;right:0;width:38%;height:5px;background:var(--shu-iro,#C73D32);z-index:1;pointer-events:none;transform:translateX(100%) skewX(-15deg);transform-origin:top right;opacity:0;transition:none}.solutions-grid-section.ribbon-visible:before{transform:translateX(0) skewX(-15deg);opacity:1;transition:transform .6s ease-out,opacity .4s ease-out}.solutions-grid-header{max-width:1200px;margin:0 auto 80px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:32px}.solutions-grid-branding{margin-bottom:16px}.solutions-grid-emoticon{width:216px;height:auto;-o-object-fit:contain;object-fit:contain}.solutions-grid-badge{display:inline-block;padding:10px 24px;background:linear-gradient(135deg,var(--indigo-deep) 0,var(--slate-blue) 100%);color:var(--white);font-size:14px;font-weight:var(--font-weight-bold);letter-spacing:2px;text-transform:uppercase;border-radius:24px;border:1px solid rgba(255,255,255,.2)}.solutions-grid-title{font-size:48px;font-weight:700;color:var(--sumi-black);margin:0;line-height:1.1;letter-spacing:-.02em}html[lang=ja] .solutions-grid-title{font-size:44px}.solutions-grid-description{font-size:20px;line-height:1.6;color:var(--titanium-grey);margin:0;max-width:700px;font-weight:400}html[lang=ja] .solutions-grid-description{font-size:18px;line-height:1.7}.solutions-grid-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.solution-card{background:var(--white);border:1px solid rgba(0,0,0,.06);border-radius:16px;padding:48px;transition:all var(--transition-base);position:relative;overflow:hidden;box-shadow:0 4px 24px rgba(0,0,0,.08)}.solution-card:hover{border-color:var(--solunai-orange);box-shadow:0 8px 32px rgba(199,61,50,.2)}.solution-card-content{display:flex;flex-direction:column;gap:24px;height:100%}.solution-number{display:inline-block;align-self:flex-start;font-size:14px;font-weight:var(--font-weight-semibold);color:var(--solunai-orange);text-transform:uppercase;letter-spacing:2px;margin-bottom:20px}.solution-title{font-size:32px;font-weight:var(--font-weight-bold);color:var(--sumi-black);margin:0 0 16px;line-height:1.2;letter-spacing:-.02em}html[lang=ja] .solution-title{font-size:28px}.solution-metrics{display:flex;flex-direction:column;gap:16px;flex-grow:1}.solution-metric{display:flex;align-items:flex-start;gap:12px}.metric-icon{color:var(--success);font-size:20px;font-weight:var(--font-weight-bold);line-height:1;flex-shrink:0;margin-top:2px}.metric-text{font-size:18px;color:var(--titanium-grey);line-height:1.6;font-weight:var(--font-weight-normal)}html[lang=ja] .metric-text{font-size:16px;line-height:1.7}.solution-cta{display:inline-flex;align-items:center;gap:8px;align-self:flex-start;padding:14px 28px;background:var(--indigo-deep);color:var(--white);font-size:var(--font-button-md);font-weight:var(--font-weight-semibold);text-decoration:none;border-radius:8px;transition:all var(--transition-base);border:2px solid var(--indigo-deep)}html[lang=ja] .solution-cta{font-size:var(--font-button-md-jp)}.solution-cta:hover{background:var(--solunai-blaze);border-color:var(--solunai-blaze);transform:translateX(4px);box-shadow:var(--shadow-orange)}.cta-arrow{font-size:20px;transition:transform var(--transition-base)}.solution-cta:hover .cta-arrow{transform:translateX(4px)}@media (max-width:1024px){.solutions-grid-section{padding:var(--section-spacing-tablet) var(--container-padding-tablet)}.solutions-grid-section:before{height:5px;width:45%;top:-2px}.solutions-grid-header{margin-bottom:60px;gap:24px}.solutions-grid-emoticon{width:180px}.solutions-grid-title{font-size:40px}html[lang=ja] .solutions-grid-title{font-size:36px}.solutions-grid-description{font-size:18px}html[lang=ja] .solutions-grid-description{font-size:16px}.solutions-grid-container{gap:24px}.solution-card{padding:40px}.solution-number{font-size:13px}.solution-title{font-size:26px}html[lang=ja] .solution-title{font-size:24px}.metric-text{font-size:16px}html[lang=ja] .metric-text{font-size:15px}}@media (max-width:768px){.solutions-grid-section{padding:var(--section-spacing-mobile) var(--container-padding-mobile)}.solutions-grid-section:before{height:4px;width:50%;top:-2px}.solutions-grid-header{margin-bottom:48px;gap:20px}.solutions-grid-branding{margin-bottom:12px}.solutions-grid-emoticon{width:144px}.solutions-grid-badge{font-size:14px;padding:8px 20px}.solutions-grid-title{font-size:32px}html[lang=ja] .solutions-grid-title{font-size:28px}.solutions-grid-description{font-size:16px}html[lang=ja] .solutions-grid-description{font-size:14px}.solutions-grid-container{grid-template-columns:1fr;gap:20px}.solution-card{padding:32px}.solution-card-content{gap:20px}.solution-number{font-size:14px;margin-bottom:14px}.solution-title{font-size:22px}html[lang=ja] .solution-title{font-size:20px}.solution-metrics{gap:14px}.metric-icon{font-size:18px}.metric-text{font-size:15px}html[lang=ja] .metric-text{font-size:14px}.solution-cta{padding:12px 24px;font-size:15px}html[lang=ja] .solution-cta{font-size:14px}}@media (max-width:480px){.solutions-grid-section{padding:48px 20px}.solutions-grid-section:before{height:4px;width:55%;top:-2px}.solutions-grid-header{margin-bottom:40px}.solutions-grid-title{font-size:28px}html[lang=ja] .solutions-grid-title{font-size:26px}.solutions-grid-description{font-size:15px}html[lang=ja] .solutions-grid-description{font-size:14px}.solution-card{padding:24px 20px}.solution-number{font-size:13px}.solution-title{font-size:20px}html[lang=ja] .solution-title{font-size:18px}.metric-text,html[lang=ja] .metric-text{font-size:14px}.solution-cta{width:100%;justify-content:center}}.koda-sce-section{position:relative;width:100%;background:var(--bg-snow);padding:var(--section-spacing-desktop) var(--container-padding-desktop);overflow:visible;z-index:3}.koda-sce-section:before{content:"";position:absolute;top:-3px;left:0;width:32%;height:5px;background:var(--shu-iro,#C73D32);z-index:1;pointer-events:none;transform:translateX(-100%) skewX(-15deg);transform-origin:top left;opacity:0;transition:none}.koda-sce-section.ribbon-visible:before{transform:translateX(0) skewX(-15deg);opacity:1;transition:transform .6s ease-out,opacity .4s ease-out}.koda-sce-section .kanji-watermark{position:absolute;top:50%;right:3%;font-family:Noto Sans JP,Hiragino Kaku Gothic Pro,Yu Gothic,sans-serif;font-size:350px;font-weight:700;color:rgba(199,61,50,.08);z-index:0;pointer-events:none;line-height:1;-webkit-user-select:none;-moz-user-select:none;user-select:none;transform:translateY(-50%)}.koda-sce-container{max-width:1200px;margin:0 auto;position:relative;z-index:1}.koda-sce-header{text-align:center;margin-bottom:60px}.koda-sce-badge{display:inline-flex;align-items:center;gap:8px;padding:10px 20px;background:var(--bg-snow);border:1px solid var(--border-subtle);border-radius:24px;margin-bottom:24px}.koda-sce-badge-dot{width:8px;height:4px;background:var(--solunai-orange);border-radius:50%}.koda-sce-badge-text{font-size:14px;font-weight:var(--font-weight-semibold);color:var(--solunai-orange);text-transform:uppercase;letter-spacing:2px}.koda-sce-title{font-size:48px;font-weight:700;color:var(--sumi-black);margin:0 0 20px;line-height:1.2;letter-spacing:-.02em}html[lang=ja] .koda-sce-title{font-size:44px;line-height:1.4}.koda-sce-description{font-size:20px;font-weight:400;color:var(--titanium-grey);max-width:700px;margin:0 auto;line-height:1.6}html[lang=ja] .koda-sce-description{font-size:18px;line-height:1.7}.koda-sce-description-technical{font-size:16px;font-style:italic;color:var(--text-muted,#6b7280);margin-top:16px;padding-top:16px;border-top:1px solid rgba(0,0,0,.06)}html[lang=ja] .koda-sce-description-technical{font-size:15px}.koda-sce-capabilities{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin-bottom:60px}.koda-capability-card{background:var(--white);border:1px solid rgba(0,0,0,.06);border-radius:16px;padding:40px 32px;transition:all var(--transition-base);box-shadow:0 4px 24px rgba(0,0,0,.08)}.koda-capability-card:hover{border-color:var(--indigo-deep);box-shadow:0 8px 32px rgba(30,58,95,.2)}.koda-capability-icon{width:64px;height:64px;display:flex;align-items:center;justify-content:center;background:rgba(30,58,95,.1);border-radius:12px;margin-bottom:24px;color:var(--indigo-deep);transition:all var(--transition-base)}.koda-capability-card:hover .koda-capability-icon{background:rgba(30,58,95,.15)}.koda-capability-icon svg{width:32px;height:32px}.koda-capability-title{font-size:24px;font-weight:var(--font-weight-bold);color:var(--sumi-black);margin:0 0 12px;line-height:1.3}html[lang=ja] .koda-capability-title{font-size:22px}.koda-capability-description{font-size:16px;color:var(--titanium-grey);margin:0;line-height:1.6}html[lang=ja] .koda-capability-description{font-size:15px;line-height:1.7}.koda-sce-internal-ribbon{position:relative;width:100%;height:48px;margin:20px 0;overflow:visible}.koda-sce-internal-ribbon:before{content:"";position:absolute;top:50%;left:0;width:35%;height:4px;background:var(--shu-iro,#C73D32);transform:translateY(-50%) skewX(15deg);transform-origin:left center}.koda-product-line-header{display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;gap:20px;padding-top:48px;margin-bottom:32px;border-top:1px solid var(--border-subtle)}@media (min-width:768px){.koda-product-line-header{flex-direction:row;align-items:center}}.koda-product-line-info h3{font-size:32px;font-weight:var(--font-weight-bold);color:var(--sumi-black);margin:0 0 8px;line-height:1.2}html[lang=ja] .koda-product-line-info h3{font-size:28px}.koda-product-line-info p{font-size:18px;color:var(--titanium-grey);margin:0}html[lang=ja] .koda-product-line-info p{font-size:16px}.koda-product-line-cta{display:inline-flex;align-items:center;gap:8px;padding:14px 28px;background:var(--indigo-deep);color:var(--white);font-size:16px;font-weight:var(--font-weight-semibold);text-decoration:none;border-radius:24px;transition:all var(--transition-base);border:2px solid var(--indigo-deep)}.koda-product-line-cta:hover{background:var(--solunai-blaze);border-color:var(--solunai-blaze);box-shadow:var(--shadow-orange)}.koda-product-line-cta svg{width:16px;height:6px}.koda-products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:48px}.koda-product-card{background:var(--white);border:1px solid rgba(0,0,0,.06);border-radius:16px;padding:28px 24px;display:flex;flex-direction:column;transition:all var(--transition-base);box-shadow:0 4px 24px rgba(0,0,0,.08)}.koda-product-card:hover{border-color:var(--indigo-deep);box-shadow:0 8px 32px rgba(30,58,95,.2)}.koda-product-card-header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:12px}.koda-product-tagline{font-size:14px;font-weight:var(--font-weight-semibold);color:var(--solunai-orange);text-transform:uppercase;letter-spacing:2px;margin:0 0 8px}.koda-product-name{font-size:24px;font-weight:var(--font-weight-bold);color:var(--sumi-black);margin:0;line-height:1.3}html[lang=ja] .koda-product-name{font-size:22px}.koda-product-arrow{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:var(--bg-snow);border-radius:50%;color:var(--titanium-grey);transition:all var(--transition-base);flex-shrink:0}.koda-product-card:hover .koda-product-arrow{background:rgba(199,61,50,.1);color:var(--solunai-blaze)}.koda-product-arrow svg{width:16px;height:6px}.koda-product-description{font-size:15px;color:var(--titanium-grey);margin:0;line-height:1.6}html[lang=ja] .koda-product-description{font-size:14px;line-height:1.7}.koda-sce-note{background:var(--white);border:1px solid rgba(0,0,0,.06);border-radius:16px;padding:32px;text-align:center;box-shadow:0 4px 24px rgba(0,0,0,.08)}.koda-sce-note p{font-size:16px;color:var(--charcoal);margin:0;line-height:1.6}html[lang=ja] .koda-sce-note p{font-size:15px;line-height:1.7}@media (max-width:1024px){.koda-sce-section .kanji-watermark{font-size:280px;right:3%}.koda-sce-section{padding:var(--section-spacing-tablet) var(--container-padding-tablet)}.koda-sce-section:before{height:5px;width:40%;top:-2px}.koda-sce-header{margin-bottom:48px}.koda-sce-title{font-size:40px}html[lang=ja] .koda-sce-title{font-size:36px}.koda-sce-description{font-size:18px}.koda-sce-capabilities{gap:24px;margin-bottom:48px}.koda-capability-card{padding:32px 24px}.koda-capability-title{font-size:22px}html[lang=ja] .koda-capability-title{font-size:20px}.koda-product-line-info h3{font-size:28px}html[lang=ja] .koda-product-line-info h3{font-size:25px}.koda-products-grid{grid-template-columns:repeat(2,1fr);gap:20px}}@media (max-width:768px){.koda-sce-section .kanji-watermark{font-size:200px;right:2%;top:40%}.koda-sce-section{padding:var(--section-spacing-mobile) var(--container-padding-mobile)}.koda-sce-section:before{height:4px;width:50%;top:-2px}.koda-sce-header{margin-bottom:40px}.koda-sce-badge{padding:8px 16px}.koda-sce-badge-text{font-size:14px}.koda-sce-title{font-size:32px}html[lang=ja] .koda-sce-title{font-size:28px}.koda-sce-description{font-size:16px}html[lang=ja] .koda-sce-description{font-size:15px}.koda-sce-capabilities{grid-template-columns:1fr;gap:20px;margin-bottom:40px}.koda-capability-card{padding:28px 24px}.koda-capability-icon{width:48px;height:48px;margin-bottom:20px}.koda-capability-icon svg{width:24px;height:24px}.koda-capability-title{font-size:20px}html[lang=ja] .koda-capability-title{font-size:18px}.koda-capability-description{font-size:15px}html[lang=ja] .koda-capability-description{font-size:14px}.koda-product-line-header{padding-top:40px}.koda-product-line-info h3{font-size:24px}html[lang=ja] .koda-product-line-info h3{font-size:22px}.koda-product-line-info p{font-size:16px}.koda-product-line-cta{width:100%;justify-content:center;padding:12px 24px;font-size:15px}.koda-products-grid{grid-template-columns:1fr;gap:16px;margin-bottom:40px}.koda-product-card{padding:24px 20px}.koda-product-tagline{font-size:14px}.koda-product-name{font-size:20px}html[lang=ja] .koda-product-name{font-size:18px}.koda-product-description,html[lang=ja] .koda-product-description{font-size:14px}.koda-sce-note{padding:24px 20px}.koda-sce-note p{font-size:15px}html[lang=ja] .koda-sce-note p{font-size:14px}.koda-sce-internal-ribbon{height:40px;margin:16px 0}.koda-sce-internal-ribbon:before{width:40%;height:4px}}@media (max-width:480px){.koda-sce-section .kanji-watermark{font-size:150px;right:2%}.koda-sce-section{padding:48px 20px}.koda-sce-section:before{height:4px;width:55%;top:-2px}.koda-sce-title{font-size:28px}html[lang=ja] .koda-sce-title{font-size:26px}.koda-sce-description{font-size:15px}.koda-capability-card{padding:24px 20px}.koda-capability-title{font-size:18px}html[lang=ja] .koda-capability-title{font-size:17px}.koda-product-line-info h3{font-size:22px}html[lang=ja] .koda-product-line-info h3{font-size:20px}.koda-product-card{padding:20px 16px}.koda-product-tagline{font-size:13px}.koda-product-name{font-size:18px}html[lang=ja] .koda-product-name{font-size:17px}.koda-product-description,html[lang=ja] .koda-product-description{font-size:14px}.koda-sce-internal-ribbon{height:32px;margin:12px 0}.koda-sce-internal-ribbon:before{width:45%;height:6px}}.koda-products-grid-logos{grid-template-columns:repeat(5,1fr);gap:20px}.koda-product-card-logo{padding:24px 20px;text-align:center;align-items:center}.koda-product-logo-wrapper{display:flex;justify-content:center;align-items:center;margin-bottom:16px;padding:12px;background:var(--white);border-radius:8px}.koda-product-logo-img{width:auto;height:auto;max-width:100%;max-height:100px;-o-object-fit:contain;object-fit:contain}.koda-product-card-logo .koda-product-description{text-align:center;font-size:14px}html[lang=ja] .koda-product-card-logo .koda-product-description{font-size:14px}@media (max-width:1024px){.koda-products-grid-logos{grid-template-columns:repeat(3,1fr);gap:16px}.koda-product-card-logo{padding:20px 16px}.koda-product-logo-img{max-height:90px}}@media (max-width:768px){.koda-products-grid-logos{grid-template-columns:repeat(2,1fr);gap:14px}.koda-product-card-logo{padding:18px 14px}.koda-product-logo-img{max-height:80px}.koda-product-card-logo .koda-product-description,html[lang=ja] .koda-product-card-logo .koda-product-description{font-size:14px}}@media (max-width:480px){.koda-products-grid-logos{grid-template-columns:1fr;gap:12px}.koda-product-card-logo{padding:16px}.koda-product-logo-img{max-height:70px}}.koda-practice-section{position:relative;width:100%;background:linear-gradient(to bottom,var(--white),var(--bg-snow));padding:var(--section-spacing-desktop) var(--container-padding-desktop);overflow:visible;z-index:4}.koda-practice-section:before{content:"";position:absolute;top:-3px;right:0;width:28%;height:5px;background:var(--shu-iro,#C73D32);z-index:1;pointer-events:none;transform:translateX(100%) skewX(-15deg);transform-origin:top right;opacity:0;transition:none}.koda-practice-section.ribbon-visible:before{transform:translateX(0) skewX(-15deg);opacity:1;transition:transform .6s ease-out,opacity .4s ease-out}.koda-practice-container{max-width:1200px;margin:0 auto}.koda-practice-header{text-align:center;margin-bottom:48px}.koda-practice-badge{display:inline-flex;align-items:center;gap:8px;background:var(--bg-snow);border:1px solid var(--border-subtle);padding:10px 20px;border-radius:24px;font-size:14px;font-weight:var(--font-weight-semibold);color:var(--solunai-orange);text-transform:uppercase;letter-spacing:2px;margin-bottom:24px}.koda-practice-badge:before{content:"";width:8px;height:4px;background:var(--solunai-orange);border-radius:50%}.koda-practice-title{font-size:48px;font-weight:700;color:var(--sumi-black);margin:0 auto 20px;max-width:700px;line-height:1.2;letter-spacing:-.02em}html[lang=ja] .koda-practice-title{font-size:44px;line-height:1.4}.koda-practice-subtitle{font-size:20px;font-weight:400;color:var(--titanium-grey);margin:0 auto;max-width:700px;line-height:1.6}html[lang=ja] .koda-practice-subtitle{font-size:18px;line-height:1.7}.koda-practice-subtitle-technical{font-size:16px;font-style:italic;color:var(--text-muted,#6b7280);margin-top:16px}html[lang=ja] .koda-practice-subtitle-technical{font-size:15px}.koda-practice-divider{display:flex;align-items:center;justify-content:center;gap:16px;margin-bottom:48px}.divider-line{flex:1;height:1px;background:linear-gradient(to right,transparent,var(--border-subtle))}.divider-line:last-child{background:linear-gradient(to left,transparent,var(--border-subtle))}.divider-text{font-size:var(--font-body-small);font-weight:var(--font-weight-semibold);color:var(--titanium-grey)}.koda-practice-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin-bottom:48px}.koda-practice-card{background:var(--white);border:1px solid rgba(0,0,0,.06);border-radius:16px;padding:40px;transition:all var(--transition-base);position:relative;overflow:hidden;box-shadow:0 4px 24px rgba(0,0,0,.08)}.koda-practice-card:hover{border-color:var(--success);box-shadow:0 8px 32px rgba(16,185,129,.2)}.koda-practice-card .card-content{display:flex;flex-direction:column;height:100%}.koda-practice-card .card-step{position:absolute;top:24px;right:24px;font-size:48px;font-weight:var(--font-weight-bold);color:var(--border-subtle);opacity:.5;line-height:1}.koda-practice-card .card-badge{display:inline-block;align-self:flex-start;font-size:14px;font-weight:var(--font-weight-semibold);color:var(--solunai-orange);text-transform:uppercase;letter-spacing:2px;margin-bottom:16px}.koda-practice-card .card-title{font-size:24px;font-weight:var(--font-weight-bold);color:var(--sumi-black);margin:0 0 20px;line-height:1.3;letter-spacing:-.02em}html[lang=ja] .koda-practice-card .card-title{font-size:22px}.koda-practice-card .card-point{display:flex;align-items:flex-start;gap:12px;margin-top:auto}.koda-practice-card .check-marker{width:24px;height:24px;flex-shrink:0;color:var(--success);margin-top:2px}.koda-practice-card .check-icon{width:100%;height:100%}.koda-practice-card .point-detail{font-size:var(--font-body-base);color:var(--charcoal);margin:0;line-height:1.6}.koda-practice-card-expanded{min-height:auto}.koda-practice-card .card-body{margin-bottom:20px}.koda-practice-card .card-body-text{font-size:var(--font-body-base);color:var(--charcoal);margin:0 0 12px;line-height:1.6}.koda-practice-card .card-body-text:last-child{margin-bottom:0}.koda-practice-card .card-result{font-size:var(--font-body-small);font-weight:var(--font-weight-semibold);color:var(--solunai-sky);margin:auto 0 0;padding:12px 16px;background:var(--sky-light,#f0f9ff);border-radius:8px;line-height:1.6}.koda-practice-flow{display:none;gap:16px;margin-bottom:48px}.flow-step,.koda-practice-flow{align-items:center;justify-content:center}.flow-step{width:32px;height:32px;display:flex;border-radius:50%;font-size:12px;font-weight:var(--font-weight-bold)}.flow-step-1{background:var(--success-light);color:var(--success)}.flow-step-2{background:var(--sky-light);color:var(--solunai-sky)}.flow-step-3{background:var(--violet-light);color:var(--violet)}.flow-step-arrow{background:var(--bg-snow);color:var(--titanium-grey)}.flow-line{width:64px;height:2px}.flow-line-1{background:linear-gradient(to right,var(--success-light),var(--sky-light))}.flow-line-2{background:linear-gradient(to right,var(--sky-light),var(--violet-light))}.flow-line-3{background:linear-gradient(to right,var(--violet-light),var(--border-subtle))}.arrow-icon{width:16px;height:6px}@media (min-width:769px){.koda-practice-flow{display:flex}}.koda-practice-cta{background:var(--white);border:1px solid var(--border-subtle);border-radius:16px;padding:32px 40px}.cta-content{display:flex;flex-direction:column;gap:24px}@media (min-width:769px){.cta-content{flex-direction:row;align-items:center;justify-content:space-between}}.cta-text{max-width:560px}.cta-title{font-size:20px;font-weight:var(--font-weight-bold);color:var(--sumi-black);margin:0 0 8px;line-height:1.6}.cta-description{font-size:var(--font-body-base);color:var(--charcoal);margin:0;line-height:1.6}.cta-buttons{display:flex;flex-wrap:wrap;gap:12px}.cta-primary{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:var(--sumi-black);color:var(--white);padding:12px 24px;border-radius:9999px;font-size:var(--font-body-small);font-weight:var(--font-weight-semibold);text-decoration:none;transition:all var(--transition-base);box-shadow:var(--shadow-sm)}.cta-primary:hover{background:var(--charcoal);box-shadow:var(--shadow-md)}.cta-secondary{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:var(--white);color:var(--charcoal);padding:12px 24px;border-radius:9999px;border:1px solid var(--border-subtle);font-size:var(--font-body-small);font-weight:var(--font-weight-semibold);text-decoration:none;transition:all var(--transition-base)}.cta-secondary:hover{border-color:var(--titanium-grey);background:var(--bg-snow)}.btn-icon{width:16px;height:6px}@media (max-width:1024px){.koda-practice-section{padding:var(--section-spacing-tablet) var(--container-padding-tablet)}.koda-practice-section:before{height:5px;width:45%;top:-2px}.koda-practice-title{font-size:40px}html[lang=ja] .koda-practice-title{font-size:36px}.koda-practice-subtitle{font-size:18px}.koda-practice-grid{gap:24px}.koda-practice-card{padding:32px}.koda-practice-card .card-badge{font-size:13px}.koda-practice-card .card-title{font-size:22px}html[lang=ja] .koda-practice-card .card-title{font-size:20px}}@media (max-width:768px){.koda-practice-section{padding:var(--section-spacing-mobile) var(--container-padding-mobile)}.koda-practice-section:before{height:4px;width:50%;top:-2px}.koda-practice-header{margin-bottom:40px}.koda-practice-badge{font-size:14px;padding:8px 16px}.koda-practice-title{font-size:32px}html[lang=ja] .koda-practice-title{font-size:28px}.koda-practice-subtitle{font-size:16px}html[lang=ja] .koda-practice-subtitle{font-size:15px}.koda-practice-divider{margin-bottom:32px}.koda-practice-grid{grid-template-columns:1fr;gap:20px;margin-bottom:32px}.koda-practice-card{padding:28px}.koda-practice-card .card-step{font-size:36px;top:20px;right:20px}.koda-practice-card .card-badge{font-size:14px}.koda-practice-card .card-title{font-size:20px}html[lang=ja] .koda-practice-card .card-title{font-size:18px}.koda-practice-card .point-detail{font-size:14px}.koda-practice-cta{padding:24px}.cta-title{font-size:18px}.cta-description{font-size:15px}.cta-buttons,.cta-primary,.cta-secondary{width:100%}}@media (max-width:480px){.koda-practice-section{padding:48px 20px}.koda-practice-section:before{height:4px;width:55%;top:-2px}.koda-practice-badge{font-size:13px}.koda-practice-title{font-size:28px}html[lang=ja] .koda-practice-title{font-size:26px}.koda-practice-subtitle{font-size:14px}.koda-practice-card{padding:24px}.koda-practice-card .card-badge{font-size:13px}.koda-practice-card .card-title{font-size:18px}.cta-title,html[lang=ja] .koda-practice-card .card-title{font-size:17px}}.contact-cta-section{position:relative;width:100%;padding:var(--section-spacing-desktop) var(--container-padding-desktop);background:linear-gradient(to bottom,var(--bg-washi,#F5F3EF),var(--white));overflow:visible;z-index:6}.contact-cta-section:before{content:"";position:absolute;top:-2px;left:50%;width:18%;height:4px;background:var(--shu-iro,#C73D32);z-index:1;pointer-events:none;transform:translateX(-50%) skewX(-12deg) scaleX(0);opacity:0;transition:none}.contact-cta-section.ribbon-visible:before{transform:translateX(-50%) skewX(-12deg) scaleX(1);opacity:1;transition:transform .8s ease-out,opacity .5s ease-out}.contact-cta-section .kanji-watermark{position:absolute;bottom:5%;left:3%;font-family:"Noto Serif JP",Yu Mincho,Hiragino Mincho Pro,serif;font-size:280px;font-weight:500;color:rgba(199,61,50,.06);z-index:0;pointer-events:none;line-height:1;-webkit-user-select:none;-moz-user-select:none;user-select:none}.contact-cta-container{max-width:1200px;margin:0 auto;position:relative;z-index:1}.contact-cta-image-wrapper{max-width:320px;margin:0 auto 48px;border-radius:50%;overflow:hidden;box-shadow:none;aspect-ratio:1/1;border:2px solid var(--cloud);outline:2px solid var(--shu-iro,#C73D32);outline-offset:4px;transition:all var(--transition-base)}.contact-cta-image-wrapper:hover{border-color:var(--stone)}.contact-cta-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center top;object-position:center top}.contact-cta-content{text-align:center;margin-bottom:48px}.contact-cta-header{margin-bottom:40px}.contact-cta-headline{font-size:48px;font-weight:700;color:var(--sumi-black);margin:0 0 16px;line-height:1.2;letter-spacing:-.02em}html[lang=ja] .contact-cta-headline{font-size:44px;line-height:1.4}.contact-cta-subheadline{font-size:24px;font-weight:500;color:var(--charcoal);margin:0 0 16px;line-height:1.4}html[lang=ja] .contact-cta-subheadline{font-size:22px;line-height:1.5}.contact-cta-description{font-size:18px;line-height:1.6;color:var(--titanium-grey);margin:0 auto;max-width:700px}html[lang=ja] .contact-cta-description{font-size:16px;line-height:1.7}.contact-cta-buttons{display:flex;justify-content:center;align-items:center;gap:16px;margin-bottom:40px;flex-wrap:wrap}.contact-cta-primary-btn,.contact-cta-secondary-btn{display:inline-flex;align-items:center;gap:10px;padding:18px 36px;font-size:16px;font-weight:var(--font-weight-semibold);border-radius:9999px;cursor:pointer;transition:all var(--transition-base);border:2px solid transparent;font-family:inherit;text-decoration:none;white-space:nowrap}html[lang=ja] .contact-cta-primary-btn,html[lang=ja] .contact-cta-secondary-btn{font-size:15px}.contact-cta-primary-btn{background:var(--solunai-blaze);color:var(--white);border:2px solid var(--solunai-blaze);box-shadow:0 4px 16px rgba(199,61,50,.2)}.contact-cta-primary-btn:hover{background:#A63329;border-color:#A63329;transform:translateY(-2px);box-shadow:0 8px 24px rgba(199,61,50,.35)}.contact-cta-primary-btn:active{transform:translateY(-1px)}.contact-cta-primary-btn:focus-visible{outline:2px solid var(--solunai-blaze);outline-offset:2px}.contact-cta-secondary-btn{background:var(--white);color:var(--sumi-black);border:2px solid var(--border-subtle);box-shadow:0 4px 16px rgba(0,0,0,.06)}.contact-cta-secondary-btn:hover{background:var(--bg-snow);border-color:var(--sumi-black);transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,0,0,.1)}.contact-cta-secondary-btn:active{transform:translateY(-1px)}.contact-cta-secondary-btn:focus-visible{outline:2px solid var(--sumi-black);outline-offset:2px}.btn-icon{flex-shrink:0;transition:transform var(--transition-base)}.contact-cta-primary-btn:hover .btn-icon,.contact-cta-secondary-btn:hover .btn-icon{transform:translateX(2px)}.contact-cta-benefits{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;max-width:900px;margin:0 auto}.contact-cta-benefit{display:flex;align-items:center;justify-content:center;gap:8px;font-size:15px;color:var(--charcoal);padding:8px}html[lang=ja] .contact-cta-benefit{font-size:14px}.benefit-check{flex-shrink:0;color:var(--success)}.contact-cta-info{display:flex;justify-content:center;align-items:center;gap:48px;padding:32px 40px;background:var(--white);border:1px solid rgba(0,0,0,.06);border-radius:16px;box-shadow:0 4px 24px rgba(0,0,0,.08);flex-wrap:wrap;transition:all var(--transition-base)}.contact-cta-info:hover{border-color:var(--solunai-orange);box-shadow:0 8px 32px rgba(199,61,50,.15)}.contact-info-item{text-align:center}.contact-info-label{font-size:14px;font-weight:var(--font-weight-semibold);color:var(--solunai-orange);text-transform:uppercase;letter-spacing:2px;margin-bottom:8px}html[lang=ja] .contact-info-label{font-size:14px}.contact-info-value{font-size:24px;font-weight:var(--font-weight-bold);color:var(--sumi-black)}html[lang=ja] .contact-info-value{font-size:22px}.contact-email,.contact-phone{color:var(--indigo-deep)}.contact-info-hours{font-size:14px;color:var(--titanium-grey);text-align:center;width:100%;padding-top:16px;border-top:1px solid var(--border-subtle);margin-top:8px}html[lang=ja] .contact-info-hours{font-size:14px}@media (max-width:1024px){.contact-cta-section .kanji-watermark{font-size:250px;bottom:5%}.contact-cta-section{padding:var(--section-spacing-tablet) var(--container-padding-tablet)}.contact-cta-section:before{height:5px;width:28%;top:-2px}.contact-cta-image-wrapper{max-width:280px;margin-bottom:40px}.contact-cta-headline{font-size:40px}html[lang=ja] .contact-cta-headline{font-size:36px}.contact-cta-subheadline{font-size:22px}html[lang=ja] .contact-cta-subheadline{font-size:20px}.contact-cta-description{font-size:17px}.contact-cta-benefits{grid-template-columns:repeat(2,1fr);gap:12px}.contact-cta-info{gap:32px;padding:28px 32px}.contact-info-value{font-size:22px}html[lang=ja] .contact-info-value{font-size:20px}}@media (max-width:768px){.contact-cta-section .kanji-watermark{font-size:180px;bottom:5%;left:2%}.contact-cta-section{padding:var(--section-spacing-mobile) var(--container-padding-mobile)}.contact-cta-section:before{height:4px;width:35%;top:-2px}.contact-cta-image-wrapper{max-width:240px;margin-bottom:32px}.contact-cta-header{margin-bottom:32px}.contact-cta-headline{font-size:32px}html[lang=ja] .contact-cta-headline{font-size:28px}.contact-cta-subheadline{font-size:20px}html[lang=ja] .contact-cta-subheadline{font-size:18px}.contact-cta-description{font-size:16px}html[lang=ja] .contact-cta-description{font-size:15px}.contact-cta-buttons{flex-direction:column;gap:12px;width:100%}.contact-cta-primary-btn,.contact-cta-secondary-btn{width:100%;max-width:400px;justify-content:center;padding:16px 32px;font-size:15px}html[lang=ja] .contact-cta-primary-btn,html[lang=ja] .contact-cta-secondary-btn{font-size:14px}.contact-cta-benefits{grid-template-columns:1fr;gap:8px}.contact-cta-benefit{justify-content:flex-start;padding:8px 16px;font-size:14px}html[lang=ja] .contact-cta-benefit{font-size:14px}.contact-cta-info{flex-direction:column;gap:20px;padding:24px}.contact-info-item{width:100%}.contact-info-label{font-size:14px}.contact-info-value{font-size:20px}html[lang=ja] .contact-info-value{font-size:18px}.contact-info-hours{font-size:14px}}@media (max-width:480px){.contact-cta-section .kanji-watermark{font-size:140px;bottom:5%;left:2%}.contact-cta-section{padding:48px 20px}.contact-cta-section:before{height:4px;width:40%;top:-2px}.contact-cta-image-wrapper{max-width:200px;margin-bottom:28px}.contact-cta-headline{font-size:28px}html[lang=ja] .contact-cta-headline{font-size:26px}.contact-cta-subheadline{font-size:18px}html[lang=ja] .contact-cta-subheadline{font-size:17px}.contact-cta-description{font-size:15px}html[lang=ja] .contact-cta-description{font-size:14px}.contact-cta-primary-btn,.contact-cta-secondary-btn{padding:14px 28px;font-size:14px}html[lang=ja] .contact-cta-primary-btn,html[lang=ja] .contact-cta-secondary-btn{font-size:14px}.contact-cta-info{padding:20px 16px}.contact-info-label{font-size:13px}.contact-info-value{font-size:18px}html[lang=ja] .contact-info-value{font-size:17px}.contact-info-hours{font-size:14px}}