@charset "utf-8";
/*
 * page.css
 *
 *  version --- 1.0
 *  updated --- 2017/11/30
 */

#company #gNavi li:nth-child(4) a::before{
	position: absolute;
	left: 0;
	bottom: -28px;
	width: 100px;
	height: 4px;
	background: linear-gradient(-138deg,#1776d8,#122ec0);
	content: "";
}

#company #teaser {
	background: url(../img/company/teaser_company.jpg) center center no-repeat;
	background-size: cover;
}


.companyInfo{
	display: flex;
	margin-bottom: 70px;
}

.companyInfoImg{
	padding: 40px;
	border: 1px solid #eaeaea;
	border-right: 0;
	width: 37.5%;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
}

.companyInfoTable{
	width: 62.5%;
}
.companyInfoTable table{
	width: 100%;
}

.companyInfoTable table th,
.companyInfoTable table td{
	border: 1px solid #eaeaea;
	padding: 15px 20px;
	font-size: 1.6rem;
	color: #000000;
}
.companyInfoTable table th{
	text-align: center;
	font-weight: bold;
	background: #f7f7f7;
}

.companyHistory{
	display: flex;
	margin-bottom: 120px;
	align-items: flex-end;
}

.companyHistoryItem{
	width: 294px;
}
.companyHistoryItem+.companyHistoryItem{
	margin-left: 8px;
}

.companyHistoryTit{
	position: relative;
	margin-left: 20px;
	color: #1672d7;
	font-size: 2.4rem;
	font-weight: bold;
	padding-bottom: 10px;
}
.companyHistoryTit::before{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 80px;
	height: 5px;
	background: #1672d7;
	content: "";
}

.companyHistoryTxt{
	border-left: 2px solid #1672d7;
	margin-left: 20px;
	padding: 10px 20px 20px 10px;
	font-size: 1.6rem;
	color: #000000;
}

.companyHistoryTime{
	width: 100%;
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2.2rem;
	color: #f8f8f8;
}

.companyHistoryItem:nth-child(1) .companyHistoryTime{
	background: linear-gradient(to right,#1672d7,#1565d3);
}

.companyHistoryItem:nth-child(2) .companyHistoryTime{
	background: linear-gradient(to right,#1565d3,#1453cd);
}

.companyHistoryItem:nth-child(3) .companyHistoryTime{
	background: linear-gradient(to right,#1452cc,#1240c5);
}

.companyHistoryItem:nth-child(4) .companyHistoryTime{
	background: linear-gradient(to right,#1340c5,#1233c1);
}


.equipmentTable{
	margin-bottom: 50px;
}
.equipmentTable table{
	width: 100%;
}

.equipmentTable table th,
.equipmentTable table td{
	border: 1px solid #eaeaea;
	font-size: 1.6rem;
	color: #000000;
	
}

.equipmentTable table th{
	padding: 40px 20px;
	text-align: center;
}

.equipmentTable table th:nth-child(odd){
	background-color: #f8f8f8;
}
.equipmentTable table td{
	padding: 10px 20px;
}
.equipmentTable table td:nth-child(odd){
	background-color: #f8f8f8;
	text-align: center;
}

.companyListTxt{
	font-size: 1.6rem;
	color: #333333;
	margin-bottom: 30px;
}

.companyList{
	display: flex;
	margin-bottom: 50px;
}

.companyListItem{
	border: 1px solid #e5e5e5;
	padding: 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.companyListItem + .companyListItem{
	border-left: 0;
}

/*** タブレット 768x ~ 959px***/
@media screen and (max-width: 959px) {}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
	#company #gNavi li:nth-child(4) a::before{
		width: 0;
	}
	
	
	
	.companyInfo{
		display: block;
		margin-bottom: 35px;
	}
	
	.companyInfoImg{
		padding: 20px;
		border: 1px solid #eaeaea;
		border-right: 1px solid #eaeaea;
		border-bottom: 0;
		width: 100%;
		box-sizing: border-box;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	.companyInfoTable{
		width: 100%;
	}
	.companyInfoTable table{
		width: 100%;
	}
	
	.companyInfoTable table th,
	.companyInfoTable table td{
		border: 1px solid #eaeaea;
		padding: 10px;
		font-size: 1.4rem;
		color: #000000;
	}
	.companyInfoTable table th{
		text-align: center;
		font-weight: bold;
		background: #f7f7f7;
		width: 80px;
	}
	
	.companyHistory{
		display: block;
		margin-bottom: 60px;
		align-items: flex-end;
	}
	
	.companyHistoryItem{
		width: 100%;
	}
	.companyHistoryItem+.companyHistoryItem{
		margin-left: 0;
		margin-top: 10px;
	}
	
	.companyHistoryTit{
		position: relative;
		margin-left: 20px;
		color: #1672d7;
		font-size: 2.2rem;
		font-weight: bold;
		padding-bottom: 10px;
	}
	.companyHistoryTit::before{
		position: absolute;
		left: 0;
		bottom: 0;
		width: 80px;
		height: 5px;
		background: #1672d7;
		content: "";
	}
	
	.companyHistoryTxt{
		border-left: 2px solid #1672d7;
		margin-left: 20px;
		padding: 10px 20px 20px 10px;
		font-size: 1.4rem;
		color: #000000;
	}
	
	.companyHistoryTime{
		width: 100%;
		height: 56px;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 2rem;
		color: #f8f8f8;
	}
	
	.companyHistoryItem:nth-child(1) .companyHistoryTime{
		background: linear-gradient(to right,#1672d7,#1565d3);
	}
	
	.companyHistoryItem:nth-child(2) .companyHistoryTime{
		background: linear-gradient(to right,#1565d3,#1453cd);
	}
	
	.companyHistoryItem:nth-child(3) .companyHistoryTime{
		background: linear-gradient(to right,#1452cc,#1240c5);
	}
	
	.companyHistoryItem:nth-child(4) .companyHistoryTime{
		background: linear-gradient(to right,#1340c5,#1233c1);
	}
	
	
	.equipmentTable{
		margin-bottom: 25px;
		overflow-x: scroll;
	}
	.equipmentTable table{
		width: 600px;
	}
	
	.equipmentTable table th,
	.equipmentTable table td{
		border: 1px solid #eaeaea;
		font-size: 1.4rem;
		color: #000000;
		
	}
	
	.equipmentTable table th{
		padding: 20px 10px;
		text-align: center;
	}
	
	.equipmentTable table th:nth-child(odd){
		background-color: #f8f8f8;
	}
	.equipmentTable table td{
		padding: 5px 10px;
	}
	.equipmentTable table td:nth-child(odd){
		background-color: #f8f8f8;
		text-align: center;
	}
	
	.companyListTxt{
		font-size: 1.4rem;
		color: #333333;
		margin-bottom: 15px;
	}
	
	.companyList{
		display: block;
		margin-bottom: 25px;
	}
	
	.companyListItem{
		border: 1px solid #e5e5e5;
		padding: 10px;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	.companyListItem + .companyListItem{
		border: 1px solid #e5e5e5;
		margin-top: 25px;
	}
	
	.companyListItem figure+figure{
		margin-top: 10px;
	}
	
}
