@charset "UTF-8";

/*------------------リクルートページ------------------------*/
#lead+.contents_box01 .inner_item_txt .sp{
	display: none;
}
@media screen and (max-width: 600px){
	#lead+.contents_box01 .inner_item_txt .sp{
		display: block;
	}
}

@media screen and (max-width: 900px){
	a[id*="interview"]+.contents_box01 .inner_item_img img{
	max-width: 200px !important;
}
}
/*会社概要*/
@media screen and (max-width: 500px){
	#gaiyo+.block_table_3 th{
		text-align: left;
	}
}

@media screen and (max-width: 900px){
a[id*="philosophy"]+.contents_box01 .inner_item_img img {
    max-width: 500px !important;
}
}
/*沿革*/


#history+.block_table_8 table {
    background: transparent;
}
#history+.block_table_8 tr{
	font-weight: 600;
}
#history+.block_table_8 tr div{
	padding-top: 15px;
	padding-bottom: 15px;
}
#history+.block_table_8 tr th {
	position: relative;
}
#history+.block_table_8 tr th::before {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: var(--i_main_color);
    pointer-events: none;
}

#history+.block_table_8 tr th::after {
    position: absolute;
    display: block;
    content: "";
    right: -3.5px;
    width: 8px;
    height: 8px;
    top: calc(50% - 4px);
    border-radius: 50px;
    background: var(--i_main_color);
    pointer-events: none;
}
#history+.block_table_8 table td {
	padding-left: 60px;
}
@media screen and (max-width: 900px){
	#history+.block_table_8 table td {
		padding-left: 40px;
	}
}
@media screen and (max-width: 600px){
	#history+.block_table_8 table td {
		padding-left: 20px;
	}
}
@media screen and (max-width: 450px){
	#history+.block_table_8 table td {
		padding-left: 10px;
	}
}