.top-new__swiper {
  height: 300px; /* スマホ基準 */
}

@media (min-width: 769px) {
  .top-new__swiper {
    height: 450px; /* PC時 */
  }
}

.swiper-slide picture,
.swiper-slide img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  display: block;
}
.swiper-slide img.custom-position {
  object-position: 20% 50%;
}
.swiper-slide img.custom-position-right {
  object-position: 80% 50%;
}
/* 当院の特徴をswiperの上に */
.top-new__item {
  z-index: 10;
}
.top-new__fv-inner {
  z-index: 0;
}
.swiper-slide img {
  border-radius: 100px 100px 0 100px;
  width: 80%;
}
@media (max-width: 768px) {
  .swiper-slide img {
    border-radius: 80px 0 0 10px;
    width: 100%;
  }
}

/* .top-new__item-ttl:after {
  background: url("../images/Vector.png") no-repeat center center / cover;
} */
.top-new__item-ttls {
  max-width: 340px;
  padding: 2px 10px 0 10px;
}
