@charset "utf-8";

/* 会員からの声カルーセル */
.voice-slider .swiper-slide {
  height: auto;
}

/* 左右の見切れ用に、コンテナの外まで見せる */
.voices__slider {
  overflow: hidden;
}

.voice-slider {
  overflow: visible !important;
}
