@charset "UTF-8";

/*リンクボタン*/
@media(max-width:900px) {
    #link_btn_flow+div .content_wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
}

#concept_flow + section .align-center {
    justify-content: flex-end;
}

#concept_flow + section .content_wrapper {
    max-width: 600px !important;
}