@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 50px;
  }
}
@media screen and (max-width: 960px) {
  .staff-section {
    padding: 50px 0;
  }
}

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

@media screen and (min-width: 961px) {
  .staff-section__heading {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 960px) {
  .staff-section__heading {
    margin-bottom: 30px;
  }
}

.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 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .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__roma {
  margin-top: 5px;
  font-family: notoSans500, sans-serif;
  font-weight: 500;
  color: #142474;
}

.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 {
  width: 100%;
  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: #F8F7F1;
}
@media screen and (min-width: 961px) {
  .staff-section__box {
    padding: 40px;
  }
}
@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: #142474;
  border-bottom: 1px solid #142474;
}
@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;
  }
}

.staff-section__define {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 2;
}

.staff-section__defineTitle {
  width: 100px;
  font-family: notoSans400, sans-serif;
  font-weight: 400;
}

.staff-section__defineData {
  width: calc(100% - 100px);
}

.staff-about {
  position: relative;
}
.staff-about:before {
  content: "";
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  z-index: -1;
  background-color: #F8F7F1;
}
@media screen and (min-width: 961px) {
  .staff-about {
    padding: 80px 0 140px;
  }
  .staff-about:before {
    height: 40%;
    top: 12%;
  }
}
@media screen and (max-width: 960px) {
  .staff-about {
    padding: 40px 0 80px;
  }
  .staff-about:before {
    height: 25%;
    top: 60px;
  }
}

.staff-about__inner {
  max-width: 1400px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .staff-about__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.staff-about__heading {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 961px) {
  .staff-about__heading {
    max-width: 1100px;
  }
}
@media screen and (max-width: 960px) {
  .staff-about__heading {
    max-width: 680px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.staff-about__read {
  line-height: 1.94;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
@media screen and (min-width: 961px) {
  .staff-about__read {
    max-width: 1100px;
    margin: 50px auto 0;
    font-size: 18px;
  }
}
@media screen and (max-width: 960px) {
  .staff-about__read {
    max-width: 680px;
    margin: 30px auto 0;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.staff-about__imageWrap {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
}
@media screen and (min-width: 961px) {
  .staff-about__imageWrap {
    margin-top: 50px;
  }
}
@media screen and (max-width: 960px) {
  .staff-about__imageWrap {
    max-width: 390px;
    margin: 30px auto 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.staff-about__list {
  max-width: 1100px;
}
@media screen and (min-width: 961px) {
  .staff-about__list {
    margin: 80px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 960px) {
  .staff-about__list {
    max-width: 620px;
    width: 100%;
    margin: 40px auto 0;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}

@media screen and (min-width: 961px) {
  .staff-about__item {
    width: 33.3333333333%;
    padding: 0 30px;
  }
  .staff-about__item:nth-child(n+2) {
    position: relative;
  }
  .staff-about__item:nth-child(n+2):before {
    content: "";
    width: 1px;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #142474;
  }
}
@media screen and (max-width: 960px) {
  .staff-about__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .staff-about__item:nth-child(n+2) {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #142474;
  }
}

@media screen and (min-width: 961px) {
  .staff-about__illustWrap {
    max-width: 340px;
    min-height: 185px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 960px) {
  .staff-about__illustWrap {
    max-width: 260px;
    margin: 30px auto 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.staff-about__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.35;
  text-align: center;
}
@media screen and (min-width: 961px) {
  .staff-about__title {
    min-height: 68px;
    margin-top: 25px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 25px;
  }
}
@media screen and (max-width: 960px) {
  .staff-about__title {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    font-size: 20px;
  }
}

.staff-about__text {
  margin-top: 25px;
  line-height: 1.66;
}
@media screen and (min-width: 961px) {
  .staff-about__text {
    font-size: 18px;
  }
}
@media screen and (max-width: 960px) {
  .staff-about__text {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}