@charset "UTF-8";
/*=======================================
募集要項
=========================================*/
.p-recruit {
  padding: 104px 0 240px;
}
.p-recruit__new {
  padding-bottom: 128px;
}
.p-recruit .box-wrap {
  padding: 0 64px;
}
.p-recruit .box-wrap .box {
  margin-bottom: 128px;
}
.p-recruit .box-wrap .box:last-child {
  margin-bottom: 0;
}
.p-recruit .box-wrap .box p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  /* text1 */
  color: #353535;
  margin-top: 30px;
}
.p-recruit h2 {
  margin-bottom: 72px;
}
.p-recruit h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 180%;
  letter-spacing: 0.05em;
  color: #0033CD;
  margin-bottom: 73px;
}
.p-recruit table {
  width: 100%;
  table-layout: auto;
}
.p-recruit table tr th {
  border-top: 2px solid #004CBD;
  vertical-align: top;
  text-align: left;
  white-space: nowrap;
  padding: 32px 0;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 190%;
  letter-spacing: 0.1em;
  color: #353535;
}
.p-recruit table tr th:first-child {
  width: 1%;
  /* コンテンツ幅に近づける */
}
.p-recruit table tr td {
  border-top: 2px solid #B1C6E5;
  padding: 32px 0 32px 64px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  /* text1 */
  color: #353535;
}
.p-recruit table tr:last-child th {
  border-bottom: 2px solid #004CBD;
}
.p-recruit table tr:last-child td {
  border-bottom: 2px solid #B1C6E5;
}
.p-recruit .intro {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 190%;
  margin-bottom: 70px;
  /* text1 */
  color: #353535;
}
.p-recruit .intro a {
  color: #0033CD;
  text-decoration: underline;
}
.p-recruit .data {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 190%;
  text-align: right;
  /* text1 */
  color: #353535;
  margin-top: 30px;
}

/* ----------------------------- スマホ（～767px） */
@media screen and (max-width: 767px) {
  .p-recruit {
    padding: 60px 0 120px;
  }
  .p-recruit__new {
    padding-bottom: 128px;
  }
  .p-recruit__new--no {
    padding-bottom: 0;
  }
  .p-recruit .box-wrap {
    padding: 0;
  }
  .p-recruit .box-wrap .box {
    margin-bottom: 60px;
  }
  .p-recruit .box-wrap .box p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    /* text1 */
    color: #353535;
    margin-top: 30px;
  }
  .p-recruit h2 {
    margin-bottom: 40px;
  }
  .p-recruit h3 {
    font-size: 20px;
    margin-bottom: 40px;
    padding-left: 1em;
    text-indent: -1em;
  }
  .p-recruit table tr th,
  .p-recruit table tr td {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .p-recruit table tr th {
    padding: 10px;
    color: #353535;
  }
  .p-recruit table tr th:first-child {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .p-recruit table tr td {
    border-top: 2px solid #B1C6E5;
    padding: 15px 10px;
    font-size: 14px;
  }
  .p-recruit table tr:last-child th {
    border-bottom: none;
  }
}
