@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{
    margin: 0 auto;
    width: 100%;
}
    .gm ul{
        width: 100%;
        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;
        border-top: 1px solid #222;
    }
        .gm ul li{
            width: 50%;
            box-sizing: border-box;
            border-bottom: 1px solid #222;
        }
        .gm ul li:nth-child(1n){
            border-right: 1px solid #222;
        }
            .gm ul li a{
                padding: 10% 2%;
                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: 1em;
                    text-align: center;
                }

/*************************
 main
**************************/
#main{
    padding: 30px 0;
    box-sizing: border-box;
    background-image: url(../img/bg_main.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}
    #main .topLogo{
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
        display: block;
        width: 50%;
        max-width: 315px;
        
    }
        #main .topLogo img{
            margin-left: auto;
            margin-right: auto;
            margin-bottom: 20px;
            display: block;
            width: 100%;
        }
    #main h1{
        margin-top: 30px;
        margin-bottom: 20px;
        margin-left: 2%;
        margin-right: 2%;
        text-align: center;
        color: #FFF;
        font-size: 0.9em;
        line-height: 120%;
    }
        
    #main h2{
        margin-bottom: 30px;
        text-align: center;
        color: #FFF;
        font-size: 1.4em;
        line-height: 120%;
    }
        #main h3 span{
            margin-top: 10px;
            display: block;
            text-align: center;
            color: #FFF;
            font-size: 0.4em;
        }

.contactList{
    margin-left: auto;
    margin-right: auto;
}
    #mainVisual {
        height: 450px;
        background-size: cover;
        text-align: center;
        position: relative;
        overflow: hidden;
    }

    #mainVisual #mainVisual_logo {
        height: auto;
        min-height: 450px;
        padding: 30px 0;
        box-sizing: border-box;
        z-index: 2;
        position: absolute;
        top: 100px;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }

    #mainVisual video {
        margin: 0 auto;
        z-index: 1;
        width: 100%;
    }

        #mainVisual .topLogo{
            margin-left: auto;
            margin-right: auto;
            margin-bottom: 10px;
            display: block;
            width: 20%;
            min-width: 150px;
            max-width: 300px;
        }
            #mainVisual .topLogo img{
                margin-left: auto;
                margin-right: auto;
                margin-bottom: 20px;
                display: block;
                width: 100%;
            }
        #mainVisual h1{
            margin-top: 30px;
            margin-bottom: 20px;
            margin-left: 2%;
            margin-right: 2%;
            text-align: center;
            color: #FFF;
            font-size: 0.9em;
            line-height: 120%;
        }

        #mainVisual h2{
            margin-bottom: 30px;
            text-align: center;
            color: #FFF;
            font-size: 1.4em;
            line-height: 120%;
        }
            #mainVisual h3 span{
                margin-top: 10px;
                display: block;
                text-align: center;
                color: #FFF;
                font-size: 0.4em;
            }

    .contactList{
        margin-left: auto;
        margin-right: auto;
    }






/*************************
 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: 1.8em;
        text-align: center;
        line-height: 100%;
    }
    #sec01 h2:first-letter,
    #sec02 h2:first-letter{
        font-size: 1.8em;
        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;
    }