@charset "UTF-8";

.lp_wrap .approach3 {
  margin-top: -60%;
}
.lp_wrap .approach3 .marquee {
  position: absolute;
  top: 20.75%;
  left: 0%;
  width: 305.8666%;
  display: flex;
}
.lp_wrap .approach3 .marquee div {
  animation: 14s approach_marquee linear infinite
}
.lp_wrap .approach3 .movie {
  position: absolute;
  top: 32.47%;
  left: 10%;
  width: 77.333%;
  z-index: -1;
  overflow: hidden;
}
.lp_wrap .approach3 .movie video {
  transform: scale(1.02);
}