h1{
	font-size: 46px;
	letter-spacing: 0.09em;
}

.service{
	margin-top: 9rem;
	padding: 8rem 0 0;
}

.service p{
	font-weight: bold;
}


.servicekv{
	margin-bottom: 5rem;
}


.container{
	margin-top: 4rem 0;
}

.title{
	padding-bottom: 3rem;
	border-bottom: solid 1px #EDEDED;
	margin-bottom: 5rem;
}

.sec-sub03{
	color: #DD1E1E;
    font-family: "Plus Jakarta Sans",sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: 0.08em;
	margin-bottom: 1.6rem;
	

}

.servicetext{
	display: flex;
	align-items: flex-start;
    margin: 8rem auto 12rem auto;
	justify-content: space-between;
}

.servicetext h2{
	font-size: 34px;
	margin-bottom: 3rem;
	letter-spacing: 0.06em;
	margin-top: 1rem;
}

.servicetext p{
	line-height: 2;
}


.servicetext li{
	width: 49%;
}


.en{
	font-family: "Plus Jakarta Sans",sans-serif;
	font-weight: bold;
	letter-spacing: 0.08em;
}

.titijptxt{
	font-weight: bold;
	font-size: 2.4rem;
}

.textbox{
	margin-bottom: 7rem;
}

hr{
	max-width: 1200px;
	margin:10rem auto;
	color: #EDEDED;
	height: 1px;
    background-color: #EDEDED;
    border: none;
}

.companytit{
	font-weight: bold;
	margin-right: 20rem;
	width: 80px;
}

.profile a{
	color: #DD1E1E;
	text-decoration: underline;
}

.companytit span{
	font-weight: normal;
}

.profile{
	display: flex;
	margin-bottom: 3.4rem;
}

.detail{
	line-height: 2;
}

.eclogoarea{
	background-color: #EDEDED;
	width:100%;
	padding: 3rem;
	position: relative;
	height: 26rem;

}

.eclogoblock{
width: 100%;
border-radius: 11px;
padding: 4rem;
background: #fff;
box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
text-align: center;
}

.eclogoblock h2{
	margin-bottom: 3rem;
}

.eclogoblock ul{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
    justify-content: space-evenly;
}

.eclogoblock li{
	width: 16%;
}


.wecando{
	padding:18rem 0 10rem 0;
}

.wecando p{
	line-height: 1.9;
	font-size: 14px;
	font-weight: bold;
}

.sec-sub03{
	font-size: 20px;
}

.titijptxt{
	font-size: 36px;
}


.wecando ul{
	display: flex;
	flex-wrap: wrap;
	align-items:flex-start;
    justify-content:space-between;
}

.wecando li{
	width: 46%;
	margin-bottom: 9rem;
}

.wecando img{
	margin-bottom: 4rem;
	height: 68px;
}

h3{
	margin-bottom: 1rem;
}

.empowering{
	margin-bottom: 12rem;
}

.empowering li{
	display: flex;
	padding: 7rem 0;
	border-top: solid 1px #EDEDED;
}

.empowering li img{
	margin-right: 5rem;
}

.empowertxt .en{
font-size: 32px;
color: #DD1E1E;
margin-bottom: 2rem;
}

.empowering h3{
	font-size: 24px;
}

.empowering p{
	font-weight: bold;
	line-height: 1.9;
}

@media screen and (max-width:768px){

	.service{
		padding: 0;
	}
	.service .container{
		padding:11rem 2.5rem 0;
	}

	ul .profile{
		flex-direction: column;
	}

	h1{
		font-size:28px;
	}

	.servicetext{
		display: flex;
		align-items: flex-start;
		margin: 0 auto 8rem auto;
		justify-content: space-between;
		flex-direction: column;	
	}

	.servicetext li{
		width:100%;
	}

	.servicetext li img{
	margin-bottom: 6rem;
	}
	.servicetext h2{
		font-size: 24px;
	}

	.eclogoarea .container{
		padding: 0;
	}

	.eclogoblock li{
		width:33%;
	}
	.eclogoblock{
		padding: 2rem;
	}

	.wecando{
		padding: 0;
	}
	.titijptxt{
		font-size:24px;
	}
	.sec-sub03{
		margin-bottom: 0;
	}

	.wecando ul{
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: space-between;
		flex-direction: column;
	}

	.wecando li{
		width:100%;
	}

	.empowering li{
		display: flex;
    padding: 7rem 0;
    border-top: solid 1px #EDEDED;
    flex-direction: column;
	}

	.empowering li img{
		width: 40%;
		margin-bottom: 3rem;
	}
	.empowering p.en{
		line-height: 1.4;
	}

.empowering h3{
	margin-bottom: 2rem;
}
}