html {
  font-size: 10px;
}

#staff-body {
  background: #F6F4F2;
}

#staff.--new {
  width: 100%;
  background: #F6F4F2;
}

/* ===== メインタイトル ===== */
#staff.--new .main-title {
  background: url("../images/new/main-title_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 328px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  #staff.--new .main-title {
    height: auto;
    padding-block: 10%;
  }
  #staff.--new .main-title__wrap::after {
    width: 50vw;
  }
}

#staff.--new .main-title__wrap {
  position: relative;
}

#staff.--new .main-title__wrap::after {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: min(38.9vw, 560px);
  aspect-ratio: 560 / 88;
  background-image: url("../images/new/main-title_deco_staff.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  pointer-events: none;
}

#staff.--new .main-title__wrap {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

#staff.--new .main-title .en {
  display: block;
  color: #5C5C5C;
  font-family: Abel;
  font-size: 6.4rem;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  #staff.--new .main-title .en { font-size: 3.2rem; }
}
@media (max-width: 768px) {
  #staff.--new .main-title .en { font-size: 2.4rem; }
}

#staff.--new .main-title .jp {
  color: #8A7B7F;
  font-family: "Noto Sans JP";
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.33;
  display: flex;
  align-items: center;
  gap: 8px;
}

#staff.--new .main-title .jp::before {
  content: "";
  display: block;
  border-radius: 1px;
  background: #E85471;
  width: 4px;
  height: 4px;
}

/* ===== パンくず ===== */
#staff.--new #panlistid {
  display: block !important;
  margin: 0;
  padding: 0;
  padding-bottom: 48px;
  background: transparent !important;
}
#staff.--new #panlistid ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP";
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.71;
}
#staff.--new #panlistid ul > span {
  color: #A19182 !important;
}
#staff.--new #panlistid ul a,
#staff.--new #panlistid ul a span {
  color: #A19182 !important;
  text-decoration: none;
}
#staff.--new #panlistid ul .arrow {
  color: #A19182 !important;
}
@media (max-width: 767px) {
  #staff.--new #panlistid {
    padding-bottom: 6%;
  }
}

/* ===== スタッフアーカイブ ===== */
.staff-archive {
  padding-bottom: 120px;
}
@media (max-width: 767px) {
  .staff-archive { padding-bottom: 12%; }
}

/* 部署ブロック（白カード） */
.staff-dept {
  background: #FFF;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0,0,0,0.05);
  padding: 56px 72px;
  margin-bottom: 16px;
}
@media (max-width: 1024px) {
  .staff-dept { padding: 40px 40px; }
}
@media (max-width: 767px) {
  .staff-dept { padding: 32px 20px; margin-bottom: 12px; }
}

.staff-dept__ttl {
  color: #E85471;
  font-family: "Noto Sans JP";
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.04em;
  margin-bottom: 32px;
  padding-bottom: 12px;
  border-bottom: 1px solid #D3C8BE;
}
@media (max-width: 768px) {
  .staff-dept__ttl { font-size: 2rem; }
}

/* スタッフカードグリッド */
.staff-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 56px 24px;
}

.staff-list__item {
  width: calc((100% - 48px) / 3);
  display: flex;
}
@media (max-width: 1024px) {
  .staff-list__item { width: calc((100% - 24px) / 2); }
}
@media (max-width: 767px) {
  .staff-list__item { width: 100%; }
}

/* スタッフカード（白背景なし・写真+テキストのシンプル構成） */
.staff-card {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.staff-card__photo {
  aspect-ratio: 1 / 1;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 16px;
  flex-shrink: 0;
}

.staff-card__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.staff-card__info {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}

.staff-card__role {
  color: #5C5C5C;
  font-family: "Noto Sans JP";
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
}

.staff-card__name {
  color: #313131;
  font-family: "Noto Sans JP";
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4;
}

.staff-card__qualification {
  color: #8A7B7F;
  font-family: "Noto Sans JP";
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
  height: 9rem;
  overflow: hidden;
}

.staff-card__comment {
  color: #463A3D;
  font-family: "Noto Sans JP";
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.7;
  padding-top: 16px;
  border-top: 1px solid #D3C8BE;
  white-space: pre-line;
  margin-top: 0;
}
