/*****************************/


/*----top-btn---*/


/*****************************/

@media (max-width: 767px) {
    .top-btn.layout-pc {
        display: none;
    }
}
#footer .c-back-to-top{
    z-index: 9999;
}
#header .header-mobile {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 999;
}

.top-btn.layout-sp {
    display: none;
}

.top-btn__wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 70px;
}

.top-btn__box {
    flex: calc(50% - 35px);
    max-width: calc(50% - 35px);
}

.top-btn__slogan {
    text-align: center;
}

.top-btn__slogan p {
    color: #bc4e25;
    font-size: 36px;
    line-height: 49px;
    font-family: "Kozuka Gothic Pr6N B";
}

.top-btn__box__img {
    text-align: center;
}

.top-btn__box__img img {
    max-height: 231px;
}

.top-btn__box__img-title h3 {
    font-size: 36px;
    line-height: 64.2px;
    color: #bc4e25;
    font-family: "Kozuka Gothic Pr6N B";
    margin-bottom: 0;
    margin-top: 27px;
}

.top-btn__box__img-title img {
    width: 19.2vw;
}

.top-btn__box__img-title img {
    width: 145px;
}

.top-btn__box+.top-btn__box .top-btn__box__img-title h3 {
    color: #1a1a1a;
}

.top-btn__box__content {
    margin-top: 15px;
}

.top-btn__box__content p {
    color: #000;
    font-size: 20px;
    line-height: 35px;
    margin-bottom: 0;
    font-family: "Kozuka Gothic Pr6N R";
}

.top-btn__box__content p b {
    color: #000;
    font-size: 20px;
    line-height: 35px;
    margin-bottom: 0;
    font-family: "Kozuka Gothic Pr6N R";
    background: #ffd768;
    font-weight: 400;
}

.top-btn__hanlde {
    margin-top: 120px;
}

@media (max-width:991px) {
    .main-content {
        padding-top: 44px;
    }
}

@media (max-width: 767px) {
    .top-btn__wrap {
        gap: unset;
    }
    .top-btn__hanlde {
        margin-top: 0px;
    }
    .top-btn__box {
        flex: 100%;
        max-width: 100%;
    }
    .top-btn.layout-sp {
        display: block;
    }
    .top-btn__slogan {
        text-align: center;
    }
    .top-btn__slogan p {
        color: #bc4e25;
        font-size: 3.7333333333vw;
        line-height: 6vw;
        font-family: "Kozuka Gothic Pr6N B";
    }
    .top-btn__box {
        margin-bottom: 5.3333333333vw;
    }
    .top-btn__box+.top-btn__box .top-btn__box__img>img {
        width: 29.3333333333vw;
    }
    .top-btn__box__img img {
        width: 21.3333333333vw;
    }
    .top-btn__box__img-title h3 {
        margin-top: 1.3333333333vw;
        color: #bc4e25;
        font-size: 4.8vw;
        line-height: 8.4vw;
        font-family: "Kozuka Gothic Pr6N B";
        margin-bottom: 0;
    }
    .top-btn__box__img-title img {
        width: 19.2vw;
    }
    .top-btn__box__content {
        margin-top: 5.8666666667vw;
    }
    .top-btn__box__content p {
        color: #000;
        font-size: 3.3333333333vw;
        line-height: 5.8666666667vw !important;
        margin-bottom: 0;
        font-family: "Kozuka Gothic Pr6N R";
    }
    .top-btn__box__content p b {
        color: #000;
        font-size: 3.3333333333vw;
        line-height: 5.8666666667vw !important;
        margin-bottom: 0;
        font-family: "Kozuka Gothic Pr6N R";
        background: #ffd768;
        font-weight: 400;
    }
    .top-btn__hanlde a {
        margin-top: -50px;
        color: #BC4E25;
        border: 2px solid #BC4E25;
        width: 50.6666666667vw !important;
        max-width: 100%;
        height: 10.6666666667vw !important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 3.2vw !important;
        line-height: 5.6vw !important;
        margin-left: auto;
        margin-right: auto;
        border-radius: 5px;
    }
}

@media (max-width: 767px) {
    .top-btn__hanlde a {
        margin-top: 11.7333333333vw !important;
    }
}
