@charset "UTF-8";

/* lv */
#lv_outer::before {
    width: 55vw;
    max-width: 993px;
    min-width: 300px;
    height: 100%;
    background: url("/common/upload_data/recruit-spread-grpcojp/image/slanting_bg5.png") no-repeat left bottom / contain;
    bottom: -60px;
}

@media screen and (max-width: 900px) {
    #lv_outer::before {
        bottom: 20px;
    }
}

/* 動き出すのは、今だ。 */
#now+div::before {
    position: absolute;
    display: block;
    content: "";
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--i_main_color);
    clip-path: polygon(50% 92%, 100% 60%, 100% 100%, 50% 100%, 0 100%, 0 60%);
}

#now+div .inner_item {
    width: 100%;
    margin: 0 !important;
    min-height: 510px;
}

#now+div .empty {
    display: none;
}

#now+div .heading.block_header_4 {
    max-width: 1000px;
    margin: 0 auto;
}

#now+div .heading.block_header_4 .h {
    margin-bottom: 0;
    font-size: clamp(2.5rem, 4vw, 5rem) !important;
    font-weight: 900;
    line-height: 1.5;
    background: linear-gradient(45deg, var(--i_sub_color), var(--i_yellow_color));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent !important;
}

#now+div .inner_item_txt {
    background: transparent !important;
}

@media screen and (max-width: 650px) {
    #now+div .inner_item {
        min-height: 280px;
    }
}