@charset "UTF-8";
/* CSS Document */


#mainNav{
	width: 1512px;
	margin: 10px auto 15px auto;
	}

#mainNav .logo{
	width: 450px;
	padding:20px 0 0 0;
	margin-right: 118px;
}

#mainNav .mainNav{
	width: 236px;
}

#mainNav li{
	float: left;}

#rec_mainVis{
	width: 100%;
	height: 550px;
	background-image: url(../img/rec/rec_main_img.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

.rec_mainVisBox{
	width: 600px;
	margin: 0 0 0 350px;
	padding-top: 60px;
}

.rec_mainVisBox img{
	width: 160px;
}

.recTitle{
	font-size: 35px;
	line-height: 50px;
	margin-top: 50px;
	color: #fff;
	letter-spacing: 2px;
}

.recP{
	font-size: 17px;
	color: #fff;
	line-height: 28px;
	margin-top: 50px;
}

.pre_aisatuBox{
	width: 100%;
	height: 590px;
	background-image: url(../img/rec/pre_aisatu.jpg);
	background-repeat: no-repeat;
}

.pre_aisatuTitle{
	width: 450px;
	margin: 0 0 0 500px;
	font-size: 27px;
	padding-top: 72px;
	color: #3e3a39;
}

.pre_aisatuTitle span{
	width: 500px;
	margin: 0 0 0 0;
	font-size: 15px;
	padding-top: 80px;
	color: #3e3a39;
}

.pre_aisatu_01{
	font-size: 25px;
	line-height: 40px;
	margin-top: 70px;
	color: #00648b;
	font-weight: bold;
}
.pre_aisatu_02{
	font-size: 15px;
	line-height: 28px;
	margin-top: 30px;
	text-align: justify;
text-justify: inter-ideograph;
}

.fbBana{
	margin-top: 20px;
}

#senpaiVoice{
	width: 1000px;
	margin: 0 auto 0 auto;
	text-align: center;
	font-size: 27px;
	color: #3e3a39;
	padding-top: 150px;
}

#senpaiVoice span{
	margin: 0 auto 0 auto;
	text-align: center;
	font-size: 15px;
	color: #3e3a39;
}

#application{
	width: 1000px;
	margin: 0 auto 0 auto;
	text-align: center;
	font-size: 27px;
	color: #3e3a39;
	padding-top: 200px;
}

#application span{
	margin: 0 auto 0 auto;
	text-align: center;
	font-size: 15px;
	color: #3e3a39;
}

#entry{
	width: 1000px;
	margin: 0 auto 0 auto;
	text-align: center;
	font-size: 27px;
	color: #3e3a39;
	padding-top: 40px;
}

#entry span{
	margin: 0 auto 0 auto;
	text-align: center;
	font-size: 15px;
	color: #3e3a39;
}


.senpaiImg{
	width: 456px;
	margin: 40px auto 0 auto;
}

.rec_li{
	float: left;
	margin-right: 12px;
}

.rec_li:last-child{
	float: left;
	margin-right: 0;
}

.rec_li img{
	width: 144px;
}

#makino{
	width: 100%;
	background-image: url(../img/rec/rec_senpai_back.jpg);
	background-repeat: repeat-x;
	height: 522px;
	margin: 200px 0 0 0;
}

#yayama{
	width: 100%;
	background-image: url(../img/rec/rec_senpai_back.jpg);
	background-repeat: repeat-x;
	height: 522px;
	margin: 200px 0 0 0;
}

#higuchi{
	width: 100%;
	background-image: url(../img/rec/rec_senpai_back.jpg);
	background-repeat: repeat-x;
	height: 522px;
	margin: 200px 0 0 0;
}


.rec_Box{
	width: 1017px;
	margin: 0 auto 0 auto;
}

.nameBox{
	width: 463px;
	height: 197px;
	background-color: #00648b;
	
}


.w1000_2{
	width: 1000px;
	margin: -70px auto 0 auto;
}

.w1000_3{
	width: 1000px;
	margin: 0px auto 0 auto;
}

.name{
	font-size: 25px;
	color: #fff;
	padding: 30px 0 0 30px;
}

.name span{
	font-size: 16px;
}

.re_qa{
	width: 463px;
	float: left;
	margin-top: 60px;
}

.qaTitle{
	font-size: 20px;
	color: #00648b;
	margin-top: 40px;
	font-weight: bold;
}

.qaP{
	font-size: 16px;
	line-height: 25px;
	margin-top: 15px;
		text-align: justify;
text-justify: inter-ideograph;
}

.flow{
	width: 500px;
	float: right;
	margin-top: -20px;
}

/*ボタン2*/
.button2 {
  display: inline-block;
  width: 700px;
  height: 70px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
margin: 80px auto 0 auto;
	border-radius: 50px;
}
.button2::before,
.button2::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
	border-radius: 50px;
}
.button2,
.button2::before,
.button2::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
	border-radius: 50px;
}

.button2 {
	border-radius: 50px;
  position: relative;
  z-index: 2;
  background-color: #f9ef00;
  border: 2px solid #f9ef00;
  color: #3e3a39;
  line-height: 50px;
padding-top: 10px;
	font-size: 22px;
}
.button2:hover {
  background-color: #fff;
  border-color: #00648c;
  color: #00648c;
	border-radius: 50px;
}
.button2::before,
.button2::after {
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #f9ef00;
	border-radius: 50px;
	
}
.button2::before {
  right: 0;
}
.button2::after {
  left: 0;
}
.button2:hover::before,
.button2:hover::after {
  width: 0;
  background-color: #59b1eb;
	border-radius: 50px;
}
/*ボタン2*/

.recBtn{
	width: 1000px;
	text-align: center;
}

#w1400{
	width: 1400px;
	margin: 50px auto 220px auto;
}

.asiba {
	float: left;
	width: 650px;
}

.eigyo {
	float: right;
	width: 650px;
}

.appTitle{
	width: 650px;
	background-color: #3e3a39;
	color: #fff;
	text-align: center;
	padding: 10px 0;
	letter-spacing: 2px;
}

table{
	margin-top: 10px;
	
}

table td{
	width: 500px;
	text-align: left;
	padding: 8px 8px 8px 8px;
	border-bottom: 1px dotted #3e3a39;
	line-height: 23px;
		text-align: justify;
text-justify: inter-ideograph;
}

table th{
	width: 150px;
	text-align: left;
	padding: 8px 0 8px 8px;
	border-bottom: 1px dotted #3e3a39;
	background-color: #e6f5ff;
	}

.entryTh span{
	color: #e53828;
}



/*エントリーフォーム*/

.w650{
	width: 650px;
	margin: 0 auto 0 auto;
}

.entry_Text{
	text-align: center;
	margin-top: 50px;
	line-height: 30px;
	margin-bottom: 50px;
	font-size: 18px;
}

.entry_Text a{
	color: #00648b;
	text-decoration: underline;
}

.entry_Text span{
	font-size: 25px;
	font-weight: bold;
	}

.entryTable{
	width: 650px;
	margin: 0 auto;
}

.entryTh,
.entryTd{
	border-top:1px dotted #3e3a39;
}

.entryTh{
	vertical-align: top;
	width: 630px;
}

input#name{
	width: 40%;
	height: 20px;
	font-size: 15px;
	border: 1px solid #727171;
}

input#tel{
	width: 40%;
	height: 20px;
	font-size: 15px;
	border: 1px solid #727171;
}

input#mail{
	width:100%;
	height: 20px;
	font-size: 15px;
	border: 1px solid #727171;
}

input#zip11{
	width: 20%;
	height: 20px;
	font-size: 15px;
	border: 1px solid #727171;
}

input#addr11{
	width: 20%;
	height: 20px;
	font-size: 15px;
	border: 1px solid #727171;
}

#yubin{
	width: 40%;
	height: 20px;
	font-size: 15px;
	border: 1px solid #727171;
}

#address{
	width: 100%;
	height: 20px;
	font-size: 15px;
	border: 1px solid #727171;
	margin-top: 5px;
	}

textarea{
	font-size: 15px;
	min-width: 400px;
	min-height: 100px;
	max-width: 400px;
	max-height: 100px;
	
}

/*ボタン*/
#sousin {
  display: inline-block;
  width: 250px;
  height: 53px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
margin: 50px 0 0 482px;
}
#sousin::before,
#sousin::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
#sousin,
#sousin::before,
#sousin::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

#sousin {
  position: relative;
  z-index: 2;
  background-color: #f9ef00;
  border: 2px solid #f9ef00;
  color: #3e3a39;
  line-height: 50px;
	margin: 30px auto 0 auto;
	font-size: 18px;
}
#sousin:hover {
  background-color: #fff;
  border-color: #00648c;
  color: #00648c;
}
#sousin::before,
#sousin::after {
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #f9ef00;
}
#sousin::before {
  right: 0;
}
#sousin::after {
  left: 0;
}
#sousin:hover::before,
#sousin:hover::after {
  width: 0;
  background-color: #59b1eb;
}
/*ボタン*/



@media screen and (max-width: 750px) {
	
#mainNav{
	display: none;
	width: 1512px;
	margin: 10px auto 15px auto;
	}

#mainNav .logo{
	width: 450px;
	padding:20px 0 0 0;
	margin-right: 118px;
}

#mainNav .mainNav{
	width: 236px;
}

#mainNav li{
	float: left;}

#rec_mainVis{
	width: 100%;
	height: 550px;
	background-image: url(../img/rec/rec_main_img.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

.rec_mainVisBox{
	width: 100%;
	margin: 0 0 0 0;
	padding-top: 60px;
}

.rec_mainVisBox img{
	width: 100%;
}

.recTitle{
	font-size: 35px;
	line-height: 50px;
	margin-top: 50px;
	color: #fff;
	letter-spacing: 2px;
}

.recP{
	font-size: 17px;
	color: #fff;
	line-height: 28px;
	margin-top: 50px;
}

.pre_aisatuBox{
	width: 100%;
	height: 590px;
	background-image: url(../img/rec/pre_aisatu.jpg);
	background-repeat: no-repeat;
}

.pre_aisatuTitle{
	width: 100%;
	margin: 0 0 0 0;
	font-size: 27px;
	padding-top: 72px;
	color: #3e3a39;
}

.pre_aisatuTitle span{
	width: 100%;
	margin: 0 0 0 0;
	font-size: 15px;
	padding-top: 80px;
	color: #3e3a39;
}

.pre_aisatu_01{
	font-size: 25px;
	line-height: 40px;
	margin-top: 70px;
	color: #00648b;
	font-weight: bold;
}
.pre_aisatu_02{
	font-size: 15px;
	line-height: 28px;
	margin-top: 30px;
	text-align: justify;
text-justify: inter-ideograph;
}

.fbBana{
	margin-top: 20px;
}

#senpaiVoice{
	width: 100%;
	margin: 0 auto 30px auto;
	text-align: center;
	font-size: 27px;
	color: #3e3a39;
	padding-top: 70px;
	
}

#senpaiVoice span{
	margin: 0 auto 0 auto;
	text-align: center;
	font-size: 15px;
	color: #3e3a39;
}

#application{
	width: 100%;
	margin: 0 auto 0 auto;
	text-align: center;
	font-size: 27px;
	color: #3e3a39;
	padding-top: 100px;
}

#application span{
	margin: 0 auto 0 auto;
	text-align: center;
	font-size: 15px;
	color: #3e3a39;
}

#entry{
	width: 100%;
	margin: 0 auto 0 auto;
	text-align: center;
	font-size: 27px;
	color: #3e3a39;
	padding-top: 50px;
}

.senpaiImg{
	width: 100%;
	margin: 40px auto 0 auto;
}

.rec_li{
	float: none;
	margin-right: 12px;
}

.rec_li:last-child{
	float: none;
	margin-right: 0;
}

.rec_li img{
	width: 100%;
}

#makino{
	width: 100%;
	background-image: url(../img/rec/rec_senpai_back.jpg);
	background-repeat: repeat-x;
	height: 522px;
	margin: 200px 0 0 0;
}

#yayama{
	width: 100%;
	background-image: url(../img/rec/rec_senpai_back.jpg);
	background-repeat: repeat-x;
	height: 522px;
	margin: 200px 0 0 0;
}

#higuchi{
	width: 100%;
	background-image: url(../img/rec/rec_senpai_back.jpg);
	background-repeat: repeat-x;
	height: 522px;
	margin: 200px 0 0 0;
}


.rec_Box{
	width: 100%;
	margin: 0 auto 0 auto;
}

.nameBox{
	width: 100%;
	height: 197px;
	background-color: #00648b;
	
}


.w1000_2{
	width: 100%;
	margin: 0 auto 0 auto;
}

.name{
	font-size: 25px;
	color: #fff;
	padding: 30px 0 0 30px;
}

.name span{
	font-size: 16px;
}

.re_qa{
	width: 100%;
	float: left;
}

.qaTitle{
	font-size: 20px;
	color: #00648b;
	margin-top: 40px;
	font-weight: bold;
}

.qaP{
	font-size: 16px;
	line-height: 25px;
	margin-top: 15px;
		text-align: justify;
text-justify: inter-ideograph;
}

.flow{
	width: 100%;
	float: right;
	margin-top: 50px;
}

/*ボタン2*/
.button2 {
  display: inline-block;
  width: 700px;
  height: 70px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
margin: 80px auto 0 auto;
	border-radius: 50px;
}
.button2::before,
.button2::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
	border-radius: 50px;
}
.button2,
.button2::before,
.button2::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
	border-radius: 50px;
}

.button2 {
	border-radius: 50px;
  position: relative;
  z-index: 2;
  background-color: #f9ef00;
  border: 2px solid #f9ef00;
  color: #3e3a39;
  line-height: 50px;
padding-top: 10px;
	font-size: 22px;
}
.button2:hover {
  background-color: #fff;
  border-color: #f9ef00;
  color: #f9ef00;
	border-radius: 50px;
}
.button2::before,
.button2::after {
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #f9ef00;
	border-radius: 50px;
	
}
.button2::before {
  right: 0;
}
.button2::after {
  left: 0;
}
.button2:hover::before,
.button2:hover::after {
  width: 0;
  background-color: #f9ef00;
	border-radius: 50px;
}
/*ボタン2*/

.recBtn{
	width: 100%;
	text-align: center;
}

#w1400{
	width: 100%;
	margin: 50px auto 0 auto;
}

.asiba {
	float: none;
	width: 100%;
}

.eigyo {
	float: none;
	width: 100%;
}

.appTitle{
	width: 100%;
	background-color: #3e3a39;
	color: #fff;
	text-align: center;
	padding: 10px 0;
	letter-spacing: 2px;
}

table{
	display: block;
	margin-top: 0;
	margin-bottom: 30px;
	
}

table td{
	display: block;
	width: 100%;
	text-align: left;
	padding: 8px 8px 8px 8px;
	border-bottom: 1px dotted #3e3a39;
	line-height: 23px;
		text-align: justify;
text-justify: inter-ideograph;
	-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

table th{
	display: block;
	width: 100%;
	text-align: left;
	padding: 8px 8px 8px 8px;
	border-bottom: 1px dotted #3e3a39;
	background-color: #e6f5ff;
	-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
	}	
	
	.sp_recTitle{
		text-align: center;
		font-size: 27px;
		line-height: 20px;
		margin-top: 40px;
		margin-bottom: 30px;
		color: #00648b;
	}	
	.sp_recTitle span{
		text-align: center;
		font-size: 15px;
	}	
	
		.sp_preMessage{
		text-align: center;
		font-size: 25px;
		line-height: 30px;
			margin-top: 30px;
	}	

		.sp_preMessage2{
		text-align: center;
		font-size: 15px;
		line-height: 24px;
		margin-top: 20px;
		margin-bottom: 30px;
	}
	
	
	.sp_recP{
		text-align: center;
		font-size: 25px;
		line-height: 30px;
	}
	
	.sp_recP2{
		text-align: center;
		font-size: 15px;
		line-height: 24px;
		margin-top: 20px;
		margin-bottom: 30px;
	}
	
	.sp_makino{
		margin-top: 0;
	}
	
	.sp_entry{
		margin-top: 30px;
		padding: 0 20px;
		margin-bottom: 70px;
			-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
	}
	
	
	/*エントリーフォーム*/

.w650{
	width: 100%;
	margin: 0 auto 0 auto;
}

.entry_Text{
	text-align: center;
	margin-top: 50px;
	line-height: 27px;
	margin-bottom: 50px;
	font-size: 16px;
}

.entry_Text a{
	color: #00648b;
	text-decoration: underline;
}

.entry_Text span{
	font-size: 25px;
	font-weight: bold;
	}

.entryTable{
	width: 100%;
	margin: 0 auto;
}

.entryTh,
.entryTd{
	border-top:1px dotted #3e3a39;
	-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

.entryTh{
	vertical-align: top;
	width: 100%;
	-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

input#name{
	width: 100%;
	height: 30px;
	font-size: 15px;
	border: 1px solid #727171;
	-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

input#tel{
	width: 100%;
	height: 30px;
	font-size: 15px;
	border: 1px solid #727171;
	-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

input#mail{
	width:100%;
	height: 30px;
	font-size: 15px;
	border: 1px solid #727171;
	-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

input#zip11{
	width: 20%;
	height: 30px;
	font-size: 15px;
	border: 1px solid #727171;
	-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

input#addr11{
	width: 20%;
	height: 30px;
	font-size: 15px;
	border: 1px solid #727171;
	-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

#yubin{
	width: 40%;
	height: 30px;
	font-size: 15px;
	border: 1px solid #727171;
	-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

#address{
	width: 100%;
	height: 30px;
	font-size: 15px;
	border: 1px solid #727171;
	margin-top: 5px;
	-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
	}

textarea{
	font-size: 15px;
	min-width: 100%;
	min-height: 100%;
	max-width: 100%;
	max-height: 100%;
	border: 1px solid #727171;
	-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

/*ボタン*/
#sousin {
  display: inline-block;
  width: 250px;
  height: 53px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
margin: 50px 0 0 482px;
}
#sousin::before,
#sousin::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
#sousin,
#sousin::before,
#sousin::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

#sousin {
  position: relative;
  z-index: 2;
  background-color: #f9ef00;
  border: 2px solid #f9ef00;
  color: #3e3a39;
  line-height: 50px;
	margin: 30px auto 0 auto;
	font-size: 18px;
}
#sousin:hover {
  background-color: #fff;
  border-color: #00648c;
  color: #00648c;
}
#sousin::before,
#sousin::after {
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #f9ef00;
}
#sousin::before {
  right: 0;
}
#sousin::after {
  left: 0;
}
#sousin:hover::before,
#sousin:hover::after {
  width: 0;
  background-color: #59b1eb;
}
/*ボタン*/
	
	.sp_voices{
		width: 100%;
		
		text-align: center;
	}	
	
	li.sp_voice2{
		width: 31.4%;
		float: left;
		margin-right: 10px;
		margin-bottom: 100px;
	}
	
	li.sp_voice2:last-child{
		width: 31.4%;
		float: left;
		margin-right: 0;
		margin-bottom: 100px;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
}