.prof-line{
    margin-left: 120px;
    width: calc(100% - 240px);
    height: 1px;
    background-color: #E7E8EC;
}

#prof-info-photo-box{
    width: 100%;
    height: calc(27.5vw - 66px);
}

.prof-info-photo{
    position: absolute;
    right: 50%;
    width: calc(50% - 120px);
    height: calc(27.5vw - 66px);
}

#prof-info-name-box{
    position: absolute;
    left: 50%;
    width: 50%;
}

#prof-info-name{
    float: left;
    margin-left: 70px;
    height: 35px;
    margin-top: 7vw;
    color: black;
    font-size: 24px;
    line-height: 35px;
    letter-spacing: 1px;
}

#prof-info-name-e{
    float: left;
    margin-left: 2vw;
    height: 19px;
    margin-top: calc(7vw + 13px);
    color: black;
    font-size: 13px;
    line-height: 19px;
    letter-spacing: 1px;
}

#prof-info-title{
    position: absolute;
    margin-left: 70px;
    width: calc(50vw - 190px);
    height: 19px;
    margin-top: 12.1vw;
    color: black;
    font-size: 13px;
    line-height: 19px;
    letter-spacing: 1px;
}

#prof-info-location{
    position: absolute;
    margin-left: 70px;
    height: 19px;
    margin-top: 14.7vw;
    color: black;
    font-size: 13px;
    line-height: 19px;
    letter-spacing: 1px;
}

.prof-info-box-title{
    margin-top: 50px;
    height: 32px;
    margin-left: 120px;
    margin-bottom: 20px;
    color: black;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: 1px;
}

#prof-info-area-box{
    width: calc(100% - 240px);
    margin-left: 120px;
    margin-top: 26px;
    margin-bottom: 50px;
}

#prof-info-area-box > div{
    display: inline-block;
    width: calc(25vw - 60px);
    height: 26px;
    margin-right: -5px;
    margin-top: 12px;
    color: #333333;
    font-size: 13px;
    line-height: 26px;
    letter-spacing: 1px;
}

#prof-info-exp-box{
    width: calc(100% - 240px);
    margin-left: 120px;
    margin-top: 39px;
    margin-bottom: 50px;
}

#prof-info-exp-box > div{
    color: #333333;
    font-size: 13px;
    line-height: 26px;
    letter-spacing: 1px;
}

#prof-info-license-box{
    width: calc(100% - 240px);
    margin-left: 120px;
    margin-top: 39px;
    margin-bottom: 50px;
}

#prof-info-license-box > div{
    height: 26px;
    color: #333333;
    font-size: 13px;
    line-height: 26px;
    letter-spacing: 1px;
}

#prof-info-language-box{
    width: calc(100% - 240px);
    margin-left: 120px;
    margin-top: 26px;
    margin-bottom: 50px;
}

#prof-info-language-box > div{
    display: inline-block;
    width: calc(25vw - 60px);
    height: 26px;
    margin-right: -5px;
    margin-top: 12px;
    color: #333333;
    font-size: 13px;
    line-height: 26px;
    letter-spacing: 1px;
}

#prof-title{
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
    height: 32px;
    text-align: center;
    color: black;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: 1px;
}

#prof-list{
    margin-left: 40px;
    margin-bottom: 50px;
    width: calc(100% - 80px);
}

.prof-type{
    display: inline-block;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 20px;
    color: #333333;
}

.prof-location{
    display: inline-block;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 16px;
    color: #333333;
}
.prof-type + .prof-location{
    margin-top: 0px;
}

.prof-box{
    display: inline-block;
    width: calc(25vw - 20px);
    height: calc(13.75vw + 110px);
    margin-right: -1px;
    margin-bottom: -1px;
    margin-top: -4px;
    border: solid 1px #E7E8EC;
    box-sizing: border-box;
    color: black;
    font-size: 13px;
    line-height: 26px;
    letter-spacing: 1px;
    color: black;
    cursor: pointer;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
    transition: color 0.1s;
}

.prof-box:hover{
    color: #AA8350;
}

.prof-box-name-c{
    margin-left: 30px;
    margin-top: 30px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1px;
}

.prof-box-name-e{
    margin-left: 30px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1px;
}

.prof-box-photo{
    margin-left: 30px;
    margin-top: 8px;
    width: calc(25vw - 80px);
    height: calc(13.75vw - 44px);
    object-fit: cover;
}

.prof-box-title{
    float: left;
    width: calc(25vw - 80px);
    height: 17px;
    margin-top: 10px;
    margin-bottom: 30px;
    margin-left: 30px;
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
    letter-spacing: 1px;
}

.prof-box-location{
    float: right;
}


#prof-partner-photo{
    float: left;
    width: 100%;
    height: 305px;
    object-fit: contain;
    margin-bottom: 30px;
}

@media only screen and (min-width: 1440px){   

    #prof-info-photo-box{
        height: 330px;
    }
    
    .prof-info-photo{
        width: 600px;
        height: 330px;
    }
    
    #prof-info-name{
        margin-top: 101px;
    }
    
    #prof-info-name-e{
        margin-left: 29px;
        margin-top: 114px;
    }
    
    #prof-info-title{
        width: 530px;
        margin-top: 174px;
    }
    
    #prof-info-location{
        margin-top: 212px;
    }
    
    #prof-info-area-box > div{
        width: 300px;
    }
    
    #prof-info-language-box > div{
        width: 300px;
    }
    
    .prof-box{
        width: 340px;
        height: 308px;
    }
    
    .prof-box-photo{
        width: 280px;
        height: 154px;
    }
    
    .prof-box-title{
        width: 280px;
    }

}

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

    .prof-line{
        display: none;
        margin-left: 120px;
        width: calc(100% - 240px);
        height: 1px;
        background-color: #E7E8EC;
    }
    
    #prof-info-photo-box{
        float: left;
        width: 100%;
        height: 128vw;
    }
    
    .prof-info-photo{
        position: absolute;
        margin-top: 38.13vw;
        right: 5.33vw;
        width: 89.34vw;
        height: 89.34vw;
        object-fit: cover;
    }
    
    #prof-info-name-box{
        float: left;
        left: 0%;
        width: 100%;
    }
    
    #prof-info-name{
        float: left;
        width: 100%;
        margin-left: 0px;
        height: 5.6vw;
        margin-top: 5.33vw;
        color: #333333;
        font-size: 4.8vw;
        line-height: 5.6vw;
        text-align: center;
    }
    
    #prof-info-name-e{
        float: left;
        width: 100%;
        margin-left: 0vw;
        height: 3.73vw;
        margin-top: 2.67vw;
        color: #333333;
        font-size: 3.2vw;
        line-height: 3.73vw;
        text-align: center;
    }
    
    #prof-info-title{
        position: relative;
        float: left;
        margin-left: 0px;
        width: 100%;
        height: 3.73vw;
        margin-top: 5.33vw;
        color: #333333;
        font-size: 3.2vw;
        line-height: 3.73vw;
        text-align: center;
    }
    
    #prof-info-location{
        position: relative;
        float: left;
        margin-left: 0px;
        width: 100%;
        height: 3.73vw;
        margin-top: 2.67vw;
        color: #333333;
        font-size: 3.2vw;
        line-height: 3.73vw;
        text-align: center;
    }
    
    .prof-info-box-title{
        float: left;
        width: 89.34vw;
        margin-top: 5.33vw;
        height: 9.87vw;
        margin-left: 5.33vw;
        margin-bottom: 6.67vw;
        color: #333333;
        font-size: 4vw;
        line-height: 8.53vw;
        border-bottom: solid 1px #e7e8ec;
    }
    
    #prof-info-area-box{
        float: left;
        width: 89.34vw;
        margin-left: 5.33vw;
        margin-top: 0px;
        margin-bottom: 0px;
    }
    
    #prof-info-area-box > div{
        display: inline-block;
        width: 44.67vw;
        height: 6.93vw;
        margin-right: 0px;
        margin-top: 0px;
        color: #333333;
        font-size: 3.47vw;
        line-height: 6.93vw;
    }
    
    #prof-info-exp-box{
        float: left;
        width: 89.34vw;
        margin-left: 5.33vw;
        margin-top: 0px;
        margin-bottom: 0px;
    }
    
    #prof-info-exp-box > div{
        color: #333333;
        font-size: 3.47vw;
        line-height: 6.93vw;
    }
    
    #prof-info-license-box{
        float: left;
        width: 89.34vw;
        margin-left: 5.33vw;
        margin-top: 0px;
        margin-bottom: 0px;
    }
    
    #prof-info-license-box > div{
        height: 6.93vw;
        color: #333333;
        font-size: 3.47vw;
        line-height: 6.93vw;
    }
    
    #prof-info-language-box{
        float: left;
        width: 89.34vw;
        margin-left: 5.33vw;
        margin-top: 0px;
        margin-bottom: 5.33vw;
    }
    
    #prof-info-language-box > div{
        display: inline-block;
        width: 44.67vw;
        height: 6.93vw;
        margin-right: 0px;
        margin-top: 0px;
        color: #333333;
        font-size: 3.47vw;
        line-height: 6.93vw;
    }
    
    #prof-title{
        float: left;
        width: 100%;
        margin-top: 0px;
        margin-bottom: 0vw;
        height: 15.47vw;
        padding-left: 0px;
        text-align: center;
        color: #333333;
        background-color: #f6f6f6;
        font-size: 5.33vw;
        line-height: 15.47vw;
        font-weight: 600;
    }
    
    #prof-list{
        float: left;
        margin-left: 0px;
        margin-bottom: 0px;
        width: 100%;
    }

    .prof-type{
        float: left;
        width: 100%;
        font-weight: 600;
        line-height: 50px;
        padding-left: 20px;
        margin-top: 0px;
        margin-bottom: 0px;
        font-size: 15px;
    }
    
    .prof-box{
        float: left;
        width: 100%;
        height: 40vw;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        border: none;
        border-bottom: solid 1px #e7e8ec;
        color: #333333;
        font-size: 3.47vw;
        line-height: 4vw;
    }
    
    .prof-box-name-c{
        float: left;
        margin-left: 45.33vw;
        margin-top: 6.13vw;
        font-size: 4.27vw;
        line-height: 5.07vw;
    }
    
    .prof-box-name-e{
        float: left;
        margin-left: 45.33vw;
        font-size: 3.47vw;
        line-height: 4vw;
    }
    
    .prof-box-photo{
        position: absolute;
        left: 0px;
        margin-left: 0px;
        margin-top: 0vw;
        width: 40vw;
        height: 40vw;
        object-fit: cover;
    }
    
    .prof-box-title{
        float: left;
        width: 50vw;
        height: 4vw;
        margin-top: 5.33vw;
        margin-bottom: 0px;
        margin-left: 45.33vw;
        margin-right: 5.33vw;
        font-weight: 400;
        font-size: 3.47vw;
        line-height: 4vw;
        overflow: hidden;
        white-space: nowrap;
    }
    
    .prof-box-location{
        position: absolute;
        margin-top: 5.33vw;
    }


    #prof-partner-photo{
        width: 89.34vw;
        margin-left: 5.33vw;
        height: auto;
        margin-bottom: 0px;
    }
}