@charset "utf-8";
.eyecatch_inc.short .eyecatch_inc02 .eye_img{
	background-image: url(../img/business/eye01.jpg);
}
@media only screen and (max-width: 767px) {
	.eyecatch_inc.short .eyecatch_inc02 .eye_img{
		background-image: url(../img/business/eye01_sp.jpg);
	}
}

/*.contents01ここから*/
.contents01{
	width: 100%;
	height: auto;
	display: block;
}
.contents01 .contents01_01{
	width: 1180px;
	height: auto;
	padding: 70px 0 100px;
	margin: 0 auto;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01{
		width: 90%;
		max-width: 320px;
		padding: 45px 0 70px;
	}
}
.contents01 .contents01_01 h2 {
	width: 100%;
	height: auto;
	margin: 0 auto 30px;
	font-size: 32px;
	line-height: 56px;
	display: block;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 h2{
		margin: 0 auto 17px;
		font-size: 22px;
		line-height: 32px;
	}
}
.contents01 .contents01_01 .text01{
	width: 100%;
	height: auto;
	margin: 0 auto 60px;
	font-size: 15px;
	line-height: 28px;
	display: block;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .text01{
		margin: 0 auto 50px;
		font-size: 14px;
		line-height: 25px;
		text-align: left;
	}
}
.contents01 .contents01_01 .contents01_01_01{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .contents01_01_01{
		display: block;
	}
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01{
	width: calc((100% - 70px * 1) / 2 );
	height: auto;
	margin: 52px 70px 0 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: block;
	position: relative;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01{
		width: 100%;
		margin: 42px auto 0;
	}
}
@media only screen and (min-width: 768px){
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01:nth-of-type(-n+2){
		margin-top: 0;
	}
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01:nth-of-type(2n){
		margin-right: 0;
	}
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01:nth-of-type(1){
		margin-top: 0;
	}
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 .link_box{
	width: 100%;
	height: auto;
	display: block;
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 img{
	width: 100%;
	height: auto;
	margin: 0 auto 21px;
	display: block;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 img{
		margin: 0 auto 17px;
	}
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 .link01{
	box-sizing: border-box;
	width: auto;
	height: auto;
	margin: auto;
	font-size: 22px;
	line-height: 32px;
	display: inline-flex;
	justify-content: flex-start;
	align-items: center;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 .link01{
		padding: 0 0 0 40px;
		font-size: 18px;
		line-height: 20px;
		display: inline-block;
		position: relative;
	}
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 .link01 .item01{
	box-sizing: border-box;
	width: 32px;
	height: 32px;
	margin: 0 12px 0 0;
	border-radius: 50%;
	border: 1px solid #232323;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 .link01 .item01{
		width: 28px;
		height: 28px;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: auto;
		margin: auto;
	}
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 .link01 .item01::after{
	content: '';
	width: 5px;
	height: 8px;
	margin: 0;
	background-image: url(../img/business/item01.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	display: block;
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 .link01 .text02{
	width: auto;
	height: auto;
	margin: 0 0 0 8px;
	font-size: 13px;
	line-height: 23px;
	color: #2F9132;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 .link01 .text02{
		margin: 0;
		font-size: 12px;
		line-height: 14px;
	}
}
/*contents01ここまで*/