.p-self-check-intro__title {
  margin-bottom: 2rem;
  font-family: var(--font-serif);
  font-size: clamp(1.6rem, 1.5vw, 2.4rem);
  font-weight: 500;
  color: #0d396b;
  text-align: center;
  letter-spacing: 0.08em;
}

.p-self-check-process__bg {
  height: clamp(18rem, 22.5vw, 36rem);
  padding-left: min(5vw, 8rem);
  margin-bottom: clamp(3.5rem, 4.375vw, 7rem);
}
.p-self-check-process__bg * {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-self-check-process__inner {
  --container-width: 112rem;
}

.p-self-check__swiper-content {
  --arrow-width: clamp(3rem, calc(100vw * 50 / 1600), 5rem);
  --arrow-margin: clamp(0.5rem, calc(100vw * 20 / 1600), 2rem);
  position: relative;
  max-width: calc(72rem + (var(--arrow-width) + var(--arrow-margin)) * 2);
  padding-inline: calc(var(--arrow-width) + var(--arrow-margin));
  margin-inline: auto;
  margin-bottom: 4rem;
}

.p-self-check__next,
.p-self-check__prev {
  position: absolute;
  top: 50%;
  width: var(--arrow-width);
  aspect-ratio: 1/1;
  background: url(../images/common/swiper_arrow_navy.svg) no-repeat center/contain;
}

.p-self-check__next {
  right: 0;
  transform: translateY(-50%);
}

.p-self-check__prev {
  left: 0;
  transform: translateY(-50%) scale(-1, 1);
}

.swiper-pagination.p-self-check__pagination {
  bottom: -4rem;
}
.swiper-pagination.p-self-check__pagination .swiper-pagination-bullet {
  background-color: #1b416f;
}
.swiper-pagination.p-self-check__pagination .swiper-pagination-bullet-active {
  opacity: 0.8;
}

.p-self-check-model__box {
  display: grid;
  gap: 0;
  padding: 3rem 1.5rem;
  counter-reset: counter;
  background-color: #eef0f7;
  border: 1px solid rgba(9, 6, 76, 0.5);
}
@media (min-width: 768px) {
  .p-self-check-model__box {
    gap: clamp(4rem, 5vw, 8rem);
    padding: clamp(4.5rem, 5.625vw, 9rem) clamp(4rem, 5vw, 8rem);
  }
}

.p-self-check-model__content {
  display: flex;
  flex-direction: column;
  gap: 0 clamp(3rem, 3.75vw, 6rem);
}
@media (min-width: 768px) {
  .p-self-check-model__content:nth-of-type(odd) {
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .p-self-check-model__content:nth-of-type(even) {
    flex-direction: row-reverse;
  }
}

.p-self-check-model__list {
  flex-grow: 1;
}

.p-self-check-model__item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: clamp(1rem, 0.9375vw, 1.5rem) clamp(1rem, 1.25vw, 2rem);
  padding: clamp(1rem, 1.25vw, 2rem);
  border-bottom: solid 1px rgba(9, 6, 76, 0.5);
}
.p-self-check-model__item.-blue {
  --title-color: #0d396b;
}
.p-self-check-model__item.-purple {
  --title-color: #8e4e90;
}
.p-self-check-model__item.-green {
  --title-color: #2F803B;
}
.p-self-check-model__item::before {
  font-family: var(--font-lora);
  font-size: clamp(1.5rem, 1.875vw, 3rem);
  font-weight: 400;
  color: var(--title-color);
  letter-spacing: 0.05em;
  content: counter(counter, decimal-leading-zero) ".";
  counter-increment: counter 1;
}

.p-self-check-model__item__title {
  font-family: var(--font-serif);
  font-size: clamp(1.6rem, 1.6875vw, 2.7rem);
  font-weight: 500;
  color: var(--title-color);
  letter-spacing: 0.08em;
}

.p-self-check-model__item__text {
  grid-column: span 2;
  font-size: clamp(1.4rem, 1vw, 1.6rem);
  line-height: 2;
  letter-spacing: 0.12em;
}

.p-self-check-model__content__image {
  display: flex;
  flex-basis: clamp(20rem, 25vw, 40rem);
  flex-shrink: 0;
  align-items: center;
}
.p-self-check-model__content__image:where(.p-self-check-model__content:nth-of-type(odd) *) {
  justify-content: flex-end;
}
.p-self-check-model__content__image:where(.p-self-check-model__content:nth-of-type(even) *) {
  justify-content: flex-start;
}
@media (min-width: 768px) {
  .p-self-check-model__content__image img {
    width: auto;
  }
}

@media (min-width: 768px) {
  .p-self-check-grief__media__body {
    order: 2;
  }
}

@media (min-width: 768px) {
  .p-self-check-grief__media__image {
    order: 1;
  }
}

/*# sourceMappingURL=selfcheck.css.map */
