@charset "shift-jis";


/* article > h2 */
article > h2{
	background:url(../images/company/h2.png)no-repeat center center;
	background-size:cover;
}


/* .cont */
.cont{
	padding:70px 0;
}
.cont h3.line{
	margin-bottom:50px;
	font-size:14px;}
.cont h3.line span{
	margin-bottom:15px;
	display:inline-block;
	position:relative;
	font-size:30px;
	font-family: quicksand, sans-serif;
	line-height:1;
}
.cont h3.line span:after{
	content:'';
	display:block;
	width:94%;
	height:2px;
	background-color:#d5000e;
	position:absolute;
	bottom:-5px;
	left:50%;
	margin-left:-47%;
}

.cont h3.no_line{
	margin-bottom:30px;
	font-size:24px;
	font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
	line-height:1.7;
}
.cont h3.no_line span{
	display:block;
	font-size:13px;
}


/* #cont0 */
#cont0{

}
#cont0 ul{
	padding:5px 0 90px;
}
#cont0 ul li{
	display:inline-block;
	margin:0 15px;
}
#cont0 ul li a{
	display:block;
	width:150px;
	line-height:42px;
	padding-top:4px;
	border-radius:23px;
	font-size:15px;
	font-weight:bold;
	background-color:#e5e5e5;
}



/* #cont1 */
#cont1 img{
	width:87px;
}
#cont1 .pyramid{
	width:913px;
	margin-bottom: 100px;
}

#cont1 p{
	margin-top:30px;
	font-size:20px;
	font-weight:bold;
	font-family: fot-tsukubrdgothic-std, sans-serif;
	letter-spacing:0.05em;
}


/* #cont2 */
#cont2{
	/* background:url(../images/company/cont2_bg.png)no-repeat center 90px; */
	background-size:1285px auto;
}
#cont2 p{
	font-size:20px;
	font-weight:bold;
	font-family: fot-tsukubrdgothic-std, sans-serif;
	letter-spacing:0.05em;
}


/* #cont3 */
#cont3{
	padding-bottom:0;
}
#cont3 > p{
	font-size:15px;
}
#cont3 dl dt{
	font-size:24px;
	font-weight:bold;
	padding:30px 0 60px;
	color: #ca0a37;
}
#cont3 dl dt:first-of-type{
	padding-top:60px;
}
#cont3 dl dd{
	display:inline-block;
	vertical-align:top;
	width:455px;
	min-height:170px;
	padding:0 0 40px 88px;
	text-align: justify;
	text-justify: inter-ideograph;
	position:relative;
}
#cont3 dl dd:nth-of-type(odd){
	margin-right:80px;
}
#cont3 dl dd span{
	position:absolute;
	top:10px;
	left:0;
	font-size:46px;
	font-weight:bold;
	font-family: 'arial', sans-serif;
}
#cont3 dl dd h4{
	font-size:20px;
	color: #1d2088;

}
#cont3 dl dd p{
	font-size:15px;
}


/* #cont4 */
#cont4 > section{
	padding:50px 0 60px;
}
#cont4 > section:last-of-type{
	padding-bottom:0;
}
#cont4 > section h4{
	font-size:20px;
	margin-bottom:20px;
}
#cont4 > section table{
	width:1040px;
	margin:auto;
}

#cont4 > section table tr{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
/* #cont4 > section table tr:nth-child(even) {
	background-color: #e5e5e5;
} */
#cont4 > section table th,
#cont4 > section table td{
	text-align:left;
	padding:20px 20px;
	border-top:1px solid;
}
#cont4 > section table tr:last-child th,
#cont4 > section table tr:last-child td{
	border-bottom:1px solid;
}
#cont4 > section table th{
	width:220px;
	background-color: #e5e5e5;
}
@media screen and (max-width:768px) {
	#cont4 > section table th{
		border-right: none;
	}
}
#cont4 > section table td{
	width:820px;
}
#cont4 > section table td dl dt{
	width:120px;
	float:left;
}
#cont4 > section h5{
	width:1040px;
	margin:50px auto 30px;
	font-size:19px;
	text-align:left;
}
#cont4 > section h5 + ul li{
	display:inline-block;
	vertical-align:top;
	width:310px;
}
#cont4 > section h5 + ul li:nth-child(2){
	margin:0 50px;
}
#cont4 > section h5 + ul li figure figcaption{
	font-size:14px;
	line-height:40px;
	margin-bottom:5px;
	text-align:left;
}


/* #cont5 */
#cont5{
}
#cont5 dl{
	width:1040px;
	margin:auto;
	font-size:15px;
	text-align:left;
}
#cont5 dl dt{
	padding-left:55px;
	float:left;
}
#cont5 dl dd{
	padding:0 0 30px 230px;
	position:relative;
}
#cont5 dl dd:before{
	content:'';
	font-size:25px;
	position:absolute;
	left:0;
	top:-12px;
}
#cont5 dl dd:after{
	content:'';
	display:block;
	width:2px;
	height:100%;
	background-color:#000;
	position:absolute;
	left:11px;
	top:5px;
}
#cont5 dl dd:last-of-type:after{
	content:none;
}

#HISTORY {
	padding-top: 60px;
	margin-top: -60px;
}
