@charset "utf-8";



*{
	box-sizing: border-box;
}


a{
	text-decoration:none;
}


.clear{
	clear: left;
}



html{
overflow:auto;
font-family: "Mplus 1p";
min-width:1000px;
}


body {
	overflow: hidden;
}


::-webkit-scrollbar {
    width: 0px;
}


.uk-container{
 	width: 960px;
 }
 
 

	
/* ------------------------------
loading
------------------------------ */


	
#loader{
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 10;
}
#fade{
  width: 100%;
  height: 100%;
  display: none;
  background-color: #fff;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 5;
}






/* ------------------------------
header
------------------------------ */


header{
	background-color:#ffffff;
	border-bottom: 5px solid #00CCFF; 
	height:95px;
	position: fixed;
	z-index: 10;
	width: 100%;
}

.hd_menu{
	padding: 0px;
	
}



.logo{
	height: 90px;
	float:left;
}



.hd-btn{
	height: 90px;
	width:124px;
}


.hd-btn p{
	color:#111111;
	letter-spacing: .5px;
	text-align: center;
	font-size: 12pt;
	font-weight: 500;
	transition:all .5s;
	line-height: 90px;
}

.hd-btn p:hover{
	background-color:#3399FF;
	letter-spacing: 2.5px;
	color:#ffffff;
}



.info{
	width: 180px;
	list-style: none;
	padding:7px 0 0 15px;;
	color: #000000;
	
	
}

.add{
	font-size: 8pt;
	font-weight: 500;
}

.tel{
	font-size: 15px;
	font-weight: 500;
	padding-top: 0px;
}

.fax{
	font-size: 15px;
	font-weight: 500;
	margin-top: -3px;
}



.info span{
	color:#3399FF; 
}










/* ------------------------------
main
------------------------------ */




#slide{
	height: 95px;
	width: 100%;
}


/* slide */



.slide{
	height: 630px;
}




/* news */


.news{
	height: 180px;
	padding: 30px;
}

.news1{
	width: 600px;
	height: 120px;
	background-color:#D6EAF9;
	border: 2px solid #B3B3B3;
	float: left;
}




.news1 h4{
	width: 120px;
	height: 116px;
	letter-spacing: 3px;
	font-size: 20px;
	font-weight: 500;
	color: #ffffff;
	font-family: "Mplus 1p";
	background-color: #3296E1;
	text-align: center;
	padding-top: 30px;
	float:left;
}


.n-icon{
	width: 27px;
	padding-top: 10px;
}



.news1 p{
	font-size: 13px;
	font-weight: 400;
	color: #000;
	margin: 15px 0;
	margin-left: 140px;
}




.boshu{
	margin-left: 50px;
	transition:all .5s;
}


.boshu:hover{
	opacity: 0.6;
}




/* 業務内容 */



.work{
	height: 424px;
	background-image:url(../images/work.png);
	background-size:cover; 
	}


.white{
	height: 65px;
	width: 100%;
	position: relative;
	top:360px;
	}
	
	
.work-txt h3{
	font-family: "Mplus 1p";
	font-size: 45px;
	font-weight: 400;
	color:#ffffff;
	letter-spacing: 10px;
	margin-top:40px;
}

.work1{
	font-family: "Mplus 1p";
	font-size: 13px;
	font-weight: 500;
	color:#ffffff;
	letter-spacing: 3px;
	margin-top:-20px;
}

.work-txt img{
	width: 170px;
	margin: 15px;
}


.work-txt{
	text-align: center;
	font-family: "Mplus 1p";
	font-size: 18px;
	font-weight: 400;
	color:#ffffff;
	letter-spacing: 2px;
}



.work2{
	margin-top: 60px;
	text-align: center;
}



.work2 h2{
	font-family: "Mplus 1p";
	font-size: 36px;
	font-weight: 600;
	letter-spacing: 8px;
	color: #000000;
	line-height: 30px;

}



.work2 h3{
	font-family: "Mplus 1p";
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 2px;
	color: #ffffff;
	line-height: 45px;
	background-color: #3399FF;
	margin: 0 auto;
	width: 350px;
}



.work2 p{
	font-family: "Mplus 1p";
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 1px;
	color: #000000;
	line-height: 25px;
	padding: 30px 0;
}


.work3{
	width: 1000px
}


.item{
	width: 210px;
	height: 210px;
	background-color: #3399FF;
	margin: 20px;
}




.item_txt{
	font-family: "Mplus 1p";
	font-size: 30px;
	font-weight: 300;
	letter-spacing: 2px;
	color: #ffffff;
	padding: 10px 10px;
}



.work_ill1{
	width: 35%;
	margin: -35px 0px 5px 65px;
}

.work_ill2{
	width: 35%;
	margin: -35px 0px 10px 75px;
}

.work_ill3{
	width: 45%;
	margin: -20px 0px 40px 60px;
}

.work_ill4{
	width: 40%;
	margin: -35px 0px 15px 60px;
}


.item_txt2{
	text-align: center;
	font-family: "Mplus 1p";
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 1px;
	color: #ffffff;
	padding: 10px 10px;
}



.work_back{
	height: 820px;
}



.work4{
	text-align: center;
	width: 100%;
	height: 825px;
	background-image: url(../images/work_back.png);
	background-size:cover;
	margin-top: 80px;
	}


.graph{
	width: 800px;
	margin: 60px 0;
}


.work4-bk{
	width: 320px;
	margin-top: 15px;
}

.work4-bk p{
	text-align: left;
	font-family: "Mplus 1p";
	font-size: 14px;
	font-weight: 400;
	color: #000000;
	padding: 0 5px;
	margin: 5px 0;
}




/* ------------ */


.work5{
	margin-top: 80px;
	width: 660px;
	
}

.work5 h2{
	text-align: center;
	font-family: "Mplus 1p";
	font-size: 36px;
	font-weight: 600;
	letter-spacing: 3px;
	color: #000000;
	line-height: 50px;

}



.work5 p{
	font-family: "Mplus 1p";
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 1px;
	color: #000000;
	line-height: 30px;
	padding: 20px 0;
}





.work6-bk{
	margin-top: 20px;
	padding: 0 5px;
}





.work6-bk p{
	text-align: left;
	font-family: "Mplus 1p";
	font-size: 14px;
	font-weight: 400;
	color: #000000;
	margin: 5px 0;
}





.education{
	width: 820px;
	margin-bottom: 120px;
}


.wrapper{
	text-align: center;
	width: 820px;
	height: 265px;
	background-color:#EBF5FF;
	border-top: 8px solid #3399FF;
	margin: 50px 0;
}




.wrapper-txt{
	font-family: "Mplus 1p";
	font-size: 22px;
	font-weight: 500;
	letter-spacing: 1px;
	color: #3399FF;
	padding: 20px 0;
}


.wrapper-bkall{
	width: 410px;
	margin-top: 20px;
}



.wrapper-bk{
	background-color:#3399FF;
	width: 165px;
	height: 40px;
	color: #ffffff;
	line-height: 40px;
	margin: 10px 20px;
	float: left;
}




.work7-bk{
	width: 285px;
	margin: 0 5px;
}




.work7-bk p{
	text-align: left;
	font-family: "Mplus 1p";
	font-size: 14px;
	font-weight: 400;
	color: #000000;
	padding: 0 5px;
	margin: 5px 0;
}





/* ----------------------- */



.company{
	height: 424px;
	background-image: url(../images/company.png);
	background-size:cover; 
	}






.top-m{
	margin-top: 60px;
	width: 820px;
}


.top-m-bk{
	margin-top: 50px;
}


.shacho{
	float: right;
}

.top-m h2{
	text-align: center;
	font-family: "Mplus 1p";
	font-size: 36px;
	font-weight: 600;
	letter-spacing: 3px;
	color: #000000;
}



.top-m-txt{
	font-family: "Mplus 1p";
	font-size: 30px;
	font-weight: 600;
	color: #000000;
}




.top-m p{
	width: 460px;
	font-family: "Mplus 1p";
	font-size: 13px;
	font-weight: 400;
	color: #000000;
	margin: 20px 0;
	line-height: 25px;
}



.sine{
	margin-top: 20px;
}



.overview{
	width: 720px;
}


.overview-t{
	border: 1px solid #CCCCCC;
}



.overview h2{
	text-align: center;
	font-family: "Mplus 1p";
	font-size: 36px;
	font-weight: 600;
	letter-spacing: 3px;
	color: #000000;
	margin-bottom: 30px;
}




.overview-t th{
	text-align: center;
	width: 160px;
	background: #F2F2F2;
	font-family: "Mplus 1p";
	font-size: 14px;
	font-weight: 400;
	color: #000000;
	letter-spacing: 3px;
}




.overview-t td{
	width: 560px;
	font-family: "Mplus 1p";
	font-size: 14px;
	font-weight: 400;
	color: #000000;
	padding-left: 40px;
}




.history{
	line-height: 60px;
}





.line{
	border-top: 1px solid #CCCCCC;
	margin-top: 65px;
	margin-bottom: 65px;
}


.access{
	width: 720px;
	text-align: center;
}





.access h2{
	text-align: center;
	font-family: "Mplus 1p";
	font-size: 36px;
	font-weight: 600;
	letter-spacing: 3px;
	color: #000000;
	margin-bottom: 30px
}



.honsha{
	width: 450px;
	margin: 0 110px;
	
}

.honsha h3{
	font-family: "Mplus 1p";
	font-size: 18px;
	font-weight: 600;
	color: #000000;
}



.honsha p{
	font-family: "Mplus 1p";
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
	float: right;
	text-align: left;
}




.access2{
	margin-top: 70px;
	width: 720px;
	text-align: center;
}



.shucho{
	width: 520px;
	margin: 0 90px;
	
}

.shucho h3{
	font-family: "Mplus 1p";
	font-size: 18px;
	font-weight: 600;
	color: #000000;
}



.shucho p{
	font-family: "Mplus 1p";
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
	float: right;
	text-align: left;
}





.field{
	width: 960px;
	margin-bottom: 70px;
}


.field h2{
	text-align: center;
	font-family: "Mplus 1p";
	font-size: 36px;
	font-weight: 600;
	letter-spacing: 3px;
	color: #000000;
}




.field-img{
	height: 380px;
	width: auto;
	margin: 25px 0;
	line-height: 25px;
}



.field p{
	text-align: left;
	font-family: "Mplus 1p";
	font-size: 14px;
	font-weight: 400;
	color: #000000;
	margin: 20px 10px;
	line-height: 30px;
}







/* ----------------------- */



.recruit{
	height: 424px;
	background-image: url(../images/recruit.png);
	background-size:cover; 
	}



.zenpan{
	margin-top: 30px;
}





.point{
	width: 820px;
}


.p-wrapper{
	text-align: center;
	height: 250px;
	background-color:#EBF5FF;
	border-top: 8px solid #3399FF;
	margin-top: 80px;
}


.wrapper-txt{
	font-family: "Mplus 1p";
	font-size: 22px;
	font-weight: 500;
	letter-spacing: 1px;
	color: #3399FF;
	padding: 20px 0 5px 0;
}




.check{
	width: 25px;
}



.point p{
	font-family: "Mplus 1p";
	font-size: 15px;
	font-weight: 400;
	color: #000000;
	margin:5px 0px 0 100px;
	line-height: 30px;
	text-align: left;
}



.point img{
	margin: 0 5px 5px 0;
}




.point2{
	width: 820px;
}



.p-wrapper2{
	text-align: center;
	height: 150px;
	background-color:#EBF5FF;
	border-top: 8px solid #3399FF;
	margin-top: 80px;
}



.p-wrapper2 p{
	text-align: center;
	font-family: "Mplus 1p";
	font-size: 15px;
	font-weight: 400;
	color: #000000;
	line-height: 25px;
	margin: 10px 0 30px 0;
}






/* ----------------------- */




.otoko{
	margin-top: 100px;
	text-align: center;
	width: 90%;
}



.otoko1{
	margin-top: 60px;
	margin-bottom: 80px;
}


.otoko1-p{
	width: 500px;
	float: right;
}



.otoko-txt{
	text-align: left;
	font-family: "Mplus 1p";
	font-size: 30px;
	font-weight: 600;
	color: #000000;
	letter-spacing: 1px;
}

.otoko-txt span{
	font-size: 50px;
	font-weight: 900;
}


.otoko1 h4{
	text-align: left;
	font-family: "Mplus 1p";
	font-size: 15px;
	font-weight: 500;
	color: #000000;
	margin: 20px 0 40px 0;
	line-height: 45px;
}



.otoko1 p{
	text-align: left;
	width: 400px;
	font-family: "Mplus 1p";
	font-size: 14px;
	font-weight: 400;
	color: #000000;
	line-height: 25px;
}



.otoko2{
	margin-left:550px; 
	display: block;
}




.otoko2-p{
	width: 500px;
	float: left;
}


.otoko2-txt{
	text-align: left;
	font-family: "Mplus 1p";
	font-size: 30px;
	font-weight: 600;
	color: #000000;
	letter-spacing: 0px;
}

.otoko2-txt span{
	font-size: 50px;
	font-weight: 900;
	letter-spacing: -3px;
}


.otoko2 h4{
	text-align: left;
	font-family: "Mplus 1p";
	font-size: 15px;
	font-weight: 500;
	color: #000000;
	margin: 20px 0px 20px 0px;
	line-height: 45px;
}



.otoko2 p{
	float:left;
	width: 400px;
	font-family: "Mplus 1p";
	font-size: 14px;
	font-weight: 400;
	color: #000000;
	line-height: 25px;
}




/* ----------------------- */



.appeal{
	text-align: center;
	width: 100%;
	height: 1450px;
	background-image: url(../images/work_back.png);
	background-size:cover;
	margin-top: 100px;
	margin-bottom: 50px;
	}


.appeal h2{
	text-align: center;
	font-family: "Mplus 1p";
	font-size: 36px;
	font-weight: 600;
	letter-spacing: 2px;
	color: #000000;
	margin: 60px 0;
}


.a-point{
	width: 650px;
	margin: -20px 0;
}

.a-gra{
	margin: 30px 0;
}





.ppp-img{
	width: 310px;
	margin:0 5px;
}









.contents{
	width: 960px;
	margin-top: 60px;
}


.contents-t{
	border: 1px solid #CCCCCC;
	width: 960px;
}



.contents h2{
	text-align: center;
	font-family: "Mplus 1p";
	font-size: 36px;
	font-weight: 600;
	letter-spacing: 5px;
	color: #000000;
	margin-bottom: 30px;
}




.contents-t th{
	text-align: center;
	width: 160px;
	background: #F2F2F2;
	font-family: "Mplus 1p";
	font-size: 15px;
	font-weight: 500;
	color: #000000;
	letter-spacing: 2px;
}




.contents-t td{
	font-family: "Mplus 1p";
	font-size: 14px;
	font-weight: 400;
	color: #000000;
	padding: 20px 0px 20px 40px;
	line-height: 25px;
}



.contents-t td span{
	font-family: "Mplus 1p";
	font-size: 15px;
	font-weight: 500;
	color: #000000;
}



.aa{
	line-height: 180px;
}

.bb{
	line-height: 330px;
}

.cc{
	line-height: 30px;
}

.dd{
	line-height: 150px;
}

.ee{
	line-height: 80px;
}

.ff{
	line-height: 100px;
}







.process{
	text-align: center;
	width: 100%;
	height: 870px;
	background-image: url(../images/work_back.png);
	background-size:cover;
	margin-top: 100px;
	}


.process h2{
	text-align: center;
	font-family: "Mplus 1p";
	font-size: 36px;
	font-weight: 600;
	letter-spacing: 3px;
	color: #000000;
	margin: 60px 0;
}


.process-p{
	width: 820px;
	margin: -20px 0;
}


.process p{
	font-family: "Mplus 1p";
	font-size: 14px;
	font-weight: 400;
	color: #000000;
	margin: 50px 0;
}




.process-t{
	width: 500px;
}




.process th{
	text-align: center;
	width: 200px;
	background: #F2F2F2;
	font-family: "Mplus 1p";
	font-size: 16px;
	font-weight: 500;
	color: #000000;
	letter-spacing: 2px;
}



.process span{
	font-family: "Mplus 1p";
	font-size: 20px;
	font-weight: 600;
	color: #000000;
	letter-spacing: 1px;
}



.process td{
	background-color: #ffffff;
	text-align: left;
	font-family: "Mplus 1p";
	font-size: 16px;
	font-weight: 500;
	color: #000000;
	padding-left: 40px;
}


.mail{
	background-color: #ffffff;
	font-family: "Mplus 1p";
	font-size: 16px;
	font-weight: 500;
	color: #000000;
}





.rikunavi{
	width: 250px;
	margin-top: 25px;
	margin-bottom: -35px;
	transition:all .5s;
}


.rikunavi:hover{
	border: 3px solid #3399FF;
}


/* ----------------------- */



.contact{
	height: 424px;
	background-image: url(../images/contact.png);
	background-size:cover; 
	}


.contact h3{
	font-family: "Mplus 1p";
	font-size: 45px;
	font-weight: 400;
	color:#ffffff;
	letter-spacing: 8px;
	margin-top:40px;
}



.contact-txt{
	text-align: center;
	font-family: "Mplus 1p";
	font-size: 14px;
	font-weight: 400;
	color: #000000;
	line-height: 25px;
	margin-top: 50px;
}


.f-info{
	text-align: center;
	height: 270px;
	background-color:#EBF5FF;
	border-top: 8px solid #3399FF;
	margin-top: 80px;
}



.info-txt{
	text-align: center;
	font-family: "Mplus 1p";
	font-size: 25px;
	font-weight: 600;
	color: #0B308E;
	line-height: 25px;
	margin: 40px 0 30px 0;
	letter-spacing: 2px;
}

.info-txt span{
	font-size: 40px;
	font-weight: 600;
	letter-spacing: 3px;
	margin-left: 5px;
}



.f-info p{
	font-family: "Mplus 1p";
	font-size: 14px;
	font-weight: 400;
	color: #000000;
	margin-top: -20px;
}


.info-txt2{
	font-family: "Mplus 1p";
	font-size: 40px;
	font-weight: 600;
	color: #0B308E;
	line-height: 15px;
	margin: 40px 0 30px 0;
}



.footer-ill{
	width: 100%;
	margin: 100px 0;
}



.f-info2 p{
	text-align: center;
	font-family: "Mplus 1p";
	font-size: 14px;
	font-weight: 400;
	color: #00CCFF;
	margin-top: -20px;
}



.info-txt3{
	text-align: center;
	font-family: "Mplus 1p";
	font-size: 20px;
	font-weight: 500;
	color: #00CCFF;
	line-height: 25px;
	margin: 40px 0 30px 0;
	letter-spacing: 2px;
}

.info-txt3 span{
	font-size: 35px;
	font-weight: 500;
	letter-spacing: 3px;
	margin-left: 5px;
}




.Bullet{
	width: 800px;
	margin-top: 100px;
}





/* --------お知らせ-------- */




.notice{
	height: 424px;
	background-image: url(../images/work.png);
	background-size:cover; 
	}


.wp-news{
	border-bottom:  2px solid #CCCCCC;
}


.news-wrapper{
	width: 660px;
	padding: 70px 0;
}

.date{
	width: 90px;
	height: 90px;
	background-color: #3399FF;
	float: left;
}

.year{
	font-family: "Mplus 1p";
	font-size: 18px;
	font-weight: 500;
	line-height: 25px;
	letter-spacing: 1px;
	color: #3399FF;
	text-align: center;
	background-color: #ffffff;
	border:  2px solid #3399FF;
}

.shaded{
	height: 40px;
	width: 60px;
	border-bottom:  2px solid #ffffff;
	transform: rotate(-50deg);
}


.month{
	font-family: "Mplus 1p";
	font-size: 26px;
	font-weight: 500;
	letter-spacing: 1px;
	color: #ffffff;
	margin-left:10px;
	position: relative;
	top:-40px;
}


.days{
	font-family: "Mplus 1p";
	font-size: 26px;
	font-weight: 500;
	letter-spacing: 1px;
	color: #ffffff;
	margin-left:48px;
	position: relative;
	top:-55px;
}


.title{
	font-family: "Mplus 1p";
	font-size: 30px;
	font-weight: 500;
	color: #000000;
	margin-left:120px;
	line-height: 90px;
}



.texst{
	font-family: "Mplus 1p";
	font-size: 15px;
	font-weight: 400;
	line-height: 30px;
	color: #000000;
	margin-top: 50px;
}



/* ------------------------------
footer
------------------------------ */

	


	



.credit{
	background-color:#3399FF;
	height: 75px;
}

.credit p{
	font-weight: 400;
	font-size: 12px;
	color: #ffffff;
	letter-spacing:1px;
	line-height: 75px;
}



