/*grb01_sec01*/
.grb01_sec01 {
    background: url(../img/grb01_sec01_bg.png) center top no-repeat;
}
@media (min-width:769px){
    .grb01_sec01 {
        background-attachment: fixed;
    }
}

/*grb01_sec02*/
.grb01_sec02 {
    background-color: #f7f7f7;
}
/*if_bsn*/
.if_bsn .lined {
    line-height: 0px;
    margin-top: -25px;
    margin-bottom: 20px;
}
.if_bsn .lined:after {
    content: "";
    display: inline-block;
    height: 50px;
    width: 1px;
    background-color: #c71509;
}
.if_bsn .txtbox {
    border: 1px solid #ddd;
    padding: 20px;
    padding-top: 0px;
}
.if_bsn .txtbox h4 {
    margin-top: -20px;
}
.if_bsn .txtbox h4 span {
    display: inline-block;
    padding: 5px 15px;
    background-color: #fcfcfc;
}
@media (max-width:992px){
    .if_bsn > li {
        margin-bottom: 20px;
    }
}
@media (max-width:768px){
    .if_bsn .img_wrp img {
        max-width: 50%;
    }
    .if_bsn .lined {
        line-height: 0px;
        margin-top: -15px;
        margin-bottom: 25px;
    }
    .if_bsn .lined:after {
        height: 30px;
    }
    .if_bsn .txtbox {
        padding: 20px 15px;
    }
    .if_bsn .txtbox h4 {
        margin-top: -35px;
    }
}





/*company_01 :: sec02*/
.company_01 .sec02 {
    background: url(../img/svc_sec02.jpg) center top no-repeat;
}
.company_01 .sec02 .conbox > ul > li {
    padding: 30px 0;
    border-bottom: 1px solid rgba(255,255,255,0.4);
}
.company_01 .sec02 .conbox > ul > li:last-child {
    padding-bottom: 0px;
    border-bottom: 0px;
}
.company_01 .sec02 .slt {
    background-color: #fff;
    padding: 60px 30px;
    border-radius: 10px;
    position: relative;
}
.company_01 .sec02 .slt .slt_top {
    position: absolute;
    width: 100%;
    left: 0;
    top: -20px;
}
.company_01 .sec02 .slt h1 {
    font-size: 35px;
    line-height: 1em;
    font-weight: 700;
    margin-bottom: 15px;
}
.company_01 .sec02 .slt h6 {
    font-weight: 300;
    margin-bottom: 15px;
}
.company_01 .sec02 .slt h4 {
    margin-bottom: 20px;
}
.company_01 .sec02 .slt .line {
    height: 1px;
    background-color: #1e1e1e;
    position: relative;
    margin-bottom: 20px;
}
.company_01 .sec02 .slt .line:after {
    content: "";
    position: absolute;
    right: 0;
    top: -2px;
    height: 3px;
    width: 60px;
    background-color: #1e1e1e;
}
.company_01 .sec02 .slt .bbx > li {
    position: relative;
    margin-bottom: 40px;
}
.company_01 .sec02 .slt .bbx > li:last-child {
    margin-bottom: 0px;
}
.company_01 .sec02 .slt .bbx > li > span {
    font-size: 24px;
    line-height: 1em;
    font-weight: 700;
    color: #1e1e1e;
    vertical-align: middle;
}
.company_01 .sec02 .slt .bbx > li > span img {
    margin-bottom: 5px;
}
@media (min-width:769px) {
    .company_01 .sec02 .slt .bbx > li {
        padding-left: 160px;
    }
    .company_01 .sec02 .slt .bbx > li > span {
        position: absolute;
        left: 0;
    }
}
@media (max-width:768px) {
    .company_01 .sec02 .slt {
        padding: 30px 15px;
    }
    .company_01 .sec02 .slt h1 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .company_01 .sec02 .slt h6 {
        margin-bottom: 10px;
    }
    .company_01 .sec02 .slt h4 {
        margin-bottom: 10px;
    }
    .company_01 .sec02 .slt .slt_top img {
        width: 60px;
    }
    .company_01 .sec02 .slt .bbx > li {
        margin-bottom: 20px;
    }
    .company_01 .sec02 .slt .bbx > li > span {
        display: block;
        margin-bottom: 10px;
        font-size: 15px;
    }
    .company_01 .sec02 .slt .bbx > li > span img {
        width: 10px;
    }
}





/*produre*/
.produre > ul {
    display: table;
    width: 100%;
}
.produre > ul > li {
    display: table-row;
}
.produre > ul > li > div {
    display: table-cell;
    position: relative;
}
.produre > ul >  li > div:after {
    content: "";
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
    height: 2px;
    background-color: #333;
}
.produre > ul >  li > .cont {
    padding-left: 5%;
}
.produre > ul >  li > .cont:after {
    left: auto;
    right: 0;
    width: 95%;
}
.produre ul li h3 {
    position: relative;
}
.produre .consec > li {
    margin: 40px 0;
}
.produre .consec > li {
    position: relative;
}
.produre .consec > li > h4 {
    font-weight: 700;
    color: #ff7e00;
}
.produre .consec > li .txtbox h4 {
	
		color:#444444;
		font-size:24px;
		margin-bottom: 15px;
		font-weight: 500;
}

.produre .consec > li .txtbox h4 span {
	
		color:#ea5413;
}

.produre .consec > li .txtbox li {
	font-size:16px;
	font-weight: 400;
}

@media (min-width:769px) {
    .produre ul li h3 {
		font-size:28px;
		color:#444444;
        position: relative;
        padding-left: 20px;
    }
    .produre ul li h3:before {
        content: "";
        position: absolute;
        left: 0px;
        top: 50%;
        width: 15px;
        height: 1px;
        background-color: #222;
    }
    .produre > ul >  li .prd01 {	
		width:25%;
        background: url(../img/prd_bg01.png) right bottom no-repeat;
		background-size:60%;
    }
    .produre > ul >  li .prd02 {
		width:25%;
        background: url(../img/prd_bg02.png) right bottom no-repeat;
		background-size:60%;
    }
    .produre > ul >  li .prd03 {
		width:25%;
        background: url(../img/prd_bg03.png) right bottom no-repeat;
		background-size:60%;
    }
    .produre > ul >  li .prd04 {
		width:25%;
        background: url(../img/prd_bg04.png) right bottom no-repeat;
		background-size:60%;
    }
    .produre .consec > li > h4 {
        position: absolute;
        left: 0px;
        text-align: right;
        width: 200px;
        padding-right: 30px;
    }
    .produre .consec > li > h4:after {
        content: "";
        position: absolute;
        right: 15px;
        height: 70%;
        top: 15%;
        width: 1px;
        background-color: #aaa;
    }
}
@media (max-width:768px) {
    .produre .consec > li {
        margin: 20px 0;
        border-bottom: 1px dashed #ddd;
        padding-bottom: 20px;
    }
    .produre .consec > li:last-child {
        border-bottom: 0px;
        padding-bottom: 0px;
    }
    .produre .consec > li > h4 {
        margin-bottom: 10px;
    }
    .produre .consec > li .txtbox h4 {
        margin-bottom: 5px;
    }
	
    .produre > ul >  li .prd01 {	
		width:25%;
        background: url(../img/prd_bg01.png) right bottom no-repeat;
		background-size:100%;
    }
    .produre > ul >  li .prd02 {
		width:25%;
        background: url(../img/prd_bg02.png) right bottom no-repeat;
		background-size:100%;
    }
    .produre > ul >  li .prd03 {
		width:25%;
        background: url(../img/prd_bg03.png) right bottom no-repeat;
		background-size:100%;
    }
    .produre > ul >  li .prd04 {
		width:25%;
        background: url(../img/prd_bg04.png) right bottom no-repeat;
		background-size:100%;
    }
	
	.produre .consec > li .txtbox h4 {
		
			font-size:18px;
	}

	.produre .consec > li .txtbox li {
		font-size:14px;
	}

}


/*load_wrp*/
.load_wrp .load_box {
    margin-top: 50px;
}
.load_wrp .load_box h4 {
    font-size: 22px;
    line-height: 1em;
    font-weight: 600;
    color: #1e1e1e;
    padding-bottom: 15px;
    border-bottom: 2px solid #1e1e1e;
    margin-bottom: 20px;
}
.load_wrp .load_box .t_list li {
    font-size: 18px;
    line-height: 1.2em;
    color: #1e1e1e;
    position: relative;
    padding-left: 10px;
    margin-bottom: 10px;
}
.load_wrp .load_box .t_list li:after {
    content: "";
    position: absolute;
    left: 0;
    width: 4px;
    height: 4px;
    background-color: #333;
    border-radius: 50%;
    top: 8px;
}
.load_wrp .load_box .load_how li {
    font-size: 18px;
    line-height: 1.4em;
    font-weight: 500;
    color: #1e1e1e;
    padding: 30px;
    padding-left: 100px;
    position: relative;
}
.load_wrp .load_box .load_how li .subw {
    position: absolute;
    top: calc(50% - 50px);
    left: 0;
}
@media(max-width:768px){
    .load_wrp .load_box {
        margin-top: 30px;
    }
    .load_wrp .load_box h4 {
        font-size: 15px;
        padding-bottom: 10px;
        margin-bottom: 15px;
    }
    .load_wrp .load_box .t_list li {
        font-size: 13px;
        margin-bottom: 10px;
    }
    .load_wrp .load_box .t_list li:after {
        top: 4px;
    }
    .load_wrp .load_box .load_how li {
        font-size: 13px;
        padding: 15px;
        padding-left: 60px;
    }
    .load_wrp .load_box .load_how li .subw {
        width: 50px;
        top: calc(50% - 35px);
    }
}



/*msec01*/

#msec01 ul li a {
	text-decoration: none;
	display: block;
	width:360px;
}
#msec01 ul li a .img_box {
	display: block;
	overflow: hidden;
}
#msec01 ul li a .img_wrp {
	background-size: cover !important;

	-webkit-transition: all 2s ease-out;
	-moz-transition: all 2s ease-out;
	-o-transition: all 2s ease-out;
	transition: all 2s ease-out;
}
#msec01 ul li a:hover .img_wrp {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
}
#msec01 ul li a .txtbox {
	background-color: #0d6fb8;
	max-width: 80%;
	position: relative;
	padding: 30px 15px;
	margin: 0 auto;
	margin-top: -15%;
}
#msec01 ul li a .txtbox .lined {
	position: absolute;
	width: 100%;
	top: -14px;
	left: 0;
}
#msec01 ul li a .txtbox .lined:after {
	content: "";
	display: inline-block;
	height: 28px;
	width: 4px;
	background-color: #ea5413;
}
#msec01 ul li a .txtbox h3 {
	font-size: 25px;
	line-height: 1em;
	font-weight: 600;
	color: #fff;
	margin-bottom: 5px;
}
#msec01 ul li a .txtbox p {
	font-size: 18px;
	line-height: 1.3em;
	font-weight: 300;
	color: #fff;
}
@media (max-width:992px){
	

	.business_01 .container{
		margin-right: auto;
		margin-left: auto;
		padding-left: 50px;
		padding-right: 50px;
	}

	#msec01 ul li a {
		width:100%;
	}
	#msec01 ul li {
		margin-top: 15px;
	}
	#msec01 ul li a .txtbox {
		padding: 20px 15px;
		max-width: 90%;
	}
	#msec01 ul li a .txtbox .lined {
		top: -8px;
	}
	#msec01 ul li a .txtbox .lined:after {
		height: 16px;
		width: 3px;
	}
	#msec01 ul li a .txtbox h3 {
		font-size: 15px;
	}
	#msec01 ul li a .txtbox p {
		font-size: 13px;
	}
}



/*company_01 :: sec03*/
.company_01 .sec04 {
    background-color: #f7f7f7;
}
.company_01 .conbox ul li strong {
    display: inline-block;
    border-radius: 30px;
    line-height: 1em;
    padding: 15px;
    text-align: center;
    width: 360px;
    font-size: 20px;
	line-height:24px;
    color: #fff;
}
.company_01 .conbox ul li .tit01 {
    background-color: #2f419e;
}
.company_01 .conbox ul li .tit02 {
    background-color: #1a93c5;
}
.company_01 .grd li {
    margin-top: 5px;
    border: 2px solid #ddd;
    border-radius: 30px;
    line-height: 1em;
    padding: 10px;
    text-align: center;
    font-size: 15px;
    color: #1e1e1e;
    position: relative;
}
.company_01 .grd li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 10px;
    background: url(../img/grd_dot.png) center center no-repeat;
}
.company_01 .grd li:last-child:after {
    display: none;
}
@media (max-width:768px){
    .company_01 .conbox ul li strong {
        padding: 8px;
        width: 130px;
        font-size: 13px;
    }
    .company_01 .conbox ul li .tit01 {
        background-color: #2f419e;
    }
    .company_01 .conbox ul li .tit02 {
        background-color: #1a93c5;
    }
    .company_01 .grd li {
        margin-top: 15px;
        padding: 7px;;
        font-size: 13px;
        word-break: keep-all;
        border-radius: 5px;
    }
    .company_01 .grd li:after {
        height: 15px;
        background-size: 2px;
    }
    .company_01 .grd li:last-child:after {
        display: none;
    }
}



/*company_01*/
.company_01 .st_wrp > li {
    margin-bottom: 40px;
}
.company_01 .st_wrp > li:last-child {
    margin-bottom: 0;
}
.company_01 .st_wrp > li > div {
    position: relative;
}
.company_01 .st_wrp > li > div:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../img/st_wrp_bg.png) center center;
    z-index: 2;
}
.company_01 .st_wrp > li > div .num {
    position: absolute;
    width: 65px;
    height: 65px;
    font-size: 35px;
    line-height: 1em;
    padding-top: 15px;
    text-align: center;
    background-color: #4e95cb;
    font-weight: 900;
    color: #fff;
    top: -20px;
    left: -15px;
    z-index: 3;
}
.company_01 .st_wrp > li > div .num:after {
    content: "";
    position: absolute;
    width: 100px;
    left: 100%;
    top: 50%;
    height: 1px;
    background-color: #055896;
}
.company_01 .st_wrp > li:nth-child(even) > div .num,
.company_01 .st_wrp > li:nth-child(even) > div .num:after {
    background-color: #055896;
}
.company_01 .st_wrp h5 {
	font-size: 18px;
}
.company_01 .st_wrp .c_wrp {
    position: relative;
}
.company_01 .st_wrp .c_wrp .txtbox {
    padding: 30px 15px 30px 80px;
}
.company_01 .st_wrp .st_wrp01 {
	background: url(../img/st_wrp_bg1.png) center center;
}
.company_01 .st_wrp .st_wrp02 {
	background: url(../img/st_wrp_bg2.png) center center;
}
.company_01 .st_wrp .st_wrp03 {
	background: url(../img/st_wrp_bg3.png) center center;
}
.company_01 .st_wrp .st_wrp04 {
	background: url(../img/st_wrp_bg4.png) center center;
}


.company_01 .st_wrp .st_wrp03 {;
    background-color: #fafafa;
}
.company_01 .st_wrp .txtbox h3 {
    margin-bottom: 10px;
    font-size: 30px;
}
.company_01 .st_wrp .txtbox h4 {
    margin-bottom: 10px;
	color: #ea5413;
    font-size: 24px;
}
@media (max-width:768px){
    .company_01 .st_wrp > li {
        margin-bottom: 20px;
    }
    .company_01 .st_wrp > li:last-child {
        margin-bottom: 0;
    }
    .company_01 .st_wrp > li > div .num {
        width: 35px;
        height: 35px;
        font-size: 20px;
        padding-top: 7px;
        top: 0px;
        left: -10px;
        z-index: 3;
    }
    .company_01 .st_wrp > li > div .num:after {
        width: 30px;
    }
    .company_01 .st_wrp > li:nth-child(even) > div .num,
    .company_01 .st_wrp > li:nth-child(even) > div .num:after {
        background-color: #055896;
    }
    .company_01 .st_wrp .c_wrp {
        position: relative;
    }
    .company_01 .st_wrp .c_wrp .txtbox {
        padding: 30px 15px 30px 30px;
    }
    .company_01 .st_wrp .st_wrp03 {;
        background-color: #fafafa;
    }
    .company_01 .st_wrp .txtbox h3 {
        margin-bottom: 10px;
		font-size: 20px;
    }
    .company_01 .st_wrp .txtbox h4 {
        margin-bottom: 10px;
		font-size: 17px;
    }
    .company_01 .st_wrp .txtbox h5 {
        margin-bottom: 10px;
		font-size: 14px;
    }
}