.top-fv {
    position: relative;
    padding: 114px 0 178px;
    display: flex;
    justify-content: center;
}

.top-fv-slider {
    width: 300px;
    height: 300px;
    margin: 0 auto;
    position: relative;
}

.top-fv-slider::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 55%;
    left: 55%;
    transform: translate(-50%, -50%);
    z-index: 0;
}

.top-fv-title,
.top-fv-subtitle {
    position: absolute;
    font-size: 40px;
    text-align: center;
    line-height: 40px;
    letter-spacing: 0.05em;
    transform: translateX(-50%);
    width: 100%;
    /* z-index: 2; */
}

.top-fv-title {
    top: 8%;
}

.top-fv-subtitle {
    bottom: 12%;
}
