.staff-box {
  background-color: #fff;
  padding: 35px 20px;
}

@media screen and (min-width: 960px) {
  .staff-box {
    padding: 80px 60px;
  }
}

.staff-box:not(:first-child) {
  margin-top: 20px;
}

@media screen and (min-width: 960px) {
  .staff-box__profile-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -30px;
    margin-right: -30px;
  }
}

@media screen and (min-width: 960px) {
  .staff-box__profile-columns__column {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (min-width: 960px) {
  .staff-box__profile-columns__column:nth-child(1) {
    width: calc(340px - 30px);
  }
}

.staff-box__profile-columns__column:nth-child(2) {
  margin-top: 18px;
}

@media screen and (min-width: 960px) {
  .staff-box__profile-columns__column:nth-child(2) {
    margin-top: 0;
    width: calc(100% - (340px - 30px));
  }
}

.staff-box__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 960px) {
  .staff-box__meta {
    display: block;
  }
}

.staff-box__meta__head {
  width: 52.5%;
}

@media screen and (min-width: 960px) {
  .staff-box__meta__head {
    width: 100%;
    margin-bottom: 50px;
  }
}

.staff-box__meta__head__image {
  margin: -35px 0 0 -20px;
}

@media screen and (min-width: 960px) {
  .staff-box__meta__head__image {
    margin: -80px 0 0 -60px;
  }
}

.staff-box__meta__body {
  width: 47.5%;
}

@media screen and (min-width: 960px) {
  .staff-box__meta__body {
    width: 100%;
  }
}

.staff-box__meta__body:not(:first-child) {
  margin-left: 20px;
}

@media screen and (min-width: 960px) {
  .staff-box__meta__body:not(:first-child) {
    margin-left: 0;
  }
}

.staff-box__meta__body__name__kanji {
  font-size: 2.2rem;
  font-weight: 700;
}

@media screen and (min-width: 960px) {
  .staff-box__meta__body__name__kanji {
    font-size: 3.2rem;
  }
}

.staff-box__meta__body__name__kana {
  margin-top: 15px;
  font-size: 1.2rem;
  font-weight: 700;
  color: #03314c;
}

@media screen and (min-width: 960px) {
  .staff-box__meta__body__name__kana {
    font-size: 2.0rem;
    margin-top: 20px;
  }
}

.staff-box__meta__body__specialty {
  margin-top: 20px;
  font-size: 1.2rem;
  line-height: 1.5em;
  font-weight: 700;
}

@media screen and (min-width: 960px) {
  .staff-box__meta__body__specialty {
    font-size: 1.6rem;
    margin-top: 45px;
  }
}

.staff-box__meta__body__specialty__term {
  display: block;
}

.staff-box__meta__body__specialty__desc {
  display: block;
}

@media screen and (min-width: 960px) {
  .staff-box__meta + .staff-box__heading:not(:first-child) {
    margin-top: 40px;
  }
}

.staff-box__heading {
  font-size: 1.2rem;
  color: #03314c;
  line-height: 1.5em;
  position: relative;
  padding-left: 20px;
  font-weight: 700;
}

@media screen and (min-width: 960px) {
  .staff-box__heading {
    font-size: 2.0rem;
    padding-left: 34px;
  }
}

.staff-box__heading:not(:first-child) {
  margin-top: 24px;
}

@media screen and (min-width: 960px) {
  .staff-box__heading:not(:first-child) {
    margin-top: 60px;
  }
}

.staff-box__heading::before {
  content: '';
  position: absolute;
  top: 9px;
  left: 0;
  width: 12px;
  height: 1px;
  background-color: #03314c;
}

@media screen and (min-width: 960px) {
  .staff-box__heading::before {
    top: 15px;
    width: 24px;
    height: 2px;
  }
}

.staff-box__heading + .staff-box__paragraph:not(:first-child) {
  margin-top: 10px;
}

.staff-box__lead {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.625em;
}

@media screen and (min-width: 960px) {
  .staff-box__lead {
    font-size: 3.2rem;
  }
}

.staff-box__lead:not(:first-child) {
  margin-top: 7px;
}

@media screen and (min-width: 960px) {
  .staff-box__lead:not(:first-child) {
    margin-top: 14px;
  }
}
