.member-wrapper {
  position: relative;
}

.member-section {
  position: relative;
  background: #fff;
  padding: 156px 0 74px;
  -webkit-mask-image: url("../../../../assets/wave-white.svg"), linear-gradient(#000, #000);
  mask-image: url("../../../../assets/wave-white.svg"), linear-gradient(#000, #000);
  -webkit-mask-size: 1470px 76px, 100% calc(100% - 53px);
  mask-size: 1470px 76px, 100% calc(100% - 53px);
  -webkit-mask-position: left top, left 53px;
  mask-position: left top, left 53px;
  -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-section {
    padding: 68px 0 40px;
    -webkit-mask-size: 760px 55px, 100% calc(100% - 53px);
    mask-size: 760px 55px, 100% calc(100% - 53px);
  }
}

.member-section__header-area {
  max-width: 1070px;
  margin: 0 auto;
}
@media (max-width: 960px) {
  .member-section__header-area {
    padding-right: 17px;
  }
}

.member-wrapper .column_heading {
  align-items: center;
}
@media (max-width: 960px) {
  .member-wrapper .column_heading {
    align-items: flex-end;
  }
}

.member-section__text {
  font-size: 16px;
  font-weight: 700;
  line-height: 33px;
  color: #000;
  margin-bottom: 0;
  max-width: 934px;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
@media (max-width: 960px) {
  .member-section__text {
    text-align: left;
    font-size: 14px;
    line-height: 28px;
    margin: 0 0 0 auto;
    padding-left: 20px;
  }
}

.member-section__icon {
  position: absolute;
  top: -34%;
  left: 9%;
  width: 202px;
  height: 202px;
  z-index: 3;
}
.member-section__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 960px) {
  .member-section__icon {
    display: none;
  }
}

.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% - 53px);
  -webkit-mask-position: left top, left 53px;
  -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% - 53px);
  mask-position: left top, left 53px;
  mask-repeat: repeat-x, no-repeat;
  mask-composite: add;
}
@media (max-width: 960px) {
  .member-history__bg {
    -webkit-mask-size: 760px 55px, 100% calc(100% - 53px);
    mask-size: 760px 55px, 100% calc(100% - 53px);
  }
}

.member-history__wave-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 76px;
  background: url("../../../../assets/wave-white.svg") repeat-x left top;
  background-size: 1470px 76px;
  z-index: 3;
}
@media (max-width: 960px) {
  .member-history__wave-bottom {
    height: 55px;
    background-size: 760px 55px;
  }
}

.member-history__inner {
  position: relative;
  z-index: 2;
  max-width: 1170px;
  margin: 0 auto;
  padding: 89px 20px 140px;
}
@media (max-width: 1140px) {
  .member-history__inner {
    max-width: 100%;
  }
}
@media (max-width: 960px) {
  .member-history__inner {
    padding: 40px 0 120px;
  }
}

.member-history__head {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
}
@media (max-width: 960px) {
  .member-history__head {
    justify-content: center;
  }
}

.member-history__note {
  font-size: 18px;
  font-weight: 700;
  line-height: 61px;
  color: #e00;
}
@media (max-width: 960px) {
  .member-history__note {
    font-size: 14px;
  }
}

.member-history__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 61px;
  color: #000;
  text-align: center;
}
@media (max-width: 960px) {
  .member-history__title {
    font-size: 20px;
  }
}

.history-grid {
  display: grid;
  grid-template-columns: repeat(3, 358px);
  gap: 30px;
  justify-content: center;
  margin: 25px auto 0;
}
@media (max-width: 1140px) {
  .history-grid {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    padding: 0 17px;
    scrollbar-width: none;
    margin: 0 auto;
  }
  .history-grid::-webkit-scrollbar {
    display: none;
  }
}

.history-item {
  list-style: none;
}
@media (max-width: 960px) {
  .history-item {
    flex-shrink: 0;
    scroll-snap-align: start;
  }
}

.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;
}
@media (max-width: 960px) {
  .history-link {
    width: 280px;
  }
}

.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;
}
@media (max-width: 960px) {
  .history-image {
    width: calc(100% - 36px);
    height: 150px;
  }
}

.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-carousel-section {
  background: #fff;
  padding: 40px 0 74px;
}
@media (max-width: 960px) {
  .member-carousel-section {
    padding: 20px 0 60px;
  }
}

.member-carousel {
  display: flex;
  gap: 30px;
  overflow: hidden;
  position: relative;
}

.member-carousel__track {
  display: flex;
  gap: 30px;
  animation: member-scroll 20s linear infinite;
}

@keyframes member-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.member-carousel-section .member-section__footer-area {
  max-width: 1070px;
  margin: 0 auto;
}

.member-carousel-section .more-link-container--right {
  margin: 60px 0 0;
}
@media (max-width: 960px) {
  .member-carousel-section .more-link-container--right {
    justify-content: center;
    margin: 48px 0 0;
  }
}