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

  Welfare 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 .mv-pic::after {
  content: '';
  position: absolute;
  background-image: url(/recruit/assets/images/cmn-mv-overlay.png);
  background-repeat: repeat;
  background-position: 0 0;
  background-size: auto auto;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

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

#wlf-intro {
  margin-bottom: 100px;
}

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

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

#wlf-intro .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) {
  #wlf-intro .links {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

#wlf-intro .links li {
  width: 19.2%;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #wlf-intro .links li {
    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;
    width: 50%;
    margin-bottom: 10px;
    padding: 0 7px;
  }
}

#wlf-intro .links 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/assets/images/ico-arrow_b_gray.png);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: auto auto;
  width: 100%;
  height: 100%;
  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) {
  #wlf-intro .links li a {
    background: none;
    padding: 10px 5px 10px 5px;
    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;
    text-align: left;
  }
}

#wlf-numbers {
  margin-bottom: 130px;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #wlf-numbers {
    margin-bottom: 60px;
  }
}

#wlf-numbers .inner {
  width: 1240px;
  max-width: 1240px;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #wlf-numbers .inner {
    width: 100%;
    max-width: none;
  }
}

#wlf-numbers .num-content {
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #wlf-numbers .num-content {
    margin-bottom: 20px;
  }
}

#wlf-numbers .num-content .sttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url(../images/sttl-bg.png);
  background-repeat: repeat;
  background-position: 0 0;
  background-size: auto auto;
  margin-bottom: 40px;
  padding: 5px 15px 5px 15px;
  color: #fff;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #wlf-numbers .num-content .sttl {
    background-size: auto 7px;
    margin-bottom: 20px;
    padding: 5px 10px;
  }
}

#wlf-numbers .num-content .sttl strong {
  display: inline-block;
  font-family: 'Staatliches', sans-serif;
  font-size: 2.8rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 1;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #wlf-numbers .num-content .sttl strong {
    font-size: 2.5rem;
  }
}

#wlf-numbers .num-content .sttl span {
  display: inline-block;
  margin-left: 15px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #wlf-numbers .num-content .sttl span {
    margin-left: 10px;
    font-size: 1.5rem;
  }
}

#wlf-numbers .pic {
  margin-bottom: 40px;
  border: 2px solid #eaeae9;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #wlf-numbers .pic {
    margin-bottom: 20px;
  }
}

#wlf-numbers .pic img {
  width: 100%;
  height: auto;
}

#wlf-environment {
  margin-bottom: 130px;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #wlf-environment {
    margin-bottom: 60px;
  }
}

#wlf-environment .pics {
  display: block;
  width: 100%;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #wlf-environment .pics {
    height: 190px;
  }
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #wlf-environment .pics img {
    width: auto;
    height: 190px;
  }
}

#wlf-environment .slick-arrow {
  background: none;
  background-repeat: no-repeat;
  background-position: 0 0;
  position: absolute;
  width: 73px;
  height: 0;
  top: 50%;
  border: 0;
  margin-top: -37px;
  padding-top: 73px;
  overflow: hidden;
  cursor: pointer;
  z-index: 3;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #wlf-environment .slick-arrow {
    width: 35px;
    margin-top: -17px;
    padding-top: 35px;
    background-size: 35px auto;
  }
}

#wlf-environment .slick-arrow.slick-disabled {
  cursor: default;
}

#wlf-environment .slick-prev {
  background-image: url(/recruit/images/itv-prev.png);
  left: 10px;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #wlf-environment .slick-prev {
    left: 10px;
  }
}

#wlf-environment .slick-next {
  background-image: url(/recruit/images/itv-next.png);
  right: 10px;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #wlf-environment .slick-next {
    right: 10px;
  }
}

#wlf-training {
  margin-bottom: 100px;
}

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

#wlf-training .inner {
  position: relative;
  width: 100%;
  height: 522px;
  padding-top: 70px;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #wlf-training .inner {
    height: auto;
    padding: 25px 30px;
  }
}

#wlf-training .training-content {
  background-image: url(../images/training-bg.png);
  background-repeat: repeat;
  background-position: 0 0;
  background-size: auto auto;
}

#wlf-training .training-content .inner {
  position: relative;
}

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

#wlf-training .training-content .txt-block {
  position: relative;
  width: 35.5%;
  z-index: 2;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #wlf-training .training-content .txt-block {
    width: 100%;
    padding: 20px 15px;
  }
}

#wlf-training .training-content .txt-block .ttl {
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #wlf-training .training-content .txt-block .ttl {
    margin-bottom: 20px;
    text-align: left;
    line-height: 37px;
  }
}

#wlf-training .training-content .txt-block .ttl span {
  display: inline-block;
  position: relative;
  background: none;
  font-size: 2.7rem;
  font-weight: bold;
  line-height: 48px;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #wlf-training .training-content .txt-block .ttl span {
    padding-left: 40px;
    font-size: 2.1rem;
    line-height: 37px;
  }
}

#wlf-training .training-content .txt-block .ttl span::before {
  content: '';
  position: absolute;
  background-image: url(../../business/images/ico-ttl-slash2.png);
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: auto auto;
  width: 47px;
  height: 48px;
  top: 0;
  left: 0;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #wlf-training .training-content .txt-block .ttl span::before {
    background-size: auto 37px;
    height: 37px;
    margin-bottom: 15px;
  }
}

#wlf-training .training-content .txt-block .txt {
  margin-bottom: 40px;
  font-size: 1.4rem;
  line-height: 2.14;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #wlf-training .training-content .txt-block .txt {
    margin-bottom: 0;
    font-size: 1.3rem;
    line-height: 1.88;
  }
}

#wlf-training .training-content .pic-block {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #wlf-training .training-content .pic-block {
    position: static;
    top: auto;
    left: auto;
    right: auto;
  }
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #wlf-training .training-content .pic-block .pic {
    height: 100%;
    text-align: right;
  }
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #wlf-training .training-content .pic-block .pic img {
    width: 100%;
    height: auto;
  }
}

#wlf-training .training-content#trng1 .pic-block {
  left: -142px;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #wlf-training .training-content#trng1 .pic-block {
    left: auto;
  }
}

#wlf-training .training-content#trng1 .txt-block {
  float: right;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #wlf-training .training-content#trng1 .txt-block {
    float: none;
  }
}

#wlf-training .training-content#trng2 .pic-block {
  right: -142px;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #wlf-training .training-content#trng2 .pic-block {
    right: auto;
  }
}

#wlf-training .training-content#trng2 .pic-block .pic {
  text-align: right;
}

#wlf-training .training-content#trng2 .txt-block {
  float: left;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #wlf-training .training-content#trng2 .txt-block {
    float: none;
  }
}

#wlf-training-all {
  margin-bottom: 70px;
}

#wlf-training-all .training-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -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) {
  #wlf-training-all .training-wrap {
    display: block;
  }
}

#wlf-training-all .training-content {
  position: relative;
  width: 47.5%;
  margin-bottom: 60px;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #wlf-training-all .training-content {
    width: 100%;
    margin-bottom: 30px;
  }
}

#wlf-training-all .training-content .pic-block {
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #wlf-training-all .training-content .pic-block {
    padding: 15px 15px 0;
  }
}

#wlf-training-all .training-content .pic-block::before {
  content: '';
  position: absolute;
  background-image: url(../../project/images/story-link-bg.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: auto auto;
  width: 100%;
  height: 100%;
  top: -30px;
  left: -30px;
  z-index: -1;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #wlf-training-all .training-content .pic-block::before {
    background-size: 70% auto;
    top: 0;
    left: 0;
  }
}

#wlf-training-all .training-content .txt-block .sttl {
  margin-bottom: 20px;
  text-align: center;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #wlf-training-all .training-content .txt-block .sttl {
    margin-bottom: 10px;
  }
}

#wlf-training-all .training-content .txt-block .sttl span {
  display: inline-block;
  position: relative;
  background: none;
  font-size: 2.6rem;
  font-weight: bold;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #wlf-training-all .training-content .txt-block .sttl span {
    font-size: 2.1rem;
  }
}

#wlf-training-all .training-content .txt-block .txt {
  font-size: 1.4rem;
  line-height: 2.14;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #wlf-training-all .training-content .txt-block .txt {
    margin-bottom: 20px;
    font-size: 1.3rem;
    line-height: 1.88;
  }
}

#wlf-maternity {
  margin-bottom: 130px;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #wlf-maternity {
    margin-bottom: 70px;
  }
}

#wlf-maternity .maternity-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #wlf-maternity .maternity-content {
    display: block;
  }
}

#wlf-maternity .maternity-content::before {
  content: '';
  position: absolute;
  background-image: url(../../project/images/story-link-bg.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: auto auto;
  width: 100%;
  height: 100%;
  top: -30px;
  left: -30px;
  z-index: -1;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #wlf-maternity .maternity-content::before {
    background-size: 70% auto;
    top: 0;
    left: 0;
  }
}

#wlf-maternity .maternity-content .pic-block {
  width: 48%;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #wlf-maternity .maternity-content .pic-block {
    width: 100%;
    margin-bottom: 20px;
    padding: 15px 15px 0;
  }
}

#wlf-maternity .maternity-content .txt-block {
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 48%;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #wlf-maternity .maternity-content .txt-block {
    display: block;
    width: 100%;
  }
}

#wlf-maternity .maternity-content .txt-block .sttl {
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #wlf-maternity .maternity-content .txt-block .sttl {
    margin-bottom: 10px;
    text-align: center;
  }
}

#wlf-maternity .maternity-content .txt-block .sttl span {
  display: inline-block;
  position: relative;
  background: none;
  font-size: 2.6rem;
  font-weight: bold;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #wlf-maternity .maternity-content .txt-block .sttl span {
    font-size: 2.1rem;
  }
}

#wlf-maternity .maternity-content .txt-block .txt {
  font-size: 1.4rem;
  line-height: 2.14;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #wlf-maternity .maternity-content .txt-block .txt {
    margin-bottom: 20px;
    font-size: 1.3rem;
    line-height: 1.88;
  }
}

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