/*sp用*/
/*ボタンエフェクト*/
.cta-area1{
    position: relative;
    background: url("../img/easy02_01.webp") no-repeat top center;
    height: 1225px;
}
.reflection_btn1{
    width: 87%; /*ボタンの光る幅*/
    left: 0%;
    height: 170px; /*ボタンの光る高さ*/
    top:1000px;
}

.cta-area2{
    position: relative;
    background: url("../img/easy02_02.webp") no-repeat top center;
    height: 1284px;
}
.reflection_btn2{
    width: 87%; /*ボタンの光る幅*/
    left: 0%;
    height: 170px; /*ボタンの光る高さ*/
    top:1040px;
}

.cta-area3{
    position: relative;
    background: url("../img/easy10.webp") no-repeat top center;
    height: 1477px;
}
.reflection_btn3{
    width: 87%; /*ボタンの光る幅*/
    left: 0%;
    height: 170px; /*ボタンの光る高さ*/
    top:1070px;
}


.cta-area1 .btn-img{
    position: relative;
    top: 10px; /*ボタン位置の高さ*/
    width: 94%;
    left: 0%;
    filter: drop-shadow(0 2px 2px rgba(88, 88, 63, 48%)) drop-shadow(7px 1px 6px rgba(88, 88, 63, 67%));
}
.cta-area2 .btn-img{
    position: relative;
    top: 10px; /*ボタン位置の高さ*/
    width: 94%;
    left: 0%;
    filter:  drop-shadow(0 2px 2px rgba(88, 88, 63, 48%)) drop-shadow(7px 1px 6px rgba(88, 88, 63, 67%));
}
.cta-area3 .btn-img{
    position: relative;
    top: 10px; /*ボタン位置の高さ*/
    width: 94%;
    left: 0%;
    filter:  drop-shadow(0 2px 2px rgba(88, 88, 63, 48%)) drop-shadow(7px 1px 6px rgba(88, 88, 63, 67%));
}