.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:80%;
    margin-right: 20%;
}
.recruit_image .box_02{
    width:80%;
    margin-left: 20%;
}
.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.2rem;
}
.wp-block-table .has-fixed-layout td:nth-child(1){
    width:30%;
    background: var(--brand-color);
}
    table {
        width: 100% !important;
        border-collapse: collapse;
        margin: 0 auto;
        line-height: 140%;
    }