#trainer {
  padding-top: 88.5px;
  padding-bottom: 108px;
}

@media screen and (max-width: 999px) {
  #trainer {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

#trainer::before {
    position: absolute;
    display: block;
    content: "";
    bottom: 0;
    left: 0;
    background: url(../img/individual/trainer-charm.png) center center / contain no-repeat !important;
    width: 306px;
    height: 338px;
    z-index: -1;
}

.trainer__container {
  max-width: 1000px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 999px) {
  .trainer__container {
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }
}

#trainer .sectionTitleWrapper {
}

#trainer .sectionTitleEn {
  font-family: "Outfit" !important;
}

#trainer .sectionTitleJa h2 {
  font-family: "Noto Sans JP" !important;
}

.trainer__itemsWrapper {
    margin-top: 30px;
}

.trainer__items {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 999px) {
.trainer__items {
  flex-direction:column;
  gap: 30px;
}
}

.trainer__item {
  width: 33.262%;
}

@media screen and (max-width: 999px) {
  .trainer__item {
    width: 100%;
  }
}

.trainer__itemImage {
  width: 100%;
}

.trainer__itemText {
  display: flex;
  flex-direction: column;
}

.trainer__itemName {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.trainer__itemName h3 {
  font-family: "Noto Sans JP";
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 0.07em;
  text-align: center;
  color: #2f353f;
}

@media screen and (max-width: 999px) {
  .trainer__itemName h3 {
    font-size: 16px;
  }
}

.trainer__itemName p {
  font-family: Outfit;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.06em;
  text-align: center;
  color: #2f353f;
}

.trainer__itemContent {
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 1.85714285714;
  text-align: left;
  color: #222;
}

.price {
  margin-top: 80px;
}

@media screen and (max-width: 999px) {
  .price {
    margin-top: 40px;
  }
}
