.bold {
  font-weight: bold;
}

.ani-wrap {
  position: relative;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .ani-wrap {
    width: 330px;
    height: 400px;
    left: -30%;
  }
}
.ani-wrap .ani-img {
  bottom: 0px;
  left: 0px;
  max-width: none;
  z-index: 0;
}
@media print, screen and (min-width: 768px) {
  .ani-wrap .ani-img {
    position: absolute;
  }
}
@media only screen and (max-width: 767px) {
  .ani-wrap .ani-img {
    width: 100%;
  }
}

.box-area:hover {
  opacity: 1;
}
.box-area:hover .ani-img {
  z-index: 10;
}
@media print, screen and (min-width: 768px) {
  .box-area:hover .ani-img {
    animation: start 1s steps(3) infinite;
  }
}

@media only screen and (max-width: 767px) {
  .contents-1 ul {
    flex-wrap: wrap;
  }
}
@media print, screen and (min-width: 768px) {
  .contents-1 li {
    width: 19%;
  }
}
@media only screen and (max-width: 767px) {
  .contents-1 li {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    margin-bottom: 30px;
    flex-wrap: wrap;
    padding: 0 10%;
    box-sizing: border-box;
  }
}
@media print, screen and (min-width: 768px) {
  .contents-1 li:nth-of-type(2) .photo-wrap, .contents-1 li:nth-of-type(6) .photo-wrap {
    margin-top: -20px;
  }
}
@media only screen and (max-width: 767px) {
  .contents-1 li:nth-of-type(4), .contents-1 li:nth-of-type(5) {
    width: 60%;
  }
}
@media print, screen and (min-width: 768px) {
  .contents-1 li:nth-of-type(3) .photo-wrap, .contents-1 li:nth-of-type(5) .photo-wrap {
    margin-top: -30px;
  }
}
@media print, screen and (min-width: 768px) {
  .contents-1 li:nth-of-type(4) .photo-wrap {
    margin-top: -40px;
  }
}
.contents-1 li .btn {
  position: relative;
  display: block;
  background-color: #EEE;
  border-radius: 30px;
  text-align: center;
  padding: 4px 0;
}
@media print, screen and (min-width: 768px) {
  .contents-1 li .btn {
    margin: auto;
    width: 9em;
  }
}
@media only screen and (max-width: 767px) {
  .contents-1 li .btn {
    width: 5.5em;
    margin: auto;
  }
}
.contents-1 li .btn:after {
  position: absolute;
  font-family: FontAwesome;
  content: "\f105";
  margin-left: 20px;
  margin-right: 5px;
}
@media only screen and (max-width: 767px) {
  .contents-1 li .btn:after {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .contents-1 .flex-order-3-sp {
    padding: 0 8%;
  }
}

@media only screen and (max-width: 767px) {
  .page_staff .name-wrap {
    padding-left: 47px;
  }
}
.page_staff .mfp-bg {
  background-color: transparent;
}
.page_staff .mfp-content {
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .page_staff .mfp-content {
    top: 5%;
  }
}
.page_staff .popup-block {
  position: relative;
  background-color: #FFF;
  border: 1px solid #DAD5D6;
  padding: 50px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .page_staff .popup-block {
    padding: 20px 10px;
    margin-top: 90px;
    margin-bottom: 30px;
  }
}
.page_staff .popup-block .ani-wrap {
  left: auto;
}
@media print, screen and (min-width: 768px) {
  .page_staff .popup-block .ani-wrap {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .page_staff .popup-block .ani-wrap {
    width: 50%;
    height: 60vw;
    right: -30%;
    margin-top: -50%;
  }
}
@media only screen and (max-width: 767px) {
  .page_staff .popup-block .photo-wrap {
    width: 150vw;
  }
}
.page_staff .popup-block .ani-img {
  animation: start 1s steps(3) infinite;
}
@media only screen and (max-width: 767px) {
  .page_staff .popup-block .ani-img {
    position: absolute;
    width: 150vw;
    animation: start-sp 1s steps(3) infinite;
  }
}

@keyframes start {
  0% {
    left: 0;
  }
  100% {
    left: -990px;
  }
}
@keyframes start-sp {
  0% {
    left: 0;
  }
  100% {
    left: -150vw;
  }
}
@media print, screen and (min-width: 768px) {
  .text-wrap {
    width: 450px;
  }
}

.contents-2 {
  position: relative;
}
.contents-2 .catch {
  position: absolute;
  left: 0;
  right: 0;
  top: 130px;
}
@media only screen and (max-width: 767px) {
  .contents-2 .catch {
    top: 5%;
  }
}
@media only screen and (max-width: 767px) {
  .contents-2 .photo-wrap {
    width: 110%;
    max-width: none;
    margin-left: -5%;
  }
}

/*# sourceMappingURL=page_staff.css.map */
