



/* TOPビジュアル *******************/
header {
	height: 720px;
	background-image: url(../img/top/mv_bg_pc.png);
}
header h2 {
	text-align: center;
}
header h2 img {
	width: 100%;
	max-width: 1400px;
	height: auto;
	margin-top: 100px;
}





/* トータルサポート *******************/
section.total {
	width: 100%;
	background-image: url(../img/top/h_total_bg_pc.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #E9E9F0;
	padding-top: 140px;
	padding-bottom: 130px;
	position: relative;
}
/*リンクボタン*/
section.total > div.btns {
	position: absolute;
	top: -100px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	width: 1000px;
	display: flex;
	margin: 0 auto;
}
section.total > div.btns a:nth-of-type(1) {
	width: 333px;
	display: block;
}
section.total > div.btns a:nth-of-type(2) {
	width: 667px;
	display: block;
}
section.total > div.btns a img {
	width: 100%;
	height: auto;
}
/*バナー群*/
section.total > div.bnrs {
	text-align: center;
}
/* 大型トラックレッカー車導入バナー */
section.total > div.bnrs div.new_wrecker {
	width: 800px;
	margin: 0 auto 40px;
}
section.total > div.bnrs div.new_wrecker img {
	width: 100%;
	height: auto;
}
section.total > div.bnrs > img {
	width: 970px;
	height: auto;
}
section.total > div.bnrs > p {
	font-size: 20px;
	font-weight: 300;
	color: #fff;
	line-height: 1.6;
	margin-top: 40px;
	margin-bottom: 100px;
}
section.total > div.bnrs ul {
	width: 74%;
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
section.total > div.bnrs ul li {
	width: 100%;
	position: relative;
	margin-bottom: 20px;
}
section.total > div.bnrs ul li a div.img_wrap {
	overflow: hidden;
}
section.total > div.bnrs ul li a div.img_wrap img {
	width: auto;
	transition-duration: 0.5s;
}
section.total > div.bnrs ul li a:hover div.img_wrap img {
	transform: scale(1.1);
	transition-duration: 0.5s;
	filter: brightness(1.1);
}
section.total > div.bnrs ul li p {
	position: absolute;
	bottom: 30px;
	left: 40px;
	font-size: 50px;
	font-weight: 500;
	color: #fff;
	line-height: 1.4;
	text-align: left;
}
section.total > div.bnrs ul li p b {
	font-weight: 500;
}
section.total > div.bnrs ul li p span {
	display: block;
	font-size: 30px;
	font-weight: 300;
}
/*半分バナー*/
section.total > div.bnrs ul li:nth-of-type(2),
section.total > div.bnrs ul li:nth-of-type(3),
section.total > div.bnrs ul li:nth-of-type(4),
section.total > div.bnrs ul li:nth-of-type(5) {
	width: 49%;
}
section.total > div.bnrs ul li:nth-of-type(2) p,
section.total > div.bnrs ul li:nth-of-type(3) p,
section.total > div.bnrs ul li:nth-of-type(4) p,
section.total > div.bnrs ul li:nth-of-type(5) p {
	font-size: 34px;
}
section.total > div.bnrs ul li:nth-of-type(2) p span,
section.total > div.bnrs ul li:nth-of-type(3) p span,
section.total > div.bnrs ul li:nth-of-type(4) p span,
section.total > div.bnrs ul li:nth-of-type(5) p span {
	font-size: 20px;
}

/*外部サイトバナー群*/
section.total > div.bnrs ol {
	width: 90%;
	max-width: 1200px;
	margin: 80px auto 0;
	display: flex;
	justify-content: space-between;
}
section.total > div.bnrs ol li {
	width: 48%;
}
section.total > div.bnrs ol li a {
	width: 100%;
	display: block;
}
/*hover*/
section.total > div.bnrs ol li a:hover {
	opacity: 0.8;
	box-shadow: 0px 0px 0px 1px #1F2150;
}
section.total > div.bnrs ol li a img {
	width: 100%;
	height: auto;
	margin-bottom: 15px;
}
section.total > div.bnrs ol li p {
	font-size: 20px;
	font-weight: 400;
	color: #0F0F0F;
	line-height: 1.6;
	text-align: left;
}





/* ABN株式会社をもっと知る *******************/
section.about {
	width: 100%;
	background-image: url(../img/top/h_about_bg_pc.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #E9E9F0;
	padding-top: 140px;
	padding-bottom: 200px;
	position: relative;
}
section.about > div:nth-of-type(1) {
	text-align: center;
}
section.about > div:nth-of-type(1) img {
	width: 1080px;
	height: auto;
}
section.about > div:nth-of-type(1) > p {
	font-size: 20px;
	font-weight: 300;
	color: #fff;
	line-height: 1.6;
	margin-top: 40px;
	margin-bottom: 100px;
}

section.about > div.point {
	width: 100%;
	background-image: url(../img/top/about_wrecker_pc.png);
	background-position: top center;
	background-repeat: no-repeat;
	margin-bottom: 100px;
}
section.about > div.point.rt {
	background-image: url(../img/top/about_bankin_pc.png);
}
section.about > div.point > div {
	width: 100%;
	height: 750px;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}
section.about > div.point > div > div.cont {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 596px;
	background-color: #1F2150;
	padding: 60px;
	font-size: 16px;
	font-weight: 300;
	color: #fff;
	line-height: 1.4;
}
section.about > div.point.rt > div > div.cont {
	left: unset;
	right: 0;
	bottom: 0;
}
section.about > div.point > div > div.cont p {
	font-size: 33px;
	font-weight: 400;
	margin-bottom: 30px;
}
section.about > div.point > div > div.cont a {
	width: 216px;
	display: block;
	font-size: 16px;
	font-weight: 500;
	padding: 12px 30px;
	border: 1px solid #fff;
	border-radius: 8px;
	margin-top: 50px;
	position: relative;
}
section.about > div.point > div > div.cont a::after {
	position: absolute;
	top: 50%;
	right: 30px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	content: '\f138';
	font-size: 16px;
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
}
/*hover*/
section.about > div.point > div > div.cont a:hover {
	color: #1F2150;
	background-color: #fff;
}
/*私たちと一緒に働きませんか？*/
section.about > div.saiyo {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
section.about > div.saiyo > img {
	width: 100%;
	height: auto;
}
section.about > div.saiyo > div {
	background-color: #1F2150;
	padding: 45px 60px;
	font-size: 16px;
	font-weight: 300;
	color: #fff;
	position: relative;
}
section.about > div.saiyo > div p {
	font-size: 33px;
	font-weight: 500;
	margin-bottom: 10px;
}
section.about > div.saiyo > div a {
	position: absolute;
	top: 50%;
	right: 60px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	width: 216px;
	font-size: 16px;
	font-weight: 400;
	padding: 12px 30px;
	border: 1px solid #fff;
	border-radius: 8px;
}
section.about > div.saiyo > div a::after {
	position: absolute;
	top: 50%;
	right: 30px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	content: '\f138';
	font-size: 16px;
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
}
/*hover*/
section.about > div.saiyo > div a:hover {
	color: #1F2150;
	background-color: #fff;
}





/*■■■■■■■■■■■■■■ sp ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
@media screen and (max-width: 1079px) {
*{}
/*■■■■■■■■■■■■■■ sp ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/






/* TOPビジュアル *******************/
header {
	background-image: url(../img/top/mv_bg_sp.png);
	height: 100vw;
}
header h2 img {
	max-width: unset;
	margin-top: 0px;
}





/* トータルサポート *******************/
section.total {
	background-image: url(../img/top/h_total_bg_sp.png);
	background-size: 100% auto;
	padding-top: 26vw;
	padding-bottom: 50px;
}
	/*リンクボタン*/
	section.total > div.btns {
		width: 90%;
		max-width: 650px;
		top: -19vw;
		flex-direction: column-reverse;
	}
@media screen and (max-width: 768px) {
	section.total {
		padding-top: 40vw;
	}
	/*リンクボタン*/
	section.total > div.btns {
		top: -10vw;
	}
}
section.total > div.btns a:nth-of-type(1) {
	width: 100%;
}
section.total > div.btns a:nth-of-type(2) {
	width: 100%;
}
/*バナー群*/
/* 大型トラックレッカー車導入バナー */
section.total > div.bnrs div.new_wrecker {
	width: 90%;
	max-width: 650px;
	margin: 0 auto 40px;
}
section.total > div.bnrs > img {
	width: 80%;
}
section.total > div.bnrs > p {
	margin: 0 auto;
	width: 90%;
	max-width: 600px;
	font-size: 16px;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 40px;
}
section.total > div.bnrs ul {
	width: 90%;
	max-width: 600px;
}
section.total > div.bnrs ul li a div.img_wrap img {
	width: 100%;
	height: auto;
}
section.total > div.bnrs ul li p {
	font-size: 28px;
	bottom: 20px;
	left: 20px;
}
section.total > div.bnrs ul li p b {
	display: none;
}
section.total > div.bnrs ul li p span {
	font-size: 16px;
}
/*半分バナー*/
section.total > div.bnrs ul li:nth-of-type(2),
section.total > div.bnrs ul li:nth-of-type(3),
section.total > div.bnrs ul li:nth-of-type(4),
section.total > div.bnrs ul li:nth-of-type(5) {
	width: 100%;
}
section.total > div.bnrs ul li:nth-of-type(2) p,
section.total > div.bnrs ul li:nth-of-type(3) p,
section.total > div.bnrs ul li:nth-of-type(4) p,
section.total > div.bnrs ul li:nth-of-type(5) p {
	font-size: 28px;
}
section.total > div.bnrs ul li:nth-of-type(2) p span,
section.total > div.bnrs ul li:nth-of-type(3) p span,
section.total > div.bnrs ul li:nth-of-type(4) p span,
section.total > div.bnrs ul li:nth-of-type(5) p span {
	font-size: 16px;
}

/*外部サイトバナー群*/
section.total > div.bnrs ol {
	width: 90%;
	flex-wrap: wrap;
	margin: 40px auto 0;
	max-width: 600px;
}
section.total > div.bnrs ol li {
	width: 100%;
	margin-bottom: 40px;
}
section.total > div.bnrs ol li a {
	box-shadow: 0px 0px 0px 1px #1F2150;
}
section.total > div.bnrs ol li p {
	font-size: 16px;
}







/* ABN株式会社をもっと知る *******************/
section.about {
	background-image: url(../img/top/h_about_bg_sp.png);
	background-size: 100% auto;
	padding-top: 20vw;
	padding-bottom: 140px;
}
section.about > div:nth-of-type(1) img {
	width: 80%;
	max-width: 600px;
}
section.about > div:nth-of-type(1) > p {
	margin: 0 5%;
	font-size: 16px;
	text-align: left;
	margin-top: 30px;
	margin-bottom: 100px;
}

section.about > div.point {
	background-image: url(../img/top/about_wrecker_sp.png);
	background-size: 100% auto;
	margin-bottom: 60px;
}
section.about > div.point.rt {
	background-image: url(../img/top/about_bankin_sp.png);
}
section.about > div.point > div {
	height: 500px;
}
section.about > div.point > div > div.cont {
	width: 90%;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	padding: 30px;
}
section.about > div.point.rt > div > div.cont {
	width: 90%;
	left: 50%;
	right: unset;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	padding: 30px;
}
section.about > div.point > div > div.cont p {
	font-size: 22px;
}
section.about > div.point > div > div.cont a {
	width: 100%;
	max-width: 315px;
	margin-top: 40px;
	color: #1F2150;
	background-color: #fff;
}
/*私たちと一緒に働きませんか？*/
section.about > div.saiyo > div {
	padding: 30px;
	line-height: 1.4;
}
section.about > div.saiyo > div p {
	font-size: 22px;
	line-height: 1.4;
}
section.about > div.saiyo > div a {
	position: static;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	width: 100%;
	max-width: 315px;
	margin-top: 40px;
	color: #1F2150;
	background-color: #fff;
	display: block;
}






/*■■■■■■■■■■■■■■ sp ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
}
/*■■■■■■■■■■■■■■ sp ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/