<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.p-first {
  padding-bottom: 5.9375rem;
}

.p-first__english {
  position: absolute;
  top: 5.8625rem;
  right: -0.625rem;
}

@media screen and (max-width: 767px) {
  .p-first__english {
    right: 1.25rem;
  }
}

.p-first__lead {
  margin-top: 1.875rem;
  /* font-size: max(1.25rem, 14px); */
  line-height: 1.7;
  font-size:20px;
}

@media screen and (max-width: 767px) {
  .p-first__lead {
    font-size:16px;
    /* font-size: 0.875rem; */
  }
}

.p-first__wrap {
  margin-top: 2.9375rem;
  display: flex;
  flex-direction: column;
  gap: 1.4375rem;
  max-width: 1194px;
  margin-inline: auto;
}

.p-first__item {
  display: grid;
  grid-template-columns: 1fr 7fr;
  gap: 1.4375rem;
  padding: 2.6875rem 2.75rem;
  background: url("../assets/img/bg_blue.png") center center/cover;
}
@media screen and (max-width: 767px) {
  .p-first__item {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 1.25rem;
  }
}
.p-first__item:nth-of-type(2n) {
  background: url("../assets/img/bg_pink.png") center center/cover;
}

.p-first__item-title {
  color: #062158;
  font-size: max(1.5rem, 20px);
  line-height: 1.9583333333;
  font-weight: 700;
  letter-spacing: 0.02em;
  display: flex;
  align-items: center;
  gap: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .p-first__item-title {
    font-size: 1.25rem;
  }
}

.p-first__item-text {
  margin-top: 0.8125rem;
  font-size: 16px;
  /* font-size: max(1.25rem, 14px); */
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  /* .p-first__item-text {
    font-size: 0.875rem;
  } */
}

.p-first__item__nomal {
  display: grid;
  grid-template-columns: 3fr 1fr;
  gap: 1.4375rem;
  padding: 1.6875rem 0;
}

.p-first__item__nomal .content .p-first__item-title {
}

.p-first__item__nomal .content .p-first__item-title::before {
  content: "";
  width: 2.4375rem;
  height: 2px;
  background: #062158;
}
.p-first__item__nomal .content .list {
  margin-top: 0.8125rem;
  font-size:16px;
  /* font-size: max(0.95rem, 12px); */
  line-height: 1.7;
  background: #d9f3fe;
  display: inline-block;
  padding: 1.6875rem 1.75rem;
}

@media screen and (max-width: 767px) {
  .p-first__item__nomal {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .p-first__item__nomal .content .list {
    margin-bottom: 1.4375rem;
  }
}

.p-repeat {
  padding-bottom: 20rem;
}

@media screen and (max-width: 767px) {
  .p-repeat {
    padding-bottom: 8rem;
  }
}

.p-repeat__english {
  position: absolute;
  top: 5.8625rem;
  right: 4.375rem;
}

@media screen and (max-width: 767px) {
  .p-repeat__english {
    right: 1.25rem;
  }
}

.p-repeat__lead {
  margin-top: 1.875rem;
  font-size:20px;
  /* font-size: max(1.25rem, 14px); */
  line-height: 1.7;
}

@media screen and (max-width: 767px) {
  .p-repeat__lead {
    font-size:16px;
    /* font-size: 0.875rem; */
  }
}

.p-repeat__wrap {
  margin-top: 2.9375rem;
  display: flex;
  flex-direction: column;
  gap: 1.4375rem;
  max-width: 1194px;
  margin-inline: auto;
}
</pre></body></html>