@charset "utf-8";
.eyecatch_inc.short .eyecatch_inc02 .eye_img{
	background-image: url(../img/company/eye01.jpg);
}
.contents01{
	width: 100%;
	height: auto;
	padding-bottom: 13.0rem;
}
@media only screen and (max-width: 767px){
	.contents01{
		padding-bottom: 9.4rem;
	}
}
.contents01 .contents01_01{
	width: 112.0rem;
	height: auto;
	margin: 9.6rem auto 0;
	display: block;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01{
		width: 90%;
		margin: 3.5rem auto 0;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
	}
}
.contents01 .contents01_01 .contents01_01_01{
	width: auto;
	height: auto;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .contents01_01_01{
		margin-top: 4.2rem;
	}
}
.contents01 .contents01_01 h3{
	width: auto;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 2.0rem;
	font-size: 5.5rem;
	line-height: 5.7rem;
	letter-spacing: calc((50/1000)*1em);
	color: #fff;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 h3{
		gap: .8rem;
		font-size: 2.9rem;
		line-height: 3.3rem;
	}
}
.contents01 .contents01_01 h3 span{
	width: auto;
	height: auto;
	position: relative;
	padding: 0 .5rem .8rem .5rem;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 h3 span{
		padding: 0 .5rem .5rem .5rem;
	}
}
.contents01 .contents01_01 h3 span::before{
	content:'';
	display: block;
	width:var(--bg-width,0%);
	height: 100%;
	background-color: #00912D;
	position: absolute;
	top: 0;
	bottom: 0;
	left:0;
	z-index: -1;
}
.contents01 .contents01_01 .text01{
	font-size: 1.8rem;
	line-height: 4.3rem;
	letter-spacing: calc((50/1000)*1em);
	margin-top: 5.7rem;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .text01{
		font-size: 1.5rem;
		line-height: 2.8rem;
		margin-top: 3.2rem;
	}
}

.contents01 .contents01_02{
	width: 112.0rem;
	height: auto;
	display: block;
	margin:  14.4rem auto 0;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_02{
		width: 90%;
		margin:  9.0rem auto 0;
	}
}
.contents01 .contents01_02 h4{
	font-size: 3.0rem;
	line-height: 4.0rem;
	letter-spacing: calc((50/1000)*1em);
	color: #00912D;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_02 h4{
		font-size: 2.3rem;
		line-height: 4.7rem;
		color: #00912D;
	}
}

.contents01 .contents01_02 > table{
	width: 100%;
	height: auto;
	margin: 1.6rem auto 6.0rem;
	table-layout: fixed;
	text-align: left;
	border-top: .1rem solid #D1D1D1;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_02 > table{
		margin: 1.6rem auto 3.0rem;
	}
}
.contents01 .contents01_02 > table tr th{
	width: 15.0rem;
	height: auto;
	padding: 2.1rem 0;
	border-bottom: .1rem solid #D1D1D1;
	font-size: 1.6rem;
	line-height: 2.6rem;
	letter-spacing: calc((50/1000)*1em);
	vertical-align: middle;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_02 > table tr th{
		width: 10.0rem;
		padding: 1.4rem 0;
		font-size: 1.5rem;
		line-height: 3.4rem;
	}
}
.contents01 .contents01_02 > table tr td{
	width: auto;
	height: auto;
	padding: 2.1rem 0;
	border-bottom: .1rem solid #D1D1D1;
	font-size: 1.6rem;
	line-height: 2.6rem;
	letter-spacing: calc((50/1000)*1em);
	vertical-align: middle;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_02 > table tr td{
		display: block;
		width: 100%;
		padding: 1.4rem 0 1.4rem;
		font-size: 1.5rem;
		line-height: 3.4rem;
	}
}
.contents01 .contents01_03{
	width: 112.0rem;
	height: auto;
	margin: 10.5rem auto 0;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_03{
		width: 90%;
		height: auto;
		margin: 8.4rem auto 0;
	}
}
.contents01 .contents01_03 h4{
	font-size: 3.0rem;
	line-height: 4.0rem;
	color: #00912D;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_03 h4{
		font-size: 2.3rem;
		line-height: 4.7rem;
	}
}
.contents01 .contents01_03 .contents01_03_01{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 7.5rem;
}
.contents01 .contents01_03 .contents01_03_01:nth-of-type(1){
	margin-top: 4.4rem;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_03 .contents01_03_01{
		width: 100%;
		height: auto;
		flex-direction: column;
		justify-content: lex-start;
		align-items: flex-start;
		gap: 2.0rem;
		margin-top: 3.0rem;
	}
}
.contents01 .contents01_03 .contents01_03_01 .access{
	width: 31.6rem;
	height: auto;
	display: block;
	flex-shrink: 0;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_03 .contents01_03_01 .access{
		width: 100%;
	}
}
.contents01 .contents01_03 .contents01_03_01 .access h5{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.contents01 .contents01_03 .contents01_03_01 .access h5 img{
	width: 3.0rem;
	height: auto;
	display: block;
	margin-right: .8rem;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_03 .contents01_03_01 .access h5 img{
		width: 2.5rem;
		margin-right: .5rem;
	}
}
.contents01 .contents01_03 .contents01_03_01 .access h5 span{
	font-size: 2.2rem;
	line-height: 4.7rem;
	letter-spacing: calc((50/1000)*1em);
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_03 .contents01_03_01 .access h5 span{
		font-size: 2.0rem;
		line-height: 4.0rem;
	}
}
.contents01 .contents01_03 .contents01_03_01 .access .add{
	font-size: 1.6rem;
	line-height: 3.4rem;
	letter-spacing: calc((50/1000)*1em);
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_03 .contents01_03_01 .access .add{
		font-size: 1.5rem;
		line-height: 2.8rem;
	}
}
.contents01 .contents01_03 .contents01_03_01 > .map{
	width: 80.4rem;
	height: 29.7rem;
	border-radius: 1.0rem;
	overflow: hidden;
	display: block;
	position: relative;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_03 .contents01_03_01 > .map{
		width: 100%;
		height: 17.2rem;
	}
}
.contents01 .contents01_03 .contents01_03_01 > .map iframe{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
