@charset "utf-8";
/*------------------------------------------------------------
	トープページ
------------------------------------------------------------*/
#gNavi .home a {
    background-color: #EF8200;
}
#gNavi .home a .en {
    color: #fff;
}
.mainImg {
    margin-bottom: 75px;
    padding: 190px 0 3px;
    min-height: 596px;
    background-image: url("../img/index/main_img_bg.jpg");
}
.mainImg h2 {
    font-size: 2.6rem;
}
.mainImg h2 span {
    margin-bottom: 20px
}
.headLine01{
    margin-bottom: 34px;
}
.comLinkBox {
    margin-bottom: 79px;
    max-width: 1596px;
}
#gHeader .hTxt {
    display: none;
}
@media all and (min-width: 768px) and (max-width: 1024px) {
}

@media all and (max-width: 767px) {
    .mainImg {
        margin-bottom: 25px;
        padding: 67px 0 80px !important;
        min-height: inherit;
        background-image: url("../img/index/sp_main_img_bg.jpg");
    }
    .mainImg h2 {
        font-size: 1.5rem;
        line-height: 1.6;
    }
    .mainImg h2 span {
        margin-bottom: 35px;
        font-size: 5.9rem;
        line-height: 0.95;
    }
    .headLine01 {
        margin-bottom: 23px;
    }
    .comLinkBox {
        margin-bottom: 42px;
    }
    
}
@media all and (max-width: 374px) {
    .mainImg h2 {
        font-size: 1.2rem;
    }
}