/*-----------------------------------------------------

  Entry CSS

-----------------------------------------------------*/
#mv {
  position: relative;
  height: 530px;
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #mv {
    height: 0;
    margin-bottom: 25px;
    padding-top: 38.8%;
  }
}

#mv .mv-pic {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  overflow: hidden;
}

#mv .mv-pic img {
  position: absolute;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  max-width: inherit;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #mv .mv-pic img {
    position: static;
    width: 100%;
    height: auto;
    top: auto;
    left: auto;
    -webkit-transform: translateY(0) translateX(0);
    -ms-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
  }
}

#mv .ttl-01 {
  opacity: 0;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-animation-name: mainttl-fade;
  animation-name: mainttl-fade;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-delay: .2s;
  animation-delay: .2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.ttl {
  margin-bottom: 70px;
  text-align: center;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  .ttl {
    margin-bottom: 35px;
  }
}

.ttl span {
  display: inline-block;
  background-image: url(../../business/images/ico-ttl-slash1.png), url(../../business/images/ico-ttl-slash1.png);
  background-repeat: no-repeat, no-repeat;
  background-position: 0 center, right center;
  background-size: auto auto;
  padding: 0 50px;
  font-size: 3.2rem;
  line-height: 48px;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  .ttl span {
    background-size: auto 29px;
    padding: 0 25px;
    font-size: 1.9rem;
    line-height: 29px;
  }
}

#ent-links {
  margin-bottom: 80px;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #ent-links .inner {
    padding: 0;
  }
}

#ent-links .lead {
  margin-bottom: 60px;
  font-size: 2.0rem;
  line-height: 1.9;
  text-align: center;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #ent-links .lead {
    margin-bottom: 30px;
    padding: 0 15px;
    font-size: 1.6rem;
    text-align: left;
    line-height: 1.875;
  }
}

#ent-links .linkbtns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 700px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #ent-links .linkbtns {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

#ent-links .linkbtns li {
  width: 100%;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #ent-links .linkbtns li {
    width: 75%;
    margin-bottom: 20px;
  }
  #ent-links .linkbtns li:nth-child(1) img {
    width: auto;
    height: 51px;
  }
  #ent-links .linkbtns li:nth-child(2) img {
    width: auto;
    height: 60px;
  }
}

#ent-links .linkbtns li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url(/recruit/images/itv-next.png);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 30px auto;
  width: 100%;
  height: 130px;
  padding-right: 40px;
  border: 1px solid #8f8f8f;
  border-radius: 10px;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #ent-links .linkbtns li a {
    background-size: 25px auto;
    height: 110px;
    padding-right: 35px;
  }
}

#ent-linkss {
  margin-bottom: 80px;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #ent-links .inner {
    padding: 0;
  }
}

#ent-linkss .lead {
  margin-bottom: 60px;
  font-size: 2.0rem;
  line-height: 1.9;
  text-align: center;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #ent-linkss .lead {
    margin-bottom: 30px;
    padding: 0 15px;
    font-size: 1.6rem;
    text-align: left;
    line-height: 1.875;
  }
}

#ent-linkss .linkbtnss {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  width: 700px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #ent-linkss .linkbtnss {
    width: 100%;
    -ms-flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
  }
}

#ent-linkss .linkbtnss li {
  width: 100%;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #ent-linkss .linkbtnss li {
    width: 75%;
    margin-bottom: 20px;
  }
}

#ent-linkss .linkbtnss li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  background-image: url(/recruit/images/itv-next.png);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 30px auto;
  width: 100%;
  height: 130px;
  padding-right: 40px;
  border-radius: 10px;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #ent-linkss .linkbtnss li a {
    background-size: 25px auto;
    height: 110px;
    padding-right: 35px;
  }
}

#ent-linkss .linkbtnss li a img {
  opacity: 1;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

#ent-links .linkbtns li a:hover img {
  opacity: 0.7;
}

/*# sourceMappingURL=entry.css.map */