/* ロゴスライダー */
.logo-slider-section {
  /* position: absolute;
  bottom: 0;
  left: 0;
  right: 0; */
  width: 100%;
  padding-block: 20px;
  background-color: #fff;
  margin-top: 100px;

  @media only screen and (max-width: 750px) {
    margin-top: 50px;
  }
}

.logo-slider__label {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.07em;
  color: #1f1815;
  text-align: center;
  margin-bottom: 10px;
}

.logo-slider.swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}

.logo-slider .swiper-wrapper {
  transition-timing-function: linear;
}

.logo-slider__slide {
  aspect-ratio: 148 / 71;
}

.logo-slider__slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
