@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;
	}
}

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

/*動画サムネイル*/
.yt-thumb {
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
}

.youtube {
  position: relative;
  
}

.player {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}

.thumb {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 200;
}


.youtube_mark {
    width: 100px;
    position: absolute;
    top: 1%;
    left: 50%;
}

.youtube_mark .mark_02 {
    
}