.fixed_nav_wrap .nav {
  top: 25px;
}

.fixed_nav_wrap .nav li {
  vertical-align: middle;
}

.nav a.img:hover:after {
  width: 0;
}

.scroll_wrap_in .link_area{
  margin-top: -40px;
}

.banner-area {
  margin-top: 30px;
  background-color: #ffffff;
}

.map_in {
  width: 33.333333%;
}

.contact_nav {
  height: 40px;
  width: 100%;
  background-color: #ae8249;
  color: #ffffff;
}

.contact_nav_wrap {
  padding: 0 15px;
  max-width: 1240px;
  margin: 0 auto;
}

.contact_nav_inner {
  display: table;
  float: right;
}

.contact_nav_txt {
  display: table-cell;
  vertical-align: middle;
  height: 40px;
  padding: 0 5px;
}

.contact_nav_tel {
  font-size: 20px;
}

#recruit {
  font-size: 14px;
}

#recruit .nav06 a:after {
    width: 100%;
}

#recruit h2 {
  font-size: 150%;
  letter-spacing: 0.3em;
  color: #ae8249;
  margin: 10px 0 50px 0;
}

#recruit section {
  margin-top: 100px;
}

#recruit a {
  text-decoration: none;
}

#recruit a:hover {
  text-decoration: none;
}

#recruit .narrow {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

#recruit .catch {
  padding-top: 145px;
  background: url(../img/recruit_catch.jpg) 50% 145px no-repeat;
}

#recruit .cover {
  width: 100%;
  background-size: cover !important;
}

#recruit .cover_2nd {
  height: 387px;
  background: url(../img/recruit_cover2.png) 50% 50% no-repeat;
}

#recruit .cover_3rd {
  height: 637px;
  background: url(../img/recruit_cover3.png) 50% no-repeat;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}

#recruit .cover_3rd .caption {
  width: 20%;
  margin: auto 15%;
  font-size: 14px;

}

#recruit .cover_3rd .caption h3 {
  font-size: 28px;
  margin-bottom: 50px;
}

#recruit .cover_3rd .caption div {
  margin: 20px 0;
  line-height: 1.5rem;
}

#recruit .cover_3rd .caption .separator {
  border-bottom: 1px solid #ffffff;
}

#recruit .cover_3rd .left {
}

#recruit .cover_3rd .right {
}

#recruit .flex {
  display: flex;
  justify-content: space-between;
  align-items: start;
  flex-wrap: wrap;
}

#recruit .posting_title li {
  position: relative;
  margin: 30px 0;
  padding: 30px;
  width: 230px;
  background-color: #000000;
  color: #ffffff;
  height: 500px;
}

#recruit .posting_title .caption {
  color: #ae8249;
  font-weight: bold;
  margin: 30px 0;
}

#recruit .posting_title .caption .cn {
  width: 100%;
  font-size: 0.7rem;
}

#recruit .posting_title .note {
  line-height: 1.6rem;
  text-align: left;
}

#recruit .posting_title .interview {
color: #ffffff;
  width: 228px;
  border: 1px solid #ffffff;
  padding: 15px 0;
  position: absolute;
  bottom: 50px;
}

#recruit .posting_title .interview:hover {
  background-color: #ffffff;
  color: #000000;
}

#recruit .subnote {
  margin: -45px 0 50px 0;
}

#recruit .culture ul {
  width: 940px;
  margin: 0 auto;
}

#recruit .culture li {
  margin: 30px 10px;
}

#recruit .entry_flow ul {
}

#recruit .entry_flow li {
  margin: 30px 0;
  padding: 20px 0;
  width: 40px;
}

#recruit .entry_flow li.arrow {
  background: url(../img/recruit_arrow_right.png) center center no-repeat;
  padding:54px 0 0 0;
}

#recruit .entry_flow .box {
  width: 168px;
  background-color: #000000;
  color: #ffffff;
}

#recruit .entry_flow .note {
  margin: 0 auto;
  padding: 30px 0;
  background-color: #ffffff;
  color: #000000;
}

#recruit .entry_flow .note p {
  font-weight: bold;
  line-height: 1.6rem;
  margin: 10px auto;
}

#recruit .requirements ul {
}

#recruit .requirements li {
  text-align: left;
  vertical-align: middle;
  background-color: #ffffff;
  color: #000000;
  width: 190px;
  padding: 20px;
  margin: 20px 0;
  line-height: 2rem;
}

#recruit .requirements a li {
  background-color: #ae8249;
  color: #ffffff;
  cursor: pointer;
}

#recruit .requirements a li:hover {
  background-color: #ffffff;
  color: #ae8249;
}

#recruit .requirements a li:after {
  float: right;
  content:">";
  text-align: right;
}

#recruit .requirements li .double {
  line-height: 1rem;
  float: left;
}

#recruit .entry_form form {
  background-color: #ffffff;
  margin: 40px auto;
  text-align: left;
  padding: 0 50px;
}

#recruit .entry_field {
  display: table;
}

#recruit .entry_field .rows {
  display: table-row;
  width: 100%;
}

#recruit .entry_field .rows > div {
  display: table-cell;
  vertical-align: middle;
  padding: 20px 0;
  font-weight: bold;
}

#recruit .entry_field .rows > div:first-child {
  width: 20%;
}

#recruit .entry_field .rows > div:last-child {
  width: 80%;
}

#recruit .entry_field .rows > div .required {
  color: #ff0000;
  margin-left: 20px;
}

#recruit .entry_field input[type="text"],
#recruit .entry_field input[type="email"],
#recruit .entry_field select,
#recruit .entry_field textarea {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #f6f7f7;
  margin: 5px auto;
  line-height: 3rem;
  padding: 0 20px;
}

#recruit .entry_field input {
  width: 760px;
}

#recruit .entry_field input.short {
  width: 150px;
}

#recruit .entry_field input.middle {
  width: 300px;
}

#recruit .entry_field textarea {
  line-height: 1.5rem;
  width: 760px;
  height: 200px;
}

#recruit .entry_field input::placeholder {
  font-weight: normal;
}

#recruit .entry_field .sex input {
  height: : 1rem;
  width: 1rem;
}

#recruit .entry_field .sex label {
  vertical-align: middle;
  margin: 0 30px 0 0;
}

#recruit .entry_field label {
  margin: 10px;
}

#recruit .entry_field .search {
  cursor: pointer;
}

#recruit .entry_area {
  margin: auto;
  padding: 25px 100px;
  text-align: center;
}

#recruit .entry_area ul {
  text-align: left;
  color: #ff0000;
  font-weight: bold;
}

#recruit .entry_area li {
  list-style: disc;
	line-height: 1.5rem;
}

#recruit .entry_button {
  margin: 20px auto 50px auto;
}

#recruit .entry_area input {
  margin: 0 20px;
  background-color: #000000;
  color: #ffffff;
  padding: 20px 70px;
  font-size: 16px;
}

#recruit .entry_form .message {
  padding: 50px;
  line-height: 1.5rem;
}

#recruit .sp_visible {
  display: none;
}

/*
-------------------------- header -----------------------------
*/
.fixed_nav_wrap h1 {
  position: absolute;
  left: 20px;
  top: 22px;
}

.fixed_nav_wrap h1 a img {
  display: inline-block;
  padding: 24px 30px 24px 0;
}

.fixed_nav_wrap .nav li {
  padding: 0 0 0 50px;
}
