@charset "utf-8";

/* -------------------------------------------------- */
/* PC*/
/* -------------------------------------------------- */
/* MV */
/* ----------------------------------- */
#underFvWrap {
	background: url(../../img/history/under_mv_pc.jpg) center center / cover no-repeat;
}

/* #underFv::after {
	content: "";
	width: 273px;
	height: 90px;
	background: url(../../img/history/under_mv_illust.png) 0 0 no-repeat;
	background-size: contain;
	display: inline-block;
	position: absolute;
	bottom: -30px;
	right: 0;
} */

/* 沿革 */
/* ----------------------------------- */
#history {
	padding-bottom: 100px;
	background: #edf3fc;
}

#historyList {
	position: relative;
}

#historyList::after {
	content: "";
	width: 15px;
	height: 100%;
	background: #FFF;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	z-index: 1;
}

#historyList li {
	width: 100%;
	margin: 0 0 30px 0;
	padding: 30px;
	background: #FFF;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	position: relative;
	z-index: 2;
}

#historyList li:last-child {
	margin: 0 auto 0 0;
}

/* #historyList li::after {
	content: "";
	width: 100px;
	height: 70px;
	background: url(../../img/history/history_left_bar.svg) 0 0 no-repeat;
	background-size: contain;
	display: inline-block;
	position: absolute;
	bottom: -70px;
	right: -9%;
} */


#historyList li:last-child::after {
	display: none;
}

/* #historyList li:nth-child(2n) {
	margin: 0 0 70px auto;
}

#historyList li:nth-child(2n)::after {
	content: "";
	width: 100px;
	height: 70px;
	background: url(../../img/history/history_right_bar.svg) 0 0 no-repeat;
	background-size: contain;
	display: inline-block;
	position: absolute;
	bottom: -70px;
	left: -9%;
} */

.year {
	font-size: 5.6rem;
	color: #0d499e;
	font-family: "Roboto Condensed", sans-serif;
}

.jsYear {
	width: 95px;
	height: 95px;
	background: #0d499e;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	color: #FFF;
	font-weight: bold;
	font-size: 1.6rem;
	line-height: 1;
	border-radius: 100vw;
	gap: 5px;
}

.jsYear .large {
	font-size: 2.8rem;
	line-height: 1;
}

.historyDetail {
	padding-left: 50px;
	font-size: 1.8rem;
	flex: 1;
}

/* リンク */
/* ----------------------------------- */
#link {
	padding: 100px 0 0;
}

#linkListWrap {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0 3%;
}

.linkBlock {
	padding-bottom: 30px;
}

.linkTit {
	margin-bottom: 10px;
	padding: 10px 20px;
	background: #edf3fc;
	font-size: 2rem;
	font-weight: 500;
}

.linkList li {
	padding-bottom: 20px;
	font-size: 1.6rem;
}

.linkList li:last-child {
	padding-bottom: 0;
}

.linkList li a {
	padding-right: 30px;
	position: relative;
	display: block;
}

.linkList li a::after {
	content: "";
	width: 20px;
	height: 8px;
	background: url(../../img/common/icon_arrow2.svg) 0 0 no-repeat;
	background-size: contain;
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.small {
	font-size: 1.4rem;
}



/* -------------------------------------------------- */
/* TAB&SP */
/* -------------------------------------------------- */
@media screen and (max-width: 1024px) {
	.historyDetail {
		padding-left: 30px;
		font-size: 1.6rem;
		flex: 1;
	}

}


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

/* -------------------------------------------------- */
/* SP(調整) */
/* -------------------------------------------------- */
@media screen and (max-width: 767px) {
	#underFvWrap {
		background: url(../../img/history/under_mv_sp.jpg) center center / cover no-repeat;
	}

	#history {
		padding-bottom: 80px;
		background: #edf3fc;
	}

	#historyList li {
		width: 100%;
		margin: 0 0 30px 0;
		padding: 20px;
		background: #FFF;
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
		align-items: center;
		gap: 10px;
		position: relative;
		z-index: 2;
	}

	.year {
		font-size: 4rem;
		line-height: 1;
	}

	.jsYear .large {
		font-size: 2.2rem;
		line-height: 1;
	}

	.historyDetail {
		padding-left: 0;
		font-size: 1.5rem;
	}

	.jsYear {
		margin-bottom: 20px;
	}

	#link {
		padding: 80px 0 0;
	}

	#linkListWrap {
		grid-template-columns: repeat(1, 1fr);
		gap: 20px 3%;
	}

	.linkBnr {
		text-align: center;
	}

	.linkBnr img {
		width: 70%;
	}
}