.hero-visual-stage,
.mv__codexHeroStage,
.mv__codexHeroMobileStage {
  position: relative;
  overflow: hidden;
}

.hero-ax-copy {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  margin: 0;
  color: #be9936;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-size: 2.1vw;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.045em;
  text-indent: 0.8vw;
  white-space: nowrap;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    rgb(237, 241, 244) 0%,
    rgb(238, 242, 246) 82%,
    rgba(237, 241, 245, 0.94) 92%,
    transparent 100%
  );
  box-shadow: 0 0 16px 8px rgba(237, 241, 245, 0.88);
}

.hero-ax-copy--full {
  left: 1.9%;
  top: 45.8%;
  width: 27.5%;
  height: 9.3%;
}

.hero-ax-copy--slice {
  left: 1.9%;
  top: 72.4%;
  width: 27.5%;
  height: 15.2%;
}

.hero-subsidy-copy {
  position: absolute;
  z-index: 3;
  top: 61.5%;
  left: 2.7%;
  display: flex;
  align-items: baseline;
  gap: 0.32vw;
  margin: 0;
  color: #0a285d;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-size: 1.55vw;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.045em;
  white-space: nowrap;
  pointer-events: none;
  text-shadow: 0 1px 8px rgba(255, 255, 255, 0.9);
}

.hero-subsidy-copy strong {
  color: #be9426;
  font: inherit;
  font-size: 2.75vw;
  font-weight: 800;
  letter-spacing: -0.06em;
}

.hero-five-step-diagram-hd {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  display: block;
  width: 48%;
  height: 100%;
  object-fit: fill;
  pointer-events: none;
}

.hero-ax-copy--mobile {
  left: 3.7%;
  top: 26.8%;
  width: 73.5%;
  height: 4.3%;
  color: #be9936;
  font-size: 4.15vw;
  text-indent: 1.5vw;
  background: linear-gradient(
    90deg,
    rgb(243, 246, 250) 0%,
    rgb(245, 248, 252) 84%,
    rgba(244, 247, 251, 0.94) 94%,
    transparent 100%
  );
  box-shadow: 0 0 10px 5px rgba(244, 247, 251, 0.9);
}

@media (min-width: 768px) {
  .mv__codexHeroMobileStage {
    display: none;
  }
}
