.swiper-button-prev,
.swiper-button-next{
display:none;
}

.active .swiper-button-prev,
.active .swiper-button-next{
display:block;
}

.point-img-pc.active figure:first-child{
  margin: 0 auto;
  float: none;
  width: 240px;
  height: 180px;
}
.point-img-pc.active figure:first-child img{
    object-fit: contain;
    width: 100%;
    height: 100%;
}