/* アドバイザー画像部分 */

.ctAdvisor .ctAdvisorImg {
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    max-width: 175px;
    margin: 0 auto 10px;
}

@media screen and (max-width: 360px) {
    .ctAdvisor .ctAdvisorImg {
        max-width: 150px;
    }
}

.ctAdvisorImg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(293.79deg, #ebddfd 12.71%, #c0defd 90.82%);
    z-index: 1;
    pointer-events: none;
    mix-blend-mode: soft-light;
    width: 100%;
    height: 175px;
}