.b-hero-genai {
  --illus-width: min(50vw, 44.25rem);
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 987px) {
  .b-hero-genai {
    --illus-width: 80vw;
  }
}
@media only screen and (max-width: 987px) and (orientation: landscape) {
  .b-hero-genai {
    --illus-width: 70vw;
  }
}
@media only screen and (max-width: 767px) and (orientation: landscape),
  only screen and (max-width: 576px) {
  .b-hero-genai {
    --illus-width: 120vw;
  }
}
.b-hero-genai .b__illus {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 2;
  width: var(--illus-width);
  height: 80%;
  transform: translate3d(-50%, 0, 0);
}
@media only screen and (max-width: 987px) {
  .b-hero-genai .b__illus {
    height: 70%;
  }
}
@media only screen and (max-width: 987px) and (orientation: landscape) {
  .b-hero-genai .b__illus {
    height: 80%;
  }
}
@media only screen and (max-width: 767px) and (orientation: landscape),
  only screen and (max-width: 576px) {
  .b-hero-genai .b__illus {
    height: 65%;
  }
}
.b-hero-genai .b__shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.b-hero-genai .b__stem {
  position: absolute;
  bottom: 0;
  left: 50.45%;
  z-index: 3;
  width: 0.25rem;
  height: calc(100% - var(--illus-width) * 0.475);
  transform: translate3d(-50%, 0, 0);
}
.b-hero-genai .b__stem path {
  fill: none;
  stroke: var(--color-black);
  stroke-width: 0.1667rem;
}
@media only screen and (max-width: 767px) {
  .b-hero-genai .b__stem path {
    stroke-width: 0.1467rem;
  }
}
.b-hero-genai .b__lottie {
  position: absolute;
  top: 0;
  left: 10.5%;
  width: 77.4%;
  height: auto;
}
@keyframes b-hero-genai-cloud {
  0% {
    translate: 0 0 0;
    animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  25% {
    translate: 0 -3% 0;
    animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  }
  75% {
    translate: 0 3% 0;
    animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  }
  100% {
    translate: 0 0 0;
    animation-timing-function: linear;
  }
}
.b-hero-genai .b__cloud {
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 42.4628%;
  border-radius: 100%;
  overflow: hidden;
  scale: var(--scale);
}
.b-hero-genai .b__cloud:before {
  display: block;
  padding-top: 100%;
  content: "";
}
.b-hero-genai .b__cloud.is-animated {
  animation: b-hero-genai-cloud 10s infinite;
}
.b-hero-genai .b__cloud:nth-child(1) {
  left: 45.6%;
  margin-bottom: -29.5%;
  background: var(--color-brand-5);
}
.b-hero-genai .b__cloud:nth-child(2) {
  left: 12.8%;
  margin-bottom: -29.5%;
  background: var(--color-brand-2);
  animation-delay: 0.5s;
  animation-duration: 12s;
}
.b-hero-genai .b__cloud:nth-child(3) {
  left: -2.1%;
  margin-bottom: -34%;
  background: var(--color-brand-4);
  animation-delay: 0.8s;
  animation-duration: 13s;
}
.b-hero-genai .b__cloud:nth-child(4) {
  left: 28.8%;
  margin-bottom: -37%;
  background: var(--color-brand-7);
  animation-delay: 0.3s;
  animation-duration: 11s;
}
.b-hero-genai .b__cloud:nth-child(5) {
  left: 59.8%;
  margin-bottom: -34%;
  background: var(--color-brand-4);
  animation-delay: 1.1s;
  animation-duration: 14s;
}
.b-hero-genai .b__particle {
  --color: var(--color-brand-1);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 6;
  transform: translate3d(-50%, -50%, 0);
}
.b-hero-genai .b__particle--triangle {
  width: 1.7rem;
  height: 1.9rem;
}
@media only screen and (max-width: 987px) {
  .b-hero-genai .b__particle--triangle {
    width: 1.275rem;
    height: 1.425rem;
  }
}
.b-hero-genai .b__particle--triangle:before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  border-top: 0.9583rem solid rgba(0, 0, 0, 0);
  border-bottom: 0.9583rem solid rgba(0, 0, 0, 0);
  border-left: 1.7rem solid var(--color);
  transform: translate3d(-50%, -50%, 0);
  content: "";
}
.b-hero-genai .b__particle--square {
  width: 3.0833rem;
  height: 3.0833rem;
  border: 0.75rem solid var(--color);
  border-radius: 33%;
}
@media only screen and (max-width: 987px) {
  .b-hero-genai .b__particle--square {
    width: 2.3125rem;
    height: 2.3125rem;
    border-width: 0.5625rem;
  }
}
.b-hero-genai .b__particle--color-1 {
  --color: var(--color-brand-1);
}
.b-hero-genai .b__particle--color-2 {
  --color: var(--color-brand-2);
}
.b-hero-genai .b__particle--color-3 {
  --color: var(--color-brand-3);
}
.b-hero-genai .b__particle--color-4 {
  --color: var(--color-brand-4);
}
.b-hero-genai .b__particle--color-5 {
  --color: var(--color-brand-5);
}
.b-hero-genai .b__particle--color-6 {
  --color: var(--color-brand-6);
}
.b-hero-genai .b__particle--color-7 {
  --color: var(--color-brand-7);
}
.b-hero-genai .b__particle--color-8 {
  --color: var(--color-brand-8);
}
.b-hero-genai .b__particle--color-9 {
  --color: var(--color-brand-9);
}
.b-hero-genai .b__render {
  position: absolute;
  top: 0;
  left: calc(50% - 50vw);
  z-index: 3;
  width: 100%;
  height: 100%;
  overflow: visible;
  pointer-events: none;
}
.b-hero-genai .b__ruler {
  position: absolute;
  width: 0.25rem;
}
@media only screen and (max-width: 767px) {
  .b-hero-genai .b__ruler {
    width: 0.2rem;
  }
}
