@import url(./tky_page_pc.css) screen and (min-width: 769px);
@import url(./tky_page_sm.css) screen and (max-width: 768px);



:root {
    --color_white: #fff;
    --color_green: #365d4b;
    --color_oudo:#f0eadc;
    --color_brown:#52453b;
    --color_black:#000;
    --color_font_main: #f0eadc;
    --color_kyuri: #3c523b;
    --color_tomato: #93433b;
    --color_piman: #3a655f;
    --color_nasu: #623f65;
    --color_kyuri_bg: #e3edd3;
    --color_tomato_bg: #edd5d3;
    --color_piman_bg: #d3e9e6;
    --color_nasu_bg: #f3e6f4;
    --color_rec_green: #013432;
    --color_rec_brown: #52453B;
    --color_rec_y_bg:#D4D532;
    --color_rec_g_bg:#33B995;
    --color_rec_top_g: #013432;
}

.f_w_b{
    font-weight: bold;
}

.f_w_n{ 
    font-weight: normal !important;
    font-size: 2rem;
}

#Interview .joyning,#Interview .division,#Interview .name{
    font-weight: bold;
    }


    #Interview .joyning{
        font-weight: normal;
        }
    
    

    #Interview .RecruitInterviewIndex .joyning,#Interview .division,#Interview .name{
        font-weight: normal !important;
        }
    
        #Interview #Message{

        }
    
        .font_black{
            color: var(--color_black) !important
        }