.section__content-page {
	position: relative;
}

.wrap__fixed-content-page {
  position: absolute;
  top: 0;
  left: 12.4rem;
  z-index: 2;
  padding-top: 13.5rem;
}

/* .page-template-company .wrap__fixed-content-page {
  position: fixed;
  top: 0;
  left: 12.4rem;
  z-index: 2;
  padding-top: 0;
} */

.wrap__fixed-content-page .list-content {
  list-style: none;
  padding-left: 0;
  margin-block: 0;
}

.wrap__fixed-content-page .list-content li {
  position: relative;
  display: block;
  font-size: 1.4rem;
  line-height: 1.7rem;
  font-weight: 330;
  margin-bottom: 1.9rem;
  cursor: pointer;
}

.wrap__fixed-content-page .list-content li:last-child {
  margin-bottom: 0;
}

.wrap__fixed-content-page .list-content li.active:before {
  content: "";
  position: absolute;
  top: 0.2rem;
  left: -2.9rem;
  width: 1.3rem;
  height: 1.3rem;
  background-color: var(--color-yellow);
  background-image: var(--bg-dot-fixed);
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 1280px) {
  .wrap__fixed-content-page {
    left: 8.5rem;
  }

  /* .page-template-company .wrap__fixed-content-page {
    left: 8.5rem;
  } */
}

@media screen and (max-width: 1023px) {
  .wrap__fixed-content-page {
    display: none;
  }
}