@charset "UTF-8";
/* ==========================================================================//
//
// 採用インフォメーション
//
// ========================================================================== */
/* 共通
---------------------------------------------------------- */
section:not(:first-of-type) {
  margin-top: 70px;
}
@media all and (min-width: 751px) {
  section:not(:first-of-type) {
    margin-top: 140px;
  }
}

.sec_ttl {
  margin-bottom: 30px;
  padding: 15px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 10px;
  background-color: #F4F4F4;
  border-radius: 6px;
}
@media all and (min-width: 751px) {
  .sec_ttl {
    margin-bottom: 60px;
    padding: 25px 40px;
    gap: 0 20px;
  }
}
.sec_ttl .en {
  font-size: 22px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
@media all and (min-width: 751px) {
  .sec_ttl .en {
    font-size: 36px;
  }
}
.sec_ttl .jp {
  font-weight: 500;
}

.intro {
  margin-bottom: 50px;
}
@media all and (min-width: 751px) {
  .intro {
    margin-bottom: 100px;
  }
}
.intro p {
  line-height: 1.86;
}
.intro p:not(:first-of-type) {
  margin-top: 20px;
}
@media all and (min-width: 751px) {
  .intro p:not(:first-of-type) {
    margin-top: 30px;
  }
}

/* 選考フロー
---------------------------------------------------------- */
.sec_flow .flow_list {
  position: relative;
}
@media all and (min-width: 751px) {
  .sec_flow .flow_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0 10%;
  }
}
.sec_flow .flow_list::after {
  position: absolute;
  content: "";
  background-color: #E2E2E2;
  width: 1px;
  height: 109.5%;
  top: -5%;
  left: 74px;
  z-index: 0;
}
@media all and (min-width: 751px) {
  .sec_flow .flow_list::after {
    width: 100%;
    height: 1px;
    top: 57%;
    left: 0;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
.sec_flow .flow_list .flow_detail {
  position: relative;
  text-align: center;
}
@media all and (max-width: 750px) {
  .sec_flow .flow_list .flow_detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 68px;
  }
}
.sec_flow .flow_list .flow_detail::before {
  position: absolute;
  content: "";
  background-color: #1E1E1E;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  top: 50%;
  left: 74.5px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
@media all and (min-width: 751px) {
  .sec_flow .flow_list .flow_detail::before {
    width: 10px;
    height: 10px;
    top: 57%;
    left: 50%;
  }
}
@media all and (max-width: 750px) {
  .sec_flow .flow_list .flow_detail:first-child .txt_wrap {
    gap: 0 20px;
  }
}
@media all and (max-width: 750px) {
  .sec_flow .flow_list .flow_detail:last-child .txt_wrap {
    gap: 0 14px;
  }
}
@media all and (max-width: 750px) {
  .sec_flow .flow_list .flow_detail:not(:first-child) {
    margin-top: 17px;
  }
}
@media all and (max-width: 750px) {
  .sec_flow .flow_list .flow_detail .txt_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 16px;
  }
}
@media all and (max-width: 750px) {
  .sec_flow .flow_list .flow_detail .image {
    width: 40px;
    height: 40px;
  }
}
.sec_flow .flow_list .flow_detail .number {
  display: inline-block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media all and (min-width: 751px) {
  .sec_flow .flow_list .flow_detail .number {
    margin-top: 37px;
    font-size: 40px;
  }
}
.sec_flow .flow_list .flow_detail .detail {
  font-size: 14px;
  letter-spacing: 0.05em;
}
@media all and (min-width: 751px) {
  .sec_flow .flow_list .flow_detail .detail {
    margin-top: 5px;
    font-size: 15px;
  }
}

/* 募集要項
---------------------------------------------------------- */
.sec_recruit .job_list .no_job {
  letter-spacing: 0.05em;
}
@media all and (min-width: 1131px) {
  .sec_recruit .job_list .job_detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.sec_recruit .job_list .job_detail:not(:first-child) {
  margin-top: 50px;
  padding-top: 40px;
  border-top: 1px solid #E2E2E2;
}
@media all and (min-width: 751px) {
  .sec_recruit .job_list .job_detail:not(:first-child) {
    margin-top: 80px;
    padding-top: 80px;
  }
}
@media all and (max-width: 1130px) {
  .sec_recruit .job_list .job_detail .job_about {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    gap: 0 15px;
  }
}
.sec_recruit .job_list .job_detail .job_about .red {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #D10909;
}
@media all and (min-width: 751px) {
  .sec_recruit .job_list .job_detail .job_about .red {
    font-size: 24px;
  }
}
.sec_recruit .job_list .job_detail .job_about .job_name {
  font-size: 16px;
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media all and (min-width: 751px) {
  .sec_recruit .job_list .job_detail .job_about .job_name {
    font-size: 26px;
    line-height: 1.76;
  }
}
@media all and (min-width: 751px) {
  .sec_recruit .job_list .job_detail .contents {
    width: 60%;
  }
}
.sec_recruit .job_list .job_detail .contents .detail_list .detail:not(:first-child) {
  margin-top: 20px;
}
@media all and (min-width: 751px) {
  .sec_recruit .job_list .job_detail .contents .detail_list .detail:not(:first-child) {
    margin-top: 25px;
  }
}
.sec_recruit .job_list .job_detail .contents .detail_list .detail .detail_ttl {
  margin-bottom: 2px;
  padding-left: 18px;
  position: relative;
  letter-spacing: 0.05em;
  font-weight: 600;
}
@media all and (min-width: 751px) {
  .sec_recruit .job_list .job_detail .contents .detail_list .detail .detail_ttl {
    margin-bottom: 5px;
    padding-left: 18px;
    font-size: 16px;
  }
}
.sec_recruit .job_list .job_detail .contents .detail_list .detail .detail_ttl::before {
  position: absolute;
  content: "";
  background-color: #1E1E1E;
  width: 10px;
  height: 1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}