@charset "UTF-8";
/* ========================= /
/  mixin
/* =========================*/
/* ========================= /
/  カラー
/* =========================*/
.staff-list {
  display: flex;
  flex-wrap: wrap;
  gap: 60px 30px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .staff-list {
    gap: 30px 30px;
  }
}
.staff-list__item {
  flex: 0 0 calc((100% - 60px) / 3);
}
.staff-list__item img {
  transition: 0.3s ease-out;
}
.staff-list__item .btn.--allow {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.staff-list__item .btn.--allow::before {
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.staff-list__item:hover img {
  opacity: 0.9;
  scale: 1.1;
}
.staff-list__item:hover .btn.--allow {
  color: #186FB1;
}
.staff-list__item:hover .btn.--allow::before {
  transform: scale(1, 1);
}
@media screen and (max-width: 768px) {
  .staff-list__item {
    flex: 0 0 100%;
  }
}
.staff-list__image {
  aspect-ratio: 1/1.18421053;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .staff-list__image {
    aspect-ratio: 1/0.75075;
  }
}
.staff-list__image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.staff-list__name-roman {
  margin-top: 15px;
  font-family: "Poppins", sans-serif;
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .staff-list__name-roman {
    font-size: 2rem;
  }
}
.staff-list__name {
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .staff-list__name {
    font-size: 1.7rem;
  }
}
.staff-list__position {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .staff-list__position {
    margin-top: 6px;
    font-size: 1.3rem;
  }
}

.single-staff {
  /* ========================= /
  /  INTERVIEW
  /* =========================*/
  /* スライド3枚が親に収まるように調整 */
  /* Swiper全体の右側には余白を追加してはみ出し演出 */
}
.single-staff .lower-mv {
  padding-bottom: 80px;
  position: relative;
  z-index: 12;
  background: #186FB1;
}
.single-staff__bg-txt {
  position: fixed;
  top: 42%;
  right: 80px;
  color: #fff;
  font-size: 14svh;
  rotate: 90deg;
  translate: 50%;
  z-index: -1;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .single-staff__bg-txt {
    display: none;
  }
}
.single-staff__header {
  height: 45vw;
  max-height: 700px;
  position: relative;
  width: calc(100vw - (100vw - 1240px) / 2); /* 右だけ突き抜ける */
  margin-left: auto;
  position: relative;
  z-index: 12;
}
@media screen and (max-width: 768px) {
  .single-staff__header {
    width: calc(100vw + 20px);
    height: 260px;
  }
}
.single-staff__header img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.single-staff .staff-head {
  padding: 0;
  background: #FDF7ED;
  overflow: hidden;
}
.single-staff .staff-head::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 12.5vw;
  max-height: 210px;
  background: #186FB1;
}
.single-staff .staff {
  position: relative;
  background: #FDF7ED;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .single-staff .staff {
    padding-bottom: 30px;
  }
}
.single-staff .staff-row {
  display: flex;
  justify-content: space-between;
  align-items: self-start;
}
@media screen and (max-width: 768px) {
  .single-staff .staff-row {
    display: block;
  }
}
.single-staff .staff-row.--1 {
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  .single-staff .staff-row.--1 {
    padding-top: 0;
  }
}
.single-staff .staff-row.--2 {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .single-staff .staff-row.--2 {
    margin-top: 40px;
  }
}
.single-staff .staff__name {
  font-size: 3.5rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .single-staff .staff__name {
    font-size: 1.7rem;
  }
}
.single-staff .staff__position {
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .single-staff .staff__position {
    font-size: 1.3rem;
  }
}
.single-staff .staff__name-roman {
  font-size: 4.2rem;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .single-staff .staff__name-roman {
    font-size: 2rem;
  }
}
.single-staff .staff__profile-image {
  position: sticky;
  top: 50px;
  margin-bottom: 50px;
  width: 40%;
  aspect-ratio: 1/1.4166667;
}
@media screen and (max-width: 768px) {
  .single-staff .staff__profile-image {
    top: 0;
    left: 20px;
    width: 64vw;
    margin-left: auto;
    margin-bottom: 70px;
    position: relative;
    aspect-ratio: 1/1.2478;
    z-index: 1;
  }
}
.single-staff .staff__profile-image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.single-staff .staff__profile-image::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 50%;
  width: 50vw;
  height: 600px;
  background: #EBFF00;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .single-staff .staff__profile-image::after {
    top: auto;
    bottom: -54px;
    left: -36vw;
    width: 60vw;
    height: 70vw;
  }
}
.single-staff .interview-list {
  position: relative;
  z-index: 12;
  flex: 1;
  padding-left: 6.7%;
}
@media screen and (max-width: 768px) {
  .single-staff .interview-list {
    padding-left: 0;
  }
}
.single-staff .interview-list__item {
  border-bottom: 1px solid #000000;
}
.single-staff .interview-list__item:first-child .interview-list__question {
  margin-top: 0px;
}
.single-staff .interview-list__item:last-child {
  border-bottom: none;
}
.single-staff .interview-list__question {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 70px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .single-staff .interview-list__question {
    gap: 14px;
    margin-top: 20px;
    font-size: 1.6rem;
  }
}
.single-staff .interview-list__question .q-text {
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  font-size: 7.2rem;
}
@media screen and (max-width: 768px) {
  .single-staff .interview-list__question .q-text {
    font-size: 3.2rem;
  }
}
.single-staff .interview-list__answer {
  margin-top: 12px;
  font-size: 3.5rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .single-staff .interview-list__answer {
    margin-top: 4px;
    font-size: 2rem;
  }
}
.single-staff .interview-list__description {
  padding-top: 40px;
  padding-bottom: 80px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .single-staff .interview-list__description {
    padding-top: 6px;
    padding-bottom: 34px;
  }
}
.single-staff .foot-staff {
  position: relative;
  z-index: 12;
  background: #186FB1;
  overflow: hidden;
  color: #fff;
}
.single-staff .foot-staff-list {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .single-staff .foot-staff-list {
    margin-top: 25px;
  }
}
.single-staff .foot-staff-list__item img {
  transition: 0.3s ease-out;
}
.single-staff .foot-staff-list__item .btn.--allow {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.single-staff .foot-staff-list__item .btn.--allow::before {
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.single-staff .foot-staff-list__item:hover img {
  opacity: 0.9;
  scale: 1.1;
}
.single-staff .foot-staff-list__item:hover .btn.--allow {
  color: #186FB1;
}
.single-staff .foot-staff-list__item:hover .btn.--allow::before {
  transform: scale(1, 1);
}
.single-staff .foot-staff-list__image {
  aspect-ratio: 1/1.18421053;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .single-staff .foot-staff-list__image {
    aspect-ratio: 1/0.75075;
  }
}
.single-staff .foot-staff-list__image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.single-staff .foot-staff-list__name-roman {
  margin-top: 15px;
  font-family: "Poppins", sans-serif;
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .single-staff .foot-staff-list__name-roman {
    font-size: 2rem;
  }
}
.single-staff .foot-staff-list__name {
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .single-staff .foot-staff-list__name {
    font-size: 1.7rem;
  }
}
.single-staff .foot-staff-list__position {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .single-staff .foot-staff-list__position {
    margin-top: 6px;
    font-size: 1.3rem;
  }
}
.single-staff .mySwiper {
  position: relative;
  width: 100vw;
}
.single-staff .mySwiper .swiper-slide {
  flex-shrink: 0;
  width: 24vw;
}
@media screen and (min-width: 1200px) {
  .single-staff .mySwiper .swiper-slide {
    width: calc((80vw - 48px) / 3); /* 3枚分の幅（間にspaceBetween 24px×2） */
  }
}
@media screen and (max-width: 768px) {
  .single-staff .mySwiper .swiper-slide {
    width: calc(100vw - 40px);
  }
}
.single-staff .mySwiper .swiper-wrapper {
  padding-right: 10vw;
}/*# sourceMappingURL=staff.css.map */