.main_slide {
	position: relative;
	top: -141px;
	z-index: 0;
	margin-bottom: -141px;
}

.swiper-slide div.backgroundimg0 {
	height: 100%;
	background: url('/theme/IDEN02/img/bg3.jpg')no-repeat center;
	background-size: cover;
}

.swiper-slide div.backgroundimg1 {
	height: 100%;
	background: url('/theme/IDEN02/img/bg2.jpg')no-repeat center;
	background-size: cover;
}

.swiper-container .swiper-slide {
	width: 100%;
	height: 930px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}

.swiper-container .swiper-slide .slide_m {
	display: none;
}

.swiper-container .swiper-slide .txt_box {
	color: #fff;
	position: absolute;
	z-index: 10000;
	left: 50%;
	transform: translateX(-50%);
	top: 33%;
	padding: 35px 0px;
	width: 1400px;
	text-align: left;
}

.swiper-container .swiper-slide .txt_box .txt_wid {}

.swiper-container .swiper-slide .txt_box h1 {
	font-size: 4em;
	margin-top: 0px;
	font-weight: 600;
	color: #dfe9f3;
	line-height: 1.2em;
	margin-left: -4px;
}

.swiper-container .swiper-slide .txt_box h1 b {
	color: #dfe9f3;
	font-weight: 500;
}

.swiper-container .swiper-slide .txt_box h2 {
	font-size: 2.2em;
	padding-top: 0px;
	font-weight: 300;
	color: #fff;
}

.swiper-container .swiper-slide .txt_box h3 a {
	font-size: 24px;
	background: #267de9;
	padding: 8px 35px;
	border: 1px solid #267de9;
	color: #fff;
	display: inline-block;
	margin-top: 35px;
	border-radius: 30px;
	font-weight: 800;
	letter-spacing: 1px;
	text-align: center;
}

.swiper-container .swiper-slide .txt_box h2 b {}

.swiper-container .swiper-slide .txt_box .line-mid {
	width: 60px;
	background: #fff;
	height: 1px;
	margin: 15px auto;
}

.swiper-container .swiper-slide .txt_box p {
	font-size: 1.8em;
	letter-spacing: 0.5px;
	padding-top: 25px;
	font-weight: 400;
	color: #dfe9f3;
	line-height: 1.2;
}

.swiper-container .swiper-button-prev {
	left: 20px;
	display: block;
}

.swiper-container .swiper-button-next {
	right: 20px;
	display: block;
}

.swiper-container .swiper-pagination {
	display: none;
}

.swiper-container .swiper-slide .txt_box .cont_box .box .a_mo {
	display: none;
}

.txt_animate {
	animation-delay: 1s;
	opacity: 0;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

@-webkit-keyframes fade_down {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fade_down {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fade_down {
	-webkit-animation-name: fade_down;
	animation-name: fade_down;
}

@-webkit-keyframes fade_up {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fade_up {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fade_down {
	-webkit-animation-name: fade_down;
	animation-name: fade_down;
}

.fade_up {
	-webkit-animation-name: fade_up;
	animation-name: fade_up;
}

.delay_1 {
	animation-delay: 1.5s;
}

.delay_2 {
	animation-delay: 2.0s;
}

.delay_3 {
	animation-delay: 2.5s;
}

@media screen and (max-width:1400px) {
	.swiper-container .swiper-slide .txt_box {
		width: 92%;
		margin: 0%;
	}
}

@media screen and (max-width:1150px) {}

@media screen and (max-width:992px) {
	.swiper-container .swiper-slide {
		width: 100%;
		height: 840px;
		margin: 0 auto;
		padding: 0;
		background-color: #c5d5b9;
		overflow: hidden;
	}

	.swiper-container {
		margin-top: 0px;
	}

	.swiper-container .swiper-slide .txt_box {
		color: #fff;
		position: absolute;
		z-index: 10000;
		left: 50%;
		transform: translateX(-50%);
		top: 34%;
		text-align: center;
		padding: 40px 0px;
	}

	.swiper-container .swiper-slide .txt_box h1 {
		font-size: 4.0em;
	}

	.swiper-container .swiper-slide .txt_box h2 {
		font-size: 1.3em;
		padding-top: 0px;
	}

	.swiper-container .swiper-slide .txt_box h3 a {
		font-size: 1.2em;
		margin-top: 30px;
	}

	.swiper-container .swiper-slide .txt_box p {
		font-size: 1.2em;
		line-height: 25px;
	}
}

@media screen and (max-width:700px) {}

@media screen and (max-width:550px) {
	.swiper-container .swiper-slide {
		height: 520px;
	}

	.swiper-container .swiper-slide .txt_box {
		top: 33%;
	}

	.swiper-container .swiper-slide .txt_box p {
		font-size: 1.1em;
		line-height: 18px;
	}

	.swiper-slide div.backgroundimg0 {
		height: 100%;
		background: url('/theme/IDEN02/img/bg3.jpg')no-repeat left -200px center;
		background-size: cover;
	}

	.swiper-slide div.backgroundimg1 {
		height: 100%;
		background: url('/theme/IDEN02/img/bg2.jpg')no-repeat center right;
		background-size: cover;
	}

	.swiper-container .swiper-slide .txt_box h1 {
		font-size: 1.8em;
	}

	.swiper-container .swiper-slide .txt_box p {
		font-size: 1em;
		word-break:keep-all;
	}

	.swiper-container .swiper-slide .txt_box h3 a {
		font-size: 0.9em;
	}

	.swiper-container .swiper-button-prev {
		display: none;
	}

	.swiper-container .swiper-button-next {
		display: none;
	}

	.swiper-container .swiper-pagination {
		display: block;
	}

	.swiper-container .swiper-slide .txt_box .cont_box .box .a_pc {
		display: none;
	}

	.swiper-container .swiper-slide .txt_box .cont_box .box .a_mo {
		display: block;
		width: 108px;
		margin: 0 auto;
		margin-top: 15px;
	}
}

@media screen and (max-width:400px) {}