@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.02);
	object-position: 50% 48%; */
}
.main-contents .page-name {
	width: 1020px;
	margin: 0 auto 30px;
	font-size: 1.2rem;
	font-weight: 500;
}
.main-contents .history {
	margin-bottom: 60px;
	text-align: center;
}
.main-contents .history h2 {
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1;
	letter-spacing: .1em;
	margin-bottom: 15px;
}
.main-contents .history .history-read {
	font-size: 1.2rem;
    line-height: 2.08;
}
/*------------------------
history
------------------------*/
.main-contents .hst-inner {
	width: 1200px;
	display: flex;
	margin: 0 auto 45px;
}
.main-contents .pic {
	width: 219px;
	margin-left: 90px;
}
.main-contents .pic .building {
	width: 219px;
	margin-bottom: 8px;
	position: relative;
}
.main-contents .pic .building::before {
	content: '';
	display: block;
	width: 42px;
	height: 65px;
	position: absolute;
	z-index: 10;
	background: url(/pc/img/company/gooddesignmark.svg) no-repeat 100%/cover;
}
.main-contents .pic .building .img {
	display: block;
	margin-bottom: 5px;
}
.main-contents .pic .building .img img {
	width: 100%;
	height: 276px;
	object-fit: cover;
}
.main-contents .pic .building .cap {
	font-size: 1rem;
	line-height: 1;
}
.main-contents .hst-table {
	flex: 1;
	margin-left: 98px;
}
.main-contents .hst-table h2 {
	text-indent: 8em;
	font-size: 2.0rem;
	letter-spacing: .06em;
    line-height: 1;
}
.main-contents .hst-table table {
	line-height: 1.78;
}
.main-contents .hst-table th {
	border-right: 1px solid #537A92;
	width: 95px;
	text-align: right;
}
.main-contents .hst-table .strt {
	padding-top: 20px;
}
.main-contents .hst-table .end {
	padding-bottom: 20px;
}
.main-contents .hst-table .year {
	text-align: left;
}
.main-contents .hst-table th .color {
	color: #537A92;
}
.main-contents .hst-table th.month {
	padding-right: 32px;
}
.main-contents .hst-table td {
	position: relative;
}
.main-contents .hst-table td .border {
	position: absolute;
	top: 12px;
	left: -17px;
	display: block;
	width: 100%;
	height: 1px;
	background: #537A92;
}
.main-contents .hst-table td.strt .border {
	top: 32px;
}
.main-contents .hst-table td {
	padding-left: 26px;
}
/*------------------------
企業情報共通ボタン
------------------------*/
.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 .profile {
	background: url(/pc/img/company/bg_profile.jpg) no-repeat left 20% bottom 10% / cover rgba(99, 106, 129, 1);
	background-blend-mode: multiply;
	background-size:133%;
	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;
}