@charset "utf-8";
/* CSS Document */
/* Section - Headline
----------------------------------------------------------------------------------------------------*/
.sec-headline {
  width: 100%;
  max-width: 92rem;
  margin: 0 auto;
  padding-top: 9rem;
  padding-bottom: 15rem
}
.sec-headline__copy {
  margin-bottom: 5rem;
  font-size: 5rem;
  font-weight: 700;
  text-align: center;
}
.sec-headline__copy span {
  color: #ff820c;
}
.sec-headline__text {
  margin-bottom: 5rem;
  font-size: 2rem;
  font-feature-settings: normal;
  text-align: justify;
  line-height: 1.75;
}
.sec-headline__text p {
  margin-bottom: 2rem;
}
.sec-headline__text span {
  color: #ff820c;
  font-weight: 600;
}
.sec-headline__text span.marker {
  color: #000;
  background: linear-gradient(transparent 60%, #fdff83 60%);
}
@media screen and (max-width: 1023px) {
  .sec-headline {
    max-width: max(90%, 33rem);
    margin: 0 auto;
    padding-top: 6rem;
    padding-bottom: 6rem
  }
  .sec-headline__copy {
    margin-bottom: 4rem;
    font-size: 2.8rem;
  }
  .sec-headline__text {
    font-size: 1.8rem;
    line-height: 1.75;
  }
}
/* Link Button */
.sec-headline__linkbtn {
  display: flex;
  justify-content: center;
  gap: 8rem;
}
.sec-headline__linkbtn .arrow-button {
  gap: 3rem;
  width: 29.5rem;
}
@media screen and (max-width: 1023px) {
  .sec-headline__linkbtn {
    flex-direction: column;
    align-items: center;
    gap: 4rem;
  }
  .sec-headline__linkbtn .arrow-button {
    width: 24rem;
  }
}