.staff-wrap .mv {
  padding-bottom: 20.3rem;
}
.staff-wrap .mv .in {
  position: relative;
  max-width: 154rem;
  z-index: 1;
}
.staff-wrap .mv .in::after {
  position: absolute;
  top: 8rem;
  left: 0;
  content: "";
  display: block;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  height: 27rem;
  background: var(--color-green-bg);
  z-index: -1;
}
.staff-wrap .mv .in .flex-txt {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 66rem;
  padding: 8rem 6.1rem 8.3rem 8.5rem;
  background: var(--color-white);
  z-index: 1;
}
.staff-wrap .mv .in .flex-txt .ttl-h2-serif {
  font-size: 3.6rem;
}
.staff-wrap .mv .in::before {
  position: absolute;
  left: 2rem;
  bottom: -14.7rem;
  content: "";
  display: block;
  width: 24rem;
  height: 24rem;
  background: url(../img/staff/staff-mv-bg_left.png) center/contain no-repeat;
  z-index: -1;
}
.staff-wrap .mv .in .flex-img {
  position: relative;
  width: 105.8rem;
  aspect-ratio: 1/0.4726;
  min-height: 50rem;
  margin: 0 -3rem 0 auto;

  background: gray;
}
.staff-wrap #staff {
  padding-bottom: 0;
}
.staff-wrap #staff .flex::after {
  height: 71.1rem;
}

/* wrapper */
.staff-wrap .wrapper {
  padding: 4.7rem 0 6rem;
}
.staff-wrap .wrapper .in {
  position: relative;
  max-width: 96rem;
}
.staff-wrap .wrapper .in::before,
.staff-wrap .wrapper .in::after {
  position: absolute;
  content: "";
  display: block;
  z-index: -1;
}
.staff-wrap .wrapper .in::before {
  top: 22.6rem;
  left: -36.3rem;
  width: 68rem;
  height: 48rem;
  background: url(../img/staff/staff-bg-left.png) center/contain no-repeat;
}
.staff-wrap .wrapper .in::after {
  top: -5.6rem;
  right: -36.2rem;
  width: 75rem;
  height: 108.9rem;
  background: url(../img/staff/staff-bg-right.png) center/contain no-repeat;
}
.staff-wrap .wrapper .in .ttl-h2-serif {
  margin-bottom: 4.5rem;
  font-size: 3.6rem;
  text-align: center;
}
.staff-wrap .wrapper .in .img {
  position: relative;
  width: 72rem;
  height: 46.8rem;
  margin: 0 auto;
  overflow: hidden;
}
.staff-wrap .wrapper .in .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.staff-wrap .wrapper .in .img + .txt {
  margin-top: 16rem;
}
.staff-wrap .wrapper .in .ttl-h3 {
  margin-bottom: 3.5rem;
  font-size: 2.4rem;
  font-family: var(--font-serif);
  color: var(--color-green);
  letter-spacing: 0.1em;
  line-height: 1.3;
}
.staff-wrap .wrapper .in .txt + .ttl-h3 {
  margin-top: 8.2rem;
}
.staff-wrap .wrapper .in .wrap {
  margin: 16rem 0 12.3rem;
}
@media screen and (max-width: 767px) {
  .staff-wrap .mv {
    padding-top: 3.1rem;
    padding-bottom: 5.2rem;
  }
  .staff-wrap .mv .in {
    display: flex;
    flex-direction: column-reverse;
    padding-top: 2rem;
    background: var(--color-green-bg);
  }
  .staff-wrap .mv .in::before {
    width: 14.1rem;
    height: 14.1rem;
    bottom: -6.5rem;
    right: -5rem;
    left: auto;
  }
  .staff-wrap .mv .in::after {
    content: none;
  }
  .staff-wrap .mv .in .flex-txt {
    position: static;
    width: calc(100% + 4rem);
    margin: 0 -2rem;
    padding: 3rem 2rem 3.6rem;
  }
  .staff-wrap .mv .in .flex-img {
    width: calc(100% + 2rem);
    margin-right: -2rem;
    height: 30rem;
    min-height: auto;
  }
  .staff-wrap .mv .in .flex-txt .ttl-h2-serif {
    font-size: 2.6rem;
  }
  .staff-wrap .mv .in .flex-txt .txt {
    font-size: 1.5rem;
  }
  .staff-wrap #staff {
    padding: 0;
  }
  .staff-wrap #staff::after {
    content: none;
  }
  .staff-wrap #staff .df-ttl {
    position: relative;
    margin: 0;
    z-index: 1;
  }
  .staff-wrap #staff .flex {
    position: relative;
    gap: 6.6rem;
    padding: 10rem 0;
    margin-top: -4rem;
  }
  .staff-wrap #staff .flex::after {
    position: absolute;
    content: "";
    left: -2rem;
    top: 0;
    display: block;
    width: calc(100% + 4rem);
    height: 100%;
    background: var(--color-green-bg);
  }
  .staff-wrap #staff .flex .item {
    width: 31rem;
    margin: 0 auto;
  }
  .staff-wrap #staff .flex .item .img {
    height: 40rem;
    margin-bottom: 1.3rem;
  }
  .staff-wrap #staff .flex .item .img .name-en {
    font-size: 1.6rem;
    right: 2rem;
    bottom: 2rem;
  }
  .staff-wrap #staff .flex .item .name {
    font-size: 2.4rem;
  }
  .staff-wrap #staff .flex .item .name small {
    font-size: 1.4rem;
  }
  .staff-wrap .wrapper {
    padding: 9.1rem 0 0;
  }
  .staff-wrap .wrapper .in .ttl-h2-serif {
    margin-bottom: 3.1rem;
    font-size: 2.4rem;
  }
  .staff-wrap .wrapper .in .img {
    width: 100%;
    height: 22.8rem;
  }
  .staff-wrap .wrapper .in .wrap {
    margin: 4.7rem 0 11.14rem;
  }
  .staff-wrap .wrapper .in .txt + .ttl-h3 {
    margin-top: 5.3rem;
  }
  .staff-wrap .wrapper .in::before {
    top: 4.7rem;
    left: 0;
    width: 12.1rem;
    height: 37.1rem;
    background-image: url(../img/staff/staff-bg-left_sp.png);
  }
  .staff-wrap .wrapper .in::after {
    top: -7.2rem;
    right: 0;
    width: 11.1rem;
    height: 43.3rem;
    background-image: url(../img/staff/staff-bg-right_sp.png);
  }
}


/* --------------------------------------------------------------------
single
-------------------------------------------------------------------- */
.staff-single .mv {
  margin-top: -4.5rem;
}
.staff-single .mv .in {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.staff-single .mv .in .flex-img {
  position: relative;
}
.staff-single .mv .in .flex-img::after {
  position: absolute;
  left: 0;
  top: 8rem;
  content: "";
  display: block;
  width: 100vw;
  margin-left: calc(100% - 100vw + 6.5rem);
  height: 100%;
  background: var(--color-green-bg);
  z-index: -1;
}
.staff-single .mv .in .flex-img::before {
  position: absolute;
  bottom: -33.6rem;
  left: -15.5rem;
  content: "";
  width: 18rem;
  height: 18rem;
  background: url(../img/staff/single-staff-left.png) center/contain no-repeat;
  z-index: -1;
}
.staff-single .mv .in .flex-img .img {
  position: relative;
  overflow: hidden;
  width: 50rem;
  height: 64.5rem;
}
.staff-single .mv .in .flex-img .name-en {
  position: absolute;
  bottom: 3.2rem;
  right: 3.9rem;
  font-size: 2.5rem;
  font-family: var(--font-en);
  color: var(--color-white);
  opacity: 0.9;
  letter-spacing: 0.2em;
}
.staff-single .mv .in .flex-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.staff-single .mv .in .flex-txt {
  position: relative;
  margin-top: 8rem;
  width: 68rem;
}
.staff-single .mv .in .flex-txt::after {
  position: absolute;
  right: -15.8rem;
  top: -13.3rem;
  content: "";
  display: block;
  width: 44.5rem;
  height: 75.4rem;
  background: url(../img/staff/single-staff-right.png) center/contain no-repeat;
  z-index: -1;
}
.staff-single .mv .in .flex-txt .ttl-h2 {
  font-size: 4.6rem;
  font-weight: var(--medium);
  letter-spacing: 0.06em;
}
.staff-single .mv .in .flex-txt .ttl-h2 small {
  display: block;
  margin-bottom: 2.4rem;
  font-size: 2.2rem;
  font-weight: var(--regular);
}
.staff-single .mv .in .flex-txt .lead {
  margin-top: 6.7rem;
  font-family: var(--font-serif);
  font-size: 3.6rem;
  letter-spacing: 0.04em;
  line-height: 1.533;
}
.staff-single .mv .in .flex-txt .lead small {
  display: block;
  margin-bottom: 2rem;
  font-family: var(--font-sans);
  font-size: 2.2rem;
  letter-spacing: 0.06em;
}
.staff-single .wrapper {
  padding: 17.6rem 0 9.9rem;
}
.staff-single .wrapper .ttl-h3,
.staff-single .wrapper .txt {
  max-width: 96rem;
  margin: 0 auto;
  line-height: 1.8;
}
.staff-single .wrapper .ttl-h3 {
  margin-top: 7.3rem;
  font-size: 2.4rem;
  font-family: var(--font-serif);
  color: var(--color-green);
  letter-spacing: 0.1em;
}
.staff-single .wrapper .ttl-h3 + .txt {
  margin-top: 3.5rem;
}
.staff-single .wrapper .in *:first-child {
  margin-top: 0;
}
.staff-single .wrapper .imgs {
  display: flex;
  flex-wrap: wrap;
  gap: 5rem;
  align-items: center;
  justify-content: center;
  margin-top: 15rem;
}
.staff-single .wrapper .imgs .img {
  position: relative;
  width: calc(33.33% - (5rem * 2 / 3));
  height: 30rem;
  border-radius: 0.8rem;
  overflow: hidden;
}
.staff-single .wrapper .imgs .img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.staff-single #staff {
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .staff-single .mv {
    margin: 0;
    padding-top: 5rem;
  }
  .staff-single .mv .in {
    flex-direction: column;
    gap: 9rem;
  }
  .staff-single .mv .in .flex-img::before {
    bottom: auto;
    left: -2rem;
    top: -11rem;
    width: 11rem;
    height: 16rem;
    background-image: url(../img/staff/single-staff-left_sp.png);
  }
  .staff-single .mv .in .flex-txt::after {
    right: -2rem;
    top: -12.3rem;
    width: 9.1rem;
    height: 14.1rem;
    background-image: url(../img/staff/single-staff-right_sp.png);
  }
  .staff-single .mv .in .flex-img {
    width: 100%;
    z-index: 1;
  }
  .staff-single .mv .in .flex-img .img {
    width: 31rem;
    height: 40rem;
    margin: 0 auto;
  }
  .staff-single .mv .in .flex-img .name-en {
    font-size: 1.6rem;
    right: 2rem;
    bottom: 2rem;
  }
  .staff-single .mv .in .flex-img::after {
    width: calc(100% + 2rem);
    left: -2rem;
    top: 4rem;
    margin: 0;
  }
  .staff-single .mv .in .flex-txt {
    width: 100%;
    margin: 0;
  }
  .staff-single .mv .in .flex-txt .ttl-h2 {
    font-size: 4rem;
  }
  .staff-single .mv .in .flex-txt .ttl-h2 small {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
  .staff-single .mv .in .flex-txt .lead {
    margin-top: 5rem;
    line-height: 1.533;
    font-size: 3rem;
  }
  .staff-single .mv .in .flex-txt .lead small {
    font-size: 1.8rem;
    margin-bottom: 2.1rem;
  }
  .staff-single .wrapper {
    padding: 8rem 0 9.5rem;
  }
  .staff-single .wrapper .txt:first-of-type {
    position: relative;
  }
  .staff-single .wrapper .txt:first-of-type::after {
    position: absolute;
    left: -2rem;
    bottom: -3.3rem;
    content: "";
    width: 7.1rem;
    height: 14.1rem;
    background: url(../img/staff/single-staff-left2_sp.png) center/contain no-repeat;
    z-index: -1;
  }
  .staff-single .wrapper .ttl-h3 {
    margin-top: 5.3rem;
  }
  .staff-single .wrapper .imgs {
    margin-top: 8.8rem;
  }
  .staff-single .wrapper .imgs .img {
    width: 100%;
    height: 25rem;
  }
  .staff-single #staff {
    padding: 0;
  }
  .staff-single #staff::after {
    content: none;
  }
  .staff-single #staff .df-ttl {
    position: relative;
    margin: 0;
    z-index: 1;
  }
  .staff-single #staff .flex {
    position: relative;
    gap: 6.6rem;
    padding: 10rem 0 1rem;
    margin-top: -4rem;
  }
  .staff-single #staff .flex::after {
    position: absolute;
    content: "";
    left: -2rem;
    top: 0;
    display: block;
    width: calc(100% + 4rem);
    height: 100%;
    max-height: 141.3rem;
    background: var(--color-green-bg);
  }
  .staff-single #staff .flex .item {
    width: 31rem;
    margin: 0 auto;
  }
  .staff-single #staff .flex .item .img {
    height: 40rem;
    margin-bottom: 1.3rem;
  }
  .staff-single #staff .flex .item .img .name-en {
    font-size: 1.6rem;
    right: 2rem;
    bottom: 2rem;
  }
  .staff-single #staff .flex .item .name {
    font-size: 2.4rem;
  }
  .staff-single #staff .flex .item .name small {
    font-size: 1.4rem;
  }
}