ul, li{
    list-style: none;
}
.pnkz{
    margin: 15px 0 60px;
}
.pnkz ul{
    width: 100%;
    display: flex;
}
.pnkz li:nth-child(1):after{
    content: '>';
    margin: 0 8px;
}
.pnkz li:nth-child(2){
    color: #5E68AF;
}
.method_list h2{
    color: #5E68AF;
    text-align: center;
    font-size: 40px;
    font-weight: normal;
}
.method_list h2::after{
    content: '';
    display: block;
    width: 380px;
    height: 2px;
    margin: 0 auto;
    background-color: #E75297;
}

/*reasonTop*/
.reasonTop ul{
    width: 100%;
    display: flex;
}
.reasonTop{
    position: relative;
    margin-bottom: 80px;
}
.copy{
    position: absolute;
    right: 50px;
    top: 60px;
}
.space{
    margin-right: 10px;
}
.copy p{
    font-size: 34px;
    color: #fff;
    font-weight: bold;
    font-family: serif;
    display: inline;
    background-color: #9EA4CF;
}
.reasonTop li:nth-child(1){
    width: 70%;
}
.reasonTop li:nth-child(1) img{
    width: 100%;
}
.reasonTop li:nth-child(2){
    width: 30%;
    padding-left: 40px;
    display: flex;
    align-items: flex-end;
}
/*メソッド*/
.method_list{
    margin-bottom: 50px;
}
.thumbLeft{
    margin-bottom: 80px;
}
.thumbLeft h4{
    font-size: 22px;
    color: #5E68AF;
    display: flex;
    align-items: center;
}
.thumbLeft h4::before{
    content: url(../img/methodNumber01.png);
    display: inline-block;
    margin-right: 10px;
}
#method_h4_02::before{
    content: url(../img/methodNumber02.png);
}
#method_h4_03::before{
    content: url(../img/methodNumber03.png);
}
#method_h4_04::before{
    content: url(../img/methodNumber04.png);
}
#method_h4_05::before{
    content: url(../img/methodNumber05.png);
}
.thumbLeft{
    position: relative;
}
.thumbLeft > p{
    position: absolute;
    left: 0;
    top: 120px;
    z-index: 1;
}

.boxDesign2 p{
    height: auto;
}
#boxDesign2_04 p{
    height: auto;
}
.thumbLeft:last-child::after{
    display: none;
}
.thumbLeft .reasonText{
    position: relative;
    padding-left: 400px;
    padding-top: 150px;
    z-index: 0;
}
.thumbLeft .reasonText .pointHl{
    padding-left: 120px;
    padding-bottom: 20px;
}
.thumbLeft img{
    width: 500px;
}
.reasonText .boxDesign2{
    width: 99%;
    background: #efdadc;
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
    text-align: justify;
}
.thumbLeft .reasonText .boxDesign2{
    padding-left: 140px;
    padding-right: 30px;
    position: relative;
}



@media screen and (max-width:768px){
    .container{
        width: 100%;
        padding: 0 10px;
    }

    .method_list h2{
        font-size: 36px;
    }
    .method_list h2::after{
        width: 320px;
    }
    /*reasonTop*/
    .reasonTop ul{
        width: 100%;
        display: block;
    }
    .reasonTop{
        position: relative;
        margin-bottom: 80px;
    }
    .copy{
        text-align: right;
        position: absolute;
        right: 0;
        top: 180px;
    }
    .space{
        margin-right: 10px;
    }
    .copy p{
        font-size: 22px;
    }
    .reasonTop li:nth-child(1){
        width: 90%;
        margin-bottom: 70px;
    }
    .reasonTop li:nth-child(1) img{
        width: 100%;
    }
    .reasonTop li:nth-child(2){
        width: 100%;
        padding: 0 30px;
        display: block;
    }

    /*メソッド*/
    .thumbLeft h4{
        font-size: 18px;
        display: flex;
        align-items: center;
    }
    .thumbLeft{
        width: 100%;
        background: none;
        margin: 30px 0 0 !important;
    }
    .thumbLeft:last-child{
        margin: 110px 0 50px;
    }
    .guide2 .thumbLeft{
        margin: 40px 0;
    }
    .thumbLeft > p{
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
        width: 90%;
    }
    .thumbLeft .reasonText{
        position: relative;
        width: 100%;
        padding-left: 0 !important;
        padding-top: 100px;
        z-index: 0;
    }
    .thumbLeft::after{
        content: url('');
        width: 100%;
        height: 100%;
        top: 100% !important;
        left: 50%;
        border: none !important;
        z-index: 5;
        display: none;
    }
    .thumbLeft:last-child::after{
        display: none;
    }
    .thumbLeft > p{
        position: absolute;
        left: 0;
        z-index: 1;
    }
    #thumbLeft01 > p{
        top: 120px;
    }
    #thumbLeft02 > p{
        top: 100px;
    }
    #thumbLeft03 > p{
        top: 150px;
    }
    #thumbLeft04 > p{
        top: 100px;
    }
    #thumbLeft05 > p{
        top: 100px;
    }
    .thumbLeft .reasonText .boxDesign2{
        padding: 40vw 10vw 10vw;
        position: relative;
    }
    .thumbLeft .reasonText #boxDesign2_05{
        padding: 130px 20px 20px;
    }
    .guide2 .thumbLeft .reasonText .boxDesign2{
        padding: 120px 15px 20px;
        position: relative;
    }
    .reasonText .boxDesign2{
        width: 90% !important;
        margin: 0 0 0 auto;
    }
    .reasonText .boxDesign2::after {
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        border: 1px solid #5e68af;
        bottom: -5px;
        right: -5px;
        z-index: -1;
    }
    .thumbLeft .reasonText{
        padding-top: 150px;
    }
    .boxDesign2 p{
        height: auto !important;
    }
    .boxDesign2::before{
        top: -220px;
        left: -20px;
    }
    .thumbLeft .reasonText .pointHl{
        padding-left: 120px;
        padding-bottom: 20px;
    }
    .thumbLeft img{
        width: 100%;
    }
    .thumbLeft h4::before{
        content: url(../img/methodNumber_sp01.png);
        display: inline-block;
        margin-right: 10px;
    }
    #method_h4_02::before{
        content: url(../img/methodNumber_sp02.png);
    }
    #method_h4_03::before{
        content: url(../img/methodNumber_sp03.png);
    }
    #method_h4_04::before{
        content: url(../img/methodNumber_sp04.png);
    }
    #method_h4_05::before{
        content: url(../img/methodNumber_sp05.png);
    }

}

