.u-quality {
  padding: 13rem 0 9rem;
  background-color: var(--c-light2);
}
.u-quality .c-title {
  margin-bottom: 4rem;
}

.u-quality__wrap {
  display: flex;
  justify-content: space-between;
  gap: 5rem;
  overflow: hidden;
}

.u-quality__text {
  width: calc(100% - 64.8rem);
}
.u-quality__text p {
  line-height: 2;
}
.u-quality__text p:not(:last-child) {
  margin-bottom: 1.5rem;
}

.u-quality__img {
  width: 59.8rem;
}

.c-company {
  background-color: var(--c-blue);
  padding: 12rem 0;
  color: var(--c-white);
}
.c-company.-history {
  background-color: var(--c-light2);
  color: var(--c-blue);
}

.c-philosophy__stagnate {
  position: absolute;
  top: 0;
  left: 0;
}

.c-philosophy__stagnate--img {
  position: absolute;
}
.c-philosophy__stagnate--img:nth-child(1) {
  top: 10rem;
  left: 0;
  width: 22.7rem;
  height: 18.4rem;
}
.c-philosophy__stagnate--img:nth-child(2) {
  top: 30rem;
  left: 3rem;
  z-index: 1;
  width: 33.6rem;
  height: 25.6rem;
}
.c-philosophy__stagnate--img:nth-child(3) {
  top: 52rem;
  left: 1.5rem;
  width: 18.3rem;
  height: 16.8rem;
}

@media screen and (max-width: 1000px) {
  .u-quality {
    padding: 12rem 0;
  }
  .u-quality__text {
    width: calc(100% - 54vw + 3rem);
  }
  .u-quality__img {
    width: 54vw;
  }
  .c-philosophy {
    overflow-x: hidden;
  }
}
@media screen and (max-width: 767px) {
  .u-quality__text {
    width: 100%;
  }
  .u-quality__img {
    width: 100%;
    text-align: center;
  }
  .u-quality__img img {
    width: 59.8rem;
  }
  .u-quality__wrap {
    flex-direction: column;
    gap: 3rem;
  }
}