.company h2 {
	width: auto;
	margin: 60px 0 40px 0;
	text-align: center;
	font-family: var(--noto-serif);
	font-size: 24px;
	font-weight: 500;
}

.company section {
	margin-bottom: 120px;
}

.company dt,
.company dd {
	line-height: 3;
	width: 100%;
}

.company dl .flex {
	flex-flow: column;
	align-items: flex-start;
	margin: 2rem 0;
	border-bottom: 1px solid #c8c8c8;
}