@charset "utf-8";

.sp {
	display: block;
}

.pc {
	display: none;
}

.fixed {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
}

.flx {
	display: flex;
	flex-flow: row wrap;
	position: relative;
}

.flx_c {
	display: flex;
	flex-flow: column;
	position: relative;
}

.f_sb {
	justify-content: space-between;
}

.f_fs {
	justify-content: flex-start;
}

.f_fe {
	justify-content: flex-end;
}

.f_c {
	justify-content: center;
}


#top_head.fixed {
	padding-top: 0;
}

.wrap {
	padding: 0 15px;
	position: relative;
}

header {
	position: fixed;
	width: 100%;
	z-index: 999;
	height: 58px;
	background: #006907;
}

.logo {
	display: block;
	width: 164px;
	margin-top: 13px;
	z-index: 999;
}

#global_nav {
	display: none;
	position: absolute;
	top: 0;
	left: -15px;
	width: calc(100% + 30px);
	height: auto;
	margin-top: 58px;
	background: rgba(255, 255, 255, 0.9);
	z-index: 99;
	
	text-align: center;
	-webkit-transition: -webkit-transform .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}


.open #global_nav {
	display: block;
	opacity: 1;
}

#nav_head {
	position: relative;
	width: 58px;
	height: 58px;
	right: -15px;
	cursor: pointer;
	z-index: 9999;
	padding: 20px 0 20px 10px;
}

#nav_head div {
	position: relative;
}

#nav_head span {
	display: block;
	position: absolute;
	height: 2px;
	width: 30px;
	background: #fff;
	left: 0;
	-webkit-transition: -webkit-transform .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
}

#nav_head span:nth-child(1) {
	top: 0;
}

#nav_head span:nth-child(2) {
	top: 8px;
}

#nav_head span:nth-child(3) {
	top: 16px;
}


.open #nav_head span:nth-child(1) {
	top: 9px;
	left: 2px;
	width: 30px;
	height: 1px;
	border-radius: 2px;
	-webkit-transform: rotate(-225deg);
	-moz-transform: rotate(-225deg);
	transform: rotate(-225deg);
}

.open #nav_head span:nth-child(2) {
	display: none;
}

.open #nav_head span:nth-child(3) {
	top: 9px;
	left: 2px;
	width: 30px;
	height: 1px;
	border-radius: 2px;
	-webkit-transform: rotate(225deg);
	-moz-transform: rotate(225deg);
	transform: rotate(225deg);
}

#nav_head p {
	font-size: 1.2rem;
	letter-spacing: 0;
	color: #fff;
	top: 20px;
	left: -4px;
	position: relative;
	opacity: 1;
	-webkit-transition: -webkit-transform .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
}

#global_nav li + li {
	border-top: #006907 1px solid;
}

#global_nav a {
	display: block;
	padding: 20px 0;
	color: #006907;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.2;
}

#global_nav a span {
	display: block;
	font-size: 1.2rem;
	font-weight: normal;
}


/********************************************************** header */

main {
	position: relative;
}

.kv_wrap {
	height: 335px;
	position: relative;
}

.kv_top {
	background: url(../images/kv_top.jpg) center bottom / cover no-repeat;
}

.kv {
	height: 100%;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.kv_top h1 {
	width: 110px;
	margin-top: 40px;
	-webkit-filter: drop-shadow(0px 0px 2px rgb(0, 0, 0));
	filter: drop-shadow(0px 0px 2px rgb(0, 0, 0));
}

/********************************************************** kv */

.concept {
	font-size: 1.6rem;
	text-align: center;
	width: 84%;
	margin: 40px auto 60px;
}

.top_h2 {
	position: relative;
	max-width: 290px;
	width: 80%;
	left: 0;
}

.top_h2 h2 {
	position: absolute;
	width: 96px;
	top: -10px;
	right: -50px;
}



.second .top_h2 {
	margin-left: auto;
	margin-right: 0;
	left: auto;
	right: 0;
}

.second .top_h2 h2 {
	right: auto;
	left: -70px;
	right: auto;
}

.third .top_h2 h2 {
	top: -11px;
	right: -58px;
}

.bg_pattern {
	position: relative;
}

.bg_pattern::after {
	content: "";
	background: url(../images/bg_pattern.jpg) repeat;
	display: block;
	width: 100%;
	height: 150%;
	min-height: 352px;
	position: absolute;
	bottom: 0;
	z-index: -1;
}

.top_h2_txt {
	padding-top: 20px;
	padding-bottom: 34px;
}

.second {
	margin: 50px 0;
}

#page_top {
	width: 52px;
	height: 52px;
	position: fixed;
	right: 15px;
	bottom: 20px;
	background: #fff;
	border: #666 1px solid;
	border-radius: 50%;
	opacity: 0.5;
	z-index: 99;
}

#page_top a {
	position: relative;
	display: block;
	width: 52px;
	height: 52px;
	text-decoration: none;
}

#page_top a::before {
	content: "";
	width: 10px;
	height: 10px;
	border-top: #006907 1px solid;
	border-right: #006907 1px solid;
	transform: rotate(-45deg);
	position: absolute;
	top: 22px;
	left: 19px;
}

/********************************************************** main */

footer {
	background: url(../images/footer.jpg) center bottom / cover no-repeat;
	text-align: center;
	margin-top: 60px;
}

footer .flx {
	display: block;
}

footer .logo {
	margin: 0 auto;
	padding: 30px 0 15px;
}

footer li a {
	display: block;
	color: #fff;
	font-size: 1.6rem;
	line-height: 1.2;
	margin: 30px 0;
}

footer li a span {
	display: block;
	font-size: 1.2rem;
}

footer p {
	color: #fff;
	font-size: 1rem;
	padding: 15px 0 30px;
}

/********************************************************** footer */



@media screen and (min-width: 425px) {
	.top_h2 {
		max-width: 80%;
	}
}


@media screen and (min-width: 768px) {
	body {
		font-size: 1.6rem;
	}

	.sp {
		display: none;
	}

	.pc {
		display: block;
	}

	header {
		height: 80px;
		background: none;
		-webkit-filter: drop-shadow(0px 0px 2px rgb(0, 0, 0));
		filter: drop-shadow(0px 0px 2px rgb(0, 0, 0));
	}


	.logo {
		width: 222px;
		margin-top: 26px;
	}

	#nav_head {
		display: none;
	}

	#global_nav {
		display: block;
		position: relative;
		left: auto;
		width: auto;
		height: 90px;
		padding: 0;
		margin: 0;
		opacity: 1;
		background: none;
		box-shadow: none;
	}

	#global_nav li {
		display: inline-block;
	}

	#global_nav li + li {
		border-top: none;
		position: relative;
		margin-left: 100px;
	}

	#global_nav li + li::before {
		content: "";
		display: block;
		width: 84px;
		height: 84px;
		border-left: #fff 1px solid;
		transform: rotate(45deg);
		position: absolute;
		top: 17px;
		left: -52px;
		z-index: -1;
	}

	#global_nav a {
		color: #fff;
		font-weight: normal;
		padding-top: 25px;
	}




	/********************************************************** header */
	.kv_wrap {
		height: 670px;

	}

	.kv_top h1 {
		width: 180px;
	}



	/********************************************************** kv */
	main {
		padding-bottom: 30px;
	}

	.wrap {
		max-width: 1000px;
		margin: 0 auto;
	}

	.concept {
		font-size: 1.8rem;
		margin: 60px auto 100px;
	}

	.wrap_img {
		position: relative;
		max-width: 1440px;
		margin: 0 auto;
	}


	.top_h2 {
		position: absolute;
		width: calc(50% - 80px);
		max-width: 580px;
	}

	.top_h2 h2 {
		width: 13vw;
		max-width: 190px;
		top: -1.75vw;
		right: -6.25vw;
	}

	.second .top_h2 h2 {
		left: -9vw;
	}

	.third .top_h2 h2 {
		right: -7.75vw;
	}

	.top_h2 + div {
		padding-top: 13vw;
		padding-bottom: 50px;
	}

	.top_h2_txt {
		width: 50%;
		margin-left: auto;
		margin-right: 0;
	}

	.second .top_h2_txt {
		margin-left: 0;
		margin-right: auto;
	}

	.bg_pattern {
		top: 8vw;
	}

	.bg_pattern::after {
		min-height: 258px;
		height: 100%;
	}

	.second {
		margin: 120px 0;
	}

	.top_h2_txt {
		padding-top: 4vw;
		padding-bottom: 40px;
	}

	/********************************************************** main */
	footer {
		margin-top: 100px;
	}

	#page_top {
		bottom: 80px;
	}

	footer .flx {
		display: flex;
	}

	footer .logo {
		margin: 0;
		padding: 28px 0 0;
	}

	footer li {
		display: inline-block;
	}

	footer li + li {
		position: relative;
		margin-left: 100px;
	}

	footer li + li::before {
		content: "";
		display: block;
		width: 84px;
		height: 84px;
		border-left: #fff 1px solid;
		transform: rotate(45deg);
		position: absolute;
		top: 17px;
		left: -52px;
		z-index: 0;
	}

	footer li a {
		margin: 26px 0 0;
	}
	
	
	footer p {
		padding: 100px 0 30px;
	}

}


@media screen and (min-width: 1000px) {
	main {
		padding-bottom: 10vw;
	}

	.bg_pattern {
		top: 9vw;
	}

	.top_h2_txt {
		padding-bottom: 50px;
	}

	.second {
		margin: calc(80px + 10vw) 0;
	}

	footer p {
		font-size: 1.4rem;
		padding: 260px 0 30px;
	}
}

@media screen and (min-width: 1030px) {
	.wrap {
		padding: 0;
	}
}

@media screen and (min-width: 1060px) {
	.top_h2_txt {
		padding-bottom: 8vw;
	}
}


@media screen and (min-width: 1440px) {
	.kv_top {
		background-position: center 32%;
	}

	main {
		padding-bottom: 118px;
	}

	.bg_pattern {
		top: 118px;
	}

	.bg_pattern::after {
		min-height: 300px;
		bottom: auto;
		top: 0;
	}

	.top_h2 h2 {
		top: -25px;
		right: -90px;
	}

	.second .top_h2 h2 {
		left: -130px;
	}

	.third .top_h2 h2 {
		right: -111px;
	}

	.top_h2_txt {
		padding-top: 72px;
		padding-bottom: 78px;
	}

	.second {
		margin: calc(80px + 118px) 0;
	}


}