
#main{
	width: 100%;
}

#main img{
	width: 100%;
	height: auto;
	display: block;
}



#lead{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 60px 0;
}


#lead #future{
	width: 100%;
	max-width: 500px;
	margin: 0 auto 60px auto;
}

#lead #future img{
	width: 100%;
	height: auto;
}


#lead strong{
	display: block;
	margin-bottom: 40px;
	font-size: 18px;
	letter-spacing: 4px;
	line-height: 36px;
	font-weight: 600;
	padding-bottom: 30px;
	position: relative;
}


#lead strong::after {
    content: '';
    display: block;
    background: #00bcfa;
    height: 2px;
    width: 200px;
    position: absolute;
    bottom: 0px;
    z-index: 1;
    left: 0;
}



#lead p{
	font-size: 14px;
	letter-spacing: 2px;
	line-height: 26px;
	font-weight: 400;
}



#topService{
	width: 100%;
}


#topService h2{
	font-size: 50px;
	font-family: 'Karla', sans-serif;
	font-weight: 400;
	text-align: center;
	margin-bottom: 60px;
	letter-spacing: 4px;
}


#topService .servise01{
	width: 100%;
	background-color: #f6f9ff;
	padding: 60px 0;
}





#topService .servise01 dl{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	padding-bottom: 40px;
}

#topService .servise01 dl dt{
	width: 58.333%;
	margin: 0 auto 0 0;
}

#topService .servise01 dl dt img{
	width: 100%;
	height: auto;
}

#topService .servise01 dl dd{
	margin: 0 0 0 auto;
	width: 53.333%;
	position: absolute;
	z-index: 2;
	right: 0;
top: 20%;
}


#topService .servise01 dl dd strong{
	text-align: center;
	font-size: 24px;
	letter-spacing: 2px;
	display: block;
	width: 100%;
	font-weight: 400;
}


#topService .servise01 dl dd p{
	background:rgba(246,249,255,0.9);
	padding: 40px;
	box-sizing: border-box;
	font-size:18px;
	line-height: 48px;
	margin-bottom: 40px;
	letter-spacing: 2px;
}


#topService .servise01 dl dd .link{
	width: 100%;
	text-align: center;
	display: block;
} 

#topService .servise01 dl dd .link a{
	font-size: 16px;
	font-family: 'Karla', sans-serif;
	font-weight: 400;
	letter-spacing: 2px;
	text-align: center;
	color: #fff;
	padding: 20px 40px;
	background-color: #00bcfa;
	text-decoration: none;
	margin: 0 auto;
	position: relative;
} 



#topService .servise01 dl dd .link a::after {
    content: '';
    display: block;
    background: #00bcfa;
    height: 30px;
    width: 1px;
    position: absolute;
    top: -30px;
    z-index: 1;
    left: 50%;
}








#topService .servise02{
	width: 100%;
	background-color: #fff;
	padding: 60px 0;
}





#topService .servise02 dl{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	padding-bottom: 40px;
}

#topService .servise02 dl dt{
	width: 58.333%;
	margin: 0 0 0 auto;
	
}

#topService .servise02 dl dt img{
	width: 100%;
	height: auto;
}

#topService .servise02 dl dd{
	margin: 0 auto 0 0;
	width: 53.333%;
	position: absolute;
	z-index: 2;
	left: 0;
top: 20%;
}


#topService .servise02 dl dd strong{
	text-align: center;
	font-size: 24px;
	letter-spacing: 2px;
	display: block;
	width: 100%;
	font-weight: 400;
}


#topService .servise02 dl dd p{
	background-color: #fff;
	padding: 40px;
	box-sizing: border-box;
	font-size:18px;
	line-height: 48px;
	margin-bottom: 40px;
}


#topService .servise02 dl dd .link{
	width: 100%;
	text-align: center;
	display: block;
} 

#topService .servise02 dl dd .link a{
	font-size: 16px;
	font-family: 'Karla', sans-serif;
	font-weight: 400;
	letter-spacing: 2px;
	text-align: center;
	color: #fff;
	padding: 20px 40px;
	background-color: #00bcfa;
	text-decoration: none;
	margin: 0 auto;
	position: relative;
} 



#topService .servise02 dl dd .link a::after {
    content: '';
    display: block;
    background: #00bcfa;
    height: 30px;
    width: 1px;
    position: absolute;
    top: -30px;
    z-index: 1;
    left: 50%;
}






#topCompany{
	width: 100%;
	padding-top: 60px;
	padding-bottom: 60px;
}


#topCompany h2{
	font-size: 50px;
	font-family: 'Karla', sans-serif;
	font-weight: 400;
	text-align: center;
	margin-bottom: 60px;
	letter-spacing: 4px;
}

#topCompany p{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto 30px auto;
}

#topCompany p img{
	width: 100%;
	height: auto;
}

#topCompany table{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto 70px auto;
}


#topCompany table th{
	padding: 15px 0;
	width: 25%;
	box-sizing: border-box;
	border: #ddd 1px solid;
	font-size: 12px;
	text-align: center;
	font-weight: 500;
	letter-spacing: 2px;
}

#topCompany table td{
	padding: 15px 20px;
	width: 75%;
	box-sizing: border-box;
	box-sizing: border-box;
	border: #ddd 1px solid;
	font-size: 12px;
	text-align: left;
	font-weight: 500;
	letter-spacing: 2px;
}




#topCompany .link{
	width: 100%;
	text-align: center;
	display: block;
} 

#topCompany .link a{
	font-size: 16px;
	font-family: 'Karla', sans-serif;
	font-weight: 400;
	letter-spacing: 2px;
	text-align: center;
	color: #fff;
	padding: 20px 40px;
	background-color: #00bcfa;
	text-decoration: none;
	margin: 0 auto;
	position: relative;
} 



#topCompany .link a::after {
    content: '';
    display: block;
    background: #00bcfa;
    height: 30px;
    width: 1px;
    position: absolute;
    top: -30px;
    z-index: 1;
    left: 50%;
}


#topMap{
	width: 100%;
	line-height: 0;
}


#topMap iframe{
	width: 100%;
	height: 400px;
}


















@media all and (max-width: 700px) {

#main{
	width: 100%;
	height: auto;
}

#lead #future {
    margin: 0 auto 30px auto;
    padding: 0 40px;
    box-sizing: border-box;
}	
	
#lead {
    padding: 30px 20px;
box-sizing: border-box;
}	
	
#lead strong {
    margin-bottom: 20px;
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 20px;
    padding-bottom: 20px;
}	
	
#lead p {
    font-size: 14px;
    line-height: 24px;
}	
	
#topService h2 {
    font-size: 30px;
    margin-bottom: 30px;
    letter-spacing: 4px;
}	
	
	
#topService .servise01,
#topService .servise02
{
    padding: 30px 0;
	 padding: 30px 20px;
    box-sizing: border-box;
}	
	
#topService .servise01 dl dd,
#topService .servise02 dl dd
{
    margin: 0;
    width: 100%;
    position: relative;
    z-index: 2;
    right: auto;
    top: auto;
}	
	
	
#topService .servise01 dl dt,
#topService .servise02 dl dt
{
    width: 100%;
    margin: 0 auto 30px auto;
}
	
#topService .servise01 dl dd p,
#topService .servise02 dl dd p
{
    padding: 20px;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 40px;
}	
	
	
#topCompany {
    width: 100%;
    padding: 30px 20px;
box-sizing: border-box;
	margin-bottom: 30px;
}
	
	
#topCompany h2 {
   font-size: 30px;
    margin-bottom: 30px;
    letter-spacing: 4px;
}
	
#topCompany table td {
    line-height: 18px;
}	
	
#topMap iframe {
    width: 100%;
    height: 240px;
}	
	
#topService .servise01 dl dd strong{
	font-size: 28px;
}	
	
	
	
	
	
	
	
	
}







