@charset "utf-8";
/* CSS Document */

body{
	margin: 0;
	padding: 0;
	color: #333;
	position: relative;
}
.clearfix:after {
    content:" ";
    display:block;
    clear:both;
}
#entry_btn{
	position: fixed;
	right: 10px;
	bottom: 10px;
	z-index: 9999;
}
#entry_btn a{
	display: inline-block;
	padding: 10px 20px 10px 40px;
	text-decoration: none;
	color: #FFF;
	background-color: #3ca9bd;
	text-align: center;
}
.arrow_right {
  position: relative;
  padding-right: 25px;
}
.arrow_right::before { /* くの字の表示設定 */
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
  width: 8px;    /* くの字を山なりに見た時、左側の長さ */
  height: 8px;   /* くの字を山なりに見た時、右側の長さ */
  border-top: 2px solid rgb(255, 255, 255);     /* くの字を山なりに見た時、左側の太さと色 */
  border-right: 2px solid rgb(255, 255, 255);   /* くの字を山なりに見た時、右側の太さと色 */
  transform: rotate(45deg);    /* くの字の向き */
}
@media screen and (max-width: 1000px) {
#entry_btn{
	right: 0;
	bottom: 0;
	left: 0;
}
#entry_btn a{
	display: block;
	padding: 10px 20px;
	width: 100%;
	box-sizing: border-box;
}
}
#kv{
	background-image: url("../img/recruit/kv.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	width: 100%;
	height: 100vh;
	box-sizing: border-box;
	text-align: center;
	padding-top: 16%;
	color: #FFF;
}
#kv h1{
  position: relative;
	margin-bottom: 50px;
	font-weight: normal;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 1000px) {
#kv h1{
	font-size: 26px;
}
}
#kv h1::after {
  content: "";
  position: absolute;
  left: 50%; /* 中央揃え */
  transform: translateX(-50%);
  bottom: -30px;
  width: 50px; /* 線の長さ */
  height: 2px;
  background-color: #FFF;
}
#kv h2{
	font-size: 20px;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
}
section{
	width: 100%;
	max-width:1000px;
	margin: 80px auto;
	box-sizing: border-box;
	line-height: 160%;
	padding: 0 15px;
}
section h2{
	font-family: "Arial Black", Gadget, "sans-serif";
	color: #3ca9bd;
	font-size:30px;
  position: relative;
	text-align: center;
	margin-bottom: 90px;
}
section h2::after {
  content: "";
  position: absolute;
  left: 50%; /* 中央揃え */
  transform: translateX(-50%);
  bottom: -30px;
  width: 50px; /* 線の長さ */
  height: 3px;
  background-color: #3ca9bd;
}
section h2 span{
	/*font-family: Arial, Helvetica, "sans-serif";*/
	color: #333;
	font-size:14px;
	font-weight: normal;
	display: block;
	margin: 15px 0;
}
section h3{
	margin: 40px 0;
}
section p{
	font-size:14px;
}
section img{
	width: 100%;
}
.box01{
	background-color: #f1f1f1;
	margin-bottom: 30px;
}
.box02{
	float: left;
	width: 100%;
	max-width: 400px;
	box-sizing: border-box;
	margin-right: 20px;
}
.box02 img{
	width: 100%;
	max-width: 400px;
  display: block;

}
.box03{
	padding: 5px 30px 10px;
	line-height: 140%;
}
.box03 h3{
	margin: 20px 0;
}
@media screen and (max-width: 1000px) {
.box01{
	padding: 20px;
}
.box02{
	float: none;
	width: 100%;
	max-width: 400px;
	box-sizing: border-box;
	margin:0 auto;
}
.box03{
	padding: 5px 0 10px;
	line-height: 140%;
}
}
table#job_des{
	width:100%;
	max-width: 800px;
	margin: 0 auto;
	box-sizing: border-box;
	border-collapse: collapse;
}
table#job_des th{
	border: 1px solid #CCC;
	background-color: #3ca9bd;
	color: #FFF;
	padding: 10px;
	width:20%;
	font-weight: normal;
}
table#job_des td{
	border: 1px solid #CCC;
	padding: 10px;
}
#benefits_box{
	background-image: url("../img/recruit/benefits_icon.png");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100px;
	padding-left: 130px;
}
#benefits_box h3{
	color: #3ca9bd;
	margin: 15px 0;
}
@media screen and (max-width: 1000px) {
#benefits_box{
	background-position: center top;
	padding: 130px 0 0;
}
}
.faq_question{
	background-image: url("../img/recruit/faq_icon_question.png");
	background-repeat: no-repeat;
	background-position: left+15px center;
	background-size: 60px;
	padding: 15px 25px 15px 100px;
}
.faq_question p{
	font-size: 18px;
	font-weight: bold;
	line-height: 180%;
}
.faq_answer{
	background-image: url("../img/recruit/faq_icon_answer.png");
	background-repeat: no-repeat;
	background-position: left+15px top+20px;
	background-size: 60px;
	background-color: #f1f1f1;
	padding: 15px 25px 15px 100px;
	margin-bottom: 20px;
}
.faq_answer p{
	color: #3ca9bd;
	font-size: 18px;
	line-height: 180%;
}
@media screen and (max-width: 1000px) {
.faq_question{
	background-size: 30px;
	padding: 15px 25px 15px 70px;
}
.faq_answer{
	background-image: url("../img/recruit/faq_icon_answer.png");
	background-repeat: no-repeat;
	background-position: left+15px top+35px;
	background-size: 30px;
	padding: 15px 25px 15px 70px;
}
}