@charset "UTF-8";

/*--------------------------------------------------
**************************************************
  会社情報
**************************************************
--------------------------------------------------*/
#page_title{
	height: 0px;
}

#page_contents .cont_inner .main_cont{
	text-align: center;
}
#page_contents .cont_inner .main_cont p {
	line-height: 40px;
	letter-spacing: 0.2em;
	font-size: 15px!important;
	margin-bottom: 80px;
}
h1#mission {
	position: relative;
	width: 100%;
	height: 200px;
	font-size: 25px;
	letter-spacing: 0.2em;
	font-weight: normal;
}
h1#mission::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 35vw;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(../imgs/company/travel.png) no-repeat top center;
	background-size: 70%;
	z-index: 2;
}
#page_contents .cont_inner .main_cont h2 {
	position: relative;
	font-size: 20px;
	font-weight: 100;
	margin: 10px 0;
	z-index: 1;
}
figure.wp-block-table.company_table {
	position: relative;
	width: calc(100% - 40px);
	margin: 0 auto;
	padding: 0 10px 20px 10px
}
figure.wp-block-table.company_table::before{
	position: absolute;
	content: "";
	width: 100%;
	height: auto;
	top: -107px;
	left: 0;
	right: 0;
	bottom: 0;
	background: #ffffff;
	border-radius: 100px;
	z-index: 0;
}
#page_contents .main_cont .company_table table, #page_contents .main_cont .company_table table tr{
	position: relative;
	border: unset;
}
#page_contents .main_cont .company_table table td{
	text-align: left;
}
#page_contents .main_cont .company_table table th{
	background: unset;
}

@media (max-width: 450px) {
	#page_contents .cont_inner .main_cont p{
		font-size: 12px!important;
		line-height: 25px;
		letter-spacing: 0;
	}
	h1#mission{
		height: 150px;
		font-size: 20px;
		padding: 30px 0 0 0;
	}
	#page_contents .cont_inner .main_cont h2{
		font-size: 16px;
	}
	figure.wp-block-table.company_table::before{
		border-radius: 50px;
	}
	figure.wp-block-table.company_table::before{
		top: -70px;
	}
	#page_contents .main_cont .company_table table th{
		width: 80px;
	}
}
@media all and (-ms-high-contrast: none) {
	#page_contents .main_cont .company_table table, #page_contents .main_cont .company_table table tr{
		position: relative;
		border: 0;
	}
	#page_contents .main_cont .company_table table td{
		text-align: left;
	}
	#page_contents .main_cont .company_table table th{
		background: 0;
	}
}
