.c-heading-001__01 {
  font-size: var(--wp--preset--font-size--4-xl);
  font-weight: var(--wp--custom--font-weight--bold);
  padding: var(--wp--preset--spacing--sm);
  position: relative;
  margin: var(--wp--preset--spacing--4-xl) 0;
  &:after {
    content: "";
    position: absolute;
    width: 12rem;
    height: 0.1rem;
    background: var(--wp--preset--color--primary);
    top: 50%;
    right: 100%;
    transform: translateY(-50%);
  }

  @media (max-width: 768px) {
    font-size: var(--wp--preset--font-size--xl);
  }
}
.c-heading-001__02 {
  font-size: var(--wp--preset--font-size--xl);
  font-weight: var(--wp--custom--font-weight--bold);
  color: var(--wp--preset--color--basic-text);
  background: var(--wp--preset--color--gray-lightest);
  border-radius: var(--wp--custom--border-radius--md);
  padding: var(--wp--preset--spacing--sm) var(--wp--preset--spacing--base);
  padding-left: 2.9rem;
  position: relative;
  &:after {
    content: "";
    position: absolute;
    left: 1.2rem;
    top: 50%;
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 9999px;
    background: var(--wp--preset--color--secondary);
    transform: translateY(-50%);
  }
  @media (max-width: 768px) {
    font-size: var(--wp--preset--font-size--lg);
  }
}
.c-heading-001__03 {
  font-size: var(--wp--preset--font-size--lg);
  font-weight: var(--wp--custom--font-weight--bold);
  color: var(--wp--preset--color--basic-text);
  padding: 0;
  position: relative;
  @media (max-width: 768px) {
    font-size: var(--wp--preset--font-size--md);
  }
}
.c-heading-001__03--deco {
  position: absolute;
  width: 2rem;
  height: 0.2rem;
  background: var(--wp--preset--color--primary);
  bottom: -0.6rem;
  left: 0;
  border-radius: var(--wp--custom--border-radius--sm);
}

.c-heading-001__06 {
  font-size: var(--wp--preset--font-size--4-xl);
  font-weight: var(--wp--custom--font-weight--bold);
  color: var(--wp--preset--color--basic-text);
  @media (max-width: 768px) {
    font-size: var(--wp--preset--font-size--xs);
  }
}
.c-heading-001__07 {
  text-align: center;
  font-size: var(--wp--preset--font-size--4-xl);
  margin: var(--wp--preset--spacing--4-xl) 0;
  font-weight: var(--wp--custom--font-weight--bold);
  padding: var(--wp--preset--spacing--lg);
  position: relative;
  &:after {
    content: "";
    display: block;
    width: 6rem;
    height: 0.1rem;
    background: var(--wp--preset--color--primary);
    left: 0;
    right: 0;
    margin: var(--wp--preset--spacing--base) auto 0 auto;
    border-radius: var(--wp--custom--border-radius--sm);
    position: absolute;
    bottom: 0;
  }
}
.c-heading-001__08 {
  margin: var(--wp--preset--spacing--4-xl) 0;
  .c-heading-001__08-title {
    text-align: center;
    font-size: var(--wp--preset--font-size--4-xl);
    font-weight: var(--wp--custom--font-weight--bold);
    padding: var(--wp--preset--spacing--lg);
    position: relative;
    &:after {
      content: "";
      display: block;
      width: 6rem;
      height: 0.1rem;
      background: var(--wp--preset--color--primary);
      left: 0;
      right: 0;
      margin: var(--wp--preset--spacing--base) auto 0 auto;
      border-radius: var(--wp--custom--border-radius--sm);
      position: absolute;
      bottom: 0;
    }
  }
  .c-heading-001__08-subtitle {
    text-align: center;
    font-size: var(--wp--preset--font-size--sm);
    color: var(--wp--preset--color--primary);
    margin-top: var(--wp--preset--spacing--lg);
  }
}
