.member-archive-hero .hero-image img {
  object-position: center 30%;
}
@media (max-width: 960px) {
  .member-archive-hero .hero-image img {
    object-position: center 20%;
  }
}

.member-history {
  position: relative;
  z-index: 0;
}

.member-history__bg {
  position: absolute;
  inset: 0;
  background-color: #efefef;
  -webkit-mask-image: url("../../assets/wave-white.svg"), linear-gradient(#000, #000);
  -webkit-mask-size: 1470px 76px, 100% calc(100% - 51px);
  -webkit-mask-position: left top, left 51px;
  -webkit-mask-repeat: repeat-x, no-repeat;
  -webkit-mask-composite: source-over;
  mask-image: url("../../assets/wave-white.svg"), linear-gradient(#000, #000);
  mask-size: 1470px 76px, 100% calc(100% - 51px);
  mask-position: left top, left 51px;
  mask-repeat: repeat-x, no-repeat;
  mask-composite: add;
}
@media (max-width: 1140px) {
  .member-history__bg {
    -webkit-mask-size: 800px 55px, 100% calc(100% - 53px);
    -webkit-mask-position: left top, left 53px;
    mask-size: 800px 55px, 100% calc(100% - 53px);
    mask-position: left top, left 53px;
  }
}

.member-history__inner {
  position: relative;
  z-index: 2;
  max-width: 1170px;
  margin: 0 auto;
  padding: 89px 20px 76px;
  padding-bottom: 123px;
}
@media (max-width: 1140px) {
  .member-history__inner {
    padding: 0 17px 87px;
  }
  .member-history__inner .member-history__note {
    display: none;
  }
  .member-history__inner .history-grid {
    grid-template-columns: 1fr;
    gap: 30px;
    max-width: 358px;
    margin: 0 auto;
  }
  .member-history__inner .history-link {
    width: 100%;
  }
}

.member-history__head {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
}

.member-history .column_heading {
  align-items: flex-start;
}

.member-history__note {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  line-height: 61px;
}

.member-history__empty {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  text-align: center;
  padding: 40px 0;
}

.history-grid {
  display: grid;
  grid-template-columns: repeat(3, 358px);
  gap: 30px;
  justify-content: center;
  margin: 28px auto 42px;
}

.history-item {
  list-style: none;
}

.history-link {
  display: block;
  background: #fff;
  width: 358px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s ease;
}
.history-link:hover {
  opacity: 0.7;
}

.history-image {
  width: 322px;
  height: 179px;
  margin: 20px 18px 0;
  border-radius: 20px 0 20px 0;
  overflow: hidden;
  background: #d9d9d9;
}
.history-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.history-title {
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  color: #000;
  text-align: justify;
  padding: 12px 20px 0;
  min-height: 46px;
}

.history-author {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  color: #878787;
  letter-spacing: 1.95px;
  line-height: normal;
  padding: 4px 20px 12px;
  min-height: 18px;
}

.member-archive-grid {
  position: relative;
}

.member-archive-grid__bg {
  position: absolute;
  inset: 0;
  background-color: #fff;
  -webkit-mask-image: url("../../assets/wave-white.svg"), linear-gradient(#000, #000);
  -webkit-mask-size: 1470px 76px, 100% calc(100% - 51px);
  -webkit-mask-position: left top, left 51px;
  -webkit-mask-repeat: repeat-x, no-repeat;
  -webkit-mask-composite: source-over;
  mask-image: url("../../assets/wave-white.svg"), linear-gradient(#000, #000);
  mask-size: 1470px 76px, 100% calc(100% - 51px);
  mask-position: left top, left 51px;
  mask-repeat: repeat-x, no-repeat;
  mask-composite: add;
}
@media (max-width: 960px) {
  .member-archive-grid__bg {
    -webkit-mask-size: 800px 55px, 100% calc(100% - 53px);
    -webkit-mask-position: left top, left 53px;
    mask-size: 800px 55px, 100% calc(100% - 53px);
    mask-position: left top, left 53px;
  }
}

.member-archive-grid__inner {
  position: relative;
  z-index: 1;
  max-width: 1070px;
  margin: 85px auto 0;
}
@media (max-width: 960px) {
  .member-archive-grid__inner {
    max-width: 358px;
    margin-top: 0;
  }
}

.member-archive-grid__group-label {
  font-size: 32px;
  font-weight: 700;
  color: #000;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 24px;
  line-height: 61px;
}
@media (max-width: 960px) {
  .member-archive-grid__group-label {
    font-size: 24px;
    margin-top: 23px;
    margin-bottom: 12px;
  }
}

.member-logo-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-top: 24px;
}
@media (max-width: 960px) {
  .member-logo-grid {
    gap: 20px 23px;
  }
}

.member-logo-grid--core {
  max-width: 702px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 960px) {
  .member-logo-grid--core {
    max-width: 339px;
    justify-content: flex-start;
  }
}

.member-logo-card {
  width: 214px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 960px) {
  .member-logo-card {
    width: 158px;
  }
}

.member-logo-card__image {
  width: 214px;
  height: 165px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.member-logo-card__image img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
@media (max-width: 960px) {
  .member-logo-card__image {
    width: 158px;
    height: 122px;
    padding: 15px;
  }
}

.member-logo-card__role {
  font-size: 14px;
  font-weight: 700;
  color: #000;
  line-height: 30px;
  margin-top: 8px;
}

.member-logo-card__name {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  line-height: 33px;
}
@media (max-width: 960px) {
  .member-logo-card__name {
    line-height: 22px;
  }
}

@media (max-width: 960px) {
  .member-logo-grid--member .member-logo-card__name {
    margin-top: 11px;
  }
}

.member-text-list {
  font-size: 24px;
  font-weight: 700;
  color: #000;
  text-align: center;
  line-height: 49px;
  letter-spacing: 2.4px;
  max-width: 846px;
  margin: 16px auto 0;
}
@media (max-width: 960px) {
  .member-text-list {
    font-size: 16px;
    line-height: 36px;
    letter-spacing: 1.6px;
  }
}

.member-staff-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-top: 24px;
}
@media (max-width: 960px) {
  .member-staff-grid {
    gap: 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

.member-staff-card {
  width: 214px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 960px) {
  .member-staff-card {
    max-width: none;
    width: 100%;
  }
}

.member-staff-card__image {
  width: 162px;
  height: 162px;
  border-radius: 50%;
  overflow: hidden;
}
.member-staff-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 960px) {
  .member-staff-card__image {
    width: 146px;
    height: 146px;
  }
}

.member-staff-card__role {
  font-size: 14px;
  font-weight: 700;
  color: #000;
  margin-top: 8px;
  text-align: center;
}
.member-staff-card__role p {
  line-height: 19px;
}

.member-staff-card__name {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  line-height: 30px;
}

.member-archive-about {
  position: relative;
  z-index: 1;
  padding: 141px 0 198px;
  background-color: #fff;
}
@media (max-width: 960px) {
  .member-archive-about {
    padding: 55px 0 143px;
  }
}

.member-archive-about__card {
  max-width: 858px;
  margin: 0 auto;
  padding: 50px 76px 50px 51px;
  background: rgba(255, 119, 119, 0.2);
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 960px) {
  .member-archive-about__card {
    max-width: 339px;
    padding: 37px 22px;
  }
}

.member-archive-about__card-dots {
  position: absolute;
  inset: 0;
  background-image: url("../../assets/dots-pattern.png");
  background-repeat: repeat;
  background-size: 1002px 1002px;
  opacity: 0.5;
  pointer-events: none;
}

.member-archive-about__title {
  position: relative;
  z-index: 1;
  font-size: 24px;
  font-weight: 700;
  line-height: 27px;
  color: #000;
  margin-bottom: 16px;
  letter-spacing: normal;
}
@media (max-width: 960px) {
  .member-archive-about__title {
    max-width: 260px;
  }
}

.member-archive-about__text {
  position: relative;
  z-index: 1;
  font-size: 14px;
  font-weight: 700;
  color: #000;
  text-align: justify;
  max-width: 762px;
}
.member-archive-about__text p {
  letter-spacing: normal;
  line-height: 27px;
  margin-bottom: 27px;
}
@media (max-width: 960px) {
  .member-archive-about__text {
    max-width: 292px;
  }
  .member-archive-about__text p {
    line-height: 24px;
    margin-bottom: 24px;
  }
}

.member-archive-footer {
  position: relative;
  z-index: 1;
  background-color: #65cddb;
  padding: 119px 40px 150px;
  margin-bottom: -76px;
  -webkit-mask-image: url("../../assets/wave-blue.svg"), linear-gradient(#000, #000);
  mask-image: url("../../assets/wave-blue.svg"), linear-gradient(#000, #000);
  -webkit-mask-size: 1470px 76px, 100% calc(100% - 51px);
  mask-size: 1470px 76px, 100% calc(100% - 51px);
  -webkit-mask-position: left top, left 51px;
  mask-position: left top, left 51px;
  -webkit-mask-repeat: repeat-x, no-repeat;
  mask-repeat: repeat-x, no-repeat;
  -webkit-mask-composite: source-over;
  mask-composite: add;
}
@media (max-width: 960px) {
  .member-archive-footer {
    padding: 76px 17px 110px;
    -webkit-mask-size: 800px 55px, 100% calc(100% - 53px);
    -webkit-mask-position: left top, left 53px;
    mask-size: 800px 55px, 100% calc(100% - 53px);
    mask-position: left top, left 53px;
  }
}

.member-archive-footer__dots {
  position: absolute;
  inset: 0;
  background-image: url("../../assets/dots-pattern.png");
  background-repeat: repeat;
  background-size: 1002px 1002px;
  opacity: 0.5;
  pointer-events: none;
}

.member-archive-footer__inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
@media (max-width: 960px) {
  .member-archive-footer__inner {
    flex-direction: column;
    gap: 0;
  }
}

.member-archive-footer .button {
  min-width: 275px;
  max-width: 275px;
  line-height: 61px;
  padding: 3px 48px;
  border: none;
}
@media (max-width: 960px) {
  .member-archive-footer .button {
    min-width: 193px;
    max-width: 193px;
    padding: 3px 16px;
    margin-left: 0;
  }
}

.member-archive-footer__pdf {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #000;
  max-width: 200px;
}
@media (max-width: 960px) {
  .member-archive-footer__pdf {
    max-width: 100%;
    text-align: center;
  }
}