@charset "UTF-8";
body {
  font-family: 'Noto Sans JP', sans-serif;
  -webkit-text-size-adjust: 100%;
}

p {
  color: #333;
  margin: 0;
  font-family: 'Noto Sans JP', sans-serif;
}

/*=================================================*/
/*採用情報
/*=================================================*/
.recruitSection {
  width: 90%;
  max-width: 1100px;
  margin: 100px auto 80px;
}

@media (min-width: 1200px) {
  .recruitSection {
    width: 100%;
    margin: 99px auto 100px;
  }
}

.recruitSection .recruitSectionFlex {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  flex-flow: column;
}

@media (min-width: 1200px) {
  .recruitSection .recruitSectionFlex {
    margin-top: 60px;
    flex-flow: initial;
  }
}

.recruitSection .textBox {
  margin: 40px auto 0;
}

@media (min-width: 769px) {
  .recruitSection .textBox {
    width: 700px;
  }
}

@media (min-width: 1200px) {
  .recruitSection .textBox {
    width: 394px;
    margin: 0 88px 0 0;
  }
}

.recruitSection .textBox .text {
  color: #333;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 1.2px;
}

.recruitSection .textBox .name {
  margin-top: 37px;
  color: #333;
  text-align: right;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.44px;
}

.recruitSection .imgBox {
  position: relative;
  margin: 0 auto;
}

@media (min-width: 769px) {
  .recruitSection .imgBox {
    width: 700px;
  }
}

@media (min-width: 1200px) {
  .recruitSection .imgBox {
    width: 495px;
    margin: 0;
  }
}

.recruitSection .imgBox .decoimg {
  position: absolute;
  top: -16px;
  left: -16px;
  width: 73.916px;
  height: 82.229px;
}

@media (min-width: 769px) {
  .recruitSection .imgBox .decoimg {
    left: -56px;
    width: 103.916px;
    height: 112.229px;
  }
}

/*=================================================*/
/*スタッフ紹介
/*=================================================*/
.staffSection {
  width: 90%;
  max-width: 1100px;
  margin: 100px auto 160px;
}

@media (min-width: 1200px) {
  .staffSection {
    width: 100%;
    margin: 171px auto 181px;
  }
}

.staffSection .staffSectionLi {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-flow: column;
  gap: 40px;
  margin-top: 80px;
}

@media (min-width: 1200px) {
  .staffSection .staffSectionLi {
    flex-flow: initial;
    margin-top: 60px;
  }
}

.staffSection .staffSectionLi .imgBox {
  position: relative;
}

@media (min-width: 769px) {
  .staffSection .staffSectionLi .imgBox {
    width: 700px;
  }
}

@media (min-width: 1200px) {
  .staffSection .staffSectionLi .imgBox {
    width: 340px;
  }
}

.staffSection .staffSectionLi .imgBox .numberBox {
  position: relative;
}

.staffSection .staffSectionLi .imgBox .numberBox::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 40%;
  height: 1px;
  background: #9E9E9E;
}

@media (min-width: 600px) {
  .staffSection .staffSectionLi .imgBox .numberBox::before {
    width: 60%;
  }
}

@media (min-width: 1200px) {
  .staffSection .staffSectionLi .imgBox .numberBox::before {
    width: 150px;
  }
}

.staffSection .staffSectionLi .imgBox .numberBox .title {
  color: #50C707;
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 1.44px;
  text-align: right;
}

.staffSection .staffSectionLi .imgBox .nameBox {
  position: absolute;
  right: -10px;
  bottom: 31px;
  width: 131px;
  height: 37px;
}

@media (min-width: 769px) {
  .staffSection .staffSectionLi .imgBox .nameBox {
    right: -20px;
  }
}

.staffSection .staffSectionLi .imgBox .nameBox .name {
  padding: 5px 5px 6px;
  color: #FFF;
  background: #348702;
  font-family: 'Noto Sans JP', sans-serif;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.44px;
}

@media (min-width: 769px) {
  .staffSection .staffSectionLi .textBox {
    width: 700px;
  }
}

@media (min-width: 1200px) {
  .staffSection .staffSectionLi .textBox {
    width: 660px;
  }
}

.staffSection .staffSectionLi .textBox .text {
  color: #333;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 1.2px;
}
/*# sourceMappingURL=staff.css.map */