@charset "UTF-8";

.lp_wrap .approach .circle {
  position: absolute;
  top: 5.3%;
  left: 0%;
  width: 100%;
}
.lp_wrap .approach .movie {
  position: absolute;
  top: 5.9%;
  left: -3.334%;
  width: 106.667%;
  overflow: hidden;
  clip-path: circle(48% at 50% 50%);
}
.lp_wrap .approach .deco li {
  position: absolute;
}
.lp_wrap .approach .deco li:nth-child(1) {
  top: 4.4%;
  left: -19.6%;
  width: 33.6%;
  animation: 1.6s deco1 ease-in-out alternate infinite;
}
.lp_wrap .approach .deco li:nth-child(2) {
  top: 20.7%;
  left: 83.2%;
  width: 27.067%;
  animation: 1.6s deco1 -0.6s ease-in-out alternate infinite;
}
.lp_wrap .approach .deco li:nth-child(3) {
  top: 1.75%;
  left: 81.7%;
  width: 23.733%;
  animation: 1.6s deco1 -1.2s ease-in-out alternate infinite;
}
.lp_wrap .approach .deco li:nth-child(4) {
  top: 19.1%;
  left: -30.5%;
  width: 55.067%;
  animation: 1.6s deco1 -0.9s ease-in-out alternate infinite;
}
.lp_wrap .approach .deco li img {
  animation: 20s cycle1 linear infinite;
}
@keyframes cycle1 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-359deg);
  }
}
.lp_wrap .approach .catch li {
  position: absolute;
  opacity: 0;
  transform: translateY(20%);
}
.lp_wrap .approach .catch li:nth-child(1) {
  top: 37.15%;
  left: 5.7%;
  width: 16.8%;
  transition: 0.6s;
}
.lp_wrap .approach .catch li:nth-child(2) {
  top: 37.46%;
  left: 23.5%;
  width: 17.6%;
  transition: 0.6s 0.15s;
}
.lp_wrap .approach .catch li:nth-child(3) {
  top: 37.33%;
  left: 43.7%;
  width: 14%;
  transition: 0.6s 0.3s;
}
.lp_wrap .approach .catch li:nth-child(4) {
  top: 38.45%;
  left: 59.8%;
  width: 16.533%;
  transition: 0.6s 0.45s;
}
.lp_wrap .approach .catch li:nth-child(5) {
  top: 36.45%;
  left: 78%;
  width: 16.267%;
  transition: 0.6s 0.6s;
}
.lp_wrap .approach .catch li.trigger.move,
.lp_wrap .approach .catch li.trigger.move ~ li {
  opacity: 1;
  transform: translateY(0);
}
.lp_wrap .approach .catch0 {
  position: absolute;
  top: 38.7%;
  left: 66.2%;
  width: 30.4%;
}
.lp_wrap .approach .item li {
  position: absolute;
}
.lp_wrap .approach .item li:nth-child(1) {
  top: 69.1%;
  left: 0%;
  width: 38.9333%;
  z-index: 1;
}
.lp_wrap .approach .item li:nth-child(2) {
  top: 69.4%;
  right: 0%;
  width: 35.333%;
}
.lp_wrap .approach .item li:nth-child(3) {
  top: 68.6%;
  left: 27.2%;
  width: 42.9333%;
}
.lp_wrap .approach .item li:nth-child(1) img {
  transition: 0.6s;
}
.lp_wrap .approach .item li:nth-child(2) img {
  transition: 0.6s 0.3s;
}
.lp_wrap .approach .item li:nth-child(3) img {
  transition: 0.6s 0.6s;
}
.lp_wrap .approach .item li.trigger img ,
.lp_wrap .approach .item li.trigger ~ li img {
  opacity: 0;
  transform: translateY(-30%);
}
.lp_wrap .approach .item li.trigger.move img ,
.lp_wrap .approach .item li.trigger.move ~ li img {
  opacity: 1;
  transform: translateY(0);
}
.lp_wrap .approach .icon li {
  position: absolute;
  transition: 0.8s;
}
.lp_wrap .approach .icon li:nth-child(1) {
  top: 87.4%;
  left: 2.2%;
  width: 46.4%;
  transform: translateX(-120%);
}
.lp_wrap .approach .icon li:nth-child(2) {
  top: 87.4%;
  left: 51.2%;
  width: 46.4%;
  transform: translateX(120%);
}
.lp_wrap .approach .icon li:nth-child(3) {
  top: 91%;
  left: 43%;
  width: 13.733%;
  transform: rotate(-45deg);
}
.lp_wrap .approach .icon li.trigger.move,
.lp_wrap .approach .icon li.trigger.move ~ li {
  transform: translateX(0) rotate(0deg);
}