.company-main-visual { background-image: url(../images/company/mainVisual.jpg); }

.company {
	position: relative;
	font-family: 'Noto Serif JP', serif;
}
.company-wrap { position: relative; }
.company-wrap::before {
	content: 'COMPANY';
	position: absolute;
	top: 90px;
	left: 0px;
	transform: rotate(90deg);
	color: #3E3A39;
	font-size: 22px;
	font-family: 'Yu Gothic', serif;
	letter-spacing: 6.6px;
}
.company-inline { padding-inline: 20px; }

@media screen and (max-width: 830px) {
	.company-wrap::before { display: none; }

	.company-main-visual {
		margin-top: 3rem;
	}
}