/**************************
 page-recruit
**************************/
#page-recruit #recruit-main .bg {
  background: url("../../images/recruit/recruit_resize.jpg");
  width: 100%;
  height: 500px;
  background-size: cover;
  background-position: center;
  position: relative;
  margin-top: 100px;
}
#page-recruit #recruit-main .bg:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0, 0.5);
  background-image: radial-gradient(black 20%, transparent 20%),
    radial-gradient(black 20%, transparent 20%);
  background-size: 4px 4px;
  background-position: 0 0, 2px 2px;
  z-index: 1;
}
#page-recruit #recruit-main .bg h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 2;
}
#page-recruit #recruit-main .bg h1 span {
  display: block;
}
#page-recruit #recruit-main .bg h1 span:nth-of-type(1) {
  font-size: 62px;
  margin-bottom: 15px;
  color: #fff;
  letter-spacing: 0.1em;
  font-weight: bold;
}
#page-recruit #recruit-main .bg h1 span:nth-of-type(2) {
  font-size: 14px;
  margin-bottom: 5px;
  color: #fff;
  letter-spacing: 0.1em;
}
/*********************************************
 recruit-guideline
**********************************************/
#recruit-guideline {
  padding-top: 100px;
  padding-bottom: 100px;
}
#recruit-guideline h2 {
  margin-bottom: 50px;
}
#recruit-guideline h2 span {
  display: block;
}
#recruit-guideline h2 span:nth-of-type(1) {
  font-size: 42px;
  font-weight: bold;
  margin-bottom: 5px;
}
#recruit-guideline h2 span:nth-of-type(2) {
  font-size: 14px;
  font-weight: bold;
}
#recruit-guideline table th,
#recruit-guideline table td {
  padding: 30px;
}
#recruit-guideline table th {
  word-break: keep-all;
  background: #ffc107;
}
#recruit-guideline table td span:nth-of-type(1) {
  margin-right: 10px;
}
@media (max-width: 767px) {
  #recruit-guideline table th,
  #recruit-guideline table td {
    display: block;
    width: 100%;
  }
}
