/* ===== Hero: 応募フォーム ===== */
.swx-hero.-apply{
  position:relative; min-height:clamp(220px,45vh,420px);
  overflow:clip; display:grid;
}
.swx-hero.-apply .hero-bg{ position:absolute; inset:0; }
.swx-hero.-apply .hero-bg img{
  width:100%; height:100%; display:block; object-fit:cover; object-position:center 35%;
}
.swx-hero.-apply .overlay{
  position:absolute; inset:0;
  background: linear-gradient(
    to bottom,
    color-mix(in oklab, #000 0%, transparent) 20%,
    color-mix(in oklab, #000 30%, transparent) 70%,
    color-mix(in oklab, #000 45%, transparent) 100%
  ); pointer-events:none;
}
.swx-hero.-apply .hero-inner{
  position:relative; z-index:1; align-self:end;
  width:min(1100px,90%); margin:0 auto clamp(18px,4vw,28px);
  color:#fff; text-shadow:0 2px 16px rgba(0,0,0,.35);
}
.swx-hero.-apply .hero-title{
  font-size:clamp(24px,4vw,40px); font-weight:800; color:#fff;
  letter-spacing:.02em; margin:0 0 .3em;
}
.swx-hero.-apply .hero-sub{ margin:0; font-size:clamp(14px,1.6vw,16px); opacity:.95; }
