@charset "UTF-8";
/* CSS Document */

#features #title{
    width: 100%;
    height: 273px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
#features #title::after{
    width: 100%;
    height: 100%;
    background-color: rgba(36,46,56,0.7);
    position: absolute;
    top: 0;
    left:0;
    content: "";
    z-index: 2;
}
#features #title .background{
    position: absolute;
    right: 50px;
    bottom:0;
    z-index: 1;
}
#features #title h2{
    position: relative;
    z-index: 3;
    color: white;
    text-align:center;
    font-size: 45px;
    line-height: 52px;
}
#features #title h2 small{
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    display: block;
    margin-top: 5px;
}
#features #exp_01{
    overflow: visible;
}
#features #exp_01 .column.adjust{
    position: relative;
    z-index: 4;
    align-items: flex-end;
    margin-top: -30px;
}
#features #exp_01 .column_2.adjust .box:first-child{
    width: 58%;
    margin-left: -5%;
}
#features #exp_01 .column_2.adjust .box:nth-child(2){
    width: 42%;
}
#features #exp_01 .column.adjust_02 p{
    font-size: 14px;
    line-height: 18px;
    margin-top: 12px;
}
/*----------------------------------*/
@media screen and (max-width:1150px){
    #features #exp_01 .column.adjust{
        position: relative;
        z-index: 4;
        align-items: flex-start;
        margin-top: 50px;
    }
}
@media screen and (max-width:750px){ 
    #features #exp_01{
        margin-bottom: 0px;
    }
    #features #title{
        height: 156px;
    }
    #features #title .background{
        position: absolute;
        right: 5px;
        bottom:0;
        z-index: 1;
    }
    #features #title .background img{
        height: 156px;
    }
    #features #title h2{
        font-size: 27px;
        line-height: 31px;
    }
    #features #title h2 small{
        font-size: 13px;
        line-height: 19px;
    }
    #features #exp_01 .column.adjust{
        margin-top: -10px;
    }
    #features #exp_01 .column_2.adjust_02 .box{
        width: 48%;
        margin-bottom: 0px;
    }
    #features #exp_01 .column_2.adjust .box:first-child{
        width: 100%;
        margin-left: 0%;
    }
    #features #exp_01 .column_2.adjust .box:nth-child(2){
        width: 100%;
    }
}
/*------------------------------------------------------------*/
#aadva #main_image {
    background-image: url(../img/aadva/top_background.jpg);
    background-size: cover;
    height: 51.4vw;
    max-height: 987px;
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 10vw;
}
#aadva #main_image .box{
    width: 100%;
    margin-left: 130px;
    margin-top: -100px;
}
#aadva #main_image .box h2{
    width: 363px;
    margin-right: 4%;
    margin-top: -4%;
}
#aadva #main_image .box p{
    color: white;
    font-size: 20px;
    line-height: 32px;
    margin: 40px 0 0 26px;
}

#aadva #main_image .thumb_movie {
    position: absolute;
    width: 86%;
    max-width: 1200px;
    left: 0;
    right: 0;
    top: 72.5%;
    bottom: auto;
    margin: auto;
    text-align: center;
    font-size: 75%;
    font-weight: bold;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
#aadva #main_image .thumb_movie a {
    display: block;
    transition: opacity 0.4s;
    margin: 0 calc(3% - 2px);
}
#aadva #main_image .thumb_movie a:hover {
    opacity: 0.7;
}
#aadva #main_image .thumb_movie a img {
    width: 100%;
    display: block;
    box-shadow: 0.125em 0.75em 1.5em 0.125em rgba(255,255,255,0.66);
    border: 1px solid rgba(255,255,255,0.5);
}

#aadva #exp_01{
    margin-bottom: 0px;
}
#aadva #exp_02{
    border: 2px solid #00998A;
    padding: 50px 5% 0px;
}
#aadva #exp_02 .column{
    margin-bottom: 0px;
}
#aadva #exp_02 .column p{
    text-align: center;
    font-size: 14px;
    line-height: 21px;
    margin-top: 5px;
}
#aadva #exp_02 .line_index{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
}
#aadva #exp_02 .line_index .line{
    width: 100%;
    height: 1px;
    background-color: #34383B;
    
}
#aadva #exp_02 .line_index p{
    white-space: nowrap;
    display: inline-block;
    text-align: center;
    margin:0 20px;
}
/*----------------------------------*/
@media screen and (max-width:1150px){
    #aadva #exp_02{
        border: none;
        border-top: 2px solid #00998A;
        padding: 50px 0% 0px;
        margin: 0 5%;
    }
}
@media screen and (max-width:750px){
    #aadva #main_image {
        background-image: url(../img/aadva/top_background_sp@2x.jpg);
        height: 136.8vw;
        max-height: none;
        background-size: cover;
        background-position: top;
        margin-bottom: 20vw;
    }
    #aadva #main_image .box{
        width: 90%;
        margin: 0px auto;
    }
    #aadva #main_image .box h2{
        width: 70%;
        margin-right: 4%;
        margin-top: -4%;
    }
    #aadva #main_image .box p{
        color: white;
        font-size: 13px;
        line-height: 22px;
        margin: 20px 0 0 0px;
    }
    #aadva #main_image .thumb_movie {
        width: 92vw;
        top: 115vw;
        font-size: 86%;
    }
    #aadva #main_image .thumb_movie a img {
        box-shadow: 0 0.5em 0.75em rgba(0,0,0,0.2);
        border: 1px solid rgba(255,255,255,0.25);
    }

    #aadva #exp_01{
        margin-bottom: 0px;
        margin-top: 20px;
    }
    #aadva #exp_01 .column{
        margin-bottom: 0px;
    }
    #aadva .column_2 .box{
        width: 48%;
    }
    #aadva #exp_02 .column p{
        text-align: center;
        font-size: 13px;
        line-height: 16px;
        margin-top: 5px;
    }
}
/*------------------------------------------------------------*/
#features.information{
    
}
#features.information #exp_01 h3{
    margin-top: 80px;
}
#features.information #exp_01 .box{
    margin-top: 30px;
}
#features.information #exp_01 .box .text {
    margin-top: 50px;
    border: 3px solid #707070;
    padding: 35px 50px 20px 50px;
}
#features.information #exp_01 .box .text h4{
    font-size: 28px;
    font-weight: 400;
    color: #34383B;
    margin-bottom: 12px;
}
/*----------------------------------*/
@media screen and (min-width:1150px){
}
@media screen and (max-width:750px){
    #features.information #exp_01 h3{
        margin-top: 40px;
    }
    #features.information #exp_01 .adjust{
        margin-bottom: 12px;
    }
    #features.information #exp_01 .box{
        margin-top: 30px;
        margin-bottom: 50px;
    }
    #features.information #exp_01 .box .img{
        width: 100vw;
        margin-left: -5vw;
    }
    #features.information #exp_01 .box .text {
        margin-top: 40px;
        border: 1px solid #707070;
        padding: 30px 10% 10px 10%;
    }
    #features.information #exp_01 .box .text h4{
        font-size: 18px;
        font-weight: 400;
        color: #34383B;
        margin-bottom: 12px;
    }
}
/*------------------------------------------------------------*/


