@charset "UTF-8";
/* ======================================================================
 Service Parts
====================================================================== */
/* =================================
 p-service-contents
================================= */
.p-service-contents {
  margin: 0 auto;
  padding: 0 0 9.1145833333vw;
  width: 73.9583333333vw;
}
@media screen and (max-width: 767px) {
  .p-service-contents {
    padding: 0 5.3333333333vw 10.6666666667vw;
    width: 100%;
  }
}

/* =================================
 p-service-intro
================================= */
.p-service-intro {
  position: relative;
  z-index: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-inline: calc(50% - 50vw);
}
@media screen and (max-width: 767px) {
  .p-service-intro {
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-service-intro__col-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 5.2083333333vw 5.2083333333vw 7.2916666667vw 13.0208333333vw;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-service-intro__col-left {
    padding: 10.6666666667vw 5.3333333333vw;
    width: 100%;
  }
}
.p-service-intro__title {
  margin-bottom: 2.8645833333vw;
}
@media screen and (max-width: 767px) {
  .p-service-intro__title {
    margin-bottom: 5.3333333333vw;
  }
}
.p-service-intro__en {
  margin-bottom: 2.34375vw;
  color: #494b54;
  letter-spacing: 0.2em;
  font-weight: 300;
  font-size: 1.0416666667vw;
  font-family: "Noto Serif", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, serif;
  line-height: 1.45;
}
@media screen and (max-width: 767px) {
  .p-service-intro__en {
    margin-bottom: 4vw;
    font-size: 3.7333333333vw;
  }
}
.p-service-intro__jp {
  color: #010b27;
  letter-spacing: 0.2em;
  font-weight: 600;
  font-size: 2.0833333333vw;
  line-height: 1.5;
  font-feature-settings: "palt" 1;
}
@media screen and (max-width: 767px) {
  .p-service-intro__jp {
    font-size: 6.4vw;
  }
}
.p-service-intro__jp span {
  font-size: 1.5625vw;
}
@media screen and (max-width: 767px) {
  .p-service-intro__jp span {
    font-size: 4.8vw;
  }
}
.p-service-intro__text {
  color: #010b27;
  letter-spacing: 0.15em;
  font-size: 0.8333333333vw;
  line-height: 2.5;
}
@media screen and (max-width: 767px) {
  .p-service-intro__text {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-service-intro__col-right {
    position: static;
    aspect-ratio: 4/3;
    width: 100%;
  }
}
.p-service-intro__col-right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-service-parts {
  padding: 3.6458333333vw 0 0;
  --theme-color: #010b27;
}
@media screen and (max-width: 767px) {
  .p-service-parts {
    padding: 13.3333333333vw 0 0;
  }
}
.p-service-parts--blue {
  --theme-color: #607add;
}
.p-service-parts--red {
  --theme-color: #da4700;
}
.p-service-parts--navy {
  --theme-color: #010b27;
}
.p-service-parts__inner {
  margin: 0 auto;
  width: 73.9583333333vw;
}
@media screen and (max-width: 767px) {
  .p-service-parts__inner {
    width: 100%;
  }
}
.p-service-parts__header {
  display: flex;
  align-items: center;
  margin-bottom: 2.0833333333vw;
  padding-bottom: 0.2604166667vw;
  border-bottom: 1px solid var(--theme-color);
}
@media screen and (max-width: 767px) {
  .p-service-parts__header {
    margin-bottom: 8vw;
    padding-bottom: 4vw;
  }
}
.p-service-parts__number {
  margin-right: 2.34375vw;
  color: var(--theme-color);
  letter-spacing: 0.2em;
  font-weight: 700;
  font-size: 3.3854166667vw;
  font-family: "Noto Serif", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, serif;
  line-height: 1.3230769231;
}
@media screen and (max-width: 767px) {
  .p-service-parts__number {
    margin-right: 5.3333333333vw;
    font-size: 10.6666666667vw;
  }
}
.p-service-parts__title {
  color: #010b27;
  letter-spacing: 0.2em;
  font-weight: 600;
  font-size: 1.5625vw;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-service-parts__title {
    font-size: 5.3333333333vw;
  }
}
.p-service-parts__info {
  display: flex;
  align-items: flex-start;
  gap: 5.7291666667vw;
  margin-bottom: 2.6041666667vw;
}
@media screen and (max-width: 767px) {
  .p-service-parts__info {
    flex-direction: column;
    gap: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
.p-service-parts__img {
  flex-shrink: 0;
  aspect-ratio: 497/587;
  width: 25.8854166667vw;
}
@media screen and (max-width: 767px) {
  .p-service-parts__img {
    aspect-ratio: 3/3;
    width: 100%;
    height: 100%;
  }
}
.p-service-parts__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-service-parts__desc {
  flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .p-service-parts__desc {
    padding-top: 0;
  }
}
.p-service-parts__text {
  margin-bottom: 2.6041666667vw;
  width: 31.09375vw;
  color: #010b27;
  letter-spacing: 0.05em;
  font-weight: 500;
  font-size: 0.9375vw;
  line-height: 2.2222222222;
}

.p-service-parts__text--full {
  width: auto;
}
@media screen and (max-width: 767px) {
  .p-service-parts__text {
    margin-bottom: 8vw;
    width: 100%;
    font-size: 3.7333333333vw;
  }
}
.p-service-parts__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-service-parts__list li {
  position: relative;
  padding-left: 1.0416666667vw;
  color: #010b27;
  letter-spacing: 0.05em;
  font-weight: 500;
  font-size: 0.9375vw;
  line-height: 2.2222222222;
}
@media screen and (max-width: 767px) {
  .p-service-parts__list li {
    margin-bottom: 2.6666666667vw;
    padding-left: 4vw;
    font-size: 3.7333333333vw;
  }
}
.p-service-parts__list li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "・";
}
.p-service-parts__operation {
  padding: 1.8229166667vw 0 2.6041666667vw;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-service-parts__operation {
    padding: 9.3333333333vw 0 13.3333333333vw;
  }
}
.p-service-parts__op-header {
  margin-bottom: 1.5625vw;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-service-parts__op-header {
    margin-bottom: 8vw;
  }
}
.p-service-parts__op-en {
  margin-bottom: 0.5208333333vw;
  color: var(--theme-color);
  letter-spacing: 0.2em;
  font-weight: 300;
  font-size: 2.0833333333vw;
  font-family: "Noto Serif", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, serif;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-service-parts__op-en {
    margin-bottom: 2.6666666667vw;
    font-size: 6.4vw;
  }
}
.p-service-parts__op-jp {
  color: #676565;
  letter-spacing: 0.1em;
  font-size: 0.8333333333vw;
}
@media screen and (max-width: 767px) {
  .p-service-parts__op-jp {
    font-size: 3.7333333333vw;
  }
}
.p-service-parts__slider-wrap {
  position: relative;
  margin: 0 auto;
  padding: 0 3.90625vw;
}
@media screen and (max-width: 767px) {
  .p-service-parts__slider-wrap {
    padding: 0;
    width: 100%;
  }
}
.p-service-parts__slider-wrap .slick-list {
  margin: 0 -1.0416666667vw;
}
@media screen and (max-width: 767px) {
  .p-service-parts__slider-wrap .slick-list {
    margin: 0;
  }
}
.p-service-parts__slider-wrap .slick-arrow {
  position: absolute;
  top: 4.9479166667vw;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.9270833333vw;
  height: 1.9270833333vw;
  border: none;
  background: var(--theme-color);
  color: transparent;
  font-size: 0;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-service-parts__slider-wrap .slick-arrow {
    top: 21.3333333333vw;
    width: 8vw;
    height: 8vw;
  }
}
.p-service-parts__slider-wrap .slick-arrow::before {
  display: block;
  width: 0.3645833333vw;
  height: 0.5729166667vw;
  background: #fff;
  content: "";
  -webkit-mask: url(../img/common/ico-chevron.svg) no-repeat center/contain;
          mask: url(../img/common/ico-chevron.svg) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .p-service-parts__slider-wrap .slick-arrow::before {
    width: 1.6vw;
    height: 2.6666666667vw;
  }
}
.p-service-parts__slider-wrap .slick-prev {
  left: -3.90625vw;
}
@media screen and (max-width: 767px) {
  .p-service-parts__slider-wrap .slick-prev {
    left: -5.3333333333vw;
  }
}
.p-service-parts__slider-wrap .slick-next {
  right: -3.90625vw;
}
@media screen and (max-width: 767px) {
  .p-service-parts__slider-wrap .slick-next {
    right: -5.3333333333vw;
  }
}
.p-service-parts__slider-wrap .slick-next::before {
  transform: rotate(180deg);
}
.p-service-parts__slider-wrap .slick-dots {
  display: flex;
  justify-content: center;
  gap: 0.625vw;
  margin: 2.6041666667vw 0 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .p-service-parts__slider-wrap .slick-dots {
    gap: 2.1333333333vw;
    margin: 8vw 0 0;
  }
}
.p-service-parts__slider-wrap .slick-dots li {
  margin: 0;
}
.p-service-parts__slider-wrap .slick-dots li button {
  padding: 0;
  width: 0.625vw;
  height: 0.625vw;
  border: 1px solid var(--theme-color);
  background: transparent;
  color: transparent;
  font-size: 0;
  cursor: pointer;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .p-service-parts__slider-wrap .slick-dots li button {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
  }
}
.p-service-parts__slider-wrap .slick-dots li.slick-active button {
  background: var(--theme-color);
}
.p-service-parts__slide {
  padding: 0 1.0416666667vw;
  outline: none;
}
@media screen and (max-width: 767px) {
  .p-service-parts__slide {
    padding: 0 2.1333333333vw;
  }
}
.p-service-parts__slide-img {
  margin-bottom: 1.0416666667vw;
  aspect-ratio: 374/270;
  background: #e3e3e3;
}
@media screen and (max-width: 767px) {
  .p-service-parts__slide-img {
    margin-bottom: 4vw;
  }
}
.p-service-parts__slide-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-service-parts__slide-tag {
  display: inline-block;
  margin-bottom: 0.5208333333vw;
  padding: 0.2083333333vw 1.0416666667vw;
  border-radius: 0.2604166667vw;
  background: #f3f3f3;
  color: #010b27;
  letter-spacing: 0.05em;
  font-size: 0.625vw;
}
@media screen and (max-width: 767px) {
  .p-service-parts__slide-tag {
    margin-bottom: 2.6666666667vw;
    padding: 1.0666666667vw 2.6666666667vw;
    font-size: 2.6666666667vw;
  }
}
.p-service-parts__slide-title {
  color: #010b27;
  letter-spacing: 0.05em;
  font-weight: 500;
  font-size: 0.8333333333vw;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-service-parts__slide-title {
    font-size: 3.7333333333vw;
  }
}

/* =================================
 p-service-works
================================= */
.p-service-works {
  margin: 8.3333333333vw auto 0;
  padding: 4.1666666667vw 0 0;
  border-top: 0.0520833333vw solid #010b27;
  background: #f9f5f5;
}
@media screen and (max-width: 767px) {
  .p-service-works {
    margin: 16vw 0 0;
    padding: 10.6666666667vw 0 0;
    width: 100%;
    border-top: 0.2666666667vw solid #010b27;
  }
}
.p-service-works__inner {
  margin: 0 auto;
  width: 57.0833333333vw;
}
@media screen and (max-width: 767px) {
  .p-service-works__inner {
    width: 100%;
  }
}
.p-service-works__title {
  margin-bottom: 4.1666666667vw;
}
@media screen and (max-width: 767px) {
  .p-service-works__title {
    margin-bottom: 10.6666666667vw;
  }
}
.p-service-works__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.0416666667vw;
  margin-bottom: 4.1666666667vw;
}
@media screen and (max-width: 767px) {
  .p-service-works__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 5.3333333333vw;
    margin-bottom: 13.3333333333vw;
  }
}
.p-service-works__item {
  display: flex;
  flex-direction: column;
}
.p-service-works__link {
  position: relative;
  z-index: 0;
  display: block;
  text-decoration: none;
  transition: opacity 0.3s;
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

/* .p-service-works__link:hover {
  transform: translateY(-0.2083333333vw);
}
@media screen and (max-width: 767px) {
  .p-service-works__link:hover {
    transform: translateY(-1.0666666667vw);
  }
}
.p-service-works__link:hover .p-service-works__img img {
  transform: scale(1.05);
} */

.p-service-works__img {
  overflow: hidden;
  aspect-ratio: 352/468;
}
.p-service-works__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.p-service-works__name {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  padding: 0.625vw 1.5625vw;
  width: 100%;
  color: #fff;
  letter-spacing: 0.2em;
  font-weight: 500;
  font-size: 0.8333333333vw;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-service-works__name {
    padding: 3.2vw;
    font-size: 3.7333333333vw;
  }
}
.p-service-works__name--blue {
  background: #607add;
}
.p-service-works__name--red {
  background: #da4700;
}
.p-service-works__name--navy {
  background: #010b27;
}
.p-service-works__btn-wrap {
  display: flex;
  justify-content: center;
}/*# sourceMappingURL=p-service-parts.css.map */