/* company */
/* cnav */
#company .cnav{
	background-color: #EFFAE780;
	width: 100%;
}
#company .cnav ul{
	margin: 0 auto;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
#company .cnav li{
	display: inline-block;
	width: 215px;
	height: 95px;
	display: table;
	text-align: center;
}
#company .cnav li a{
	font-size: 16px;
	display: table-cell;
	vertical-align: middle;
}
/* cnav */


#company #wrap #contents .section{
	width: 1300px;
	height: 100%;
	margin: 80px auto;
}
#company #wrap #contents .section img{
	margin: 40px auto 0;
}
#company #wrap #contents .section .image{
	text-align: center;
}
#company #wrap #contents .section h2,
#company #wrap #contents .section h3{
	font-size: 33px;
	font-weight: 400;
}
#company #wrap #contents .section p{
	text-align: center;
}
#company #wrap #contents .section p.left{
	text-align: left;
}
#company #wrap #contents .section a{
	text-decoration: underline;
}


/* media-query */
/* main column width(1300px) size */
@media screen and (max-width: 1300px){
	#company .cnav li{
		width: calc( 100% / 6 );
	}

	#company #wrap #contents .top .contents,
	#company #wrap #contents .section{
		width: calc( 100% - 40px );
		padding: 0 20px;
	}
}

/* PC<->SP切り替えポイント */
@media screen and (max-width: 768px){
	#company .cnav li{
		display: none;
	}

	#company #wrap #contents .top {
		height: 250px;
	}
}

@media screen and (max-width: 640px){
	#company #wrap #contents h1{
		font-size: 40px;
	}
	#company #wrap #contents h2{
		font-size: 23px;
	}
	#company #wrap #contents .section .link_btn{
		height: 60px;
	}
	#company #wrap #contents .section .link_btn a{
		font-size: 23px;
	}
}

@media screen and (max-width: 480px){
	#company #wrap #contents h1{
		font-size: 33px;
	}
	#company #wrap #contents .section h2{
		margin-bottom: 40px;
		font-size: 21px;
	}
}

@media screen and (max-width: 359px){
	#company #wrap #contents h1{
		font-size: 30px;
	}
	#company #wrap #contents h2{
		font-size: 19px;
	}
}