.bg{
	position: fixed;
	width: 100%;
	height: 100vh;
	background: transparent linear-gradient(359deg, #FFFFFF 0%, #F8FCFE 27%, #CBE5F3 39%, #319FE1 74%, #136FC7 100%) 0% 0% no-repeat padding-box;
	z-index: -1;
	min-width: 1100px;
}

.bg::before{
	content: '';
	display: block;
	width: 100%;
	height: 950px;
	background-image: url("../images/img_background.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.bl_background{
	width: 100%;
	display: none;
}


#under{
	padding-bottom: 34%;
}

.wrapper{
	width: 1100px;
	display: flex;
	justify-content: center;
	box-shadow: 0 0 18px 0 rgba(0,0,0,0.16);
	margin: 0 auto;
}

#wrap_l{
	background-color: #fff;	
	/*background-color: rgba(255,255,255,0.9);*/	
}

#wrap_r{
	background-color: #d2edc0;
	flex: 1;
}




/*グローバルメニュー*/
.gNav{
	width: 300px;
	border-left: 6px solid #ffe450;
}

.gNav a{
	display: block;
	color: #333;
	text-decoration: none;
	font-weight: 700;
	padding: 20px;
	border-bottom: 1px solid #b2cadd;
	transition-duration: 500ms;
	position: relative;
	padding-left: 45px;
}

.gNav a::before{
	font-family: 'Material Symbols Outlined';
	content: "\e5df";
	color: #3e9be1;
	position: absolute;
	left: 20px;
	top: 15px;
	font-size: 1.3em;
	transition-duration: 500ms;
}

.gNav a::after{
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	border-right: 2px solid #3e9be1;
	border-bottom: 2px solid #3e9be1;
	transition-duration: 500ms;
	transform: rotate(-45deg);
	position: absolute;
	top: 28px;
	right: 20px;
	opacity: 0;
}

.current{
	background-color: #fff9db;
}

.current a{
	color: #3e9be1;
	transition-duration: 500ms;
	border-bottom: 2px solid #3e9be1;
	box-sizing: border-box;
}

.current a::before{
	font-family: 'Material Symbols Outlined';
	content: "\e023";
	position: absolute;
	left: 20px;
	top: 15px;
	font-size: 1.2em;
	color: #3e9be1;
	transform: rotate(15deg);
}

.current a::after{
	opacity: 1;
}

.gNav a:hover{
	color: #3e9be1;
	transition-duration: 500ms;
}

.gNav a:hover::after{
	opacity: 1;
}

.gNav a:hover::before{
	color: #3e9be1;
	transition-duration: 500ms;
}

#g_title{
	width: 100%;
	padding-top: 30px;
	vertical-align: middle;
}

#g_title a{
	display: flex;
	align-items: flex-start;
	justify-content: center;
}

#g_title .img_gTtl{
	width: 650px;
}

.societyLogo{
	width: 55px;
	margin-right: 15px;
}




/*タイトル*/
.el_Ttl{
	color: #319FE1;
	font-weight: 700;
	font-size: 2.3rem;
	border-bottom: #D8D8D8 solid 2px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	position: relative;
	line-height: 1;
	letter-spacing: 0.04em;
}

.el_Ttl::before{
	content: "";
	display: inline-block;
	width: 150px;
	height: 2px;
	background-color: #319FE1;
	position: absolute;
	left: 0;
	bottom: -2px;
}

.el_mainTtl{
	background:#6fb544;
	color: #fff;
	font-weight: 700;
	padding: 10px 20px 10px 47px;
	margin: 0 0 20px 0;
	font-size: 2rem;
	letter-spacing: 0.04em;
	position: relative;
	border-bottom: 5px solid #cbe9b7;
}

.el_mainTtl::before{
	font-family: 'Material Symbols Outlined';
	content: "\e023";
	position: absolute;
	left: 15px;
	top: 7px;
	font-size: 1.1em;
	color: #FFF;
	transform: rotate(15deg);
}

/*.el_mainTtl::before{
	content: "";
	display: inline-block;
	height: 1px;
	width: 65%;
	background-color: #6fb544;
	position: absolute;
	right: 60px;
	top: 27px;
}*/

.el_pageTtl{
	background: transparent linear-gradient(90deg, #7ec748 0%, #97df61 100%) 0% 0% no-repeat padding-box;
	position: relative;
	height: 120px;
	margin-bottom: 30px;
	color: #fff;
	font-size: 28px;
	font-weight: 700;
	letter-spacing: 0.09em;
	display: flex;
	align-items: center;
	padding-left: 30px;
	padding-right: 190px;
	line-height: 1.5;
	border-bottom: 5px solid #ffe450;
}


.el_BigTtl{
	font-weight: 700;
	padding: 10px 0;
	letter-spacing: 0.07em;
	color: #71bb39;
	font-size: 2.4rem;
	position: relative;
	margin-bottom: 30px;
	border-bottom: 3px solid #71bb39;
}


.contents_bgWhite .el_BigTtl:first-of-type{
	padding-top: 0;
}

.bl_subTtl{
	color: #71bb39;
	background-color: #e4f3d9;
	padding: 12px;
	font-weight: 700;
	font-size: 1.8rem;
	margin-bottom: 20px;
	letter-spacing: 0.05em;
	margin: 20px 0 10px;
	display: flow-root;
}

.contents_bgWhite .bl_subTtl:first-of-type{
	margin-top: 0;
}

.bl_subTtl div {
    float: right;
	display: flex;
	margin-top: 3px;
}

.bl_subTtl span.subTtl_tag01 {
	padding: 2px 7px 0 7px;
	font-size: 1.3rem;
	background: #34a4d7;
	color: #fff;
	margin-left: 10px;
}

.bl_subTtl span.subTtl_tag02 {
	padding: 2px 7px 0 7px;
	font-size: 1.3rem;
	color: #fff;
	background: #ed8f00;
	margin-left: 10px;
}


.bl_cap{
	color: #71bb39;
	font-weight: 700;
	font-size: 1.8rem;
	margin: 10px 0;
	letter-spacing: 0.05em;
}

.el_box .bl_cap{
	margin-top: 0;
}

.bl_subCap{
	color: #6EBA44;
	font-weight: 700;
	font-size: 1.8rem;
	margin: 15px 0 5px;
	letter-spacing: 0.05em;
}

/*.bl_subCap::before{
	content: "■";
	display: inline-block;
	position: relative;
	top: 0px;
	margin-right: 5px;
}*/



.el_box{
	padding: 20px;
	margin: 15px 0;
}

.el_box.el_box__blue{
	background-color: #E6F6FF;
	border: #319FE1 2px solid;
}

.el_box.el_box__yellow{
	background-color: #FFF9E0;
	border: #E3B700 2px solid;
}

.el_box.el_box__red{
	background-color: #FFE8E8;
	border: #E50000 2px solid;
}

.el_box.el_box__gray{
	background-color: #F5F5F5;
}

.bl_sideBnr{
	margin-top: 20px;
}

.bl_sideBnr li{
	width: 280px;
	margin: 0 auto 15px;
}

.bl_sideBnr li img{
	width: 100%;
	border: 1px solid #D3D3D3;
}






.min-height{
	min-height: 550px;
}

.under{
	font-size: 2rem;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
}

.hp_bb{
	border-bottom: 1px dotted #000;
	padding-bottom: 20px;
	margin-bottom: 20px;
}








/*footer*/
footer{
	padding: 60px 0 30px;
	background-color: #6fb544;
}

.ft_in{
	display: flex;
	align-items: flex-start;
	width: 1100px;
	margin: 0 auto;
}

footer .ft_in:first-of-type{
	margin-bottom: 50px;
}

.ft_content{
	background-color: #fff;
	color: #6fb544;
	font-weight: 700;
	padding: 15px 10px;
	min-width: 110px;
	text-align: center;
	margin-right: 20px;
}

.address{
	color: #fff;
}

.address a{
	color: #fff;
}

.copy_right{
	background-color: #6fb544;
	text-align: center;
	color: #fff;
	padding: 10px 0;
	border-top: 1px solid #fff;
	
}