@charset "UTF-8";

/* main */
.section_main{
    background-color: #eee;
    margin-bottom: 10%;
    padding-top: 1px;
    padding-bottom: 11%;
}

.main_btn_wrap{
    margin-left: auto;
    margin-right: auto;
    margin-top: 7%;
    width: 88%;
}

.main_btn{
    background-color: #fff;
    border-radius: 1000px;
    display: flex;
    align-items: center;
    font-size: 3.8vw;
    font-weight: 700;
    margin-bottom: 5%;
    padding-left: 5%;
    padding-right: 5%;
    height: 14.6vw;
    width: 100%;
}
.main_btn::after{
    content: "";
    aspect-ratio: 1/1;
    background-color: #4095D3;
    background-image: url("../images/common/btn_arrow_right_white.svg");
    background-size: 40%;
    background-position: 60% center;
    background-repeat: no-repeat;
    border-radius: 50%;
    display: block;
    margin-left: auto;
    width: 7%;
}


@media screen and (min-width: 960px){
    .section_main{
        max-width: 920px;
    }

    /* main */
    .section_main{
        margin-bottom: 5%;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 6%;
        width: 90%;
    }

    .main_btn_wrap{
        margin-top: 6%;
        width: 90%;
    }

    .main_btn{
        border-radius: min(.6vw, 10px);
        font-size: min(1.5vw, 28px);
        margin-bottom: 4%;
        padding-left: 4%;
        padding-right: 4%;
        height: min(5.9vw, 110px);
        width: 81%;
    }
}