.c-box-002 {
  margin: var(--wp--preset--spacing--5-xl) 0;
  padding: var(--wp--preset--spacing--lg);
  border-radius: var(--wp--custom--border-radius--md);
  box-shadow: var(--wp--custom--shadow--sm);
  background: rgba(255, 255, 255, 0.8);
  position: relative;
  &:after {
    content: "";
    position: absolute;
    top: 2.4rem;
    left: 2.4rem;
    width: 100%;
    height: 100%;
    border-radius: var(--wp--custom--border-radius--md);
    background: var(--wp--preset--color--primary-lightest);
    z-index: -1;
    opacity: 0.5;
  }
  &:nth-child(2n) {
    .c-block-001__inner-block,
    .c-page-001__copy,
    .c-block-001__title {
      background: var(--wp--preset--color--secondary-lightest);
    }
    .c-heading-001__02:after {
      background: var(--wp--preset--color--primary);
    }
    .c-page-001__copy:after {
      background: var(--wp--preset--color--primary-lightest);
    }
    &:after {
      left: auto;
      right: 2.4rem;
      background: var(--wp--preset--color--secondary-lightest);
    }
  }
}
