@charset "UTF-8";

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

/* 大枠 */
html,
body {
	height: 100%;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: none;
	-webkit-overflow-scrolling: touch !important;
	-moz-osx-font-smoothing: grayscale;
}
body {
	color: #222;
	font-size: 16px;
	line-height: 1.9;
	word-wrap : break-word;
	overflow-wrap : break-word;
}
#wrapper {
	width: 100%;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
body > #wrapper {
	height: auto;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	content: " ";
	clear: both;
	height: 0;
}

@media print {
	html,
	html body{overflow: visible !important;}
}

/* アクセシビリティ */
.guidance {
	left:-999px;
	position:absolute;
	width:990px;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
	pointer-events: none;
} /* レスポンシブ対応 */
img {
	vertical-align: bottom;
	box-shadow: #000 0 0 0; /* ロールオーバー対応 */
}
img,
x:-moz-any-link,
x:default {
	box-shadow: #000 0 0 0; /* IE7対応 */
}
/* Windows Chrome 画像ぼやけ防止 */
@media screen and (min-width: 768px) {
	img{
		image-rendering: -webkit-optimize-contrast;
	}
}
/* リンク */
a{
	display: inline-block;
}
a:link,
a:visited,
a:active {
	color: inherit;
	text-decoration: none;
}
a:hover {
	color: inherit;
	opacity: .7;
	text-decoration: none!important;
}

/* フォントファミリー  */
.NotoSans {
	font-family: 'Noto Sans JP', sans-serif;
}
.Barlow{
	font-family: 'Barlow Semi Condensed', sans-serif;
}

/* CLEARFIX */
.container:after,
.row:after,
.col:after {
	content: "";
	display: table;
	clear: both;
}

.container {
	width: 100%;
	max-width: 1240px;
	padding: 0 20px;
	margin: 0 auto;
	position: relative;
}
.inner{
	max-width: 1396px;
	width: 100%;
	padding: 0 20px;
	margin: 0 auto;
	position: relative;
}

.sp {display: none;}

/* フローティングバナー */
.float_bnr{
	background: #222;
	display: flex;
	justify-content: center;
	width: 100%;
	padding: 20px 115px;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 100;
}
.float_bnr div{
	display: table;
	max-width: 565px;
	width: 45%;
	height: 75px;
	position: relative;
}
.float_bnr div:first-child{
	margin-right: 60px;
}
.float_bnr div a{
	display: table-cell;
	vertical-align: middle;
	border-radius: 6px;
	height: 100%;
	color: #fff;
	font-size: 22px;
	letter-spacing: .1em;
	font-weight: bold;
	text-align: center;
	transition: .5s ease-in-out;
}
.float_bnr div a::after{
	content: "";
	background: url(../img/arrow_wht.png) no-repeat center/contain;
	width: 14.5px;
	height: 23px;
	transform:translateY(-50%);
	position: absolute;
	top: 50%;
	right: 30px;
}
.float_bnr div:nth-of-type(1) a{
	background: #006934;
}
.float_bnr div:nth-of-type(2) a{
	background: #008280;
}
.float_bnr div:nth-of-type(1) a:hover{
	background: #038845;
	opacity: 1;
	transition: .5s ease-in-out;
}
.float_bnr div:nth-of-type(2) a:hover{
	background: #029896;
	opacity: 1;
	transition: .5s ease-in-out;
}

/* ▼ タイトル
--------------------------------------- */
#site_title {
	overflow: hidden;
	position: relative;
	width: 30vw;
	max-width: 356px;
}
#site_title span{
	display: block;
	color: #006934;
	font-size: 16px;
	margin: -10px 0 0 74px;
	letter-spacing: .06em;
}

.page_title{
	display: flex;
	background-color: #EFF1F2;
	height: 160px;
	align-items: center;
	font-family: 'Noto Sans JP', sans-serif;
	margin-bottom: 65px;
}
.page_title h1{
	max-width: 1366px;
	width: 100%;
	margin: 0 auto;
	padding: 20px 0 0 80px;
	font-size: 40px;
	position: relative;
	z-index: 1;
}
.page_title h1::before,
.page_title h1::after{
	content: "";
	position: absolute;
}
.page_title h1::before{
	border-top: 2px solid #000;
	width: 40px;
	transform: translateY(-50%);
	top: 60%;
	left: 20px;
}
.page_title h1::after{
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: auto 96px;
	transform: translateY(-50%);
	top: 50%;
	left: 90px;
	width: 100%;
	height: 161px;
	z-index: -1;
}

.sec_title{
	max-width: 1366px;
	width: 100%;
	padding: 0 0 0 80px;
	margin: 0 auto 45px;
	font-size: 38px;
	font-family: 'Noto Sans JP', sans-serif;
	position: relative;
}
.sec_title::before{
	content: "";
	border-top: 2px solid #000;
	width: 20px;
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
	left: 40px;
}

.table_title{
	background: #EFF1F2;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 20px;
	font-size: 20px;
	font-weight: bold;
}
.table_title .cat{
	display: inline-block;
	background: #fff;
	border: 1px solid #B8D200;
	padding: 0 10px;
	margin-left: 20px;
	font-size: 16px;
}

/* ▼▼▼ ヘッダー
====================================================== */
header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1366px;
	width: 100%;
	padding: 48px 0 48px 20px;
	margin: 0 auto;
	z-index: 100;
}

.menu {display: none;}

/* グローバルナビゲーション */
#gnav {

}
	#gnav > ul {
		display: flex;
		align-items: center;
		padding: 0 15px;
		height: 70px;
		position: relative;
		font-weight: bold;
	}
	#gnav > ul::before{
		content: "";
		background: #fff;
		border-radius: 5px;
		box-shadow: 0px 1px 4px rgba(0,0,0,0.2);
		width: 100vw;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	#gnav > ul > li {
		height: 100%;
    display: table;
		margin: 0 0 0 30px;
		position: relative;
	}
	#gnav > ul > li a {
		display: table-cell;
		vertical-align: middle;
    height: 100%;
		text-decoration: none;
	}
	#gnav > ul > li a:hover{
		opacity: 1;
	}
	#gnav > ul > li > a::after,
	#gnav ul > li > p::after{
		content: "";
		position: absolute;
		left: 0;
		bottom: 0;
		width: 0;
		border-bottom: 3px solid #B8D200;
	}
	#gnav > ul > li:not(.now) > a::after,
	#gnav > ul > li:not(.now) > p::after{
		-webkit-transition: .3s ease-in-out;
		-moz-transition: .3s ease-in-out;
		transition: .3s ease-in-out;
	}
	#gnav > ul > li.now > a::after,
	#gnav > ul > li.now > p::after{
		width: 100%;
	}
	#gnav > ul > li > a:hover::after,
	#gnav > ul > li.nav_open:hover p::after{
		width: 100%;
		-webkit-transition: .3s ease-in-out;
		-moz-transition: .3s ease-in-out;
		transition: .3s ease-in-out;
	}
	#gnav > ul > li.now > a,
	#gnav > ul > li.now > p{
		color: #BABBBC;
	}

	#gnav ul > li > p:not(.sp){
		display: table-cell;
		vertical-align: middle;
    height: 100%;
		cursor: pointer;
		padding-right: 20px;
	}
	#gnav ul > li > p::before{
		content: "";
		background: url(../img/arrow_grn.png) no-repeat center/100%;
		width: 12px;
		height: 11.5px;
		position: absolute;
		transform: translateY(-50%);
		margin-left: -12px;
		top: 53%;
		left: 100%;
		-webkit-transition: .3s ease-in-out;
		-moz-transition: .3s ease-in-out;
		transition: .3s ease-in-out;
	}
	#gnav ul > li.nav_open:hover p::before{
		transform: rotate(180deg);
		top: 45%;
		transform-origin: 50% 50%;
		-webkit-transition: .3s ease-in-out;
		-moz-transition: .3s ease-in-out;
		transition: .3s ease-in-out;
	}
	#gnav ul > li > p.close::after{
		width: 100%;
	}
	#gnav > ul .drop_down{
		display: none;
		white-space: nowrap;
		position: absolute;
		padding-top: 15px;
		left: 0;
		top: 100%;
		width: 100%;
		-webkit-transition: .8s ease-in-out;
		-moz-transition: .8s ease-in-out;
		transition: .8s ease-in-out;
	}
	#gnav .drop_down.active{
		display: flex;
		-webkit-transition: .8s ease-in-out;
		-moz-transition: .8s ease-in-out;
		transition: .8s ease-in-out;
	}
	#gnav > ul .drop_down li{
		font-size: 15px;
		padding-right: 20px;
	}
	#gnav > ul li:not(.now) .drop_down li a{
		-webkit-transition: .3s ease-in-out;
		-moz-transition: .3s ease-in-out;
		transition: .3s ease-in-out;
	}
	#gnav > ul .drop_down li.now,
	#gnav > ul .drop_down li a:hover{
		color: #a6bd09;
	}
	#gnav > ul .drop_down li a:hover{
		-webkit-transition: .3s ease-in-out;
		-moz-transition: .3s ease-in-out;
		transition: .3s ease-in-out;
	}
	#gnav > ul .drop_down.sp{
		display: none;
	}


/* ▼▼▼ メイン 「コンテンツとサイドを囲む要素」
====================================================== */
#main {
	margin: 0 auto 300px;
	clear: both;
	overflow: hidden;
}

.read{
	margin-right: 20px;
}


/* ▼ パンくず
--------------------------------------- */
#path {
	margin: 20px 0 70px;
	font-size: 14px;
	overflow: hidden;
}
	#path li {
		float: left;
	}
	#path li:not(:last-child):after {
		content: "〉";
		margin-left: 10px;
		color: #333;
	}

/* ボタン
--------------------------------------- */
.btn{
	display: table;
	max-width: 547px;
	width: 100%;
	height: 92px;
	margin: 0 auto;
	position: relative;
}
.btn a{
	background: #006934;
	border-radius: 7px;
	display: table-cell;
	vertical-align: middle;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	transition: .5s ease-in-out;
}
.btn a::after{
	content: "";
	background: url(../img/arrow_wht.png) no-repeat center/contain;
	width: 14.5px;
	height: 23px;
	transform: translateY(-50%);
	position: absolute;
	top: 48%;
	right: 30px;
}
.btn a:hover{
	background: #038845;
	opacity: 1;
	transition: .5s ease-in-out;
}
.btn.blue a{
	background: #008280;
}
.btn.blue a:hover{
	background: #029896;
}

/* ▼ システム
--------------------------------------- */
.disabled {
    opacity: .5;
    pointer-events:none;
}

/* ▼▼▼ フッター
===================================== */
footer {
	background: url(../img/footer_bg.jpg) no-repeat center top/cover;
	width: 100%;
	padding: 67px 15px;
	height: 351px;
	clear: both;
	overflow: hidden;
	}
#footer_inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.f_logo span{
	display: block;
	margin: -5px 0 0 62px;
	color: #333;
	font-size: 12px;
	letter-spacing: .1em;
	font-family: 'Roboto', sans-serif;
}
footer .sns_list{
	display: flex;
}
footer .sns_list li{
	margin-left: 25px;
}

/* ▼ ページ上部へ戻る
--------------------------------------- */
.pagetop {
	background: #222;
	width: 115px;
	height: 115px;
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 2000;
	cursor: pointer;
}
.pagetop::before{
	content: "";
	background: url(../img/arrow_wht.png) no-repeat center/contain;
	width: 15px;
	height: 23px;
	transform: rotate(-90deg);
	position: absolute;
	top: 48px;
	left: 50px;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
.pagetop:hover{
	background: #2D3031;
}
.pagetop:hover::before{
	top: 30px;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}

/* ▼▼▼ 404
====================================================== */
#not_found{
	padding: 8vw 20px;
	}
	#not_found p{
		font-size: 14px;
		text-align: center;
	}
	#not_found p.arial{
		margin-bottom: 10px;
		font-size: 42px;
		font-family: "Arial", "メイリオ";
	}
	#not_found p.arial + p{
		margin-bottom: 20px;
		font-size: 18px;
		font-weight: bold;
	}
	#not_found p.txt{
		margin-bottom: 30px;
		line-height: 1.9;
	}
	#not_found .top_btn a{
		display: inline-block;
		padding: 15px 40px;
		border: 1px solid #ccc;
	}

/* ▼▼▼ 480px〜768px
====================================================== */
@media screen and (max-width: 1024px) {
	#site_title{
		width: 27vw;
	}
	#gnav > ul{
		height: 63px;
		padding: 0 10px;
	}
	#gnav > ul > li{
		margin: 0 0 0 20px;
	}
	#gnav > ul > li > a,
	#gnav ul > li > p{
		font-size: 13px;
	}
	#gnav > ul .drop_down li{
		font-size: 12px;
		padding-right: 10px;
	}

	/* フローティングバナー */
	.float_bnr div:first-child{
		margin-right: 5%;
	}
	.float_bnr div a{
		padding-right: 25px;
	}
	.float_bnr div a::after{
		right: 15px;
	}
}

@media screen and (max-width: 768px) {

	body{
		font-size: 14px;
	}
	body.wrap {
		overflow: hidden;
	}


	#wrapper {width: 100%;}
	#screen {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		background-color:rgba(0,0,0,0.8);
		z-index: 200;
	}

	.pc {display: none;}
	.sp {display: block;}

	/* フローティングバナー */
	.float_bnr{
		padding: 0 42px 0 0;
	}
	.float_bnr div{
		width: 50%;
		height: 42px;
		margin: 0!important;
	}
	.float_bnr div a{
		border-radius: 0;
		font-size: 3.4vw;
		letter-spacing: 0;
		padding: 0;
	}
	.float_bnr div a::after{
		content: "";
		background: url(../img/arrow_wht.png) no-repeat center/contain;
		width: 8px;
		height: 10px;
		right: 10px;
	}

	/* ▼タイトル
	--------------------------------------- */
	#site_title {
		display: flex;
		align-items: center;
		height: 100%;
		overflow: hidden;
		width: 182px;
		margin-left: 10px;
		transition-duration: .3s;
	}
	#site_title span{
		font-size: 10px;
		margin-left: 39px;
	}

	.page_title{
		display: flex;
		background-color: #EFF1F2;
		height: 90px;
		align-items: center;
		position: relative;
	}
	.page_title h1{
		padding: 0;
		font-size: 24px;
		text-align: center;
		line-height: 1.2;
		position: unset;
	}
	.page_title h1::before{
		border: none;
		border-left: 2px solid #000;
		width: auto;
		height: 20px;
		transform: translate(-50%,0%);
		top: auto;
		bottom: -10px;
		left: 50%;
	}
	.page_title h1::after{
		background-position: center;
		background-size: contain;
		transform: translate(-50%,-50%);
		top: 50%;
		left: 50%;
		width: 100%;
		height: 36px;
	}

	.sec_title{
		padding: 0 0 0 35px;
		margin: 0 auto 25px;
		font-size: 24px;
	}
	.sec_title::before{
		border-width: 1px;
		width: 25px;
		left: 0;
	}

	.table_title{
		border-top: 1px solid #000;
		border-bottom: none;
		padding: 15px;
		font-size: 16px;
	}
	.table_title .cat{
		padding: 0 5px;
		margin-left: 15px;
		font-size: 11px;
	}

	/* ▼▼▼ ヘッダー
	====================================================== */
	header {
		background: #fff;
		width: 100%;
		padding: 0;
		position: fixed!important;
		top: 0;
		left: 0;
		z-index: 99999;
		overflow: visible;
		transform: translateX(0%);
	}

	.header_inner {
		width: 100%;
		height: 55px;
		background: #fff;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 99999;
		transition-duration: .3s;
		box-shadow: 0 3px 4px rgba(0,0,0,0.2);
	}
	.menu_fixed .header_inner{
		background: transparent;
		box-shadow: none;
		transition-duration: .3s;
	}
	.menu_fixed #site_title{
		display: none;
		transition-duration: .3s;
	}

	/* ▼ グローバルナビゲーション
	--------------------------------------- */
	#gnav {
		background: #fff;
		display: block!important;
		float: none;
		width: 295px;
		min-height: 100vh;
		max-height: 100vh;
		height: 100vh;
		padding: 60px 0;
		position: absolute;
		top: 0;
		right: 0;
		-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
		transition-duration: .5s;
		transform: translate(295px);
		z-index: 2000;
		overflow: auto;
	}
		#gnav.open {
			transform: translateZ(0);
			transition-duration: .6s;
		}
		#gnav > ul {
			background: #fff;
			display: block;
			padding: 0 40px;
			height: auto;
			margin-bottom: 40px;
		}
		#gnav > ul::before{
			display: none;
		}
		#gnav ul > li {
			width: 100%!important;
			max-width: 100%!important;
			height: auto;
			text-indent: 0;
			margin: 0;
		}
		#gnav ul > li > a {
			height: 70px!important;
			background-size: 10px 10px!important;
			line-height: 70px;
			font-size: 15px;
		}
		#gnav ul > li > a.pc{
			display: none!important;
		}
		#gnav > ul > li{
			border-bottom: 1px solid #707070;
		}
		#gnav ul > li > a:hover {
			text-decoration: none;
			opacity: 1;
		}
	#gnav ul > li > a,
	#gnav ul > li > p:not(.sp){
		display: block;
		width: 100%;
	}
	#gnav ul > li > p{
		font-size: 15px;
		line-height: 70px;
		height: 70px;
		position: relative;
	}
	#gnav > ul .drop_down li a,
	#gnav > ul .drop_down li p{
		line-height: 60px;
		height: 60px!important;
		border-top: 1px solid #EFF1F2;
		font-size: 14px;
		padding: 0 1em;
	}
	#gnav ul > li > p::before{
		transform: unset;
		top: 12px;
		left: 100%;
	}
	#gnav ul > li.nav_open:hover p::before{
		transform: unset;
	}
	#gnav ul > li > p.close::before{
		transform: rotate(-180deg)!important;
	}
	#gnav > ul ul.drop_down.active{
		padding: 0;
	}
	#gnav > ul .drop_down li{
		padding: 0;
	}
	#gnav > ul .drop_down li li a{
		padding-left: 2em;
		font-weight: normal;
		line-height: 55px;
		height: 55px!important;
	}
	
	#gnav > ul > li > a::after,
	#gnav ul > li > p::after,
	#gnav > ul > li > a:hover::after,
	#gnav > ul > li p:hover::after,
	#gnav > ul > li.now > a::after{
		display: none;
	}
	#gnav ul > li > p::before{
		top: 43%;
	}
	#gnav ul > li > p.close::after{
		width: 100%;
	}
	#gnav > ul .drop_down{
		display: none;
		position: static;
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
	}
	#gnav > ul ul.drop_down.active{
		display: block!important;
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
	}
	#gnav > ul .drop_down li a:hover{
		color: #000;
	}


	/* ▼メニューボタン
	--------------------------------------- */
	.menu {
		display: block;
		width: 55px;
		height: 55px;
		background: #B8D200;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 2000;
	}
		.menu .icon {
			display: block;
			width: 30px;
			height: 2px;
			border-top: 2px solid #fff;
			position: absolute;
			top: 49%;
			right: 12px;
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
			box-sizing: border-box;
			-moz-transition: all 0.3s;
			-webkit-transition: all 0.3s;
			transition: all 0.3s;
		}
		.menu .icon:before,
		.menu .icon:after{
			content: '';
			width: 30px;
			border-top: 2px solid #fff;
			position: absolute;
			-moz-transition: all 0.3s;
			-webkit-transition: all 0.3s;
			transition: all 0.3s;
			right: 0;
		}
		.menu .icon:before {
			top:-11px;
		}
		.menu .icon:after {
			bottom:-9px;
		}
		.menu .icon.active {
			border-color: #B8D200;
		}
		.menu .icon.active:before {
			-moz-transform: rotate(-135deg);
			-webkit-transform: rotate(-135deg);
			transform: rotate(-135deg);
			top: -2px;
			right: 0;
		}
		.menu .icon.active:after {
			-moz-transform: rotate(135deg);
			-webkit-transform: rotate(135deg);
			transform: rotate(135deg);
			bottom: 0;
			right: 0;
		}

	/* ▼▼▼ メイン 「コンテンツとサイドを囲む要素」
	====================================================== */
	#header_inner,
	#main,#contents,#side,
	footer,#footer_inner {
		float: none;
		width: 100%;
	}
	#main {
		margin-bottom: 142px;
	}
	body:not(#home) #main{
		margin-top: 55px;
	}
	.menu_fixed {
		position: fixed;
		width: 100%;
		height: 100%;
	}

	/* ▼ パンくず
	--------------------------------------- */
	#path {
		margin: 20px 0 50px;
		font-size: 12px;
		overflow: hidden;
	}

	/* ボタン
	--------------------------------------- */
	.btn{
		height: 80px;
		max-width: 305px;
		line-height: 1.6;
	}
	.btn a{
		font-size: 16px;
	}
	.btn a::after{
		content: "";
    width: 9px;
    height: 13px;
		transform: translateY(-50%);
		position: absolute;
		top: 49%;
		right: 15px;
	}

	/* ▼▼▼ フッター
	====================================================== */
	footer {
		background: url(../img/footer_bg_sp.jpg) no-repeat center top/cover;
		padding: 22px 15px 50px;
		height: auto;
	}
	#footer_inner {
		display: flex;
		flex-wrap: wrap;
		max-width: 1200px;
		margin: 0 auto;
		overflow: hidden;
	}
	.f_logo{
		width: 100%;
		order: 2;
	}
	.f_logo img{
		margin: 0 auto;
	}
	.f_logo span{
		margin: 20px 0 0;
		font-size: 9px;
		text-align: center;
	}
	footer .sns_list{
		justify-content: center;
		order: 1;
		width: 100%;
		margin-bottom: 20px;
	}
	footer .sns_list li{
		margin: 0 10px;
		width: 22px;
	}

	/* ▼ ページ上部へ戻る
	--------------------------------------- */
	.pagetop {
		width: 42px;
		height: 42px;
	}
	.pagetop::before{
		content: "";
		background: url(../img/arrow_wht.png) no-repeat center/contain;
		width: 6px;
		height: 10px;
		position: absolute;
		top: 16px;
		left: 18px;
	}
	.pagetop:hover{
		background: #222;
	}
	.pagetop:hover::before{
		top: 16px;
	}

	/* ▼▼▼ 404
	====================================================== */
	#not_found{
		padding: 100px 20px 60px;
		}
		#not_found p.arial{
			margin-bottom: 10px;
			font-size: 39px;
		}
		#not_found p.arial + p{
			font-size: 17px;
		}
		#not_found p.txt{
			line-height: 1.6;
		}

}
