
/* コンサルタント一覧 */

#consultant-h1{
    font-size: 42px;
    margin-top: 80px!important;
    margin-bottom: 0px;}

#about-consultant.reco{
    background-image: url(../../img/staff/consultant-bg.jpg);
}

.mr32{
    margin-right: 32px;
}

.font32{font-size: 32px;}

#all-consultant,
#all-coach{
    max-width: 1300px;
}

#consultant-score .gray-border-b{
    width: 113%;
    border-bottom: 2px solid #cccccc;
}

#consultant-score .vertical-line-gray{
    height: 100px;
    border-left: 2px solid #cccccc;
}

#all-consultant .bg-c-blue,
#all-coach .bg-c-blue{
    z-index: -1;
    height: 300px;
    width: 50%;
    top: -50px;
}

.mw1300{max-width: 1300px;}
.w75{width: 75%;}

#all-consultant ul li,
#all-coach ul li{
    filter: none;
    margin-bottom: 100px;
    display: flex;
    flex-direction: column;
    
    width: 30%;
}

#all-consultant ul li:last-child{
    margin-bottom: 0;
}

#all-consultant h3,
#all-coach h3{
    /* font-size: 30px; */
    font-size: calc(15px + 0.5vw);
}

#all-consultant .name,
#all-coach .name{
    padding: 10px 10px 0;
    text-align: right;
    font-size: 24px;
}

#all-consultant .name small ,
#all-coach .name small{
    font-size: 14px;
    margin-right: 10px;
}

.career {
    border-top: 1px solid #000000;
    line-height: 1.4;
}

.career p {
    background-color: #000000;
    color: #ffffff;
    text-align: center;
    display: inline-block;
    padding: 0 25px;
    margin: 0;
    border-top: 1px solid #000000;
    position: relative;
    font-size: 14px;
}

.career p:after {
    border-bottom: solid 20px #ffffff;
    border-left: solid 20px transparent;
    bottom: 0;

    height: 0;
    display: block;
    position: absolute;
    right: 0;
    content: "";
}

.score {
    font-size: 22px;
    /* font-weight: bold; */
    position: relative;
}

.score p{
    line-height:1.4;
    margin-right: 20px;
    font-family: "A-OTF\ ゴシックMB101 Pro";
    font-weight: bold;
    font-size: 24px;
}

.score p span{
    font-weight: normal;
}

.score .perfect{
    font-size:18px;
}

.career_detail p{
    margin-bottom: 30px;
    font-size: 16px;
}

.interview_btn {
    margin: auto 0 0;
    background-color: #e95520;
    border-radius: 10px;
    text-align: center;
    box-shadow: 3px 5px 0px 0px #953200;
    /* position: absolute; */
    /* bottom: -50px; */
}

.interview_btn a {
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    display: block;
    padding: 4px 0;
    text-decoration: none;

    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.interview_btn img {
    height: 34px;
    position: absolute;
    left: 20px;
}

#about-consultant .w800{
    height: 600px;
    margin: 100px auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pc-score{
    width: 204px;
}

@media screen and (max-width: 1600px){
    .mr34{margin-right: 34px;}

    #all-consultant h3 {
        font-size: calc(16px + 0.5vw);
    }
}

@media screen and (max-width: 1200px){
    #all-consultant h3 {
        font-size: calc(18px + 0.7vw);
    }
}

@media screen and (max-width: 900px){
    .score p{
        font-size: 30px;
    }
}



@media screen and (max-width: 767px){

    #consultant-h1{
        font-size: 5.7vw;
    }

    #consultant-score .vertical-line-gray{
        height: 70px;
    }

    #consultant-score .gray-border-b{
        width: 100%;
    }

    #consultant-score h2{
        width: 160px;
    }


    #about-consultant.reco{
        background-image: url(../../img/staff/consultant-bg-sp.jpg);
    }

    .sp-mr18{
        margin-right: 18px;
    }

    #all-consultant .name small,
    #all-coach .name small{
        font-size: 12px;
    }

    #all-consultant ,
    #all-coach{
        margin-bottom: 50px;
    }

    #all-consultant ul,
    #all-coach ul{
        width: 100%;
        /* width: 3600px; */
        /* padding-right: 10px;
        padding-left: 10px; */
        padding-right: 20px;
        padding-left: 20px;
    }

    #all-consultant ul li,
    #all-coach ul li{
        /* width: 49%; */
        /* width: 300px; */
        width: 100%;
        /* margin-bottom: 50px; */
        margin-bottom: 80px;
        margin-left: 0;
    }

    .interview_btn a{
        font-size: 14px;
    }

    #all-consultant ul li:last-child{
        margin-bottom: 0;
        display: none;
    }

    #all-consultant .bg-c-blue,
    #all-coach .bg-c-blue{
        width: 60%;
        height: 200px;
        top: -14px;
    }

    #all-consultant ul li h3,
    #all-coach ul li h3{
        font-size: 17px;
    }

    #about-consultant .w800{
        height: 300px;
        margin: 0;
    }

    #about-consultant .sp-font18{
        font-size: 18px!important;
    }

    .sp-font26{font-size: 26px;}
    .sp-font28{font-size: 28px;}
    .sp-font30{font-size: 30px;}

    #all-consultant .name,
    #all-coach .name{
        padding: 10px 10px 0;
        font-size: 16px;
    }

    .career p{
        padding: 0px 25px 0 10px;
        font-size: 10px;
    }

    .interview_btn{
        width: 100%;
        /* margin: auto auto 0; */
        margin: 10px auto 0;
        box-shadow: 2px 2px 0px 0px #953200;
        border-radius: 5px;
    }

    .score p{
        font-size: 34px;
        margin-right: 20px;
    }

    .score .perfect{
        font-size: 16px;
    }

    .interview_btn img{
        left: 20px;
        height: 30px;
    }

    .career_detail p{
        margin-bottom: 10px;
        font-size: 12px;
    }

    .career{
        line-height: 1;
    }

}
/* /コンサルタント一覧 */

/* コーチ一覧 */
.ml110{
    margin-left: 110px;
}

.w113{width: 113%;}

/* .coach-score .gray-border-b{
    width: 120%;
} */

.all-coach .sub-page-mv picture,
.all-staff .sub-page-mv picture{
    height: 100%;
    right: 0;
    position: absolute;
}

.all-coach .sub-page-mv,
.all-staff .sub-page-mv{
    max-width: 1180px!important;
}

.all-coach .sub-page-mv picture img,
.all-staff .sub-page-mv picture img{
    height: 100%;
    width: auto;
}

#about-coach.reco{
    background-image:url("../../img/coach/coach-bg.jpg");
}

#about-coach .w800{
    height: 600px;
    margin: 100px auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.font34{font-size: 34px;}

#about-coach h2{
    width: 130%;
}

#all-coach .career_detail{
    margin-top: 20px;
}

@media screen and (max-width: 1300px){
    #about-coach h2{
        width: 100%;
    }

    .all-coach .sub-page-h1,
    .all-staff .sub-page-h1{
        margin-top: 50px;
        line-height: 2;
        font-size: 3.8vw;
    }

    .all-coach .sub-page-h1 span,
    .all-staff .sub-page-h1 span{
        font-size: 3.2vw;
        padding: 7px 30px 14px 30px;
    }

    .all-coach .sub-page-h1 span:last-child,
    .all-staff .sub-page-h1 span:last-child{
        font-size: 3.8vw;
        padding: 5px 40px 16px 30px;
    }

}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px){
    .all-coach .sub-page-h1,
    .all-staff .sub-page-h1{
        line-height: 8.4vw;
        margin-top: 4vw;
    }

    .all-coach .sub-page-h1 span,
    .all-staff .sub-page-h1 span{
        padding: 16px 54px 16px 30px;
        font-size: 3vw;
    }

    .all-coach .sub-page-h1 span:last-child,
    .all-staff .sub-page-h1 span:last-child{
        padding: 16px 40px 16px 30px;
        font-size: 3vw;
    }
}

@media screen and (max-width: 1000px){
    .w113{width:100%;}
    .w120{width: 100%;}

    #consultant-score .gray-border-b{
        width: 100%;
    }
}

@media screen and (max-width: 767px){
    /* .coach-score .gray-border-b{
        width: 100%;
    } */

    #about-coach.reco{
        background-image:url("../../img/coach/coach-bg-sp.jpg");
    }

    #about-coach .w800{
        height: 300px;
        margin: 0;
    }

    #about-coach .sp-font18{
        font-size: 18px!important;
    }

    .all-coach #consultant-h1,
    .all-staff #consultant-h1{
        margin-top: 40px!important;
    }

    .all-coach .sub-page-h1,
    .all-staff .sub-page-h1{
        margin-top: 5vw;
        margin-left: 20px;
        line-height: 2.6;
    }

    .all-coach .sub-page-h1 span,
    .all-staff .sub-page-h1 span{
        padding: 10px 10px 10px 14px;
    }

    .all-coach .sub-page-h1 span:last-child,
    .all-staff .sub-page-h1 span:last-child{
        padding: 10px 8px 10px 14px;
    }

    .all-staff .sub-page-h1 span:last-child{
        font-size: 3.2vw;
    }

}

/* /コーチ一覧 */
