.sc-essentials {
}
.sc-essentials .sc-inner {
    text-align: center;
}
.sc-essentials .desc {
    margin-top: calc(47 * var(--vw));
    line-height: 1.4;
    font-size: calc(35 * var(--vw));
}
.sc-essentials .essentials-list {
    display: flex;
    flex-direction: column;
    gap: calc(23 * var(--vw));
    width: calc(1200 * var(--vw));
    margin: calc(107 * var(--vw)) auto 0;
    padding-left: 0;
}
.sc-essentials .essentials-list li {
    padding: 0 calc(40 * var(--vw));
    text-align: left;
    line-height: calc(105 * var(--vw));
    font-size: calc(32 * var(--vw));
    background-color: #f1f1f1;
}
.sc-essentials .essentials-list li strong {
    padding-right: calc(10 * var(--vw));
}

.sc-combined-eye {
}
.sc-combined-eye .sc-inner {
    text-align: center;
}
.sc-combined-eye .desc {
    margin-top: calc(47 * var(--vw));
    line-height: 1.4;
    font-size: calc(35 * var(--vw));
}
.sc-combined-eye .combined-eye-group {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: calc(16 * var(--vw));
    margin-top: calc(97 * var(--vw));
}
.sc-combined-eye .combined-eye-item {
    width: calc(492 * var(--vw));
}
.sc-combined-eye .combined-eye-item img {
}
.sc-combined-eye .combined-eye-item span {
    display: block;
    height: calc(55 * var(--vw));
    margin-top: calc(14 * var(--vw));
    line-height: calc(55 * var(--vw));
    text-align: center;
    font-weight: 600;
    font-size: calc(25 * var(--vw));
    color: #fff;
    background-color: #0f0f0f;
}
