.s-staff .staff__profile_box {
  margin-bottom: 6rem;
}
.s-staff .staff__profile_box__photo {
  display: block;
  margin: 0 auto 1rem;
}
.s-staff .staff__profile_box__header .duties {
  margin-bottom: 0.5rem;
  padding: 0.25rem 0.5rem;
  background-color: var(--color_main01);
  color: var(--color_mono02);
  font-family: var(--f_serif01);
}
.s-staff .staff__profile_box__header .name {
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  font-size: var(--f24);
  border-bottom: 1px solid var(--color_mono04);
}
.s-staff .staff__profile_box__header .name .eng {
  display: block;
  font-family: var(--f_serif01);
  color: var(--color_main01);
  font-size: 0.7em;
}
.s-staff .staff__profile_box__contents .profile_item {
  display: flex;
  margin-bottom: 1rem;
}
.s-staff .staff__profile_box__contents .profile_item .title {
  width: 9rem;
}
.s-staff .staff__profile_box__contents .profile_item .content {
  width: calc(100% - 9rem);
}
.s-staff .staff__profile_box__contents .message {
  padding: 1.5rem;
  background-color: var(--color_bg02);
}
.s-staff .staff__profile_box__contents .message .title {
  margin-bottom: 0.5rem;
  font-family: var(--f_serif01);
  color: var(--color_main01);
  font-size: var(--f20);
}

@media screen and (min-width: 768px) {
  .s-staff .staff__profile_box {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 9rem;
  }
  .s-staff .staff__profile_box__photo {
    margin: 0;
  }
  .s-staff .staff__profile_box__text {
    flex-shrink: 0;
    width: clamp(50%, 33.8541666667vw, 40.625rem);
  }
  .s-staff .staff__profile_box__header .duties {
    font-size: var(--f18);
  }
  .s-staff .staff__profile_box__header .name {
    padding: 0.5rem;
  }
  .s-staff .staff__profile_box__header .name .eng {
    font-size: var(--f14);
  }
  .s-staff .staff__profile_box__contents {
    padding: 0.5rem;
  }
  .s-staff .staff__profile_box__contents .profile_item {
    display: block;
    margin-bottom: 2rem;
  }
  .s-staff .staff__profile_box__contents .profile_item .title {
    font-size: var(--f14);
  }
  .s-staff .staff__profile_box__contents .profile_item .content {
    width: 100%;
  }
  .s-staff .staff__profile_box__contents .message {
    padding: 2rem 2rem 3rem;
  }
  .s-staff .staff__profile_box__contents .message p {
    line-height: 2.5;
  }
}/*# sourceMappingURL=staff.css.map */