@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: #ebebeb; 
}

/* セクション ボーダー色 */
.sec-border > section {
/* 	border-color: #cccccc; */
}
.sec-ttl {
	font-size: 1.6rem;
	font-size: 2.2vw;
	}
.sec-ttl_left {
	font-size: 1rem;
	font-size: 2vw;
	text-align: left;
	}

/* セクションタイトル ライン色 PC・SPそれぞれ指定*/
.sec-ttl {
	background: none;
	text-align: center;
}
@media screen and (max-width:768px) {
	.sec-ttl {
			background: none;
			text-align: center;
	}
}
h2.sec-ttl.in {
	text-align: center;
}
.inner{
	margin: 0 auto;
	text-align: center;
}

/* ボタン背景色 */
.sec-btn {
	background: #000000;
	border-radius: 0;
}
.sec-btn {
	height: 4vw;
	padding: 0 10px;
	padding: 0 1vw;
	box-sizing: border-box;
	max-width: 32%;
	min-width: 32%;
	width: 32%;
	}
.sec-btn::before {
	border-radius: 0px;
}
.sec-txt{
	font-size: 0.8rem;
	font-size: 1.2vw;
	margin: 0 auto;
	text-align: center;
}
.left{
	text-align: left;	
}
/*動画サムネイル*/
.yt-thumb {
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
}
.yt-thumb::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	content: '';
/*	background: url('./../img/youtube_mark_01.png') no-repeat center;*/
	background-size: 14% 16%;
}
.present-lnk {
	position: relative;
	float:none;
	top:0;
	left: 50%;
	transform: translateX(-50%);
}

.youtube {
  position: relative;
  
}

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

.video-frame {
	width: 65%;
	margin: 0 auto;
	position: relative;
	padding-top: 36.25%;
}

.thumb {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 200;
}
.contact-txt {
	padding: 0 10px;
	padding: 0 3vw;
	margin-bottom: 5px;
	margin-bottom: 1.6vw;
	text-align: left;
}


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

.bggly{
	background-color: #000;
}