@charset "utf-8";
/*------------------------------------------------------------
    company
------------------------------------------------------------*/
#main .pageTitle {
	padding-bottom: 0;
	margin-bottom: -2.1rem;
}
#main .content {
	width: 95.2rem;
}
#main .imgBox {
	display: flex;
	justify-content: space-between;
}
#main .imgBox .photoBox {
	width: 44.9%;
}
#main .imgBox .photoBox img {
	width: 100%;
	border-radius: 2.8rem;
}
#main .imgBox .textBox {
	margin-top: -1rem;
	width: 50%;
}
#main .imgBox .textBox p {
	margin-bottom: 2.4rem;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.714;
	letter-spacing: 0.06em;
}
#main .imgBox .textBox p:last-child {
	margin-bottom: 0;
}
#main .imgBox .textBox .bold {
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 1.625;
}
#main .greeting {
	margin-bottom: 14.3rem;
}
#main .overview .imgBox .textBox {
	margin-top: -0.5rem;
}
#main .overview .heading {
	margin-bottom: 1.3rem;
	font-weight: 700;
	font-size: 2.2rem;
	letter-spacing: 0.24em;
}
#main .overview table {
	width: 100%;
	border-collapse: collapse;
	border-top: 0.1rem solid #C4CFCE;
}
#main .overview th,
#main .overview td {
	padding: 1.8rem 0 1.9rem;
	font-size: 1.8rem;
	font-weight: 400;
	letter-spacing: 0.06em;
	line-height: 1.34;
	vertical-align: top;
	text-align: left;
	box-sizing: border-box;
	border-bottom: 0.1rem solid #C4CFCE;
}
#main .overview th {
	width: 25.2%;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.714;
}
#main .overview td .map {
	width: fit-content;
	display: block;
	text-decoration: underline;
	font-size: 1.4rem;
	line-height: 1.714;
	margin-top: 1rem;
}
#main .overview td .map:hover {
	text-decoration: none;
}
#main .overview td .mail:hover {
	text-decoration: underline;
}
@media all and (max-width: 896px) {
	#main .pageTitle {
		margin-bottom: 4.7rem;
	}
	#main .content {
		margin: 0 3rem;
	}
	#main .imgBox {
		display: block;
	}
	#main .imgBox .photoBox {
		width: auto;
		margin-bottom: 3.2rem;
	}
	#main .imgBox .textBox {
		margin: 0;
		width: auto;
	}
	#main .imgBox .textBox p {
		margin-bottom: 2.6rem;
		font-size: 1.5rem;
		line-height: 1.733;
	}
	#main .imgBox .textBox p:last-child {
		margin-bottom: 0;
	}
	#main .imgBox .textBox .bold {
		line-height: 1.68;
	}
	#main .greeting {
		margin-bottom: 9.5rem;
	}
	#main .overview .headLine01 {
		margin-bottom: 2.1rem;
	}
	#main .overview .imgBox .photoBox {
		margin-bottom: 4.6rem;
	}
	#main .overview .imgBox .textBox {
		margin-top: 0;
	}
	#main .overview .heading {
		margin-bottom: 1.2rem;
		letter-spacing: 0.16em;
	}
	#main .overview th,
	#main .overview td {
		padding: 2.7rem 0 2.9rem;
		width: 100%;
		display: block;
	}
	#main .overview th {
		padding-bottom: 0;
		border-bottom: none;
	}
	#main .overview td {
		padding-top: 0.5rem;
	}
	#main .overview td .map:hover {
		text-decoration: underline;
	}
	#main .overview td .mail:hover {
		text-decoration: none;
	}
}