@charset "utf-8";
.main{
	width: 100%;
	height: auto;
	display: block;
	overflow: hidden;
}
.eye{
	width: 100%;
	height: 200px;
	display: block;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media only screen and (max-width: 767px){
	.eye{
		width: 100%;
		height: 140px;
	}
}
.eye .eye_inner{
	width: 1080px;
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 0 auto;
}
@media only screen and (max-width: 767px){
	.eye .eye_inner{
		width: 90%;
	}
}
.eye .eye_inner h2{
	font-size: 36px;
	line-height: 42px;
	letter-spacing: 0.05em;
	color: #0E348C;
}
@media only screen and (max-width: 767px){
	.eye .eye_inner h2{
		font-size: 32px;
	}
}
.eye .eye_inner h2 span{
	font-size: 18px;
	line-height: 34px;
	letter-spacing: 0.05em;
	color: #7970AD;
}
@media only screen and (max-width: 767px){
	.eye .eye_inner h2 span{
		font-size: 16px;
	}
}

/*.contents01ここから*/
.contents01{
	width: 100%;
	height: auto;
}
@media only screen and (max-width: 767px){
	.contents01{
	}
}
.contents01 .contents01_01{
	width: 1080px;
	height: auto;
	display: block;
	margin: 0 auto;
	padding: 100px 0 120px;
	position: relative;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01{
		width: 90%;
		max-width: 335px;
		padding: 107px 0 60px;
	}
}
.contents01 .contents01_01 .bg_title{
	width: 1055px;
	height: auto;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .bg_title{
		width: 836px;
		top: 30px;
		left: -13px;
	}
}
.contents01 .contents01_01 .text{
	width: 100%;
	height: auto;
	margin: -20px auto 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	text-align: left;
}
.contents01 .contents01_01 .text p{
	width: auto;
	height: auto;
	margin: 0 0 25px;
	font-size: 16px;
	line-height: 28px;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .text p{
		margin: 0 0 22px;
		font-size: 14px;
		line-height: 26px;
	}
}
.contents01 .contents01_01 .text p span{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 20px;
	line-height: 28px;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .text p span{
		font-size: 16px;
		line-height: 27px;
	}
}
.contents01 .contents01_01 .text p:last-child{
	margin-bottom: 0;
}
/*.contents01ここまで*/