@charset "UTF-8";

.lp_wrap .approach1 {
  margin-top: -67%;
}
.lp_wrap .approach1 .marquee {
  position: absolute;
  top: 27.4%;
  left: 0%;
  width: 232.533333%;
  display: flex;
}
.lp_wrap .approach1 .marquee div {
  animation: 14s approach_marquee linear infinite
}
@keyframes approach_marquee {
  to {
    transform: translateX(-100%);
  }
}