.c-page-hd::before {
  background-image: url(../images/staff/txt_hd.png);
}

@media (width <= 768px) {
  .c-page-hd::before {
    animation: hd-sp calc(5 * 5s) linear infinite;
  }
}
@media (769px <= width) {
  .c-page-hd::before {
    animation: hd-pc calc(5 * 5s) linear infinite;
  }
}
@keyframes hd-sp {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: -140px;
  }
}
@keyframes hd-pc {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: -307px;
  }
}
/* =========================================================
staff
========================================================= */
/*------------------------------------------
list
------------------------------------------*/
@media (width <= 768px) {
  .staff-list {
    padding-top: 30px;
  }
}
@media (769px <= width) {
  .staff-list {
    padding-top: 65px;
  }
}
.staff-list .c-nav01 {
  margin: 0 auto;
}

.staff-list .c-nav01__list {
  display: flex;
  justify-content: center;
  gap: clamp(1px, 2.13vw, 23px);
}

.staff-list .c-nav01__item {
  flex: 1;
  max-width: 348px;
}

@media (width <= 768px) {
  .staff-list .c-nav01 + * {
    margin: 35px auto 0;
  }
}
@media (769px <= width) {
  .staff-list .c-nav01 + * {
    margin: 55px auto 0;
  }
}
@media (width <= 768px) {
  .staff-list__block + .staff-list__block {
    margin: 35px auto 0;
  }
}
@media (769px <= width) {
  .staff-list__block + .staff-list__block {
    margin: 80px auto 0;
  }
}
.staff-list__head {
  border-bottom: 2px solid #EDEDED;
  font-weight: 500;
  line-height: 1.4;
}

@media (width <= 768px) {
  .staff-list__head {
    padding: 0 0 10px;
    font-size: 15px;
  }
}
@media (769px <= width) {
  .staff-list__head {
    padding: 0 0 15px;
    font-size: 20px;
  }
}
@media (width <= 768px) {
  .staff-list__head + * {
    margin: 20px auto 0;
  }
}
@media (769px <= width) {
  .staff-list__head + * {
    margin: 25px auto 0;
  }
}
@media (width <= 768px) {
  .staff-list .c-pager {
    margin: 30px auto 0;
  }
}
@media (769px <= width) {
  .staff-list .c-pager {
    margin: 60px auto 0;
  }
}
/* =========================================================
staff detail
========================================================= */
/*------------------------------------------
detail
------------------------------------------*/
.staff-detail {
  position: relative;
  z-index: 1;
}

@media (width <= 768px) {
  .staff-detail {
    padding-top: 20px;
    padding-bottom: 40px;
  }
}
@media (769px <= width) {
  .staff-detail {
    padding-bottom: 80px;
  }
}
@media (769px <= width <= 1024px) {
  .staff-detail {
    padding-top: 60px;
  }
}
@media (1025px <= width) {
  .staff-detail {
    margin: -115px auto 0;
  }
}
@media (1025px <= width) {
  .staff-detail__wrap {
    display: grid;
    grid-template-columns: 37.5% 1fr;
    grid-template-rows: repeat(2, max-content) 1fr;
    gap: 50px 6.25%;
    grid-template-areas: "head head" "list message" "button button";
  }
}
@media (1025px <= width) {
  .staff-detail__head {
    grid-area: head;
    display: flex;
    align-items: flex-end;
    flex-direction: row-reverse;
    width: 100%;
    padding: 0 0 50px;
  }
}
.staff-detail__head .img {
  aspect-ratio: 792/500;
}

@media (1025px <= width) {
  .staff-detail__head .img {
    flex: 1;
  }
}
.staff-detail__head .img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

@media (width <= 768px) {
  .staff-detail__head .box {
    margin: 10px auto 0;
  }
}
@media (769px <= width) {
  .staff-detail__head .box {
    margin: 30px auto 0;
  }
}
@media (1025px <= width) {
  .staff-detail__head .box {
    width: 400px;
    padding: 0 1em 0 0;
    grid-area: head;
  }
}
@media (width <= 768px) {
  .staff-detail__head .box > * + * {
    margin: 5px auto 0;
  }
}
@media (769px <= width) {
  .staff-detail__head .box > * + * {
    margin: 10px auto 0;
  }
}
.staff-detail__head .list {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.staff-detail__head .tag {
  padding: 3px 15px;
  border: 1px solid #2187FF;
  border-radius: 30px;
  color: #2187FF;
  line-height: 1.4;
}

@media (width <= 768px) {
  .staff-detail__head .tag {
    font-size: 12px;
  }
}
@media (769px <= width) {
  .staff-detail__head .tag {
    font-size: 14px;
  }
}
.staff-detail__head .name {
  display: flex;
  gap: 5px 10px;
  flex-wrap: wrap;
}

@media (769px <= width) {
  .staff-detail__head .name > * {
    width: 100%;
  }
}
.staff-detail__head .txt01 {
  line-height: 1.4;
  letter-spacing: 0.08em;
}

@media (width <= 768px) {
  .staff-detail__head .txt01 {
    font-size: 13px;
  }
}
@media (769px <= width) {
  .staff-detail__head .txt01 {
    font-size: 15px;
  }
}
.staff-detail__head .ja {
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.08em;
}

@media (width <= 768px) {
  .staff-detail__head .ja {
    font-size: 18px;
  }
}
@media (769px <= width) {
  .staff-detail__head .ja {
    font-size: 30px;
  }
}
.staff-detail__head .en {
  font-family: "Lato", sans-serif;
  line-height: 1.4;
  color: #A2A2A2;
}

@media (width <= 768px) {
  .staff-detail__head .en {
    font-size: 14px;
  }
}
@media (769px <= width) {
  .staff-detail__head .en {
    font-size: 20px;
  }
}
@media (width <= 768px) {
  .staff-detail__list01 {
    margin: 5px auto 0;
  }
}
@media (769px <= width <= 1024px) {
  .staff-detail__list01 {
    margin: 40px auto 0;
  }
}
@media (1025px <= width) {
  .staff-detail__list01 {
    grid-area: list;
  }
}
.staff-detail__list01 .bundle {
  display: flex;
  gap: 1em;
  border-bottom: 1px solid #EDEDED;
  line-height: 1.4;
}

@media (width <= 768px) {
  .staff-detail__list01 .bundle {
    padding: 15px 0;
    font-size: 13px;
    line-height: 1.53;
  }
}
@media (769px <= width) {
  .staff-detail__list01 .bundle {
    padding: 20px 0;
    font-size: 16px;
    line-height: 1.75;
  }
}
.staff-detail__list01 dt {
  color: #797979;
  font-weight: 400;
}

@media (width <= 768px) {
  .staff-detail__list01 dt {
    width: 105px;
  }
}
@media (769px <= width) {
  .staff-detail__list01 dt {
    width: 145px;
  }
}
.staff-detail__list01 dd {
  flex: 1;
}

.staff-detail__msg {
  background: url(../images/common/bg01.avif) no-repeat center/cover;
  position: relative;
}

@media (width <= 768px) {
  .staff-detail__msg {
    width: 100vw;
    margin: 63px 0 0 -11.11vw;
    padding: 45px 11.11% 30px;
  }
}
@media (769px <= width) {
  .staff-detail__msg {
    padding: 50px;
  }
}
@media (769px <= width <= 1024px) {
  .staff-detail__msg {
    margin: 60px auto 0;
  }
}
@media (1025px <= width) {
  .staff-detail__msg {
    grid-area: message;
    height: -moz-max-content;
    height: max-content;
  }
}
.staff-detail__msg .head {
  display: flex;
  align-items: baseline;
  gap: 15px;
  position: absolute;
  top: 0;
  transform: translateY(-50%);
}

.staff-detail__msg .head .en {
  font-family: "Lato", sans-serif;
  font-weight: 500;
  line-height: 1;
}

@media (width <= 768px) {
  .staff-detail__msg .head .en {
    font-size: 22px;
  }
}
@media (769px <= width) {
  .staff-detail__msg .head .en {
    font-size: 34px;
  }
}
.staff-detail__msg .head .ja {
  letter-spacing: 0.12em;
  line-height: 1;
}

@media (width <= 768px) {
  .staff-detail__msg .head .ja {
    font-size: clamp(1px, 2.93vw, 11px);
  }
}
@media (769px <= width) {
  .staff-detail__msg .head .ja {
    font-size: 15px;
  }
}
@media (width <= 768px) {
  .staff-detail__msg .txt01 {
    font-size: 13px;
    line-height: 1.84;
  }
}
@media (769px <= width) {
  .staff-detail__msg .txt01 {
    font-size: 15px;
    line-height: 2;
  }
}
@media (width <= 768px) {
  .staff-detail .c-btn01 {
    width: 209px;
    margin: 30px auto 0;
  }
}
@media (769px <= width) {
  .staff-detail .c-btn01 {
    width: 275px;
  }
}
@media (769px <= width <= 1024px) {
  .staff-detail .c-btn01 {
    margin: 40px auto 0;
  }
}
@media (1025px <= width) {
  .staff-detail .c-btn01 {
    grid-area: button;
    justify-self: center;
  }
}
.staff-detail__video {
  aspect-ratio: 16/9;
}

@media (width <= 768px) {
  .staff-detail__video {
    width: calc(100% + 11.1vw);
    margin: 40px 0 0 -5.55vw;
  }
}
@media (769px <= width) {
  .staff-detail__video {
    margin: 80px auto 0;
  }
}
.staff-detail__video iframe {
  width: 100%;
  height: 100%;
}

@media (width <= 768px) {
  .staff-detail__img {
    margin: 40px auto 0;
  }
}
@media (769px <= width) {
  .staff-detail__img {
    margin: 80px auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px clamp(1px, 1.75vw, 24px);
  }
}
@media (769px <= width) {
  .staff-detail__img .img {
    width: calc((100% - (clamp(1px, 1.75vw, 24px) * 2)) / 3);
  }
}
@media (width <= 768px) {
  .staff-detail__img .img + .img {
    margin: 20px auto 0;
  }
}
.staff-detail__img img {
  width: 100%;
}

/*------------------------------------------
charge
------------------------------------------*/
.staff-charge {
  background: url(../images/common/bg01.avif) no-repeat center/cover;
  position: relative;
}

@media (width <= 768px) {
  .staff-charge {
    padding-top: 35px;
    padding-bottom: 30px;
  }
}
@media (769px <= width) {
  .staff-charge {
    padding-top: 75px;
    padding-bottom: 60px;
  }
}
.staff-charge__deco {
  aspect-ratio: 257/140;
  background: url(../images/staff/deco01.png) no-repeat center/contain;
  position: absolute;
}

@media (width <= 768px) {
  .staff-charge__deco {
    width: 119px;
    top: -27px;
    right: 0;
  }
}
@media (769px <= width) {
  .staff-charge__deco {
    width: 257px;
    top: -37px;
    right: 67px;
  }
}
.staff-charge__ttl {
  letter-spacing: 0.08em;
  line-height: 1.4;
  font-weight: 500;
}

@media (width <= 768px) {
  .staff-charge__ttl {
    font-size: 15px;
    text-align: center;
  }
}
@media (769px <= width) {
  .staff-charge__ttl {
    font-size: 22px;
  }
}
.staff-charge__list {
  overflow: visible;
  position: relative;
}

@media (width <= 768px) {
  .staff-charge__list {
    width: 78.4vw;
    margin: 30px auto 0;
  }
}
@media (769px <= width) {
  .staff-charge__list {
    margin: 50px 0 0;
  }
}
@media (769px <= width) {
  .staff-charge__list .swiper-wrapper {
    display: grid;
    gap: clamp(1px, 2.63vw, 36px);
  }
}
@media (769px <= width <= 1024px) {
  .staff-charge__list .swiper-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (1025px <= width) {
  .staff-charge__list .swiper-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (769px <= width) {
  .staff-charge__list .c-slider-control {
    display: none;
  }
}
.staff-charge__list .c-slider-control .swiper-button-prev {
  left: -32px;
}

.staff-charge__list .c-slider-control .swiper-button-next {
  right: -32px;
}

.staff-charge__list:not(.swiper-initialized) .swiper-wrapper {
  width: 100% !important;
  transform: none !important;
}

.staff-charge__list:not(.swiper-initialized) .c-card05 {
  width: auto !important;
  margin: 0 !important;
}

/*------------------------------------------
return
------------------------------------------*/
@media (width <= 768px) {
  .staff-return {
    width: 209px;
    margin: 30px auto 0;
  }
}
@media (769px <= width) {
  .staff-return {
    width: 275px;
    margin: 6% auto 0;
  }
}