@charset "UTF-8";

/* ▼▼▼ 沿革ページ
====================================================== */
.history_wrap{
	margin-bottom: 80px;
}
.history_block{
	padding: 0 0 50px 40px;
	position: relative;
}
.history_block::before{
	content: '';
	width: 2px;
	height: 100%;
	background: #FFF;
	position: absolute;
	top: 0;
	left: 6.5px;
}
.history_block:first-child::before{
	height: calc(100% - 40px);
	top: 40px;
}
.history_block:last-child::before{
	height: 40px;
}

.history_title{
	position: relative;
}
.history_title::before{
	content: '';
	width: 15px;
	height: 15px;
	background: #DD614B;
	border-radius: 50%;
	position: absolute;
	top: calc(50% + 2px);
	left: -40px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.history_title::after{
	content: '';
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
}

.history_title.history_title_1959_9::after,
.history_title.history_title_1965_9::after,
.history_title.history_title_2019_7::after,
.history_title.history_title_1985_3::after,
.history_title.history_title_2011_7::after,
.history_title.history_title_1995_9::after{
	display: none;
}
.history_title.history_title_1962_9::after{
	background: url(../img/history/title_item_1962_9.png) no-repeat center center/contain;
	width: 263px;
	height: 168px;
	top: calc(50% + 15px);
	right: 0;
}
.history_title.history_title_1963_5::after{
	background: url(../img/history/title_item_1963_5.png) no-repeat center center/contain;
	width: 230px;
	height: 126px;
	top: calc(50% + 10px);
	right: 90px;
}
.history_title.history_title_1994_12::after{
	background: url(../img/history/title_item_1994_12.png) no-repeat center center/contain;
	width: 207px;
	height: 93px;
	top: calc(50% + 40px);
	right: 78px;
}
.history_title.history_title_2009_12::after{
	background: url(../img/history/title_item_2009_12.png) no-repeat center center/contain;
	width: 285px;
	height: 144px;
	top: calc(50% + 5px);
	right: 0;
}
.history_title.history_title_2018_3::after{
	background: url(../img/history/title_item_2018_3.png) no-repeat center center/contain;
	width: 204px;
	height: 128px;
	top: calc(50% + 45px);
	right: 23.5%;
}
.history_title.history_title_2019_3::after{
	background: url(../img/history/title_item_2019_3.png) no-repeat center center/contain;
	width: 295px;
	height: 131px;
	top: calc(50% + 45px);
	right: 26px;
}
.history_title.history_title_2022_9::after{
	background: url(../img/history/title_item_2022_9.png) no-repeat center center/contain;
	width: 251px;
	height: 198px;
	top: calc(50% + 30px);
	right: 35px;
}

.history_title img{
	width: auto;
	height: 74px;
	vertical-align: middle;
}
.history_title .history_month{
	display: -webkit-inline-flex;
	display: -ms-inline-flex;
	display: inline-flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	align-content: center;
	width: 64px;
	height: 36px;
	margin-left: 10px;
	margin-top: 10px;
	background: #FBE7BD;
	border-radius: 18px;
	color: #DD614B;
	vertical-align: middle;
}
.history_title .history_month_l{
	font-size: 22px;
}
.history_title .history_month_s{
	font-size: 16px;
}

.history_box{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.history_box .img_wrap{
	-webkit-flex: 0 0 49.4%;
	-ms-flex: 0 0 49.4%;
	flex: 0 0 49.4%;
	width: 49.4%;
	max-width: 49.4%;
	margin-left: 4%;
}
.history_box .txt_wrap{
	-webkit-flex: 1 1 100%;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
}
.history_title_sub{
	margin-bottom: 10px;
	color: #DD614B;
	font-size: 24px;
	font-weight: 500;
}
.history_txt{
	font-size: 14px;
}

/* ▼▼▼ 480px〜768px
======================================================*/
@media screen and (max-width: 768px) {

	.history_wrap{
		margin-bottom: 30px;
	}
	.history_block{
		padding: 0 0 25px 25px;
	}
	.history_block::before{
		content: '';
		width: 1px;
		left: 4.5px;
	}
	.history_block:first-child::before{
		height: calc(100% - 25px);
		top: 25px;
	}
	.history_block:last-child::before{
		height: 25px;
	}

	.history_title::before{
		content: '';
		width: 10px;
		height: 10px;
		left: -25px;
	}
	.history_title.history_title_1959_9::after,
	.history_title.history_title_1965_9::after,
	.history_title.history_title_2019_7::after,
	.history_title.history_title_1985_3::after,
	.history_title.history_title_2011_7::after,
	.history_title.history_title_1995_9::after{
		display: block;
	}
	.history_title.history_title_1959_9::after,
	.history_title.history_title_1965_9::after,
	.history_title.history_title_2019_7::after{
		background: url(../img/history/title_item_common01.png) no-repeat center center/contain;
		width: 150px;
		height: 44px;
		top: 50%;
		right: -5px;
	}
	.history_title.history_title_1985_3::after,
	.history_title.history_title_2011_7::after{
		background: url(../img/history/title_item_common02.png) no-repeat center center/contain;
		width: 163px;
		height: 48px;
		top: 50%;
		right: -2px;
	}
	.history_title.history_title_1995_9::after{
		background: url(../img/history/title_item_common03.png) no-repeat center center/contain;
		width: 140px;
		height: 81px;
		top: calc(50% + 10px);
		right: -2px;
	}

	.history_title.history_title_1962_9::after{
		background: url(../img/history/title_item_1962_9.png) no-repeat center center/contain;
		width: 172px;
		height: 110px;
		top: calc(50% + 10px);
		right: -5px;
	}
	.history_title.history_title_1963_5::after{
		background: url(../img/history/title_item_1963_5.png) no-repeat center center/contain;
		width: 152px;
		height: 84px;
		top: calc(50% + 5px);
		right: 5px;
	}
	.history_title.history_title_1994_12::after{
		background: url(../img/history/title_item_1994_12.png) no-repeat center center/contain;
		width: 137px;
		height: 61px;
		top: calc(50% + 5px);
		right: 13px;
	}
	.history_title.history_title_2009_12::after{
		background: url(../img/history/title_item_2009_12.png) no-repeat center center/contain;
		width: 188px;
		height: 95px;
		top: 50%;
		right: -48px;
	}
	.history_title.history_title_2018_3::after{
		background: url(../img/history/title_item_2018_3.png) no-repeat center center/contain;
		width: 117px;
		height: 73px;
		top: calc(50% + 5px);
		right: 18px;
	}
	.history_title.history_title_2019_3::after{
		background: url(../img/history/title_item_2019_3.png) no-repeat center center/contain;
		width: 160px;
		height: 71px;
		top: 50%;
		right: -2px;
	}
	.history_title.history_title_2022_9::after{
		background: url(../img/history/title_item_2022_9.png) no-repeat center center/contain;
		width: 144px;
		height: 116px;
		top: calc(50% + 10px);
		right: 3px;
	}

	.history_title img{
		height: 51px;
	}
	.history_title .history_month{
		width: 42px;
		height: 24px;
		margin-left: 5px;
		margin-top: 5px;
		border-radius: 12px;
	}
	.history_title .history_month_l{
		font-size: 14px;
	}
	.history_title .history_month_s{
		font-size: 10px;
	}

	.history_box{
		display: block;
	}
	.history_box .img_wrap{
		width: 100%;
		max-width: 100%;
		margin-left: 0;
	}
	.history_box .txt_wrap{
		-webkit-flex: 1 1 100%;
		-ms-flex: 1 1 100%;
		flex: 1 1 100%;
	}
	.history_title_sub{
		margin-bottom: 10px;
		font-size: 16px;
	}
	.history_txt{
		font-size: 12px;
	}

}
