@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Open+Sans");
@import url("https://fonts.googleapis.com/css?family=Crimson+Text");
.member-text {
  line-height: 1.8;
}
.member-text p {
  margin-bottom: 20px;
}
.member-text p:last-child {
  margin-bottom: 0;
}

@-webkit-keyframes loading {
  0% {
    left: -30px;
  }
  70% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}
@-moz-keyframes loading {
  0% {
    left: -30px;
  }
  70% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}
@-o-keyframes loading {
  0% {
    left: -30px;
  }
  70% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}
@keyframes loading {
  0% {
    left: -30px;
  }
  70% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}
.about {
  width: 100%;
  max-width: 660px;
  margin: 0 auto 8%;
  overflow: hidden;
}
.about:last-child {
  margin-bottom: 0;
}
.about .sub-heading {
  margin-bottom: 1rem;
}
.about .text {
  margin: 0;
  width: calc(100% - 260px);
}

.wrap-heading {
  width: 260px;
  text-align: left;
}

.awards {
  margin: 30px 10px;
}

.awardstime-line {
  top: 0px;
  left: 0px;
  position: absolute;
  width: 1px;
  height: 100%;
  background: #868686;
}

.year {
  color: #000;
  margin-bottom: 15px;
}

.year:before {
  margin: 0 10px 0 -10px;
  content: '';
  width: 10px;
  height: 1px;
  background: #000;
  display: inline-block;
  vertical-align: middle;
}

.awards-text {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 50px);
}

.awards-logo {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.photo-block {
  position: relative;
  margin: auto;
  width: 60%;
  padding-bottom: 46%;
  z-index: 0;
}

.mask-photo {
  width: 40%;
  overflow: hidden;
  -moz-transition: -moz-transform 0.6s;
  -o-transition: -o-transform 0.6s;
  -webkit-transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
}
.mask-photo:hover {
  z-index: 1;
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}
.mask-photo img {
  width: 100%;
}
.mask-photo.p1 {
  top: 0;
  left: 0;
}
.mask-photo.p2 {
  bottom: 0;
  right: 0;
}

.member {
  position: relative;
  margin: auto;
  width: 100%;
  max-width: 900px;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.member-text {
  text-align: left;
  overflow: hidden;
  gap: 60px;
  align-items: center;
}
.member-info {
  width: 60%;
}

.pd {
  padding: 0 0 10%;
}

/*------------------------------------------
 *             tablet 、 Mobile
 *------------------------------------------*/
@media only screen and (max-width: 1100px) {
  .flex {
    display: block;
  }

  .about {
    width: 90%;
    max-width: 560px;
  }
  .about .text {
    width: 100%;
  }

  .mask-photo {
    width: 100%;
    padding-bottom: 5%;
  }

  .member {
    width: 90%;
    max-width: 560px;
  }
  .member-text {
    width: 100%;
    margin-bottom: 60px;
  }
  .member-text:last-child {
    margin-bottom: 0;
  }
  .member-info {
    width: auto;
  }
}
@media only screen and (max-width: 780px) {
  .about {
    margin-bottom: 60px;
  }
  .about:last-child {
    margin-bottom: 0;
  }

  .photo-block {
    width: 100%;
    padding-bottom: 80%;
  }

  .mask-photo img {
    margin-top: 0;
  }
}
