@charset "UTF-8";
/* CSS Document */


/* -----------------------------------メインビジュアル */
.swiper-wrapper{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.swiper-slide{
  width: 48%;
}
.swiper-slide img{
  display: block;
  width: 100%;
  height: auto;
}