@charset "UTF-8";
.common_mv.mv {
  background: url("../img/mv.jpg") no-repeat top 20% center/cover;
}
.contInr {
  max-width: 960px;
}
.recruitcont {
  padding: 90px 15px 100px;
}
.recruitcont .ttl {
  font-size: 20px;
  font-family: "YuGothic-B";
  margin-bottom: 30px
}
.recruitcont .txt {
  font-size: 14px;
  margin-bottom: 30px;
  line-height: 2;
}
.recruitcont table {
  width: 100%;
  margin-bottom: 60px;
  border-top: 1px solid #dddddd;
}
.recruitcont table tr {
  border-bottom: 1px solid #dddddd;
}
.recruitcont table th {
  padding: 30px 10px;
  width: 100px;
  text-align: left;
  vertical-align: text-top
}
.recruitcont table td {
  padding: 30px 15px;
  max-width: 650px;
  width: calc(100% - 100px);
  line-height: 1.6;
}
.recruitcont table td ul {
  text-indent: -1rem;
  padding-left: 1rem;
}
.recruitcont .subttl {
  margin-bottom: 50px;
  font-size: 20px;
  font-family: "YuGothic-B";
}
.recruitcont table .bgtxt {
  font-size: 20px;
}
.recruitcont table .txt small {
  line-height: 1.8;
  display: block;
  font-size: 15px;
}
.messege_content {
  background: url("../img/balance.jpg")no-repeat center center/cover;
  padding: 95px 15px;
  color: #fff;
  margin-bottom: 50px;
}
.messege_content .contTtl {
  font-size: 24px;
  margin-bottom: 30px;
  line-height: 1.8;
}
.messege_content .txt {
  font-size: 13px;
  line-height: 1.6;
}
@media only screen and (min-width: 769px) {
  .recruitcont .txt {
    font-size: 15px;
    margin-bottom: 50px;
  }
  .recruitcont .ttl {
    font-size: 30px;
  }
  .recruitcont .subttl {
    font-size: 30px;
  }
  .recruitcont table tr {
    font-size: 20px;
  }
  .recruitcont table th {
    padding: 50px 15px 50px 60px;
    max-width: 500px;
    width: 40%;
  }
  .recruitcont table td {
    padding: 50px 15px 50px 30px;
    max-width: 650px;
    width: 60%;
  }
  .recruitcont table .bgtxt {
    font-size: 26px;
  }
  .messege_content {
    margin-bottom: 80px
  }
  .messege_content .contTtl {
    font-size: 30px;
  }
  .messege_content .txt {
    font-size: 15px;
  }
}
@media only screen and (max-width: 768px) {}