@charset "UTF-8";
body {
    margin: 0;
    position: relative;
}

.hero {
    /* background-image: url(/center/img/home/home-bg_2511.webp);
    background-size: cover;
    background-repeat: no-repeat;
    max-height: 1550px; */
    width: 100%;
}

.hero img {
    width: 100%;

}

/* .hero_catch_text {
    position: relative;
    width: 100%;
    height: 900px;
} */

/* .hero_catch_text img {
    display: block;
    font-size: 35px;
    position: absolute;
    top: 23%;
    left: 55%;
    max-width: 700px;
    width: 100%;
} */

.nav_txt {
    text-align: center;
}

.nav_txt p {
    margin-bottom: 30px;
}

.dot {
    max-width: unset;
    width: 65%;
	padding-bottom: 100px;
    margin: 0 auto;
}

.home-nav {
    box-shadow: 2px -10px 15px -5px rgba(0, 0, 0, 0.2);
    padding-bottom: 50px;
    position: relative;
    top: -100px;
    background: #fff;
}

.home-nav_ttl {
    text-align: center;
    font-size: 24px;
    padding: 70px 0px 45px;
}

.home-nav-list {
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
}

.home-nav-list_item {
    width: 23%;
    text-align: center;
    border-right: solid 1px #DDDDDD;
    padding-bottom: 30px;
    font-weight: bold;
}

.home-nav-list_item:last-child {
    border-right: none;
}

.home-nav-list_item a {
    opacity: 1;
    transition: opacity 0.3s ease; 
}

.home-nav-list_item a:hover {
    opacity: 0.7;
}

.home-nav-list_item a img {
    margin-bottom: 17px;
}

@media screen and (max-width:1024px) {
    body {
        min-width: 1550px;
    }
    .hero_catch_text img {
        top: 30%;
        left: 46%;
    }
}

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

@media screen and (max-width:768px) {
    .hero_catch_text img {
        left: 47%;
    }
}

@media screen and (max-width:767px) {
    .hero_catch_text img {
        top: 7%;
        left: 34%;
    }
}

@media screen and (max-width:640px) {
    body {
        min-width: unset;
    }

    .hero {
        /* background-image: url(/center/img/home/home-bg_sp.webp);
        background-size: contain;
        background-repeat: no-repeat;
        height: 1375px;
        background-position: 0 55px;
        margin-bottom: 45px;
        max-height: 1400px; */
        padding-top: 70px;
    }

    .hero_catch_text img {
        display: none;
    }

    .dot {
        padding: unset;
        margin: unset;
        width: 100%;
    }

    /* TOPナビ */

    .home-nav {
        position: relative;
        width: 90%;
        top: -30px;
        padding-bottom: 0;
        margin: 0 auto;
    }

    .home-nav-list {
        justify-content: space-around;
        flex-wrap: wrap;
    }

    .home-nav-list_item {
        width: 40%;
        border-right: unset;
        margin-bottom: 0px;
    }

    .home-nav-list_item:nth-child(2) {
        border-right: none;
    }

    .home-nav-list_item:nth-child(3) {
        margin-bottom: 0;
    }

    .home-nav-list_item:last-child {
        margin: 0 auto;
    }

    .home-nav_ttl {
        font-size: 20px;
        padding: 45px 0;
    }

    .nav_txt {
        text-align: left;
        padding: 0 20px 30px;
    }
    .nav_txt p {
        line-height: 2.5;
    }

    .foot {
        top: 0px !important;
    }
}

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

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

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

