@charset "UTF-8";

.lp_wrap .approach3 .head1 {
  position: absolute;
  top: 18.7%;
  left: 18.9%;
  width: 54.557291666%;
  transition: 0.8s;
  clip-path: inset(0 100% 0 0);
}
.lp_wrap .approach3 .head1.trigger.move {
  clip-path: inset(0);
}
.lp_wrap .approach3 .head2 {
  position: absolute;
  top: 31.1%;
  left: 80%;
  width: 7.55208333%;
  transition: 0.8s;
  clip-path: inset(0 0 100% 0);
}
.lp_wrap .approach3 .head2.trigger.move {
  clip-path: inset(0);
}
.lp_wrap .approach3 .arrow {
  position: absolute;
  top: 29.8%;
  left: 22.9%;
  width: 30.078125%;
  animation: 1.6s approach3_arrow ease-in-out infinite
}
@keyframes approach3_arrow {
  0% {
    clip-path: inset(0 100% 100% 0);
  }
  70%, 100% {
    clip-path: inset(0);
  }
}
.lp_wrap .approach3 .sun {
  position: absolute;
  top: 32.3%;
  left: 23.9%;
  width: 15.625%;
}