@keyframes loop_slide_right {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
body.is-fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}

#staff .ly_aboutus_nav {
  margin-top: 160px;
}
@media screen and (max-width: 744px) {
  #staff .ly_aboutus_nav {
    margin-top: 80px;
    margin-top: 21.3333333333vw;
  }
}

.un_staffWrap:not(:last-child) {
  margin-bottom: 160px;
}
@media screen and (max-width: 744px) {
  .un_staffWrap:not(:last-child) {
    margin-bottom: 80px;
    margin-bottom: 21.3333333333vw;
  }
}

.un_staff_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.un_staff_listItem {
  width: 296px;
  transition: 0.4s ease;
}
@media screen and (max-width: 744px) {
  .un_staff_listItem {
    width: 41.6vw;
  }
}
.un_staff_listItem:nth-child(n+3) {
  margin-top: 40px;
}
@media screen and (max-width: 744px) {
  .un_staff_listItem:nth-child(n+3) {
    margin-top: 40px;
    margin-top: 10.6666666667vw;
  }
}
.un_staff_listItem a:hover {
  opacity: 1;
}
.un_staff_listItem figure {
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (max-width: 744px) {
  .un_staff_listItem figure {
    border-radius: 4px;
  }
}
.un_staff_listItem figure.__imgDefault {
  display: block !important;
}
.un_staff_listItem figure.__imgHover {
  display: none !important;
}
.un_staff_listItem:hover figure.__imgDefault {
  display: none !important;
}
.un_staff_listItem:hover figure.__imgHover {
  display: block !important;
}
.un_staff_listItem p {
  margin-top: 16px;
  font-weight: 400;
}
@media screen and (max-width: 744px) {
  .un_staff_listItem p {
    margin-top: 16px;
    margin-top: 4.2666666667vw;
  }
}
.un_staff_listItem p.__prof {
  font-size: 1.2rem;
  font-weight: 300;
  color: #75787a;
}
@media screen and (max-width: 744px) {
  .un_staff_listItem p.__prof {
    font-size: 12px;
    font-size: 3.2vw;
  }
}

.un_staff_modalWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  left: 0;
  top: -21px;
  width: 100%;
  height: calc(100vh + 21px);
  background: rgba(30, 28, 28, 0.5);
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
@media screen and (max-width: 744px) {
  .un_staff_modalWrap {
    top: 0;
    height: 100dvh;
  }
}
.un_staff_modalWrap.is-active {
  opacity: 1;
  visibility: visible;
}

.un_staff_modalInner {
  position: relative;
  width: 800px;
  height: 640px;
  padding: 0 80px;
  background: #fff;
  border-radius: 8px;
  overflow-y: hidden;
}
@media screen and (max-width: 744px) {
  .un_staff_modalInner {
    width: 89.33333vw;
    height: 70dvh;
    padding-left: 24px;
    padding-left: 6.4vw;
    padding-right: 24px;
    padding-right: 6.4vw;
  }
}
.un_staff_modalInner .__scrollarea {
  height: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding: 80px 0;
}
@media screen and (max-width: 744px) {
  .un_staff_modalInner .__scrollarea {
    padding-top: 65px;
    padding-top: 17.3333333333vw;
    padding-bottom: 40px;
    padding-bottom: 10.6666666667vw;
  }
}
.un_staff_modalInner .__ttl {
  font-size: 2.4rem;
  font-weight: 400;
  margin-bottom: 24px;
}
@media screen and (max-width: 744px) {
  .un_staff_modalInner .__ttl {
    font-size: 20px;
    font-size: 5.3333333333vw;
    margin-bottom: 32px;
    margin-bottom: 8.5333333333vw;
  }
}
.un_staff_modalInner .__profile {
  margin-bottom: 40px;
}
@media screen and (max-width: 744px) {
  .un_staff_modalInner .__profile {
    margin-bottom: 32px;
    margin-bottom: 8.5333333333vw;
  }
}
.un_staff_modalInner .__profile p:not(:last-child) {
  margin-bottom: 8px;
}
@media screen and (max-width: 744px) {
  .un_staff_modalInner .__profile p:not(:last-child) {
    margin-bottom: 0;
  }
}
.un_staff_modalInner .__img {
  margin-bottom: 40px;
}
@media screen and (max-width: 744px) {
  .un_staff_modalInner .__img {
    margin-bottom: 32px;
    margin-bottom: 8.5333333333vw;
  }
}
.un_staff_modalInner .__img img {
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (max-width: 744px) {
  .un_staff_modalInner .__img img {
    border-radius: 6px;
  }
}
.un_staff_modalInner .__close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 40px;
}
@media screen and (max-width: 744px) {
  .un_staff_modalInner .__close {
    margin-top: 40px;
    margin-top: 10.6666666667vw;
  }
}
.un_staff_modalInner button {
  background: none;
  border: none;
  transition: 0.4s ease;
}
.un_staff_modalInner button:hover {
  cursor: pointer;
  opacity: 0.7;
}
.un_staff_modalInner button.closeBtn_02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 32px;
  right: 32px;
  font-size: 3rem;
  color: #75787a;
  line-height: 1;
}
@media screen and (max-width: 744px) {
  .un_staff_modalInner button.closeBtn_02 {
    top: 20px;
    top: 5.3333333333vw;
    right: 20px;
    right: 5.3333333333vw;
  }
}