body {
	margin: 0;
	font-size: 14px;
	line-height: 1.5em;
}
.history * {
	margin: 0;
	padding: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Hiragino Sans", Meiryo, sans-serif;
}
.mincho {
	font-family: "Hiragino Mincho Pro", "MS PMincho", "Sawarabi Mincho", "serif";
}
.history_inner {
	width: 100%;
	background-color: #ffffffac;
	margin-bottom: 40px;
}
.history .title {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	letter-spacing: 0.1em;
	margin-bottom: 20px;
}
.history .title span {
	font-size: 14px;
	font-weight: normal;
}
.recruit_box {
	width: 980px;
	margin: 0 auto;
	padding: 80px 0;
	-webkit-align-items: stretch;
	align-items: stretch;
}
.recruit_box .mission_box {
	width: 40%;
}
.recruit_box .history_box {
	width: 57%;
}

.history .message {
	font-weight: normal;
	font-size: 24px;
	letter-spacing: 0.1em;
	margin-bottom: 40px;
	line-height: 1.5em;
}
.history .list_box {
	margin-bottom: 40px;
}
.history .list_box li {
	margin-bottom: 20px;
}
.history .list_box li span {
	font-size: 20px;
	letter-spacing: 0.2em;
	padding: 0 5px;
	color: #f10909;
}

.history .owner_box {
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}
.history .owner_box .pic {
	margin-right: 20px;
}
.history .owner_box .comment {
	font-size: 16px;
	margin-bottom: 10px;
	letter-spacing: 0.1em;
}
.history .owner_box .company {
	margin-bottom: 10px;
	color: #000000;
}
.history .owner_box .name {
	font-size: 18px;
	letter-spacing: 0.1em;
	color: #000000;
}

.history_box .list_box {
	-webkit-align-items: stretch;
	align-items: stretch;
	margin-bottom: 0;
}
.history_box .list_box dt {
	width: 12%;
	font-weight: bold;
}
.history_box .list_box dd {
	width: 88%;
	margin-bottom: 30px;
}
.history_box .list_box .coqoo {
	color: #f10909;
	font-weight: bold;
}

.company_box {
	width: 980px;
	margin: 0 auto;
	-webkit-align-items: stretch;
	align-items: stretch;
}
.company_box .title {
	text-align: center;
}
.company_box li {
	width: 48%;
}
.company_box .list_box {
	-webkit-align-items: stretch;
	align-items: stretch;
}
.company_box .list_box dt {
	width: 21%;
	font-weight: bold;
}
.company_box .list_box dd {
	width: 77%;
	margin-bottom: 30px;
}








