@charset "utf-8";


/*========================================================
	
	 main image countainer
	 
========================================================== */

.top_main_image{
	margin-top: -137px;
	padding-top: 150px;
	width: 100%;
}
@media only screen and (max-width: 1110px) {
	.top_main_image{
		margin-top: 0px;
		padding-top: 0px;
		width: 100%;
	}
}

.top_main_image .cnt_inner_mv {
	width: 100%;
	background: #eee;
	overflow: hidden;
}
.top_main_image .cnt_inner_mv img{
	width: 100%;
}
.top_main_image .cnt_inner_txt  {
	width: 90%;
	margin: 0 auto;
	padding: 1.5em 0;
}
.top_main_image .cnt_inner_txt p {
	width: 100%;
	margin: 0 auto 5px auto;
	text-align: center;
	font-size: 14px;
	line-height: 25px;
}


@media only screen and (max-width: 1110px) {
	.top_main_image .cnt_inner_txt p {
		font-size: 12px;
		line-height: 1.6em;
	}
}



/*========================================================
	
	 our spirit countainer
	 
========================================================== */

.top_spirit_cnt{
	width: 100%;
	background: #FFF url(../images/top_spirit_bg.jpg) no-repeat center bottom;
	background-size: 100% auto;
	padding: 90px 0 390px 0 ;
}

.top_spirit_cnt .title_cnt{
	width: 100%;
	text-align: center;
	padding: 0;
	margin: 0;
}
.top_spirit_cnt .txt_cnt{
	width: 100%;
	text-align: center;
	margin: 30px auto;
	padding: 0;
}
.top_spirit_cnt .txt_cnt H2{
	margin: 0 0 30px 0;
	padding: 0;
	font-size: 30px;
	font-weight: bold;
}
.top_spirit_cnt .txt_cnt .lead_txt{
	font-size: 14px;
	line-height: 25px;
}
.top_spirit_cnt .txt_cnt .lead_txt p{
	margin-bottom: 23px;
}


@media only screen and (max-width: 1110px) {
		
	.top_spirit_cnt{
		width: 100%;
		background: #FFF url(../images/top_spirit_bg.jpg) no-repeat center bottom;
		background-size: 140% auto;
		padding: 30px 0 150px 0 ;
	}
	
	.top_spirit_cnt .title_cnt{
		width: 100%;
		text-align: center;
		padding: 0;
		margin: 0;
	}
	.top_spirit_cnt .title_cnt img{
		width: 40%;
	}
	.top_spirit_cnt .txt_cnt{
		width: 90%;
		text-align: left;
		margin: 30px auto;
		padding: 0;
	}
	.top_spirit_cnt .txt_cnt H2{
		margin: 0 0 30px 0;
		padding: 0;
		font-size: 18px;
		font-weight: bold;
	}
	.top_spirit_cnt .txt_cnt .lead_txt{
		font-size: 10px;
		line-height: 25px;
	}
	.top_spirit_cnt .txt_cnt .lead_txt p{
		margin-bottom: 23px;
	}
	
}








/*========================================================
	
	 our challenge countainer
	 
========================================================== */

.top_challenge_cnt{
	width: 100%;
	background: #FFF url(../images/top_challenge_bg.jpg) no-repeat center bottom;
	background-size: 100% auto;
	padding: 90px 0 390px 0 ;
}

.top_challenge_cnt .title_cnt{
	width: 100%;
	text-align: center;
	padding: 0;
	margin: 0;
}
.top_challenge_cnt .txt_cnt{
	width: 100%;
	text-align: center;
	margin: 30px auto;
	padding: 0;
}
.top_challenge_cnt .txt_cnt H2{
	margin: 0 0 30px 0;
	padding: 0;
	font-size: 30px;
	font-weight: bold;
}
.top_challenge_cnt .txt_cnt .lead_txt{
	font-size: 14px;
	line-height: 25px;
}
.top_challenge_cnt .txt_cnt .lead_txt p{
	margin-bottom: 23px;
}

.top_challenge_cnt .btn_cnt .bt_view_more{
	margin: 10px auto;
	width: 340px;
	height: 30px;
	border: 1px solid #D9000F;
	text-align: center;
	font-size: 14px;
	line-height: 30px;
	color: #D9000F;
	background: #FFF;
}
.top_challenge_cnt .btn_cnt .bt_view_more a{
	display: block;
	color: #D9000F;
}

.top_challenge_cnt .btn_cnt .bt_link{
	margin: 10px auto;
	width: 340px;
	height: 30px;
	border: 1px solid #D9000F;
	text-align: center;
	font-size: 14px;
	line-height: 30px;
	color: #FFF;
	background: #D9000F;
}
.top_challenge_cnt .btn_cnt .bt_link a{
	display: block;
	color: #FFF;
}

.top_challenge_cnt .inline_cnt{
	display: none;
}



@media only screen and (max-width: 1110px) {
		
	.top_challenge_cnt{
		width: 100%;
		background: #FFF url(../images/top_challenge_bg.jpg?version=20240226) no-repeat center bottom;
		background-size: 140% auto;
		padding: 30px 0 150px 0 ;
	}
	
	.top_challenge_cnt .title_cnt{
		width: 100%;
		text-align: center;
		padding: 0;
		margin: 0;
	}
	.top_challenge_cnt .title_cnt img{
		width: 60%;
	}
	.top_challenge_cnt .txt_cnt{
		width: 90%;
		text-align: left;
		margin: 30px auto;
		padding: 0;
	}
	.top_challenge_cnt .txt_cnt H2{
		margin: 0 0 30px 0;
		padding: 0;
		font-size: 18px;
		font-weight: bold;
	}
	.top_challenge_cnt .txt_cnt .lead_txt{
		font-size: 10px;
		line-height: 25px;
	}
	.top_challenge_cnt .txt_cnt .lead_txt p{
		margin-bottom: 23px;
	}
	
	
	.top_challenge_cnt .btn_cnt .bt_view_more{
		margin: 10px auto;
		width: 80%;
		height: 26px;
		border: 1px solid #D9000F;
		text-align: center;
		font-size: 10px;
		line-height: 26px;
		color: #D9000F;
		background: #FFF;
	}
	.top_challenge_cnt .btn_cnt .bt_view_more a{
		display: block;
		color: #D9000F;
	}
	
	.top_challenge_cnt .btn_cnt .bt_link{
		margin: 10px auto;
		width: 80%;
		height: 26px;
		border: 1px solid #D9000F;
		text-align: center;
		font-size: 10px;
		line-height: 26px;
		color: #FFF;
		background: #D9000F;
	}
	.top_challenge_cnt .btn_cnt .bt_link a{
		display: block;
		color: #FFF;
	}
}







/*========================================================
	
	strategy & future countainer
	 
========================================================== */

.top_strategy_cnt{
	width: 100%;
	background: #FFF url(../images/top_strategy_bg.jpg) no-repeat right bottom;
	background-size: auto;
	padding: 90px 0 90px 0 ;
}

.top_strategy_cnt .title_cnt{
	width: 100%;
	text-align: center;
	padding: 0;
	margin: 0;
}
.top_strategy_cnt .txt_cnt{
	width: 100%;
	text-align: center;
	margin: 30px auto;
	padding: 0;
}
.top_strategy_cnt .txt_cnt H2{
	margin: 0 0 30px 0;
	padding: 0;
	font-size: 30px;
	font-weight: bold;
}
.top_strategy_cnt .txt_cnt .lead_txt{
	font-size: 14px;
	line-height: 25px;
}
.top_strategy_cnt .txt_cnt .lead_txt p{
	margin-bottom: 23px;
}

.top_strategy_cnt .btn_cnt .bt_view_more{
	margin: 10px auto;
	width: 340px;
	height: 30px;
	border: 1px solid #D9000F;
	text-align: center;
	font-size: 14px;
	line-height: 30px;
	color: #D9000F;
	background: #FFF;
}
.top_strategy_cnt .btn_cnt .bt_view_more a{
	display: block;
	color: #D9000F;
}

.top_strategy_cnt .btn_cnt .bt_link{
	margin: 10px auto;
	width: 340px;
	height: 30px;
	border: 1px solid #D9000F;
	text-align: center;
	font-size: 14px;
	line-height: 30px;
	color: #FFF;
	background: #D9000F;
}
.top_strategy_cnt .btn_cnt .bt_link a{
	display: block;
	color: #FFF;
}




@media only screen and (max-width: 1110px) {
	
	.top_strategy_cnt{
		width: 100%;
		background: #FFF url(../images/top_strategy_bg.jpg) no-repeat right bottom;
		background-size: 90%;
		padding: 40px 0 50px 0 ;
	}
	
	.top_strategy_cnt .title_cnt{
	width: 100%;
	text-align: center;
	padding: 0;
	margin: 0;
	}
	.top_strategy_cnt .title_cnt img{
		width: 60%;
	}
	.top_strategy_cnt .txt_cnt{
		width: 90%;
		text-align: left;
		margin: 30px auto;
		padding: 0;
	}
	.top_strategy_cnt .txt_cnt H2{
		margin: 0 0 30px 0;
		padding: 0;
		font-size: 18px;
		font-weight: bold;
	}
	.top_strategy_cnt .txt_cnt .lead_txt{
		font-size: 14px;
		line-height: 25px;
	}
	.top_strategy_cnt .txt_cnt .lead_txt p{
		margin-bottom: 23px;
	}
	
	.top_strategy_cnt .btn_cnt .bt_view_more{
		margin: 10px auto;
		width: 80%;
		height: 26px;
		border: 1px solid #D9000F;
		text-align: center;
		font-size: 10px;
		line-height: 26px;
		color: #D9000F;
		background: #FFF;
	}
	.top_strategy_cnt .btn_cnt .bt_view_more a{
		display: block;
		color: #D9000F;
	}
	
	.top_strategy_cnt .btn_cnt .bt_link{
		margin: 10px auto;
		width: 340px;
		height: 30px;
		border: 1px solid #D9000F;
		text-align: center;
		font-size: 14px;
		line-height: 30px;
		color: #FFF;
		background: #D9000F;
	}
	.top_strategy_cnt .btn_cnt .bt_link a{
		display: block;
		color: #FFF;
	}
}





/*========================================================
	
	mission countainer
	 
========================================================== */


.top_mission_cnt{
	width: 100%;
	background: #D9000F;
	color: #fff;
	padding: 50px 0 50px 0 ;
}

.top_mission_cnt .title_cnt{
	width: 100%;
	text-align: center;
	padding: 0;
	margin: 0;
}
.top_mission_cnt .txt_cnt{
	width: 100%;
	text-align: center;
	margin: 30px auto;
	padding: 0;
}
.top_mission_cnt .txt_cnt H2{
	margin: 0 0 30px 0;
	padding: 0;
	font-size: 30px;
	font-weight: bold;
}
.top_mission_cnt .txt_cnt .lead_txt{
	font-size: 14px;
	line-height: 25px;
}
.top_mission_cnt .txt_cnt .lead_txt p{
	margin-bottom: 23px;
}

.top_mission_cnt .btn_cnt .bt_view_more{
	margin: 40px auto;
	width: 340px;
	height: 30px;
	border: 1px solid #D9000F;
	text-align: center;
	font-size: 14px;
	line-height: 30px;
	color: #D9000F;
	background: #FFF;
}
.top_mission_cnt .btn_cnt .bt_view_more a{
	display: block;
	color: #D9000F;
	width: 100%;
}


.top_mission_cnt .step_cnt{
	width: 960px;
	margin: 10px auto 20px auto;
	overflow: hidden;
}
.top_mission_cnt .step_cnt .step_arrow_l{
	width: 10%;
	height: 10%;
	float: left;
	margin-top: 50px;
}
.top_mission_cnt .step_cnt .step_arrow_r{
	width: 10%;
	height: 10%;
	float: right;
	margin-top: 50px;
}
.top_mission_cnt .step_cnt .step_arrow_l img,
.top_mission_cnt .step_cnt .step_arrow_r img{
	width: 90%;
}
.top_mission_cnt .step_cnt .step_slide{
	width: 80%;
	overflow-x: auto;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
    -ms-overflow-style:none;
	float: left;
}
.top_mission_cnt .step_cnt .step_slide::-webkit-scrollbar {
  display: none;
}
.top_mission_cnt .step_cnt .step_slide img{
	width: 200%;
}


@media only screen and (max-width: 1110px) {
	
	.top_mission_cnt{
		width: 100%;
		background: #D9000F;
		color: #fff;
		padding: 40px 0 20px 0 ;
	}
	
	.top_mission_cnt .title_cnt{
		width: 100%;
		text-align: center;
		padding: 0;
		margin: 0;
	}
	.top_mission_cnt .title_cnt img{
		width: 50%;
	}
	
	.top_mission_cnt .txt_cnt{
		width: 90%;
		text-align: left;
		margin: 30px auto;
		padding: 0;
	}
	.top_mission_cnt .txt_cnt H2{
		margin: 0 0 30px 0;
		padding: 0;
		font-size: 18px;
		font-weight: bold;
	}
	.top_mission_cnt .txt_cnt .lead_txt{
		font-size: 10px;
		line-height: 25px;
	}
	.top_mission_cnt .txt_cnt .lead_txt p{
		margin-bottom: 23px;
	}
	
	
	.top_mission_cnt .btn_cnt .bt_view_more{
		margin: 10px auto;
		width: 80%;
		height: 26px;
		border: 1px solid #D9000F;
		text-align: center;
		font-size: 10px;
		line-height: 26px;
		color: #D9000F;
		background: #FFF;
	}
	.top_mission_cnt .btn_cnt .bt_view_more a{
		display: block;
		color: #D9000F;
	}
	
	
	.top_mission_cnt .step_cnt{
		width: 100%;
		margin: 10px auto 20px auto;
		overflow: hidden;
	}
	.top_mission_cnt .step_cnt .step_arrow_l{
		width: 10%;
		height: 10%;
		float: left;
		margin-top: 30px;
	}
	.top_mission_cnt .step_cnt .step_arrow_r{
		width: 10%;
		height: 10%;
		float: right;
		margin-top: 30px;
	}
	.top_mission_cnt .step_cnt .step_arrow_l img,
	.top_mission_cnt .step_cnt .step_arrow_r img{
		width: 100%;
	}
	.top_mission_cnt .step_cnt .step_slide{
		width: 80%;
	      overflow-x: auto;
	      white-space: nowrap;
	      -webkit-overflow-scrolling: touch;
		float: left;
	}
	.top_mission_cnt .step_cnt .step_slide::-webkit-scrollbar {
	  display: none;
	}
	.top_mission_cnt .step_cnt .step_slide img{
		width: 300%;
	}
}





/*========================================================
	
	producer countainer
	 
========================================================== */


.top_producer_cnt{
	width: 100%;
	background: #FFF;
	padding: 50px 0 90px 0 ;
}

.top_producer_cnt .title_cnt{
	width: 100%;
	text-align: center;
	padding: 0;
	margin: 0;
}
.top_producer_cnt .txt_cnt{
	width: 100%;
	text-align: center;
	margin: 30px auto;
	padding: 0;
}
.top_producer_cnt .txt_cnt H2{
	margin: 0 0 30px 0;
	padding: 0;
	font-size: 30px;
	font-weight: bold;
}
.top_producer_cnt .txt_cnt .lead_txt{
	font-size: 14px;
	line-height: 25px;
}
.top_producer_cnt .txt_cnt .lead_txt p{
	margin-bottom: 23px;
}



/* dept_cnt */


.top_producer_cnt .dept_cnt{
	width: 100%;
	height: 330px;
	position: relative;
	overflow: hidden;
}
.top_producer_cnt .dept_cnt .dept_cnt_inner{
	width: 980px;
	margin: 26px auto;
	color: #fff;
	z-index: 100;
	position: absolute;
	left: 50%;
	margin-left: -490px;
}

.top_producer_cnt .dept_cnt .dept_cnt_inner .intro_cnt{
	width: 380px;
	margin: 0 20px;
}

.top_producer_cnt .dept_cnt .dept_cnt_inner.dept_left .intro_cnt{
	float: left;
}
.top_producer_cnt .dept_cnt .dept_cnt_inner.dept_right .intro_cnt{
	float: right;
}


.top_producer_cnt .dept_cnt .dept_cnt_inner .intro_cnt .title{
	overflow: hidden;
}
.top_producer_cnt .dept_cnt .dept_cnt_inner .intro_cnt .title .icon{
	display: table-cell;
	vertical-align: bottom;
}
.top_producer_cnt .dept_cnt .dept_cnt_inner .intro_cnt .title .icon img{
	margin-right: 15px;
}
.top_producer_cnt .dept_cnt .dept_cnt_inner .intro_cnt .title .name{
	display: table-cell;
	vertical-align: bottom;
}
.top_producer_cnt .dept_cnt .dept_cnt_inner .intro_cnt .title .name .jp{
	font-size: 45px;
	line-height: 55px;
	font-weight: 500;
}
.top_producer_cnt .dept_cnt .dept_cnt_inner .intro_cnt .title .name .en{
	font-size: 14px;
	line-height: 20px;
	font-weight: 300;
}

.top_producer_cnt .dept_cnt .dept_cnt_inner .intro_cnt .txt{
	width: 380px;
	overflow: hidden;
	font-size: 12px;
	margin: 15px 0 0 0;
}


/* pt_cnt */

.top_producer_cnt .dept_cnt .dept_cnt_inner .pt_cnt{
	width: 520px;
	height: 250px;
	overflow: hidden;
	margin: 10px 20px 0 20px;
}

.top_producer_cnt .dept_cnt .dept_cnt_inner .pt_cnt .pt_qp{
	width: 250px;
	height: 250px;
	overflow: hidden;
	position: relative;
	border-radius: 10px;
	float: left;
	margin-right:10px;
}
.top_producer_cnt .dept_cnt .dept_cnt_inner .pt_cnt .pt_qp .name{
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	position: absolute;
	top: 140px;
	left: 10px;
}
.top_producer_cnt .dept_cnt .dept_cnt_inner .pt_cnt .pt_qp .view_more{
	font-size: 14px;
	color: #FFF;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	padding: 3px 8px;
}
.top_producer_cnt .dept_cnt .dept_cnt_inner .pt_cnt .pt_qp .pt img{
	width: 100%;
}
.top_producer_cnt .dept_cnt .dept_cnt_inner .pt_cnt .pt_qp a{
	color: #fff;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 100;
	position: absolute;
}
.top_producer_cnt .dept_cnt .dept_cnt_inner .pt_cnt .pt_qp a:hover{
	background: rgba(255,255,255,0.2);
}

.top_producer_cnt .dept_cnt .dept_cnt_inner.dept_left .pt_cnt .pt_qp .view_more{
	background: #D8000F;
}
.top_producer_cnt .dept_cnt .dept_cnt_inner.dept_right .pt_cnt .pt_qp .view_more{
	background: #808080;
}

/* bg_belt */
.top_producer_cnt .dept_cnt .bg_belt_01{
	width: 100%;
	height: 260px;
	background: #D8000F;
	border-radius: 20px;
	position: absolute;
	z-index: 90;
	left: -48%;
}
.top_producer_cnt .dept_cnt .bg_belt_02{
	width: 100%;
	height: 260px;
	background: #808080;
	border-radius: 20px;
	position: absolute;
	z-index: 90;
	right: -40%;
}
.top_producer_cnt .dept_cnt .bg_belt_03{
	width: 100%;
	height: 260px;
	background: #D8000F;
	border-radius: 20px;
	position: absolute;
	z-index: 90;
	left: -42%;
}
.top_producer_cnt .dept_cnt .bg_belt_04{
	width: 100%;
	height: 260px;
	background: #808080;
	border-radius: 20px;
	position: absolute;
	z-index: 90;
	right: -46%;
}















@media only screen and (max-width: 1110px) {
	
	.top_producer_cnt{
		width: 100%;
		background: #FFF;
		padding: 20px 0 20px 0 ;
	}
	
	.top_producer_cnt .title_cnt{
		width: 100%;
		text-align: center;
		padding: 0;
		margin: 20px 0 0 0;
	}
	.top_producer_cnt .title_cnt img{
		width: 95%;
	}
	
	.top_producer_cnt .txt_cnt{
		width: 90%;
		text-align: left;
		margin: 30px auto;
		padding: 0;
	}
	.top_producer_cnt .txt_cnt H2{
		margin: 0 0 30px 0;
		padding: 0;
		font-size: 18px;
		font-weight: bold;
	}
	.top_producer_cnt .txt_cnt .lead_txt{
		font-size: 10px;
		line-height: 25px;
	}
	.top_producer_cnt .txt_cnt .lead_txt p{
		margin-bottom: 23px;
	}
	
	
	
	/* dept_cnt */
	
	
	.top_producer_cnt .dept_cnt{
		width: 100%;
		height: auto;
		margin: 30px 0;
		padding: 0;
		position: static;
		overflow: hidden;
	}
	
	.top_producer_cnt .dept_cnt .dept_cnt_inner{
		width: 100%;
		margin: 0;
		padding: 0;
		color: #fff;
		z-index: 100;
		position: static;
	}
	
	.top_producer_cnt .dept_cnt .dept_cnt_inner .intro_cnt{
		width: 95%;
		margin:  0 0 10px 0;
		padding: 20px 30px 20px 30px;
		box-sizing: border-box;
	}
	
	.top_producer_cnt .dept_cnt .dept_cnt_inner.dept_left .intro_cnt{
		float: none;
		background: #D8000F;
		border-radius: 0 10px 10px 0;
	}
	.top_producer_cnt .dept_cnt .dept_cnt_inner.dept_right .intro_cnt{
		float: right;
		background: #808080;
		border-radius:  10px 0 0 10px ;
	}
	
	
	.top_producer_cnt .dept_cnt .dept_cnt_inner .intro_cnt .title{
		overflow: hidden;
	}
	.top_producer_cnt .dept_cnt .dept_cnt_inner .intro_cnt .title .icon{
		display: table-cell;
		vertical-align: middle;
	}
	.top_producer_cnt .dept_cnt .dept_cnt_inner .intro_cnt .title .icon img{
		margin-right: 15px;
		width: 40px;
	}
	.top_producer_cnt .dept_cnt .dept_cnt_inner .intro_cnt .title .name{
		display: table-cell;
		vertical-align: middle;
	}
	.top_producer_cnt .dept_cnt .dept_cnt_inner .intro_cnt .title .name .jp{
		font-size: 28px;
		line-height: 35px;
		font-weight: 500;
	}
	.top_producer_cnt .dept_cnt .dept_cnt_inner .intro_cnt .title .name .en{
		font-size: 9px;
		line-height: 10px;
		font-weight: 300;
	}
	
	.top_producer_cnt .dept_cnt .dept_cnt_inner .intro_cnt .txt{
		width: 100%;
		overflow: hidden;
		font-size: 11px;
		line-height: 18px;
		margin: 10px 0 0 0;
	}
	
	
	
	
	
	
	/* pt_cnt */
	
	.top_producer_cnt .dept_cnt .dept_cnt_inner .pt_cnt{
		width: 90%;
		height: auto;
		overflow: hidden;
		margin: 0 auto;
	}
	
	.top_producer_cnt .dept_cnt .dept_cnt_inner .pt_cnt .pt_qp{
		width: 48%;
		height: auto;
		overflow: hidden;
		position: relative;
		border-radius: 10px;
		float: left;
		margin-right:2%;
	}
	.top_producer_cnt .dept_cnt .dept_cnt_inner .pt_cnt .pt_qp .name{
		font-size: 16px;
		font-weight: bold;
		color: #FFF;
		position: absolute;
		top: 90px;
		left: 10px;
	}
	.top_producer_cnt .dept_cnt .dept_cnt_inner .pt_cnt .pt_qp .view_more{
		font-size: 14px;
		color: #FFF;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		box-sizing: border-box;
		padding: 3px 8px;
	}
	.top_producer_cnt .dept_cnt .dept_cnt_inner .pt_cnt .pt_qp.sm-none {
		display: none;
	}
	.top_producer_cnt .dept_cnt .dept_cnt_inner .pt_cnt .pt_qp.sm-center {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
	.top_producer_cnt .dept_cnt .dept_cnt_inner .pt_cnt .pt_qp .pt img{
		width: 100%;
	}
	.top_producer_cnt .dept_cnt .dept_cnt_inner .pt_cnt .pt_qp a{
		color: #fff;
		display: block;
		width: 100%;
		height: 100%;
		z-index: 100;
		position: absolute;
	}
	.top_producer_cnt .dept_cnt .dept_cnt_inner .pt_cnt .pt_qp a:hover{
		background: rgba(255,255,255,0.2);
	}
	
	.top_producer_cnt .dept_cnt .dept_cnt_inner.dept_left .pt_cnt .pt_qp .view_more{
		background: #D8000F;
	}
	.top_producer_cnt .dept_cnt .dept_cnt_inner.dept_right .pt_cnt .pt_qp .view_more{
		background: #808080;
	}
	
	
	/* bg_belt */
	.top_producer_cnt .dept_cnt .bg_belt_01,
	.top_producer_cnt .dept_cnt .bg_belt_02,
	.top_producer_cnt .dept_cnt .bg_belt_03,
	.top_producer_cnt .dept_cnt .bg_belt_04{
		display: none;
	}
	
}









/*========================================================
	
	recruiting countainer
	 
========================================================== */

.top_recruiting_cnt{
	width: 100%;
	background: #FFF url(../images/top_recruiting_bg.jpg) no-repeat center bottom;
	background-size: 100% auto;
	padding: 30px 0 170px 0 ;
}

.top_recruiting_cnt .title_cnt{
	width: 100%;
	text-align: center;
	padding: 80px 0;
	margin: 0;
	background: #D9000F;
}



.top_recruiting_cnt .btn_cnt{
	width: 900px;
	margin: 57px auto;
	padding: 0;
	border-bottom: 6px solid #E6E6E6;
	overflow: hidden;
}



.top_recruiting_cnt .btn_cnt .bt_view_more{
	margin: 0 auto;
	width: 450px;
	height: auto;
	padding: 30px 0 25px 0;
	border-left: 1px solid #D9000F;
	border-right: 1px solid #D9000F;
	border-top: 1px solid #D9000F;
	border-bottom: 1px solid #D9000F;
	text-align: center;
	background: #FFF;
	float: left;
	position: relative;
	box-sizing: border-box;
}
.top_recruiting_cnt .btn_cnt .bt_view_more.right{
	border-left: none;
}

.top_recruiting_cnt .btn_cnt .bt_view_more a{
	display: block;
	position: absolute;
	width: 100%;
	height: 90%;
	z-index: 0;
	box-sizing: border-box;
}
.top_recruiting_cnt .btn_cnt .bt_view_more a:hover{
	text-decoration: none;
	background: rgba(255,255,255,0.3);
}

.top_recruiting_cnt .btn_cnt .bt_view_more .title{
	font-size: 34px;
	color: #D9000F;
}
.top_recruiting_cnt .btn_cnt .bt_view_more .copy{
	font-size: 14px;
	margin: 10px 0;
}
.top_recruiting_cnt .btn_cnt .bt_view_more .view_more{
	font-size: 14px;
	color: #D9000F;
}



@media only screen and (max-width: 1110px) {
	
	.top_recruiting_cnt{
		width: 100%;
		background: #D9000F;
		margin: 30px 0 0 0;
		padding: 10px 0 ;
	}
	
	.top_recruiting_cnt .title_cnt{
		width: 100%;
		text-align: center;
		padding: 20px 0 10px 0;
		margin: 0;
		background: #D9000F;
	}
	.top_recruiting_cnt .title_cnt img{
		width: 90%;
	}
	
	
	
	.top_recruiting_cnt .btn_cnt{
		width: 100%;
		margin: 10px auto;
		padding: 0;
		border-bottom: none;
		overflow: hidden;
	}
	
	
	
	.top_recruiting_cnt .btn_cnt .bt_view_more{
		margin: 2px auto;
		width: 90%;
		height: auto;
		padding: 15px 0;
		border: none;
		text-align: center;
		background: #FFF;
		float: none;
		position: relative;
		box-sizing: border-box;
	}
	.top_recruiting_cnt .btn_cnt .bt_view_more.right{
		border: none;
	}
	
	.top_recruiting_cnt .btn_cnt .bt_view_more a{
		display: block;
		position: absolute;
		width: 100%;
		height: 90%;
		z-index: 0;
		box-sizing: border-box;
	}
	.top_recruiting_cnt .btn_cnt .bt_view_more a:hover{
		text-decoration: none;
		background: rgba(255,255,255,0.4);
	}
	
	.top_recruiting_cnt .btn_cnt .bt_view_more .title{
		font-size: 24px;
		color: #D9000F;
	}
	.top_recruiting_cnt .btn_cnt .bt_view_more .copy{
		font-size: 10px;
		margin: 5px 0;
	}
	.top_recruiting_cnt .btn_cnt .bt_view_more .view_more{
		font-size: 10px;
		color: #D9000F;
	}

}




/*========================================================
	
	footer link countainer
	 
========================================================== */

.top_footlink_cnt{
	width: 100%;
	padding: 0;
	margin: 30px auto;
	background: #fff;
}

.top_footlink_cnt ul.footlink{
	width: 330px;
	text-align: center;
	padding: 10px 0;
	list-style: none;
	margin: 0 auto;
	overflow: hidden;
}
.top_footlink_cnt ul.footlink li{
	width: 160px;
	height: 54px;
	text-align: center;
	list-style: none;
	margin: 0 2px;
	float: left;
	background: #D9000F;
	font-size: 13px;
	line-height: 54px;
}
.top_footlink_cnt ul.footlink li a{
	display: block;
	color: #fff;
}


@media only screen and (max-width: 1110px) {
	
	
	.top_footlink_cnt ul.footlink{
		width: 96%;
		text-align: center;
		padding: 10px 0;
		list-style: none;
		margin: 0 auto;
		overflow: hidden;
	}
	.top_footlink_cnt ul.footlink li{
		width: 48%;
		height: 54px;
		text-align: center;
		list-style: none;
		margin: 0 1%;
		float: left;
		background: #D9000F;
		font-size: 13px;
		line-height: 54px;
	}
	.top_footlink_cnt ul.footlink li a{
		display: block;
		color: #fff;
	}
}



/*========================================================
	
	inline frame countainer
	 
========================================================== */
.top_if_cnt{
	width: 100%;
}

.top_if_cnt img{
	width: 100%;
}



/*========================================================
	
	#ancher 
	 
========================================================== */
#top,
#spirit,
#challenge,
#future,
#mission,
#work,
#recruiting {
   margin-top:-137px;
  padding-top:137px;
}




