#recruit_content {
  background-image: url(images/submain_recruit2.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 300px;
}
@media (max-width: 768px) {
  #recruit_content {
    height: 230px;
  }
}
@media (max-width: 480px) {
  #recruit_content {
    background-image: url(images/submain_recruit_sm2.jpg);
  }
}

.occupation_list {
  margin-top: 5rem;
}
@media (max-width: 960px) {
  .occupation_list {
    padding: 3%;
    margin-top: 1rem;
  }
}
@media (max-width: 480px) {
  .occupation_list {
    padding: 0;
    position: relative;
  }
}
.occupation_list li {
  padding: 7% 0;
  border-top: 1px solid #dedede;
}
@media (max-width: 480px) {
  .occupation_list li {
    padding: 10% 0;
  }
}
.occupation_list li .occupation_image_area {
  width: 30%;
  float: left;
  margin: 0 6% 6% 0;
}
@media (max-width: 480px) {
  .occupation_list li .occupation_image_area {
    width: 40%;
    margin: 0 5% 5% 0;
  }
}
.occupation_list li h3 {
  letter-spacing: 0.075em;
  font-size: 2rem;
  margin-top: 10px;
  line-height: 1;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .occupation_list li h3 {
    line-height: 1.3;
  }
}
@media (max-width: 480px) {
  .occupation_list li h3 {
    font-size: 1.5rem;
    margin-top: 0;
    line-height: 1.3;
    margin-bottom: 10px;
  }
}
.occupation_list li h3 span {
  font-size: 1rem;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .occupation_list li h3 span {
    display: block;
  }
}
@media (max-width: 480px) {
  .occupation_list li h3 span {
    font-size: 0.7rem;
  }
}

.occupation_detail_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media (max-width: 768px) {
  .occupation_detail_list {
    clear: both;
    width: 100%;
  }
}
.occupation_detail_list li {
  width: 48%;
  border: 1px solid #3c6ff2;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-image: url(../commons/images/ico_window.png);
  background-repeat: no-repeat;
  background-position: 90% center;
  background-size: 20px;
}
@media (max-width: 768px) {
  .occupation_detail_list li {
    width: 100%;
    display: block;
    margin: 0 auto;
    border-radius: 0;
    border-bottom: none;
    margin-bottom: 0;
    background-size: 16px;
  }
  .occupation_detail_list li:first-child {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  .occupation_detail_list li:last-child {
    border-bottom: 1px solid #3c6ff2;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
}
.occupation_detail_list li a {
  letter-spacing: 0.075em;
  width: 100%;
  display: block;
  padding: 25px;
  text-decoration: none;
  color: inherit;
  font-weight: bold;
}
@media (max-width: 480px) {
  .occupation_detail_list li a {
    padding: 10px 20px;
    font-size: 1.1rem;
  }
}

.area_recruit_under {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media (max-width: 960px) {
  .area_recruit_under {
    padding: 1.2rem;
  }
}
@media (max-width: 768px) {
  .area_recruit_under {
    padding: 1rem;
  }
}
@media (max-width: 480px) {
  .area_recruit_under {
    padding: 0.3rem;
  }
}
.area_recruit_under li {
  background-color: #fff;
  margin-bottom: 3%;
}
@media (max-width: 960px) {
  .area_recruit_under li {
    margin-bottom: 2%;
  }
}
.area_recruit_under li:last-child {
  width: 100%;
  padding: 3.5rem;
}
@media (max-width: 480px) {
  .area_recruit_under li:last-child {
    padding: 2rem;
  }
}
.area_recruit_under li:last-child h4 {
  margin-bottom: 1rem;
}
.area_recruit_under li:last-child hr {
  color: #ccc;
  margin-bottom: 1rem;
}

.haisin {
  width: 65%;
  margin-right: 3%;
  padding: 3.5rem;
}
@media (max-width: 960px) {
  .haisin {
    width: 60%;
    padding: 1.5rem;
    margin-right: 2%;
  }
}
@media (max-width: 768px) {
  .haisin {
    width: 100%;
    margin-right: 0;
    padding: 3.5rem;
  }
}
@media (max-width: 480px) {
  .haisin {
    width: 100%;
    margin-right: 0;
    padding: 2rem;
  }
}
.haisin h4 {
  text-align: center;
  font-size: 1.2rem;
  line-height: 3.5rem;
  border-top: 3px solid #3c6ff2;
  border-bottom: 1px solid #ccc;
}
.haisin dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-top: 2rem;
}
.haisin dd {
  width: 20%;
  font-weight: 700;
  padding: 0.4rem 0;
}
@media (max-width: 768px) {
  .haisin dd {
    width: 25%;
  }
}
@media (max-width: 480px) {
  .haisin dd {
    width: 30%;
  }
}
.haisin dt {
  width: 80%;
  padding: 0.4rem 0;
}
@media (max-width: 768px) {
  .haisin dt {
    width: 75%;
  }
}
@media (max-width: 480px) {
  .haisin dt {
    width: 70%;
  }
}

.touroku {
  width: 32%;
  min-width: 280px;
}
@media (max-width: 960px) {
  .touroku {
    width: 38%;
  }
}
@media (max-width: 768px) {
  .touroku {
    width: 100%;
  }
}
.touroku h4 {
  background-color: #3c6ff2;
  background-image: url("images/ico-send-mail.png");
  background-size: 70px auto;
  background-repeat: no-repeat;
  background-position: center 2rem;
  text-align: center;
  color: #fff;
  padding: 120px 1rem 1rem 1rem;
}
.touroku p {
  font-size: 0.85rem;
  padding: 2rem;
  line-height: 1.7rem;
  margin-bottom: 0;
}
.touroku .comit_touroku {
  border-radius: 10px;
  border: 2px solid #3c6ff2;
  margin: 0 1.5rem 1.5rem 1.5rem;
  padding: 0.7rem 0 0 0;
  text-align: center;
}
@media (max-width: 768px) {
  .touroku .comit_touroku {
    margin: 0 4.5rem 2.5rem 4.5rem;
  }
}
@media (max-width: 480px) {
  .touroku .comit_touroku {
    margin: 0 1.5rem 1.5rem 1.5rem;
  }
}
.touroku .comit_touroku img {
  width: 124px;
  display: block;
  margin: 0 auto;
}
.touroku .comit_touroku p {
  color: #3c6ff2;
  letter-spacing: -0.05rem;
  font-weight: 400;
  line-height: 1.3rem;
  margin: 0.7rem 0;
  padding: 0;
}
.touroku .comit_touroku a {
  width: 100%;
  display: block;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 400;
  padding: 0.5rem 0;
  text-decoration: none;
  border-radius: 0 0 5px 5px;
  background-color: #3c6ff2;
}

.blank::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 22px;
  background-image: url("../commons/images/ico_window.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 14px;
  vertical-align: top;
}/*# sourceMappingURL=sub-recruit.css.map */