@charset "UTF-8";
@media screen and (max-width: 768px){
*{
	margin:0;
	padding:0;
}

body { 
	color: var(--c01);
	margin:0;
	padding:0;
	font-family: 'Noto Serif JP', serif;
	width:100%;
	webkit-text-size-adjust: 100%;
}

img{
	border:0;
	margin:0;
	vertical-align: bottom;
}

table,tr,td {
	border-collapse: collapse; 
}

ul{
	list-style-type: none;
}

a{
	text-decoration: none;
}

a,a img,button {
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
		 -o-transition: 0.3s ease-in-out;
			transition: 0.3s ease-in-out;
}

button{
	font-family: 'Shippori Mincho', serif;
}

a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.clear{
	clear:both;
}

.clearfix:after{
	content: "";
	display: block;
	clear: both;
}

.sp_none{
	display:none !important;
}

#style01{
	width:100%;
}





/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■　ヘッダー ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■　*/

.header{
	height: 80px;
	background: #fff;
}

.header01{
	display: flex;
	justify-content: space-between;
	padding-left: 5px;
	margin-bottom: 6px;
}

.header01_01{
	padding-top: 4px;
	font-size: 10px;
	font-weight:normal;
}

.header01_02 a{
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	width: 90px;
	height: 24px;
	border: 1px var(--c01) solid;
	background: var(--c01);
	color: #fff;
	font-size: 12px;
	font-weight: 900;
}

.header01_02 a:hover{
	background: #fff;
	color: var(--c01);
}

.header02{
	position: relative;
	height: 50px;
	padding-left: 5px;
}

.header_logo{
	width: 200px;
	font-size: 16px;
}

.header_logo img{
	width: 100%;
}

.sp_menu{
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
}

.sp_menu span{
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 30px;
	height: 3px;
	background: var(--c01);
	transition: 0.3s ease-in-out;
}

.sp_menu span:nth-child(1){
	top: 33%;
}

.sp_menu span:nth-child(2){
	top: 50%;
}

.sp_menu span:nth-child(3){
	top: 67%;
}

.sp_menu.active span:nth-child(1){
	top: 50%;
	transform: translate(-50%, -50%) rotateZ(135deg);
}

.sp_menu.active span:nth-child(2){
	opacity: 0;
}

.sp_menu.active span:nth-child(3){
	top: 50%;
	transform: translate(-50%, -50%) rotateZ(-135deg);
}

.header02 nav{
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	border-top: 1px #ccc solid;
	background: #fff;
}

.header02 li:not(:last-child){
	border-bottom: 1px #ccc solid;
}

.header02 li a{
	display: block;
	padding: 10px;
	background:  #fff;
	color: var(--c01);
	text-align: center;
}

.header02 li a:hover{
	background:  var(--c01);
	color: #fff;
}



/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■　フッター ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■　*/

.footer{
	position: relative;
	background: var(--c02);
}

.page_top{
	position: absolute;
	top: 25px;
	left: 50%;
	transform: translateX(-50%);
	width: 36px;
	height: 16px;
	cursor: pointer;
}

.page_top:before{
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	border-left: 18px transparent solid;
	border-right: 18px transparent solid;
	border-bottom: 16px var(--c01) solid;
}

.footer_box{
	padding: 50px 20px 0;
	margin: 0 auto;
}

.footer01_l{
	margin-bottom: 60px;
}

.footer_logo{
	margin-bottom: 15px;
}

.footer_logo img{
	width: 250px;
}

.footer_address{
	font-size: 15px;
	line-height: 1.4;
	font-style: normal;
}

.footer01_r{
	font-size: 15px;
}

.footer01_r a{
	color: var(--c01);
}

.footer01_r a:hover{
	text-decoration: underline;
}

.footer01_list01{
	margin-bottom: 30px;
}

.footer01_list01 li{
	margin-bottom: 15px;
}

.footer01_list02 li{
	position: relative;
	padding-left: 0.5em;
}

.footer01_list02 li:before{
	position: absolute;
	left: 0;
	content: "-";
}

.footer02{
	padding: 20px 0 25px;
	border-top: 1px var(--c01) solid;
	margin-top: 40px;
	font-size: 12px;
	text-align: center;
}





/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■　index(TOP) ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■　*/

.fv01{
	min-height: 580px;
	background: url("./img/main01.jpg") center center/ cover no-repeat;
}

.fv_box{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 150px 30px;
	margin: 0 auto;
	color: #fff;
}
.fv_box001{
	background:rgba(0,0,0,0.3);
	padding:20px 30px;
}

.fv_text01{
	margin-bottom: 0;
	font-size: 26px;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.65);
	line-height: 1.2;
}

.fv_text02{
	font-size: 16px;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.65);
	line-height: 1.4;
}



.is01{
	padding: 70px 30px;
	background: var(--c02);
}

.is01_box{
	text-align: center;
}

.is01_title01{
	margin-bottom: 50px;
	font-size: 16px;
	font-weight: 900;
	line-height: 1.2;
}

.is01_title01 span{
	position: relative;
	display: inline-block;
	padding: 0 50px;
}

.is01_title01 span:before,
.is01_title01 span:after{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	content: "";
	width: 33.5px;
	height: 50px;
	background: url("./img/is01_tree.png") center center/cover no-repeat;
}

.is01_title01 span:before{
	left: 0;
}

.is01_title01 span:after{
	right: 0;
}

.is01_title02{
	padding-bottom: 10px;
	margin-bottom: 50px;
	font-size: 40px;
	font-weight: 900;
	line-height: 1;
	text-align: top;
}

.is01_text01{
	margin-bottom: 50px;
	font-size: 15px;
	line-height: 1.4;
}

.is01_text01 p:not(:last-child){
	margin-bottom: 1.4em;
}

.is01_link01{
	display: flex;
	justify-content: center;
}

.is_linkbutton{
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	width: 220px;
	height: 50px;
	border: 1px var(--c01) solid;
	background: var(--c01);
	color: #fff;
}

.is_linkbutton:hover{
	color: var(--c01);
	background: #fff;
}



.is02,
.is03{
	padding-bottom: 60px;
	background: var(--c02);
	overflow: hidden;
}

.is02_box{
	position: relative;
}

.is02_box01{
	position: relative;
	padding: 50px 30px 40px;
	background: #fff;
}

.is02_box01_01{
	margin-bottom: 60px;
}

.is02_title{
	display: flex;
	margin-bottom: 30px;
}

.is02_title_box{
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-left: 50px;
	height: 50px;
	background: url("./img/is02_siori.png") left top/35.5px no-repeat;
}

.is02_title01{
	font-size: 20px;
	font-weight: 900;
	line-height: 1.2;
}

.is02_title02{
	margin-top: 5px;
	font-size: 10px;
	line-height: 1.2;
}

.is02_list{
	margin-bottom: 50px;
	font-size: 15px;
	line-height: 1.2;
}

.is02_list li:not(:last-child){
	margin-bottom: 1.6em;
}

.is02_list_date{
	margin-bottom: 5px;
}

.is02_box01_02 img{
	width: 100%;
}





/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■　事業内容 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■　*/

.ul_fv{
	height: 230px;
	background: url("./img/ul_fv_bg.jpg") center center/ cover no-repeat;
}

.ul_fv_box{
	display: flex;
	flex-direction: column;
	justify-content: center;
	box-sizing: border-box;
	height: 100%;
	padding: 30px;
	color: #fff;
}

.ul_fv_title_wrap{
	display: flex;
}

.ul_fv_title{
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 5px;
	line-height: 1.2;
}

.ul_fv_title01{
	font-size: 40px;
	font-weight: 900;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.65);
}

.ul_fv_title02{
	font-size: 16px;
}

.ul_fv_text{
	font-size: 14px;
}



.pankuzu{
	padding: 10px 30px 0;
}

.as01 .pankuzu{
	margin-bottom: 30px;
}

.pankuzu a{
	color: var(--c01);
}

.pankuzu a:hover{
	text-decoration: underline;
}

.as01{
	padding: 0 30px;
	background: var(--c02);
}

.as01_box01{
	position: relative;
	padding: 40px 0;
}

.as01_box01:last-child{
	padding-bottom: 100px;
}

.as01_box01:last-child:after{
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	content: "";
	width: 100vw;
	height: 100px;
	background: #fff;
}

.as01_leaf{
	position: absolute;
	top: 40px;
}

.as01_leaf img{
	width: 35.5px;
}

.as01_box01_01{
	position: relative;
	box-sizing: border-box;
	padding-left: 50px;
}

.as01_title01{
	display: flex;
	margin-bottom: 30px;
	font-size: 24px;
	line-height: 1.2;
}

.as01_title01_01{
	position: relative;
	width: 30px;
	margin-right: 16px;
	text-align: center;
	flex-shrink: 0;
}

.as01_title01_01:before{
	position: absolute;
	top: 2px;
	left: 0;
	content: "";
	width: 28px;
	height: 28px;
	border: 1px var(--c01) solid;
}

.as01_title01_02{
	font-size: 24px;
	font-weight: 400;
}

.as01_text01{
	font-size: 14px;
}

.as01_box01_02{
	position: relative;
	left: -30px;
	width: 100vw;
	padding-top: 30px;
}

.as01_box01_02 img{
	width: 100%;
}





/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■　財団案内 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■　*/

.fs00 .ul_fv_box{
	align-items: center;
}

.fs01{
	padding-bottom: 60px;
}

.fs_box{
	padding: 0 30px;
}

.fs01 .fs_box{
	padding-top: 40px;
}

.fs01_title{
	margin: 0 auto 40px;
	font-size: 20px;
	font-weight: 900;
	text-align: center;
}

.fs01_title span{
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	padding: 0 50px;
}

.fs01_title span:before,
.fs01_title span:after{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	content: "";
	width: 35.5px;
	height: 50px;
}

.fs01_title span:before{
	left: 0;
	background: url("./img/fs01_leaf_l.png") center center/cover no-repeat;
}

.fs01_title span:after{
	right: 0;
	background: url("./img/fs01_leaf_r.png") center center/cover no-repeat;
}

.fs01_text01{
	font-size: 14px;
	line-height: 1.4;
}

.fs02{
	padding: 60px 0;
	background: var(--c02);
}

.fs02_title{
	margin-bottom: 40px;
	font-size: 20px;
	font-weight: 400;
	text-align: center;
}

.fs02_title  span{
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	padding: 0 35px;
}

.fs02_title span:before{
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	content: "";
	width: 29.5px;
	height: 40px;
	background: url("./img/fs02_flower.png") center center/cover no-repeat;
}

.fs02_flex:not(:last-child){
	margin-bottom: 20px;
}

.fs02_text01{
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 1.4;
}

.fs02_text01 span{
	font-weight: 900;
}

.fs02_in{
	position: relative;
	display: flex;
	justify-content: flex-end;
}

.fs02_img{
	position: relative;
	width: 100px;
	height: 100px;
	z-index: 110;
}

.fs02_img img{
	width: 100%;
}

.fs02_name{
	position: absolute;
	right: 20px;
	bottom: 10px;
	z-index: 100;
	padding: 0 100px 5px 20px;
	border-bottom: 3px #B38D3E solid;
	color: #B38D3E;
	font-size: 20px;
	font-weight: 900;
}

.fs02_name span{
	display: block;
	font-size: 14px;
}



.fs03{
	padding: 60px 0;
}

.fs03_box01{
	margin-bottom: 60px;
}

.fs03_dl{
	display: flex;
	align-items: center;
	width: 100%;
	border-bottom: 1px var(--c01) dashed;
	font-size: 14px;
}

.fs03_dl dt{
	box-sizing: border-box;
	width: 130px;
	padding: 10px 15px;
	flex-shrink: 0;
	line-height: 1.2;
}

.fs03_dl dd{
	box-sizing: border-box;
	width: calc(100% - 130px);
	padding: 10px 15px;
	line-height: 1.4;
}

.fd03_dl_address{
	display: flex;
	font-style: normal;
}

.fd03_dl_address01{
	padding-right: 1em;
}

.fs03_dl ol{
	list-style-type: none;
}

.fs03_dl ol li{
	position: relative;
	padding-left: 1.1em;
}

.fs03_dl ol li:before{
	position: absolute;
	left: 0;
}

.fs03_dl ol li:nth-child(1):before{
	content: "①";
}

.fs03_dl ol li:nth-child(2):before{
	content: "②";
}

.fs03_dl ol li:nth-child(3):before{
	content: "③";
}

.fs03_dl ol li:nth-child(4):before{
	content: "④";
}

.fs03_dl ol li:nth-child(5):before{
	content: "⑤";
}

.fs03_box02{
	margin-bottom: 60px;
}

.fs03_map{
	position: relative;
	padding-top: 80%;
}

.fs03_map iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.fs03_rail{
	display: flex;
	margin-top: 50px;
	font-size: 14px;
}

.fs03_rail01{
	width: 4em;
	margin-right: 1.5em;
	flex-shrink: 0;
}

.fs03_box03{
	box-sizing: border-box;
	padding: 30px 20px 30px;
	border-radius: 10px;
	background: var(--c01);
	color: #fff;
	font-size: 14px;
	font-weight: 900;
	line-height: 1.4;
}

.fs03_box03 p:not(:last-child){
	margin-bottom: 1.4em;
}





/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■　最新情報 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■　*/

.ins01{
	padding-bottom: 60px;
}

.ins01_title{
	margin-bottom: 30px;
	font-size: 20px;
	font-weight: 900;
	text-align: center;
}

.ins01_box{
	padding: 0 30px;
	margin-top: 40px;
}

.ins01_list li{
	padding: 20px 0;
	border-bottom: 1px var(--c01) dashed;
}

.ins01_list li a{
	color: var(--c01);
}

.ins01_list li a:hover{
	color: var(--c03);
}

.ins01_list_date{
	margin-bottom: 5px;
	font-size: 12px;
}

.ins01_list_title{
	font-size: 14px;
}





/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■　最新情報詳細 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■　*/

.inds01_box{
	padding: 0 30px;
	margin-top: 40px;
}

.inds01_box img{
	max-width: 100%;
}

.inds01_dt{
	padding-bottom: 10px;
	border-bottom: 1px var(--c01) dashed;
	margin-bottom: 30px;
}

.inds01_date{
	margin-bottom: 10px;
	font-size: 14px;
}

.inds01_title{
	font-size: 18px;
}
.inds01_content{
	padding-bottom: 30px;
	border-bottom: 1px var(--c01) dashed;
	margin-bottom: 30px;
}

.inds01_link{
	display: flex;
	justify-content: center;
}





/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■　お問い合わせ ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■　*/

.cs01{
	padding-bottom: 60px;
}

.cs01_title{
	margin-bottom: 30px;
	font-size: 20px;
	font-weight: 900;
	text-align: center;
}

.cs01_box{
	padding: 0 30px;
	margin-top: 40px;
}

.cs01_text01{
	margin-bottom: 30px;
	font-size: 14px;
	line-height: 1.4;
}

.cs_form_content dl{
	padding: 10px;
	border-bottom: 1px var(--c01) dashed;
}

.cs_form_content dt{
	box-sizing: border-box;
	flex-shrink: 0;
	margin-bottom: 10px;
}

.cs_form_content dt span{
	color: #b70000;
	margin-left: 10px;
}

.cs_form_content dd input,
.cs_form_content dd textarea{
	box-sizing: border-box;
	width: 100%;
	padding: 5px;
	font-size: 14px;
	font-family: 'Shippori Mincho', serif;
}

.cs_form_content dd textarea{
	resize: vertical;
}

.cs_form_content dd .cs_add01 input{
	width: 8em;
}

.cs_add02{
	margin-top: 10px;
}

.cs_form_button{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-top: 50px;
}

.cs_form_button button:not(:last-child){
	margin-bottom: 20px;
}

.is_linkbutton.back{
	border-color: #666;
	background: #666;
}

.is_linkbutton.back:hover{
	background: #fff;
	color: #666;
}
.kihu01{
	margin:80px 0 0 0;
}
.kihu02{
	font-size:20px;
	width:100%;
	margin:0 auto 40px auto;
}
.kihu02 li{
	width:50%;
	float:left;
	text-align:center;
}




}