#recruit .recruit {
  margin-top: 80px;
}

@media screen and (max-width: 1199px) {
  #recruit .recruit {
    margin-top: 70px;
  }
}

@media screen and (max-width: 767px) {
  #recruit .recruit {
    margin-top: 60px;
  }
}

#recruit .recruit__head {
  padding-left: 60.5px;
  font-size: 2.8rem;
  font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
  font-weight: bold;
  letter-spacing: 0.125em;
  position: relative;
  margin-top: 80px;
}

@media screen and (max-width: 1199px) {
  #recruit .recruit__head {
    font-size: 2.4rem;
    margin-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  #recruit .recruit__head {
    font-size: 2rem;
    margin-top: 40px;
  }
}

#recruit .recruit__head:first-of-type {
  margin-top: 0px;
}

#recruit .recruit__head::before {
  content: "";
  width: 40.5px;
  height: 32px;
  display: block;
  margin: auto 0;
  background: url(../img/ico_recruit01@2x.png) no-repeat center/cover;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}

#recruit .recruit__table {
  width: 100%;
  margin-top: 40px;
  border-top: 1px dashed #ada086;
}

#recruit .recruit__table__tr {
  width: 100%;
  border-bottom: 1px dashed #ada086;
}

#recruit .recruit__table__tr__th {
  width: 25%;
  padding: 25px 0 25px 30px;
  font-weight: bold;
  text-align: left;
  background: #fffae4;
}

@media screen and (max-width: 767px) {
  #recruit .recruit__table__tr__th {
    width: 100%;
    display: block;
    padding: 20px;
  }
}

#recruit .recruit__table__tr__td {
  width: 75%;
  padding: 25px 30px;
}

@media screen and (max-width: 767px) {
  #recruit .recruit__table__tr__td {
    width: 100%;
    display: block;
    padding: 20px;
  }
}

#recruit .recruit__table__tr__td__dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#recruit .recruit__table__tr__td__dl__dt {
  width: 31.159%;
  padding: 10px 0;
  font-weight: bold;
  border-bottom: 1px dotted #ada086;
}

@media screen and (max-width: 1199px) {
  #recruit .recruit__table__tr__td__dl__dt {
    width: 40%;
  }
}

@media screen and (max-width: 767px) {
  #recruit .recruit__table__tr__td__dl__dt {
    font-size: 1.2rem;
  }
}

#recruit .recruit__table__tr__td__dl__dt:nth-of-type(1) {
  padding-top: 0;
}

#recruit .recruit__table__tr__td__dl__dt:nth-of-type(3) {
  padding-bottom: 0;
  border-bottom: none;
}

#recruit .recruit__table__tr__td__dl__dd {
  width: 68.841%;
  padding: 10px 0;
  border-bottom: 1px dotted #ada086;
}

@media screen and (max-width: 1199px) {
  #recruit .recruit__table__tr__td__dl__dd {
    width: 60%;
  }
}

@media screen and (max-width: 767px) {
  #recruit .recruit__table__tr__td__dl__dd {
    font-size: 1.2rem;
  }
}

#recruit .recruit__table__tr__td__dl__dd:nth-of-type(1) {
  padding-top: 0;
}

#recruit .recruit__table__tr__td__dl__dd:nth-of-type(3) {
  padding-bottom: 0;
  border-bottom: none;
}

#recruit .recruit__table__tr__td__list__txt {
  padding-left: 22px;
  background: url(../../common/img/ico_cycle01@2x.png) no-repeat top 7px left/10px;
}

@media screen and (max-width: 767px) {
  #recruit .recruit__table__tr__td__list__txt {
    background-position: top 6px left;
  }
}

#recruit .recruit__temporary {
  margin-top: 40px;
}
/*# sourceMappingURL=style.css.map */