/* メインタイトル部 */
.p-company-header__title,
.p-company-header__sub {
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.35);
}

/* 会社概要 */
.overview_box table {
	display: table;
    width: 100%;
	margin-bottom:var(--size-30-50);
}

.overview_box th {
	background-color: #F5F5F5;
	font-weight:600;
}

.overview_box h3 {
	margin-bottom:15px;
	margin-right:var(--size-10-20);
}

.office_box_inner {
	display:grid;
	gap:30px;
	margin:0 clamp(0px, -9.091px + 2.424vw, 20px);
}

.office_box_inner figure {
    margin: 0 auto;
}

.office_box_inner .office_map {
/*     margin: 0 auto; */
	height:clamp(200px, 131.818px + 18.182vw, 350px);
	border:1px solid #ddd;
	padding:1px;
}

@media screen and (max-width: 767px) {
	.overview_box th,
	.overview_box td {
		display: block;
		width: 100%;
	}
	.office_box_inner {
		margin:0;
	}
}

/* SDGs */
.postid-8993, .postid-2742 {
	.p-company-header__img {
		width:100%;
		object-fit:contain;
	}
	h2 {
		position:relative;
		border-bottom: solid 3px #ddd;
		padding-bottom: 10px;
		&:after {
			position: absolute;
			content: " ";
			display: block;
			border-bottom: solid 3px #51b8e5;
			bottom: -3px;
			width: 30%;
		}
	}
	blockquote {
		margin: var(--size-20-30) 10px;	
		padding: var(--size-20-30);
		background-color: #f4fdff;
		border: 1px solid #ccc;
		box-shadow: 0px 4px 0px 0px #f2f2f2;
		position: relative;
		&:before, &:after {
			position: absolute;
			width: 30px;
			height: 30px;
			content: '"';
			font-style: italic;
			font-size: 30px;
			font-weight: normal;
			color: #5cbcd7;

		}
		&:before {
			line-height: 40px;
			top: 5px;
			left: 10px;
		}
		&:after {
			line-height: 60px;
			bottom: 12px;
			right: 0;
		}
		cite {
			border-top: 1px dotted #aaa;
			display: block;
			padding: 20px 0 0 0;
			font-style: italic;
			text-align: right;
			font-size: 90%;
		}
	}
	section[class*="block_"] {
		margin-bottom: var(--size-50-70);
		.bl_inner {
			margin-bottom: var(--size-30-40);
			&:last-child {
				margin-bottom:0;
			}
		}
		&:last-child {
			margin-bottom:0;
		}
		.goal_box {
			padding-top: var(--size-10-20);
			.goal_ttl {
				text-align:center;
				margin:0 auto var(--size-20-30);
				span {
					display:block;
					font-weight:400;
					font-size:.85em;
				}
			}
			.goal_lst {
				display:flex;
				flex-wrap: wrap;
				/* 				grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); */
				gap: 0 5px;
				justify-content: space-around;
				list-style: none;
				margin: 0;
				li {
					position:relative;
					border: var(--size-10-15) solid #ddd;
					border-radius:50%;
					width: 32%;
					text-align:center;
					aspect-ratio: 1 / 1;
					@media screen and (max-width: 767px) {
						width: 48%;
					}
					mark {
						position:absolute;
						top:7%;
						left:50%;
						transform: translate(-50%, -7%);
						font-size: var(--size-15-20);
						font-weight:600;
						background:none;
						span {
							font-size:1.5em;
						}
					}
					.goal_txt {
						position:absolute;
						top:50%;
						left:50%;
						transform: translate(-50%, -50%);
						font-size: var(--size-15-20);
						font-weight:700;
						width: max-content;
						line-height: 1.4;
						margin:0;
						br {
							margin-bottom:0;
						}
					}
					.goal_num {
						position:absolute;
						bottom:5%;
						left:50%;
						transform: translate(-50%, -5%);
						font-size: var(--size-14-16);
						font-weight:400;
						color: #FF2626;
						width: max-content;
						line-height: 1.4;
						margin:0;
						span {
							display:block;
							font-size:1.25em;
							font-weight:600;
						}
					}
				}
				.goal_01 {
					border-color: #5589F0;
					mark {
						color: #5589F0;
					}
				}
				.goal_02 {
					border-color: #EFB032;
					mark {
						color: #EFB032;
					}
				}
				.goal_03 {
					border-color: #73D443;
					mark {
						color: #73D443;
					}
				}
			}
		}
	}
}