/* スタッフ一覧・詳細（CSSのみ。scssは使用しない） */

#staff-archive01 .staff-archive01-list__inner--cnt--box--link {
  display: block;
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

#staff-archive01 .staff-archive01-list__inner--cnt--box--link:hover {
  opacity: 0.72;
}

#staff-archive01 .staff-archive01-list__inner--cnt--box--img img {
  width: 100%;
  object-fit: cover;
  object-position: center top;
}

#staff-single01 .staff-single01-fv {
  background-image: url(../post-type/staff/staff-archive/staff-archive01/img/underlayer-fv-bg_pc.jpg);
}

@media screen and (max-width: 1024px) {
  #staff-single01 .staff-single01-fv {
    background-image: url(../post-type/staff/staff-archive/staff-archive01/img/underlayer-fv-bg_sp.jpg);
  }
}

#staff-single01 .staff-single01-cnt {
  padding: 80px 0 160px;
}

#staff-single01 .parts-pagination-single02 {
  justify-content: center;
}

#staff-single01 .staff-profile {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 80px;
  margin-bottom: 80px;
}

#staff-single01 .staff-profile__img {
  width: 42%;
  max-width: 480px;
  flex-shrink: 0;
}

#staff-single01 .staff-profile__img img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}

#staff-single01 .staff-profile__info {
  flex: 1;
  min-width: 0;
  padding-top: 8px;
}

#staff-single01 .staff-profile__position {
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  color: #06515e;
  margin: 0 0 16px;
}

#staff-single01 .staff-profile__name {
  font-size: 3.2rem;
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: #3e4648;
  font-weight: 400;
  margin: 0 0 48px;
}

#staff-single01 .staff-profile__items {
  margin: 0;
}

#staff-single01 .staff-profile__item {
  margin: 0 0 28px;
}

#staff-single01 .staff-profile__item:last-child {
  margin-bottom: 0;
}

#staff-single01 .staff-profile__item-head {
  display: inline-block;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  color: #3e4648;
  border: 1px solid #c8c8c8;
  padding: 4px 14px;
  margin: 0 0 10px;
  line-height: 1.6;
}

#staff-single01 .staff-profile__item-text {
  margin: 0;
  font-size: 1.5rem;
  line-height: 1.9;
  letter-spacing: 0.04em;
  color: #3e4648;
}

@media screen and (max-width: 1024px) {
  #staff-single01 .staff-single01-cnt {
    padding: 10% 0 16%;
  }

  #staff-single01 .staff-profile {
    gap: 40px;
    margin-bottom: 10%;
  }

  #staff-single01 .staff-profile__name {
    font-size: 2.6rem;
    margin-bottom: 36px;
  }
}

@media screen and (max-width: 640px) {
  #staff-single01 .staff-profile {
    display: block;
    gap: 0;
  }

  #staff-single01 .staff-profile__img {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 8%;
  }

  #staff-single01 .staff-profile__position {
    font-size: 1.4rem;
    margin-bottom: 12px;
  }

  #staff-single01 .staff-profile__name {
    font-size: 2.2rem;
    margin-bottom: 28px;
  }

  #staff-single01 .staff-profile__item-text {
    font-size: 1.4rem;
  }
}
