.rc-hero-wrap{--rc-blue:#2878c8;--rc-blue-light:#5899d6;--rc-blue-dark:#1a4a8c;--rc-green:#32a064;--rc-green-light:#6bbf96;--rc-accent:#2878c8;--rc-accent-light:#5899d6;--rc-accent-bg:rgba(40,120,200,.1);--rc-surface-dark:#1e2c40;--rc-surface-dark-fg:#f5f6fa;--rc-bg:#f8f9fc;--rc-fg:#1a2030;--rc-muted:#6b7280;--rc-card:#fff;--rc-border:#dde1ec;--rc-hero-bg-img:none;background-color:var(--rc-surface-dark);color:var(--rc-surface-dark-fg);display:flex;flex-direction:column;font-family:Noto Sans JP,sans-serif;min-height:100vh;overflow:hidden;position:relative}.rc-hero-wrap.rc-accent--green{--rc-accent:#32a064;--rc-accent-light:#6bbf96;--rc-accent-bg:rgba(50,160,100,.1)}.rc-hero-wrap.rc-accent--orange{--rc-accent:#e8701a;--rc-accent-light:#f5a454;--rc-accent-bg:rgba(232,112,26,.1)}.rc-hero-wrap.rc-accent--red{--rc-accent:#dc2626;--rc-accent-light:#f87171;--rc-accent-bg:rgba(220,38,38,.1)}.rc-hero__canvas{height:100%;width:100%;z-index:0}.rc-hero__canvas,.rc-hero__overlay{inset:0;pointer-events:none;position:absolute}.rc-hero__overlay{background:linear-gradient(135deg,rgba(30,44,64,.85),rgba(26,74,140,.3) 50%,rgba(30,44,64,.9));z-index:1}.rc-hero__content{align-items:center;display:flex;flex:1;gap:48px;margin:0 auto;max-width:1200px;padding:120px 24px 80px;position:relative;width:100%;z-index:10}.rc-hero--img-right .rc-hero__content{flex-direction:row}.rc-hero--img-left .rc-hero__content{flex-direction:row-reverse}.rc-hero--img-bg{background-image:var(--rc-hero-bg-img);background-position:50%;background-size:cover}.rc-hero--img-bg .rc-hero__overlay{background:linear-gradient(135deg,rgba(30,44,64,.88),rgba(26,74,140,.4) 50%,rgba(30,44,64,.92))}.rc-hero--img-bg .rc-hero__overlay--none{display:none}.rc-hero--img-bg .rc-hero__overlay--dark{background:rgba(0,0,0,.6)}.rc-hero--img-bg .rc-hero__overlay--dark-grad{background:linear-gradient(135deg,rgba(30,44,64,.88),rgba(26,74,140,.4) 50%,rgba(30,44,64,.92))}.rc-hero--img-bg .rc-hero__overlay--dark-grad-btm{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.45) 50%,rgba(0,0,0,.1))}.rc-hero--img-bg .rc-hero__overlay--blue{background:linear-gradient(135deg,rgba(26,74,140,.85),rgba(40,120,200,.55) 50%,rgba(26,74,140,.9))}.rc-hero--img-bg .rc-hero__left{max-width:720px}.rc-hero__left{flex:1;min-width:0}.rc-hero__title{color:var(--rc-surface-dark-fg);font-size:clamp(28px,4vw,48px);font-weight:800;letter-spacing:-.01em;line-height:1.3;margin:0 0 24px}.rc-hero__title .rc-hero__title-accent{color:var(--rc-green-light)}.rc-hero__desc{color:rgba(245,246,250,.75);font-size:15px;line-height:1.8;margin:0 0 36px}.rc-hero__actions{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:20px}.rc-hero__btn{align-items:center;border-radius:8px;cursor:pointer;display:inline-flex;font-size:15px;font-weight:700;gap:8px;padding:14px 28px;text-decoration:none;transition:all .2s ease;white-space:nowrap}.rc-hero__btn--primary{background-color:var(--rc-accent);border:2px solid var(--rc-accent);color:#fff}.rc-hero__btn--primary:hover{background-color:var(--rc-accent-light);border-color:var(--rc-accent-light);box-shadow:0 6px 20px rgba(50,160,100,.35);transform:translateY(-1px)}.rc-hero__btn--outline{background-color:transparent;border:2px solid rgba(245,246,250,.4);color:var(--rc-surface-dark-fg)}.rc-hero__btn--outline:hover{background-color:rgba(245,246,250,.08);border-color:rgba(245,246,250,.7);transform:translateY(-1px)}.rc-hero__note{color:rgba(245,246,250,.45);font-size:12px;line-height:1.6;margin:0}.rc-hero__media{align-items:center;display:flex;flex-shrink:0;justify-content:center}.rc-hero__media-img{display:block;filter:drop-shadow(0 0 40px rgba(50,160,100,.15));height:auto;width:100%}.rc-hero--ratio-large .rc-hero__media{flex:0 0 60%;max-width:60%}.rc-hero--ratio-medium .rc-hero__media{flex:0 0 50%;max-width:50%}.rc-hero--ratio-small .rc-hero__media{flex:0 0 35%;max-width:35%}@media (max-width:767px){.rc-hero__content{flex-direction:column!important;gap:40px;max-width:100%;padding:108px 20px 60px;width:auto}.rc-hero__left{max-width:100%!important}.rc-hero__media{flex:none!important;margin:0 auto;max-width:320px!important;width:100%}.rc-hero__title{font-size:26px}.rc-hero__actions{flex-direction:column}.rc-hero__btn{justify-content:center;max-width:100%}}.rc-bg--white{background-color:#fff}.rc-bg--gray{background-color:#eef0f5}.rc-bg--blue-light{background-color:#eef5fc}.rc-bg--blue{background-color:#2878c8}.rc-bg--dark{background-color:#1e2c40}.rc-bg--white .rc-hero__canvas,.rc-bg--white .rc-hero__overlay{display:none}.rc-bg--white,.rc-bg--white .rc-hero__title{color:#1a2030}.rc-bg--white .rc-hero__title .rc-hero__title-accent{color:#32a064}.rc-bg--white .rc-hero__desc{color:#4a5568}.rc-bg--white .rc-hero__note{color:#9ca3af}.rc-bg--white .rc-hero__btn--outline{border-color:rgba(26,32,48,.3);color:#1a2030}.rc-bg--white .rc-hero__btn--outline:hover{background-color:rgba(26,32,48,.05);border-color:rgba(26,32,48,.6)}