/* 変数読み込み */
{% include './variables.css'%}

.NG_recruit_mv_block {
  margin: 60px 0;
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.hr_member {
  text-align: center;
  margin-top: 30px;
}

.NG_member_detail_bg05 {
  background: url("{{ hsurl }}/new-graduate/shinagawa1.png") 80% bottom no-repeat #e4eddb;
  background-size: contain;
  padding: 80px 0 0;
  height: 530px;
  position: relative;
}

@media only screen and (max-width: 1200px) {
  .NG_member_detail_bg05 {
    background: url("{{ hsurl }}/new-graduate/shinagawa1.png") right bottom no-repeat #e4eddb;
    background-size: contain;
  }
}

.f-recruit-info.none {
  display: none;
}