.mv{
    position: relative;
    background: url(../images/graduate/mv.jpg) center center no-repeat;
    background-size: cover;
    height: 220px;
    margin: 80px 0 0 0;
    padding: 0;
}

.mv img{
    display: block;
    width: 100%;
    height: auto;
}

.mv_title{
    text-align: center;
}

.mv_title p{
    border-right: 1px solid #005dae;
    border-left: 1px solid #005dae;
    color: #333333;
    padding: 44px 29px 0;
    display: inline-block;
    margin: 0 0 26px 0;
    font-size: 0.875rem;
    font-weight: bold;
    letter-spacing: 0.2em;
}

.mv_title h1{
    font-size: 1.75rem;
    letter-spacing: 0.2em;
    color: #333333;
    margin: 0 40px;
}

.button{
    margin: 0 auto 120px;
    display: table;
    justify-content: center;
    align-items: center;
}

.button a{
    position: relative;
    border-left: 1px solid #d3d3d3;
    border-right: 1px solid #d3d3d3;
    text-align: center;
    display: table-cell;
    width: 340px;
    padding: 30px 0;
    font-size: 1rem;
    font-weight: bold;
    letter-spacing: 0.2em;
    color: #212121;
}
.button a::before{
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    content: url(../images/graduate/arrow.png);
}
.button a:first-child{
    border-right: none;
}

.cotnent_title{
    position: relative;
    text-align: center;
    margin: 0 0 60px 0;
}
.cotnent_title::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: -1;
    background: #005dae;
}
.cotnent_title strong{
    display: inline-block;
    padding: 9px 0;
    width: 260px;
    font-size: 1.5rem;
    color: #212121;
    background: #fff;
    letter-spacing: 0.1em;
    border-left: #005dae 1px solid;
    border-right: #005dae 1px solid;
}
section{
    margin: 0 0 120px 0;
}
.section_text{
    font-size: 0.875rem;
    letter-spacing: 0.05em;
    line-height: 28px;
    margin: 0 92px 38px;
}
.section_imgwrap{
    text-align: center;
}

.section_imgwrap img{
    max-width: 851px;
    width: 100%;
    height: auto;
}
.section_table li{
    width: 100%;
    display: table;
    border-top: 1px solid #d3d3d3;
    padding: 29px 0;
}
.section_table li:last-child{
    display: flex;
    border-bottom: 1px solid #d3d3d3;
}
.section_table li .table_label,.section_table li .table_content{
    display: table-cell;
}
.section_table li .table_label{
    width: 180px;
    padding: 0 20px 0 0;
}
.section_table li .table_label strong{
    color: #333333;
    font-size: 0.875rem;
    letter-spacing: 0.05em;
    line-height:26px;
}

.section_table li p{
    margin: 0 0 40px 0;
    font-size: 0.875rem;
    color: #333333;
    letter-spacing: 0.05em;
    line-height: 26px;
}
.section_table li p:last-child{
    margin: 0;
}
.section_table li span{
    font-size: 0.875rem;
    color: #333333;
    letter-spacing: 0.05em;
    line-height: 26px;
    display: inline-block;
    font-weight: bold;
}
.table_text_wrap{
    display: flex;
}
.table_text_wrap p{
    flex: 1;
}
.section_table li:nth-child(3) p,.section_table li:nth-child(6) p,.section_table li:nth-child(7) p{
    margin: 0;
}
.section_table li:nth-child(3) p:nth-child(3){
    margin: 0 0 25px 0;
}
.section_table li:nth-child(7) span{
    display: block;
}

.section_table li:last-child .table_content{
    width: 100%;
    flex: 1;
}
.table_content ul{
    width: 100%;
}
.table_content ul li{
    position: relative;
    padding: 28px 30px;
    display: flex;
    align-items: center;
    width: calc(100% - 60px);
    border-radius: 10px;
    border: 1px solid#61a4df;
    margin: 0 0 20px 0;
}
.table_content ul li::before{
    position: absolute;
    left: -1px;
    top: -1px;
    content:"";
    width: 200px;
    height: calc(100% + 2px);
    z-index: -1;
    border-radius: 10px 0 0 10px;
    background: #61a4df;
}
.table_content ul li:not(:last-child)::after{
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    content: url(../images/graduate/table_arrow.png);
    width: 55px;
    height: 20px;
}
.table_content ul li:last-child{
    padding: 30px;
    display: block;
    font-size: 1.25rem;
    line-height: 22px;
    letter-spacing: 0.05em;
    font-weight: bold;
    margin: 0;
    border: 1px solid#61a4df;
    background: #61a4df;
    text-align: center;
    color: #fff;
}

.table_content_article{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.table_content ul li:first-child .table_content_article{ padding-left: 50px;}

.table_content_article a p{
    margin: 0;
    font-size: 0.6rem;
    line-height: 22px;
    letter-spacing: 0.05em;
}
.table_content_title_wrap{
    width: 200px;
    display: block;
    color: #fff;
}

.table_content_title_wrap strong{
    font-size: 0.875rem;
    line-height: 22px;
    letter-spacing: 0.05em;
}
.sp_br{
    display: none;
}
.sp{
    display: none;
}

@media screen and (max-width:1000px){
    .table_content ul li:first-child .table_content_article{ padding-left: 100px;}
}

@media screen and (max-width:949px) {
    .sp{
        display: block;
    }
    .pc{
        display: none;
    }
    .sp_br{
        display: block;
    }
    .mv{
        padding: 60px 0 0 0;
        height: 120px;
        background: url(../images/graduate/mv_sp.jpg) center no-repeat;
        background-size: 100%;
        background-position: 0 60px;
        margin:0;
    }

    .mv_title p{
        padding: 30px 19px 0;
        font-size: 0.6875rem;
        margin: 0 0 15px 0;
    }

    .mv_title h1{
        font-size: 1.125rem;
    }
    .button{
        margin: 0 auto 60px;
    }
    .button a{
        font-size: 0.75rem;
        padding: 9px 0 30px;
    }

    .introduction{
        text-align: left;
        font-size: 0.875rem;
        letter-spacing: 0;
        line-height: 26px;
        margin: 0 0 50px 0;
    }

    .cotnent_title{
        margin: 0 0 30px 0;
    }

    .cotnent_title strong{
        width: 159px;
        font-size: 1.0625rem;
        letter-spacing: 0.1em;
        line-height: 18px;
        padding: 9px 0;
    }
    
    section{
        margin: 0 0 55px 0;
    }

    .section_title{
        font-size: 0.875rem;
        margin: 0 0 20px 0;
    }

    .section_text{
        margin: 0 0 30px 0;
    }

    .section_text_wrap{
        display: block;
        margin: 0 0 20px 0;
    }
    .section_table li{
        padding: 20px 0;
    }
    .section_table li .table_label, .section_table li .table_content{
        display: block;
    }
    .section_table li .table_label{
        width: 100%;
        padding: 0;
        margin: 0 0 20px 0;
    }
    .section_table li p{
        margin: 0 0 30px 0;
    }
    .table_text_wrap{
        display: block;
    }
    .section_table li span{
        font-size: 0.8125rem;
        line-height:18px;
        float: left;
    }
    .section_table li:nth-child(3) p:nth-child(3){
        margin: 0 0 30px 0;
    }
    .section_table li:nth-child(3) .table_content > span{
        display: block;
        width: 100%;
    }

    .section_table li .table_label strong{
        color: #1c74b5;
    }
    .section_table li:last-child{
        display: block;
    }
    .table_content_article{
        display: block;
    }
    .table_content ul li{
        width: calc(100% - 30px);
        padding: 15px 15px;
    }
    .table_content ul li:last-child{
        padding: 30px 0;
        width: 100%;
    }
    .section_table li p{
        letter-spacing: 0;
        line-height: 18px;
        font-size: 0.8125rem;
        margin: 0 0 10px 0;
    }
    .table_content ul li::before{
        width: 100px;
    }
    .table_content_title_wrap strong{
        font-size: 0.8125rem;
        line-height: 11px;
        letter-spacing: 0.025em;
    }
    .table_content_title_wrap{
        width: 80px;
        margin: 0 15px 0 0;
    }
    .table_content_article{
        flex: 1;
    }
    .table_content_article a p{
        font-size: 0.5rem;
    }
    .table_content_article img{
        max-width: 168px;
        width: 100%;
        height: auto;
    }
    .table_content ul li:last-child{
        font-size: 0.8125rem;
    }

    .table_content ul li:first-child .table_content_article{ padding-left: 0px;}
}
