@charset "UTF-8";

/* =========================================================
　◆MainVisual
========================================================= */

.ly_mainvis{
	font-size: 1.8rem;
	width: 100%;
	top: 0px;
	background-image: url(../images/top_mainVisual.jpg) ;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	min-height: 780px;
	position: relative;
}

.ly_mainvis_inner{
	text-align: left;
	width: 100%;
	margin: 0 auto;
	color: #fff;
	padding-top: 370px;
	max-width:1140px;
}

.el_ttlLv1_top{
	font-weight: bold;
	color:#ffffff;
	font-size: 4.8rem;
	
}

.ly_mainvis_inner p{
	font-size: 2.4rem;
}

@media screen and (max-width: 1200px) { 
	
	.ly_mainvis{
		width: 100%;
		top: 0px;
		text-align: left;
		padding: 0 20px;
		background-position: center left 30%;
		min-height: 680px;
	}
	
	.ly_mainvis_inner{
		padding-top: 280px;
	}	
	
	.el_ttlLv1_top{
		font-size: 4.4rem;
		line-height: 1.2;
	}
	
	.ly_mainvis_inner p{
		font-size: 2.2rem;
		line-height: 130%;
	}
}


@media screen and (max-width: 600px){
	.ly_mainvis_inner{
		text-align: left;
		padding-top: 200px;
	}

	.el_ttlLv1_top{
		font-size: 2.8rem;
		line-height: 1.2;
	}

	.ly_mainvis{
		min-height: 550px;
	}

	.ly_mainvis_inner p{
		font-size: 1.5rem;
	}

}




/* =========================================================
#contents01
========================================================= */


#contents01 .el_ttlLv2_v1{
	background-image: url(../images/top_title_bg01.png);
	background-repeat: no-repeat;
	background-position: top center;
}

#contents01 .ly_companyList img{
	display: inline-block;
	vertical-align: -webkit-baseline-middle;
}

#contents01 .ly_companyList ul{
	width:800px;
	margin:0 auto;
	text-align: center;
}

#contents01 .ly_companyList ul li{
	margin-right:10px;
	margin-bottom:20px;
}

#contents01 .ly_companyList ul li a{

}


#contents01 .ly_companyList{
	margin:0 auto;
	text-align: center;
}



@media screen and (max-width:850px) { 

	#contents01 .ly_companyList ul {
		width: 100%;
	}

}



@media screen and (max-width: 600px) { 
	#contents01 .el_ttlLv2_v1{
		background-size: contain;
	}

	#contents01 .ly_companyList ul {
		width: 60%;
	}


}



/* ====================
3カラムメニュー
======================= */

.ly_3columnMenu{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin:0 auto;
}

.ly_3columnMenu li{
	display: block;
	position: relative;
	margin-bottom: 20px;
	width:32%;
	text-align: center;
}

@media screen and (max-width:850px) { 

	.ly_3columnMenu li {
		width: 30%;
	}

}


@media screen and (max-width: 600px){

	.ly_3columnMenu li{
		width: 100%;
		margin-bottom:10px;
	}
}

/* =========================================================
#contents02
========================================================= */

#contents02 .el_ttlLv2_v2{
	background-image: url(../images/top_title_bg02.png);
	background-repeat: no-repeat;
	background-position: top left;
	max-width:590px;
}

#contents02 .ly_business_textArea{
	float:right;
}

#contents02 .ly_business_image{
	float:right;
	margin-right:30px;
}

@media screen and (max-width: 1500px) and (min-width: 1050px){
	#contents02 .ly_business_image {
		margin-top:-200px;
	}
}


@media screen and (max-width: 1500px) { 
	#contents02 .el_ttlLv2_v2 {
		background-position: top left;
		max-width: none;
	}

	#contents02 .el_ttlLv2_v2 p{
		max-width:800px;
	}

	#contents02 .ly_business_textArea{
		float:none;
	}
	#contents02 .ly_business_image{
		float:right;
		margin-right:100px;
	}

}




@media screen and (max-width: 600px) { 
	#contents02 .el_ttlLv2_v2{
		background-size: contain;
	}

	#contents02 .ly_business_image{
		margin-right:0px;
	}

}



/* =========================================================
#contents03
========================================================= */

#contents03 .contentsWrap_top2{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin:0 auto;
}


#contents03 .contentsWrap_top2 .ly_service_whiteArea{
	display: block;
	width:20%;
}

#contents03 .contentsWrap_top2 .ly_service_textArea{
	display: block;
	width:80%;
	background-color: #0fb0d6;
	color:#fff;
	padding: 50px;
	position:relative;
}

#contents03 .contentsWrap_top2 .ly_service_textArea p{
	font-size:1.8rem;
}

#contents03 .contentsWrap_top2 .ly_service_textArea .ly_service_Btn{
	position:absolute;
	top:300px;
}

#contents03 .contentsWrap_top2 .ly_service_textArea .ly_service_Btn li{
	display:inline-block;
	float:left;
}

#contents03 .contentsWrap_top2 .ly_service_textArea .ly_service_Btn li a{
	color: #01192b;
	text-decoration:none;
	display: inline-block;
	border: 3px solid #01192b;
	transform: rotate(.03deg);
	background-color: #fff;
	font-weight:bold;
	font-size:1.6rem;
	padding: 25px 100px 25px 80px;
	position:relative;
	margin-right:10px;
	margin-bottom: 10px;
}

#contents03 .contentsWrap_top2 .ly_service_textArea .ly_service_Btn li a i{
	position:absolute;
	top:38%;
	right:20px;
}

#contents03 .contentsWrap_top2 .ly_service_textArea .ly_service_Btn li a:hover{
	color:#fff;
	text-decoration:none;
	display: inline-block;
	border: 3px solid #01192b;
	transform: rotate(.03deg);
	background-color: #01192b;
	font-weight:bold;
	font-size:1.6rem
	position:relative;
	margin-right:10px;
}

#contents03 .el_ttlLv2_v2{
	background-image: url(../images/top_title_bg03.png);
	background-repeat: no-repeat;
	background-position: top left;
	max-width:590px;
}


#contents03 .el_ttlLv2_v2 h2{
	color:#fff;
}

@media screen and (max-width: 900px) { 
	#contents03 .contentsWrap_top2 .ly_service_textArea .ly_service_Btn{
		position:static;
		padding-top:20px;
	}

}



@media screen and (max-width: 600px) { 
	#contents03 .el_ttlLv2_v2{
		background-size: contain;
	}

	#contents03 .contentsWrap_top2 .ly_service_textArea .ly_service_Btn li a {
		padding: 25px 40px 25px 30px;
		width:70vw;
	}


	#contents03 .contentsWrap_top2 .ly_service_textArea {
		width: 90%;
		padding: 30px;
	}
	#contents03 .contentsWrap_top2 .ly_service_whiteArea {
		width: 10%;
	}


	#contents03 .contentsWrap_top2 .ly_service_textArea p{
		font-size:1.4rem;
	}

}


/* =========================================================
#contents04
========================================================= */


#contents04 .el_ttlLv2_v1{
	background-image: url(../images/top_title_bg04.png);
	background-repeat: no-repeat;
	background-position: top center;
	max-width:590px;
}

#contents04 dl{
	display:block;
}

#contents04 dl dt,#contents04 dl dd{
	float:left;
}

#contents04 dl dt{
	padding-right:20px;
	font-weight:bold;
}



@media screen and (max-width: 600px) { 
	#contents04 .el_ttlLv2_v1{
		background-size: contain;
		margin-left: 20px;
		margin-right: 20px;
	}

}
