@charset "utf-8";
/*-- 固定ページ サービス--*/
.company-profile .section__header h1,.company-profile .section__header p{
    color:#fff;
}

/*-- 固定ページ AI NEWS--*/
.ai-news .section__header h1,.ai-news .section__header p{
    color:#fff;
}

/*-- 固定ページ NEWS--*/
.news .section__header h1,.news .section__header p{
    color:#fff;
}

/*-- 固定ページ company-profile--*/
.company-profile .section__header h1,.company-profile .section__header p{
    color:#fff;
}

/*-- 固定ページ お問い合わせ--*/
.contact .section__header h1,.contact .section__header p,
.thanks .section__header h1,.thanks .section__header p{
    color:#fff;
}

/*-- 投稿ページ mvの色 --*/
.ai .section__header h2,.news .section__header h2,
.ai .section__header p,.news .section__header p{color:#fff;}
.ai .section__header{background-color: #B2D1E2;}
.news .section__header{background-color: #C69C6D;}
.ai .single__title{color:#B2D1E2;}
.news .single__title{color:#C69C6D;}