.category-recruit #site-wrapper #page-title {
  background-image: url(/en/assets/images/recruit_title_bg.jpg?dbfcdcba);
  background-repeat: no-repeat;
  background-position: center top;
  background-color: transparent;
  background-size: 1280px 280px;
}
@media screen and (min-width: 1281px) {
  .category-recruit #site-wrapper #page-title {
    background-size: cover;
  }
}
@media screen and (max-width: 750px) {
  .category-recruit #site-wrapper #page-title {
    background-image: url(/en/assets/images/recruit_title_sp_bg.jpg?25a27b41);
    background-repeat: no-repeat;
    background-position: center top;
    background-color: transparent;
    background-size: 750px 300px;
    background-size: cover;
  }
}
.category-recruit #site-wrapper #main-container #sidebar .side-navi-list > li .side-sub-navi-list {
  display: none;
}

#page-recruit #site-wrapper #main-container #main-content {
  flex-basis: 100%;
  max-width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 980px) {
  #page-recruit #site-wrapper #main-container #main-content {
    flex-basis: auto;
    width: 100%;
  }
}
#page-recruit #site-wrapper #main-container #main-content .contents-title {
  display: none;
}
#page-recruit #site-wrapper #main-container #main-content .main .container-1 {
  border-bottom-width: 2px;
  padding-bottom: 64px;
  margin-bottom: 40px;
}
#page-recruit #site-wrapper #main-container #main-content .main .container-1 .block-text {
  margin-bottom: 40px;
}
#page-recruit #site-wrapper #main-container #main-content .main .container-1 .block-text p {
  font-size: 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #page-recruit #site-wrapper #main-container #main-content .main .container-1 .block-text p {
    font-size: 16px;
  }
}
#page-recruit #site-wrapper #main-container #main-content .main .container-2 .recruit-list > li {
  float: left;
  width: 48%;
}
#page-recruit #site-wrapper #main-container #main-content .main .container-2 .recruit-list > li:last-child {
  float: right;
}
@media screen and (max-width: 768px) {
  #page-recruit #site-wrapper #main-container #main-content .main .container-2 .recruit-list > li {
    float: none !important;
    width: 80%;
    margin: 0 auto 40px;
  }
  #page-recruit #site-wrapper #main-container #main-content .main .container-2 .recruit-list > li:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 568px) {
  #page-recruit #site-wrapper #main-container #main-content .main .container-2 .recruit-list > li {
    width: 100%;
  }
}
#page-recruit #site-wrapper #main-container #main-content .main .container-2 .recruit-list > li h3 {
  font-size: 22px;
  text-align: center;
  height: 72px;
  line-height: 30px;
}
@media screen and (max-width: 768px) {
  #page-recruit #site-wrapper #main-container #main-content .main .container-2 .recruit-list > li h3 {
    font-size: 20px;
    height: auto !important;
    line-height: 30px !important;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 568px) {
  #page-recruit #site-wrapper #main-container #main-content .main .container-2 .recruit-list > li h3 {
    font-size: 18px;
    margin-bottom: 14px;
  }
}
#page-recruit #site-wrapper #main-container #main-content .main .container-2 .recruit-list > li .btn-list > li {
  width: 100%;
  margin-bottom: 10px;
}
#page-recruit #site-wrapper #main-container #main-content .main .container-2 .recruit-list > li .btn-list > li:last-child {
  margin-bottom: 0;
}
#page-recruit #site-wrapper #main-container #main-content .main .container-2 .recruit-list > li .btn-list > li a {
  display: block;
  position: relative;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-family: "Arial", "arial narrow", "Verdana", "Helvetica", sans-serif;
  font-weight: bold;
  border-radius: 5px;
  opacity: 1;
  transition: opacity 0.3s;
}
#page-recruit #site-wrapper #main-container #main-content .main .container-2 .recruit-list > li .btn-list > li a:after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  right: 10px;
  border-top: 4px solid transparent;
  border-left: 7px solid #fff;
  border-bottom: 4px solid transparent;
  margin-top: -4px;
}
@media screen and (min-width: 769px) {
  #page-recruit #site-wrapper #main-container #main-content .main .container-2 .recruit-list > li .btn-list > li a:hover {
    opacity: 0.8;
  }
}
#page-recruit #site-wrapper #main-container #main-content .main .container-2 .recruit-list > li.rec-1 h3 {
  color: #0074bf;
}
#page-recruit #site-wrapper #main-container #main-content .main .container-2 .recruit-list > li.rec-1 .btn-list > li a {
  background: #0074bf;
}
#page-recruit #site-wrapper #main-container #main-content .main .container-2 .recruit-list > li.rec-2 h3 {
  color: #15af97;
  line-height: 72px;
}
#page-recruit #site-wrapper #main-container #main-content .main .container-2 .recruit-list > li.rec-2 .btn-list > li a {
  background: #15af97;
}

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