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

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

#rec-pagenav {
  margin-bottom: 100px;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #rec-pagenav {
    margin-bottom: 50px;
  }
}

#rec-pagenav .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #rec-pagenav .links {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

#rec-pagenav .links li {
  width: 31.3%;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #rec-pagenav .links li {
    width: 33.333%;
    margin-bottom: 10px;
    padding: 0 5px;
  }
}

#rec-pagenav .links li a {
  display: block;
  background-image: url(/recruit/assets/images/ico-arrow_b_gray.png);
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: auto auto;
  padding: 20px 20px 20px 0;
  border: 2px solid #0080ff;
  border-radius: 50px;
  font-size: 1.4rem;
  text-align: center;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #rec-pagenav .links li a {
    background: none;
    padding: 10px 5px 10px 5px;
    font-size: 1.3rem;
  }
}

#rec-pagenav .otherlink {
  margin-top: 15px;
  text-align: right;
}

#rec-pagenav .otherlink span {
  background-image: url(/recruit/assets/images/ico-arrow_r_gray.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto auto;
  padding-right: 18px;
  font-size: 1.4rem;
  font-weight: bold;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #rec-pagenav .otherlink span {
    font-size: 1.2rem;
  }
}

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

.lead {
  font-size: 2.0rem;
  line-height: 1.9;
  text-align: center;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  .lead {
    font-size: 1.6rem;
  }
}

#rec-flow {
  margin-bottom: 80px;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #rec-flow {
    margin-bottom: 40px;
  }
}

#rec-flow .flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
}

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

#rec-flow .flow li {
  width: 16.4%;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #rec-flow .flow li {
    width: 74%;
    margin-bottom: 25px;
  }
}

#rec-flow .flow li::after {
  content: '';
  background-image: url(/recruit/images/itv-next.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 30px auto;
  position: absolute;
  width: 28.5%;
  height: 100%;
  top: 0;
  right: -30%;
  text-align: center;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #rec-flow .flow li::after {
    background-size: 18px auto;
    width: 18px;
    height: 18px;
    top: auto;
    bottom: -22px;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-9px) rotate(90deg);
    -ms-transform: translateX(-9px) rotate(90deg);
    transform: translateX(-9px) rotate(90deg);
  }
}

#rec-flow .flow li:last-child::after {
  display: none;
}

#rec-flow .flow li p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  background-color: #fff;
  width: 100%;
  height: auto;
  border: 2px solid #ccc;
  text-align: center;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #rec-flow .flow li p {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 15px 0;
  }
}

#rec-flow .flow li p::before {
  content: '';
  position: absolute;
  background: -webkit-gradient(linear, left top, right bottom, color-stop(50%, #093f77), color-stop(50%, transparent));
  background: -webkit-linear-gradient(left top, #093f77 50%, transparent 50%);
  background: -o-linear-gradient(left top, #093f77 50%, transparent 50%);
  background: linear-gradient(to right bottom, #093f77 50%, transparent 50%);
  width: 29.6%;
  height: 45.6%;
  top: -8px;
  left: -8px;
  z-index: -1;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #rec-flow .flow li p::before {
    top: -4px;
    left: -5px;
  }
}

#rec-flow .flow li p span {
  padding: 15px 0 0;
  font-size: 3.8rem;
  font-weight: bold;
  font-style: italic;
  color: #093f77;
  line-height: 1;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #rec-flow .flow li p span {
    width: 50px;
    padding: 0;
    font-size: 2.4rem;
    text-align: right;
  }
}

#rec-flow .flow li p strong {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 5em;
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 1.5;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #rec-flow .flow li p strong {
    height: auto;
    font-size: 1.5rem;
  }
}

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

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

#rec-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) {
  #rec-guideline table {
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
  }
}

#rec-guideline table tr th,
#rec-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) {
  #rec-guideline table tr th,
  #rec-guideline table tr td {
    display: block;
    padding: 10px 15px;
    font-size: 1.4rem;
  }
}

#rec-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) {
  #rec-guideline table tr th {
    width: 100%;
    font-size: 1.5rem;
  }
}

#rec-guideline table tr td dl {
  display: table;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #rec-guideline table tr td dl {
    display: block;
    margin-bottom: 10px;
  }
}

#rec-guideline table tr td dl dt {
  display: table-cell;
  padding-right: 20px;
  font-weight: bold;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #rec-guideline table tr td dl dt {
    display: block;
  }
}

#rec-guideline table tr td dl dd {
  display: table-cell;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #rec-guideline table tr td dl dd {
    display: block;
  }
}

#rec-guideline table tr td dl:last-of-type {
  margin-bottom: 0;
}

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

#rec-faq {
  margin-bottom: 80px;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #rec-faq {
    margin-bottom: 40px;
  }
}

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

#rec-faq .sttl {
  margin-bottom: 30px;
  text-align: center;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #rec-faq .sttl {
    margin-bottom: 15px;
  }
}

#rec-faq .sttl span {
  font-size: 2.6rem;
  font-weight: bold;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #rec-faq .sttl span {
    font-size: 1.5rem;
  }
}

#rec-faq dl {
  margin-bottom: 30px;
  border-bottom: 1px solid #aaa;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #rec-faq dl {
    margin-bottom: 15px;
  }
}

#rec-faq dl dt {
  position: relative;
  border-top: 1px solid #aaa;
  padding: 15px 150px;
  cursor: pointer;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #rec-faq dl dt {
    padding: 10px 50px;
  }
}

#rec-faq dl dt::before {
  content: '';
  position: absolute;
  background-color: #aaa;
  width: 2px;
  height: 14px;
  top: 50%;
  right: 21px;
  -webkit-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  transform: translateY(-6px);
  opacity: 1;
  -webkit-transition-duration: .4s;
  -o-transition-duration: .4s;
  transition-duration: .4s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

#rec-faq dl dt.open::before {
  opacity: 0;
}

#rec-faq dl dt::after {
  content: '';
  position: absolute;
  background-color: #aaa;
  width: 14px;
  height: 2px;
  top: 50%;
  right: 15px;
}

#rec-faq dl dt span {
  position: relative;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.66;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #rec-faq dl dt span {
    font-size: 1.4rem;
  }
}

#rec-faq dl dt span::before {
  content: 'Q';
  font-family: 'Roboto Condensed', sans-serif;
  font-style: italic;
  position: absolute;
  top: -7px;
  left: -65px;
  font-size: 3.8rem;
  font-weight: bold;
  color: #093f77;
  line-height: 1;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #rec-faq dl dt span::before {
    top: -4px;
    left: -32px;
    font-size: 2.5rem;
  }
}

#rec-faq dl dd {
  display: none;
  padding: 15px 150px;
  border-top: 1px solid #aaa;
  font-size: 1.4rem;
  line-height: 2;
}

#rec-faq dl dd .ind8w {
  position: relative;
  padding-left: 7em;
}

#rec-faq dl dd .ind8w span {
  position: absolute;
  top: 0;
  left: 0;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #rec-faq dl dd {
    padding: 10px 50px;
    font-size: 1.4rem;
  }
}

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