.overview section{
	position: relative;
	z-index: 1;
}
/* 会社概要 */
.company_info_sec {
	position: relative;
	/* margin-top: 90px; */
}
.warehouses_contact_btn_inner{
	margin-top: 40px;
}
.company_info_sec table{
	margin-top: 40px;
}
@media screen and (min-width: 769px) { /* PC用 メディアクエリー */
	/* 会社概要 PC */
	.company_info_sec {
		/* margin-top: 160px; */
	}
	.company_info_sec .inner{
		padding: 0 40px;
	}
	.company_info_sec table{
		margin-top: 40px;
	}
	.warehouses_contact_btn_inner{
		padding: 0 40px;
		margin-top: 80px;
	}
}


/* 沿革 */
.history_sec{
	margin-top: 90px;
}
.history_wrap{
	gap: 20px;
}
.history_wrap .box{
	align-items: flex-start;
	gap: 0 10%;
	background-color: rgb(var(--color_gray));
	border-radius: 10px;
	width: 100%;
	padding: 8%;
}
.history_wrap .box .year{
	width: max-content;
	font-size: 36px;
	font-weight: 700;
	line-height: 1;
	writing-mode: vertical-rl;
}
.history_wrap .box .event{
	flex: 1;
}
.history_wrap .box .event ul{
	gap: 1em 0;
	margin: 0;
	padding: 0;
}
.history_wrap .box .event li{
	width: 100%;
	list-style-type: none;
}
.history_wrap .box .event li h3{
	margin: 0;
	line-height: 1;
}
.history_wrap .box .event li p{
	margin: 0;
}

.history_wrap .box:nth-of-type(1) .year{
	color: #f08300;
}
.history_wrap .box:nth-of-type(1) .event h3{
	color: #f08300;
}
.history_wrap .box:nth-of-type(2) .year{
	color: #e60012;
}
.history_wrap .box:nth-of-type(2) .event h3{
	color: #e60012;
}
.history_wrap .box:nth-of-type(3) .year{
	color: #601986;
}
.history_wrap .box:nth-of-type(3) .event h3{
	color: #601986;
}
.history_wrap .box:nth-of-type(4) .year{
	color: #00abeb;
}
.history_wrap .box:nth-of-type(4) .event h3{
	color: #00abeb;
}
.history_wrap .box:nth-of-type(5) .year{
	color: #002b69;
}
.history_wrap .box:nth-of-type(5) .event h3{
	color: #002b69;
}
.history_wrap .box:nth-of-type(6) .year{
	color: #00913a;
}
.history_wrap .box:nth-of-type(6) .event h3{
	color: #00913a;
}
.history_wrap .box:nth-of-type(7) .year{
	color: #c3ce5a;
}
.history_wrap .box:nth-of-type(7) .event h3{
	color: #c3ce5a;
}
@media screen and (min-width: 769px) { /* PC用 メディアクエリー */
	/* 沿革 PC */
	.history_sec{
		margin-top: 140px;
	}
	.history_sec .inner{
		padding: 0 40px;
	}
	.history_wrap{
		gap: 40px;
	}
	.history_wrap .box{
		align-items: center;
		gap: 0 7%;
		padding: 5%;
	}
	.history_wrap .box .year{
		width: max-content;
		font-size: 46px;
		writing-mode: lr;
	}
	.history_wrap .box .event ul{
		gap: 1.6em;
	}
	.history_wrap .box .event li h3{
		font-size: 1.375rem;
	}
	.history_wrap .box .event li p{
		margin: 5px 0 0;
	}
}
