@charset "UTF-8";
#fgnav > ul, .con_intr .box_intr, .con_app, .con_staff, .con_entry .box_entry {
  max-width: 1200px;
  margin: auto;
}
@media only screen and (max-width: 1199px) {
  #fgnav > ul, .con_intr .box_intr, .con_app, .con_staff, .con_entry .box_entry {
    width: 91.66667%;
  }
}

.con_intr .box_intr:after, .con_app .box_tab #tab:after, .con_staff .box_staff_tab ul:after {
  content: "";
  display: table;
  clear: both;
}

#recruite #abi_page #header {
  display: block;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  #recruite #abi_page #header .con_head {
    overflow: hidden;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  #recruite #abi_page #header .con_head .logo {
    float: left;
    padding: 0.9375% 0;
    width: 11.875%;
    margin: 0 0 0 1.5625%;
  }
  #recruite #abi_page #header .con_head .logo a {
    display: block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #recruite #abi_page #header .con_head .logo {
    width: 15%;
  }
}
@media only screen and (min-width: 768px) {
  #recruite #abi_page #header .con_head h1 {
    margin: 0 0 0 1.30208%;
    float: left;
    font-weight: normal;
    padding: 2.08333% 0;
    font-weight: 400;
    width: auto;
    font-size: 86%;
  }
}
#recruite #abi_page #header .con_head nav {
  max-width: none;
  position: static;
  float: right;
  width: 60%;
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  #recruite #abi_page #header .con_head nav {
    width: 59.375%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #recruite #abi_page #header .con_head nav {
    clear: both;
    float: none;
    width: 100%;
  }
}
#recruite #abi_page #header .con_head nav ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  align-items: center;
}
#recruite #abi_page #header .con_head nav ul li {
  border-top: none;
  text-align: center;
  margin-right: 4%;
}
@media only screen and (max-width: 1730px) {
  #recruite #abi_page #header .con_head nav ul li {
    margin-right: 2%;
  }
}
#recruite #abi_page #header .con_head nav ul li a {
  display: block;
  text-decoration: none;
  padding: 14.16667% 0;
  font-family: 'Noto Serif JP',"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-weight: 500;
  font-size: 122%;
  letter-spacing: .15em;
}
#recruite #abi_page #header .con_head nav ul li a:hover {
  background: #fff;
}
@media only screen and (max-width: 1366px) {
  #recruite #abi_page #header .con_head nav ul li a {
    padding: 1.5em 0;
  }
}
@media only screen and (min-width: 1366px) and (max-width: 1439px) {
  #recruite #abi_page #header .con_head nav ul li a {
    font-size: 115%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  #recruite #abi_page #header .con_head nav ul li a {
    font-size: 100%;
    letter-spacing: .1em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #recruite #abi_page #header .con_head nav ul li a {
    font-size: 108%;
    padding: 8.33333% 2px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media only screen and (min-width: 768px) and (max-width: 983px) {
  #recruite #abi_page #header .con_head nav ul li a {
    letter-spacing: .1em;
    font-size: 100%;
  }
}
#recruite #abi_page #header .con_head nav ul li.g_top a {
  color: #be4a27;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #recruite #abi_page #header .con_head nav ul li.g_top a {
    padding-left: 1em;
  }
}
#recruite #abi_page #header .con_head nav ul li.g_ent {
  width: 20%;
  margin-right: 0;
}
#recruite #abi_page #header .con_head nav ul li.g_ent a {
  background: #a67d02;
  color: #fff;
  position: relative;
  -moz-transition: background 0.6s;
  -o-transition: background 0.6s;
  -webkit-transition: background 0.6s;
  transition: background 0.6s;
}
#recruite #abi_page #header .con_head nav ul li.g_ent a:before {
  content: '';
  border: 1px solid #fff;
  position: absolute;
  top: 3px;
  left: 3px;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
#recruite #abi_page #header .con_head nav ul li.g_ent a:hover:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
#recruite #abi_page #header .con_head nav ul li.g_home {
  width: 12.5%;
  margin-right: 0;
}
#recruite #abi_page #header .con_head nav ul li.g_home a {
  background: #231815;
  color: #fff;
  position: relative;
  -moz-transition: background 0.6s;
  -o-transition: background 0.6s;
  -webkit-transition: background 0.6s;
  transition: background 0.6s;
  padding: 14.58333% 0;
  font-size: 108%;
}
@media only screen and (max-width: 1365px) {
  #recruite #abi_page #header .con_head nav ul li.g_home a {
    font-size: 93%;
    line-height: 1.6;
  }
}
@media only screen and (max-width: 1366px) {
  #recruite #abi_page #header .con_head nav ul li.g_home a {
    padding: 1em 0;
  }
}
@media only screen and (max-width: 1084px) {
  #recruite #abi_page #header .con_head nav ul li.g_home a {
    padding: .8em 0;
  }
}
@media only screen and (max-width: 800px) {
  #recruite #abi_page #header .con_head nav ul li.g_home a {
    padding: .45em 0;
  }
}
#recruite #abi_page #header .con_head nav ul li.g_home a:before {
  content: '';
  border: 1px solid #fff;
  position: absolute;
  top: 3px;
  left: 3px;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
#recruite #abi_page #header .con_head nav ul li.g_home a:hover:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
#recruite #abi_page #header .con_main {
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #recruite #abi_page #header .con_main .photo {
    overflow: hidden;
  }
  #recruite #abi_page #header .con_main .photo img {
    position: relative;
    width: 130%;
    max-width: none;
    margin-left: -15%;
  }
}
#recruite #abi_page #header .con_main h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  font-size: 172%;
  letter-spacing: .25em;
  line-height: 2.2;
  font-family: 'Noto Serif JP',"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-weight: 500;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.7), 0 0 8px rgba(0, 0, 0, 0.7);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: -600px;
}
@media only screen and (max-width: 1199px) {
  #recruite #abi_page #header .con_main h2 {
    margin-left: 0;
    left: 2%;
    font-size: 158%;
  }
}
@media only screen and (max-width: 767px) {
  #recruite #abi_page #header .con_main h2 {
    font-size: 115%;
    letter-spacing: .2em;
    line-height: 2;
  }
}

#fgnav {
  position: fixed;
  top: -80px;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 10;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: top 0.35s, opacity 0.35s;
  -o-transition: top 0.35s, opacity 0.35s;
  -webkit-transition: top 0.35s, opacity 0.35s;
  transition: top 0.35s, opacity 0.35s;
}
.fix #fgnav {
  top: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
#fgnav > ul {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
#fgnav > ul li {
  text-align: center;
  margin-right: 4%;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #fgnav > ul li {
    margin-right: 2%;
  }
}
#fgnav > ul li a {
  display: block;
  text-decoration: none;
  font-family: 'Noto Serif JP',"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-weight: 500;
  padding: 1em 0;
  letter-spacing: .1em;
  font-size: 115%;
}
@media only screen and (min-width: 984px) and (max-width: 1199px) {
  #fgnav > ul li a {
    font-size: 108%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 983px) {
  #fgnav > ul li a {
    font-size: 93%;
  }
}
#fgnav > ul li.g_top a {
  color: #be4a27;
}
#fgnav > ul li.g_ent {
  width: 20.83333%;
  margin-right: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #fgnav > ul li.g_ent {
    width: 19.16667%;
  }
}
#fgnav > ul li.g_ent a {
  background: #a67d02;
  position: relative;
  color: #fff;
}
#fgnav > ul li.g_ent a:before {
  content: '';
  border: 1px solid #fff;
  position: absolute;
  top: 3px;
  left: 3px;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
#fgnav > ul li.g_ent a:hover:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
#fgnav > ul li.g_home {
  width: 20.83333%;
  margin-right: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #fgnav > ul li.g_home {
    width: 19.16667%;
  }
}
#fgnav > ul li.g_home a {
  background: #231815;
  position: relative;
  color: #fff;
}
#fgnav > ul li.g_home a:before {
  content: '';
  border: 1px solid #fff;
  position: absolute;
  top: 3px;
  left: 3px;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
#fgnav > ul li.g_home a:hover:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

#contents .topicpath {
  max-width: 1200px;
  margin: auto;
}
@media only screen and (max-width: 1199px) {
  #contents .topicpath {
    width: 91.66667%;
  }
}

.con_intr {
  background: url(../images/common/bg01.jpg) repeat 0 0;
  padding-top: 80px;
  margin-bottom: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_intr {
    margin-bottom: 10%;
  }
}
@media only screen and (max-width: 767px) {
  .con_intr {
    padding-top: 1.5em;
    margin-bottom: 4em;
  }
}
.con_intr .box_intr {
  margin-bottom: 70px;
}
@media only screen and (max-width: 767px) {
  .con_intr .box_intr {
    margin-bottom: 1.5em;
  }
}
.con_intr .box_intr h3 {
  font-weight: normal;
  margin: 0 auto 30px;
  text-align: center;
  width: 977px;
  padding: 10px 0 5px;
  position: relative;
  color: #be4a27;
  font-family: 'Noto Serif JP',"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-weight: 500;
  letter-spacing: .1em;
  font-size: 165%;
}
@media only screen and (max-width: 1199px) {
  .con_intr .box_intr h3 {
    padding: 0.6em 1.5em;
    width: auto;
    font-size: 150%;
  }
}
@media only screen and (max-width: 767px) {
  .con_intr .box_intr h3 {
    font-size: 122%;
    margin-bottom: 1em;
  }
}
.con_intr .box_intr h3:before, .con_intr .box_intr h3:after {
  content: '';
  width: 30px;
  height: 30px;
  position: absolute;
  background: url(../../recruite/images/bg_kado.png) no-repeat center/contain;
}
@media only screen and (max-width: 767px) {
  .con_intr .box_intr h3:before, .con_intr .box_intr h3:after {
    width: 20px;
    height: 20px;
  }
}
.con_intr .box_intr h3:before {
  top: 0;
  left: 0;
}
.con_intr .box_intr h3:after {
  bottom: 0;
  right: 0;
  -moz-transform: scale(-1, -1);
  -ms-transform: scale(-1, -1);
  -webkit-transform: scale(-1, -1);
  transform: scale(-1, -1);
}
.con_intr .box_intr .box_photo {
  float: left;
  width: 33.33333%;
}
@media only screen and (max-width: 767px) {
  .con_intr .box_intr .box_photo {
    float: none;
    width: 100%;
    margin-bottom: 1em;
  }
  .con_intr .box_intr .box_photo img {
    width: 100%;
  }
}
.con_intr .box_intr .box_photo .txt_name {
  margin-top: 10px;
  text-align: right;
  font-size: 108%;
  font-family: 'Noto Serif JP',"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-weight: 500;
}
@media only screen and (max-width: 1199px) {
  .con_intr .box_intr .box_photo .txt_name {
    font-size: 93%;
  }
}
.con_intr .box_intr .box_photo .txt_name em {
  font-size: 134%;
}
@media only screen and (min-width: 768px) and (max-width: 983px) {
  .con_intr .box_intr .box_photo .txt_name em {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .con_intr .box_intr .txt {
    float: right;
    width: 61.66667%;
  }
}
.con_intr .box_gall {
  overflow: hidden;
}
.con_intr .box_gall li {
  float: left;
  width: 16.66667%;
}
@media only screen and (max-width: 767px) {
  .con_intr .box_gall li {
    width: 33.33333%;
  }
}

.con_app .box_flow {
  margin: 30px auto 60px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .con_app .box_flow {
    margin: 1em auto 1.5em;
  }
}
.con_app .box_flow > li {
  width: 13.75%;
  margin-left: 3.5%;
  background: #e6ddcc;
  padding: 18px 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .con_app .box_flow > li {
    width: 100%;
    margin: 1.5em 0 0;
    padding: 0.5em 1em;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.con_app .box_flow > li:before {
  content: '';
  width: 15.15152%;
  height: 18px;
  background: url(../../recruite/images/ic_arr.png) no-repeat center/contain;
  position: absolute;
  left: -20%;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .con_app .box_flow > li:before {
    width: 1em;
    height: 1.2em;
    left: 2em;
    top: 0;
    background: url(../../recruite/images/ic_arr02.png) no-repeat center/contain;
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
.con_app .box_flow > li:first-child {
  margin: 0;
}
.con_app .box_flow > li:first-child:before {
  content: none;
}
.con_app .box_flow > li .ic {
  width: 44.24242%;
  margin: 0 auto 10px;
}
@media only screen and (min-width: 768px) and (max-width: 983px) {
  .con_app .box_flow > li .ic {
    width: 60%;
  }
}
@media only screen and (max-width: 767px) {
  .con_app .box_flow > li .ic {
    width: 15%;
    margin: 0;
  }
}
.con_app .box_flow > li .st {
  text-align: center;
  line-height: 1.6;
  font-family: 'Noto Serif JP',"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-weight: 500;
  font-size: 108%;
}
@media only screen and (min-width: 984px) and (max-width: 1199px) {
  .con_app .box_flow > li .st {
    font-size: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 983px) {
  .con_app .box_flow > li .st {
    font-size: 86%;
  }
}
@media only screen and (max-width: 767px) {
  .con_app .box_flow > li .st {
    width: 80%;
    text-align: left;
  }
}
@media only screen and (min-width: 768px) {
  .con_app .box_flow > li .st.st01 {
    padding-top: 0.75em;
  }
}
.con_app .box_tab #tab li {
  width: 49.16667%;
  position: relative;
  cursor: pointer;
}
.con_app .box_tab #tab li:before {
  content: '';
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  position: absolute;
  top: 10px;
  left: 10px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: opacity 0.35s;
  -o-transition: opacity 0.35s;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
@media only screen and (max-width: 1023px) {
  .con_app .box_tab #tab li:before {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    top: 5px;
    left: 5px;
  }
}
.con_app .box_tab #tab li:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #be4a27 transparent transparent transparent;
  border-width: 20px 10px 0 10px;
  position: absolute;
  top: 100%;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: opacity 0.35s;
  -o-transition: opacity 0.35s;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
.con_app .box_tab #tab li:first-child {
  float: left;
}
.con_app .box_tab #tab li:last-child {
  float: right;
}
@media only screen and (max-width: 767px) {
  .con_app .box_tab #tab li .photo {
    overflow: hidden;
  }
  .con_app .box_tab #tab li .photo img {
    position: relative;
    width: 150%;
    max-width: none;
    margin-left: -25%;
  }
}
.con_app .box_tab #tab li .photo:before, .con_app .box_tab #tab li .photo:after {
  content: '';
  width: 100%;
  height: 100%;
  background: none;
  position: absolute;
  top: 0;
  left: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: opacity 0.35s;
  -o-transition: opacity 0.35s;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
.con_app .box_tab #tab li .photo:before {
  border: 11px solid rgba(255, 255, 255, 0.6);
}
@media only screen and (max-width: 767px) {
  .con_app .box_tab #tab li .photo:before {
    border: 5px solid rgba(255, 255, 255, 0.6);
  }
}
.con_app .box_tab #tab li .photo:after {
  border: 4px solid #be4a27;
}
@media only screen and (max-width: 767px) {
  .con_app .box_tab #tab li .photo:after {
    border: 2px solid #be4a27;
  }
}
.con_app .box_tab #tab li h4 {
  width: 100%;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.con_app .box_tab #tab li h4 .jp {
  display: block;
  font-family: 'Noto Serif JP',"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-weight: 500;
  font-size: 229%;
  letter-spacing: .4em;
}
@media only screen and (min-width: 984px) and (max-width: 1199px) {
  .con_app .box_tab #tab li h4 .jp {
    font-size: 215%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 983px) {
  .con_app .box_tab #tab li h4 .jp {
    font-size: 186%;
  }
}
@media only screen and (max-width: 767px) {
  .con_app .box_tab #tab li h4 .jp {
    font-size: 115%;
    line-height: 1.4;
  }
}
.con_app .box_tab #tab li h4 .en {
  display: block;
  font-family: 'Crimson Text', serif;
  letter-spacing: .4em;
  font-size: 108%;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_app .box_tab #tab li h4 .en {
    font-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_app .box_tab #tab li h4 .en {
    font-size: 86%;
    line-height: 1.4;
  }
}
.con_app .box_tab #tab li.active:before, .con_app .box_tab #tab li:hover:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.con_app .box_tab #tab li.active:after, .con_app .box_tab #tab li:hover:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.con_app .box_tab #tab li.active .photo:before, .con_app .box_tab #tab li.active .photo:after, .con_app .box_tab #tab li:hover .photo:before, .con_app .box_tab #tab li:hover .photo:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.con_app .box_tab #tab li.active {
  cursor: default;
}

#panel_emp .box_emp {
  display: none;
}
#panel_emp .box_emp#full {
  display: block;
}
#panel_emp .box_emp .box_emp_det {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  #panel_emp .box_emp .box_emp_det {
    margin-top: 2em;
  }
}
#panel_emp .box_emp .box_emp_det .box_tit {
  overflow: hidden;
  padding-bottom: 12px;
  border-bottom: 2px solid #be4a27;
  margin-bottom: 18px;
}
@media only screen and (max-width: 767px) {
  #panel_emp .box_emp .box_emp_det .box_tit {
    padding-bottom: 0.8em;
    margin-bottom: 1em;
  }
}
@media only screen and (min-width: 768px) {
  #panel_emp .box_emp .box_emp_det .box_tit .s_title {
    float: left;
  }
}
#panel_emp .box_emp .box_emp_det .box_tit .list_fac {
  float: right;
  width: 478px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  #panel_emp .box_emp .box_emp_det .box_tit .list_fac {
    float: none;
    width: 100%;
    margin-top: 5px;
  }
}
#panel_emp .box_emp .box_emp_det .box_tit .list_fac li {
  margin-left: 4.1841%;
  line-height: 1;
}
#panel_emp .box_emp .box_emp_det .box_tit .list_fac li:first-child {
  margin-left: 0;
}
#panel_emp .box_emp .box_emp_det .box_tit .list_fac li.koyo {
  width: 35.2%;
}
#panel_emp .box_emp .box_emp_det .box_tit .list_fac li.yusa {
  width: 27.6%;
}
#panel_emp .box_emp .box_emp_det .box_tit .list_fac li.mori {
  width: 38.8%;
}
#panel_emp .box_emp .box_emp_det .box_tit .list_fac li.ban {
  width: 30.8%;
}
#panel_emp .box_emp .box_emp_det .box_tit .list_fac li.purin {
  width: 38%;
}
@media only screen and (min-width: 768px) {
  #panel_emp .box_emp .box_emp_det .box_tbl table th {
    width: 20.83333%;
  }
}
#panel_emp .box_emp .box_emp_det .box_tbl table td .txt_red {
  color: #be4a27;
}
@media only screen and (max-width: 767px) {
  #panel_emp .box_emp .box_emp_det .box_tbl table td .txt_red {
    display: block;
  }
}
#panel_emp .box_emp .box_emp_det .box_tbl table td .list_att li {
  padding-left: 1em;
  text-indent: -1em;
}
#panel_emp .box_emp .box_emp_det .box_tbl table td .list li {
  padding-left: 1em;
  text-indent: -1em;
}
#panel_emp .box_emp .box_emp_det .box_tbl table td .list li:before {
  content: '';
  width: 0.5em;
  height: 0.5em;
  background: #be4a27;
  vertical-align: middle;
  display: inline-block;
  margin-right: 0.3em;
  -moz-border-radius: 200%;
  -webkit-border-radius: 200%;
  border-radius: 200%;
}
#panel_emp .box_emp .box_emp_det .btn_yell {
  width: 250px;
  margin: 40px auto 0;
}
@media only screen and (max-width: 767px) {
  #panel_emp .box_emp .box_emp_det .btn_yell {
    width: 100%;
    margin-top: 1em;
  }
}
#panel_emp .box_emp .box_no_emp {
  text-align: center;
}
#panel_emp .box_emp .box_no_emp .txt {
  margin: 1em auto;
}

.wrp_staff {
  padding: 100px 0;
  margin-top: 100px;
  background: #eee7da;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .wrp_staff {
    padding: 10% 0;
    margin-top: 10%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_staff {
    padding: 4em 0;
    margin-top: 4em;
  }
}

.con_staff .box_staff_tab {
  max-width: 956px;
  margin: 0 auto 60px;
}
@media only screen and (max-width: 767px) {
  .con_staff .box_staff_tab {
    margin-bottom: 2em;
  }
}
.con_staff .box_staff_tab ul li {
  float: left;
  width: 23.43096%;
  margin-left: 2.09205%;
  padding: 10px;
  position: relative;
  background: #fff;
  cursor: pointer;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: background 0.35s;
  -o-transition: background 0.35s;
  -webkit-transition: background 0.35s;
  transition: background 0.35s;
}
.con_staff .box_staff_tab ul li:first-child {
  margin-left: 0;
}
@media only screen and (max-width: 767px) {
  .con_staff .box_staff_tab ul li {
    padding: 1%;
  }
}
.con_staff .box_staff_tab ul li:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #be4a27 transparent transparent transparent;
  border-width: 20px 10px 0 10px;
  position: absolute;
  top: 100%;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: opacity 0.35s;
  -o-transition: opacity 0.35s;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
@media only screen and (max-width: 767px) {
  .con_staff .box_staff_tab ul li:after {
    border-width: 15px 8px 0 8px;
  }
}
.con_staff .box_staff_tab ul li .txt_name {
  margin-top: 10px;
  overflow: hidden;
  letter-spacing: -.4em;
}
@media only screen and (max-width: 767px) {
  .con_staff .box_staff_tab ul li .txt_name {
    margin-top: 2%;
  }
}
.con_staff .box_staff_tab ul li .txt_name span {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.con_staff .box_staff_tab ul li .txt_name .cate {
  background: #000;
  color: #fff;
  width: 80px;
  padding: 0.8em 0;
  line-height: 1.3;
}
@media only screen and (max-width: 767px) {
  .con_staff .box_staff_tab ul li .txt_name .cate {
    width: 100%;
    font-size: 79%;
    padding: 1em 0;
  }
}
.con_staff .box_staff_tab ul li .txt_name .line2 {
  padding: 0.3em 0;
  font-size: 93%;
}
@media only screen and (max-width: 767px) {
  .con_staff .box_staff_tab ul li .txt_name .line2 {
    font-size: 79%;
  }
}
.con_staff .box_staff_tab ul li .txt_name .name {
  padding: 0 3px;
  width: calc(100% - 81px);
  font-family: 'Noto Serif JP',"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-weight: 500;
  font-size: 129%;
  -moz-transition: color 0.35s;
  -o-transition: color 0.35s;
  -webkit-transition: color 0.35s;
  transition: color 0.35s;
}
.con_staff .box_staff_tab ul li:hover, .con_staff .box_staff_tab ul li.active {
  background: #be4a27;
}
.con_staff .box_staff_tab ul li:hover:after, .con_staff .box_staff_tab ul li.active:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.con_staff .box_staff_tab ul li:hover .txt_name .name, .con_staff .box_staff_tab ul li.active .txt_name .name {
  color: #fff;
}
.con_staff .box_staff_tab ul li.active {
  cursor: default;
}

#staff_list .box_staff {
  display: none;
  overflow: hidden;
}
#staff_list .box_staff .box_det01 {
  float: left;
  width: 57.5%;
}
@media only screen and (max-width: 1023px) {
  #staff_list .box_staff .box_det01 {
    float: none;
    width: 100%;
    margin-bottom: 2em;
  }
}
#staff_list .box_staff .box_det01 .box_st {
  display: -webkit-flex;
  display: flex;
}
#staff_list .box_staff .box_det01 .box_st .cate {
  background: #1a0e06;
  color: #fff;
  padding: 20px 0;
  width: 80px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #staff_list .box_staff .box_det01 .box_st .cate {
    width: 25%;
    padding: 1em 0;
  }
}
#staff_list .box_staff .box_det01 .box_st .line2 {
  line-height: 1.4;
  padding: 15px 0;
}
#staff_list .box_staff .box_det01 .box_st .st {
  margin-left: 2.89855%;
}
#staff_list .box_staff .box_det01 .box_st .st span {
  display: block;
}
#staff_list .box_staff .box_det01 .box_st .st .name {
  font-size: 165%;
  font-family: 'Noto Serif JP',"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-weight: 500;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #staff_list .box_staff .box_det01 .box_st .st .name {
    font-size: 150%;
  }
}
@media only screen and (max-width: 767px) {
  #staff_list .box_staff .box_det01 .box_st .st .name {
    font-size: 136%;
  }
}
#staff_list .box_staff .box_det01 .box_faq {
  margin-top: 5.07246%;
}
@media only screen and (max-width: 767px) {
  #staff_list .box_staff .box_det01 .box_faq {
    margin-top: 1.5em;
  }
}
#staff_list .box_staff .box_det01 .box_faq dt, #staff_list .box_staff .box_det01 .box_faq dd {
  letter-spacing: -.4em;
}
#staff_list .box_staff .box_det01 .box_faq dt span, #staff_list .box_staff .box_det01 .box_faq dd span {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: text-top;
}
#staff_list .box_staff .box_det01 .box_faq dt .q, #staff_list .box_staff .box_det01 .box_faq dt .a, #staff_list .box_staff .box_det01 .box_faq dd .q, #staff_list .box_staff .box_det01 .box_faq dd .a {
  font-size: 179%;
  font-family: 'Crimson Text', serif;
  width: 1em;
  line-height: 1;
  margin-right: 0.5em;
}
@media only screen and (max-width: 767px) {
  #staff_list .box_staff .box_det01 .box_faq dt .q, #staff_list .box_staff .box_det01 .box_faq dt .a, #staff_list .box_staff .box_det01 .box_faq dd .q, #staff_list .box_staff .box_det01 .box_faq dd .a {
    font-size: 143%;
  }
}
#staff_list .box_staff .box_det01 .box_faq dt .q, #staff_list .box_staff .box_det01 .box_faq dd .q {
  color: #be4a27;
}
#staff_list .box_staff .box_det01 .box_faq dt .a, #staff_list .box_staff .box_det01 .box_faq dd .a {
  color: #a67d02;
}
#staff_list .box_staff .box_det01 .box_faq dt .txt, #staff_list .box_staff .box_det01 .box_faq dd .txt {
  width: calc(100% - 3em);
}
#staff_list .box_staff .box_det01 .box_faq dt {
  padding-bottom: 8px;
  border-bottom: 2px solid #fff;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  #staff_list .box_staff .box_det01 .box_faq dt {
    padding-bottom: 0.5em;
    margin-bottom: 0.6em;
  }
}
#staff_list .box_staff .box_det01 .box_faq dt .txt {
  font-family: 'Noto Serif JP',"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-weight: 500;
  font-size: 108%;
}
@media only screen and (min-width: 1024px) {
  #staff_list .box_staff .box_timeday {
    float: right;
    width: 37.5%;
  }
}
#staff_list .box_staff .box_timeday h4 {
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  #staff_list .box_staff .box_timeday h4 {
    margin-bottom: 1em;
  }
}
#staff_list .box_staff .box_timeday h4 i {
  display: inline-block;
  vertical-align: top;
  width: 23px;
  height: 23px;
  margin-right: 8px;
}
#staff_list .box_staff .box_timeday h4 i svg {
  fill: #be4a27;
}
@media only screen and (max-width: 767px) {
  #staff_list .box_staff .box_timeday h4 i {
    width: 1.5em;
    height: 1.5em;
    margin-right: 0.5em;
  }
}
#staff_list .box_staff .box_timeday h4 span {
  font-size: 165%;
  font-family: 'Noto Serif JP',"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-weight: 500;
  line-height: 1;
  letter-spacing: .1em;
}
@media only screen and (max-width: 767px) {
  #staff_list .box_staff .box_timeday h4 span {
    font-size: 129%;
  }
}
#staff_list .box_staff .box_timeday .box_timemain {
  background: url(../images/common/bg02.jpg) repeat 0 0;
  padding: 8.88889% 9.33333%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  #staff_list .box_staff .box_timeday .box_timemain {
    padding: 1em;
  }
}
#staff_list .box_staff .box_timeday .box_timemain .time_list {
  padding: 25px 0 0 4px;
  position: relative;
}
#staff_list .box_staff .box_timeday .box_timemain .time_list:before {
  content: '';
  width: 4px;
  height: 100%;
  background: #be4a27;
  position: absolute;
  top: 0;
  left: 0;
}
#staff_list .box_staff .box_timeday .box_timemain .time_list .timeday_item {
  position: relative;
  padding: 0 0 25px 15px;
  display: -webkit-flex;
  display: flex;
}
#staff_list .box_staff .box_timeday .box_timemain .time_list .timeday_item:before {
  content: '';
  width: 15px;
  height: 4px;
  position: absolute;
  top: 0.5em;
  left: 0;
  background: #be4a27;
}
#staff_list .box_staff .box_timeday .box_timemain .time_list .timeday_item .box_time {
  padding-left: 15px;
  width: 15.85014%;
  line-height: 1;
  font-family: 'Crimson Text', serif;
  font-size: 129%;
  letter-spacing: .1em;
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  #staff_list .box_staff .box_timeday .box_timemain .time_list .timeday_item .box_time {
    width: 18.73199%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #staff_list .box_staff .box_timeday .box_timemain .time_list .timeday_item .box_time {
    max-width: 55px;
  }
}
@media only screen and (max-width: 1199px) {
  #staff_list .box_staff .box_timeday .box_timemain .time_list .timeday_item .box_time {
    font-size: 115%;
  }
}
#staff_list .box_staff .box_timeday .box_timemain .time_list .timeday_item .box_txt {
  padding: 0 1em;
  max-width: 270px;
  font-weight: bold;
  width: 74.92795%;
}
#staff_list #staff01 {
  display: block;
}

.con_entry {
  background: url(../../recruite/images/bg_entry.jpg) no-repeat center/cover;
  padding: 100px 0;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_entry {
    padding: 10% 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_entry {
    padding: 3em 0;
  }
}
@media only screen and (min-width: 1200px) {
  .con_entry .box_entry {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
  }
}
@media print {
  .con_entry .box_entry {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
  }
}
.con_entry .box_entry h3 {
  font-weight: normal;
  color: #fff;
  max-width: 358px;
}
@media only screen and (max-width: 767px) {
  .con_entry .box_entry h3 {
    max-width: none;
  }
}
.con_entry .box_entry h3 .en {
  display: block;
  font-family: 'Crimson Text', serif;
  letter-spacing: .4em;
  line-height: 1.25;
  font-size: 300%;
}
@media only screen and (max-width: 767px) {
  .con_entry .box_entry h3 .en {
    font-size: 229%;
  }
}
.con_entry .box_entry h3 .jp {
  display: block;
  font-family: 'Noto Serif JP',"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-weight: 500;
  font-size: 108%;
  letter-spacing: .1em;
}
@media only screen and (max-width: 767px) {
  .con_entry .box_entry h3 .jp {
    font-size: 93%;
  }
}
.con_entry .box_entry .box_btn {
  margin-left: 5%;
  width: 64.33333%;
  overflow: hidden;
}
@media only screen and (max-width: 1199px) {
  .con_entry .box_entry .box_btn {
    width: 100%;
    margin: 1em auto 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_entry .box_entry .box_btn {
    max-width: 772px;
  }
}
.con_entry .box_entry .box_btn li {
  width: 48.57513%;
}
.con_entry .box_entry .box_btn li:first-child {
  float: left;
}
.con_entry .box_entry .box_btn li:last-child {
  float: right;
}
.con_entry .box_entry .box_btn li a {
  display: block;
}
@media only screen and (max-width: 767px) {
  .con_entry .box_entry .box_btn li a {
    overflow: hidden;
  }
  .con_entry .box_entry .box_btn li a img {
    position: relative;
    width: 150%;
    max-width: none;
    margin-left: -25%;
  }
}

#FixSpMenu {
  background: #a67d02;
}
#FixSpMenu > a {
  text-align: center;
  color: #fff;
  font-family: 'Noto Serif JP',"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-weight: 500;
  font-size: 129%;
  padding: 1em 0;
  position: relative;
  display: block;
  text-decoration: none;
}
#FixSpMenu > a:before {
  content: '';
  border: 1px solid #fff;
  position: absolute;
  top: 3px;
  left: 3px;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
}
