@charset "UTF-8";

#lp_recruitment .topText{
  max-width: 600px;
  width: 100%;
  margin: 0 auto 80px;
  letter-spacing: 0.05em;
  line-height: 2;
}

#lp_recruitment .recruit_detail{
  background: #fff;
  max-width: 1000px;
  margin: 0 auto 100px;
  border-radius: 12px;
  box-shadow: 20px 30px 50px rgba(0, 0, 0, 0.2);
  padding: 60px;
  width: 100%;
}
#lp_recruitment .recruit_detail .label{
  background-color: #1e5a9f;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.05em;
  padding: 2px 10px;
}
#lp_recruitment .recruit_detail h4{
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin-top: 10px;
  margin-bottom: 1em;
}

#lp_recruitment table{
  width: 100%;
  border-collapse: collapse;
  letter-spacing: 0.05em;
  line-height: 1.75;
  border-top: 1px dotted #cccccc;
}
#lp_recruitment table tbody tr{
  border-bottom: 1px dotted #cccccc;
}
#lp_recruitment table tbody tr th{
  width: 150px;
  padding: 1.8em 1.5em;
  font-weight: 700;
  vertical-align: top;
}
#lp_recruitment table tbody tr td{
  padding: 1.8em 1.5em;
}

#lp_recruitment ul{
  padding-inline-start: 1.3em;
}
#lp_recruitment ul.style_disc li{
  list-style: disc;
}
#lp_recruitment ul.style_list li{
  list-style: decimal;
}

/** -------- スマホ -------- **/
@media screen and (max-width: 1000px){
}
@media screen and (max-width: 768px){
  #lp_recruitment table tbody tr th,
  #lp_recruitment table tbody tr td{
    display: block;
    width: 100%;
    padding: 1.5em 0;
  }
  #lp_recruitment table tbody tr th{
    padding-bottom: 0;
  }
  #lp_recruitment table tbody tr td{
    padding-top: 0;
  }
}
@media screen and (max-width: 570px){
  #lp_recruitment .topText{
    margin-bottom: 40px;
    line-height: 1.75;
  }
  #lp_recruitment .recruit_detail{
    padding: 30px 20px;
    margin-bottom: 40px;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.2);
  }
  #lp_recruitment .recruit_detail .label{
    font-weight: 400;
    font-size: 13px;
  }
  #lp_recruitment .recruit_detail h4{
    font-size: 18px;
    margin-top: 7px;
  }
}
