@charset "UTF-8";
@media screen and (min-width: 769px) {
	.sectionInner {
		max-width: 1380px;
		margin: 0 auto;
	}
}
@media screen and (min-width: 769px) {
	#mainHeading {
		margin-bottom: 60px;
	}
}
@media screen and (max-width: 768px) {
	#mainHeading {
		margin-bottom: 40px;
	}
}
#aboutContent_ja {
	margin-bottom: 50px;
}
#aboutContent p {
	font-size: 1.6rem;
}
@media screen and (min-width: 769px) {
	#about {
		margin-bottom: 110px;
	}
	#aboutContent p {
		line-height: 3.4rem;
	}
	#aboutContent p + p {
		margin-top: 3.4rem;
	}
}
@media screen and (max-width: 768px) {
	#about {
		margin-bottom: 80px;
	}
	#aboutContent p {
		line-height: 2.5rem;
	}
	#aboutContent p + p {
		margin-top: 2.5rem;
	}
}
#historyTimeline {
	position: relative;
}
#historyTimeline:before {
	display: block;
	position: absolute;
	top: 0;
	height: 100%;
	border-left: 1px dashed;
	content: "";
}
#history .historyYear dl {
	display: -webkit-box;
	display:    -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         box;
	display:         flex;

	-webkit-align-items: flex-start;
	        align-items: flex-start;
	-webkit-box-align: start;
	   -moz-box-align: start;
	     -o-box-align: start;
	-ms-flex-align: start;
}
#history .historyYear dt, #history .historyYear dd {
	-webkit-flex-shrink: 0;
	        flex-shrink: 0;
}
#history .historyYear dt {
	position: relative;
	white-space: nowrap;
}
#history .historyYear dt:after {
	display: block;
	position: absolute;
	top: 0;
	right: -9px;
	bottom: 0;
	width: 17px;
	height: 17px;
	margin: auto 0;
	border-radius: 50%;
	background-color: currentColor;
	content: "";
}
#history .historyYear dt .yearLabel {
	font-family: "Poppins", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
	font-weight: 600;
	text-align: right;
	letter-spacing: 0.1em;
}
#history .historyYear dd p {
	letter-spacing: 0.05em;
}
#history .historyYear.inThePresent p {
	font-size: 1.6rem;
}
@media screen and (min-width: 769px) {
	#history {
		padding-bottom: 160px;
	}
	#historyTimeline {
		padding-bottom: 50px;
	}
	#historyTimeline:before {
		left: 160px;
	}
	#history .historyYear {
		padding: 30px 0;
	}
	#history .historyYear dl {
		line-height: 3.4rem;
	}
	#history .historyYear dt {
		width: 160px;
		padding-right: 45px;
		font-size: 2rem;
	}
	#history .historyYear dd {
		width: calc(100% - 160px);
		padding-left: 70px;
	}
	#history .historyYear dd p {
		font-size: 1.6rem;
	}
	#history .historyYear.inThePresent {
		padding-left: 230px;
	}
}
@media screen and (max-width: 768px) {
	#history {
		padding-bottom: 80px;
	}
	#historyTimeline {
		padding-bottom: 20px;
	}
	#historyTimeline:before {
		left: 80px;
	}
	#history .historyYear {
		padding: 15px 0;
	}
	#history .historyYear dl {
		font-size: 1.6rem;
		line-height: 2.4rem;
	}
	#history .historyYear dt {
		width: 80px;
		padding-right: 1em;
	}
	#history .historyYear dd {
		width: calc(100% - 80px);
		padding-left: 25px;
	}
	#history .historyYear.inThePresent {
		padding-left: 105px;
	}
}
