.mv{
    position: relative;
    background: url(../images/person/mv.jpg) center center no-repeat;
    background-size: cover;
    height: 220px;
    margin: 80px 0 70px 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: #000;
    padding: 44px 29px 0;
    display: inline-block;
    margin: 0 0 26px 0;
    font-size: 1rem;
    font-weight: bold;
    letter-spacing: 0.2em;
}

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

.introduction{
    text-align: center;
    font-size: 1rem;
    letter-spacing: 0.1em;
    line-height:36px;
    color:#212121;
    margin: 0 0 50px 0;
}

.section_title{
    position: relative;
    padding: 22px 0 22px 192px;
    margin: 0 0 37px 0;
    background: #f6f6f6;
    border: #61a4df solid 1px;
}
.section_title::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.section_title::after{
    content: "";
    position: absolute;
    left: 78px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 100px;
    height: 1px;
    background: #61a4df;
}
.section_title strong{
    font-size: 1.5rem;
    letter-spacing: 0.1em;
    color: #212121;
}
.flexcontent{
    display: flex;
}
.flexcontent img{
    width: 100%;
    height: auto;
    max-width: 548px;
    max-height: 444px;
    margin: 0 54px 0 0;
}
.flexcontent p{
    font-size: 0.875rem;
    line-height: 26px;
    letter-spacing: 0.05em;
    color: #212121;
}
.section2 .section_title::before{
    background: url(../images/person/person_section1_icon.jpg) no-repeat;
}
.section3 .section_title::before{
    background: url(../images/person/person_section2_icon.jpg) no-repeat;
}
.section4 .section_title::before{
    background: url(../images/person/person_section3_icon.jpg) no-repeat;
}
.section2,.section3,.section4{
    margin: 0 0 120px 0;
}
.section3 .section_title{
    border: #0bb058 solid 1px;
}
.section3 .section_title::after{
    background: #0bb058;
}
.section4 .section_title{
    border: #fca034 solid 1px;
}
.section4 .section_title::after{
    background: #fca034;
}
.cotnent_title{
    position: relative;
    text-align: center;
    margin: 0 0 30px 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: 20px 24px;
    font-size: 1.125rem;
    color: #005dae;
    background: #fff;
    letter-spacing: 0.1em;
    border-left: #005dae 1px solid;
    border-right: #005dae 1px solid;
}
.content ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.content ul li a{
    display: block;
    position: relative;
    overflow: hidden;
    height: 340px;
    width: 234px;
}
.content ul li a div{
    display: block;
    position: relative;
    overflow: hidden;
    height: 300px;
    width: 234px;
}
.content ul li a div::before{
    content: "";
    position: absolute;
    content: "";
    display: block;
    width: 234px;
    height: 300px;
    top: 0;
    z-index: -1;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.content ul li a:hover div::before{
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.content ul li a p{
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff;
    display: inline-block;
    padding: 12px 0;
    width: 170px;
    text-align: center;
    font-size: 1rem;
    font-weight: bold;
    z-index: 1;
}

.content ul li a img{
    position: absolute;
    bottom: 0;
    right: 0;
}
.content ul li:nth-child(1) a div::before{
    background: url(../images/person/person_pc_list1.jpg);
}
.content ul li:nth-child(2) a div::before{
    background: url(../images/person/person_pc_list2.jpg);
}
.content ul li:nth-child(3) a div::before{
    background: url(../images/person/person_pc_list3.jpg);
}
.content ul li:nth-child(4) a div::before{
    background: url(../images/person/person_pc_list4.jpg);
}

.section1{
    position: relative;
    text-align: center;
    margin: 0 0 40px 0;
}
.section1::before{
    position: absolute;
    content: "";
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 100%;
    height: 100%;
    z-index: -1;
    background: url(../images/person/person_pc_graph_back.png) no-repeat 50% 50%;
    background-size: contain;
}
.section1 img{
    max-width: 449px;
    width: 100%;
    height: auto;
    margin:0 auto;
}
.section2 .flexcontent{
    margin: 0 0 30px 0;
}
.section2 .flexcontent img{
    margin: 0 0 0 54px;
}
.section3 > p{
    display: inline-block;
    margin: 0 50px;
    font-size: 0.875rem;
    line-height: 28px;
    letter-spacing: 0.05em;
    color: #212121;
}
.section4 .flexcontent img{
    order: 1;
}
.section4 .flexcontent p{
    order: 2;
}
.sp_br{
    display: none;
}
.sp{
    display: none;
}
@media screen and (max-width:949px) {
    .sp{
        display: block;
    }
    .pc{
        display: none;
    }
    .sp_br{
        display: block;
    }
    .mv{
       padding: 60px 0 0 0;
        height: 120px;
        margin: 0 0 40px 0;
        background: url(../images/person/mv_sp.jpg) center no-repeat;
        background-size: 100%;
        background-position: 0 60px;
    }

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

    .mv_title h1{
        font-size: 1.125rem;
    }

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

    .flexcontent{
        display: block;
    }

    .flexcontent img,.section2 .flexcontent img{
        margin: 0;
    }
    .section_title{
        padding: 28px 0 28px 115px;
        margin: 0 0 30px 0;
    }
    .section_title::after{
        width: 30px;
    }
    .section_title strong{
        font-size: 1rem;
    }
    .flexcontent p{
        margin: 0 0 30px 0;
    }
    .cotnent_title strong{
        font-size: 0.8125rem;
        padding: 10px 11.5px;
    }

    .content ul li a{
        width: 160px;
        height: 182px;
    }
    .content ul li a div{
        width: 160px;
        height: 182px;
    }
    .content ul li a div::before{
        width: 160px;
        height: 182px;
    }
    .content ul li a p{
        text-align: left;
        font-size: 0.875rem;
    }
    .content ul li:nth-child(1) a div::before{
        background: url(../images/person/person_sp_list1.jpg) no-repeat;
        background-size: 160px;
    }
    .content ul li:nth-child(2) a div::before{
        background: url(../images/person/person_sp_list2.jpg) no-repeat;
        background-size: 160px;
    }
    .content ul li:nth-child(3) a div::before{
        background: url(../images/person/person_sp_list3.jpg) no-repeat;
        background-size: 160px;
    }
    .content ul li:nth-child(4) a div::before{
        background: url(../images/person/person_sp_list4.jpg) no-repeat;
        background-size: 160px;
    }
    .content ul li a img{
        width: 30px;
        height: 30px;
        bottom: 43px;
    }
    .section3 > p{
        margin: 0;
    }
    .section2, .section3, .section4 {
        margin: 0 0 60px 0;
    }
}
@media screen and (max-width:359px) {
.content ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.section_title strong {
    font-size: 0.8rem;
}
}
