.section--lower {
  padding-bottom: 0 !important;
}

.about {
  padding: 240px 12.5vw;
  margin: 240px -12.5vw 0;
  border-radius: 120px 0 0 0;
  background: #2d2d2d;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .about {
    padding: 56px 6.4vw 80px;
    margin: 80px -6.4vw 0;
    border-radius: 0;
  }
}
.about__logo {
  width: 970px;
}
@media screen and (max-width: 767px) {
  .about__logo {
    width: 100%;
  }
}
.about__logo > img {
  width: 100%;
}
.about__text {
  margin-top: 76px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .about__text {
    margin-top: 40px;
    font-size: 16px;
  }
}
.about__list {
  margin-top: 167px;
  counter-reset: number 0;
}
@media screen and (max-width: 767px) {
  .about__list {
    margin-top: 120px;
  }
}
.about__item {
  padding-top: 120px;
  border-top: 1px solid #ccc;
  counter-increment: number 1;
}
@media screen and (max-width: 767px) {
  .about__item {
    padding-top: 40px;
  }
}
.about__item + .about__item {
  margin-top: 240px;
}
@media screen and (max-width: 767px) {
  .about__item + .about__item {
    margin-top: 120px;
  }
}
.about__detail {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .about__detail {
    flex-direction: column;
    justify-content: start;
  }
}
.about__heading {
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  width: 592px;
  padding-left: 32px;
  font-size: 86px;
  font-weight: 600;
  letter-spacing: 0.03em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .about__heading {
    width: 100%;
    padding-top: 28px;
    padding-left: 0;
    font-size: 42px;
  }
}
.about__heading:before {
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  content: counter(number, decimal-leading-zero);
  color: #828691;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: initial;
  position: absolute;
  top: 0;
  left: 0;
}
.about__detail-text {
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .about__detail-text {
    margin-top: 40px;
    font-size: 14px;
  }
}

.member {
  margin-top: 180px;
}
@media screen and (max-width: 767px) {
  .member {
    margin-top: 40px;
  }
}
.member__list {
  display: flex;
  gap: 0 90px;
}
@media screen and (max-width: 767px) {
  .member__list {
    gap: 40px 23px;
    flex-wrap: wrap;
  }
}
.member__item {
  width: 33.333%;
  padding-bottom: 32px;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .member__item {
    width: calc(50% - 12.5px);
    padding-bottom: 24px;
  }
}
.member__link {
  cursor: pointer;
}
.member__link:hover .member__image > img {
  transform: scale(1.09);
}
@media screen and (max-width: 767px) {
  .member__link:hover .member__image > img {
    transform: scale(1);
  }
}
.member__link:hover .member__more {
  background: url(../../images/about/icon_more_active.svg) no-repeat center center;
  background-size: 32px;
}
@media screen and (max-width: 767px) {
  .member__link:hover .member__more {
    background: url(../../images/about/icon_more.svg) no-repeat center center;
    background-size: 32px;
  }
}
.member__image {
  overflow: hidden;
}
.member__image > img {
  transition: all 0.3s;
}
.member__name {
  margin-top: 20px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .member__name {
    margin-top: 18px;
    font-size: 20px;
  }
}
.member__eng {
  margin-top: 4px;
  color: #ccc;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .member__eng {
    margin-top: 0;
    font-size: 12px;
  }
}
.member__post {
  margin-top: 24px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .member__post {
    margin-top: 18px;
    font-size: 12px;
  }
}
.member__more-box {
  margin-top: 24px;
  text-align: right;
}
.member__more {
  width: 32px;
  height: 32px;
  margin-left: auto;
  background: url(../../images/about/icon_more.svg) no-repeat center center;
  background-size: 32px;
  display: block;
  transition: all 0.3s;
}

.member-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.member-modal.is-show {
  display: flex;
}
.member-modal__inner {
  width: 66.666vw;
  max-width: 1280px;
  height: calc(100% - 2.5vw);
  max-height: 680px;
  padding: 4.687vw;
  margin: 1.25vw 0;
  background: #fff;
  border-radius: 0 0 80px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .member-modal__inner {
    width: calc(100% - 12.8vw);
    height: calc(100% - 12.8vw);
    max-height: calc(100% - 12.8vw);
    padding: 88px 24px 32px;
    border-radius: 0 40px 0 0;
  }
}
.member-modal__content {
  height: calc(100% - 80px);
  margin-bottom: 40px;
  display: flex;
  gap: 0 4.687vw;
  overflow-y: scroll;
}
@media screen and (max-width: 767px) {
  .member-modal__content {
    height: calc(100vh - (25.6vw + 59px));
    margin-bottom: 0;
    flex-direction: column;
  }
}
.member-modal__image {
  width: 21.875vw;
  max-width: 420px;
  flex-shrink: 0;
}
.member-modal__image > img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .member-modal__image {
    width: 100%;
  }
}
.member-modal__name {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .member-modal__name {
    margin-top: 18px;
    font-size: 20px;
  }
}
.member-modal__eng {
  margin-top: 4px;
  color: #ccc;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .member-modal__eng {
    margin-top: 0;
    font-size: 12px;
  }
}
.member-modal__post {
  margin-top: 24px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .member-modal__post {
    margin-top: 18px;
    font-size: 12px;
  }
}
.member-modal__description {
  margin-top: 40px;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .member-modal__description {
    margin-top: 24px;
    font-size: 14px;
  }
}
.member-modal__close {
  padding: 13px 56px 13px 0;
  cursor: pointer;
  display: block;
  font-size: 14px;
  letter-spacing: 0.03em;
  position: absolute;
  right: 4.687vw;
  bottom: 4.687vw;
  background: url(../../images/about/icon_close.svg) no-repeat right center;
  background-size: 40px;
  transition: all 0.3s;
}
.member-modal__close:hover {
  background: url(../../images/about/icon_close_active.svg) no-repeat right center;
  background-size: 40px;
}
@media screen and (max-width: 767px) {
  .member-modal__close:hover {
    background: url(../../images/about/icon_close.svg) no-repeat right center;
    background-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .member-modal__close {
    top: 24px;
    right: 24px;
    bottom: auto;
  }
}