.staff-top {
  margin-top: 6rem;
  display: flex;
  gap: 3rem;
}
@media screen and (max-width: 850px) {
  .staff-top {
    flex-direction: column;
  }
}
.staff-topImg {
  width: calc((100% - 3rem) / 2);
  height: inherit;
}
@media screen and (max-width: 850px) {
  .staff-topImg {
    width: 100%;
  }
}
.staff-topImg picture {
  height: 100%;
  width: 100%;
}
.staff-topImg img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.staff-topContent {
  width: calc((100% - 3rem) / 2);
}
@media screen and (max-width: 850px) {
  .staff-topContent {
    width: 100%;
  }
}
.staff-topName {
  display: flex;
  flex-direction: column;
  font-size: 4rem;
  font-weight: 800;
  line-height: 1.75;
  color: #101253;
}
@media screen and (max-width: 599px) {
  .staff-topName {
    font-size: clamp(21px, 4.2rem, 42px);
  }
}
.staff-topName span {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.75;
  color: #101253;
}
@media screen and (max-width: 599px) {
  .staff-topName span {
    font-size: clamp(16px, 3.2rem, 32px);
  }
}
.staff-topTxt {
  margin-top: 3.2rem;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.625;
  color: #101253;
}
@media screen and (max-width: 599px) {
  .staff-topTxt {
    font-size: clamp(16px, 3.2rem, 32px);
    line-height: 1.75;
  }
}
.staff-others {
  margin-top: 14rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  margin-right: auto;
  margin-left: auto;
}
.staff-othersTitle {
  font-size: 3.6rem;
  text-align: center;
  font-weight: 800;
  color: #101253;
}
@media screen and (max-width: 599px) {
  .staff-othersTitle {
    font-size: clamp(20px, 4rem, 40px);
    line-height: 1.5;
  }
}

.staff-items {
  margin-top: 6rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  -moz-column-gap: 3rem;
  column-gap: 3rem;
  row-gap: 3rem;
}
.staff-item {
  width: calc((100% - 3rem) / 2);
  display: flex;
  flex-wrap: nowrap;
  gap: 2%;
}
@media screen and (max-width: 599px) {
  .staff-item {
    width: 100%;
  }
}

.staff-img {
  width: 49%;
  flex-shrink: 0;
}
.staff-img picture {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 1/1;
}
.staff-img img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
  object-fit: cover;
}
.staff-box {
  width: 49%;
}
.staff-name {
  padding-left: 1em;
  padding-right: 1em;
  font-weight: 800;
  color: #101253;
  display: inline-block;
  background-color: #ffdb01;
  font-size: 2.4rem;
  line-height: 1.75;
  width: 100%;
}
@media screen and (max-width: 599px) {
  .staff-name {
    font-size: clamp(18px, 3.6rem, 36px);
  }
}
.staff-txt {
  margin-top: 0.6em;
  font-weight: 500;
  color: #101253;
  font-size: 1.6rem;
  line-height: 1.625;
  .staff-job {
    display: block;
    width: 100%;
    font-weight: bold;
    margin-top: 2rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #101253;
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 599px) {
  .staff-txt {
    font-size: clamp(16px, 3.2rem, 32px);
    line-height: 1.75;
  }
}
/*# sourceMappingURL=staff.css.map */
