@charset "utf-8";
@import url('reset.css');
@import url('general.css');
@import url(./font-awesome.min.css);
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

/* scroll fix */
html {
	font-size: 62.5%;
}
body {
	width:100%;
	font-size: 10px;
	font-size: 1.0rem;
	line-height: 1.5;
	color:#222;
	font-family:"Noto Sans JP", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif, "游ゴシック", "ヒラギノ角ゴ ProN W3", "メイリオ";
	-webkit-text-size-adjust:100%;
}

h1,h2,h3,h4 {
	margin:0;
}
p {
	font-size:16px;font-size:1.6rem;
}
img {
	display:block;
	width:100%;
	height:auto;
	margin:0;
	padding:0;
}
ul {
	list-style-type:none;
}
strong {
	font-weight:bold;
}

a {
	color:#56b546;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
}
@media only screen and (max-width: 767px) {
	a:hover {
		text-decoration:none;
		opacity: 1;
		filter: alpha(opacity=100);
		-ms-filter: "alpha(opacity=100)";
		-moz-opacity: 1;
		-khtml-opacity: 1;
	}
	p {
		font-size:1.4rem;
	}
}

.btn {
	display:inline-block;
	min-width:300px;
	text-align:center;
	font-size:16px;font-size:1.6rem;
	color:#fff;
	background:#0086c9;
	border-bottom:5px solid #005dac;
	border-radius:5px;
	padding:5px 10px;
	margin-top:30px;
}
.btn:before {
	content:'\f054';
	font-family:'FontAwesome';
	margin-right:5px;
}
a.btn:hover {
	text-decoration:none;
}

.col > ul {
	font-size:0;
}
.col > ul li {
	display:inline-block;
	vertical-align:top;
	text-align:left;
}
.col-4 li {
	width:23%;
	margin:0 1%;
}
.col-5 li {
	width:18%;
	margin:0 1%;
}
.col-7 li {
	width:12.2%;
	margin:0 1%;
}
@media only screen and (max-width: 767px) {
	.col-7 li {
		width:20%;
	}
	.btn {
		font-size:1.4rem;
	}
}
@media only screen and (max-width: 500px) {
	.btn {
		width:90%;
		min-width:auto;
		margin:30px auto 0;
	}
	.col-4 li,
	.col-5 li {
		width:90%;
		margin:0 auto;
	}
	.col-7 li {
		width:46%;
	}
}

header {
	width:100%;
	position:relative;
}
header > a {
	width:265px;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
}
@media only screen and (max-width: 767px) {
	header > a,header > a img {
		width:auto;
		height:60px;
		top:0;
	}
}


.sp-open,.sp-open-fix,p.close {
	display:none;
}
nav {
	height:60px;
	background-color:#fff;
}
nav ul {
	font-size:0;
	position:absolute;
	right:0;
}
nav li {
	display:inline-block;
	font-size:16px;font-size:1.6rem;
	letter-spacing:2px;
	margin:0 30px 0 0;
}
nav li a {
	line-height:60px;
}
@media only screen and (max-width: 1000px) {
}
@media only screen and (max-width: 767px) {
	.sp-open,.sp-open span,
	.sp-open-fix,.sp-open-fix span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
	}
	a.sp-open,a.sp-open-fix {
		position: relative;
		width: 36px;
		height: 36px;
		padding:10px;
		border-radius:18px;
		float:right;
		text-decoration:none;
		background-color:#fff;
		opacity: 1;
		filter: alpha(opacity=100);
		-ms-filter: "alpha(opacity=100)";
		-moz-opacity: 1;
		-khtml-opacity: 1;
		margin:12px 12px 0 0;
	}
	a.sp-open-fix {
		position:fixed;
		top:12px;
		right:12px;
		float:none;
		background-color:#56b546;
		margin:0;
	}
	.sp-open span,.sp-open-fix span {
		position: absolute;
		left: 6px;
		width: 24px;
		height: 3px;
		background-color: #56b546;
		border-radius: 3px;
	}
	.sp-open-fix span {
		background-color: #fff;
	}
	.sp-open span:nth-of-type(1),
	.sp-open-fix span:nth-of-type(1) {
		top: 9px;
	}
	.sp-open span:nth-of-type(2),
	.sp-open-fix span:nth-of-type(2) {
		top: 16px;
	}
	.sp-open span:nth-of-type(3),
	.sp-open-fix span:nth-of-type(3) {
		top: 23px;
	}
	.sp-open.active span:nth-of-type(1),
	.sp-open-fix.active span:nth-of-type(1) {
		-webkit-transform: translateY(8px) rotate(-45deg);
		transform: translateY(8px) rotate(-45deg);
	}
	.sp-open.active span:nth-of-type(2),
	.sp-open-fix.active span:nth-of-type(2) {
		opacity: 0;
	}
	.sp-open.active span:nth-of-type(3),
	.sp-open-fix.active span:nth-of-type(3) {
		-webkit-transform: translateY(-6px) rotate(45deg);
		transform: translateY(-6px) rotate(45deg);
	}
	nav {
		background-color:#56b546;
	}
	.sp-menu {
		position: relative;
		display: none;
		width: 86%;
		margin: 7%;
		padding: 0 0 30px;
		background-color: rgb(255,255,255);
	}
	p.close {
		display: block;
		width: 80%;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}
	p.close.btn {
		margin-top:0;
	}
	p.close a {
		display:inline-block;
		width:50%;
		color:#fff;
	}
	.modal-overlay {
		z-index:1;
		display:none;
		position:fixed;
		top:0;
		left:0;
		width:100%;
		height:120%;
		background-color:rgba(86,181,70,0.8);
	}
	.modal-wrap {
		z-index:2;
		display:none;
		position:fixed;
		top:0;
		left:0;
		width:100%;
		height:100%;
		overflow:auto;
	}
	.modal-close.btn:before {
		content:'\f00d';
	}
	nav ul {
		position:static;
	}
	nav ul li {
		width:48%;
		text-align:center;
		margin:0 1%;
		border-bottom:1px solid #78c46b;
	}
	nav ul li:first-child,
	nav ul li:nth-child(2) {
		border-top:1px solid #78c46b;
	}
	nav li a {
		display:block;
	}
}
@media only screen and (max-width: 500px) {
	p.close a {
		width:80%;
	}
	nav ul li {
		display:block;
		width:100%;
		margin:0;
	}
	nav ul li:nth-child(2) {
		border-top:none;
	}
}

.container {
	max-width:1300px;
	padding:120px 0;
	margin:0 auto;
}
@media only screen and (max-width: 767px) {
	.container {
		padding:30px 5%;
	}
}

.mid {
	font-size:24px;font-size:2.4rem;
	letter-spacing:5px;
	color:#005dac;
	margin-bottom:30px;
}
.mid span {
	font-size:36px;font-size:3.6rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}

@media only screen and (max-width: 767px) {
	.mid {
		font-size:1.4rem;
	}
	.mid span {
		font-size:2.4rem;
	}
}
@media only screen and (max-width: 500px) {
	.mid span {
		display:block;
	}
}

.pankuzu.container {
	padding-bottom:0;
}
.pankuzu li {
	display:inline-block;
	font-size:14px;font-size:1.4rem;
}

footer p {
	font-size:14px;font-size:1.4rem;
	font-weight:300;
}
footer > img:first-child {
	max-width:667px;
	margin:0 auto;
}
.footWrap {
	border-top:1px solid #56b546;
	padding-top:30px;
}
.foot-logo-cont {
	padding:10px 0;
}
.foot-logo-cont img {
	max-width:180px;
	margin:0 auto;
}
footer p.tac {
	padding:5px 0 0;
}
footer ul {
	text-align:center;
	font-size:14px;font-size:1.4rem;
	padding:30px 0;
}
footer li {
	display:inline-block;
	margin:0 1%;
}
.copyright {
	text-align:center;
	padding:5px 0 90px;
}
@media only screen and (max-width: 767px) {
	footer li {
		display:block;
		margin:1%;
	}
}
@media only screen and (max-width: 500px) {
	footer ul+p br {
		display:none;
	}
	footer ul+p.tac {
		padding:0 5%;
	}
}

.pagetop {
	position:fixed;
	bottom:12px;
	right:12px;
	z-index:9999;
}
.pagetop a {
	display:block;
	text-indent:-9999px;
	width:36px;
	height:36px;
	background-color:#56b546;
	-webkit-border-radius:18px;
	-moz-border-radius:18px;
	border-radius:18px;
	-webkit-box-shadow:0 0 5px #ccc;
	-moz-box-shadow:0 0 5px #ccc;
	box-shadow:0 0 5px #ccc;
	position:relative;
}
.pagetop a:before,
.pagetop a:after {
	content:'';
	border:10px solid transparent;
	position:absolute;
	left:50%;
	margin-left:-10px;
}
.pagetop a:before {
	border-bottom:10px solid #fff;
	top:1px;
}
.pagetop a:after {
	border-bottom:10px solid #56b546;
	top:4px;
}

/*page*/
#heading {
	height:300px;
	background-position:center;
	background-size:cover;
	position:relative;
}
.headCont {
	height:300px;
	background:url('../../common/images/head-cover.png') repeat center;
}
#heading h1.mid,
#heading h1.mid span {
	color:#fff;
}
#heading h1.mid {
	width:100%;
	margin:0;
	position:absolute;
	top:50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
@media only screen and (max-width: 760px) {
	#heading,.headCont {
		height:200px;
	}
}