@charset "UTF-8";

.mainContents {
  background: transparent;
}

.section .sec_desc {
  line-height: 2;
  margin-top: 40px;
}

.section .btn {
  width: 80%;
  max-width: 400px;
  margin: 70px auto 30px;
}

/* sec_works
-------------------------------------------- */
.sec_works .sec_desc .text-center {
  margin: 0 auto 20px;
}
.sec_works .sec_desc li {
  margin-right: 15px;
}

/* sec_culture
-------------------------------------------- */
.culture_img_list li {
  margin-left: 30px;
}
.culture_img_list li:first-child {
  margin-left: 0;
}

/* sec_recruitInfo
-------------------------------------------- */
.sec_recruitInfo {
  background: rgba(0, 0, 0, 0.7);
}
.sec_recruitInfo .sec_ttl {
  color: #fff;
}
.sec_recruitInfo .table-style {
  color: #fff;
  max-width: 950px;
  margin: auto;
}
.sec_recruitInfo .table-style th {
  width: 300px;
  text-align: center;
  vertical-align: middle;
}
.sec_recruitInfo .table-style th,
.sec_recruitInfo .table-style td {
  background: transparent;
  border: 1px solid #fff;
}

/* sec_associate
-------------------------------------------- */
.sec_associate .table-style {
  max-width: 950px;
  margin: 60px auto 0;
}
.sec_associate .table-style th {
  text-align: center;
  vertical-align: middle;
}

/* ============================================
  @media max-767
============================================ */
@media only screen and (max-width: 767px) {

  .section .btn {
    margin: 40px auto 20px;
  }

  .section .sec_desc {
    text-align: left;
    margin-top: 20px;
  }
  .section .sec_desc .text-center {
    text-align: left;
  }
  .sec_works .sec_desc li {
    margin: 0;
    width: 100%;
  }
  .culture_img_list li {
    margin-left: 2%;
    width: 32%;
  }
  .sec_recruitInfo .table-style th,
  .sec_recruitInfo .table-style td {
    display: block;
    width: 100%;
  }
  .sec_recruitInfo .table-style tr:first-child th {
    border-top: 1px solid #fff;
  }
  .sec_recruitInfo .table-style th {
    text-align: left;
    border-top: none;
    border-bottom: none;
  }
  .sec_associate .table-style {
    margin: 30px auto 0;
  }
  .sec_associate .table-style th {
    text-align: left;
  }

}
