@charset "UTF-8";
.history {
	position: relative;
	overflow: hidden;
	padding-bottom: 338px;
}
.history_inner {
	max-width: 705px;
}
.history_tbleWrap {
	position: relative;
	z-index: 0;
	padding: 16px 0 10px;
}
.history_tbleWrap_bar {
	width: 12px;
	height: 100%;
	background-color: #f00;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 89px;
	background-image: linear-gradient(to top, #3d8eff 0%, #0cc786 21%, #6ccb11 41%, #d2e600 57%, #fe0 69%, #ffae00 88%, #ff7b29 100%);
}
.history_table {
	display: block;
	position: relative;
	z-index: 1;
	table-layout: fixed;
}
.history_table > tbody {
	display: block;
}
.history_table > tbody > tr {
	display: flex;
	margin-bottom: 20px;
}
.history_table > tbody > tr:first-child {}
.history_table > tbody > tr:last-child {
	margin-bottom: 0;
}
.history_table > tbody > tr > th {
	white-space: nowrap;
	display: block;
	width: 122px;
}
.history_table > tbody > tr > td {
	display: block;
}
.history_table > tbody > tr > td:nth-of-type(1) {
	width: calc(100% - 132px);
	margin-left: auto;
	padding-left: 10px;
}
.history_table > tbody > tr > td:nth-of-type(2) {
	width: calc(100% - 252px);
	padding-top: 4px;
}
.history_year {
	font-family: 'Jost', sans-serif;
	font-weight: 300;
	font-size: 30px;
	line-height: 36px;
	color: #003F98;
	display: flex;
	align-items: center;
	font-feature-settings: "tnum";
	position: relative;
	z-index: 1;
}
.history_year::after {
	content: "";
	display: block;
	width: 36px;
	height: 36px;
	border: 1px solid #003F98;
	background-color: #fff;
	border-radius: 50%;
	box-sizing: border-box;
	margin-left: 8px;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	margin-right: 9px;
}
.history_yearJp-noDot::after {
	display: none;
}
.history_yearJp {
	line-height: 36px;
	font-size: 16px;
	font-weight: 500;
	white-space: nowrap;
	position: relative;
	z-index: 1;
}
.history_text {
	line-height: 1.75;
}
.history_bg {
	pointer-events: none;
	position: absolute;
	z-index: 0;
	width: 100%;
	bottom: 0;
	left: 0;
}
.history_bg > img {
	width: 100%;
	height: auto;
	display: block;
}
.history_fig {
	margin-top: 10px;
}
.history_fig > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.history_fig:first-child {
	margin-top: 0;
}
.history_fig > figcaption {
	font-size: 13px;
	margin-top: 5px;
}
.history_figList {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	margin-top: 17px;
}
.history_figList > li {
	width: 48%;
	margin-left: 4%;
}
.history_figList > li:first-child {}
.history_figList > li:last-child {}
.history_figList > li:nth-child(2n+1) {
	margin-left: 0;
}
.history_figList > li:nth-child(n+3) {}
@media screen and (max-width:999px) {
	.history {}
	.history_inner {}
	.history_tbleWrap {}
	.history_tbleWrap_bar {}
	.history_table {}
	.history_table > tbody {}
	.history_table > tbody > tr {}
	.history_table > tbody > tr:first-child {}
	.history_table > tbody > tr:last-child {}
	.history_table > tbody > tr > th {}
	.history_table > tbody > tr > td {}
	.history_table > tbody > tr > td:nth-of-type(1) {}
	.history_table > tbody > tr > td:nth-of-type(2) {}
	.history_year {}
	.history_year::after {}
	.history_yearJp-noDot::after {}
	.history_yearJp {}
	.history_text {}
	.history_bg {}
	.history_bg > img {}
	.history_fig {}
	.history_fig > img {}
	.history_fig:first-child {}
	.history_fig > figcaption {}
	.history_figList {}
	.history_figList > li {}
	.history_figList > li:first-child {}
	.history_figList > li:last-child {}
	.history_figList > li:nth-child(2n+1) {}
	.history_figList > li:nth-child(n+3) {}
}
@media screen and (max-width:767px) {
	.history {
		padding-bottom: 33vw;
	}
	.history_inner {}
	.history_tbleWrap {}
	.history_tbleWrap_bar {
		width: 6px;
		left: 58px;
	}
	.history_table {}
	.history_table > tbody {}
	.history_table > tbody > tr {}
	.history_table > tbody > tr:first-child {}
	.history_table > tbody > tr:last-child {}
	.history_table > tbody > tr > th {
		width: 80px;
	}
	.history_table > tbody > tr > td {}
	.history_table > tbody > tr > td:nth-of-type(1) {
		/* width: 65px; */
		width: calc(100% - 90px);
	}
	.history_table > tbody > tr > td:nth-of-type(2) {
		padding-top: 0;
		width: calc(100% - 145px);
	}
	.history_year {
		font-size: 18px;
		line-height: 20px;
	}
	.history_year::after {
		width: 20px;
		height: 20px;
	}
	.history_yearJp-noDot::after {}
	.history_yearJp {
		line-height: 20px;
		font-size: 13px;
	}
	.history_text {}
	.history_bg {}
	.history_bg > img {}
	.history_fig {}
	.history_fig > img {}
	.history_fig:first-child {}
	.history_fig > figcaption {
		font-size: 10px;
		margin-top: 2px;
	}
	.history_figList {
		display: block;
		margin-top: 15px;
	}
	.history_figList > li {
		width: auto;
		margin-left: 0;
		margin-top: 15px;
	}
	.history_figList > li:first-child {}
	.history_figList > li:last-child {}
	.history_figList > li:nth-child(2n+1) {}
	.history_figList > li:nth-child(n+3) {}
}
@media screen and (max-width:374px) {}
