@charset "UTF-8";
/* =====================================================================
history
===================================================================== */
.history {
	background: #f7f7f7;
}
.history .history__philosophy{
	background: #fff;
	margin-bottom: 80px;
	padding: 40px 20px;
	text-align: center;
}
.history .history__philosophy h3{
	color: #2c2cb2;
	font-size: 28px;
	font-weight: 800;
	line-height: 2;
	border-bottom: solid 1px #2c2cb2;
	margin-bottom: 40px;
	padding-bottom: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap:10px;
}
/*
.history .history__philosophy h3::before {
	content: "";
	width: 50px;
	height: 50px;
	background: url('/history/img/history_01.svg') no-repeat center/contain;
}
*/
.history .history__philosophy p{
	color: #2c2cb2;
	font-size: 34px;
	font-weight: 800;
}
.history .history__founder{
	display: flex;
	align-items: flex-end;
	gap: 10px 70px;
	margin-bottom: 80px;
}
.history .history__founder figure img{
	width: 400px;
}
.history .history__founder h3{
	color: #2c2cb2;
	font-size: 28px;
	font-weight: 800;
	margin-bottom: 40px;
}
.history .history__founder p{
	color: #000;
	font-size: 20px;
	line-height: 2;
}
.history .history__timeline{
	margin-bottom: 80px;
}
.history .history__timeline dl{
	display: flex;
	gap: 20px;
}
.history .history__timeline dl dt, .history .history__timeline dl dd{
	color: #000;
	font-size: 20px;
	font-weight: normal;
}
.history .history__origin{
	margin-bottom: 80px;
}
.history .history__origin .logo{
	background: #fff;
	margin-bottom: 30px;
	padding: 40px 20px;
	text-align: center;
}
.history .history__origin .logo img{
	width: 500px;
}
.history .history__origin p{
	color: #000;
	font-size: 20px;
	line-height: 2;
}
.history .history__color{
	margin-bottom: 80px;
}
.history .history__color .brand-color{
	margin-bottom: 30px;
	padding: 40px 20px;
	text-align: center;
}
.history .history__color .brand-color img{
	width: 260px;
}
.history .history__color p{
	color: #000;
	font-size: 20px;
	line-height: 2;
}
@media (max-width: 991px) {
	.history {
		padding: 120px 0 40px;
	}
	.history h2 {
		padding-top: 20px;
		font-size: 16px;
	}
	.history__inner{
		margin: 50px auto;
	}
	.history .history__philosophy{
		margin-bottom: 40px;
		padding: 20px 16px 10px;
	}
	.history .history__philosophy h3{
		font-size: 20px;
		margin-bottom: 20px;
		padding-bottom: 20px;
		gap:8px;
	}
	.history .history__philosophy h3::before {
		width: 40px;
		height: 40px;
	}
	.history .history__philosophy p{
		font-size: 17px;
	}
	.history .history__founder{
		margin-bottom: 40px;
		flex-wrap: wrap;
	}
	.history .history__founder figure{
		width: 100%;
		text-align: center;
	}
	.history .history__founder figure img{
		width: 100%;
		max-width: 400px;
		margin: 0 auto;
	}
	.history .history__founder h3{
		font-size: 24px;
		margin-bottom: 20px;
	}
	.history .history__founder p{
		font-size: 16px;
		line-height: 2;
	}
	.history .history__timeline{
		margin-bottom: 40px;
	}
	.history .history__timeline dl dt, .history .history__timeline dl dd{
		font-size: 16px;
	}
	.history .history__timeline dl dt{
		white-space: nowrap;
	}
	.history .history__origin{
		margin-bottom: 40px;
	}
	.history .history__origin .logo{
		margin-bottom: 20px;
		padding: 20px;
	}
	.history .history__origin .logo img{
		width: 280px;
	}
	.history .history__origin p{
		font-size: 16px;
	}
	.history .history__color{
		margin-bottom: 40px;
	}
	.history .history__color .brand-color{
		margin-bottom: 20px;
		padding: 20px;
	}
	.history .history__color .brand-color img{
		width: 150px;
	}
	.history .history__color p{
		font-size: 16px;
	}
}
@media (max-width: 767px) {
	.history .row{
		margin: 0 auto;
	}
}