@charset 'UTF-8';

/* 企業名 背景、テキスト色、arrow色 */
.company-heading,
.company-heading a,
.pager-arrow {
	background-color: #ffffff;
/* 	color: #000000; */
}

/* MV背景色 f5f5f5*/
.company-mv-bg {
	background-color: #FFFBFB;
}

/* セクション 背景色 */
.content > section {
 	background-color: #FFFBFB; 
}

/* セクション ボーダー色 */
.sec-border > section {
/* 	border-color: #cccccc; */
}

/* セクションタイトル ライン色 PC・SPそれぞれ指定*/
.sec-ttl {
	background: linear-gradient(#FFFBFB, #FFFBFB) 0 100%/0 4px no-repeat;
	color: #f06e32;
}
@media screen and (max-width:768px) {
	.sec-ttl {
			/*background: linear-gradient(#FFDECF, #FFDECF) 0 100%/0 2px no-repeat;*/
	color: #f06e32;
	}
}

.ttl01img{
	width: 100%;
	text-align: center;
}
.ttl01img img{
	width: 69%;
}
.ttl02img{
	width: 100%;
	text-align: center;
}
.ttl02img img{
	width: 89%;
}

/* ボタン背景色 */
.sec-btn {
	background: #F06E32;
}
.sec-btn::before {
		background: #ff7002;
	}
