.p-philosophy__wrap {
  width: 60%;
  margin: 0 auto;
}
@media screen and (max-width: 1028px) {
  .p-philosophy__wrap {
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .p-philosophy__wrap {
    width: 100%;
  }
}

.p-philosophy__textContainer {
  width: 100%;
  font-size: 2rem;
  white-space: nowrap;
  font-weight: lighter;
}
@media screen and (max-width: 767px) {
  .p-philosophy__textContainer {
    white-space: normal;
  }
}

.p-philosophy__textHead {
  text-align: center;
  color: #fff;
  width: 100%;
  display: inline-block;
}

.p-philosophy__textTitle {
  padding: 1rem 0;
}

.p-philosophy__text {
  text-align: center;
  line-height: 2;
  font-size: 2.2rem;
}

.textBg1 {
  background: #6366b1;
}

.textBg2 {
  background: #16bac5;
}

.p-philosophy__list {
  margin: 0 7rem;
}
@media screen and (max-width: 767px) {
  .p-philosophy__list {
    width: 80%;
    padding: 0;
    margin: 0 auto;
  }
}

.p-philosophy__listItem {
  line-height: 2;
  list-style-type: decimal;
  font-size: 2rem;
}
