.c-customer-heading {
  font-weight: 700;
  line-height: 1.2;
}
.c-customer-heading__sub {
  display: block;
}
.c-customer-heading__main {
  display: block;
  font-size: clamp(5rem, 6vw, 7.2rem);
  color: #004ba5;
  line-height: 1.2;
}
.c-customer-slider {
  position: relative;
}
.c-customer-slider__link {
  display: block;
  overflow: hidden;
  border-radius: 6px;
}
.c-customer-slider__link img {
  width: 100%;
  border-radius: 6px;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}
.c-customer-slider__link:hover img {
  transform: scale(1.08);
  transform-origin: center;
}
.c-customer-slider .swiper-button-next,
.c-customer-slider .swiper-button-prev {
  position: absolute;
  background-color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: opacity 0.3s ease-out;
}
.c-customer-slider .swiper-button-next::after,
.c-customer-slider .swiper-button-prev::after {
  color: #222;
  font-size: 16px;
  font-weight: bold;
}
.c-customer-slider .swiper-button-next:hover,
.c-customer-slider .swiper-button-prev:hover {
  opacity: 0.9;
}
.c-customer-slider .swiper-pagination-bullet-active {
  background-color: #ff4b00;
}
.c-customer-slider .swiper-pagination {
  pointer-events: none;
}
@media only screen and (max-width: 660px) {
  .c-customer-slider__link img {
    border-radius: 10px;
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 1.8/1;
  }
  .c-customer-slider .swiper-button-next,
  .c-customer-slider .swiper-button-prev {
    width: 30px;
    height: 30px;
  }
  .c-customer-slider .swiper-button-next::after,
  .c-customer-slider .swiper-button-prev::after {
    font-size: 14px;
  }
}
.c-customer-pageHeader {
  padding-block: 150px 120px;
}
.c-customer-pageHeader__content {
  padding: 60px 0 48px;
  background-image: url("../img/customer/customer_kv_bg.svg");
}
.c-customer-pageHeader__heading {
  padding: 0 40px;
  margin-bottom: 28px;
  text-align: center;
  font-weight: bold;
  font-size: clamp(1px, 4.166666666666666vw, 5.4rem);
  line-height: 1.5;
}
@media only screen and (max-width: 660px) {
  .c-customer-pageHeader {
    padding-block: 100px 60px;
  }
  .c-customer-pageHeader__content {
    padding-bottom: 0;
  }
  .c-customer-pageHeader__heading {
    padding: 0 20px;
  }
}

/*# sourceMappingURL=maps/customer.css.map */
