@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : recruit_entry.css
 author     : Ability Consultant
 style info : 採用情報　エントリー
=================================================================== */
.con_entry, .con_thanks {
  max-width: 1260px;
  margin: auto;
}
@media only screen and (max-width: 1024px) {
  .con_entry, .con_thanks {
    width: 95%;
  }
}

.con_flow ul:after, .con_thanks:after {
  content: "";
  display: table;
  clear: both;
}

/* -----------------------------------------------------------
	.con_title
----------------------------------------------------------- */
.con_title {
  background-image: url(../recruit/entry/images/img_title-pc.jpg);
}
@media only screen and (max-width: 767px) {
  .con_title {
    background-image: url(../recruit/entry/images/img_title-sp.jpg);
  }
}

/* -----------------------------------------------------------
	.con_entry
----------------------------------------------------------- */
.con_entry {
  margin-bottom: 50px;
  margin-top: 110px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_entry {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .con_entry {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_entry {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .con_entry {
    margin-top: 20px;
  }
}

/* -----------------------------------------------------------
	.con_intro
----------------------------------------------------------- */
.con_intro {
  overflow: hidden;
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro {
    margin-bottom: 20px;
  }
}
.con_intro .box_txt {
  width: 60%;
  float: left;
}
@media only screen and (max-width: 1024px) {
  .con_intro .box_txt {
    float: none;
    width: 100%;
  }
}
.con_intro .box_txt .txt {
  margin-bottom: 20px;
}
.con_intro .box_txt .txt span {
  color: #e05f0a;
}
.con_intro .box_tel {
  text-align: center;
  width: 35%;
  float: right;
  background: #f8f8f5;
  padding: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro .box_tel {
    width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .box_tel {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro .box_tel {
    padding: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .box_tel {
    padding: 10px;
  }
}
@media only screen and (max-width: 1024px) {
  .con_intro .box_tel {
    float: none;
    margin: 0 auto;
  }
}
.con_intro .box_tel .tel {
  padding-bottom: 15px;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  font-size: 143%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro .box_tel .tel {
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .box_tel .tel {
    padding-bottom: 5px;
  }
}
.con_intro .box_tel .btn a {
  border: solid 1px #d5d5d1;
  text-decoration: none;
  width: 80%;
  padding: 10px;
  display: inline-block;
}

/* -----------------------------------------------------------
	.con_flow
----------------------------------------------------------- */
.con_flow {
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_flow {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_flow {
    margin-bottom: 10px;
  }
}
.con_flow ul li {
  width: 28%;
  float: left;
  margin-left: 8%;
  background: #d5d5d1;
  text-align: center;
  font-size: 108%;
  padding: 8px 0;
  position: relative;
}
.con_flow ul li:first-child {
  margin-left: 0;
}
@media only screen and (max-width: 767px) {
  .con_flow ul li {
    font-size: 93%;
    padding: 10px 0;
    width: 30%;
    width: 100%;
    float: none;
    margin-left: 0;
    margin-bottom: 5%;
  }
}
.con_flow ul li.active {
  background: #666666;
  color: #fff;
}
.con_flow ul li:after {
  content: "\f054";
  font-family: "FontAwesome";
  font-size: 115%;
  color: #333333;
  position: absolute;
  top: 50%;
  right: -16%;
  margin-top: -0.5em;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .con_flow ul li:after {
    font-size: 86%;
    right: 50%;
    top: 120%;
    transform: rotate(90deg);
  }
}
.con_flow ul li.last:after {
  display: none;
}

/* -----------------------------------------------------------
	.con_form
----------------------------------------------------------- */
.con_form {
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_form {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_form {
    margin-bottom: 20px;
  }
}
.con_form table.tbl_basic {
  margin-bottom: 50px 50px;
}
@media only screen and (max-width: 767px) {
  .con_form table.tbl_basic {
    margin-bottom: 20px;
  }
}
.con_form table.tbl_basic .sex {
  height: 70px;
}
.con_form table.tbl_basic .sex input {
  width: auto;
  height: auto;
}
.con_form table.tbl_basic .sex label {
  margin-right: 1em;
}
.con_form table.tbl_basic th {
  width: 30%;
  text-align: left;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .con_form table.tbl_basic th {
    width: 100%;
  }
}
.con_form table.tbl_basic span {
  float: right;
  color: #e05f0a;
}
.con_form table.tbl_basic input {
  width: 40%;
  height: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_form table.tbl_basic input {
    width: 60%;
  }
}
@media only screen and (max-width: 767px) {
  .con_form table.tbl_basic input {
    width: 100%;
  }
}
.con_form table.tbl_basic textarea {
  width: 100%;
  height: 250px;
}
.con_form table.tbl_basic .age input {
  width: 10%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_form table.tbl_basic .age input {
    width: 20%;
  }
}
@media only screen and (max-width: 767px) {
  .con_form table.tbl_basic .age input {
    width: 30%;
  }
}
.con_form table.tbl_basic .address input {
  width: 25%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_form table.tbl_basic .address input {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .con_form table.tbl_basic .address input {
    width: 90%;
  }
}
.con_form table.tbl_basic .date input {
  width: 10%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_form table.tbl_basic .date input {
    width: 20%;
  }
}
@media only screen and (max-width: 767px) {
  .con_form table.tbl_basic .date input {
    width: 30%;
  }
}

/* -----------------------------------------------------------
	.con_btn
----------------------------------------------------------- */
.con_btn .btn {
  margin-top: 10px;
}
.con_btn .under {
  width: 500px;
  margin: 0 auto;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .con_btn .under {
    width: 100%;
  }
}
.con_btn .under .btn_blue, .con_btn .under .btn_ghost {
  float: right;
}
@media only screen and (max-width: 767px) {
  .con_btn .under .btn_blue, .con_btn .under .btn_ghost {
    float: none;
  }
}
.con_btn .under .btn_ghost {
  float: left;
}
@media only screen and (max-width: 767px) {
  .con_btn .under .btn_ghost {
    float: none;
  }
}
.con_btn a {
  width: 240px;
}

/* -----------------------------------------------------------
con_thanks
----------------------------------------------------------- */
.con_thanks {
  margin-bottom: 50px;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_thanks {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_thanks {
    margin-bottom: 20px;
  }
}
.con_thanks h4 {
  margin-top: 2em;
  font-size: 150%;
  font-weight: normal;
}
.con_thanks p {
  margin: 1em 0 2em;
}
.con_thanks .btn a {
  max-width: 300px;
}
@media only screen and (max-width: 767px) {
  .con_thanks .btn {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .con_thanks .btn a {
    max-width: 100%;
  }
}
