#startup01 {
    height: 600px;
    display: flex;
    align-items: center;
    background: url("/img/startup01_bg.jpg") center center / cover no-repeat;
}

#startup01 .title_box {
    color:#fff;
    margin-top: 100px;
}

#startup01 .title_box .context {
    font-weight: 400;
    color:#fff;
}

#startup01 .title_box a {
    display: inline-block;
    font-size: 1.25rem;
    margin-top: 50px;
    background: #fff;
    color:#000;
    padding:20px 50px;
    border-radius:35px;
}

#startup02 {
    padding:120px 0;
}

#startup02 .cont_wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}

#startup02 .cont_wrap .img_box {
    width: 43%;
    background:url("/img/startup02_img.jpg") center center / cover no-repeat;
    border-radius:20px;
}

#startup02 .cont_wrap ol {
    width: 50%;
    padding:0;
    margin:0;
}

#startup02 .cont_wrap ol li {
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    background: #ebeeef;
    border-radius:20px;
    padding:0 35px;
}

#startup02 .cont_wrap ol li:not(:last-child){
    margin-bottom: 9px;
}

#startup02 .cont_wrap ol li .num {
    font-size: 1.625rem;
    font-weight: 600;
    color:#6a6b6c;
}

#startup02 .cont_wrap ol li .subject {
    width: 150px;
    flex-shrink: 0;
    font-size: 1.625rem;
    font-weight: 700;
    margin-left: 12px;
    margin-right: 20px;
}

#startup02 .cont_wrap ol li p {
    font-size: 1.25rem;
    font-weight: 500;
    color:rgba(0,0,0,0.7);
}

#startup03 {
    background: #ebeeef;
    padding:120px 0;
}

#startup03 .table_wrap {
    margin-top: 50px;
}

#startup03 .table_wrap table {
    width: 100%;
    border-top:2px solid #000;
    border-collapse: collapse;
    text-align: center;
}

#startup03 .table_wrap table tr th,
#startup03 .table_wrap table tr td {
    padding:15px;
    font-size: 1.25rem;
}

#startup03 .table_wrap table tr:not(tbody tr:last-child) th,
#startup03 .table_wrap table tr:not(tbody tr:last-child) td{
    border-bottom:1px solid rgba(0,0,0,0.1);
}

#startup03 .table_wrap table tr th,
#startup03 .table_wrap table tr td:not(:nth-child(2)){
    font-weight: 700;
}

#startup03 .table_wrap table tbody tr:last-child td {
    background: #000;
    color:#fff;
}

#startup03 .table_wrap .warn {
    font-weight: 600;
    color:#7d8385;
    line-height: 1.67;
    margin-top: 30px;
}

#startup04 {
    height: 540px;
    display: flex;
    align-items: center;
    background: url("/img/startup04_img.jpg") center center / cover no-repeat;
}

#startup04 .title_box {
    color:#fff;
}

#startup04 .title_box .context {
    font-weight: 400;
    color:#fff;
}

#startup04 .title_box a {
    display: inline-block;
    font-size: 1.25rem;
    margin-top: 50px;
    background: #fff;
    color:#000;
    padding:20px 50px;
    border-radius:35px;
}

@media all and (max-width:1024px){
    #startup02 .cont_wrap {
        flex-direction: column;
    }

    #startup02 .cont_wrap .img_box {
        width: 100%;
        height: 185px;
    }

    #startup02 .cont_wrap ol {
        width: 100%;
        margin-top: 30px;
    }

    #startup02 .cont_wrap ol li {
        flex-wrap: wrap;
    }
}

@media all and (max-width:780px){
    #startup01 .title_box .context br {
        display: none;
    }

    #startup02 .cont_wrap ol li {
        height: auto;
        padding:12px;
        flex-direction: column;
        text-align: center;
    }

    #startup02 .cont_wrap ol li .subject {
        width: auto;
        margin:5px 0;
    }

    #startup04 .title_box .context br {
        display: none;
    }
}