.logo_slider_wrap {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 100%;
  margin: 0 auto;
  background-color: transparent;
  position: relative;
  top: -15px;
}

.logo_slider img {
  width: clamp(180px, 20.27vw, 360px);
  height: auto;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.slick-slide {
  padding: 0 10px;
  margin: 0 -10px;
}
.logo_slider {
  min-height: 1px;
}
.swiper {
  padding-left: clamp(32px, 5.125vw, 70px) !important ;
  padding-top: 50px !important;
  overflow: visible !important;
}
.case_swiper {
  width: 100%;
  padding-bottom: 120px !important;
  position: absolute !important;
  top: 240px;
  top: calc(100vw / 1366 * 200);
}


.swiper-slide.case_card {
  width: 320px;
  min-height: 390px !important;
  background: #fff;
  border-radius: 16px;
  padding: 20px 30px 4px 30px;
  box-shadow: 0px -9px 20px rgba(0, 0, 0, 0.06);
  flex-shrink: 0;
}

.case_nav {
  display: flex;
  justify-content: center;
  gap: 16px;
  position: absolute;
  bottom: 30px;
  right: 250px;
}

/* 最後のカードにだけ右余白を追加 */
.case_swiper .swiper-slide:last-child {
  margin-right: 150px;
}

@media only screen and (max-width: 1100px) {
  .swiper-slide.case_card {
    min-height: 360px !important;
  }
}

@media only screen and (max-width: 767px) {
  .case_swiper {
    position: static !important;
    padding-bottom: 0 !important;
  }
  .case_nav {
    position: static;
    padding-bottom: 0;
    justify-content: flex-start;
    margin-top: 50px;
  }
  .case_spbtn{
    margin-left: clamp(-32px, -5.125vw, -70px) ;
  }
  .swiper-slide.case_card {
    width: 270px;
    min-height: 330px !important;
  }
  .case_swiper .swiper-slide:last-child {
    margin-right: 30px;
  }
}

@media only screen and (max-width: 449px) {
  .swiper {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .case_nav {
    justify-content: center;
  }
  .bg_blue {
    width: 100%;
    border-radius: 20px;
  }
  .case_spbtn {
    margin-left: 0;
  }
  .partner_wrapper {
    padding-right: 0 !important;
  }
}

.swiper-button-next,
.swiper-button-prev {
  width: 59px !important;
  height: 59px !important;
  background: #83cfff !important;
  border-radius: 50% !important;
  color: #fff !important;
  font-size: 20px !important;
  position: static !important;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 15px !important;
  font-weight: 900;
}
