@charset "UTF-8";

body.recruitment_page #lv_outer.div{
display:none;
}
body.recruitment_page header{
display:none;
}

/* -----採用パーツの幅画面いっぱいに----- */
#saiyo+section .content_wrapper{
  max-width: 100%!important;
  padding: 0;
  transform: none;
}
/* -----デフォルトのコード解除----- */
#saiyo+section main>section{
  overflow: visible;
}

/* -----モーダルと追従----- */
#banner+section .content_wrapper{
  transform: none!important;
  opacity: 1;
}