@charset "UTF-8";
/* CSS Document */
h1{
	font-size: 18px;
	color: #000;
	margin: 0 0 0 150px;
	padding-top: 20px;
}


#header{
	width: 100%;
	background-image: url(../img/top/topImg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	height: 929px;
}

#header img{
	width: 975px;
	margin: 550px 0 0 45%;
}

.scroll{
	display: block;
	width: 183px;
	margin: -70px auto 0 auto;
}

#mainNav{
	width: 1512px;
	height: 165px;
	margin: 50px auto 0 auto;
	}

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

#mainNav .mainNav{
	width: 236px;
}

#mainNav li{
	float: left;
}





#slider{
	width: 1330px;
	height: 900px;
	background-image: url(../img/top/video.jpg);
	background-repeat: no-repeat;
	margin: 50px auto 0 auto;
	padding-top: 132px;
}

#video{
	width: 917px;
	height: 581px;
	margin: 0 0 0 242px;
			
	}


.contentsBox{
	float: left;
	width: 732px;
	margin-right: 48px;
	}
.contentsBox:nth-child(2){
	float: left;
	width: 732px;
	margin-right: 0px;
	}

h2{
	font-size: 32px;
	color: #3e3a39;
	letter-spacing: 2px;
	margin-top: 28px;
	line-height: 45px;
}

h3{
	font-size: 16px;
	color: #3e3a39;
	line-height: 25px;
	margin-top: 20px;
	}


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

.button {
  position: relative;
  z-index: 2;
  background-color: #f9ef00;
  border: 2px solid #f9ef00;
  color: #3e3a39;
  line-height: 50px;
}
.button:hover {
  background-color: #fff;
  border-color: #00648c;
  color: #00648c;
}
.button::before,
.button::after {
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #f9ef00;
}
.button::before {
  right: 0;
}
.button::after {
  left: 0;
}
.button:hover::before,
.button:hover::after {
  width: 0;
  background-color: #59b1eb;
}
/*ボタン*/
/*ボタン2*/
.button2 {
  display: inline-block;
  width: 530px;
  height: 53px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
margin: 50px 0 0 0px;
}
.button2::before,
.button2::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.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;
}

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

#recruit{
	width: 100%;
	background-color:#19324b;
	margin-top: 150px;
	padding-bottom: 90px;
}

.recLeft {
	float: left;
	width: 530px;
	padding: 135px 0 0 0;
}

.recRight {
	float: right;
	width: 626px;
	padding: 90px 0 0 0;
}

.recLeft img{
	width: 227px;
}

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

.recTitle p{
	letter-spacing: 0;
	font-size: 16px;
	line-height: 30px;
	padding-top: 30px;
}

.contactUs img{
	width: 589px;
}

.contactUs{
	float: left;
	width: 589px;
}

.toFacebook img{
	width: 366px;
}

.toFacebook{
	float: right;
	width: 366px;
}

@media screen and (max-width: 750px) {
	
	
h1{
	font-size: 15px;
	color: #000;
	margin: 0 0 0 10px;
	padding-top: 15px;
}


#header{
	width: 100%;
	background-image: url(../img/top/sp_main.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	height: auto;
	padding-bottom: 152px;
}

#header img{
	width: 100%;
	margin: 0 0 0 0;
}

.scroll{
	display: none;
	width: 100%;
	margin: 0 auto 0 auto;
}

#mainNav{
	display: none;
	width: 100%;
	height: auto;
	margin: 0 auto 0 auto;
	}

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

#mainNav .mainNav{
	width: 100%;
}

#mainNav li{
	float: none;
}
	
#slider{
	width: 100%;
	height: 260px;
	background-image: url(../img/top/video.jpg);
	margin: 0 auto 10px auto;
	background-size: contain;
	background-repeat: no-repeat;
	padding-top: 10px;
	 -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#slider_Box{
	width: 258px;
	height: 163px;
	margin: 28px 0 0 69px;
			
	}	
	
	
	
#video{
	width: 100%;
	height: 250px;
	background-image: url(../img/top/video.jpg);
	margin: 0 auto 10px auto;
	background-size: cover;

}

#video iframe{
	margin: 38px 0 0 69px;
}
.contentsBox{
	float: none;
	width: 100%;
	margin-top: 30px;
	margin-right: 48px;
	}
.contentsBox:nth-child(2){
	float: none;
	width: 100%;
	margin-right: 0px;
	}

h2{
	font-size: 25px;
	color: #3e3a39;
	letter-spacing: 2px;
	margin-top: 15px;
	line-height: 35px;
	padding-left: 10px;
}

h3{
	font-size: 15px;
	color: #3e3a39;
	line-height: 23px;
	margin-top: 12px;
	padding: 0 10px;
	text-align: justify;
text-justify: inter-ideograph;
	}
	
#recruit{
	width: 100%;
	background-color:#19324b;
	margin-top: 0;
	padding-bottom: 0;
}

.recLeft {
	float: none;
	width: 100%;
	padding: 0 0 0 0;
}

.recRight {
	float: none;
	width: 86%;
	padding: 0 0 0 0;
	margin: 30px auto 30px auto;
}

.recLeft img{
	width: 100%;
}

.recTitle{
	font-size: 23px;
	color: #fff;
	line-height: 34px;
	font-weight: lighter;
	margin-top: 30px;
	letter-spacing: 2px;
	text-align: center;
}

.recTitle p{
	letter-spacing: 0;
	font-size: 14px;
	line-height: 27px;
	padding: 30px 25px 0 25px;
	text-align: justify;
text-justify: inter-ideograph;
}

.contactUs img{
	width: 100%;
}

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

.toFacebook img{
	width: 100%;
}

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

.button {
  position: relative;
  z-index: 2;
  background-color: #f9ef00;
  border: 2px solid #f9ef00;
  color: #3e3a39;
  line-height: 50px;
}
.button:hover {
  background-color: #fff;
  border-color: #00648c;
  color: #00648c;
}
.button::before,
.button::after {
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #f9ef00;
}
.button::before {
  right: 0;
}
.button::after {
  left: 0;
}
.button:hover::before,
.button:hover::after {
  width: 0;
  background-color: #59b1eb;
}
/*ボタン*/
/*ボタン2*/
.button2 {
  display: inline-block;
  width: 100%;
  height: 53px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
margin: 50px 0 0 0px;
}
.button2::before,
.button2::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.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;
}

.button2 {
  position: relative;
  z-index: 2;
  background-color: #f9ef00;
  border: 2px solid #f9ef00;
  color: #3e3a39;
  line-height: 50px;
}
.button2:hover {
  background-color: #fff;
  border-color: #00648c;
  color: #00648c;
}
.button2::before,
.button2::after {
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #f9ef00;
}
.button2::before {
  right: 0;
}
.button2::after {
  left: 0;
}
.button2:hover::before,
.button2:hover::after {
  width: 0;
  background-color: #59b1eb;
}
/*ボタン2*/	
	
	.pcCopy{
		margin: 30px 0;
	}	
	
	.sp_button{
		display: block;
		width: 100%;
		background-color: #f9ef00;
		text-align: center;
		padding: 18px 0;
		margin: 10px auto 40px auto;
		-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
	}
	
	.sp_button2{
		display: block;
		width: 90%;
		line-height: 22px;
		background-color: #f9ef00;
		text-align: center;
		padding: 13px 0;
		margin: 10px auto 35px auto;
		-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
	}
	
	.sp_recTitle{
		width: 50%;
		margin: 0 auto 0 auto;
		padding-top: 35px;
	}
	
	a.sp_button{
		color: #000;
	}
	
	a.sp_button2{
		color: #000;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
}