#main {
  margin: 113px auto 0;
}

.contents {
  margin: 0 auto;
}

.contents h3 {
  text-align: center;
}

.contents p {
  text-align: center;
  margin: 38px auto 62px;
}

.bnr-area ul {
  overflow: hidden;
}

.bnr-area ul li {
  float: left;
  margin: 0 0 10px;
  height: 250px;
}

.recruitment-area {
  overflow: hidden;
  margin: 50px auto 0;
}

.recruitment-area .left {
  width: 465px;
  float: left;
}

.recruitment-area .right {
  width: 465px;
  float: right;
}

.recruitment-area .right a {
  margin: 10px 0 0;
  display: block;
}

.recruitment-area .right a:first-child {
  margin: 0;
}

.bnr-area a:hover img {
  filter: alpha(opacity=100) !important;
  opacity: 1 !important;
}

/* ボタンのテキスト化 */
.bnr-area .bnr-overlay {
  display: inline-block;
  width: 465px;
  height: 250px;
  position: relative;
  background: url('/recruit/img/bnr-nextstage_off_bg.jpg') no-repeat;
  background-size: cover;
}

.bnr-area .bnr-overlay h2 {
  font-family: good-times, sans-selif;
  font-weight: 500;
  font-style: normal;
  font-size: 30px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  line-height: 1;
  text-align: center;
}

.recruitment-area .recruitment-area-btn {
  width: 465px;
  height: 171px;
  position: relative;
  background: url('/recruit/img/entry-btn_bg.jpg') repeat;
  background-size: cover;
}

.recruitment-area .recruitment-area-btn.half {
  height: 80px;
  margin-bottom: 11px;
}

.recruitment-area .recruitment-area-btn h3 {
  font-family: good-times, sans-selif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  line-height: 1;
  text-align: center;
}

/*# sourceMappingURL=recruit.css.map */