@charset "UTF-8";

.lp_wrap .worries .slider_wrap {
  position: absolute;
  top: 4.3%;
  left: 0%;
  width: 136%;
}
.lp_wrap .worries .head li {
  position: absolute;
}
.lp_wrap .worries .head li:nth-child(1) {
  top: 6.05%;
  left: 82.7%;
  width: 8%;
  height: 12.9%;
  background: #fff;
  transition: 0.6s;
  clip-path: inset(0 0 100% 0);
}
.lp_wrap .worries .head li:nth-child(2) {
  top: 7.8%;
  left: 69.3%;
  width: 11.1%;
  height: 16.7%;
  background: #fff;
  transition: 0.6s 0.1s;
  clip-path: inset(0 0 100% 0);
}
.lp_wrap .worries .head li:nth-child(3) {
  top: 7.8%;
  left: 58.3%;
  width: 11.2%;
  height: 13.6%;
  background: #fff;
  transition: 0.6s 0.2s;
  clip-path: inset(0 0 100% 0);
}
.lp_wrap .worries .head li:nth-child(4) {
  top: 6.85%;
  left: 83.8%;
  width: 5.867%;
  transition: 0.6s 0.3s;
  opacity: 0;
}
.lp_wrap .worries .head li:nth-child(5) {
  top: 8.6%;
  left: 70.3%;
  width: 9.2%;
  transition: 0.6s 0.4s;
  opacity: 0;
}
.lp_wrap .worries .head li:nth-child(6) {
  top: 8.6%;
  left: 59.2%;
  width: 8.933%;
  transition: 0.6s 0.5s;
  opacity: 0;
}
.lp_wrap .worries .head li.trigger.move,
.lp_wrap .worries .head li.trigger.move ~ li {
  clip-path: inset(0);
  opacity: 1;
}
.lp_wrap .worries .icon li {
  position: absolute;
}
.lp_wrap .worries .icon li:nth-child(1) {
  top: 32.56%;
  left: 9%;
  width: 32%;
  transition: 0.6s 0.1s;
  transform: translateX(28%);
}
.lp_wrap .worries .icon li:nth-child(2) {
  top: 32.56%;
  left: 58.6%;
  width: 32%;
  transition: 0.6s 0.1s;
  transform: translateX(-28%);
}
.lp_wrap .worries .icon li:nth-child(3) {
  top: 34.1%;
  left: 38.667%;
  width: 22.667%;
  transition: 0.6s 0.4s;
  opacity: 0;
  transform: translateY(-50%);
}
.lp_wrap .worries .icon li.trigger.move,
.lp_wrap .worries .icon li.trigger.move ~ li {
  opacity: 1;
  transform: translate(0, 0);
}
.lp_wrap .worries .trouble {
  position: absolute;
  top: 59.7%;
  left: 48%;
  width: 4%;
}
.lp_wrap .worries .trouble.trigger {
  transition: 0.6s;
  opacity: 0;
  transform: translateY(20%);
}
.lp_wrap .worries .trouble.trigger.move {
  opacity: 1;
  transform: translateY(0);
}
.lp_wrap .worries .video {
  position: absolute;
  top: 83.2%;
  left: 6%;
  width: 88%;
}