@charset "UTF-8";
/*====================================
  page: staff
=====================================*/
/*====================================
  color
=====================================*/
/*====================================
  font-family
=====================================*/
/*====================================
  font-size (fluid)
=====================================*/
/*====================================
  font-size variables
=====================================*/
/*====================================
  font-weight
=====================================*/
/*====================================
  font-size utility classes
=====================================*/
/*====================================
  letter-spacing
=====================================*/
/*====================================
  mt
=====================================*/
/*====================================
  mb
=====================================*/
/*====================================
  ml
=====================================*/
/*====================================
  mr
=====================================*/
/*====================================
  pt
=====================================*/
/*====================================
  pb
=====================================*/
/*====================================
  pl
=====================================*/
/*====================================
  pr
=====================================*/
/*====================================
  spacing utility classes
=====================================*/
/*====================================
  breakpoints
=====================================*/
/*====================================
  Staff single — プロフィール
=====================================*/
#staff-single .staff-profile {
  overflow: hidden;
}
#staff-single .staff-profile__inr {
  align-items: stretch;
  min-height: clamp(320px, 42vw, 560px);
  gap: 24px;
}
#staff-single .staff-profile__photo {
  flex: 0 0 50%;
  max-width: 50%;
  background-color: #1d1717;
}
#staff-single .staff-profile__photo img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: clamp(320px, 42vw, 560px);
  object-fit: cover;
}
#staff-single .staff-profile__body {
  position: relative;
  flex: 1;
  min-width: 0;
  box-sizing: border-box;
  margin-top: auto;
  margin-bottom: 0;
  padding-bottom: clamp(28px, 28px + 12 * (100vw - 375px) / 905, 40px);
}
#staff-single .staff-profile__blog-icon {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  z-index: 10;
}
#staff-single .staff-profile__dept {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: clamp(16px, 2.5vw, 24px);
  padding: 6px 16px;
  background-color: #0172fd;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(11px, 11px + 3 * (100vw - 375px) / 905, 14px);
  font-weight: 700;
  line-height: 1.4;
}
#staff-single .staff-profile__name {
  margin: 0 0 clamp(20px, 3vw, 32px);
  font-family: "Josefin Sans", sans-serif;
  font-size: clamp(20px, 20px + 20 * (100vw - 375px) / 905, 40px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.12em;
}
#staff-single .staff-profile__intro {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(14px, 14px + 3 * (100vw - 375px) / 905, 17px);
  font-weight: 700;
  line-height: 2;
}
@media (max-width: 768px) {
  #staff-single .staff-profile__inr {
    flex-direction: column;
    min-height: 0;
    gap: 32px;
  }
  #staff-single .staff-profile__photo {
    flex: none;
    max-width: none;
    width: 100%;
  }
  #staff-single .staff-profile__photo img {
    min-height: clamp(280px, 60vw, 400px);
  }
  #staff-single .staff-profile__body {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  #staff-single .staff-profile__name {
    text-align: center;
  }
}
#staff-single .staff-past .news-article__past {
  margin-top: 0;
}

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