@charset "utf-8";
.eye{
	background-image: url(../img/news/eye01.jpg);
}
@media only screen and (max-width: 767px){
	.eye{
		background-image: none;
	}
	.eye .eye_inner{
		background-image: url(../img/news/eye01_sp.jpg);
	}
	.eye .eye02 {
		background-image: url(../img/news/eye02_sp.jpg);
	}
}
.eye .eye_inner h2{
	margin-bottom: 0;
}

.main_box{
	width: 1080px;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin: 0 auto;
	padding-top: 100px;
	padding-bottom: 138px;
}
@media only screen and (max-width: 767px){
	.main_box{
		width: 90%;
		display: block;
		margin: 0 auto;
		padding-top: 37px;
		padding-bottom: 50px;
	}
}

.left{
	width: 730px;
	height: auto;
	display: block;
	flex-shrink: 0;
}
@media only screen and (max-width: 767px){
	.left{
		width: 100%;
		flex-shrink: initial;
	}
}


/*.contents01ここから*/
.left .contents01{
	width: 100%;
	height: auto;
	display: block;
}
.left .contents01 .contents01_01{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
	.left .contents01 .contents01_01{
		width: 90%;
		max-width: 320px;
		justify-content: flex-start;
		flex-wrap: nowrap;
		flex-direction: column;
	}
}
.left .contents01 .contents01_01 ul{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-content: flex-start;
	flex-wrap: wrap;
	gap: 48px 66px;
	flex-shrink: 0;
}
.left .contents01 .contents01_01 ul li{
	width: 332px;
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-content: flex-start;
	flex-direction: column;
}
.left .contents01 .contents01_01 ul li img{
	width: 100%;
	height: auto;
	display: block;
}
.left .contents01 .contents01_01 ul li .img{
	width: 100%;
	height: 228.4px;
	background-color: #F2F2F2;
	display: block;
	background-image: url(../img/common/logo01.png);
	background-repeat: no-repeat;
	background-size: 150px auto;
	background-position: center;
}
.left .contents01 .contents01_01 ul li p{
	width: auto;
	height: auto;
	margin: 10px 0 0 0;
	display: flex;
	justify-content: flex-start;
	align-content: flex-start;
}
.left .contents01 .contents01_01 ul li p a{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 16px;
	line-height: 26px;
	display: block;
}
.left .contents01 .contents01_01 ul li h2{
	width: auto;
	height: auto;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-content: flex-start;
}
.left .contents01 .contents01_01 ul li h2 a{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 18px;
	line-height: 30px;
	display: block;
}
@media only screen and (max-width: 767px){
	.left .contents01 .contents01_01 ul li h2 a{
		font-size: 17px;
		line-height: 27px;
	}
}
/*.contents01ここまで*/