@charset "utf-8";
html {
	width: 1280px !important;
	transform: scale(0.85);
	-ms-transform: scale(0.85);
	-moz-transform: scale(0.85);
	-webkit-transform: scale(0.85);
	-ms-transform-origin: 0px 0px;
	-moz-transform-origin: 0px 0px;
	-webkit-transform-origin: 0px 0px;
	transform-origin: 0 0;
}

#frontpage #interview,
#frontpage .yoko_scroll > .scroll_box:first-of-type,
.js_scene,
.js_scene:after,
.js_scene:before {
	width: 1280px !important;
}

#frontpage #people {
	background: url(/assets/recruit/images/common/bg_orange.webp) no-repeat center center / cover;
}

#frontpage #internship {
	background: url(/assets/recruit/images/common/bg_shiga_daihatsu_pc.webp) no-repeat right bottom / cover;
}

#frontpage:before,
#frontpage:after {
	display: none !important;
}

.inner {
	padding: 0 20px;
}

@page {
	margin: 12.7mm 9.7mm;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
	html {
		width: inherit !important;
		transform: inherit !important;
	}
}

@supports (-ms-ime-align:auto) {
	html {
		width: inherit !important;
		transform: inherit !important;
		zoom: 1 !important;
		transform-origin: 50% 50% !important;
	}
}