@charset "utf-8";

/*==================================
    test css
==================================*/
#test_contents {
    margin: 100px auto 100px;
    width: 100%;
}
#test_main img {
    display: block;
    margin: 0 auto 20px;
    width: 200px;
}
#test_main p {
    margin: 0 auto 0;
    width: 700px;
    text-align: center;
    font-size: 2em;
    line-height: 1.5em;
}


/*==================================
    gm
==================================*/
.gm{
        width: 100%;
        background-color: #000;
}
    .gm ul{
    margin: 0 auto;
    width: 1000px;
        display:-ms-flexbox;/*--- IE10 ---*/
        display:-webkit-flex;/*--- safari（PC）用 ---*/
        display:flex;
        -ms-flex-wrap:wrap;/*--- IE10用 ---*/
        -webkit-flex-wrap:wrap;/*--- safari（PC）用 ---*/
        flex-wrap:wrap;
        -webkit-justify-content: space-between; /* Safari */
        justify-content:         space-between;
    }
        .gm ul li{
            width: 25%;
            box-sizing: border-box;
            border-left: 1px solid #222;
        }
        .gm ul li:last-child{
            border-right: 1px solid #222;
        }
            .gm ul li a{
                padding: 30px;
                display: block;
                text-align: center;
            }
                .gm ul li a span{
                    display: block;
                    color: #FFF;
                    background-image: url(../img/icon_white_kakko02.svg);
                    background-repeat: no-repeat;
                    background-size: 4px;
                    background-position: 0px 50%;
                    font-size: 1.2em;
                    text-align: center;
                }

/*************************
 main
**************************/
#main{
    box-sizing: border-box;
    background-image: url(../img/bg_main.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}
    #main .wrap{
        width: 1050px;
        padding: 50px 0;
        box-sizing: border-box;
        background-image: url(../img/bg_main.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 50% 50%;
    }
    
.slider{
    width: 100%;
}
.slider_sub{
    margin: 0 auto;
    width: 1000px;
    display:-ms-flexbox;/*--- IE10 ---*/
    display:-webkit-flex;/*--- safari（PC）用 ---*/
    display:flex;
    -ms-flex-wrap:wrap;/*--- IE10用 ---*/
    -webkit-flex-wrap:wrap;/*--- safari（PC）用 ---*/
    flex-wrap:wrap;
    -webkit-justify-content: space-between; /* Safari */
    justify-content:         space-between;
}
.slider_sub li{
    width: 22%;
}







/*************************
 Section 共通
**************************/
#sec01,
#sec02{
    padding: 50px 0;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}
    #sec01 h2,
    #sec02 h2{
        margin-bottom: 30px;
        font-size: 40px;
        text-align: center;
        line-height: 100%;
    }
    #sec01 h2:first-letter,
    #sec02 h2:first-letter{
        font-size: 60px;
        color: #004986;
        line-height: 100%;
    }

/*************************
 Section 01
**************************/
#sec01{
    background-image: url(../img/bg_sec01.png);
}
    #sec01 h2{
        color: #FFF;
    }



/*************************
 Section 02
**************************/
#sec02{
    background-color: #FFF;
}
    #sec02 h2{
        color: #000;
    }