.recruit-page-body {
  min-width: 768px;
  background: linear-gradient(161deg, #050021 0%, #0a1a2f 70%);
}

.recruit-main {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: linear-gradient(161deg, #050021 0%, #0a1a2f 70%);
}

.recruit-breadcrumb {
  position: absolute;
  z-index: 2;
  top: 116px;
  left: max(40px, 50% - 820px);
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  line-height: 1.75;
}

.recruit-hero {
  height: 340px;
  padding: 204px max(40px, 50% - 820px) 0;
}
.recruit-hero__title {
  display: flex;
  align-items: center;
  gap: 36px;
  margin: 0;
  font-size: 64px;
  font-weight: 500;
  line-height: 1;
}
.recruit-hero__title::after {
  width: 207px;
  height: 1px;
  background: rgba(255, 255, 255, 0.75);
  content: "";
  transform: translateY(3px);
}

.recruit-section-title {
  margin: 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}

.application {
  min-height: 1324px;
  padding: 92px 0 110px;
}
.application__inner {
  width: min(100% - 80px, 1516px);
  margin: 0 auto;
}
.application__list {
  margin: 52px 0 0;
}
.application__row {
  display: grid;
  grid-template-columns: 222px minmax(0, 1fr);
  align-items: start;
  min-height: 139px;
  padding: 38px 0 30px;
  border-bottom: 1px solid rgba(192, 197, 204, 0.7);
}
@media (min-width: 768px) {
  .application__row:nth-child(2), .application__row:nth-child(5), .application__row:nth-child(6), .application__row:nth-child(7), .application__row:nth-child(8) {
    padding-top: 44px;
  }
  .application__row:nth-child(7) {
    min-height: 121px;
  }
}
.application dt {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.45;
}
.application dd {
  margin: 0;
  font-size: 16px;
  line-height: 2;
}

.entry-flow {
  min-height: 940px;
  padding: 80px 0 119px;
}
.entry-flow__inner {
  width: min(100% - 80px, 1076px);
  margin: 0 auto;
}
.entry-flow__list {
  display: grid;
  gap: 45px;
  margin: 90px 0 0;
  padding: 0;
  list-style: none;
}
.entry-flow__item {
  position: relative;
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  align-items: center;
  min-height: 87px;
  padding: 14px 29px;
  border: 1px solid #c0c5cc;
}
.entry-flow__item:not(:last-child)::after {
  position: absolute;
  bottom: -28px;
  left: 50%;
  width: 18px;
  height: 18px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  content: "";
  transform: translateX(-50%) rotate(45deg);
}
.entry-flow h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
}
.entry-flow p {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
}

.entry-form {
  min-height: 1080px;
  padding: 70px 0 126px;
}
.entry-form__inner {
  width: min(100% - 80px, 816px);
  margin: 0 auto;
}
.entry-form__form {
  margin-top: 90px;
}
.entry-form__row {
  display: grid;
  grid-template-columns: 277px minmax(0, 1fr);
  align-items: center;
  min-height: 55px;
  margin-bottom: 17px;
}
.entry-form label {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 16px;
  line-height: 1.75;
}
.entry-form__row > .entry-form__label--optional {
  padding-left: 66px;
}
.entry-form__required {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 29px;
  border: 1px solid #fff;
  font-size: 14px;
  line-height: 1;
}
.entry-form input[type=text],
.entry-form input[type=tel],
.entry-form input[type=email] {
  width: 100%;
  height: 40px;
  padding: 0 20px;
  border: 1px solid #c0c5cc;
  border-radius: 0;
  outline: none;
  color: #fff;
  font: inherit;
  background: transparent;
}
.entry-form input[type=text]::-moz-placeholder, .entry-form input[type=tel]::-moz-placeholder, .entry-form input[type=email]::-moz-placeholder {
  color: #c8c8c8;
  opacity: 1;
}
.entry-form input[type=text]::placeholder,
.entry-form input[type=tel]::placeholder,
.entry-form input[type=email]::placeholder {
  color: #c8c8c8;
  opacity: 1;
}
.entry-form input[type=text]:focus,
.entry-form input[type=tel]:focus,
.entry-form input[type=email]:focus {
  border-color: #fff;
  box-shadow: 0 0 0 1px #fff;
}
.entry-form__row--file {
  align-items: start;
}
.entry-form__file {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 20px;
}
.entry-form input[type=file] {
  width: 100%;
  color: #fff;
  font: inherit;
  font-size: 14px;
}
.entry-form input[type=file]::file-selector-button {
  min-width: 145px;
  height: 40px;
  margin-right: 16px;
  border: 1px solid #c0c5cc;
  border-radius: 0;
  color: #fff;
  background: transparent;
  cursor: pointer;
}
.entry-form small {
  display: block;
  width: 100%;
  font-size: 12px;
}
.entry-form__agreement {
  justify-content: center;
  margin: 36px 0 0;
  cursor: pointer;
}
.entry-form__agreement input {
  display: grid;
  flex: 0 0 28px;
  place-content: center;
  width: 28px;
  height: 28px;
  margin: 0;
  border: 1px solid #fff;
  border-radius: 0;
  appearance: none;
  background: transparent;
}
.entry-form__agreement input::before {
  width: 7px;
  height: 12px;
  border: solid #050021;
  border-width: 0 2px 2px 0;
  content: "";
  transform: translateY(-1px) rotate(45deg) scale(0);
}
.entry-form__agreement input:checked {
  background: #fff;
}
.entry-form__agreement input:checked::before {
  transform: translateY(-1px) rotate(45deg) scale(1);
}
.entry-form__agreement input:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}
.entry-form__submit {
  display: block;
  width: 100%;
  height: 51px;
  margin-top: 45px;
  border: 1px solid #fff;
  border-radius: 0;
  color: #222;
  font-size: 16px;
  font-weight: 500;
  background: #fff;
  cursor: pointer;
  transition: color 0.2s ease, background 0.2s ease;
}
.entry-form__submit:hover, .entry-form__submit:focus-visible {
  color: #fff;
  background: transparent;
}

@media (max-width: 767px) {
  .recruit-page-body {
    min-width: 0;
  }
  .recruit-breadcrumb {
    top: 96px;
    left: 20px;
    gap: 10px;
  }
  .recruit-hero {
    height: 240px;
    padding: 160px 20px 0;
  }
  .recruit-hero__title {
    gap: 20px;
    font-size: 32px;
  }
  .recruit-hero__title::after {
    width: 146px;
  }
  .recruit-section-title {
    font-size: 32px;
  }
  .application {
    min-height: 0;
    padding: 58px 20px 90px;
  }
  .application__inner {
    width: 100%;
  }
  .application__list {
    margin-top: 52px;
  }
  .application__row {
    display: block;
    min-height: 0;
    padding: 24px 0;
  }
  .application dt {
    margin-bottom: 12px;
    font-size: 18px;
  }
  .application dd {
    font-size: 14px;
    line-height: 1.75;
  }
  .entry-flow {
    min-height: 0;
    padding: 58px 20px 90px;
  }
  .entry-flow__inner {
    width: 100%;
  }
  .entry-flow__list {
    gap: 42px;
    margin-top: 52px;
  }
  .entry-flow__item {
    display: block;
    min-height: 0;
    padding: 20px;
  }
  .entry-flow__item:not(:last-child)::after {
    bottom: -31px;
    width: 14px;
    height: 14px;
  }
  .entry-flow h3 {
    font-size: 18px;
  }
  .entry-flow p {
    margin-top: 12px;
    font-size: 14px;
  }
  .entry-form {
    min-height: 0;
    padding: 58px 20px 90px;
  }
  .entry-form__inner {
    width: 100%;
  }
  .entry-form__form {
    margin-top: 52px;
  }
  .entry-form__row {
    display: block;
    min-height: 0;
    margin-bottom: 24px;
  }
  .entry-form label {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .entry-form__row > .entry-form__label--optional {
    padding-left: 60px;
  }
  .entry-form__required {
    width: 42px;
    height: 25px;
    font-size: 12px;
  }
  .entry-form__agreement {
    margin-top: 34px;
  }
  .entry-form__agreement input {
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
  }
  .entry-form__submit {
    margin-top: 34px;
  }
  .recruit-main .contact {
    height: 397px;
    min-height: 397px;
    padding-top: 0;
    background-position: center;
  }
  .recruit-main .contact__inner {
    display: block;
    width: 100%;
    padding: 40px 20px 0;
    text-align: center;
  }
  .recruit-main .contact__intro {
    padding-top: 0;
  }
  .recruit-main .contact .section-title {
    font-size: 40px;
    text-align: center;
  }
  .recruit-main .contact__text {
    width: 350px;
    margin: 25px auto 0;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
  }
  .recruit-main .contact__action {
    padding: 30px 0 0;
    text-align: center;
  }
  .recruit-main .contact__heading {
    font-size: 32px;
  }
  .recruit-main .contact__mail {
    justify-content: center;
    margin-top: 25px;
    font-size: 16px;
  }
  .recruit-main .contact__mail-icon {
    width: 19px;
    height: 14px;
  }
  .recruit-main .contact__action .detail-button {
    margin: 28px auto 0;
  }
}
