.member_area01 {
  z-index: 2;
  padding: 110px 0 10px;
}
@media screen and (max-width: 768px) {
  .member_area01 {
    padding: 4.5rem 5vw;
  }
}

@media screen and (min-width: 769px) {
  .inner.w1000 {
    width: 1000px;
    min-width: 1000px;
  }
}

.member_area01 {
  padding: 110px 5%;
}
@media screen and (max-width: 768px) {
  .member_area01 {
    padding: 4.5rem 5vw;
  }
}

@media screen and (min-width: 769px) {
  ul.member_class01 {
    max-width: 1000px;
    margin: auto;
  }
}
ul.member_class01 > li {
  display: inline-block;
}
@media screen and (min-width: 769px) {
  ul.member_class01 > li {
    width: 30%;
    margin: 0 5% 70px 0;
  }
  ul.member_class01 > li:nth-child(3n) {
    margin-right: 0;
  }
  ul.member_class01 > li:nth-last-child(-n+3) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  ul.member_class01 > li {
    width: calc((99.99% - 3rem) / 2);
    margin: 0 3rem 3rem 0;
  }
  ul.member_class01 > li:nth-child(2n) {
    margin-right: 0;
  }
  ul.member_class01 > li:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
}
ul.member_class01 > li a {
  display: block;
}
ul.member_class01 > li .job {
  margin: 1em 0 0.5em;
}
@media screen and (max-width: 768px) {
  ul.member_class01 > li .job {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  ul.member_class01 > li .name {
    font-size: 1.6rem;
    font-weight: normal;
  }
}
ul.member_class01 > li .career {
  margin: 0.5em 0 1em;
}
ul.member_class01 > li .img {
  position: relative;
  border-radius: 1.5rem;
  overflow: hidden;
  background: url(../img/member/member03.png) center center/cover no-repeat;
}
ul.member_class01 > li .img:before {
  content: "";
  display: block;
  padding-top: 63.33%;
}
ul.member_class01 > li .img > * {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
ul.member_class01 > li .img img {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  max-width: 100%;
}
ul.member_class01 > li .modal {
  display: none;
  height: 100vh;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
ul.member_class01 > li .modal .modal__bg {
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
}
ul.member_class01 > li .modal .modal__content {
  border-radius: 1em;
  background: #fff;
  left: 50%;
  padding: 3em;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -52%);
  width: 60%;
  z-index: 1000;
  max-width: 300px;
  box-sizing: content-box;
  max-height: calc(70vh - 6em);
  overflow: auto;
}
ul.member_class01 > li .modal .modal__content .js-modal-close {
  margin-top: 1em;
  text-align: center;
}

.member_area10 ul > li {
  width: 49.99%;
  color: #fff;
  text-align: center;
  line-height: 100%;
}
@media screen and (min-width: 769px) {
  .member_area10 ul > li {
    height: 300px;
    font-size: 36px;
  }
}
@media screen and (max-width: 768px) {
  .member_area10 ul > li {
    font-size: 2.6rem;
  }
  .member_area10 ul > li:before {
    content: "";
    display: block;
    padding-top: 60%;
  }
  .member_area10 ul > li .mb15 {
    margin-bottom: 0.25em;
  }
}
.member_area10 ul > li > a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
}
.member_area10 ul > li > a .icon {
  width: 3.6rem;
  height: auto;
}
.member_area10 ul > li:nth-child(1) > a {
  background: url(../img/member/member01.jpg) center center/cover no-repeat;
}
.member_area10 ul > li:nth-child(2) > a {
  background: url(../img/member/member02.jpg) center center/cover no-repeat;
}
@media screen and (max-width: 768px) {
  .member_area10 ul > li {
    width: 100%;
    display: block;
    margin: 0;
  }
}

.close_outside {
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: calc(16vh - 3em);
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
  z-index: 9999;
}
@media screen and (max-width: 769px) and (orientation: landscape) {
  .close_outside {
    bottom: 10px;
  }
}
.close_outside::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  display: block;
  width: 30px;
  height: 3px;
  background: #f03748;
  transform: rotate(45deg);
}
.close_outside::after {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  display: block;
  width: 30px;
  height: 3px;
  background: #f03748;
  transform: rotate(-45deg);
}
/*# sourceMappingURL=member.css.map */