/*
COMMON
*/
@media (min-width: 768px){
    #header .nav_subarea {
        background:#000;
        width: 100%;
        padding:0;
        border-top: 1px solid #333;
        border-bottom: 1px solid #ddd;
        transition: 0.3s ease-in-out;
    }
    .navFixed #header .nav_subarea {
        background:#000;
    }
    #header .nav_subarea ul{
        display: flex;
    }
    #header .nav_subarea ul li {
        margin-left: 0;
        padding: 0;
        border-right: 1px solid #333;
    }
    #header .nav_subarea ul li:first-child{
        border-left: 1px solid #333;
    }
    #header .nav_subarea ul li a {
        /* color: #333; */
        text-decoration: none;
        width: auto;
        padding: 10px 25px;
        vertical-align: bottom;
        border-radius: 0;
    }
    #header .nav_subarea ul li a i{
        margin-right: 10px;
    }
    #header .nav_subarea .btn.btn01::after {
        display: none;
    }
    #header .nav_subarea .btn.btn01:hover,
    #header .nav_subarea .btn.btn01.active {
        background: url(/files/img/common/bg01.png) #fff;
        color: #000;
    }
    #header .nav_subarea .btn.btn01:hover::after{
        color: #000;
    }
    #header .navArea .navAreaInner.small,
    #header .navArea .navAreaInner.small .gnav .item{
        height: 40px !important;
        line-height: 40px !important;
    }
}

/*
TOP
*/
#mv li#slide01 div{
    background: url(/files/img/top/mv01_v2.jpg) center center;
    background-size: cover;
}
#mv li#slide02 div{
    background: url(/files/img/top/mv02_v2.jpg) center center;
    background-size: cover;
}
#mv li#slide03 div{
    background: url(/files/img/top/mv03_v2.jpg) center center;
    background-size: cover;
}

@media (max-width: 768px){
    #mv li div{
        padding-top: 36%;
        height: auto;
        background-size: cover;
    }

}
@media (min-width: 768px){
    #mv li{
    }
    #mv li div{
        padding-top: 36%;
        height: auto;
        background-size: cover;
    }
    #home #news{
        display: flex;
        justify-content: space-between;
        align-items:center;
        flex-wrap: wrap;
        padding:30px 0;
    }
    #home #news h2{
        width: 20%;
        margin: 0;
    } 
    #home #news #news_content{
        width: 70%;
        padding-top: 30px;

    }
}
.recList .item figure {
    max-height: 400px;
}

@media (max-width: 768px){
    .recList .item figure {
        max-height: none !important;
    }

    .recList .item figure img {
        max-height: 300px;
    }
}
