
/*back*/
#company_01 .sec01,
#company_02 .sec01,
#business_01 .sec01,
#business_02 .sec01,
#recruit_01 .sec01 {
	background-color: #b60000;
	background: url(../img/topbg.jpg) center center no-repeat;
}
@media (min-width:769px) {
	#company_01 .sec01,
	#company_02 .sec01,
	#business_01 .sec01,
	#business_02 .sec01,
	#recruit_01 .sec01 {
		background-attachment: fixed;
		background-position: top;
	}
}
@media (max-width:768px) {
	#company_01 .sec01,
	#company_02 .sec01,
	#business_01 .sec01,
	#business_02 .sec01,
	#recruit_01 .sec01 {
		background-position: top center !important;
		background-size: cover !important;
	}
}
/*sub_tit*/
.sub_tit h1.big {
	font-size: 100px;
	line-height: 1em;
	font-weight: 700;
	color: #fff;
}
.sub_tit h1.big span {
	text-stroke: 1px #fff;
	-webkit-text-stroke: 1px #fff;
    color: transparent;
}
	/* IE */
	@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
		.sub_tit h1.big span { 
			color: #fff;
		}
	}
@media (max-width:768px) {
	.sub_tit h1.big {
		font-size: 50px;
	}
}
/*company_01*/
#company_01 .sec02 {
	background-color: #121212;
}
#company_01 .sec03 {
	background-color: #c00000;
}
#company_01 .txtbox {
	position: relative;
	overflow: hidden;
}
#company_01 .txtbox .en {
	position: absolute;
    right: 5%;
    font-size: 120px;
    font-weight: 800;
    bottom: 15%;
    color: rgba(255,255,255,0.1);
}
#company_01 .txtbox p {
	font-weight: 300;
	line-height: 1.7em;
}
@media (min-width:769px) {
	#company_01 .txtbox {
		padding: 20px 60px;
	}
}
@media (max-width:768px) {
	#company_01 .c_wrp {
		position: relative;
	}
	#company_01 .txtbox {
		position: absolute;
		left: 0;
		top: 0px;
		width: 100%;
		background-color: rgba(0, 0, 0, 0.6);
		padding: 30px 20px;
	}
}
/*company_02*/
#company_02 .sec02 .lft h1 {
	font-weight: 800;
}
@media (max-width:768px) {
	#company_02 .sec02 .c_wrp {
		text-align: center;
	}
	#company_02 .sec02 .rt h3 {
		margin-top: 20px;
	}
}
/*business_01*/
#business_02 .sec02 {
	background-color: #f4f4f4;
}
#business_02 .sec02 .row {
	margin: 0 -2px;
}
#business_02 .sec02 .row > li {
	padding: 0 2px;
	margin: 2px 0;
}
#business_02 .sec02 .pt_item {
	background-color: #fff;
}



/*contact_01*/
.contact_01 .sec01 {
	background-color: #f7f7f7;
}
.contact_01 .sec01 .sstit h1 span {
	background-color: #f7f7f7;
}

/*business_01*/
#business_01 .loc_box h4 {
	margin-top: 15px;
}
#business_01 .loc_box .iconbox {
	border: 1px dashed #c00000;
	border-radius: 50%;
	padding: 5px;
	display: inline-block;
}
#business_01 .loc_box .iconbox  > div{
	border: 1px dashed #c00000;
	border-radius: 50%;
	padding: 5px;
	display: inline-block;
}
#business_01 .loc_box .iconbox  > div span {
	display: inline-block;
	border-radius: 50%;
	background-color: #f7f7f7;
}
#business_01 .loc_box .iconbox  > div span img {
	width: 100px;
}
@media (max-width:768px) {
	#business_01 .sec02 ul > li {
		margin-bottom: 15px;
		padding-bottom: 15px;
	}
	#business_01 .sec02 .loc_box .iconbox {
		width: 90px;
		padding-right: 15px;
		border: 0px;
		display: table-cell;
	}
	#business_01 .sec02 .loc_box .con {
		text-align: left;
	}
	#business_01 .sec02 .loc_box .con h4 {
		margin-top: 0px ;
	}
}