.staff_pc {
  display: block;
}

.staff_sp {
  display: none;
}

.staff_intro {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 40px;
  margin-top: 80px;
  text-align: center;
}

.staff_main {
  background-color: #f2fafc;
  background-color: #f2fafc;
  background-image: url(../img/top/img9.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-bottom: 60px;
  padding-bottom: 650px;
  padding-top: 60px;
  position: relative;
}

.staff_title {
  background-color: #431903;
  border-radius: 10px;
  margin: 0 auto;
  max-width: 1300px;
  padding-bottom: 170px;
  padding-top: 100px;
}

.staff_title h3 {
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  position: relative;
  text-align: center;
}

.staff_title h3::after {
  background-color: #93b422;
  bottom: -15px;
  content: '';
  height: 1px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 30px;
}

.staff_title h3::before {
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 2rem;
  font-weight: 600;
  left: 50%;
  position: absolute;
  top: -37px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.staff_title_1 h3::before {
  content: 'STAFF';
}

.staff_title_2 h3::before {
  content: 'LESSON PRO';
}

.staff_card_bg {
  background-color: #fff;
  margin: 0 auto;
  margin-top: -100px;
  max-width: 1100px;
  padding-bottom: 60px;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 50px;
}

.staff_card_bg.staff_mainlist_1 {
  margin-bottom: 60px;
}

.staff_cardlist {
  -webkit-box-pack: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.staff_cardlist li {
  margin-top: 80px;
  padding-left: 50px;
  width: calc((100% / 3) - 34px);
}

.staff_cardlist li:nth-child(3n + 1) {
  padding-left: 0;
}

.staff_cardlist li:nth-child(-n + 3) {
  margin-top: 0;
}

.staff_cardlist > * {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.staff_cardlist li a {
  display: block;
}

.staff_img {
  border-radius: 10px;
  margin-bottom: 30px;
  position: relative;
}

.staff_img img {
  display: block;
  margin: 0 auto;
}
/*
.staff_img::after {
  background-image: url(../img/staff/staff_arrow.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 15px;
  content: '';
  height: 22px;
  position: absolute;
  right: 10px;
  width: 12px;
} */

.staff_masaki {
  align-items: center;
  background-color: #93b422;
  bottom: 82px;
  color: #fff;
  display: flex;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 3rem;
  font-weight: 300;
  justify-content: center;
  left: 0;
  padding-bottom: 6px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 6px;
  position: absolute;
  text-align: center;
}

.staff_ariga {
  align-items: center;
  background-color: #93b422;
  bottom: 33px;
  color: #fff;
  display: flex;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 3rem;
  font-weight: 300;
  justify-content: center;
  left: 0;
  padding-bottom: 6px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 6px;
  position: absolute;
  text-align: center;
}

.staff_text {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 25px;
}

.staff_cardtitle {
  display: block;
  font-size: 3rem;
  font-weight: bold;
  position: relative;
}

.staff_cardtitle::before {
  background-color: #93b422;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  top: -15px;
  width: 30px;
}

@media only screen and (max-width: 768px) {
  .subpage_container {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .staff_main {
    padding-bottom: 280px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 30px;
  }
  .staff_title {
    max-width: 100%;
    padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 70px;
    width: 100%;
  }
  .staff_title h3 {
    font-size: 1.6rem;
  }
  .staff_title h3::before {
    font-size: 1.6rem;
  }
  .staff_card_bg.staff_mainlist_1 {
    margin-bottom: 60px;
    margin-top: 30px;
  }
  .staff_card_bg {
    margin-top: 0;
    max-width: 100%;
    padding: 0 0;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
  }
  .staff_intro {
    font-size: 1.6rem;
    line-height: 1.4;
    margin-bottom: 30px;
    margin-top: 30px;
  }
  .staff_cardlist li {
    margin-top: 50px;
    padding-left: 0;
    width: 100%;
  }
  .staff_cardlist li:nth-child(3n + 1) {
    padding-left: 0;
  }
  .staff_cardlist li:nth-child(-n + 3) {
    margin-top: 50px;
  }
  .staff_cardlist li:first-child {
    margin-top: 0;
  }
  .staff_img {
    margin-bottom: 22px;
  }
  .staff_mainlist_2 {
    margin-top: 30px;
  }
}
/*# sourceMappingURL=staff.css.map */
