@charset "utf-8";

/* MV
----------------------------------------------------------------------------- */
.top-mv{
    width: 100%;
    background-image: url("../images/top_mv_bg.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding-top: 50px;
}
.top-mv-inner{
    display: flex;
    align-items: flex-end;
}
.top-mv-inner-img,
.top-mv-inner-news{
    width: 50%;
    height: 100%;
    position: relative;
}

/* img */
.top-mv-inner-img{
    padding-bottom: 50px;
    text-align: center;
}

/* news */
.top-mv-inner-news{
    margin-left: 50px;
    padding-bottom: 30px;
}
.top-mv-inner-news-box{
    background-color: rgba(255,255,255,0.8);
    border-radius: 10px;
    padding: 20px 30px;
}
.top-mv-inner-news-box-ttl{
    padding-bottom: 20px;
    border-bottom: 1px solid #D9D9D9;
    font-size: 20px;
    font-family: "Noto Serif JP", serif;
    margin-bottom: 20px;
}

.top-mv-inner-news-main a{
    display: block;
    text-decoration: none;
    background-image: url("../../common/images/arr_green.png");
    background-repeat: no-repeat;
    background-size: 10px 16px;
    background-position: center right;
}
.top-mv-inner-news-main a dl{
    display: flex;
    align-items: flex-start;
}
.top-mv-inner-news-main a dl dt{
    color: #1EA52C;
    font-weight: bold;
    flex-wrap: nowrap;
    margin-right: 18px;
    
}

@media screen and (max-width:768px){
    .top-mv{
        background-image: url("../images/top_mv_bg_sp.png");
        padding-top: 25vw;
    }
    .top-mv-inner{
        display: block;
    }
    .top-mv-inner-img,
    .top-mv-inner-news{
        width: 100%;
    }

    /* img */
    .top-mv-inner-img{
        padding-bottom: 10px;
    }

    /* news */
    .top-mv-inner-news{
        margin-left: 0;
        padding-bottom: 20px;
    }
    .top-mv-inner-news-box{
        border-radius: 5px;
        padding: 15px 20px;
    }
    .top-mv-inner-news-box-ttl{
        padding-bottom: 10px;
        font-size: 16px;
        margin-bottom: 10px;
    }

    .top-mv-inner-news-main a{
        display: block;
        padding-right: 15px;
        background-size: 5px 8px;
    }
    .top-mv-inner-news-main a dl{
        display: block;
    }
    .top-mv-inner-news-main a dl dt{
        margin-right: 0;

    }
}

/* notice
----------------------------------------------------------------------------- */
.top-notice{
    padding: 50px 0;
}

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


/* point
----------------------------------------------------------------------------- */

.top-point-main{
    
}
.top-point-main ul{
    display: flex;
    align-items: flex-start;
}
.top-point-main ul li{
    width: calc( (100% - 100px) / 3 );
    margin-right: 50px;
}
.top-point-main ul li:last-child{
    margin-right: 0;
}

.top-point-main-img{
    margin-bottom: 30px;
}

@media screen and (max-width:768px){
    .top-point-main ul{
        display: block;
    }
    .top-point-main ul li{
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }

    .top-point-main-img{
        margin-bottom: 15px;
    }
}


/* about
----------------------------------------------------------------------------- */
/* main */
.top-about-main{
    display: flex;
    margin-bottom: 50px;
}
.top-about-main-img,
.top-about-main-txt{
    width: 50%;
}
.top-about-main-img{
    margin-right: 25px;
}
.top-about-main-img a:hover{
    opacity:0.7;
}
.top-about-main-txt{
    margin-left: 25px;
}
.top-about-main-txt .fc-red{
    margin-bottom: 20px;
    font-weight: bold;
}

/* btn */
.top-about-btn{
    text-align: center;
}

@media screen and (max-width:768px){
    .top-about-main{
        display: block;
        margin-bottom: 30px;
    }
    .top-about-main-img,
    .top-about-main-txt{
        width: 100%;
    }
    .top-about-main-img{
        margin-right: 0;
        margin-bottom: 15px;
    }
    .top-about-main-txt{
        margin-left: 0;
    }
    .top-about-main-txt .fc-red{
        margin-bottom: 20px;
    }
}


/* scene
----------------------------------------------------------------------------- */
.top-scene{
    background-image: url("../images/top_scene_bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.top-scene-main{
    width: 50%;
}

@media screen and (max-width:768px){
    .top-scene{
        background-image: url("../images/top_scene_bg_sp.png");
    }
    .top-scene .ttl-L{
        margin-bottom: 50px;
    }

    .top-scene-main{
        width: 100%;
    }
}


/* faq
----------------------------------------------------------------------------- */
.top-faq{
    background-color: #1EA52C;
    
}

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