/*.history-main .lower-title__back{
    background-image: url(../images/history/history-back.jpg);
}*/

.history-contents {
	overflow: hidden;
	position: relative;
	padding-top: 85px;
	padding-bottom: 50px;
	margin-top: 90px;
}

.history-contents::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 27.3%;
	background-color: #F2F2F2;
	z-index: -1;
}

.history-contents::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 39.3%;
	background-color: #F2F2F2;
	z-index: -1;
}


.history-wrap {
	width: 980px;
	max-width: 100%;
	margin: 70px auto 0;
}

.history-date p {
	font-size: .60rem;
	color: #003078;
	font-weight: bold;
	font-family: "Oswald", sans-serif;
	line-height: 1;
	margin-left: 20px;
	letter-spacing: 0.05em;
}

.history-detail p {
	font-size: .16rem;
}

.history-list {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	padding-bottom: 58px;
}

.history-list::before {
	content: "";
	position: absolute;
	left: 110px;
	top: 72px;
	height: calc(100% - 72px);
	background: radial-gradient(ellipse at center, #003078 0%, #003078 25%, rgb(255 255 255 / 0%) 25%, rgb(255 255 255 / 0%) 100%) center 0 repeat-y;
	background-size: 10px 8px;
	width: 6px;
}

.history-list:last-child {
	padding-bottom: 0;
}

.history-list:last-child::before {
	display: none;
}

.history-detail {
	width: 71%;
}

.history-company-flex {
	display: flex;
	margin-bottom: 5px;
}

.history-company-flex:last-child {
	margin-bottom: 0;
}

.history-company-koumoku {
	width: 16%;
}

.history-company-naiyou {}

.history-company-naiyou p {}

.history1967,
.history2023,
.history2024 {
	align-items: flex-start;
}

.link-profile {
	line-height: 1.4;
	padding: 18px 0;
}



@media screen and (max-width:800px) {
	.history-contents {
		padding-top: 60px;
		margin-top: 45px;
	}

	.history-wrap {
		padding: 0 30px 0 20px;
	}

	.history-date p {
		font-size: .36rem;
		margin-left: 0;
		margin-bottom: 15px;
	}

	.history-detail p {
		font-size: .15rem;
		text-align: left;
	}

	.history-list {
		align-items: flex-start;
		flex-direction: column;
	}

	.history-list::before {
		left: 38px;
		top: 50px;
		height: calc(100% - 51px);
		background-size: 8px 8px;
	}

	.history-detail {
		width: 77%;
		margin-left: 77px;
	}

	.history-company-koumoku {
		width: 85px;
	}

	.history-company-naiyou {
		width: 68%;
	}

	.link-profile {
		padding: 10px 0;
	}


}