/* ---------------------------------------------------
  staff
------------------------------------------------------*/
.bl_hero.bl_hero__cts {
  background: url("../img/staff/title-bg_staff.jpg") 50% 50% no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 599px) {
  .bl_hero.bl_hero__cts {
    background: url("../img/staff/title-bg_staff_sp.jpg") 10% 0 no-repeat;
    background-size: 100% auto;
  }
}

.un_staffFooter::before {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: url("../img/staff/footer_bg_staff.jpg") 50% 50% no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  content: "";
}

.el_staff_ttl {
  font-size: 2.4rem;
  font-weight: 700;
  padding: 80px 0 50px;
}

@media only screen and (max-width: 1024px) {
  .el_staff_ttl {
    font-size: 2.0rem;
    padding: 40px 0 50px;
  }
}

.bl_satffUnit {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 100px;
}

.bl_staff {
  display: flex;
  flex-direction: column;
  width: calc(calc(100% - 5.4%) / 3);
  margin-bottom: 100px;
}

@media only screen and (max-width: 1024px) {
  .bl_staff {
    width: calc(calc(100% - 5.4%) / 2);
  }
}

@media only screen and (max-width: 599px) {
  .bl_staff {
    width: 100%;
  }
}

.bl_staff .bl_staff_name {
  font-size: 2.2rem;
  font-weight: 700;
  margin: 1em auto 2em;
  line-height: 1.2;
}

.bl_staff .bl_staff_name span {
  display: block;
  font-size: 1.6rem;
  padding-top: 0.4em;
}

@media only screen and (max-width: 1024px) {
  .bl_staff .bl_staff_name span {
    font-size: 1.3rem;
  }
}

@media only screen and (max-width: 1024px) {
  .bl_staff .bl_staff_name {
    font-size: 2.0rem;
    margin: 1em auto 1.3em;
  }
}

.bl_staff .bl_staff_voice {
  margin-bottom: 30px;
}

@media only screen and (max-width: 1024px) {
  .bl_staff .bl_staff_voice {
    margin-bottom: 10px;
  }
}

.bl_staff .bl_staff_voice dt {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
  padding-bottom: 0.6em;
}

@media only screen and (max-width: 1024px) {
  .bl_staff .bl_staff_voice dt {
    font-size: 1.6rem;
    padding-bottom: 0.1em;
  }
}

.bl_staff .bl_staff_voice dd {
  font-size: 1.7rem;
  line-height: 1.8;
  text-align: left;
}

@media only screen and (max-width: 1024px) {
  .bl_staff .bl_staff_voice dd {
    font-size: 1.5rem;
  }
}

.bl_staff .bl_staff_voice:last-child {
  background-color: #fff;
  padding: 1.3em;
}

.bl_staff .bl_staff_voice:last-child dt {
  font-size: 1.6rem;
}

@media only screen and (max-width: 1024px) {
  .bl_staff .bl_staff_voice:last-child dt {
    font-size: 1.5rem;
    padding-bottom: 0.4em;
  }
}

.bl_staff .bl_staff_voice:last-child dd {
  font-size: 1.4rem;
}
