/* ========================================
　　return.css
    キャリアリターン（再入社）制度
   ======================================== */

/*--------------- REHIRE ---------------*/
.p-rehire {
  margin-top: 20px;
}
.p-rehire__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.p-rehire__header-text {
  flex: 1;
}
.p-rehire__title {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.3;
  color: var(--nec-blue);
}
.p-rehire__lead {
  line-height: 1.8;
  margin-top: 30px;
}
.p-rehire__header-img {
  flex-shrink: 0;
  width: 300px;
  border-radius: 20px;
  overflow: hidden;
}
.p-rehire__header-img-el {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.p-rehire .c-def-list {
  margin-block: 60px 48px;
}
.entry-section__subtitle {
  font-weight: 500;
  margin-top: 16px;
}
.p-rehire__background {
  margin-top: 60px;
}
.p-rehire__background-title {
  font-size: 24px;
}
.p-rehire__background-text {
  font-size: 16px;
  margin-top: 13px;
}
.p-rehire__-link-career {
	margin: 48px auto 0;
	width: fit-content;
}


/* ========================================
   レスポンシブ 1024px
   ======================================== */
@media (max-width: 1024px) {
  /*--------------- REHIRE ---------------*/
  .p-rehire {
    margin-top: 0;
  }
  .p-rehire__header {
    flex-direction: column;
  }
  .p-rehire__title {
    font-size: 22px;
  }
  .p-rehire__lead {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.6;
  }
  .p-rehire__header-img {
    width: 100%;
    max-width: 500px;
  }
  .entry-btn {
    font-size: 20px;
    height: 70px;
  }
  .p-rehire__background-title {
    font-size: 22px;
  }
  .p-rehire__background-text {
    font-size: 14px;
  }

}
@media (max-width: 640px) {
}
