.p-recruitMessage { display: flex; flex-direction: column; gap: var(--spc-8); margin-top: var(--spc-12); ul { display: flex; flex-direction: column; gap: var(--spc-4); & > li { position: relative; padding-left: 2em; &::before { content: ''; position: absolute; inset: .7em auto auto 0; width: 1.5em; height: .1rem; background-color: var(--c-blue); } } }} .p-recruitMessage__speaker { display: flex; flex-direction: column; gap: var(--spc-1);} .p-recruitMessage__speaker-head { color: var(--c-blue-600);}