@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@500;600;700;800&family=Noto+Sans+JP:wght@400;500;700&display=swap");.hero-module{--ink:#101b26;--amber:#b8802b;--amber-soft:#d9a857;align-items:center;background:linear-gradient(rgba(16,27,38,.9),rgba(16,27,38,.86)),radial-gradient(ellipse at 50% 28%,rgba(184,128,43,.26),transparent 62%),linear-gradient(160deg,#16273a,#0c141d 70%);color:#fff;display:flex;font-family:Noto Sans JP,sans-serif;min-height:640px;position:relative}.hero-module .container{margin:0 auto;max-width:1180px;padding:0 36px}.hero-module .en{font-family:Manrope,sans-serif}.hero-module .hero-inner{padding:110px 0 90px;position:relative;text-align:center;width:100%}.hero-module .eyebrow{color:var(--amber-soft);font-family:Manrope,sans-serif;font-size:12px;font-weight:700;letter-spacing:.22em;margin-bottom:18px;text-transform:uppercase}.hero-module h1{color:#fff;font-size:clamp(34px,4.8vw,58px);font-weight:700;letter-spacing:.02em;line-height:1.5;margin-bottom:26px}.hero-module .hero-sub{color:hsla(0,0%,100%,.85);font-size:15.5px;line-height:2.05;margin-bottom:42px;margin-left:auto;margin-right:auto;max-width:580px}.hero-module .btn{border-radius:3px;display:inline-block;font-size:14px;font-weight:700;letter-spacing:.08em;padding:15px 36px;text-decoration:none;transition:all .25s}.hero-module .btn-amber{background:var(--amber);color:#fff}.hero-module .btn-amber:hover{background:var(--amber-soft);color:var(--ink)}.hero-module .btn-white-ghost{border:1px solid hsla(0,0%,100%,.45);color:#fff;margin-left:14px}.hero-module .btn-white-ghost:hover{background:hsla(0,0%,100%,.1);border-color:#fff}.hero-module .btn:hover{transform:translateY(-2px)}@keyframes heroRise{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:none}}.hero-module .hero-inner>*{animation:heroRise 1s cubic-bezier(.22,1,.36,1) both}.hero-module .hero-inner>:first-child{animation-delay:.1s}.hero-module .hero-inner>:nth-child(2){animation-delay:.22s}.hero-module .hero-inner>:nth-child(3){animation-delay:.34s}.hero-module .hero-inner>:nth-child(4){animation-delay:.46s}@media (prefers-reduced-motion:reduce){.hero-module .hero-inner>*{animation:none}.hero-module .btn:hover{transform:none}}@media (max-width:960px){.hero-module .btn-white-ghost{display:inline-block;margin-left:0;margin-top:12px}}.hero-module{box-sizing:border-box;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);max-width:none;width:auto}