@charset "UTF-8";

.lp_wrap .feature3b .head-n {
  position: absolute;
  top: 11.2%;
  left: 13.3%;
  width: 54.297%;
}
.lp_wrap .feature3b .head-n.trigger {
  transition: 0.8s;
  clip-path: inset(0 100% 0 0);
}
.lp_wrap .feature3b .head-n.trigger.move {
  clip-path: inset(0);
}
.lp_wrap .feature3b .arrow {
  position: absolute;
  top: 35.3%;
  left: 30.9%;
  width: 14.453%;
}
.lp_wrap .feature3b .arrow.trigger {
  transition: 0.6s;
  clip-path: circle(0% at 0% 0%);
}
.lp_wrap .feature3b .arrow.trigger.move {
  clip-path: circle(140% at 0% 0%);
}
.lp_wrap .feature3b .hexagon {
  position: absolute;
  top: 49%;
  left: 36.1%;
  width: 29.688%;
  transition: 0.6s 0.4s;
  opacity: 0;
  transform: scale(0);
}
.lp_wrap .feature3b .arrow.trigger.move ~ .hexagon {
  opacity: 1;
  transform: scale(1);
}