.section__partner {
  width: 100%;
}

.partner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.partner__item {
  position: relative;
}
.partner__img {
  position: relative;
  overflow: hidden;
  line-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.partner__img img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.partner__note {
  text-align: center;
}

@media screen and (min-width: 901px) {
  .section__partner {
    margin-bottom: 4.4rem;
  }
  .section__partner h2 {
    margin-bottom: 1.4rem;
  }
  .partner__note {
    width: 70%;
    margin: 0 auto;
    margin-bottom: 3.2rem;
  }
  .partner__item {
    flex: 0 0 31%;
    max-width: 31%;
    height: 9.8rem;
    -webkit-border-radius: 0.8rem;
    border-radius: 0.8rem;
    margin: 0 0 3.5% 3.5%;
  }
  .partner__item:nth-child(3n+1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 900px) {
  .section__partner {
    margin-bottom: clamp(30px, 14.9333333333vw, 56px);
  }
  .section__partner h2 {
    margin-bottom: clamp(16px, 6.4vw, 24px);
  }
  .partner {
    padding: 0 5%;
  }
  .partner__note {
    width: 100%;
    margin-bottom: clamp(30px, 14.9333333333vw, 56px);
  }
  .partner__item {
    flex: 0 0 100%;
    max-width: 100%;
    height: clamp(60px, 22.9333333333vw, 86px);
    background-color: #fff;
    -webkit-border-radius: clamp(8px, 4.2666666667vw, 16px);
    border-radius: clamp(8px, 4.2666666667vw, 16px);
    margin-bottom: clamp(15px, 8vw, 30px);
  }
}
