.section__company {
  position: relative;
  padding-top: 19.5rem;
}

/* .section__company:before {
  content: "";
  position: absolute;
  top: 6.1rem;
  right: -26.198%;
  width: 95.56%;
  padding-bottom: 95.56%;
  background-image: var(--bg-yellow-circle);
  background-size: cover;
  background-position: center;
  z-index: -1;
  animation: pulse 4s infinite;
} */

.section__company .bg-circle-overlay {
  position: absolute;
  top: 6.1rem;
  right: -26.198%;
  width: 95.56%;
  padding-bottom: 95.56%;
  z-index: -1;
}

.section__company .bg-circle-overlay:before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--bg-yellow-circle);
  background-size: cover;
  background-position: center;
  animation: pulse 4s infinite;
}

/* .section__company .bg-circle-overlay img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  animation: pulse 4s infinite;
} */

.section__company .main-image-company {
  position: absolute;
  top: 27.5rem;
  right: -6.875%;
  width: 32.78%;
  padding-bottom: 40.278%;
}

.section__company .main-image-company img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 100em 100em 0 0;
  object-fit: cover;
  object-position: center;
}

.section__company .company-line-animation {
  position: absolute;
  left: -5.167%;
  bottom: -19.4rem;
  width: 107.0542%;
  padding-bottom: 16.2847%;
  z-index: -1;
  overflow: hidden;
}

.section__company .company-line-animation .wrap-line {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120%;
  height: 0;
  transform: translate(-50%, -50%) rotate(-8.5deg);
  pointer-events: none;
}

.section__company .company-line-animation .line {
  display: block;
  height: 1px;
  background: var(--color-line);
  transform: scaleX(0);
  transform-origin: right center;
}

.section__company h2 {
  color: var(--color-title-gray);
  font-family: var(--font-featured);
  font-size: 13rem;
  line-height: 14.9rem;
  font-weight: 500;
  margin-top: 0;
  margin-left: 4rem;
  margin-bottom: 2.9rem;
  text-transform: uppercase;
}

.section__company h5 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row-reverse;
  gap: 1rem;
  color: black;
  font-size: 1.6rem;
  line-height: 1.9rem;
  font-weight: 330;
  margin-top: 0;
  margin-bottom: 4.6rem;
  padding-left: 22.4rem;
}

.section__company h5:before {
  content: "01";
  order: 2;
}

.section__company h5:after {
  content: "";
  display: inline-block;
  width: 7.4rem;
  border-top: 1px solid black;
  order: 0;
}

.section__company h3 {
  position: relative;
  font-size: 3.4rem;
  line-height: 6rem;
  font-weight: 330;
  margin-top: 0;
  margin-bottom: 2.8rem;
  padding-left: 22.2rem;
}

@media screen and (min-width: 1024px) {
  .section__company h3 br:first-child {
    display: none;
  }
}

.section__company h3:before {
  content: "";
  position: absolute;
  top: -6.3rem;
  left: 0;
  width: 6rem;
  height: 6rem;
  background-color: var(--color-yellow);
}

.section__company p {
  font-size: 1.6rem;
  line-height: 2.8rem;
  padding-left: 22.3rem;
  margin-bottom: 7.3rem;
}

.section__company a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  color: black;
  font-size: 1.6rem;
  line-height: 1.9rem;
  margin-left: 62.6rem;
  min-width: 32rem;
  width: 32rem;
  min-height: 6.4rem;
  border: 1px solid black;
  border-radius: 100em;
  overflow: hidden;
  opacity: 1;
  transition: all .3s cubic-bezier(0.39, 0.575, 0.565, 1);
  z-index: 1;
}

.section__company a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.9rem;
  width: 1.8rem;
  height: .7rem;
  margin-top: -.3rem;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19 7'><path d='M18.05 3.2L11.65 0V2.74H0V3.74H11.65V6.41L18.05 3.2Z' fill='%23000'/></svg>") no-repeat center / contain;
  mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19 7'><path d='M18.05 3.2L11.65 0V2.74H0V3.74H11.65V6.41L18.05 3.2Z' fill='%23000'/></svg>") no-repeat center / contain;
  transition: all .3s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.section__company a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 100%;
  background-color: var(--color-yellow);
  transition: all .3s ease-in-out;
  z-index: -1;
}

.section__company a:hover {
  opacity: 1;
  font-weight: 530;
}

.section__company a:hover:after {
  right: 1.2rem;
}

/* .section__company a:hover:before {
  left: 0;
  width: 100%;
} */

.section__company .star-img {
  position: absolute;
}

.section__company .star-img.star-1 {
  bottom: -5.1rem;
  left: -7.292%;
  width: 28.89%;
  padding-bottom: 27.9167%;
  transform: translate(-100%, 100%);
}

.section__company .star-img.star-2 {
  bottom: -3.2rem;
  left: 12.5694%;
  width: 18.2639%;
  padding-bottom: 10.2083%;
  transform: translateY(0);
  opacity: 0;
}

.section__company .star-img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

@media screen and (max-width: 1023px) {
  .section__company {
    padding-top: 11.4rem;
  }

  .section__company .bg-circle-overlay {
    top: auto;
    bottom: -19.7rem;
    right: 10.13%;
    width: 117.867%;
    padding-bottom: 142.133%;
    z-index: -1;
  }

  .section__company .bg-circle-overlay:before {
    inset: -15%;
    width: 130%;
    height: 130%;
    max-width: unset;
  }

  .section__company h2 {
    font-size: 5.5rem;
    line-height: 6.3rem;
    margin-left: 5.33%;
    margin-bottom: 2rem;
  }

  .section__company h5 {
    gap: .9rem;
    font-size: 1.4rem;
    line-height: 1.7rem;
    padding-left: 5.867%;
    margin-bottom: 5.8rem;
  }

  .section__company h5:after {
    width: 6.5rem;
  }

  .section__company h3 {
    position: relative;
    font-size: 2.2rem;
    line-height: 3rem;
    margin-bottom: 3.2rem;
    padding-inline: 5.867%;
  }

  .section__company h3:before {
    top: -7.4rem;
    left: auto;
    right: 0;
    width: 3.8rem;
    height: 3.8rem;
  }

  .section__company p {
    font-size: 1.4rem;
    line-height: 1.75;
    padding-inline: 5.867%;
    margin-bottom: 5.5rem;
  }

  .section__company p br {
    display: none;
  }

  .section__company a {
    position: relative;
    bottom: 0;
    right: 0;
    font-size: 1.3rem;
    line-height: 1.6rem;
    margin-left: calc(94% - 24rem);
    min-width: 24rem;
    width: 24rem;
    min-height: 4.8rem;
  }

  .section__company a:after {
    right: 1.5rem;
    width: 1.4rem;
    height: .5rem;
    margin-top: -.3rem;
  }

  .section__company a:hover {
    font-weight: 330;
  }

  .section__company a:hover:after {
    right: 1.5rem;
  }

  .section__company .main-image-company {
    position: relative;
    top: 0;
    right: -2.933%;
    width: 69.3867%;
    padding-bottom: 85.33%;
    margin-left: auto;
    margin-top: 6rem;
  }

  .section__company .company-line-animation {
    left: auto;
    right: 17.33%;
    bottom: -1.3rem;
    width: 128.9173%;
    padding-bottom: 19.5733%;
  }

  .section__company .star-img {
    position: absolute;
  }

  .section__company .star-img.star-1 {
    bottom: -3.6rem;
    left: -11.096%;
    width: 44.3467%;
    padding-bottom: 42.904%;
  }

  .section__company .star-img.star-2 {
    bottom: -2.8rem;
    left: 19.376%;
    width: 28.0613%;
    padding-bottom: 15.72%;
  }
}