.headContent .columnLinks {
  margin-top: 4rem;
  justify-content: start;
}

.feature .twoColumnContent {
  margin-top: 2.4rem;
  margin-bottom: 8rem;
}

.feature .twoColumnContent-img,
.app .twoColumnContent-img {
  max-width: 56rem;
}

.app {
  margin-bottom: 12rem;
}

.app .container {
  position: relative;
}

.app .twoColumnContent {
  margin-top: 4rem;
  align-items: center;
  margin-bottom: 8rem;
}

.app-other {
  width: fit-content;
  margin: 0 auto;
  text-align: center;
}

.app-other__text {
  font-size: 1.8rem;
  line-height: 2.8rem;
  margin-bottom: 4rem;
}

.app-other__text .colorGreen {
  font-weight: 700;
}

@media screen and (max-width: 850px) {
  .headContent .columnLinks {
    margin-top: 2.4rem;
  }

  .feature .twoColumnContent {
    margin-top: 2rem;
  }

  .feature .twoColumnContent-img, .app .twoColumnContent-img {
    max-width: unset;
  }

  .feature .twoColumnContent-img__content.for-sp,
  .app .twoColumnContent-img__content.for-sp {
    max-width: 40rem;
    margin: 0 auto;
    display: block;
  }

  .app {
    margin-bottom: 9rem;
  }

  .app .twoColumnContent {
    margin-top: 2rem;
  }

  .app .twoColumnContent-text {
    margin-bottom: 2.4rem;
  }

  .app .columnLinks {
    text-align: left;
  }
}