content {
	padding-top: 80px;
	background-image: url(../images/historyPage-bg_desktop.jpg);
	background-size: contain;
	background-position: center -7vw;
	background-repeat: no-repeat;
	min-height: 227.7vw;
}

content .container {
	max-width: 70vw;
}
@media (max-width: 999px) {
	content .container {
		max-width: 640px;
	}	
}

.historyPage-title {
	padding: 0;
	margin: 7vw 0 0 0;
	font-size: 11.6vw;
	line-height: 12vw;
	font-weight: normal;
	text-align: center;
}
@media (max-width: 999px) {
	.historyPage-title {
		margin-top: 40px;
		font-size: 60px;
		line-height: 90px;
	}
}

.historyPage-column {
	margin-top: 7vw;
	max-width: 31.8vw;
	margin-left: auto;
	text-align: justify;
	color: #1b1918;
}
@media (max-width: 999px) {
	.historyPage-column {
		margin-top: 53px;
		max-width: 100%;
	}
}

.historyPage-subtitle {
	font-size: 1.85vw;
	line-height: 1.85vw;
	text-align: left;
}
@media (max-width: 999px) {
	.historyPage-subtitle {
		font-size: 24px;
		line-height: 24px;
	}
	.historyPage-subtitle br {
		display: none;
	}
}

.historyPage-text {
	font-size: 1.4vw;
	line-height: 1.4vw;
}
@media (max-width: 999px) {
	.historyPage-text {
		font-size: 18px;
		line-height: 24px;
	}
}

.historyPage-column p {
	margin: 2.3vw 0 0 0;
	padding: 0;
	font-size: 1.05vw;
	line-height: 1.4vw;
}
@media (max-width: 999px) {
	.historyPage-column p {
		margin-top: 32px;
		font-size: 16px;
		line-height: 24px;
	}
}

.historyPage-column p:first-child {
	margin-top: 0;
}

.historyPage-block {}


.historyPage-block:nth-child(2) {
	margin-top: 38.5vw;
}
@media (max-width: 999px) {
	.historyPage-block:nth-child(2) {
		margin-top: 32px;
	}
}

.historyPage-block:nth-child(3) {
	margin-top: 56vw;
}
@media (max-width: 999px) {
	.historyPage-block:nth-child(3) {
		margin-top: 32px;
	}
}