@font-face {
  font-family: "notoSans400";
  src: url("../font/NotoSansJP-Regular.woff");
}
@font-face {
  font-family: "notoSans500";
  src: url("../font/NotoSansJP-Medium.woff");
}
@font-face {
  font-family: "NotoSans700";
  src: url("../font/NotoSansJP-Bold.woff");
}
@media screen and (min-width: 961px) {
  .staff-section {
    padding: 100px 0 200px;
  }
}
@media screen and (max-width: 960px) {
  .staff-section {
    padding: 50px 0 100px;
  }
}

.staff-section__inner {
  max-width: 1100px;
  width: calc(100% - 40px);
  margin: 0 auto;
}

.staff-section__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 961px) {
  .staff-section__item:nth-child(n+2) {
    margin-top: 100px;
  }
}
@media screen and (max-width: 960px) {
  .staff-section__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .staff-section__item:nth-child(n+2) {
    margin-top: 50px;
  }
}

.staff-section__imageWrap {
  width: 100%;
}
@media screen and (min-width: 961px) {
  .staff-section__imageWrap {
    max-width: 240px;
  }
}
@media screen and (max-width: 960px) {
  .staff-section__imageWrap {
    max-width: 180px;
  }
}

@media screen and (min-width: 961px) {
  .staff-section__description {
    width: calc(94% - 240px);
  }
}
@media screen and (max-width: 960px) {
  .staff-section__description {
    margin-top: 20px;
  }
}

.staff-section__job {
  font-size: 14px;
  font-family: notoSans500, sans-serif;
  font-weight: 500;
}

.staff-section__name {
  margin-top: 10px;
  font-family: notoSans500, sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 961px) {
  .staff-section__name {
    font-size: 22px;
  }
}
@media screen and (max-width: 960px) {
  .staff-section__name {
    font-size: 18px;
  }
}

.staff-section__text {
  margin-top: 18px;
}
@media screen and (min-width: 961px) {
  .staff-section__text {
    line-height: 1.87;
  }
}
@media screen and (max-width: 960px) {
  .staff-section__text {
    line-height: 1.75;
  }
}

.staff-section__box {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #F1FCE7;
}
@media screen and (min-width: 961px) {
  .staff-section__box {
    padding: 25px 20px;
  }
}
@media screen and (max-width: 960px) {
  .staff-section__box {
    padding: 20px;
  }
}

.staff-section__col {
  width: 100%;
}

.staff-section__boxTitle {
  font-family: notoSans500, sans-serif;
  font-weight: 500;
  color: #1E8B5D;
  border-bottom: 1px solid #1E8B5D;
}
@media screen and (min-width: 961px) {
  .staff-section__boxTitle {
    margin-bottom: 12px;
    padding-bottom: 10px;
    font-size: 20px;
  }
}
@media screen and (max-width: 960px) {
  .staff-section__boxTitle {
    margin-bottom: 6px;
    padding-bottom: 5px;
    font-size: 15px;
  }
}

@media screen and (min-width: 961px) {
  .staff-section__boxText {
    line-height: 2;
  }
}
@media screen and (max-width: 960px) {
  .staff-section__boxText {
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 1.75;
  }
}