@charset "utf-8";
.eyecatch_inc.short .eyecatch_inc02 .eye_img{
	background-image: url(../img/company/eye01.jpg);
}

/*.contents01ここから*/
.contents01{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.contents01 .contents01_01{
	width: 1120px;
	height: auto;
	padding: 30px 0 0;
	margin: 0 auto;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01{
		width: 90%;
		max-width: 320px;
		padding: 30px 0 0;
	}
}
.contents01 .contents01_01 .contents01_01_01{
	width: 100%;
	height: auto;
	margin: 0 auto 60px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01{
		margin: 0 auto 14px;
	}
}
.contents01 .contents01_01 .contents01_01_01 > .text01{
	width: auto;
	height: auto;
	margin: 0 0 30px;
	font-size: 14px;
	line-height: 24px;
	color: #675729;
	letter-spacing: calc((140/1000)*1em);
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 > .text01{
		margin: 0 0 8px;
	}
}
.contents01 .contents01_01 .contents01_01_01 > .text02{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 36px;
	line-height: 46px;
	letter-spacing: calc((80/1000)*1em);
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 > .text02{
		font-size: 24px;
		line-height: 34px;
	}
}
.contents01 .contents01_01 .contents01_01_02{
	width: 100%;
	height: auto;
	margin: 0 auto 120px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_02{
		width: 100%;
		margin: 0 auto 60px;
		justify-content: flex-start;
		flex-direction: column;
	}
}
.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01{
	width: 1120px;
	height: auto;
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	border-radius: 20px;
	background-color: #E8EDE5;
	padding: 70px 160px ;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01{
		width: 100%;
		padding: 30px 26px ;
	}
}
.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01 > .text01{
	width: auto;
	height: auto;
	margin: 0 0 33px;
	font-size: 26px;
	line-height: 46px;
	letter-spacing: calc((80/1000)*1em);
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01 > .text01{
		margin: 0 0 24px;
		font-size: 22px;
		line-height: 36px;
	}
}
.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01 > .text02{
	width: auto;
	height: auto;
	margin: 0 0 26px;
	font-size: 15px;
	line-height: 30px;
	letter-spacing: calc((80/1000)*1em);
	display: block;
	text-align: justify;
	text-align-last: left;
}
.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01 > .text03{
	width: 100%;
	height: auto;
	margin: 0;
	font-size: 15px;
	line-height: 25px;
	letter-spacing: calc((80/1000)*1em);
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01 > .text03{
	}
}
.contents01 .contents01_01 .contents01_01_02 > .photo01{
	width: 360px;
	height: auto;
	margin: 0;
	border-radius: 20px;
	display: block;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .contents01_01_02 > .photo01{
		width: 200px;
		height: auto;
		margin: 40px auto 0;
		border-radius: 20px;
		display: block;
	}
}
.contents01 .contents01_01 > table{
	width: 100%;
	height: auto;
	margin: 0 auto 60px;
	table-layout: fixed;
	text-align: left;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 > table{
		margin: 0 auto 30px;
	}
}
.contents01 .contents01_01 > table tr{
}
.contents01 .contents01_01 > table tr th{
	width: 180px;
	height: auto;
	padding: 24px 0;
	border-bottom: 1px solid #D1D1D1;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: calc((80/1000)*1em);
	vertical-align: top;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 > table tr th{
		display: block;
		width: 100%;
		padding: 14px 0 0;
		border: none;
	}
}
.contents01 .contents01_01 > table tr td{
	width: auto;
	height: auto;
	padding: 24px 0;
	border-bottom: 1px solid #D1D1D1;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: calc((80/1000)*1em);
	vertical-align: top;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 > table tr td{
		display: block;
		width: 100%;
		padding: 0 0 14px;
	}
}
.contents01 .contents01_01 > table tr:nth-of-type(1) th,
.contents01 .contents01_01 > table tr:nth-of-type(1) td{
	padding-top: 0;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 > table tr:nth-of-type(1) td{
		border-top: 0;
	}
}
.contents01 .contents01_01 > table tr td > a{
	width: auto;
	height: auto;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: calc((80/1000)*1em);
	display: inline;
	pointer-events: none;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 > table tr td > a{
		pointer-events: auto;
	}
}
.contents01 .contents01_01 > .iframe{
	width: 100%;
	height: 350px;
	margin: 0 0;
	border-radius: 20px;
	overflow: hidden;
	display: block;
	position: relative;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 > .iframe{
		height: 220px;
		margin: 0 0;
	}
}
/*.contents01ここまで*/