@charset "UTF-8";
.team-list-wrap .col {
  width: 33.3333333333%;
}
@media (max-width: 1024px) {
  .team-list-wrap .col {
    width: 50%;
  }
}
@media (max-width: 599px) {
  .team-list-wrap .col {
    width: 100%;
  }
}
.team-list-wrap .col .team-list-box .img-box {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  margin-bottom: 1.25em;
}
.team-list-wrap .col .team-list-box .img-box figure {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  background: #FFF;
  border-radius: 12px;
  overflow: hidden;
}
.team-list-wrap .col .team-list-box .img-box figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.team-list-wrap .col .team-list-box .info-box {
  position: relative;
}
.team-list-wrap .col .team-list-box .info-box::after {
  content: "×CLOSE";
  font-family: "Roboto", sans-serif;
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: opacity 0.3s;
  line-height: 1;
}
.team-list-wrap .col .team-list-box .info-box p.name {
  font-size: 1.125em;
}
.team-list-wrap .col .team-list-box .info-box p.name small.en {
  font-size: 0.888888em;
  margin-left: 1em;
}
.team-list-wrap .col .team-list-box .info-box p.spec {
  font-size: 0.75em;
}
.team-list-wrap .col .team-list-box .description-box {
  display: none;
}
.team-list-wrap .col .team-list-box .description-box p {
  margin-top: 1em;
  font-size: 0.8em;
  line-height: 1.8;
}
.team-list-wrap .col .open.team-list-box .info-box::after {
  opacity: 1;
  transition: opacity 0.3s;
}/*# sourceMappingURL=member.css.map */