@charset "UTF-8";
/***********************

new-graduate　style

***********************/
.recruit.mid-career .contents {
  padding-bottom: 0;
}
.recruit.mid-career .job_list .job_item {
  background-color: #F7F7F7;
  padding: 26px 40px;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .recruit.mid-career .job_list .job_item {
    padding: 26px 24px;
    margin-bottom: 20px;
  }
}
.recruit.mid-career .job_list .job_item h4 {
  margin-bottom: 0;
}
.recruit.mid-career .job_list .job_item dl {
  display: flex;
  border-bottom: 1px solid #D9D9D9;
  padding: 26px 0 26px 10px;
}
@media screen and (max-width: 767px) {
  .recruit.mid-career .job_list .job_item dl {
    flex-direction: column;
    padding-left: 0;
    padding-bottom: 22px;
  }
}
.recruit.mid-career .job_list .job_item dl:last-of-type {
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .recruit.mid-career .job_list .job_item dl:last-of-type {
    padding-bottom: 0;
  }
}
.recruit.mid-career .job_list .job_item dl dt {
  width: 17.8%;
  font-size: 15px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .recruit.mid-career .job_list .job_item dl dt {
    width: 100%;
    margin-bottom: 10px;
  }
}
.recruit.mid-career .job_list .job_item dl dt span {
  border-left: 3px solid #0081CC;
  padding-left: 6px;
  line-height: 1;
}
.recruit.mid-career .job_list .job_item dl dd {
  font-size: 15px;
  line-height: 24px;
  width: 82.2%;
}
@media screen and (max-width: 767px) {
  .recruit.mid-career .job_list .job_item dl dd {
    width: 100%;
    font-size: 14px;
    line-height: 26.6px;
  }
}
.recruit.mid-career .job_list .job_item dl dd p {
  line-height: 24px;
}
@media screen and (max-width: 767px) {
  .recruit.mid-career .job_list .job_item dl dd p {
    line-height: 26.6px;
  }
}
.recruit.mid-career .job_list .job_item dl dd p:last-of-type {
  margin-top: 10px;
}
.recruit.mid-career .select_step_intro {
  font-size: 16px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .recruit.mid-career .select_step_intro {
    font-size: 3.58vw;
    margin-bottom: 25px;
  }
}
.recruit.mid-career .select_step_list {
  background-color: #F7F7F7;
  padding: 20px 50px 45px 85px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .recruit.mid-career .select_step_list {
    padding: 6.3vw 6.48vw 10.25vw 15.64vw;
  }
}
.recruit.mid-career .select_step_item {
  display: flex;
  align-items: baseline;
  position: relative;
  padding: 18px 0;
  border-bottom: 2px dotted #C3C3C3;
}
@media screen and (max-width: 767px) {
  .recruit.mid-career .select_step_item {
    flex-direction: column;
    padding: 1.61vw 0 4.61vw 0;
  }
}
.recruit.mid-career .select_step_item::after {
  content: "";
  display: block;
  position: absolute;
  left: -36px;
  top: 52%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #0480CF;
}
@media screen and (max-width: 767px) {
  .recruit.mid-career .select_step_item::after {
    width: 3.58vw;
    height: 3.58vw;
    top: 10.1vw;
    left: -9vw;
  }
}
.recruit.mid-career .select_step_item::before {
  content: "";
  display: block;
  position: absolute;
  left: -30.5px;
  top: 47px;
  width: 3px;
  height: 98px;
  background-color: #64C9DB;
}
@media screen and (max-width: 767px) {
  .recruit.mid-career .select_step_item::before {
    left: -7.69vw;
    top: 11.05vw;
    width: 0.76vw;
    height: 27.51vw;
  }
}
@media screen and (max-width: 767px) {
  .recruit.mid-career .select_step_item:first-of-type::before {
    height: 27.51vw;
  }
}
.recruit.mid-career .select_step_item:last-of-type::before {
  content: none;
}
.recruit.mid-career .select_step_num {
  display: flex;
  align-items: baseline;
}
@media screen and (max-width: 767px) {
  .recruit.mid-career .select_step_num {
    padding-left: 0;
  }
}
.recruit.mid-career .select_step_num p {
  font-family: "Roboto", sans-serif;
  color: #0081CC;
  font-size: 22px;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .recruit.mid-career .select_step_num p {
    font-size: 5.62vw;
  }
}
.recruit.mid-career .select_step_num p:last-of-type {
  font-size: 32px;
  margin-left: 6px;
}
@media screen and (max-width: 767px) {
  .recruit.mid-career .select_step_num p:last-of-type {
    font-size: 8.2vw;
  }
}
.recruit.mid-career .select_step_text {
  font-size: 16px;
  padding-left: 24px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .recruit.mid-career .select_step_text {
    font-size: 4.1vw;
    padding-left: 0;
    position: relative;
    top: -0.76vw;
    margin-top: -1.28vw;
  }
}
.recruit.mid-career .entry_wrapper {
  background-color: #F7F7F7;
  padding: 50px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .recruit.mid-career .entry_wrapper {
    padding: 32px 24px;
  }
}
.recruit.mid-career .entry_submit {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 28px;
}
.recruit.mid-career .entry_submit span {
  border-bottom: 1px solid #222222;
}
.recruit.mid-career .entry_list {
  list-style: auto;
}
.recruit.mid-career .entry_list li {
  font-size: 15px;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .recruit.mid-career .entry_list li {
    line-height: 28.5px;
  }
}
.recruit.mid-career .send_wrapper {
  background-color: #F7F7F7;
  padding: 50px;
}
@media screen and (max-width: 767px) {
  .recruit.mid-career .send_wrapper {
    padding: 40px 24px;
  }
}
.recruit.mid-career .send_wrapper .send_list {
  display: flex;
  gap: 20px;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .recruit.mid-career .send_wrapper .send_list {
    flex-direction: column;
    gap: 18px;
  }
}
.recruit.mid-career .send_wrapper .send_list .send_item {
  background-color: #FFF;
  width: 100%;
  padding: 25px;
}
.recruit.mid-career .send_wrapper .send_list .send_item h4 {
  font-size: 20px;
  font-weight: 600;
  color: #0081CC;
  padding-bottom: 12px;
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 14px;
}
.recruit.mid-career .send_wrapper .send_list .send_item p {
  font-size: 16px;
  line-height: 24px;
}
@media screen and (max-width: 767px) {
  .recruit.mid-career .send_wrapper .send_list .send_item p {
    font-size: 14px;
    line-height: 21px;
  }
}
.recruit.mid-career .send_wrapper .send_note p {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 10px;
}
.recruit.mid-career .send_wrapper .send_note p:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .recruit.mid-career .send_wrapper .send_note p {
    font-size: 14px;
    line-height: 26.6px;
  }
}
.recruit.mid-career .rate.section-block {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .recruit.mid-career .rate h3 {
    line-height: 33.8px;
  }
}
@media screen and (max-width: 767px) {
  .recruit.mid-career .rate h3 span {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.recruit.mid-career .rate_wrapper {
  background-color: #F7F7F7;
  padding: 50px;
}
@media screen and (max-width: 767px) {
  .recruit.mid-career .rate_wrapper {
    padding: 40px 24px;
  }
}
@media screen and (max-width: 767px) {
  .recruit.mid-career .rate_wrapper .rate_list_sp {
    overflow: auto;
  }
}
@media screen and (max-width: 767px) {
  .recruit.mid-career .rate_wrapper .rate_list_sp .scroll-hint-icon {
    top: calc(50% - 45px);
    padding-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .recruit.mid-career .rate_wrapper .rate_list_sp .scroll-hint-icon:before {
    background-image: url(../img/mid-career/scroll_icon.svg);
  }
}
@media screen and (max-width: 767px) {
  .recruit.mid-career .rate_wrapper .rate_list_sp .scroll-hint-icon:after {
    background-image: url(../img/mid-career/scroll_arrow.svg);
    top: 43%;
    left: 90%;
  }
}
.recruit.mid-career .rate_wrapper .rate_list_sp .scroll-hint-text {
  font-size: 16px;
  font-weight: bold;
  margin-top: 0;
  font-family: "Roboto", sans-serif;
}
.recruit.mid-career .rate_wrapper .rate_list {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .recruit.mid-career .rate_wrapper .rate_list {
    width: 105vw;
    margin-bottom: 0;
  }
}
.recruit.mid-career .rate_wrapper .rate_item {
  border-top: 1px solid #ADADAD;
  border-bottom: 1px solid #ADADAD;
  display: flex;
  justify-content: center;
  align-items: center;
}
.recruit.mid-career .rate_wrapper .rate_item:first-of-type {
  background-color: #CCEBFF;
}
.recruit.mid-career .rate_wrapper .rate_item:first-of-type p {
  height: 37px;
}
.recruit.mid-career .rate_wrapper .rate_item:last-of-type {
  background-color: #FFF;
  border-top: none;
}
.recruit.mid-career .rate_wrapper .rate_item:last-of-type p {
  height: 106px;
}
.recruit.mid-career .rate_wrapper .rate_item:last-of-type p:first-of-type {
  background-color: #F7FDFF;
}
.recruit.mid-career .rate_wrapper .rate_item p {
  width: 22%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px dotted #ADADAD;
}
.recruit.mid-career .rate_wrapper .rate_item p:first-of-type {
  width: 34%;
}
.recruit.mid-career .rate_wrapper .rate_item p:last-of-type {
  border-right: none;
}
.recruit.mid-career .rate_wrapper .recruit_contact {
  background-color: #fff;
  padding: 32px;
}
@media screen and (max-width: 767px) {
  .recruit.mid-career .rate_wrapper .recruit_contact {
    padding: 30px 24px;
    margin-top: 28.5px;
  }
}
.recruit.mid-career .rate_wrapper .recruit_contact h4 {
  margin-bottom: 18px;
}
.recruit.mid-career .rate_wrapper .recruit_contact p {
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .recruit.mid-career .rate_wrapper .recruit_contact p {
    font-size: 14px;
    font-weight: normal;
  }
}
.recruit.mid-career .rate_wrapper .recruit_contact .recruit_contact_btn {
  display: flex;
  gap: 15px;
  width: 100%;
  margin-top: 17px;
}
@media screen and (max-width: 767px) {
  .recruit.mid-career .rate_wrapper .recruit_contact .recruit_contact_btn {
    flex-direction: column;
  }
}
.recruit.mid-career .rate_wrapper .recruit_contact .recruit_contact_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  border: 1px solid #0081CC;
}
.recruit.mid-career .rate_wrapper .recruit_contact .recruit_contact_btn a img {
  width: 22.13px;
}
.recruit.mid-career .rate_wrapper .recruit_contact .recruit_contact_btn a p {
  font-size: 16px;
  font-weight: bold;
  padding-left: 6px;
}
.recruit.mid-career .recruit-othet-link {
  margin-top: 140px;
}
@media screen and (max-width: 767px) {
  .recruit.mid-career .recruit-othet-link {
    margin-top: 120px;
  }
}/*# sourceMappingURL=mid-career.css.map */