:root {
  --main_c : #f37020;
}

:root {
  --main_c2 : #1c2e5d;
}
a:hover{color:var(--main_c) !important;}
a:focus{color:var(--main_c) !important;}


.in{max-width:1300px; margin:0 auto;}

 
.main_con * {transition: all 0.3s ease-out;}
.main_con {font-size:1.1em; line-height:1.5; margin-top:80px;}
.main_con h1 {font-size:2.5em; line-height:1.2; font-weight:400;}
.main_con h2 {font-size:2.3em; line-height:1.3; font-weight:600;}
.main_con h3 {font-size:2em; line-height:1; font-weight:600;}
.main_con p{font-weight:300;}
.main_con .titbox p {font-size:1.1em; font-weight:300;}
.main_con .titbox span {color:var(--main_c); display:inline-block; margin-bottom:5px; letter-spacing:1.5px;}
.main_con .titbox{margin-bottom:30px;}

.main_con section{padding:80px 0; box-sizing:border-box;}
.flex {display:flex}
.main_c{color:var(--main_c) !important;}

 
footer {width:100%; background:var(--main_c); font-size:1rem; font-weight:300; padding:60px 0;  box-sizing:border-box; line-height:1.5em; display:inline-block }
footer *{color:#000} 
footer h2 {margin-bottom:15px; font-family: "Saira"; font-weight:600;}
footer .txtbox{width:100%;}
footer .top_wrap{border-bottom:1px solid #333; box-sizing:border-box; padding-bottom:10px; margin-bottom:10px;}
footer span{display:inline-block; margin-top:10px; width:100%;}
footer b{font-weight:600;}

footer .top_link { text-align:Center; display:inline-block;  position:fixed; right:20px; bottom:200px; box-sizing:border-box;}
footer .top_link i {font-size:6em; color:#0bc143; }

@media all and (max-width:1400px) {
	.in{padding: 0 10px; box-sizing:border-box;}
}

@media all and (max-width:900px) {
	.main_con{margin-top:63px; font-size:.9em;}
	.main_con section{padding:60px 0;}
	.main_con h1 {font-size:2em; }
	.main_con h2 {font-size:1.7em; }
	.main_con h3 {font-size:1.5em; }
	 footer {line-height:1.4em; padding-right:0}
	 footer .top_link {margin-right:0}
	 footer h2 {margin-bottom:10px; font-size:1.2em}

}


.main_con .section1{background: url(/common/img/main_vi.png) no-repeat 0 60% / cover, rgb(255 255 255 / 0%); background-blend-mode: hue; padding:100px 0; box-sizing:border-box; position:relative; overflow:hidden;}
.main_con .section1 *{color:#fff;}
.main_con .section1 h1 b{font-weight:700;}
.main_con .section1 p{margin-top:20px; color:rgba(255,255,255,.8);}
.main_con .section1 .titbox span{color:rgba(255,255,255,.7);}
.main_con .section1 .in{display:flex; justify-content:space-between; align-items:center;  position:relative; z-index:1;}
.main_con .section1 .btnbox{display:flex; gap:10px;}
.main_con .section1 .btnbox a{padding:17px 35px; box-sizing:border-box; border-radius:5px; border:1px solid rgba(255,255,255,.6); color:rgba(255,255,255,.9); backdrop-filter: blur(5px); text-align:center;}
.main_con .section1 .btnbox a.color{ box-shadow: 0 10px 20px rgba(255, 92, 0, 0.2); background:var(--main_c); color:#fff; border:1px solid var(--main_c);}
.main_con .section1 a:hover{color:#fff !important;}

.main_con .section1::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
	filter: brightness(1.1);
    z-index:0;
	background: url(/common/img/main_vi.png) no-repeat 0 60% / cover, rgb(255 255 255 / 0%);

}


@media all and (max-width:900px) {
	.main_con .section1::before{background-position:center;}
	.main_con .section1 .in{flex-direction:column;}
	.main_con .section1 .btnbox{flex-direction:column;}
}

.main_con .section2{}
.main_con .section2 .wrap{display:flex; gap:40px; justify-content:center; flex-wrap:wrap;}
.main_con .section2 .wrap span{width:130px; height:130px;  box-sizing:border-box; background:#fff; display: flex; align-items:center; justify-content:center; border-radius:50%; font-size:3em; box-shadow: 1px 1px 20px 3px rgba(0, 0, 0, 0.05); }
.main_con .section2 .wrap span img{width:60px;  }
.main_con .section2 .wrap a:hover span { background: var(--main_c); transform: translateY(-5px); }
.main_con .section2 .wrap p{text-align:center; margin-top:10px; font-weight:500;}
.main_con .section2 .wrap a:hover p{color:var(--main_c)}
.main_con .section2 .wrap a:hover img{ filter: brightness(0) invert(1);}

@media all and (max-width:900px) {
	.main_con .section2 .wrap {gap:20px;}
	.main_con .section2 .wrap span{width:100px; height:100px; }
	.main_con .section2 .wrap span img{width:40px;}
}

.main_con .section3{background: url(/common/img/main_benefit.png) no-repeat center bottom/ cover, rgb(255 255 255 / 30%); background-blend-mode: hue; background-attachment:fixed;}
.main_con .section3 .in{max-width:1100px;}
.main_con .section3 ul{display:flex; justify-content:center; gap:20px;}
.main_con .section3 li{padding:40px 0; box-sizing:border-box; background:rgb(255 255 255 / 70%); text-align:center; border-radius:10px; width:100%;}
.main_con .section3 li span{font-size:3em;}
.main_con .section3 li h3{font-size:1.5em; margin:15px 0 10px 0}
.main_con .section3 li p{font-weight:300; line-height:1.4;}
.main_con .section3 img{width:80px; filter:hue-rotate(328deg) saturate(1.1); height: 80px;    object-fit: contain;}
.main_con .section3 .img2{width:70px;}
.main_con .section3 .img2, .main_con .section3 .img3{    filter: saturate(1.2);}

@media all and (max-width:900px) {
	.main_con .section3{    background-attachment: scroll;}
	.main_con .section3 ul{flex-direction:column;}
	.main_con .section3 li{padding:20px 0;}
}

.main_con .section4 .titbox{display:flex; justify-content:space-between; align-items:end;}
.main_con .section4 .titbox{display:flex; justify-content:space-between; align-items:end;}

.g1 {display:flex; gap:20px; flex-wrap:wrap; padding:0 !important;}
.g2 {position: relative; border-radius: 10px; overflow: hidden; height: 400px; cursor: pointer; box-shadow: 0 4px 15px rgba(0,0,0,0.03); transition: 0.4s; width:calc(25% - 15px); }
.g2:hover { transform: translateY(-10px); box-shadow: var(--ls-shadow); }
.g2:hover img { transform: scale(1.1); }
.g2 .info{position:absolute; bottom:0; left:0; padding:30px; box-sizing:border-box; z-index:2; width:100%;
	background: linear-gradient(to top,
    rgba(0,0,0,0.85) 0%,
    rgba(0,0,0,0.6) 30%,
    rgba(0,0,0,0.35) 55%,
    rgba(0,0,0,0.15) 75%,
    rgba(0,0,0,0.05) 90%,
    transparent 100%); 
}
.g2 .info span{font-size:.9em; color:#fff;}
.g2 .info h4{font-size:1.2em; font-weight:600; color:#fff; display: -webkit-box;    -webkit-line-clamp: 2;    -webkit-box-orient: vertical;    overflow: hidden; line-height:1.3;     text-align: left;}
.g3 { position: relative; width: 100%; height: 100%;}
.g3 img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s ease; }

@media all and (max-width:900px) {
	.main_con .section4 .titbox{flex-direction:column; align-items:start; gap:10px;}
	.g1{gap:10px;}
	.g2{width:calc(50% - 5px); height:60vw;}
	.g2 .info {padding:20px;}
	.g2 .info h4{font-size:1em;}
}

.step{background:#f7f7f7; background: url(/common/img/main_step.png) no-repeat center / cover, rgb(255 255 255 / 50%); background-blend-mode: hue;     background-attachment: fixed;}
.step .in{max-width:1100px;}
.step ul{ display: flex; justify-content: space-between; position: relative; margin-top:60px;}
.step ul::after { content: ''; position: absolute; top: 20px; left: 10%; right: 10%; height: 1px; background: #000; z-index: 9; }
.step li{position:relative; text-align:center; z-index: 99;}
.step li span{padding:25px; box-sizing:border-box; background: var(--main_c); color: #fff; border-radius: 50%; font-size:1.4em; font-weight: 700; box-shadow: 0 10px 20px rgba(255,92,0,0.2);}
.step li h4{font-weight:600; font-size:1.4em; margin-top:40px;}
.step li p{font-weight:300;}

.main_contact{padding:100px 0 !important; margin-top:80px;}
.main_contact *{color:#fff;}
.main_contact .in{display:flex; justify-content:space-between; align-items:center;}
.main_contact .titbox{margin-bottom:0;}
.main_contact .titbox p{margin-top:5px;}
.main_contact a{background:#fff; color:var(--main_c); padding:20px 50px; box-sizing:border-box; border-radius:50px; font-weight:600;}


.main_contact{
    position:relative;
    overflow:hidden;
}

.main_contact::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:url('/common/img/main_contact.png') 0 38% /cover no-repeat;
	filter:hue-rotate(340deg) brightness(.9);
    z-index:0;

}

.main_contact .in{
    position:relative;
    z-index:1;
}


.main_quick .in{display:flex; gap:30px;}
.main_quick .box{background:#f5f5f5; padding:50px 60px; box-sizing:border-box; width:50%; border-radius:10px; display:flex; justify-content:space-between; align-items:center;}
.main_quick h3{font-family: "Saira";}
.main_quick p{margin-top:7px;}
.main_quick a{margin-top:20px; display:inline-block; box-sizing:border-box; border-bottom:1px solid #333; color:#333; padding-bottom:5px; font-size:.9em;}
.main_quick .icon{ box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05); background:#fff; padding:20px; box-sizing:border-box;border-radius: 15px; display:flex; justify-content:center; align-items:center;}
.main_quick .icon svg{ stroke:var(--main_c); font-size:3em;}



@media all and (max-width:900px) {
	.step{background-attachment: scroll;}
	.step ul{flex-direction:column; gap:30px; margin-top:30px;}
	.step ul::after{height:80%; width:1px; left:30px; right:auto; }
	.step li{display: flex; align-items: center; gap:15px; text-align:left;}
	.step li span{
		width: 60px;
		height: 60px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.step li h4{margin-top:0;}
	.main_contact .in{flex-direction:column; gap:10px; align-items:start;}
	.main_quick .in{flex-direction:column; gap:10px;}
	.main_quick .box{width:100%; padding:30px;}
}



