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

/*会社沿革*/

/*-----------------------*/
/*.p-mv{
	background: url(../../images/company/common/mv_bg.jpg) no-repeat center;
	background-size: cover;
	-webkit-background-size: cover;
}*/
.p-h1{
	margin-bottom: 2em;
}
.p-sectionTitle{
	letter-spacing: .2em;
	line-height: 1.25;
	position: relative;
	z-index: 2;
	margin-bottom: -1.395em;
}
.p-sectionTitle span{
	display: inline-block;
	background: #ffffff;
	padding: .75em;
}
.p-image img{
	box-sizing: border-box;
	position: relative;
	z-index: 1;
	display: block;
}
.p-sectionTitle em{
	font-size: 110%;
	color: #be3636;
}
.p-entryBtn{
	letter-spacing: .2em;
	text-align: center;
}
.p-entryBtn a,
.p-entryBtn span{
	display: inline-block;
	vertical-align: middle;
}
.p-entryBtn a{
	background: #0e9977;
	color: #ffffff;
	padding: 1.25em 7em;
	font-weight: bold;
}
.p-entryBtn span{
	padding: 0 0 .2em 1.5em;
	position: relative;
}
.p-entryBtn span:before{
	content: " ";
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	background-size: contain !important;
	-webkit-background-size: contain !important;
}
.p-entryBtn span:before{
	background: url(../../images/common/icn_entry.png) no-repeat center;
	width: 1em;
	left: 0;
}
.p-contInner .p-text em {
	color: #be3636;
}
.p-sttl {
	margin-bottom: 1em;
	font-weight: bold;
}
/*-----------------------*/

@media screen and (min-width:769px){
	.p-contInner{
		display: table;
		table-layout: fixed;
		width: 100%;
		font-size: 1.4rem;
		margin: auto auto 40px;
	}
	.p-cont3 .p-contInner{
		margin: auto;
	}
	.p-contInner .p-image,
	.p-contInner .p-text{
		display: table-cell;
		vertical-align: middle;
	}
	.p-contInner .p-image{
		font-size: 2rem;
		width: 430px;
	}
	.p-image img{
		padding-left: .75em;
	}
	.p-contInner .p-text{
		padding: 1em 0 1em 2em;
	}
	.p-cont2 .p-text{
		padding: 1em 2em 1em 0;
	}
	.p-sectionTitle{
	}
	.p-entryBtn{
		font-size: 1.6rem;
		margin: 5em auto auto;
	}
	.p-entryBtn a{
		-webkit-transition: 0.3s ease;
		-moz-transition: 0.3s ease;
		-ms-transition: 0.3s ease;
		transition: 0.3s ease;
	}
	.p-entryBtn a:hover{
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
		opacity: 0.7;
		-webkit-transition: 0.3s ease;
		-moz-transition: 0.3s ease;
		-ms-transition: 0.3s ease;
		transition: 0.3s ease;
	}
	.p-footNav{
		margin: 5.4em auto 6.15em;
	}
	.p-sttl {
		font-size: 16px;
		font-size: 1.6rem;
	}
}/* /min-width:769px */

@media screen and (max-width:768px){
	.p-h1{
		margin-top: 2em;
	}
	.p-contInner{
		font-size: 1.3rem;
	}
	.p-image{
		font-size: 1.5rem;
	}
	.p-sectionTitle{
	}
	.p-image img{
		padding: 0 .75em;
	}
	.p-contInner .p-text{
		padding: 1.5em 0 2.5em;
	}
	.p-cont1,
	.p-cont2,
	.p-cont3{
		padding: 0 4%;
	}
	.p-entryBtn a{
		padding: 1em 5em;
	}
	.p-sttl {
		font-size: 14px;
		font-size: 1.4rem;
	}
}/* /max-width:768px */
