@charset "UTF-8";
/* recruitment用css */
/*--  共通  -----------------------------------------------------*/
.h3-title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 24px;
}

/*--  main  -----------------------------------------------------*/
.recruitment-top {
  height: 240px;
  background-image: url(../img/recruitmentpapa.png);
  background-position: center;
  background-size: cover;
}

.recruitment-top .title {
  font-size: 24px;
  color: white;
  letter-spacing: 4px;
  text-align: center;
  line-height: 240px;
}

@media (min-width: 769px) {
  .recruitment-top {
    height: 400px;
  }
  .recruitment-top .title {
    font-size: 50px;
    letter-spacing: 8px;
    line-height: 400px;
  }
}

.recruitment {
  padding-top: 64px;
  margin-bottom: 80px;
}

.recruitment .text-img {
  width: 100%;
  margin-bottom: 24px;
}

.recruitment .title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 32px;
}

.recruitment .text {
  color: #5D5E5D;
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 48px;
}

.recruitment .text br {
  display: none;
}

.recruitment .img {
  width: 100%;
}

@media (min-width: 769px) {
  .recruitment {
    text-align: center;
    position: relative;
    padding-top: 120px;
    margin-bottom: 160px;
  }
  .recruitment .text-img {
    width: 420px;
    margin-bottom: 32px;
  }
  .recruitment .title {
    font-size: 20px;
    margin-bottom: 64px;
  }
  .recruitment .text br {
    display: block;
  }
  .recruitment .img {
    width: 84%;
    max-width: 1200px;
    position: absolute;
    bottom: -60px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

.need {
  margin-bottom: 64px;
}

.need .content {
  border-top: 1px solid #5D5E5D;
  padding: 24px 0 32px;
}

.need .content .title {
  position: relative;
  padding-left: 8px;
  margin-bottom: 16px;
}

.need .content .title::before {
  width: 3px;
  height: 20px;
  content: '';
  background-color: tomato;
  position: absolute;
  top: 2px;
  left: 0;
}

.need .content .text p {
  margin-bottom: 16px;
}

.need .content .text p.red {
  color: tomato;
  font-weight: bold;
}

@media (min-width: 769px) {
  .need {
    max-width: 960px;
    margin: 0 auto 80px;
  }
  .need .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .need .content .title {
    width: 24%;
  }
  .need .content .text {
    width: 76%;
  }
}

.contact {
  border-radius: 0;
  background: none;
  padding-bottom: 24px;
}
/*# sourceMappingURL=recruitment.css.map */