@charset "utf-8";
.eyecatch_inc .eyecatch_inc01 .eye_img{
	background-color: #104EA3;
}
/*.contents01ここから*/
.contents01{
	width: 100%;
	height: auto;
	display: block;
}
.contents01 .contents01_01{
	width: 118.0rem;
	height: auto;
	min-height: calc(100vh - (.0rem));
	min-height: calc((var(--vh, 1vh) * 100) - 51.1rem);
	padding: 7.6rem 0;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01{
		width: 90%;
		min-height: calc((var(--vh, 1vh) * 100) - 35.1rem);
		padding: 4.4rem 0;
	}
}
.contents01 .contents01_01 .contents01_01_01{
	width: 100%;
	height: auto;
	margin: 0 0 6.5rem;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.contents01 .contents01_01 .contents01_01_01 ul{
	width: 112.0rem;
	height: auto;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 1.7rem;
	margin: 0 auto 0;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .contents01_01_01 ul{
		width: 100%;
		height: auto;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		gap: 1.7rem;
	}
}
.contents01 .contents01_01 .contents01_01_01 ul li{
	width: 100%;
	height: auto;
}
.contents01 .contents01_01 .contents01_01_01 ul li a{
	width: 100%;
	height: auto;
	padding: 2.6rem 4.6rem 2.6rem 4.0rem;
	background-color: #fff;
	border-radius: 1.0rem;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .contents01_01_01 ul li a{
		padding: 1.7rem 2.0rem;
		flex-direction: column;
	}
}
.contents01 .contents01_01 .contents01_01_01 ul li a:hover{
	background-color: #00912D;
	transition: all .3s;
}
.contents01 .contents01_01 .contents01_01_01 ul li a .date{
	width: 13.0rem;
	font-size: 1.4rem;
	line-height: 2.4rem;
	letter-spacing: calc((50/1000)*1em);
	flex-shrink: 0;
	margin-top: .2rem;
	color: #00912D;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .contents01_01_01 ul li a .date{
		width: 100%;
		font-size: 1.2rem;
		line-height: 2.4rem;
		letter-spacing: calc((50/1000)*1em);
		flex-shrink: 0;
		margin-top: 0;
	}
}
.contents01 .contents01_01 .contents01_01_01 ul li a h4{
	font-size: 1.5rem;
	line-height: 2.4rem;
	letter-spacing: calc((50/1000)*1em);
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .contents01_01_01 ul li a h4{
		font-size: 1.4rem;
		line-height: 2.4rem;
	}
}
.contents01 .contents01_01 .contents01_01_01 ul li a .arrow{
	width: 1.5rem;
	height: 1.3rem;
	display: block;
	margin-left: auto;
	position: relative;
}
.contents01 .contents01_01 .contents01_01_01 ul li a .arrow img{
	width: 100%;
	height: auto;
	display: block;
	position: absolute;
	top: .8rem;
	left: 0;
	transition: all .3s;
}
.contents01 .contents01_01 .contents01_01_01 ul li a .arrow img.arrow02{
	opacity: 0;
	transition: all .3s;
}
.contents01 .contents01_01 .contents01_01_01 ul li a:hover .arrow img.arrow{
	opacity: 0;
	transition: all .3s;
}
.contents01 .contents01_01 .contents01_01_01 ul li a:hover .arrow img.arrow02{
	opacity: 1;
	transition: all .3s;
}
.contents01 .contents01_01 .contents01_01_01 ul li a:hover .date,
.contents01 .contents01_01 .contents01_01_01 ul li a:hover h4{
	color: #fff;
	transition: all .3s;
}
/*.contents01ここまで*/

