@charset "utf-8";
/*.contents01ここから*/
.contents01{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.contents01 .contents01_01{
	width: 1120px;
	height: auto;
	padding: 30px 0 95px;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01{
		width: 90%;
		max-width: 320px;
		padding: 30px 0 60px;
	}
}
.contents01 .contents01_01 > .text01{
	width: auto;
	height: auto;
	margin: 0 0 30px;
	font-size: 14px;
	line-height: 24px;
	color: #675729;
	letter-spacing: calc((140/1000)*1em);
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 > .text01{
		margin: 0 0 8px;
	}
}
.contents01 .contents01_01 > .text02{
	width: auto;
	height: auto;
	margin: 0 0 60px;
	font-size: 36px;
	line-height: 46px;
	letter-spacing: calc((80/1000)*1em);
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 > .text02{
		margin: 0 0 14px;
		font-size: 24px;
		line-height: 34px;
	}
}
.contents01 .contents01_01 > .text03{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 18px;
	line-height: 34px;
	letter-spacing: calc((80/1000)*1em);
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 > .text03{
	}
}
.contents01 .contents01_01 > .text03 > a{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 18px;
	line-height: 34px;
	color: #255205;
	letter-spacing: calc((80/1000)*1em);
	text-decoration-thickness: 1px;
	text-decoration-line: underline;
	text-decoration-color: #255205;
	text-decoration-style: solid;
	text-underline-offset: 3px;
	text-decoration-skip-ink: none;
	display: inline;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 > .text03 > a{
	}
}
/*.contents01ここまで*/

/*.contents02ここから*/
.contents02{
	width: 100%;
	height: auto;
	margin: 0 auto;
	background-color: #F6F8F5;
	display: block;
}
@media only screen and (max-width: 767px){
	.contents02{
	}
}
.contents02 .contents02_01{
	width: 850px;
	height: auto;
	padding: 105px 0 120px;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
}
@media only screen and (max-width: 767px) {
	.contents02 .contents02_01{
		width: 90%;
		max-width: 320px;
		padding: 60px 0 ;
	}
}
.contents02 .contents02_01 > .text01{
	width: auto;
	height: auto;
	margin: 0 0 85px;
	font-size: 30px;
	line-height: 40px;
	letter-spacing: calc((80/1000)*1em);
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents02 .contents02_01 > .text01{
		margin: 0 0 40px;
		font-size: 23px;
		line-height: 33px;
	}
}
.contents02 .contents02_01 .contents02_01_01{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
}
/*.contents02ここまで*/