/*================================
カラー：薄め
募集中の職種
オンライン説明会の背景の囲み
================================*/
/* 神戸 */
body.kobe #available .kakomi::before,
body.kobe #type .position_wrap.position02::before,
body.kobe #session .session_wrap .talk_session .talk_session_wrap .list {
	background-color: #FEF6EB
}

/* 京都 */
body.kyoto #available .kakomi::before,
body.kyoto #type .position_wrap.position02::before,
body.kyoto #session .session_wrap .talk_session .talk_session_wrap .list {
	background-color: #F7EEF6;
}

/* 新潟 */
body.niigata #available .kakomi::before,
body.niigata #type .position_wrap.position02::before,
body.niigata #session .session_wrap .talk_session .talk_session_wrap .list {
	background-color: #F3F8FA;
}

/* 静岡 */
body.hamamatsu #available .kakomi::before,
body.hamamatsu #type .position_wrap.position02::before,
body.hamamatsu #session .session_wrap .talk_session .talk_session_wrap .list {
	background-color: #EFF7F3;
}

/* 福岡 */
body.fukuoka #available .kakomi::before,
body.fukuoka #type .position_wrap.position02::before,
body.fukuoka #session .session_wrap .talk_session .talk_session_wrap .list {
	background-color: #FFF2E7;
}

/* 全国 */
body.japan #available .kakomi::before,
body.japan #type .position_wrap.position02::before,
body.japan #session .session_wrap .talk_session .talk_session_wrap .list {
	background-color:#FFFAEB;
}

/* 大阪 */
body.osaka #available .kakomi::before,
body.osaka #type .position_wrap.position02::before,
body.osaka #session .session_wrap .talk_session .talk_session_wrap .listm,
body.osaka #type .position_wrap.position01::before {
	background-color:#FBE5E9;
}

/*================================
カラー：濃いめ
CTAエリア背景
社員インタビュータイトルの背景
オンライン説明会の背景
いますぐ応募する方はこちら
================================*/
/* 神戸 */
body.kobe .cta_main,
body.kobe #interview .title_wrap,
body.kobe #type .position_wrap.position01::before,
body.kobe #session,
body.kobe .cta_footer {
	background-color: #FBE7C6;
}

/* 京都 */
body.kyoto .cta_main,
body.kyoto #interview .title_wrap,
body.kyoto #type .position_wrap.position01::before,
body.kyoto #session,
body.kyoto .cta_footer {
	background-color: #EFDFED;
}

/* 新潟 */
body.niigata .cta_main,
body.niigata #interview .title_wrap,
body.niigata #type .position_wrap.position01::before,
body.niigata #session,
body.niigata .cta_footer {
	background-color: #DBEBF1;
}

/* 静岡 */
body.hamamatsu .cta_main,
body.hamamatsu #interview .title_wrap,
body.hamamatsu #type .position_wrap.position01::before,
body.hamamatsu #session,
body.hamamatsu .cta_footer {
	background-color: #D9ECE1;
}

/* 福岡 */
body.fukuoka .cta_main,
body.fukuoka #interview .title_wrap,
body.fukuoka #type .position_wrap.position01::before,
body.fukuoka #session,
body.fukuoka .cta_footer {
	background-color: #FFE6CF;
}

/* 全国 */
body.japan .cta_main,
body.japan #interview .title_wrap,
body.japan #type .position_wrap.position01::before,
body.japan #session,
body.japan .cta_footer {
	background-color: #FFF8D5;
}

/*===============================
福岡・新潟のアクセスのみ表示
===============================*/
.kobe #access,
.kyoto #access,
.hamamatsu #access,
.japan #access {
	display: none;
}

.niigata #access,
.fukuoka #access {
	display: block;
}

/*===============================
京都・神戸のみの表示
===============================*/
#merit .merit_wrap .list.type02 {
	display: none;
}

.kyoto #merit .merit_wrap .list.type02,
.kobe #merit .merit_wrap .list.type02 {
	display: flex;
}

.kyoto #merit .merit_wrap .list.type01,
.kobe #merit .merit_wrap .list.type01 {
	display: none;
}

/*===============================
全国のみの表示
===============================*/
.event {
	display: none;
}

.japan .event {
	display: block;
}