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

 file name  : entry.css
 author     : Ability Consultant
 style info : コピー02
=================================================================== */
/* Font-family - Japanese01 */
/* Font-family - Japanese02 */
/* Font-family - English01 */
/* Font-family - English02 */
/* Font-family - English03 */
.top .box_intro, .car .box_intro, .par .box_intro, #contents, #contents .con_recruit, .con_thanks {
  max-width: 1140px;
  margin: auto;
}
@media only screen and (max-width: 1024px) {
  .top .box_intro, .car .box_intro, .par .box_intro, #contents, #contents .con_recruit, .con_thanks {
    width: 95%;
  }
}

#contents .con_recruit:after, #contents .con_recruit .main .btn_form:after, .con_thanks:after {
  content: "";
  display: table;
  clear: both;
}

/* Opacity */
/* Hover animation */
/* Zoom in-Zoom out */
/* Chrome, Safari, Opera */
@-webkit-keyframes zoomin {
  from {
    -webkit-transform: scale(1.5, 1.5);
  }

  to {
    -webkit-transform: scale(1, 1);
  }
}

/* Standard syntax */
@keyframes zoomin {
  from {
    transform: scale(1.5, 1.5);
  }

  to {
    transform: scale(1, 1);
  }
}

@-webkit-keyframes zoomout {
  from {
    -webkit-transform: scale(1, 1);
  }

  to {
    -webkit-transform: scale(1.5, 1.5);
  }
}

/* Standard syntax */
@keyframes zoomout {
  from {
    transform: scale(1, 1);
  }

  to {
    transform: scale(1.5, 1.5);
  }
}

/* Zoom outホバー */
/* 白いボタン */
/* 英語日本のシンプル見出し */
/* 中見出し キャッチコピー*/
/* H2 TITLE */
/* 中見出し 黒だし*/
/* 中見出し 青みだし*/
/* 中見出し クエスチョン付タイトル*/
/* 中見出し・下にドットライン付き*/
/* 中見出し・下に黒いボーダー*/
/* 中見出し 下に黒の2pxのライン*/
/* 中見出し 左と下ボーダー付き*/
/* 中見出し 日本語と英語の文字＋下にドットのアンダーライン*/
/* グリーンボタン */
/* 黒ボタン */
/* 小見出し 青色*/
/* -----------------------------------------------------------
	メインイメージ
----------------------------------------------------------- */
.con_mainimg {
  background: url(../entry/images/img_main.jpg) center 0 no-repeat #f4f5f9;
}
.con_mainimg .box_inner {
  height: 350px;
}
@media only screen and (max-width: 1024px) {
  .con_mainimg .box_inner {
    height: 300px;
  }
}
@media only screen and (max-width: 640px) {
  .con_mainimg .box_inner {
    height: 240px;
  }
}
@media only screen and (max-width: 480px) {
  .con_mainimg .box_inner {
    height: 170px;
  }
}
.con_mainimg .box_inner .box_title {
  bottom: 70px;
}
@media only screen and (max-width: 1024px) {
  .con_mainimg .box_inner .box_title {
    bottom: 40px;
  }
}
@media only screen and (max-width: 640px) {
  .con_mainimg .box_inner .box_title {
    bottom: 20px;
  }
}

/* -----------------------------------------------------------
	#contents
----------------------------------------------------------- */
.top .box_intro .st_pagetitle {
  height: 0;
  margin: 0 auto 30px;
  overflow: hidden;
  background: url(../entry/images/st_entry_new.png) 0 bottom no-repeat;
  width: 312px;
  padding-top: 64px;
  font-weight: normal;
}
@media only screen and (max-width: 640px) {
  .top .box_intro .st_pagetitle {
    height: auto;
    padding: 0;
    background: none;
    width: auto;
    text-align: center;
    font-size: 154%;
    line-height: 1.4;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
    color: #111111;
  }
}
.top .box_intro p {
  text-align: center;
}

.car .box_intro .st_pagetitle {
  height: 0;
  margin: 0 auto 30px;
  overflow: hidden;
  background: url(../entry/images/st_entry_car.png) 0 bottom no-repeat;
  width: 312px;
  padding-top: 64px;
  font-weight: normal;
}
@media only screen and (max-width: 640px) {
  .car .box_intro .st_pagetitle {
    height: auto;
    padding: 0;
    background: none;
    width: auto;
    text-align: center;
    font-size: 154%;
    line-height: 1.4;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
    color: #111111;
  }
}
.car .box_intro p {
  text-align: center;
}

.par .box_intro .st_pagetitle {
  height: 0;
  margin: 0 auto 30px;
  overflow: hidden;
  background: url(../entry/images/st_entry_par.png) 0 bottom no-repeat;
  width: 312px;
  padding-top: 64px;
  font-weight: normal;
}
@media only screen and (max-width: 640px) {
  .par .box_intro .st_pagetitle {
    height: auto;
    padding: 0;
    background: none;
    width: auto;
    text-align: center;
    font-size: 154%;
    line-height: 1.4;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
    color: #111111;
  }
}
.par .box_intro p {
  text-align: center;
}

#contents .con_recruit {
  margin-top: 2em;
}
#contents .con_recruit .main {
  width: 800px;
  float: left;
}
@media only screen and (max-width: 1140px) {
  #contents .con_recruit .main {
    width: 100%;
    margin-bottom: 50px;
  }
}
@media print {
  #contents .con_recruit .main {
    width: 100%;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 960px) {
  #contents .con_recruit .main {
    margin-right: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 640px) {
  #contents .con_recruit .main {
    margin-bottom: 30px;
  }
}
#contents .con_recruit .main table th {
  width: 30%;
}
#contents .con_recruit .main table th span {
  color: #fff;
  background-color: #28928a;
  font-size: 93%;
  padding: 1px 5px;
  margin-left: 5px;
  vertical-align: middle;
}
@media only screen and (max-width: 640px) {
  #contents .con_recruit .main table th {
    text-align: left !important;
  }
}
#contents .con_recruit .main table td input {
  min-height: 30px;
  border: 1px solid #cccccc;
  margin: 0 2%;
  padding: 0 3%;
}
#contents .con_recruit .main table td input.short {
  width: 40%;
}
@media only screen and (max-width: 640px) {
  #contents .con_recruit .main table td input.short {
    width: 96%;
  }
}
#contents .con_recruit .main table td input.long {
  width: 60%;
}
@media only screen and (max-width: 640px) {
  #contents .con_recruit .main table td input.long {
    width: 96%;
  }
}
#contents .con_recruit .main table td input.tel {
  width: 10%;
  margin-right: 5px;
}
@media only screen and (max-width: 640px) {
  #contents .con_recruit .main table td input.tel {
    width: 28%;
  }
}
#contents .con_recruit .main table td input.age_form {
  width: 5em;
  margin: 0 0.3em;
}
#contents .con_recruit .main table td input.education_form {
  margin-bottom: 10px;
  width: 50%;
}
#contents .con_recruit .main table td .address_form {
  width: 90%;
}
#contents .con_recruit .main table td .mail_form, #contents .con_recruit .main table td .mail2_form {
  width: 70%;
}
#contents .con_recruit .main table td label {
  line-height: 2;
  cursor: pointer;
  padding: 10px;
}
#contents .con_recruit .main table td label input.radio {
  margin-right: 5px;
  min-height: 0;
}
#contents .con_recruit .main table td .checkbox label {
  line-height: 2;
  cursor: pointer;
  padding: 10px;
}
#contents .con_recruit .main table td .checkbox input {
  margin-right: 5px;
  min-height: 0;
}
#contents .con_recruit .main table td select {
  padding: 5px 50px 5px 5px;
  margin: 0 0.3em 5px 10px;
  border: 1px solid #cccccc;
}
#contents .con_recruit .main table td textarea {
  width: 98%;
  min-height: 150px;
  border: 1px solid #cccccc;
  margin-left: 8px;
}
@media only screen and (max-width: 640px) {
  #contents .con_recruit .main table td textarea {
    width: 96%;
    margin-left: 2%;
  }
}
#contents .con_recruit .main .pry {
  background: #E4DEDE;
  text-align: center;
  padding: 0.7em 0.5em;
  margin-top: 16px;
}
@media only screen and (max-width: 640px) {
  #contents .con_recruit .main .pry {
    text-align: left;
  }
}
#contents .con_recruit .main .btn_form {
  text-align: center;
  margin: 40px auto 0;
  width: 450px;
}
@media only screen and (max-width: 640px) {
  #contents .con_recruit .main .btn_form {
    width: 100%;
  }
}
#contents .con_recruit .main .btn_form > div {
  width: 220px;
  margin: 0 auto;
}
@media only screen and (max-width: 640px) {
  #contents .con_recruit .main .btn_form > div {
    width: 90%;
  }
}
#contents .con_recruit .main .btn_form > div.btn_send {
  float: right;
}
@media only screen and (max-width: 640px) {
  #contents .con_recruit .main .btn_form > div.btn_send {
    float: none;
  }
}
#contents .con_recruit .main .btn_form > div.btn_back {
  float: left;
}
@media only screen and (max-width: 640px) {
  #contents .con_recruit .main .btn_form > div.btn_back {
    float: none;
    margin-top: 10px;
  }
}
#contents .con_recruit .main .btn_form > div button {
  width: 100%;
  cursor: pointer;
  vertical-align: middle;
}
#contents .con_recruit .main .btn_form > div.btn_send button, #contents .con_recruit .main .btn_form > div.btn_check button {
  padding: 0.8em;
  display: block;
  background-color: #28928a;
  text-decoration: none;
  text-align: center;
  border: 1px solid #28928a;
  color: #fff;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}
.mouse #contents .con_recruit .main .btn_form > div.btn_send button:hover, .touch #contents .con_recruit .main .btn_form > div.btn_send button.touchstart, .mouse #contents .con_recruit .main .btn_form > div.btn_check button:hover, .touch #contents .con_recruit .main .btn_form > div.btn_check button.touchstart {
  text-decoration: none;
  color: #fff;
}
#contents .con_recruit .main .btn_form > div.btn_send button i, #contents .con_recruit .main .btn_form > div.btn_check button i {
  margin-right: 5px;
}
#contents .con_recruit .main .btn_form > div.btn_send button:hover, #contents .con_recruit .main .btn_form > div.btn_check button:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
#contents .con_recruit .main .btn_form > div.btn_back button {
  padding: 0.8em;
  display: block;
  background-color: #333333;
  text-decoration: none;
  text-align: center;
  border: 1px solid #333333;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  color: #fff;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}
.mouse #contents .con_recruit .main .btn_form > div.btn_back button:hover, .touch #contents .con_recruit .main .btn_form > div.btn_back button.touchstart {
  text-decoration: none;
  color: #fff;
}
#contents .con_recruit .main .btn_form > div.btn_back button i {
  margin-right: 5px;
}
#contents .con_recruit .main .btn_form > div.btn_back button:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
#contents .con_recruit .side {
  width: 300px;
  float: right;
  padding-top: 5px;
}
@media only screen and (max-width: 1140px) {
  #contents .con_recruit .side {
    width: 100%;
  }
}
@media print {
  #contents .con_recruit .side {
    width: 100%;
  }
}
@media only screen and (max-width: 960px) {
  #contents .con_recruit .side {
    margin-right: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 640px) {
  #contents .con_recruit .side {
    margin-bottom: 30px;
  }
}
#contents .con_recruit .side .con_widget {
  overflow: hidden;
  margin-bottom: 40px;
}
@media only screen and (min-width: 640px) and (max-width: 960px) {
  #contents .con_recruit .side .con_widget {
    width: 100%;
  }
}
#contents .con_recruit .side .con_widget .st_bor {
  border-bottom: dotted 1px #000;
  width: 100%;
  margin-top: 40px;
}
#contents .con_recruit .side .con_widget .new {
  margin-top: 0;
}
#contents .con_recruit .side .con_widget .new .st_small_title {
  height: 0;
  overflow: hidden;
  background: url(../entry/images/st_new.png) 0 bottom no-repeat;
  width: 199px;
  padding-top: 21px;
  font-weight: normal;
  text-indent: -9999px;
  color: #000;
  background-position: 0 0;
  padding-top: 28px;
}
@media only screen and (max-width: 1024px) {
  #contents .con_recruit .side .con_widget .new .st_small_title {
    width: auto !important;
    height: auto;
    font-weight: normal;
    background: none !important;
    text-indent: 1px;
    font-size: 139%;
    font-weight: normal;
    color: #270c0c;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 640px) {
  #contents .con_recruit .side .con_widget .new .st_small_title {
    font-size: 108%;
  }
}
#contents .con_recruit .side .con_widget .new .st_small_title span {
  padding-bottom: 10px;
  margin-left: 10px;
  font-size: 77%;
  font-family: "Times New Roman", serif;
}
@media only screen and (max-width: 640px) {
  #contents .con_recruit .side .con_widget .new .st_small_title span {
    font-size: 70%;
  }
}
#contents .con_recruit .side .con_widget .car .st_small_title {
  height: 0;
  overflow: hidden;
  background: url(../entry/images/st_car.png) 0 bottom no-repeat;
  width: 199px;
  padding-top: 21px;
  font-weight: normal;
  text-indent: -9999px;
  color: #000;
  background-position: 0 0;
  padding-top: 28px;
}
@media only screen and (max-width: 1024px) {
  #contents .con_recruit .side .con_widget .car .st_small_title {
    width: auto !important;
    height: auto;
    font-weight: normal;
    background: none !important;
    text-indent: 1px;
    font-size: 139%;
    font-weight: normal;
    color: #270c0c;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 640px) {
  #contents .con_recruit .side .con_widget .car .st_small_title {
    font-size: 108%;
  }
}
#contents .con_recruit .side .con_widget .car .st_small_title span {
  padding-bottom: 10px;
  margin-left: 10px;
  font-size: 77%;
  font-family: "Times New Roman", serif;
}
@media only screen and (max-width: 640px) {
  #contents .con_recruit .side .con_widget .car .st_small_title span {
    font-size: 70%;
  }
}
#contents .con_recruit .side .con_widget .par .st_small_title {
  height: 0;
  overflow: hidden;
  background: url(../entry/images/st_par.png) 0 bottom no-repeat;
  width: 242px;
  padding-top: 21px;
  font-weight: normal;
  text-indent: -9999px;
  color: #000;
  background-position: 0 0;
  padding-top: 28px;
}
@media only screen and (max-width: 1024px) {
  #contents .con_recruit .side .con_widget .par .st_small_title {
    width: auto !important;
    height: auto;
    font-weight: normal;
    background: none !important;
    text-indent: 1px;
    font-size: 139%;
    font-weight: normal;
    color: #270c0c;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 640px) {
  #contents .con_recruit .side .con_widget .par .st_small_title {
    font-size: 108%;
  }
}
#contents .con_recruit .side .con_widget .par .st_small_title span {
  padding-bottom: 10px;
  margin-left: 10px;
  font-size: 77%;
  font-family: "Times New Roman", serif;
}
@media only screen and (max-width: 640px) {
  #contents .con_recruit .side .con_widget .par .st_small_title span {
    font-size: 70%;
  }
}
#contents .con_recruit .side .con_widget > ul {
  margin-bottom: 15px;
}
#contents .con_recruit .side .con_widget > ul > li > a {
  display: block;
  border-bottom: dotted 1px #000;
  outline: none;
  text-decoration: none;
  position: relative;
  padding: 15px 15px;
  color: #222;
}
#contents .con_recruit .side .con_widget > ul > li > a:hover {
  background: url(../images/common/bg_header.png) repeat;
}
#contents .con_recruit .side .con_widget > ul > li > a.accordion:after, #contents .con_recruit .side .con_widget > ul > li > a.category:after {
  content: "\f101";
  font-family: FontAwesome;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0px;
  margin-top: -12px;
}
#contents .con_recruit .side .con_widget > ul > li > a.accordion.active:after, #contents .con_recruit .side .con_widget > ul > li > a.category.active:after {
  content: "\f103";
  font-family: FontAwesome;
  display: inline-block;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}
#contents .con_recruit .side .con_widget > ul > li .acc > ul > li a {
  padding: 15px;
  display: block;
  padding-left: 30px;
  text-decoration: none;
  position: relative;
  border-bottom: dotted 1px #000;
}
#contents .con_recruit .side .con_widget > ul > li .acc > ul > li a:hover {
  background: url(../images/common/bg_header.png) repeat;
}
#contents .con_recruit .side .con_widget > ul > li .acc > ul > li a:after {
  content: "\f101";
  font-family: FontAwesome;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -12px;
}
#contents .con_recruit .side .btn_detail {
  text-align: center;
  margin-top: 20px;
}
@media only screen and (max-width: 640px) {
  #contents .con_recruit .side .btn_detail {
    margin-bottom: 30px;
  }
}
#contents .con_recruit .side .btn_detail a {
  padding: 0.8em;
  display: block;
  background-color: #333333;
  text-decoration: none;
  text-align: center;
  border: 1px solid #333333;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  color: #fff;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  display: inline-block;
  padding: 8px 30px;
}
.mouse #contents .con_recruit .side .btn_detail a:hover, .touch #contents .con_recruit .side .btn_detail a.touchstart {
  text-decoration: none;
  color: #fff;
}
#contents .con_recruit .side .btn_detail a i {
  margin-right: 5px;
}
#contents .con_recruit .side .btn_detail a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

#footer {
  margin-top: 70px;
}
@media only screen and (max-width: 640px) {
  #footer {
    margin-top: 0px;
  }
}

.box_pagenav {
  text-align: center;
  margin: 1em auto 0;
}
.box_pagenav .con_pagenav {
  position: relative;
  display: inline-block;
  height: 30px;
}
.box_pagenav .con_pagenav:before {
  content: "";
  display: block;
  border-top: dotted 1px #bdbdbd;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
}
.box_pagenav .con_pagenav .pagenav {
  position: relative;
  display: inline-block;
}
.box_pagenav .con_pagenav .pagenav li {
  width: 10px;
  height: 10px;
  margin: 10px 0 0 80px;
  background: #ccc;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 50% 50% 0;
  -moz-transform-origin: 50% 50% 0;
  -ms-transform-origin: 50% 50% 0;
  -o-transform-origin: 50% 50% 0;
  transform-origin: 50% 50% 0;
  text-indent: -9999px;
  display: inline-block;
  z-index: 5;
}
.box_pagenav .con_pagenav .pagenav li.stay {
  background: #28928a;
}
.box_pagenav .con_pagenav .pagenav li:first-child {
  margin-left: 0;
}
@media only screen and (max-width: 640px) {
  .box_pagenav .con_pagenav .pagenav li {
    margin: 10px 0 0 40px;
  }
}

/* -----------------------------------------------------------
	.con_thanks
----------------------------------------------------------- */
.con_thanks {
  margin-top: 60px;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .con_thanks {
    text-align: left;
  }
}
.con_thanks h3 {
  margin-bottom: 15px;
  font-weight: normal;
  font-size: 170%;
}
@media only screen and (max-width: 640px) {
  .con_thanks h3 {
    font-size: 139%;
  }
}
.con_thanks .btn {
  padding: 0.8em;
  display: block;
  text-decoration: none;
  text-align: center;
  border: 1px solid #b6b6b6;
  color: #222222;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  width: 25%;
  margin: 50px auto 0;
}
.con_thanks .btn i {
  margin-right: 5px;
}
.con_thanks .btn:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
@media only screen and (max-width: 640px) {
  .con_thanks .btn {
    width: 100%;
    margin: 50px auto 70px;
  }
}
