.mv_txt_sub_job {
  font-weight: 600;
  margin-left: 0;
}

.mv_txt_sub_job {
  font-size: max(1.6vw, 25px);
  letter-spacing: 0.15em;
}

.mv_person5 {
  width: 57.58%;
  top: 10%;
}

.mv_txt_main_inner p {
  font-weight: 400 !important;
}

@media screen and (max-width: 767px) {
  .mv_person5 {
    width: 71.26%;
    right: -5%;
    top: 15%;
  }
  .mv_bg {
    margin-bottom: 68px;
  }
  .mv_txt_sub_job {
    font-size: max(3.2vw, 12px) !important;
    padding: 3% 8%;
  }
  .mv_txt_main_txt {
    font-size: max(8vw, 30px) !important;
    margin-bottom: 10px !important;
  }
}

/* ------------------------------------------
  about_design
------------------------------------------ */

.recruitment_section1 {
  margin-bottom: 200px;
}

.recruitment_section2 {
  margin-bottom: 170px;
}

.recruitment_section_ttl {
  text-align: center;
  font-size: max(2.3vw, 35px);
  font-weight: 600;
  letter-spacing: 0.15em;
  margin-bottom: 80px;
  line-height: 100%;
}

.recruitment_section_content {
  width: 78.666%;
  margin: 0 auto;
}

.recruitment_section_content table {
  width: 100%;
}

.recruitment_section_content tbody {
  width: 100%;
}

.recruitment_section_content tr {
  width: 100%;
  display: flex;
}

.recruitment_section_content th {
  width: 17%;
  padding: 20px 0 0 20px;
  background: #e2e4fd;
  border-bottom: 1px solid #fff;
  text-align: left;
  font-size: max(1vw, 15px);
  letter-spacing: 0.15em;
  font-weight: 400;
  line-height: 2.46;
}

.recruitment_section_content td {
  width: 83%;
  padding: 20px 0 20px 57px;
  font-size: max(1vw, 15px);
  letter-spacing: 0.15em;
  font-weight: 400;
  line-height: 2.46;
  border-bottom: 1px solid #c9caca;
}

.recruitment_section_content tr:last-child th {
  border-bottom: none;
}

.recruitment_section_content tr:last-child td {
  border-bottom: none;
}

@media screen and (max-width: 767px) {
  .recruitment_section1 {
    margin-bottom: 80px;
  }
  .recruitment_section2 {
    margin-bottom: 80px;
  }
  .recruitment_section3 {
    margin-bottom: 87.5px;
  }
  .recruitment_section_ttl {
    font-size: max(4.8vw, 18px);
    letter-spacing: 0.2em;
    margin-bottom: 50px;
  }
  .recruitment_section_content {
    width: 90%;
  }
  .recruitment_section_content th {
    width: 22%;
    padding: 15px 5px;
    text-align: center;
    line-height: 1.8;
    font-size: max(2.666vw, 10px);
  }
  .recruitment_section_content td {
    width: 80%;
    font-size: max(2.666vw, 10px);
    line-height: 1.8;
    letter-spacing: -0.06em;
    padding: 15px 0 15px 15px;
  }
  .td_item:first-child {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #c9caca;
  }
}

/* ------------------------------------------
  recruitment_flow
------------------------------------------ */

.recruitment_flow_content {
  width: 78.666%;
  margin: 0 auto;
}

.recruitment_flow_content_item {
  display: flex;
  align-items: center;
  margin-bottom: 75px;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
  position: relative;
  z-index: 0;
}

.recruitment_flow_content_item::after {
  background-image: url(../img/recruitment/recruitment_flow_content_item_arrow.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  height: 21px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 43px;
  bottom: -50px;
}

.recruitment_flow_content_item_num {
  width: 31.35%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3% 0;
  margin-right: 50px;
}

.recruitment_flow_content_item:nth-child(1) .recruitment_flow_content_item_num {
  background: url(../img/recruitment/recruitment_flow_bg1.png) center / cover;
}

.recruitment_flow_content_item:nth-child(2) .recruitment_flow_content_item_num {
  background: url(../img/recruitment/recruitment_flow_bg2.png) center / cover;
}

.recruitment_flow_content_item:nth-child(3) .recruitment_flow_content_item_num {
  background: url(../img/recruitment/recruitment_flow_bg3.png) center / cover;
}

.recruitment_flow_bg {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}

.recruitment_flow_num {
  width: 30.5%;
  margin-right: 30px;
}

.recruitment_flow_content_item_txt_inner {
  width: 63%;
}

.recruitment_flow_arrow {
  width: 3.5%;
  margin-right: 30px;
}

.recruitment_flow_ttl {
  font-size: max(1.3vw, 20px);
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.15em;
  width: 35%;
}

.recruitment_flow_content_item_txt1 {
  font-size: max(1.3vw, 20px);
  letter-spacing: 0.15em;
  line-height: 100%;
  margin-bottom: 25px;
  font-weight: 600;
}

.recruitment_flow_content_item_txt2 {
  font-size: max(1vw, 15px);
  letter-spacing: 0.15em;
  line-height: 100%;
}

.recruitment_pass {
  margin-bottom: 236px;
  padding: 40px 0 40px;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.15em;
  font-size: max(2vw, 30px);
  background: #e2e4fd;
}

/* ------------------------------------------
  link_btn_container
------------------------------------------ */

.link_btn_container_inner {
  justify-content: center;
}

.link_btn_container_inner_item:nth-child(1) a {
  display: block;
  padding: 5% 0;
  background: #ff9600;
  color: #fff;
  font-weight: 600;
  text-align: center;
  border-radius: 200px;
}

@media screen and (max-width: 767px) {
  .recruitment_flow .recruitment_section_ttl {
    margin-bottom: 25px;
  }
  .recruitment_flow_content {
    width: 90%;
  }
  .recruitment_flow_content_item_num {
    display: grid;
    margin-right: 18px;
    aspect-ratio: 1 /1;
  }
  .recruitment_flow_num {
    width: 60%;
    margin: 0 auto -5px;
    display: block;
  }
  .recruitment_flow_ttl {
    width: 100%;
    font-size: max(2.9333vw, 11px);
    text-align: center;
  }
  .recruitment_flow_ttl3 {
    width: 60%;
    margin: 0 auto;
    text-align: left;
  }
  .recruitment_flow_content_item {
    margin-bottom: 30px;
  }
  .recruitment_flow_content_item_txt_inner {
    width: 78%;
  }
  .recruitment_flow_content_item_txt1 {
    font-size: max(3.2vw, 12px);
    letter-spacing: 0.05em;
    line-height: 1.4;
    margin-bottom: 5px;
  }
  .recruitment_flow_content_item_txt2 {
    font-size: max(2.666vw, 10px);
    line-height: 1.7;
    letter-spacing: 0;
  }
  .recruitment_pass {
    font-size: max(4vw, 15px);
    padding: 15px 0;
    margin-bottom: 100px;
  }
  .recruitment_flow_content_item::after {
    height: 9px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 18px;
    bottom: -22px;
  }
}