@charset "UTF-8";
/* CSS Document */

/*
追加CSS
*/

/*
50.組合紹介
*/
/*PC*/
@media only screen and (min-width: 1025px) {
	/*メインビジュアル*/
	#page-ca #common_mv .img {
		display: none;
	}
	
}

/*SMP*/
@media only screen and (max-width: 1024px) {
	/*メインビジュアル*/
	#page-ca #common_mv .img {
		display: none;
	}
	
}

/*
70.新卒採用情報
*/
/*PC*/
@media only screen and (min-width: 1025px) {
	/*数字で知る*/
	#page70 .contents-4 .items .item.item-7 img {
		width: 280px!important;
		height: auto!important;
	}
	
	#page70 .contents-4 .items .item.item-9 p {
		left: 90px!important;
	}
	
	#page70 .contents-4 .items .item.item-9 img {
		width: 280px!important;
		height: auto!important;
	}
	
}

/*SMP*/
@media only screen and (max-width: 1024px) {
	/*数字で知る*/
	#page70 .contents-4 .items .item.item-7 img {
		width: 200px!important;
		height: auto!important;
	}
	
	#page70 .contents-4 .items .item.item-9 p {
		left: 14px!important;
	}
	
	#page70 .contents-4 .items .item.item-9 img {
		width: 150px!important;
		height: auto!important;
	}
	
}