#membersOfMantoMan{
    width: 100%;
    height: 1993px;
    background-color: #fff;
    position: relative;
}

#membersOfMantoMan::after{
    content: "";
    position: absolute;
    width: 98px;
    height: 428px;
    bottom: 650px;
    right: 107px;
    background: url("../images/expert-staff.png") no-repeat;
    background-size: contain;
}

#membersOfMantoMan .momtm-container{
    width: 1300px;
    margin: 0 auto;
    height: 100%;
    padding-top: 135.5px;
}

#membersOfMantoMan .momtm-container .pre-h4{
    font-size: 20px;
    font-weight: 500;
    color: #1A7BA5;   
    position: relative;
}

#membersOfMantoMan .momtm-container .pre-h4::after{
    content: "";
    position: absolute;
    width: 54px;
    height: 1px;
    background-color: #1A7BA5;
    right: 50%;
    top: 50%;
}

#membersOfMantoMan .momtm-container h4.section-subject{
    font-size: 52px;
    font-weight: 700;
    color: #1A7BA5;   
}

#membersOfMantoMan .momtm-container .pre-h4,
#membersOfMantoMan .momtm-container h4.section-subject{
    width: 314px;
    margin: 0 auto;
}

#membersOfMantoMan .momtm-container p.section-sub{
    font-size: 40px;
    font-weight: 500;
    color: #3D6695;   
    padding-left: 49.2px;
    position: relative;
    width: 533px;
    margin: 70px auto 80px auto;
}

#membersOfMantoMan .momtm-container p.section-sub::before{
    content: "";
    position: absolute;
    width: 38.54px;
    height: 42.54px;
    left: 0;
    top: 50%;
    margin-top: -21.27px;
    background: url("../images/section03-icon-01.png") no-repeat;
    background-size: contain;
}

#membersOfMantoMan .momtm-container .members{
    width: 100%;
}

#membersOfMantoMan .momtm-container .members .member{
    width: 100%;
}   

#membersOfMantoMan .momtm-container .members .member.ichi{
    margin-bottom: 140px;
}   

#membersOfMantoMan .momtm-container .members .member .member-summary{
    width: 790px;
    position: relative;
}

#membersOfMantoMan .momtm-container .members .member.ni .member-summary{
    float: right;
}

#membersOfMantoMan .momtm-container .members .member .member-summary .work-details{
    width: 680px;
    position: absolute;
    left: 620px;
    top: 53px;
    height: 680px;
}

#membersOfMantoMan .momtm-container .members .member.ni .member-summary .work-details{
    left: unset;
    right: 620px;
}

#membersOfMantoMan .momtm-container .members .member .member-summary .work-details .wd-sum{
    width: 100%;
    height: 314px;
    background-color: rgba(255,255,255,0.9);
    padding: 50px 30px 50px 43px;
    margin-bottom: 40px;
}

#membersOfMantoMan .momtm-container .members .member .member-summary .work-details .wd-sum .wds-title{
    font-size: 32px;
    font-weight: 500;
    color: #1A7BA5;
    line-height: 46px;
}

#membersOfMantoMan .momtm-container .members .member .member-summary .work-details .wd-sum .wds-description{
    font-size: 16px;
    font-weight: 500;
    color: #333;
    line-height: 30px;
}

#membersOfMantoMan .momtm-container .members .member .member-summary .work-details .wd-title{
    font-size: 22px;
    font-weight: 600;
    color: #227DB9;
    text-align: center;
    margin-bottom: 20px;
}

#membersOfMantoMan .momtm-container .members .member .member-summary .work-details .wd-point{
    width: 610px;
    height: 42px;    
    margin: 0 auto 12px auto;
    background-color: rgba(1, 98, 161, 0.7); 
    border-radius: 30px;
    line-height: 42px;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    padding-left: 20px;
}

#membersOfMantoMan .momtm-container .members .member .member-summary .member-photo{
    width: 100%;
    height: 510px;
    margin-bottom: 20px;
}

#membersOfMantoMan .momtm-container .members .member.ichi .member-summary .member-photo{
    background: url("../images/yuhei-kogure.png") no-repeat;
    background-size: contain;
}

#membersOfMantoMan .momtm-container .members .member.ni .member-summary .member-photo{
    background: url("../images/taiji-ishikawa.png") no-repeat;
    background-size: contain;
}

#membersOfMantoMan .momtm-container .members .member .member-summary .member-name span:nth-child(1){
    font-size: 20px;
    font-weight: 500;
    color: #1D518D;
    margin-right: 28px;
    padding-left: 23px;
}

#membersOfMantoMan .momtm-container .members .member.ichi .member-summary .member-name span:nth-child(1){
    padding-left: 23px;
}

#membersOfMantoMan .momtm-container .members .member .member-summary .member-name span:nth-child(2){
    font-size: 18px;
    font-weight: 500;
    color: #1D518D;
}

#membersOfMantoMan .momtm-container .members .member .member-summary .member-work-history{
    font-size: 16px;
    font-weight: 500;
    color: #1D518D;
    padding-left: 23px;
    padding-right: 160px;
}

#membersOfMantoMan .momtm-container .members .member.ni .member-summary .member-work-history{
    padding-right: 23px;
    padding-left: 160px;
}

#membersOfMantoMan .momtm-container .members .member.ni .member-summary .member-name{
    padding-left: 160px;
    margin-bottom: 7px;
}

#membersOfMantoMan .momtm-container .members .member .member-summary .member-name span:nth-child(1){
    padding-left: 0;
}

#membersOfMantoMan .momtm-container .members .member{
    display: block;
}

#membersOfMantoMan .momtm-container .members .member-mobile{
    display: none;
}

@media (max-width: 1399.98px) {
    #membersOfMantoMan .momtm-container{
        width: 100%;
    }

    #membersOfMantoMan .momtm-container .members .member .member-summary .work-details{
        left: 500px;
    }

    #membersOfMantoMan .momtm-container .members .member .member-summary .member-work-history{
        padding-right: 300px;
    }

    #membersOfMantoMan::after{
        content: none;
    }
}

@media (max-width: 1299.98px){
    #membersOfMantoMan .momtm-container .members .member.ni .member-summary .work-details{
        width: 630px;
        right: 571px;
    }
}

@media (max-width: 1199.98px) {
    #membersOfMantoMan .momtm-container .members .member .member-summary .work-details{
        left: 430px;
        width: 540px;
    }

    #membersOfMantoMan .momtm-container .members .member .member-summary .member-work-history{
        padding-right: 380px;
    }

    #membersOfMantoMan .momtm-container .members .member .member-summary .work-details .wd-sum .wds-title{
        font-size: 24px;
    }

    #membersOfMantoMan .momtm-container .members .member .member-summary .work-details .wd-sum .wds-description{
        font-size: 12px;
    }

    #membersOfMantoMan .momtm-container .members .member .member-summary .work-details .wd-sum{
        height: 315px;
    }

    #membersOfMantoMan .momtm-container .members .member .member-summary .work-details .wd-point{
        width: 500px;
        font-size: 16px;
    }

    #membersOfMantoMan .momtm-container .members .member.ichi{
        margin-bottom: 60px;
    }

    #membersOfMantoMan::after{
        content: none;
    }

    #membersOfMantoMan .momtm-container .members .member.ni .member-summary .member-name,
    #membersOfMantoMan .momtm-container .members .member.ni .member-summary .member-work-history{
        padding-left: 285px;
    }

    #membersOfMantoMan .momtm-container .members .member.ni .member-summary .work-details{
        right: 490px;
    }
}

@media (max-width: 991.98px) {
    #membersOfMantoMan::after{
        content: none;
    }
}

@media (max-width: 767.98px) {
    #membersOfMantoMan .momtm-container{
        padding-top: 60px;
    }

    #membersOfMantoMan .momtm-container .pre-h4{
        font-size: 16px;
    }

    #membersOfMantoMan .momtm-container h4.section-subject{
        font-size: 32px;
    }

    #membersOfMantoMan .momtm-container p.section-sub{
        font-size: 24px;       
        padding-left: 0; 
        text-align: center;
        width: 100%;
        margin: 20px 0;
    }

    #membersOfMantoMan .momtm-container p.section-sub::before{
        content: none;        
    }

    #membersOfMantoMan .momtm-container .members .member{
        display: none;
    }

    #membersOfMantoMan .momtm-container .members .member-mobile{
        display: block;
        padding: 30px 15px 30px 15px;
        background-color: #F5F8FB;
        margin-bottom: 40px;
    }

    #membersOfMantoMan .momtm-container .members .member-mobile .member-photo{
        width: 100%;
        height: 222px;
        margin-bottom: 5px;
    }
    
    #membersOfMantoMan .momtm-container .members .member-mobile.ichi .member-photo{
        background: url("../images/yuhei-kogure.png") no-repeat;
        background-size: contain;
    }
    
    #membersOfMantoMan .momtm-container .members .member-mobile.ni .member-photo{
        background: url("../images/taiji-ishikawa.png") no-repeat;
        background-size: contain;
    }

    #membersOfMantoMan .momtm-container .members .member-mobile .member-name{
        font-size: 16px;
        color: #1D518D;
        font-weight: 500;
        margin-bottom: 10px;
    }

    #membersOfMantoMan .momtm-container .members .member-mobile .member-name span:first-child{
        margin-right: 16px;
    }

    #membersOfMantoMan .momtm-container .members .member-mobile .member-work-history{
        font-size: 12px;
        font-weight: 500;
        color: #1D518D;
    }

    #membersOfMantoMan .momtm-container .members .member-mobile .work-details .wd-sum{
        padding-top: 24px;
        padding-left: 22px;
        padding-bottom: 20px;
        background-color: rgba(255,255,255,0.9);
        margin-bottom: 15px;
    }

    #membersOfMantoMan .momtm-container .members .member-mobile .work-details .wd-sum .wds-title{
        font-size: 16px;
        font-weight: 500;
        color: #1A7BA5;
    }

    #membersOfMantoMan .momtm-container .members .member-mobile .work-details .wd-sum .wds-description{
        font-size: 14px;
        font-weight: 500;
        color: #333333;
        margin-bottom: 0;
    }

    #membersOfMantoMan .momtm-container .members .member-mobile .work-details .wd-title{
        font-size: 16px;
        font-weight: 600;
        color: #227DB9;
        text-align: center;
    }

    #membersOfMantoMan .momtm-container .members .member-mobile .work-details .wd-point{
        margin-bottom: 0;
        background-color: rgba(1,98,161,0.7);
        padding-left: 8px;
        font-size: 14px;
        font-weight: 300;
        color: #fff;
        line-height: 20px;
        padding-top: 9px;
    }

    #membersOfMantoMan .momtm-container .members .member-mobile .work-details .wd-point:last-child{
        padding-bottom: 15px;
    }

    #membersOfMantoMan {
        height: auto;
    }

    #membersOfMantoMan::after{
        content: none;
    }
}