.title {
  padding: 100px 0;
  background: center/cover no-repeat url(../img/seo-keyword/fv-bg.png);
}
@media only screen and (max-width:960px) {
  .title {
    padding: 40px 0;
  }
}
.title__main {
  max-width: 1366px;
  margin: auto;
  color: #333333;
  font-size: 24px;
  font-weight: 700;
  margin-top: 32px;
}
@media only screen and (max-width:1280px) {
  .title__main {
    width: 91.4%;
    margin: 0 auto;
    margin-top: 20px;
    font-size: 20px;
  }
}
.title__sub {
  display: block;
  max-width: 1366px;
  margin: auto;
  color: #333333;
  font-family: "Open Sans", sans-serif;
  font-size: 86px;
  font-weight: 700;
}
@media only screen and (max-width:1280px) {
  .title__sub {
    width: 91.4%;
    margin: 0 auto;
    font-size: 54px;
  }
}

.member {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
  margin-top: 48px;
}
@media only screen and (max-width:1280px) {
  .member {
    gap: 30px;
    width: 91.4%;
    margin: 48px auto 0;
  }
}
@media only screen and (max-width:768px) {
  .member {
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.member__img {
  width: 420px;
  height: 300px;
  border-radius: 32px;
  overflow: hidden;
}
@media only screen and (max-width:1280px) {
  .member__img {
    width: 250px;
    height: 250px;
  }
}
@media only screen and (max-width:768px) {
  .member__img {
    width: 100%;
    height: auto;
    aspect-ratio: 3/2;
  }
}
.member__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.member__prof {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.member__prof .name {
  font-size: 28px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
@media only screen and (max-width:960px) {
  .member__prof .name {
    font-size: 22px;
  }
}
.member__prof .name .name--en {
  display: block;
  font-size: 15px;
  font-weight: 700;
  color: #3d70a3;
  margin-left: 12px;
}
@media only screen and (max-width:960px) {
  .member__prof .name .name--en {
    font-size: 14px;
  }
}
.member__prof .roll {
  font-size: 15px;
  font-weight: 500;
  margin-top: 18px;
}
@media only screen and (max-width:960px) {
  .member__prof .roll {
    font-size: 16px;
  }
}
.member__prof .text {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 32px;
}
@media only screen and (max-width:960px) {
  .member__prof .text {
    font-size: 14px;
    margin-top: 12px;
  }
}