@charset "UTF-8";
/* ============================================
  協力会社（取引先ロゴ）スライダー ※zipway.jp より移植
=============================================== */
.sup__contents {
  width: 100%;
  height: 100px;
  background-color: #fff;
}
.sup .swiper {
  width: 100%;
  height: 100%;
}
.sup .swiper-wrapper {
  height: 100%;
  transition-timing-function: linear;
}
.sup .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sup .swiper-slide img {
  display: block;
  max-height: 70px;
  width: auto;
}
@media screen and (max-width: 1199px) {
  .sup__contents {
    height: 80px;
  }
  .sup .swiper-slide img {
    max-height: 55px;
  }
}
