@charset "utf-8";

#history-area {
	padding: 0 0 50px 0;
	text-align: center;
	background: var(--history-back);
	z-index: 0;
}

.histry-comment h3 {
	margin-bottom: 30px;
}

.histry-comment p {
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 2em;
}

.history-latest,
.history-next {
	position: relative;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	color: var(--Timeline-Text-Color);
	z-index: 10;
}


.history-line {
	position: absolute;
	width: 3px;
	height: 100%;
	background: var(--Timeline-Color);
	left: 25px;
	top: 0;
	z-index: -10;
	margin-left: 0;
}

.history-line::before {
	content: "";
	display: block;
	width: 5px;
	height: 20px;
	background: var(--history-back);
	left: 25px;
	top: 0;
	z-index: -5;
	margin-left: 0;
}

.timeline-content {
	width: calc(100% - 65px);
	/*width: calc((100VW - 65px) + 100%);*/
	max-width: 1000px;
	padding: 0 20px 0 0px;
	margin: 0px 0 60px 65px;
	background: var(--Timeline-Content);
	position: relative;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	-o-border-radius: 25px;
}

.timeline-content::before {
	content: "";
	position: absolute;
	top: 20px;
	left: -19px;
	height: calc(50px / 2 * tan(50deg));
	width: 20px;
	clip-path: polygon(100% 0, 100% 100%, 0 50%);
	background: var(--Timeline-Content);
}

.timeline-content .timeline-year {
	padding: 20px 0 10px;
	margin-left: 20px;
}

.timeline-content .timeline-year p {
	font-family: "pf-marlet-display", sans-serif;
	font-weight: 700;
	font-style: italic;
	font-size: 5.8rem;
	font-weight: bold;

}

.timeline-description {
	padding: 10px 50px;

}

.timeline-description h4 {
	font-size: 3.2rem;
	font-weight: bold;
	margin-bottom: 20px;
}

.timeline-description p {
	font-size: 1.8rem;
}

.timeline-description .image {}



.timeline-description figure {
	margin: 20px auto;
	max-width: 300px;
}

.timeline-description figure img {
	margin-bottom: 20px;
}

.timeline-description figure figcaption {
	font-size: 1.4rem;
	line-height: 1.8em;
}

.timeline-circle {
	position: absolute;
	left: -53px;
	top: 20px;
	display: block;
	background: var(--Timeline-Color);
	width: 30px;
	height: 30px;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	z-index: 1;
}

.history-line-bottom {
	position: absolute;
	width: calc(50% - 75px);
	height: 100px;
	background: var(--Timeline-Color);
	left: 25px;
	top: -60px;
	margin-left: 0;
	border-bottom-left-radius: 20px;
	z-index: -20;
}

.history-line-bottom::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 97px;
	background: var(--history-back);
	left: 3px;
	top: 0;
	margin-left: 0;
	border-bottom-left-radius: 20px;
	z-index: -10;
}

.history-line-next {
	position: relative;
	width: 50px;
	height: 100px;
	background: var(--Timeline-Color);
	left: calc(50% - 50px);
	top: 37px;
	margin-left: 0;
	border-top-right-radius: 20px;
	z-index: -20;
}

.history-line-next::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 97px;
	background: var(--history-back);
	left: -3px;
	top: 3px;
	margin-left: 0;
	border-top-right-radius: 20px;
	z-index: -10;

}


.timeline-next-content {
	max-width: 700px;
	width: 100%;
	position: relative;
	background: var(--Timeline-Next-Content);
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
}

.timeline-next-year p {
	color: var(--Timeline-Next-Text-Color);
	font-family: "pf-marlet-display", sans-serif;
	font-weight: 700;
	font-weight: bold;
	font-size: 5.8rem;
	padding: 50px 0 30px;
}

.timeline-next-description {
	margin: 10px auto 50px;
	padding: 10px 50px 30px;
}

.timeline-next-description h4 {
	font-size: 3.2rem;
	font-weight: bold;
	margin-bottom: 20px;
}

.timeline-next-circle {
	position: absolute;
	left: calc(50% - 15px);
	top: -15px;
	display: block;
	background: var(--Timeline-Color);
	width: 30px;
	height: 30px;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	z-index: 1;
}

@media screen and (max-width: 768px) {

	.histry-comment p {
		width: calc(100vw - 40px);
		font-size: 1.8rem;
		font-weight: bold;
		line-height: 2em;
		margin: 0 auto 20px;
	}

	.timeline-description,
	.timeline-next-description {
		text-align: left;
		font-size: 1.6rem;
		padding: 20px;
	}

	.timeline-description h4 {
		text-align: center;
		font-size: 2.0rem;
		margin-bottom: 20px;
	}

	.timeline-next-description h4 {
		text-align: center;
	}
}
