@charset "UTF-8";
@font-face {
  font-family: "NotoSans400";
  src: url("../font/NotoSansJP-Regular.woff2");
}
@font-face {
  font-family: "NotoSans500";
  src: url("../font/NotoSansJP-Medium.woff2");
}
@font-face {
  font-family: "NotoSans700";
  src: url("../font/NotoSansJP-Bold.woff2");
}
@media screen and (min-width: 961px) {
  .staff-section {
    padding: 60px 0 120px;
  }
}
@media screen and (max-width: 960px) {
  .staff-section {
    padding: 30px 0 80px;
  }
}

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

.staff-section__anchor {
  max-width: 780px;
  display: -ms-grid;
  display: grid;
}
@media screen and (min-width: 961px) {
  .staff-section__anchor {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
    grid-template-columns: repeat(4, 1fr);
    margin: 70px auto 0;
  }
}
@media screen and (max-width: 960px) {
  .staff-section__anchor {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: repeat(2, 1fr);
    margin: 40px auto 0;
  }
}

.staff-section__anchorLink {
  position: relative;
  display: inline-block;
  text-align: center;
  color: #1F9F60;
  font-family: NotoSans500, sans-serif;
  font-weight: 500;
  border: 1px solid #1F9F60;
  background-color: #fff;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media screen and (min-width: 961px) {
  .staff-section__anchorLink {
    padding: 15px 45px 30px;
  }
}
@media screen and (max-width: 960px) {
  .staff-section__anchorLink {
    padding: 15px 15px 30px;
  }
}
.staff-section__anchorLink:after {
  content: "";
  -webkit-mask: url("../img/staff/arrow.svg") no-repeat;
          mask: url("../img/staff/arrow.svg") no-repeat;
  background-color: #1F9F60;
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 10px;
  left: 0;
  right: 0;
  bottom: 12px;
  margin: 0 auto;
}
.staff-section__anchorLink:hover {
  color: #fff;
  background-color: #1F9F60;
}
.staff-section__anchorLink:hover:after {
  background-color: #fff;
}

.staff-section__anchorJob {
  font-size: 12px;
  margin-bottom: 2px;
}

@media screen and (min-width: 961px) {
  .staff-section__anchorName {
    font-size: 20px;
  }
}
@media screen and (max-width: 960px) {
  .staff-section__anchorName {
    font-size: 18px;
  }
}

.staff-section__box {
  background-color: #fff;
}
@media screen and (min-width: 961px) {
  .staff-section__box {
    margin-top: 50px;
    padding: 45px 60px;
  }
}
@media screen and (max-width: 960px) {
  .staff-section__box {
    margin-top: 30px;
    padding: 20px;
  }
}

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

.staff-section__description {
  margin: 0 auto;
  text-align: center;
  width: 100%;
  max-width: 200px;
}
.staff-section__job {
  font-size: 14px;
  font-family: NotoSans500, sans-serif;
  font-weight: 500;
  margin-top: 20px;
}

.staff-section__name {
  margin: 10px 0;
  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: 20px;
  }
}

.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__item:nth-child(n+2) {
  margin-top: 28px;
}

.staff-section__itemTitle {
  position: relative;
  padding-bottom: 20px;
  font-family: NotoSans500, sans-serif;
  font-weight: 500;
  padding-left: 30px;
  border-bottom: 1px solid #328824;
}
@media screen and (min-width: 961px) {
  .staff-section__itemTitle {
    font-size: 20px;
  }
}
@media screen and (max-width: 960px) {
  .staff-section__itemTitle {
    font-size: 16px;
  }
}
.staff-section__itemTitle:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 10px;
  width: 16px;
  height: 16px;
  background-color: #77BD5A;
}

.staff-section__itemData {
  margin-top: 20px;
  line-height: 1.87;
}

.staff-section__list {
  padding-left: 20px;
  margin-top: 20px;
}

.staff-section__itemList {
  text-indent: -16px;
  line-height: 30px;
}
.staff-section__itemList:before {
  content: "・";
  margin-right: 0;
}

.staff-section__buttonWrap {
  max-width: 260px;
  margin: 30px auto 0;
}

@media screen and (min-width: 961px) {
  .staff-section__button {
    height: 60px;
  }
}
@media screen and (max-width: 960px) {
  .staff-section__button {
    height: 50px;
  }
}

.staff-section__link {
  display: inline-block;
  color: #1F9F60;
  text-decoration: underline;
}