.members-part-ttl {
  width: 100%;
  height: fit-content;
  padding: 50px 0px;
  background-color: var(--primary-top-color);
  display: flex;
  justify-content: center;
  justify-items: center;
  align-content: center;
  align-items: center;
}

.members-part-ttl-txt {
  font-size: 50px;
  /* 13 */
  color: white;
  margin: 10px 0px;
  padding: 0px;
}

.members {
  width: 90%;
  height: fit-content;
  display: flex;
  justify-content: center;
  justify-items: center;
  align-content: center;
  align-items: center;
  margin: 50px 0px 100px 0px;
}

.members-skip {
  display: flex;
  justify-content: center;
  justify-items: center;
  align-content: center;
  align-items: center;
  padding: 10px 14px;
  background-color: var(--second-color);
  border-radius: 50%;
  cursor: pointer;
}

.members-skip-ic {
  color: white;
  font-size: 20px;
}

.members-content {
  width: 100%;
  height: fit-content;
  flex: 1;
  display: flex;
  justify-content: center;
  justify-items: center;
  align-content: center;
  align-items: center;
}

.members-content-area {
  width: 90%;
  height: fit-content;
  display: flex;
  justify-content: center;
  justify-items: center;
  align-content: center;
  align-items: center;
  flex-direction: column;
}

.members-top {
  width: 100%;
  height: fit-content;
  display: flex;
  justify-content: center;
  justify-items: center;
  align-content: center;
  align-items: center;
  flex-direction: column;
}

.members-top-ttl {
  font-size: 35px;
  color: var(--second-color);
  margin: 0px;
  padding: 0px;
  margin-top: 15px;
}

.members-body {
  width: 100%;
  height: fit-content;
  display: flex;
  padding-top: 35px;
  flex-wrap: nowrap;
  gap: 1%;
  overflow-x: auto;
  scrollbar-width: none;
  cursor: grab;
  user-select: none;
  -webkit-user-select: none;
  /* Safari, iOS */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer / lama */
}

.members-body::-webkit-scrollbar {
  display: none;
}

.members-itm {
  min-width: 19%;
  width: 19%;
  height: fit-content;
  display: flex;
  justify-content: center;
  justify-items: center;
  align-content: center;
  align-items: center;
  flex-direction: column;
  text-decoration: none;
}

.members-itm-img {
  width: 100%;
  height: fit-content;
  border-radius: 50%;
  transition: 0.5s all ease;
}

.members-itm-ttl {
  font-size: 22px;
  /* 13 */
  color: var(--second-color);
  margin: 0px;
  padding: 0px;
  margin-top: 15px;
}

.members2 {
  width: 90%;
  height: fit-content;
  display: flex;
  justify-content: center;
  justify-items: center;
  align-content: center;
  align-items: center;
  margin: 30px 0px 100px 0px;
}

.members-content2 {
  width: 100%;
  height: fit-content;
  display: flex;
  justify-content: center;
  justify-items: center;
  align-content: center;
  align-items: center;
}

.members-content-area2 {
  width: 100%;
  height: fit-content;
  display: flex;
  justify-content: center;
  justify-items: center;
  align-content: center;
  align-items: center;
  flex-direction: column;
}

.members-body2 {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
  margin-bottom: 50px;
}

.members-body2-ttl {
  width: 100%;
  font-size: 30px;
  color: black;
  margin: 0px;
  padding: 0px;
  margin-top: 30px;
}

.members-itm2 {
  min-width: 18.4%;
  width: 18.4%;
  height: fit-content;
  display: flex;
  justify-content: center;
  justify-items: center;
  align-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 50px;
  text-decoration: none;
}

.members-itm-ttl2 {
  font-size: 25px;
  /* 13 */
  color: var(--second-color);
  margin: 0px;
  padding: 0px;
  margin-top: 15px;
}

@media screen and (min-width: 1100px) {
  .members2 {
    width: 1000px;
  }
}

@media screen and (max-width: 1100px) {
  .members-itm2 {
    min-width: 23.4%;
    /* 1.6 */
    width: 23.4%;
    margin-top: 50px;
  }
}

@media screen and (max-width: 750px) {
  .members2 {
    width: 85%;
  }

  .members-itm2 {
    min-width: 31.7%;
    /* 1.6 */
    width: 31.7%;
    margin-top: 50px;
  }
}

@media screen and (max-width: 600px) {
  .members2 {
    width: 85%;
  }
}

@media screen and (max-width: 500px) {
  .members-part-ttl-txt {
    font-size: 30px;
  }
}

@media screen and (max-width: 550px) {
  .members-itm2 {
    min-width: 48.4%;
    /* 1.6 */
    width: 48.4%;
    margin-top: 50px;
  }
}

@media screen and (max-width: 400px) {
  .members-itm2 {
    min-width: 98.4%;
    /* 1.6 */
    width: 98.4%;
    margin-top: 50px;
  }
}