@charset "utf-8";
footer{
	padding-bottom: 90px;
}

/*.contents01ここから*/
.contents01{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.contents01 .contents01_01{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
}
@media only screen and (max-width: 767px) {
	.contents01_1.contents01 .contents01_01{
		width: calc(100% - ((100% - 320px) /2));
		margin: 0;
	}
}
@media only screen and (max-width: 355px) {
	.contents01_1.contents01 .contents01_01{
		width: calc(100% - ((100% - 90%) /2));
	}
}
.contents01 .contents01_01 > .photo01{
	width: 100%;
	height: 330px;
	margin: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 > .photo01{
		height: 140px;
	}
}
.contents01_1.contents01 .contents01_01 > .photo01{
	height: 400px;
	background-image: url(../img/about/contents01/photo01.jpg);
}
@media only screen and (max-width: 767px) {
	.contents01_1.contents01 .contents01_01 > .photo01{
		height: 160px;
		background-image: url(../img/about/contents01/photo01_sp.jpg);
	}
}
.contents01_2.contents01 .contents01_01 > .photo01{
	background-image: url(../img/about/contents01/photo02.jpg);
}
@media only screen and (max-width: 767px) {
	.contents01_2.contents01 .contents01_01 > .photo01{
		background-image: url(../img/about/contents01/photo02_sp.jpg);
	}
}
.contents01_3.contents01 .contents01_01 > .photo01{
	background-image: url(../img/about/contents01/photo03.jpg);
}
@media only screen and (max-width: 767px) {
	.contents01_3.contents01 .contents01_01 > .photo01{
		background-image: url(../img/about/contents01/photo03_sp.jpg);
	}
}
.contents01_4.contents01 .contents01_01 > .photo01{
	background-image: url(../img/about/contents01/photo04.jpg);
}
@media only screen and (max-width: 767px) {
	.contents01_4.contents01 .contents01_01 > .photo01{
		background-image: url(../img/about/contents01/photo04_sp.jpg);
	}
}
/*.contents01ここまで*/

/*.contents02ここから*/
.contents02{
	width: 100%;
	min-width: 1280px;
	height: auto;
	margin: 0 auto;
	display: block;
	position: fixed;
	top: auto;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 1;
}
@media only screen and (max-width: 767px) {
	.contents02{
		min-width: 320px;
	}
}
.contents02 .contents02_01{
	width: 100%;
	height: auto;
	padding: 30px 0;
	margin: 0;
	background-color: #F7F5F1;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
}
@media only screen and (max-width: 767px) {
	.contents02 .contents02_01{
		padding: 6px 0;
	}
}
.contents02 .contents02_01 .contents02_01_01{
	width: 980px;
	height: auto;
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media only screen and (max-width: 767px) {
	.contents02 .contents02_01 .contents02_01_01{
		width: 90%;
		max-width: 320px;
	}
}
.contents02 .contents02_01 .contents02_01_01 > .link01{
	width: auto;
	height: auto;
	margin: 0 0 0 50px;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media only screen and (max-width: 767px) {
	.contents02 .contents02_01 .contents02_01_01 > .link01{
		width: calc(100% / 4);
		margin: 0;
		position: relative;
	}
}
.contents02 .contents02_01 .contents02_01_01 > .link01:nth-of-type(1){
	margin-left: 0;
}
@media only screen and (max-width: 767px) {
	.contents02 .contents02_01 .contents02_01_01 > .link01::after{
		content: '';
		width: 1px;
		height: 25px;
		background-color: #8C744B;
		position: absolute;
		top: 0;
		bottom: 0;
		left: auto;
		right: 0;
		margin: auto;
	}
	.contents02 .contents02_01 .contents02_01_01 > .link01:nth-of-type(1)::before{
		content: '';
		width: 1px;
		height: 25px;
		background-color: #8C744B;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: auto;
		margin: auto;
	}
}
.contents02 .contents02_01 .contents02_01_01 > .link01 > a{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: calc((20/1000)*1em);
	color: #8C744B;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media only screen and (max-width: 767px) {
	.contents02 .contents02_01 .contents02_01_01 > .link01 > a{
		width: 100%;
		font-size: 13px;
		line-height: 16px;
		text-align: center;
		flex-direction: column-reverse;
	}
}
.contents02 .contents02_01 .contents02_01_01 > .link01.active > a{
	text-decoration-thickness: 1px;
	text-decoration-line: underline;
	/*text-decoration-color: #000000;*/
	text-decoration-style: solid;
	text-underline-offset: 3px;
	text-decoration-skip-ink: none;
}
.contents02 .contents02_01 .contents02_01_01 > .link01 > a::before{
	content: '';
	width: 22px;
	height: 22px;
	margin: 0 10px 0 0;
	background-image: url(../img/about/contents02/item01.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	display: block;
	flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
	.contents02 .contents02_01 .contents02_01_01 > .link01 > a::before{
		width: 24px;
		height: 24px;
		margin: 2px 0 0;
	}
}
/*.contents02ここまで*/

/*.contents03ここから*/
.contents03{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.contents03 .contents03_01{
	width: 980px;
	height: auto;
	padding: 100px 0 120px;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
}
@media only screen and (max-width: 767px) {
	.contents03 .contents03_01{
		width: 90%;
		max-width: 320px;
		padding: 50px 0 60px;
	}
}
.contents03 .contents03_01 > .text01{
	width: auto;
	height: auto;
	margin: 0 0 20px;
	font-size: 46px;
	line-height: 56px;
	letter-spacing: calc((60/1000)*1em);
	color: #8C744B;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents03 .contents03_01 > .text01{
		margin: 0 0 9px;
		font-size: 30px;
		line-height: 40px;
	}
}
.contents03 .contents03_01 > .text02{
	width: auto;
	height: auto;
	margin: 0 0 35px;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: calc((40/1000)*1em);
	color: #8C744B;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents03 .contents03_01 > .text02{
		margin: 0 0 23px;
		font-size: 15px;
		line-height: 25px;
	}
}
.contents03 .contents03_01 > .text03{
	width: auto;
	height: auto;
	margin: 0 0 75px;
	font-size: 18px;
	line-height: 38px;
	letter-spacing: calc((40/1000)*1em);
	display: block;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.contents03 .contents03_01 > .text03{
		margin: 0 0 45px;
		font-size: 16px;
		line-height: 32px;
	}
}
.contents03 .contents03_01 .contents03_01_01{
	width: 100%;
	height: auto;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
.contents03 .contents03_01 .contents03_01_01 .contents03_01_01_01{
	width: 100%;
	height: auto;
	margin: 50px 0 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
@media only screen and (max-width: 767px) {
	.contents03 .contents03_01 .contents03_01_01 .contents03_01_01_01{
		flex-direction: column;
	}
}
.contents03 .contents03_01 .contents03_01_01 .contents03_01_01_01:nth-of-type(1){
	margin-top: 0;
}
.contents03 .contents03_01 .contents03_01_01 .contents03_01_01_01 > .photo01{
	width: 374px;
	height: auto;
	margin: 0 86px 0 0;
	display: block;
	flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
	.contents03 .contents03_01 .contents03_01_01 .contents03_01_01_01 > .photo01{
		width: 100%;
		margin: 0 0 25px;
	}
}
.contents03 .contents03_01 .contents03_01_01 .contents03_01_01_01 > .photo01 > img{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
}
.contents03 .contents03_01 .contents03_01_01 .contents03_01_01_01 .contents03_01_01_01_01{
	width: auto;
	height: auto;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	flex-grow: 1;
}
@media only screen and (max-width: 767px) {
	.contents03 .contents03_01 .contents03_01_01 .contents03_01_01_01 .contents03_01_01_01_01{
		width: 100%;
	}
}
.contents03 .contents03_01 .contents03_01_01 .contents03_01_01_01 .contents03_01_01_01_01 .contents03_01_01_01_01_01{
	width: 100%;
	height: auto;
	margin: 0 0 50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
@media only screen and (max-width: 767px) {
	.contents03 .contents03_01 .contents03_01_01 .contents03_01_01_01 .contents03_01_01_01_01 .contents03_01_01_01_01_01{
		margin: 0 0 15px;
	}
}
.contents03 .contents03_01 .contents03_01_01 .contents03_01_01_01 .contents03_01_01_01_01 .contents03_01_01_01_01_01 > .text01{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: calc((20/1000)*1em);
	color: #8C744B;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.contents03 .contents03_01 .contents03_01_01 .contents03_01_01_01 .contents03_01_01_01_01 .contents03_01_01_01_01_01 > .text01::before{
	content: '';
	width: 60px;
	height: 1px;
	margin: 0 12px 0 0;
	background-color: #8C744B;
	display: block;
	flex-shrink: 0;
}
.contents03 .contents03_01 .contents03_01_01 .contents03_01_01_01 .contents03_01_01_01_01 .contents03_01_01_01_01_01 > .text02{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: calc((20/1000)*1em);
	color: #8C744B;
	display: block;
}
.contents03 .contents03_01 .contents03_01_01 .contents03_01_01_01 .contents03_01_01_01_01 > .text01{
	width: auto;
	height: auto;
	margin: -1px 0 19px;
	font-size: 26px;
	line-height: 36px;
	letter-spacing: calc((40/1000)*1em);
	color: #8C744B;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
@media only screen and (max-width: 767px) {
	.contents03 .contents03_01 .contents03_01_01 .contents03_01_01_01 .contents03_01_01_01_01 > .text01{
		margin: -6px 0 15px;
		font-size: 20px;
		line-height: 38px;
	}
}
.contents03 .contents03_01 .contents03_01_01 .contents03_01_01_01 .contents03_01_01_01_01 > .text01::before{
	content: '';
	width: 40px;
	height: 40px;
	margin: 1px 15px 0 0;
	background-image: url(../img/about/contents03/item01.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	display: block;
	flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
	.contents03 .contents03_01 .contents03_01_01 .contents03_01_01_01 .contents03_01_01_01_01 > .text01::before{
		width: 30px;
		height: 30px;
		margin: 6px 10px 0 0;
	}
}
.contents03 .contents03_01 .contents03_01_01 .contents03_01_01_01 .contents03_01_01_01_01 > .text02{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 16px;
	line-height: 38px;
	letter-spacing: calc((20/1000)*1em);
	display: block;
	text-align: justify;
	text-align-last: left;
}
@media only screen and (max-width: 767px) {
	.contents03 .contents03_01 .contents03_01_01 .contents03_01_01_01 .contents03_01_01_01_01 > .text02{
		font-size: 15px;
		line-height: 30px;
	}
}
.contents03 .contents03_01 .contents03_01_01 .contents03_01_01_01 .contents03_01_01_01_01 > .text02 > span{
	width: auto;
	height: auto;
	margin: 0;
	display: inline;
	cursor: pointer;
	transition: all .5s;
}
.contents03 .contents03_01 .contents03_01_01 .contents03_01_01_01 .contents03_01_01_01_01 > .text02 > span:hover{
	opacity: .8;
	transition: all .5s;
}
.contents03 .contents03_01 .contents03_01_01 .contents03_01_01_01 .contents03_01_01_01_01 > .text02 > span::after{
	content: '';
	width: 15px;
	height: 15px;
	margin: 0 0 6px 6px;
	background-image: url(../img/about/contents03/item02.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	display: inline-block;
	vertical-align: bottom;
}
@media only screen and (max-width: 767px) {
	.contents03 .contents03_01 .contents03_01_01 .contents03_01_01_01 .contents03_01_01_01_01 > .text02 > span::after{
		margin: 0 0 0 6px;
	}
}
.contents03 .contents03_01 .contents03_01_01 .contents03_01_01_01 .contents03_01_01_01_01 > .text02 > span > span{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 16px;
	line-height: 38px;
	letter-spacing: calc((20/1000)*1em);
	color: #8C744B;
	text-decoration-thickness: 1px;
	text-decoration-line: underline;
	/*text-decoration-color: #000000;*/
	text-decoration-style: solid;
	text-underline-offset: 3px;
	text-decoration-skip-ink: none;
	display: inline;
}
@media only screen and (max-width: 767px) {
	.contents03 .contents03_01 .contents03_01_01 .contents03_01_01_01 .contents03_01_01_01_01 > .text02 > span > span{
		font-size: 15px;
		line-height: 30px;
	}
}
.contents03 .contents03_01 .contents03_01_01 .contents03_01_01_01 .contents03_01_01_01_01 > .text02 > a{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 16px;
	line-height: 38px;
	letter-spacing: calc((20/1000)*1em);
	color: #8C744B;
	text-decoration-thickness: 1px;
	text-decoration-line: underline;
	/*text-decoration-color: #000000;*/
	text-decoration-style: solid;
	text-underline-offset: 3px;
	text-decoration-skip-ink: none;
	display: inline;
}
@media only screen and (max-width: 767px) {
	.contents03 .contents03_01 .contents03_01_01 .contents03_01_01_01 .contents03_01_01_01_01 > .text02 > a{
		font-size: 15px;
		line-height: 30px;
	}
}
/*.contents03ここまで*/

/*.contents04ここから*/
.contents04{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.contents04 .contents04_01{
	width: 980px;
	height: auto;
	padding: 100px 0;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
}
@media only screen and (max-width: 767px) {
	.contents04 .contents04_01{
		width: 90%;
		max-width: 320px;
		padding: 50px 0;
	}
}
.contents04 .contents04_01 > .text01{
	width: auto;
	height: auto;
	margin: 0 0 16px;
	font-size: 46px;
	line-height: 56px;
	letter-spacing: calc((60/1000)*1em);
	color: #8C744B;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents04 .contents04_01 > .text01{
		margin: 0 0 9px;
		font-size: 30px;
		line-height: 40px;
		text-align: center;
	}
}
.contents04 .contents04_01 > .text02{
	width: auto;
	height: auto;
	margin: 0 0 74px;
	font-size: 16px;
	line-height: 28px;
	letter-spacing: calc((40/1000)*1em);
	color: #8C744B;
	display: block;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.contents04 .contents04_01 > .text02{
		margin: 0 0 19px;
		font-size: 15px;
		line-height: 22px;
	}
}
.contents04 .contents04_01 .contents04_01_01{
	width: 100%;
	height: auto;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
@media only screen and (max-width: 767px) {
	.contents04 .contents04_01 .contents04_01_01{
		align-items: center;
		flex-direction: column;
	}
}
.contents04 .contents04_01 .contents04_01_01 .contents04_01_01_01{
	width: auto;
	height: auto;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	flex-grow: 1;
}
@media only screen and (max-width: 767px) {
	.contents04 .contents04_01 .contents04_01_01 .contents04_01_01_01{
		width: 100%;
	}
}
.contents04 .contents04_01 .contents04_01_01 .contents04_01_01_01 .contents04_01_01_01_01{
	width: 100%;
	height: auto;
	margin: 42px 0 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
@media only screen and (max-width: 767px) {
	.contents04 .contents04_01 .contents04_01_01 .contents04_01_01_01 .contents04_01_01_01_01{
		margin: 52px 0 0;
	}
}
.contents04 .contents04_01 .contents04_01_01 .contents04_01_01_01 .contents04_01_01_01_01:nth-of-type(1){
	margin-top: 0;
}
.contents04 .contents04_01 .contents04_01_01 .contents04_01_01_01 .contents04_01_01_01_01 > .text01{
	width: 100%;
	height: auto;
	padding: 0 0 8px;
	margin: -2px 0 11px;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: calc((20/1000)*1em);
	border-bottom: 1px solid #8C744B;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
@media only screen and (max-width: 767px) {
	.contents04 .contents04_01 .contents04_01_01 .contents04_01_01_01 .contents04_01_01_01_01 > .text01{
		padding: 0 0 13px;
		margin: -5px 0 15px;
		font-size: 18px;
		line-height: 32px;
		letter-spacing: calc((40/1000)*1em);

	}
}
.contents04 .contents04_01 .contents04_01_01 .contents04_01_01_01 .contents04_01_01_01_01 > .text01::before{
	content: '';
	width: 30px;
	height: 30px;
	margin: 2px 10px 0 0;
	background-image: url(../img/about/contents04/item01.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	display: block;
	flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
	.contents04 .contents04_01 .contents04_01_01 .contents04_01_01_01 .contents04_01_01_01_01 > .text01::before{
		width: 25px;
		height: 25px;
		margin: 5pxpx 10px 0 0;
	}
}
.contents04 .contents04_01 .contents04_01_01 .contents04_01_01_01 .contents04_01_01_01_01 > .text02{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 16px;
	line-height: 38px;
	letter-spacing: calc((20/1000)*1em);
	display: block;
	text-align: justify;
	text-align-last: left;
}
@media only screen and (max-width: 767px) {
	.contents04 .contents04_01 .contents04_01_01 .contents04_01_01_01 .contents04_01_01_01_01 > .text02{
		font-size: 15px;
		line-height: 30px;
	}
}
.contents04 .contents04_01 .contents04_01_01 > .photo01{
	width: 425px;
	height: auto;
	margin: 0 0 0 94px;
	display: block;
	flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
	.contents04 .contents04_01 .contents04_01_01 > .photo01{
		width: 90%;
		max-width: 227px;
		margin: 50px 0 0;
	}
}
.contents04 .contents04_01 .contents04_01_01 > .photo01 .photo01_01{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
}
.contents04 .contents04_01 .contents04_01_01 > .photo01 .photo01_01 img{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
}
.contents04 .contents04_01 .contents04_01_01 > .photo01 .slick-dots{
	width: 100%;
	height: auto;
	margin: 20px 0 0;
	position: static;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media only screen and (max-width: 767px){
	.contents04 .contents04_01 .contents04_01_01 > .photo01 .slick-dots{
	}
}
.contents04 .contents04_01 .contents04_01_01 > .photo01 .slick-dots li{
	width: 8px;
	height: 8px;
	margin: 0 0 0 20px;
	display: block;
}
.contents04 .contents04_01 .contents04_01_01 > .photo01 .slick-dots li:nth-of-type(1){
	margin-left: 0;
}
.contents04 .contents04_01 .contents04_01_01 > .photo01 .slick-dots li button{
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	display: block;
}
.contents04 .contents04_01 .contents04_01_01 > .photo01 .slick-dots li button::before{
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border-radius: 50%;
	display: block;
	font-family: none;
	font-size: 0;
	line-height: 0;
	position: static;
	background: none;
	background-color: transparent;
	border: 1px solid #8C744B;
}
.contents04 .contents04_01 .contents04_01_01 > .photo01 .slick-dots .slick-active button::before{
	background-color: #8C744B;
}
/*.contents04ここまで*/

/*.contents05ここから*/
.contents05{
	width: 100%;
	height: auto;
	margin: 0 auto;
	background-color: #F8F8F8;
	display: block;
}
.contents05 .contents05_01{
	width: 980px;
	height: auto;
	padding: 100px 0 120px;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
}
@media only screen and (max-width: 767px) {
	.contents05 .contents05_01{
		width: 90%;
		max-width: 320px;
		padding: 50px 0 60px;
	}
}
.contents05 .contents05_01 > .text01{
	width: auto;
	height: auto;
	margin: 0 0 41px;
	font-size: 26px;
	line-height: 48px;
	letter-spacing: calc((40/1000)*1em);
	color: #8C744B;
	display: block;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.contents05 .contents05_01 > .text01{
		margin: 0 0 30px;
		font-size: 20px;
		line-height: 38px;
		text-align: center;
	}
}
.contents05 .contents05_01 .contents05_01_01{
	width: 700px;
	height: auto;
	padding: 32px 0 30px;
	margin: 0 0 29px;
	background: linear-gradient(160deg, #8C744B 0%, #B99F73 50%, #8C744B 100%);
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
}
@media only screen and (max-width: 767px) {
	.contents05 .contents05_01 .contents05_01_01{
		width: 100%;
		padding: 28px 0 30px;
		margin: 0 0 23px;
	}
}
.contents05 .contents05_01 .contents05_01_01 > .text01{
	width: auto;
	height: auto;
	margin: 0 0 11px;
	font-size: 22px;
	line-height: 32px;
	letter-spacing: calc((40/1000)*1em);
	color: #ffffff;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents05 .contents05_01 .contents05_01_01 > .text01{
		margin: 0 0 9px;
		font-size: 18px;
		line-height: 32px;
		text-align: center;
	}
}
.contents05 .contents05_01 .contents05_01_01 > .text02{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 13px;
	line-height: 26px;
	letter-spacing: calc((20/1000)*1em);
	color: #ffffff;
	display: block;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.contents05 .contents05_01 .contents05_01_01 > .text02{
		font-size: 12px;
		line-height: 22px;
		text-align: left;
	}
}
.contents05 .contents05_01 > .text02{
	width: auto;
	height: auto;
	font-size: 16px;
	line-height: 38px;
	letter-spacing: calc((20/1000)*1em);
	display: block;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.contents05 .contents05_01 > .text02{
		font-size: 15px;
		line-height: 30px;
		text-align: left;
	}
}
.contents05 .contents05_01 .text_img01{
	width: 601px;
	height: auto;
	display: block;
	margin: 78px auto 70px;
}
@media only screen and (max-width: 767px){
	.contents05 .contents05_01 .text_img01{
		width: 100%;
		max-width: 320px;
		height: auto;
		display: block;
		margin: 36px auto 30px;
	}
}
.contents05 .contents05_01 .contents05_01_02{
	width: 100%;
	height: auto;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
@media only screen and (max-width: 767px) {
	.contents05 .contents05_01 .contents05_01_02{
		flex-wrap: wrap;
	}
}
.contents05 .contents05_01 .contents05_01_02 > .photo01{
	width: calc((100% - 7px * 3) / 4);
	height: auto;
	margin: 0 7px 0 0;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents05 .contents05_01 .contents05_01_02 > .photo01{
		width: calc((100% - 6px * 1) / 2);
		margin: 6px 6px 0 0;
	}
}
.contents05 .contents05_01 .contents05_01_02 > .photo01:nth-of-type(4){
	margin-right: 0;
}
@media only screen and (max-width: 767px) {
	.contents05 .contents05_01 .contents05_01_02 > .photo01:nth-of-type(-n+2){
		margin-top: 0;
	}
	.contents05 .contents05_01 .contents05_01_02 > .photo01:nth-of-type(2n){
		margin-right: 0;
	}
}
.contents05 .contents05_01 .contents05_01_02 > .photo01 > img{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
}
/*.contents05ここまで*/

/*.contents06ここから*/
.contents06{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.contents06 .contents06_01{
	width: 980px;
	height: auto;
	padding: 100px 0;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
}
@media only screen and (max-width: 767px) {
	.contents06 .contents06_01{
		width: 90%;
		max-width: 320px;
		padding: 50px 0;
	}
}
.contents06 .contents06_01 > .text01{
	width: auto;
	height: auto;
	margin: 0 0 20px;
	font-size: 46px;
	line-height: 56px;
	letter-spacing: calc((60/1000)*1em);
	color: #8C744B;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents06 .contents06_01 > .text01{
		margin: 0 0 9px;
		font-size: 30px;
		line-height: 40px;
	}
}
.contents06 .contents06_01 > .text02{
	width: auto;
	height: auto;
	margin: 0 0 35px;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: calc((40/1000)*1em);
	color: #8C744B;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents06 .contents06_01 > .text02{
		margin: 0 0 18px;
		font-size: 15px;
		line-height: 22px;
	}
}
.contents06 .contents06_01 > .text03{
	width: auto;
	height: auto;
	margin: 0 0 37px;
	font-size: 16px;
	line-height: 38px;
	letter-spacing: calc((40/1000)*1em);
	display: block;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.contents06 .contents06_01 > .text03{
		margin: 0 0 30px;
		font-size: 15px;
		line-height: 30px;
		text-align: left;
	}
}
.contents06 .contents06_01 .contents06_01_01{
	width: 100%;
	height: auto;
	margin: 0 0 100px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
@media only screen and (max-width: 767px) {
	.contents06 .contents06_01 .contents06_01_01{
		margin: 0 0 50px;
	}
}
.contents06 .contents06_01 .contents06_01_01 > .photo01{
	width: 100%;
	height: auto;
	margin: 0 0 39px;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents06 .contents06_01 .contents06_01_01 > .photo01{
		margin: 0 0 30px;
	}
}
.contents06 .contents06_01 .contents06_01_01 > .photo01 > img{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
}
.contents06 .contents06_01 .contents06_01_01 > .text01{
	width: 100%;
	height: auto;
	margin: 0 0 40px;
	font-size: 16px;
	line-height: 38px;
	letter-spacing: calc((20/1000)*1em);
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents06 .contents06_01 .contents06_01_01 > .text01{
		margin: 0 0 30px;
		font-size: 15px;
		line-height: 30px;
	}
}
.contents06 .contents06_01 .contents06_01_01 > .photo03{
	width: 100%;
	height: auto;
	margin: 0 0 40px;
	display: block;
}
@media only screen and (max-width: 767px){
	.contents06 .contents06_01 .contents06_01_01 > .photo03{
		margin: 0 0 30px;
	}
}
.contents06 .contents06_01 .contents06_01_01 > .photo03 > img{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
}
.contents06 .contents06_01 .contents06_01_01 > .photo02{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
}
.contents06 .contents06_01 .contents06_01_01 > .photo02 > img{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
}
.contents06 .contents06_01 .contents06_01_01 .contents06_01_01_01{
	width: 500px;
	height: auto;
	background-color: #F8F8F8;
	padding: 40px 50px;
	margin-bottom: 30px;
}
@media only screen and (max-width: 767px){
	.contents06 .contents06_01 .contents06_01_01 .contents06_01_01_01{
		width: 100%;
		padding: 27px 20px;
		margin-bottom: 30px;
	}
}
.contents06 .contents06_01 .contents06_01_01 .contents06_01_01_01 > .text01{
	font-size: 16px;
	line-height: 38px;
	letter-spacing: calc((20/1000)*1em);
	display: block;
	position: relative;
	padding-left: 28px;
}
.contents06 .contents06_01 .contents06_01_01 .contents06_01_01_01 > .text01::before{
	content: '';
	width: 16px;
	height: 16px;
	margin: 0 12px 0 0;
	background-image: url(../img/about/contents08/item02.png);
	background-repeat: no-repeat;
  	background-size: contain;
  	background-position: center;
  	position: absolute;
  	top: 2px;
  	bottom: 0;
  	left: 0;
  	margin: auto;
}
@media only screen and (max-width: 767px){
	.contents06 .contents06_01 .contents06_01_01 .contents06_01_01_01 > .text01::before{
	  	top: 6px;
	  	bottom: initial;
	  	left: 0;
	  	margin: auto;
	}
}
@media only screen and (max-width: 767px) {
	.contents06 .contents06_01 .contents06_01_01 .contents06_01_01_01 > .text01{
		font-size: 15px;
		line-height: 25px;
	}
}
.contents06 .contents06_01 .contents06_01_01 > .text03{
	margin-bottom: 58px;
}
@media only screen and (max-width: 767px) {
	.contents06 .contents06_01 .contents06_01_01 > .text03{
		margin: 0 0 30px;
		font-size: 15px;
		line-height: 30px;
	}
}




.contents06 .contents06_01 .contents06_01_02{
	width: 100%;
	height: auto;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
@media only screen and (max-width: 767px) {
	.contents06 .contents06_01 .contents06_01_02{
		align-items: center;
		flex-direction: column-reverse;
	}
}
.contents06 .contents06_01 .contents06_01_02 > .photo01{
	width: 425px;
	height: auto;
	margin: 0 94px 0 0;
	display: block;
	flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
	.contents06 .contents06_01 .contents06_01_02 > .photo01{
		width: 90%;
		max-width: 227px;
		margin: 50px 0 0;
	}
}
.contents06 .contents06_01 .contents06_01_02 > .photo01 .photo01_01{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
}
.contents06 .contents06_01 .contents06_01_02 > .photo01 .photo01_01 img{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
}
.contents06 .contents06_01 .contents06_01_02 > .photo01 .slick-dots{
	width: 100%;
	height: auto;
	margin: 20px 0 0;
	position: static;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media only screen and (max-width: 767px){
	.contents06 .contents06_01 .contents06_01_02 > .photo01 .slick-dots{
	}
}
.contents06 .contents06_01 .contents06_01_02 > .photo01 .slick-dots li{
	width: 8px;
	height: 8px;
	margin: 0 0 0 20px;
	display: block;
}
.contents06 .contents06_01 .contents06_01_02 > .photo01 .slick-dots li:nth-of-type(1){
	margin-left: 0;
}
.contents06 .contents06_01 .contents06_01_02 > .photo01 .slick-dots li button{
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	display: block;
}
.contents06 .contents06_01 .contents06_01_02 > .photo01 .slick-dots li button::before{
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border-radius: 50%;
	display: block;
	font-family: none;
	font-size: 0;
	line-height: 0;
	position: static;
	background: none;
	background-color: transparent;
	border: 1px solid #8C744B;
}
.contents06 .contents06_01 .contents06_01_02 > .photo01 .slick-dots .slick-active button::before{
	background-color: #8C744B;
}
.contents06 .contents06_01 .contents06_01_02 .contents06_01_02_01{
	width: auto;
	height: auto;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	flex-grow: 1;
}
@media only screen and (max-width: 767px) {
	.contents06 .contents06_01 .contents06_01_02 .contents06_01_02_01{
		width: 100%;
		align-items: center;
	}
}
.contents06 .contents06_01 .contents06_01_02 .contents06_01_02_01 > .text01{
	width: auto;
	height: auto;
	margin: 0 0 33px;
	font-size: 26px;
	line-height: 36px;
	letter-spacing: calc((40/1000)*1em);
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents06 .contents06_01 .contents06_01_02 .contents06_01_02_01 > .text01{
		margin: 0 0 24px;
		font-size: 20px;
		line-height: 30px;
	}
}
.contents06 .contents06_01 .contents06_01_02 .contents06_01_02_01 .contents06_01_02_01_01{
	width: 100%;
	height: auto;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
@media only screen and (max-width: 767px) {
	.contents06 .contents06_01 .contents06_01_02 .contents06_01_02_01 .contents06_01_02_01_01{
	}
}
.contents06 .contents06_01 .contents06_01_02 .contents06_01_02_01 .contents06_01_02_01_01 .contents06_01_02_01_01_01{
	width: 100%;
	height: auto;
	margin: 42px 0 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
@media only screen and (max-width: 767px) {
	.contents06 .contents06_01 .contents06_01_02 .contents06_01_02_01 .contents06_01_02_01_01 .contents06_01_02_01_01_01{
		margin: 52px 0 0;
	}
}
.contents06 .contents06_01 .contents06_01_02 .contents06_01_02_01 .contents06_01_02_01_01 .contents06_01_02_01_01_01:nth-of-type(1){
	margin-top: 0;
}
.contents06 .contents06_01 .contents06_01_02 .contents06_01_02_01 .contents06_01_02_01_01 .contents06_01_02_01_01_01 > .text01{
	width: 100%;
	height: auto;
	padding: 0 0 8px;
	margin: -2px 0 11px;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: calc((20/1000)*1em);
	border-bottom: 1px solid #8C744B;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
@media only screen and (max-width: 767px) {
	.contents06 .contents06_01 .contents06_01_02 .contents06_01_02_01 .contents06_01_02_01_01 .contents06_01_02_01_01_01 > .text01{
		padding: 0 0 13px;
		margin: -5px 0 15px;
		font-size: 18px;
		line-height: 32px;
		letter-spacing: calc((40/1000)*1em);

	}
}
.contents06 .contents06_01 .contents06_01_02 .contents06_01_02_01 .contents06_01_02_01_01 .contents06_01_02_01_01_01 > .text01::before{
	content: '';
	width: 30px;
	height: 30px;
	margin: 2px 10px 0 0;
	background-image: url(../img/about/contents06/item01.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	display: block;
	flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
	.contents06 .contents06_01 .contents06_01_02 .contents06_01_02_01 .contents06_01_02_01_01 .contents06_01_02_01_01_01 > .text01::before{
		width: 25px;
		height: 25px;
		margin: 5px 10px 0 0;
	}
}
.contents06 .contents06_01 .contents06_01_02 .contents06_01_02_01 .contents06_01_02_01_01 .contents06_01_02_01_01_01 > .text02{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 16px;
	line-height: 38px;
	letter-spacing: calc((20/1000)*1em);
	display: block;
	text-align: justify;
	text-align-last: left;
}
@media only screen and (max-width: 767px) {
	.contents06 .contents06_01 .contents06_01_02 .contents06_01_02_01 .contents06_01_02_01_01 .contents06_01_02_01_01_01 > .text02{
		font-size: 15px;
		line-height: 30px;
	}
}
/*.contents06ここまで*/

/*.contents07ここから*/
.contents07{
	width: 100%;
	height: auto;
	margin: 0 auto;
	background-color: #F8F8F8;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents07{
		background-color: transparent;
	}
}
.contents07 .contents07_01{
	width: 980px;
	height: auto;
	padding: 100px 0 120px;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
}
@media only screen and (max-width: 767px) {
	.contents07 .contents07_01{
		width: 100%;
		padding: 0;
	}
}
.contents07 .contents07_01 .contents07_01_01{
	width: 100%;
	height: auto;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
@media only screen and (max-width: 767px) {
	.contents07 .contents07_01 .contents07_01_01{
		flex-direction: column;
	}
}
.contents07 .contents07_01 .contents07_01_01 .contents07_01_01_01{
	width: 50%;
	height: auto;
	padding: 0 20px 0 0;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
	flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
	.contents07 .contents07_01 .contents07_01_01 .contents07_01_01_01{
		width: 100%;
		padding: 45px 0 50px;
		margin: 10px 0 0;
		background-color: #F8F8F8;
	}
	.contents07 .contents07_01 .contents07_01_01 .contents07_01_01_01:nth-of-type(1){
		margin-top: 0;
	}
}
.contents07 .contents07_01 .contents07_01_01 .contents07_01_01_01:nth-of-type(2){
	padding: 0 0 0 20px;
}
@media only screen and (max-width: 767px) {
	.contents07 .contents07_01 .contents07_01_01 .contents07_01_01_01:nth-of-type(2){
		padding: 45px 0 50px;
	}
}
.contents07 .contents07_01 .contents07_01_01 .contents07_01_01_01 > .text01{
	width: auto;
	height: auto;
	margin: 0 0 50px;
	font-size: 26px;
	line-height: 36px;
	letter-spacing: calc((40/1000)*1em);
	color: #8C744B;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents07 .contents07_01 .contents07_01_01 .contents07_01_01_01 > .text01{
		margin: 0 0 24px;
		font-size: 20px;
		line-height: 30px;
	}
}
.contents07 .contents07_01 .contents07_01_01 .contents07_01_01_01 .contents07_01_01_01_01{
	width: 100%;
	height: auto;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
@media only screen and (max-width: 767px) {
	.contents07 .contents07_01 .contents07_01_01 .contents07_01_01_01 .contents07_01_01_01_01{
		width: 90%;
		max-width: 320px;
	}
}
.contents07 .contents07_01 .contents07_01_01 .contents07_01_01_01 .contents07_01_01_01_01 .contents07_01_01_01_01_01{
	width: 100%;
	height: auto;
	padding: 0 0 20px;
	margin: 20px 0 0;
	border-bottom: 1px solid #8C744B;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
@media only screen and (max-width: 767px) {
	.contents07 .contents07_01 .contents07_01_01 .contents07_01_01_01 .contents07_01_01_01_01 .contents07_01_01_01_01_01{
		padding: 0;
		margin: 0;
		border-bottom: 0;
	}
}
.contents07 .contents07_01 .contents07_01_01 .contents07_01_01_01 .contents07_01_01_01_01 .contents07_01_01_01_01_01:nth-of-type(1){
	margin-top: 0;
}
.contents07 .contents07_01 .contents07_01_01 .contents07_01_01_01 .contents07_01_01_01_01 .contents07_01_01_01_01_01::before{
	content: '';
	width: 60px;
	height: 60px;
	margin: 0 10px 0 0;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	display: block;
	flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
	.contents07 .contents07_01 .contents07_01_01 .contents07_01_01_01 .contents07_01_01_01_01 .contents07_01_01_01_01_01::before{
		margin: 0 15px 0 0;
	}
}
.contents07 .contents07_01 .contents07_01_01 .contents07_01_01_01:nth-of-type(1) .contents07_01_01_01_01 .contents07_01_01_01_01_01:nth-of-type(1)::before{
	background-image: url(../img/about/contents07/item01_1.png);
}
.contents07 .contents07_01 .contents07_01_01 .contents07_01_01_01:nth-of-type(1) .contents07_01_01_01_01 .contents07_01_01_01_01_01:nth-of-type(2)::before{
	background-image: url(../img/about/contents07/item01_2.png);
}
.contents07 .contents07_01 .contents07_01_01 .contents07_01_01_01:nth-of-type(1) .contents07_01_01_01_01 .contents07_01_01_01_01_01:nth-of-type(3)::before{
	background-image: url(../img/about/contents07/item01_3.png);
}
.contents07 .contents07_01 .contents07_01_01 .contents07_01_01_01:nth-of-type(1) .contents07_01_01_01_01 .contents07_01_01_01_01_01:nth-of-type(4)::before{
	background-image: url(../img/about/contents07/item01_4.png);
}
.contents07 .contents07_01 .contents07_01_01 .contents07_01_01_01:nth-of-type(1) .contents07_01_01_01_01 .contents07_01_01_01_01_01:nth-of-type(5)::before{
	background-image: url(../img/about/contents07/item01_5.png);
}
.contents07 .contents07_01 .contents07_01_01 .contents07_01_01_01:nth-of-type(2) .contents07_01_01_01_01 .contents07_01_01_01_01_01:nth-of-type(1)::before{
	background-image: url(../img/about/contents07/item02_1.png);
}
.contents07 .contents07_01 .contents07_01_01 .contents07_01_01_01:nth-of-type(2) .contents07_01_01_01_01 .contents07_01_01_01_01_01:nth-of-type(2)::before{
	background-image: url(../img/about/contents07/item02_2.png);
}
.contents07 .contents07_01 .contents07_01_01 .contents07_01_01_01:nth-of-type(2) .contents07_01_01_01_01 .contents07_01_01_01_01_01:nth-of-type(3)::before{
	background-image: url(../img/about/contents07/item02_3.png);
}
.contents07 .contents07_01 .contents07_01_01 .contents07_01_01_01:nth-of-type(2) .contents07_01_01_01_01 .contents07_01_01_01_01_01:nth-of-type(4)::before{
	background-image: url(../img/about/contents07/item02_4.png);
}
.contents07 .contents07_01 .contents07_01_01 .contents07_01_01_01:nth-of-type(2) .contents07_01_01_01_01 .contents07_01_01_01_01_01:nth-of-type(5)::before{
	background-image: url(../img/about/contents07/item02_5.png);
}
.contents07 .contents07_01 .contents07_01_01 .contents07_01_01_01 .contents07_01_01_01_01 .contents07_01_01_01_01_01 .contents07_01_01_01_01_01_01{
	width: 100%;
	height: auto;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
@media only screen and (max-width: 767px) {
	.contents07 .contents07_01 .contents07_01_01 .contents07_01_01_01 .contents07_01_01_01_01 .contents07_01_01_01_01_01 .contents07_01_01_01_01_01_01{
		padding: 0 0 25px;
		margin: 0 0 25px;
		border-bottom: 1px solid #D1C7B6;
	}
	.contents07 .contents07_01 .contents07_01_01 .contents07_01_01_01 .contents07_01_01_01_01 .contents07_01_01_01_01_01:last-of-type .contents07_01_01_01_01_01_01{
		margin-bottom: 0;
	}
}
.contents07 .contents07_01 .contents07_01_01 .contents07_01_01_01 .contents07_01_01_01_01 .contents07_01_01_01_01_01 .contents07_01_01_01_01_01_01 > .text01{
	width: auto;
	height: auto;
	margin: 0 0 11px;
	font-size: 15px;
	line-height: 26px;
	letter-spacing: calc((20/1000)*1em);
	color: #8C744B;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents07 .contents07_01 .contents07_01_01 .contents07_01_01_01 .contents07_01_01_01_01 .contents07_01_01_01_01_01 .contents07_01_01_01_01_01_01 > .text01{
		margin: 0 0 8px;
	}
}
.contents07 .contents07_01 .contents07_01_01 .contents07_01_01_01 .contents07_01_01_01_01 .contents07_01_01_01_01_01 .contents07_01_01_01_01_01_01 > .text02{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: calc((20/1000)*1em);
	color: #AD956B;
	display: block;
	word-break: keep-all;
}
/*.contents07ここまで*/

/*.contents08ここから*/
.contents08{
	width: 100%;
	height: auto;
	margin: 0 auto;
	background-image: url(../img/about/contents08/photo01.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: block;
}
.contents08 .contents08_01{
	width: 980px;
	height: auto;
	padding: 100px 0;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
}
@media only screen and (max-width: 767px) {
	.contents08 .contents08_01{
		width: 90%;
		max-width: 320px;
		padding: 50px 0;
	}
}
.contents08 .contents08_01 > .text01{
	width: auto;
	height: auto;
	margin: 0 0 20px;
	font-size: 46px;
	line-height: 56px;
	letter-spacing: calc((60/1000)*1em);
	color: #8C744B;
	display: block;
}
@media only screen and (max-width: 767px){
	.contents08 .contents08_01 > .text01{
		margin: 0 0 9px;
		font-size: 30px;
		line-height: 40px;
	}
}
.contents08 .contents08_01 > .text02{
	width: auto;
	height: auto;
	margin: 0 0 45px;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: calc((40/1000)*1em);
	color: #8C744B;
	display: block;
}
@media only screen and (max-width: 767px){
	.contents08 .contents08_01 > .text02{
		margin: 0 0 32px;
		font-size: 15px;
		line-height: 22px;
	}
}
.contents08 .contents08_01 > .text03{
	width: auto;
	height: auto;
	margin: 0 0 25px;
	font-size: 26px;
	line-height: 36px;
	letter-spacing: calc((40/1000)*1em);
	display: block;
	text-align: center;
}
@media only screen and (max-width: 767px){
	.contents08 .contents08_01 > .text03{
		margin: 0 0 25px;
		font-size: 20px;
		line-height: 30px;
	}
}
.contents08 .contents08_01 > .text04{
	width: auto;
	height: auto;
	margin: 0 0 35px;
	font-size: 18px;
	line-height: 38px;
	letter-spacing: calc((40/1000)*1em);
	display: block;
	text-align: center;
}
@media only screen and (max-width: 767px){
	.contents08 .contents08_01 > .text04{
		margin: 0 0 53px;
		font-size: 16px;
		line-height: 32px;
	}
}
.contents08 .contents08_01 .contents08_01_01{
	width: 100%;
	height: auto;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
}
@media only screen and (max-width: 767px) {
	.contents08 .contents08_01 .contents08_01_01{
	}
}
.contents08 .contents08_01 .contents08_01_01 .contents08_01_01_01{
	width: 100%;
	height: auto;
	padding: 39px 65px 50px;
	margin: 0 0 39px;
	background-color:rgba(250, 250, 250, .8);
	display: block;
}
@media only screen and (max-width: 767px){
	.contents08 .contents08_01 .contents08_01_01 .contents08_01_01_01{
		padding: 30px 20px;
		margin: 0 0 26px;
	}
}
.contents08 .contents08_01 .contents08_01_01 .contents08_01_01_01 > table{
	width: 100%;
	height: auto;
	margin: 0;
	table-layout: fixed;
	text-align: left;
}
.contents08 .contents08_01 .contents08_01_01 .contents08_01_01_01 > table tr{
}
.contents08 .contents08_01 .contents08_01_01 .contents08_01_01_01 > table tr th{
	width: 230px;
	height: auto;
	padding: 11px 0;
	border-bottom: 1px solid #D1C7B6;
	vertical-align: top;
}
@media only screen and (max-width: 767px){
	.contents08 .contents08_01 .contents08_01_01 .contents08_01_01_01 > table tr th{
		width: 100%;
		display: block;
		border-bottom: initial;
		padding: 25px 0 0;
		margin-bottom: 10px;
	}
}
.contents08 .contents08_01 .contents08_01_01 .contents08_01_01_01 > table tr:nth-of-type(1) th{
	padding-top: 0;
}
.contents08 .contents08_01 .contents08_01_01 .contents08_01_01_01 > table tr th > .text01{
	width: auto;
	height: auto;
	font-size: 16px;
	line-height: 38px;
	letter-spacing: calc((20/1000)*1em);
	display: inline;
}
@media only screen and (max-width: 767px){
	.contents08 .contents08_01 .contents08_01_01 .contents08_01_01_01 > table tr th > .text01{
		font-size: 15px;
		line-height: 25px;
	}
}
.contents08 .contents08_01 .contents08_01_01 .contents08_01_01_01 > table tr td{
	width: auto;
	height: auto;
	padding: 11px 0;
	border-bottom: 1px solid #D1C7B6;
	font-size: 16px;
	line-height: 38px;
	letter-spacing: calc((20/1000)*1em);
	vertical-align: top;
}
@media only screen and (max-width: 767px){
	.contents08 .contents08_01 .contents08_01_01 .contents08_01_01_01 > table tr td{
		width: 100%;
		display: block;
		font-size: 15px;
		line-height: 25px;
		padding: 0 0 25px;
	}
}
.contents08 .contents08_01 .contents08_01_01 .contents08_01_01_01 > table tr:nth-of-type(1) td{
	padding-top: 0;
}
.contents08 .contents08_01 .contents08_01_01 .contents08_01_01_01 > table tr td > .text01{
	width: auto;
	height: auto;
	margin: 0;
	display: inline;
	cursor: pointer;
	transition: all .5s;
}
.contents08 .contents08_01 .contents08_01_01 .contents08_01_01_01 > table tr td > .text01:hover{
	opacity: .8;
	transition: all .5s;
}
.contents08 .contents08_01 .contents08_01_01 .contents08_01_01_01 > table tr td > .text01::after{
	content: '';
	width: 15px;
	height: 15px;
	margin: 0 0 6px 6px;
	background-image: url(../img/about/contents08/item01.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	display: inline-block;
	vertical-align: bottom;
}
.contents08 .contents08_01 .contents08_01_01 .contents08_01_01_01 > table tr td > .text01 > span{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 16px;
	line-height: 38px;
	letter-spacing: calc((20/1000)*1em);
	color: #8C744B;
	text-decoration-thickness: 1px;
	text-decoration-line: underline;
	/*text-decoration-color: #000000;*/
	text-decoration-style: solid;
	text-underline-offset: 3px;
	text-decoration-skip-ink: none;
	display: inline;
}
@media only screen and (max-width: 767px){
	.contents08 .contents08_01 .contents08_01_01 .contents08_01_01_01 > table tr td > .text01 > span{
		font-size: 15px;
		line-height: 30px;
	}
}
.contents08 .contents08_01 .contents08_01_01 .contents08_01_01_01 > table tr td > .text02{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 14px;
	line-height: 38px;
	letter-spacing: calc((20/1000)*1em);
	display: inline;
}
@media only screen and (max-width: 767px){
	.contents08 .contents08_01 .contents08_01_01 .contents08_01_01_01 > table tr td > .text02{
		font-size: 14px;
		line-height: 24px;
	}
}
.contents08 .contents08_01 .contents08_01_01 > .text01{
	width: auto;
	height: auto;
	margin: 0 0 37px;
	font-size: 16px;
	line-height: 38px;
	letter-spacing: calc((20/1000)*1em);
	display: block;
}
@media only screen and (max-width: 767px){
	.contents08 .contents08_01 .contents08_01_01 > .text01{
		font-size: 15px;
		line-height: 25px;
	}
}
.contents08 .contents08_01 .contents08_01_01 .contents08_01_01_02{
	width: 770px;
	height: auto;
	padding: 40px 65px 40px 35px;
	margin: 0;
	background-color:rgba(250, 250, 250, .8);
	border: 2px solid #DAD3C6;
	display: block;
}
@media only screen and (max-width: 767px){
	.contents08 .contents08_01 .contents08_01_01 .contents08_01_01_02{
		width: 100%;
		padding: 30px 20px;
	}
}
.contents08 .contents08_01 .contents08_01_01 .contents08_01_01_02 > table{
	width: 100%;
	height: auto;
	margin: 0;
	table-layout: fixed;
	text-align: left;
}
.contents08 .contents08_01 .contents08_01_01 .contents08_01_01_02 > table tr{
}
.contents08 .contents08_01 .contents08_01_01 .contents08_01_01_02 > table tr th{
	width: 126px;
	height: auto;
	padding: 12px 0 0;
	vertical-align: top;
}
@media only screen and (max-width: 767px){
	.contents08 .contents08_01 .contents08_01_01 .contents08_01_01_02 > table tr th{
		width: 100%;
		display: block;
		padding: 25px 0 0;
	}
}
.contents08 .contents08_01 .contents08_01_01 .contents08_01_01_02 > table tr:nth-of-type(1) th{
	padding-top: 0;
}
.contents08 .contents08_01 .contents08_01_01 .contents08_01_01_02 > table tr th > .text01{
	width: auto;
	height: auto;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: calc((20/1000)*1em);
	display: inline;
}
@media only screen and (max-width: 767px){
	.contents08 .contents08_01 .contents08_01_01 .contents08_01_01_02 > table tr th > .text01{
		font-size: 15px;
		line-height: 25px;
	}
}
.contents08 .contents08_01 .contents08_01_01 .contents08_01_01_02 > table tr th > .text01::before{
	content: '';
	width: 16px;
	height: 16px;
	margin: 6px 13px 0 0;
	background-image: url(../img/about/contents08/item02.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	display: inline-block;
	vertical-align: top;
}
@media only screen and (max-width: 767px){
	.contents08 .contents08_01 .contents08_01_01 .contents08_01_01_02 > table tr th > .text01::before{
		width: 14px;
		height: 14px;
		margin: 6px 6px 0 0;
	}
}
.contents08 .contents08_01 .contents08_01_01 .contents08_01_01_02 > table tr td{
	width: auto;
	height: auto;
	padding: 12px 0 0;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: calc((20/1000)*1em);
	vertical-align: top;
}
@media only screen and (max-width: 767px){
	.contents08 .contents08_01 .contents08_01_01 .contents08_01_01_02 > table tr td{
		width: 100%;
		font-size: 15px;
		line-height: 25px;
		display: block;
		padding-top: 0;
	}
}
.contents08 .contents08_01 .contents08_01_01 .contents08_01_01_02 > table tr:nth-of-type(1) td{
	padding-top: 0;
}
/*.contents08ここまで*/

/*videoここから*/
.video_wrap{
	width: 100%;
	height: auto;
	padding: 100px 0 0;
}
@media only screen and (max-width: 767px){
	.video_wrap{
		width: 90%;
		max-width: 320px;
		margin: 0 auto;
		padding: 50px 0 0;
	}
}
.video_wrap video{
	width: 650px;
	height: auto;
	aspect-ratio: 16 / 9;
	margin: 0 auto;
	display: block;
}
@media only screen and (max-width: 767px){
	.video_wrap video{
		width: 100%;
		height: auto;
		aspect-ratio: 16 / 9;
	}
}

/*.contents09ここから*/
.contents09{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.contents09 .contents09_01{
	width: 980px;
	height: auto;
	padding: 100px 0 150px;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
}
@media only screen and (max-width: 767px) {
	.contents09 .contents09_01{
		width: 90%;
		max-width: 320px;
		padding: 50px 0 60px;
	}
}
.contents09 .contents09_01 .contents09_01_01{
	width: 100%;
	height: auto;
	margin: 0 0 47px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
}
@media only screen and (max-width: 767px) {
	.contents09 .contents09_01 .contents09_01_01{
	}
}
.contents09 .contents09_01 .contents09_01_01 > .photo01{
	width: 100%;
	height: auto;
	margin: 0 0 39px;
	display: block;
}
@media only screen and (max-width: 767px){
	.contents09 .contents09_01 .contents09_01_01 > .photo01{
		margin: 0 0 50px;
	}
}
.contents09 .contents09_01 .contents09_01_01 > .photo01 > img{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
}
.contents09 .contents09_01 .contents09_01_01 .contents09_01_01_01{
	width: 100%;
	height: auto;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
.contents09 .contents09_01 .contents09_01_01 .contents09_01_01_01:nth-of-type(1){
	margin-top: 0;
}
.contents09 .contents09_01 .contents09_01_01 .contents09_01_01_01 > .text01{
	width: 100%;
	height: auto;
	padding: 0 0 8px;
	margin: -2px 0 11px;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: calc((20/1000)*1em);
	border-bottom: 1px solid #8C744B;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
@media only screen and (max-width: 767px){
	.contents09 .contents09_01 .contents09_01_01 .contents09_01_01_01 > .text01{
		padding: 0 0 18px;
		margin: -5px 0 20px;
		font-size: 18px;
		line-height: 32px;
		letter-spacing: calc((40/1000)*1em);
	}
}
.contents09 .contents09_01 .contents09_01_01 .contents09_01_01_01 > .text01::before{
	content: '';
	width: 30px;
	height: 30px;
	margin: 2px 10px 0 0;
	background-image: url(../img/about/contents09/item01.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	display: block;
	flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
	.contents09 .contents09_01 .contents09_01_01 .contents09_01_01_01 > .text01::before{
		width: 25px;
		height: 25px;
		margin: 5px 10px 0 0;
	}
}
.contents09 .contents09_01 .contents09_01_01 .contents09_01_01_01 > .text02{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 16px;
	line-height: 38px;
	letter-spacing: calc((20/1000)*1em);
	display: block;
	text-align: justify;
	text-align-last: left;
}
@media only screen and (max-width: 767px){
	.contents09 .contents09_01 .contents09_01_01 .contents09_01_01_01 > .text02{
		font-size: 15px;
		line-height: 30px;
	}
}
.contents09 .contents09_01 .contents09_01_02{
	width: 100%;
	height: auto;
	margin: 0 0 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
@media only screen and (max-width: 767px) {
	.contents09 .contents09_01 .contents09_01_02{
		display: block;
		margin: 0 0 50px;
	}
}
.contents09 .contents09_01 .contents09_01_02 > .photo01{
	width: 370px;
	height: auto;
	margin: 0 90px 0 0;
	display: block;
	flex-shrink: 0;
}
@media only screen and (max-width: 767px){
	.contents09 .contents09_01 .contents09_01_02 > .photo01{
		width: 100%;
		margin: 0;
	}
}
.contents09 .contents09_01 .contents09_01_02 > .photo01 > img{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
}
.contents09 .contents09_01 .contents09_01_02 > table{
	width: 100%;
	height: auto;
	margin: 0;
	table-layout: fixed;
	text-align: left;
}
@media only screen and (max-width: 767px){
	.contents09 .contents09_01 .contents09_01_02 > table{
		margin-top: 30px;
	}
}
.contents09 .contents09_01 .contents09_01_02 > table tr{
}
.contents09 .contents09_01 .contents09_01_02 > table tr th{
	width: 137px;
	height: auto;
	padding: 11px 0;
	border-bottom: 1px solid #D1C7B6;
	vertical-align: top;
}
@media only screen and (max-width: 767px){
	.contents09 .contents09_01 .contents09_01_02 > table tr th{
		width: 130px;
		padding: 15px 0 20px 0;
	}
}
.contents09 .contents09_01 .contents09_01_02 > table tr:nth-of-type(1) th{
	border-top: 1px solid #D1C7B6;
}
.contents09 .contents09_01 .contents09_01_02 > table tr th > .text01{
	width: auto;
	height: auto;
	font-size: 15px;
	line-height: 38px;
	letter-spacing: calc((20/1000)*1em);
	color: #8C744B;
	display: inline;
}
@media only screen and (max-width: 767px){
	.contents09 .contents09_01 .contents09_01_02 > table tr th > .text01{
		font-size: 14px;
		line-height: 26px;
		padding: 15px 0 20px 0;
	}
}
.contents09 .contents09_01 .contents09_01_02 > table tr td{
	width: auto;
	height: auto;
	padding: 11px 0;
	border-bottom: 1px solid #D1C7B6;
	font-size: 15px;
	line-height: 38px;
	letter-spacing: calc((20/1000)*1em);
	vertical-align: top;
}
@media only screen and (max-width: 767px){
	.contents09 .contents09_01 .contents09_01_02 > table tr td{
		font-size: 14px;
		line-height: 26px;
		padding: 15px 0 20px 0;
	}
}
.contents09 .contents09_01 .contents09_01_02 > table tr:nth-of-type(1) td{
	border-top: 1px solid #D1C7B6;

}
.contents09 .contents09_01 .contents09_01_04{
	width: 700px;
	height: auto;
	padding: 26px 0;
	margin: 0;
	background: linear-gradient(160deg, #8C744B 0%, #B99F73 50%, #8C744B 100%);
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
}
@media only screen and (max-width: 767px) {
	.contents09 .contents09_01 .contents09_01_04{
		width: 100%;
		max-width: 320px;
		padding: 30px 20px;
	}
}
.contents09 .contents09_01 .contents09_01_04 > .text01{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 16px;
	line-height: 38px;
	letter-spacing: calc((20/1000)*1em);
	color: #ffffff;
	display: block;
	text-align: center;
}
@media only screen and (max-width: 767px){
	.contents09 .contents09_01 .contents09_01_04 > .text01{
		font-size: 15px;
		line-height: 30px;
		text-align: left;
	}
}
/*.contents09ここまで*/

/*.contents010ここから*/
.contents010{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.contents010 .contents010_01{
	width: 100%;
	min-width: 1280px;
	height: auto;
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 100;
}
@media only screen and (max-width: 767px){
	.contents010 .contents010_01{
		min-width: 320px;
	}
}
.contents010 .contents010_01 .contents010_01_01{
	width: 100%;
	height: 100%;
	padding: 90px 0;
	margin: 0 auto;
	display: block;
	overflow-y: scroll;
}
@media only screen and (max-width: 767px){
	.contents010 .contents010_01 .contents010_01_01{
		padding: 50px 0;
	}
}
.contents010 .contents010_01 .contents010_01_01 .contents010_01_01_01{
	width: 980px;
	height: auto;
	padding: 85px 0 79px;
	margin: 0 auto;
	background-color: #ffffff;
	display: block;
	position: relative;
	z-index: 1;
}
@media only screen and (max-width: 767px){
	.contents010 .contents010_01 .contents010_01_01 .contents010_01_01_01{
		width: 90%;
		max-width: 335px;
		padding: 25px 20px 45px;
	}
}
.contents010 .contents010_01 .contents010_01_01 .contents010_01_01_01 .popup-close-btn{
	width: 30px;
	height: 30px;
	z-index: 10;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	position: absolute;
	top: -45px;
	bottom: auto;
	left: auto;
	right: 0;
	margin: auto;
}
@media only screen and (max-width: 767px){
	.contents010 .contents010_01 .contents010_01_01 .contents010_01_01_01 .popup-close-btn{
		width: 20px;
		height: 20px;
		top: -25px;
		right: 0;
	}
}
.contents010 .contents010_01 .contents010_01_01 .contents010_01_01_01 .popup-close-btn .line-bar{
	width: 30px;
	height: 1px;
	background-color: #ffffff;
	position: relative;
	margin: 0;
	transform: rotate(135deg);
	display: block;
}
@media only screen and (max-width: 767px){
	.contents010 .contents010_01 .contents010_01_01 .contents010_01_01_01 .popup-close-btn .line-bar{
		width: 20px;
	}
}
.contents010 .contents010_01 .contents010_01_01 .contents010_01_01_01 .popup-close-btn .line-bar::before{
	content: "";
	display: block;
	background-color: #ffffff;
	position: absolute;
	width: 100%;
	height: 1px;
	transform: rotate(90deg);
	top: 0;
}
.contents010 .contents010_01 .contents010_01_01 .contents010_01_01_01 .contents010_01_01_01_01{
	width: 800px;
	height: auto;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
}
@media only screen and (max-width: 767px){
	.contents010 .contents010_01 .contents010_01_01 .contents010_01_01_01 .contents010_01_01_01_01{
		width: 100%;
	}
}
.contents010 .contents010_01 .contents010_01_01 .contents010_01_01_01 .contents010_01_01_01_01 > .text01{
	width: auto;
	height: auto;
	margin: 0 0 30px;
	font-size: 26px;
	line-height: 36px;
	letter-spacing: calc((40/1000)*1em);
	display: block;
}
@media only screen and (max-width: 767px){
	.contents010 .contents010_01 .contents010_01_01 .contents010_01_01_01 .contents010_01_01_01_01 > .text01{
		margin: 0 0 30px;
		font-size: 20px;
		line-height: 28px;
		text-align: center;
	}
}
.contents010 .contents010_01 .contents010_01_01 .contents010_01_01_01 .contents010_01_01_01_01 > .photo01{
	width: 450px;
	height: auto;
	margin: 0 0 30px;
	display: block;
}
@media only screen and (max-width: 767px){
	.contents010 .contents010_01 .contents010_01_01 .contents010_01_01_01 .contents010_01_01_01_01 > .photo01{
		width: 100%;
	}
}
.contents010 .contents010_01 .contents010_01_01 .contents010_01_01_01 .contents010_01_01_01_01 > .photo01 img{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
}
.contents010 .contents010_01 .contents010_01_01 .contents010_01_01_01 .contents010_01_01_01_01 > .text02{
	width: auto;
	height: auto;
	margin: 0 0 40px;
	font-size: 16px;
	line-height: 38px;
	letter-spacing: calc((20/1000)*1em);
	display: block;
}
@media only screen and (max-width: 767px){
	.contents010 .contents010_01 .contents010_01_01 .contents010_01_01_01 .contents010_01_01_01_01 > .text02{
		margin: 0 0 35px;
		font-size: 15px;
		line-height: 30px;
	}
}
.contents010 .contents010_01 .contents010_01_01 .contents010_01_01_01 .contents010_01_01_01_01 > .text03{
	width: auto;
	height: auto;
	margin: 0 0 27px;
	font-size: 16px;
	line-height: 38px;
	letter-spacing: calc((20/1000)*1em);
	display: block;
	text-align: center;
}
@media only screen and (max-width: 767px){
	.contents010 .contents010_01 .contents010_01_01 .contents010_01_01_01 .contents010_01_01_01_01 > .text03{
		margin: 0 0 35px;
		font-size: 15px;
		line-height: 30px;
		text-align: left;
	}
}
.contents010 .contents010_01 .contents010_01_01 .contents010_01_01_01 .contents010_01_01_01_01 .contents010_01_01_01_01_01{
	width: 100%;
	height: auto;
	padding: 43px 75px 50px;
	margin: 0 0 35px;
	background-color: #F8F8F8;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
@media only screen and (max-width: 767px) {
	.contents010 .contents010_01 .contents010_01_01 .contents010_01_01_01 .contents010_01_01_01_01 .contents010_01_01_01_01_01{
		padding: 30px 20px;
	}
}
.contents010 .contents010_01 .contents010_01_01 .contents010_01_01_01 .contents010_01_01_01_01 .contents010_01_01_01_01_01 > table{
	width: 100%;
	height: auto;
	margin: 0;
	table-layout: fixed;
	text-align: left;
}
.contents010 .contents010_01 .contents010_01_01 .contents010_01_01_01 .contents010_01_01_01_01 .contents010_01_01_01_01_01 > table tr{
}
.contents010 .contents010_01 .contents010_01_01 .contents010_01_01_01 .contents010_01_01_01_01 .contents010_01_01_01_01_01 > table tr th{
	width: 40px;
	height: auto;
	padding: 13px 0;
	font-size: 18px;
	line-height: 30px;
	letter-spacing: calc((20/1000)*1em);
	color: #8C744B;
	border-bottom: 1px solid #8C744B;
	vertical-align: top;
}
@media only screen and (max-width: 767px){
	.contents010 .contents010_01 .contents010_01_01 .contents010_01_01_01 .contents010_01_01_01_01 .contents010_01_01_01_01_01 > table tr th{
		width: 36px;
		padding: 20px 0;
	}
}
.contents010 .contents010_01 .contents010_01_01 .contents010_01_01_01 .contents010_01_01_01_01 .contents010_01_01_01_01_01 > table tr:nth-of-type(1) th{
	padding-top: 0;
}
.contents010 .contents010_01 .contents010_01_01 .contents010_01_01_01 .contents010_01_01_01_01 .contents010_01_01_01_01_01 > table tr td{
	width: auto;
	height: auto;
	padding: 13px 0;
	border-bottom: 1px solid #8C744B;
	font-size: 15px;
	line-height: 30px;
	letter-spacing: calc((20/1000)*1em);
	vertical-align: top;
}
@media only screen and (max-width: 767px){
	.contents010 .contents010_01 .contents010_01_01 .contents010_01_01_01 .contents010_01_01_01_01 .contents010_01_01_01_01_01 > table tr td{
		padding: 20px 0;
	}
}
.contents010 .contents010_01 .contents010_01_01 .contents010_01_01_01 .contents010_01_01_01_01 .contents010_01_01_01_01_01 > table tr:nth-of-type(1) td{
	padding-top: 0;
}
.contents010 .contents010_01 .contents010_01_01 .contents010_01_01_01 .contents010_01_01_01_01 > .text04{
	width: auto;
	height: auto;
	margin: 0 0 33px;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: calc((20/1000)*1em);
	display: block;
}
@media only screen and (max-width: 767px){
	.contents010 .contents010_01 .contents010_01_01 .contents010_01_01_01 .contents010_01_01_01_01 > .text04{
		font-size: 15px;
		line-height: 30px;
	}
}
.contents010 .contents010_01 .contents010_01_01 .contents010_01_01_01 .contents010_01_01_01_01 .contents010_01_01_01_02{
	width: 770px;
	height: auto;
	padding: 36px 60px;
	margin: 0 0 32px;
	background-color: #ffffff;
	border: 2px solid #DAD3C6;
	display: block;
}
@media only screen and (max-width: 767px){
	.contents010 .contents010_01 .contents010_01_01 .contents010_01_01_01 .contents010_01_01_01_01 .contents010_01_01_01_02{
		width: 100%;
		padding: 35px 20px;
		margin: 0 0 30px;
	}
}
.contents010 .contents010_01 .contents010_01_01 .contents010_01_01_01 .contents010_01_01_01_01 .contents010_01_01_01_02 > table{
	width: 100%;
	height: auto;
	margin: 0;
	table-layout: fixed;
	text-align: left;
}
.contents010 .contents010_01 .contents010_01_01 .contents010_01_01_01 .contents010_01_01_01_01 .contents010_01_01_01_02 > table tr{
}
.contents010 .contents010_01 .contents010_01_01 .contents010_01_01_01 .contents010_01_01_01_01 .contents010_01_01_01_02 > table tr th{
	width: 110px;
	height: auto;
	padding: 14px 0;
	border-bottom: 1px dotted #8C744B;
	vertical-align: top;
}
@media only screen and (max-width: 767px){
	.contents010 .contents010_01 .contents010_01_01 .contents010_01_01_01 .contents010_01_01_01_01 .contents010_01_01_01_02 > table tr th{
		width: 100%;
		display: block;
		border-bottom: initial;
		padding: 0;
		margin-top: 25px;
	}
}
.contents010 .contents010_01 .contents010_01_01 .contents010_01_01_01 .contents010_01_01_01_01 .contents010_01_01_01_02 > table tr:nth-of-type(1) th{
	padding-top: 0;
}
@media only screen and (max-width: 767px){
	.contents010 .contents010_01 .contents010_01_01 .contents010_01_01_01 .contents010_01_01_01_01 .contents010_01_01_01_02 > table tr:nth-of-type(1) th{
		margin-top: 0;
	}
}
.contents010 .contents010_01 .contents010_01_01 .contents010_01_01_01 .contents010_01_01_01_01 .contents010_01_01_01_02 > table tr:last-of-type th{
	padding-bottom: 0;
	border-bottom: 0;
}
.contents010 .contents010_01 .contents010_01_01 .contents010_01_01_01 .contents010_01_01_01_01 .contents010_01_01_01_02 > table tr th > .text01{
	width: auto;
	height: auto;
	font-size: 16px;
	line-height: 30px;
	letter-spacing: calc((20/1000)*1em);
	display: inline;
}
@media only screen and (max-width: 767px){
	.contents010 .contents010_01 .contents010_01_01 .contents010_01_01_01 .contents010_01_01_01_01 .contents010_01_01_01_02 > table tr th > .text01{
	}
}
.contents010 .contents010_01 .contents010_01_01 .contents010_01_01_01 .contents010_01_01_01_01 .contents010_01_01_01_02 > table tr th > .text01::before{
	content: '';
	width: 14px;
	height: 14px;
	margin: 9px 11px 0 0;
	background-image: url(../img/about/contents010/item01.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	display: inline-block;
	vertical-align: top;
}
.contents010 .contents010_01 .contents010_01_01 .contents010_01_01_01 .contents010_01_01_01_01 .contents010_01_01_01_02 > table tr td{
	width: auto;
	height: auto;
	padding: 14px 0;
	font-size: 16px;
	line-height: 30px;
	letter-spacing: calc((20/1000)*1em);
	border-bottom: 1px dotted #8C744B;
	vertical-align: top;
}
@media only screen and (max-width: 767px){
	.contents010 .contents010_01 .contents010_01_01 .contents010_01_01_01 .contents010_01_01_01_01 .contents010_01_01_01_02 > table tr td{
		width: 100%;
		display: block;
		padding: 0px 0 25px;
	}
}
.contents010 .contents010_01 .contents010_01_01 .contents010_01_01_01 .contents010_01_01_01_01 .contents010_01_01_01_02 > table tr:nth-of-type(1) td{
	padding-top: 0;
}
.contents010 .contents010_01 .contents010_01_01 .contents010_01_01_01 .contents010_01_01_01_01 .contents010_01_01_01_02 > table tr:last-of-type td{
	padding-bottom: 0;
	border-bottom: 0;
}
.contents010 .contents010_01 .contents010_01_01 .contents010_01_01_01 .contents010_01_01_01_01 > .text05{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 16px;
	line-height: 38px;
	letter-spacing: calc((20/1000)*1em);
	display: block;
	text-align: center;
}
@media only screen and (max-width: 767px){
	.contents010 .contents010_01 .contents010_01_01 .contents010_01_01_01 .contents010_01_01_01_01 > .text05{
		font-size: 15px;
		line-height: 30px;
		text-align: left;
	}
}
.contents010 .contents010_01 .contents010_01_02{
	width: 100%;
	height: 100%;
	background-color: rgba( 16, 16, 16, .8);
	display: block;
	cursor: pointer;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 0;
	margin: auto;
}
/*.contents010ここまで*/