@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;
	position: relative;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01{
		width: 90%;
		max-width: 335px;
		padding: 30px 0 60px;
	}
}
.contents01 .contents01_01 .bg_title{
	width: 593px;
	height: auto;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .bg_title{
		width: 470px;
	}
}
.contents01 .contents01_01 .tel_box{
	width: 800px;
	height: auto;
	border: 1px solid #0E348C;
	border-radius: 10px;
	margin: 70px auto 100px;
	padding: 22px 64px;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .tel_box{
		width: 100%;
		flex-direction: column;
		padding: 20px;
		margin: 25px auto 0;
	}
}
.contents01 .contents01_01 .tel_box .text02{
	font-size: 22px;
	line-height: 30px;
	letter-spacing: 0.06em;
	color: #0E348C;
}
.contents01 .contents01_01 .tel_box .line{
	width: 1px;
	height: 100px;
	background-color: #0E348C;
	margin: 0 57px;
	display: block;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .tel_box .line{
		width: 100%;
		height: 1px;
		margin: 20px 0;
	}
}
.contents01 .contents01_01 .tel_box .text03{
	font-size: 12px;
	line-height: 30px;
	letter-spacing: 0.02em;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .tel_box .text03{
		text-align: center;
	}
}
.contents01 .contents01_01 .tel_box a{
	display:block;
	font-size: 36px;
	line-height: 48px;
	letter-spacing: 0.05em;
	color: #0E348C;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .tel_box a{
		display:block;
		font-size: 29px;
		line-height: 39px;
		text-align: center;
	}
}
.contents01 .contents01_01 .tel_box a .span01{
	font-size: 24px;
	line-height: 48px;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .tel_box a .span01{
		font-size: 19px;
		line-height: 39px;
	}
}
.contents01 .contents01_02{
	width: 100%;
	height: auto;
	background-color: #F9F7FB;
	padding: 100px 0 120px;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_02{
		padding: 60px 0 0px;
	}
}
.wpcf7{
	width: 800px;
	background-color: initial;
	padding: 0 ;
}
@media only screen and (max-width: 767px){
	.wpcf7{
		width: 90%;
		max-width: 335px;
		margin: 0 auto;
	}
}
.contents01 .contents01_01_02{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
	flex-grow: 1;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_02{
		width: 100%;
	}
}

.contents01 .contents01_02 h3{
	font-size: 28px;
	line-height: 28px;
	letter-spacing: 0.05em;
	text-align: center;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_02 h3{
		font-size: 26px;
		line-height: 26px;
	}
}
.contents01 .contents01_02 h3 span{
	font-size: 15px;
	line-height: 15px;
	letter-spacing: 0.05em;
	color: #7970AD;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_02 h3 span{
		font-size: 14px;
		line-height: 14px;
	}
}
.contents01 .contents01_02 .line02{
	width: 70px;
	height: 3px;
	background-color: #0E348C;
	margin: 20px auto 80px;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_02 .line02{
		margin: 20px auto 30px;
	}
}
/*.contents01ここまで*/