@charset "UTF-8";
/*========================================
# スタッフアーカイブページのスタイル
========================================  */
body.post-type-archive-staff .hero {
  height: 450px;
  position: relative;
}
@media screen and (max-width: 767px) {
  body.post-type-archive-staff .hero {
    height: 390px;
  }
}
body.post-type-archive-staff .hero-textbox {
  position: absolute;
  bottom: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
body.post-type-archive-staff .hero-textbox .catch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
  font-size: 34px;
  line-height: 42px;
  color: #F8F8F8;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  body.post-type-archive-staff .hero-textbox .catch {
    font-size: 28px;
    line-height: 36px;
  }
}
body.post-type-archive-staff .hero-textbox .catch span {
  display: inline-block;
  position: relative;
  font-size: 42px;
  line-height: 56px;
  color: #F8F8F8;
  font-weight: 200;
}
@media screen and (max-width: 767px) {
  body.post-type-archive-staff .hero-textbox .catch span {
    font-size: 42px;
    line-height: 56px;
  }
}
body.post-type-archive-staff .hero-textbox .catch span::after, body.post-type-archive-staff .hero-textbox .catch span::before {
  content: "";
  position: absolute;
  height: 1px;
  background-color: #fff;
  top: 50%;
  width: 60px;
}
body.post-type-archive-staff .hero-textbox .catch span::before {
  right: 100%;
  margin-right: 5px;
}
body.post-type-archive-staff .hero-textbox .catch span::after {
  left: 100%;
  margin-left: 5px;
}
body.post-type-archive-staff .hero-textbox .sub {
  font-size: 16px;
  line-height: 16px;
  color: #F8F8F8;
  font-size: normal;
}
@media screen and (max-width: 767px) {
  body.post-type-archive-staff .hero-textbox .sub {
    font-size: 16px;
    line-height: 16px;
  }
}
@media screen and (max-width: 767px) {
  body.post-type-archive-staff .hero-textbox .sub {
    background-color: #fff;
    color: #0E1A3C;
  }
}
body.post-type-archive-staff .hero-01 {
  background: url(../../images/staff/mv-pc.webp) no-repeat top center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  body.post-type-archive-staff .hero-01 {
    background: url(../../images/staff/mv-sp.webp) no-repeat center center;
    background-size: cover;
  }
}
body.post-type-archive-staff .hero-01 .catch {
  text-align: center;
}
@media screen and (max-width: 767px) {
  body.post-type-archive-staff .hero-01 .catch {
    width: 260px;
  }
}
body.post-type-archive-staff .contents-tab {
  padding: 0 0 3rem;
}
@media screen and (max-width: 767px) {
  body.post-type-archive-staff .contents-tab {
    padding: 0 0 2rem;
  }
}
body.post-type-archive-staff .contents-tab .contents_breadcrumb {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  body.post-type-archive-staff .contents-tab .contents_breadcrumb {
    margin-bottom: 25px;
  }
}
body.post-type-archive-staff .contents-tab .staff-intro {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  body.post-type-archive-staff .contents-tab .staff-intro {
    margin-bottom: 3rem;
  }
}
body.post-type-archive-staff .contents-tab .staff-intro .staff-intro-title {
  font-size: 2rem;
  margin-bottom: 2rem;
  color: #0E1A3C;
}
@media screen and (max-width: 767px) {
  body.post-type-archive-staff .contents-tab .staff-intro .staff-intro-title {
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 575px) {
  body.post-type-archive-staff .contents-tab .staff-intro .staff-intro-title {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
body.post-type-archive-staff .contents-tab .staff-intro .staff-intro-text {
  font-size: 1.05rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  body.post-type-archive-staff .contents-tab .staff-intro .staff-intro-text {
    font-size: 0.95rem;
    line-height: 1.7;
  }
}
body.post-type-archive-staff .contents-tab .staff-category-tab {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  body.post-type-archive-staff .contents-tab .staff-category-tab {
    margin-top: 2rem;
  }
}
body.post-type-archive-staff .contents-tab .staff-category-tab__list {
  display: flex;
  gap: 1rem;
  list-style: none;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  body.post-type-archive-staff .contents-tab .staff-category-tab__list {
    gap: 0.5rem;
  }
}
body.post-type-archive-staff .contents-tab .staff-category-tab__item {
  padding: 0.5rem 0.7rem;
  background: #fff;
  border: 1px solid #0E1A3C;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 1rem;
  font-weight: 500;
  color: #0E1A3C;
}
@media screen and (max-width: 767px) {
  body.post-type-archive-staff .contents-tab .staff-category-tab__item {
    padding: 0.3rem 0.5rem;
    font-size: 0.9em;
  }
}
body.post-type-archive-staff .contents-tab .staff-category-tab__item:hover {
  background: #0E1A3C;
  color: #fff;
}
body.post-type-archive-staff .contents-tab .staff-category-tab__item.is-active {
  background: #0E1A3C;
  color: #fff;
}
body.post-type-archive-staff .contents-staff {
  margin-top: 0;
  margin-bottom: 5rem;
  padding: 5rem 0 5rem;
  background-color: #dcdfe6;
}
@media screen and (max-width: 767px) {
  body.post-type-archive-staff .contents-staff {
    padding: 2.5rem 0 4rem;
    margin-bottom: 2rem;
  }
}
body.post-type-archive-staff .contents-staff .staff-blocks-wrapper {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
body.post-type-archive-staff .contents-staff .staff-blocks-wrapper.animate-in-view {
  opacity: 1;
  transform: translateY(0);
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
body.post-type-archive-staff .contents-staff .staff-blocks {
  transition: opacity 0.3s ease;
}
body.post-type-archive-staff .contents-staff .staff-blocks {
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  body.post-type-archive-staff .contents-staff .staff-blocks {
    margin-bottom: 3rem;
  }
}
body.post-type-archive-staff .contents-staff .staff-blocks:last-child {
  margin-bottom: 0;
}
body.post-type-archive-staff .contents-staff .staff__category {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1.4rem;
  color: #0E1A3C;
  position: relative;
}
@media screen and (max-width: 767px) {
  body.post-type-archive-staff .contents-staff .staff__category {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
}
body.post-type-archive-staff .contents-staff .staff__category-child {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 3rem 0 0% 0;
  color: #0E1A3C;
  border-left: 2px solid #0E1A3C;
  padding-left: 10px;
}
@media screen and (max-width: 767px) {
  body.post-type-archive-staff .contents-staff .staff__category-child {
    font-size: 1.3rem;
    margin: 2rem 0 0% 0;
  }
}
body.post-type-archive-staff .contents-staff .staff__category-child:first-of-type {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  body.post-type-archive-staff .contents-staff .staff__category-child:first-of-type {
    margin-top: 1.5rem;
  }
}
body.post-type-archive-staff .contents-staff .staff__category--lead-text {
  font-size: 1.05rem;
  line-height: 2;
  color: #0E1A3C;
  margin: 0 auto 3rem;
  text-align: left;
}
@media screen and (max-width: 767px) {
  body.post-type-archive-staff .contents-staff .staff__category--lead-text {
    margin-bottom: 1rem;
    font-size: 0.9rem;
    line-height: 1.7;
  }
}
body.post-type-archive-staff .contents-staff .staff-list {
  margin-top: 2rem;
  width: 100%;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 2rem;
  row-gap: 2rem;
}
@media screen and (max-width: 991px) {
  body.post-type-archive-staff .contents-staff .staff-list {
    margin-top: 2rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 1.5rem;
  }
}
@media screen and (max-width: 575px) {
  body.post-type-archive-staff .contents-staff .staff-list {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    row-gap: 1.5rem;
  }
}
body.post-type-archive-staff .contents-staff .staff-card {
  overflow: hidden;
}
body.post-type-archive-staff .contents-staff .staff-card__inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
}
body.post-type-archive-staff .contents-staff .staff-card__thumb {
  aspect-ratio: 6/7;
  overflow: hidden;
  margin: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  body.post-type-archive-staff .contents-staff .staff-card__thumb {
    aspect-ratio: 31/26;
  }
}
body.post-type-archive-staff .contents-staff .staff-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.post-type-archive-staff .contents-staff .staff-card__thumb .staff-img-pc {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  body.post-type-archive-staff .contents-staff .staff-card__thumb .staff-img-pc {
    display: none;
  }
}
body.post-type-archive-staff .contents-staff .staff-card__thumb .staff-img-pc img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.post-type-archive-staff .contents-staff .staff-card__thumb .staff-img-sp {
  display: none;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  body.post-type-archive-staff .contents-staff .staff-card__thumb .staff-img-sp {
    display: block;
  }
}
body.post-type-archive-staff .contents-staff .staff-card__thumb .staff-img-sp img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.post-type-archive-staff .contents-staff .staff-card__meta {
  padding: 0.5rem 1rem 0.5rem 0.5rem;
  position: absolute;
  bottom: 0;
  text-align: right;
  width: 100%;
  color: #fff;
}
@media screen and (max-width: 767px) {
  body.post-type-archive-staff .contents-staff .staff-card__meta {
    padding: 0.5rem 0.7rem 0.5rem 0.5rem;
  }
}
@media screen and (max-width: 575px) {
  body.post-type-archive-staff .contents-staff .staff-card__meta {
    padding: 0.5rem 1rem 0.5rem 0.5rem;
  }
}
body.post-type-archive-staff .contents-staff .staff-card__name_en {
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
  font-family: "Jost", sans-serif;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  body.post-type-archive-staff .contents-staff .staff-card__name_en {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 575px) {
  body.post-type-archive-staff .contents-staff .staff-card__name_en {
    font-size: 1.6rem;
  }
}
body.post-type-archive-staff .contents-staff .staff-card__meta_inner {
  display: flex;
  justify-content: flex-end;
  gap: 0.6rem;
}
body.post-type-archive-staff .contents-staff .staff-card__position {
  font-size: 0.9rem;
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 767px) {
  body.post-type-archive-staff .contents-staff .staff-card__position {
    font-size: 0.8rem;
  }
}
body.post-type-archive-staff .contents-staff .staff-card__name {
  text-align: center;
  font-size: 1rem;
  margin: 0;
}
@media screen and (max-width: 767px) {
  body.post-type-archive-staff .contents-staff .staff-card__name {
    font-size: 1rem;
  }
}

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