@charset "UTF-8";

/* company
----------------------------------------*/
.company_block {
	padding: 90px 20px 139px;
}
.company_block .inview {
	opacity: 0;
}
.company_block .show {
	animation-fill-mode: forwards;
	animation-duration: 1000ms;
	animation-name: fadeUp;
}
.company_block::before {
	content: '';
	display: block;
	width: 2081px;
	height: 2546px;
	background: url(../img/company/bg_company.svg) no-repeat;
	position: absolute;
	left: 50%;
	top: -42px;
	margin-left: -1155px;
}
.company_block h2 {
	text-align: center;
	color: #0064AF;
	font-size: 2.3rem;
	line-height: 1.3;
	font-weight: 900;
	letter-spacing: .3em;
	margin-bottom: 90px;
}
.company_block h2 .en {
	display: block;
	font-size: 6.6rem;
	font-weight: bold;
	color: #000;
	margin-bottom: 4px;
	letter-spacing: .05em;
}
.company_block dl {
	width: 1000px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	border-top: 1px solid #ccc;
	line-height: 1.35;
}
.company_block dt {
	width: 237px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 2rem;
	font-weight: 900;
	color: #0064AF;
	border-bottom: 1px solid #ccc;
	padding: 26px 10px 26px 0;
	letter-spacing: .1em;
}
.company_block dd {
	width: calc(100% - 237px);
	border-bottom: 1px solid #ccc;
	font-size: 2rem;
	font-weight: bold;
	color: #252525;
	padding: 26px 50px;
	letter-spacing: .05em;
}
.company_block dd::before {
	content: '';
	width: 1px;
	background: #ccc;
	display: block;
	position: absolute;
	left: 0;
	top: 12px;
	bottom: 12px;
}

@media only screen and (max-width: 768px) {
	.company_block {
		padding: 30px 6.666% 50px;
	}
	.company_block::before {
		height: auto;
		background-size: auto 130%;
		bottom: 0;
	}
	.company_block h2 {
		font-size: 1.3rem;
		margin-bottom: 30px;
	}
	.company_block h2 .en {
		font-size: 3rem;
	}
	.company_block dl {
		width: auto;
		display: block;
	}
	.company_block dt {
		width: auto;
		display: block;
		text-align: center;
		font-size: 1.4rem;
		padding: 10px;
	}
	.company_block dd {
		width: auto;
		font-size: 1.4rem;
		padding: 10px 10px 30px;
	}
	.company_block dd::before {
		display: none;
	}
	.company_block dd li + li {
		margin-top: 5px;
	}
}

/* history
----------------------------------------*/
.history_block {
	background: #F6F6F6;
	padding: 125px 20px 64px;
}
.history_block .inview {
	opacity: 0;
}
.history_block .show {
	animation-fill-mode: forwards;
	animation-duration: 1000ms;
	animation-name: fadeUp;
}
.history_block h2 {
	text-align: center;
	color: #0064AF;
	font-size: 2.3rem;
	line-height: 1.3;
	font-weight: 900;
	letter-spacing: .3em;
	margin-bottom: 90px;
}
.history_block h2 .en {
	display: block;
	font-size: 5.6rem;
	font-weight: bold;
	color: #000;
	margin-bottom: 7px;
	letter-spacing: .05em;
}
.history_block dl {
	width: 790px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.history_block dt {
	width: 155px;
	text-align: center;
	font-size: 2rem;
	font-weight: 900;
	background: #0064AF;
	color: #fff;
	border-radius: 4px;
	padding: 9px 0;
	letter-spacing: .1em;
}
.history_block dd {
	width: 570px;
	background: #0064AF;
	color: #fff;
	font-size: 2rem;
	font-weight: 500;
	margin-bottom: 65px;
	padding: 15px 40px 15px 30px;
	line-height: 1.85;
	letter-spacing: .05em;
}
.history_block dd::before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10.5px 17px 10.5px 0;
	border-color: transparent #0064AF transparent transparent;
	position: absolute;
	left: -17px;
	top: 17px;
}
.history_block dd::after {
	content: '';
	display: block;
	position: absolute;
	left: -36px;
	top: 45px;
	bottom: -72px;
	border-left: 1px dashed #707070;
}
.history_block dd:last-child::after {
	bottom: 0;
}
.history_block dt::after {
	content: '';
	display: block;
	width: 7px;
	height: 7px;
	border: 2px solid #0064AF;
	position: absolute;
	right: -35px;
	top: 22px;
	border-radius: 50%;
}
.history_block dt:nth-of-type(4n+2),
.history_block dd:nth-of-type(4n+2) {
	background: #008BAF;
}
.history_block dd:nth-of-type(4n+2)::before {
	border-color: transparent #008BAF transparent transparent;
}
.history_block dt:nth-of-type(4n+2)::after {
	border-color: #008BAF;
}
.history_block dt:nth-of-type(4n+3),
.history_block dd:nth-of-type(4n+3) {
	background: #00AFAF;
}
.history_block dd:nth-of-type(4n+3)::before {
	border-color: transparent #00AFAF transparent transparent;
}
.history_block dt:nth-of-type(4n+3)::after {
	border-color: #00AFAF;
}
.history_block dt:nth-of-type(4n+4),
.history_block dd:nth-of-type(4n+4) {
	background: #00AF85;
}
.history_block dd:nth-of-type(4n+4)::before {
	border-color: transparent #00AF85 transparent transparent;
}
.history_block dt:nth-of-type(4n+4)::after {
	border-color: #00AF85;
}

@media only screen and (max-width: 768px) {
	.history_block {
		padding: 50px 6.666% 30px;
	}
	.history_block h2 {
		font-size: 1.3rem;
		margin-bottom: 30px;
	}
	.history_block h2 .en {
		font-size: 3rem;
	}
	.history_block dl {
		width: auto;
	}
	.history_block dt {
		width: 70px;
		font-size: 1.4rem;
	}
	.history_block dd::before {
		border-width: 9px 15px 9px 0;
		left: -15px;
		top: 12px;
	}
	.history_block dd {
		width: calc(100% - 120px);
		font-size: 1.4rem;
		margin-bottom: 50px;
		padding: 15px 20px;
	}
	.history_block dd::after {
		left: -31px;
		top: 35px;
		bottom: -58px;
	}
	.history_block dt::after {
		right: -25px;
		top: 15px;
	}
}