@charset "UTF-8";
.page-ttl h2 {
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 1;
	margin-bottom: 20px;
}
/*------------------------
会社情報
------------------------*/
.main-contents .main-img {
	width: 1020px;
	height: 440px;
	margin: 0 auto 7px;
	overflow: hidden;
}
.main-contents .main-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	/* transform: scale(1.12);
    object-position: -50px -217px; */
}
.main-contents .page-name {
	width: 1020px;
	margin: 0 auto 30px;
	font-size: 1.2rem;
	font-weight: 500;
}
.main-contents .profile {
	margin-bottom: 60px;
	text-align: center;
}
.main-contents .profile h2 {
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1;
	letter-spacing: .1em;
	margin-bottom: 15px;
}
.main-contents .profile .profile-read {
	font-size: 1.2rem;
	line-height: 2.08;
}
/*------------------------
Outline
------------------------*/
.main-contents .outline {
	margin-bottom: 70px;
}
.main-contents .outline h2 {
	font-size: 2rem;
	text-align: center;
	letter-spacing: .06em;
	line-height: 1;
	margin-bottom: 34px;
}
.main-contents .outline table {
	width: 1100px;
	font-size: 1.4rem;
	line-height: 1.78;
	border-top: 1px solid var(--accentcolor);
	margin: auto;
}
.main-contents .outline table tr  {
	border-bottom: 1px solid var(--accentcolor);
}
.main-contents .outline table tr th {
	padding: 12px 46px;
}
.main-contents .outline table tr th {
	width: 246px;
	padding: 12px 46px;
	background: #EAE9ED;
	font-weight: 500;
	vertical-align: top;
}
.main-contents .outline table tr td {
	padding: 12px 50px;
}
.main-contents .outline table tr .fz0 {
	font-size: 0;
}
.main-contents .outline table tr .fz0 span {
	font-size: 1.4rem;
	display: inline-block;
	margin-right: 60px;
}
.main-contents .outline table tr td span a {
	text-decoration: underline;
}
.main-contents .outline table tr td span a:hover {
	opacity: .7;
}
/*------------------------
map
------------------------*/
.main-contents .map {
	margin-bottom: 140px;
}
.main-contents .map .l-inner {
	width: 1100px;
	margin: auto;
}
.main-contents .map .l-inner h2 {
	font-size: 2rem;
	text-align: center;
	letter-spacing: .06em;
	line-height: 1;
	margin-bottom: 26px;
}
.main-contents .map .l-inner .accessmap {
	width: 100%;
	height: 430px;
	margin-bottom: 14px;
	position: relative;
}
.main-contents .map .l-inner .accessmap .btn {
	position: absolute;
	bottom: 16px;
	right: 18px;
	width: 180px;
	height: 40px;
	text-align: center;
}
.main-contents .map .l-inner .accessmap .btn a {
	display: block;
	padding: 2px;
	background: #fff;
	border: none;
}
.main-contents .map .l-inner .accessmap .btn a:hover {
	opacity: .7;
}
.main-contents .map .l-inner .accessmap .btn a span {
	display: block;
	padding: 10px;
	border: 1px solid #537A92;
	transition: all .3s ease 0s;
}
.main-contents .map .l-inner .cap {
	line-height: 1;
	letter-spacing: .1em;
}
/*------------------------
Office
------------------------*/
.main-contents .office {
	position: relative;
	margin-bottom: 52px;
}
.main-contents .office::after {
	content: '';
	position: absolute;
	width: calc(917px + calc(100% - 1200px) / 2);
	height: 810px;
	background-color: var(--accentcolor);
	top: 83px;
	right: 0;
	z-index: -1;
}
.main-contents .office .l-inner {
	width: 1200px;
	margin: auto;
}
.main-contents .office .l-inner h2 {
	font-size: 2rem;
	text-align: center;
	letter-spacing: .06em;
	line-height: 1;
}
.main-contents .office .l-inner .dot-read {
	display: flex;
	align-items: flex-end;
	margin: -90px 0 15px;
}
.main-contents .office .l-inner .dot-read .office-img {
	width: 395px;
}
.main-contents .office .l-inner .dot-read .office-img span {
	display: block;
	margin-bottom: 8px;
}
.main-contents .office .l-inner .dot-read .office-img span img {
	height: auto;
}
.main-contents .office .l-inner .dot-read .office-img p {
	text-align: center;
	line-height: 1;
	letter-spacing: .06em;
	color: var(--accentcolor);
}
.main-contents .office .l-inner .dot-read .text {
	flex: 1;
	margin: 0 0 55px 80px;
	color: #fff;
}
.main-contents .office .l-inner .dot-read h3 {
	font-weight: 500;
	line-height: 1;
	margin-bottom: 25px;
}
.main-contents .office .l-inner .dot-read p {
	line-height: 2.14;
}
.main-contents .office .l-inner .pic {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.main-contents .office .l-inner .pic .facility {
	width: 395px;
	margin-bottom: 15px;
}
.main-contents .office .l-inner .pic .facility .img {
	width: 395px;
	height: 260px;
	margin-bottom: 8px;
}
.main-contents .office .l-inner .pic .facility .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.main-contents .office .l-inner .pic .facility p {
	text-align: center;
	line-height: 1;
	color: var(--accentcolor);
	letter-spacing: .06em;
}
.main-contents .office .l-inner .pic .facility .color-w {
	color: #fff;
}
/*------------------------
企業情報共通ボタン
------------------------*/
.main-contents .nav {
	height: auto;
	display: flex;
	justify-content: center;
	margin: auto;
}
.main-contents .nav .nav-item {
	margin-inline: 62px;
}
.main-contents .nav a {
	display: block;
	width: 384px;
	height: 166px;
	color: #fff;
	text-align: center;
	padding: 45px 0 36px;
}
.main-contents .nav .company {
	background: url(/pc/img/company/bg_company.jpg) no-repeat left 93% bottom 36% / cover rgba(99, 106, 129, 1);
	background-blend-mode: multiply;
	background-size:127%;
	object-fit: cover;
}
.main-contents .nav .history {
	background: url(/pc/img/company/bg_history.jpg) no-repeat left 26% bottom 47% / cover rgba(99, 106, 129, 1);
	background-blend-mode: multiply;
	background-size: 103%;
	object-fit: cover;
}
.main-contents .nav a h2 {
	font-size: 16px;
	margin: 0 auto 26px;
	line-height: 1;
	letter-spacing: 0.1em;
	position: relative;
	text-align: center;
	font-weight: bold;
}
.main-contents .nav a h2::after {
	content: '';
	width: 185px;
	height: 1px;
	display: inline-block;
	background: #fff;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -10px;
	margin: auto;
	transition: width .3s ease 0s;
}
.main-contents .nav a:hover h2::after {
	width: 20%;
}
.main-contents .nav a p {
	line-height: 1.75;
	letter-spacing: .2em;
	font-weight: 500;
	font-size: 12px;
}