/*---------------------------------------------
  Recruit TOP
---------------------------------------------*/
  .recruit_top .top_wrap {
    width: 1000px;
    margin: 92px auto 0;
    padding: 95px 0 30px;
    box-sizing: border-box;
    background-image: url('../img/recruit/kv_img_pc.jpg');
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
  }
  .recruit_top .sub_title p {
    margin: 60px 0 0;
  } 
  .recruit_top .top_list ul {
    display: flex;
    justify-content: center;
  }

  .recruit_top .top_list ul li {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    background: #fff100;
    color: #000;
    text-align: center;
    box-sizing: border-box;
    position:relative;
    overflow:hidden;
    z-index: 1;
  }
  .recruit_top .top_list ul li:first-child {
    margin-right: 80px;
    background: #fff;
  }

  .recruit_top .top_list ul li .close-txt{
    margin-top: 25px; 
  }

  .recruit_top .top_list ul li .eff-01 {
    width: 250px;
    height: 250px;
    background:#fff;
    color: #000;
    top: 0px;
    left:-250px;
    position:absolute;
    transition:all .5s ease;
    z-index: 2;
  }

  .recruit_top .top_list ul li .btn_box {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 35px;
    z-index: 3;
  }
 
  .recruit_top .top_list ul li:hover .eff-01 {
    left:0;
  }

  .recruit_top .top_list ul li .txt_box {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
  }  
  .recruit_top .top_list ul li .txt_box01 {
    top: 59px;
  }
  .recruit_top .top_list ul li .txt_box02 {
    top: 90px;
  }
  .recruit_top .top_list ul li .title {
    font-size: 22px;
    font-weight: bold;
  }
  .recruit_top .top_list ul li .title span {
    display: block;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 5px;
  }
  .recruit_top .top_list ul li .title_eng {
    font-size: 14px;
    margin-top: 12px;
  }

  .recruit_top .top_list .small_arrow {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    text-align:center;
    cursor:pointer;
    position:relative;
    box-sizing:border-box;
    overflow:hidden;
    margin: 20px auto 0;
    background: #fff;
  }
  .recruit_top .top_list .eff-02 {
    width: 45px;
    height: 45px;
    background:#fff100;
    top: 0px;
    left:-50px;
    position:absolute;
    transition:all .5s ease;
    z-index:1;
  }
  .recruit_top .top_list ul li:hover .eff-02{
    left:0;
  }
  .recruit_top .top_list ul li .small_arrow span {
    background-size: 25px;
    width: 45px;
    height: 45px;
    position: relative;
    color: #000;
    z-index: 3;
    display: block;
    background-image: url('../img/recruit/arrow_icon.png');
    background-position: 50%;
    background-repeat: no-repeat;
    position: relative;
    margin-top: 0;
  }


  .recruit_top .info_list_wrap {
    width: 750px;
    margin: 100px auto 200px;
  }
  .recruit_top .info_list_wrap p {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .recruit_top .info_list_wrap table {
    width: 100%;
  }
  .recruit_top .info_list_wrap tr {
    border-bottom: 1px solid #ccc;
  }
  .recruit_top .info_list_wrap tr:first-child {
    border-top: 1px solid #ccc;
  }
  /* .recruit_top .info_list_wrap tr:nth-child(2n) {
    background: #efefef;
  } */
  .recruit_top .info_list_wrap td {
    cursor: pointer;
    box-sizing: border-box;
    font-size: 18px;
    line-height: 1.5;
  }
  .recruit_top .info_list_wrap td:first-child {
    width: 140px;
    padding: 20px;
  }
  .recruit_top .info_list_wrap td:last-child {
    padding: 20px 20px 20px 0;
  }


  @media only screen and (max-width: 768px) {
    .recruit_top .top_wrap {
      width: 100%;
      min-width: 320px;
      margin: 16vw 0 0;
      padding: 24vw 0 14vw;
      background-image: url('../img/recruit/kv_img_sp.jpg');
      background-size: cover;
    }
    .recruit_top .top_list ul {
      display: block;
      width: 53.3334vw;
      margin: 0 auto;
    }
    .recruit_top .top_list ul li {
      width: 53.3334vw;
      height: 53.3334vw;
      border-radius: 50%;
    }
    .recruit_top .top_list ul li:first-child {
      margin-right: 0;
      margin-bottom: 6.6667vw;
    }
    .recruit_top .top_list ul li .close-txt{
      margin-top: 3vw; 
    }
    .recruit_top .top_list ul li .eff-01 {
      display: none;
    }
    .recruit_top .top_list ul li .btn_box {
      bottom: 7.3334vw;
    }

    .recruit_top .top_list ul li .txt_box01 {
      top: 12vw;
    }
    .recruit_top .top_list ul li .txt_box02 {
      top: 20vw;
    }
    .recruit_top .top_list ul li .title {
      font-size: 4.8vw;
    }
    .recruit_top .top_list ul li .title span {
      font-size: 3.7333vw;
    }
    .recruit_top .top_list ul li .title_eng {
      font-size: 3.7333vw;
      margin-top: 2.4vw;
    }

    .recruit_top .top_list .small_arrow {
      width: 9.3vw;
      height: 9.3vw;
    }
    .recruit_top .top_list .eff-02 {
      display: none;
    }
    .recruit_top .top_list ul li .small_arrow span {
      background-size: 5.2vw;
      width: 9.3vw;
      height: 9.3vw;
    }

    .recruit_top .info_list_wrap {
      width: 100%;
      margin: 20vw 0 26.6667vw;
      padding: 0 3.33vw;
      box-sizing: border-box;
    }
    .recruit_top .info_list_wrap p {
      font-size: 6.4vw;
      margin-bottom: 4.6667vw;
    }
    .recruit_top .info_list_wrap td {
      display: block;
    }
    .recruit_top .info_list_wrap td:first-child {
      width: 100%;
      padding: 4vw 3.33vw 0;
      font-size: 3.7333vw;
    }
    .recruit_top .info_list_wrap td:last-child {
      padding: 0 3.33vw 4vw;
      font-size: 4.2666vw;
    }
  }


/*---------------------------------------------
	Recruit Common
---------------------------------------------*/
.recruit .sub_title h1 {
  font-size: 60px;
  font-family:  FB Benton Sans Medium;
}
.recruit_info .sub_title h1 {
  font-size: 81px;
  font-family:  FB Benton Sans Medium;
}
.recruit .sub_title span {
  display: block;
  font-size: 14px;
  color: #666;
  margin-top: 20px;
}
.recruit .sub_title p {
  margin: 60px 0 0;
  line-height: 1;
  font-size: 14px;
}

.recruit .container {
  margin: 80px 0 150px;
}  
.recruit .inner {
  width: 1000px;
  margin: 0 auto;
  border-top: 1px solid #ececec;
}

/* btn */
.recruit .btn_box button,
.recruit .btn_box input[type=submit]  {
  font-size: 20px;
  background-color: #fff100;
  padding: 20px 30px;
  min-width: 200px;
  height: auto;
  border: none;
  cursor: pointer;
  font-weight: bold;
  outline: none;
}
.recruit .btn_box button:hover {
  background: #000;
  color: #fff;
}


@media only screen and (max-width: 768px) {

  .recruit .sub_title h1 {
    font-size: 6.4vw;
  }
  .recruit_info .sub_title h1 {
    font-size: 7.3334vw;
  }
  .recruit .sub_title span {
    font-size: 3.2vw;
    margin-top: 4vw;
  }
  .recruit .sub_title p {
    margin: 10vw 0 0;
    font-size: 3.2vw;
    font-weight: normal;
    line-height: 1.5;
  }

  .recruit .container {
    margin: 10.6667vw 0 26.6667vw;
  }  
  .recruit .inner {
    width: 93.3333vw;
  }

  /* btn */
  .recruit .btn_box button,
  .recruit .btn_box input[type=submit] {
    font-size: 3.2vw;
    padding: 2.6667vw 4vw;
  }


}

/*---------------------------------------------
	recruit_info
---------------------------------------------*/
.recruit_info .container {
  margin: 80px 0 150px;
}  
.recruit_info .inner {
  border-top: none;
}
.recruit_info .frist_box {
  border-top: 1px solid #ececec;
  padding: 80px 0 90px;
  box-sizing: border-box;
}
.recruit_info .gray_box {
  background: #f3f3f3;
  padding: 90px 0;
  box-sizing: border-box;
}
.recruit_info .last_box {
  padding: 90px 0 0;
  box-sizing: border-box;
}

.recruit_info .txt_box {
  margin: 0 0 60px; 
}
.recruit_info .last_box .txt_box {
  margin: 0; 
}

.recruit_info .title_box {
  display: flex;
}
.recruit_info .title_box .title {
  font-size: 36px;
	font-family: TBGothic M;
  font-weight: bold;
}
.recruit_info .title_box .title .pc_none {
  display: none;
}
.recruit_info .title_box .title span {
  font-size: 18px;
  color: #666;
  padding-left: 10px;
}
.recruit_info .txt_box .lead {
  margin: 40px 0 0;
  font-size: 14px;
  line-height: 1.7;
}

.recruit_info .title_box .small_arrow {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  text-align:center;
  cursor:pointer;
  position:relative;
  box-sizing:border-box;
  overflow:hidden;
  margin: 0 0 0 20px;
  background: #fff100;
}
.recruit_info .title_box .eff-02 {
  width: 45px;
  height: 45px;
  background:#fff;
  top: 0px;
  left:-50px;
  position:absolute;
  transition:all .5s ease;
  z-index:1;
}
.recruit_info .title_box .small_arrow:hover .eff-02 {
  left:0;  
}
.recruit_info .title_box .small_arrow span {
  background-size: 25px;
  width: 45px;
  height: 45px;
    position: relative;
    color: #000;
    z-index: 3;
    display: block;
    background-image: url('../img/common/arrow_icon.png');
    background-position: 50%;
    background-repeat: no-repeat;
    position: relative;
    margin-top: 0;
}

.con_list ul {
  display: flex;
  flex-wrap: wrap;
}
.con_list ul li {
  width: 400px;
  height: 60px;
  margin: 25px 50px 0;
  font-size: 18px;
  background: #fff;
  color: #000;
  border: 1px solid #000;
  border-radius: 50px;
  text-align: center;
  position:relative;
  overflow:hidden;
  box-sizing: border-box;
  z-index: 1;
}
.con_list ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.con_list ul li:hover {
  border: none;
}
.con_list ul li:first-child,
.con_list ul li:nth-child(2) {
  margin: 0 50px 0;
}

.con_list ul li .eff-01 {
  width: 400px;
  height: 60px;
  background:#fff100;
  color: #000;
  top: 0px;
  left:-400px;
  position:absolute;
  transition:all .5s ease;
  z-index: 2;
}
.con_list ul li:hover .eff-01 {
  left:0;
}
.con_list ul li p {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 3;
}

@media only screen and (max-width: 768px) {

/*---------------------------------------------
	recruit_info
---------------------------------------------*/
  .recruit_info .container {
    margin: 10.6667vw 0 26.6667vw;
  }  
  .recruit_info .frist_box {
    width: 93.3333vw;
    padding: 16vw 0;
    margin: 0 auto;
  }
  .recruit_info .gray_box {
    padding: 16vw 3.333vw;
  }
  .recruit_info .last_box {
    padding: 16vw 0 0;
  }

  .recruit_info .txt_box {
    margin: 0 0 13.3334vw; 
  }
  .recruit_info .title_box .title {
    font-size: 5.6vw;
  }
  .recruit_info .title_box .title .pc_none {
    display: block;
  }
  .recruit_info .title_box .title span {
    font-size: 4vw;
    padding-left: 4.6667vw;
  }
  .recruit_info .txt_box .lead {
    margin: 10.6667vw 0 0;
    font-size: 3.2vw;
    line-height: 1.5;
  }

  .recruit_info .title_box .small_arrow {
    width: 6vw;
    height: 6vw;
    margin: 6vw 0 0 4.6667vw;
  }
  .recruit_info .title_box .eff-02 {
    display: none;
  }
  .recruit_info .title_box .small_arrow span {
    background-size: 3.6vw;
    width: 6vw;
    height: 6vw;
  }

  .con_list ul {
    display: block;
  }
  .con_list ul li {
    width: 88vw;
    height: 13.3334vw;
    margin: 4vw 0 0;
    font-size: 3.2vw;
  }
  .con_list ul li:hover {
    border: 1px solid #000;
  }
  .con_list ul li:first-child {
    margin: 0 0 0;
  }
  .con_list ul li:nth-child(2) {
    margin: 4vw 0 0;
  }
  .con_list ul li .eff-01 {
    display: none
  }


}

/*---------------------------------------------
	recruit_bnr
---------------------------------------------*/
.recruit_top .info_list_wrap {
  position: relative;
}
.recruit_top .info_list_wrap .recruit_bnr {
  position: absolute;
  top: 50px;
  right: -165px;
}
.recruit_top .info_list_wrap .recruit_bnr_link {
  display: block;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: #fff000;
  position: relative;
  text-align: center;
}
.recruit_top .info_list_wrap .recruit_bnr_arc {
  all: unset;
  position: absolute;
  width: 103px;
  top: -26px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  font-weight: bold;
  font-family: "TBGothic M";
}
.recruit_top .info_list_wrap .recruit_bnr_title {
  all: unset;
  display: block;
  padding-top: 20px;
  font-family: "TBGothic B";
  font-size: 14px;
  line-height: 1.2;
}

.recruit_top .info_list_wrap .recruit__btn_arrow {
  display: grid;
  place-content: center;
  width: 40px;
  height: 40px;
  background: white;
  border-radius: 50%;
  margin: 0 auto;
  margin-top: 5px;
}
.recruit_top .info_list_wrap .recruit__btn_arrow:before {
  content: "";
  display: block;
  width: 26px;
  height: 12px;
  background-image: url(../img/recruit/bnr_arrow.png);
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  .recruit_top .info_list_wrap .recruit_bnr {
    top: -8vw;
    right: 3.33vw;
  }
  .recruit_top .info_list_wrap .recruit_bnr_arc {
    width: 21vw;
    top: -5.286vw;
  }
  .recruit_top .info_list_wrap .recruit_bnr_link {
    width: 24.459vw;
    height: 24.459vw;
  }
  .recruit_top .info_list_wrap .recruit_bnr_title {
    padding-top: 4.5vw;
    font-size: 3vw;
  }
  .recruit_top .info_list_wrap .recruit__btn_arrow {
    width: 8.143vw;
    height: 8.143vw;
    margin-top: 1.214vw; 
  }
  .recruit_top .info_list_wrap .recruit__btn_arrow:before {
    width: 5.143vw;
    height: 2.429vw;
  }
}


/*---------------------------------------------
  recruit  occupation
---------------------------------------------*/

.recruit .con_box {
  margin: 80px 0 0;
  padding: 0 50px;
  box-sizing: border-box;
}
.recruit .con_box p.con_title {
  font-size: 20px;
  margin-bottom: 30px;
}

.occupation  ul li {
  margin-top: 35px;
}
.occupation  ul li:first-child {
  margin-top: 0;
}
.occupation  ul li dl {
  font-size: 14px;
  display: flex;
  width: 900px;
  margin: 0 auto;
}
.occupation  ul li dl dt {
  width: 240px;
}
.occupation  ul li dl dd {
  width: 660px;
  line-height: 1.7;
}

.occupation .btn_box {
  text-align: center;
  margin-top: 120px;
}

/* btn */
li.confirm_btn_box {
  margin-top: 120px;
}
li.confirm_btn_box dt {
  padding-top: 15px;
}
li.confirm_btn_box .btn_box {
  text-align: left;
  margin-top: 0;
  margin-left: 95px;
}
li.confirm_btn_box .btn_box input[type=submit] {
  width: 250px;
}

.recruit_comfirm_box .pc_none {
  display: none;
}


@media only screen and (max-width: 768px) {
  .recruit .con_box {
    width: 93.3333vw;
    margin: 10.6667vw auto 0;
    padding: 0;
  }
  .recruit .con_box p.con_title {
    font-size: 3.2vw;
    margin-bottom: 6vw;
  }
  .occupation  ul li {
    margin-top: 13.3333vw;
  }
  .occupation  ul li dl {
    font-size: 2.4vw;
    display: block;
    width: 100%;
    margin: 0;
  }
  .occupation  ul li dl dt,
  .occupation  ul li dl dd {
    width: 100%;
    line-height: 1.5;
  }

  .occupation .btn_box {
    margin-top: 13.3333vw;
  }


  .recruit_comfirm_box ul li dl {
    display: flex;
  }
  .recruit_comfirm_box ul li dl dt {
    width: 38%;
  }
  .recruit_comfirm_box ul li dl dd {
    width: 62%;
    line-height: 1.5;
  }

  /* btn */
  li.confirm_btn_box {
    margin-top: 20vw;
  }  
  .recruit_comfirm_box ul li.confirm_btn_box dl {
    display: block;
  }
  
  .recruit_comfirm_box ul li.confirm_btn_box dt {
    padding-top: 0;
    width: 100%;
  }
  .recruit_comfirm_box ul li.confirm_btn_box dd {
    width: 100%;
  }
  li.confirm_btn_box .btn_box {
    margin-top: 9.333vw;
    margin-left: 0;
    text-align: center;
  }
  li.confirm_btn_box .btn_box input[type=submit] {
    width: 26.6667vw;
  }

  .recruit_comfirm_box .pc_none {
    display: block;
  }


}



/*---------------------------------------------
  recruit  FORM
---------------------------------------------*/

.recruit_form .inner dl {
  display: flex;
  width: 900px;
  margin: 0 auto;
}
.recruit_form .inner dl dt {
  width: 38%;
  font-size: 14px;
}
.recruit_form .inner dl dd {
  width: 62%;
  line-height: 1.7;
  font-size: 12px;
}


.recruit_form .static_txt {
  margin: 80px 0 0;
}
.recruit_form .static_txt dl {
  color: #777;
}
.recruit_form .static_txt dl dd {
  font-size: 14px;
}
.recruit_form .con_box {
  padding: 0 50px;
  box-sizing: border-box;
}
.recruit_form .con_box01 {
  margin: 50px 0 0;
}
.recruit_form .con_box02 {
  margin: 70px 0 0;
}



.recruit_form .con_box p {
  font-size: 14px;
}
.recruit_form .con_box p.con_title {
  margin-bottom: 15px;
}
.recruit_form .con_box p.con_title::before {
  display: inline-block;
  content: "";
  width: 12px;
  height: 12px;
  margin-right: 3px;
  background: #000;
}
.recruit_form .con_box p.con_txt {
  padding-left: 15px;
}
.recruit_form .con_box p.con_txt small {
  color: #ff0000;
  display: block;
  margin-top: 10px;
}



.recruit_form .con_box .re_form {
  margin-top: 45px;
}
.recruit_form .con_box ul li {
  margin-top: 20px;
}
.recruit_form .con_box ul li:first-child {
  margin-top: 0; 
}
.recruit_form .con_box ul li dt small {
  color: #ff0000;
}


.re_form input[type=text],
.re_form input[type=email],
.re_form input[type=tel],
.re_form input[type=file],
.filebox input {
  border: 1px solid #999;
  height: 30px;
  padding: 0 5px;
  font-size: 12px;
  box-sizing: border-box;

  -webkit-border-radius: 1px;
  -webkit-appearance: none;
}
.recruit_form input[type=text].box_110 {
  width: 110px;
}
.recruit_form input[type=text].box_200 {
  width: 200px;
}
.recruit_form input[type=text].box_405 {
  width: 405px;
}
.recruit_form input[type=email].box_555,
.recruit_form input[type=tel].box_555 {
  width: 553px;
}


.recruit_form .name_box label {
  display: inline-block;
  width: 60px;
}
.recruit_form .name_box dd label:nth-child(3) {
  margin-left: 15px;
}


.recruit_form .addre_box dt span {
  display: block;
  margin-top: 30px;
  /* padding-left: 25px; */
}
.recruit_form .addre_box label {
  display: inline-block;
  width: 143px;
}
.recruit_form .addre_box label.zip_box {
  width: 30px;
}
.recruit_form .addre_box ul li {
  margin-top: 7px;
}


.recruit_form .contact_box dt {
  /* padding-left: 25px; */
  box-sizing: border-box;
}
.recruit_form .contact_box dd span {
  display: block;
  margin-top: 8px;
}




.recruit_form .filebox input[type="file"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip:rect(0,0,0,0);
  border: 0;
}

.recruit_form .filebox label {
  display: inline-block;
  width: 118px;
  text-align: center;
  padding: .5em .75em;
  line-height: normal;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid #999;
  border-radius: .25em;
  color: #555;
  background-color: #eee;
  font-size: 14px;
}

.recruit_form .filebox .upload-name {
  width: 372px;
  display: inline-block;
  padding: .1em .75em;
  font-size: 14px;
  font-family: inherit;
  line-height: normal;
  vertical-align: middle;
  border: 1px solid #999;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-right: 15px;
}

.recruit_form .textarea {
  width: 552px;
  padding: 5px;
  border: 1px solid #999;
  box-sizing: border-box;
  font-size: 12px;
}

.recruit_form .privacy_box {
  width: 100%;
  text-align: center;
  color: #333;
  font-size: 14px;
  margin-top: 60px;
}
.recruit_form .privacy_box p {
  line-height: 1;
}
.recruit_form .privacy_box input[type="checkbox"] {
  width: auto;
  height: auto;
}
.recruit_form .privacy_box a {
  text-decoration: underline;
  font-size: 80%;
}

/* btn */
.recruit_form .btn_box {
  text-align: center;
  /* margin-top: 45px; */
}
.recruit_form .btn_box input[type=submit] {
  font-size: 20px;
  background-color: #fff100;
  padding: 20px 25px;
  min-width: 200px;
  height: auto;
  border: none;
  cursor: pointer;
  margin: 50px 0 0;
  font-weight: bold;
  outline: none;

}
.recruit_form .btn_box input[type=submit]:hover {
  background: #000;
  color: #fff;
}

.recruit_form .con_box ul.error-message {
  margin-top: 10px;
}
.recruit_form .con_box ul.error-message li {
  font-size: 14px;
  margin-top: 10px;
  color: red;
}

@media only screen and (max-width: 768px) {

  .recruit_form .inner dl {
    display: block;
    width: 100%;
    margin: 0;
  }
  .recruit_form .inner dl dt {
    margin-bottom: 2vw;
  }
  .recruit_form .inner dl dt,
  .recruit_form .inner dl dd {
    width: 100%;
    line-height: 1.5;
    font-size: 2.4vw;
  }


  .recruit_form .inner .static_txt dl {
    display: flex;
  }

  .recruit_form .inner .static_txt dl dt {
    width: 38%;
    font-size: 2.4vw;
  }
  .recruit_form .inner .static_txt dl dd {
    width: 62%;
    line-height: 1.5;
    font-size: 2.4vw;
  }
  
  .recruit_form .static_txt {
    margin: 10.6667vw 0 0;
  }
  .recruit_form .con_box {
    padding: 0;
  }
  .recruit_form .con_box01,
  .recruit_form .con_box02 {
    margin: 13.333vw 0 0;
  }



  .recruit_form .con_box p {
    font-size: 2.4vw;
  }
  .recruit_form .con_box p.con_title {
    margin-bottom: 2vw;
  }
  .recruit_form .con_box p.con_title::before {
    width: 2vw;
    height: 2vw;
    margin-right: 2px;
  }
  .recruit_form .con_box p.con_txt {
    padding-left: 0;
  }
  .recruit_form .con_box p.con_txt small {
    margin-top: 1.333vw;
  }


  .recruit_form .con_box .re_form {
    margin-top: 10.6667vw;
  }
  .recruit_form .con_box ul li {
    margin-top: 5.333vw;
  }

  .re_form input[type=text],
  .re_form input[type=email],
  .re_form input[type=tel],
  .re_form input[type=file],
  .filebox input {
    height: 5.0667vw;
  }
  .recruit_form input[type=text].box_110 {
    width: 20vw;
  }
  .recruit_form input[type=text].box_200 {
    width: 30.6667vw;
  }
  .recruit_form input[type=text].box_405 {
    width: 67.3333vw;
  }
  .recruit_form input[type=email].box_555,
  .recruit_form input[type=tel].box_555 {
    width: 90.6667vw;
  }


  .recruit_form .name_box label {
    width: 11.5vw;
  }
  .recruit_form .name_box dd label:nth-child(3) {
    margin-left: 4vw;
  }


  .recruit_form .addre_box dt span {
    margin-top: 1.3vw;
    padding-left: 0;
  }
  .recruit_form .addre_box label {
    width: 22vw;
    padding-left: 1.3vw;
  }
  .recruit_form .addre_box label.zip_box {
    width: 3vw;
  }
  .recruit_form .addre_box ul li {
    margin-top: 2.6667vw;
  }

  .recruit_form .contact_box dt,
  .recruit_form .contact_box dd {
    padding-left: 1.3vw;
    box-sizing: border-box;
  }
  .recruit_form .contact_box dd span {
    margin-top: 5px;
  }


  .recruit_form .filebox label {
    width: 17vw;
    padding: .5em .75em;
    font-size: 2.4vw;
  }
  .recruit_form .filebox .upload-name {
    width: 65vw;
    padding: .1em .75em;
    font-size: 2.4vw;
    margin-right: 1.33vw;
  }
  .recruit_form .textarea {
    width: 90.6667vw;
  }
  .recruit_form .privacy_box {
    font-size: 2.4vw;
    margin-top: 10vw;
  }
  /* btn */
  /* .recruit_form .btn_box {
    margin-top: 13.3333vw;
  } */
  .recruit_form .btn_box input[type=submit] {
    font-size: 3.2vw;
    padding: 2.6667vw 4vw;
  }


  .recruit_form .con_box ul.error-message {
    margin-top: 6vw;
  }
  .recruit_form .con_box ul.error-message li {
    font-size: 3.2vw;
    margin-top: 2.6667vw;
  }


}



/*---------------------------------------------
  recruit  Thanks to
---------------------------------------------*/
.recruit_thanks .sub_title h1 {
  font-size: 60px !important;
}
.recruit_thanks_box p {
  font-size: 14px;
  line-height: 2.5;
}
.recruit_thanks_box .con_txt {
  margin-bottom: 120px;
}
.recruit_thanks_box .contact {
  text-align: right;
  margin-top: 40px;
}
.recruit_thanks_box .close_btn {
  width: 210px;
  margin: 150px auto 0;
  padding: 20px 0;
  box-sizing: border-box;
  font-size: 16px;
  color: #000;
  background: #f2f2f2;
  text-align: center;
}
.recruit_thanks_box .close_btn a {
  display: block;
  width: 100%;
  height: 100%;
  font-family:  FB Benton Sans Medium;
}

@media only screen and (max-width: 768px) {
  .recruit_thanks .sub_title h1 {
    font-size: 6.4vw !important;
  }
  .recruit_thanks_box p {
    font-size: 2.4vw;
    line-height: 2;
  }
  .recruit_thanks_box .con_txt {
    margin-bottom: 20vw;
  }
  .recruit_thanks_box .contact {
    margin-top: 4.667vw;
  }
  .recruit_thanks_box .close_btn {
    width: 26.6667vw;
    margin: 20vw auto 0;
    padding: 2.6667vw 4vw;
    font-size: 2.4vw;
  }

}


/*---------------------------------------------
  recruit  Q&A
---------------------------------------------*/
.re_qna_wrap {
  padding: 60px 50px 0;
  box-sizing: border-box;
}
.re_qna_title {
  width: 100%;
  border-left: 5px solid #fff100;
  border-bottom: 1px solid #000;
  padding: 10px 15px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
}
.re_qna_block {
  margin-top: 15px;
}
.re_qna_block:first-child {
  margin-top: 0;
}
.re_qna_title p {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 20px;
}


.re_qna_title span {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fff100;
  position: relative;
}
.re_qna_title span::after {
  content: '';
  width: 12px;
  height: 1px;
  background: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  
}
.re_qna_title span::before {
  content: '';
  width: 1px;
  height: 12px;
  background: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 0.2s;
}
.re_qna_block.on .re_qna_title span::before {
  content: '';
  width: 1px;
  height: 12px;
  background: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
}
.re_qna_block.on .re_qna_title span::after {
  opacity: 1;
}
.re_qna_wrap .panel {
  padding: 50px 20px 70px;
  box-sizing: border-box;
}
.re_qna_wrap .re_qna_block:last-child .panel {
  padding: 50px 20px 0;
}
.re_qna_wrap .panel .acc_sTitle {
  width: 100%;
  border-left: 3px solid #fff100;
  border-bottom: 1px solid #dddddd;
  padding: 7px 15px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
} 
.re_qna_wrap .panel .acc_sTitle p {
  width: 90%;
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 16px;
}

.re_qna_wrap .panel_block li {
  margin-top: 10px;
}
.re_qna_wrap .panel_block li:first-child {
  margin-top: 0;
}
.re_qna_wrap .panel .acc_sTitle span {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #fff100;
  position: relative;
}
.re_qna_wrap .panel .acc_sTitle span::after {
  content: '';
  width: 10px;
  height: 1px;
  background: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  
}
.re_qna_wrap .panel .acc_sTitle span::before {
  content: '';
  width: 1px;
  height: 10px;
  background: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  transition: 0.2s;
}
.re_qna_wrap .panel .on .acc_sTitle span::before {
  opacity: 0;
}

.re_qna_wrap .panel .acc_sContent {
  width: 100%;
  padding: 15px 18px;
  box-sizing: border-box;
  margin: 5px 0;
  background: #efefef;
  font-size: 14px;
  position: relative;
  line-height: 1.5;
}
.re_qna_wrap .panel .acc_sContent::after {
  content: '';
  width: 100%;
  height: 1px;
  background: #ddd;
  position: absolute;
  bottom: -5px;
  left: 0;
}

.re_qna_wrap li a {
  text-decoration: underline;
}

@media only screen and (max-width: 768px) {
  .re_qna_wrap {
    padding: 9.3334vw 0 0;
  }
  .re_qna_title {
    border-left: 5px solid #fff100;
    padding: 1.7333vw 2.6667vw;
    margin-top: 0;
  }
  .re_qna_block {
    margin-top: 2vw;
  }
  .re_qna_title p {
    font-size: 3.2vw;
  }
  .re_qna_title span {
    width: 4.6667vw;
    height: 4.6667vw;
  }
  .re_qna_title span::after {
    width: 2vw;
  }
  .re_qna_title span::before {
    height: 2vw;
  }
  .re_qna_block.on .re_qna_title span::before {
    height: 2vw;
  }

  .re_qna_wrap .panel {
    padding: 5.3333vw 2.6667vw;
  }
  .re_qna_wrap .re_qna_block:last-child .panel {
    padding: 5.3333vw 2.6667vw 0;
  }
  .re_qna_wrap .panel .acc_sTitle {
    border-left: 3px solid #fff100;
    padding: 1.2vw 2vw;
  } 
  .re_qna_wrap .panel .acc_sTitle p {
    font-size: 2.4vw;
    line-height: 1.5;
  }
  .re_qna_wrap .panel_block li {
    margin-top: 1.3333;
  }
  .re_qna_wrap .panel .acc_sTitle span {
    width: 4vw;
    height: 4vw;
  }
  .re_qna_wrap .panel .acc_sTitle span::after {
    width: 1.6vw;
  }
  .re_qna_wrap .panel .acc_sTitle span::before {
    height: 1.6vw;
  }
  .re_qna_wrap .panel .acc_sContent {
    padding: 2vw;
    margin: 0.6667vw 0;
    font-size: 2.4vw;
  }
  .re_qna_wrap .panel .acc_sContent::after {
    bottom: -0.8vw;
  }

}



/*---------------------------------------------
  Recruit Work Environment
---------------------------------------------*/
.work_envi .container {
  margin: 0 0 150px;
}
.work_envi .inner {
  border-top: 0;
}
.work_envi .anchor_block {
  margin-top: 170px;
}
.work_envi .anchor_block:nth-child(2) {
  margin-top: 70px;
}

.work_envi .title_box {
  display: flex;
}
.work_envi .title_box .title {
  font-size: 60px;
  font-family:  FB Benton Sans Medium;
  padding-top: 10px;
}
.work_envi .title_box .title span {
  font-size: 14px;
  color: #666;
  padding-left: 10px;
}
.work_envi .txt_box .lead {
  margin: 40px 0 0;
  font-size: 14px;
  line-height: 1.7;
}
.work_envi .txt_box .lead span {
  display: block;
  font-size: 10px;
}

#envi_data .img_box_pc {
  width: 65%;
  margin: 100px auto 0;
}
#envi_data .img_box_sp {
  display: none;
}


#envi_step .img_box_pc .img_box {
  margin-top: 100px;
  position: relative;
}
#envi_step .img_box_pc p.img_title {
  font-size: 20px;
  font-weight: bold;
  color: #171c61;
  background: #e8dea5;
  display: inline-block;
  position: absolute;
  left: 110px;
  top: 0;
}
#envi_step .img_box_sp {
  display: none;
}

.work_envi .anchor_block .envi_txt_box {
  margin-top: 60px;
}
.work_envi .anchor_block .envi_txt_box p {
  font-size: 20px;
  font-family: TBGothic L, Arial, sans-serif;
  margin-top: 60px;
}
.work_envi .anchor_block .envi_txt_box p:first-child {
  margin-top: 0;
}
.work_envi #envi_welfare .envi_txt_box dl {
  padding-left: 1em;
}
.work_envi .anchor_block .envi_txt_box dt {
  font-size: 16px;
  font-family: TBGothic L, Arial, sans-serif;
  margin: 30px 0 15px;
}
.work_envi .anchor_block .envi_txt_box dt:first-child {
  margin: 40px 0 15px;
}
.work_envi .anchor_block .envi_txt_box dd {
  font-size: 14px;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .work_envi .container {
    margin: 0 0 26.6667vw;
  }
  .work_envi .anchor_block {
    margin-top: 16vw;
  }
  .work_envi .anchor_block:nth-child(2) {
    margin-top: 13.3333vw;
  }
  .work_envi .title_box .title {
    font-size: 6.4vw;
  }
  .work_envi .title_box .title span {
    font-size: 3.2vw;
    padding-left: 4.6667vw;
  }
  .work_envi .txt_box .lead {
    margin: 10.6667vw 0 0;
    font-size: 3.2vw;
    line-height: 1.5;
  }
  .work_envi .txt_box .lead span {
    font-size: 2vw;
  }

  #envi_data .img_box_pc {
    display: none;
  }
  #envi_data .img_box_sp {
    display: block;
    width: 100%;
    margin-top: 10.6667vw;
  }

  #envi_step .img_box_pc {
    display: none;
  }
  #envi_step .img_box_sp {
    display: block;
  }
  .img_box_sp .step_box p.title {
    font-size: 5.3333vw;
    font-weight: bold;
    text-align: center;
    background: #e8dea5;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.333vw 0;
    margin: 10.6667vw 0 6.667vw;
  }

  .img_box_sp .step_box .panel_block > li {
    margin-top: 3.333vw;
  }
  .img_box_sp .step_box .acc_sTitle {
    position: relative;
    border: 5px solid #9e9e9e;
    padding: 3.3333vw 3.3333vw 10.6667vw;
    box-sizing: border-box;
    background: #fff100;
  }
  .img_box_sp .step_box .acc_sTitle.bg_or {
    background: #F9BF11;
  }
  .img_box_sp .step_box .acc_sTitle.bg_gr {
    background: #C3D600;
  }
  .img_box_sp .step_box .acc_sTitle::after {
    content: '';
    width: 6vw;
    height: 5px;
    background: #9e9e9e;
    position: absolute;
    bottom: 3.333vw;
    left: 43.2%;
    transform: rotate(45deg);
    transition: 0.4s;
  }
  .img_box_sp .step_box .acc_sTitle::before {
    content: '';
    width: 6vw;
    height: 5px;
    background: #9e9e9e;
    position: absolute;
    bottom: 3.333vw;
    left: 47.2%;
    transform: rotate(-45deg);
    transition: 0.4s;
  }  
  .img_box_sp .step_box .on .acc_sTitle::after {
    transform: rotate(-45deg);
    opacity: 1;
  }
  .img_box_sp .step_box .on .acc_sTitle::before {
    transform: rotate(45deg);
    opacity: 1;
  }

  .img_box_sp .step_box .acc_sTitle .left_txt {
    position: absolute;
    left: 3.3333vw;
    top: 3.3333vw;
    font-size: 20vw;
  }
  .img_box_sp .step_box .g1_txt {
    width: 22vw;
  }
  .img_box_sp .step_box .g2_txt {
    width: 25.4667vw;
  }
  .img_box_sp .step_box .g3_txt {
    width: 22vw;
  }
  .img_box_sp .step_box .g4_txt {
    width: 22vw;
  }
  .img_box_sp .step_box .g5_txt {
    width: 22vw;
  }

  .img_box_sp .step_box .acc_sTitle .right_txt {
    position: absolute;
    right: 3.3333vw;
    top: 3.3333vw;
    font-size: 3.2vw;
  }
  .img_box_sp .step_box .acc_sTitle .right_txt li {
    margin-bottom: 2vw;
    text-align: right;
  }

  .img_box_sp .step_box .acc_sTitle .bg_txt {
    background: #fff;
    padding: 1.3333vw 0;
    text-align: center;
    margin: 22vw 0 3.3333vw;
    font-size: 3.6vw;
    color: #666;
  }
  .img_box_sp .step_box .acc_sTitle .bg_txt_bottom {
    margin: 3.3333vw 0;
  }
  .img_box_sp .step_box .acc_sTitle .lead_txt {
    font-size: 3.2vw;
    line-height: 1.3;
  }
  .img_box_sp .step_box .acc_sTitle .lead_txt span {
    display: inline-block;
    width: 3vw;
    height: 3vw;
    border-radius: 50%;
    margin-right: 0.9333vw;
    background: #000;
  }
  

  .img_box_sp .step_box .acc_sContent {
    position: relative;
    border: 5px solid #9e9e9e;
    padding: 8vw;
    box-sizing: border-box;
    border-top: none;
  }
  .img_box_sp .step_box .acc_sContent dt {
    font-size: 3.7333vw;
    margin-top: 7.3333vw;
    margin-bottom: 4vw;
    position: relative;
    display: inline-block;
  }
  .img_box_sp .step_box .acc_sContent dt:first-child {
    margin-top: 0;
  }
  .img_box_sp .step_box .acc_sContent dt::after {
    display: block;
    content: "";
    width: 100%;
    height: 3vw;
    background: #e8dea5;
    position: absolute;
    bottom: -1vw;
    left: 0;
    z-index: -1;
  }
  .img_box_sp .step_box .acc_sContent dd {
    font-size: 3.4667vw;
  }

  .img_box_sp .step_box .acc_sContent dd.color_r spna{
    background: #e95532;
  }
  .img_box_sp .step_box .acc_sContent dd.box {
    border: 3px solid #9e9e9e;
    padding: 2vw;
    box-sizing: border-box;
    line-height: 1.5;
  }
  .img_box_sp .step_box .acc_sContent dd spna {
    display: inline-block;
    width: 3vw;
    height: 3vw;
    margin-right: 0.9333vw;
  }
  .img_box_sp .step_box .acc_sContent dd.color_b spna {
    background: #000;
  }
  .img_box_sp .step_box .acc_sContent dd ul li {
    margin-top: 2vw;
  }
  .img_box_sp .step_box .acc_sContent dd ul li:first-child {
    margin-top: 0;
  }


  .work_envi .anchor_block .envi_txt_box {
    margin-top: 13.3333vw;
  }
  .work_envi .anchor_block .envi_txt_box p {
    font-size: 3.2vw;
    margin-top: 13.3333vw;
  }
  .work_envi .anchor_block .envi_txt_box dt {
    font-size: 3.2vw;
    margin: 13.3333vw 0 2vw;
  }
  .work_envi .anchor_block .envi_txt_box dt:first-child {
    margin: 6.3333vw 0 2vw;
  }
  .work_envi .anchor_block .envi_txt_box dd {
    font-size: 3vw;
  }


}