@charset "utf-8";

/* ------------------------------
 受託開発の歩み
------------------------------ */
/* --- 背景画像 --- */
@media print, screen and (min-width: 768px) {
	.bg-products02{
		background-image: url("/corporate/history/consignment/img/consignment_bg_001.jpg") ;
		background-repeat: no-repeat;
		background-position: calc(50% + 500px)  1080px;
	}
	.bg-products02-sub{
		background-image: url("/corporate/history/consignment/img/consignment_bg_002.jpg") ;
		background-repeat: no-repeat;
		background-position: calc(50% - 530px)  1895px;
	}
	.bg-products03{
		background-image: url("/corporate/history/consignment/img/consignment_bg_003.jpg") ;
		background-repeat: no-repeat;
		background-position: calc(50% + 630px)  1220px;
	}
	.bg-products05{
		background-image: url("/corporate/history/consignment/img/consignment_bg_004.jpg") ;
		background-repeat: no-repeat;
		background-position: calc(50% - 520px)  1255px;
		padding-bottom: 150px;
	}
}
@media screen and (max-width: 767px) {
	.bg-products05{
		padding-bottom: 100px;
	}
}