.concept__swiper {
  overflow: hidden;
  margin-top: 115px;
}

.concept__swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
}

.concept__swiper img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 527 / 385;
}

.concept__swiper .swiper-wrapper {
  transition-timing-function: linear !important;
}

.swiper {
    width: calc(100% - 3.4% - 55px);
    margin-left: calc(3.4% + 55px);
}
@media(max-width:768px){
  .swiper {
    width: 100%;
    margin-left: 0;
}
}