@charset "utf-8";
/*============================
採用メッセージ
============================*/
#recruit_message .imges {
  width: 760px;
  padding-top: 229px;
  margin-bottom: 30px;
  overflow: hidden;
  height: 0;
  background: url("../images/01.jpg") no-repeat center center;
  display: block;
}

#recruit_message .title{
    font-size: 18px;
    box-shadow: 0px -10px 0px 0px #F8C346 inset;
    font-family: 'Noto Serif JP', serif;
    display: inline-block;
    font-weight: bold;
}
@media only screen and (max-width: 768px) {
  #recruit_message .imges {
    width: 100%;
    padding-top: 115.2%;
    background: url(../images/01_sp.jpg) no-repeat left top;
    background-size: 100%;
    margin: 0 0 20px;
  }
    #recruit_message .title{
        font-size: 15px;
    }
}
/*============================
募集要項
============================*/
#recruit_info table.info {
  margin-top: 20px;
}
#recruit_info .rec_banner {
  background: url("../images/02.jpg") no-repeat center center;
  background-size: cover;
  padding: 60px 0;
  margin-top: 80px;
  text-align: center;
  color: #fff;
}
#recruit_info .rec_banner h2 {
  font-size: 40px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 300;
  padding: 0;
  padding-left: 0;
  margin-bottom: 30px;
  border-left: none;
  background: none;
}
#recruit_info .rec_banner .link {
  padding-top: 40px;
}
@media only screen and (max-width: 768px) {
  #recruit_info .rec_banner {
    margin-top: 30px;
    padding: 30px 0;
  }
  #recruit_info .rec_banner h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }
}