.service-intro {
  padding: 69px 0 81px;
}
@media screen and (max-width: 767px) {
  .service-intro {
    padding: 26px 0 24px;
  }
}
.service-intro__text {
  margin-top: 63px;
  font-size: 23px;
  line-height: 1.4347826087;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .service-intro__text {
    margin-top: 13px;
    font-size: 10px;
    line-height: 1.3;
  }
}
.service-intro__text .sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .service-intro__text .sp {
    display: inline;
  }
}
.service-intro__text .pc {
  display: inline;
}
@media screen and (max-width: 767px) {
  .service-intro__text .pc {
    display: none;
  }
}

.service-gallery .swiper-wrapper {
  transition-timing-function: linear;
}
.service-gallery__slide {
  width: auto;
}
.service-gallery__img {
  width: 649px;
  aspect-ratio: 221/133;
}
@media screen and (max-width: 767px) {
  .service-gallery__img {
    width: 133px;
    aspect-ratio: 86/67;
  }
}
.service-gallery__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.service-works {
  padding: 153px 0 132px;
}
@media screen and (max-width: 767px) {
  .service-works {
    padding: 25px 0 46px;
  }
}
.service-works__tabs {
  margin-top: 62px;
  border-top: 1px solid #A5A5A5;
  border-bottom: 1px solid #A5A5A5;
  display: flex;
  justify-content: center;
  gap: 26px;
}
@media screen and (max-width: 767px) {
  .service-works__tabs {
    margin-top: 28px;
    gap: 0;
  }
}
.service-works__tab {
  padding: 17px 40px;
  font-size: 31px;
  font-family: futura-pt, zen-kaku-gothic-new, sans-serif;
  font-weight: 700;
  color: #7C8EA0;
  transition: 0.3s;
  border-radius: 52px;
  max-width: 291px;
  letter-spacing: 0.1em;
  flex: 1;
}
@media screen and (max-width: 1020px) {
  .service-works__tab {
    zoom: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .service-works__tab {
    zoom: 1;
    padding: 4px 4px;
    font-size: 9px;
    max-width: 60.79px;
  }
}
.service-works__tab span {
  font-weight: 500;
  font-size: 25px;
}
@media screen and (max-width: 767px) {
  .service-works__tab span {
    font-size: 9px;
  }
}
.service-works__tab.is-active {
  background-color: #0E335B;
  color: #fff;
}
.service-works__tab:hover {
  background-color: #0E335B;
  color: #fff;
  cursor: pointer;
}
.service-works__panel {
  margin-inline: auto;
  display: none;
  max-width: 849px;
  width: 100%;
  flex-direction: column;
  gap: 111px;
}
@media screen and (max-width: 767px) {
  .service-works__panel {
    max-width: 90%;
    gap: 34px;
  }
}
.service-works__panel.is-active {
  display: flex;
}
.service-works__head {
  margin-top: 52px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  color: #0e335b;
}
@media screen and (max-width: 767px) {
  .service-works__head {
    margin-top: 15px;
  }
}
.service-works__year {
  font-size: 36px;
  font-family: futura-pt, zen-kaku-gothic-new, sans-serif;
  font-weight: 900;
  transition: 0.3s;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .service-works__year {
    font-size: 10px;
  }
}
.service-works__note {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .service-works__note {
    font-size: 7px;
  }
}
.service-works__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .service-works__list {
    gap: 4px;
  }
}
.service-works__item {
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .service-works__item {
    font-size: 9px;
    line-height: 156%;
  }
}