* {
    min-height: 0vw;
}

:root {
    --main-color-1: #3EA85B;
    --main-color-d1: #428149;
    --main-color-l1: #FAFAFA;
    --main-color-l2: #FFE5CC;
    --main-color-l3: #effcf7;
    --main-color-l4: #ccf7e7;
    --main-color-l5: #eeeeee;
    --main-glay-1: #ededed;
    --sec-padding1: 200px 20px 180px;
    --sec-padding2: 100px 20px 80px;
    --sec-padding3: 80px 20px 80px;
    --sec-padding4: 60px 20px 80px;
    --sec-padding5: 40px 20px 60px;
    --common-gap1: 40px;
    --common-gap2: 35px;
    --common-gap3: 30px;
    --sec-br: 100px;
    --common-br1: 40px;
    --common-br2: 30px;
    --common-br3: 20px;
    --card-border1: 3px solid var(--main-glay-1);
    --container-width: 1366px;
    --container-width-L: 1600px;
}

@media screen and (max-width:1399px) {
    :root {
        --sec-padding1: 160px 20px 140px;
        --sec-br: 80px;
        --common-gap1: 35px;
        --common-gap2: 30px;
    }
}

@media screen and (max-width:1199px) {
    :root {
        --sec-padding1: 140px 20px;
        --sec-br: 65px;
        --common-gap1: 30px;
        --common-gap3: 25px;
    }
}

@media screen and (max-width:959px) {
    :root {
        --sec-br: 55px;
        --sec-padding4: 40px 20px 80px;
        --common-gap1: 25px;
        --common-gap2: 25px;
        --common-br1: 30px;
    }
}

@media screen and (max-width:767px) {
    :root {
        --sec-padding1: 100px 20px;
        --sec-br: 45px;
        --common-gap1: 20px;
        --common-gap2: 20px;
        --common-gap3: 20px;
        --sec-padding5: 30px 20px 60px;
    }
}

@media screen and (max-width:480px) {
    :root {
        --sec-br: 40px;
        --common-gap3: 10px;
        --sec-padding5: 20px 20px 60px;
    }
}

img.js-lazy-load {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 0;
    -webkit-transition: opacity .8scubic-bezier(0.5, 0, 0, 1) 0s, -webkit-transform .9scubic-bezier(0.5, 0, 0, 1) 0s;
    transition: opacity .8scubic-bezier(0.5, 0, 0, 1) 0s, -webkit-transform .9scubic-bezier(0.5, 0, 0, 1) 0s;
    transition: opacity .8scubic-bezier(0.5, 0, 0, 1) 0s, transform .9scubic-bezier(0.5, 0, 0, 1) 0s;
    transition: opacity .8scubic-bezier(0.5, 0, 0, 1) 0s, transform .9scubic-bezier(0.5, 0, 0, 1) 0s, -webkit-transform .9scubic-bezier(0.5, 0, 0, 1) 0s;
}

a.btn-common {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--main-color-1);
    text-align: center;
    color: #fff;
    width: clamp(305px, 72.5vw, 365px);
    padding-right: 20px;
    padding-left: 20px;
    padding-top: clamp(15px, 2vw, 20px);
    padding-bottom: clamp(15px, 2vw, 20px);
    border-radius: 99px;
    font-size: clamp(15.5px, 1.75vw, 17px);
    transition: background-color .3s;
    position: relative;
    font-weight: 400;

    .allow-box {
        display: flex;
        align-items: center;
        justify-content: center;
        width: clamp(30px, 3.2vw, 35px);
        height: clamp(30px, 3.2vw, 35px);
        border-radius: 99px;
        background: #fff;
        position: absolute;
        right: 15px;

        &::after {
            font: var(--fa-font-solid);
            content: "\f061";
            color: var(--main-color-1);
            transition: color .3s, transform .3s;
        }

        &:focus {
            text-decoration: none;
        }
    }

    &:hover {
        text-decoration: none;
        background: var(--main-color-d1);

        .allow-box::after {
            color: var(--main-color-d1);
            transform: translateX(4px);
        }
    }
}

@media screen and (min-width:960px) {
    a.btn-common {
        width: auto;
        padding-right: 65px;
        padding-left: 40px;
    }
}

a.btn-common.btn-common-m {
    width: clamp(305px, 72.5vw, 335px);
    font-size: clamp(15px, 1.6vw, 17px);

    .allow-box {
        width: clamp(30px, 3.1vw, 32px);
        height: clamp(30px, 3.1vw, 32px);
        right: 12px;

        &::after {
            font-size: 15px;
        }
    }
}

@media screen and (max-width:1199px) {
    a.btn-common {
        .allow-box {
            right: 14px;
        }
    }
}

@media screen and (max-width:767px) {
    a.btn-common {
        font-weight: 600;

        .allow-box {
            right: 12px;
        }
    }
}

@media screen and (max-width:480px) {
    a.btn-common {
        width: clamp(285px, 72.5vw, 350px);

        .allow-box {
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 99px;
            background: #fff;
            position: absolute;
            right: 13px;
        }
    }

    a.btn-common.btn-common-m {
        width: clamp(285px, 72.5vw, 350px);
    }
}

.body-renewal2025 {
    font-family: "Lato", 'Noto Sans JP', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', '游ゴシック', 'Yu Gothic', YuGothic, 'メイリオ', Meiryo, sans-serif;

    h1,
    h2,
    h3,
    h4,
    h5 {
        font-weight: 600;
    }

    p {
        font-weight: 400;
    }

    img {
        min-width: 0;
    }

    .container {
        position: relative;
        margin: 0 auto;
        padding: 0 1rem;
        max-width: var(--container-width);
        width: 100%;
    }

    .container.container-old {
        position: relative;
        margin: 0 auto;
        padding: 0 1rem;
        max-width: 120rem;
        width: 100%;
    }

    .sec-header.sec-header-old {
        padding-top: 6rem;
        padding-bottom: 3rem;
        text-align: center;
    }

    @media (min-width: 960px) {
        .sec-header.sec-header-old {
            padding-bottom: 4rem;
        }

        section.section2 {
            margin-top: 6rem;
        }
    }

    .container.containerL {
        max-width: var(--container-width-L);
    }

    .sec-header.sec-header-new {
        padding-top: 0;

        .dots_line {
            width: 75px;
            margin: 20px auto;
        }

        h1 {
            font-size: 42px;
            margin-bottom: 30px;
        }

        .h1:only-child {
            margin-bottom: 30px;
        }

        .lead {
            margin: 30px auto;
            font-size: 20px;
            word-break: keep-all;
        }
    }

    .common-h2-1 {
        font-size: 27px;
        line-height: 1.4;
        letter-spacing: 0.025em;
    }

    .common-h2-2 {
        font-size: 21px;
        line-height: 1.4;
        letter-spacing: 0.025em;
    }

    .common-p-1 {
        font-size: 17px;
        line-height: 1.65;
        letter-spacing: 0.03em;
        font-weight: 400;
    }

    .common-p-2 {
        font-size: 15px;
        line-height: 1.65;
        letter-spacing: 0.03em;
        font-weight: 400;
    }

    .common-p-3 {
        font-size: 15px;
        line-height: 1.65;
        letter-spacing: 0.03em;
        font-weight: 400;
    }

    .sec_footer {
        display: flex;
        justify-content: center;
        padding: 60px 0;
        flex-direction: column;
        align-items: center;
    }
}

@media screen and (max-width:1840px) {
    .body-renewal2025 {
        .container.containerL {
            padding: 0 40px;
        }
    }
}

@media screen and (max-width:1599px) {
    .body-renewal2025 {
        .sec-header.sec-header-new {
            h1 {
                font-size: 40px;
            }
        }
    }
}

@media screen and (max-width:1399px) {
    .body-renewal2025 {
        .container.containerL {
            padding: 0 30px;
        }

        .sec-header.sec-header-new {
            .dots_line {
                width: 70px;
            }

            h1 {
                font-size: 38px;
            }

            .lead {
                font-size: 18px;
            }
        }

        .common-h2-2 {
            font-size: 20px;
        }

        .common-p-1 {
            font-size: 17px;
        }
    }
}

@media screen and (max-width:1199px) {
    .body-renewal2025 {
        .sec-header.sec-header-new {
            .dots_line {
                width: 65px;
            }

            h1 {
                font-size: 36px;
            }

            .lead {
                font-size: 17px;
            }
        }

        .common-h2-1 {
            font-size: 25px;
        }

        .common-h2-2 {
            font-size: 19px;
        }

        .common-p-1 {
            font-size: 16px;
        }

        .common-p-3 {
            font-size: 14px;
        }
    }
}

@media screen and (max-width:959px) {
    .body-renewal2025 {
        .sec-header.sec-header-new {
            .dots_line {
                width: 60px;
            }

            h1 {
                font-size: 33px;
            }

            .lead {
                _font-size: 17px;
            }
        }

        .common-h2-1 {
            font-size: 23px;
        }

        .common-p-1 {
            font-size: 16px;
            line-height: 1.75;
            letter-spacing: 0;
        }
    }
}

@media screen and (max-width:767px) {
    .body-renewal2025 {
        .container.containerL {
            padding: 0 25px;
        }

        .sec-header.sec-header-new {
            padding-bottom: 20px;

            .dots_line {
                width: 55px;
            }

            h1 {
                font-size: 30px;
            }

            .lead {
                font-size: 16px;
            }
        }

        .common-h2-1 {
            font-size: 22px;
        }

        .common-h2-2 {
            font-size: 18px;
        }
    }
}

@media screen and (max-width:480px) {
    .body-renewal2025 {
        .container.containerL {
            padding: 0 20px;
        }

        .container {
            padding: 0;
        }

        .sec-header.sec-header-new {
            h1 {
                font-size: 28px;
            }

            .lead {
                _font-size: 16px;
            }
        }

        .common-h2-1 {
            font-size: 21px;
        }

        .common-p-2 {
            font-size: 14px;
            letter-spacing: initial;
        }
    }
}