@charset "UTF-8";

html {
    font-size: 16px;
    font-family: 'Noto Sans JP', "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #000;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.75;
    scroll-behavior: smooth;
    scroll-padding-top: 100px;
}

.montserrat {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

/* コンテンツ幅 */
.inner {
    max-width: 1550px;
    width: calc(100% - 40px);
    margin: 0 auto;
}


/* PCのみ表示 */
.pc_only {
    display: block;
}

@media screen and (max-width: 680px) {
    .pc_only {
        display: none;
    }
}

/* スマホのみ表示 */
.sp_only {
    display: none;
}

@media screen and (max-width: 680px) {
    .sp_only {
        display: block;
    }
}


/* 必要に応じて */
main {
    overflow: hidden;
}

/* レスポンシブ */
@media screen and (min-width: 681px) {
    body {
        min-width: 1240px;
    }
}

/* 共通パーツ */
.section__title {
    font-size: 48px;
    line-height: 1.2;
    color: #26499D;
    font-weight: 700;
}

a {
    transition: 0.3s;
}

.btn01 {
    background-color: #E9ECF5;
    border-radius: 12px;
    padding: 6px 6px 6px 34px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #26499D;
    font-weight: 700;
    font-size: 15px;
}

.btn01__wrap {
    background-color: #26499D;
    padding: 16px 19px;
    border-radius: 8px;
    width: 48px;
    height: 48px;

}

.btn01 img {
    width: 10px;
    height: 16px;
    display: grid;
    place-items: center;
}

.btn02__wrap {
    border-radius: 8px;
    background-color: #11BACC;
    padding: 20px 23px;
    width: 56px;
    height: 56px;
}

.btn02 img {
    width: 10px;
    height: 16px;
    display: grid;
    place-items: center;
}

.btn03__wrap {
    border-radius: 8px;
    background-color: #26499D;
    padding: 20px 23px;
    width: 56px;
    height: 56px;
    margin-top: 20px;
    margin-left: 305px;
}

.btn03 img {
    width: 10px;
    height: 16px;
    display: grid;
    place-items: center;
}

.btn04 {
    width: 48px;
    height: 48px;
    border-radius: 8px;
    background-color: #26499D;
    display: grid;
    place-items: center;
}

.btn04__img {
    width: 10px;
    height: 16px;
}

@media screen and (max-width: 680px) {
    .section__title {
        /*font-size: 30px;*/
        font-size: 9vw;
        line-height: 1.2;
        text-align: center;
    }

    .btn01 {
        background-color: #E9ECF5;
        border-radius: 12px;
        padding: 5px 6px 3px 18px;
        font-size: 15px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .btn01__wrap {
        background-color: #26499D;
        padding: 10px 12px;
        border-radius: 8px;
        width: 32px;
        height: 32px;

    }

    .btn01 img {
        width: 6px;
        height: 10px;
        display: grid;
        place-items: center;
    }

    .btn02__wrap {
        border-radius: 8px;
        background-color: #11BACC;
        padding: 10px 14px;
        width: 32px;
        height: 32px;
    }

    .btn02 img {
        width: 6px;
        height: 10px;
        display: grid;
        place-items: center;
    }

    .btn03__wrap {
        border-radius: 4px;
        background-color: #11BACC;
        padding: 10px 12px;
        width: 32px;
        height: 32px;
        margin-top: -3px;
        margin-left: auto;
    }

    .btn03 img {
        width: 6px;
        height: 11px;
        display: grid;
        place-items: center;
    }

    .btn04 {
        display: none;
    }

    .btn04__img {
        width: 10px;
        height: 16px;
    }
}

@media screen and (min-width: 681px) {
    a:hover {
        opacity: 0.7;
    }
}


.u-fs__s {
    font-size: 14px;
}

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

    .u-fs__s {
        font-size: 3.733vw;
    }
}



.grecaptcha-badge {
    visibility: hidden;
}