.slug-company .l-contents__inner {
	padding-bottom: 0;
}

/* company テーブルデザイン */
.wp-block-table.sf__tbl td {
	border: inherit;
}
.wp-block-table.sf__tbl table {
	border-collapse: separate;
	border-spacing: 0;
}
.wp-block-table.sf__tbl tr {
	position: relative;
}
.wp-block-table.sf__tbl tr:first-child td:nth-child(2) {
	border-top: 1px solid var(--sub-color);
}
.wp-block-table.sf__tbl tr:first-child td:first-child::before {
	content: '';
	display: block;
	width: 80%;
	height: 1px;
	position: absolute;
	top: 0;
	left: 0;
	background-color: var(--sub-color);
}
.wp-block-table.sf__tbl td {
	padding-top: 3rem;
	padding-bottom: 3rem;
	line-height: 2;
}
.wp-block-table.sf__tbl td:first-child {
	position: relative;
	border-right: none;
	border-bottom: none;
	border-left: none;
	text-align: center;
	width: 20%;
	text-indent: -25%;
}
.wp-block-table.sf__tbl tr td:first-child::after {
	content: '';
	display: block;
	width: 80%;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: var(--sub-color);
}
.wp-block-table.sf__tbl td:nth-child(2) {
	border: none;
	border-bottom: 1px solid var(--sub-color);
	text-align: left;
	width: 80%;
	padding-left: 2rem;
}
.wp-block-table.sf__tbl td a {
	display: inline-block;
	color: var(--sub-color);
	text-decoration-skip-ink: none;
}
.wp-block-table.sf__tbl td a::after {
	content: '';
	background-image: url(../image/link-icon.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	width: 30px;
	height: 13px;
	margin-bottom: -1px;
	margin-left: 6px;
	display: inline-block;
}
.wp-block-table.sf__tbl td a:hover {
	text-decoration: none;
}
@media screen and (max-width: 768px) {
	.wp-block-table.sf__tbl td {
		padding-top: 2rem;
		padding-bottom: 2rem;
		line-height: 2;
	}
	.wp-block-table.sf__tbl td:nth-child(2) {
		width: 75%;
	}
}

.c-entry__body .c-entry__content.p-entry-content .company-map {
	width: 100vw;
	max-width: none !important;
	margin-left: 0;
	margin-right: 0;
	margin: 0 calc(-50vw + 50%);
	overflow: hidden;
}

.c-entry__body .c-entry__content.p-entry-content .company-map iframe {
	width: 100%;
	height: 400px;
	display: block;
}
@media screen and (max-width: 768px) {
	.c-entry__body .c-entry__content.p-entry-content .company-map {
		height: 0;
		overflow: hidden;
		padding-bottom: 56.25%;
		position: relative;
	}
	.c-entry__body .c-entry__content.p-entry-content .company-map iframe {
		position: absolute;
		left: 0;
		top: 0;
		height: 100%;
		width: 100%;
	}
}
.slug-company .l-contents__inner:last-child {
	padding-bottom: 0 !important;
}
