@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(112,138,149,0.63);
    position: absolute;
    top: 0;
    left:0;
    content: "";
    z-index: 2;
}
#features #title .background{
    position: absolute;
    right: 50px;
    bottom:0;
    z-index: 1;
}
#features #title h1{
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    font-style: italic;
    letter-spacing: 3px;
    position: relative;
    z-index: 3;
    color: white;
    text-align:center;
    font-size: 45px;
    line-height: 52px;
}
#features #title h1 small{
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    letter-spacing: 1px;
    font-style:normal;
    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.adjust{
    margin-top: 100px;
}
#features #exp_02 ul.img_list li{
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    
}
#features #exp_02 ul.img_list li img{
    display: block;
    margin-right: 3%;
}
#features #exp_02 ul.img_list li p{
    font-weight: 700;
    line-height: 22px;
    margin: 0;
}
#features #exp_02 ul.img_list li p span{
    display: block;
    font-weight: 400;
}
#features article h3.adjust{
    position: relative;
    padding-left: 24px;
    margin-bottom: 30px;
}
#features article h3.adjust::before{
    width: 6px;
    height: 100%;
    background-color: #00998A;
    top: 0px;
    left: 0px;
}
#features article h3.adjust img{
    height: 90px;
}
/*----------------------------------*/
@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 #exp_01.adjust{
        margin-top: 60px;
    }
    #features #title{
        height: 156px;
    }
    #features #title .background{
        position: absolute;
        right: 5px;
        bottom:0;
        z-index: 1;
    }
    #features #title .background img{
        height: 156px;
    }
    #features #title h1{
        font-size: 27px;
        line-height: 31px;
    }
    #features #title h1 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%;
    }
    #features .max_img img{
        width: 100vw;
        margin-left: -5vw;
    }
    #features article h3.adjust img{
        height: 58px;
    }
}
/*------------------------------------------------------------*/
#features.station #exp_04 h3{
    margin-top: 80px;
}
.line_index{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 36px;
    margin-top: 60px;
}
.line_index .line{
    width: 100%;
    height: 1px;
    background-color: #34383B;
}
.line_index p{
    white-space: nowrap;
    display: inline-block;
    text-align: center;
    margin:0 20px;
    font-size: 22px;
}
/*----------------------------------*/
@media screen and (max-width:1150px){
}
@media screen and (max-width:750px){
    #features.information #exp_04 h3{
        margin-top: 40px;
    }
    .line_index p{
        white-space:inherit;
        margin:0 8px;
        font-size: 16px;
    }
    .line_index .line{
        max-width: 10%;
    }
    .line_index{
        margin-top: 30px;
    }
}
/*------------------------------------------------------------*/
#features.information{
    
}
#features.information #exp_01 h3{
    margin-top: 80px;
}
#features.information #exp_01 .adjust{
    margin-bottom: 80px;
}
/*----------------------------------*/
@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: 40px;
    }
}
/*------------------------------------------------------------*/


