.swiper-wrapper {
  /* サイズ調整 */
  width: 100%;
  height: 300px;
}

.swiper-slide {
  /* 文字配置調整、背景色設定 */
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333;
  background-color: #dfe7fd;
}
