@charset "utf-8";
/*-----------------------------------------------------------------------------------

    Theme Name: sekaiminzokusai2020
    Theme URI: http://sekaiminzokusai.com/
    Description: 
    Author: Hackusha, Inc.
    Author URI: https://hackusha.jp/
    Version: 1.0

-----------------------------------------------------------------------------------*/

@media (min-width: 992px) {
#canvas .slider-caption h1.hero_title_v2025 {
        font-size: 5vw;
    small {
        font-size: 50%;
        font-weight: bold;
    }
}
}

@media (min-width: 1800px) {
#canvas .slider-caption h1.hero_title_v2025 {
        font-size: 6rem;
}
}

@media (max-width: 991px) {
    .slider-caption p.hero_text_v2025 {
        font-size: 4.6vw;
    }
}

.button_archive {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 3rem auto;
    font-size: 130%;
    padding: 1rem 0;
}
@media (max-width: 768px) {
    .button_archive {
        font-size: 80%;
    }
}

.hero-sns-area {
    margin-top: 1rem;
    display: flex;
    justify-content: center;
    gap: 2rem;
    align-items: center;
    /* a {
        display: block;
    }
    img {
        width: 60px;
        height: auto;
    }
    .icon-facebook {
        color: #fff;
        background: #425A94;
        font-size: 1.4rem;
        height: 60px;
        width: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 100px;
    } */
}