@charset "UTF-8";

/*================================================
 *  会社案内用
 ================================================*/

.contents {
	padding-top: 0;
}

section h3 {
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 1em;
}

/*******メインエリア*******/
section.main_area {
	height: 760px;
	position: relative;
}
section.main_area .img_main.pc {
	width: 100%;
    height: 100%;
    object-fit: cover;
	object-position: center bottom;
	font-family: 'object-fit: cover; object-position: center bottom;';
}
section.main_area .breadcrumb {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	color: #fff;
}

section.main_area .inner {
	position: absolute;
	top: 130px;
	left: 50%;
	transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
	text-align: center;
	color: #fff;
	font-size: 18px;
	line-height: 2;
	width: 100%;
}
section.main_area .inner h3 {
	font-size: 37px;
	line-height: 1.5;
	margin: 1em 0 0.6em;
}



/*******会社概要*******/
section.outline_area {
	padding-top: 80px;
}

section.outline_area .table_common th {
	background-color: #28a03c;
	color: #fff;
}



/*******CM動画*******/
section.cm_area {
	padding-top: 80px;
}

section.cm_area .movie_list {
	width: 750px;
	margin: 0 auto;
}
section.cm_area .movie_list li {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 56.25%;
}
section.cm_area .movie_list li:nth-child(n+2) {
	margin-top: 20px;
}
section.cm_area .movie_list li iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}


/*================================================
 *  タブレット/スマートフォン向けデザイン
 ================================================*/
/* スクロールバーを考慮して20px大きいサイズで切り替え */
@media screen and (max-width:500px) {

section h3 {
	font-size: 5vw;
}


/*******メインエリア*******/
section.main_area {
	height: auto;
}
section.main_area .img_main.sp {
	width: 100%;
}
section.main_area .inner {
	top: 15vw;
	font-size: 4vw;
	line-height: 1.75;
	width: 90vw;
}
section.main_area .inner h2 img {
	width: 50vw;
}
section.main_area .inner h3 {
	font-size: 5.5vw;
	margin: 1em 0 0.6em;
}




/*******会社概要*******/
section.outline_area {
	padding-top: 10vw;
}


/*******CM動画*******/
section.cm_area {
	padding-top: 10vw;
}

section.cm_area .movie_list {
	width: 100%;
}
section.cm_area .movie_list li:nth-child(n+2) {
	margin-top: 5vw;
}




}