@charset "utf-8";

/* -------------------------------------------------- */
/* PC*/
/* -------------------------------------------------- */
#history #pagetitle::after {
	content: "HISTORY";
}

#historyWrap {
	padding: 0 60px;
}

.historyYear {
	height: 210px;
	position: relative;
}

.year {
	font-size: 4.4rem;
	font-weight: bold;
	color: #009843;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.year span {
	display: inline-block;
	padding-bottom: 20px;
}

.year::after {
	content: "";
	display: block;
	width: 100%;
	height: 109px;
	background: url(../../../img/history/history_img4.svg) center 0 no-repeat;
}

.historyContent {
	width: calc(50% - 85px);
	position: absolute;
}

.historyContent.left {
	left: 0;
	right: auto;
}

.historyContent.left::after {
	content: "";
	width: 80px;
	height: 9px;
	background: url(../../../img/history/history_img5.svg) right 0 no-repeat;
	position: absolute;
	top: 0;
	right: -40px;
}

.historyContent.right {
	left: auto;
	right: 0;
}

.historyContent.right::after {
	content: "";
	width: 80px;
	height: 9px;
	background: url(../../../img/history/history_img6.svg) left 0 no-repeat;
	position: absolute;
	top: 0;
	left: -40px;
}

.historyContent.first {
	top: 30px;
}

.historyContent.second {
	top: 80px;
}

.historyContent.third {
	top: 120px;
}

.historyContent.fourth {
	top: 155px;
}

.historyContent.fifth {
	top: 190px;
}

.history {
	width: 100%;
	padding: 0 10px 10px 10px;
	margin-bottom: 2px;
	background: #eeeeee;
}

.date {
	padding: 10px 10px 5px 0;
	margin-bottom: 10px;
	display: inline-block;
	border-right: 1px #FFF solid;
	color: #009843;
	font-weight: bold;
	font-family: "Pathway Gothic One", "Noto Sans JP", sans-serif;
}

#photo1988 {
	position: absolute;
	top: -100px;
	right: 0;
}

#photo1997 {
	position: absolute;
	top: 130px;
	left: 0;
}

#photo2015 {
	position: absolute;
	top: 210px;
	right: 0;
}

.pastPhoto {
	width: 180px;
}

@media screen and (min-width: 1025px) and (max-width: 1250px) {
	.pastPhoto {
		width: 140px;
	}
}

.pastPhoto img {
	width: 100%;
	height: auto;
}

#photo1988 .pastTit,
#photo2015 .pastTit {
	padding-right: 10px;
	font-family: "Pathway Gothic One", "Noto Sans JP", sans-serif;
	font-weight: bold;
	color: #7b7b7b;
	border-bottom: 2px #dcdcdc solid;
	position: absolute;
	left: -63px;
	bottom: 0;
}

#photo1997 .pastTit {
	padding-left: 10px;
	font-family: "Pathway Gothic One", "Noto Sans JP", sans-serif;
	font-weight: bold;
	color: #7b7b7b;
	border-bottom: 2px #dcdcdc solid;
	position: absolute;
	right: -63px;
	bottom: 0;
}


/* -------------------------------------------------- */
/* TAB(調整) */
/* -------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1024px) {
	.pastPhoto {
		width: 140px;
	}

	.history {
		font-size: 1.367vw;
	}
}

/* -------------------------------------------------- */
/* SP(調整) */
/* -------------------------------------------------- */
@media screen and (max-width: 767px) {
	#historyWrap {
		padding: 0;
	}


	.historyYear {
		height: auto;
		text-align: center;
		padding-bottom: 30px;
	}

	.year {
		font-size: 3rem;
		font-weight: bold;
		color: #009843;
		position: static;
		left: auto;
		top: auto;
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
		text-align: left;
	}

	.year::after {
		display: none;
	}

	.year span {
		display: block;
		padding-bottom: 0px;
	}

	.historyContent {
		width: 100%;
		position: static;
		text-align: left;
	}

	.historyContent.left::after {
		display: none;
	}

	.historyContent.right::after {
		display: none;
	}

	#photo1988 {
		padding-top: 10px;
		position: relative;
		display: inline-block;
		top: auto;
		right: auto;
	}

	#photo1997 {
		padding-top: 10px;
		position: relative;
		display: inline-block;
		top: auto;
		left: auto;
	}

	#photo2015 {
		padding-top: 10px;
		position: relative;
		display: inline-block;
		top: auto;
		right: auto;
	}
}