@charset "UTF-8";
@import url(normalize.css);
@import url(reset.css);
@import url(hack.css);

body {font-family: "Noto Sans JP", serif; font-weight: 500;}

img {vertical-align: middle;}

@media screen and (min-width:1024px) {
	.pc {display: block;}
	.sp {display: none;}
}

@media screen and (min-width:768px) and ( max-width:1024px) {
	.pc {display: none;}
	.sp {display: block;}
}

@media screen and (max-width:768px) {
	.pc {display: none;}
	.sp {display: block;}
}

header {
	width: 100%;
	background: rgba(255,255,255,0.75);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10;
}

.header_area {
	width: 100%;
	max-width: 1280px;
	height: auto;
	min-height: 10px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}

.logo {
	width: 20%;
	padding: 11px 0;
	box-sizing: border-box;
}

@media screen and (max-width:768px) {
	.logo {
		width: 20%;
		padding: 7px 0;
		box-sizing: border-box;
	}
	
	.logo img {
		width: 90px;
		padding: 2px 10px;
	}
}

.manu_box {
	width: 65%;
	display: flex;
	flex-wrap: wrap;
	padding: 7px 0;
	box-sizing: border-box;
	margin-right: 3%;
}

.submanu {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
	box-sizing: border-box;
	margin-bottom: 5px;
}

.submanu .icon {
	margin-right: 15px;
	padding-top: 0;
}

.submanu .form {
	border: 1px solid #999;
	background: #fff;
	box-sizing: border-box;
	border-radius: 6px;
}

.submanu .form input {
	border: none;
	background: none;
	font-size: 0.8em;
}

.submanu .form .txt {
	width: 200px;
}

.submanu .form .btn {
	width: 19px;
	background: url("../images/kensaku.svg") center center no-repeat;
	background-size: cover;
}

.mainmanu {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content:flex-end;
	align-items: center;
	margin-top: 10px;
}

.mainmanu a {
	font-weight: 700;
}

.sub2manu {
	width: 12%;
}

.language {
	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content:center;
	align-items: center;
	background: #000000;
	color: #fff;
	font-size: 0.9em;
	line-height: 1.4em;
	padding: 7px 0;
	box-sizing: border-box;
}


.language a {
	color: #fff;
}

.language a.click {
	font-weight: 900;
	color: #00cc99;
}

.language span {
	display: block;
	width: 100%;
}

.outlook {
	width: 100%;
}

.outlook a {
	width: 100%;
	display: inline-block;
	background: #006E4C;
	position: relative;
	padding: 12px 0 12px 30px;
	box-sizing: border-box;
	color: #fff;
	font-size: 0.9em;
	font-weight: 500;
}

.outlook a::before {
	content: "";
	position: absolute;
	left: 30px;
	top: 15px;
	background: url("../images/mail.svg") center center no-repeat;
	background-size: cover;
	width: 17px;
	height: 17px;
}

@media screen and (min-width:768px) and ( max-width:1024px) {
	.manu_box {display: none;}
	.sub2manu {display: none;}
}

@media screen and (max-width:768px) {
	.manu_box {display: none;}
	.sub2manu {display: none;}
}

nav {display: none;}

@media screen and (min-width:768px) and ( max-width:1024px) {
	nav {
		width:70%;
		height:auto;
		min-height:120px;
		box-sizing:border-box;
		padding:0;
		position:fixed;
		display:none;
		top:91px;
		right: 0;
		z-index:14000;
		background: rgba(5,19,53,0.80);
	}

	.nav_BOX {
		width: 100%;
		height: auto;
		box-sizing: border-box;
		padding: 0;
		text-align: left;
	}

	.nav_list {
		width: 100%;
		height: auto;
		padding: 90px 70px 70px 70px;
		box-sizing: border-box;
	}

	.nav_list li {
		width: 100%;
		height: auto;
		font-size: 2em;
		border-bottom: 1px solid #fff;
		padding: 20px 0;
		box-sizing: border-box;
		color: #fff;
	}
	
	.nav_list li a {
		color: #fff;
	}
	
	.nav_sns {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		margin-bottom: 70px;
	}
	
	.nav_sns a {
		width: auto;
		display: inline-block;
		margin: 0 20px;
	}
	
	.nav_sns a img {
		width: 60px;
	}
	
	.nav_kensaku {
		width: 100%;
		padding: 0 70px;
		box-sizing: border-box;
		margin-bottom: 70px;
	}
	
	.nav_kensaku .form {
		border: 1px solid #999;
		background: #fff;
		box-sizing: border-box;
		border-radius: 6px;
		padding: 15px;
	}
	
	.nav_kensaku .form form {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		position: relative;
	}

	.nav_kensaku .form input {
		border: none;
		background: none;
		font-size: 1.6em;
	}

	.nav_kensaku .form .txt {
		width: 90%;
		margin-right: 10%;
	}

	.nav_kensaku .form .btn {
		width: 50px;
		height: 50px;
		background: url("../images/kensaku.svg") center center no-repeat;
		background-size: cover;
		position: absolute;
		right: 0;
		top: -5px;
	}
	
	.nav_sub {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}
	
	.language {
		width: 100%;
		text-align: center;
		background: #000000;
		color: #fff;
		font-size: 1.8em;
		line-height: 1.4em;
		padding: 7px 0;
		box-sizing: border-box;
	}


	.language a {
		color: #fff;
	}
	
	.language a.click {
		font-weight: 900;
		color: #00cc99;
	}

	.outlook {
		width: 50%;
		text-align: center;
	}

	.outlook a {
		width: 100%;
		display: inline-block;
		background: #006E4C;
		position: relative;
		padding: 21px 0 21px 20px;
		box-sizing: border-box;
		color: #fff;
		font-size: 1.8em;
		font-weight: 500;
	}

	.outlook a::before {
		content: "";
		position: absolute;
		left: 20px;
		top: 30px;
		background: url("../images/mail.svg") center center no-repeat;
		background-size: cover;
		width: 32px;
		height: 32px;
	}

	#navToggle {
		position:fixed; /*bodyに対しての絶対位置指定です*/
		right:0;
		top:0;
		width:50px;
		height:51px;
		cursor:pointer;
		z-index:15000;
		padding:20px;
		background: #051335;
		}
	#navToggle div {position:relative} /*spanの絶対位置指定の親にします*/
	#navToggle span {
		display:block;
		position:absolute; /*#navToggle div に対して*/
		width:100%;
		border-bottom:solid 5px #fff;
		-webkit-transition: .35s ease-in-out;
		-moz-transition: .35s ease-in-out;
		transition: .35s ease-in-out}
	#navToggle span:nth-child(1) {top:5px}
	#navToggle span:nth-child(2) {top:22px}
	#navToggle span:nth-child(3) {top:39px}

	.openNav #navToggle span:nth-child(1) {
		top: 20px;
		-webkit-transform:rotate(-45deg);
		-moz-transform:rotate(-45deg);
		transform:rotate(-45deg);
		border-bottom:solid 5px #fff;
		}
	.openNav #navToggle span:nth-child(2){
		top: 20px;
		-webkit-transform:rotate(45deg);
		-moz-transform:rotate(45deg);
		transform:rotate(45deg);
		border-bottom:solid 5px #fff;
		}

	.openNav #navToggle span:nth-child(3) {
		top: 20px;
		-webkit-transform:rotate(-45deg);
		-moz-transform:rotate(-45deg);
		transform:rotate(-45deg);
		border-bottom:solid 5px #fff;
		}

	.openNav nav {
		display:block !important;
	}
	
}

@media screen and (max-width:768px) {
	nav {
		width:85%;
		height:auto;
		min-height:120px;
		box-sizing:border-box;
		padding:0;
		position:fixed;
		display:none;
		top:67px;
		right: 0;
		z-index:14000;
		background: rgba(5,19,53,0.80);
	}

	.nav_BOX {
		width: 100%;
		height: auto;
		box-sizing: border-box;
		padding: 0;
		text-align: left;
	}

	.nav_list {
		width: 100%;
		height: auto;
		padding: 30px 30px 30px 30px;
		box-sizing: border-box;
	}

	.nav_list li {
		width: 100%;
		height: auto;
		font-size: 1em;
		border-bottom: 1px solid #fff;
		padding: 15px 0;
		box-sizing: border-box;
		color: #fff;
	}
	
	.nav_list li a {
		color: #fff;
	}
	
	.nav_sns {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		margin-bottom: 45px;
	}
	
	.nav_sns a {
		width: auto;
		display: inline-block;
		margin: 0 20px;
	}
	
	.nav_sns a img {
		width: 35px;
	}
	
	.nav_kensaku {
		width: 100%;
		padding: 0 30px;
		box-sizing: border-box;
		margin-bottom: 45px;
	}
	
	.nav_kensaku .form {
		border: 1px solid #999;
		background: #fff;
		box-sizing: border-box;
		border-radius: 6px;
		padding: 15px;
	}
	
	.nav_kensaku .form form {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		position: relative;
	}

	.nav_kensaku .form input {
		border: none;
		background: none;
		font-size: 1em;
	}

	.nav_kensaku .form .txt {
		width: 80%;
		margin-right: 20%;
	}

	.nav_kensaku .form .btn {
		width: 25px;
		height: 25px;
		background: url("../images/kensaku.svg") center center no-repeat;
		position: absolute;
		right: 0;
		top: 3px;
	}
	
	.nav_sub {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}
	
	.language {
		width: 100%;
		text-align: center;
		background: #000000;
		color: #fff;
		font-size: 1em;
		line-height: 1.4em;
		padding: 7px 0;
		box-sizing: border-box;
	}


	.language a {
		color: #fff;
	}
	
	.language a.click {
		font-weight: 900;
		color: #00cc99;
	}

	.outlook {
		width: 50%;
		text-align: center;
	}

	.outlook a {
		width: 100%;
		display: inline-block;
		background: #006E4C;
		position: relative;
		padding: 16px 0 16px 30px;
		box-sizing: border-box;
		color: #fff;
		font-size: 1em;
		font-weight: 500;
	}

	.outlook a::before {
		content: "";
		position: absolute;
		left: 22px;
		top: 18px;
		background: url("../images/mail.svg") center center no-repeat;
		background-size: cover;
		width: 22px;
		height: 22px;
	}

	#navToggle {
		position:fixed; /*bodyに対しての絶対位置指定です*/
		right:0;
		top:0;
		width:28px;
		height:28px;
		cursor:pointer;
		z-index:15000;
		padding:20px;
		background: #051335;
		}
	#navToggle div {position:relative} /*spanの絶対位置指定の親にします*/
	#navToggle span {
		display:block;
		position:absolute; /*#navToggle div に対して*/
		width:100%;
		border-bottom:solid 3px #fff;
		-webkit-transition: .35s ease-in-out;
		-moz-transition: .35s ease-in-out;
		transition: .35s ease-in-out}
	#navToggle span:nth-child(1) {top:0}
	#navToggle span:nth-child(2) {top:12px}
	#navToggle span:nth-child(3) {top:24px}

	.openNav #navToggle span:nth-child(1) {
		top: 10px;
		-webkit-transform:rotate(-45deg);
		-moz-transform:rotate(-45deg);
		transform:rotate(-45deg);
		border-bottom:solid 3px #fff;
		}
	.openNav #navToggle span:nth-child(2){
		top: 10px;
		-webkit-transform:rotate(45deg);
		-moz-transform:rotate(45deg);
		transform:rotate(45deg);
		border-bottom:solid 3px #fff;
		}

	.openNav #navToggle span:nth-child(3) {
		top: 10px;
		-webkit-transform:rotate(-45deg);
		-moz-transform:rotate(-45deg);
		transform:rotate(-45deg);
		border-bottom:solid 3px #fff;
		}

	.openNav nav {
		display:block !important;
	}
	
}

.all {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
}

.top_main {
	width: 100%;
	height: 100vh;
	min-height: 900px;
	background: url("../images/main.svg") center center no-repeat;
	background-size: cover;
	padding: 100px 0 0 0;
	box-sizing: border-box;
}

@media screen and (min-width:768px) and ( max-width:1024px) {
	.top_main {
		width: 100%;
		height: 100vh;
		background: url("../images/main.svg") center right no-repeat;
		background-size: cover;
		padding: 100px 50px 0 50px;
		box-sizing: border-box;
	}
}

@media screen and (max-width:768px) {
	.top_main {
		width: 100%;
		height: 100vh;
		background: url("../images/main.svg") center center no-repeat;
		background-size: cover;
		padding: 70px 30px 0 30px;
		box-sizing: border-box;
	}
}

.top_main_area {
	width: 100%;
	max-width: 1280px;
	height: auto;
	min-height: 10px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	position: relative;
}

.top_main_area_eng {
	width: 100%;
	height: 100vh;
	position: relative;
}

.top_main_h2 {
	width: 100%;
	font-family: "Noto Serif JP", serif;
	font-weight: 300;
	color: #fff;
	font-size: 50px;
	line-height: 1.3em;
	text-align: left;
	margin-bottom: 30px;
}

@media screen and (min-width:768px) and ( max-width:1024px) {
	.top_main_h2 {
		width: 100%;
		font-family: "Noto Serif JP", serif;
		font-weight: 300;
		color: #fff;
		font-size: 42px;
		line-height: 1.3em;
		text-align: left;
		margin-bottom: 30px;
	}
}

@media screen and (max-width:768px) {
	.top_main_h2 {
		width: 100%;
		font-family: "Noto Serif JP", serif;
		font-weight: 300;
		color: #fff;
		font-size: 21px;
		line-height: 1.3em;
		text-align: left;
		margin-bottom: 30px;
	}
}

.top_main_text {
	width: 100%;
	max-width:650px;
	line-height: 2em;
	color: #fff;
	text-align: left;
}

@media screen and (min-width:768px) and ( max-width:1024px) {
	.top_main_text {
		width: 100%;
		max-width:100%;
		line-height: 2em;
		font-size: 1em;
		color: #fff;
		text-align: left;
	}
}

@media screen and (max-width:768px) {
	.top_main_text {
		width: 100%;
		max-width:100%;
		line-height: 1.6em;
		font-size: 0.9em;
		color: #fff;
		text-align: left;
	}
}

.top_eng_mark {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-end;
	position: absolute;
	bottom: -80px;
	right: 0;
}

.top_eng_mark a {
	padding: 0 10px;
}

.top_eng_mark img {
	width: 30px;
}

.top_main_link {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.top_main_link a {
	border: 1px solid #fff;
	display: inline-block;
	box-sizing: border-box;
	padding: 10px 30px 10px 20px;
	color: #fff;
	position: relative;
}

.top_main_link a::after {
	content: "";
	background: url("../images/yajirushi.svg");
	background-size: cover;
	width: 54px;
	height: 13px;
	position: absolute;
	right: -35px;
	top: 10px;
}

@media screen and (min-width:768px) and ( max-width:1024px) {
	.top_main_link a {
		border: 1px solid #fff;
		display: inline-block;
		box-sizing: border-box;
		padding: 10px 30px 10px 20px;
		color: #fff;
		position: relative;
		font-size: 1.6em;
	}

	.top_main_link a::after {
		content: "";
		background: url("../images/yajirushi.svg");
		background-size: cover;
		width: 108px;
		height: 26px;
		position: absolute;
		right: -90px;
		top: 10px;
	}
}

@media screen and (max-width:768px) {
	.top_main_link a {
		border: 1px solid #fff;
		display: inline-block;
		box-sizing: border-box;
		padding: 10px 30px 10px 20px;
		color: #fff;
		position: relative;
		font-size: 1em;
	}

	.top_main_link a::after {
		content: "";
		background: url("../images/yajirushi.svg") right no-repeat;
		width: 48px;
		height: 26px;
		position: absolute;
		right: -30px;
		top: 10px;
	}
}

.top_main_link a:hover {
	background: #fff;
	color: #000;
}

.top_main2 {
	width: 100%;
	height: auto;
	background: #E9F7F2;
	padding: 100px 0 160px 0;
	box-sizing: border-box;
}

@media screen and (min-width:768px) and ( max-width:1024px) {
	.top_main2 {
		width: 100%;
		height: auto;
		background: #E9F7F2;
		padding: 50px 50px 50px 50px;
		box-sizing: border-box;
	}
}

@media screen and (max-width:768px) {
	.top_main2 {
		width: 100%;
		height: auto;
		background: #E9F7F2;
		padding: 50px 30px 50px 30px;
		box-sizing: border-box;
	}
}

.top_main2_area {
	width: 100%;
	max-width: 1280px;
	height: auto;
	min-height: 10px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	position: relative;
}

.top_main2_left {
	width: 50%;
	height: 100%;
	min-height: 460px;
	background: url("../images/about_bg.png") center center no-repeat;
	background-size: cover;
}

.top_main2_right {
	width: 50%;
	padding: 0 0 0 50px;
	box-sizing: border-box;
}

@media screen and (min-width:768px) and ( max-width:1024px) {
	.top_main2_left {
		width: 100%;
		margin-top: 0;
	}

	.top_main2_right {
		width: 100%;
		margin-top: 50px;
		padding-left:15%;
		padding-right: 15%;
		box-sizing: border-box;
	}
}

@media screen and (max-width:768px) {
	.top_main2_left {
		width: 100%;
		margin-top: 0;
	}

	.top_main2_right {
		width: 100%;
		margin-top: 50px;
		padding-left:0;
		padding-right: 0;
		box-sizing: border-box;
	}
}

.top_main2_h2 {
	width: 100%;
	font-family: "Noto Serif JP", serif;
	font-weight: 300;
	color: #000;
	font-size: 42px;
	line-height: 1.3em;
	text-align: left;
	margin-bottom: 15px;
}

@media screen and (min-width:768px) and ( max-width:1024px) {
	.top_main2_h2 {
		width: 100%;
		font-family: "Noto Serif JP", serif;
		font-weight: 300;
		color: #000;
		font-size: 42px;
		line-height: 1.3em;
		text-align: left;
		margin-bottom: 15px;
	}
}

@media screen and (max-width:768px) {
	.top_main2_h2 {
		width: 100%;
		font-family: "Noto Serif JP", serif;
		font-weight: 300;
		color: #000;
		font-size: 32px;
		line-height: 1.3em;
		text-align: left;
		margin-bottom: 15px;
	}
}

.top_main2_text {
	width: 100%;
	max-width:650px;
	color: #000;
	line-height: 2em;
	text-align: left;
	margin-bottom: 40px;
}

@media screen and (min-width:768px) and ( max-width:1024px) {
	.top_main2_text {
		width: 100%;
		max-width:100%;
		color: #000;
		line-height: 2em;
		text-align: left;
		margin-bottom: 40px;
		font-size: 1.6em;
	}
}

@media screen and (max-width:768px) {
	.top_main2_text {
		width: 100%;
		max-width:100%;
		color: #000;
		line-height: 2em;
		text-align: left;
		margin-bottom: 40px;
		font-size: 1em;
	}
}

.top_main2_link {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

.top_main2_link a {
	max-width: 300px;
	width: 100%;
	text-align: left;
	border: 1px solid #006E4B;
	background: #006E4B;
	display: inline-block;
	box-sizing: border-box;
	padding: 10px 30px 10px 20px;
	color: #fff;
	position: relative;
}

.top_main2_link a::after {
	content: "＞";
	width: 25px;
	height: 13px;
	position: absolute;
	right: 0;
	top: 10px;
}

@media screen and (min-width:768px) and ( max-width:1024px) {
	.top_main2_link a {
		max-width: 400px;
		width: 100%;
		text-align: left;
		border: 1px solid #006E4B;
		background: #006E4B;
		display: inline-block;
		box-sizing: border-box;
		padding: 10px 30px 10px 20px;
		color: #fff;
		font-size: 1.6em;
		position: relative;
	}

	.top_main2_link a::after {
		content: "＞";
		width: 50px;
		height: 26px;
		position: absolute;
		right: 0;
		top: 10px;
	}
}

@media screen and (max-width:768px) {
	.top_main2_link a {
		max-width: 320px;
		width: 100%;
		text-align: left;
		
		background: #006E4B;
		display: inline-block;
		box-sizing: border-box;
		padding: 10px 30px 10px 20px;
		color: #fff;
		font-size: 1em;
		position: relative;
	}

	.top_main2_link a::after {
		content: "＞";
		width: 50px;
		height: 26px;
		position: absolute;
		right: 0;
		top: 10px;
	}
}


.top_main2_link a:hover {
	background: #fff;
	color: #006E4B;
}

.top_main2_img {
	width: 100%;
	margin-bottom: 20px;
}

.top_main2_img img {
	width: 100%;
}

.top_main2_pdf {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.top_main2_pdf a {
	max-width: 300px;
	width: 100%;
	text-align: left;
	border: 1px solid #006E4B;
	display: inline-block;
	box-sizing: border-box;
	padding: 10px 20px 10px 60px;
	color: #fff;
	background: #006E4B;
	position: relative;
}

.top_main2_pdf a::after {
	content: "";
	background: url("../images/pdf.svg");
	background-size: cover;
	width: 26px;
	height: 34px;
	position: absolute;
	left: 20px;
	top: 5px;
}

@media screen and (min-width:768px) and ( max-width:1024px) {
	.top_main2_pdf a {
		max-width: 400px;
		width: 100%;
		text-align: left;
		border: 1px solid #006E4B;
		display: inline-block;
		box-sizing: border-box;
		padding: 15px 20px 15px 80px;
		color: #fff;
		background: #006E4B;
		position: relative;
		font-size: 1.6em;
	}

	.top_main2_pdf a::after {
		content: "";
		background: url("../images/pdf.svg");
		background-size: cover;
		width: 40px;
		height: 52px;
		position: absolute;
		left: 20px;
		top: 8px;
	}
}

@media screen and (max-width:768px) {
	.top_main2_pdf a {
		max-width: 320px;
		width: 100%;
		text-align: left;
		border: 1px solid #006E4B;
		display: inline-block;
		box-sizing: border-box;
		padding: 15px 20px 15px 70px;
		color: #fff;
		background: #006E4B;
		position: relative;
		font-size: 1em;
	}

	.top_main2_pdf a::after {
		content: "";
		background: url("../images/pdf.svg");
		background-size: cover;
		width: 30px;
		height: 39px;
		position: absolute;
		left: 20px;
		top: 10px;
	}
}

.top_main2_pdf a:hover {
	background: #000;
}

.top_main3 {
	width: 100%;
	height: auto;
	background: url("../images/bg.svg") bottom center no-repeat;
	background-size: cover;
	padding: 0 0 120px 0;
	box-sizing: border-box;
	position: relative;
}

@media screen and (min-width:768px) and ( max-width:1024px) {
	.top_main3 {
		width: 100%;
		height: auto;
		background: url("../images/bg.svg") bottom center no-repeat;
		background-size: cover;
		padding: 50px 50px 120px 50px;
		box-sizing: border-box;
		position: relative;
	}
}

@media screen and (max-width:768px) {
	.top_main3 {
		width: 100%;
		height: auto;
		background: url("../images/bg.svg") bottom center no-repeat;
		background-size: cover;
		padding: 50px 30px 120px 30px;
		box-sizing: border-box;
		position: relative;
	}
}

.top_main3_area {
	width: 100%;
	max-width: 1280px;
	height: auto;
	min-height: 10px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	position: relative;
}

.top_main3_box {
	width: 100%;
	position: relative;
}

.top_main3_h2 {
	width: 100%;
	text-align: center;
	font-family: "Noto Serif JP", serif;
	font-weight: 300;
	color: #000;
	font-size: 50px;
	line-height: 1.3em;
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid #000000;
}

.top_main3_link {
	width: auto;
	position: absolute;
	right: 0;
	bottom: 50px;
}

.top_main3_link a {
	display: inline-block;
	background: #006E4C;
	color: #fff;
	padding: 5px 15px;
	box-sizing: border-box;
}

@media screen and (min-width:768px) and ( max-width:1024px) {
	.top_main3_h2 {
		width: 100%;
		text-align: center;
		font-family: "Noto Serif JP", serif;
		font-weight: 300;
		color: #000;
		font-size: 50px;
		line-height: 1.3em;
		margin-bottom: 100px;
		padding-bottom: 20px;
		border-bottom: 1px solid #000000;
	}
	
	.top_main3_link {
		width: auto;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		bottom: 20px;
	}
	
	.top_main3_link a {
		display: inline-block;
		background: #006E4C;
		color: #fff;
		font-size: 1.6em;
		padding: 5px 15px;
		box-sizing: border-box;
	}
}

@media screen and (max-width:768px) {
	.top_main3_h2 {
		width: 100%;
		text-align: center;
		font-family: "Noto Serif JP", serif;
		font-weight: 300;
		color: #000;
		font-size: 24px;
		line-height: 1.3em;
		margin-bottom: 100px;
		padding-bottom: 20px;
		border-bottom: 1px solid #000000;
	}
	
	.sp_pg {margin-bottom: 30px;}
	
	.top_main3_link {
		width: auto;
		position: absolute;
		left: 0;
		bottom: 30px;
	}
	
	.sp_link {
		bottom: 30px;
	}
	
	.top_main3_link a {
		display: inline-block;
		background: #006E4C;
		color: #fff;
		font-size: 1em;
		padding: 5px 15px;
		box-sizing: border-box;
	}
}

.top_main3_link a:hover {
	background: #000;
}

.top_main3_text {
	width: 100%;
	text-align: center;
	margin-bottom: 50px;
}

@media screen and (min-width:768px) and ( max-width:1024px) {
	.top_main3_text {
		width: 100%;
		text-align: center;
		margin-bottom: 50px;
		font-size: 1.6em;
	}
}

@media screen and (max-width:768px) {
	.top_main3_text {
		width: 100%;
		text-align: center;
		margin-bottom: 50px;
		font-size: 1em;
	}
}

.top_main3_list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.top_main3_list li {
	width: 23.5%;
	margin-right: 2%;
}

.top_main3_list li:nth-child(4n) {
	margin-right: 0;
}

@media screen and (min-width:768px) and ( max-width:1024px) {
	.top_main3_list li {
		width: 48%;
		margin-right: 4%;
		margin-bottom: 30px;
	}

	.top_main3_list li:nth-child(2n) {
		margin-right: 0;
	}
}

@media screen and (max-width:768px) {
	.top_main3_list li {
		width: 100%;
		margin-right:0;
		margin-bottom: 30px;
	}

	.top_main3_list li:nth-child(2n) {
		margin-right: 0;
	}
}

.top_main3_list li .img {
	width: 100%;
	position: relative;
	margin-bottom: 10px;
}

.top_main3_list li .img img {
	width: 100%;
}

.top_main3_list li .img span {
	position: absolute;
	left: 0;
	top: 0;
	background: #006E4C;
	color: #fff;
	font-size: 0.8em;
	padding: 2px 15px;
	box-sizing: border-box;
}

.top_main3_list li .time {
	width: 100%;
	text-align: left;
	color: #006E4C;
	font-size: 0.9em;
	font-weight: 600;
}

.top_main3_list li .text {
	width: 100%;
	text-align: left;
}

@media screen and (min-width:768px) and ( max-width:1024px) {
	.top_main3_list li .img span {
		position: absolute;
		left: 0;
		top: 0;
		background: #006E4C;
		color: #fff;
		font-size: 1.4em;
		padding: 2px 15px;
		box-sizing: border-box;
	}

	.top_main3_list li .time {
		width: 100%;
		text-align: left;
		color: #006E4C;
		font-size: 1.4em;
		font-weight: 600;
	}

	.top_main3_list li .text {
		width: 100%;
		text-align: left;
		font-size: 1.6em;
	}
}

@media screen and (max-width:768px) {
	.top_main3_list li .img span {
		position: absolute;
		left: 0;
		top: 0;
		background: #006E4C;
		color: #fff;
		font-size: 1.1em;
		padding: 2px 15px;
		box-sizing: border-box;
	}

	.top_main3_list li .time {
		width: 100%;
		text-align: left;
		color: #006E4C;
		font-size: 1.1em;
		font-weight: 600;
	}

	.top_main3_list li .text {
		width: 100%;
		text-align: left;
		font-size: 1em;
	}
}

.top_main3_bg1 {
	width: auto;
	position: absolute;
	left: -40px;
	top: -60px;
}

.top_main3_bg1 img {
	width: 280px;
}

@media screen and (max-width:768px) {
	.top_main3_bg1 {
		width: auto;
		position: absolute;
		left: -20px;
		top: 0;
	}

	.top_main3_bg1 img {
		width: 120px;
	}
}

.top_main4 {
	width: 100%;
	height: auto;
	background: #E4F7F3;
	padding: 50px 0 120px 0;
	box-sizing: border-box;
	position: relative;
	overflow-x:hidden;
}

@media screen and (min-width:768px) and ( max-width:1024px) {
	.top_main4 {
		width: 100%;
		height: auto;
		background: #E4F7F3;
		padding: 50px 50px 120px 50px;
		box-sizing: border-box;
		position: relative;
	}
}

@media screen and (max-width:768px) {
	.top_main4 {
		width: 100%;
		height: auto;
		background: #E4F7F3;
		padding: 50px 30px 120px 30px;
		box-sizing: border-box;
		position: relative;
	}
}

.top_main4_area {
	width: 100%;
	max-width: 1280px;
	height: auto;
	min-height: 10px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	position: relative;
}

.top_main4_box {
	width: 100%;
	background: #fff;
	padding: 50px 75px;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 80px;
}

@media screen and (max-width:768px) {
	.top_main4_box {
		width: 100%;
		background: #fff;
		padding: 30px 20px;
		box-sizing: border-box;
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 80px;
	}
}

.top_main4_box:last-child {
	margin-bottom: 0;
}

.top_main4_title {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 30px;
	position: relative;
}

@media screen and (min-width:768px) and ( max-width:1024px) {
	.top_main4_title {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		margin-bottom: 30px;
		position: relative;
	}
}

@media screen and (max-width:768px) {
	.top_main4_title {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		margin-bottom: 30px;
		position: relative;
	}
}

.top_main4_title h3 {
	width: 100%;
	max-width: 360px;
	border-bottom: 2px solid #707070;
	border-top: 2px solid #707070;
	padding: 3px 0;
}

.top_main4_title h3 span {
	width: 100%;
	display: inline-block;
	border-bottom: 1px solid #aaa;
	border-top: 1px solid #aaa;
	padding: 10px 0;
	font-weight: 600;
	font-size: 30px;
	color: #006E4C;
}

@media screen and (max-width:768px) {
	.top_main4_title h3 span {
		width: 100%;
		display: inline-block;
		border-bottom: 1px solid #aaa;
		border-top: 1px solid #aaa;
		padding: 10px 0;
		font-weight: 600;
		font-size: 24px;
		color: #006E4C;
	}
}

.top_main4_link {
	width: auto;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.top_main4_link a {
	display: inline-block;
	background: #006E4C;
	color: #fff;
	padding: 5px 15px;
	box-sizing: border-box;
}

@media screen and (min-width:768px) and ( max-width:1024px) {
	.top_main4_link {
		width: 100%;
		position: relative;
		padding-bottom: 50px;
	}
	
	.top_main4_link a {
		display: inline-block;
		background: #006E4C;
		color: #fff;
		padding: 5px 15px;
		box-sizing: border-box;
		font-size: 1.6em;
	}
}

@media screen and (max-width:768px) {
	.top_main4_link {
		width: 100%;
		position: relative;
		padding-bottom: 50px;
	}
	
	.top_main4_link a {
		display: inline-block;
		background: #006E4C;
		color: #fff;
		padding: 5px 15px;
		box-sizing: border-box;
		font-size: 1em;
	}
}

.top_main4_link a:hover {
	background: #000;
}

.top_main4_text {
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
}

@media screen and (min-width:768px) and ( max-width:1024px) {
	.top_main4_text {
		width: 100%;
		text-align: center;
		margin-bottom: 30px;
		font-size: 1.6em;
	}
}

@media screen and (max-width:768px) {
	.top_main4_text {
		width: 100%;
		text-align: left;
		margin-bottom: 30px;
		font-size: 1em;
	}
}

.top_main4_box2 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.top_main4_inbox {
	width: 45%;
	margin-right: 10%;
}

.top_main4_inbox:nth-child(2) {
	margin-right: 0;
}

@media screen and (min-width:768px) and ( max-width:1024px) {
	.top_main4_inbox {
		width: 100%;
		margin-right: 0;
		margin-bottom: 50px;
	}

	.top_main4_inbox:nth-child(2) {
		margin-right: 0;
		margin-bottom: 0;
	}
}

@media screen and (max-width:768px) {
	.top_main4_inbox {
		width: 100%;
		margin-right: 0;
		margin-bottom: 50px;
	}

	.top_main4_inbox:nth-child(2) {
		margin-right: 0;
		margin-bottom: 0;
	}
}

.top_main4_inbox .img {
	width: 100%;
	margin-bottom: 10px;
}

.top_main4_inbox .img img {
	width: 100%;
}

.top_main4_inbox h4 {
	width: 100%;
	color: #006E4C;
	text-align: left;
	font-weight: 700;
	font-size: 24px;
}

.top_main4_inbox .text {
	width: 100%;
	text-align: left;
	margin-bottom: 30px;
}

.top_main4_inbox .link {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.top_main4_inbox .link a {
	width: 100%;
	max-width: 320px;
	text-align: left;
	text-decoration: underline;
	display: inline-block;
	background: #707070;
	color: #fff;
	padding: 13px 20px;
	box-sizing: border-box;
	position: relative;
}

@media screen and (min-width:768px) and ( max-width:1024px) {
	.top_main4_inbox h4 {
		width: 100%;
		color: #006E4C;
		text-align: left;
		font-weight: 700;
		font-size: 32px;
	}

	.top_main4_inbox .text {
		width: 100%;
		text-align: left;
		margin-bottom: 30px;
		font-size: 1.6em;
	}

	.top_main4_inbox .link {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}

	.top_main4_inbox .link a {
		width: 100%;
		max-width: 440px;
		text-align: left;
		text-decoration: underline;
		display: inline-block;
		background: #707070;
		color: #fff;
		padding: 13px 20px;
		box-sizing: border-box;
		position: relative;
		font-size: 1.6em;
	}
}

@media screen and (max-width:768px) {
	.top_main4_inbox h4 {
		width: 100%;
		color: #006E4C;
		text-align: left;
		font-weight: 700;
		font-size: 21px;
	}

	.top_main4_inbox .text {
		width: 100%;
		text-align: left;
		margin-bottom: 30px;
		font-size: 1em;
	}

	.top_main4_inbox .link {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}

	.top_main4_inbox .link a {
		width: 100%;
		max-width: 440px;
		text-align: left;
		text-decoration: underline;
		display: inline-block;
		background: #707070;
		color: #fff;
		padding: 13px 60px 13px 20px;
		box-sizing: border-box;
		position: relative;
		font-size: 1em;
	}
}

.top_main4_inbox .link a:hover {
	background: #000;
}

.top_main4_inbox .link a::after {
	content: "";
	background: url("../images/link.svg") center center no-repeat;
	background-size: cover;
	width: 22px;
	height: 22px;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}

.top_main4_box3 {
	width: 100%;
	background: #E9F7F2;
	display: flex;
	flex-wrap: wrap;
}

.top_main4_box3 .img {
	width: 40%;
}

.top_main4_box3 .img img {
	width: 100%;
}

@media screen and (min-width:768px) and ( max-width:1024px) {
	.top_main4_box3 .img {
		width: 100%;
	}
}

@media screen and (max-width:768px) {
	.top_main4_box3 .img {
		width: 100%;
	}
}

.top_main4_box3 .inbox {
	width: 60%;
	box-sizing: border-box;
	padding: 30px 50px 0 50px;
	text-align: left;
}

@media screen and (min-width:768px) and ( max-width:1024px) {
	.top_main4_box3 .inbox {
		width: 100%;
		box-sizing: border-box;
		padding: 30px 50px 50px 50px;
		text-align: left;
	}
}

@media screen and (max-width:768px) {
	.top_main4_box3 .inbox {
		width: 100%;
		box-sizing: border-box;
		padding: 30px 20px 30px 20px;
		text-align: left;
	}
}

.top_main4_box3 .inbox h4 {
	width: 100%;
	color: #006E4C;
	font-weight: 700;
	font-size: 24px;
	margin-bottom: 10px;
	line-height: 1.4em;
}

.top_main4_box3 .inbox .text {
	width: 100%;
	margin-bottom: 30px;
}

.top_main4_box3 .inbox .link {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.top_main4_box3 .inbox .link a {
	width: 100%;
	max-width: 320px;
	text-align: left;
	text-decoration: underline;
	display: inline-block;
	background: #707070;
	color: #fff;
	padding: 13px 20px;
	box-sizing: border-box;
	position: relative;
}

@media screen and (min-width:768px) and ( max-width:1024px) {
	.top_main4_box3 .inbox h4 {
		width: 100%;
		color: #006E4C;
		font-weight: 700;
		font-size: 32px;
		margin-bottom: 10px;
		line-height: 1.4em;
	}

	.top_main4_box3 .inbox .text {
		width: 100%;
		margin-bottom: 30px;
		font-size: 1.6em;
	}

	.top_main4_box3 .inbox .link {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}

	.top_main4_box3 .inbox .link a {
		width: 100%;
		max-width: 440px;
		text-align: left;
		text-decoration: underline;
		display: inline-block;
		background: #707070;
		color: #fff;
		padding: 13px 20px;
		box-sizing: border-box;
		position: relative;
		font-size: 1.6em;
	}
}

@media screen and (max-width:768px) {
	.top_main4_box3 .inbox h4 {
		width: 100%;
		color: #006E4C;
		font-weight: 700;
		font-size: 24px;
		margin-bottom: 10px;
		line-height: 1.4em;
	}

	.top_main4_box3 .inbox .text {
		width: 100%;
		margin-bottom: 30px;
		font-size: 1em;
	}

	.top_main4_box3 .inbox .link {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}

	.top_main4_box3 .inbox .link a {
		width: 100%;
		max-width: 440px;
		text-align: left;
		text-decoration: underline;
		display: inline-block;
		background: #707070;
		color: #fff;
		padding: 13px 60px 13px 20px;
		box-sizing: border-box;
		position: relative;
		font-size: 1em;
	}
}

.top_main4_box3 .inbox .link a:hover {
	background: #000;
}

.top_main4_box3 .inbox .link a::after {
	content: "";
	background: url("../images/link.svg") center center no-repeat;
	background-size: cover;
	width: 22px;
	height: 22px;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}

.top_main4_inbox .link2 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.top_main4_inbox .link2 a {
	width: 100%;
	max-width: 220px;
	text-align: left;
	display: inline-block;
	background: #006E4B;
	color: #fff;
	padding: 13px 20px 13px 60px;
	box-sizing: border-box;
	position: relative;
}

@media screen and (min-width:768px) and ( max-width:1024px) {
	.top_main4_inbox .link2 {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}

	.top_main4_inbox .link2 a {
		width: 100%;
		max-width: 440px;
		text-align: left;
		display: inline-block;
		background: #006E4B;
		color: #fff;
		padding: 13px 20px 13px 60px;
		box-sizing: border-box;
		position: relative;
		font-size: 1.6em;
	}
}

@media screen and (max-width:768px) {
	.top_main4_inbox .link2 {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}

	.top_main4_inbox .link2 a {
		width: 100%;
		max-width: 440px;
		text-align: left;
		display: inline-block;
		background: #006E4B;
		color: #fff;
		padding: 13px 20px 13px 60px;
		box-sizing: border-box;
		position: relative;
		font-size: 1em;
	}
}

.top_main4_inbox .link2 a:hover {
	background: #000;
}

.top_main4_inbox .link2 a::before {
	content: "";
	background: url("../images/pdf.svg") center center no-repeat;
	background-size: cover;
	width: 26px;
	height: 34px;
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
}

.top_main4_inbox2 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.top_main4_inbox2 .img {
	width: 40%;
}

@media screen and (min-width:768px) and ( max-width:1024px) {
	.top_main4_inbox2 .img {
		width: 100%;
		margin-bottom: 30px;
	}
}

@media screen and (max-width:768px) {
	.top_main4_inbox2 .img {
		width: 100%;
		margin-bottom: 30px;
	}
}

.top_main4_inbox2 .img img {
	width: 100%;
}

.top_main4_inbox2 .textbox {
	width: 60%;
	text-align: left;
	padding: 0 0 0 30px;
	box-sizing: border-box;
}

.top_main4_inbox2 .textbox .text {
	width: 100%;
	margin-bottom: 30px;
}

.top_main4_inbox2 .link {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.top_main4_inbox2 .link a {
	width: 100%;
	max-width: 360px;
	text-align: center;
	display: inline-block;
	background: #006E4B;
	color: #fff;
	padding: 13px 20px 13px 60px;
	box-sizing: border-box;
	position: relative;
}

@media screen and (min-width:768px) and ( max-width:1024px) {
	.top_main4_inbox2 .textbox {
		width: 100%;
		text-align: left;
		padding: 0 0 0 0;
		box-sizing: border-box;
	}
	.top_main4_inbox2 .textbox .text {
		width: 100%;
		margin-bottom: 30px;
		font-size: 1.6em;
	}

	.top_main4_inbox2 .link {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}

	.top_main4_inbox2 .link a {
		width: 100%;
		max-width: 530px;
		text-align: center;
		display: inline-block;
		background: #006E4B;
		color: #fff;
		padding: 13px 20px 13px 60px;
		box-sizing: border-box;
		position: relative;
		font-size: 1.6em;
	}
}

@media screen and (max-width:768px) {
	.top_main4_inbox2 .textbox {
		width: 100%;
		text-align: left;
		padding: 0 0 0 0;
		box-sizing: border-box;
	}
	.top_main4_inbox2 .textbox .text {
		width: 100%;
		margin-bottom: 30px;
		font-size: 1em;
	}
	
	.top_main4_inbox2 .textbox .text span {
		font-size: 0.9em;
	}

	.top_main4_inbox2 .link {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}

	.top_main4_inbox2 .link a {
		width: 100%;
		max-width: 530px;
		text-align: center;
		display: inline-block;
		background: #006E4B;
		color: #fff;
		padding: 13px 20px 13px 60px;
		box-sizing: border-box;
		position: relative;
		font-size: 1em;
	}
}

.top_main4_inbox2 .link a:hover {
	background: #000;
}

.top_main4_inbox2 .link a::before {
	content: "";
	background: url("../images/pdf.svg") center center no-repeat;
	background-size: cover;
	width: 26px;
	height: 34px;
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
}

.top_main4_bg1 {
	width: auto;
	position: absolute;
	right: -40px;
	top: 0;
}

.top_main4_bg1 img {
	width: 280px;
}

@media screen and (max-width:768px) {
	.top_main4_bg1 {
		width: auto;
		position: absolute;
		right: -20px;
		top: 0;
	}

	.top_main4_bg1 img {
		width: 120px;
	}
}

.top_main5 {
	width: 100%;
	height: auto;
	background: #fff;
	padding: 50px 0 50px 0;
	box-sizing: border-box;
	position: relative;
}

@media screen and (min-width:768px) and ( max-width:1024px) {
	.top_main5 {
		width: 100%;
		height: auto;
		background: #fff;
		padding: 50px 50px 50px 50px;
		box-sizing: border-box;
		position: relative;
	}
}

@media screen and (max-width:768px) {
	.top_main5 {
		width: 100%;
		height: auto;
		background: #fff;
		padding: 50px 30px 50px 30px;
		box-sizing: border-box;
		position: relative;
	}
}

.top_main5_area {
	width: 100%;
	max-width: 1280px;
	height: auto;
	min-height: 10px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	position: relative;
}

.top_main5_box {
	width: 100%;
	flex-flow: wrap;
	justify-content: center;
	align-items: center;
}

.top_main5_box a {
	display: inline-block;
	margin: 0 20px 20px 20px;
}

@media screen and (max-width:768px) {
	.top_main5_box {
		width: 100%;
		display: flex;
		flex-flow: wrap;
		justify-content:flex-start;
		align-items: center;
	}
	.top_main5_box a {
		width: 48%;
		margin: 0 4% 20px 0;
	}
	
	.top_main5_box a:nth-child(2n) {
		width: 48%;
		margin: 0 0 20px 0;
	}
	
	.top_main5_box a img {
		width: 100%;
	}
}

footer {
	width: 100%;
	background: #006E4C;
	padding: 30px 0 15px 0;
}

@media screen and (min-width:768px) and ( max-width:1024px) {
	footer {
		width: 100%;
		background: #006E4C;
		padding: 30px 30px 15px 30px;
		box-sizing: border-box;
	}
}

@media screen and (max-width:768px) {
	footer {
		width: 100%;
		background: #006E4C;
		padding: 30px 30px 15px 30px;
		box-sizing: border-box;
	}
}

.footer_area {
	width: 100%;
	max-width: 1280px;
	height: auto;
	min-height: 10px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	position: relative;
}

.footer_box {
	width: 100%;
	position: relative;
	display: flex;
	flex-wrap: wrap;
}

.footer_left {
	width: 50%;
	text-align: center;
	position: relative;
}

@media screen and (min-width:768px) and ( max-width:1024px) {
	.footer_left {
		width: 100%;
		margin-bottom: 30px;
		text-align: center;
		position: relative;
	}
}

@media screen and (max-width:768px) {
	.footer_left {
		width: 100%;
		margin-bottom: 30px;
		text-align: center;
		position: relative;
	}
}

.footer_link {
	color: #fff;
}

.footer_link:hover {
	color: #999;
}

.footer_right {
	width: 50%;
	position: relative;
}


@media screen and (min-width:768px) and ( max-width:1024px) {
	.footer_right {
		width: 100%;
		position: relative;
	}
}

@media screen and (max-width:768px) {
	.footer_right {
		width: 100%;
		position: relative;
	}
}

.footer_text {
	width: auto;
	text-align: left;
	color: #fff;
	margin-top: 40px;
	padding: 0 50px;
	box-sizing: border-box;
	font-size: 0.9em;
}

.footer_icon {
	width: 100%;
	position: absolute;
	right: 0;
	top: 0;
	text-align: right;
}

.footer_icon img {
	width: 24px;
	padding: 0 5px;
}

@media screen and (min-width:768px) and ( max-width:1024px) {
	.footer_text {
		width: 100%;
		text-align: center;
		color: #fff;
		margin-top: 40px;
		padding: 0 0;
		box-sizing: border-box;
		font-size: 0.9em;
	}

	.footer_icon {
		width: 100%;
		position: relative;
		right: 0;
		top: 0;
		text-align: center;
	}

	.footer_icon img {
		width: 24px;
		padding: 0 5px;
	}
}

@media screen and (max-width:768px) {
	.footer_text {
		width: 100%;
		text-align: center;
		color: #fff;
		margin-top: 40px;
		padding: 0 0;
		box-sizing: border-box;
		font-size: 0.9em;
	}

	.footer_icon {
		width: 100%;
		position: relative;
		right: 0;
		top: 0;
		text-align: center;
	}

	.footer_icon img {
		width: 24px;
		padding: 0 5px;
	}
}



.fade-item {opacity: 0;}

.inview.fadeup {
	opacity: 0;
	transition-duration: .5s;
	transform: translateY(30px);
}
.inview.fadeup.active {
	opacity: 1;
	transform: translateY(0px);
}

.inview.fadeup2 {
	opacity: 0;
	transition-duration: .5s;
	transform: translateY(60px);
}
.inview.fadeup2.active {
	opacity: 1;
	transform: translateY(0px);
}

.inview.fadeup3 {
	opacity: 0;
	transition-duration: .5s;
	transform: translateY(120px);
}
.inview.fadeup3.active {
	opacity: 1;
	transform: translateY(0px);
}

.scroll_bottan {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 100;
	cursor: pointer;
	transition: .3s;
	opacity: 0;
	visibility: hidden;
}

.scroll_bottan img {
	width: 60px;
}

.scroll_bottan_active{
	opacity: 1;
	visibility: visible;
}

@media screen and (min-width:768px) and ( max-width:1024px) {
	.scroll_bottan {
		position: fixed;
		right: 10px;
		bottom: 10px;
		z-index: 10;
		cursor: pointer;
		transition: .3s;
		opacity: 0;
		visibility: hidden;
	}
	
	.scroll_bottan img {
		width: 100px;
	}
	
	.scroll_bottan_active{
		opacity: 1;
		visibility: visible;
	}
}

@media screen and (max-width:768px) {
	.scroll_bottan {
		position: fixed;
		right: 10px;
		bottom: 10px;
		z-index: 10;
		cursor: pointer;
		transition: .3s;
		opacity: 0;
		visibility: hidden;
	}
	
	.scroll_bottan img {
		width: 45px;
	}
	
	.scroll_bottan_active{
		opacity: 1;
		visibility: visible;
	}
}

/*---内部---*/

.temp_all {
	width: 100%;
	min-height: 520px;
	padding-top: 130px;
	position: relative;
}

@media screen and (min-width:768px) and ( max-width:1024px) {
	.temp_all {
		width: 100%;
		min-height: 420px;
		padding-top: 130px;
		position: relative;
	}
}

@media screen and (max-width:768px) {
	.temp_all {
		width: 100%;
		min-height: 320px;
		padding-top: 130px;
		position: relative;
	}
}

.bg1 {
	background: url("../images/bg2.png") center center no-repeat;
	background-size: cover;
}

.bg2 {
	background: url("../images/bg3.png") center center no-repeat;
	background-size: cover;
}

.bg3 {
	background: url("../images/bg4.png") center center no-repeat;
	background-size: cover;
}

.bg4 {
	background: url("../images/bg5.png") center center no-repeat;
	background-size: cover;
}

.bg5 {
	background: url("../images/bg6.png") center center no-repeat;
	background-size: cover;
}

.temp_area_top {
	width: 100%;
    max-width: 1280px;
    height: 520px;
    min-height: 10px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.temp_area_top h2 {
	font-family: "Noto Serif JP", serif;
	color: #fff;
	font-size: 3.8em;
	font-weight: 300;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateY(-50%) translateX(-50%);
	text-align: center;
}

.temp_area {
	width: 100%;
    max-width: 1280px;
    height: auto;
    min-height: 10px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    position: relative;
	z-index: 2;
}

@media screen and (min-width:768px) and ( max-width:1024px) {
	.temp_area_top {
		width: 100%;
		max-width: 1280px;
		height: 420px;
		min-height: 10px;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		position: relative;
	}

	.temp_area_top h2 {
		font-family: "Noto Serif JP", serif;
		color: #fff;
		font-size: 3em;
		font-weight: 300;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translateY(-50%) translateX(-50%);
		text-align: center;
	}

	.temp_area {
		width: 100%;
		max-width: 1280px;
		height: auto;
		min-height: 10px;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		position: relative;
		z-index: 2;
		padding: 0 30px;
		box-sizing: border-box;
	}
}

@media screen and (max-width:768px) {
	.temp_area_top {
		width: 100%;
		max-width: 1280px;
		height: 280px;
		min-height: 10px;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		position: relative;
	}

	.temp_area_top h2 {
		font-family: "Noto Serif JP", serif;
		color: #fff;
		font-size: 2.8em;
		font-weight: 300;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translateY(-50%) translateX(-50%);
		text-align: left;
		line-height: 1.4em;
		text-align: center;
	}

	.temp_area {
		width: 100%;
		max-width: 1280px;
		height: auto;
		min-height: 10px;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		position: relative;
		z-index: 2;
		padding: 0 30px;
		box-sizing: border-box;
	}
}

.pankuzu {
	width: 100%;
	height: auto;
	padding: 30px 0;
	box-sizing: border-box;
	text-align: left;
}

.sub_manu {
	width: 100%;
	display: flex;
    flex-wrap: wrap;
	margin-top: 50px;
	margin-bottom: 50px;
}

.sub_manu p {
	width: auto;
	margin-right: 20px;
	margin-bottom: 10px;
}

.sub_manu p a {
	width: 100%;
	min-width: 270px;
	display: inline-block;
	border: 1px solid #006E4C;
	text-align: left;
	padding: 5px 20px;
	box-sizing: border-box;
	color: #006E4C;
	position: relative;
}

.sub_manu p a::after {
	content: "▼";
	position: absolute;
	right: 10px;
	top: 5px;
}

@media screen and (max-width:768px) {
	.sub_manu {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		margin-bottom: 50px;
	}

	.sub_manu p {
		width: auto;
		margin-right: 20px;
		margin-bottom: 10px;
	}

	.sub_manu p a {
		width: 100%;
		min-width: 270px;
		display: inline-block;
		border: 1px solid #006E4C;
		text-align: left;
		padding: 5px 20px;
		box-sizing: border-box;
		color: #006E4C;
		position: relative;
	}

	.sub_manu p a::after {
		content: "▼";
		position: absolute;
		right: 10px;
		top: 5px;
	}
}

.temp_map {
	width: 100%;
	display: flex;
    flex-wrap: wrap;
	margin-bottom: 50px;
}

.temp_map .left_map {
	width: 48%;
	margin-right: 4%;
}

.temp_map .left_map .text {
	width: 100%;
	padding: 50px 0 50px 0;
	box-sizing: border-box;
	text-align: left;
}

.temp_map .left_map .map {
	width: 100%;
	text-align: right;
}

.temp_map .right_map {
	width: 48%;
}

.temp_map .right_map .map {
	width: 100%;
}

.temp_map .right_map .map img {
	width: 100%;
}

@media screen and (min-width:768px) and ( max-width:1024px) {
	.temp_map .left_map {
		width: 100%;
		margin-right: 0;
	}
	
	.temp_map .left_map .map {
		width: 100%;
		text-align: center;
	}
	
	.temp_map .right_map {
		width: 100%;
		text-align: center;
	}
	
	.temp_map .right_map .map img {
		width: auto;
	}
}

@media screen and (max-width:768px) {
	.temp_map .left_map {
		width: 100%;
		margin-right: 0;
	}
	
	.temp_map .left_map .map img {
		width: 100%;
	}
	
	.temp_map .right_map {
		width: 100%;
		text-align: center;
	}
}

.temp_yama {
	width: 100%;
	background: url("../images/yama.png") bottom center no-repeat;
	background-size: cover;
	position: relative;
	margin-top: -150px;
	z-index: 1;
}

.temp_yama_area {
	width: 100%;
    max-width: 1280px;
    height: auto;
    min-height: 10px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

@media screen and (min-width:768px) and ( max-width:1024px) {
	.temp_yama_area {
		width: 100%;
		max-width: 1280px;
		height: auto;
		min-height: 10px;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		position: relative;
		padding: 0 30px;
		box-sizing: border-box;
	}
}

@media screen and (max-width:768px) {
	.temp_yama_area {
		width: 100%;
		max-width: 1280px;
		height: auto;
		min-height: 10px;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		position: relative;
		padding: 0 30px;
		box-sizing: border-box;
	}
}

.temp_yama_title {
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #000000;
	box-sizing: border-box;
	padding: 300px 0 20px 0;
	margin-bottom: 20px;
	font-family: "Noto Serif JP", serif;
	font-size: 2.6em;
	font-weight: 300;
}

@media screen and (max-width:768px) {
	.temp_yama_title {
		width: 100%;
		text-align: center;
		border-bottom: 1px solid #000000;
		box-sizing: border-box;
		padding: 300px 0 20px 0;
		margin-bottom: 20px;
		font-family: "Noto Serif JP", serif;
		font-size: 2em;
		font-weight: 300;
	}
}

.temp_yama2 {
	width: 100%;
	background: url("../images/yama.png") top center no-repeat;
	background-size: cover;
	position: relative;
	z-index: 1;
	margin-top: -80px;
}

.temp_yama2_area {
	width: 100%;
    max-width: 1280px;
    height: auto;
    min-height: 10px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

@media screen and (min-width:768px) and ( max-width:1024px) {
	.temp_yama2_area {
		width: 100%;
		max-width: 1280px;
		height: auto;
		min-height: 10px;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		position: relative;
		padding: 0 30px;
		box-sizing: border-box;
	}
}

@media screen and (max-width:768px) {
	.temp_yama2_area {
		width: 100%;
		max-width: 1280px;
		height: auto;
		min-height: 10px;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		position: relative;
		padding: 0 30px;
		box-sizing: border-box;
	}
}

.temp_yama2_title {
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #000000;
	box-sizing: border-box;
	padding: 250px 0 20px 0;
	margin-bottom: 20px;
	font-family: "Noto Serif JP", serif;
	font-size: 2.6em;
	font-weight: 300;
}

@media screen and (max-width:768px) {
	.temp_yama2_title {
		width: 100%;
		text-align: center;
		border-bottom: 1px solid #000000;
		box-sizing: border-box;
		padding: 250px 0 20px 0;
		margin-bottom: 20px;
		font-family: "Noto Serif JP", serif;
		font-size: 2em;
		font-weight: 300;
	}
}

.temp_charm {
	width: 100%;
	background: #E4F7F3;
	position: relative;
	z-index: 1;
	overflow-x: hidden;
}

.temp_charm_area {
	width: 100%;
    max-width: 1280px;
    height: auto;
    min-height: 10px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

@media screen and (min-width:768px) and ( max-width:1024px) {
	.temp_charm_area {
		width: 100%;
		max-width: 1280px;
		height: auto;
		min-height: 10px;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		position: relative;
		padding: 0 30px;
		box-sizing: border-box;
	}
}

@media screen and (max-width:768px) {
	.temp_charm_area {
		width: 100%;
		max-width: 1280px;
		height: auto;
		min-height: 10px;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		position: relative;
		padding: 0 30px;
		box-sizing: border-box;
	}
}

.charm_inbox {
	width: 100%;
	position: relative;
}

.charm_inbox::before {
	content: url("../images/charm.png");
	width: 100px;
	position: absolute;
	right: -220px;
	top: 0;
	text-align: right;
}

.temp_charm_text {
	width: 100%;
	text-align: center;
	margin-bottom: 50px;
}

.temp_charm_box {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 80px;
}

.temp_charm_box .left_box {
	width: 42%;
	margin-right: 4%;
}

.temp_charm_box .left_box img {
	width: 100%;
}

.temp_charm_box .right_box {
	width: 54%;
	text-align: left;
}

.temp_charm_box .right_box .title {
	width: 100%;
	font-size: 8em;
	font-family: "Noto Serif JP", serif;
	font-weight: 300;
	line-height: 0.8em;
	color: #006E4B;
	margin-bottom: 70px;
}

.temp_charm_box .right_box2 {
	width: 42%;
	margin-left: 4%;
}

.temp_charm_box .right_box2 img {
	width: 100%;
}

.temp_charm_box .left_box2 {
	width: 54%;
	text-align: left;
}

.temp_charm_box .left_box2 .title {
	width: 100%;
	font-size: 8em;
	font-family: "Noto Serif JP", serif;
	font-weight: 300;
	line-height: 0.8em;
	color: #006E4B;
	margin-bottom: 70px;
}

.charm_img {
	width: 100%;
	max-width: 450px;
}

@media screen and (max-width:768px) {
	.temp_charm_box .left_box {
		width: 100%;
		margin-right: 0;
		margin-bottom: 50px;
	}

	.temp_charm_box .left_box img {
		width: 100%;
	}

	.temp_charm_box .right_box {
		width: 100%;
		text-align: left;
	}

	.temp_charm_box .right_box .title {
		width: 100%;
		font-size: 4em;
		font-family: "Noto Serif JP", serif;
		font-weight: 300;
		line-height: 0.8em;
		color: #006E4B;
		margin-bottom: 30px;
	}

	.temp_charm_box .right_box2 {
		width: 100%;
		margin-bottom: 50px;
	}

	.temp_charm_box .right_box2 img {
		width: 100%;
	}

	.temp_charm_box .left_box2 {
		width: 100%;
		text-align: left;
	}

	.temp_charm_box .left_box2 .title {
		width: 100%;
		font-size: 4em;
		font-family: "Noto Serif JP", serif;
		font-weight: 300;
		line-height: 0.8em;
		color: #006E4B;
		margin-bottom: 30px;
	}

	.charm_img {
		width: 100%;
		max-width: 450px;
	}
}

.temp_access {
	width: 100%;
	background: #fff;
	position: relative;
	z-index: 1;
}

.temp_access_area {
	width: 100%;
    max-width: 1280px;
    height: auto;
    min-height: 10px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

@media screen and (min-width:768px) and ( max-width:1024px) {
	.temp_access_area {
		width: 100%;
		max-width: 1280px;
		height: auto;
		min-height: 10px;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		position: relative;
		padding: 0 30px;
		box-sizing: border-box;
	}
}

@media screen and (max-width:768px) {
	.temp_access_area {
		width: 100%;
		max-width: 1280px;
		height: auto;
		min-height: 10px;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		position: relative;
		padding: 0 30px;
		box-sizing: border-box;
	}
}

.temp_access_title {
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #000000;
	box-sizing: border-box;
	padding: 50px 0 20px 0;
	margin-bottom: 30px;
	font-family: "Noto Serif JP", serif;
	font-size: 2.6em;
	font-weight: 300;
}

@media screen and (max-width:768px) {
	.temp_access_title {
		width: 100%;
		text-align: center;
		border-bottom: 1px solid #000000;
		box-sizing: border-box;
		padding: 50px 0 20px 0;
		margin-bottom: 30px;
		font-family: "Noto Serif JP", serif;
		font-size: 2em;
		font-weight: 300;
	}
}

.img960 {
	width: 100%;
	max-width: 960px;
}

.access_inbox {
	width: 100%;
	position: relative;
}

@media screen and (max-width:768px) {
	.access_inbox {
		width: 100%;
		position: relative;
		text-align: left;
	}
}

.access_inbox::before {
	content: url("../images/access.png");
	width: 100px;
	position: absolute;
	left: -320px;
	top: 50px;
	text-align: left;
}

.tabs {
	width: 100%;
	font-family: sans-serif;
}

.tab-buttons {
	display: flex;
	list-style: none;
	padding: 0;
}

.tab-buttons li {
	width: 49%;
	box-sizing: border-box;
	padding: 10px 20px;
	cursor: pointer;
	border: 1px solid #E4E4E4;
	border-bottom: none;
	background-color: #E4E4E4;
	color: #fff;
	margin-right: 2%;
	transition: background-color 0.2s ease;
	word-break: break-all;
	}

.tab-buttons li:nth-child(2) {
	margin-right: 0;
}

.tab-buttons li.active {
	background-color: #006E4C;
	border: 1px solid #006E4C;
}

.tab-content {
	width: 100%;
	display: none;
	border: 2px solid #006E4C;
	box-sizing: border-box;
	padding: 30px;
	background-color: #fff;
}

.tab-content.active {
	display: block;
}

.tab_box {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.tab_map {
	width: 100%;
	text-align: center;
}

.tab_map img {
	width: 100%;
	max-width: 1000px;
}

.tab_left {
	width: 48%;
	margin-right: 4%;
}

.tab_right {
	width: 48%;
}

.tab_root {
	width: 100%;
}

.tab_root img {
	width: 100%;
}

.tab_link_box {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
}

.tab_link_box p {
	width: 48%;
	margin-right: 4%;
}

.tab_link_box p:nth-child(2n) {
	margin-right: 0;
}

@media screen and (min-width:768px) and ( max-width:1024px) {
	.tab_link_box p {
		width: 100%;
		margin-right: 0;
	}

	.tab_link_box p:nth-child(2n) {
		margin-right: 0;
	}
}

@media screen and (max-width:768px) {
	.tab_link_box p {
		width: 100%;
		margin-right: 0;
	}

	.tab_link_box p:nth-child(2n) {
		margin-right: 0;
	}
}

.tab_link1 {
	width: 100%;
	display: inline-block;
	background: #006E4B;
	color: #fff;
	font-weight: 700;
	font-size: 1.2em;
	position: relative;
	box-sizing: border-box;
	padding: 20px 40px 20px 20px;
}

.tab_link1::after {
	content: "＞";
	position: absolute;
	right: 15px;
	top: 20px;
}

.tab_link2 {
	width: 100%;
	display: inline-block;
	background: #fff;
	border: 1px solid #000000;
	position: relative;
	box-sizing: border-box;
	padding: 10px 20px;
}

.tab_link2 img {
	width: 100%;
	max-width: 198px;
}

.Mg80Bottom {
	margin-bottom: 120px;
}

@media screen and (min-width:768px) and ( max-width:1024px) {
	.tab_link1 {
		width: 100%;
		display: inline-block;
		background: #006E4B;
		color: #fff;
		font-weight: 600;
		font-size: 1.2em;
		position: relative;
		box-sizing: border-box;
		padding: 20px 40px 20px 20px;
	}

	.tab_link1::after {
		content: "＞";
		position: absolute;
		right: 15px;
		top: 20px;
	}

	.tab_link2 {
		width: 100%;
		display: inline-block;
		background: #fff;
		border: 1px solid #000000;
		position: relative;
		box-sizing: border-box;
		padding: 10px 20px;
		margin-bottom: 20px;
	}

	.tab_link2 img {
		width: 100%;
		max-width: 198px;
	}
	
	.Mg80Bottom {
		margin-bottom: 20px;
	}
}

@media screen and (max-width:768px) {
	.tab_link1 {
		width: 100%;
		display: inline-block;
		background: #006E4B;
		color: #fff;
		font-weight: 600;
		font-size: 1em;
		position: relative;
		box-sizing: border-box;
		padding: 20px 20px;
	}

	.tab_link1::after {
		content: "＞";
		position: absolute;
		right: 15px;
		top: 20px;
	}

	.tab_link2 {
		width: 100%;
		display: inline-block;
		background: #fff;
		border: 1px solid #000000;
		position: relative;
		box-sizing: border-box;
		padding: 10px 20px;
		margin-bottom: 20px;
	}

	.tab_link2 img {
		width: 100%;
		max-width: 198px;
	}
	
	.Mg80Bottom {
		margin-bottom: 20px;
	}
}

.okuaizu_linkbox {
	width: 100%;
	margin-bottom: 100px;
	margin-top: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.okuaizu_linkbox p {
	margin: 0 10px 10px 10px;
}

.okuaizu_linkbox p a {
	width: auto;
	display: inline-block;
	padding: 10px 20px;
	border: 1px solid #006E4B;
	box-sizing: border-box;
}



.temp_event {
	width: 100%;
	background: #F0F5EA;
	position: relative;
	z-index: 1;
	overflow-x: hidden;
}

.temp_event_area {
	width: 100%;
    max-width: 1280px;
    height: auto;
    min-height: 10px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

@media screen and (min-width:768px) and ( max-width:1024px) {
	.temp_event_area {
		width: 100%;
		max-width: 1280px;
		height: auto;
		min-height: 10px;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		position: relative;
		padding: 0 30px;
		box-sizing: border-box;
	}
}

@media screen and (max-width:768px) {
	.temp_event_area {
		width: 100%;
		max-width: 1280px;
		height: auto;
		min-height: 10px;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		position: relative;
		padding: 0 30px;
		box-sizing: border-box;
	}
}

.event_inbox {
	width: 100%;
	position: relative;
}

.event_inbox::before {
	content: url("../images/event.png");
	width: 100px;
	position: absolute;
	right: -200px;
	top: 50px;
	text-align: right;
}

.temp_event_title {
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #000000;
	box-sizing: border-box;
	padding: 50px 0 20px 0;
	margin-bottom: 20px;
	font-family: "Noto Serif JP", serif;
	font-size: 2.6em;
	font-weight: 300;
}

@media screen and (max-width:768px) {
	.temp_event_title {
		width: 100%;
		text-align: center;
		border-bottom: 1px solid #000000;
		box-sizing: border-box;
		padding: 50px 0 20px 0;
		margin-bottom: 20px;
		font-family: "Noto Serif JP", serif;
		font-size: 1.7em;
		font-weight: 300;
	}
}

.temp_event_text {
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
}

.temp_event_time {
	width: 100%;
	text-align: left;
	font-size: 1.6em;
	font-weight: 700;
	margin-bottom: 10px;
}

.temp_event_time span {
	padding: 0 15px;
	font-size: 1.6em;
}

.temp_event_linkbox {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin-bottom: 30px;
}

.temp_event_linkbox .previous {
	width: 20%;
}

@media screen and (max-width:768px) {
	.temp_event_linkbox .previous {
		width: 30%;
	}
}

.temp_event_linkbox .previous a {
	width: 100%;
	display: inline-block;
	background: #006E4C;
	color: #fff;
	padding: 10px 0 10px 20px;
	box-sizing: border-box;
	position: relative;
	overflow: visible;
}

.temp_event_linkbox .previous a::before {
	content: "";
	position: absolute;
	left: -18px; /* 三角形を完全に外側へ出す */
	top: 0;
	width: 18px;
	height: 100%;
	background: #006E4C;
	clip-path: polygon(100% 0, 0 50%, 100% 100%);
}

.temp_event_linkbox .next {
	width: 20%;
}

@media screen and (max-width:768px) {
	.temp_event_linkbox .next {
		width: 30%;
	}
}

.temp_event_linkbox .next a {
	width: 100%;
	display: inline-block;
	background: #006E4C;
	color: #fff;
	padding: 10px 20px 10px 0;
	box-sizing: border-box;
	position: relative;
	overflow: visible;
	text-align: center;
}

.temp_event_linkbox .next a::after {
	content: "";
	position: absolute;
	right: -18px;
	top: 0;
	width: 18px;
	height: 100%;
	background: #006E4C;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.temp_event_linkbox .cl {
	width: 60%;
}

@media screen and (max-width:768px) {
	.temp_event_linkbox .cl {
		width: 40%;
	}
	
	.temp_event_linkbox .cl span {
		width: 100%;
		display: inline-block;
	}
}

.temp_event_table {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 100px;
}

.temp_event_table_left {
	width: 48%;
	margin-right: 4%;
}

.temp_event_table_right {
	width: 48%;
}

@media screen and (max-width:768px) {
	.temp_event_table_left {
		width: 100%;
		margin-right: 0;
	}

	.temp_event_table_right {
		width: 100%;
	}
}

.temp_event_table_1 {
	width: 100%;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	box-sizing: border-box;
}

.temp_event_table_1 th {
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	box-sizing: border-box;
	background: #ACB4A3;
	color: #fff;
	font-weight: 700;
	text-align: center;
	padding: 10px;
	line-height: 1.4em;
	vertical-align: middle;
}

.temp_event_table_1 th.do {
	background: #008DD1;
}

.temp_event_table_1 th.nichi {
	background: #DD0707;
}

.temp_event_table_1 th span {
	font-size: 1.7em;
}

.temp_event_table_1 td {
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	box-sizing: border-box;
	background: #fff;
	padding: 5px 10px;
}

.temp_event_table_link {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 7px 0;
}

.temp_event_table_link .cat {
	width: 20%;
	background: #006E4C;
	color: #fff;
	text-align: center;
	padding: 2px 0;
	box-sizing: border-box;
}

.temp_event_table_link .text {
	width: 80%;
	text-align: left;
	padding: 2px 15px;
	box-sizing: border-box;
}

/*------*/

.temp_rinen {
	width: 100%;
	background: #E4F7F3;
	position: relative;
	z-index: 1;
	overflow-x: hidden;
}

.temp_rinen_area {
	width: 100%;
    max-width: 1280px;
    height: auto;
    min-height: 10px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

@media screen and (min-width:768px) and ( max-width:1024px) {
	.temp_rinen_area {
		width: 100%;
		max-width: 1280px;
		height: auto;
		min-height: 10px;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		position: relative;
		padding: 0 30px;
		box-sizing: border-box;
	}
}

@media screen and (max-width:768px) {
	.temp_rinen_area {
		width: 100%;
		max-width: 1280px;
		height: auto;
		min-height: 10px;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		position: relative;
		padding: 0 30px;
		box-sizing: border-box;
	}
}

.rinen_inbox {
	width: 100%;
	position: relative;
}

.rinen_inbox::before {
	content: url("../images/PROFILE.png");
	width: 100px;
	position: absolute;
	right: -220px;
	top: 0;
	text-align: right;
}

.temp_rinen_text {
	width: 100%;
	text-align: center;
	margin-bottom: 50px;
}

@media screen and (max-width:768px) {
	.temp_rinen_text {
		width: 100%;
		text-align: left;
		margin-bottom: 50px;
	}
}

.temp_rinen_s_box {
	width: 100%;
	padding: 0 100px;
	box-sizing: border-box;
}

@media screen and (min-width:768px) and ( max-width:1024px) {
	.temp_rinen_s_box {
		width: 100%;
		padding: 0 40px;
		box-sizing: border-box;
	}
}

@media screen and (max-width:768px) {
	.temp_rinen_s_box {
		width: 100%;
		padding: 0 0;
		box-sizing: border-box;
	}
}

.temp_rinen_inbox {
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
	text-align: center;
	background: #fff;
	margin-bottom: 100px;
	font-family: "Noto Serif JP", serif;
	font-size: 2em;
}

@media screen and (max-width:768px) {
	.temp_rinen_inbox {
		width: 100%;
		padding: 20px;
		box-sizing: border-box;
		text-align: center;
		background: #fff;
		margin-bottom: 100px;
		font-family: "Noto Serif JP", serif;
		font-size: 1.7em;
	}
}

.temp_rinen_inimg {
	width: 100%;
	margin-bottom: 100px;
}

.temp_rinen_inimg img {
	width: 100%;
}

.temp_rinen_inbox2 {
	width: 100%;
	background: #fff;
	box-sizing: border-box;
	padding: 50px;
	margin-bottom: 100px;
}

.temp_rinen_inbox2 .title {
	width: 100%;
	text-align: center;
	margin-bottom: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.temp_rinen_inbox2 .title h4 {
	min-width: 250px;
	border-top: 2px solid #707070;
	border-bottom: 2px solid #707070;
	padding: 3px 0;
}

.temp_rinen_inbox2 .title h4 span {
	min-width: 250px;
	display: inline-block;
	border-top: 1px solid #707070;
	border-bottom: 1px solid #707070;
	padding: 5px 0;
	color: #006E4C;
	font-weight: 700;
	font-size: 1.6em;
}

.temp_rinen_inbox2 h5 {
	width: 100%;
	text-align: left;
	color: #006E4C;
	font-weight: 700;
}

.temp_rinen_inbox2 p {
	text-align: left;
}

.temp_rinen_inbox3 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.temp_rinen_inbox3 p:nth-child(1) {
	width: 25%;
	margin-right: 2%;
}

.temp_rinen_inbox3 p:nth-child(2) {
	width: 25%;
	margin-right: 2%;
}

.temp_rinen_inbox3 p:nth-child(3) {
	width: 46%;
}

@media screen and (min-width:768px) and ( max-width:1024px) {
	.temp_rinen_inbox3 p:nth-child(1) {
		width: 49%;
		margin-right: 2%;
	}

	.temp_rinen_inbox3 p:nth-child(2) {
		width: 49%;
		margin-right: 0;
	}

	.temp_rinen_inbox3 p:nth-child(3) {
		width: 100%;
		margin-top: 20px;
	}
}

@media screen and (max-width:768px) {
	.temp_rinen_inbox3 p:nth-child(1) {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}

	.temp_rinen_inbox3 p:nth-child(2) {
		width: 100%;
		margin-right: 0;
	}

	.temp_rinen_inbox3 p:nth-child(3) {
		width: 100%;
		margin-top: 20px;
	}
}

.temp_rinen_inbox3 p a {
	width: 100%;
	display: inline-block;
}

.temp_rinen_inbox3 p a.link1 {
	background: #707070;
	color: #fff;
	box-sizing: border-box;
	padding: 10px 60px 10px 15px;
	position: relative;
}

.temp_rinen_inbox3 p a.link1::after {
	content: "";
	width: 30px;
	height: 30px;
	background: url("../images/LINK.png") center center no-repeat;
	background-size: cover;
	position: absolute;
	right: 15px;
	top: 7px;
}

.temp_rinen_inbox3 p a.link2 {
	background: #006E4B;
	color: #fff;
	box-sizing: border-box;
	padding: 10px 15px 10px 60px;
	position: relative;
}

.temp_rinen_inbox3 p a.link2::before {
	content: "";
	width: 26px;
	height: 34px;
	background: url("../images/PDF.png") center center no-repeat;
	background-size: cover;
	position: absolute;
	left: 15px;
	top: 5px;
}

.temp_enkaku {
	width: 100%;
	background: #fff;
	position: relative;
	z-index: 1;
}

.temp_enkaku_area {
	width: 100%;
    max-width: 1280px;
    height: auto;
    min-height: 10px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

@media screen and (min-width:768px) and ( max-width:1024px) {
	.temp_enkaku_area {
		width: 100%;
		max-width: 1280px;
		height: auto;
		min-height: 10px;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		position: relative;
		padding: 0 30px;
		box-sizing: border-box;
	}
}

@media screen and (max-width:768px) {
	.temp_enkaku_area {
		width: 100%;
		max-width: 1280px;
		height: auto;
		min-height: 10px;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		position: relative;
		padding: 0 30px;
		box-sizing: border-box;
	}
}

.temp_enkaku_title {
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #000000;
	box-sizing: border-box;
	padding: 50px 0 20px 0;
	margin-bottom: 30px;
	font-family: "Noto Serif JP", serif;
	font-size: 2.6em;
	font-weight: 300;
}

@media screen and (max-width:768px) {
	.temp_enkaku_title {
		width: 100%;
		text-align: center;
		border-bottom: 1px solid #000000;
		box-sizing: border-box;
		padding: 50px 0 20px 0;
		margin-bottom: 30px;
		font-family: "Noto Serif JP", serif;
		font-size: 2em;
		font-weight: 300;
	}
}

.enkaku_inbox {
	width: 100%;
	position: relative;
}

.enkaku_inbox::before {
	content: url("../images/History.png");
	width: 100px;
	position: absolute;
	left: -320px;
	top: 50px;
	text-align: left;
}

@media screen and (max-width:768px) {
	.enkaku_intext {
		text-align: left;
	}
}

.enkaku_listbox {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 70px;
}

.enkaku_listbox .inbox {
	width: 48%;
	margin-right: 4%;
	text-align: left;
	background: url("../images/line.png") left top repeat-y;
	padding: 20px 0;
	box-sizing: border-box;
}

.enkaku_listbox .inbox:nth-child(2) {
	margin-right: 0;
}

@media screen and (min-width:768px) and ( max-width:1024px) {
	.enkaku_listbox .inbox {
		width: 100%;
		margin-right: 0;
		text-align: left;
		background: url("../images/line.png") left top repeat-y;
		padding: 20px 0;
		box-sizing: border-box;
	}

	.enkaku_listbox .inbox:nth-child(2) {
		margin-right: 0;
	}
}

@media screen and (max-width:768px) {
	.enkaku_listbox .inbox {
		width: 100%;
		margin-right: 0;
		text-align: left;
		background: url("../images/line.png") left top repeat-y;
		padding: 20px 0;
		box-sizing: border-box;
	}

	.enkaku_listbox .inbox:nth-child(2) {
		margin-right: 0;
	}
}

.enkaku_listbox .inbox .inlist {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 50px;
}

.enkaku_listbox .inbox .inlist .time {
	width: 28%;
	padding: 0 0 0 35px;
	box-sizing: border-box;
	position: relative;
	color: #63822E;
	font-weight: 700;
	font-size: 1.3em;
}

@media screen and (max-width:768px) {
	.enkaku_listbox .inbox .inlist .time {
		width: 35%;
		padding: 0 0 0 35px;
		box-sizing: border-box;
		position: relative;
		color: #63822E;
		font-weight: 700;
		font-size: 1.3em;
	}
}

.enkaku_listbox .inbox .inlist .time::before {
	content: "";
	position: absolute;
	left: 15px;
	top: 12px;
	background: url("../images/maru.png") center center no-repeat;
	width: 12px;
	height: 12px;
}

.enkaku_listbox .inbox .inlist .textbox {
	width: 72%;
}

@media screen and (max-width:768px) {
	.enkaku_listbox .inbox .inlist .textbox {
		width: 65%;
	}
}

.enkaku_listbox .inbox .inlist .textbox h4 {
	color: #63822E;
	font-weight: 700;
	font-size: 1.3em;
	margin-bottom: 15px;
}

.enkaku_listbox .inbox .inlist .textbox .img {
	width: 100%;
	margin-bottom: 15px;
}

.enkaku_listbox .inbox .inlist .textbox .img img {
	width: 100%;
	max-width: 270px;
}

.enkaku_otoiawase {
	width: 100%;
	border: 1px solid #000000;
	padding: 35px 50px;
	box-sizing: border-box;
	text-align: left;
	margin-bottom: 100px;
}

.enkaku_otoiawase .title {
	width: 100%;
	font-weight: 500;
	font-size: 1.2em;
	margin-bottom: 10px;
}

.enkaku_otoiawase .tel {
	width: 100%;
	font-weight: 700;
	font-size: 1.2em;
	margin-bottom: 10px;
}

.temp_project {
	width: 100%;
	background: #fff;
	position: relative;
	z-index: 1;
}

.temp_project_area {
	width: 100%;
    max-width: 1280px;
    height: auto;
    min-height: 10px;
    margin: 0 auto;
    position: relative;
}

@media screen and (min-width:768px) and ( max-width:1024px) {
	.temp_project_area {
		width: 100%;
		max-width: 1280px;
		height: auto;
		min-height: 10px;
		margin: 0 auto;
		position: relative;
		padding: 0 30px;
		box-sizing: border-box;
	}
}

@media screen and (max-width:768px) {
	.temp_project_area {
		width: 100%;
		max-width: 1280px;
		height: auto;
		min-height: 10px;
		margin: 0 auto;
		position: relative;
		padding: 0 30px;
		box-sizing: border-box;
		text-align: left;
	}
}

.temp_project2 {
	width: 100%;
	background: #E4F7F3;
	position: relative;
	z-index: 1;
	overflow-x: hidden;
	padding: 150px 0 0 0;
}

.temp_project2::before {
	content: "";
	width: 100%;
	height: 400px;
	background: url("../images/yama.png") bottom center no-repeat;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
}

.temp_project2_area {
	width: 100%;
    max-width: 1280px;
    height: auto;
    min-height: 10px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.project_inbox {
	width: 100%;
	position: relative;
}

.project_inbox::before {
	content: url("../images/project.png");
	width: 100px;
	position: absolute;
	right: -220px;
	top: 0;
	text-align: right;
}


.temp_project_inbox {
	width: 100%;
	background: #fff;
	box-sizing: border-box;
	padding: 50px;
	margin-bottom: 100px;
}

.temp_project_inbox .title {
	width: 100%;
	text-align: center;
	margin-bottom: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.temp_project_inbox .title h4 {
	min-width: 250px;
	border-top: 2px solid #707070;
	border-bottom: 2px solid #707070;
	padding: 3px 0;
}

.temp_project_inbox .title h4 span {
	min-width: 250px;
	display: inline-block;
	border-top: 1px solid #707070;
	border-bottom: 1px solid #707070;
	padding: 5px 0;
	color: #006E4C;
	font-weight: 700;
	font-size: 1.6em;
}

.temp_project_inbox .text {
	width: 100%;
	text-align: center;
	margin-bottom: 50px;
}

@media screen and (max-width:768px) {
	.temp_project_inbox .text {
		width: 100%;
		text-align: left;
		margin-bottom: 50px;
	}
}

.temp_project_inbox .inbox {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	padding: 30px 0;
	box-sizing: border-box;
	border-bottom: 1px dotted #006E4C;
}

.temp_project_inbox .inbox:last-child {
	border-bottom: none;
}

.temp_project_inbox .inbox .intext {
	width: 50%;
	position: relative;
	padding-bottom: 100px;
	box-sizing: border-box;
}

.temp_project_inbox .inbox .inimg {
	width: 50%;
	padding: 0 0 0 50px;
	box-sizing: border-box;
}

.temp_project_inbox .inbox .inimg img {
	width: 100%;
	max-width: 490px;
	text-align: center;
}

@media screen and (max-width:768px) {
	.temp_project_inbox .inbox .intext {
		width: 100%;
		position: relative;
		padding-bottom: 100px;
		box-sizing: border-box;
		margin-bottom: 30px;
	}

	.temp_project_inbox .inbox .inimg {
		width: 100%;
		padding: 0 0 0 0;
		box-sizing: border-box;
	}

	.temp_project_inbox .inbox .inimg img {
		width: 100%;
		max-width: 490px;
		text-align: center;
	}
}

.temp_project_inbox .inbox .intext .title2 {
	width: 100%;
	color: #006E4C;
	font-weight: 700;
	font-size: 1.3em;
	margin-bottom: 10px;
	text-align: left
}

.temp_project_inbox .inbox .intext .text {
	width: 100%;
	margin-bottom: 35px;
	text-align: left;
}

.temp_project_inbox .inbox .intext .linkbox {
	width: auto;
	text-align: left;
	position: absolute;
	bottom: 0;
	left: 0;
}

.temp_project_inbox .inbox .intext .link a {
	min-width: 300px;
	display: inline-block;
	background: #707070;
    color: #fff;
    box-sizing: border-box;
    padding: 10px 60px 10px 15px;
    position: relative;
	text-decoration: underline;
	margin-top: 10px;
}

.temp_project_inbox .inbox .intext .link a::after {
    content: "";
    width: 30px;
    height: 30px;
    background: url(../images/LINK.png) center center no-repeat;
    background-size: cover;
    position: absolute;
    right: 15px;
    top: 7px;
}

.link_pdf a{
	min-width: 300px !important;
	display: inline-block !important;
	background: #006E4B !important;
    color: #fff !important;
    box-sizing: border-box !important;
	padding: 10px 15px 10px 60px !important;
    position: relative !important;
	text-decoration: underline !important;
	margin-top: 10px !important;
	text-align: left !important;
}

.link_pdf a::after {
    content: "" !important;
	width: 26px !important;
	height: 34px !important;
	background: url("../images/PDF.png") center center no-repeat !important;
	background-size: cover !important;
	position: absolute !important;
	left: 15px !important;
	top: 50% !important;
	transform: translateY(-50%) !important;
}



.temp_project_inbox .inbox .intext .link2 {
	width: auto;
	text-align: left;
	position: absolute;
	bottom: 0;
	left: 0;
}

.temp_project_inbox .inbox .intext .link2 a {
	min-width: 300px;
	display: inline-block;
	background: #006E4B;
    color: #fff;
    box-sizing: border-box;
	padding: 10px 15px 10px 60px;
    position: relative;
	text-decoration: underline;
	margin-top: 10px;
}

.temp_project_inbox .inbox .intext .link2 a::after {
    content: "";
	width: 26px;
	height: 34px;
	background: url("../images/PDF.png") center center no-repeat;
	background-size: cover;
	position: absolute;
	left: 15px;
	top: 5px;
}

.temp_project_inbox .inbox .intext ul {
	width: 100%;
	text-align: left;
}

.temp_project_inbox .inbox .intext ul li {
	width: 100%;
	position: relative;
	padding: 0 0 0 30px;
	box-sizing: border-box;
	margin-bottom: 10px;
	font-weight: 600;
}

.temp_project_inbox .inbox .intext ul li::before {
	content: "";
	width: 15px;
	height: 3px;
	background: #000;
	position: absolute;
	left: 0;
	top: 12px;
}

.temp_magazine {
	width: 100%;
	background: #E4F7F3;
	position: relative;
	z-index: 1;
	overflow-x: hidden;
	padding: 150px 0 0 0;
}

.temp_magazine::before {
	content: "";
	width: 100%;
	height: 400px;
	background: url("../images/yama.png") bottom center no-repeat;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
}

.temp_magazine_area {
	width: 100%;
    max-width: 1280px;
    height: auto;
    min-height: 10px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

@media screen and (min-width:768px) and ( max-width:1024px) {
	.temp_magazine_area {
		width: 100%;
		max-width: 1280px;
		height: auto;
		min-height: 10px;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		position: relative;
		padding: 0 30px;
		box-sizing: border-box;
	}
}

@media screen and (max-width:768px) {
	.temp_magazine_area {
		width: 100%;
		max-width: 1280px;
		height: auto;
		min-height: 10px;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		position: relative;
		padding: 0 30px;
		box-sizing: border-box;
	}
}

.magazine_inbox {
	width: 100%;
	position: relative;
}

.magazine_inbox::before {
	content: url("../images/magazine.png");
	width: 100px;
	position: absolute;
	right: -220px;
	top: 0;
	text-align: right;
}

.temp_magazine_title {
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #000000;
	box-sizing: border-box;
	padding: 20px 0 20px 0;
	margin-bottom: 20px;
	font-family: "Noto Serif JP", serif;
	font-size: 2.6em;
	font-weight: 300;
}

@media screen and (max-width:768px) {
	.temp_magazine_title {
		width: 100%;
		text-align: center;
		border-bottom: 1px solid #000000;
		box-sizing: border-box;
		padding: 20px 0 20px 0;
		margin-bottom: 20px;
		font-family: "Noto Serif JP", serif;
		font-size: 2em;
		font-weight: 300;
	}
}

.temp_magazine_inbox {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-top: 50px;
	margin-bottom: 180px;
}

.temp_magazine_inbox .inbox {
	width: 48%;
	margin-right: 4%;
}

.temp_magazine_inbox .inbox:nth-child(2n) {
	margin-right: 0;
}

@media screen and (min-width:768px) and ( max-width:1024px) {
	.temp_magazine_inbox .inbox {
		width: 100%;
		margin-right: 0;
		margin-bottom: 50px;
	}

	.temp_magazine_inbox .inbox:nth-child(2n) {
		margin-right: 0;
	}
}

@media screen and (max-width:768px) {
	.temp_magazine_inbox .inbox {
		width: 100%;
		margin-right: 0;
		margin-bottom: 50px;
	}

	.temp_magazine_inbox .inbox:nth-child(2n) {
		margin-right: 0;
	}
}

.temp_magazine_inbox .inbox a {
	width: 100%;
	display: inline-block;
	position: relative;
}

.temp_magazine_inbox .inbox a .imgbox {
	width: 65%;
}

.temp_magazine_inbox .inbox a .imgbox img {
	width: 100%;
}

.temp_magazine_inbox .inbox a .pdf {
	width: 30%;
	position: absolute;
	bottom: 0;
	right: 0;
}

.temp_magazine_inbox .inbox a .pdf .text {
	width: 100%;
	text-align: left;
	margin-bottom: 10px;
}

.temp_magazine_inbox .inbox a .pdf .img {
	width: 100%;
}

.temp_magazine_inbox .inbox a .pdf .img img {
	width: 100%;
}


.temp_magazine_inbox2 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-top: 50px;
	margin-bottom: 100px;
}

.temp_magazine_inbox2 .inbox {
	width: 30%;
	margin-right: 5%;
	margin-bottom: 50px;
}

.temp_magazine_inbox2 .inbox:nth-child(3n) {
	margin-right: 0;
}

@media screen and (min-width:768px) and ( max-width:1024px) {
	.temp_magazine_inbox2 .inbox {
		width: 100%;
		margin-right: 0;
		margin-bottom: 50px;
	}

	.temp_magazine_inbox2 .inbox:nth-child(3n) {
		margin-right: 0;
		margin-bottom: 50px;
	}
}

@media screen and (max-width:768px) {
	.temp_magazine_inbox2 .inbox {
		width: 100%;
		margin-right: 0;
		margin-bottom: 50px;
	}

	.temp_magazine_inbox2 .inbox:nth-child(3n) {
		margin-right: 0;
		margin-bottom: 50px;
	}
}

.temp_magazine_inbox2 .inbox a {
	width: 100%;
	display: inline-block;
	position: relative;
}

.temp_magazine_inbox2 .inbox a .imgbox {
	width: 65%;
}

.temp_magazine_inbox2 .inbox a .imgbox img {
	width: 100%;
}

.temp_magazine_inbox2 .inbox a .pdf {
	width: 30%;
	position: absolute;
	bottom: 0;
	right: 0;
}

.temp_magazine_inbox2 .inbox a .pdf .text {
	width: 100%;
	text-align: left;
	margin-bottom: 10px;
}

.temp_magazine_inbox2 .inbox a .pdf .text2 {
	width: 100%;
	text-align: left;
	margin-bottom: 10px;
	font-size: 1.2em;
}

.temp_magazine_inbox2 .inbox a .pdf .img {
	width: 100%;
}

.temp_magazine_inbox2 .inbox a .pdf .img img {
	width: 100%;
}

.accordion {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 180px;
}

.accordion-item {
	width: 32%;
	margin-right: 2%;
	margin-bottom: 10px;
}

.accordion-item:nth-child(3n) {
	margin-right: 0;
}

@media screen and (min-width:768px) and ( max-width:1024px) {
	.accordion-item {
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}

	.accordion-item:nth-child(3n) {
		margin-right: 0;
	}
}

@media screen and (max-width:768px) {
	.accordion-item {
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}

	.accordion-item:nth-child(3n) {
		margin-right: 0;
	}
}

.accordion-title {
  width: 100%;
  padding: 15px;
  text-align: left;
  font-weight: bold;
  background-color: #fff;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.3s ease;
	color: #006E4C;
}

.accordion-title:hover {
  background-color: #D3F3E9;
}

.accordion-title .icon {
	background: #006E4C;
	color: #fff;
	padding: 3px 5px;
	box-sizing: border-box;
	font-size: 0.8em;
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  background-color: #E4E4E4;
  transition: max-height 0.3s ease;
  padding: 0 20px;
}

.accordion-content.open {
  padding: 15px 20px;
}

.accordion-list {
	width: 100%;
}

.accordion-list li {
	border-bottom: 1px solid #fff;
	text-align: left;
	padding: 10px 0;
}

.accordion-list li a {
	text-decoration: underline;
}

.sub_manu_info_time {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid #000;
	margin-bottom: 20px;
	padding-bottom: 15px;
}

.sub_manu_info_time label {
	width: auto;
	border: 1px solid #999;
	box-sizing: border-box;
	padding: 2px 10px;
	margin-right: 15px;
}

@media screen and (max-width:768px) {
	.sub_manu_info_time {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		border-bottom: 1px solid #000;
		margin-bottom: 20px;
		padding-bottom: 15px;
	}

	.sub_manu_info_time label {
		width: 48%;
		border: 1px solid #999;
		box-sizing: border-box;
		padding: 2px 10px;
		margin-right: 4%;
		margin-bottom: 10px;
	}
	
	.sub_manu_info_time label:nth-child(2n) {
		margin-right: 0;
	}
}

.sub_manu_info {
	width: 100%;
	display: flex;
    flex-wrap: wrap;
	margin-bottom: 50px;
}

.sub_manu_info p {
	width: 15%;
	margin-right: 2%;
	margin-bottom: 10px;
}

.sub_manu_info p:nth-child(6n) {
	margin-right: 0;
}

@media screen and (max-width:768px) {
	.sub_manu_info p {
		width: 48%;
		margin-right: 4%;
		margin-bottom: 10px;
	}

	.sub_manu_info p:nth-child(2n) {
		margin-right: 0;
	}
}

.sub_manu_info p .cat-btn {
	width: 100%;
	display: inline-block;
	border: 1px solid #006E4C;
	background: #006E4C;
	text-align: left;
	padding: 5px 20px;
	box-sizing: border-box;
	color: #fff;
	position: relative;
}

.sub_manu_info p .cat-btn::after {
	content: "▼";
	position: absolute;
	right: 10px;
	top: 5px;
}

.sub_manu_info p:nth-child(1) .cat-btn {
	text-align: center;
	background: #000000;
	border: 1px solid #000;
	color: #fff;
}

.sub_manu_info p:nth-child(1) .cat-btn::after {
	display: none;
}


.sub_manu_info p a {
	width: 100%;
	display: inline-block;
	border: 1px solid #006E4C;
	background: #006E4C;
	text-align: left;
	padding: 5px 20px;
	box-sizing: border-box;
	color: #fff;
	position: relative;
}

.sub_manu_info p a::after {
	content: "▼";
	position: absolute;
	right: 10px;
	top: 5px;
}

.sub_manu_info p:nth-child(1) a {
	text-align: center;
	background: #000000;
	border: 1px solid #000;
	color: #fff;
}

.sub_manu_info p:nth-child(1) a::after {
	display: none;
}


.temp_info {
	width: 100%;
	background: #E4F7F3;
	position: relative;
	z-index: 1;
	overflow-x: hidden;
	padding: 150px 0 0 0;
	margin-top: -150px;
}

.temp_info::before {
	content: "";
	width: 100%;
	height: 400px;
	background: url("../images/yama.png") bottom center no-repeat;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
}

.temp_info_area {
	width: 100%;
    max-width: 1280px;
    height: auto;
    min-height: 10px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

@media screen and (min-width:768px) and ( max-width:1024px) {
	.temp_info_area {
		width: 100%;
		max-width: 1280px;
		height: auto;
		min-height: 10px;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		position: relative;
		padding: 0 30px;
		box-sizing: border-box;
	}
}

@media screen and (max-width:768px) {
	.temp_info_area {
		width: 100%;
		max-width: 1280px;
		height: auto;
		min-height: 10px;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		position: relative;
		padding: 0 30px;
		box-sizing: border-box;
	}
}

.info_inbox {
	width: 100%;
	position: relative;
	min-height: 800px;
}

.info_inbox::before {
	content: url("../images/NEWS.png");
	width: 100px;
	position: absolute;
	right: -220px;
	top: 0;
	text-align: right;
}


.temp_info_title {
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #000000;
	box-sizing: border-box;
	padding: 20px 0 20px 0;
	margin-bottom: 20px;
	font-family: "Noto Serif JP", serif;
	font-size: 2.6em;
	font-weight: 300;
}

@media screen and (max-width:768px) {
	.temp_info_title {
		width: 100%;
		text-align: center;
		border-bottom: 1px solid #000000;
		box-sizing: border-box;
		padding: 20px 0 20px 0;
		margin-bottom: 20px;
		font-family: "Noto Serif JP", serif;
		font-size: 2em;
		font-weight: 300;
	}
}

.temp_info_text {
	width: 100%;
	margin-bottom: 50px;
	text-align: center;
}

.temp_info_list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.temp_info_list .listbox {
	width: 23.5%;
	margin-right: 2%;
	margin-bottom: 50px;
}

.temp_info_list .listbox:nth-child(4n) {
	margin-right: 0;
}

@media screen and (min-width:768px) and ( max-width:1024px) {
	.temp_info_list .listbox {
		width: 48%;
		margin-right: 4%;
		margin-bottom: 50px;
	}

	.temp_info_list .listbox:nth-child(2n) {
		margin-right: 0;
	}
}

@media screen and (max-width:768px) {
	.temp_info_list .listbox {
		width: 100%;
		margin-right: 0;
		margin-bottom: 50px;
	}

	.temp_info_list .listbox:nth-child(2n) {
		margin-right: 0;
	}
}

.temp_info_list .listbox .imgbox {
	width: 100%;
	display: inline-block;
	margin-bottom: 15px;
	position: relative;
}

.temp_info_list .listbox .imgbox img {
	width: 100%;
}

.temp_info_list .listbox .imgbox span {
	position: absolute;
	left: 0;
	top: 0;
	background: #006E4C;
	color: #fff;
	font-size: 0.8em;
	padding: 2px 5px;
	box-sizing: border-box;
	text-align: center;
	min-width: 80px;
}

.temp_info_list .listbox .time {
	width: 100%;
	text-align: left;
	color: #006E4C;
	font-weight: 500;
}

.temp_info_list .listbox .text {
	width: 100%;
	text-align: left;
}

.pagination {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-bottom: 180px;
}

.pagination a {
	border: 1px solid #006E4C;
	background: #fff;
	color: #006E4C;
	padding: 9px 18px;
	box-sizing: border-box;
	border-radius: 100px;
	margin: 0 5px;
}

.pagination span {
	color: #006E4C;
	padding: 9px 18px;
	box-sizing: border-box;
}

@media screen and (max-width:768px) {
	.pagination a {
		border: 1px solid #006E4C;
		background: #fff;
		color: #006E4C;
		padding: 5px 12px;
		box-sizing: border-box;
		border-radius: 100px;
		margin: 0 5px;
	}

	.pagination span {
		color: #006E4C;
		padding: 5px 12px;
		box-sizing: border-box;
	}
}

.page_info_time {
	width: 100%;
	text-align: left;
	color: #63822E;
}

.page_info_title {
	width: 100%;
	font-size: 1.4em;
	font-weight: 600;
	text-align: left;
	position: relative;
	padding: 0 0 0 100px;
	box-sizing: border-box;
	margin-bottom: 50px;
}

.page_info_title span {
	width: 80px;
	background: #006E4C;
	color: #fff;
	font-size: 0.6em;
	padding: 2px 0;
	text-align: center;
	position: absolute;
	left: 0;
	top: 5px;
}

.info_inbox_page {
	width: 100%;
	position: relative;
	text-align: left;
	margin-bottom: 180px;
}

@media screen and (min-width:768px) and ( max-width:1024px) {
	.info_inbox_page img {
		width: 100%;
	}
}

@media screen and (max-width:768px) {
	.info_inbox_page img {
		width: 100%;
	}
}

.info_inbox_page p {
	margin-bottom: 30px;
}

.info_inbox_page h3 {
	background: #006E4C;
	color: #fff;
	margin-bottom: 30px;
	border-left: 5px solid #D5E3C5;
	padding: 8px 15px;
	box-sizing: border-box;
	text-align: left;
	font-size: 1.3em;
	font-weight: 600;
}

.info_inbox_page h4 {
	color: #006E4C;
	border-bottom: 1px solid #006E4C;
	margin-bottom: 15px;
	padding: 0 0 10px 0;
	box-sizing: border-box;
	text-align: left;
	font-size: 1.1em;
	font-weight: 500;
}

.info_inbox_page ul {
	width: 100%;
	margin-bottom: 30px;
	padding: 0 0 0 20px;
	box-sizing: border-box;
}

.info_inbox_page ul li {
	width: 100%;
	position: relative;
}

.info_inbox_page ul li::before {
	content: "";
	width: 12px;
	height: 12px;
	background: url("../images/maru.png") center center no-repeat;
	position: absolute;
	left: -20px;
	top: 7px;
}

.info_inbox_page .imgbox {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.info_inbox_page .imgbox p {
	width: 48%;
	margin-right: 4%;
}

.info_inbox_page .imgbox p:nth-child(2n) {
	width: 48%;
	margin-right: 0;
}

.info_inbox_page .imgbox img {
	width: 100%;
	margin-bottom: 10px;
}

.info_inbox_page .imgbox span {
	width: 100%;
	display: inline-block;
	text-align: left;
	font-size: 0.9em;
}

.temp_contact {
	width: 100%;
	background: #E4F7F3;
	position: relative;
	z-index: 1;
	overflow-x: hidden;
	padding: 150px 0 0 0;
	margin-top: -150px;
}

.temp_contact::before {
	content: "";
	width: 100%;
	height: 400px;
	background: url("../images/yama.png") bottom center no-repeat;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
}

.temp_contact_area {
	width: 100%;
    max-width: 1280px;
    height: auto;
    min-height: 10px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

@media screen and (min-width:768px) and ( max-width:1024px) {
	.temp_contact_area {
		width: 100%;
		max-width: 1280px;
		height: auto;
		min-height: 10px;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		position: relative;
		padding: 0 30px;
		box-sizing: border-box;
	}
}

@media screen and (max-width:768px) {
	.temp_contact_area {
		width: 100%;
		max-width: 1280px;
		height: auto;
		min-height: 10px;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		position: relative;
		padding: 0 30px;
		box-sizing: border-box;
	}
}

.temp_contact_inbox {
	width: 100%;
	position: relative;
}

.temp_contact_inbox_text {
	width: 100%;
	text-align: center;
	margin-bottom: 50px;
}

@media screen and (max-width:768px) {
	.temp_contact_inbox_text {
		width: 100%;
		text-align: left;
		margin-bottom: 50px;
	}
}

.contact_box {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.contact_inbox {
	width: 100%;
	max-width: 900px;
}

.contact_title {
	width: 100%;
	text-align: left;
	position: relative;
	padding: 0 0 0 80px;
	box-sizing: border-box;
	margin-bottom: 15px;
}

.contact_title span {
	width: auto;
	padding: 2px 15px;
	background: #F5C156;
	color: #fff;
	font-size: 0.9em;
	position: absolute;
	left: 0;
	top: 0;
}

.contact_textbox {
	width: 100%;
	text-align: left;
	margin-bottom: 15px;
}

.contact_textbox select {
	width: 100%;
	padding: 5px 15px;
	border: 1px solid #999;
	box-sizing: border-box;
}

.form1 {
	width: 100%;
	padding: 5px 15px;
	border: 1px solid #999;
	box-sizing: border-box;
	margin-bottom: 5px;
}

.contact_textbox2 {
	width: 100%;
	text-align: left;
	padding-bottom: 15px;
	border-bottom: 1px solid #7D7D7D;
	margin-bottom: 20px;
}

.contact_textbox3 {
	width: 100%;
	text-align: left;
	margin-bottom: 50px;
}

.contact_privacy {
	width: 100%;
	margin-bottom: 50px;
}

.contact_submit {
	width: 100%;
	margin-bottom: 180px;
}

.contact_submit_bottan {
	width: 320px;
	background: #F5C156;
	color: #fff;
	border: none;
	padding: 15px 20px;
	box-sizing: border-box;
}

.temp_privacy {
	width: 100%;
	background: #E4F7F3;
	position: relative;
	z-index: 1;
	overflow-x: hidden;
	padding: 150px 0 0 0;
	margin-top: -80px;
}

.temp_privacy::before {
	content: "";
	width: 100%;
	height: 400px;
	background: url("../images/yama.png") bottom center no-repeat;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
}

.temp_privacy_area {
	width: 100%;
    max-width: 1280px;
    height: auto;
    min-height: 10px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

@media screen and (min-width:768px) and ( max-width:1024px) {
	.temp_privacy_area {
		width: 100%;
		max-width: 1280px;
		height: auto;
		min-height: 10px;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		position: relative;
		padding: 0 30px;
		box-sizing: border-box;
	}
}

@media screen and (max-width:768px) {
	.temp_privacy_area {
		width: 100%;
		max-width: 1280px;
		height: auto;
		min-height: 10px;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		position: relative;
		padding: 0 30px;
		box-sizing: border-box;
	}
}

.temp_privacy_inbox {
	width: 100%;
	position: relative;
}

.temp_privacy_inbox h3 {
	width: 100%;
	text-align: left;
	color: #006E4C;
	font-weight: 600;
}

.temp_privacy_inbox .text {
	width: 1005;
	text-align: left;
	margin-bottom: 50px;
}

.temp_privacy_inbox .text2 {
	width: 1005;
	text-align: left;
	margin-bottom: 180px;
}

.hover-image {
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 2;
}

.lightbox {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
  justify-content: center;
  align-items: center;
}

.lightbox-content {
  background-color: #fff;
  padding: 20px;
  max-width: 90%;
  max-height: 90%;
  border-radius: 8px;
  position: relative;
  text-align: center;
}

.lightbox-content img {
  max-width: 100%;
  height: auto;
}

.lightbox-close {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 24px;
  cursor: pointer;
}

.wpcf7-spinner {
	display: none;
}

.my-thumbnail {
  width: 100%;   /* or auto, or any指定幅 */
  height: auto;  /* or 100%, etc. */
  object-fit: cover; /* 任意、必要に応じて */
}

.top_eng_box {
	width: auto;
	padding: 30px;
	background: rgba(0,0,0,0.25);
	position: absolute;
	left: 0;
	top: 50px;
}








    







