.article-body {
  background-color: transparent;
  padding: 0;
}

.p-community {
  background: rgba(255, 255, 255, 0.65);
  padding: calc(8px* 4) calc(8px* 4) calc(8px* 8);
}


.-border {
  background-color: #fff;
}

.p-community__item {
  list-style-type: none;
}

.p-community__item:not(:last-child) {
  margin-bottom: 50px;
}

h2.p-community__title {
  font-weight: 500;
}

.p-community__list {
  font-size: 18px;
  padding-left: 25px;
  position: relative;
}

.p-community__list::before {
  position: absolute;
  content: '';
  background-color: #211815;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  top: 7px;
  left: 0;
}

.p-community__list:not(:first-of-type) {
  margin-top: 15px;
}

.p-community-staff {
  padding-top: 40px;
  padding-bottom: 40px;
}

.p-community-staff__inner {
  max-width: 1290px;
  margin: 0 auto;
}

.p-community-staff__item {
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: min(2.5vw, 40px);
}

.p-community-staff__item:not(:first-of-type) {
  margin-top: 50px;
}

.p-community-staff__item:nth-of-type(odd) {
  margin-left: 50px;
}

.p-community-staff__item:nth-of-type(even) {
  flex-direction: row-reverse;
  margin-right: 50px;
}

.p-community-staff__text-wrap {
  width: 44%;
}

.p-community-staff__post {
  font-size: 16px;
}

.p-community-staff__name {
  font-size: 24px;
}

.p-community-staff__description {
  font-size: 16px;
  margin-top: 20px;
}

.p-community-staff__image-wrap {
  width: 33%;
  position: relative;
}

.p-community-staff__image-bg {
  width: 100%;
  aspect-ratio: 523.451 / 745.96;
  background: rgba(255, 255, 255, 0.65);
}

.p-community-staff__image {
  position: absolute;
}

.p-community-staff__item--01 .p-community-staff__image {
  width: 98%;
  left: 8%;
  bottom: -10%;
}

.p-community-staff__item--02 .p-community-staff__image {
  width: 128%;
  left: -40%;
  bottom: -10%;
}

@media (max-width: 767px) {

  .p-community-staff__item {
    gap: 20px;
  }

  .p-community-staff__item:nth-of-type(odd) {
    margin-left: 0;
    flex-direction: column;
  }
  
  .p-community-staff__item:nth-of-type(even) {
    margin-right: 0;
    flex-direction: column;
  }

  .p-community-staff__text-wrap {
    width: 85%;
    margin-top: 10%;
  }

  .p-community-staff__image-wrap {
    width: 85%;
  }
  
}
