@charset "utf-8";
/* CSS Document */

header{
	background-image: url("images/company_kv.jpg");
}

footer{
	padding-top: 8.492vw;
}

.contents--top{
	position: relative;
	-webkit-display:flex;
	display: flex;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	width: 100%;
	padding-bottom: 8.796vw;
	margin-left: 0;
}

.contents--top table{
	text-align: left;
	font-family: 'Noto Sans','Helvetica-Light',Helvetica,Arial,"YuGothic", 'Yu Gothic medium', 'Hiragino Sans', "Meiryo", sans-serif;
	width: 71.70%;
	margin-top: 2.761vw;
}

.contents--top table tr{
	border-bottom: 1px #cfcfcf solid;
}

.contents--top table th{
	font-size: 1.318vw;
	font-weight: bold;
	width: 25.86%;
	height: 1.977vw;
	padding: 3.001vw 0;
}

.contents--top table tr:nth-child(2) th,
.contents--top table tr:nth-child(5) th{
	padding-bottom: 4.978vw;
}

.contents--bottom{
	font-size: 0;
}

.contents--bottom .contents__title{
	margin-bottom: 5.469vw;
}

.contents--bottom .contents__title  h2{
	line-height: 133.33%;
	font-size: 2.635vw;
	font-weight: bold;
}

iframe{
	position: relative;
	width: 100%;
	height: 35.50vw;
	margin: 0;
	z-index: 5;
}

.main_bottom_bg{
	position: relative;
	height: 35.72vw;
	top: -27.16vw;
	margin-bottom: -27.16vw;
}

@media screen and (max-width:767px){
	
	header{
		background-image: url("images/company_sp_kv.jpg");
		height: 78.8vw;
	}

	header .header_container {
		height: 78.8vw;
	}
	
	footer{
		padding-top: 42px;
	}
	
	.contents--top{
		display: block;
		padding-bottom: 0;
	}
	
	.contents--top table{
		font-size: 10px;
		width: 100%;
		margin: 0;
	}

	.contents--top table th{
		font-size: 16px;
		font-weight: bold;
		width: 37.9028%;
		height: 50px;
		padding: 0;
	}
	
	.contents--top table tr:nth-child(2) th,
	.contents--top table tr:nth-child(5) th{
		padding-bottom: 20px;
	}
	
	.contents--top table td{
		font-size: 14px;
		font-weight: normal;
	}
	
	iframe{
		height: 48vw;
	}
	
	.contents--bottom .contents__title{
		margin-bottom: 46.87px;
	}

	.contents--bottom .contents__title  h2{
		line-height: 32px;
		font-size: 24px;
	}
	
	.main_bottom_bg{
		height: 48vw;
		margin-bottom: -32vw;
		top: -37.3333vw;
	}
}

