@charset "UTF-8";
/*========================================
# スタッフアーカイブページのスタイル
========================================  */
body.post-type-archive-staff {
  /* contents-tab追従のスタイル */
  /* contents-tabが固定されたときのアニメーション */
  /* 固定時にコンテンツがジャンプしないようにpadding調整 */
}
body.post-type-archive-staff .contents_breadcrumb {
  position: relative;
  z-index: 1;
}
body.post-type-archive-staff .contents_breadcrumb02 {
  margin-top: 80px;
  margin-bottom: 20px;
  padding-top: 0;
}
body.post-type-archive-staff .bg-lg {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}
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: 24px;
  color: #F8F8F8;
  font-size: normal;
  text-align: center;
}
@media screen and (max-width: 767px) {
  body.post-type-archive-staff .hero-textbox .sub {
    font-size: 16px;
    line-height: 24px;
  }
}
body.post-type-archive-staff .heroTitle {
  max-width: 1920px;
  width: 100%;
  margin-bottom: 80px;
}
@media screen and (max-width: 991px) {
  body.post-type-archive-staff .heroTitle {
    margin-bottom: 35px;
  }
}
body.post-type-archive-staff .heroTitle-textbox {
  max-width: 1760px;
  margin-left: auto;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 991px) {
  body.post-type-archive-staff .heroTitle-textbox {
    height: 70px;
    margin-bottom: 20px;
  }
}
body.post-type-archive-staff .heroTitle-textbox p {
  font-size: 240px;
  line-height: 240px;
  color: #dbdbdb;
  font-weight: 200;
  padding-left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0.27 !important;
}
@media screen and (max-width: 991px) {
  body.post-type-archive-staff .heroTitle-textbox p {
    font-size: 70px;
    line-height: 70px;
  }
}
@media screen and (max-width: 991px) {
  body.post-type-archive-staff .heroTitle-textbox p {
    padding-left: 1rem;
    opacity: 0.27 !important;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
  }
}
body.post-type-archive-staff .heroTitle-textbox h1 {
  position: absolute;
  font-size: 60px;
  line-height: 50px;
  color: #0E1A3C;
  font-weight: 500;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 120px;
  z-index: 10;
}
@media screen and (max-width: 991px) {
  body.post-type-archive-staff .heroTitle-textbox h1 {
    font-size: 26px;
    line-height: 40px;
  }
}
@media screen and (max-width: 991px) {
  body.post-type-archive-staff .heroTitle-textbox h1 {
    top: 25px;
    left: 35px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
body.post-type-archive-staff .heroTitle .sub {
  margin-bottom: 50px;
  font-size: 24px;
  line-height: 36px;
  color: #0E1A3C;
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  body.post-type-archive-staff .heroTitle .sub {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 1199px) {
  body.post-type-archive-staff .heroTitle .sub {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 991px) {
  body.post-type-archive-staff .heroTitle .sub {
    margin-bottom: 30px;
    margin-left: 35px;
  }
}
@media screen and (max-width: 575px) {
  body.post-type-archive-staff .heroTitle .sub {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  body.post-type-archive-staff .heroTitle .sub.sp {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  body.post-type-archive-staff .heroTitle .sub.pc {
    display: none;
  }
}
body.post-type-archive-staff .heroTitle-mv {
  max-width: 820px;
  width: 100%;
  display: none;
  margin-left: auto;
}
@media screen and (max-width: 991px) {
  body.post-type-archive-staff .heroTitle-mv {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  body.post-type-archive-staff .heroTitle-mv {
    max-width: 480px;
  }
}
@media screen and (max-width: 575px) {
  body.post-type-archive-staff .heroTitle-mv {
    max-width: 320px;
  }
}
body.post-type-archive-staff .heroTitle-inner {
  max-width: 1760px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 0 6px;
  margin: 0 0 100px auto;
  padding-left: 1rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 991px) {
  body.post-type-archive-staff .heroTitle-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 20px 0;
    margin-bottom: 60px;
    max-width: 820px;
    margin-left: auto;
    padding-left: 35px;
  }
}
body.post-type-archive-staff .heroTitle-inner .inner-left {
  max-width: 650px;
  width: 100%;
}
@media screen and (max-width: 1400px) {
  body.post-type-archive-staff .heroTitle-inner .inner-left {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
@media screen and (max-width: 991px) {
  body.post-type-archive-staff .heroTitle-inner .inner-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  body.post-type-archive-staff .heroTitle-inner .inner-left {
    padding-right: 35px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 575px) {
  body.post-type-archive-staff .heroTitle-inner .inner-left {
    margin-left: 0;
    margin-right: auto;
  }
}
body.post-type-archive-staff .heroTitle-inner .inner-left .left-text {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 24px;
  color: #0E1A3C;
}
@media screen and (max-width: 1400px) {
  body.post-type-archive-staff .heroTitle-inner .inner-left .left-text {
    font-size: 16px;
    line-height: 25px;
  }
}
@media screen and (max-width: 991px) {
  body.post-type-archive-staff .heroTitle-inner .inner-left .left-text {
    margin-bottom: 20px;
  }
}
body.post-type-archive-staff .heroTitle-inner .inner-right {
  max-width: 1120px;
  width: 100%;
}
@media screen and (max-width: 1400px) {
  body.post-type-archive-staff .heroTitle-inner .inner-right {
    max-width: 840px;
  }
}
@media screen and (max-width: 1199px) {
  body.post-type-archive-staff .heroTitle-inner .inner-right {
    max-width: 630px;
  }
}
@media screen and (max-width: 991px) {
  body.post-type-archive-staff .heroTitle-inner .inner-right {
    max-width: 100%;
  }
}
body.post-type-archive-staff .heroTitle02 {
  max-width: 1860px;
  margin-left: auto;
}
body.post-type-archive-staff .heroTitle02 .heroTitle-textbox {
  max-width: 1860px;
}
body.post-type-archive-staff .heroTitle02 .heroTitle-textbox .jost {
  max-width: 1800px;
  padding-left: 0;
}
body.post-type-archive-staff .heroTitle02 .heroTitle-textbox .catch {
  left: 120px;
}
@media screen and (max-width: 1600px) {
  body.post-type-archive-staff .heroTitle02 .heroTitle-textbox .catch {
    left: 35px;
  }
}
@media screen and (max-width: 991px) {
  body.post-type-archive-staff .heroTitle02 .heroTitle-inner .inner-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
body.post-type-archive-staff .heroTitle02 .heroTitle-list {
  max-width: 360px;
  width: 100%;
}
@media screen and (max-width: 991px) {
  body.post-type-archive-staff .heroTitle02 .heroTitle-list {
    margin: 0 auto;
    display: none;
  }
}
body.post-type-archive-staff .heroTitle02 .heroTitle-list .heroTitle-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 13px;
  padding-bottom: 11px;
  border-bottom: 1px dotted #0E1A3C;
}
@media screen and (max-width: 767px) {
  body.post-type-archive-staff .heroTitle02 .heroTitle-list .heroTitle-item {
    gap: 8px;
    padding-bottom: 6px;
  }
}
body.post-type-archive-staff .heroTitle02 .heroTitle-list .heroTitle-item div {
  width: 8px;
  height: 8px;
  position: relative;
}
@media screen and (max-width: 767px) {
  body.post-type-archive-staff .heroTitle02 .heroTitle-list .heroTitle-item div {
    width: 5px;
    height: 5px;
  }
}
body.post-type-archive-staff .heroTitle02 .heroTitle-list .heroTitle-item div::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 1px solid #0E1A3C;
  border-right: 1px solid #0E1A3C;
  top: -50%;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
}
@media screen and (max-width: 767px) {
  body.post-type-archive-staff .heroTitle02 .heroTitle-list .heroTitle-item div::after {
    width: 5px;
    height: 5px;
  }
}
body.post-type-archive-staff .heroTitle02 .heroTitle-list .heroTitle-item a {
  font-size: 16px;
  line-height: 24px;
  color: #0E1A3C;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  body.post-type-archive-staff .heroTitle02 .heroTitle-list .heroTitle-item a {
    font-size: 15px;
    line-height: 21px;
  }
}
body.post-type-archive-staff .heroTitle02 .heroTitle-list .heroTitle-item + .heroTitle-item {
  padding-top: 5px;
}
@media screen and (max-width: 767px) {
  body.post-type-archive-staff .heroTitle02 .heroTitle-list .heroTitle-item + .heroTitle-item {
    padding-top: 6px;
  }
}
body.post-type-archive-staff .contents-tab {
  padding: 1rem 0 1rem;
}
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__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-tab.is-fixed {
  position: fixed !important;
  top: 60px !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 10 !important;
  background: rgba(255, 255, 255, 0.95) !important;
  backdrop-filter: blur(10px) !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1) !important;
  transition: all 0.3s ease !important;
}
@media screen and (max-width: 767px) {
  body.post-type-archive-staff .contents-tab.is-fixed {
    top: 52px !important;
  }
}
body.post-type-archive-staff .contents-tab {
  transition: all 0.3s ease;
}
body.post-type-archive-staff .contents-tab.is-fixed + .contents-staff {
  padding-top: 120px !important;
  /* contents-tabの高さ分を調整 */
}
@media screen and (max-width: 767px) {
  body.post-type-archive-staff .contents-tab.is-fixed + .contents-staff {
    padding-top: 100px !important;
  }
}
body.post-type-archive-staff .contents-staff {
  margin-top: 0;
  margin-bottom: 5rem;
  padding: 5rem 0 5rem;
  background-color: #dcdfe6;
  margin-top: 2rem;
}
@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;
}
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%;
}
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%;
}
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;
  }
}
body.post-type-archive-staff .staff-card__link {
  display: block;
  text-decoration: none;
  color: inherit;
  transition: transform 0.3s ease;
}
body.post-type-archive-staff .staff-card__link:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}
body.post-type-archive-staff .staff-card__link:hover .staff-card__thumb img {
  transform: scale(1.05);
}
body.post-type-archive-staff .staff-card__link:hover .staff-card__name::after {
  width: 100%;
}
body.post-type-archive-staff .staff-card__link:hover .staff-card__inner {
  background-color: rgba(0, 122, 204, 0.02);
}
body.post-type-archive-staff .staff-card__thumb {
  overflow: hidden;
}
body.post-type-archive-staff .staff-card__thumb img {
  transition: transform 0.3s ease;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.post-type-archive-staff .staff-card__name {
  position: relative;
  transition: color 0.3s ease;
}
body.post-type-archive-staff .staff-card__name::after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #fff;
  transition: width 0.3s ease;
}
body.post-type-archive-staff .staff-card__inner {
  transition: background-color 0.3s ease;
  padding: 0;
}

/*========================================
# スタッフsingleページのスタイル
========================================  */
body.single-staff .contents_breadcrumb {
  padding: 0;
  position: relative;
  z-index: 1;
}
body.single-staff .contents_breadcrumb02 {
  margin-top: 80px;
  margin-bottom: 20px;
  padding-top: 0;
}
@media screen and (max-width: 991px) {
  body.single-staff .contents_breadcrumb02 {
    margin-bottom: 15px;
    padding-top: 55px;
  }
}
body.single-staff .hero {
  height: 450px;
  position: relative;
}
@media screen and (max-width: 767px) {
  body.single-staff .hero {
    height: 390px;
  }
}
body.single-staff .hero-textbox {
  position: absolute;
  bottom: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
body.single-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.single-staff .hero-textbox .catch {
    font-size: 28px;
    line-height: 36px;
  }
}
body.single-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.single-staff .hero-textbox .catch span {
    font-size: 42px;
    line-height: 56px;
  }
}
body.single-staff .hero-textbox .catch span::after, body.single-staff .hero-textbox .catch span::before {
  content: "";
  position: absolute;
  height: 1px;
  background-color: #fff;
  top: 50%;
  width: 60px;
}
body.single-staff .hero-textbox .catch span::before {
  right: 100%;
  margin-right: 5px;
}
body.single-staff .hero-textbox .catch span::after {
  left: 100%;
  margin-left: 5px;
}
body.single-staff .hero-textbox .sub {
  font-size: 16px;
  line-height: 24px;
  color: #F8F8F8;
  font-size: normal;
  text-align: center;
}
@media screen and (max-width: 767px) {
  body.single-staff .hero-textbox .sub {
    font-size: 16px;
    line-height: 24px;
  }
}
body.single-staff .heroTitle {
  max-width: 1920px;
  width: 100%;
  margin-bottom: 50px;
}
@media screen and (max-width: 991px) {
  body.single-staff .heroTitle {
    margin-bottom: 35px;
  }
}
body.single-staff .heroTitle-textbox {
  max-width: 1760px;
  margin-left: auto;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 991px) {
  body.single-staff .heroTitle-textbox {
    height: 80px;
  }
}
@media screen and (max-width: 575px) {
  body.single-staff .heroTitle-textbox {
    height: 70px;
  }
}
body.single-staff .heroTitle-textbox p {
  font-size: 240px;
  line-height: 240px;
  color: #dbdbdb;
  font-weight: 200;
  padding-left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0.27 !important;
}
@media screen and (max-width: 991px) {
  body.single-staff .heroTitle-textbox p {
    font-size: 70px;
    line-height: 70px;
  }
}
@media screen and (max-width: 991px) {
  body.single-staff .heroTitle-textbox p {
    padding-left: 1rem;
    opacity: 0.27 !important;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
  }
}
body.single-staff .heroTitle-textbox h1 {
  position: absolute;
  font-size: 60px;
  line-height: 50px;
  color: #0E1A3C;
  font-weight: 500;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 120px;
  z-index: 10;
}
@media screen and (max-width: 991px) {
  body.single-staff .heroTitle-textbox h1 {
    font-size: 26px;
    line-height: 40px;
  }
}
@media screen and (max-width: 991px) {
  body.single-staff .heroTitle-textbox h1 {
    top: 25px;
    left: 35px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
body.single-staff .heroTitle02 {
  max-width: 1860px;
  margin-left: auto;
  margin: 0 auto;
}
body.single-staff .heroTitle02 .heroTitle-textbox {
  max-width: 1860px;
}
body.single-staff .heroTitle02 .heroTitle-textbox .jost {
  max-width: 1800px;
  padding-left: 0;
}
body.single-staff .heroTitle02 .heroTitle-textbox .catch {
  left: 120px;
}
@media screen and (max-width: 1600px) {
  body.single-staff .heroTitle02 .heroTitle-textbox .catch {
    left: 35px;
  }
}
body.single-staff .contents-staff {
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  body.single-staff .contents-staff {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  body.single-staff .contents-staff .wrapper {
    padding: 0 1.5rem;
  }
}
body.single-staff .contents-staff::after {
  content: "";
  position: absolute;
  top: 280px;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background-color: #dddfe6;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  body.single-staff .contents-staff::after {
    top: 200px;
  }
}
body.single-staff .contents-staff .staff_profile {
  display: flex;
  justify-content: space-between;
  padding-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  body.single-staff .contents-staff .staff_profile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: center;
    padding-bottom: 4rem;
    gap: 1rem;
  }
}
body.single-staff .contents-staff .staff_profile_img {
  width: 40%;
}
@media screen and (max-width: 767px) {
  body.single-staff .contents-staff .staff_profile_img {
    width: auto;
    position: relative;
  }
}
body.single-staff .contents-staff .staff_profile_img .name-en {
  font-size: 2rem;
  font-family: "Jost", sans-serif;
  font-weight: 200;
  color: #fff;
  position: absolute;
  bottom: 10px;
  left: 10px;
}
body.single-staff .contents-staff .staff_profile_infobox {
  width: 55%;
}
@media screen and (max-width: 767px) {
  body.single-staff .contents-staff .staff_profile_infobox {
    width: 100%;
  }
}
body.single-staff .contents-staff .staff_profile_infobox .staff_profile_nameblock {
  padding: 6rem 0 7rem;
}
@media screen and (max-width: 767px) {
  body.single-staff .contents-staff .staff_profile_infobox .staff_profile_nameblock {
    padding: 0rem 0 1rem;
    text-align: right;
  }
}
body.single-staff .contents-staff .staff_profile_infobox .staff_profile_nameblock .name-en {
  font-size: 3rem;
  margin-bottom: 1.7rem;
  font-family: "Jost", sans-serif;
  font-weight: 200;
  color: #0E1A3C;
  position: relative;
}
@media screen and (max-width: 767px) {
  body.single-staff .contents-staff .staff_profile_infobox .staff_profile_nameblock .name-en {
    font-size: 2rem;
  }
}
body.single-staff .contents-staff .staff_profile_infobox .staff_profile_nameblock .staff_profile_name_main {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  body.single-staff .contents-staff .staff_profile_infobox .staff_profile_nameblock .staff_profile_name_main {
    justify-content: flex-end;
  }
}
body.single-staff .contents-staff .staff_profile_infobox .staff_profile_nameblock .staff_profile_name_main .yakushoku {
  font-size: 1.2rem;
  align-self: flex-end;
}
@media screen and (max-width: 767px) {
  body.single-staff .contents-staff .staff_profile_infobox .staff_profile_nameblock .staff_profile_name_main .yakushoku {
    font-size: 1.1rem;
  }
}
body.single-staff .contents-staff .staff_profile_infobox .staff_profile_nameblock .staff_profile_name_main .staff_profile_name {
  font-size: 1.5rem;
  font-weight: 500;
}
body.single-staff .contents-staff .staff_profile_infobox .staff_profile_textblock .staff_profile_subtitle {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 1.1rem;
  margin: 2.5rem 0 1rem;
}
body.single-staff .contents-staff .staff_profile_infobox .staff_profile_textblock .staff_profile_subtitle::after {
  content: "";
  flex: 1;
  height: 1px;
  background-color: #0E1A3C;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  body.single-staff .contents-staff .staff_profile_infobox .staff_profile_textblock .staff_profile_subtitle {
    margin: 2.2rem 0 0.8rem;
  }
  body.single-staff .contents-staff .staff_profile_infobox .staff_profile_textblock .staff_profile_subtitle::after {
    margin-left: 15px;
  }
}
body.single-staff .contents-staff .staff_profile_infobox .staff_profile_textblock p {
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  body.single-staff .contents-staff .staff_profile_infobox .staff_profile_textblock p {
    line-height: 1.7;
  }
}

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