/*==========================================================================================

	メインビジュアル部分のCSS

==========================================================================================*/
.desc h2{
	position: absolute;
	top: 160px;
	left: 10%;
	width: 50%;
	color: #fff;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-size: 30px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
.desc p.text{
	position: absolute;
	top: 200px;
	left: 10%;
	width: 50%;
	color: #fff;
	font-size: 16px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
.desc p.link{
	position: absolute;
	top: 300px;
	left: 10%;
	width: 180px;
	color: #fff;
	font-size: 16px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
	border: 1px solid rgba(255,255,255,0.8);
	padding: 10px 20px;
	text-align: center;
	background: rgba(255,255,255,0.4);
}
div.parallaxslider div.slide div.desc p.link a{
	color: #FFF;
}

/*==========================================================================================

	CONCEPT部分のCSS

==========================================================================================*/
#concept{
	background: #FFF url(../images/concept_bg.jpg) center bottom no-repeat;
	padding: 160px 0 100px;
}
#concept p{
	text-align: center;
	margin: 20px 0;
	font-size: 16px;
	line-height: 1.8em;
}
#concept p.strong{
	margin: 30px 0;
}
#concept p strong{
	font-size: 20px;
	color: #0069b6;
}
#concept p.sign{
	font-size: 18px;
	font-weight: normal;
	font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

/*==========================================================================================

	BUSINESS部分のCSS

==========================================================================================*/
#business{
	background: #F0f0f0 url(../images/bg_business.jpg) center top;
	padding: 60px 0 60px;
}
#business ul li{
  background: #FFF;
  width: 280px;
  float: left;
  box-sizing: border-box;
  padding: 10px;
  margin: 0 0 0 30px;
}
#business ul li:hover{
  opacity: 0.6;
}
#business ul li a{
  text-decoration: none;
  color: #000;
}
#business ul li h2{
  color: #006194;
  font-size: 18px;
  font-weight: bold;
  margin: 5px 0;
}
#business ul li p{
  line-height: 1.4em;
}
#business .btn_business{
  width: 320px;
  height: 60px;
  margin: 0 auto;
}
#business .btn_business a{
  display: block;
  height: 60px;
  line-height: 60px;
  color: #FFF;
  font-weight: normal;
  font-size: 20px;
  background: #245497 url(../images/icon_arrow.png) no-repeat left 20px center;
  text-align: center;
  text-decoration: none;
  margin: 40px 0 0;
  text-indent: 20px;
}
#business .btn_business a:hover{
  background: #000 url(../images/icon_arrow.png) no-repeat left 20px center;
}


/*==========================================================================================

	RECRUIT部分のCSS

==========================================================================================*/
#recruit{
	margin: 60px 0;
	background: #FFF url(../images/recruit_bg02.jpg?update=20170529) center top repeat-x;
}
#recruit .contents{
  width: 700px;
  height: 300px;
  background: rgba(255,255,255,0.8);
  margin: 40px auto 60px;
}
#recruit .contents h2{
  color: #0069b6;
  font-weight: bold;
  font-size: 36px;
  text-align: center;
  padding: 40px 0 30px;
}
#recruit .contents p{
  font-size: 20px;
  text-align: center;
  line-height: 1.6em;
}
#recruit .btn_recruit{
  width: 320px;
  height: 60px;
  margin: 0 auto;
}
#recruit .btn_recruit a{
  display: block;
  height: 60px;
  line-height: 60px;
  color: #FFF;
  font-weight: normal;
  font-size: 20px;
  background: #245497 url(../images/icon_arrow.png) no-repeat left 20px center;
  text-align: center;
  text-decoration: none;
  margin: 40px 0 0;
  text-indent: 20px;
}
#recruit .btn_recruit a:hover{
  background: #000 url(../images/icon_arrow.png) no-repeat left 20px center;
}

#recruit .banner{
  padding: 40px 0;
}
#recruit .banner li{
  float: left;
}
#recruit .banner li:nth-child(2n){
  float: right;
}
#recruit .banner li:hover{
  opacity: 0.6;
}

/*==========================================================================================

	BANNER部分のCSS

==========================================================================================*/
#banner{
	padding: 0px 0 60px;
}
#banner a:hover{
  opacity: 0.6;
}
/*==========================================================================================

	COMPANY部分のCSS

==========================================================================================*/
#company{
	background: #FFF url(../images/company_bg.jpg) center bottom no-repeat;
	background-size: cover;
	padding: 60px 0 60px;
}

/*==========================================================================================

	CONTACT部分のCSS

==========================================================================================*/
#contact{
	background: #245497;
	padding: 60px 0 60px;
}
#contact .contact{
  width: 360px;
  float: left;
}
#contact .contact h2{
  font-size: 48px;
  font-weight: bold;
  color: #FFF;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 0.1em;
  line-height: 1em;
  margin: 0 0 10px;
}
#contact .contact p{
  font-size: 14px;
  color: #FFF;
}
#contact .contact p.tel{
  height: 60px;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 0.05em;
  font-size: 36px;
  font-weight: bold;
  color: #FFF;
  margin: 30px 0 40px;
  padding: 0 0 0 70px;
  background: url(../images/icon_tel.png) no-repeat left center;
  line-height: 1em;
}
#contact .contact p.tel span{
  display: block;
  letter-spacing: 0.1em;
  font-size: 18px;
  font-weight: normal;
  margin: 5px 0 0;
  line-height: 1em;
}
#contact .contact p.mail{
  width: 360px;
  height: 70px;
}
#contact .contact p.mail a{
  display: block;
  width: 360px;
  height: 70px;
  line-height: 70px;
  box-sizing: border-box;
  border: 2px solid #FFF;
  background: url(../images/icon_mail.png) no-repeat left 30px center;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  text-indent: 20px;
}
#contact .contact p.mail a:hover{
  background: #000 url(../images/icon_mail.png) no-repeat left 30px center;
}

#contact .facebook{
  width: 500px;
  float: right;
}

/*==========================================================================================

	768px以下用（SP）のCSS

==========================================================================================*/
@media screen and (max-width: 768px) {
  #mainVisual{
    margin: 0px 0 0;
    height: 320px;
    background: #000 url(../images/main_visual_04.jpg) no-repeat center top;
    background-size: cover;
  }
  #mainVisual p.lead{
    width: 211px;
    padding: 40px 0 0;
    margin: 0 auto 10px;
  }
  #mainVisual p.txt{
    color: #FFF;
    padding: 0 10px 20px;
    text-align: center;
    font-size: 12px;
    text-shadow: 1px 1px 3px #000;
  }
  #mainVisual p.g-stage{
    width: 200px;
    margin: 0 auto 0;
  }



  #business{
    padding: 20px 10px 20px;
  }
  #business ul li{
    width: 100%;
    max-width: 400px;
    margin: 0 auto 10px;
    float: none;
  }
  #business .btn_business{
    width: auto;
    max-width: 280px;
    margin: 0 auto;
    height: 50px;
  }
  #business .btn_business a{
    margin: 0;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
  }


  #recruit{
    margin: 20px 0;
    background-size: auto 290px;
  }
  #recruit .contents{
    width: 300px;
    height: 140px;
    padding: 10px 0;
    margin: 50px auto 90px;
  }
  #recruit .contents h2{
    font-size: 24px;
    padding: 0 0 10px;
  }
  #recruit .contents p{
    padding: 0 10px 10px;
    font-size: 12px;
  }
  #recruit .btn_recruit{
    width: 240px;
    margin: 0 auto;
    height: 50px;
  }
  #recruit .btn_recruit a{
    margin: 0;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
  }
  #recruit .banner{
    margin: 0px 0 0;
    padding: 0px 10px 10px;
  }
  #recruit .banner li{
    float: none;
    margin: 0 auto 10px;
    max-width: 400px;
  }
  #recruit .banner li:nth-child(2n){
    float: none;
  }

  #banner{
    padding: 0px 10px 40px;
  }


  #contact{
    padding: 20px 10px;
  }
  #contact .contact{
    width: auto;
    float: none;
  }
  #contact .contact h2{
    font-size: 28px;
    text-align: center;
  }
  #contact .contact p{
    text-align: center;
  }
  #contact .contact p.tel{
    width: 280px;
    margin: 20px auto;
    padding: 0 0 0 60px;
    font-size: 28px;
    box-sizing: border-box;
  }
  #contact .contact p.mail{
    width: 280px;
    margin: 20px auto;
  }
  #contact .contact p.mail a{
    width: 100%;
    background-position: left 20px center;
    font-size: 18px;
    text-align: left;
    padding: 0 0 0 60px;
  }
  #contact .facebook{
    width: auto;
    float: none;
    text-align: center;
  }
}
