.recruit__blueBox {
  width: 100%;
  border: 2px solid #0064cf;
  border-radius: 20px;
}
@media (max-width: 900px) {
  .recruit__blueBox {
    border: none;
  }
}
.recruit__blueBox--title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 6px 32px;
  margin: 0 auto;
  color: white;
  background-color: #0064cf;
  border-radius: 0 0 4px 4px;
}
@media (max-width: 900px) {
  .recruit__blueBox--title {
    width: 100%;
    padding: 9px 20px;
    margin: 0 auto;
    border-radius: 20px 20px 0 0;
    text-align: center;
  }
}
.recruit__blueBox--text {
  padding: 27px 20px 32px;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  text-align: center;
  word-break: auto-phrase;
}
@media (max-width: 900px) {
  .recruit__blueBox--text {
    padding: 22px 24px;
    padding-bottom: 32px;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    border: 2px solid #0064cf;
    border-radius: 0 0 20px 20px;
  }
}
.recruit__orangeList {
  padding: 12px 64px;
  color: #f97930;
  z-index: 4;
  width: 100%;
  padding: 0;
}
.recruit__orangeList--wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: white;
  border-radius: 5px;
}
.recruit__orangeList--wrapper .bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
}
.recruit__orangeList--wrapper .bg::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  background: -webkit-gradient(linear, right top, left top, from(#ff9c08), to(#ff3700));
  background: linear-gradient(270deg, #ff9c08 0%, #ff3700 100%);
  border-radius: 5px;
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #000)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #000));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
          mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #000)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #000));
          mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
}
.recruit__orangeList--wrapper:hover {
  cursor: pointer;
  opacity: 1;
}
.recruit__orangeList--wrapper {
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#fff), to(#ffedda));
  background: linear-gradient(90deg, #fff 0%, #ffedda 100%);
}
@media (max-width: 900px) {
  .recruit__orangeList--wrapper {
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ffedda));
    background: linear-gradient(180deg, #fff 0%, #ffedda 100%);
  }
}
.recruit__orangeList--wrapper:hover {
  cursor: auto;
}
.recruit__orangeList--merit {
  background: -webkit-gradient(linear, right top, left top, from(#ff9c08), to(#ff3700));
  background: linear-gradient(270deg, #ff9c08 0%, #ff3700 100%);
  background-repeat: no-repeat;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  width: 98px;
  padding: 2px 12px;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  color: white;
  letter-spacing: -3.2px;
  border-radius: 8px 0;
}
.recruit__orangeList--merit-number {
  margin-left: 4px;
  font-family: "Nunito Sans", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media (max-width: 900px) {
  .recruit__orangeList--merit-number {
    margin-left: 8px;
  }
}
.recruit__orangeList--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  padding: 24px 32px 32px;
}
@media (max-width: 900px) {
  .recruit__orangeList--inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 24px;
  }
}
.recruit__orangeList--title {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  color: #2e2d28;
  word-break: auto-phrase;
}
@media (max-width: 900px) {
  .recruit__orangeList--title {
    font-size: 22px;
  }
}
.recruit__orangeList--text, .recruit__orangeList--smallText {
  max-width: 662px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  color: #2e2d28;
}
@media (max-width: 900px) {
  .recruit__orangeList--text, .recruit__orangeList--smallText {
    max-width: 100%;
  }
}
.recruit__orangeList--text {
  font-size: 18px;
}
@media (max-width: 900px) {
  .recruit__orangeList--text {
    font-size: 16px;
  }
}
.recruit__orangeList--smallText {
  font-size: 16px;
}
@media (max-width: 900px) {
  .recruit__orangeList--smallText {
    font-size: 14px;
  }
}
.recruit__orangeList--image {
  position: relative;
  z-index: 2;
  width: 190px;
  height: 180px;
  border-radius: 20px;
}
@media (max-width: 900px) {
  .recruit__orangeList--image {
    width: 160px;
    height: 152px;
  }
}
.recruit__orangeList--image-wrapper {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 900px) {
  .recruit__orangeList--image-wrapper {
    margin-bottom: 8px;
  }
}
.recruit__orangeList--image-wrapper::after {
  content: "";
  position: absolute;
  top: -45px;
  right: -20px;
  width: 100px;
  height: 100px;
  background-image: url('data:image/svg+xml,<svg width="100" height="100" viewBox="0 0 100 100" fill="none" xmlns="http://www.w3.org/2000/svg"><g opacity="0.5"><circle cx="1.5" cy="1.5" r="1.5" fill="%23FF8E42"/><circle cx="10.5" cy="1.5" r="1.5" fill="%23FF8E42"/><circle cx="19.5" cy="1.5" r="1.5" fill="%23FF8E42"/><circle cx="28.5" cy="1.5" r="1.5" fill="%23FF8E42"/><circle cx="37.5" cy="1.5" r="1.5" fill="%23FF8E42"/><circle cx="46.5" cy="1.5" r="1.5" fill="%23FF8E42"/><circle cx="55.5" cy="1.5" r="1.5" fill="%23FF8E42"/><circle cx="64.5" cy="1.5" r="1.5" fill="%23FF8E42"/><circle cx="73.5" cy="1.5" r="1.5" fill="%23FF8E42"/><circle cx="82.5" cy="1.5" r="1.5" fill="%23FF8E42"/><circle cx="91.5" cy="1.5" r="1.5" fill="%23FF8E42"/><circle cx="1.5" cy="10.5" r="1.5" fill="%23FF8E42"/><circle cx="10.5" cy="10.5" r="1.5" fill="%23FF8E42"/><circle cx="19.5" cy="10.5" r="1.5" fill="%23FF8E42"/><circle cx="28.5" cy="10.5" r="1.5" fill="%23FF8E42"/><circle cx="37.5" cy="10.5" r="1.5" fill="%23FF8E42"/><circle cx="46.5" cy="10.5" r="1.5" fill="%23FF8E42"/><circle cx="55.5" cy="10.5" r="1.5" fill="%23FF8E42"/><circle cx="64.5" cy="10.5" r="1.5" fill="%23FF8E42"/><circle cx="73.5" cy="10.5" r="1.5" fill="%23FF8E42"/><circle cx="82.5" cy="10.5" r="1.5" fill="%23FF8E42"/><circle cx="91.5" cy="10.5" r="1.5" fill="%23FF8E42"/><circle cx="1.5" cy="19.5" r="1.5" fill="%23FF8E42"/><circle cx="10.5" cy="19.5" r="1.5" fill="%23FF8E42"/><circle cx="19.5" cy="19.5" r="1.5" fill="%23FF8E42"/><circle cx="28.5" cy="19.5" r="1.5" fill="%23FF8E42"/><circle cx="37.5" cy="19.5" r="1.5" fill="%23FF8E42"/><circle cx="46.5" cy="19.5" r="1.5" fill="%23FF8E42"/><circle cx="55.5" cy="19.5" r="1.5" fill="%23FF8E42"/><circle cx="64.5" cy="19.5" r="1.5" fill="%23FF8E42"/><circle cx="73.5" cy="19.5" r="1.5" fill="%23FF8E42"/><circle cx="82.5" cy="19.5" r="1.5" fill="%23FF8E42"/><circle cx="91.5" cy="19.5" r="1.5" fill="%23FF8E42"/><circle cx="1.5" cy="28.5" r="1.5" fill="%23FF8E42"/><circle cx="10.5" cy="28.5" r="1.5" fill="%23FF8E42"/><circle cx="19.5" cy="28.5" r="1.5" fill="%23FF8E42"/><circle cx="28.5" cy="28.5" r="1.5" fill="%23FF8E42"/><circle cx="37.5" cy="28.5" r="1.5" fill="%23FF8E42"/><circle cx="46.5" cy="28.5" r="1.5" fill="%23FF8E42"/><circle cx="55.5" cy="28.5" r="1.5" fill="%23FF8E42"/><circle cx="64.5" cy="28.5" r="1.5" fill="%23FF8E42"/><circle cx="73.5" cy="28.5" r="1.5" fill="%23FF8E42"/><circle cx="82.5" cy="28.5" r="1.5" fill="%23FF8E42"/><circle cx="91.5" cy="28.5" r="1.5" fill="%23FF8E42"/><circle cx="1.5" cy="37.5" r="1.5" fill="%23FF8E42"/><circle cx="10.5" cy="37.5" r="1.5" fill="%23FF8E42"/><circle cx="19.5" cy="37.5" r="1.5" fill="%23FF8E42"/><circle cx="28.5" cy="37.5" r="1.5" fill="%23FF8E42"/><circle cx="37.5" cy="37.5" r="1.5" fill="%23FF8E42"/><circle cx="46.5" cy="37.5" r="1.5" fill="%23FF8E42"/><circle cx="55.5" cy="37.5" r="1.5" fill="%23FF8E42"/><circle cx="64.5" cy="37.5" r="1.5" fill="%23FF8E42"/><circle cx="73.5" cy="37.5" r="1.5" fill="%23FF8E42"/><circle cx="82.5" cy="37.5" r="1.5" fill="%23FF8E42"/><circle cx="91.5" cy="37.5" r="1.5" fill="%23FF8E42"/><circle cx="1.5" cy="46.5" r="1.5" fill="%23FF8E42"/><circle cx="10.5" cy="46.5" r="1.5" fill="%23FF8E42"/><circle cx="19.5" cy="46.5" r="1.5" fill="%23FF8E42"/><circle cx="28.5" cy="46.5" r="1.5" fill="%23FF8E42"/><circle cx="37.5" cy="46.5" r="1.5" fill="%23FF8E42"/><circle cx="46.5" cy="46.5" r="1.5" fill="%23FF8E42"/><circle cx="55.5" cy="46.5" r="1.5" fill="%23FF8E42"/><circle cx="64.5" cy="46.5" r="1.5" fill="%23FF8E42"/><circle cx="73.5" cy="46.5" r="1.5" fill="%23FF8E42"/><circle cx="82.5" cy="46.5" r="1.5" fill="%23FF8E42"/><circle cx="91.5" cy="46.5" r="1.5" fill="%23FF8E42"/><circle cx="1.5" cy="55.5" r="1.5" fill="%23FF8E42"/><circle cx="10.5" cy="55.5" r="1.5" fill="%23FF8E42"/><circle cx="19.5" cy="55.5" r="1.5" fill="%23FF8E42"/><circle cx="28.5" cy="55.5" r="1.5" fill="%23FF8E42"/><circle cx="37.5" cy="55.5" r="1.5" fill="%23FF8E42"/><circle cx="46.5" cy="55.5" r="1.5" fill="%23FF8E42"/><circle cx="55.5" cy="55.5" r="1.5" fill="%23FF8E42"/><circle cx="64.5" cy="55.5" r="1.5" fill="%23FF8E42"/><circle cx="73.5" cy="55.5" r="1.5" fill="%23FF8E42"/><circle cx="82.5" cy="55.5" r="1.5" fill="%23FF8E42"/><circle cx="91.5" cy="55.5" r="1.5" fill="%23FF8E42"/><circle cx="1.5" cy="64.5" r="1.5" fill="%23FF8E42"/><circle cx="10.5" cy="64.5" r="1.5" fill="%23FF8E42"/><circle cx="19.5" cy="64.5" r="1.5" fill="%23FF8E42"/><circle cx="28.5" cy="64.5" r="1.5" fill="%23FF8E42"/><circle cx="37.5" cy="64.5" r="1.5" fill="%23FF8E42"/><circle cx="46.5" cy="64.5" r="1.5" fill="%23FF8E42"/><circle cx="55.5" cy="64.5" r="1.5" fill="%23FF8E42"/><circle cx="64.5" cy="64.5" r="1.5" fill="%23FF8E42"/><circle cx="73.5" cy="64.5" r="1.5" fill="%23FF8E42"/><circle cx="82.5" cy="64.5" r="1.5" fill="%23FF8E42"/><circle cx="91.5" cy="64.5" r="1.5" fill="%23FF8E42"/><circle cx="1.5" cy="73.5" r="1.5" fill="%23FF8E42"/><circle cx="10.5" cy="73.5" r="1.5" fill="%23FF8E42"/><circle cx="19.5" cy="73.5" r="1.5" fill="%23FF8E42"/><circle cx="28.5" cy="73.5" r="1.5" fill="%23FF8E42"/><circle cx="37.5" cy="73.5" r="1.5" fill="%23FF8E42"/><circle cx="46.5" cy="73.5" r="1.5" fill="%23FF8E42"/><circle cx="55.5" cy="73.5" r="1.5" fill="%23FF8E42"/><circle cx="64.5" cy="73.5" r="1.5" fill="%23FF8E42"/><circle cx="73.5" cy="73.5" r="1.5" fill="%23FF8E42"/><circle cx="82.5" cy="73.5" r="1.5" fill="%23FF8E42"/><circle cx="91.5" cy="73.5" r="1.5" fill="%23FF8E42"/><circle cx="1.5" cy="82.5" r="1.5" fill="%23FF8E42"/><circle cx="10.5" cy="82.5" r="1.5" fill="%23FF8E42"/><circle cx="19.5" cy="82.5" r="1.5" fill="%23FF8E42"/><circle cx="28.5" cy="82.5" r="1.5" fill="%23FF8E42"/><circle cx="37.5" cy="82.5" r="1.5" fill="%23FF8E42"/><circle cx="46.5" cy="82.5" r="1.5" fill="%23FF8E42"/><circle cx="55.5" cy="82.5" r="1.5" fill="%23FF8E42"/><circle cx="64.5" cy="82.5" r="1.5" fill="%23FF8E42"/><circle cx="73.5" cy="82.5" r="1.5" fill="%23FF8E42"/><circle cx="82.5" cy="82.5" r="1.5" fill="%23FF8E42"/><circle cx="91.5" cy="82.5" r="1.5" fill="%23FF8E42"/><circle cx="1.5" cy="91.5" r="1.5" fill="%23FF8E42"/><circle cx="10.5" cy="91.5" r="1.5" fill="%23FF8E42"/><circle cx="19.5" cy="91.5" r="1.5" fill="%23FF8E42"/><circle cx="28.5" cy="91.5" r="1.5" fill="%23FF8E42"/><circle cx="37.5" cy="91.5" r="1.5" fill="%23FF8E42"/><circle cx="46.5" cy="91.5" r="1.5" fill="%23FF8E42"/><circle cx="55.5" cy="91.5" r="1.5" fill="%23FF8E42"/><circle cx="64.5" cy="91.5" r="1.5" fill="%23FF8E42"/><circle cx="73.5" cy="91.5" r="1.5" fill="%23FF8E42"/><circle cx="82.5" cy="91.5" r="1.5" fill="%23FF8E42"/><circle cx="91.5" cy="91.5" r="1.5" fill="%23FF8E42"/></g></svg>');
  background-repeat: no-repeat;
}
@media (max-width: 900px) {
  .recruit__orangeList--image-wrapper::after {
    top: auto;
    right: -25px;
    bottom: -22px;
  }
}
.recruit__flowList {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.recruit__flowList:last-child {
  margin-bottom: 160px;
}
.recruit__flowList:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 32px;
  width: 8px;
  height: 100%;
  background: #e5efff;
}
@media (max-width: 900px) {
  .recruit__flowList:not(:last-child)::after {
    left: 28px;
  }
}
.recruit__flowList--image {
  width: 72px;
  min-width: 72px;
  height: 72px;
  min-height: 72px;
}
@media (max-width: 900px) {
  .recruit__flowList--image {
    width: 64px;
    min-width: 64px;
    height: 64px;
    min-height: 64px;
  }
}
.recruit__flowList--image-wrapper {
  z-index: 2;
}
.recruit__flowList--content {
  margin-left: 40px;
}
@media (max-width: 900px) {
  .recruit__flowList--content {
    margin-left: 17px;
  }
}
.recruit__flowList--header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
@media (max-width: 900px) {
  .recruit__flowList--header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.recruit__flowList--header-step {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 6px 9px;
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  color: white;
  background: #0064cf;
  border-radius: 5px;
}
.recruit__flowList--header-step::before {
  content: "";
  position: absolute;
  left: -79px;
  width: 79px;
  height: 1px;
  background-color: #cee6fe;
}
.recruit__flowList--header-title {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
@media (max-width: 900px) {
  .recruit__flowList--header-title {
    font-size: 22px;
  }
}
.recruit__flowList--header-text {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
}
@media (max-width: 900px) {
  .recruit__flowList--title {
    font-size: 22px;
  }
}
.recruit__stepList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
.recruit__stepList:not(:last-child) {
  margin-bottom: 24px;
}
.recruit__stepList--content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.recruit__stepList--header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.recruit__stepList--hyphen {
  width: 17px;
  min-width: 17px;
  height: 3px;
  min-height: 3px;
}
.recruit__stepList--title {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
.recruit__stepList--text {
  padding-left: 22px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}