.p-subslider {
  position: relative;
  max-width: 1920px;
  margin-top: 5rem;
  margin-inline: auto;
  padding-block: 1.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-subslider {
    margin-top: 3.5rem;
  }
}

.p-subslider__splide-wrapper-above {
  position: relative;
}

.p-subslider__title-container {
  position: absolute;
  top: 1.5rem;
  left: 50%;
  -webkit-transform: translateX(calc(-50% - 18.75rem));
          transform: translateX(calc(-50% - 18.75rem));
}
@media screen and (max-width: 767px) {
  .p-subslider__title-container {
    position: static;
    left: auto;
    -webkit-transform: none;
            transform: none;
  }
}

.p-subslider__title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-subslider__title-wrapper {
    position: static;
  }
}

.p-subslider__title-box {
  position: absolute;
  z-index: 1;
  width: auto !important;
  height: 11.375rem !important;
}
@media screen and (max-width: 767px) {
  .p-subslider__title-box {
    display: none;
  }
}

.p-subslider__title-contents {
  z-index: 1;
  width: auto !important;
  height: 11.375rem !important;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 767px) {
  .p-subslider__title-contents {
    height: 9.125rem !important;
  }
}

.p-subslider__title-works {
  width: 15.75rem !important;
  height: auto;
}

.p-subslider__title-service {
  width: 18.375rem !important;
  height: auto;
}

.p-subslider__title-above, .p-subslider__title-below {
  font-size: 0.5rem;
  font-weight: 700;
  line-height: 1.875;
  letter-spacing: 0.0625em;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-subslider__title-above, .p-subslider__title-below {
    font-size: 0.5rem;
  }
}

.p-subslider__title-above {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-subslider__slide {
  width: auto !important;
  height: 11.375rem !important;
  -o-object-fit: contain !important;
     object-fit: contain !important;
}
@media screen and (max-width: 767px) {
  .p-subslider__slide {
    height: 6.8125rem !important;
  }
}
.p-subslider__slide img {
  width: auto !important;
  height: 11.375rem !important;
}
@media screen and (max-width: 767px) {
  .p-subslider__slide img {
    height: 6.8125rem !important;
  }
}

.p-subslider__splide-wrapper-below {
  padding-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-subslider__splide-wrapper-below {
    padding-top: 0;
  }
}