.bl_fvImg {
  margin-left: 0px;
}

.bl_fvImg::after {
  content: none;
}

.ly_jobDesc {
  padding: 80px 15px;
}

.bl_jobList {
  margin-top: 40px;
}

.bl_jobList li {
  padding-block: 15px;
  display: flex;
  flex-direction: column;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  border-top: 1px solid #d1d1d1;
}

.bl_jobList li:last-child {
  border-bottom: 1px solid #d1d1d1;
}

.bl_jobLabel {
  color: #086dcd;
}

.ly_jobProcess {
  background: #086dcd;
  padding: 35px 20px 54px;
}

.bl_jobProcessList {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.bl_jobProcessList li {
  background: #fff;
  padding: 20px 25px;
  max-width: 245px;
  height: 245px;
  margin-inline: auto;
  line-height: 1.5;
  position: relative;
}

.bl_jobProcessList li:not(:last-child)::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0px;
  background: url(../img/recruit/recruit-process-after.svg) no-repeat center;
  height: 21px;
  width: 100%;
  transform: translate(-50%, 100%);
}

.bl_jobProcessList li span:first-child {
  display: block;
  color: #086dcd;
  font-size: 20px;
  line-height: 1;
}

.bl_jobProcessList li span:last-child strong {
  display: inline-block;
  margin-block: 10px;
  font-size: 20px;
}

.bl_jobMessage {
  padding: 40px 20px;
}

.bl_jobMessage_text {
  font-weight: 400;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  color: #fff;
  background: rgb(51, 51, 51);
  padding: 4px 20px;
  margin: -10px 0 0 -20px;
  position: relative;
  z-index: 1;
  width: 90%;
}

.bl_jobMessage_text p {
  font-size: clamp(1rem, 0.9286rem + 0.3571vw, 1.25rem);
}

.bl_jobMessage_cont {
  margin-top: 20px;
  font-size: 16px;
  line-height: 30px;
}

.ly_candidateMessage .bl_jobMessage_img {
  width: 80%;
}

.ly_candidateMessage .bl_jobMessage_text {
  align-items: flex-start;
  margin: -40px -20px 0 auto;
}

.bl_jobMessage_text h4 {
  font-size: clamp(1.25rem, 1.0714rem + 0.8929vw, 1.875rem);
}

.bl_jobPoints {
  margin-block: 22px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}

.bl_jobPoints li {
  background: #086dcd;
  padding: 10px;
  color: #fff;
  height: 330px;
  width: 100%;
  max-width: 320px;
}

.bl_jobPoints li div {
  border: 2px solid #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

.bl_jobPoints li h3 {
  font-weight: 500;
  font-size: clamp(1.25rem, 1.1786rem + 0.3571vw, 1.5rem);
}

.bl_jobPoints li p {
  font-size: clamp(0.875rem, 0.8393rem + 0.1786vw, 1rem);
  margin-top: 20px;
  text-align: center;
  line-height: 30px;
}

.bl_jobPointsMessage {
  font-size: 14px;
  padding-inline: 20px;
  margin-bottom: 80px;
}

.bl_jobCategories {
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  .bl_fvImg {
    margin-inline: auto 0;
  }

  .ly_jobDesc {
    padding-block: 160px 80px;
  }

  .bl_jobDesc {
    max-width: 1000px;
    margin-inline: auto;
  }

  .bl_jobList li {
    flex-direction: row;
    gap: 20px;
    padding-block: 20px 15px;
  }

  .bl_jobLabel {
    width: 100px;
    height: 100%;
  }

  .ly_jobProcess {
    padding-block: 80px;
  }

  .bl_jobProcessList {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }

  .bl_jobProcessList li {
    margin-inline: 0;
    max-width: 235px;
    padding-inline: 20px;
  }

  .bl_jobProcessList li:not(:last-child)::after {
    bottom: unset;
    height: 100%;
    width: 21px;
    background: url(../img/recruit/recruit-process-after-pc.svg) no-repeat
      center;
    top: 50%;
    right: 2px;
    transform: translate(100%, -50%);
    left: unset;
  }

  .bl_jobMessage {
    padding-block: 80px 60px;
  }

  .bl_jobMessage_img {
    max-width: 80vw;
    margin-inline: auto;
  }

  .bl_jobMessage_text {
    width: 42vw;
    margin-right: auto;
    padding: 25px 50px;
  }

  .bl_jobMessage_cont {
    max-width: 1000px;
    margin-inline: auto;
  }

  .ly_candidateMessage .bl_jobMessage {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, auto);
    position: relative;
    padding-inline: 0;
    padding-block: 20vw;
	overflow: clip;
  }

  .ly_candidateMessage .bl_jobMessage_img {
    grid-area: 1 / 1 / 3 / 2;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 0;
    width: 47vw;
    margin-inline: 0;
  }
  .ly_candidateMessage .bl_jobMessage_text {
    grid-area: 1 / 2 / 2 / 3;
    height: fit-content;
    width: 58vw;
  }
  .ly_candidateMessage .bl_jobMessage_cont {
    grid-area: 2 / 2 / 3 / 3;
    width: min(40vw, 405px);
    margin-inline: 8vw auto;
  }

  .bl_jobPoints {
    flex-direction: row;
    justify-content: center;
  }

  .bl_jobPointsMessage {
    max-width: 1000px;
    margin-inline: auto;
    font-size: 16px;
  }

  .ly_jobOther .bl_jobCategories {
    max-width: unset;
    margin-inline: 0;
    grid-template-columns: repeat(5, 1fr);
    padding-inline: 0;
  }

  .bl_jobCategories a > p {
    font-size: clamp(0.875rem, 0.6964rem + 0.8929vw, 1.5rem);
  }
}
