@charset "utf-8";
#recruit section a {
  text-decoration: underline;
}
#recruit section .anc_link_list a,
#recruit section .link_more a,
#recruit section a[href^="tel:"] {
  text-decoration: none;
}
#recruit section .anc_link_list {
  margin-bottom: 60px;
}
#recruit section .anc_link_list a {
  width: calc((100% - 40px*2)/3);
}
#recruit section .link_more {
  margin-top: 100px;
}
#recruit .title_cts {
  width: 100%;
  display: block;
  margin: 0 0 80px;
}
#recruit .title_cts .main_title {
  margin: 0 0 20px;
}
#recruit .title_cts .cts_title {
  margin: 0;
}
#recruit .recruit_contact .clr_box {
  width: 100%;
  background: #F0F0DC;
  padding: 50px;
}
#recruit .recruit_contact .cts_title {
  text-align: left;
  margin: 0 0 10px;
}
#recruit .recruit_contact .clr_box p {
  line-height: 2em;
}

#recruit .recruit_list.col_2 {
  gap: 60px 50px;
}
#recruit .recruit_list.col_2 .col {
  width: calc((100% - 50px)/2);
}
#recruit .recruit_list .cts_title {
  text-align: left;
  padding: 0 0 10px;
  margin: 0 0 40px;
  border-bottom: 1px solid var(--mainColor);
}
#recruit .recruit_list p,
#recruit .recruit_list ul {
  font-size: 18px;
  line-height: 2em;
}
#recruit .job_description {
  max-width: 790px;
  margin: 0 auto;
}
#recruit .job_description + .job_description {
  margin-top: 80px;
}
#recruit .job_description .cts_title {
  margin: 0 0 30px;
}
#recruit .job_description table {
  width: 100%;
  border-top: 1px solid var(--mainColor);
}
#recruit .job_description table tr {
  width: 100%;
  border-bottom: 1px solid var(--mainColor);
}
#recruit .job_description table th {
  width: 275px;
  border-right: 1px solid var(--mainColor);
  background: #F0F0DC;
  text-align: left;
  vertical-align: top;
  padding: 20px;
}
#recruit .job_description table td {
  background: #fff;
  text-align: left;
  vertical-align: top;
  padding: 20px;
}
#recruit .recruitment_none {
  min-height: 200px;
}
#recruit .recruitment_none .cts_title {
  margin-bottom: 0;
}





/* ========================================================================================================
   767px以下
   ========================================================================================================*/
@media screen and (max-width: 767px) {
  #recruit .title_cts {
    margin: 0 0 50px;
  }
  .anc_link_list a {
    width: 100%;
  }
  #recruit section .anc_link_list {
    margin-bottom: 70px;
  }
  #recruit section .link_more {
    margin-top: 60px;
  }
  #recruit .recruit_list.col_2 .col {
    width: 100%;
  }
  #recruit .recruit_list .cts_title {
    margin: 0 0 20px;
  }
  #recruit .recruit_list p,
  #recruit .recruit_list ul {
    font-size: 14px;
    line-height: 2em;
  }
  #recruit .job_description table {
    font-size: 14px;
    line-height: 1.8em;
  }
  #recruit .job_description table th {
    width: 100%;
    display: block;
    border-bottom: 1px solid var(--mainColor);
    border-right: none;
    padding: 15px 10px;
  }
  #recruit .job_description table td {
    width: 100%;
    display: block;
    padding: 15px 10px;
  }
  #recruit .job_description {
    padding-top: 30px;
  }
  #recruit .job_description + .job_description {
    margin-top: 50px;
  }
  #recruit #recruit_low + .recruit_contact .wrap {
    padding-top: 0;
  }
  #recruit .recruit_contact .clr_box {
    padding: 50px 20px;
  }
  #recruit .recruit_contact .clr_box p {
    font-size: 14px;
  }
  #recruit .recruitment_none {
    min-height: 100px;
  }
  #recruit section .anc_link_list a {
    width: 100%;
  }
  
}
/* ========================================================================================================
   499px以下
   ========================================================================================================*/
@media screen and (max-width: 499px) {

}