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

.ctAdvisor .ctAdvisorImg {
    position: relative;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    overflow: hidden;
}

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