@charset "UTF-8";

/* upper */
.second-bg::after {
	background-image: url(../../../company/img/sp_company_main.jpg);
}

/* identity */
.identity {
	height: auto;
}
.identity-bg {
	background-image: url(../../../company/img/sp_identity.jpg);
}
.identity-txt {
	min-width: inherit;
	padding-top: 0;
	flex-direction: column;
	margin-top: -76px;
	width: auto;
}
.identity h2 {
	margin-left: 11px;
	padding-top: 0;
}
.identity h2::before {
	width: 230px;
	left: 30px;
	top: -465px;
}
.identity-contents {
	z-index: 0;
	padding-top: 24px;
	padding-bottom: 33px;
	margin-bottom: 33px;
	margin-right: 0;
	background: #fff;
}
.identity-contents p + p span {
	padding-left: 0;
}

/* company info */
.info tbody {
	flex-direction: column;
	width: auto;
}
.info table tr {
	width: auto;
}
.info table th,
.info table td {
	padding: 21px 0.5em;
}
.info table th {
	width: 98px;
}
.info .link-list {
	width: auto;
}
.info .link-list li {
	width: auto;
	margin-left: 0;
}

/* history */
.table {
	margin-top: 0;
	width: auto;
}
.table th,
.table td {
	padding: 21px 0.5em;
}
.table th {
	width: 118px;
}
.table th::after {
	width: 118px;
}
.table tr td:nth-child(3) {
	display: none;
}
.table td img {
	padding-top: 15px;
}
.table td {
	width: calc(100% - 118px);
}

/* access */
.access {
	background: linear-gradient(180deg, var(--gray) 0%, var(--gray) 251px, #fff 251px, #fff 58%, var(--gray) 58%, var(--gray) 100%);
	padding-top: 0;
}
.access-wrapper {
	grid-template-rows: 142px 371px 1fr;
	grid-template-columns: 100%;
}
.access-ttl {
	margin-left: 0;
	grid-row: 1 / 2;
	grid-column: 1 / 2;
}
.access h2 {
	text-align: center;
}
.access .d-line {
	margin-left: 49%;
}
.access .map {
	height: 371px;
	grid-row: 2 / 3;
	grid-column: 1 / 2;
}
.access-contents {
	padding: 32px 3% 99px;
	grid-row: 3 / 4;
	grid-column: 1 / 2;
}
.office {
	margin-bottom: 28px;
}
.access-others {
	padding-bottom: 35px;
}
.access-others .other1,
.access-others .other2 {
	padding: 0 3%;
	height: 401px;
}
.access-others picture {
	width: 100%;
	height: auto;
}
