@charset "utf-8";

/*----------共通設定・パーツ---------*/
.header-bg2 {
  position: fixed;
  z-index: 100;
  width: 100%;
  /* background-color: #164a84; */
  background-color: #000;
}

.kv-s {
  background: url(../images/pc-kv.jpg) no-repeat center center;
  background-size: cover;
  ;
}

/*------------表示・非表示-----------*/
.sp-br {
  display: none;
}

/*-------------.section------------*/
.ai_main_img {
  width: 93%;
}

.ai_recruit_inner {
  display: block;
  width: 860px;
  margin: 0 auto;
  padding-top: 70px;
  text-align: center;
  transition: 0.5s;
}

/* ================================
   全体コンテナ（.mainが外枠なのでここでは幅指定不要）
================================ */
.recruit {
  padding: 40px 0;
}

.jobs {
  padding: 40px 30px;
}

/* ================================
   AI面接導入部分
================================ */
.about p {
  font-size: 19px;
  line-height: 1.8;
  margin-bottom: 110px;
}

.ai_recruit_heading {
  font-size: 27px;
  font-weight: bold;
  margin-bottom: 48px;
}

.wrapper {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  margin-bottom: 70px;
}

.wrapper_box {
  width: 230px;
  text-align: center;
}

.wrapper_box_icon {
  height: 90px;
  width: auto;
  margin-bottom: 24px;
}

.wrapper_box_icon2 {
  height: 90px;
  width: auto;
  margin-bottom: 24px;
}

.wrapper_box_title {
  font-size: 20px;
  margin-bottom: 14px;
  font-weight: bold;
}

.wrapper_box_text {
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
}

/* ================================
   募集中の職種
================================ */
.jobs_heading {
  font-size: 27px;
  font-weight: bold;
  margin-bottom: 48px;
}

.job {
  margin-bottom: 72px;
}

/* タイトル（職種名） */
.job_title {
  font-size: 26px;
  font-weight: bold;
  padding-left: 14px;
  padding-bottom: 5px;
  border-left: 7px solid #164a84;
  border-bottom: 2px solid #164a84;
  width: 85%;
  margin: 0 auto 24px;
  text-align: left;
  box-sizing: border-box;
}

.job_desc {
  font-size: 19px;
  color: #336699;
  margin: 0 auto 36px;
  line-height: 1.8;
  width: 80%;
  max-width: 700px;
  text-align: left;
}

/* 勤務地ボタンエリア */
.job_options {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 0px;
  width: 100%;
  margin: 0 auto;
  justify-content: center;
}

.job_option {
  text-align: center;
  width: 230px;
}

.job_label {
  font-size: 16px;
  margin-bottom: 10px;
}

/* ================================
   詳細ボタン
================================ */
.job_btn {
  display: block;
  width: 200px;
  height: 43px;
  line-height: 43px;
  background: #164a84;
  color: #fff;
  font-size: 21px;
  text-align: center;
  text-decoration: none;
  border-radius: 0;
  margin: 0 auto;
  font-weight: 500;
}

.job_btn:hover {
  opacity: 0.9;
}

/* ================================
   レスポンシブ
================================ */
@media (max-width: 768px) {
  .pc_br {
    display: none;
  }

  .wrapper,
  .job_options {
    flex-direction: column;
    align-items: center;
  }

  .wrapper_box,
  .job_option {
    width: 100%;
  }

  .job_btn {
    width: 60%;
  }
}

/*----------------------------------------------------------------------------*/





/*-------------------------------PCレイアウト(0～1300px)-----------------------*/
@media screen and (max-width:1300px) {}

/*----------------------------------------------------------------------------*/


/*-------------------------SPレイアウト(0～960px)------------------------------*/
@media screen and (max-width:960px) {
  .ai_recruit_inner {
    display: block;
    width: auto;
    margin: 40px auto;
    padding: 0;
    text-align: center;
    transition: 0.5s;
  }

  .header-bg {
    margin-top: -60px;
  }

}

/*-------------------------SPレイアウト(0～640px)------------------------------*/
@media screen and (max-width:640px) {

  /*----------共通設定・パーツ---------*/
  .kv-s {
    background: url(../images/sp-kv.jpg) no-repeat center center;
    background-size: cover;
  }


  .ai_main_img {
    width: 100%;
  }

  .wrapper,
  .job_options {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }

  .wrapper_box,
  .job_option {
    width: 100%;
  }

  .wrapper_box_icon {
    height: 70px;
  }

  .wrapper_box_icon2 {
    height: 70px;
  }

  .job_btn {
    width: 80%;
    max-width: 250px;
    font-size: 15px;
    line-height: 36px;
    height: 36px;
  }

  .job_title {
    font-size: 20px;
    width: 100%;
  }

  .job_desc {
    /* font-size: 15px; */
    line-height: 1.6;
  }
}

/*----------------------------------------------------------------------------*/





/*-------------------------SPレイアウト(0～400px)------------------------------*/
@media screen and (max-width:400px) {

  .job_btn {
    width: 100%;
    max-width: none;
    font-size: 14px;
    line-height: 32px;
    height: 32px;
  }

  .job_title {
    font-size: 18px;
    border-left-width: 5px;
    padding-left: 10px;
  }

  .job_desc {
    font-size: 14px;
    width: 100%;
  }
}

/*----------------------------------------------------------------------------*/