.cp_sec {
    margin-bottom: var(--g-sec--lg);
    position: relative;
}

.cp-title {
    margin-bottom: 2.5rem;
}

@media (min-width: 600px) {
	.cp-title {
    margin-bottom: var(--g-sec--sm);
}
}

.c-cp-info-List > div {
    border-top: dashed 1px var(--c-gray);
}

.cp_profile-block:last-child {
    border-bottom: dashed 1px var(--c-gray);
}

.cp_profile-link {
    color: #333;
    text-decoration: underline;
}

.cp_sticky-text {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: right;
	z-index: -100;
}

.cp_sticky-text::before {
    position: sticky;
    content: "COMPANY";
    top: 0;
    right: 0;
    font-size: clamp( 5rem, 12vw, 10rem);
    font-weight: var(--fw-xl);
    color: #fdfbf8;
    z-index: -101;
    writing-mode: sideways-rl;
    line-height: var(--lh-xs);
}