.yellow-bg {
  background-color: #fef6e5;
  padding: 60px 0 clamp(120px, 12vw, 180px) 0;
  margin-top: 50px;
}

section.staff {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(40px, 5vw, 60px);
}

.intro-container {
  width: 92%;
  max-width: 500px;
}
.intro-container h2 {
  margin-bottom: 0.5em;
  font-size: 2em;
  text-align: center;
}
.intro-container p {
  line-height: 220%;
}

.staff-container {
  background-color: #fff;
  padding: clamp(40px, 5vw, 60px) clamp(10px, 3vw, 28px);
  width: 96%;
  max-width: 1320px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 1em;
  row-gap: 60px;
}
.staff-container .staff-card {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 260px;
  max-width: 300px;
}
.staff-container .staff-card .img-container {
  position: relative;
  width: 100%;
}
.staff-container .staff-card img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  z-index: 1;
  object-fit: contain;
}
.staff-container .info-group {
  display: flex;
  flex-direction: column;
  width: 96%;
  max-width: 280px;
}
.staff-container .top-group {
  margin: 2em 0 1.25em;
}
.staff-container .top-group .name-eng {
  color: #dd602d;
  font-size: 14px;
  font-weight: 600;
  line-height: 160%;
  margin-bottom: 0.3em;
}
.staff-container .top-group .name-title {
  display: flex;
  align-items: flex-end;
  gap: 1em;
  font-weight: 600;
  line-height: 150%;
}
.staff-container .top-group .name-title .role {
  color: #707070;
  min-width: 2.75em;
}
.staff-container .top-group .name-title h3 {
  font-size: 25px;
  font-weight: 600;
  line-height: 130%;
}
.staff-container .top-group .deco {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #dd602d;
  background: linear-gradient(-30deg, #fccf08 0%, #f1a416 15%, #df5f2d 100%);
}
.staff-container .bottom-group {
  gap: 1em;
}
.staff-container .info-group {
  width: 100%;
}
.staff-container .info-group .info {
  display: flex;
  gap: 10px;
}
.staff-container .info-group p {
  flex: 1;
  line-height: 140%;
  letter-spacing: 0;
  font-size: 15px;
}
.staff-container .info-group .card-label {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1.5em;
  width: 5.5em;
  background-color: #dd602d;
  background: linear-gradient(-30deg, #fccf08 0%, #f1a416 15%, #df5f2d 100%);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 100%;
}
@media screen and (min-width: 1401px) {
  .staff-container {
    width: 96%;
    max-width: 1320px;
  }
}

/*# sourceMappingURL=staff.css.map */
