section.howto {
  position: relative;
  width: 100%;
}
section.howto .slider_wrap {
  position: absolute;
  top: 25.26%;
  left: 0%;
  width: 100%;
}
section.howto .slider_wrap img {
  width: 93.75%;
  margin: auto;
}
section.howto .slider_wrap .slick-list {
  overflow: visible;
}
section.howto .slider_wrap .slider .slick-dots li * {
  display: none;
}
section.howto .slider_wrap .slider .slick-dots {
  top: 101%;
  height: 2.6%;
}
section.howto .slider_wrap .slider .slick-dots li {
  width: auto;
  height: 100%;
  margin: 0% 1%;
  aspect-ratio: 1 / 1;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 50%;
  transition: 0.2s;
}
section.howto .slider_wrap .slider .slick-dots li.slick-active {
  background: #170c04;
}
section.howto .layer3 {
  width: 41.3%;
  bottom: 4%;
  left: 5%;
}
section.howto .layer4 {
  width: 41.3%;
  bottom: 4%;
  right: 5%;
}