@charset "utf-8";

body#recruit #headerArea .headerBG {
  background-image: url(../images/03_mv.jpg);
}

#recruit_con {
	width: 1000px;
  margin: 0 auto;
  padding: 60px 0;
}

#recruit_con .lead {
  padding-bottom: 40px;
	font-weight: bold;
	text-align: center;
	font-size: 130%;
}

#recruit_con .outline {
  padding: 60px 0;
  text-align: left;
}
#recruit_con .outline + .outline {
  border-top: 1px dashed #67605D;
}

#recruit_con .outline h4 {
	text-align: center;
	font-size: 160%;
	font-weight: bold;
	color: #33612E;
}

#recruit_con .staffList {
  padding: 0 60px;
}
#recruit_con .staffList li {
  padding: 40px 0 0;
  display: table;
  width: 100%;
}
#recruit_con .staffList li .staff,
#recruit_con .staffList li .txt {
  display: table-cell;
  vertical-align: middle;
}
#recruit_con .staffList li .staff {
  width: 20em;
  text-align: center;
}
#recruit_con .staffList li .staff .main {
  padding: 5px 0;
  font-size: 140%;
  font-weight: bold;
	color: #37612F;
  border: 1px solid #37612F;
}
#recruit_con .staffList li .staff .sub {
  font-size: 90%;
  border-left: 1px solid #37612F;
  border-right: 1px solid #37612F;
  border-bottom: 1px solid #37612F;
  background: #fffddd;
}
#recruit_con .staffList li .staff .sub span {
  margin-right: .5em;
  font-size: 130%;
  font-weight: bold;
	color: #37612F;
}
#recruit_con .staffList li .txt {
  padding-left: 40px;
}

.recruitAccess {
  width: 880px;
  margin: 0 auto;
}
.recruitAccess .lead {
  position: relative;
  width: 600px;
  margin: 0 auto;
  padding-bottom: 65px;
  margin-bottom: 50px;
  font-weight: bold;
  font-size: 20px;
}
.recruitAccess .lead:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 24px 15px 0 15px;
  border-color: #37612f transparent transparent transparent;
}


#info_con {
	padding: 50px 120px;
	background-color: #F2EFE9;
  border-radius: 10px;
  letter-spacing: 0.1em;
  opacity: 0;
  transform: translateY(30px);
  -webkit-transition: all .8s cubic-bezier(0.165, 0.84, 0.44, 1) .5s;
  transition: all .8s cubic-bezier(0.165, 0.84, 0.44, 1) .5s;
}
#info_con.active {
  transform: translateY(0);
  opacity: 1;
}

#info_con h4 {
	margin: 0 0 25px;
	padding-bottom: 15px;
	color: #33612E;
	font-size: 180%;
	font-weight: bold;
	border-bottom: 1px solid #33612E;
}

#info_con h5 {
  padding-bottom: 10px;
	font-size: 160%;
	font-weight: bold;
}

.tel {
  padding-bottom: 10px;
	font-size: 240%;
	line-height: 1.2;
	font-weight: bold;
	color: #33612E;
}

.mail {
	margin: 30px 0 0;
	padding: 40px 0px 0px 0px;
	overflow: hidden;
	clear:both;
	font-size: 240%;
	font-weight: bold;
  line-height: 1.2;
	color: #33612E;
	border-top: 1px dashed #33612E;
}
#info_con a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
#info_con a:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #33612E;
  transition: width .5s ease;
}
#info_con a:hover:after {
  width: 100%;
}
