/* ------------------------------
    mixin
------------------------------ */
/* ----------------------------
	staff
------------------------------ */
#sec_staff {
  margin-bottom: 20rem;
}
@media screen and (max-width: 767px) {
  #sec_staff {
    margin-bottom: 10rem;
    margin-top: -5rem;
  }
}
#sec_staff .wrap {
  max-width: 140rem;
  width: 100%;
}
#sec_staff .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #f6f4f0;
}
@media screen and (max-width: 767px) {
  #sec_staff .box {
    display: block;
    padding: 4rem 0;
  }
}
#sec_staff .box .bg_wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#sec_staff .box .bg_wrap .bg {
  position: relative;
}
#sec_staff .box .bg_wrap .en {
  color: #e75e7e;
  font-size: 4.5rem;
  line-height: 1;
  letter-spacing: 0.1em;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  white-space: nowrap;
  position: absolute;
  left: 100%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  #sec_staff .box .bg_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #sec_staff .box .bg_wrap .bg {
    width: 60vw;
  }
  #sec_staff .box .bg_wrap .en {
    font-size: 2.4rem;
  }
  #sec_staff .box .bg_wrap .position {
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: #e75e7e;
    color: #fff;
    padding: 0.8em 2em;
    font-size: 1rem;
    line-height: 1.4;
    letter-spacing: 0.14em;
    border-radius: 100px;
    margin-bottom: 2em;
    white-space: nowrap;
  }
  #sec_staff .box .bg_wrap .name {
    margin: auto;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
    text-align: center;
  }
  #sec_staff .box .bg_wrap .name .big {
    font-size: 2.4rem;
    line-height: 1;
    letter-spacing: 0.14em;
  }
  #sec_staff .box .bg_wrap .name .small {
    color: #e75e7e;
    font-size: 1rem;
    line-height: 1;
    letter-spacing: 0.18em;
  }
  #sec_staff .box .bg_wrap .name .certification {
    display: inline-block;
    font-size: 1.3rem;
    line-height: 1.4;
    letter-spacing: 0.14em;
    margin-right: 1em;
  }
}
#sec_staff .box .detail_wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#sec_staff .box .detail_wrap .position {
  display: inline-block;
  background: #e75e7e;
  color: #fff;
  padding: 0.8em 2em;
  font-size: 1.2rem;
  line-height: 1.4;
  letter-spacing: 0.14em;
  border-radius: 100px;
  margin-bottom: 2em;
}
#sec_staff .box .detail_wrap .name .big {
  font-size: 2.4rem;
  line-height: 1.4;
  letter-spacing: 0.14em;
}
#sec_staff .box .detail_wrap .name .small {
  color: #e75e7e;
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: 0.18em;
  margin-left: 1em;
}
#sec_staff .box .detail_wrap .name .certification {
  display: inline-block;
  font-size: 1.3rem;
  line-height: 1.4;
  letter-spacing: 0.14em;
  margin-top: 1em;
}
#sec_staff .box .detail_wrap .txt {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.14em;
  margin: 1.5em 0;
}
#sec_staff .box .detail_wrap .img {
  margin-top: 4rem;
  width: 34rem;
}
@media screen and (max-width: 767px) {
  #sec_staff .box .detail_wrap .txt {
    text-align: center;
    margin: 4rem 0;
  }
  #sec_staff .box .detail_wrap .img {
    margin: 0 auto;
    width: 60vw;
  }
}
#sec_staff .box:nth-child(odd) {
  background: #fff;
}
#sec_staff .box:nth-child(odd) .bg_wrap {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
#sec_staff .box:nth-child(odd) .bg_wrap .en {
  left: auto;
  right: 100%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
@media screen and (max-width: 767px) {
  #sec_staff .box:nth-child(odd) .bg_wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
#sec_staff .box._blue .bg_wrap .en {
  color: #567393;
}
@media screen and (max-width: 767px) {
  #sec_staff .box._blue .bg_wrap .position {
    background: #567393;
  }
  #sec_staff .box._blue .bg_wrap .name .small {
    color: #567393;
  }
}
#sec_staff .box._blue .detail_wrap .position {
  background: #567393;
}
#sec_staff .box._blue .detail_wrap .name .small {
  color: #567393;
}
#sec_staff .box._orange .bg_wrap .en {
  color: #ee8d48;
}
@media screen and (max-width: 767px) {
  #sec_staff .box._orange .bg_wrap .position {
    background: #ee8d48;
  }
  #sec_staff .box._orange .bg_wrap .name .small {
    color: #ee8d48;
  }
}
#sec_staff .box._orange .detail_wrap .position {
  background: #ee8d48;
}
#sec_staff .box._orange .detail_wrap .name .small {
  color: #ee8d48;
}
#sec_staff .box._yellow .bg_wrap .en {
  color: #e5d628;
}
@media screen and (max-width: 767px) {
  #sec_staff .box._yellow .bg_wrap .position {
    background: #e5d628;
  }
  #sec_staff .box._yellow .bg_wrap .name .small {
    color: #e5d628;
  }
}
#sec_staff .box._yellow .detail_wrap .position {
  background: #e5d628;
}
#sec_staff .box._yellow .detail_wrap .name .small {
  color: #e5d628;
}
#sec_staff .box._green .bg_wrap .en {
  color: #96c765;
}
@media screen and (max-width: 767px) {
  #sec_staff .box._green .bg_wrap .position {
    background: #96c765;
  }
  #sec_staff .box._green .bg_wrap .name .small {
    color: #96c765;
  }
}
#sec_staff .box._green .detail_wrap .position {
  background: #96c765;
}
#sec_staff .box._green .detail_wrap .name .small {
  color: #96c765;
}
#sec_staff .box._sky .bg_wrap .en {
  color: #00b1bc;
}
@media screen and (max-width: 767px) {
  #sec_staff .box._sky .bg_wrap .position {
    background: #00b1bc;
  }
  #sec_staff .box._sky .bg_wrap .name .small {
    color: #00b1bc;
  }
}
#sec_staff .box._sky .detail_wrap .position {
  background: #00b1bc;
}
#sec_staff .box._sky .detail_wrap .name .small {
  color: #00b1bc;
}
#sec_staff .btn_wrap {
  margin-top: 14rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #sec_staff .btn_wrap {
    margin-top: 6rem;
  }
}
#sec_staff .btn_wrap .wrap {
  width: 90%;
}
#sec_staff .btn_wrap .txt {
  font-size: 2rem;
  line-height: 2;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 767px) {
  #sec_staff .btn_wrap .txt {
    font-size: 1.5rem;
  }
}
#sec_staff .btn_wrap .btn_arrow {
  max-width: 55rem;
  margin: 6rem auto 0;
}
#sec_staff .btn_wrap .btn_arrow a {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  #sec_staff .btn_wrap .btn_arrow {
    max-width: 60vw;
    margin-top: 3rem;
  }
  #sec_staff .btn_wrap .btn_arrow a {
    font-size: 1.6rem;
  }
}
#sec_staff .soon picture {
  display: block;
  margin: 0 auto;
  text-align: center;
  padding-top: 2rem;
}
@media screen and (max-width: 767px) {
  #sec_staff .soon picture {
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  #sec_staff .soon picture img {
    width: 88.8%;
  }
}
#sec_staff .staff_img {
  display: block;
  overflow: hidden;
  opacity: 0;
  aspect-ratio: 1.5063829787;
  -webkit-transition: opacity 600ms ease-in-out;
  transition: opacity 600ms ease-in-out;
}
@media screen and (max-width: 767px) {
  #sec_staff .staff_img {
    aspect-ratio: 0.6602112676;
    -webkit-transition-delay: 400ms;
            transition-delay: 400ms;
  }
}
#sec_staff .staff_img img {
  width: 100%;
  height: 120%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 800ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 800ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 800ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 800ms cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 800ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
#sec_staff .staff_img.is-show {
  opacity: 1;
}
#sec_staff .staff_name_big {
  position: absolute;
  left: -1rem;
  top: 50%;
  translate: 0 -50%;
  font-size: 7.4rem;
  line-height: 1;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  white-space: nowrap;
  letter-spacing: 0.04em;
  opacity: 0;
  -webkit-transition: opacity 400ms ease-in-out 600ms;
  transition: opacity 400ms ease-in-out 600ms;
}
@media screen and (max-width: 767px) {
  #sec_staff .staff_name_big {
    font-size: 6rem;
    top: 2.2rem;
    translate: 0;
    -webkit-transition-delay: 800ms;
            transition-delay: 800ms;
  }
}
#sec_staff .staff_name_big.is-show {
  opacity: 1;
}
#sec_staff .staff_item {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #sec_staff .staff_item {
    padding-top: 5rem;
  }
  #sec_staff .staff_item::after {
    content: "";
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    scale: 0;
  }
  #sec_staff .staff_item.is-show::after {
    -webkit-animation-name: zoomIn;
            animation-name: zoomIn;
    -webkit-animation-delay: 1000ms;
            animation-delay: 1000ms;
    -webkit-animation-duration: 600ms;
            animation-duration: 600ms;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
  }
}
@media screen and (max-width: 767px) {
  #sec_staff .staff_item + .staff_item {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 767px) {
  #sec_staff .staff_item_orange::after {
    background-image: url(../img/staff/illust_orange.svg);
    width: 10.8rem;
    height: 10.7rem;
    top: 0;
    right: -1.6rem;
  }
}
#sec_staff .staff_item_orange .staff_card::after {
  background-image: url(../img/staff/illust_orange.svg);
  width: 13.4rem;
  height: 13.2rem;
  top: -6rem;
  right: -3rem;
}
#sec_staff .staff_item_orange .staff_name_big,
#sec_staff .staff_item_orange .name-en {
  color: #ff9600;
}
#sec_staff .staff_item_orange .position {
  background-color: #ff9600;
}
@media screen and (max-width: 767px) {
  #sec_staff .staff_item_blue::after {
    background-image: url(../img/staff/illust_blue.svg);
    width: 10.3rem;
    height: 11.3rem;
    top: 0.6rem;
    right: 1.2rem;
  }
}
#sec_staff .staff_item_blue .staff_card::after {
  background-image: url(../img/staff/illust_blue.svg);
  width: 12.7rem;
  height: 14rem;
  top: -10rem;
  right: 2.4rem;
}
#sec_staff .staff_item_blue .staff_name_big,
#sec_staff .staff_item_blue .name-en {
  color: #008bdb;
}
#sec_staff .staff_item_blue .position {
  background-color: #008bdb;
}
#sec_staff .staff_card {
  position: absolute;
  background-color: #fff;
  right: 0;
  top: 50%;
  translate: 0 -50%;
  padding: 4.2rem 5rem 5rem;
  width: 43.8rem;
  opacity: 0;
  -webkit-transition: opacity 600ms ease-in-out 400ms;
  transition: opacity 600ms ease-in-out 400ms;
}
@media screen and (max-width: 767px) {
  #sec_staff .staff_card {
    width: 100%;
    position: relative;
    top: 0;
    translate: 0;
    padding: 4rem;
    -webkit-transition-delay: initial;
            transition-delay: initial;
  }
}
#sec_staff .staff_card::after {
  content: "";
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  scale: 0;
}
@media screen and (max-width: 767px) {
  #sec_staff .staff_card::after {
    content: none;
  }
}
#sec_staff .staff_card.is-show {
  opacity: 1;
}
#sec_staff .staff_card.is-show::after {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
  -webkit-animation-delay: 900ms;
          animation-delay: 900ms;
  -webkit-animation-duration: 600ms;
          animation-duration: 600ms;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
#sec_staff .staff_card .position {
  font-size: 1.2rem;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.14em;
  padding: 1.2rem 2.2rem;
  border-radius: 2rem;
  position: absolute;
  left: -2.2rem;
  top: -1.8rem;
}
@media screen and (max-width: 767px) {
  #sec_staff .staff_card .position {
    left: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  #sec_staff .staff_card .name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 1.8rem;
  }
}
#sec_staff .staff_card .name .name-en {
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #sec_staff .staff_card .name .name-en {
    font-size: 1rem;
  }
}
#sec_staff .staff_card .name .name-ja {
  font-size: 2.8rem;
  letter-spacing: 0.18em;
  margin-top: 2rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #sec_staff .staff_card .name .name-ja {
    font-size: 2.3rem;
    margin-top: 0;
  }
}
#sec_staff .staff_card .qualification {
  font-size: 1.3rem;
  letter-spacing: 0.14em;
  margin-top: 2rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #sec_staff .staff_card .qualification {
    font-size: 1.2rem;
  }
}
#sec_staff .staff_card .detail {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.04em;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  #sec_staff .staff_card .detail {
    font-size: 1.2rem;
    color: #717171;
    margin-top: 2.4rem;
  }
}

@-webkit-keyframes zoomIn {
  0% {
    scale: 0;
  }
  80% {
    scale: 1.1;
  }
  100% {
    scale: 1;
  }
}

@keyframes zoomIn {
  0% {
    scale: 0;
  }
  80% {
    scale: 1.1;
  }
  100% {
    scale: 1;
  }
}