@charset "utf-8";
@import url(./index.css);

.main {
	background:url(../img/main_bg.jpg) no-repeat top center;
	text-align:center;
	line-height:0;
}
h2 {
	margin-top:120px;
	text-align:center;
	padding:0 5.3%;
}
h3 {
	margin-bottom:72px;
	text-align:center;
}
#contents h2 strong, #contents h3 strong {
	position:absolute !important;
	clip:rect(0, 0, 0, 0) !important;
	top:-9999px !important;
	left:0 !important;
	margin:0 !important;
	padding:0 !important;
	width:0 !important;
	height:0 !important;
	line-height:0 !important;
	text-decoration:none !important;
	overflow:hidden !important;
}
.c-ptt1.sp,
.section p,
.column p {
	text-align:center;
	font-size:16px;
	line-height:2.5;
	font-family: 'YakuHanMP_Noto', 'Noto Sans JP', sans-serif;
}
.section {
	margin:0;
	padding:120px 0;
}
.section:nth-of-type(even) {
	background: #e7eaf0;
}
.section p {
	margin:auto;
	width:976px;
}
.column {
	background:url(../img/bk.jpg) repeat;
	width:1200px;
	margin:auto;
	padding:80px 120px;
}
.column p {
	background:url(../img/founder.jpg) no-repeat top right;
	background-size: 440px 300px;
	padding-right:440px;
	min-height:330px;
	text-align:left !important;
}

/* バナーリンク */
.link_area{
	margin: 120px 0 1em;
	text-align:center;
}
.link_area li {
	list-style: none;
	margin-bottom: 50px;
	
}
.link_area li:last-child {
	margin-bottom: 0;
}
.link_area  a {
	color: #1d2f60;
	text-decoration: none;
	transition: all .4s;
}
.link_area  a:hover {
	opacity: 0.7;
	transition: all .4s;
}

@media only screen and  (min-width: 768px){

}
@media only screen and  (max-width: 767px){
	.main {
		background:none;
	}
	#contents p {
		font-size:14px;
	}
	h2 {
		margin-top:60px;
		text-align:center;
	}
	h3 {
		margin-bottom:36px;
	}
	.section {
		margin:0;
		padding:60px 0;
	}
	.section p {
		width:auto;
	}
	.column {
		width:auto;
		margin:0 5.3%;
		padding:24px 5.3%;
	}
	.column p {
		width:auto;
		background:url(../img/founder.jpg) no-repeat bottom center;
		background-size: 100% auto;
		padding: 0 0 250px;
		min-height:auto;
	}

	/* バナーリンク */
	.link_area{
		margin:60px 0 0;
		padding: 2vw 5.33vw 0;
	}
	.link_area li {
		margin-bottom: 20px;
	}
}


