@charset "utf-8";
.eyecatch_inc.short .eyecatch_inc02 .eye_img{
	background-image: url(../img/rec_info/eye01.jpg);
}
@media only screen and (max-width: 767px) {
	.eyecatch_inc.short .eyecatch_inc02 .eye_img{
		background-image: url(../img/rec_info/eye01_sp.jpg);
	}
}

/*.contents01ここから*/
.contents01{
	width: 100%;
	height: auto;
	display: block;
}
.contents01 .contents01_01{
	width: 100%;
	height: auto;
	padding: 80px 0 100px;
	margin: 0 auto;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01{
		width: 90%;
		max-width: 320px;
		padding: 45px 0 70px;
	}
}
.contents01 .contents01_01 h3 {
	width: 100%;
	height: auto;
	margin: 0 auto 30px;
	font-size: 32px;
	line-height: 56px;
	display: block;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 h3{
		margin: 0 auto 17px;
		font-size: 22px;
		line-height: 32px;
	}
}
.contents01 .contents01_01 .text01{
	width: 100%;
	height: auto;
	margin: 0 auto 60px;
	font-size: 15px;
	line-height: 28px;
	letter-spacing: 0.05em;
	display: block;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .text01{
		margin: 0 auto 40px;
		font-size: 14px;
		line-height: 25px;
		text-align: left;
	}
}


.contents01 .contents01_02{
	width: 1000px;
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	margin: 0 auto;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_02{
		width: 100%;
		max-width: 320px;
		flex-direction: column;
	}
}
.contents01 .contents01_02 .contents01_02_01{
	width: 450px;
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	margin-top: 50px;
	margin-right: 100px;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_02 .contents01_02_01{
		width: 100%;
		margin-right: 0;
		margin-top: 45px;
	}
}
.contents01 .contents01_02 .contents01_02_01:nth-of-type(-n+2){
	margin-top: 0;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_02 .contents01_02_01:first-of-type{
		margin-top: 0;
	}
	.contents01 .contents01_02 .contents01_02_01:nth-of-type(2){
		margin-top: 50px;
	}
}
.contents01 .contents01_02 .contents01_02_01:nth-of-type(2n){
	margin-right: 0;
}
.contents01 .contents01_02 .contents01_02_01 .img01{
	width: 100%;
	height: auto;
	display: block;
	margin-bottom: 15px;
}
.contents01 .contents01_02 .contents01_02_01 .contents01_02_01_01{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.contents01 .contents01_02 .contents01_02_01 .contents01_02_01_01 .arrow{
	width: 28px;
	height: auto;
	display: block;
	margin-right: 15px;
}
.contents01 .contents01_02 .contents01_02_01 .contents01_02_01_01 .contents01_02_01_01_01{
	width: auto;
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
.contents01 .contents01_02 .contents01_02_01 .contents01_02_01_01 .contents01_02_01_01_01 .text02{
	font-size: 22px;
	line-height: 28px;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_02 .contents01_02_01 .contents01_02_01_01 .contents01_02_01_01_01 .text02{
		font-size: 18px;
		line-height: 28px;
	}
}
.contents01 .contents01_02 .contents01_02_01 .contents01_02_01_01 .contents01_02_01_01_01 .text03{
	font-size: 13px;
	line-height: 23px;
	color: #2F9132;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_02 .contents01_02_01 .contents01_02_01_01 .contents01_02_01_01_01 .text03{
		font-size: 12px;
		line-height: 22px;
	}
}
/*contents01ここまで*/


/*contents02ここから*/
.contents02{
	width: 100%;
	height: auto;
	background-color: #F4F8F4;
	padding: 50px 0;
}
.contents02 .contents02_01{
	width: 1180px;
	height: auto;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
@media only screen and (max-width: 767px) {
	.contents02 .contents02_01{
		width: 90%;
		max-width: 320px;
	}
}
.contents02 .contents02_01 h3{
	font-size: 32px;
	line-height: 56px;
	letter-spacing: 0.05em;
	margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
	.contents02 .contents02_01 h3{
		font-size: 25px;
		line-height: 38px;
		letter-spacing: 0;
		margin-bottom: 15px;
	}
}
.contents02 .contents02_01 .text04{
	font-size: 15px;
	line-height: 25px;
	margin-bottom: 26px;
}
@media only screen and (max-width: 767px) {
	.contents02 .contents02_01 .text04{
		font-size: 14px;
		line-height: 25px;
		margin-bottom: 15px;
	}
}
.contents02 .contents02_01 .iframe{
	width: 722px;
	height: 401px;
	margin: 0 auto;
	position: relative;
}
@media only screen and (max-width: 767px) {
	.contents02 .contents02_01 .iframe{
		width: 100%;
		height: 177px;
	}
}
.contents02 .contents02_01 .iframe iframe{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
/*contents02ここまで*/

/*contents03ここまで*/
.contents03{
	width: 1180px;
	height: auto;
	margin: 0 auto;
	padding: 70px 0 94px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
@media only screen and (max-width: 767px) {
	.contents03{
		width: 90%;
		max-width: 320px;
		padding: 50px 0 60px;
	}
}
.contents03 .text05{
	font-size: 32px;
	line-height: 56px;
	letter-spacing: 0.05em;
	margin-bottom: 16px;
}
@media only screen and (max-width: 767px) {
	.contents03 .text05{
		font-size: 25px;
		line-height: 38px;
		margin-bottom: 15px;
	}
}
.contents03 .text06{
	font-size: 15px;
	line-height: 25px;
	margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
	.contents03 .text06{
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 25px;
	}
}
.contents03 .contents03_01{
	/* width: 657px; */
	width: auto;
	height: auto;
	display: flex;
	/* justify-content: space-between; */
	justify-content: center;
	align-items: center;
	margin: 0 auto;
}
@media only screen and (max-width: 767px) {
	.contents03 .contents03_01{
		width: 90%;
		flex-direction: column;
	}
}
.contents03 .contents03_01 a{
	width: 312px;
	height: auto;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents03 .contents03_01 a{
		width: 271px;
	}
	.contents03 .contents03_01 a:first-of-type{
		margin-bottom: 20px;
	}
}
.contents03 .contents03_01 a img{
	width: 100%;
	height: auto;
	display: block;
}
/*contents03ここまで*/

