@charset "utf-8";
/*------------------------------------------------------------
	about_us
------------------------------------------------------------*/
#main .headLine01 {
	margin-bottom: 3.8rem;
}
#main .headLine01 .en {
	margin-bottom: 0.3rem;
}
#main .headLine01 .en img {
	width: 28.2rem;
}
#main .greeting {
	margin-bottom: 19.4rem;
}
#main .greeting p {
	margin-bottom: 3.2rem;
	text-align: center;
	line-height: 2;
}
#main .greeting .text01 {
	margin-bottom: 5.1rem;
}
#main .greeting .text02 {
	margin-bottom: 0;
	font-size: 1.8rem;
	letter-spacing: 0.1em;
}
#main .overview {
	margin-bottom: 19.9rem;
}
#main .overview .headLine03 {
	margin-bottom: 5.8rem;
}
#main .overview .tblBox {
	margin: 0 auto;
	max-width: 74rem;
}
#main .overview .tblBox table {
	width: 100%;
	border-collapse: collapse;
	border-top: 0.1rem solid #C7C7C7;
}
#main .overview .tblBox th,
#main .overview .tblBox td {
	padding: 2.2rem 3rem 2.1rem;
	vertical-align: top;
	text-align: left;
	font-weight: 400;
	border-bottom: 0.1rem solid #C7C7C7;
}
#main .overview .tblBox th {
	width: 16.6%;
}
#main .access .headLine03 {
	margin-bottom: 3.9rem;
}
#main .access .map {
	width: 100%;
	height: 42rem;
	position: relative;
	background: #909090;
}
#main .access .map iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
#main {
	margin-bottom: 20rem;
}
@media all and (max-width: 896px) {
	#main .headLine01 .en {
		margin-bottom: 0;
	}
	#main .headLine01 .en img {
		width: 16rem;
	}
	#main .greeting {
		margin-bottom: 19.6rem;
	}
	#main .greeting p {
		margin-bottom: 2.8rem;
	}
	#main .greeting .text01 {
		margin-bottom: 5.2rem;
	}
	#main .greeting .text02 {
		font-size: 1.6rem;
	}
	#main .overview .tblBox {
		margin: 0;
		max-width: initial;
	}
	#main .overview .tblBox th,
	#main .overview .tblBox td {
		padding: 2.2rem 3rem 2rem;
		width: 100%;
		display: block;
	}
	#main .overview .tblBox th {
		border-bottom: none;
		padding-bottom: 0;
	}
	#main .overview .tblBox td {
		padding-top: 1.5rem;
	}
	#main .access .map {
		height: 34rem;
	}
}