.home #main{
	height: 100vh;
	position: relative;
}
.home #main:after{
	height: 90%;
	background: #f1fff4;
	width: 75%;
	height: 90%;
	content: "";
	display: block;
	bottom: 0;
	position: absolute;
	
}
.home #main .txtarea{
    position: absolute;
    top: 50%;
    left: 5%;
	font-size: calc(40 / 1400* 100vw);
	z-index: 3;
	transform: translate(0,-50%);
}
.home #main .txtarea h2{}
.home #main .txtarea h2 span{
	background: rgba(255, 255, 255, 0.7);
	display: inline-block;
	margin-bottom: 10px;
	line-height: 1;
	font-weight: 400;
	letter-spacing: 0;
	padding: 10px;
}
.home #main .video_w{
    position: absolute;
    width: 75%;
    right: 0;
    top: 0;
	height: 90%;
	z-index: 2;
}
.home #main .video_w video{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
@media screen and (max-width: 750px) {
	.home #main{
		margin-top: 80px;
		height: 70vh;
	}
	.home #main .video_w{
		width: 100%;
		height: 90%;
		position: relative;	
	}
	.home #main .txtarea {
		position: absolute;
		top: 65%;
		left: 0;
		font-size: 2.6rem;
		z-index: 3;
		transform: translate(0, -50%);
	}
}

#about{
	position: relative;
	padding: 100px 0;
}
#about .about_ttl_w{
	padding: 70px 0;
	position: relative;
}
#about .about_ttl_w .imgarea {
	position: absolute;
	width: 200px;
	bottom: -110px;
	right: 0;
}
#about .txtaera {
    width: 630px;
    margin: auto;
    padding:70px 60px;
	box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.1);
    position: absolute;
    z-index: 2;
    background: #fff;
    left: 50%;
    transform: translate(-50%, 0px);
    top: 250px;
	box-sizing: border-box;
	border: 1px solid #14a83a;
	background: rgba(255, 255, 255, 0.95);
}
#about .txtaera h3{
	text-align: center;
	font-size: 2.0rem;
	letter-spacing: 1px;
	margin-bottom: 40px;
	font-weight: 400;
}
#about .txtaera h3::after{
	width: 40px;
	height: 1px;
	background: #14a83a;
	content: "";
	display: block;
	margin: 30px auto;
}
#about .txtaera .txt_w{

}
#about .txtaera .txt_w p{
	margin-bottom: 10px;
	line-height: 2;
	letter-spacing: 3px;
}
#loopslider {
	z-index: 1;
	height: 400px;
	width: 100%;
	position: relative;
	padding: 130px 0 0;
}
#loopslider #loopslider_wrap{
	top:50% !important;
	transform: translate(0,-50%);
}
#loopslider ul {
	float: left;
	display: inline;
	overflow: hidden;
}
#loopslider ul li {
	float: left;
	margin-left: 50px;
	height: 400px;
	overflow: hidden;
}
/* =======================================
    ClearFixElements
======================================= */
#loopslider ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

#loopslider ul {
	display: inline-block;
	overflow: hidden;
}
@media screen and (max-width: 750px) {
	#about{
	}
	#about .sec_ttl_w_02{
		text-align: left;
	}
	#about .txtaera{
		width: 90%;
		background: rgba(255, 255, 255, 0.9);
		padding: 30px;
		padding-top: 50px;
	}
	#about .about_ttl_w .imgarea {
		position: absolute;
		width: 170px;
		bottom: -60px;
		right: -30px;
	}
	#about .txtaera .logo img{
		width: 80%;
	}
	#about .txtaera h3 {
		font-size: 1.8rem;
		letter-spacing: 2px;
		margin-bottom: 20px;
	}

}

#service{
	padding: 0px 0 100px;
}
#service .service_w{
	justify-content: space-between;
}
#service .service_i{
	width: 48%;
}
#service .service_i .icon{
	position: relative;
	z-index: 2;
	text-align: center;
	margin-top: -40px;
	margin-bottom: 20px;
}
#service .service_i .txtarea{}
#service .service_i .txtarea .bal{
	width: 75%;
	margin: auto;
	position: relative;
	text-align: center;
	margin-bottom: 10px;
	position: relative;
}
#service .service_i .txtarea .bal:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #14a83a transparent transparent transparent;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0px);
}
#service .service_i .txtarea h3{
	font-size: 2.4rem;
	text-align: center;
	font-weight: 400;
	display: flex;
	align-items: center;
	justify-content: center;
}
#service .service_i .txtarea h3 span{
	font-size: 1.6rem;
	letter-spacing: 0px;
	display: inline-block;
	vertical-align: middle;
}
@media screen and (max-width: 750px) {
	#service .service_i {
		width: 100%;
		margin-bottom: 40px;
	}
	#service .service_i:nth-last-of-type(1){
		margin-bottom: 0;
	}
	#service .service_i .txtarea .bal{
		width: 100%;
		margin-bottom: 20px;
	}
	#service .service_i .txtarea h3{
		flex-wrap: wrap;
	}
	#service .service_i .txtarea h3 span{
		display: block;
	}
}

#case {
	padding: 100px 0 100px;
}
#case .case_w{
	justify-content: space-between;
}
#case .case_i{
	width: 23%;
	box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.05);
}
#case .case_i .txtarea{
	padding: 30px;
}
#case .case_i .txtarea h3{
	font-weight: 500;
	font-size: 1.8rem;
	line-height: 1.5;
}
#case .case_i .txtarea h3:after{
	content: "";
	display: block;
	width: 50px;
	height: 2px;
	background: #b4b4b4;
	margin: 15px 0;
}
@media screen and (max-width: 750px) {
	#case .case_ww{
		width: 100vw;
		overflow: scroll;
	}
	#case .case_w{
		width: 300%;
		padding-right: 15%;
	}
}

#news {
	padding: 100px 0 100px;
}
#news .news_w{
	justify-content: space-between;
}
#news .news_i{
	width: 23%;
	box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.05);
}
#news .news_i .txtarea{
	padding: 30px;
}
#news .news_i .txtarea h3{
	font-weight: 500;
	font-size: 1.8rem;
	line-height: 1.5;
}
#news .news_i .txtarea h3:after{
	content: "";
	display: block;
	width: 50px;
	height: 2px;
	background: #b4b4b4;
	margin: 15px 0;
}
#news .news_i .txtarea time{
	letter-spacing: 1px;
}
#news .news_i .txtarea .cat{
	font-size: 1.4rem;
	margin-bottom: 10px;
	align-items: center;
	line-height: 1;
}
#news .news_i .txtarea .cat::before{
	width: 15px;
	height: 1px;
	background: #14a83a;
	content: "";
	display: block;
	margin-right: 10px;
}
@media screen and (max-width: 750px) {
	#news .news_ww{
		width: 100vw;
		overflow: scroll;
	}
	#news .news_w{
		width: 300%;
		padding-right: 15%;
	}
}