/*--------------------------------------
導入文
--------------------------------------*/
#staff_intro .intro_title {
  font-family: var(--ff-maru);
  font-size: var(--fs-intro-title);
  text-align: center;
  word-break: keep-all;
  overflow-wrap: anywhere;
  line-height: 1.5;
  margin-bottom: 5rem;
}
#staff_intro .text {
  max-width: 85rem;
  margin: 0 auto;
}

/*--------------------------------------
スタッフ
--------------------------------------*/
#staff_member {
  padding-top: 3rem;
 @media (min-width:768px) {
  padding-top: 5rem;
 }
}
#staff_member .content_block {
  grid-template-columns: repeat(auto-fit, minmax(16rem,1fr));
  @media (min-width:768px) {
    grid-template-columns: repeat(3,1fr);
  }
}
#staff_member .text {
  text-align: center;
  line-height: 1.5;
}
#staff_member .name {
  display: block;
  font-family: var(--ff-maru);
  font-size: 130%;
}
#staff_member .role {
  display: block;
  margin-top: 0.3em;
}
