/* sc-men-nose-ba */
.sc-men-nose-ba {
}
.sc-men-nose-ba .sc-inner {
    text-align: center;
}
.sc-men-nose-ba .desc {
    margin-top: calc(45 * var(--vw));
    line-height: 1.4;
    font-size: calc(35 * var(--vw));
}
.sc-men-nose-ba .img-group {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: calc(80 * var(--vw));
    margin-top: calc(100 * var(--vw));
}
.sc-men-nose-ba .img-group .col {
    flex: none;
}
.sc-men-nose-ba .img-group .col .img {
    width: calc(341 * var(--vw));
}
.sc-men-nose-ba .img-group .col:last-child {
    display: flex;
    gap: calc(17 * var(--vw));
}
.sc-men-nose-ba .img-group .col .img span {
    display: block;
    margin-top: calc(18 * var(--vw));
    line-height: calc(70 * var(--vw));
    text-align: center;
    font-weight: 600;
    font-size: calc(25 * var(--vw));
    color: #fff;
    background-color: #171717;
}
