@charset 'UTF-8';

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

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

/* セクション 背景色 */
.content > section:nth-child(even) {
/* 	background-color: #cccccc; */
}

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

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

/* ボタン背景色 */
.sec-btn {
	background: #5da1d9;
}


.present-img-2 {
    width: 220px;
}