@charset "utf-8";

/* =======================================
	top CSS
========================================== */
/* メインビジュアルスライダー
------------------------------------------ */
.slider ul {
	clear: both;
	width: 100%;
}
.slider ul li img{
	width: 100%;
}
@media screen and (min-width: 1000px) {/* PC */
	#visualSp {
		display: none;
	}
}
@media screen and (max-width: 999px) {/* TB & SP */
	#visual {
		display: none;
	}
}

/* セクション全体
------------------------------------------ */
section#secBusiness {
	background: #F7F7F7;
}
section#secCompany {
	background: #F1F1F1;
}
section#secRecruit {
	background: #EAEAEA;
}
@media screen and (min-width: 1000px) {/* PC */
	section#secNews,section#secBusiness,section#secCompany,section#secRecruit {
		padding: 60px 0;
	}
}
@media screen and (min-width: 768px) and (max-width: 999px) {/* TB */
	section#secNews,section#secBusiness,section#secCompany,section#secRecruit {
		padding: 40px 0;
	}
}
@media screen and (max-width: 767px) {/* SP */
	section#secNews,section#secBusiness,section#secCompany,section#secRecruit {
		padding: 20px 0;
	}
}

/* セクションタイトル
------------------------------------------ */
div#topcontents h2 {
	line-height: 1.2;
	margin-bottom: 1em;
}
div#topcontents h2::after {
	content: url("../../img_top/h2bg.png");
	display: block;
}
@media screen and (min-width: 768px) {/* PC&TB */
	div#topcontents h2 {
		font-size: 34px;
	}
	div#topcontents h2 span {
		display: block;
		text-align: right;
		margin: -1.6em 0 0 0;
		font-size: 16px;
		font-weight: 100;
		font-style: italic;
	}
	div#topcontents h2 span:before {
		content: "…………………………　";
		color: #888;
	}
}
@media screen and (max-width: 767px) {/* SP */
	div#topcontents h2 {
		font-size: 24px;
	}
	div#topcontents h2 span {
		font-size: 16px;
	}
}

/* secNews : ブライエNEWS
------------------------------------------ */
/* 日付・タイトル */
#secNews dl dt {
	font-weight: bold;
}
#secNews dl dd {
	margin: -1.6em 0 1em 0;
	padding: 0 0 1em 6em;
	border-bottom: 1px dotted #ccc;
}
@media screen and (min-width: 768px) {/* PC&TB */
	/* お知らせの日付・タイトル */
	#secNews dl {
		margin: 0 0 0 2em;
		font-size: 18px;
	}
}

/* コンテンツバナー
------------------------------------------ */
@media screen and (min-width: 1000px) {/* PC */
	div#topcontents ul.contentsBnr li {
		float: left;
		width: 300px;
		margin: 0 50px 50px 0;
		text-align: center;
	}
	div#topcontents ul.contentsBnr li:nth-of-type(3n) {
		margin: 0 0 50px 0;
	}
	div#topcontents ul.contentsBnr li p.ttl {
		font-size: 20px;
	}
}
@media screen and (min-width: 768px) and (max-width: 999px) {/* TB */
	div#topcontents ul.contentsBnr li {
		float: left;
		width: calc((100% - 40px) / 3);
		margin: 0 20px 20px 0;
		text-align: center;
	}
	div#topcontents ul.contentsBnr li:nth-of-type(3n) {
		margin: 0 0 20px 0;
	}
	div#topcontents ul.contentsBnr li p.ttl {
		font-size: 18px;
	}
}
@media screen and (max-width: 767px) {/* SP */
	div#topcontents ul.contentsBnr li {
		width: 300px;
		margin: 0 auto 20px;
		text-align: center;
	}
	div#topcontents ul.contentsBnr li p.ttl {
		font-size: 18px;
	}
}
