.c-innovation {
  margin-top: 11rem;
}
.c-innovation .c-title {
  margin-bottom: 4rem;
}
.c-innovation .c-grid {
  gap: 3rem 5rem;
}
.c-innovation .c-grid img {
  width: 100%;
}

.c-innovation__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5rem;
  margin-bottom: 9rem;
}

.c-innovation__text {
  width: calc(100% - 38rem);
}
.c-innovation__text p {
  line-height: 2;
}
.c-innovation__text p:not(:last-child) {
  margin-bottom: 1.5rem;
}

.c-innovation__img {
  width: 33rem;
}

.c-innovation__subtitle {
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 767px) {
  .c-innovation .c-grid {
    gap: 3rem;
  }
  .c-innovation__wrap {
    flex-direction: column;
    margin-bottom: 3rem;
  }
  .c-innovation__text {
    width: 100%;
  }
  .c-innovation__img {
    width: 100%;
  }
  .c-innovation__img img {
    width: 100%;
    display: block;
    margin: auto;
  }
}
.u-privacy {
  margin-top: 10rem;
}
.u-privacy p {
  line-height: 1.5;
}
.u-privacy p:not(:last-child) {
  margin-bottom: 2rem;
}
.u-privacy ul {
  list-style-type: decimal;
  padding-left: 2rem;
}
.u-privacy ul + ol {
  margin-top: 1.5rem;
}
.u-privacy ol {
  list-style-type: circle;
  padding-left: 2rem;
}
.u-privacy li {
  line-height: 1.5;
}
.u-privacy li:not(:last-child) {
  margin-bottom: 1.5rem;
}

.u-privacy__title {
  font-weight: 600;
  margin-top: 5rem;
  margin-bottom: 1.5rem;
}