@charset "UTF-8";
.header.header-infomation{
 background: url(../img/recruit/recruit.jpg) no-repeat center center/cover;
}

.wrapper{
  max-width: 960px;
  margin: 0 auto;
  padding: 0 4%;
}

.lead{
  padding: 30px 0;
}

@media print, screen and (min-width: 768px) {
  .lead {
    width: 800px;
    margin: auto;
    text-align: center;
  }
}

.lead-title{
  font-size: 25px;
  margin-bottom: 10px;
  font-weight: bold;
  line-height:1.2;
  font-family:"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","MS P明朝","serif";
}

.seek{
  font-size:18px;
}

.overview{
  padding:15px 0;
  border-bottom: apx solid #eee;
  list-style: none;
}

.history{
  padding:15px 0;
  border-bottom: apx solid #eee;
  list-style: none;
}

.table_design05 {
  border-collapse: collapse;
  width: 100%;
  max-width: 700px;
}
.table_design05 th, .table_design05 td {
  padding: 1em;
}
.table_design05 th {
  color: black;
  font-weight: bold;
  text-align: left;
  width: 20%;
  min-width: 4em;
  position: relative;
}
.table_design05 th::after {
  content: '';
  background-color: #c1c7c6;
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  width: 1px;
  height: 60%;
}

.qualification{
  padding:15px 0;
  border-bottom: apx solid #eee;
  list-style: none;
}

.middle-title{
  font-size: 20px;
  color: #000;
  font-family:"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","MS P明朝","serif";
  font-weight: bold;
  margin-bottom: 15px;
}

.middle-title-theme{
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}

.middle-title-content{
  font-size: 14px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.middle-title-content + .middle-title-content{
  margin-top: 5px;
}

.company-profile{
  margin-bottom: 60px;
}

