@charset "UTF-8";
/*----------------
サブページCSS
----------------*/


/*----------------サブページ共通-------*/
#job-description,
#employment-type,
#employees-voice,
#working-environment {
  position: relative;
  height: auto;
  width: 100%;
  margin-top: 55px;
}

h2 {
  position: relative;
  margin-left: 90px;
  font-size: 2.8rem;
  font-weight: 600;
}

h2::before {
  content: '';
  position: absolute;
  display: inline-block;
  width: 9px;
  height: 34px;
  top: 13px;
  left: -20px;
  background: #3772DB;
}

h3 {
  font-size: 1.8rem;
  font-weight: normal;
  letter-spacing: normal;
  text-align: left;
}

p{
  font-size: 1.2rem;
}

main .wrap-blk {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

main .content-blk {
  position: relative;
  background-color: #fff;
  box-shadow: 4px 4px 20px -5px rgba(136, 131, 186, .4);
}

/*----------------メインページ-------*/

#recruit {
  position: relative;
  height: 350px;
  width: 100%;
  background-position: 0% 20%;
}

#recruit h3 {
  position: absolute;
  top: 45%;
  left: 10%;
  font-size: 4.0rem;
}

#recruit h4 {
  position: absolute;
  top: 55%;
  left: 10%;
  font-size: 2.8rem;
}

#recruit .recruit-bg img{
  object-position: 0px -100px;
}

/*----------------仕事内容-------*/
#job-description .wrap-blk {
  height: auto;
  width: 960px;
  margin-left: 50px;
}

#job-description .content-blk {
  height: 320px;
  width: 300px;
  margin: 20px 0 30px 60px;
  padding: 40px 60px;
}

#job-description h3 {
  margin-bottom: 20px;
}

/*----------------雇用形態-------*/
#employment-type .wrap-blk {
  position: relative;
  height: auto;
  width: 100%;
  margin-left: auto;
}

#employment-type .content-blk {
  position: relative;
  height: 440px;
  width: 60%;
  margin: 20px 0 30px 100px;
  padding: 30px 60px 30px 50px;
}

#employment-type .jobtype-blk {
  display: flex;
  margin-top: 15  px;
}

#employment-type .jobtype-blk p {
  width: auto;
  padding: 0 10px;
  margin: 0 7px 30px;
  border: 1px solid #3772DB;
  border-radius: 15.5px;
  text-align: center;
  color: #3772DB;
  background-color: #fff;
}

#employment-type .jobtype-description {
  padding-left: 40px;
}

#employment-type h3{
  font-size: 1.8rem;
  }

#employment-type .jobtype-title {
  height: auto;
}

#employment-type .jobtype-title::after {
  content: "";
  display: inline-block;
  height: 0.5px;
  width: 90%;
  background-color: #48484C;
}

#employment-type .jobtype-content p{
  margin-bottom: 16px;
}


/*----------------社員の声-------*/
#employees-voice .swiper-slide {
  position: relative;
  height: 400px;
  margin-top: 20px;
}

#employees-voice .content-blk {
  position: absolute;
  height: 360px;
  width: 885px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: none;
}

#employees-voice .employees-voice-pic img {
  position: absolute;
  height: 360px;
  width: 360px;
  object-fit: cover;
  box-shadow: 4px 4px 20px -5px rgba(136, 131, 186, .4);
}

#employees-voice .swiper-description {
  position: absolute;
  height: auto;
  width: 550px;
  padding: 50px 40px;
  top: 10px;
  left: 300px;
  z-index: 20;
  background-color: #fff;
  box-shadow: 4px 4px 20px -5px rgba(136, 131, 186, .42);
}

#employees-voice .swiper-description h5 {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 2.7rem;
  margin-bottom: 5px;
  color: #3772DB
}

#employees-voice .swiper-description p.name {
  margin-left: 5px;
  margin-bottom: 15px;
  font-size: 1.2rem;
  font-weight: 600;
}

#employees-voice .employees-type-blk {
  display: flex;
}

#employees-voice .employees-type-blk p {
  width: auto;
  padding: 0 10px;
  margin: 10px 4px 10px;
  border: 1px solid #48484C;
  border-radius: 15.5px;
  text-align: center;
  font-size: 1rem;
  color: #48484C;
  background-color: #fff;
}

#employees-voice .wrap-blk {
  position: relative;
  height: 40px;
  width: 300px;
  padding-bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}

/* ページネーションカスタマイズ */
#employees-voice .swiper-pagination-bullet {
  width: 6px !important;
  height: 6px !important;
  margin: 0 0 0 10px !important;
  background: #333 !important;
}

#employees-voice .swiper-pagination-bullet:first-child {
  margin: 0 !important;
}

/*----------------労働環境-------*/
#working-environment .wrap-blk {
  height: auto;
  width: 1080px;
  margin-left: 100px;
  margin-bottom: 50px;
}

#working-environment .content-blk {
  height: 220px;
  width: 200px;
  margin: 20px 30px;
  padding: 30px 50px 30px;
}

#working-environment .content-blk .title-blk {
  display: flex;
  margin-bottom: 20px;
}

#working-environment .content-blk img {
  height: 30px;
  width: 30px;
  margin-right: 20px;
}

#working-environment .content-blk p {
  font-size: 1.1rem;
}

#working-environment .content-blk li {
  font-size: 1.1rem;
  list-style: disc;
  margin-left: 30px;
}

/*----------------
レスポンシブ対応
----------------*/

/*幅1024px以下*/
@media screen and (max-width: 1170px) {

  /*----------------仕事内容　タブレット　レスポンシブ-------*/
  #job-description .wrap-blk{
    width: 90%;
  }

  #job-description .content-blk {
    height: auto;
  }
  
  /*----------------雇用形態　タブレット　レスポンシブ-------*/
  #employment-type .content-blk {
    height: auto; 
    margin: 20px 0 30px 100px;
    padding: 30px 40px 30px 30px;
  }

  #employment-type .jobtype-blk p{
    margin:0 3px 10px;
  }

  #employment-type .jobtype-description{
    padding-left: 10px;
  }

  /*----------------社員の声　タブレット　レスポンシブ-------*/
  #employees-voice h2 {
    padding-bottom: 20px;
  }

  #employees-voice .swiper-slide {
    height: 480px;
  }

  #employees-voice .content-blk {
    height: 400px;
    width: 600px;
  }

  #employees-voice .employees-voice-pic img {
    height: 270px;
    width: 270px;
  }

  #employees-voice .swiper-description {
    height: auto;
    width: 290px;
    top: 10px;
    left: 230px;
  }

  #employees-voice .swiper-description h5 {
    font-size: 1.7rem;
    line-height: 2.5rem;
    margin-bottom: 10px;
  }

  #employees-voice .employees-type-blk p {
    margin: 0 5px 10px;
    font-size: 1.1rem;
  }

  /*----------------労働環境　タブレット　レスポンシブ-------*/
  #working-environment .wrap-blk {
    height: auto;
    width: calc(100% - 50px);
    margin-left: 50px;
    margin-bottom: 50px;
}

  #working-environment .content-blk {
    height: auto;
    width: 170px;
    margin: 20px 10px 20px;
    padding: 30px 40px;
  }

  #working-environment .content-blk .title-blk{
    margin-bottom: 10px;
  }

  #working-environment .content-blk h3{
    font-size: 1.5rem;
  }
}

/*幅600px以下*/
@media screen and (max-width: 600px) {

  /*----------------共通　スマホ　レスポンシブ-------*/
  #job-description,
  #employment-type,
  #employees-voice,
  #working-environment {
    margin-top: 25px;
  }

  h2 {
    margin-left: 30px;
    font-size: 2.6rem;
  }

  h2::before {
    height: 25px;
    top: 0;
  }

  h3 {
    font-size: 1.5rem;
    padding-top: 0;
  }

  /*----------------メインページ　スマホ　レスポンシブ-------*/
  #recruit {
    height: 250px;
  }

  #recruit h3 {
    font-size: 3.0rem;
    margin-top: 70px;
  }

  #recruit h4 {
    font-size: 1.8rem;
    margin-top: 70px;
  }

#recruit .recruit-bg img{
  object-position: 0px -5px;
}

  /*----------------仕事内容　スマホ　レスポンシブ-------*/
  #job-description .wrap-blk {
    margin-left: 15px;
  }

  #job-description .content-blk {
    width: 83%;
    margin: 20px 0 30px;
    padding: 30px 30px;
  }

  #job-description h3 {
    font-size: 1.8rem ;
    margin-bottom: 10px;
  }

  #job-description li {
    font-size: 1.5rem;
  }

  /*----------------雇用形態　スマホ　レスポンシブ-------*/
  #employment-type .content-blk{
    width: 80%;
    margin: 10px 10px 10px 15px;
  }

  /*----------------社員の声　スマホ　レスポンシブ-------*/

  #employees-voice{
    height: 700px;
  }

  #employees-voice .swiper-slide{
    height: 580px;
  }

  #employees-voice .content-blk{
    width: 100%;
  }

  #employees-voice .employees-voice-pic img {
    height: 180px;
    width: 320px;
    left: 50%;
    transform: translateX(-50%);
  }

  #employees-voice .swiper-description{
    width: 270px;
    top: 170px;
    left: 50%;
    padding: 20px 20px;
    transform: translateX(-50%);
  }

  #employees-voice .swiper-description h5{
    font-size: 1.8rem;
    margin-bottom: 5px;
  }

  #employees-voice .employees-type-blk p{
    font-size: 0.9rem;
  }

  /*----------------労働環境　スマホ　レスポンシブ-------*/
  #working-environment .content-blk{
    margin: 10px;
  }
}