.mv_wrap{
    position: relative;
    margin: 86px 0 0 0;
}
.mv{
    font-size: 0;
    position: relative;
    height: 650px;
    background: url(../images/person02/mv.jpg) center center no-repeat;
    background-size: cover;
}
.mv_title{
    text-align: center;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.mv_title p {
    border-right: 1px solid #005dae;
    border-left: 1px solid #005dae;
    color: #000;
    padding: 44px 29px 0;
    display: inline-block;
    margin: 0 0 26px 0;
    font-size: 0.875rem;;
    font-weight: bold;
    letter-spacing: 0.2em;
}

.mv_item_wrap{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    bottom: -1px;
    max-width: 860px;
    width: 100%;
}
.mv_item{
    padding: 60px 0 0;
    background: #fff;
    margin: 0 auto;
    position: relative;
    text-align: center;
}

.mv_item::before{
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 1px;
    height: 60px;
    background: #005dae;
}
.mv_item small{
    display: inline-block;
    font-size: 1.125rem;
    line-height: 36px;
    letter-spacing: 0.1em;
    color: #005dae;
    font-weight: bold;
    margin: 0 0 25px 0;
}
.mv_text{
    text-align: center;
    font-size: 1rem;
    font-weight: bold;
    line-height: 24px;
    letter-spacing: 0.075em;
    color: #212121;
    margin: 0 0 15px 0;
}
h1{
    text-align: center;
    font-size: 2.25rem;
    line-height: 52px;
    color: #212121;
    letter-spacing: 0.075em;
    margin: 0 0 100px 0;
}
.include{
    margin: 0 0 115px 0;
}
.include .include_content{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 40px 0;
}
.include .include_title{
    width:50%;
    text-align:right;
    padding: 0 30px 0 0;
    margin: 0 30px 0 0;
    border-right: #005dae solid 1px;
    font-size: 1.125rem;
    font-weight: bold;
    line-height: 120px;
    letter-spacing: 0;
    color: #212121;
}
.include_article{
    width:50%;
}
.include_article p{
    font-size: 0.875rem;
    font-weight: bold;
    letter-spacing: 0.025em;
    color: #212121;
    margin: 0 0 7px 0;
}
.include_article strong{
    display: block;
    font-weight: bold;
    font-size: 1.375rem;
    letter-spacing: 0.075em;
    color: #212121;
    margin: 0 0 3px 0;
}
.include_article small{
    font-size: 0.75rem;
    line-height: 18px;
    letter-spacing: 0.075em;
    color: #212121;
}
.include_text{
    max-width: 500px;
    font-size: 0.8125rem;
    line-height: 24px;
    letter-spacing: 0.075em;
    color: #212121;
    margin: 0 auto;
}

.flexcontent{
    display: flex;
}
.section_content{
    margin: 0 130px 0 0;
}
.section_content strong{
    display: inline-block;
    font-size: 1.5rem;
    line-height: 36px;
    letter-spacing: 0.05em;
    color: #212121;
    margin: 0 0 73px 0;
}
.section_content p{
    font-size: 0.875rem;
    line-height: 30px;
    letter-spacing: 0.05em;
    color: #212121;
    max-width: 600px;
}

.section_title{
    text-align: center;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.section_title p{
    border-right: 1px solid #005dae;
    border-left: 1px solid #005dae;
    color: #000;
    padding: 74px 52px 0;
    display: inline-block;
    font-size: 1.625rem;
    font-family: "Roboto Condensed";
    font-weight: bold;
    letter-spacing: 0.2em;
}
.section1{
    position: relative;
    overflow: hidden;
    margin: 0 0 140px 0;
}
.section1::before{
    position: absolute;
    content: url(../images/person02/person_pc_line1.png);
    top: 95px;
    right: 130px;
}
.section1 img{
    margin: 0 70px 0 0;
    max-width: 422px;
    max-height: 600px;
    width: 100%;
    height: auto;
    order: 1;
}
.section1 .section_content{
    order: 2;
}

.section2{
    position: relative;
    overflow: hidden;
    margin: 0 0 140px 0;
    height: 620px;
}
.section2::before{
    position: absolute;
    content: url(../images/person02/person_pc_line2.png);
    top: 95px;
    left: 130px;
}
.section2 .section_content{
    margin: 0 61px 0 130px;
}
.section2 img{
    max-width: 560px;
    max-height: 460px;
    width: 100%;
    height: auto;
    margin: 0 0 0 auto;
}
.section2 .section_content p{
    margin: 0 0 0 60px;
    max-width: 460px;
}

.section3{
    position: relative;
    text-align: center;
}

.section3::before{
    content: url(../images/person02/person_pc_line3.png);
    position: absolute;
    top: 87px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.section3 strong{
    display: inline-block;
    font-size: 1.5rem;
    letter-spacing: 0.05em;
    margin: 0 0 80px 0;
}

.section3 p{
    text-align: left;
    margin: 0 190px;
    font-size: 0.875rem;
    line-height: 30px;
    letter-spacing: 0.05em;

}

.section3 img{
    margin: 47px 0 0 0;
    width: 100%;
    height: auto;
}
.section4{
    position: relative;
    overflow: hidden;
    padding: 210px 0 0 0;
    margin: 0 0 80px 0;
}
.section4::before{
    position: absolute;
    content:"";
    top: 50px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #e1ecf6;
}
.time_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.time_list li{
    position: relative;
    max-width: 290px;
    margin: 0 0 60px 0;
}

.time_list li span{
    position: absolute;
    top: -20px;
    left:-20px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    line-height: 40px;
    width: 100px;
    background: #fff;
    font-size: 1.25rem;
    font-weight: bold;
    font-family: "Roboto Condensed";
}

.time_list li img{
    display: block;
    margin: 0 0 14px 0;
}

.last_list{
    display: flex;
    justify-content: space-between;
    max-width: 672px;
    margin: 0 auto;
}

.last_list li{
    position: relative;
}

.last_list li a::before{
    position: absolute;
    content: url(../images/person02/more.jpg);
    display: block;
    height: 30px;
    width: 30px;
    bottom: 40px;
    right: 0;
}
.last_list li:nth-child(2) span{
    padding: 9px 0 0 0;
}
.last_list li span{
    padding: 13px 0 0 0;
    display: block;
    text-align: center;
    font-size: 1rem;
    font-weight: bold;
    color: #212121;
}
.last_list li:nth-child(2)::before{
    display: none;
}
.last_list li:nth-child(2) img{
    border: 2px solid #005dae;
}

.sp{
    display: none;
}

.sp_br{
    display: none;
}

@media screen and (max-width:950px) {
    .sp_br{
        display: block;
    }
    .pc_br{
        display: none;
    }
    .sp{
        display: block;
    }
    .pc{
        display: none;
    }
    .mv{
        background: url(../images/person02/mv_sp.jpg) center center no-repeat;
        background-size: cover;
        height: 400px;
    }
    .mv_wrap{
        margin: 60px 0 0 0;
    }
    .mv_item{
        padding: 30px 0 0 0;
        width: 300px;
    }
    .mv_item::before{
        height: 30px;
    }

    .mv_item small{
        font-size: 0.75rem;
        margin: 0 0 12px 0;
    }
    
    .mv_text{
        font-size: 0.75rem;
        line-height: 18px;
        letter-spacing: 0.075em;
        margin: 30px 0 38px 0;
    }

    .mv_title p{
        font-size: 0.6875rem;
        padding: 30px 20px 0;
    }
    
    h1{
        font-size: 1.4375rem;
        line-height: 30px;
        letter-spacing: 0.025em;
        margin: 0 0 20px 0;
    }
    .include{
        display: block;
        margin: 0 0 50px 0;
    }

    .include .include_title{
        padding: 0 13px 0 0;
        margin: 0 7px 0 0;
        line-height: 145px;
        font-size: 0.9375rem
    }

    .include_article p{
        font-size: 0.8125rem;
    }

    .include_article strong{
        font-size: 1.125rem;
    }
    .include_article small{
        font-size: 0.75rem;
    }
    .include .img_wrap{
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0;
        padding: 0 0 20px 0;
        border: none;
        border-bottom: 1px solid #b0b0b0;
        margin: 0 0 20px 0;
    }
    .include .img_wrap p{
        margin: 0 25px 0 0;
        font-size: 0.9375rem;
        line-height: 24px;
        letter-spacing: 0.037em;
    }
    .flexcontent{
        display: block;
    }
    .section_content{
        margin: 0 20px 0px 20px;
    }
    .section_content p{
        position: relative;
        font-size: 0.875rem;
        line-height: 25px;
        letter-spacing: 0.09em;
        color: #212121;
        max-width: 600px;
        padding: 27px 20px 27px 0;
    }
    
    .section_content strong{
        margin: 0 0 47px 0;
    }

    .section1::before,.section2::before{
        display: none;
    }

    .section1 img{
        display: block;
        margin: 0 auto;
        max-width: 210px;
        max-height: 300px;
    }
    .section1 .section_content p{
        border-top: 1px solid #005dae;
        border-right: 1px solid #005dae;
        border-bottom: 1px solid #005dae;
    }

    .section2{
        height: auto;
        margin: 0 0 70px 0;
    }
    .section2 img{
        max-width: 280px;
        max-height: 230px;
        display: block;
        margin: 0 auto;
    }
    .section2 .section_content{
        margin: 0 20px 0 20px;
    }
    .section2 .section_content p{
        margin: 0;
        padding: 27px 0px 27px 20px;
        border-top: 1px solid #005dae;
        border-left: 1px solid #005dae;
        border-bottom: 1px solid #005dae;
    }
    .section3{
        text-align: left;
    }
    .section3::before{
        display: none;
    }
    .section3 strong{
        margin: 0 20px 40px;
    }
    .section3 p{
        padding: 30px 20px;
        margin: 0 20px;
        border-top: 1px solid #005dae;
        border-left: 1px solid #005dae;
        border-right: 1px solid #005dae;
    }
    .section4{
        padding: 120px 0 0 0;
    }
    .section4::before{
        top: 20px;
    }
    .section_title p{
        font-size: 1.0625rem;
        padding: 40px 20px 0;
    }
    .time_list{
        justify-content: center;
    }
    .time_list li{
        margin: 0 0 32px 0;
    }
    .last_list{
        flex-wrap: wrap;
    }
    .last_list li{
        margin: 0 0 20px 0;
    } 
    .last_list li:nth-child(3)::before,.last_list li:nth-child(4)::before{
        bottom: 40px;
    }
}