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

  Career 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;
}

#car-guideline {
  margin-bottom: 80px;
}

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

#car-guideline .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) {
  #car-guideline .lead {
    margin-bottom: 30px;
    padding: 0 15px;
    font-size: 1.6rem;
    text-align: left;
    line-height: 1.875;
  }
}

#car-guideline table {
  width: 100%;
  border-top: 2px solid #808080;
  border-bottom: 2px solid #808080;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #car-guideline table {
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
  }
}

#car-guideline table tr th,
#car-guideline table tr td {
  padding: 20px 40px 20px 40px;
  border-bottom: 1px solid #aaa;
  font-size: 1.6rem;
  line-height: 1.875;
  text-align: left;
  vertical-align: middle;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #car-guideline table tr th,
  #car-guideline table tr td {
    display: block;
    padding: 10px 15px;
    font-size: 1.4rem;
  }
}

#car-guideline table tr th {
  background-color: #efefef;
  width: 260px;
  font-weight: bold;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #car-guideline table tr th {
    width: 100%;
    font-size: 1.5rem;
  }
}

#car-guideline table tr:last-of-type th,
#car-guideline table tr:last-of-type td {
  border-bottom: 0;
}

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