@charset "UTF-8";

:root{
	--c01: #725E5E;
	--c02: #EFECE5;
	--c03: #B38D3E;
}

@media print, screen and (min-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%;
	min-width: 1200px;
}

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;
}

.pc_none{
	display: none !important;
}

#style01{
	width:100%;
}





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

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

.header_box{
	width: 1200px;
	margin: 0 auto;
}

.header01{
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
}

.header01_01{
	padding-top: 9px;
	font-size: 13px;
	font-weight:normal;
}

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

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

.header02{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.header02 nav{
	padding-bottom: 14px;
	font-size: 15px;
}

.header02 nav ul{
	display: flex;
	padding-right: 10px;
}

.header02 nav ul li{
	margin-left: 53px;
}

.header02 nav ul li a{
	position: relative;
	display: inline-block;
	padding-right: 35px;
	color: var(--c01);
}

.header02 nav ul li a:after{
	position: absolute;
	top: 40%;
	right: 2%;
	transform: translateY(-50%) rotateZ(45deg);
	content: "";
	width: 8px;
	height: 8px;
	border-right: 2px var(--c01) solid;
	border-bottom: 2px var(--c01) solid;
}





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

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

.page_top{
	position: absolute;
	top: 35px;
	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{
	width: 1200px;
	padding-top: 50px;
	margin: 0 auto;
}

.footer01{
	display: flex;
}

.footer01_l{
	margin-right: 135px;
}

.footer_logo{
	margin-bottom: 15px;
}

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

.footer01_r{
	padding-top: 50px;
	font-size: 15px;
}

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

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

.footer01_list01{
	display: flex;
	margin-bottom: 15px;
}

.footer01_list01 li{
	margin-right: 30px;
}

.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: 53px;
	font-size: 14px;
	text-align: center;
}





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

.fv{
	height: 580px;
	background: url("./img/fv_bg.jpg") center center/ cover no-repeat;
}
.fv01{
	height: 580px;
	background: url("./img/main01.jpg") center center/ cover no-repeat;
}
.fv02{
	height: 580px;
	background: url("./img/main02.jpg") center center/ cover no-repeat;
}
.fv03{
	height: 580px;
	background: url("./img/main03.jpg") center center/ cover no-repeat;
	color:#000;
}
.fv04{
	height: 580px;
	background: url("./img/main04.jpg") center center/ cover no-repeat;
}

.fv_box{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 1200px;
	padding: 250px 0 0;
	margin: 0 auto;
	color: #fff;


}
.fv_box001{
	background:rgba(0,0,0,0.3);
	padding:20px 30px;
}
.fv_box .fv03{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 1200px;
	padding: 160px 0 0;
	margin: 0 auto;
	color: #000!important;
}

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

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



.is01{
	padding: 100px 0;
	background: var(--c02);
}

.is01_box{
	width: 1200px;
	margin: 0 auto;
	text-align: center;
}

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

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

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

.is01_title01 span:before{
	left: 0;
}

.is01_title01 span:after{
	right: 0;
}

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

.is01_text01{
	margin:0 auto 80px auto;
	font-size: 20px;
	line-height: 1.8;
	text-align:left;
	width:784px;
}

.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: 100px;
	background: var(--c02);
	overflow: hidden;
}

.is02_box{
	position: relative;
	width: 1200px;
	margin: 0 auto;
}

.is02_box_bg{
	position: absolute;
	top: 0;
	bottom: 0;
	width: 1560px;
	height: 100%;
}

.is02 .is02_box_bg{
	right: 0;
	background: url("./img/is02_bg.png") bottom right no-repeat;
	background-color: #fff;
}

.is03 .is02_box_bg{
	left: 0;
	background: url("./img/is03_bg.png") bottom left no-repeat;
	background-color: #fff;
}

.is02_box01{
	position: relative;
	padding: 100px 0 80px;
}

.is02 .is02_box01_01{
	width: 600px;
	margin-right: auto;
}

.is03 .is02_box01_01{
	width: 530px;
	margin-left: auto;
}

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

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

.is02 .is02_title_box{
	padding-left: 155px;
}

.is03 .is02_title_box{
	padding-left: 100px;
}

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

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

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

.is02_list li{
	display: flex;
}

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

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

.is02_list li a:hover{
	color: car(--c03);
}

.is02_list_date{
	margin-right: 2em;
	flex-shrink: 0;
}

.is02_box01_02{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.is02 .is02_box01_02{
	right: -360px;
}

.is03 .is02_box01_02{
	left: -360px;
}





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

.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;
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	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: 60px;
	font-weight: 900;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.65);
}

.ul_fv_title02{
	font-size: 18px;
}



.pankuzu{
	width: 1200px;
	padding: 10px 0 0;
	margin: 0 auto;
	font-size: 16px;
}

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

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

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

.as01{
	background: var(--c02);
	overflow: hidden;
}

.as01_01{
}

.as01_box01{
	position: relative;
	display: flex;
	width: 1200px;
	height: 350px;
	padding: 40px 0;
	margin: 0 auto;
}

.as01_box01:nth-child(even){
	flex-direction: row-reverse;
}

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

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

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

.as01_box01:nth-child(odd) .as01_leaf{
	left: -71px;
}

.as01_box01:nth-child(even) .as01_leaf{
	right: -76px;
}

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

.as01_box01_01:after{
	position: absolute;
	bottom: 0;
	content: "";
	width: 60vw;
	height: 100px;
	background: #fff;
}

.as01_box01:nth-child(1) .as01_box01_01:after{
	height: 70px;
}

.as01_box01:nth-child(odd) .as01_box01_01:after{
	right: 0;
}

.as01_box01:nth-child(even) .as01_box01_01:after{
	left: 0;
}

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

.as01_title01_01{
	position: relative;
	width: 34px;
	margin-right: 16px;
	text-align: center;
}

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

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

.as01_text01{
	font-size: 19px;
	line-height: 1.5;
}

.as01_box01_02{
	position: relative;
	width: 640px;
}

.as01_box01_02 img{
	position: absolute;

}

.as01_box01:nth-child(odd) .as01_box01_02 img{
	left: 0;
}

.as01_box01:nth-child(even) .as01_box01_02 img{
	right: 0;
}





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

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

.fs01{
	padding-bottom: 100px;
}

.fs_box{
	width: 1200px;
	margin: 0 auto;
}

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

.fs01_title{
	width: 884px;
	margin: 0 auto 80px;
	font-size: 28px;
	font-weight: 900;
	text-align: center;
}

.fs01_title span{
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	width: 100%;
	padding: 0 140px;
}

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

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

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

.fs01_text01{
	width: 900px;
	margin: 0 auto;
	font-size: 20px;
	line-height: 1.5;
}



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

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

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

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

.fs02_flex{
	display: flex;
	justify-content: space-between;
	width: 860px;
	margin: 0 auto;
}

.fs02_flex:nth-of-type(even){
	flex-direction: row-reverse;
}

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

.fs02_text01{
	width: 650px;
	padding-top: 30px;
	font-size: 18px;
	line-height: 1.4;
}

.fs02_flex:nth-of-type(even) .fs02_text01{
	width: 600px;
}

.fs02_text01 span{
	font-weight: 900;
}

.fs02_in{
	position: relative;
}

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

.fs02_name{
	position: absolute;
	z-index: 100;
	border-bottom: 3px car(--c03) solid;
	color: car(--c03);
	font-size: 27px;
	font-weight: 900;
	white-space: nowrap;
}

.fs02_flex:nth-of-type(odd) .fs02_name{
	padding: 0 75px 5px 30px;
	right: 150px;
	bottom: 5px;
}

.fs02_flex:nth-of-type(even) .fs02_name{
	padding: 0 30px 5px 75px;
	left: 133px;
	bottom: -5px;
}

.fs02_name span{
	padding-right: 1em;
	font-size: 18px;
}



.fs03{
	padding: 100px 0;
}

.fs03_box01{
	width: 800px;
	margin: 0 auto 100px;
}

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

.fs03_dl dt{
	box-sizing: border-box;
	width: 190px;
	padding: 20px 35px;
	flex-shrink: 0;
	line-height: 1.2;
}

.fs03_dl dd{
	box-sizing: border-box;
	width: calc(100% - 190px);
	padding: 20px 35px;
	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{
	display: flex;
	margin-bottom: 100px;
}

.fs03_rail{
	display: flex;
	padding-top: 50px;
	margin-left: 50px;
	font-size: 16px;
}

.fs03_rail01{
	margin-right: 2em;
	flex-shrink: 0;
}

.fs03_box03{
	box-sizing: border-box;
	width: 800px;
	padding: 40px 40px 50px;
	border-radius: 10px;
	margin: 0 auto;
	background: var(--c01);
	color: #fff;
	font-size: 18px;
	font-weight: 900;
	line-height: 1.5;
}

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





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

.ins01{
	padding-bottom: 100px;
}

.ins01_box{
	width: 1200px;
	margin: 70px auto 0;
}

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

.ins01_list{
	font-size: 18px;
}

.ins01_list li{
	display: flex;
	border-bottom: 1px var(--c01) dashed;
}

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

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

.ins01_list_date{
	box-sizing: border-box;
	width: 185px;
	padding: 20px;
	margin-right: 20px;
	flex-shrink: 0;
}

.ins01_list_title{
	box-sizing: border-box;
	width: calc(100% - 185px);
	padding: 20px;
}





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

.inds01_box{
	width: 1200px;
	margin: 70px auto 0;
}

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

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

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

.inds01_title{
	font-size: 32px;
}
.inds01_content{
	padding-bottom: 50px;
	border-bottom: 1px var(--c01) dashed;
	margin-bottom: 50px;
	font-size: 18px;
	line-height: 1.5;
}

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





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

.cs01{
	padding-bottom: 100px;
}

.cs01_box{
	width: 800px;
	margin: 70px auto 0;
}

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

.cs01_text01{
	margin-bottom: 50px;
	line-height: 1.4;
}

.cs_form_content dl{
	display: flex;
	align-items: center;
	border-bottom: 1px var(--c01) dashed;
}

.cs_form_content dt{
	box-sizing: border-box;
	width: 220px;
	padding: 20px;
	flex-shrink: 0;
}

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

.cs_form_content dd{
	width: calc(100% - 220px);
	padding: 20px;
}

.cs_form_content dd input,
.cs_form_content dd textarea{
	box-sizing: border-box;
	width: 100%;
	padding: 10px;
	font-size: 16px;
	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;
	justify-content: center;
	align-items: center;
	margin-top: 50px;
}

.cs_form_button button:not(:last-child){
	margin-right: 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:1000px;
	margin:0 auto 40px auto;
}
.kihu02 li{
	width:200px;
	float:left;
	text-align:center;
}

}