.sub_recruit_wrap{
    width:100%
}
    
.recruit_image{
    width:100%;
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    margin-bottom: var(--section-margin);
}
.recruit_image .box_01{
    width:calc((100% - 50px) / 2);
}
.recruit_image .box_02{
    width:calc((100% - 50px) / 2);
}
.recruit_fig{
    width:100%;
    margin:0 0 var(--section-margin)

}
.wp-block-table .has-fixed-layout td, .wp-block-table .has-fixed-layout th{
    font-size:1.4rem;
}
.wp-block-table .has-fixed-layout td:nth-child(1){
    width:30%;
    background: var(--brand-color);
}
    table {
        width: 80% !important;
        border-collapse: collapse;
        margin: 0 auto;
        line-height: 40px;
    }