@media screen and (min-width: 769px) {
  .member-philosophy {
    padding: 108px 0 50px;
  }
}
@media screen and (max-width: 768px) {
  .member-philosophy {
    padding: 40px 0;
  }
}

.member-philosophy__inner {
  max-width: 750px;
  width: calc(100% - 40px);
  margin: 0 auto;
}

.member-philosophy__catch {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
@media screen and (min-width: 769px) {
  .member-philosophy__catch {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .member-philosophy__catch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: clamp(20px, 5.4vw, 25px);
  }
}

.member-philosophy__text {
  margin-top: 20px;
  line-height: 1.62;
}

@media screen and (min-width: 769px) {
  .member-details {
    padding: 108px 0 150px;
  }
}
@media screen and (max-width: 768px) {
  .member-details {
    padding: 40px 0 80px;
  }
}

.member-details__inner {
  max-width: 750px;
  width: calc(100% - 40px);
  margin: 0 auto;
}

.member-details__wrap {
  background-color: #F5F5F5;
  border-radius: 20px;
}
.member-details__wrap:first-child {
  margin-top: 40px;
}
@media screen and (min-width: 769px) {
  .member-details__wrap {
    padding: 40px;
  }
  .member-details__wrap:nth-child(n+2) {
    margin-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  .member-details__wrap {
    padding: 20px;
  }
  .member-details__wrap:nth-child(n+2) {
    margin-top: 80px;
  }
}
@media screen and (min-width: 769px) {
  .member-details__wrap .member-details__item {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .member-details__wrap .member-details__item {
    margin-bottom: 30px;
  }
}
.member-details__wrap .member-details__item:last-child {
  margin-bottom: 0;
}

.member-details__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .member-details__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 769px) {
  .member-details__row .member-details__rowContent {
    width: calc(100% - 210px);
  }
}
@media screen and (max-width: 768px) {
  .member-details__row .member-details__rowContent {
    width: 100%;
  }
}

.member-details__img {
  display: block;
}
@media screen and (min-width: 769px) {
  .member-details__img {
    max-width: 170px;
  }
}
@media screen and (max-width: 768px) {
  .member-details__img {
    max-width: 340px;
    margin: 0 auto 10px;
  }
}

.member-details__title {
  color: #3CA815;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .member-details__title {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .member-details__title {
    margin-bottom: 10px;
  }
}

.member-details__sub {
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .member-details__sub {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .member-details__sub {
    margin-top: 20px;
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 769px) {
  .member-details__text {
    font-size: 16px;
    line-height: 1.625;
  }
}
@media screen and (max-width: 768px) {
  .member-details__text {
    font-size: 16px;
    line-height: 1.625;
  }
}

.member-details__list li {
  position: relative;
  padding-left: 18px;
  line-height: 1.625;
}
@media screen and (max-width: 768px) {
  .member-details__list li {
    adding-left: 6px;
  }
}
.member-details__list li:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 11px;
  width: 4px;
  height: 4px;
  background-color: #000;
  border-radius: 2px;
}
@media screen and (max-width: 768px) {
  .member-details__list li:after {
    top: 10px;
  }
}