main {
  min-height: 100vh;
}

.sec-fv {
  position: relative;
  margin-bottom: 72px;
}
@media screen and (max-width: 768px) {
  .sec-fv {
    margin-bottom: 24px;
  }
}
.sec-fv .fv-en {
  margin-top: -7.5%;
  left: -54px;
}

@media screen and (max-width: 768px) {
  .page-lower .outer {
    padding-inline: 32px;
  }
}

.content-wrap {
  max-width: 992px;
  margin-inline: auto;
  background: var(--white);
  border-radius: 8px 64px 8px 64px;
  padding: 7cqw 8.4cqw;
  margin-bottom: 180px;
}
@media screen and (max-width: 768px) {
  .content-wrap {
    padding: 32px 24px;
    border-radius: 4px 32px 4px 32px;
    margin-bottom: 42px;
  }
}

.section-heading {
  font-size: 2.8rem;
  font-weight: 800;
}
@media screen and (max-width: 768px) {
  .section-heading {
    font-size: 2.2rem;
  }
}

.text-note {
  font-size: 1.2rem;
  font-weight: 800;
}

.sec-outline {
  margin-bottom: 88px;
}
@media screen and (max-width: 768px) {
  .sec-outline {
    margin-bottom: 48px;
  }
}
.sec-outline .outline-list {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .sec-outline .outline-list {
    margin-top: 20px;
  }
}
.sec-outline .outline-item {
  display: flex;
  gap: 64px;
  border-top: 1px solid #80C4FF;
  padding: 32px 40px 24px;
}
@media screen and (max-width: 768px) {
  .sec-outline .outline-item {
    padding: 24px 0;
    flex-direction: column;
    gap: 8px;
  }
}
.sec-outline .outline-item:last-of-type {
  border-bottom: 1px solid #80C4FF;
}
.sec-outline .outline-item__term {
  min-width: 160px;
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--blue-main);
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .sec-outline .outline-item__term {
    font-size: 1.4rem;
  }
}
.sec-outline .outline-item__descpiption {
  flex: 1;
}
.sec-outline .outline-item__descpiption .text-group + .text-group {
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .sec-outline .outline-item__descpiption .text-group + .text-group {
    margin-top: 18px;
  }
}
.sec-outline .outline-item__descpiption .text-group + .text-note {
  margin-top: 16px;
}
.sec-outline .outline-item__descpiption .text-strong {
  font-size: 1.4rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .sec-outline .outline-item__descpiption .text-strong {
    font-size: 1.2rem;
  }
}
.sec-outline .outline-item__descpiption .text-strong + .text-group {
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .sec-outline .outline-item__descpiption .text-strong + .text-group {
    margin-top: 6px;
  }
}
.sec-outline .outline-item__descpiption .text-mid {
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .sec-outline .outline-item__descpiption .text-mid {
    font-size: 1.2rem;
  }
}
.sec-outline .outline-item__descpiption .text-indent {
  position: relative;
  padding-left: 16px;
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .sec-outline .outline-item__descpiption .text-indent {
    padding-left: 12px;
  }
}
.sec-outline .outline-item__descpiption .text-indent::before {
  content: "";
  position: absolute;
  width: 8px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--blue-hov);
  top: 8px;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .sec-outline .outline-item__descpiption .text-indent::before {
    top: 6px;
  }
}
@media screen and (max-width: 768px) {
  .sec-outline .outline-item__descpiption .text-indent {
    font-size: 1.2rem;
  }
}
.sec-outline .outline-item__descpiption .text-indent + .text-indent {
  margin-top: 12px;
}
.sec-outline .outline-item__descpiption .text-indent.text-strong {
  font-weight: 700;
}
.sec-outline .outline-item__descpiption .indent-circle {
  position: relative;
  padding-left: 12px;
  font-size: 1.4rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .sec-outline .outline-item__descpiption .indent-circle {
    font-size: 1.2rem;
  }
}
.sec-outline .outline-item__descpiption .indent-circle::before {
  content: "";
  position: absolute;
  width: 8px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--blue-main);
  top: 8px;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .sec-outline .outline-item__descpiption .indent-circle::before {
    top: 6px;
  }
}

.sec-step .step-text {
  margin-block: 26px 34px;
}
@media screen and (max-width: 768px) {
  .sec-step .step-text {
    margin-block: 26px 26px;
  }
}
.sec-step .step-block {
  background: #F0FAFF;
  padding: 48px 48px;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .sec-step .step-block {
    padding: 24px;
    border-radius: 4px;
  }
}
.sec-step .step-block .step-block__head {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--blue-main);
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .sec-step .step-block .step-block__head {
    font-size: 1.6rem;
    margin-bottom: 36px;
  }
}
.sec-step .step-block .step-list {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .sec-step .step-block .step-list {
    gap: 36px;
  }
}
.sec-step .step-block .step-list + .text-note {
  margin-top: 16px;
}
.sec-step .step-block .step-item {
  position: relative;
  display: flex;
  border: 1px solid var(--blue-main);
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .sec-step .step-block .step-item {
    flex-direction: column;
    background: var(--white);
  }
}
@media screen and (max-width: 768px) {
  .sec-step .step-block .step-item.bg-grad::before {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    background: radial-gradient(ellipse at center, #FFFFFF 0%, #BEEBFF 75%);
    z-index: 0;
  }
}
@media screen and (min-width: 769px) {
  .sec-step .step-block .step-item.bg-grad .step-description::before {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(ellipse at center, #FFFFFF 0%, #BEEBFF 75%);
    z-index: 0;
  }
}
.sec-step .step-block .step-term {
  position: relative;
  min-width: 138px;
  display: grid;
  place-content: center;
  padding-block: 20px;
  font-family: var(--mont);
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--white);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .sec-step .step-block .step-term {
    min-width: initial;
    width: fit-content;
    background: var(--white);
    padding: 6px 14px;
    margin-inline: auto;
    top: -16px;
    font-size: 1.2rem;
  }
}
.sec-step .step-block .step-term::before {
  content: "";
  position: absolute;
  background: var(--blue-hov);
  border-radius: 4px;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  z-index: 0;
}
.sec-step .step-block .step-term > span {
  display: block;
  position: relative;
  z-index: 1;
}
.sec-step .step-block .step-description {
  width: 100%;
  padding-inline: 4cqw 5cqw;
  padding-block: 20px;
  background: var(--white);
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .sec-step .step-block .step-description {
    padding-block: 0 24px;
    padding-inline: 24px;
    background: initial;
  }
}
.sec-step .step-block .step-description .text {
  position: relative;
  flex: 1;
  font-size: 1.613cqw;
  font-weight: 700;
  color: var(--blue-main);
}
@media screen and (max-width: 768px) {
  .sec-step .step-block .step-description .text {
    font-size: 1.4rem;
    text-align: center;
  }
}
.sec-step .step-block .step-description .text span {
  position: relative;
}
.sec-step .step-block .step-description .marker {
  flex: initial;
}
.sec-step .step-block .step-description .marker::before {
  content: "";
  position: absolute;
  display: inline;
  background: linear-gradient(transparent 50%, #80C4FF 50%);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  width: 108%;
  height: 50%;
  left: -5%;
  bottom: 2px;
  z-index: 0;
}
.sec-step .step-block .step-description .emphasis::after {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  translate: -50% 0;
  background: url(/recruit/fresh/assets/img/recruit/informaiton/emphasis-deco.svg) no-repeat;
  width: 18px;
  height: 10px;
  z-index: 0;
}
.sec-step .step-block .step-description-group {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .sec-step .step-block .step-description-group {
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .sec-step .step-block .text-note {
    font-size: 1rem;
  }
}
.sec-step .text-block {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.sec-step .text-block .base-text .blue {
  color: var(--blue-main);
}
.sec-step .text-block + .step-block {
  margin-top: 64px;
}
@media screen and (max-width: 768px) {
  .sec-step .text-block + .step-block {
    margin-top: 32px;
  }
}