
#mv {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
  margin-left: 0;
  height: 100vh;
}

.mv-bg {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  animation: anime 20s 0s infinite;
}
#mv01 {
  z-index: 20;
}
#mv02 {
  z-index: 18;
  animation-delay: 5s;
}
#mv03 {
  z-index: 16;
  animation-delay: 10s;
}
#mv04 {
  z-index: 14;
  animation-delay: 15s;
}
@keyframes anime {
  0% { opacity: 0; }
  25% { opacity: 1; }
  50% { opacity: 0; }
  100% { transform: scale(1.1); }
}
#mv-text, #mv-text2 {
  position: absolute;
  left: 0;
  text-shadow: .1vw .1vw .2vw rgba(0,0,0,.7);
  width: 100%;
}
#mv-text {
  top: 22vw;
  z-index: 20;
  /*text-shadow: 1px 0 0 #dc3545, 0 1px 0 #dc3545, -1px 0 0 #dc3545, 0 -1px 0 #dc3545;*/
}
#mv-text .mt1 {
  color: #dc3545;
}
#mv-text2 {
  margin-left: 30%;
  top: 16.8vw;
  z-index: 1;
}
#h-recruit {
  position: absolute;
  top: 8.5vw;
  right: 2vw;
  background-color: rgba(21,54,31,.8);
  padding: .8vw;
  z-index: 12345;
  border-radius: .4vw;
}
#h-recruit > div {
  background-size: cover;
  background-position: center;
  height: 25vw;
  width: 25vw;
  border-radius: .4vw;
}
#rec-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1vw 0;
  color: #fff;
  background-color: rgba(21,54,31,.8);
  border-radius: 0 0 .4vw .4vw;
  transition:0.15s ease-in-out;
}
#h-recruit:hover h1 {
  color: #FFBE00;
}
#greeting {
  padding: 6vw 0;
}
#greeting p {
  line-height: 2;
}

#banner a {
  background-color: rgba(0,54,31,.5);
}
.bnr-rellax {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  position: absolute;
  top: -8vw;
  left: 0;
  height: 80vw;
}

.bnr-wrap {
  overflow: hidden;
  height: 30vw;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
#information ul {
  min-height: 10vw;
  max-height: 25vw;
  overflow: auto;
}
#information h1 i {
  vertical-align: -.5vw;
}

@media (min-width: 1200px){
  #information h1 i {
    vertical-align: -8px;
  }
}

@media (max-width: 991px){
  
}

@media (max-width: 767px){
  #mv {
    width: 100%;
    height: 50vh;
    margin: 0;
  }
  #h-recruit {
    position: static;
    padding: 1.4vw;
    border-radius: .8vw;
    width: 98vw;
    margin: 1vw 0 0 1vw;
  }
  #h-recruit > div {
    background-size: cover;
    background-position: center;
    height: 70vw;
    width: 100%;
    border-radius: .8vw;
  }
  #rec-text {
    padding: 2vw 1vw;
    border-radius: 0 0 .6vw .6vw;
  }
  #greeting {
    padding: 9vw 0;
  }
  #greeting p {
    line-height: 1.7;
  }
  .bnr-rellax {
    top: -30vw;
    left: 0;
    height: 100vh;
    background-size: auto 100%;
  }
  .bnr-wrap {
    height: 100vw;
  }
  .bnr-wrap a {
    height: 50vw;
  }
  #information h1 i {
    vertical-align: -1.2vw;
  }
  #infotmation ul {
    min-height: 20vw;
    max-height: 40vw;
  }
}

@media (max-width: 575px){
  
}


