@charset 'UTF-8';
/* カスタマイズ */
.content > section {
	color: #FFF;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}
.contact-ttl {
	color: #333;
}
.company-mv-bg .inner {
	width: 100%;
}


/* 企業名 背景、テキスト色、arrow色 */
.company-heading {
	color: #fff;
	background: #090819; /* Old browsers */
	background: linear-gradient(to bottom,  #090819 0%,#0c034d 50%,#0c034d 100%);
	box-shadow: none;
}
.is-fixed.company-heading {
	background: linear-gradient(to bottom,  #090819 0%,#0c034d 50%,transparent 100%);
}
@media screen and (max-width:768px) {
	.is-fixed.company-heading {
		background: linear-gradient(to bottom,  #090819 0%,#0c034d 50%,#0c034d 100%);
	}
}
.company-heading a,
.pager-arrow {
	color: #fff;
	border-color: #FFF;
}


/* MV背景色 */
.company-mv.js-slider,
.company-mv-bg {
	background-color: #0c034d;
}

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

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

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

/* ボタン背景色 */
.sec-btn {
	border: 1px solid #fff;
	background: transparent;
}
.sec-btn::before {
	background: rgba(0,0,0,.3);
	mix-blend-mode: normal;
}

