@charset "UTF-8";

#recruit #keyvisual .bg-area .s-img {
  padding-bottom: 35%;
}

#recruit #keyvisual .bg-area .s-img::after {
  display: none;
}

#recruit #keyvisual .bg-txt {
  align-items: flex-start;
  width: 65%;
  left: auto;
}

#recruit #keyvisual .bg-txt .ttl {
  font-size: 180%;
  color: #000;
  font-weight: 400;
  line-height: 1.8;
}

.recruit-blc {
  position: relative;
  padding: 80px 0;
}

.recruit-01 {
  background-image: url(../img/index/bg.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
}

.recruit-01 > .cont > .inner {
  position: static;
}

.recruit-01 > .cont > .inner > .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 48%;
  max-width: 850px;
  padding: 0 4%;
  box-sizing: border-box;
}

.recruit-01 > .cont > .inner > .img > .img-blc {
 text-align: left;
}

.recruit-01 > .cont > .inner > .img > .img-blc.right {
  text-align: right;
}

.recruit-01 > .cont > .inner > .img > .img-blc:nth-child(1) > img {
  width: 60%;
  max-width: 450px;
}

.recruit-01 > .cont > .inner > .img > .img-blc:nth-child(2) > img {
  width: 50%;
  max-width: 400px;
  transform: translateY(-10%);
}
.recruit-01 > .cont {
  background-image: none !important;
  width: calc(100% - 900px) !important;
}

.welfare-blc {
  position: relative;
  background-image: url('../img/index/welfare.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.welfare-blc::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,.85);
}

@media screen and (max-width: 1800px) {
  #recruit #keyvisual .bg-txt .ttl {
    font-size: 170%;
  }  
  .recruit-01 > .cont {
    width: 52% !important;
  }  
}

@media screen and (max-width: 1200px) {
  #recruit #keyvisual .bg-txt .ttl {
    font-size: 140%;
  }  
}

@media screen and (max-width: 1000px) {
  #recruit #keyvisual .bg-area .s-img {
    padding-bottom: 55%;
  }
  #recruit #keyvisual .bg-txt {
    width: 75%;
  }
}

@media screen and (min-width: 767px) {
  #recruit #keyvisual .bg-txt .ttl br.sp {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  #recruit #keyvisual .bg-txt .ttl {
    width: 100%;
    font-size: 120%;
  }  
  #recruit #keyvisual .bg-txt .ttl br.sp {
    display: block;
  }
  #recruit #keyvisual .bg-area .s-img {
    padding-bottom: 50%;
  }
  .recruit-blc {
    padding: 40px 0;
  } 
  .recruit-01 > .img {
    height: 0 !important;
  }
  .recruit-01 > .cont > .inner > .img {
    position: relative;
    width: 100%;
  }
  .recruit-01 > .cont,
  .recruit-02 > .cont {
    width: 100% !important;
    margin: 40px 0;
  }  
  .recruit-01 > .cont {
    margin-top: 0;
  }
}

@media screen and (max-width: 380px) {
  #recruit #keyvisual .bg-txt .ttl {
    font-size: 100%;
  }  
}