@charset "UTF-8";

.com_inner{
	max-width: 1280px ;
}
.phead {
	background-image: url(../company/img/pt-hero.jpg);
	background-size: cover;
	background-position: right center;
	position: relative;
	padding: 9.5% 0;
}

.phead_cnt {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.menu {
}

.menu_list {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	/* -webkit-justify-content: space-between;
	-ms-justify-content: space-between; */
	justify-content: center;
	gap: 20px;
	margin-top: 20px;
}

.menu_list > a {
	width: 23%;
	
	background: #012572;
	display: block;
	color: #FFF;
	text-align: center;
	padding: 20px 0;
	transition: box-shadow .3s;
	position: relative;
}

/* .menu_list > a:nth-child(-n+4) {
	margin-top: 0;
} */

.menu_list > a:hover {
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
}

.menu_list > a:before {
	font-family: icomoon;
	content: "\e906";
	font-size: 12px;
	position: absolute;
	top: 50%;
	line-height: 1;
	margin-top: -0.5em;
	left: 20px;
}

.menu_list_en {
	font-size: 20px;
	line-height: 1.3;
	font-family: 'Francois One', sans-serif;
}

.menu_list_ttl {
	line-height: 1.3;
	margin-top: 5px;
}

/* All SP & Tablet */
@media screen and (max-width:1130px) {
}

/* All SP */
@media screen and (max-width:640px) {
	.phead {
		height: 140px;
	}

	.phead_cnt {
	}

	.menu {
	}

	.menu_list {
		display: block;
	}

	.menu_list > a {
		width: 100%;
		margin-top: 10px;
	}

	.menu_list > a:first-child {
		margin-top: 0;
	}

	/* .menu_list > a:nth-child(-n+3) {
		margin-top: 10px;
	} */

	.menu_list > a:hover {
	}

	.menu_list > a:before {
	}

	.menu_list_en {
	}

	.menu_list_ttl {
	}

}
