@charset "UTF-8";
#mv {
  background-image: url(../img/recruit/mv2025.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center; }

.recruit_01 {
  margin: 8% auto 0; }
.recruit_01 .table2 {
  width: 100%;
  margin: 0 auto 8%; }

.movie {
  margin: 8% auto 0; }
.movie_box {
  	/*position: relative;
       padding-bottom: 56.25%;
       height: 0;
       overflow: hidden;*/ }
.movie_box video {
  /*position: absolute;
  top: 0;
  left: 0;*/
  width: 100%;
  height: auto;
  border: 1px #ccc solid; }

.table2 th {
  width: 150px; }

@media all and (-ms-high-contrast: none) {
  /*-----=====================
   IE hack
  ====================------*/ }
@media screen and (max-width: 1332px) {
  /*-----=====================
   ノートPC
  ====================------*/ }
@media screen and (max-width: 1024px) and (orientation: portrait) {
  /*-----=====================
   Tablet 横
  ====================------*/ }
@media screen and (max-width: 896px) and (orientation: landscape) {
  /*-----=====================
  　mobile　横
  ====================------*/ }
@media screen and (max-width: 567px) {
  .recruit_01 .table2 th, .recruit_01 .table2 td {
    width: 100%;
    display: block;
    padding: 0.5em; } }
