@charset "utf-8";


body#contents.aboutus {
	background-image: url(../../aboutus/img/bg-about.png);
	background-repeat: no-repeat;
	background-position: center 130px;
	background-size: 170% auto;
}


body#contents.aboutus h1 {
	background-color: #96d278;
	text-align: left;
}

body#contents.aboutus h1 .inner {
	margin-left: auto;
	margin-right: auto;
	display: flex;
	align-items: center;
	position: relative;
	justify-content : flex-start;

}


body#contents. h1 .inner .mark {
	width: 40px;
	display: block;
	height: auto;
}

body#contents.aboutus h1 .inner .chtch-img {
	background-image: url(../../aboutus/img/h1-img.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	margin-right: 10px;
	
}


body#contents.aboutus .about-cacth {
	max-width: 380px;
	margin-left: auto;
	margin-right: auto;

}

body#contents.aboutus .about-cacth h2 {
	line-height: 230%;
	letter-spacing: 8px;
	text-align: center;
}

body#contents.aboutus .about-cacth h2 .text-3 {
	letter-spacing: 9px;
	}


body#contents.aboutus .contents {
	padding-top: 80px;
}


body#contents.aboutus .bg {
	display: block;
	background-image: url(../../aboutus/img/underline.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	padding-bottom: 50px;
	background-size: 100% auto;
	height: 40px;
}


body#contents.aboutus p.label-01 {
	text-align: center;
	font-size: 116%;
	width: 84%;
	margin-left: auto;
	margin-right: auto;
}

body#contents.aboutus .read {
	color: #16612A;
	background-color: #FFFFFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 96%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 10px;
	margin-bottom: 50px;
	font-size: 116%;
	flex-wrap : wrap;
}


body#contents.aboutus .read .nomal-text{
	display: inline-block;
	width: 100%;
}

body#contents.aboutus .read .t-120 {
	font-size: 150%;
	letter-spacing: -1px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 10px;
}


section.about {
	padding-top: 40px;

}

section.about .Flex-about {
	justify-content : flex-start;
	display : flex;
	flex-wrap : wrap;
	float : none;
	margin-left : auto;
	margin-right : auto;
	width : 80%;
	margin-bottom: 70px;
	}

section.about .Flex-about.row {
	flex-direction: row;
}

section.about .Flex-about.row-reverse {
	flex-direction: row-reverse;
}

section.about .Flex-about .photo {
	width: 100%;
	display: block;
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 100% auto;
	height: 40vw;
	margin-bottom: 10px;
}

section.about .Flex-about .photo.p001 {
	background-image: url(../../aboutus/img/001.jpg);
	
}

section.about .Flex-about .photo.p002 {
	background-image: url(../../aboutus/img/002.jpg);
}

section.about .Flex-about .photo.p003 {
	background-image: url(../../aboutus/img/003.jpg);
}


section.about .Flex-about .Text {
	text-align: left;
	width: 100%;
	height: auto;
	display: flex;
	align-content: center;
	flex-wrap : wrap;
	justify-content : column;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 4%;
	padding-right: 4%;
}
section.about .Flex-about .Text p {
	display: block;
	width: 100%;
	margin-top: auto;
	margin-bottom: auto;
	font-size: 100%;
	color: #16612A;
	line-height: 180%;
}

section.about .Flex-about .Text p.cate {
	font-size: 200%;
	font-weight: 700;
	margin-bottom: 10px;
}


section.about .Flex-about .Text p.label {
	color: #16612A;
	text-align: left;
	margin-bottom: 10px;
	font-size: 130%;
	position: relative;
	border-bottom: 1px solid hsla(49,43%,47%,1.00);
	padding-bottom: 10px;
}

section.about .Flex-about .Text p.label .icon-question {
	width: 5%;
	display: inline-block;
	height: auto;
	margin-left: 5px;
	vertical-align: 4px;
}



body#contents.aboutus .fukidashi {
	margin-left: auto;
	margin-right: auto;
	display: block;
	padding-top: 4px;
	text-align: center;
	margin-top: 140px;
	margin-bottom: 40px;
	font-weight: 500;
	font-size: 110%;
	width: 90%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #cb658a;
}

section.greeting {
	border-top: 1px solid #53A71B;
	margin-top: 50px;
	padding-top: 50px;
	margin-bottom: 50px;
	padding-left: 3%;
	padding-right: 3%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
section.greeting  .Flex-greeting {
	display : flex;
	justify-content: space-between;
	flex-wrap: wrap;
	float: none;
	margin-left: auto;
	width : 96%;
	margin-right: auto;
	
}
section.greeting  .Flex-greeting .photo-greeting {
	width: 70%;
	background-color: #8C8C8C;
	display: block;
	height: 50vw;
	margin-left: auto;
	margin-right: auto;
	overflow-y: hidden;
	margin-bottom: 20px;
}
section.greeting  .Flex-greeting .Text {
	max-width: 670px;
	height: auto;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	line-height: 190%;
}
.Flex-greeting .Text .label {
	text-align: center;
	color: #16612A;
	border-bottom: 1px solid #bbbbbb;
	padding-bottom: 10px;
	margin-bottom: 20px;
	font-size: 190%;

}
.Flex-greeting .Text .delegate {
	margin-bottom: 40px;
	text-align: center;
	font-size: 85%;
}
.Text .delegate .name {
	font-size: 150%;
	font-weight: 700;
	margin-left: 18px;
}

.Flex-greeting .Text p {
	line-height: 190%;
}




section.greeting .profile {
	width: auto;
	max-width: 940px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFF8DE;
	display : flex;
	justify-content : space-around;
	flex-wrap : wrap;
	float : none;
	margin-left : auto;
	margin-right : auto;
	width : 100%;
	display: flex;
		padding-left: 7%;
	padding-top: 7%;
	padding-right: 7%;
	padding-bottom: 7%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 50px;
		
}
section.greeting .profile .label {
	color: #AA9744;
	font-size: 180%;
	padding-bottom: 10px;
}
section.greeting .profile .Text-profile {
	line-height: 190%;
	padding-left: 4%;
	width: auto;
	max-width: 680px;
	font-size: 86%;
	border-top: 2px solid #FFFFFF;
	color: #515151;
}

section.greeting .profile .Text-profile  .text-140 {
	font-size: 140%;
	font-weight: 500;
}



@media screen and (min-width:560px) {}


@media screen and (min-width:768px) {
	body#contents.aboutus h1 {
	text-align: left;
}
body#contents.aboutus .fukidashi {
	max-width: 530px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	padding-top: 4px;
	text-align: center;
	margin-top: 140px;
	margin-bottom: 40px;
	font-weight: 500;
	font-size: 110%;
}



}


@media screen and (min-width:960px) {	

body#contents.aboutus h1 .inner .chtch-img {
	background-image: url(../../aboutus/img/h1-img.jpg);
	background-position: center -30px;
	background-size: 110% auto;
	background-repeat: no-repeat;
	margin-right: 40px;
	
}
body#contents.aboutus h1 .inner {
	margin-left: auto;
	margin-right: auto;
	height: 130px;
	display: flex;
	align-items: center;
	position: relative;
	justify-content : flex-start;
	padding-left: 0;
	padding-right: 0;

}
body#contents.aboutus {
	background-image: url(../../aboutus/img/bg-about.png);
	background-repeat: no-repeat;
	background-position: center 200px;
	background-size: 100% auto;
}
body#contents.aboutus p.label-01 {
	text-align: center;
	font-size: 116%;
}
body#contents.aboutus .bg {
	display: block;
	background-image: url(../../aboutus/img/underline.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	padding-bottom: 50px;
	background-size: auto auto;
	height: 30px;
}

body#contents.aboutus .read {
	color: #16612A;
	background-color: #FFFFFF;
	max-width: 1000px;
	max-height: 100px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 96%;
	margin-left: auto;
	margin-right: auto;
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 10px;
	margin-bottom: 50px;
	font-size: 116%;	
}
body#contents.aboutus .read .t-120 {
	font-size: 190%;
	letter-spacing: -1px;
	margin-left: 20px;
	margin-right: 20px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
}
section.about .Flex-about {
	justify-content : flex-start;
	display : flex;
	flex-wrap : wrap;
	float : none;
	margin-left : auto;
	margin-right : auto;
	width : 100%;
	max-width: 1500px;
	max-height: 300px;
	}
section.about .Flex-about .photo {
	width: 42%;
	max-width: 550px;
	max-height: 300px;
	height: 300px;
	display: block;
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
section.about .Flex-about .Text {
	text-align: left;
	width: 56%;
	height: auto;
	display: flex;
	align-content: center;
	flex-wrap : wrap;
	justify-content : column;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 4%;
	padding-right: 4%;
}
section.about .Flex-about .Text p {
	display: block;
	width: 100%;
	margin-top: auto;
	margin-bottom: auto;
	font-size: 100%;
}
section.about .Flex-about .Text p.label {
	text-align: left;
	font-size: 160%;
	position: relative;
}
section.about .Flex-about .Text p.label .icon-question {
	width: 5%;
	display: inline-block;
	height: auto;
	position: absolute;
	top: -30px;
	margin-left: 10px;
}
body#contents.aboutus .fukidashi {
	max-width: 560px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	padding-top: 4px;
	text-align: center;
	margin-top: 140px;
	margin-bottom: 40px;
	font-weight: 500;
	font-size: 110%;
}
section.greeting  .Flex-greeting {
	display : flex;
	justify-content: space-between;
	flex-wrap: wrap;
	float: none;
	margin-left: auto;
	width : 100%;
	max-width: 940px;
	margin-right: auto;
	
}
section.greeting  .Flex-greeting .photo-greeting {
	width: 280px;
	height: 280px;
	background-color: #8C8C8C;
	display: block;
	overflow-y: hidden;
}
.Flex-greeting .Text .label {
	text-align: left;
	color: #16612A;
	border-bottom: 1px solid #bbbbbb;
	padding-bottom: 10px;
	margin-bottom: 40px;
	font-size: 190%;

}
.Flex-greeting .Text .delegate {
	margin-bottom: 30px;
	font-size: 85%;
}
section.greeting {
	border-top: 1px solid #53A71B;
	margin-top: 120px;
	padding-top: 90px;
	margin-bottom: 90px;
}
section.greeting .profile .Text-profile {
	line-height: 190%;
	border-left: 2px solid #FFFFFF;
	padding-left: 4%;
	width: auto;
	max-width: 680px;
	font-size: 86%;
	border-top-style: none;
}
section.greeting .profile .label {

}
section.greeting .profile {
	width: auto;
	max-width: 940px;
	margin-left: auto;
	margin-right: auto;
	display : flex;
	justify-content : space-around;
	flex-wrap : wrap;
	float : none;
	margin-left : auto;
	margin-right : auto;
	width : 100%;
	display: flex;
	padding-left: 3%;
	padding-top: 5%;
	padding-right: 3%;
	padding-bottom: 5%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 50px;
		
}
body#contents.aboutus .read .nomal-text {
	display: inline-block;
}

























}

@media screen and (min-width:1024px) {}

@media screen and (min-width:1025px) {}
