.dig_img {
	width: 100%;
	height: 100%;
}

.dig_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.dig_text {
	position: absolute;
	top: 37%;
	left: 50%;
	transform: translate(-50%, 0%);
}

.dig_tit {
	font-weight: 500;
	color: #fff;
	line-height: 1;
}

.dig_des {
	color: #fff;
	line-height: 1.5;
	margin-top: 12px;
}

.feature {
	display: -ms-flexbox;
	display: flex;
	margin-top: 42px;
}

.feature li {
	margin-right: 40px;
}

.feature .ico {
	/*width: 50px;
height: 50px;
display: flex;
justify-content: center;
align-items: center;*/
	width: 50px;
	margin: 0 auto;

}

.feature .ico img {
	/*max-width: 100%;
width: auto;
max-height: 100%;*/
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.feature p {
	color: #fff;
	line-height: 2;
	margin-top: 10px;
}

.btn_box a {
	display: inline-block;
	padding: 10px 0;
	text-align: center;
	width: 180px;
	color: #e94620;
	background: #fff;
	border-radius: 100px;
	transition: all 0.3s;
}

.btn_box {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	margin-top: 20px;
}

.btn_box a:hover {
	transform: translateY(-3px);
}

.btn_box .q_r {
	width: 160px;
	border-radius: 10px;
	overflow: hidden;
	opacity: 0;
	margin-left: 24px;
}

#menu {
	position: absolute;
	top: 50%;
	right: 4.167%;
	transform: translateY(-50%);
	z-index: 2;
}

#menu li a {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: end;
	    justify-content: flex-end;
	-ms-flex-align: center;
	    align-items: center;
	transition: all .5s;
	opacity: .5;
	color: #fff;
	padding: 1vw 0;
}

#menu li.active a,
#menu li.active span:nth-child(2):after {
	opacity: 1;
}

#menu span:nth-child(2) {
	width: 12px;
	height: 12px;
	margin: 5px;
	position: relative;
	border-radius: 50%;
	background-color: #fff;
	margin-left: 25px;
}

#menu span:nth-child(2):after {
	content: '';
	width: 22px;
	height: 22px;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	border: 1px solid #fff;
	opacity: 0;
	transition: all .5s;
	position: absolute;
	top: 50%;
	left: 50%;
}

.breadcrumbs {
	position: absolute;
	top: 100px;
	z-index: 3;
	left: 50%;
	transform: translateX(-50%);
	bottom: auto;
	background-color: transparent;

}

.dig_img .phone {
	display: none;
}

.dig_img .pc {
	display: block;
}

@media screen and (max-width:1600px) {
	.feature li {
		margin-right: 2vw;
	}

	.feature {
		margin-top: 2.1875vw;
	}

}

@media screen and (max-width:1440px) {
	.breadcrumbs {
		top: 72px;
	}

	.dig_text {
		top: 50%;
		transform: translate(-50%, -50%);
	}
}

@media screen and (max-width:998px) {
	.breadcrumbs {
		top: 100px;
	}
}

@media screen and (max-width:768px) {
	.breadcrumbs {
		top: 120px;
	}
}

@media screen and (max-width:767px) {
	.breadcrumbs {
		top: 60px;
	}

	.btn_box .q_r {
		display: none;
	}

	.section .noUrl .btn_box {
		-ms-flex-pack: center;
		    justify-content: center;
		margin-top: 10px;
	}

	.section .noUrl .btn_box a {
		margin: 0 10px;
	}

	.section .noUrl .btn_box .q_r {
		width: 80px;
		opacity: 1 !important;
		margin-left: 0;
		border-radius: 0;
	}

	.section .noUrl .btn_box:hover .q_r {
		display: block;
	}

	.section .noUrl .feature p {
		margin-top: 0px;
		font-size: 12px;
	}

	.section .noUrl .feature .ico {
		width: 30px;
	}



	.feature p {
		font-size: 12px;
	}

	.dig_text {
		top: 65vw;
	}

	.dig_tit {
		text-align: center;
	}

	.dig_des {
		text-align: center;
	}

	#menu span:nth-child(1) {
		display: none;
	}

	.feature {
		-ms-flex-pack: center;
		    justify-content: center;
	}

	.feature li {
		margin: 0 1.5%;
	}

	.btn_box a {
		width: 140px;
		margin: 0 auto;
	}

	.feature .ico {
		width: 40px;
	}

	.dig_img .phone {
		display: block;
	}

	.dig_img .pc {
		display: none;
	}
}