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

page-top.css　トップページcss

********************************************************************************/

/*============================================================
 common調整
*============================================================*/
/* フッター前余白
---------------------------------------- */
#page-top #main-contents {
    /* padding-bottom: 0; */
}

/*============================================================
 メインビジュアル
*============================================================*/
#page-top #mainvisual {
    height: var(--common-vh);
    background-image: url(../images/top/mainvisual-bg.svg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    color: #fff;
    align-content: center;
}
#page-top #mainvisual .info {
    width: 100%;
}
#page-top #mainvisual .info .site-title {
    font-weight: bold;
    font-size: var(--rem64px);
    line-height: 200%;
    margin-bottom: 48px;
}
#page-top #mainvisual .info .lead {
    font-weight: bold;
    font-size: var(--rem32px);
}

/*============================================================
 ページ内共通
*============================================================*/
#page-top .section {
}
#page-top .sec-title {
    text-align: center;
}

/*============================================================
 セクション
*============================================================*/
#page-top #sec-AAA {
    background-color: var(--common-color-background2);
}

/*============================================================
 セクション サービス
*============================================================*/
#page-top #sec-works {
}

/*============================================================
 セクション
*============================================================*/
#page-top #sec-news {
}


/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
 Tablet
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
@media screen and (max-width: 1247px) {
    /*============================================================
     メインビジュアル
    *============================================================*/
    #page-top #mainvisual {
    }

    /*============================================================
     セクション
    *============================================================*/
    #page-top #sec-セクション名 {
    }

}



/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
 SP
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
@media screen and (max-width: 767px) {
    /*============================================================
     メインビジュアル
    *============================================================*/
    #page-top #mainvisual {
    }

    /*============================================================
     セクション
    *============================================================*/
    #page-top #sec-セクション名 {
    }

}
