.swiper-button-next:after, .swiper-button-prev:after {
  content: 'none'!important;
}
.swiper-button-next, .swiper-button-prev {
  background: none!important;
  box-shadow:none!important;
}
.caseslider__wrap{
  background: #3456a1;
      margin: 0px 0 0;
    /* padding: 160px 0 0; */
}
.section__caseslider{
  padding: 120px 0;
  max-width: 1030px;
  margin: 0 auto;
}
.swiper-container {
  cursor: pointer;
  width: 100%;
  padding: 40px 0;
  overflow: visible;
  position: relative;
}
.swiper-wrapper {
  height: auto;
  display: flex;
}

.swiper .swiper-slide {
  height: auto;
  display: flex;
}
.case__desc{
  margin: 20px 0 0;
}
.card {
  /* background: #fff;
  border-radius: 14px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.13);

  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  
  min-height: 370px; */
  position: relative;
}

.card-header {
  background: #3456a1;
  color: #fff;
  border-radius: 14px 14px 0 0;
  padding: 16px 20px 12px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
}

.card-header h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  color: #fff;
  letter-spacing: 0.02em;
  gap: 4px;
  text-align: left;
      display: flex
;
}

.plan-label {
  font-size: 14px;
  font-weight: 600;
  border-radius: 16px;
  padding: 4px 16px;
  margin-left: 12px;
  background: #4fc3f7;
  color: #fff;
  white-space: nowrap;
}

.plan-label.standard {
  background: #FF6C19;
}

.plan-label.light {
  background: #4fc3f7;
}
.plan-label.premium {
  background: #5F85E4;
}

.card-body {
  padding: 18px 20px 12px 20px;
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
  flex: 1;
  display: flex;
  flex-direction: column;
  position: relative;
  height: 100%;
}

.card-body ul {
  text-align: left;
  list-style: disc inside;
  padding: 0;
  margin: 8px 0 0 0;
  font-size: 15px;
  color: #222;
  flex: 1;
}

.card-body ul li {
  margin-bottom: 4px;
}

.card-body ul + p {
  border-top: 1px solid #dbe3ef;
  margin-top: 16px;
  padding-top: 16px;
  flex-shrink: 0;
}

.card-tit{
  display: flex;
  align-items: center;
  gap: 4px;

}


.card-body p {
  font-size: 14px;
  margin: 0;
  line-height: 1.7;
  text-align: left;
}
.card-titp{
  color: #4663AC;
    font-weight: bold;
  font-size: 16px;
}
.card {
  box-shadow: 0 4px 16px rgba(52,86,161,0.13);
}

/* ナビゲーションボタンのスタイル */
.swiper-button-next,
.swiper-button-prev {
  display: flex !important;
  position: absolute;
  top: 50%;
  z-index: 10;
  width: 44px;
  height: 44px;
  margin-top: -22px;
  color: #3456a1;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(52,86,161,0.10);
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 1;
}


.swiper-button-next {
  right: -20px!important;
  transform: translate(0%, 0%);
  top: 50%;
}

.swiper-button-prev {
  left: -20px!important;
  transform: translate(0%, 0%);
  top: 50%;
}

/* レスポンシブ対応 */
@media screen and (max-width: 767px) {
  .section__caseslider{
        padding: 120px 0 80px;
  }
  .case{
    margin: 0 16px;
  }
  .swiper-button-next {
    right: -8px!important;
    transform: translate(0%, 0%);
    top: 50%;
  }
  
  .swiper-button-prev {
    left: -8px!important;
    transform: translate(0%, 0%);
    top: 50%;
  }
  .swiper-container {
    padding: 10px 0;
  }

  .card {
    min-width: 90vw;
    max-width: 98vw;
    min-height: 400px;
  }

  .card-header {
    padding: 12px 10px 8px 10px;
  }

  .card-header h3 {
    font-size: 16px;
  }

  .plan-label {
    font-size: 12px;
    padding: 3px 10px;
  }

  .card-body {
    padding: 12px 10px 8px 10px;
  }

  /* .card-body ul {
    font-size: 13px;
  } */

  .card-body p {
    font-size: 13px;
  }
}