@charset "utf-8";
.eyecatch_inc.en_i_partners {
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.eyecatch_inc.en_i_partners .eyecatch_inc01 {
	width: 100%;
	height: auto;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: block;
	background-image: url(../img/i_partners/eye02.jpg);
}
.eyecatch_inc.en_i_partners .eyecatch_inc01 .eyecatch_inc01_01 {
}
.eyecatch_inc.en_i_partners .eyecatch_inc01 .eyecatch_inc01_01 h2 {
	width: 933px;
	height: auto;
	margin: 0 auto;
	display: block;
}
@media only screen and (max-width: 767px){
	.eyecatch_inc.en_i_partners .eyecatch_inc01 .eyecatch_inc01_01 h2 {
		width: 100%;
	}
}
.eyecatch_inc.en_i_partners .eyecatch_inc01 .eyecatch_inc01_01 h2 img {
	display: block;
	width: 100%;
	height: auto;
}

.con01 {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
}
.con01 .con01_01 {
	width: 1140px;
	height: auto;
	margin: 0 auto;
	padding: 50px 0 100px;
}
@media only screen and (max-width: 767px){
	.con01 .con01_01 {
		width: 90%;
		max-width: 320px;
	}
}
.con01 .con01_01 ul {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: wrap;
}
.con01 .con01_01 ul li {
	width: calc((100% - 30px * 2) / 3 );
	height: auto;
	margin: 30px 30px 0 0;
	border: 1px solid #dddddd;
	border-radius: 6px;
	box-shadow: 0 6px 4px -3px rgba(0,0,0,0.3);
}
.con01 .con01_01 ul li:nth-of-type(-n+3) {
	margin-top: 0;
}
.con01 .con01_01 ul li:nth-of-type(3n) {
	margin-right: 0;
}
@media only screen and (max-width: 767px){
	.con01 .con01_01 ul li {
		width: 100%;
		margin: 30px auto 0;
	}
	.con01 .con01_01 ul li:nth-of-type(-n+3) {
		margin: 30px auto 0;
	}
	.con01 .con01_01 ul li:nth-of-type(3n) {
		margin: 30px auto 0;
	}
	.con01 .con01_01 ul li:nth-of-type(1) {
		margin: 0 auto;
	}
}
.con01 .con01_01 ul li .link01 {
	display: block;
	width: 100%;
	height: auto;
	border-bottom: 1px solid #dddddd;

}
.con01 .con01_01 ul li.no_link .link01 {
	pointer-events: none;
}
.con01 .con01_01 ul li .link01 img {
	display: block;
	width: 100%;
	height: auto;
}
.con01 .con01_01 ul li .con01_01_01 {
	width: 100%;
	height: auto;
	padding: 15px;
	/* border-bottom: 1px solid #dddddd; */
	display: flex;
	justify-content: center;
	align-content: center;
	flex-direction: column;
}
.con01 .con01_01 ul li.no_text .con01_01_01 {
	border: none;
}
.con01 .con01_01 ul li .text01 {
	margin: 0 auto;
    font-size: 25px;
	line-height: 33px;
    text-align: center;
	word-break: keep-all;
}
@media only screen and (max-width: 767px){
	.con01 .con01_01 ul li .text01 {
		font-size: 20px;
		line-height: 28px;
	}
}
.con01 .con01_01 ul li .text02 {
	margin: 5px auto 0;
	font-size: 20px;
	line-height: 28px;
    text-align: center;
	word-break: keep-all;
}
@media only screen and (max-width: 767px){
	.con01 .con01_01 ul li .text02 {
		font-size: 17px;
		line-height: 25px;
	}
}
.con01 .con01_01 ul li .text03 {
	display: none;
	width: 100%;
	height: auto;
	padding: 10px 15px;
}
.con01 .con01_01 ul li .text03 p {
	font-size: 15px;
	line-height: 25px;
	word-break: keep-all;
}