.c-solution {
  padding: 9rem 0;
}
.c-solution .c-title {
  margin-bottom: 4rem;
}

.c-solution__heading {
  display: flex;
  justify-content: space-between;
  gap: 3rem;
}

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

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

.c-solution__img {
  width: 33rem;
  margin-right: -1rem;
  margin-top: 3rem;
}

@media screen and (max-width: 1000px) {
  .c-solution .c-title {
    margin-bottom: 3rem;
  }
  .c-solution__heading {
    flex-direction: column;
  }
  .c-solution__text {
    width: 100%;
  }
  .c-solution__img {
    width: 100%;
    margin-right: 0;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .c-solution__subtitle {
    font-size: 3.2rem;
    margin-bottom: 3rem;
  }
}
.u-anchor {
  display: flex;
  justify-content: center;
  gap: 8rem;
  margin: 9rem auto 0;
  padding: 0 4.5rem;
}
.u-anchor li {
  max-width: 40rem;
  width: 100%;
}
.u-anchor a {
  font-size: 2.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.6rem;
  height: 8rem;
  width: 100%;
  background-color: var(--c-gold);
  color: var(--c-white);
  border-radius: 1rem;
}
.u-anchor a::after {
  content: "";
  display: block;
  text-align: center;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 1.2rem;
  height: 1.2rem;
  border: 1px solid var(--c-white);
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
}

.c-itemwrap {
  background-color: var(--c-light2);
  padding: 5rem 0 8.5rem;
}
.c-itemwrap:last-of-type {
  padding-bottom: 12rem;
}

.u-slitem {
  background-color: var(--c-white);
  border-radius: 3.2rem;
  padding: 7rem 4.8rem 8rem;
}
.u-slitem:not(:last-child) {
  margin-bottom: 3.5rem;
}
.u-slitem p {
  line-height: 1.5;
}
.u-slitem .c-grid {
  margin-top: 3rem;
  gap: 4rem 5rem;
}

.u-slitem__title {
  font-size: 3.2rem;
  font-weight: 600;
  margin-bottom: 3rem;
  position: relative;
}
.u-slitem__title::before {
  content: "";
  display: block;
  width: 5.6rem;
  height: 0.4rem;
  background-color: var(--c-blue);
  position: absolute;
  left: -7.1rem;
  top: 1.5rem;
}

.u-features {
  background-color: var(--c-cream);
  padding: 4rem 1.5rem 3rem 3rem;
  margin-top: 3rem;
  position: relative;
}

.u-features__icn {
  display: inline-block;
  background-color: var(--c-blue);
  color: var(--c-white);
  position: absolute;
  left: 0;
  top: 0;
  padding: 0.2rem 1rem;
}

.u-features__list li {
  line-height: 1.5;
  padding-left: 2.8rem;
  position: relative;
}
.u-features__list li:not(:last-child) {
  margin-bottom: 1rem;
}
.u-features__list li::before {
  content: "";
  display: block;
  width: 2.2rem;
  height: 2rem;
  background: url("../images/common/icn-features.png") no-repeat center;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 0.2rem;
}

:not(.home) .c-footer {
  margin-top: 0;
}

@media screen and (max-width: 1000px) {
  .u-anchor {
    gap: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .u-anchor {
    gap: 3rem;
  }
  .u-slitem {
    padding: 6rem 4.5rem;
  }
  .u-slitem .c-grid {
    margin-top: 3rem;
    gap: 3rem;
  }
  .u-slitem__title {
    font-size: 3.4rem;
    margin-bottom: 5rem;
    line-height: 1.5;
  }
  .u-slitem__title::before {
    top: 2.5rem;
  }
  .u-features {
    margin-top: 6rem;
    padding: 6rem 3rem 3rem 4rem;
  }
  .u-features__list li {
    padding-left: 4.5rem;
  }
  .u-features__list li::before {
    width: 3.3rem;
    height: 3rem;
    top: 0.6rem;
  }
}