@media screen and (min-width: 961px) {
  .page-mv--service {
    background: url("../img/service/mv-bg.webp") center/cover no-repeat;
  }
}

.service-intro {
  padding-top: 5px;
}
@media screen and (max-width: 960px) {
  .service-intro {
    padding-top: 16px;
  }
}

.service-intro__wrap {
  display: flex;
  align-items: flex-start;
  gap: min(48px, 3.3333333333vw);
}
@media screen and (max-width: 960px) {
  .service-intro__wrap {
    flex-direction: column;
    gap: 0px;
  }
}

.service-intro__image {
  flex: 0 0 auto;
  width: min(530px, 36.8055555556vw);
  margin-left: 24px;
}
@media screen and (max-width: 960px) {
  .service-intro__image {
    margin-top: 10px;
    width: 100%;
    margin-left: 0;
    order: 2;
  }
}
.service-intro__image img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}

.service-intro__content {
  flex: 1;
  padding-top: 124px;
}
@media screen and (max-width: 960px) {
  .service-intro__content {
    padding-top: 0;
    display: contents;
  }
}

.service-intro__title {
  font-size: 32px;
  line-height: 1.5;
  color: var(--color-primary);
}
@media screen and (max-width: 960px) {
  .service-intro__title {
    font-size: 5.1282051282vw;
    order: 1;
  }
}

.service-intro__title-keyword {
  background: radial-gradient(50% 50% at 50% 50%, #0A58B8 0%, #72C7CF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.service-intro__text {
  font-size: 20px;
  line-height: 1.8;
  color: var(--color-text);
  margin-top: 24px;
}
@media screen and (max-width: 960px) {
  .service-intro__text {
    font-size: 16px;
    margin-top: 24px;
    order: 3;
  }
}

.service-category {
  padding-top: 80px;
  padding-bottom: 100px;
}
@media screen and (max-width: 960px) {
  .service-category {
    padding-top: 54px;
    padding-bottom: 56px;
  }
}

.service-category__list {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 64px;
  max-width: 1080px;
}
@media screen and (max-width: 960px) {
  .service-category__list {
    gap: 56px;
  }
}

.service-category__item {
  display: flex;
  align-items: flex-start;
  gap: min(20px, 1.3888888889vw);
}
@media screen and (max-width: 960px) {
  .service-category__item {
    flex-direction: column;
    gap: 24px;
  }
}

.service-category__item--reverse {
  flex-direction: row-reverse;
  gap: 50px;
}
@media screen and (max-width: 960px) {
  .service-category__item--reverse {
    flex-direction: column;
    gap: 24px;
  }
}

.service-category__content {
  flex: 1;
  min-width: 0;
}

.service-category__image {
  flex: 0 0 50%;
  max-width: 540px;
}
@media screen and (max-width: 960px) {
  .service-category__image {
    flex: 0 0 100%;
    max-width: 100%;
    order: -1;
  }
}
.service-category__image img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}
@media screen and (max-width: 960px) {
  .service-category__image img {
    aspect-ratio: 342/250;
    object-fit: cover;
  }
}

.service-category__label {
  display: inline-block;
  background: var(--color-primary);
  color: var(--color-white);
  font-size: 14px;
  letter-spacing: 0.05em;
  padding: 2px 8px;
  border-radius: 5px;
  line-height: 1.5;
}

.service-category__title {
  font-size: 32px;
  line-height: 1.5;
  margin-top: 12px;
}
@media screen and (max-width: 960px) {
  .service-category__title {
    margin-top: 6px;
    font-size: 24px;
  }
}

.service-category__title-keyword {
  background: radial-gradient(50% 50% at 50% 50%, #0A58B8 0%, #72C7CF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.service-category__title-sub {
  font-size: 20px;
  color: var(--color-primary);
}
@media screen and (max-width: 960px) {
  .service-category__title-sub {
    font-size: 14px;
  }
}

.service-category__text {
  font-size: 16px;
  line-height: 1.8;
  color: var(--color-text);
  margin-top: 16px;
}
@media screen and (max-width: 960px) {
  .service-category__text {
    margin-top: 8px;
  }
}

.service-category__support-title {
  font-size: 20px;
  color: var(--color-primary);
  line-height: 1.8;
  margin-top: 24px;
}
@media screen and (max-width: 960px) {
  .service-category__support-title {
    margin-top: 16px;
  }
}

.service-category__support-list {
  list-style: none;
  padding: 0;
  margin-top: 8px;
}
.service-category__support-list li {
  font-size: 16px;
  line-height: 1.8;
  color: var(--color-text);
  padding-left: 24px;
  position: relative;
}
@media screen and (max-width: 960px) {
  .service-category__support-list li {
    padding-left: 22px;
  }
}
.service-category__support-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 12px;
  height: 12px;
  background: var(--color-primary);
  border-radius: 50%;
}
@media screen and (max-width: 960px) {
  .service-category__support-list li::before {
    top: 8px;
  }
}

.service-detail {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 960px) {
  .service-detail {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}

.service-detail__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: repeating-linear-gradient(0deg, transparent, transparent 18px, #ECF7FF 18px, #ECF7FF 20px), repeating-linear-gradient(90deg, transparent, transparent 18px, #ECF7FF 18px, #ECF7FF 20px), linear-gradient(136deg, rgba(87, 168, 221, 0.15) 0%, rgba(114, 199, 207, 0.15) 100%);
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .service-detail__bg {
    background: linear-gradient(122deg, rgba(87, 168, 221, 0.2) 0%, rgba(114, 199, 207, 0.2) 100%);
  }
}

.service-detail__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: min(32px, 2.2222222222vw) min(20px, 1.3888888889vw);
  list-style: none;
  padding: 0;
  margin-top: 40px;
}
@media screen and (max-width: 960px) {
  .service-detail__grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 24px;
  }
}

.service-detail__card {
  display: flex;
  flex-direction: column;
  box-shadow: 1px 1px 40px 0px rgba(0, 0, 0, 0.15);
  border-radius: 0;
  overflow: hidden;
}

.service-detail__card-header {
  background: var(--color-primary);
  border: 1px solid var(--color-primary);
  padding: 0;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 960px) {
  .service-detail__card-header {
    height: 100px;
    padding: 0 20px;
    cursor: pointer;
    position: relative;
  }
  .service-detail__card-header::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
    height: 22px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22' fill='none'%3E%3Ccircle cx='11' cy='11' r='11' transform='rotate(90 11 11)' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.2051 14.9284L4.47366 9.46985L5.90627 8.10547L10.9214 12.8818L15.9365 8.10547L17.3691 9.46985L11.6377 14.9284C11.4477 15.1093 11.1901 15.2109 10.9214 15.2109C10.6527 15.2109 10.3951 15.1093 10.2051 14.9284Z' fill='%230A58B8'/%3E%3C/svg%3E") no-repeat center;
    background-size: contain;
    transition: transform 0.3s ease;
  }
}
@media screen and (max-width: 960px) and (max-width: 960px) {
  .service-detail__card-header::after {
    right: 15px;
  }
}

.service-detail__card-title {
  font-size: 24px;
  color: var(--color-white);
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 960px) {
  .service-detail__card-title {
    font-size: 20px;
    text-align: center;
  }
}

.service-detail__card-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  background: var(--color-white);
  padding: 24px 32px 32px;
}
@media screen and (max-width: 960px) {
  .service-detail__card-body {
    flex: none;
    display: block;
    padding: 24px 32px 32px;
  }
}

.service-detail__card-text {
  font-size: 16px;
  line-height: 1.5;
  color: var(--color-text);
}

.service-detail__card-divider {
  width: 100%;
  height: 2px;
  background: #A5A5A5;
  opacity: 0.2;
  margin-top: 24px;
}
@media screen and (max-width: 960px) {
  .service-detail__card-divider {
    margin-top: 10px;
  }
}

.service-detail__card-support-title {
  font-size: 20px;
  color: var(--color-primary);
  line-height: 1.8;
  margin-top: 16px;
}

.service-detail__card-support-list {
  list-style: none;
  padding: 0;
  margin-top: 8px;
}
.service-detail__card-support-list li {
  font-size: 16px;
  line-height: 1.8;
  color: var(--color-text);
  padding-left: 24px;
  position: relative;
}
@media screen and (max-width: 960px) {
  .service-detail__card-support-list li {
    padding-left: 20px;
  }
}
.service-detail__card-support-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 12px;
  height: 12px;
  background: var(--color-primary);
  border-radius: 50%;
}
@media screen and (max-width: 960px) {
  .service-detail__card-support-list li::before {
    top: 8px;
  }
}

.service-detail__card.is-accordion .service-detail__card-body {
  overflow: hidden;
  transition: max-height 0.3s ease, padding-top 0.3s ease, padding-bottom 0.3s ease;
}

.service-detail__card.is-open .service-detail__card-header::after {
  transform: translateY(-50%) rotate(180deg);
}