.swiper-slide {
  background: rgb(252, 254, 243);
  border: 1px solid #f0f0f0;
  border-radius: 2px;
  width:49.5%;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
@media screen and (max-width:828px) {
  .swiper-slide {
    width: 100%;
  }
}

.swiperImage {
  padding: 0;
  margin: 0;
  overflow: hidden;
  height: 410px;
  position: relative;
}
@media screen and (max-width:828px) {
  .swiperImage {
    height: 80vw;
  }
}
.swiperImage img {
  display: block;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.swiperContent {
  padding: 16px;
}
.swiperContentTitle {
  font-size: 16px !important;
  font-weight: bold !important;
  margin-bottom: 0 !important;
}
.swiperContentText {
  font-size: 1.5rem;
  margin: 8px 0 0 0 !important;
}

.swiperArrow {
  position: relative;
  top: -250px !important;
}

.swiperPagination {
  display: flex;
  justify-content: center;
  position: relative;
  height: 74px;
  line-height: .5;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 12px;
  margin: auto;
  padding: 0;
}

.swiper-pagination-bullet {
display: inline-block;
width: 10px;
height: 10px;
opacity: .2;
border-radius: 100%;
background: #000 !important;
}

.swiper-pagination-bullet-active {
opacity: 1;
}

.swiper-pagination-bullet ~ .swiper-pagination-bullet {
margin-left: 8px;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
  /* 元の色:007aff */
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
  /* 元の色:007aff */
}
