@charset "UTF-8";
.main_title_area{
	background: #F8F8F8;
	background-size: cover;
}
.main_title_area .wrap{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 400px;
}
.main_title_area .breadcrumbs{
	position: absolute;
	top: 0;
	left: 20px;
}
.main_title_area .main_title{
	font-size: 35px;
	font-weight: bold;
	text-align: center;
}

@media screen and (max-width: 1024px){
	.main_title_area .wrap{
		height: 60vw;
	}
	.main_title_area .main_title{
		font-size: 21px;
	}
}

.company_title{
	display: flex;
	align-items: flex-end;
	margin-bottom: 60px;
}
.company_title p{
	margin-right: 1em;
	font-size: 40px;
}
.company_title h3{
	font-size: 20px;
	font-weight: bold;
}
#outline{
	max-width: 1100px;
	padding: 120px 0 94px;
}
#outline dl{
	display: flex;
	padding: 40px 0;
	border-bottom: 1px solid #F0EFF0;
}
#outline dl dt{
	width: 265px;
	font-size: 15px;
	font-weight: bold;
	line-height: 2.14;
}
#outline dl dd{
	width: calc(100% - 265px);
	padding-right: 90px;
	font-size: 14px;
	line-height: 2.14;
}

@media screen and (max-width: 1024px){
	.company_title{
		margin-bottom: 20px;
	}
	.company_title p{
		font-size: 25px;
	}
	.company_title h3{
		font-size: 14px;
	}
	#outline{
		padding: 80px 0;
	}
	#outline dl{
		display: block;
		padding: 5% 0;
	}
	#outline dl dt{
		width: 100%;
		margin-bottom: 0.5em;
		font-size: 13px;
	}
	#outline dl dd{
		width: 100%;
		padding-right: 0;
		font-size: 12px;
		line-height: 1.8;
	}
	#outline dl dd .sp{
		display: inline-block !important;
	}
}


#history{
	background: #F8F8F8;
}
#history .wrap{
	max-width: 1100px;
	padding: 100px 0 80px;
}
#history .flex.mb25{
	margin-bottom: 25px;
}
#history .flex{
	justify-content: flex-end;
}
#history .flex p{
	padding: 0.5em;
	font-size: 15px;
	line-height: 2;
}
#history .flex p.year{
	width: 105px;
	font-weight: bold;
	vertical-align: top;
}
#history .flex p.month{
	width: 135px;
	text-align: center;
	vertical-align: top;
}
#history .flex p.txt{
	width: calc(100% - (105px + 135px));
	padding: 0.5em 50px;
}

@media screen and (max-width: 1024px){
	#history .wrap{
		padding: 60px 0 55px;
	}
	#history .flex p{
		padding: 10px 0;
		font-size: 14px;
		line-height: 1.85;
	}
	#history .flex p.year{
		width: 5em;
	}
	#history .flex p.month{
		width: 5em;
	}
	#history .flex p.txt{
		width: calc(100% - 10em);
		padding: 10px 0;
	}
}