@charset "UTF-8";

a:hover{
	opacity: 0.7;
}

/*-----------------------------------

	company_block

-----------------------------------*/
#company_block{
	padding: 75px 0 150px;
}
#company_block .h3_wrap:not(:first-child){
	margin-top: 110px;
}

/*table_box*/
#company_block .table_box table{
	width: 100%;
	margin: 75px 0 0;
}
#company_block .table_box table tr{
	border-top: 1px solid #e8e8e8;
}

#company_block .table_box table tr th{
	position: relative;
	width: 240px;
	color: #28ab45;
	padding: 35px 0 35px 30px;
	vertical-align: top;
	text-align: left;
}
#company_block .table_box table tr th::before{
	content: "";
	position: absolute;
	top: -1.5px;
	left: 0;
	margin: auto;
	width: 115px;
	height: 3px;
	border-radius: 3px;
	background: #28ab45;
}
#company_block .table_box table tr td{
	padding: 35px 0;
	counter-reset: number 0;
}
#company_block .table_box table tr td .table_list li{
	padding-left: 45px;
	position: relative;
}
#company_block .table_box table tr td .table_list li .num{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
#company_block .table_box table tr td .img_box{
	max-width: 695px;
	width: 90%;
    margin: auto;
}

/*history_table*/
.bold{
	font-weight: 700;
}
#company_block .history_table{
	width: 90%;
	margin: auto;
}
#company_block .history_table table tr td{
	padding: 0 35px 60px;
}
#company_block .history_table table tr td:first-child{
	font-size: 20px;
	padding: 0 65px 60px 0;
	position: relative;
	font-family: "Zen Maru Gothic", serif;
	letter-spacing:0.05rem;
}
#company_block .history_table table tr td:first-child .bold{
	padding-right: 25px;
}
#company_block .history_table table tr td:first-child::before{
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	background: url("../img/company/table_icon.svg")no-repeat;
	width: 30px;
	height: 30px;
	z-index: 3;
}
#company_block .history_table table tr:not(:last-child) td:first-child::after{
	content: "";
	position: absolute;
	right: 13px;
	top: 0;
	bottom: 0;
	margin: auto;
	border-left: 3px dotted #28ab45;
	z-index: 2;
}

#company_block .link_wrap{
	gap: 15px;
	padding: 30px 0 0;
}
#company_block .link_wrap a{
	max-width: 980px;
	width: 100%;
	margin: auto;
	text-align: center;
	padding: 37px 30px;
	font-size: 20px;
	font-family: "Zen Maru Gothic", serif;
	letter-spacing:0.05rem;
}

@media screen and (max-width: 840px) {
	#company_block .history_table table tr td:first-child{
		font-size: 16px;
	}
	#company_block .history_table table tr td:first-child .bold{
		padding-right: 10px;
	}
}

@media screen and (max-width: 640px) {
	#company_block{
		padding: 40px 0 60px;
	}
	#company_block .h3_wrap:not(:first-child){
		margin-top: 50px;
	}
	
	#company_block .table_box table{
		margin: 30px 0 0;
	}
	#company_block .table_box table tr th{
		border-bottom: 1px solid #e8e8e8;
	}
	#company_block .table_box table tr th,
	#company_block .table_box table tr td{
		width: 100%;
		display: block;
		padding: 20px 0;
	}
	#company_block .table_box table tr td .table_list li{
		padding-left: 30px;
	}
	
	#company_block .history_table table tr td:first-child{
		font-size: 14px;
		padding: 0 20px 30px 0;
		width: 115px;
	}
	#company_block .history_table table tr td:first-child::before{
		width: 20px;
		height: 20px;
	}
	#company_block .history_table table tr:not(:last-child) td:first-child::after{
		right: 8px;
	}
	#company_block .history_table table tr td{
		padding: 0 15px 30px;
	}
	
	#company_block .link_wrap{
		padding: 0;
	}
	#company_block .link_wrap a{
		font-size: 14px;
		padding: 15px;
		border-radius: 8px;
	}
}





