@charset "utf-8";
.eye{
	width: 100%;
	height: 322px;
	display: block;
	background-image: url(../img/product/eye01.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media only screen and (max-width: 767px){
	.eye{
		width: 100%;
		height: 220px;
		background-image: url(../img/product/eye01_sp.jpg);
	}
}
.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: #fff;
}
@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;
}
@media only screen and (max-width: 767px){
	.eye .eye_inner h2 span{
		font-size: 16px;
	}
}
.contents01{
	width: 100%;
	height: auto;
}
.contents01 .contents00{
	width: 1080px;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 100px 0 120px;
	margin: 0 auto;
}
@media only screen and (max-width: 767px){
	.contents01 .contents00{
		width: 90%;
		max-width: 335px;
		display: block;
		padding: 60px 0 60px;
		margin: 0 auto;
	}
}
.contents01 .contents00 aside{
	width: 352px;
	height: auto;
	background-color: #F2F1F7;
	border-radius: 10px;
	padding: 30px 0;
}
.contents01 .contents00 aside ul{
	width: 100%;
	height: auto;
	display: block;
}
.contents01 .contents00 aside ul li{
	width: auto;
	height: auto;
	margin-top: 20px;
}
.contents01 .contents00 aside ul li:first-of-type{
	margin-top: 0;
}
.contents01 .contents00 aside ul li a{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 0 30px;

}
.contents01 .contents00 aside ul li a .img_wrap{
	width: 120px;
	height: auto;
	display: block;
	border-radius: 5px;
	position: relative;
	flex-shrink: 0;
	overflow: hidden;
}
.contents01 .contents00 aside ul li a .img_wrap::after{
	content:'';
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(14, 52, 140, 0.7);
	position: absolute;
	top: 0;
	bottom: 0;
	left:0;
	right: 0;
	margin: auto;
	opacity: 0;
}
.contents01 .contents00 aside ul li a:hover .img_wrap::after{
	opacity: 1;
	transition: all .3s;
}
.contents01 .contents00 aside ul li a .img_wrap .img01{
	width: 100%;
	height: auto;
	display: block;
}
.contents01 .contents00 aside ul li a .arrow{
	width: 20px;
	height: auto;
	display: block;
	margin: 0 8px 0 18px;
}
.contents01 .contents00 aside ul li a .sub_title{
	font-size: 15px;
	line-height: 20px;
	letter-spacing: 0.05em;
	transition: all .7s;
}
.contents01 .contents00 aside ul li a:hover .sub_title{
	color: #0E348C;
	border-bottom: 1px solid #0E348C;
	border-bottom: 1px solid #0E348C;
	transition: all .7s;
}
.contents01 .contents00 aside ul li.current-post{
	position: relative;
}
.contents01 .contents00 aside ul li.current-post::after{
	content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 30px solid #F2F1F7; /* ← 色と向き */
    margin-left: 5px; /* テキストとの間隔 */
    position: absolute;
    right: -17px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.contents01 .contents00 aside ul li.current-post a .img_wrap .img01{
	width: 100%;
	height: auto;
	display: block;
}
.contents01 .contents00 aside ul li.current-post a .img_wrap::after{
	content:'';
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(14, 52, 140, 0.7);
	position: absolute;
	top: 0;
	bottom: 0;
	left:0;
	right: 0;
	margin: auto;
	opacity: 1;
}
.contents01 .contents00 aside ul li.current-post .sub_title{
	color: #0E348C;
	border-bottom: 1px solid #0E348C;
}
.contents01 .contents00 .contents01_01{
	width: 650px;
	height: auto;
	display: block;
	margin: 0 auto;
	position: relative;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents00 .contents01_01{
		width: 100%;
	}
}
.contents01 .contents01_01 .contents01_01_01{
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.contents01 .contents01_01 .contents01_01_01 .img01{
	width: 100%;
	height: auto;
	display: block;
	margin-bottom: 30px;
	border-radius: 25px;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .contents01_01_01 .img01{
		margin-bottom: 15px;
	}
}
.contents01 .contents01_01 .contents01_01_01 h2{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	font-size: 26px;
	line-height: 34px;
	letter-spacing: 0.05em;
	margin-bottom: 20px;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .contents01_01_01 h2{
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 10px;
	}
}
.contents01 .contents01_01 .contents01_01_01 p{
	font-size: 15px;
	line-height: 28px;
	letter-spacing: 0.02em;
}
/*.contents01ここまで*/ 

/*singlepaginationここから*/
.s-pagenavi{
	width: 368px;
	height: auto;
	margin: 50px auto 0;
	display: flex;
	justify-content: center;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.s-pagenavi{
		width: 90%;
		max-width: 320px;
		margin: 30px auto 0;
	}
}
.s-pagenavi .s-pagenavi_01,
.s-pagenavi .s-pagenavi_03{
	width: 25%;
	height: auto;
	display: block;
}
@media only screen and (max-width: 767px) {
	.s-pagenavi .s-pagenavi_01,
	.s-pagenavi .s-pagenavi_03{
		width: 30%;
	}
}
.s-pagenavi .s-pagenavi_02{
	width: 50%;
	height: auto;
	display: block;
}
@media only screen and (max-width: 767px) {
	.s-pagenavi .s-pagenavi_02{
		width: auto;
	}
}
.s-pagenavi .s-pagenavi_01{
	text-align: left;
}
.s-pagenavi .s-pagenavi_02{
	text-align: center;
}
.s-pagenavi .s-pagenavi_03{
	text-align: right;
}
.s-pagenavi .s-pagenavi_01 a,
.s-pagenavi .s-pagenavi_02 a,
.s-pagenavi .s-pagenavi_03 a{
	box-sizing: border-box;
	width: auto;
	height: 37px;
	display: inline-block;
	padding: 0 26px;
	margin: 0;
	font-size: 15px;
	line-height: 37px;
	text-align: center;
}
.s-pagenavi .s-pagenavi_02 a{
	display: flex;
	justify-content: center;
	align-items: center;
}
.s-pagenavi .s-pagenavi_02 a img{
	width: 28px;
	height: auto;
	margin-left: 15px;
}
/*singlepaginationここまで*/