/* ----------------------------------------------------------------------

 pc style setting

---------------------------------------------------------------------- */
* {
  font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #333333;
  line-height: 1.6em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
}
body {/* ----------------------------------------------------------------------

 pc style setting

---------------------------------------------------------------------- */
* {
  font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #333333;
  line-height: 1.6em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
}
body {
  margin: 0;
  padding: 0;
  font-family: "Century Gothic", Arial, sans-serif;
  color: #333;
}
.img-responsive {
  max-width: 100%;
  height: auto;
}

h3 {
    font-size: 17px;
    color: #4d4d4d;
    font-weight: bold;
    text-align: center;
    letter-spacing: 1px;
}

/* ヘッダー トップ用 */
@media only screen and (min-width: 1200px) {
  .home header h1 {
    margin: 0;
    position: absolute;
    left: 15px;
    top: 10px;
  }
}
@media only screen and (max-width: 1199px) {
  header .navWrap {
    position: absolute;
    top: 0;
    left: 0;
  }
}
  /* ページ内共通 */
  h2 {
    font-size: 10px;
    color: #f5a71a;
    letter-spacing: 2px;
    text-align: center;
  }
  h2 span {
    font-size: 55px;
    color: #f5a71a;
    font-family: 'facile_sans';
    line-height: 1em;
    letter-spacing: 10px;
  }
  h3 {
    font-size: 17px;
    color: #4d4d4d;
    font-weight: bold;
    text-align: center;
    letter-spacing: 1px;
  }
@media only screen and (min-width: 1200px) {
  /* PC、スマホ切り替え（ナビ用） */
  .pc_display_nav {
    display: block !important;
  }
  .sp_display_nav {
    display: none !important;
  }

  @media only screen and (min-width: 768px) {
    /* PC、スマホ切り替え */
    .pc_display {
      display: block !important;
    }
    .sp_display {
      display: none !important;
    }
    /* ストーカーボタン */
    .stalkerBtn {
      position: fixed;
      right: 15px;
      bottom: 30px;
      z-index: 999;
    }
    .stalkerBtn img {
      width: 157px;
    }
    .stalkerBtn_sp {
      display: none;
    }
  }
  /* ナビ */
  header {
    position: relative;
  }
  header h1 {
    font-size: 12px;
    color: #f5a71a;
    letter-spacing: 1px;
    margin: 10px 0 0 15px;
  }
  header .navWrap {
    max-width: 1100px;
    margin: 0 auto;
    padding: 30px 0;
    background: #fff;
  }
  header .navWrap .logo {
    float: left;
    width: 161px;
  }
  header .navWrap .nav-toggle {
    display: none;
  }
  header .navWrap #gnav {
    float: right;
    width: 900px;
  }
  header .navWrap #gnav ul.navi {
    float: left;
    width: 830px;
  }
  header .navWrap #gnav ul.navi li {
    float: left;
    width: 14.285%;
  }
  header .navWrap #gnav ul.navi li a {
    display: block;
    text-decoration: none;
    text-align: center;
    position: relative;
    padding-top: 40px;
  }
  header .navWrap #gnav ul.navi li a:after {
    content: "";
    width: 1px;
    height: 24px;
    background: #e5e5e5;
    position: absolute;
    right: 0;
    top: 27%;
  }
  header .navWrap #gnav ul.navi li a span {
    font-size: 12px;
    color: #4d4d4d;
    font-weight: bold;
    letter-spacing: 1px;
    position: relative;
  }
  header .navWrap #gnav ul.navi li a.active span {
    color: #f5a71a;
  }
  header .navWrap #gnav ul.navi li.top a span:before {
    content: "";
    background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/ic_gnavTop_off.png) no-repeat left top;
    background-size: 45px;
    width: 45px;
    height: 40px;
    position: absolute;
    top: -50px;
    left: -webkit-calc(50% - 22px);
    left: calc(50% - 22px);
  }
  header .navWrap #gnav ul.navi li.top a.active span:before {
    background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/ic_gnavTop_off.png) no-repeat left top;
    background-size: 45px;
  }
  header .navWrap #gnav ul.navi li.concept a span:before {
    content: "";
    background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/ic_gnavConcept_off.png) no-repeat left top;
    background-size: 45px;
    width: 45px;
    height: 40px;
    position: absolute;
    top: -50px;
    left: -webkit-calc(50% - 22px);
    left: calc(50% - 22px);
  }
  header .navWrap #gnav ul.navi li.concept a.active span:before {
    background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/ic_gnavConcept_on.png) no-repeat left top;
    background-size: 45px;
  }
  header .navWrap #gnav ul.navi li.media a span:before {
    content: "";
    background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/ic_gnavMedia_off.png) no-repeat left top;
    background-size: 45px;
    width: 45px;
    height: 40px;
    position: absolute;
    top: -50px;
    left: -webkit-calc(50% - 22px);
    left: calc(50% - 22px);
  }
  header .navWrap #gnav ul.navi li.media a.active span:before {
    background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/ic_gnavMedia_on.png) no-repeat left top;
    background-size: 45px;
  }
  header .navWrap #gnav ul.navi li.works a span:before {
    content: "";
    background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/ic_gnavWorks_off.png) no-repeat left top;
    background-size: 45px;
    width: 45px;
    height: 40px;
    position: absolute;
    top: -50px;
    left: -webkit-calc(50% - 22px);
    left: calc(50% - 22px);
  }
  header .navWrap #gnav ul.navi li.works a.active span:before {
    background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/ic_gnavWorks_on.png) no-repeat left top;
    background-size: 45px;
  }
  header .navWrap #gnav ul.navi li.staff a span:before {
    content: "";
    background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/ic_gnavStaff_off.png) no-repeat left top;
    background-size: 45px;
    width: 45px;
    height: 40px;
    position: absolute;
    top: -50px;
    left: -webkit-calc(50% - 22px);
    left: calc(50% - 22px);
  }
  header .navWrap #gnav ul.navi li.staff a.active span:before {
    background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/ic_gnavStaff_on.png) no-repeat left top;
    background-size: 45px;
  }
  header .navWrap #gnav ul.navi li.news a span:before {
    content: "";
    background: url(https://www.elve-recruit.com/wp-content/uploads/2021/05/ic_gnavNews_on.png) no-repeat left top;
    background-size: 45px;
    width: 45px;
    height: 40px;
    position: absolute;
    top: -50px;
    left: -webkit-calc(50% - 22px);
    left: calc(50% - 22px);
  }
  header .navWrap #gnav ul.navi li.news a.active span:before {
    background: url(https://www.elve-recruit.com/wp-content/uploads/2021/05/ic_gnavNews_on.png) no-repeat left top;
    background-size: 45px;
  }
  header .navWrap #gnav ul.navi li.q_a a span:before {
    content: "";
    background: url(https://www.elve-recruit.com/wp-content/uploads/2024/01/ic_gnavNews_on2.png) no-repeat left top;
    background-size: 45px;
    width: 45px;
    height: 40px;
    position: absolute;
    top: -50px;
    left: -webkit-calc(50% - 22px);
    left: calc(50% - 22px);
  }
  header .navWrap #gnav ul.navi li.q_a a.active span:before {
    background: url(https://www.elve-recruit.com/wp-content/uploads/2024/01/ic_gnavNews_on2.png) no-repeat left top;
    background-size: 45px;
  }
  header .navWrap #gnav ul.navi li.blog a span:before {
    content: "";
    background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/ic_gnavBlog_off.png) no-repeat left top;
    background-size: 45px;
    width: 45px;
    height: 40px;
    position: absolute;
    top: -50px;
    left: -webkit-calc(50% - 22px);
    left: calc(50% - 22px);
  }
  header .navWrap #gnav ul.navi li.blog a.active span:before {
    background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/ic_gnavBlog_on.png) no-repeat left top;
    background-size: 45px;
  }
  header .navWrap #gnav .snsBtn {
    float: right;
    margin: 15px 0 0;
  }
  header .navWrap #gnav .snsBtn a {
    display: inline-block;
    padding: 0 5px;
  }
  #overlay {
    display: none;
  }
}
@media only screen and (max-width: 1199px) {
  /* PC、スマホ切り替え（ナビ用） */
  .pc_display_nav {
    display: none !important;
  }
  .sp_display_nav {
    display: block !important;
  }
  /* ナビ */
  header .mainV {
    padding-top: 60px;
  }
  header .navWrap {
    width: 100%;
    height: 60px;


  }
  header .navWrap .logo {
    max-width: 120px;
    margin: 0 auto;
    padding-top: 10px;
  }
  .nav-toggle {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 60px;
    height: 60px;
    font-size: 0;
    text-indent: -9999px;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    z-index: 9999;
    -webkit-transition: background, 0.3s;
    transition: background, 0.3s;
  }
  .nav-toggle:focus {
    outline: none;
  }
  .nav-toggle span {
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    height: 2px;
    background: #f5a71a;
    width: 20px;
    -webkit-transition: background, 0s, 0.3s;
    transition: background, 0s, 0.3s;
  }
  .nav-toggle span::before, .nav-toggle span::after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 2px;
    background: #f5a71a;
    content: "";
    -webkit-transition-duration: 0.3s, 0.3s;
    transition-duration: 0.3s, 0.3s;
    -webkit-transition-delay: 0.3s, 0s;
    transition-delay: 0.3s, 0s;
  }
  .nav-toggle span::before {
    top: 7px;
    -webkit-transition-property: top, -webkit-transform;
    transition-property: top, transform;
  }
  .nav-toggle span::after {
    bottom: 7px;
    -webkit-transition-property: bottom, -webkit-transform;
    transition-property: bottom, transform;
  }
  .nav-toggle.opened {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9999;
  }
  .nav-toggle.opened span {
    background: none;
  }
  .nav-toggle.opened span::before {
    background: #f5a71a;
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .nav-toggle.opened span::after {
    background: #f5a71a;
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .nav-toggle.opened span::before, .nav-toggle.opened span::after {
    -webkit-transition-delay: 0s, 0.3s;
    transition-delay: 0s, 0.3s;
  }
  #gnav {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    background: #fff;
    right: -100%;
    z-index: 999;
    overflow-y: scroll;
    -webkit-transition: all, ease 0.3s;
    transition: all, ease 0.3s;
    padding: 0 15px 30px;
  }
  #gnav.active {
    right: 0;
  }
  #gnav .logoNav {
    max-width: 120px;
    margin: 10px auto 20px;
  }
  #gnav ul.navi {
    margin-bottom: 15px;
  }
  #gnav ul.navi li a {
    display: block;
    font-size: 14px;
    color: #4b4b4b;
    border-bottom: 1px solid #fad38c;
    padding: 10px 0 10px 40px;
    text-decoration: none;
    position: relative;
  }
  #gnav ul.navi li a:before {
    content: "";
    background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/ic_arrow01.png) no-repeat left top;
    background-size: 13px;
    width: 13px;
    height: 13px;
    position: absolute;
    left: 15px;
    top: 33%;
  }
  #gnav ul.navi li.row02 {
    display: block;
    font-size: 14px;
    color: #4b4b4b;
    border-bottom: 1px solid #fad38c;
    padding: 10px 0 10px 40px;
    position: relative;
  }
  #gnav ul.navi li.row02:before {
    content: "";
    background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/ic_arrow01.png) no-repeat left top;
    background-size: 13px;
    width: 13px;
    height: 13px;
    position: absolute;
    left: 15px;
    top: 13px;
  }
  #gnav ul.navi li.row02 a:before {
    display: none;
  }
  #gnav ul.navi li.row02 a {
    display: inline-block;
    border-bottom: none;
    padding: 0;
  }
  #gnav .otherNavi {
    text-align: center;
    margin-bottom: 15px;
    overflow: hidden;
  }
  #gnav .otherNavi li a {
    float: left;
    width: 50%;
    position: relative;
    font-size: 14px;
    color: #4b4b4b;
    text-decoration: none;
  }
  #gnav .otherNavi li a:after {
    content: "｜";
    font-size: 14px;
    color: #4b4b4b;
    position: absolute;
    right: -10px;
    top: 0;
  }
  #gnav .otherNavi li:nth-child(2n) a:after {
    display: none;
  }
  #gnav .ctaBtn {
    width: 100%;
    overflow: hidden;
    margin-bottom: 15px;
  }
  #gnav .ctaBtn li {
    float: left;
    width: 49%;
    margin-right: 2%;
  }
  #gnav .ctaBtn li:last-child {
    margin-right: 0;
  }
  #gnav .snsBtn {
    text-align: center;
    margin-bottom: 15px;
  }
  #gnav .snsBtn a {
    display: inline-block;
    margin: 0 7px;
  }
  #gnav dl.bn dt {
    margin-bottom: 10px;
  }
  #gnav dl.bn dd a {
    display: block;
    padding: 0 0 0 27px;
    text-align: center;
  }
  #gnav dl.bn dd a span {
    font-size: 14px;
    color: #4b4b4b;
    position: relative;
  }
  #gnav dl.bn dd a span:before {
    content: "";
    background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/ic_link01.png) no-repeat left top;
    background-size: 16px;
    width: 16px;
    height: 16px;
    position: absolute;
    left: -23px;
    top: -1px;
  }
}
/* ----------------------------------------------------------------------
 archive
---------------------------------------------------------------------- */
/* product */
#product_list {
  position: relative;
  margin: 0 0 10px 0;
}
#product_list {
  margin: 0 -28px 0 0;
  padding: 0;
}
#product_list li {
  list-style-type: none;
  margin: 0 23px 20px 0;
  padding: 0;
  vertical-align: top;
  width: 248px;
  display: inline-block;
}
#product_list li .image {
  display: block;
  background: #fff;
}
#product_list li .image img {
  display: block;
  width: 248px;
  height: 190px;
  border: 1px solid #ccc;
  -webkit-transition-property: opacity;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
  -moz-transition-property: opacity;
  -moz-transition-duration: 0.4s;
  -moz-transition-timing-function: ease;
  -o-transition-property: opacity;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#product_list li .image:hover img {
  opacity: 0.5;
}
#product_list li .title {
  font-size: 14px;
  margin: 0 0 10px 0;
}
#product_list li .title a {
  text-decoration: none;
  display: block;
  padding: 10px;
  background: #999;
  color: #fff;
  height: 40px;
  overflow: hidden;
  -webkit-transition-property: background;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
  -moz-transition-property: background;
  -moz-transition-duration: 0.4s;
  -moz-transition-timing-function: ease;
  -o-transition-property: background;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease;
}
#product_list li .title a:hover {
  background: #333;
}
/* news */
#news_list {
  position: relative;
}
#news_list {
  margin: 0 0 40px 0;
  padding: 0;
}
#news_list li {
  list-style-type: none;
  margin: 0 0 2px 0;
  padding: 5px;
  background: #f2f2f2;
  font-size: 13px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#news_list li .date {
  margin: 0 10px 0 0;
  font-size: 12px;
  line-height: 100%;
  background: #999;
  color: #fff;
  padding: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  float: left;
  width: 70px;
  text-align: center;
}
#news_list li .title {
  float: left;
  width: 690px;
  line-height: 150%;
  padding: 7px 0;
  margin: 0;
}
#news_list li .title a {
  display: block;
  text-decoration: none;
}
/* blog */
#post_list {
  margin: 0;
  padding: 0;
}
#post_list li {
  border-bottom: 1px dotted #aaa;
  margin: 0 0 25px 0;
  padding: 0 0 15px 0;
}
#post_list .image {
  float: right;
  background: #fff;
}
#post_list .image img {
  display: block;
  -webkit-transition-property: opacity;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
  -moz-transition-property: opacity;
  -moz-transition-duration: 0.4s;
  -moz-transition-timing-function: ease;
  -o-transition-property: opacity;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease;
}
#post_list .image:hover img {
  opacity: 0.5
}
#post_list .info {
  float: left;
  width: 510px;
}
#post_list .no_thumbnail .info {
  float: none;
  width: auto;
}
#post_list .post_date {
  font-size: 12px;
  width: 54px;
  height: 54px;
  text-align: center;
  margin: 0 15px 15px 0;
  line-height: 100%;
  float: left;
  background: #bbb;
  position: relative;
}
#post_list .date {
  color: #fff;
  display: block;
  position: absolute;
  top: 10px;
  width: 54px;
}
#post_list .month {
  color: #fff;
  display: block;
  position: absolute;
  bottom: 10px;
  width: 54px;
}
#post_list .title {
  font-size: 16px;
  line-height: 180%;
  margin: 0 0 15px 0;
}
#post_list .title a {
  text-decoration: none;
}
#post_list .title a:hover {
  text-decoration: underline;
}
#post_list .desc {
  clear: both;
}
#post_list ul {
  margin: 0;
}
#post_list li li {
  border: none;
  margin: 0 25px 5px 0;
  padding: 0;
  float: left;
  font-size: 12px;
}
#post_list li.meta_category {
  background: url(img/common/icon_category.png) no-repeat left 3px;
  padding-left: 15px;
}
#post_list li.meta_tag {
  background: url(img/common/icon_tag.png) no-repeat left 3px;
  padding-left: 15px;
}
#post_list li.meta_comment {
  background: url(img/common/icon_comment.png) no-repeat left 3px;
  padding-left: 15px;
}
#post_list li.meta_author {
  background: url(img/common/icon_author.png) no-repeat left 3px;
  padding-left: 15px;
}
/* ----------------------------------------------------------------------
 single post page
---------------------------------------------------------------------- */
.post {
  margin: 0 0 10px 0;
}
/* title */
#post_title {
  margin: 0 0 25px 0;
}
#post_title h2 {
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 160%;
}
#post_title .post_date {
  font-size: 12px;
  width: 54px;
  height: 54px;
  text-align: center;
  margin: 0 15px 5px 0;
  line-height: 100%;
  float: left;
  background: #bbb;
  position: relative;
}
#post_title .date {
  color: #fff;
  display: block;
  position: absolute;
  top: 10px;
  width: 54px;
}
#post_title .month {
  color: #fff;
  display: block;
  position: absolute;
  bottom: 10px;
  width: 54px;
}
/* post thumbnail */
.post_image {
  text-align: center;
  margin: 0 0 30px 0;
}
.post_image img {
  margin: 0;
  width: 100%;
  height: auto;
}
/* next page */
#post_pagination {
  margin: 0 0 30px 0;
}
#post_pagination h5 {
  margin: 0 10px 0 0;
  float: left;
  line-height: 30px;
  font-size: 12px;
}
#post_pagination a, #post_pagination p {
  float: left;
  display: inline-block;
  background: #eee;
  margin: 0 5px 0 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
  color: #333;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 12px;
}
#post_pagination p {
  background: #999;
  color: #fff;
}
#post_pagination a:hover {
  background: #00a2d9;
  color: #fff;
}
/* meta and bookmark */
#post_meta {
  border-top: 1px dotted #aaa;
  margin: 0 0 20px 0;
  padding: 15px 0;
}
#post_meta #meta {
  float: left;
  width: 60%;
  margin: 0;
  font-size: 12px;
}
#post_meta #meta li {
  padding: 0;
  margin: 0 0 6px 0;
  line-height: 160%;
}
#post_meta #meta li.meta_author {
  background: url(img/common/icon_author.png) no-repeat left 5px;
  padding: 0 0 0 18px;
}
#post_meta #meta li.meta_comment {
  background: url(img/common/icon_comment.png) no-repeat left 5px;
  padding: 0 0 0 18px;
}
#post_meta #meta li.meta_category {
  background: url(img/common/icon_category.png) no-repeat 3px 4px;
  padding: 0 0 0 18px;
}
#post_meta #meta li.meta_tag {
  background: url(img/common/icon_tag.png) no-repeat left 5px;
  padding: 0 0 0 18px;
}
#post_meta .bookmark {
  float: right;
  margin: 0;
}
#post_meta .bookmark li {
  float: left;
  margin: 0 0 0 10px;
}
/* related post*/
#related_post {
  margin: 0 0 35px 0;
}
#related_post .headline {
  font-size: 18px;
  margin: 0 0 12px 0;
  line-height: 100%;
}
#related_post ul {
  margin: 0 -10px 0 0;
}
#related_post li {
  display: inline-block;
  margin: 0 5px 10px 0;
  vertical-align: top;
  width: 373px;
  border: 1px solid #ccc;
  padding: 10px;
}
#related_post .image {
  float: left;
  margin: 0 15px 0 0;
  background: #fff;
}
#related_post .image img {
  width: 72px;
  height: 72px;
  display: block;
  -webkit-transition-property: opacity;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
  -moz-transition-property: opacity;
  -moz-transition-duration: 0.4s;
  -moz-transition-timing-function: ease;
  -o-transition-property: opacity;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease;
}
#related_post .image:hover img {
  opacity: 0.5;
}
#related_post .info {}
#related_post .date {
  margin: 0 0 5px 0;
  line-height: 100%;
  font-size: 12px;
  color: #999;
}
#related_post .title {
  font-size: 14px;
  margin: 0;
}
#related_post .title a {
  text-decoration: none;
  display: block;
}
/* next prev post link */
#previous_next_post {
  margin: 0 0 40px 0;
  padding: 0;
  border-top: 1px solid #ccc;
}
#previous_next_post p {
  margin: 0;
  padding: 0;
}
#previous_next_post a {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#previous_post a {
  margin: 0;
  width: 50%;
  float: left;
  border-right: 1px solid #ccc;
  line-height: 140%;
  font-size: 12px;
  background: url(img/common/arrow_left.gif) no-repeat left 20px;
  padding: 25px 30px;
}
#next_post a {
  margin: 0;
  left: -1px;
  position: relative;
  width: 50%;
  float: right;
  text-align: right;
  border-left: 1px solid #ccc;
  line-height: 140%;
  font-size: 12px;
  background: url(img/common/arrow_right.gif) no-repeat right 20px;
  padding: 25px 30px;
}
/* ----------------------------------------------------------------------
 product single page
---------------------------------------------------------------------- */
#product_headline a {
  text-decoration: none;
}
#product_headline a:hover {
  text-decoration: underline;
}
.product_title {
  margin: 0 0 20px 0;
}
/* slider */
#product_image_slider_wrap {
  width: 770px;
  background: #f2f2f2;
  padding: 15px;
  position: relative;
  margin: 0 0 30px 0;
}
#product_image_slider_wrap #loader {
  position: absolute;
  top: 200px;
  left: 350px;
}
#product_image_slider {
  width: 575px;
  height: 380px;
  overflow: hidden;
}
#product_image_slider img {
  width: 575px;
  height: 380px;
}
/* thumbnail */
.nivo-controlNav {
  padding: 0;
  margin: 0;
  position: absolute;
  right: 15px;
  top: 15px;
}
.nivo-controlNav a {
  cursor: pointer;
  margin: 0 0 13px 0;
  display: block;
}
.nivo-controlNav a img {
  display: block;
  opacity: 0.3;
}
.nivo-controlNav a.active img, .nivo-controlNav a:hover img {
  opacity: 1;
}
/* no slider */
#product_image {}
#product_image img {
  display: block;
  border: 15px solid #f2f2f2;
  margin: 0 auto 30px;
}
/* bookmark */
.bookmark {
  margin: 0 0 30px 0;
}
.bookmark li {
  float: left;
  margin: 0 10px 0 0;
}
/* ----------------------------------------------------------------------
 footer
---------------------------------------------------------------------- */
#return_top {
  z-index: 999;
  position: fixed;
  right: 0px;
  bottom: 25px;
  margin: 0;
  display: block;
  width: 36px;
  height: 100px;
  text-indent: -9999px;
  background: #ccc url(img/footer/return_top.png) no-repeat center;
}
#return_top:hover {}
/* basic setting */
#footer {
  clear: both;
  width: 100%;
  min-width: 1140px;
  background: #f4f4f4;
}
#footer_inner {
  width: 1140px;
  margin: 0 auto;
  position: relative;
  font-size: 11px;
  padding-top: 50px;
}
#footer a {}
#footer a:hover {}
#footer li {
  line-height: 170%;
  margin: 0 0 10px 0;
  padding: 0;
}
/* widget area */
#footer_widget {
  position: relative;
}
.footer_widget {
  margin: 0 41px 40px 0;
  width: 350px;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
}
.footer_widget.right_widget {
  margin-right: 0;
}
.footer_headline {
  font-size: 16px;
  margin: 0 0 15px 0;
  padding: 0 0 8px 0;
}
.footer_widget ul {
  margin: 0;
}
.footer_widget li ul {
  margin: 10px 0 0 0;
}
.footer_widget li {}
.footer_widget img {
  height: auto;
  max-width: 100%;
  width: auto;
}
/* copyright */
#copyright {
  width: 100%;
  min-width: 1140px;
  clear: both;
  color: #fff;
  background: #999;
  margin: 0;
}
#copyright_inner {
  width: 1140px;
  height: 50px;
  margin: 0 auto;
  positiion: relative;
  font-size: 11px;
}
#copyright a {
  text-decoration: none;
  color: #fff;
}
#copyright a:hover {
  text-decoration: underline;
}
/* menu */
#footer_menu {}
#footer_menu li { /* float:left; */ margin: 0;
  line-height: 100%;
  list-style: disc;
  color: #fff;
}
#footer_menu li a {
  text-decoration: none;
  margin: 0 0 0 0;
  padding: 0px 0px 0px 0px;
  color: #fff;
  font-size: 16px;
  line-height: normal;
}
#footer_menu li:last-child a {
  border: none;
}
#footer_menu li ul li {
  padding: 0px 0px 0px 0;
  margin: 0px 0px 0px 20px;
  list-style: circle;
}
#social_link {
  margin: 11px 0 0 15px;
  padding: 0;
  text-align: center;
  float: right;
}
#social_link li {
  display: block;
  margin: 0 0 0 5px;
  position: relative;
  background: #fff;
  border-radius: 100%;
  float: left;
}
#social_link li a {
  display: block;
  text-indent: -200px;
  overflow: hidden;
  width: 24px;
  height: 24px;
  position: relative;
  -webkit-transition-property: none;
  -moz-transition-property: none;
  -o-transition-property: none;
}
#social_link li:before {
  font-family: 'design_plus';
  color: #000;
  font-size: 12px;
  display: block;
  position: absolute;
  top: 5px;
  left: 4px;
  width: 17px;
  height: 17px;
  line-height: 17px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#social_link li.twitter:before {
  content: '\e904';
}
#social_link li.facebook:before {
  content: '\e902';
}
#social_link li.insta:before {
  content: '\ea92';
}
#social_link li.pint:before {
  content: '\e905';
}
#social_link li.flickr:before {
  content: '\eaa4';
}
#social_link li.tumblr:before {
  content: '\eab9';
}
#social_link li.rss:before {
  content: '\e90b';
}
#social_link li.twitter:hover:before {
  color: #16b9dc;
}
#social_link li.facebook:hover:before {
  color: #3B5998;
}
#social_link li.insta:hover:before {
  color: #8a3ab9;
}
#social_link li.rss:hover:before {
  color: #ffcc00;
}
#social_link li.pint:hover:before {
  color: #cb2027;
}
#social_link li.flickr:hover:before {
  color: #ff0084;
}
#social_link li.tumblr:hover:before {
  color: #34526f;
}
/* copyright */
#copyright p {
  margin: 13px 0 0 0;
  float: right;
  font-size: 12px;
}
.page_wrap {
  padding: 115px 0px 0px 0px;
  margin: 0px 0px 40px 0px;
}
.bread_area {
  background: #f1f1f1;
}
.bread_area #bread_crumb {
  padding: 5px 0px;
}
.footer_fixed_nav {
  display: none !important;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
main {
  overflow: hidden;
}
/* top */
/* メインビジュアル下ニュース */
section.whatNew {
  padding: 70px 15px 140px;
}
section.whatNew .base {
  max-width: 1140px;
  margin: 0 auto;
}
section.whatNew table {
  width: 100%;
  height: 50px;
}
section.whatNew table th {
  width: 11%;
  text-align: center;
  background: #f5a71a;
  border-radius: 50px 0 0 50px;
}
section.whatNew table th span {
  font-size: 15px;
  color: #fff;
  font-weight: bold;
  padding-left: 15px;
  position: relative;
}
section.whatNew table th span:before {
  content: "";
  background: url(https://www.elve-recruit.com/wp-content/uploads/2021/05/ic_gnavNews_on.png) no-repeat left top;
  background-size: 19px;
  width: 19px;
  height: 19px;
  position: absolute;
  left: -10px;
  top: -2px;
}
section.whatNew table td {
  width: 89%;
  letter-spacing: 1px;
  padding: 0 120px 0 30px;
  background: #fefbf3;
  border-radius: 0 50px 50px 0;
  position: relative;
}
section.whatNew table td a.ti {
  font-size: 14px;
  color: #4d4d4d;
  text-decoration: none;
}
section.whatNew table td a.more {
  font-size: 12px;
  color: #f5a71a;
  font-weight: bold;
  text-decoration: none;
  position: absolute;
  right: 30px;
  top: 30%;
}
/* 募集要項 */
section.recruitment {
  padding: 0 0 50px;
  background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/bg_stripe01.png) repeat left top;
  background-size: 11px;
}
section.recruitment .ti {
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
}
section.recruitment h3 {
  margin-bottom: 20px;
}
section.recruitment ul {
  overflow: hidden;
  width: 100%;
}
section.recruitment ul li {
  float: left;
  width: 33.3%;
}
/* リクルートメニュー */
section.menu {
  padding: 140px 15px 200px;
}
section.menu .charm {
  margin-bottom: 140px;
}
section.menu h2 {
  margin-bottom: 30px;
}
section.menu h3 {
  margin-bottom: 50px;
}
section.menu .col02 {
  overflow: hidden;
  max-width: 1140px;
  margin: 0 auto 30px;
}
section.menu .col02 p {
  float: left;
  width: 49%;
  margin-right: 2%;
}
section.menu .col02 p:last-child {
  margin-right: 0;
}
section.menu .col03 {
  overflow: hidden;
  max-width: 1140px;
  margin: 0 auto;
}
section.menu .col03 p {
  float: left;
  width: 32%;
  margin-right: 2%;
}
section.menu .col03 p:last-child {
  margin-right: 0;
}
/* スタッフボイス */
section.staffVoice {
  padding: 0 0 180px;
}
section.staffVoice .tiArea {
  margin-bottom: -260px;
  position: relative;
}
section.staffVoice .tiArea .ti {
  background: #f5a71a;
  padding-top: 5px;
  max-width: 630px;
}
section.staffVoice .tiArea .ti .inner {
  border-top: 1px solid #fff;
  padding: 120px 40px 120px 60px;
}
section.staffVoice .tiArea .ti .inner h2 {
  color: #fff;
  text-align: left;
}
section.staffVoice .tiArea .ti .inner h2 span {
  color: #fff;
  position: relative;
}
section.staffVoice .tiArea .ti .inner h2 span:after {
  content: "";
  background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/ic_voice01.png) no-repeat left top;
  background-size: 35px;
  width: 35px;
  height: 63px;
  position: absolute;
  right: -25px;
  bottom: -30px;
}
section.staffVoice .tiArea .sti {
  position: absolute;
  left: 700px;
  top: 0;
}
section.staffVoice .tiArea .sti .ic {
  text-align: right;
  margin-bottom: 20px;
}
section.staffVoice .tiArea .sti h3 {
  color: #fff;
  text-align: left;
  margin-bottom: 15px;
}
section.staffVoice .tiArea .sti .moreBtn {
  float: right;
}
section.staffVoice .bg {
  width: 100%;
  padding-left: 10%;
  margin-bottom: -200px;
}
section.staffVoice .bg .inner {
  width: 100%;
  height: 430px;
  background-color: #f8c25f;
  background-image: -webkit-gradient(linear, 0 0, 100% 0, color-stop(.5, #f9ca76), color-stop(.5, transparent), to(transparent));
  background-image: linear-gradient(left, #f9ca76 50%, transparent 50%, transparent);
  -webkit-background-size: 15px 15px;
  background-size: 15px 15px;
}
section.staffVoice .bg2 {
  width: 100%;
  padding-left: 10%;
  margin-bottom: -200px;
}
section.staffVoice .bg2 .inner {
  width: 100%;
  height: 430px;
  background-color: #e85354;
background: linear-gradient(45deg, #feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5) !important;
}
section.staffVoice .staffBase {
  max-width: 1170px;
  margin: 0 auto;
}
section.staffVoice .staffBase .slide_selector li {
  padding: 0 15px;
}
section.staffVoice .staffBase .slide_selector li .thumb {
  margin-bottom: -20px;
}
section.staffVoice .staffBase .slide_selector li .thumb img {
  width: 100%;
  height: auto;
}
section.staffVoice .staffBase .slide_selector li .text {
  border: 1px solid #f8c25f;
  padding: 45px 15px 25px;
  width: 90%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
section.staffVoice .staffBase .slide_selector li .text .comment {
  font-size: 17px;
  color: #4d4d4d;
  text-align: center;
  margin-bottom: 10px;
}
section.staffVoice .staffBase .slide_selector li .text .kata {
  font-size: 15px;
  color: #4d4d4d;
  text-align: center;
}
section.staffVoice .staffBase .slide_selector li .text .name {
  font-size: 15px;
  color: #4d4d4d;
  text-align: center;
  margin-bottom: 15px;
}
section.staffVoice .staffBase .slide_selector li .text .moreBtn a {
  margin: 0 auto;
}
/* ニュース */
section.news {
  padding: 0 0 140px;
}
section.news .tiArea {
  padding: 40px 15px 170px;
  background-color: #fef2dd;
  background-image: -webkit-gradient(linear, 0 0, 100% 0, color-stop(.5, #fef6e8), color-stop(.5, transparent), to(transparent));
  background-image: linear-gradient(left, #fef6e8 50%, transparent 50%, transparent);
  -webkit-background-size: 85px 85px;
  background-size: 85px 85px;
  margin-bottom: -120px;
}
section.news .tiArea .inner {
  padding: 130px 0 0;
  background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/ic_flag.png) no-repeat center top;
  background-size: 1164px;
}
section.news .tiArea .secTi {
  margin-bottom: 30px;
}
section.news .slide_selector {
  margin-bottom: 50px;
}
section.news .slide_selector li {
  width: 345px;
  padding: 0 15px;
}
section.news .slide_selector li .thumb {
  position: relative;
  margin-bottom: -30px;
}
section.news .slide_selector li .thumb img {
  width: 100%;
  height: auto;
}
section.news .slide_selector li .thumb span {
  font-size: 13px;
  color: #fff;
  position: absolute;
  right: -20px;
  top: 40%;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  letter-spacing: 2px;
}
section.news .slide_selector li .inner {
  background: #fff;
  padding: 15px 15px 0;
  width: 90%;
  position: relative;
  z-index: 2;
}
section.news .slide_selector li .inner .cat {
  overflow: hidden;
  margin-bottom: 10px;
}
section.news .slide_selector li .inner .cat a {
  display: block;
  float: left;
  font-size: 12px;
  color: #fff;
  background: #f5a71a;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 2px 5px;
  margin-right: 5px;
}
section.news .slide_selector li .inner .ti a {
  display: block;
  font-size: 14px;
  color: #000;
  margin-bottom: 15px;
}
section.news .slide_selector li .inner .more a {
  display: block;
  background: #f7f6f6;
  margin: 0 -15px;
  padding: 7px 0 7px 40px;
  text-decoration: none;
}
section.news .slide_selector li .inner .more a span {
  font-size: 12px;
  color: #f5a71a;
  position: relative;
}
section.news .slide_selector li .inner .more a span:before {
  content: "";
  background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/ic_arrow01.png) no-repeat left top;
  background-size: 16px;
  width: 16px;
  height: 16px;
  position: absolute;
  left: -25px;
  top: -1px;
}
section.news .moreBtn {
  max-width: 1140px;
  margin: 0 auto;
}
section.news .moreBtn a {
  float: right;
}
/* インスタグラム */
section.instagram {
  background: #f5a71a;
  position: relative;
  margin-bottom: 30px;
}
section.instagram .inner {
  position: relative;
  z-index: 2;
  padding: 140px 15px;
}
section.instagram .inner .base {
  max-width: 945px;
  margin: 0 auto;
}
section.instagram .tiArea {
  width: 100%;
  margin: 0 0 50px;
}
section.instagram .tiArea .ti {
  float: left;
}
section.instagram .tiArea .ti h2 {
  text-align: left;
  color: #fff;
  margin-bottom: 30px;
}
section.instagram .tiArea .ti h2 span {
  color: #fff;
  position: relative;
}
section.instagram .tiArea .ti h2 span:after {
  content: "";
  background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/ic_iine.png) no-repeat left top;
  background-size: 92px;
  width: 92px;
  height: 80px;
  position: absolute;
  right: -100px;
  top: -15px;
}
section.instagram .tiArea .ti h3 {
  text-align: left;
  color: #fff;
}
section.instagram .tiArea .btn {
  float: right;
  margin-top: 80px;
}
section.instagram .instaBase {
  max-width: 945px;
  margin: 0 auto;
}
section.instagram ul.insta {
  width: 100%;
  overflow: hidden;
}

section.instagram ul.insta li {
  float: left;
  width: 18%;
  margin: 0 2.5% 2.5% 0;
  height: auto;
  overflow: hidden;
  position: relative;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
  background: #fff;
}
section.instagram ul.insta li:before {
  padding-top: 100%;
  content: "";
  display: block;
}
section.instagram ul.insta li:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
}
section.instagram ul.insta li img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
section.instagram .link {
  text-align: right;
}
section.instagram .link a {
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
  text-decoration: none;
}
section.instagram .link a span {
  font-size: 16px;
  color: #fff;
  letter-spacing: 1px;
  position: relative;
  padding-right: 30px;
}
section.instagram .link a span:after {
  content: "";
  background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/ic_search.png) no-repeat left top;
  background-size: 20px;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  top: -3px;
}
section.instagram .bg01 {
  background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/bg_stripe02.png) repeat left top;
  background-size: 10px;
  width: 347px;
  height: 376px;
  position: absolute;
  left: 0;
  top: 0;
}
section.instagram .bg02 {
  background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/bg_stripe02.png) repeat left top;
  background-size: 10px;
  width: 347px;
  height: 347px;
  position: absolute;
  right: 0;
  top: 40%;
}
section.instagram .bg03 {
  background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/bg_stripe02.png) repeat left top;
  background-size: 10px;
  width: 347px;
  height: 347px;
  position: absolute;
  left: 10%;
  bottom: 0;
}
/* ムービー */
section.movie {
  padding: 200px 15px;
}
section.movie .inner {
  text-align: center;
}
section.movie .inner h2 {
  color: #ff7692;
  margin-bottom: 30px;
}
section.movie .inner h2 span.color01 {
  color: #ff7692;
}
section.movie .inner h2 span.color02 {
  color: #f7d359;
}
section.movie .inner h2 span.color03 {
  color: #74aac5;
}
section.movie .inner h2 span.color04 {
  color: #84b4b7;
}
section.movie .inner h2 span.color05 {
  color: #a8c368;
}
section.movie .inner .movie_cap {
  padding-bottom: 20px;
}
section.movie .inner .movie_cap strong {
  font-size: 17px;
  color: #4d4d4d;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 1px;
  line-height: 2em;
}
section.movie .inner .movie_cap {
  font-size: 15px;
  color: #4b4b4b;
}
section.movie .inner .movieWrap {
  position: relative;
  max-width: 945px;
  margin: 0 auto;
}
section.movie .inner .movieWrap video {
  max-width: 100%;
  width: 900px;
  margin: 0 auto;
  display: block;
}
section.movie .inner .movieWrap:before {
  content: "";
  background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/bg_curtain.png) no-repeat left top;
  background-size: 429px;
  width: 429px;
  height: 592px;
  position: absolute;
  left: -100px;
  top: -150px;
  z-index: -1;
}
section.movie .inner .movieWrap:after {
  content: "";
  background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/bg_curtain.png) no-repeat left top;
  background-size: 429px;
  width: 429px;
  height: 592px;
  position: absolute;
  right: -100px;
  top: -150px;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
  filter: FlipH;
  -ms-filter: "FlipH";
  z-index: -1;
}
@media only screen and (max-width: 1155px) and (min-width: 768px) {
  section.movie .inner .movieWrap:before {
    content: "";
    background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/bg_curtain.png) no-repeat left top;
    background-size: 215px;
    width: 215px;
    height: 296px;
    position: absolute;
    left: -10px;
    top: -200px;
    z-index: -1;
  }
  section.movie .inner .movieWrap:after {
    content: "";
    background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/bg_curtain.png) no-repeat left top;
    background-size: 215px;
    width: 215px;
    height: 296px;
    position: absolute;
    right: -10px;
    top: -200px;
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
    filter: FlipH;
    -ms-filter: "FlipH";
    z-index: -1;
  }
}
@media only screen and (max-width: 1120px) and (min-width: 768px) {
  section.staffVoice .tiArea {
    margin-bottom: -250px;
  }
  section.staffVoice .tiArea .sti {
    position: relative;
    left: 0;
    padding: 30px 15px 0;
    max-width: 800px;
    margin: 0 auto;
  }
  section.staffVoice .tiArea .sti .ic {
    position: absolute;
    right: 0;
    top: -150px;
  }
  section.staffVoice .tiArea .sti h3 {
    text-align: center;
  }
  section.staffVoice .tiArea .sti .moreBtn {
    float: none;
  }
  section.staffVoice .tiArea .sti .moreBtn a {
    margin: 0 auto;
  }
  section.staffVoice .bg {
    padding-left: 0;
    margin-bottom: -100px;
  }
}
@media only screen and (min-width: 768px) {
  section.instagram ul.insta li:nth-child(5n) {
    margin-right: 0;
  }
}


/* もっと見るボタン */
.moreBtn a {
  display: block;
  font-size: 12px;
  color: #f5a71a;
  font-weight: bold;
  text-align: center;
  width: 145px;
  padding: 12px 0;
  background: #fef6e8;
  text-decoration: none;
  -webkit-border-radius: 36px;
  border-radius: 36px;
  position: relative;
}
.moreBtn a:before {
  content: "";
  background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/ic_arrow01.png) no-repeat left top;
  background-size: 16px;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 15px;
  top: 30%;
}
/* パンくず */
.pankuzu {
  max-width: 1140px;
  margin: 0 auto 40px;
}
.pankuzu ul {
  padding: 0 15px;
}
.pankuzu ul li {
  float: left;
  font-size: 14px;
  color: #f7b948;
  margin-right: 25px;
}
.pankuzu ul li:first-child a {
  padding-left: 25px;
}
.pankuzu ul li:last-child {
  margin-right: 0;
}
.pankuzu ul li a {
  font-size: 14px;
  color: #f7b948;
  position: relative;
}
.pankuzu ul li:first-child a:before {
  content: "";
  background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/ic_top.png) no-repeat left top;
  background-size: 18px;
  width: 18px;
  height: 17px;
  position: absolute;
  left: 0;
  top: -2px;
}
.pankuzu ul li a:after {
  content: ">";
  font-size: 14px;
  color: #f7b948;
  position: absolute;
  right: -18px;
  top: 0;
  line-height: 14px;
}
/* エントリーはこちら */
section.entry {
  background: #ff7692;
  padding: 5px;
}
section.entry .inner {
  border: 1px solid #fff;
  padding: 70px 15px;
}
section.entry .tiArea {
  overflow: hidden;
  max-width: 1000px;
  margin: 0 auto 40px;
}
section.entry .tiArea .ti {
  float: left;
  width: 46%;
}
section.entry .tiArea .btn {
  float: right;
  width: 50%;
  margin-top: 15px;
}
section.entry .cap {
  font-size: 17px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1px;
}
/* フッター */
footer {
  padding: 70px 15px 0;
}
footer .base {
  max-width: 1140px;
  margin: 0 auto;
}
footer .base .lineArea {
  margin-bottom: 40px;
  width: 100%;
}
footer .base .lineArea .text {
  float: left;
  font-size: 15px;
  color: #4b4b4b;
  padding-left: 80px;
  position: relative;
}
footer .base .lineArea .text:before {
  content: "";
  background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/ic_line01.png) no-repeat left top;
  background-size: 58px;
  width: 58px;
  height: 55px;
  position: absolute;
  left: 0;
  top: -2px;
}
footer .base .lineArea .btn a {
  float: right;
  display: block;
  width: 300px;
  background: #01b802;
  padding: 15px 0;
  text-align: center;
  -webkit-border-radius: 44px;
  border-radius: 44px;
  text-decoration: none;
}
footer .base .lineArea .btn a span {
  font-size: 14px;
  color: #fff;
  position: relative;
}
footer .base .lineArea .btn a span:before {
  content: "";
  background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/ic_line02.png) no-repeat left top;
  background-size: 24px;
  width: 24px;
  height: 23px;
  position: absolute;
  left: -40px;
  top: -4px;
}
footer .base .naviArea {
  padding-top: 50px;
  margin-bottom: 50px;
  width: 100%;
  border-top: 1px solid #f5a71a;
  overflow: hidden;
}
footer .base .naviArea .logo {
  float: left;
  width: 20%;
  margin-right: 5%;
}
footer .base .naviArea .logo p {
  margin-bottom: 20px;
}
footer .base .naviArea .logo .snsBtn a {
  display: inline-block;
  margin: 0 5px;
}
footer .base .naviArea .navi {
  float: left;
  width: 42%;
  margin-right: 7%;
  overflow: hidden;
}
footer .base .naviArea .navi ul {
  float: left;
  width: 47%;
  margin-right: 6%;
}
footer .base .naviArea .navi ul:last-child {
  margin-right: 0;
}
footer .base .naviArea .navi ul li a {
  display: block;
  font-size: 14px;
  color: #4b4b4b;
  border-bottom: 1px solid #fad38c;
  padding: 10px 0 10px 40px;
  text-decoration: none;
  position: relative;
}
footer .base .naviArea .navi ul li a:before {
  content: "";
  background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/ic_arrow01.png) no-repeat left top;
  background-size: 13px;
  width: 13px;
  height: 13px;
  position: absolute;
  left: 15px;
  top: 33%;
}
footer .base .naviArea .navi ul li.row02 {
  display: block;
  font-size: 14px;
  color: #4b4b4b;
  border-bottom: 1px solid #fad38c;
  padding: 10px 0 10px 40px;
  position: relative;
}
footer .base .naviArea .navi ul li.row02:before {
  content: "";
  background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/ic_arrow01.png) no-repeat left top;
  background-size: 13px;
  width: 13px;
  height: 13px;
  position: absolute;
  left: 15px;
  top: 13px;
}
footer .base .naviArea .navi ul li.row02 a:before {
  display: none;
}
footer .base .naviArea .navi ul li.row02 a {
  display: inline-block;
  border-bottom: none;
  padding: 0;
}
footer .base .naviArea .bn {
  float: left;
  width: 26%;
}
footer .base .naviArea .bn dl dt {
  margin-bottom: 10px;
}
footer .base .naviArea .bn dl dd a {
  display: block;
  font-size: 14px;
  color: #4b4b4b;
  padding: 0 0 0 27px;
  position: relative;
}
footer .base .naviArea .bn dl dd a:before {
  content: "";
  background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/ic_link01.png) no-repeat left top;
  background-size: 16px;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 2px;
}
footer .base .otherNavi {
  text-align: center;
  margin-bottom: 20px;
}
footer .base .otherNavi li {
  display: inline-block;
  margin: 0 15px;
  position: relative;
}
footer .base .otherNavi li:after {
  content: "｜";
  font-size: 14px;
  color: #4b4b4b;
  position: absolute;
  right: -25px;
  top: 0;
}
footer .base .otherNavi li a {
  font-size: 14px;
  color: #4b4b4b;
  text-decoration: none;
}
footer .copy {
  font-size: 10px;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  margin: 0 -15px;
  letter-spacing: 1px;
  background: #f5a71a;
}


.tiArea .cap {
    font-size: 14px;
    color: #4d4d4d;
    line-height: 1.8em;
    text-align: center;
    padding: 0 15px;
}

@media only screen and (min-width: 768px) {
  /* PC、スマホ切り替え */
  .pc_display {
    display: block !important;
  }
  .sp_display {
    display: none !important;
  }
  /* ストーカーボタン */
  .stalkerBtn {
    position: fixed;
    right: 15px;
    bottom: 30px;
    z-index: 999;
  }
  .stalkerBtn img {
    width: 157px;
  }
  .stalkerBtn_sp {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
	/* PC、スマホ切り替え */
	.pc_display{
		display:none !important;
	}
	.sp_display{
		display:block !important;
	}
	
	/* ストーカーボタン */
.stalkerBtn{
	display: none !important;
}
	.stalkerBtn_sp{
		position: fixed;
		width: 100%;
		z-index: 999;
		background: #ff4e79;
		border-radius: 15px 15px 0 0;
		padding: 0 15px;
		-webkit-transition: 0.5s all;
		transition: 0.5s all;
	}
	.stalkerBtn_sp img{
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}
	
	/* パンくず */
.pankuzu{
	margin: 0 auto 25px;
}

/* エントリーはこちら */
section.entry .inner{
	padding: 50px 15px;
}
section.entry .tiArea{
	margin: 0 auto 30px;
}
section.entry .tiArea .ti{
	float: none;
	width: 100%;
}
section.entry .tiArea .btn{
	float: none;
	width: 100%;
	margin-top: 20px;
}
section.entry .cap{
	font-size: 15px;
}
	
	/* ウェルカム */
section.welcome{
	padding: 15px 15px 30px;
	margin-bottom: 30px;
}
section.welcome .base .otoiawase{
	padding: 30px 15px;
	margin-bottom: 20px;
}
section.welcome .base .otoiawase .pic{
	float: none;
	width: 100%;
}
	section.welcome .base .otoiawase .pic img{
	max-width: 80%;
	}
section.welcome .base .otoiawase .text{
	float: none;
	width: 100%;
}
section.welcome .base .otoiawase .text dl dt{
	font-size: 18px;
	text-align: center;
}
section.welcome .base .otoiawase .text dl dd{
	text-align: center;
}
section.welcome .base .otoiawase .text ul li a{
	float: none;
	width: 100%;
}
section.welcome .base .otoiawase .text ul li.mail a{
	margin: 0 0 10px;
}
section.welcome .base .ti{
	font-size: 18px;
	margin-bottom: 20px;
}
section.welcome .base ul.bn li{
	float: none;
	width: 100%;
	margin: 0 0 10px;
}
	section.welcome .base ul.bn li:last-child{
		margin-bottom: 0;
	}
	
	/* スタッフ */
	section.pick_up_staff{
		padding: 190px 0 60px;
	}
	section.pick_up_staff .box-ttl{
		margin-bottom: 30px;
	}
	section.pick_up_staff .box-ttl .in:before{
		left: 0;
		right: 0;
		top: -140px;
		transform: translateY(0);
		margin-left: auto;
		margin-right: auto;
	}
	section.pick_up_staff .box-ttl .ttl{
		padding-left: 0;
	}
	section.pick_up_staff .box-ttl .ttl span{
		font-size: 26px;
		letter-spacing: 1px;
	}
	section.pick_up_staff ul{
		margin: 0 auto 50px;
	}
	section.pick_up_staff ul li{
		font-size: 15px;
		letter-spacing: 0;
		border-radius: 100px;
		padding: 20px 20px 20px 60px;
		margin-bottom: 15px;
	}
	section.pick_up_staff ul li:before{
		left: 25px;
	}
	section.pick_up_staff ul li:nth-child(2n-1):before{
		background: url(../img/common/ic_adorable01.png) no-repeat left top;
		background-size: 22px;
		width: 22px;
		height: 22px;
	}
	section.pick_up_staff ul li:nth-child(2n):before{
		background: url(../img/common/ic_adorable02.png) no-repeat left top;
		background-size: 22px;
		width: 22px;
		height: 22px;
	}
	section.pick_up_staff ul li span{
		font-size: 18px;
	}

/* フッター */
footer{
	padding: 40px 15px 0;
}
footer .base .lineArea .text{
	float: none;
	padding: 65px 0 0;
	margin-bottom: 20px;
	text-align: center;
}
footer .base .lineArea .text:before{
	position: absolute;
	left: -webkit-calc(50% - 29px);
	left: calc(50% - 29px);
	top: 0;
}
footer .base .lineArea .btn a{
	float: none;
	width: auto;
	max-width: 345px;
	margin: 0 auto;
}
footer .base .naviArea{
	padding-top: 40px;
	margin-bottom: 30px;
}
footer .base .naviArea .logo{
	float: none;
	width: 100%;
	margin: 0 0 20px;
}
footer .base .naviArea .logo p{
	text-align: center;
}
	footer .base .naviArea .logo p img{
		width: 200px;
	}
footer .base .naviArea .logo .snsBtn{
	text-align: center;
}
footer .base .naviArea .navi{
	float: none;
	width: 100%;
	margin: 0 0 20px;
}
footer .base .naviArea .navi ul{
	float: none;
	width: 100%;
	margin-right: 0;
}
footer .base .naviArea .bn{
	float: none;
	width: 100%;
}
	footer .base .h1Text{
		font-size: 12px;
		color: #ababab;
		margin-bottom: 20px;
	}
footer .base .otherNavi{
	overflow: hidden;
}
footer .base .otherNavi li{
	display: block;
	margin: 0;
}
footer .base .otherNavi li a{
	float: left;
	width: 50%;
	position: relative;
	font-size: 14px;
	color: #4b4b4b;
	text-decoration: none;
}
footer .base .otherNavi li a:after{
	content: "｜";
	font-size: 14px;
	color: #4b4b4b;
	position: absolute;
	right: -10px;
	top: 0;
}
footer .base .otherNavi li:nth-child(2n) a:after{
		display: none;
	}
	
}
@media only screen and (max-width: 767px) {
  /* ページ内共通 */
  h2 {
    letter-spacing: 1px;
  }
  h2 span {
    font-size: 35px;
  }
  h3 {
    font-size: 15px;
  }
  /* メインビジュアル下ニュース */
  section.whatNew {
    padding: 30px 15px 70px;
  }
  section.whatNew table {
    display: block;
    height: auto;
  }
  section.whatNew table tr, section.whatNew table tbody {
    display: block;
    width: 100%;
  }
  section.whatNew table th {
    display: block;
    width: 100%;
    border-radius: 15px 15px 0 0;
    padding: 10px 0;
  }
  section.whatNew table th span:before {
    content: "";
    background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/ic_news.png) no-repeat left top;
    background-size: 19px;
    width: 19px;
    height: 19px;
    position: absolute;
    left: -10px;
    top: -2px;
  }
  section.whatNew table td {
    display: block;
    width: 100%;
    padding: 15px;
    border-radius: 0 0 15px 15px;
  }
  /* 募集要項 */
  section.recruitment .ti {
    max-width: 320px;
    margin: 0 auto;
    padding: 0 15px;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  section.recruitment ul li {
    float: none;
    width: 100%;
  }
  section.recruitment ul li:first-child {
    margin-bottom: -4.5%;
  }
  /* リクルートメニュー */
  section.menu {
    padding: 50px 15px 90px;
  }
  section.menu .charm {
    margin: 0 -15px 70px;
  }
  section.menu h3 {
    margin-bottom: 30px;
  }
  section.menu .col02 {
    margin: 0 auto 10px;
  }
  section.menu .col02 p {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  section.menu .col02 p:last-child {
    margin-bottom: 0;
  }
  section.menu .col03 p {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  section.menu .col03 p:last-child {
    margin-bottom: 0;
  }
  /* スタッフボイス */
  section.staffVoice {
    padding: 0 15px 90px;
  }
  section.staffVoice .tiArea {
    margin-bottom: -250px;
  }
  section.staffVoice .tiArea .ti {
    max-width: 345px;
    margin: 0 auto 20px;
  }
  section.staffVoice .tiArea .ti .inner {
    padding: 40px 15px;
    position: relative;
  }
  section.staffVoice .tiArea .ti .inner .ic {
    position: absolute;
    right: -5px;
    top: -45px;
  }
  section.staffVoice .tiArea .ti .inner h2 {
    text-align: center;
  }
  section.staffVoice .tiArea .ti .inner h2 span:after {
    content: "";
    background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/ic_voice01.png) no-repeat left top;
    background-size: 25px;
    width: 25px;
    height: 50px;
    position: absolute;
    right: -30px;
    bottom: 10px;
  }
  section.staffVoice .tiArea .sti {
    position: static;
  }
  section.staffVoice .tiArea .sti h3 {
    text-align: center;
  }
  section.staffVoice .tiArea .sti .moreBtn {
    float: none;
  }
  section.staffVoice .tiArea .sti .moreBtn a {
    margin: 0 auto;
  }
  section.staffVoice .bg {
    width: auto;
    padding-left: 0;
    margin: 0 -15px -130px;
  }
  section.staffVoice .staffBase .slide_selector {
    margin: 0 -15px;
  }
  section.staffVoice .staffBase .slide_selector li {
    padding: 0 7px;
  }
  section.staffVoice .staffBase .slide_selector li .text {
    padding: 35px 15px 25px;
  }
  section.staffVoice .staffBase .slide_selector li .text .comment {
    font-size: 16px;
  }
  section.staffVoice .slick-prev {
    width: 46px;
    height: 46px;
    left: 10px;
    top: 28%;
    position: absolute;
    z-index: 999;
  }
  section.staffVoice .slick-next {
    width: 46px;
    height: 46px;
    top: 28%;
    position: absolute;
    z-index: 999;
    right: 10px;
  }
  section.staffVoice .slick-prev:before {
    content: "" !important;
  }
  section.staffVoice .slick-prev:after {
    content: "" !important;
    background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/btn_slideArrow.png);
    background-size: 46px;
    width: 46px;
    height: 46px;
    position: absolute;
    top: 0;
    left: 0;
  }
  section.staffVoice .slick-next:before {
    content: "" !important;
  }
  section.staffVoice .slick-next:after {
    content: "" !important;
    background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/btn_slideArrow.png);
    background-size: 46px;
    width: 46px;
    height: 46px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
  }
  /* ニュース */
  section.news {
    padding: 0 0 70px;
  }
  section.news .tiArea {
    padding: 40px 15px 100px;
    margin-bottom: -70px;
  }
  section.news .tiArea .inner {
    padding: 60px 0 0;
    background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/ic_flag_sp.png) no-repeat center top;
    background-size: 290px;
  }
  section.news .slide_selector li {
    width: 280px;
    padding: 0 7px;
  }
  section.news .slide_selector li .thumb {
    margin-bottom: 0;
  }
  section.news .slide_selector li .thumb span {
    right: -30px;
  }
  section.news .slide_selector li .inner {
    width: 100%;
  }
  section.news .slide_selector li .inner .more a {
    padding: 4px 0 4px 40px;
  }
  section.news .moreBtn a {
    float: none;
    margin: 0 auto;
  }
  /* インスタグラム */
  section.instagram .inner {
    padding: 50px 15px;
  }
  section.instagram .tiArea {
    margin: 0 0 40px;
  }
  section.instagram .tiArea .ti {
    float: none;
    margin-bottom: 30px;
  }
  section.instagram .tiArea .ti h2 {
    text-align: center;
  }
  section.instagram .tiArea .ti h2 span {
    font-size: 30px;
  }
  section.instagram .tiArea .ti h2 span:after {
    content: "";
    background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/ic_iine.png) no-repeat left top;
    background-size: 55px;
    width: 55px;
    height: 65px;
    position: absolute;
    right: -10px;
    top: 30px;
  }
  section.instagram .tiArea .ti h3 {
    text-align: center;
  }
  section.instagram .tiArea .btn {
    float: none;
    margin-top: 20px;
    text-align: center;
  }
  section.instagram ul.insta li {
    width: 32%;
    margin: 0 2% 2% 0;
  }
  section.instagram ul.insta li:nth-child(3n) {
    margin-right: 0;
  }
  section.instagram .link {
    text-align: center;
  }
  section.instagram .bg01 {
    background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/bg_stripe02.png) repeat left top;
    background-size: 10px;
    width: 168px;
    height: 183px;
    position: absolute;
    left: 0;
    top: 0;
  }
  section.instagram .bg02 {
    background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/bg_stripe02.png) repeat left top;
    background-size: 10px;
    width: 168px;
    height: 183px;
    position: absolute;
    right: 0;
    bottom: 0;
    top: auto;
  }
  section.instagram .bg03 {
    display: none;
  }
  /* ムービー */
  section.movie {
    padding: 100px 15px 50px;
  }




  section.movie .inner .movie_cap {
    padding-bottom: 20px;
  }
  section.movie .inner .movieWrap:before {
    content: "";
    background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/bg_curtain.png) no-repeat left top;
    background-size: 120px;
    width: 120px;
    height: 141px;
    position: absolute;
    left: 0;
    top: -130px;
  }
  section.movie .inner .movieWrap:after {
    content: "";
    background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/bg_curtain.png) no-repeat left top;
    background-size: 120px;
    width: 120px;
    height: 141px;
    position: absolute;
    right: 0;
    top: -130px;
  }
  section.movie .inner .movieWrap iframe {
    height: 195px;
  }
	

.footer_fixed_nav {
	position: fixed;
	bottom: 0px;
	background: rgba(0,0,0,0.5);
	width: 100%;
	padding: 0px 0px 10px 0px;
	z-index: 2;
}
.footer_fixed_nav h2 {
	color: #fff;
	font-weight: normal;
	font-size: 11px;
	text-align: center;
}
.footer_fixed_nav div.fcontact {
	float: left;
	width: 47%;
	margin: 0px 2% 0px 1%;
}
.footer_fixed_nav div.fcontact a i {margin-right: 5px;}

.footer_fixed_nav div.fcontact a {
	width: 100%;
	text-align: center;
	display: block;
	-moz-box-shadow: 0px 2px 0px 0px #ad4242;
	-webkit-box-shadow: 0px 2px 0px 0px #ad4242;
	box-shadow: 0px 2px 0px 0px #ad4242;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ff4c4c), color-stop(1, #f06363));
	background:-moz-linear-gradient(top, #ff4c4c 5%, #f06363 100%);
	background:-webkit-linear-gradient(top, #ff4c4c 5%, #f06363 100%);
	background:-o-linear-gradient(top, #ff4c4c 5%, #f06363 100%);
	background:-ms-linear-gradient(top, #ff4c4c 5%, #f06363 100%);
	background:linear-gradient(to bottom, #ff4c4c 5%, #f06363 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4c4c', endColorstr='#f06363', GradientType=0);
	background-color:#ff4c4c;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #d15050;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-size: 13px;
	padding: 7px 0px;
	text-decoration:none;
	text-shadow:0px 1px 0px #912727;
}
.footer_fixed_nav div.fcontact a:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f06363), color-stop(1, #ff4c4c));
	background:-moz-linear-gradient(top, #f06363 5%, #ff4c4c 100%);
	background:-webkit-linear-gradient(top, #f06363 5%, #ff4c4c 100%);
	background:-o-linear-gradient(top, #f06363 5%, #ff4c4c 100%);
	background:-ms-linear-gradient(top, #f06363 5%, #ff4c4c 100%);
	background:linear-gradient(to bottom, #f06363 5%, #ff4c4c 100%);
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f06363', endColorstr='#ff4c4c', GradientType=0);
	background-color:#f06363;
}
.footer_fixed_nav div.fcontact a:active {
	position:relative;
	top:1px;
}
.footer_fixed_nav div.ftel {
	float: right;
	width: 47%;
	margin: 0px 2% 0px 1%;
}
.footer_fixed_nav div.ftel a {
	width: 100%;
	-moz-box-shadow: 0px 2px 0px 0px #3e7327;
	text-align: center;
	-webkit-box-shadow: 0px 2px 0px 0px #3e7327;
	box-shadow: 0px 2px 0px 0px #3e7327;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #77b55a), color-stop(1, #72b352));
	background:-moz-linear-gradient(top, #77b55a 5%, #72b352 100%);
	background:-webkit-linear-gradient(top, #77b55a 5%, #72b352 100%);
	background:-o-linear-gradient(top, #77b55a 5%, #72b352 100%);
	background:-ms-linear-gradient(top, #77b55a 5%, #72b352 100%);
	background:linear-gradient(to bottom, #77b55a 5%, #72b352 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77b55a', endColorstr='#72b352',GradientType=0);
	background-color:#77b55a;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #4b8f29;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-size: 13px;
	padding: 7px 0;
	text-decoration:none;
	text-shadow:0px 1px 0px #5b8a3c;
}
.footer_fixed_nav div.ftel a i {margin-right: 5px;}
.footer_fixed_nav div.ftel a:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #72b352), color-stop(1, #77b55a));
	background:-moz-linear-gradient(top, #72b352 5%, #77b55a 100%);
	background:-webkit-linear-gradient(top, #72b352 5%, #77b55a 100%);
	background:-o-linear-gradient(top, #72b352 5%, #77b55a 100%);
	background:-ms-linear-gradient(top, #72b352 5%, #77b55a 100%);
	background:linear-gradient(to bottom, #72b352 5%, #77b55a 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#72b352', endColorstr='#77b55a',GradientType=0);
	background-color:#72b352;
}
.footer_fixed_nav div.ftel a:active {
	position:relative;
	top:1px;
}
}
@media only screen and (max-width: 767px) {
	#main_col {
  padding: 0px 15px;
}
/* メディア */
.tiArea{
	padding: 110px 15px 40px;
}
.tiArea h2{
	letter-spacing: 1px;
}
.tiArea h2 span{
	font-size: 35px;
}
.tiArea h3{
	font-size: 15px;
	margin-bottom: 30px;
}
}

.fullwidth {
  margin-right: calc(50% - 50vw);
margin-left: calc(50% - 50vw);

}
#main_col {
  overflow:hidden;
}

.container {
  max-width:1000px;
  margin:0px auto;
}
  margin: 0;
  padding: 0;
  font-family: "Century Gothic", Arial, sans-serif;
  color: #333;
}
.img-responsive {
  max-width: 100%;
  height: auto;
}

h3 {
    font-size: 17px;
    color: #4d4d4d;
    font-weight: bold;
    text-align: center;
    letter-spacing: 1px;
}

/* ヘッダー トップ用 */
@media only screen and (min-width: 1200px) {
  .home header h1 {
    margin: 0;
    position: absolute;
    left: 15px;
    top: 10px;
  }
}
@media only screen and (max-width: 1199px) {
  header .navWrap {
    position: absolute;
    top: 0;
    left: 0;
  }
}
  /* ページ内共通 */
  h2 {
    font-size: 10px;
    color: #f5a71a;
    letter-spacing: 2px;
    text-align: center;
  }
  h2 span {
    font-size: 55px;
    color: #f5a71a;
    font-family: 'facile_sans';
    line-height: 1em;
    letter-spacing: 10px;
  }
  h3 {
    font-size: 17px;
    color: #4d4d4d;
    font-weight: bold;
    text-align: center;
    letter-spacing: 1px;
  }
@media only screen and (min-width: 1200px) {
  /* PC、スマホ切り替え（ナビ用） */
  .pc_display_nav {
    display: block !important;
  }
  .sp_display_nav {
    display: none !important;
  }

  @media only screen and (min-width: 768px) {
    /* PC、スマホ切り替え */
    .pc_display {
      display: block !important;
    }
    .sp_display {
      display: none !important;
    }
    /* ストーカーボタン */
    .stalkerBtn {
      position: fixed;
      right: 15px;
      bottom: 30px;
      z-index: 999;
    }
    .stalkerBtn img {
      width: 157px;
    }
    .stalkerBtn_sp {
      display: none;
    }
  }
  /* ナビ */
  header {
    position: relative;
  }
  header h1 {
    font-size: 12px;
    color: #f5a71a;
    letter-spacing: 1px;
    margin: 10px 0 0 15px;
  }
  header .navWrap {
    max-width: 1100px;
    margin: 0 auto;
    padding: 30px 0;
    background: #fff;
  }
  header .navWrap .logo {
    float: left;
    width: 161px;
  }
  header .navWrap .nav-toggle {
    display: none;
  }
  header .navWrap #gnav {
    float: right;
    width: 900px;
  }
  header .navWrap #gnav ul.navi {
    float: left;
    width: 830px;
  }
  header .navWrap #gnav ul.navi li {
    float: left;
    width: 14.285%;
  }
  header .navWrap #gnav ul.navi li a {
    display: block;
    text-decoration: none;
    text-align: center;
    position: relative;
    padding-top: 40px;
  }
  header .navWrap #gnav ul.navi li a:after {
    content: "";
    width: 1px;
    height: 24px;
    background: #e5e5e5;
    position: absolute;
    right: 0;
    top: 27%;
  }
  header .navWrap #gnav ul.navi li a span {
    font-size: 12px;
    color: #4d4d4d;
    font-weight: bold;
    letter-spacing: 1px;
    position: relative;
  }
  header .navWrap #gnav ul.navi li a.active span {
    color: #f5a71a;
  }
  header .navWrap #gnav ul.navi li.top a span:before {
    content: "";
    background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/ic_gnavTop_off.png) no-repeat left top;
    background-size: 45px;
    width: 45px;
    height: 40px;
    position: absolute;
    top: -50px;
    left: -webkit-calc(50% - 22px);
    left: calc(50% - 22px);
  }
  header .navWrap #gnav ul.navi li.top a.active span:before {
    background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/ic_gnavTop_on.png) no-repeat left top;
    background-size: 45px;
  }
  header .navWrap #gnav ul.navi li.concept a span:before {
    content: "";
    background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/ic_gnavConcept_off.png) no-repeat left top;
    background-size: 45px;
    width: 45px;
    height: 40px;
    position: absolute;
    top: -50px;
    left: -webkit-calc(50% - 22px);
    left: calc(50% - 22px);
  }
  header .navWrap #gnav ul.navi li.concept a.active span:before {
    background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/ic_gnavConcept_on.png) no-repeat left top;
    background-size: 45px;
  }
  header .navWrap #gnav ul.navi li.media a span:before {
    content: "";
    background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/ic_gnavMedia_off.png) no-repeat left top;
    background-size: 45px;
    width: 45px;
    height: 40px;
    position: absolute;
    top: -50px;
    left: -webkit-calc(50% - 22px);
    left: calc(50% - 22px);
  }
  header .navWrap #gnav ul.navi li.media a.active span:before {
    background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/ic_gnavMedia_on.png) no-repeat left top;
    background-size: 45px;
  }
  header .navWrap #gnav ul.navi li.works a span:before {
    content: "";
    background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/ic_gnavWorks_off.png) no-repeat left top;
    background-size: 45px;
    width: 45px;
    height: 40px;
    position: absolute;
    top: -50px;
    left: -webkit-calc(50% - 22px);
    left: calc(50% - 22px);
  }
  header .navWrap #gnav ul.navi li.works a.active span:before {
    background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/ic_gnavWorks_on.png) no-repeat left top;
    background-size: 45px;
  }
  header .navWrap #gnav ul.navi li.staff a span:before {
    content: "";
    background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/ic_gnavStaff_off.png) no-repeat left top;
    background-size: 45px;
    width: 45px;
    height: 40px;
    position: absolute;
    top: -50px;
    left: -webkit-calc(50% - 22px);
    left: calc(50% - 22px);
  }
  header .navWrap #gnav ul.navi li.staff a.active span:before {
    background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/ic_gnavStaff_on.png) no-repeat left top;
    background-size: 45px;
  }
  header .navWrap #gnav ul.navi li.news a span:before {
    content: "";
    background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/ic_gnavNews_off.png) no-repeat left top;
    background-size: 45px;
    width: 45px;
    height: 40px;
    position: absolute;
    top: -50px;
    left: -webkit-calc(50% - 22px);
    left: calc(50% - 22px);
  }
  header .navWrap #gnav ul.navi li.news a.active span:before {
    background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/ic_gnavNews_on.png) no-repeat left top;
    background-size: 45px;
  }
  header .navWrap #gnav ul.navi li.q_a a span:before {
    content: "";
    background: url(https://www.elve-recruit.com/wp-content/uploads/2024/01/ic_gnavNews_on2.png) no-repeat left top;
    background-size: 45px;
    width: 45px;
    height: 40px;
    position: absolute;
    top: -50px;
    left: -webkit-calc(50% - 22px);
    left: calc(50% - 22px);
  }
  header .navWrap #gnav ul.navi li.q_a a.active span:before {
    background: url(https://www.elve-recruit.com/wp-content/uploads/2024/01/ic_gnavNews_on2.png) no-repeat left top;
    background-size: 45px;
  }
  header .navWrap #gnav ul.navi li.blog a span:before {
    content: "";
    background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/ic_gnavBlog_off.png) no-repeat left top;
    background-size: 45px;
    width: 45px;
    height: 40px;
    position: absolute;
    top: -50px;
    left: -webkit-calc(50% - 22px);
    left: calc(50% - 22px);
  }
  header .navWrap #gnav ul.navi li.blog a.active span:before {
    background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/ic_gnavBlog_on.png) no-repeat left top;
    background-size: 45px;
  }
  header .navWrap #gnav .snsBtn {
    float: right;
    margin: 15px 0 0;
  }
  header .navWrap #gnav .snsBtn a {
    display: inline-block;
    padding: 0 5px;
  }
  #overlay {
    display: none;
  }
}
@media only screen and (max-width: 1199px) {
  /* PC、スマホ切り替え（ナビ用） */
  .pc_display_nav {
    display: none !important;
  }
  .sp_display_nav {
    display: block !important;
  }
  /* ナビ */
  header .mainV {
    padding-top: 60px;
  }
  header .navWrap {
    width: 100%;
    height: 60px;


  }
  header .navWrap .logo {
    max-width: 120px;
    margin: 0 auto;
    padding-top: 10px;
  }
  .nav-toggle {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 60px;
    height: 60px;
    font-size: 0;
    text-indent: -9999px;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    z-index: 9999;
    -webkit-transition: background, 0.3s;
    transition: background, 0.3s;
  }
  .nav-toggle:focus {
    outline: none;
  }
  .nav-toggle span {
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    height: 2px;
    background: #f5a71a;
    width: 20px;
    -webkit-transition: background, 0s, 0.3s;
    transition: background, 0s, 0.3s;
  }
  .nav-toggle span::before, .nav-toggle span::after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 2px;
    background: #f5a71a;
    content: "";
    -webkit-transition-duration: 0.3s, 0.3s;
    transition-duration: 0.3s, 0.3s;
    -webkit-transition-delay: 0.3s, 0s;
    transition-delay: 0.3s, 0s;
  }
  .nav-toggle span::before {
    top: 7px;
    -webkit-transition-property: top, -webkit-transform;
    transition-property: top, transform;
  }
  .nav-toggle span::after {
    bottom: 7px;
    -webkit-transition-property: bottom, -webkit-transform;
    transition-property: bottom, transform;
  }
  .nav-toggle.opened {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9999;
  }
  .nav-toggle.opened span {
    background: none;
  }
  .nav-toggle.opened span::before {
    background: #f5a71a;
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .nav-toggle.opened span::after {
    background: #f5a71a;
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .nav-toggle.opened span::before, .nav-toggle.opened span::after {
    -webkit-transition-delay: 0s, 0.3s;
    transition-delay: 0s, 0.3s;
  }
  #gnav {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    background: #fff;
    right: -100%;
    z-index: 999;
    overflow-y: scroll;
    -webkit-transition: all, ease 0.3s;
    transition: all, ease 0.3s;
    padding: 0 15px 30px;
  }
  #gnav.active {
    right: 0;
  }
  #gnav .logoNav {
    max-width: 120px;
    margin: 10px auto 20px;
  }
  #gnav ul.navi {
    margin-bottom: 15px;
  }
  #gnav ul.navi li a {
    display: block;
    font-size: 14px;
    color: #4b4b4b;
    border-bottom: 1px solid #fad38c;
    padding: 10px 0 10px 40px;
    text-decoration: none;
    position: relative;
  }
  #gnav ul.navi li a:before {
    content: "";
    background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/ic_arrow01.png) no-repeat left top;
    background-size: 13px;
    width: 13px;
    height: 13px;
    position: absolute;
    left: 15px;
    top: 33%;
  }
  #gnav ul.navi li.row02 {
    display: block;
    font-size: 14px;
    color: #4b4b4b;
    border-bottom: 1px solid #fad38c;
    padding: 10px 0 10px 40px;
    position: relative;
  }
  #gnav ul.navi li.row02:before {
    content: "";
    background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/ic_arrow01.png) no-repeat left top;
    background-size: 13px;
    width: 13px;
    height: 13px;
    position: absolute;
    left: 15px;
    top: 13px;
  }
  #gnav ul.navi li.row02 a:before {
    display: none;
  }
  #gnav ul.navi li.row02 a {
    display: inline-block;
    border-bottom: none;
    padding: 0;
  }
  #gnav .otherNavi {
    text-align: center;
    margin-bottom: 15px;
    overflow: hidden;
  }
  #gnav .otherNavi li a {
    float: left;
    width: 50%;
    position: relative;
    font-size: 14px;
    color: #4b4b4b;
    text-decoration: none;
  }
  #gnav .otherNavi li a:after {
    content: "｜";
    font-size: 14px;
    color: #4b4b4b;
    position: absolute;
    right: -10px;
    top: 0;
  }
  #gnav .otherNavi li:nth-child(2n) a:after {
    display: none;
  }
  #gnav .ctaBtn {
    width: 100%;
    overflow: hidden;
    margin-bottom: 15px;
  }
  #gnav .ctaBtn li {
    float: left;
    width: 49%;
    margin-right: 2%;
  }
  #gnav .ctaBtn li:last-child {
    margin-right: 0;
  }
  #gnav .snsBtn {
    text-align: center;
    margin-bottom: 15px;
  }
  #gnav .snsBtn a {
    display: inline-block;
    margin: 0 7px;
  }
  #gnav dl.bn dt {
    margin-bottom: 10px;
  }
  #gnav dl.bn dd a {
    display: block;
    padding: 0 0 0 27px;
    text-align: center;
  }
  #gnav dl.bn dd a span {
    font-size: 14px;
    color: #4b4b4b;
    position: relative;
  }
  #gnav dl.bn dd a span:before {
    content: "";
    background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/ic_link01.png) no-repeat left top;
    background-size: 16px;
    width: 16px;
    height: 16px;
    position: absolute;
    left: -23px;
    top: -1px;
  }
}
/* ----------------------------------------------------------------------
 archive
---------------------------------------------------------------------- */
/* product */
#product_list {
  position: relative;
  margin: 0 0 10px 0;
}
#product_list {
  margin: 0 -28px 0 0;
  padding: 0;
}
#product_list li {
  list-style-type: none;
  margin: 0 23px 20px 0;
  padding: 0;
  vertical-align: top;
  width: 248px;
  display: inline-block;
}
#product_list li .image {
  display: block;
  background: #fff;
}
#product_list li .image img {
  display: block;
  width: 248px;
  height: 190px;
  border: 1px solid #ccc;
  -webkit-transition-property: opacity;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
  -moz-transition-property: opacity;
  -moz-transition-duration: 0.4s;
  -moz-transition-timing-function: ease;
  -o-transition-property: opacity;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#product_list li .image:hover img {
  opacity: 0.5;
}
#product_list li .title {
  font-size: 14px;
  margin: 0 0 10px 0;
}
#product_list li .title a {
  text-decoration: none;
  display: block;
  padding: 10px;
  background: #999;
  color: #fff;
  height: 40px;
  overflow: hidden;
  -webkit-transition-property: background;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
  -moz-transition-property: background;
  -moz-transition-duration: 0.4s;
  -moz-transition-timing-function: ease;
  -o-transition-property: background;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease;
}
#product_list li .title a:hover {
  background: #333;
}
/* news */
#news_list {
  position: relative;
}
#news_list {
  margin: 0 0 40px 0;
  padding: 0;
}
#news_list li {
  list-style-type: none;
  margin: 0 0 2px 0;
  padding: 5px;
  background: #f2f2f2;
  font-size: 13px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#news_list li .date {
  margin: 0 10px 0 0;
  font-size: 12px;
  line-height: 100%;
  background: #999;
  color: #fff;
  padding: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  float: left;
  width: 70px;
  text-align: center;
}
#news_list li .title {
  float: left;
  width: 690px;
  line-height: 150%;
  padding: 7px 0;
  margin: 0;
}
#news_list li .title a {
  display: block;
  text-decoration: none;
}
/* blog */
#post_list {
  margin: 0;
  padding: 0;
}
#post_list li {
  border-bottom: 1px dotted #aaa;
  margin: 0 0 25px 0;
  padding: 0 0 15px 0;
}
#post_list .image {
  float: right;
  background: #fff;
}
#post_list .image img {
  display: block;
  -webkit-transition-property: opacity;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
  -moz-transition-property: opacity;
  -moz-transition-duration: 0.4s;
  -moz-transition-timing-function: ease;
  -o-transition-property: opacity;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease;
}
#post_list .image:hover img {
  opacity: 0.5
}
#post_list .info {
  float: left;
  width: 510px;
}
#post_list .no_thumbnail .info {
  float: none;
  width: auto;
}
#post_list .post_date {
  font-size: 12px;
  width: 54px;
  height: 54px;
  text-align: center;
  margin: 0 15px 15px 0;
  line-height: 100%;
  float: left;
  background: #bbb;
  position: relative;
}
#post_list .date {
  color: #fff;
  display: block;
  position: absolute;
  top: 10px;
  width: 54px;
}
#post_list .month {
  color: #fff;
  display: block;
  position: absolute;
  bottom: 10px;
  width: 54px;
}
#post_list .title {
  font-size: 16px;
  line-height: 180%;
  margin: 0 0 15px 0;
}
#post_list .title a {
  text-decoration: none;
}
#post_list .title a:hover {
  text-decoration: underline;
}
#post_list .desc {
  clear: both;
}
#post_list ul {
  margin: 0;
}
#post_list li li {
  border: none;
  margin: 0 25px 5px 0;
  padding: 0;
  float: left;
  font-size: 12px;
}
#post_list li.meta_category {
  background: url(img/common/icon_category.png) no-repeat left 3px;
  padding-left: 15px;
}
#post_list li.meta_tag {
  background: url(img/common/icon_tag.png) no-repeat left 3px;
  padding-left: 15px;
}
#post_list li.meta_comment {
  background: url(img/common/icon_comment.png) no-repeat left 3px;
  padding-left: 15px;
}
#post_list li.meta_author {
  background: url(img/common/icon_author.png) no-repeat left 3px;
  padding-left: 15px;
}
/* ----------------------------------------------------------------------
 single post page
---------------------------------------------------------------------- */
.post {
  margin: 0 0 10px 0;
}
/* title */
#post_title {
  margin: 0 0 25px 0;
}
#post_title h2 {
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 160%;
}
#post_title .post_date {
  font-size: 12px;
  width: 54px;
  height: 54px;
  text-align: center;
  margin: 0 15px 5px 0;
  line-height: 100%;
  float: left;
  background: #bbb;
  position: relative;
}
#post_title .date {
  color: #fff;
  display: block;
  position: absolute;
  top: 10px;
  width: 54px;
}
#post_title .month {
  color: #fff;
  display: block;
  position: absolute;
  bottom: 10px;
  width: 54px;
}
/* post thumbnail */
.post_image {
  text-align: center;
  margin: 0 0 30px 0;
}
.post_image img {
  margin: 0;
  width: 100%;
  height: auto;
}
/* next page */
#post_pagination {
  margin: 0 0 30px 0;
}
#post_pagination h5 {
  margin: 0 10px 0 0;
  float: left;
  line-height: 30px;
  font-size: 12px;
}
#post_pagination a, #post_pagination p {
  float: left;
  display: inline-block;
  background: #eee;
  margin: 0 5px 0 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
  color: #333;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 12px;
}
#post_pagination p {
  background: #999;
  color: #fff;
}
#post_pagination a:hover {
  background: #00a2d9;
  color: #fff;
}
/* meta and bookmark */
#post_meta {
  border-top: 1px dotted #aaa;
  margin: 0 0 20px 0;
  padding: 15px 0;
}
#post_meta #meta {
  float: left;
  width: 60%;
  margin: 0;
  font-size: 12px;
}
#post_meta #meta li {
  padding: 0;
  margin: 0 0 6px 0;
  line-height: 160%;
}
#post_meta #meta li.meta_author {
  background: url(img/common/icon_author.png) no-repeat left 5px;
  padding: 0 0 0 18px;
}
#post_meta #meta li.meta_comment {
  background: url(img/common/icon_comment.png) no-repeat left 5px;
  padding: 0 0 0 18px;
}
#post_meta #meta li.meta_category {
  background: url(img/common/icon_category.png) no-repeat 3px 4px;
  padding: 0 0 0 18px;
}
#post_meta #meta li.meta_tag {
  background: url(img/common/icon_tag.png) no-repeat left 5px;
  padding: 0 0 0 18px;
}
#post_meta .bookmark {
  float: right;
  margin: 0;
}
#post_meta .bookmark li {
  float: left;
  margin: 0 0 0 10px;
}
/* related post*/
#related_post {
  margin: 0 0 35px 0;
}
#related_post .headline {
  font-size: 18px;
  margin: 0 0 12px 0;
  line-height: 100%;
}
#related_post ul {
  margin: 0 -10px 0 0;
}
#related_post li {
  display: inline-block;
  margin: 0 5px 10px 0;
  vertical-align: top;
  width: 373px;
  border: 1px solid #ccc;
  padding: 10px;
}
#related_post .image {
  float: left;
  margin: 0 15px 0 0;
  background: #fff;
}
#related_post .image img {
  width: 72px;
  height: 72px;
  display: block;
  -webkit-transition-property: opacity;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
  -moz-transition-property: opacity;
  -moz-transition-duration: 0.4s;
  -moz-transition-timing-function: ease;
  -o-transition-property: opacity;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease;
}
#related_post .image:hover img {
  opacity: 0.5;
}
#related_post .info {}
#related_post .date {
  margin: 0 0 5px 0;
  line-height: 100%;
  font-size: 12px;
  color: #999;
}
#related_post .title {
  font-size: 14px;
  margin: 0;
}
#related_post .title a {
  text-decoration: none;
  display: block;
}
/* next prev post link */
#previous_next_post {
  margin: 0 0 40px 0;
  padding: 0;
  border-top: 1px solid #ccc;
}
#previous_next_post p {
  margin: 0;
  padding: 0;
}
#previous_next_post a {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#previous_post a {
  margin: 0;
  width: 50%;
  float: left;
  border-right: 1px solid #ccc;
  line-height: 140%;
  font-size: 12px;
  background: url(img/common/arrow_left.gif) no-repeat left 20px;
  padding: 25px 30px;
}
#next_post a {
  margin: 0;
  left: -1px;
  position: relative;
  width: 50%;
  float: right;
  text-align: right;
  border-left: 1px solid #ccc;
  line-height: 140%;
  font-size: 12px;
  background: url(img/common/arrow_right.gif) no-repeat right 20px;
  padding: 25px 30px;
}
/* ----------------------------------------------------------------------
 product single page
---------------------------------------------------------------------- */
#product_headline a {
  text-decoration: none;
}
#product_headline a:hover {
  text-decoration: underline;
}
.product_title {
  margin: 0 0 20px 0;
}
/* slider */
#product_image_slider_wrap {
  width: 770px;
  background: #f2f2f2;
  padding: 15px;
  position: relative;
  margin: 0 0 30px 0;
}
#product_image_slider_wrap #loader {
  position: absolute;
  top: 200px;
  left: 350px;
}
#product_image_slider {
  width: 575px;
  height: 380px;
  overflow: hidden;
}
#product_image_slider img {
  width: 575px;
  height: 380px;
}
/* thumbnail */
.nivo-controlNav {
  padding: 0;
  margin: 0;
  position: absolute;
  right: 15px;
  top: 15px;
}
.nivo-controlNav a {
  cursor: pointer;
  margin: 0 0 13px 0;
  display: block;
}
.nivo-controlNav a img {
  display: block;
  opacity: 0.3;
}
.nivo-controlNav a.active img, .nivo-controlNav a:hover img {
  opacity: 1;
}
/* no slider */
#product_image {}
#product_image img {
  display: block;
  border: 15px solid #f2f2f2;
  margin: 0 auto 30px;
}
/* bookmark */
.bookmark {
  margin: 0 0 30px 0;
}
.bookmark li {
  float: left;
  margin: 0 10px 0 0;
}
/* ----------------------------------------------------------------------
 footer
---------------------------------------------------------------------- */
#return_top {
  z-index: 999;
  position: fixed;
  right: 0px;
  bottom: 25px;
  margin: 0;
  display: block;
  width: 36px;
  height: 100px;
  text-indent: -9999px;
  background: #ccc url(img/footer/return_top.png) no-repeat center;
}
#return_top:hover {}
/* basic setting */
#footer {
  clear: both;
  width: 100%;
  min-width: 1140px;
  background: #f4f4f4;
}
#footer_inner {
  width: 1140px;
  margin: 0 auto;
  position: relative;
  font-size: 11px;
  padding-top: 50px;
}
#footer a {}
#footer a:hover {}
#footer li {
  line-height: 170%;
  margin: 0 0 10px 0;
  padding: 0;
}
/* widget area */
#footer_widget {
  position: relative;
}
.footer_widget {
  margin: 0 41px 40px 0;
  width: 350px;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
}
.footer_widget.right_widget {
  margin-right: 0;
}
.footer_headline {
  font-size: 16px;
  margin: 0 0 15px 0;
  padding: 0 0 8px 0;
}
.footer_widget ul {
  margin: 0;
}
.footer_widget li ul {
  margin: 10px 0 0 0;
}
.footer_widget li {}
.footer_widget img {
  height: auto;
  max-width: 100%;
  width: auto;
}
/* copyright */
#copyright {
  width: 100%;
  min-width: 1140px;
  clear: both;
  color: #fff;
  background: #999;
  margin: 0;
}
#copyright_inner {
  width: 1140px;
  height: 50px;
  margin: 0 auto;
  positiion: relative;
  font-size: 11px;
}
#copyright a {
  text-decoration: none;
  color: #fff;
}
#copyright a:hover {
  text-decoration: underline;
}
/* menu */
#footer_menu {}
#footer_menu li { /* float:left; */ margin: 0;
  line-height: 100%;
  list-style: disc;
  color: #fff;
}
#footer_menu li a {
  text-decoration: none;
  margin: 0 0 0 0;
  padding: 0px 0px 0px 0px;
  color: #fff;
  font-size: 16px;
  line-height: normal;
}
#footer_menu li:last-child a {
  border: none;
}
#footer_menu li ul li {
  padding: 0px 0px 0px 0;
  margin: 0px 0px 0px 20px;
  list-style: circle;
}
#social_link {
  margin: 11px 0 0 15px;
  padding: 0;
  text-align: center;
  float: right;
}
#social_link li {
  display: block;
  margin: 0 0 0 5px;
  position: relative;
  background: #fff;
  border-radius: 100%;
  float: left;
}
#social_link li a {
  display: block;
  text-indent: -200px;
  overflow: hidden;
  width: 24px;
  height: 24px;
  position: relative;
  -webkit-transition-property: none;
  -moz-transition-property: none;
  -o-transition-property: none;
}
#social_link li:before {
  font-family: 'design_plus';
  color: #000;
  font-size: 12px;
  display: block;
  position: absolute;
  top: 5px;
  left: 4px;
  width: 17px;
  height: 17px;
  line-height: 17px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#social_link li.twitter:before {
  content: '\e904';
}
#social_link li.facebook:before {
  content: '\e902';
}
#social_link li.insta:before {
  content: '\ea92';
}
#social_link li.pint:before {
  content: '\e905';
}
#social_link li.flickr:before {
  content: '\eaa4';
}
#social_link li.tumblr:before {
  content: '\eab9';
}
#social_link li.rss:before {
  content: '\e90b';
}
#social_link li.twitter:hover:before {
  color: #16b9dc;
}
#social_link li.facebook:hover:before {
  color: #3B5998;
}
#social_link li.insta:hover:before {
  color: #8a3ab9;
}
#social_link li.rss:hover:before {
  color: #ffcc00;
}
#social_link li.pint:hover:before {

  color: #cb2027;
}
#social_link li.flickr:hover:before {
  color: #ff0084;
}
#social_link li.tumblr:hover:before {
  color: #34526f;
}
/* copyright */
#copyright p {
  margin: 13px 0 0 0;
  float: right;
  font-size: 12px;
}
.page_wrap {
  padding: 115px 0px 0px 0px;
  margin: 0px 0px 40px 0px;
}
.bread_area {
  background: #f1f1f1;
}
.bread_area #bread_crumb {
  padding: 5px 0px;
}
.footer_fixed_nav {
  display: none !important;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
main {
  overflow: hidden;
}
/* top */
/* メインビジュアル下ニュース */
section.whatNew {
  padding: 70px 15px 140px;
}
section.whatNew .base {
  max-width: 1140px;
  margin: 0 auto;
}
section.whatNew table {
  width: 100%;
  height: 50px;
}
section.whatNew table th {
  width: 11%;
  text-align: center;
  background: #f5a71a;
  border-radius: 50px 0 0 50px;
}
section.whatNew table th span {
  font-size: 15px;
  color: #fff;
  font-weight: bold;
  padding-left: 15px;
  position: relative;
}
section.whatNew table th span:before {
  content: "";
  background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/ic_news.png) no-repeat left top;
  background-size: 19px;
  width: 19px;
  height: 19px;
  position: absolute;
  left: -10px;
  top: -2px;
}
section.whatNew table td {
  width: 89%;
  letter-spacing: 1px;
  padding: 0 120px 0 30px;
  background: #fefbf3;
  border-radius: 0 50px 50px 0;
  position: relative;
}
section.whatNew table td a.ti {
  font-size: 14px;
  color: #4d4d4d;
  text-decoration: none;
}
section.whatNew table td a.more {
  font-size: 12px;
  color: #f5a71a;
  font-weight: bold;
  text-decoration: none;
  position: absolute;
  right: 30px;
  top: 30%;
}
/* 募集要項 */
section.recruitment {
  padding: 0 0 50px;
  background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/bg_stripe01.png) repeat left top;
  background-size: 11px;
}
section.recruitment .ti {
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
}
section.recruitment h3 {
  margin-bottom: 20px;
}
section.recruitment ul {
  overflow: hidden;
  width: 100%;
}
section.recruitment ul li {
  float: left;
  width: 33.3%;
}
/* リクルートメニュー */
section.menu {
  padding: 140px 15px 200px;
}
section.menu .charm {
  margin-bottom: 140px;
}
section.menu h2 {
  margin-bottom: 30px;
}
section.menu h3 {
  margin-bottom: 50px;
}
section.menu .col02 {
  overflow: hidden;
  max-width: 1140px;
  margin: 0 auto 30px;
}
section.menu .col02 p {
  float: left;
  width: 49%;
  margin-right: 2%;
}
section.menu .col02 p:last-child {
  margin-right: 0;
}
section.menu .col03 {
  overflow: hidden;
  max-width: 1140px;
  margin: 0 auto;
}
section.menu .col03 p {
  float: left;
  width: 32%;
  margin-right: 2%;
}
section.menu .col03 p:last-child {
  margin-right: 0;
}
/* スタッフボイス */
section.staffVoice {
  padding: 0 0 180px;
}
section.staffVoice .tiArea {
  margin-bottom: -260px;
  position: relative;
}
section.staffVoice .tiArea .ti {
  background: #f5a71a;
  padding-top: 5px;
  max-width: 630px;
}
section.staffVoice .tiArea .ti .inner {
  border-top: 1px solid #fff;
  padding: 120px 40px 120px 60px;
}
section.staffVoice .tiArea .ti .inner h2 {
  color: #fff;
  text-align: left;
}
section.staffVoice .tiArea .ti .inner h2 span {
  color: #fff;
  position: relative;
}
section.staffVoice .tiArea .ti .inner h2 span:after {
  content: "";
  background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/ic_voice01.png) no-repeat left top;
  background-size: 35px;
  width: 35px;
  height: 63px;
  position: absolute;
  right: -25px;
  bottom: -30px;
}
section.staffVoice .tiArea .sti {
  position: absolute;
  left: 700px;
  top: 0;
}
section.staffVoice .tiArea .sti .ic {
  text-align: right;
  margin-bottom: 20px;
}
section.staffVoice .tiArea .sti h3 {
  color: #fff;
  text-align: left;
  margin-bottom: 15px;
}
section.staffVoice .tiArea .sti .moreBtn {

  float: right;
}
section.staffVoice .bg {
  width: 100%;
  padding-left: 10%;
  margin-bottom: -200px;
}
section.staffVoice .bg .inner {
  width: 100%;
  height: 430px;
  background-color: #f8c25f;
  background-image: -webkit-gradient(linear, 0 0, 100% 0, color-stop(.5, #f9ca76), color-stop(.5, transparent), to(transparent));
  background-image: linear-gradient(left, #f9ca76 50%, transparent 50%, transparent);
  -webkit-background-size: 15px 15px;
  background-size: 15px 15px;
}
section.staffVoice .staffBase {
  max-width: 1170px;
  margin: 0 auto;
}
section.staffVoice .staffBase .slide_selector li {
  padding: 0 15px;
}
section.staffVoice .staffBase .slide_selector li .thumb {
  margin-bottom: -20px;
}
section.staffVoice .staffBase .slide_selector li .thumb img {
  width: 100%;
  height: auto;
}
section.staffVoice .staffBase .slide_selector li .text {
  border: 1px solid #f8c25f;
  padding: 45px 15px 25px;
  width: 90%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
section.staffVoice .staffBase .slide_selector li .text .comment {
  font-size: 17px;
  color: #4d4d4d;
  text-align: center;
  margin-bottom: 10px;
}
section.staffVoice .staffBase .slide_selector li .text .kata {
  font-size: 15px;
  color: #4d4d4d;
  text-align: center;
}
section.staffVoice .staffBase .slide_selector li .text .name {
  font-size: 15px;
  color: #4d4d4d;
  text-align: center;
  margin-bottom: 15px;
}
section.staffVoice .staffBase .slide_selector li .text .moreBtn a {
  margin: 0 auto;
}
/* ニュース */
section.news {
  padding: 0 0 140px;
}
section.news .tiArea {
  padding: 40px 15px 170px;
  background-color: #fef2dd;
  background-image: -webkit-gradient(linear, 0 0, 100% 0, color-stop(.5, #fef6e8), color-stop(.5, transparent), to(transparent));
  background-image: linear-gradient(left, #fef6e8 50%, transparent 50%, transparent);
  -webkit-background-size: 85px 85px;
  background-size: 85px 85px;
  margin-bottom: -120px;
}
section.news .tiArea .inner {
  padding: 130px 0 0;
  background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/ic_flag.png) no-repeat center top;
  background-size: 1164px;
}
section.news .tiArea .secTi {
  margin-bottom: 30px;
}
section.news .slide_selector {
  margin-bottom: 50px;
}
section.news .slide_selector li {
  width: 345px;
  padding: 0 15px;
}
section.news .slide_selector li .thumb {
  position: relative;
  margin-bottom: -30px;
}
section.news .slide_selector li .thumb img {
  width: 100%;
  height: auto;
}
section.news .slide_selector li .thumb span {
  font-size: 13px;
  color: #fff;
  position: absolute;
  right: -20px;
  top: 40%;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  letter-spacing: 2px;
}
section.news .slide_selector li .inner {
  background: #fff;
  padding: 15px 15px 0;
  width: 90%;
  position: relative;
  z-index: 2;
}
section.news .slide_selector li .inner .cat {
  overflow: hidden;
  margin-bottom: 10px;
}
section.news .slide_selector li .inner .cat a {
  display: block;
  float: left;
  font-size: 12px;
  color: #fff;
  background: #f5a71a;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 2px 5px;
  margin-right: 5px;
}
section.news .slide_selector li .inner .ti a {
  display: block;
  font-size: 14px;
  color: #000;
  margin-bottom: 15px;
}
section.news .slide_selector li .inner .more a {
  display: block;
  background: #f7f6f6;
  margin: 0 -15px;
  padding: 7px 0 7px 40px;
  text-decoration: none;
}
section.news .slide_selector li .inner .more a span {
  font-size: 12px;
  color: #f5a71a;
  position: relative;
}
section.news .slide_selector li .inner .more a span:before {
  content: "";
  background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/ic_arrow01.png) no-repeat left top;
  background-size: 16px;
  width: 16px;
  height: 16px;
  position: absolute;
  left: -25px;
  top: -1px;
}
section.news .moreBtn {
  max-width: 1140px;
  margin: 0 auto;
}
section.news .moreBtn a {
  float: right;
}
/* インスタグラム */
section.instagram {
  background: #f5a71a;
  position: relative;
  margin-bottom: 30px;
}
section.instagram .inner {
  position: relative;
  z-index: 2;
  padding: 140px 15px;
}
section.instagram .inner .base {
  max-width: 945px;
  margin: 0 auto;
}
section.instagram .tiArea {
  width: 100%;
  margin: 0 0 50px;
}
section.instagram .tiArea .ti {
  float: left;
}
section.instagram .tiArea .ti h2 {
  text-align: left;
  color: #fff;
  margin-bottom: 30px;
}
section.instagram .tiArea .ti h2 span {
  color: #fff;
  position: relative;
}
section.instagram .tiArea .ti h2 span:after {
  content: "";
  background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/ic_iine.png) no-repeat left top;
  background-size: 92px;
  width: 92px;
  height: 80px;
  position: absolute;
  right: -100px;
  top: -15px;
}
section.instagram .tiArea .ti h3 {
  text-align: left;
  color: #fff;
}
section.instagram .tiArea .btn {
  float: right;
  margin-top: 80px;
}
section.instagram .instaBase {
  max-width: 945px;
  margin: 0 auto;
}
section.instagram ul.insta {
  width: 100%;
  overflow: hidden;
}

section.instagram ul.insta li {
  float: left;
  width: 18%;
  margin: 0 2.5% 2.5% 0;
  height: auto;
  overflow: hidden;
  position: relative;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
  background: #fff;
}
section.instagram ul.insta li:before {
  padding-top: 100%;
  content: "";
  display: block;
}
section.instagram ul.insta li:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
}
section.instagram ul.insta li img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
section.instagram .link {
  text-align: right;
}
section.instagram .link a {
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
  text-decoration: none;
}
section.instagram .link a span {
  font-size: 16px;
  color: #fff;
  letter-spacing: 1px;
  position: relative;
  padding-right: 30px;
}
section.instagram .link a span:after {
  content: "";
  background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/ic_search.png) no-repeat left top;
  background-size: 20px;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  top: -3px;
}
section.instagram .bg01 {
  background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/bg_stripe02.png) repeat left top;
  background-size: 10px;
  width: 347px;
  height: 376px;
  position: absolute;
  left: 0;
  top: 0;
}
section.instagram .bg02 {
  background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/bg_stripe02.png) repeat left top;
  background-size: 10px;
  width: 347px;
  height: 347px;
  position: absolute;
  right: 0;
  top: 40%;
}
section.instagram .bg03 {
  background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/bg_stripe02.png) repeat left top;
  background-size: 10px;
  width: 347px;
  height: 347px;
  position: absolute;
  left: 10%;
  bottom: 0;
}
/* ムービー */
section.movie {
  padding: 200px 15px;
}
section.movie .inner {
  text-align: center;
}
section.movie .inner h2 {
  color: #ff7692;
  margin-bottom: 30px;
}
section.movie .inner h2 span.color01 {
  color: #ff7692;
}
section.movie .inner h2 span.color02 {
  color: #f7d359;
}
section.movie .inner h2 span.color03 {
  color: #74aac5;
}
section.movie .inner h2 span.color04 {
  color: #84b4b7;
}
section.movie .inner h2 span.color05 {
  color: #a8c368;
}
section.movie .inner .movie_cap {
  padding-bottom: 20px;
}
section.movie .inner .movie_cap strong {
  font-size: 17px;
  color: #4d4d4d;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 1px;
  line-height: 2em;
}
section.movie .inner .movie_cap {
  font-size: 15px;
  color: #4b4b4b;
}
section.movie .inner .movieWrap {
  position: relative;
  max-width: 945px;
  margin: 0 auto;
}
section.movie .inner .movieWrap video {
  max-width: 100%;
  width: 900px;
  margin: 0 auto;
  display: block;
}
section.movie .inner .movieWrap:before {
  content: "";
  background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/bg_curtain.png) no-repeat left top;
  background-size: 429px;
  width: 429px;
  height: 592px;
  position: absolute;
  left: -100px;
  top: -150px;
  z-index: -1;
}
section.movie .inner .movieWrap:after {
  content: "";
  background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/bg_curtain.png) no-repeat left top;
  background-size: 429px;
  width: 429px;
  height: 592px;
  position: absolute;
  right: -100px;
  top: -150px;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
  filter: FlipH;
  -ms-filter: "FlipH";
  z-index: -1;
}
@media only screen and (max-width: 1155px) and (min-width: 768px) {
  section.movie .inner .movieWrap:before {
    content: "";
    background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/bg_curtain.png) no-repeat left top;
    background-size: 215px;
    width: 215px;
    height: 296px;
    position: absolute;
    left: -10px;
    top: -200px;
    z-index: -1;
  }
  section.movie .inner .movieWrap:after {
    content: "";
    background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/bg_curtain.png) no-repeat left top;
    background-size: 215px;
    width: 215px;
    height: 296px;
    position: absolute;
    right: -10px;
    top: -200px;
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
    filter: FlipH;
    -ms-filter: "FlipH";
    z-index: -1;
  }
}
@media only screen and (max-width: 1120px) and (min-width: 768px) {
  section.staffVoice .tiArea {
    margin-bottom: -250px;
  }
  section.staffVoice .tiArea .sti {
    position: relative;
    left: 0;
    padding: 30px 15px 0;
    max-width: 800px;
    margin: 0 auto;
  }
  section.staffVoice .tiArea .sti .ic {
    position: absolute;
    right: 0;
    top: -150px;
  }
  section.staffVoice .tiArea .sti h3 {
    text-align: center;
  }
  section.staffVoice .tiArea .sti .moreBtn {
    float: none;
  }
  section.staffVoice .tiArea .sti .moreBtn a {
    margin: 0 auto;
  }
  section.staffVoice .bg {
    padding-left: 0;
    margin-bottom: -100px;
  }
}
@media only screen and (min-width: 768px) {
  section.instagram ul.insta li:nth-child(5n) {
    margin-right: 0;
  }
}


/* もっと見るボタン */
.moreBtn a {
  display: block;
  font-size: 12px;
  color: #f5a71a;
  font-weight: bold;
  text-align: center;
  width: 145px;
  padding: 12px 0;
  background: #fef6e8;
  text-decoration: none;
  -webkit-border-radius: 36px;
  border-radius: 36px;
  position: relative;
}
.moreBtn a:before {
  content: "";
  background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/ic_arrow01.png) no-repeat left top;
  background-size: 16px;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 15px;
  top: 30%;
}
/* パンくず */
.pankuzu {
  max-width: 1140px;
  margin: 0 auto 40px;
}
.pankuzu ul {
  padding: 0 15px;
}
.pankuzu ul li {
  float: left;
  font-size: 14px;
  color: #f7b948;
  margin-right: 25px;
}
.pankuzu ul li:first-child a {
  padding-left: 25px;
}
.pankuzu ul li:last-child {
  margin-right: 0;
}
.pankuzu ul li a {
  font-size: 14px;
  color: #f7b948;
  position: relative;
}
.pankuzu ul li:first-child a:before {
  content: "";
  background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/ic_top.png) no-repeat left top;
  background-size: 18px;
  width: 18px;
  height: 17px;
  position: absolute;
  left: 0;
  top: -2px;
}
.pankuzu ul li a:after {
  content: ">";
  font-size: 14px;
  color: #f7b948;
  position: absolute;
  right: -18px;
  top: 0;
  line-height: 14px;
}
/* エントリーはこちら */
section.entry {
  background: #ff7692;
  padding: 5px;
}
section.entry .inner {
  border: 1px solid #fff;
  padding: 70px 15px;
}
section.entry .tiArea {
  overflow: hidden;
  max-width: 1000px;

  margin: 0 auto 40px;
}
section.entry .tiArea .ti {
  float: left;
  width: 46%;
}
section.entry .tiArea .btn {
  float: right;
  width: 50%;
  margin-top: 15px;
}
section.entry .cap {
  font-size: 17px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1px;
}
/* フッター */
footer {
  padding: 70px 15px 0;
}
footer .base {
  max-width: 1140px;
  margin: 0 auto;
}
footer .base .lineArea {
  margin-bottom: 40px;
  width: 100%;
}
footer .base .lineArea .text {
  float: left;
  font-size: 15px;
  color: #4b4b4b;
  padding-left: 80px;
  position: relative;
}
footer .base .lineArea .text:before {
  content: "";
  background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/ic_line01.png) no-repeat left top;
  background-size: 58px;
  width: 58px;
  height: 55px;
  position: absolute;
  left: 0;
  top: -2px;
}
footer .base .lineArea .btn a {
  float: right;
  display: block;
  width: 300px;
  background: #01b802;
  padding: 15px 0;
  text-align: center;
  -webkit-border-radius: 44px;
  border-radius: 44px;
  text-decoration: none;
}
footer .base .lineArea .btn a span {
  font-size: 14px;
  color: #fff;
  position: relative;
}
footer .base .lineArea .btn a span:before {
  content: "";
  background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/ic_line02.png) no-repeat left top;
  background-size: 24px;
  width: 24px;
  height: 23px;
  position: absolute;
  left: -40px;
  top: -4px;
}
footer .base .naviArea {
  padding-top: 50px;
  margin-bottom: 50px;
  width: 100%;
  border-top: 1px solid #f5a71a;
  overflow: hidden;
}
footer .base .naviArea .logo {
  float: left;
  width: 20%;
  margin-right: 5%;
}
footer .base .naviArea .logo p {
  margin-bottom: 20px;
}
footer .base .naviArea .logo .snsBtn a {
  display: inline-block;
  margin: 0 5px;
}
footer .base .naviArea .navi {
  float: left;
  width: 42%;
  margin-right: 7%;
  overflow: hidden;
}
footer .base .naviArea .navi ul {
  float: left;
  width: 47%;
  margin-right: 6%;
}
footer .base .naviArea .navi ul:last-child {
  margin-right: 0;
}
footer .base .naviArea .navi ul li a {
  display: block;
  font-size: 14px;
  color: #4b4b4b;
  border-bottom: 1px solid #fad38c;
  padding: 10px 0 10px 40px;
  text-decoration: none;
  position: relative;
}
footer .base .naviArea .navi ul li a:before {
  content: "";
  background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/ic_arrow01.png) no-repeat left top;
  background-size: 13px;
  width: 13px;
  height: 13px;
  position: absolute;
  left: 15px;
  top: 33%;
}
footer .base .naviArea .navi ul li.row02 {
  display: block;
  font-size: 14px;
  color: #4b4b4b;
  border-bottom: 1px solid #fad38c;
  padding: 10px 0 10px 40px;
  position: relative;
}
footer .base .naviArea .navi ul li.row02:before {
  content: "";
  background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/ic_arrow01.png) no-repeat left top;
  background-size: 13px;
  width: 13px;
  height: 13px;
  position: absolute;
  left: 15px;
  top: 13px;
}
footer .base .naviArea .navi ul li.row02 a:before {
  display: none;
}
footer .base .naviArea .navi ul li.row02 a {
  display: inline-block;
  border-bottom: none;
  padding: 0;
}
footer .base .naviArea .bn {
  float: left;
  width: 26%;
}
footer .base .naviArea .bn dl dt {
  margin-bottom: 10px;
}
footer .base .naviArea .bn dl dd a {
  display: block;
  font-size: 14px;
  color: #4b4b4b;
  padding: 0 0 0 27px;
  position: relative;
}
footer .base .naviArea .bn dl dd a:before {
  content: "";
  background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/ic_link01.png) no-repeat left top;
  background-size: 16px;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 2px;
}
footer .base .otherNavi {
  text-align: center;
  margin-bottom: 20px;
}
footer .base .otherNavi li {
  display: inline-block;
  margin: 0 15px;
  position: relative;
}
footer .base .otherNavi li:after {
  content: "｜";
  font-size: 14px;
  color: #4b4b4b;
  position: absolute;
  right: -25px;
  top: 0;
}
footer .base .otherNavi li a {
  font-size: 14px;
  color: #4b4b4b;
  text-decoration: none;
}
footer .copy {
  font-size: 10px;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  margin: 0 -15px;
  letter-spacing: 1px;
  background: #f5a71a;
}


.tiArea .cap {
    font-size: 14px;
    color: #4d4d4d;
    line-height: 1.8em;
    text-align: center;
    padding: 0 15px;
}

@media only screen and (min-width: 768px) {
  /* PC、スマホ切り替え */
  .pc_display {
    display: block !important;
  }
  .sp_display {
    display: none !important;
  }
  /* ストーカーボタン */
  .stalkerBtn {
    position: fixed;
    right: 15px;
    bottom: 30px;
    z-index: 999;
  }
  .stalkerBtn img {
    width: 157px;
  }
  .stalkerBtn_sp {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
	/* PC、スマホ切り替え */
	.pc_display{
		display:none !important;
	}
	.sp_display{
		display:block !important;
	}
	
	/* ストーカーボタン */
.stalkerBtn{
	display: none !important;
}
	.stalkerBtn_sp{
		position: fixed;
		width: 100%;
		z-index: 999;
		background: #ff4e79;
		border-radius: 15px 15px 0 0;
		padding: 0 15px;
		-webkit-transition: 0.5s all;
		transition: 0.5s all;
	}
	.stalkerBtn_sp img{
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}
	
	/* パンくず */
.pankuzu{
	margin: 0 auto 25px;
}

/* エントリーはこちら */
section.entry .inner{
	padding: 50px 15px;
}
section.entry .tiArea{
	margin: 0 auto 30px;
}
section.entry .tiArea .ti{
	float: none;
	width: 100%;
}
section.entry .tiArea .btn{
	float: none;
	width: 100%;
	margin-top: 20px;
}
section.entry .cap{
	font-size: 15px;
}
	
	/* ウェルカム */
section.welcome{
	padding: 15px 15px 30px;
	margin-bottom: 30px;
}
section.welcome .base .otoiawase{
	padding: 30px 15px;
	margin-bottom: 20px;
}
section.welcome .base .otoiawase .pic{
	float: none;
	width: 100%;
}
	section.welcome .base .otoiawase .pic img{
	max-width: 80%;
	}
section.welcome .base .otoiawase .text{
	float: none;
	width: 100%;
}
section.welcome .base .otoiawase .text dl dt{
	font-size: 18px;
	text-align: center;
}
section.welcome .base .otoiawase .text dl dd{
	text-align: center;
}
section.welcome .base .otoiawase .text ul li a{
	float: none;
	width: 100%;
}
section.welcome .base .otoiawase .text ul li.mail a{
	margin: 0 0 10px;
}
section.welcome .base .ti{
	font-size: 18px;
	margin-bottom: 20px;
}
section.welcome .base ul.bn li{
	float: none;
	width: 100%;
	margin: 0 0 10px;
}
	section.welcome .base ul.bn li:last-child{
		margin-bottom: 0;
	}
	
	/* スタッフ */
	section.pick_up_staff{
		padding: 190px 0 60px;
	}
	section.pick_up_staff .box-ttl{
		margin-bottom: 30px;
	}
	section.pick_up_staff .box-ttl .in:before{
		left: 0;
		right: 0;
		top: -140px;
		transform: translateY(0);
		margin-left: auto;
		margin-right: auto;
	}
	section.pick_up_staff .box-ttl .ttl{
		padding-left: 0;
	}
	section.pick_up_staff .box-ttl .ttl span{
		font-size: 26px;
		letter-spacing: 1px;
	}
	section.pick_up_staff ul{
		margin: 0 auto 50px;
	}
	section.pick_up_staff ul li{
		font-size: 15px;
		letter-spacing: 0;
		border-radius: 100px;
		padding: 20px 20px 20px 60px;
		margin-bottom: 15px;
	}
	section.pick_up_staff ul li:before{
		left: 25px;
	}
	section.pick_up_staff ul li:nth-child(2n-1):before{
		background: url(../img/common/ic_adorable01.png) no-repeat left top;
		background-size: 22px;
		width: 22px;
		height: 22px;
	}
	section.pick_up_staff ul li:nth-child(2n):before{
		background: url(../img/common/ic_adorable02.png) no-repeat left top;
		background-size: 22px;
		width: 22px;
		height: 22px;
	}
	section.pick_up_staff ul li span{
		font-size: 18px;
	}

/* フッター */
footer{
	padding: 40px 15px 0;
}
footer .base .lineArea .text{
	float: none;
	padding: 65px 0 0;
	margin-bottom: 20px;
	text-align: center;
}
footer .base .lineArea .text:before{
	position: absolute;
	left: -webkit-calc(50% - 29px);
	left: calc(50% - 29px);
	top: 0;
}
footer .base .lineArea .btn a{
	float: none;
	width: auto;
	max-width: 345px;
	margin: 0 auto;
}
footer .base .naviArea{
	padding-top: 40px;
	margin-bottom: 30px;
}
footer .base .naviArea .logo{
	float: none;
	width: 100%;
	margin: 0 0 20px;
}
footer .base .naviArea .logo p{
	text-align: center;
}
	footer .base .naviArea .logo p img{
		width: 200px;
	}
footer .base .naviArea .logo .snsBtn{
	text-align: center;
}
footer .base .naviArea .navi{
	float: none;
	width: 100%;
	margin: 0 0 20px;
}
footer .base .naviArea .navi ul{
	float: none;
	width: 100%;
	margin-right: 0;
}
footer .base .naviArea .bn{
	float: none;
	width: 100%;
}
	footer .base .h1Text{
		font-size: 12px;
		color: #ababab;
		margin-bottom: 20px;
	}
footer .base .otherNavi{
	overflow: hidden;
}
footer .base .otherNavi li{
	display: block;
	margin: 0;
}
footer .base .otherNavi li a{
	float: left;
	width: 50%;
	position: relative;
	font-size: 14px;
	color: #4b4b4b;
	text-decoration: none;
}
footer .base .otherNavi li a:after{
	content: "｜";
	font-size: 14px;
	color: #4b4b4b;
	position: absolute;
	right: -10px;
	top: 0;
}
footer .base .otherNavi li:nth-child(2n) a:after{
		display: none;
	}
	
}
@media only screen and (max-width: 767px) {
  /* ページ内共通 */
  h2 {
    letter-spacing: 1px;
  }
  h2 span {
    font-size: 35px;
  }
  h3 {
    font-size: 15px;
  }
  /* メインビジュアル下ニュース */
  section.whatNew {
    padding: 30px 15px 70px;
  }
  section.whatNew table {
    display: block;
    height: auto;
  }
  section.whatNew table tr, section.whatNew table tbody {
    display: block;
    width: 100%;
  }
  section.whatNew table th {
    display: block;
    width: 100%;
    border-radius: 15px 15px 0 0;
    padding: 10px 0;
  }
  section.whatNew table th span:before {
    content: "";
    background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/ic_news.png) no-repeat left top;
    background-size: 19px;
    width: 19px;
    height: 19px;
    position: absolute;
    left: -10px;
    top: -2px;
  }
  section.whatNew table td {
    display: block;
    width: 100%;
    padding: 15px;
    border-radius: 0 0 15px 15px;
  }
  /* 募集要項 */
  section.recruitment .ti {
    max-width: 320px;
    margin: 0 auto;
    padding: 0 15px;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  section.recruitment ul li {
    float: none;
    width: 100%;
  }
  section.recruitment ul li:first-child {
    margin-bottom: -4.5%;
  }
  /* リクルートメニュー */
  section.menu {
    padding: 50px 15px 90px;
  }
  section.menu .charm {
    margin: 0 -15px 70px;
  }
  section.menu h3 {
    margin-bottom: 30px;
  }
  section.menu .col02 {
    margin: 0 auto 10px;
  }
  section.menu .col02 p {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  section.menu .col02 p:last-child {
    margin-bottom: 0;
  }
  section.menu .col03 p {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  section.menu .col03 p:last-child {
    margin-bottom: 0;
  }
  /* スタッフボイス */
  section.staffVoice {
    padding: 0 15px 90px;
  }
  section.staffVoice .tiArea {
    margin-bottom: -250px;
  }
  section.staffVoice .tiArea .ti {
    max-width: 345px;
    margin: 0 auto 20px;
  }
  section.staffVoice .tiArea .ti .inner {
    padding: 40px 15px;
    position: relative;
  }
  section.staffVoice .tiArea .ti .inner .ic {
    position: absolute;
    right: -5px;
    top: -45px;
  }
  section.staffVoice .tiArea .ti .inner h2 {
    text-align: center;
  }
  section.staffVoice .tiArea .ti .inner h2 span:after {
    content: "";
    background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/ic_voice01.png) no-repeat left top;
    background-size: 25px;
    width: 25px;
    height: 50px;
    position: absolute;
    right: -30px;
    bottom: 10px;

  }
  section.staffVoice .tiArea .sti {
    position: static;
  }
  section.staffVoice .tiArea .sti h3 {
    text-align: center;
  }
  section.staffVoice .tiArea .sti .moreBtn {
    float: none;
  }
  section.staffVoice .tiArea .sti .moreBtn a {
    margin: 0 auto;
  }
  section.staffVoice .bg {
    width: auto;
    padding-left: 0;
    margin: 0 -15px -130px;
  }
  section.staffVoice .staffBase .slide_selector {
    margin: 0 -15px;
  }
  section.staffVoice .staffBase .slide_selector li {
    padding: 0 7px;
  }
  section.staffVoice .staffBase .slide_selector li .text {
    padding: 35px 15px 25px;
  }
  section.staffVoice .staffBase .slide_selector li .text .comment {
    font-size: 16px;
  }
  section.staffVoice .slick-prev {
    width: 46px;
    height: 46px;
    left: 10px;
    top: 28%;
    position: absolute;
    z-index: 999;
  }
  section.staffVoice .slick-next {
    width: 46px;
    height: 46px;
    top: 28%;
    position: absolute;
    z-index: 999;
    right: 10px;
  }
  section.staffVoice .slick-prev:before {
    content: "" !important;
  }
  section.staffVoice .slick-prev:after {
    content: "" !important;
    background: url(/* ----------------------------------------------------------------------

 pc style setting

---------------------------------------------------------------------- */
* {
  font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #333333;
  line-height: 1.6em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
}
body {/* ----------------------------------------------------------------------

 pc style setting

---------------------------------------------------------------------- */
* {
  font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #333333;
  line-height: 1.6em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
}
body {
  margin: 0;
  padding: 0;
  font-family: "Century Gothic", Arial, sans-serif;
  color: #333;
}
.img-responsive {
  max-width: 100%;
  height: auto;
}

h3 {
    font-size: 17px;
    color: #4d4d4d;
    font-weight: bold;
    text-align: center;
    letter-spacing: 1px;
}

/* ヘッダー トップ用 */
@media only screen and (min-width: 1200px) {
  .home header h1 {
    margin: 0;
    position: absolute;
    left: 15px;
    top: 10px;
  }
}
@media only screen and (max-width: 1199px) {
  header .navWrap {
    position: absolute;
    top: 0;
    left: 0;
  }
}
  /* ページ内共通 */
  h2 {
    font-size: 10px;
    color: #f5a71a;
    letter-spacing: 2px;
    text-align: center;
  }
  h2 span {
    font-size: 55px;
    color: #f5a71a;
    font-family: 'facile_sans';
    line-height: 1em;
    letter-spacing: 10px;
  }
  h3 {
    font-size: 17px;
    color: #4d4d4d;
    font-weight: bold;
    text-align: center;
    letter-spacing: 1px;
  }
@media only screen and (min-width: 1200px) {
  /* PC、スマホ切り替え（ナビ用） */
  .pc_display_nav {
    display: block !important;
  }
  .sp_display_nav {
    display: none !important;
  }

  @media only screen and (min-width: 768px) {
    /* PC、スマホ切り替え */
    .pc_display {
      display: block !important;
    }
    .sp_display {
      display: none !important;
    }
    /* ストーカーボタン */
    .stalkerBtn {
      position: fixed;
      right: 15px;
      bottom: 30px;
      z-index: 999;
    }
    .stalkerBtn img {
      width: 157px;
    }
    .stalkerBtn_sp {
      display: none;
    }
  }
  /* ナビ */
  header {
    position: relative;
  }
  header h1 {
    font-size: 12px;
    color: #f5a71a;
    letter-spacing: 1px;
    margin: 10px 0 0 15px;
  }
  header .navWrap {
    max-width: 1100px;
    margin: 0 auto;
    padding: 30px 0;
    background: #fff;
  }
  header .navWrap .logo {
    float: left;
    width: 161px;
  }
  header .navWrap .nav-toggle {
    display: none;
  }
  header .navWrap #gnav {
    float: right;
    width: 900px;
  }
  header .navWrap #gnav ul.navi {
    float: left;
    width: 830px;
  }
  header .navWrap #gnav ul.navi li {
    float: left;
    width: 14.285%;
  }
  header .navWrap #gnav ul.navi li a {
    display: block;
    text-decoration: none;
    text-align: center;
    position: relative;
    padding-top: 40px;
  }
  header .navWrap #gnav ul.navi li a:after {
    content: "";
    width: 1px;
    height: 24px;
    background: #e5e5e5;
    position: absolute;
    right: 0;
    top: 27%;
  }
  header .navWrap #gnav ul.navi li a span {
    font-size: 12px;
    color: #4d4d4d;
    font-weight: bold;
    letter-spacing: 1px;
    position: relative;
  }
  header .navWrap #gnav ul.navi li a.active span {
    color: #f5a71a;
  }
  header .navWrap #gnav ul.navi li.top a span:before {
    content: "";
    background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/ic_gnavTop_off.png) no-repeat left top;
    background-size: 45px;
    width: 45px;
    height: 40px;
    position: absolute;
    top: -50px;
    left: -webkit-calc(50% - 22px);
    left: calc(50% - 22px);
  }
  header .navWrap #gnav ul.navi li.top a.active span:before {
    background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/ic_gnavTop_off.png) no-repeat left top;
    background-size: 45px;
  }
  header .navWrap #gnav ul.navi li.concept a span:before {
    content: "";
    background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/ic_gnavConcept_off.png) no-repeat left top;
    background-size: 45px;
    width: 45px;
    height: 40px;
    position: absolute;
    top: -50px;
    left: -webkit-calc(50% - 22px);
    left: calc(50% - 22px);
  }
  header .navWrap #gnav ul.navi li.concept a.active span:before {
    background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/ic_gnavConcept_on.png) no-repeat left top;
    background-size: 45px;
  }
  header .navWrap #gnav ul.navi li.media a span:before {
    content: "";
    background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/ic_gnavMedia_off.png) no-repeat left top;
    background-size: 45px;
    width: 45px;
    height: 40px;
    position: absolute;
    top: -50px;
    left: -webkit-calc(50% - 22px);
    left: calc(50% - 22px);
  }
  header .navWrap #gnav ul.navi li.media a.active span:before {
    background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/ic_gnavMedia_on.png) no-repeat left top;
    background-size: 45px;
  }
  header .navWrap #gnav ul.navi li.works a span:before {
    content: "";
    background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/ic_gnavWorks_off.png) no-repeat left top;
    background-size: 45px;
    width: 45px;
    height: 40px;
    position: absolute;
    top: -50px;
    left: -webkit-calc(50% - 22px);
    left: calc(50% - 22px);
  }
  header .navWrap #gnav ul.navi li.works a.active span:before {
    background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/ic_gnavWorks_on.png) no-repeat left top;
    background-size: 45px;
  }
  header .navWrap #gnav ul.navi li.staff a span:before {
    content: "";
    background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/ic_gnavStaff_off.png) no-repeat left top;
    background-size: 45px;
    width: 45px;
    height: 40px;
    position: absolute;
    top: -50px;
    left: -webkit-calc(50% - 22px);
    left: calc(50% - 22px);
  }
  header .navWrap #gnav ul.navi li.staff a.active span:before {
    background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/ic_gnavStaff_on.png) no-repeat left top;
    background-size: 45px;
  }
  header .navWrap #gnav ul.navi li.news a span:before {
    content: "";
    background: url(https://www.elve-recruit.com/wp-content/uploads/2021/05/ic_gnavNews_on.png) no-repeat left top;
    background-size: 45px;
    width: 45px;
    height: 40px;
    position: absolute;
    top: -50px;
    left: -webkit-calc(50% - 22px);
    left: calc(50% - 22px);
  }
  header .navWrap #gnav ul.navi li.news a.active span:before {
    background: url(https://www.elve-recruit.com/wp-content/uploads/2021/05/ic_gnavNews_on.png) no-repeat left top;
    background-size: 45px;
  }
  header .navWrap #gnav ul.navi li.q_a a span:before {
    content: "";
    background: url(https://www.elve-recruit.com/wp-content/uploads/2024/01/ic_gnavNews_on2.png) no-repeat left top;
    background-size: 45px;
    width: 45px;
    height: 40px;
    position: absolute;
    top: -50px;
    left: -webkit-calc(50% - 22px);
    left: calc(50% - 22px);
  }
  header .navWrap #gnav ul.navi li.q_a a.active span:before {
    background: url(https://www.elve-recruit.com/wp-content/uploads/2024/01/ic_gnavNews_on2.png) no-repeat left top;
    background-size: 45px;
  }
  header .navWrap #gnav ul.navi li.blog a span:before {
    content: "";
    background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/ic_gnavBlog_off.png) no-repeat left top;
    background-size: 45px;
    width: 45px;
    height: 40px;
    position: absolute;
    top: -50px;
    left: -webkit-calc(50% - 22px);
    left: calc(50% - 22px);
  }
  header .navWrap #gnav ul.navi li.blog a.active span:before {
    background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/ic_gnavBlog_on.png) no-repeat left top;
    background-size: 45px;
  }
  header .navWrap #gnav .snsBtn {
    float: right;
    margin: 15px 0 0;
  }
  header .navWrap #gnav .snsBtn a {
    display: inline-block;
    padding: 0 5px;
  }
  #overlay {
    display: none;
  }
}
@media only screen and (max-width: 1199px) {
  /* PC、スマホ切り替え（ナビ用） */
  .pc_display_nav {
    display: none !important;
  }
  .sp_display_nav {
    display: block !important;
  }
  /* ナビ */
  header .mainV {
    padding-top: 60px;
  }
  header .navWrap {
    width: 100%;
    height: 60px;


  }
  header .navWrap .logo {
    max-width: 120px;
    margin: 0 auto;
    padding-top: 10px;
  }
  .nav-toggle {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 60px;
    height: 60px;
    font-size: 0;
    text-indent: -9999px;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    z-index: 9999;
    -webkit-transition: background, 0.3s;
    transition: background, 0.3s;
  }
  .nav-toggle:focus {
    outline: none;
  }
  .nav-toggle span {
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    height: 2px;
    background: #f5a71a;
    width: 20px;
    -webkit-transition: background, 0s, 0.3s;
    transition: background, 0s, 0.3s;
  }
  .nav-toggle span::before, .nav-toggle span::after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 2px;
    background: #f5a71a;
    content: "";
    -webkit-transition-duration: 0.3s, 0.3s;
    transition-duration: 0.3s, 0.3s;
    -webkit-transition-delay: 0.3s, 0s;
    transition-delay: 0.3s, 0s;
  }
  .nav-toggle span::before {
    top: 7px;
    -webkit-transition-property: top, -webkit-transform;
    transition-property: top, transform;
  }
  .nav-toggle span::after {
    bottom: 7px;
    -webkit-transition-property: bottom, -webkit-transform;
    transition-property: bottom, transform;
  }
  .nav-toggle.opened {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9999;
  }
  .nav-toggle.opened span {
    background: none;
  }
  .nav-toggle.opened span::before {
    background: #f5a71a;
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .nav-toggle.opened span::after {
    background: #f5a71a;
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .nav-toggle.opened span::before, .nav-toggle.opened span::after {
    -webkit-transition-delay: 0s, 0.3s;
    transition-delay: 0s, 0.3s;
  }
  #gnav {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    background: #fff;
    right: -100%;
    z-index: 999;
    overflow-y: scroll;
    -webkit-transition: all, ease 0.3s;
    transition: all, ease 0.3s;
    padding: 0 15px 30px;
  }
  #gnav.active {
    right: 0;
  }
  #gnav .logoNav {
    max-width: 120px;
    margin: 10px auto 20px;
  }
  #gnav ul.navi {
    margin-bottom: 15px;
  }
  #gnav ul.navi li a {
    display: block;
    font-size: 14px;
    color: #4b4b4b;
    border-bottom: 1px solid #fad38c;
    padding: 10px 0 10px 40px;
    text-decoration: none;
    position: relative;
  }
  #gnav ul.navi li a:before {
    content: "";
    background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/ic_arrow01.png) no-repeat left top;
    background-size: 13px;
    width: 13px;
    height: 13px;
    position: absolute;
    left: 15px;
    top: 33%;
  }
  #gnav ul.navi li.row02 {
    display: block;
    font-size: 14px;
    color: #4b4b4b;
    border-bottom: 1px solid #fad38c;
    padding: 10px 0 10px 40px;
    position: relative;
  }
  #gnav ul.navi li.row02:before {
    content: "";
    background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/ic_arrow01.png) no-repeat left top;
    background-size: 13px;
    width: 13px;
    height: 13px;
    position: absolute;
    left: 15px;
    top: 13px;
  }
  #gnav ul.navi li.row02 a:before {
    display: none;
  }
  #gnav ul.navi li.row02 a {
    display: inline-block;
    border-bottom: none;
    padding: 0;
  }
  #gnav .otherNavi {
    text-align: center;
    margin-bottom: 15px;
    overflow: hidden;
  }
  #gnav .otherNavi li a {
    float: left;
    width: 50%;
    position: relative;
    font-size: 14px;
    color: #4b4b4b;
    text-decoration: none;
  }
  #gnav .otherNavi li a:after {
    content: "｜";
    font-size: 14px;
    color: #4b4b4b;
    position: absolute;
    right: -10px;
    top: 0;
  }
  #gnav .otherNavi li:nth-child(2n) a:after {
    display: none;
  }
  #gnav .ctaBtn {
    width: 100%;
    overflow: hidden;
    margin-bottom: 15px;
  }
  #gnav .ctaBtn li {
    float: left;
    width: 49%;
    margin-right: 2%;
  }
  #gnav .ctaBtn li:last-child {
    margin-right: 0;
  }
  #gnav .snsBtn {
    text-align: center;
    margin-bottom: 15px;
  }
  #gnav .snsBtn a {
    display: inline-block;
    margin: 0 7px;
  }
  #gnav dl.bn dt {
    margin-bottom: 10px;
  }
  #gnav dl.bn dd a {
    display: block;
    padding: 0 0 0 27px;
    text-align: center;
  }
  #gnav dl.bn dd a span {
    font-size: 14px;
    color: #4b4b4b;
    position: relative;
  }
  #gnav dl.bn dd a span:before {
    content: "";
    background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/ic_link01.png) no-repeat left top;
    background-size: 16px;
    width: 16px;
    height: 16px;
    position: absolute;
    left: -23px;
    top: -1px;
  }
}
/* ----------------------------------------------------------------------
 archive
---------------------------------------------------------------------- */
/* product */
#product_list {
  position: relative;
  margin: 0 0 10px 0;
}
#product_list {
  margin: 0 -28px 0 0;
  padding: 0;
}
#product_list li {
  list-style-type: none;
  margin: 0 23px 20px 0;
  padding: 0;
  vertical-align: top;
  width: 248px;
  display: inline-block;
}
#product_list li .image {
  display: block;
  background: #fff;
}
#product_list li .image img {
  display: block;
  width: 248px;
  height: 190px;
  border: 1px solid #ccc;
  -webkit-transition-property: opacity;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
  -moz-transition-property: opacity;
  -moz-transition-duration: 0.4s;
  -moz-transition-timing-function: ease;
  -o-transition-property: opacity;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#product_list li .image:hover img {
  opacity: 0.5;
}
#product_list li .title {
  font-size: 14px;
  margin: 0 0 10px 0;
}
#product_list li .title a {
  text-decoration: none;
  display: block;
  padding: 10px;
  background: #999;
  color: #fff;
  height: 40px;
  overflow: hidden;
  -webkit-transition-property: background;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
  -moz-transition-property: background;
  -moz-transition-duration: 0.4s;
  -moz-transition-timing-function: ease;
  -o-transition-property: background;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease;
}
#product_list li .title a:hover {
  background: #333;
}
/* news */
#news_list {
  position: relative;
}
#news_list {
  margin: 0 0 40px 0;
  padding: 0;
}
#news_list li {
  list-style-type: none;
  margin: 0 0 2px 0;
  padding: 5px;
  background: #f2f2f2;
  font-size: 13px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#news_list li .date {
  margin: 0 10px 0 0;
  font-size: 12px;
  line-height: 100%;
  background: #999;
  color: #fff;
  padding: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  float: left;
  width: 70px;
  text-align: center;
}
#news_list li .title {
  float: left;
  width: 690px;
  line-height: 150%;
  padding: 7px 0;
  margin: 0;
}
#news_list li .title a {
  display: block;
  text-decoration: none;
}
/* blog */
#post_list {
  margin: 0;
  padding: 0;
}
#post_list li {
  border-bottom: 1px dotted #aaa;
  margin: 0 0 25px 0;
  padding: 0 0 15px 0;
}
#post_list .image {
  float: right;
  background: #fff;
}
#post_list .image img {
  display: block;
  -webkit-transition-property: opacity;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
  -moz-transition-property: opacity;
  -moz-transition-duration: 0.4s;
  -moz-transition-timing-function: ease;
  -o-transition-property: opacity;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease;
}
#post_list .image:hover img {
  opacity: 0.5
}
#post_list .info {
  float: left;
  width: 510px;
}
#post_list .no_thumbnail .info {
  float: none;
  width: auto;
}
#post_list .post_date {
  font-size: 12px;
  width: 54px;
  height: 54px;
  text-align: center;
  margin: 0 15px 15px 0;
  line-height: 100%;
  float: left;
  background: #bbb;
  position: relative;
}
#post_list .date {
  color: #fff;
  display: block;
  position: absolute;
  top: 10px;
  width: 54px;
}
#post_list .month {
  color: #fff;
  display: block;
  position: absolute;
  bottom: 10px;
  width: 54px;
}
#post_list .title {
  font-size: 16px;
  line-height: 180%;
  margin: 0 0 15px 0;
}
#post_list .title a {
  text-decoration: none;
}
#post_list .title a:hover {
  text-decoration: underline;
}
#post_list .desc {
  clear: both;
}
#post_list ul {
  margin: 0;
}
#post_list li li {
  border: none;
  margin: 0 25px 5px 0;
  padding: 0;
  float: left;
  font-size: 12px;
}
#post_list li.meta_category {
  background: url(img/common/icon_category.png) no-repeat left 3px;
  padding-left: 15px;
}
#post_list li.meta_tag {
  background: url(img/common/icon_tag.png) no-repeat left 3px;
  padding-left: 15px;
}
#post_list li.meta_comment {
  background: url(img/common/icon_comment.png) no-repeat left 3px;
  padding-left: 15px;
}
#post_list li.meta_author {
  background: url(img/common/icon_author.png) no-repeat left 3px;
  padding-left: 15px;
}
/* ----------------------------------------------------------------------
 single post page
---------------------------------------------------------------------- */
.post {
  margin: 0 0 10px 0;
}
/* title */
#post_title {
  margin: 0 0 25px 0;
}
#post_title h2 {
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 160%;
}
#post_title .post_date {
  font-size: 12px;
  width: 54px;
  height: 54px;
  text-align: center;
  margin: 0 15px 5px 0;
  line-height: 100%;
  float: left;
  background: #bbb;
  position: relative;
}
#post_title .date {
  color: #fff;
  display: block;
  position: absolute;
  top: 10px;
  width: 54px;
}
#post_title .month {
  color: #fff;
  display: block;
  position: absolute;
  bottom: 10px;
  width: 54px;
}
/* post thumbnail */
.post_image {
  text-align: center;
  margin: 0 0 30px 0;
}
.post_image img {
  margin: 0;
  width: 100%;
  height: auto;
}
/* next page */
#post_pagination {
  margin: 0 0 30px 0;
}
#post_pagination h5 {
  margin: 0 10px 0 0;
  float: left;
  line-height: 30px;
  font-size: 12px;
}
#post_pagination a, #post_pagination p {
  float: left;
  display: inline-block;
  background: #eee;
  margin: 0 5px 0 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
  color: #333;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 12px;
}
#post_pagination p {
  background: #999;
  color: #fff;
}
#post_pagination a:hover {
  background: #00a2d9;
  color: #fff;
}
/* meta and bookmark */
#post_meta {
  border-top: 1px dotted #aaa;
  margin: 0 0 20px 0;
  padding: 15px 0;
}
#post_meta #meta {
  float: left;
  width: 60%;
  margin: 0;
  font-size: 12px;
}
#post_meta #meta li {
  padding: 0;
  margin: 0 0 6px 0;
  line-height: 160%;
}
#post_meta #meta li.meta_author {
  background: url(img/common/icon_author.png) no-repeat left 5px;
  padding: 0 0 0 18px;
}
#post_meta #meta li.meta_comment {
  background: url(img/common/icon_comment.png) no-repeat left 5px;
  padding: 0 0 0 18px;
}
#post_meta #meta li.meta_category {
  background: url(img/common/icon_category.png) no-repeat 3px 4px;
  padding: 0 0 0 18px;
}
#post_meta #meta li.meta_tag {
  background: url(img/common/icon_tag.png) no-repeat left 5px;
  padding: 0 0 0 18px;
}
#post_meta .bookmark {
  float: right;
  margin: 0;
}
#post_meta .bookmark li {
  float: left;
  margin: 0 0 0 10px;
}
/* related post*/
#related_post {
  margin: 0 0 35px 0;
}
#related_post .headline {
  font-size: 18px;
  margin: 0 0 12px 0;
  line-height: 100%;
}
#related_post ul {
  margin: 0 -10px 0 0;
}
#related_post li {
  display: inline-block;
  margin: 0 5px 10px 0;
  vertical-align: top;
  width: 373px;
  border: 1px solid #ccc;
  padding: 10px;
}
#related_post .image {
  float: left;
  margin: 0 15px 0 0;
  background: #fff;
}
#related_post .image img {
  width: 72px;
  height: 72px;
  display: block;
  -webkit-transition-property: opacity;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
  -moz-transition-property: opacity;
  -moz-transition-duration: 0.4s;
  -moz-transition-timing-function: ease;
  -o-transition-property: opacity;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease;
}
#related_post .image:hover img {
  opacity: 0.5;
}
#related_post .info {}
#related_post .date {
  margin: 0 0 5px 0;
  line-height: 100%;
  font-size: 12px;
  color: #999;
}
#related_post .title {
  font-size: 14px;
  margin: 0;
}
#related_post .title a {
  text-decoration: none;
  display: block;
}
/* next prev post link */
#previous_next_post {
  margin: 0 0 40px 0;
  padding: 0;
  border-top: 1px solid #ccc;
}
#previous_next_post p {
  margin: 0;
  padding: 0;
}
#previous_next_post a {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#previous_post a {
  margin: 0;
  width: 50%;
  float: left;
  border-right: 1px solid #ccc;
  line-height: 140%;
  font-size: 12px;
  background: url(img/common/arrow_left.gif) no-repeat left 20px;
  padding: 25px 30px;
}
#next_post a {
  margin: 0;
  left: -1px;
  position: relative;
  width: 50%;
  float: right;
  text-align: right;
  border-left: 1px solid #ccc;
  line-height: 140%;
  font-size: 12px;
  background: url(img/common/arrow_right.gif) no-repeat right 20px;
  padding: 25px 30px;
}
/* ----------------------------------------------------------------------
 product single page
---------------------------------------------------------------------- */
#product_headline a {
  text-decoration: none;
}
#product_headline a:hover {
  text-decoration: underline;
}
.product_title {
  margin: 0 0 20px 0;
}
/* slider */
#product_image_slider_wrap {
  width: 770px;
  background: #f2f2f2;
  padding: 15px;
  position: relative;
  margin: 0 0 30px 0;
}
#product_image_slider_wrap #loader {
  position: absolute;
  top: 200px;
  left: 350px;
}
#product_image_slider {
  width: 575px;
  height: 380px;
  overflow: hidden;
}
#product_image_slider img {
  width: 575px;
  height: 380px;
}
/* thumbnail */
.nivo-controlNav {
  padding: 0;
  margin: 0;
  position: absolute;
  right: 15px;
  top: 15px;
}
.nivo-controlNav a {
  cursor: pointer;
  margin: 0 0 13px 0;
  display: block;
}
.nivo-controlNav a img {
  display: block;
  opacity: 0.3;
}
.nivo-controlNav a.active img, .nivo-controlNav a:hover img {
  opacity: 1;
}
/* no slider */
#product_image {}
#product_image img {
  display: block;
  border: 15px solid #f2f2f2;
  margin: 0 auto 30px;
}
/* bookmark */
.bookmark {
  margin: 0 0 30px 0;
}
.bookmark li {
  float: left;
  margin: 0 10px 0 0;
}
/* ----------------------------------------------------------------------
 footer
---------------------------------------------------------------------- */
#return_top {
  z-index: 999;
  position: fixed;
  right: 0px;
  bottom: 25px;
  margin: 0;
  display: block;
  width: 36px;
  height: 100px;
  text-indent: -9999px;
  background: #ccc url(img/footer/return_top.png) no-repeat center;
}
#return_top:hover {}
/* basic setting */
#footer {
  clear: both;
  width: 100%;
  min-width: 1140px;
  background: #f4f4f4;
}
#footer_inner {
  width: 1140px;
  margin: 0 auto;
  position: relative;
  font-size: 11px;
  padding-top: 50px;
}
#footer a {}
#footer a:hover {}
#footer li {
  line-height: 170%;
  margin: 0 0 10px 0;
  padding: 0;
}
/* widget area */
#footer_widget {
  position: relative;
}
.footer_widget {
  margin: 0 41px 40px 0;
  width: 350px;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
}
.footer_widget.right_widget {
  margin-right: 0;
}
.footer_headline {
  font-size: 16px;
  margin: 0 0 15px 0;
  padding: 0 0 8px 0;
}
.footer_widget ul {
  margin: 0;
}
.footer_widget li ul {
  margin: 10px 0 0 0;
}
.footer_widget li {}
.footer_widget img {
  height: auto;
  max-width: 100%;
  width: auto;
}
/* copyright */
#copyright {
  width: 100%;
  min-width: 1140px;
  clear: both;
  color: #fff;
  background: #999;
  margin: 0;
}
#copyright_inner {
  width: 1140px;
  height: 50px;
  margin: 0 auto;
  positiion: relative;
  font-size: 11px;
}
#copyright a {
  text-decoration: none;
  color: #fff;
}
#copyright a:hover {
  text-decoration: underline;
}
/* menu */
#footer_menu {}
#footer_menu li { /* float:left; */ margin: 0;
  line-height: 100%;
  list-style: disc;
  color: #fff;
}
#footer_menu li a {
  text-decoration: none;
  margin: 0 0 0 0;
  padding: 0px 0px 0px 0px;
  color: #fff;
  font-size: 16px;
  line-height: normal;
}
#footer_menu li:last-child a {
  border: none;
}
#footer_menu li ul li {
  padding: 0px 0px 0px 0;
  margin: 0px 0px 0px 20px;
  list-style: circle;
}
#social_link {
  margin: 11px 0 0 15px;
  padding: 0;
  text-align: center;
  float: right;
}
#social_link li {
  display: block;
  margin: 0 0 0 5px;
  position: relative;
  background: #fff;
  border-radius: 100%;
  float: left;
}
#social_link li a {
  display: block;
  text-indent: -200px;
  overflow: hidden;
  width: 24px;
  height: 24px;
  position: relative;
  -webkit-transition-property: none;
  -moz-transition-property: none;
  -o-transition-property: none;
}
#social_link li:before {
  font-family: 'design_plus';
  color: #000;
  font-size: 12px;
  display: block;
  position: absolute;
  top: 5px;
  left: 4px;
  width: 17px;
  height: 17px;
  line-height: 17px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#social_link li.twitter:before {
  content: '\e904';
}
#social_link li.facebook:before {
  content: '\e902';
}
#social_link li.insta:before {
  content: '\ea92';
}
#social_link li.pint:before {
  content: '\e905';
}
#social_link li.flickr:before {
  content: '\eaa4';
}
#social_link li.tumblr:before {
  content: '\eab9';
}
#social_link li.rss:before {
  content: '\e90b';
}
#social_link li.twitter:hover:before {
  color: #16b9dc;
}
#social_link li.facebook:hover:before {
  color: #3B5998;
}
#social_link li.insta:hover:before {
  color: #8a3ab9;
}
#social_link li.rss:hover:before {
  color: #ffcc00;
}
#social_link li.pint:hover:before {
  color: #cb2027;
}
#social_link li.flickr:hover:before {
  color: #ff0084;
}
#social_link li.tumblr:hover:before {
  color: #34526f;
}
/* copyright */
#copyright p {
  margin: 13px 0 0 0;
  float: right;
  font-size: 12px;
}
.page_wrap {
  padding: 115px 0px 0px 0px;
  margin: 0px 0px 40px 0px;
}
.bread_area {
  background: #f1f1f1;
}
.bread_area #bread_crumb {
  padding: 5px 0px;
}
.footer_fixed_nav {
  display: none !important;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
main {
  overflow: hidden;
}
/* top */
/* メインビジュアル下ニュース */
section.whatNew {
  padding: 70px 15px 140px;
}
section.whatNew .base {
  max-width: 1140px;
  margin: 0 auto;
}
section.whatNew table {
  width: 100%;
  height: 50px;
}
section.whatNew table th {
  width: 11%;
  text-align: center;
  background: #f5a71a;
  border-radius: 50px 0 0 50px;
}
section.whatNew table th span {
  font-size: 15px;
  color: #fff;
  font-weight: bold;
  padding-left: 15px;
  position: relative;
}
section.whatNew table th span:before {
  content: "";
  background: url(https://www.elve-recruit.com/wp-content/uploads/2021/05/ic_gnavNews_on.png) no-repeat left top;
  background-size: 19px;
  width: 19px;
  height: 19px;
  position: absolute;
  left: -10px;
  top: -2px;
}
section.whatNew table td {
  width: 89%;
  letter-spacing: 1px;
  padding: 0 120px 0 30px;
  background: #fefbf3;
  border-radius: 0 50px 50px 0;
  position: relative;
}
section.whatNew table td a.ti {
  font-size: 14px;
  color: #4d4d4d;
  text-decoration: none;
}
section.whatNew table td a.more {
  font-size: 12px;
  color: #f5a71a;
  font-weight: bold;
  text-decoration: none;
  position: absolute;
  right: 30px;
  top: 30%;
}
/* 募集要項 */
section.recruitment {
  padding: 0 0 50px;
  background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/bg_stripe01.png) repeat left top;
  background-size: 11px;
}
section.recruitment .ti {
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
}
section.recruitment h3 {
  margin-bottom: 20px;
}
section.recruitment ul {
  overflow: hidden;
  width: 100%;
}
section.recruitment ul li {
  float: left;
  width: 33.3%;
}
/* リクルートメニュー */
section.menu {
  padding: 140px 15px 200px;
}
section.menu .charm {
  margin-bottom: 140px;
}
section.menu h2 {
  margin-bottom: 30px;
}
section.menu h3 {
  margin-bottom: 50px;
}
section.menu .col02 {
  overflow: hidden;
  max-width: 1140px;
  margin: 0 auto 30px;
}
section.menu .col02 p {
  float: left;
  width: 49%;
  margin-right: 2%;
}
section.menu .col02 p:last-child {
  margin-right: 0;
}
section.menu .col03 {
  overflow: hidden;
  max-width: 1140px;
  margin: 0 auto;
}
section.menu .col03 p {
  float: left;
  width: 32%;
  margin-right: 2%;
}
section.menu .col03 p:last-child {
  margin-right: 0;
}
/* スタッフボイス */
section.staffVoice {
  padding: 0 0 180px;
}
section.staffVoice .tiArea {
  margin-bottom: -260px;
  position: relative;
}
section.staffVoice .tiArea .ti {
  background: #f5a71a;
  padding-top: 5px;
  max-width: 630px;
}
section.staffVoice .tiArea .ti .inner {
  border-top: 1px solid #fff;
  padding: 120px 40px 120px 60px;
}
section.staffVoice .tiArea .ti .inner h2 {
  color: #fff;
  text-align: left;
}
section.staffVoice .tiArea .ti .inner h2 span {
  color: #fff;
  position: relative;
}
section.staffVoice .tiArea .ti .inner h2 span:after {
  content: "";
  background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/ic_voice01.png) no-repeat left top;
  background-size: 35px;
  width: 35px;
  height: 63px;
  position: absolute;
  right: -25px;
  bottom: -30px;
}
section.staffVoice .tiArea .sti {
  position: absolute;
  left: 700px;
  top: 0;
}
section.staffVoice .tiArea .sti .ic {
  text-align: right;
  margin-bottom: 20px;
}
section.staffVoice .tiArea .sti h3 {
  color: #fff;
  text-align: left;
  margin-bottom: 15px;
}
section.staffVoice .tiArea .sti .moreBtn {
  float: right;
}
section.staffVoice .bg {
  width: 100%;
  padding-left: 10%;
  margin-bottom: -200px;
}
section.staffVoice .bg .inner {
  width: 100%;
  height: 430px;
  background-color: #f8c25f;
  background-image: -webkit-gradient(linear, 0 0, 100% 0, color-stop(.5, #f9ca76), color-stop(.5, transparent), to(transparent));
  background-image: linear-gradient(left, #f9ca76 50%, transparent 50%, transparent);
  -webkit-background-size: 15px 15px;
  background-size: 15px 15px;
}
section.staffVoice .staffBase {
  max-width: 1170px;
  margin: 0 auto;
}
section.staffVoice .staffBase .slide_selector li {
  padding: 0 15px;
}
section.staffVoice .staffBase .slide_selector li .thumb {
  margin-bottom: -20px;
}
section.staffVoice .staffBase .slide_selector li .thumb img {
  width: 100%;
  height: auto;
}
section.staffVoice .staffBase .slide_selector li .text {
  border: 1px solid #f8c25f;
  padding: 45px 15px 25px;
  width: 90%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
section.staffVoice .staffBase .slide_selector li .text .comment {
  font-size: 17px;
  color: #4d4d4d;
  text-align: center;
  margin-bottom: 10px;
}
section.staffVoice .staffBase .slide_selector li .text .kata {
  font-size: 15px;
  color: #4d4d4d;
  text-align: center;
}
section.staffVoice .staffBase .slide_selector li .text .name {
  font-size: 15px;
  color: #4d4d4d;
  text-align: center;
  margin-bottom: 15px;
}
section.staffVoice .staffBase .slide_selector li .text .moreBtn a {
  margin: 0 auto;
}
/* ニュース */
section.news {
  padding: 0 0 140px;
}
section.news .tiArea {
  padding: 40px 15px 170px;
  background-color: #fef2dd;
  background-image: -webkit-gradient(linear, 0 0, 100% 0, color-stop(.5, #fef6e8), color-stop(.5, transparent), to(transparent));
  background-image: linear-gradient(left, #fef6e8 50%, transparent 50%, transparent);
  -webkit-background-size: 85px 85px;
  background-size: 85px 85px;
  margin-bottom: -120px;
}
section.news .tiArea .inner {
  padding: 130px 0 0;
  background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/ic_flag.png) no-repeat center top;
  background-size: 1164px;
}
section.news .tiArea .secTi {
  margin-bottom: 30px;
}
section.news .slide_selector {
  margin-bottom: 50px;
}
section.news .slide_selector li {
  width: 345px;
  padding: 0 15px;
}
section.news .slide_selector li .thumb {
  position: relative;
  margin-bottom: -30px;
}
section.news .slide_selector li .thumb img {
  width: 100%;
  height: auto;
}
section.news .slide_selector li .thumb span {
  font-size: 13px;
  color: #fff;
  position: absolute;
  right: -20px;
  top: 40%;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  letter-spacing: 2px;
}
section.news .slide_selector li .inner {
  background: #fff;
  padding: 15px 15px 0;
  width: 90%;
  position: relative;
  z-index: 2;
}
section.news .slide_selector li .inner .cat {
  overflow: hidden;
  margin-bottom: 10px;
}
section.news .slide_selector li .inner .cat a {
  display: block;
  float: left;
  font-size: 12px;
  color: #fff;
  background: #f5a71a;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 2px 5px;
  margin-right: 5px;
}
section.news .slide_selector li .inner .ti a {
  display: block;
  font-size: 14px;
  color: #000;
  margin-bottom: 15px;
}
section.news .slide_selector li .inner .more a {
  display: block;
  background: #f7f6f6;
  margin: 0 -15px;
  padding: 7px 0 7px 40px;
  text-decoration: none;
}
section.news .slide_selector li .inner .more a span {
  font-size: 12px;
  color: #f5a71a;
  position: relative;
}
section.news .slide_selector li .inner .more a span:before {
  content: "";
  background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/ic_arrow01.png) no-repeat left top;
  background-size: 16px;
  width: 16px;
  height: 16px;
  position: absolute;
  left: -25px;
  top: -1px;
}
section.news .moreBtn {
  max-width: 1140px;
  margin: 0 auto;
}
section.news .moreBtn a {
  float: right;
}
/* インスタグラム */
section.instagram {
  background: #f5a71a;
  position: relative;
  margin-bottom: 30px;
}
section.instagram .inner {
  position: relative;
  z-index: 2;
  padding: 140px 15px;
}
section.instagram .inner .base {
  max-width: 945px;
  margin: 0 auto;
}
section.instagram .tiArea {
  width: 100%;
  margin: 0 0 50px;
}
section.instagram .tiArea .ti {
  float: left;
}
section.instagram .tiArea .ti h2 {
  text-align: left;
  color: #fff;
  margin-bottom: 30px;
}
section.instagram .tiArea .ti h2 span {
  color: #fff;
  position: relative;
}
section.instagram .tiArea .ti h2 span:after {
  content: "";
  background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/ic_iine.png) no-repeat left top;
  background-size: 92px;
  width: 92px;
  height: 80px;
  position: absolute;
  right: -100px;
  top: -15px;
}
section.instagram .tiArea .ti h3 {
  text-align: left;
  color: #fff;
}
section.instagram .tiArea .btn {
  float: right;
  margin-top: 80px;
}
section.instagram .instaBase {
  max-width: 945px;
  margin: 0 auto;
}
section.instagram ul.insta {
  width: 100%;
  overflow: hidden;
}

section.instagram ul.insta li {
  float: left;
  width: 18%;
  margin: 0 2.5% 2.5% 0;
  height: auto;
  overflow: hidden;
  position: relative;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
  background: #fff;
}
section.instagram ul.insta li:before {
  padding-top: 100%;
  content: "";
  display: block;
}
section.instagram ul.insta li:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
}
section.instagram ul.insta li img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
section.instagram .link {
  text-align: right;
}
section.instagram .link a {
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
  text-decoration: none;
}
section.instagram .link a span {
  font-size: 16px;
  color: #fff;
  letter-spacing: 1px;
  position: relative;
  padding-right: 30px;
}
section.instagram .link a span:after {
  content: "";
  background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/ic_search.png) no-repeat left top;
  background-size: 20px;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  top: -3px;
}
section.instagram .bg01 {
  background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/bg_stripe02.png) repeat left top;
  background-size: 10px;
  width: 347px;
  height: 376px;
  position: absolute;
  left: 0;
  top: 0;
}
section.instagram .bg02 {
  background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/bg_stripe02.png) repeat left top;
  background-size: 10px;
  width: 347px;
  height: 347px;
  position: absolute;
  right: 0;
  top: 40%;
}
section.instagram .bg03 {
  background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/bg_stripe02.png) repeat left top;
  background-size: 10px;
  width: 347px;
  height: 347px;
  position: absolute;
  left: 10%;
  bottom: 0;
}
/* ムービー */
section.movie {
  padding: 200px 15px;
}
section.movie .inner {
  text-align: center;
}
section.movie .inner h2 {
  color: #ff7692;
  margin-bottom: 30px;
}
section.movie .inner h2 span.color01 {
  color: #ff7692;
}
section.movie .inner h2 span.color02 {
  color: #f7d359;
}
section.movie .inner h2 span.color03 {
  color: #74aac5;
}
section.movie .inner h2 span.color04 {
  color: #84b4b7;
}
section.movie .inner h2 span.color05 {
  color: #a8c368;
}
section.movie .inner .movie_cap {
  padding-bottom: 20px;
}
section.movie .inner .movie_cap strong {
  font-size: 17px;
  color: #4d4d4d;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 1px;
  line-height: 2em;
}
section.movie .inner .movie_cap {
  font-size: 15px;
  color: #4b4b4b;
}
section.movie .inner .movieWrap {
  position: relative;
  max-width: 945px;
  margin: 0 auto;
}
section.movie .inner .movieWrap video {
  max-width: 100%;
  width: 900px;
  margin: 0 auto;
  display: block;
}
section.movie .inner .movieWrap:before {
  content: "";
  background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/bg_curtain.png) no-repeat left top;
  background-size: 429px;
  width: 429px;
  height: 592px;
  position: absolute;
  left: -100px;
  top: -150px;
  z-index: -1;
}
section.movie .inner .movieWrap:after {
  content: "";
  background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/bg_curtain.png) no-repeat left top;
  background-size: 429px;
  width: 429px;
  height: 592px;
  position: absolute;
  right: -100px;
  top: -150px;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
  filter: FlipH;
  -ms-filter: "FlipH";
  z-index: -1;
}
@media only screen and (max-width: 1155px) and (min-width: 768px) {
  section.movie .inner .movieWrap:before {
    content: "";
    background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/bg_curtain.png) no-repeat left top;
    background-size: 215px;
    width: 215px;
    height: 296px;
    position: absolute;
    left: -10px;
    top: -200px;
    z-index: -1;
  }
  section.movie .inner .movieWrap:after {
    content: "";
    background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/bg_curtain.png) no-repeat left top;
    background-size: 215px;
    width: 215px;
    height: 296px;
    position: absolute;
    right: -10px;
    top: -200px;
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
    filter: FlipH;
    -ms-filter: "FlipH";
    z-index: -1;
  }
}
@media only screen and (max-width: 1120px) and (min-width: 768px) {
  section.staffVoice .tiArea {
    margin-bottom: -250px;
  }
  section.staffVoice .tiArea .sti {
    position: relative;
    left: 0;
    padding: 30px 15px 0;
    max-width: 800px;
    margin: 0 auto;
  }
  section.staffVoice .tiArea .sti .ic {
    position: absolute;
    right: 0;
    top: -150px;
  }
  section.staffVoice .tiArea .sti h3 {
    text-align: center;
  }
  section.staffVoice .tiArea .sti .moreBtn {
    float: none;
  }
  section.staffVoice .tiArea .sti .moreBtn a {
    margin: 0 auto;
  }
  section.staffVoice .bg {
    padding-left: 0;
    margin-bottom: -100px;
  }
}
@media only screen and (min-width: 768px) {
  section.instagram ul.insta li:nth-child(5n) {
    margin-right: 0;
  }
}


/* もっと見るボタン */
.moreBtn a {
  display: block;
  font-size: 12px;
  color: #f5a71a;
  font-weight: bold;
  text-align: center;
  width: 145px;
  padding: 12px 0;
  background: #fef6e8;
  text-decoration: none;
  -webkit-border-radius: 36px;
  border-radius: 36px;
  position: relative;
}
.moreBtn a:before {
  content: "";
  background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/ic_arrow01.png) no-repeat left top;
  background-size: 16px;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 15px;
  top: 30%;
}
/* パンくず */
.pankuzu {
  max-width: 1140px;
  margin: 0 auto 40px;
}
.pankuzu ul {
  padding: 0 15px;
}
.pankuzu ul li {
  float: left;
  font-size: 14px;
  color: #f7b948;
  margin-right: 25px;
}
.pankuzu ul li:first-child a {
  padding-left: 25px;
}
.pankuzu ul li:last-child {
  margin-right: 0;
}
.pankuzu ul li a {
  font-size: 14px;
  color: #f7b948;
  position: relative;
}
.pankuzu ul li:first-child a:before {
  content: "";
  background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/ic_top.png) no-repeat left top;
  background-size: 18px;
  width: 18px;
  height: 17px;
  position: absolute;
  left: 0;
  top: -2px;
}
.pankuzu ul li a:after {
  content: ">";
  font-size: 14px;
  color: #f7b948;
  position: absolute;
  right: -18px;
  top: 0;
  line-height: 14px;
}
/* エントリーはこちら */
section.entry {
  background: #ff7692;
  padding: 5px;
}
section.entry .inner {
  border: 1px solid #fff;
  padding: 70px 15px;
}
section.entry .tiArea {
  overflow: hidden;
  max-width: 1000px;
  margin: 0 auto 40px;
}
section.entry .tiArea .ti {
  float: left;
  width: 46%;
}
section.entry .tiArea .btn {
  float: right;
  width: 50%;
  margin-top: 15px;
}
section.entry .cap {
  font-size: 17px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1px;
}
/* フッター */
footer {
  padding: 70px 15px 0;
}
footer .base {
  max-width: 1140px;
  margin: 0 auto;
}
footer .base .lineArea {
  margin-bottom: 40px;
  width: 100%;
}
footer .base .lineArea .text {
  float: left;
  font-size: 15px;
  color: #4b4b4b;
  padding-left: 80px;
  position: relative;
}
footer .base .lineArea .text:before {
  content: "";
  background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/ic_line01.png) no-repeat left top;
  background-size: 58px;
  width: 58px;
  height: 55px;
  position: absolute;
  left: 0;
  top: -2px;
}
footer .base .lineArea .btn a {
  float: right;
  display: block;
  width: 300px;
  background: #01b802;
  padding: 15px 0;
  text-align: center;
  -webkit-border-radius: 44px;
  border-radius: 44px;
  text-decoration: none;
}
footer .base .lineArea .btn a span {
  font-size: 14px;
  color: #fff;
  position: relative;
}
footer .base .lineArea .btn a span:before {
  content: "";
  background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/ic_line02.png) no-repeat left top;
  background-size: 24px;
  width: 24px;
  height: 23px;
  position: absolute;
  left: -40px;
  top: -4px;
}
footer .base .naviArea {
  padding-top: 50px;
  margin-bottom: 50px;
  width: 100%;
  border-top: 1px solid #f5a71a;
  overflow: hidden;
}
footer .base .naviArea .logo {
  float: left;
  width: 20%;
  margin-right: 5%;
}
footer .base .naviArea .logo p {
  margin-bottom: 20px;
}
footer .base .naviArea .logo .snsBtn a {
  display: inline-block;
  margin: 0 5px;
}
footer .base .naviArea .navi {
  float: left;
  width: 42%;
  margin-right: 7%;
  overflow: hidden;
}
footer .base .naviArea .navi ul {
  float: left;
  width: 47%;
  margin-right: 6%;
}
footer .base .naviArea .navi ul:last-child {
  margin-right: 0;
}
footer .base .naviArea .navi ul li a {
  display: block;
  font-size: 14px;
  color: #4b4b4b;
  border-bottom: 1px solid #fad38c;
  padding: 10px 0 10px 40px;
  text-decoration: none;
  position: relative;
}
footer .base .naviArea .navi ul li a:before {
  content: "";
  background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/ic_arrow01.png) no-repeat left top;
  background-size: 13px;
  width: 13px;
  height: 13px;
  position: absolute;
  left: 15px;
  top: 33%;
}
footer .base .naviArea .navi ul li.row02 {
  display: block;
  font-size: 14px;
  color: #4b4b4b;
  border-bottom: 1px solid #fad38c;
  padding: 10px 0 10px 40px;
  position: relative;
}
footer .base .naviArea .navi ul li.row02:before {
  content: "";
  background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/ic_arrow01.png) no-repeat left top;
  background-size: 13px;
  width: 13px;
  height: 13px;
  position: absolute;
  left: 15px;
  top: 13px;
}
footer .base .naviArea .navi ul li.row02 a:before {
  display: none;
}
footer .base .naviArea .navi ul li.row02 a {
  display: inline-block;
  border-bottom: none;
  padding: 0;
}
footer .base .naviArea .bn {
  float: left;
  width: 26%;
}
footer .base .naviArea .bn dl dt {
  margin-bottom: 10px;
}
footer .base .naviArea .bn dl dd a {
  display: block;
  font-size: 14px;
  color: #4b4b4b;
  padding: 0 0 0 27px;
  position: relative;
}
footer .base .naviArea .bn dl dd a:before {
  content: "";
  background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/ic_link01.png) no-repeat left top;
  background-size: 16px;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 2px;
}
footer .base .otherNavi {
  text-align: center;
  margin-bottom: 20px;
}
footer .base .otherNavi li {
  display: inline-block;
  margin: 0 15px;
  position: relative;
}
footer .base .otherNavi li:after {
  content: "｜";
  font-size: 14px;
  color: #4b4b4b;
  position: absolute;
  right: -25px;
  top: 0;
}
footer .base .otherNavi li a {
  font-size: 14px;
  color: #4b4b4b;
  text-decoration: none;
}
footer .copy {
  font-size: 10px;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  margin: 0 -15px;
  letter-spacing: 1px;
  background: #f5a71a;
}


.tiArea .cap {
    font-size: 14px;
    color: #4d4d4d;
    line-height: 1.8em;
    text-align: center;
    padding: 0 15px;
}

@media only screen and (min-width: 768px) {
  /* PC、スマホ切り替え */
  .pc_display {
    display: block !important;
  }
  .sp_display {
    display: none !important;
  }
  /* ストーカーボタン */
  .stalkerBtn {
    position: fixed;
    right: 15px;
    bottom: 30px;
    z-index: 999;
  }
  .stalkerBtn img {
    width: 157px;
  }
  .stalkerBtn_sp {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
	/* PC、スマホ切り替え */
	.pc_display{
		display:none !important;
	}
	.sp_display{
		display:block !important;
	}
	
	/* ストーカーボタン */
.stalkerBtn{
	display: none !important;
}
	.stalkerBtn_sp{
		position: fixed;
		width: 100%;
		z-index: 999;
		background: #ff4e79;
		border-radius: 15px 15px 0 0;
		padding: 0 15px;
		-webkit-transition: 0.5s all;
		transition: 0.5s all;
	}
	.stalkerBtn_sp img{
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}
	
	/* パンくず */
.pankuzu{
	margin: 0 auto 25px;
}

/* エントリーはこちら */
section.entry .inner{
	padding: 50px 15px;
}
section.entry .tiArea{
	margin: 0 auto 30px;
}
section.entry .tiArea .ti{
	float: none;
	width: 100%;
}
section.entry .tiArea .btn{
	float: none;
	width: 100%;
	margin-top: 20px;
}
section.entry .cap{
	font-size: 15px;
}
	
	/* ウェルカム */
section.welcome{
	padding: 15px 15px 30px;
	margin-bottom: 30px;
}
section.welcome .base .otoiawase{
	padding: 30px 15px;
	margin-bottom: 20px;
}
section.welcome .base .otoiawase .pic{
	float: none;
	width: 100%;
}
	section.welcome .base .otoiawase .pic img{
	max-width: 80%;
	}
section.welcome .base .otoiawase .text{
	float: none;
	width: 100%;
}
section.welcome .base .otoiawase .text dl dt{
	font-size: 18px;
	text-align: center;
}
section.welcome .base .otoiawase .text dl dd{
	text-align: center;
}
section.welcome .base .otoiawase .text ul li a{
	float: none;
	width: 100%;
}
section.welcome .base .otoiawase .text ul li.mail a{
	margin: 0 0 10px;
}
section.welcome .base .ti{
	font-size: 18px;
	margin-bottom: 20px;
}
section.welcome .base ul.bn li{
	float: none;
	width: 100%;
	margin: 0 0 10px;
}
	section.welcome .base ul.bn li:last-child{
		margin-bottom: 0;
	}
	
	/* スタッフ */
	section.pick_up_staff{
		padding: 190px 0 60px;
	}
	section.pick_up_staff .box-ttl{
		margin-bottom: 30px;
	}
	section.pick_up_staff .box-ttl .in:before{
		left: 0;
		right: 0;
		top: -140px;
		transform: translateY(0);
		margin-left: auto;
		margin-right: auto;
	}
	section.pick_up_staff .box-ttl .ttl{
		padding-left: 0;
	}
	section.pick_up_staff .box-ttl .ttl span{
		font-size: 26px;
		letter-spacing: 1px;
	}
	section.pick_up_staff ul{
		margin: 0 auto 50px;
	}
	section.pick_up_staff ul li{
		font-size: 15px;
		letter-spacing: 0;
		border-radius: 100px;
		padding: 20px 20px 20px 60px;
		margin-bottom: 15px;
	}
	section.pick_up_staff ul li:before{
		left: 25px;
	}
	section.pick_up_staff ul li:nth-child(2n-1):before{
		background: url(../img/common/ic_adorable01.png) no-repeat left top;
		background-size: 22px;
		width: 22px;
		height: 22px;
	}
	section.pick_up_staff ul li:nth-child(2n):before{
		background: url(../img/common/ic_adorable02.png) no-repeat left top;
		background-size: 22px;
		width: 22px;
		height: 22px;
	}
	section.pick_up_staff ul li span{
		font-size: 18px;
	}

/* フッター */
footer{
	padding: 40px 15px 0;
}
footer .base .lineArea .text{
	float: none;
	padding: 65px 0 0;
	margin-bottom: 20px;
	text-align: center;
}
footer .base .lineArea .text:before{
	position: absolute;
	left: -webkit-calc(50% - 29px);
	left: calc(50% - 29px);
	top: 0;
}
footer .base .lineArea .btn a{
	float: none;
	width: auto;
	max-width: 345px;
	margin: 0 auto;
}
footer .base .naviArea{
	padding-top: 40px;
	margin-bottom: 30px;
}
footer .base .naviArea .logo{
	float: none;
	width: 100%;
	margin: 0 0 20px;
}
footer .base .naviArea .logo p{
	text-align: center;
}
	footer .base .naviArea .logo p img{
		width: 200px;
	}
footer .base .naviArea .logo .snsBtn{
	text-align: center;
}
footer .base .naviArea .navi{
	float: none;
	width: 100%;
	margin: 0 0 20px;
}
footer .base .naviArea .navi ul{
	float: none;
	width: 100%;
	margin-right: 0;
}
footer .base .naviArea .bn{
	float: none;
	width: 100%;
}
	footer .base .h1Text{
		font-size: 12px;
		color: #ababab;
		margin-bottom: 20px;
	}
footer .base .otherNavi{
	overflow: hidden;
}
footer .base .otherNavi li{
	display: block;
	margin: 0;
}
footer .base .otherNavi li a{
	float: left;
	width: 50%;
	position: relative;
	font-size: 14px;
	color: #4b4b4b;
	text-decoration: none;
}
footer .base .otherNavi li a:after{
	content: "｜";
	font-size: 14px;
	color: #4b4b4b;
	position: absolute;
	right: -10px;
	top: 0;
}
footer .base .otherNavi li:nth-child(2n) a:after{
		display: none;
	}
	
}
@media only screen and (max-width: 767px) {
  /* ページ内共通 */
  h2 {
    letter-spacing: 1px;
  }
  h2 span {
    font-size: 35px;
  }
  h3 {
    font-size: 15px;
  }
  /* メインビジュアル下ニュース */
  section.whatNew {
    padding: 30px 15px 70px;
  }
  section.whatNew table {
    display: block;
    height: auto;
  }
  section.whatNew table tr, section.whatNew table tbody {
    display: block;
    width: 100%;
  }
  section.whatNew table th {
    display: block;
    width: 100%;
    border-radius: 15px 15px 0 0;
    padding: 10px 0;
  }
  section.whatNew table th span:before {
    content: "";
    background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/ic_news.png) no-repeat left top;
    background-size: 19px;
    width: 19px;
    height: 19px;
    position: absolute;
    left: -10px;
    top: -2px;
  }
  section.whatNew table td {
    display: block;
    width: 100%;
    padding: 15px;
    border-radius: 0 0 15px 15px;
  }
  /* 募集要項 */
  section.recruitment .ti {
    max-width: 320px;
    margin: 0 auto;
    padding: 0 15px;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  section.recruitment ul li {
    float: none;
    width: 100%;
  }
  section.recruitment ul li:first-child {
    margin-bottom: -4.5%;
  }
  /* リクルートメニュー */
  section.menu {
    padding: 50px 15px 90px;
  }
  section.menu .charm {
    margin: 0 -15px 70px;
  }
  section.menu h3 {
    margin-bottom: 30px;
  }
  section.menu .col02 {
    margin: 0 auto 10px;
  }
  section.menu .col02 p {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  section.menu .col02 p:last-child {
    margin-bottom: 0;
  }
  section.menu .col03 p {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  section.menu .col03 p:last-child {
    margin-bottom: 0;
  }
  /* スタッフボイス */
  section.staffVoice {
    padding: 0 15px 90px;
  }
  section.staffVoice .tiArea {
    margin-bottom: -250px;
  }
  section.staffVoice .tiArea .ti {
    max-width: 345px;
    margin: 0 auto 20px;
  }
  section.staffVoice .tiArea .ti .inner {
    padding: 40px 15px;
    position: relative;
  }
  section.staffVoice .tiArea .ti .inner .ic {
    position: absolute;
    right: -5px;
    top: -45px;
  }
  section.staffVoice .tiArea .ti .inner h2 {
    text-align: center;
  }
  section.staffVoice .tiArea .ti .inner h2 span:after {
    content: "";
    background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/ic_voice01.png) no-repeat left top;
    background-size: 25px;
    width: 25px;
    height: 50px;
    position: absolute;
    right: -30px;
    bottom: 10px;
  }
  section.staffVoice .tiArea .sti {
    position: static;
  }
  section.staffVoice .tiArea .sti h3 {
    text-align: center;
  }
  section.staffVoice .tiArea .sti .moreBtn {
    float: none;
  }
  section.staffVoice .tiArea .sti .moreBtn a {
    margin: 0 auto;
  }
  section.staffVoice .bg {
    width: auto;
    padding-left: 0;
    margin: 0 -15px -130px;
  }
  section.staffVoice .staffBase .slide_selector {
    margin: 0 -15px;
  }
  section.staffVoice .staffBase .slide_selector li {
    padding: 0 7px;
  }
  section.staffVoice .staffBase .slide_selector li .text {
    padding: 35px 15px 25px;
  }
  section.staffVoice .staffBase .slide_selector li .text .comment {
    font-size: 16px;
  }
  section.staffVoice .slick-prev {
    width: 46px;
    height: 46px;
    left: 10px;
    top: 28%;
    position: absolute;
    z-index: 999;
  }
  section.staffVoice .slick-next {
    width: 46px;
    height: 46px;
    top: 28%;
    position: absolute;
    z-index: 999;
    right: 10px;
  }
  section.staffVoice .slick-prev:before {
    content: "" !important;
  }
  section.staffVoice .slick-prev:after {
    content: "" !important;
    background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/btn_slideArrow.png);
    background-size: 46px;
    width: 46px;
    height: 46px;
    position: absolute;
    top: 0;
    left: 0;
  }
  section.staffVoice .slick-next:before {
    content: "" !important;
  }
  section.staffVoice .slick-next:after {
    content: "" !important;
    background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/btn_slideArrow.png);
    background-size: 46px;
    width: 46px;
    height: 46px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
  }
  /* ニュース */
  section.news {
    padding: 0 0 70px;
  }
  section.news .tiArea {
    padding: 40px 15px 100px;
    margin-bottom: -70px;
  }
  section.news .tiArea .inner {
    padding: 60px 0 0;
    background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/ic_flag_sp.png) no-repeat center top;
    background-size: 290px;
  }
  section.news .slide_selector li {
    width: 280px;
    padding: 0 7px;
  }
  section.news .slide_selector li .thumb {
    margin-bottom: 0;
  }
  section.news .slide_selector li .thumb span {
    right: -30px;
  }
  section.news .slide_selector li .inner {
    width: 100%;
  }
  section.news .slide_selector li .inner .more a {
    padding: 4px 0 4px 40px;
  }
  section.news .moreBtn a {
    float: none;
    margin: 0 auto;
  }
  /* インスタグラム */
  section.instagram .inner {
    padding: 50px 15px;
  }
  section.instagram .tiArea {
    margin: 0 0 40px;
  }
  section.instagram .tiArea .ti {
    float: none;
    margin-bottom: 30px;
  }
  section.instagram .tiArea .ti h2 {
    text-align: center;
  }
  section.instagram .tiArea .ti h2 span {
    font-size: 30px;
  }
  section.instagram .tiArea .ti h2 span:after {
    content: "";
    background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/ic_iine.png) no-repeat left top;
    background-size: 55px;
    width: 55px;
    height: 65px;
    position: absolute;
    right: -10px;
    top: 30px;
  }
  section.instagram .tiArea .ti h3 {
    text-align: center;
  }
  section.instagram .tiArea .btn {
    float: none;
    margin-top: 20px;
    text-align: center;
  }
  section.instagram ul.insta li {
    width: 32%;
    margin: 0 2% 2% 0;
  }
  section.instagram ul.insta li:nth-child(3n) {
    margin-right: 0;
  }
  section.instagram .link {
    text-align: center;
  }
  section.instagram .bg01 {
    background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/bg_stripe02.png) repeat left top;
    background-size: 10px;
    width: 168px;
    height: 183px;
    position: absolute;
    left: 0;
    top: 0;
  }
  section.instagram .bg02 {
    background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/bg_stripe02.png) repeat left top;
    background-size: 10px;
    width: 168px;
    height: 183px;
    position: absolute;
    right: 0;
    bottom: 0;
    top: auto;
  }
  section.instagram .bg03 {
    display: none;
  }
  /* ムービー */
  section.movie {
    padding: 100px 15px 50px;
  }




  section.movie .inner .movie_cap {
    padding-bottom: 20px;
  }
  section.movie .inner .movieWrap:before {
    content: "";
    background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/bg_curtain.png) no-repeat left top;
    background-size: 120px;
    width: 120px;
    height: 141px;
    position: absolute;
    left: 0;
    top: -130px;
  }
  section.movie .inner .movieWrap:after {
    content: "";
    background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/bg_curtain.png) no-repeat left top;
    background-size: 120px;
    width: 120px;
    height: 141px;
    position: absolute;
    right: 0;
    top: -130px;
  }
  section.movie .inner .movieWrap iframe {
    height: 195px;
  }
	

.footer_fixed_nav {
	position: fixed;
	bottom: 0px;
	background: rgba(0,0,0,0.5);
	width: 100%;
	padding: 0px 0px 10px 0px;
	z-index: 2;
}
.footer_fixed_nav h2 {
	color: #fff;
	font-weight: normal;
	font-size: 11px;
	text-align: center;
}
.footer_fixed_nav div.fcontact {
	float: left;
	width: 47%;
	margin: 0px 2% 0px 1%;
}
.footer_fixed_nav div.fcontact a i {margin-right: 5px;}

.footer_fixed_nav div.fcontact a {
	width: 100%;
	text-align: center;
	display: block;
	-moz-box-shadow: 0px 2px 0px 0px #ad4242;
	-webkit-box-shadow: 0px 2px 0px 0px #ad4242;
	box-shadow: 0px 2px 0px 0px #ad4242;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ff4c4c), color-stop(1, #f06363));
	background:-moz-linear-gradient(top, #ff4c4c 5%, #f06363 100%);
	background:-webkit-linear-gradient(top, #ff4c4c 5%, #f06363 100%);
	background:-o-linear-gradient(top, #ff4c4c 5%, #f06363 100%);
	background:-ms-linear-gradient(top, #ff4c4c 5%, #f06363 100%);
	background:linear-gradient(to bottom, #ff4c4c 5%, #f06363 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4c4c', endColorstr='#f06363', GradientType=0);
	background-color:#ff4c4c;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #d15050;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-size: 13px;
	padding: 7px 0px;
	text-decoration:none;
	text-shadow:0px 1px 0px #912727;
}
.footer_fixed_nav div.fcontact a:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f06363), color-stop(1, #ff4c4c));
	background:-moz-linear-gradient(top, #f06363 5%, #ff4c4c 100%);
	background:-webkit-linear-gradient(top, #f06363 5%, #ff4c4c 100%);
	background:-o-linear-gradient(top, #f06363 5%, #ff4c4c 100%);
	background:-ms-linear-gradient(top, #f06363 5%, #ff4c4c 100%);
	background:linear-gradient(to bottom, #f06363 5%, #ff4c4c 100%);
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f06363', endColorstr='#ff4c4c', GradientType=0);
	background-color:#f06363;
}
.footer_fixed_nav div.fcontact a:active {
	position:relative;
	top:1px;
}
.footer_fixed_nav div.ftel {
	float: right;
	width: 47%;
	margin: 0px 2% 0px 1%;
}
.footer_fixed_nav div.ftel a {
	width: 100%;
	-moz-box-shadow: 0px 2px 0px 0px #3e7327;
	text-align: center;
	-webkit-box-shadow: 0px 2px 0px 0px #3e7327;
	box-shadow: 0px 2px 0px 0px #3e7327;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #77b55a), color-stop(1, #72b352));
	background:-moz-linear-gradient(top, #77b55a 5%, #72b352 100%);
	background:-webkit-linear-gradient(top, #77b55a 5%, #72b352 100%);
	background:-o-linear-gradient(top, #77b55a 5%, #72b352 100%);
	background:-ms-linear-gradient(top, #77b55a 5%, #72b352 100%);
	background:linear-gradient(to bottom, #77b55a 5%, #72b352 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77b55a', endColorstr='#72b352',GradientType=0);
	background-color:#77b55a;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #4b8f29;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-size: 13px;
	padding: 7px 0;
	text-decoration:none;
	text-shadow:0px 1px 0px #5b8a3c;
}
.footer_fixed_nav div.ftel a i {margin-right: 5px;}
.footer_fixed_nav div.ftel a:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #72b352), color-stop(1, #77b55a));
	background:-moz-linear-gradient(top, #72b352 5%, #77b55a 100%);
	background:-webkit-linear-gradient(top, #72b352 5%, #77b55a 100%);
	background:-o-linear-gradient(top, #72b352 5%, #77b55a 100%);
	background:-ms-linear-gradient(top, #72b352 5%, #77b55a 100%);
	background:linear-gradient(to bottom, #72b352 5%, #77b55a 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#72b352', endColorstr='#77b55a',GradientType=0);
	background-color:#72b352;
}
.footer_fixed_nav div.ftel a:active {
	position:relative;
	top:1px;
}
}
@media only screen and (max-width: 767px) {
	#main_col {
  padding: 0px 15px;
}
/* メディア */
.tiArea{
	padding: 110px 15px 40px;
}
.tiArea h2{
	letter-spacing: 1px;
}
.tiArea h2 span{
	font-size: 35px;
}
.tiArea h3{
	font-size: 15px;
	margin-bottom: 30px;
}
}

.fullwidth {
  margin-right: calc(50% - 50vw);
margin-left: calc(50% - 50vw);

}
#main_col {
  overflow:hidden;
}

.container {
  max-width:1000px;
  margin:0px auto;
}
  margin: 0;
  padding: 0;
  font-family: "Century Gothic", Arial, sans-serif;
  color: #333;
}
.img-responsive {
  max-width: 100%;
  height: auto;
}

h3 {
    font-size: 17px;
    color: #4d4d4d;
    font-weight: bold;
    text-align: center;
    letter-spacing: 1px;
}

/* ヘッダー トップ用 */
@media only screen and (min-width: 1200px) {
  .home header h1 {
    margin: 0;
    position: absolute;
    left: 15px;
    top: 10px;
  }
}
@media only screen and (max-width: 1199px) {
  header .navWrap {
    position: absolute;
    top: 0;
    left: 0;
  }
}
  /* ページ内共通 */
  h2 {
    font-size: 10px;
    color: #f5a71a;
    letter-spacing: 2px;
    text-align: center;
  }
  h2 span {
    font-size: 55px;
    color: #f5a71a;
    font-family: 'facile_sans';
    line-height: 1em;
    letter-spacing: 10px;
  }
  h3 {
    font-size: 17px;
    color: #4d4d4d;
    font-weight: bold;
    text-align: center;
    letter-spacing: 1px;
  }
@media only screen and (min-width: 1200px) {
  /* PC、スマホ切り替え（ナビ用） */
  .pc_display_nav {
    display: block !important;
  }
  .sp_display_nav {
    display: none !important;
  }

  @media only screen and (min-width: 768px) {
    /* PC、スマホ切り替え */
    .pc_display {
      display: block !important;
    }
    .sp_display {
      display: none !important;
    }
    /* ストーカーボタン */
    .stalkerBtn {
      position: fixed;
      right: 15px;
      bottom: 30px;
      z-index: 999;
    }
    .stalkerBtn img {
      width: 157px;
    }
    .stalkerBtn_sp {
      display: none;
    }
  }
  /* ナビ */
  header {
    position: relative;
  }
  header h1 {
    font-size: 12px;
    color: #f5a71a;
    letter-spacing: 1px;
    margin: 10px 0 0 15px;
  }
  header .navWrap {
    max-width: 1100px;
    margin: 0 auto;
    padding: 30px 0;
    background: #fff;
  }
  header .navWrap .logo {
    float: left;
    width: 161px;
  }
  header .navWrap .nav-toggle {
    display: none;
  }
  header .navWrap #gnav {
    float: right;
    width: 900px;
  }
  header .navWrap #gnav ul.navi {
    float: left;
    width: 830px;
  }
  header .navWrap #gnav ul.navi li {
    float: left;
    width: 14.285%;
  }
  header .navWrap #gnav ul.navi li a {
    display: block;
    text-decoration: none;
    text-align: center;
    position: relative;
    padding-top: 40px;
  }
  header .navWrap #gnav ul.navi li a:after {
    content: "";
    width: 1px;
    height: 24px;
    background: #e5e5e5;
    position: absolute;
    right: 0;
    top: 27%;
  }
  header .navWrap #gnav ul.navi li a span {
    font-size: 12px;
    color: #4d4d4d;
    font-weight: bold;
    letter-spacing: 1px;
    position: relative;
  }
  header .navWrap #gnav ul.navi li a.active span {
    color: #f5a71a;
  }
  header .navWrap #gnav ul.navi li.top a span:before {
    content: "";
    background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/ic_gnavTop_off.png) no-repeat left top;
    background-size: 45px;
    width: 45px;
    height: 40px;
    position: absolute;
    top: -50px;
    left: -webkit-calc(50% - 22px);
    left: calc(50% - 22px);
  }
  header .navWrap #gnav ul.navi li.top a.active span:before {
    background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/ic_gnavTop_on.png) no-repeat left top;
    background-size: 45px;
  }
  header .navWrap #gnav ul.navi li.concept a span:before {
    content: "";
    background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/ic_gnavConcept_off.png) no-repeat left top;
    background-size: 45px;
    width: 45px;
    height: 40px;
    position: absolute;
    top: -50px;
    left: -webkit-calc(50% - 22px);
    left: calc(50% - 22px);
  }
  header .navWrap #gnav ul.navi li.concept a.active span:before {
    background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/ic_gnavConcept_on.png) no-repeat left top;
    background-size: 45px;
  }
  header .navWrap #gnav ul.navi li.media a span:before {
    content: "";
    background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/ic_gnavMedia_off.png) no-repeat left top;
    background-size: 45px;
    width: 45px;
    height: 40px;
    position: absolute;
    top: -50px;
    left: -webkit-calc(50% - 22px);
    left: calc(50% - 22px);
  }
  header .navWrap #gnav ul.navi li.media a.active span:before {
    background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/ic_gnavMedia_on.png) no-repeat left top;
    background-size: 45px;
  }
  header .navWrap #gnav ul.navi li.works a span:before {
    content: "";
    background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/ic_gnavWorks_off.png) no-repeat left top;
    background-size: 45px;
    width: 45px;
    height: 40px;
    position: absolute;
    top: -50px;
    left: -webkit-calc(50% - 22px);
    left: calc(50% - 22px);
  }
  header .navWrap #gnav ul.navi li.works a.active span:before {
    background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/ic_gnavWorks_on.png) no-repeat left top;
    background-size: 45px;
  }
  header .navWrap #gnav ul.navi li.staff a span:before {
    content: "";
    background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/ic_gnavStaff_off.png) no-repeat left top;
    background-size: 45px;
    width: 45px;
    height: 40px;
    position: absolute;
    top: -50px;
    left: -webkit-calc(50% - 22px);
    left: calc(50% - 22px);
  }
  header .navWrap #gnav ul.navi li.staff a.active span:before {
    background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/ic_gnavStaff_on.png) no-repeat left top;
    background-size: 45px;
  }
  header .navWrap #gnav ul.navi li.news a span:before {
    content: "";
    background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/ic_gnavNews_off.png) no-repeat left top;
    background-size: 45px;
    width: 45px;
    height: 40px;
    position: absolute;
    top: -50px;
    left: -webkit-calc(50% - 22px);
    left: calc(50% - 22px);
  }
  header .navWrap #gnav ul.navi li.news a.active span:before {
    background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/ic_gnavNews_on.png) no-repeat left top;
    background-size: 45px;
  }
  header .navWrap #gnav ul.navi li.q_a a span:before {
    content: "";
    background: url(https://www.elve-recruit.com/wp-content/uploads/2024/01/ic_gnavNews_on2.png) no-repeat left top;
    background-size: 45px;
    width: 45px;
    height: 40px;
    position: absolute;
    top: -50px;
    left: -webkit-calc(50% - 22px);
    left: calc(50% - 22px);
  }
  header .navWrap #gnav ul.navi li.q_a a.active span:before {
    background: url(https://www.elve-recruit.com/wp-content/uploads/2024/01/ic_gnavNews_on2.png) no-repeat left top;
    background-size: 45px;
  }
  header .navWrap #gnav ul.navi li.blog a span:before {
    content: "";
    background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/ic_gnavBlog_off.png) no-repeat left top;
    background-size: 45px;
    width: 45px;
    height: 40px;
    position: absolute;
    top: -50px;
    left: -webkit-calc(50% - 22px);
    left: calc(50% - 22px);
  }
  header .navWrap #gnav ul.navi li.blog a.active span:before {
    background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/ic_gnavBlog_on.png) no-repeat left top;
    background-size: 45px;
  }
  header .navWrap #gnav .snsBtn {
    float: right;
    margin: 15px 0 0;
  }
  header .navWrap #gnav .snsBtn a {
    display: inline-block;
    padding: 0 5px;
  }
  #overlay {
    display: none;
  }
}
@media only screen and (max-width: 1199px) {
  /* PC、スマホ切り替え（ナビ用） */
  .pc_display_nav {
    display: none !important;
  }
  .sp_display_nav {
    display: block !important;
  }
  /* ナビ */
  header .mainV {
    padding-top: 60px;
  }
  header .navWrap {
    width: 100%;
    height: 60px;


  }
  header .navWrap .logo {
    max-width: 120px;
    margin: 0 auto;
    padding-top: 10px;
  }
  .nav-toggle {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 60px;
    height: 60px;
    font-size: 0;
    text-indent: -9999px;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    z-index: 9999;
    -webkit-transition: background, 0.3s;
    transition: background, 0.3s;
  }
  .nav-toggle:focus {
    outline: none;
  }
  .nav-toggle span {
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    height: 2px;
    background: #f5a71a;
    width: 20px;
    -webkit-transition: background, 0s, 0.3s;
    transition: background, 0s, 0.3s;
  }
  .nav-toggle span::before, .nav-toggle span::after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 2px;
    background: #f5a71a;
    content: "";
    -webkit-transition-duration: 0.3s, 0.3s;
    transition-duration: 0.3s, 0.3s;
    -webkit-transition-delay: 0.3s, 0s;
    transition-delay: 0.3s, 0s;
  }
  .nav-toggle span::before {
    top: 7px;
    -webkit-transition-property: top, -webkit-transform;
    transition-property: top, transform;
  }
  .nav-toggle span::after {
    bottom: 7px;
    -webkit-transition-property: bottom, -webkit-transform;
    transition-property: bottom, transform;
  }
  .nav-toggle.opened {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9999;
  }
  .nav-toggle.opened span {
    background: none;
  }
  .nav-toggle.opened span::before {
    background: #f5a71a;
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .nav-toggle.opened span::after {
    background: #f5a71a;
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .nav-toggle.opened span::before, .nav-toggle.opened span::after {
    -webkit-transition-delay: 0s, 0.3s;
    transition-delay: 0s, 0.3s;
  }
  #gnav {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    background: #fff;
    right: -100%;
    z-index: 999;
    overflow-y: scroll;
    -webkit-transition: all, ease 0.3s;
    transition: all, ease 0.3s;
    padding: 0 15px 30px;
  }
  #gnav.active {
    right: 0;
  }
  #gnav .logoNav {
    max-width: 120px;
    margin: 10px auto 20px;
  }
  #gnav ul.navi {
    margin-bottom: 15px;
  }
  #gnav ul.navi li a {
    display: block;
    font-size: 14px;
    color: #4b4b4b;
    border-bottom: 1px solid #fad38c;
    padding: 10px 0 10px 40px;
    text-decoration: none;
    position: relative;
  }
  #gnav ul.navi li a:before {
    content: "";
    background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/ic_arrow01.png) no-repeat left top;
    background-size: 13px;
    width: 13px;
    height: 13px;
    position: absolute;
    left: 15px;
    top: 33%;
  }
  #gnav ul.navi li.row02 {
    display: block;
    font-size: 14px;
    color: #4b4b4b;
    border-bottom: 1px solid #fad38c;
    padding: 10px 0 10px 40px;
    position: relative;
  }
  #gnav ul.navi li.row02:before {
    content: "";
    background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/ic_arrow01.png) no-repeat left top;
    background-size: 13px;
    width: 13px;
    height: 13px;
    position: absolute;
    left: 15px;
    top: 13px;
  }
  #gnav ul.navi li.row02 a:before {
    display: none;
  }
  #gnav ul.navi li.row02 a {
    display: inline-block;
    border-bottom: none;
    padding: 0;
  }
  #gnav .otherNavi {
    text-align: center;
    margin-bottom: 15px;
    overflow: hidden;
  }
  #gnav .otherNavi li a {
    float: left;
    width: 50%;
    position: relative;
    font-size: 14px;
    color: #4b4b4b;
    text-decoration: none;
  }
  #gnav .otherNavi li a:after {
    content: "｜";
    font-size: 14px;
    color: #4b4b4b;
    position: absolute;
    right: -10px;
    top: 0;
  }
  #gnav .otherNavi li:nth-child(2n) a:after {
    display: none;
  }
  #gnav .ctaBtn {
    width: 100%;
    overflow: hidden;
    margin-bottom: 15px;
  }
  #gnav .ctaBtn li {
    float: left;
    width: 49%;
    margin-right: 2%;
  }
  #gnav .ctaBtn li:last-child {
    margin-right: 0;
  }
  #gnav .snsBtn {
    text-align: center;
    margin-bottom: 15px;
  }
  #gnav .snsBtn a {
    display: inline-block;
    margin: 0 7px;
  }
  #gnav dl.bn dt {
    margin-bottom: 10px;
  }
  #gnav dl.bn dd a {
    display: block;
    padding: 0 0 0 27px;
    text-align: center;
  }
  #gnav dl.bn dd a span {
    font-size: 14px;
    color: #4b4b4b;
    position: relative;
  }
  #gnav dl.bn dd a span:before {
    content: "";
    background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/ic_link01.png) no-repeat left top;
    background-size: 16px;
    width: 16px;
    height: 16px;
    position: absolute;
    left: -23px;
    top: -1px;
  }
}
/* ----------------------------------------------------------------------
 archive
---------------------------------------------------------------------- */
/* product */
#product_list {
  position: relative;
  margin: 0 0 10px 0;
}
#product_list {
  margin: 0 -28px 0 0;
  padding: 0;
}
#product_list li {
  list-style-type: none;
  margin: 0 23px 20px 0;
  padding: 0;
  vertical-align: top;
  width: 248px;
  display: inline-block;
}
#product_list li .image {
  display: block;
  background: #fff;
}
#product_list li .image img {
  display: block;
  width: 248px;
  height: 190px;
  border: 1px solid #ccc;
  -webkit-transition-property: opacity;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
  -moz-transition-property: opacity;
  -moz-transition-duration: 0.4s;
  -moz-transition-timing-function: ease;
  -o-transition-property: opacity;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#product_list li .image:hover img {
  opacity: 0.5;
}
#product_list li .title {
  font-size: 14px;
  margin: 0 0 10px 0;
}
#product_list li .title a {
  text-decoration: none;
  display: block;
  padding: 10px;
  background: #999;
  color: #fff;
  height: 40px;
  overflow: hidden;
  -webkit-transition-property: background;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
  -moz-transition-property: background;
  -moz-transition-duration: 0.4s;
  -moz-transition-timing-function: ease;
  -o-transition-property: background;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease;
}
#product_list li .title a:hover {
  background: #333;
}
/* news */
#news_list {
  position: relative;
}
#news_list {
  margin: 0 0 40px 0;
  padding: 0;
}
#news_list li {
  list-style-type: none;
  margin: 0 0 2px 0;
  padding: 5px;
  background: #f2f2f2;
  font-size: 13px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#news_list li .date {
  margin: 0 10px 0 0;
  font-size: 12px;
  line-height: 100%;
  background: #999;
  color: #fff;
  padding: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  float: left;
  width: 70px;
  text-align: center;
}
#news_list li .title {
  float: left;
  width: 690px;
  line-height: 150%;
  padding: 7px 0;
  margin: 0;
}
#news_list li .title a {
  display: block;
  text-decoration: none;
}
/* blog */
#post_list {
  margin: 0;
  padding: 0;
}
#post_list li {
  border-bottom: 1px dotted #aaa;
  margin: 0 0 25px 0;
  padding: 0 0 15px 0;
}
#post_list .image {
  float: right;
  background: #fff;
}
#post_list .image img {
  display: block;
  -webkit-transition-property: opacity;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
  -moz-transition-property: opacity;
  -moz-transition-duration: 0.4s;
  -moz-transition-timing-function: ease;
  -o-transition-property: opacity;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease;
}
#post_list .image:hover img {
  opacity: 0.5
}
#post_list .info {
  float: left;
  width: 510px;
}
#post_list .no_thumbnail .info {
  float: none;
  width: auto;
}
#post_list .post_date {
  font-size: 12px;
  width: 54px;
  height: 54px;
  text-align: center;
  margin: 0 15px 15px 0;
  line-height: 100%;
  float: left;
  background: #bbb;
  position: relative;
}
#post_list .date {
  color: #fff;
  display: block;
  position: absolute;
  top: 10px;
  width: 54px;
}
#post_list .month {
  color: #fff;
  display: block;
  position: absolute;
  bottom: 10px;
  width: 54px;
}
#post_list .title {
  font-size: 16px;
  line-height: 180%;
  margin: 0 0 15px 0;
}
#post_list .title a {
  text-decoration: none;
}
#post_list .title a:hover {
  text-decoration: underline;
}
#post_list .desc {
  clear: both;
}
#post_list ul {
  margin: 0;
}
#post_list li li {
  border: none;
  margin: 0 25px 5px 0;
  padding: 0;
  float: left;
  font-size: 12px;
}
#post_list li.meta_category {
  background: url(img/common/icon_category.png) no-repeat left 3px;
  padding-left: 15px;
}
#post_list li.meta_tag {
  background: url(img/common/icon_tag.png) no-repeat left 3px;
  padding-left: 15px;
}
#post_list li.meta_comment {
  background: url(img/common/icon_comment.png) no-repeat left 3px;
  padding-left: 15px;
}
#post_list li.meta_author {
  background: url(img/common/icon_author.png) no-repeat left 3px;
  padding-left: 15px;
}
/* ----------------------------------------------------------------------
 single post page
---------------------------------------------------------------------- */
.post {
  margin: 0 0 10px 0;
}
/* title */
#post_title {
  margin: 0 0 25px 0;
}
#post_title h2 {
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 160%;
}
#post_title .post_date {
  font-size: 12px;
  width: 54px;
  height: 54px;
  text-align: center;
  margin: 0 15px 5px 0;
  line-height: 100%;
  float: left;
  background: #bbb;
  position: relative;
}
#post_title .date {
  color: #fff;
  display: block;
  position: absolute;
  top: 10px;
  width: 54px;
}
#post_title .month {
  color: #fff;
  display: block;
  position: absolute;
  bottom: 10px;
  width: 54px;
}
/* post thumbnail */
.post_image {
  text-align: center;
  margin: 0 0 30px 0;
}
.post_image img {
  margin: 0;
  width: 100%;
  height: auto;
}
/* next page */
#post_pagination {
  margin: 0 0 30px 0;
}
#post_pagination h5 {
  margin: 0 10px 0 0;
  float: left;
  line-height: 30px;
  font-size: 12px;
}
#post_pagination a, #post_pagination p {
  float: left;
  display: inline-block;
  background: #eee;
  margin: 0 5px 0 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
  color: #333;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 12px;
}
#post_pagination p {
  background: #999;
  color: #fff;
}
#post_pagination a:hover {
  background: #00a2d9;
  color: #fff;
}
/* meta and bookmark */
#post_meta {
  border-top: 1px dotted #aaa;
  margin: 0 0 20px 0;
  padding: 15px 0;
}
#post_meta #meta {
  float: left;
  width: 60%;
  margin: 0;
  font-size: 12px;
}
#post_meta #meta li {
  padding: 0;
  margin: 0 0 6px 0;
  line-height: 160%;
}
#post_meta #meta li.meta_author {
  background: url(img/common/icon_author.png) no-repeat left 5px;
  padding: 0 0 0 18px;
}
#post_meta #meta li.meta_comment {
  background: url(img/common/icon_comment.png) no-repeat left 5px;
  padding: 0 0 0 18px;
}
#post_meta #meta li.meta_category {
  background: url(img/common/icon_category.png) no-repeat 3px 4px;
  padding: 0 0 0 18px;
}
#post_meta #meta li.meta_tag {
  background: url(img/common/icon_tag.png) no-repeat left 5px;
  padding: 0 0 0 18px;
}
#post_meta .bookmark {
  float: right;
  margin: 0;
}
#post_meta .bookmark li {
  float: left;
  margin: 0 0 0 10px;
}
/* related post*/
#related_post {
  margin: 0 0 35px 0;
}
#related_post .headline {
  font-size: 18px;
  margin: 0 0 12px 0;
  line-height: 100%;
}
#related_post ul {
  margin: 0 -10px 0 0;
}
#related_post li {
  display: inline-block;
  margin: 0 5px 10px 0;
  vertical-align: top;
  width: 373px;
  border: 1px solid #ccc;
  padding: 10px;
}
#related_post .image {
  float: left;
  margin: 0 15px 0 0;
  background: #fff;
}
#related_post .image img {
  width: 72px;
  height: 72px;
  display: block;
  -webkit-transition-property: opacity;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
  -moz-transition-property: opacity;
  -moz-transition-duration: 0.4s;
  -moz-transition-timing-function: ease;
  -o-transition-property: opacity;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease;
}
#related_post .image:hover img {
  opacity: 0.5;
}
#related_post .info {}
#related_post .date {
  margin: 0 0 5px 0;
  line-height: 100%;
  font-size: 12px;
  color: #999;
}
#related_post .title {
  font-size: 14px;
  margin: 0;
}
#related_post .title a {
  text-decoration: none;
  display: block;
}
/* next prev post link */
#previous_next_post {
  margin: 0 0 40px 0;
  padding: 0;
  border-top: 1px solid #ccc;
}
#previous_next_post p {
  margin: 0;
  padding: 0;
}
#previous_next_post a {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#previous_post a {
  margin: 0;
  width: 50%;
  float: left;
  border-right: 1px solid #ccc;
  line-height: 140%;
  font-size: 12px;
  background: url(img/common/arrow_left.gif) no-repeat left 20px;
  padding: 25px 30px;
}
#next_post a {
  margin: 0;
  left: -1px;
  position: relative;
  width: 50%;
  float: right;
  text-align: right;
  border-left: 1px solid #ccc;
  line-height: 140%;
  font-size: 12px;
  background: url(img/common/arrow_right.gif) no-repeat right 20px;
  padding: 25px 30px;
}
/* ----------------------------------------------------------------------
 product single page
---------------------------------------------------------------------- */
#product_headline a {
  text-decoration: none;
}
#product_headline a:hover {
  text-decoration: underline;
}
.product_title {
  margin: 0 0 20px 0;
}
/* slider */
#product_image_slider_wrap {
  width: 770px;
  background: #f2f2f2;
  padding: 15px;
  position: relative;
  margin: 0 0 30px 0;
}
#product_image_slider_wrap #loader {
  position: absolute;
  top: 200px;
  left: 350px;
}
#product_image_slider {
  width: 575px;
  height: 380px;
  overflow: hidden;
}
#product_image_slider img {
  width: 575px;
  height: 380px;
}
/* thumbnail */
.nivo-controlNav {
  padding: 0;
  margin: 0;
  position: absolute;
  right: 15px;
  top: 15px;
}
.nivo-controlNav a {
  cursor: pointer;
  margin: 0 0 13px 0;
  display: block;
}
.nivo-controlNav a img {
  display: block;
  opacity: 0.3;
}
.nivo-controlNav a.active img, .nivo-controlNav a:hover img {
  opacity: 1;
}
/* no slider */
#product_image {}
#product_image img {
  display: block;
  border: 15px solid #f2f2f2;
  margin: 0 auto 30px;
}
/* bookmark */
.bookmark {
  margin: 0 0 30px 0;
}
.bookmark li {
  float: left;
  margin: 0 10px 0 0;
}
/* ----------------------------------------------------------------------
 footer
---------------------------------------------------------------------- */
#return_top {
  z-index: 999;
  position: fixed;
  right: 0px;
  bottom: 25px;
  margin: 0;
  display: block;
  width: 36px;
  height: 100px;
  text-indent: -9999px;
  background: #ccc url(img/footer/return_top.png) no-repeat center;
}
#return_top:hover {}
/* basic setting */
#footer {
  clear: both;
  width: 100%;
  min-width: 1140px;
  background: #f4f4f4;
}
#footer_inner {
  width: 1140px;
  margin: 0 auto;
  position: relative;
  font-size: 11px;
  padding-top: 50px;
}
#footer a {}
#footer a:hover {}
#footer li {
  line-height: 170%;
  margin: 0 0 10px 0;
  padding: 0;
}
/* widget area */
#footer_widget {
  position: relative;
}
.footer_widget {
  margin: 0 41px 40px 0;
  width: 350px;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
}
.footer_widget.right_widget {
  margin-right: 0;
}
.footer_headline {
  font-size: 16px;
  margin: 0 0 15px 0;
  padding: 0 0 8px 0;
}
.footer_widget ul {
  margin: 0;
}
.footer_widget li ul {
  margin: 10px 0 0 0;
}
.footer_widget li {}
.footer_widget img {
  height: auto;
  max-width: 100%;
  width: auto;
}
/* copyright */
#copyright {
  width: 100%;
  min-width: 1140px;
  clear: both;
  color: #fff;
  background: #999;
  margin: 0;
}
#copyright_inner {
  width: 1140px;
  height: 50px;
  margin: 0 auto;
  positiion: relative;
  font-size: 11px;
}
#copyright a {
  text-decoration: none;
  color: #fff;
}
#copyright a:hover {
  text-decoration: underline;
}
/* menu */
#footer_menu {}
#footer_menu li { /* float:left; */ margin: 0;
  line-height: 100%;
  list-style: disc;
  color: #fff;
}
#footer_menu li a {
  text-decoration: none;
  margin: 0 0 0 0;
  padding: 0px 0px 0px 0px;
  color: #fff;
  font-size: 16px;
  line-height: normal;
}
#footer_menu li:last-child a {
  border: none;
}
#footer_menu li ul li {
  padding: 0px 0px 0px 0;
  margin: 0px 0px 0px 20px;
  list-style: circle;
}
#social_link {
  margin: 11px 0 0 15px;
  padding: 0;
  text-align: center;
  float: right;
}
#social_link li {
  display: block;
  margin: 0 0 0 5px;
  position: relative;
  background: #fff;
  border-radius: 100%;
  float: left;
}
#social_link li a {
  display: block;
  text-indent: -200px;
  overflow: hidden;
  width: 24px;
  height: 24px;
  position: relative;
  -webkit-transition-property: none;
  -moz-transition-property: none;
  -o-transition-property: none;
}
#social_link li:before {
  font-family: 'design_plus';
  color: #000;
  font-size: 12px;
  display: block;
  position: absolute;
  top: 5px;
  left: 4px;
  width: 17px;
  height: 17px;
  line-height: 17px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#social_link li.twitter:before {
  content: '\e904';
}
#social_link li.facebook:before {
  content: '\e902';
}
#social_link li.insta:before {
  content: '\ea92';
}
#social_link li.pint:before {
  content: '\e905';
}
#social_link li.flickr:before {
  content: '\eaa4';
}
#social_link li.tumblr:before {
  content: '\eab9';
}
#social_link li.rss:before {
  content: '\e90b';
}
#social_link li.twitter:hover:before {
  color: #16b9dc;
}
#social_link li.facebook:hover:before {
  color: #3B5998;
}
#social_link li.insta:hover:before {
  color: #8a3ab9;
}
#social_link li.rss:hover:before {
  color: #ffcc00;
}
#social_link li.pint:hover:before {

  color: #cb2027;
}
#social_link li.flickr:hover:before {
  color: #ff0084;
}
#social_link li.tumblr:hover:before {
  color: #34526f;
}
/* copyright */
#copyright p {
  margin: 13px 0 0 0;
  float: right;
  font-size: 12px;
}
.page_wrap {
  padding: 115px 0px 0px 0px;
  margin: 0px 0px 40px 0px;
}
.bread_area {
  background: #f1f1f1;
}
.bread_area #bread_crumb {
  padding: 5px 0px;
}
.footer_fixed_nav {
  display: none !important;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
main {
  overflow: hidden;
}
/* top */
/* メインビジュアル下ニュース */
section.whatNew {
  padding: 70px 15px 140px;
}
section.whatNew .base {
  max-width: 1140px;
  margin: 0 auto;
}
section.whatNew table {
  width: 100%;
  height: 50px;
}
section.whatNew table th {
  width: 11%;
  text-align: center;
  background: #f5a71a;
  border-radius: 50px 0 0 50px;
}
section.whatNew table th span {
  font-size: 15px;
  color: #fff;
  font-weight: bold;
  padding-left: 15px;
  position: relative;
}
section.whatNew table th span:before {
  content: "";
  background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/ic_news.png) no-repeat left top;
  background-size: 19px;
  width: 19px;
  height: 19px;
  position: absolute;
  left: -10px;
  top: -2px;
}
section.whatNew table td {
  width: 89%;
  letter-spacing: 1px;
  padding: 0 120px 0 30px;
  background: #fefbf3;
  border-radius: 0 50px 50px 0;
  position: relative;
}
section.whatNew table td a.ti {
  font-size: 14px;
  color: #4d4d4d;
  text-decoration: none;
}
section.whatNew table td a.more {
  font-size: 12px;
  color: #f5a71a;
  font-weight: bold;
  text-decoration: none;
  position: absolute;
  right: 30px;
  top: 30%;
}
/* 募集要項 */
section.recruitment {
  padding: 0 0 50px;
  background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/bg_stripe01.png) repeat left top;
  background-size: 11px;
}
section.recruitment .ti {
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
}
section.recruitment h3 {
  margin-bottom: 20px;
}
section.recruitment ul {
  overflow: hidden;
  width: 100%;
}
section.recruitment ul li {
  float: left;
  width: 33.3%;
}
/* リクルートメニュー */
section.menu {
  padding: 140px 15px 200px;
}
section.menu .charm {
  margin-bottom: 140px;
}
section.menu h2 {
  margin-bottom: 30px;
}
section.menu h3 {
  margin-bottom: 50px;
}
section.menu .col02 {
  overflow: hidden;
  max-width: 1140px;
  margin: 0 auto 30px;
}
section.menu .col02 p {
  float: left;
  width: 49%;
  margin-right: 2%;
}
section.menu .col02 p:last-child {
  margin-right: 0;
}
section.menu .col03 {
  overflow: hidden;
  max-width: 1140px;
  margin: 0 auto;
}
section.menu .col03 p {
  float: left;
  width: 32%;
  margin-right: 2%;
}
section.menu .col03 p:last-child {
  margin-right: 0;
}
/* スタッフボイス */
section.staffVoice {
  padding: 0 0 180px;
}
section.staffVoice .tiArea {
  margin-bottom: -260px;
  position: relative;
}
section.staffVoice .tiArea .ti {
  background: #f5a71a;
  padding-top: 5px;
  max-width: 630px;
}
section.staffVoice .tiArea .ti .inner {
  border-top: 1px solid #fff;
  padding: 120px 40px 120px 60px;
}
section.staffVoice .tiArea .ti .inner h2 {
  color: #fff;
  text-align: left;
}
section.staffVoice .tiArea .ti .inner h2 span {
  color: #fff;
  position: relative;
}
section.staffVoice .tiArea .ti .inner h2 span:after {
  content: "";
  background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/ic_voice01.png) no-repeat left top;
  background-size: 35px;
  width: 35px;
  height: 63px;
  position: absolute;
  right: -25px;
  bottom: -30px;
}
section.staffVoice .tiArea .sti {
  position: absolute;
  left: 700px;
  top: 0;
}
section.staffVoice .tiArea .sti .ic {
  text-align: right;
  margin-bottom: 20px;
}
section.staffVoice .tiArea .sti h3 {
  color: #fff;
  text-align: left;
  margin-bottom: 15px;
}
section.staffVoice .tiArea .sti .moreBtn {

  float: right;
}
section.staffVoice .bg {
  width: 100%;
  padding-left: 10%;
  margin-bottom: -200px;
}
section.staffVoice .bg .inner {
  width: 100%;
  height: 430px;
  background-color: #f8c25f;
  background-image: -webkit-gradient(linear, 0 0, 100% 0, color-stop(.5, #f9ca76), color-stop(.5, transparent), to(transparent));
  background-image: linear-gradient(left, #f9ca76 50%, transparent 50%, transparent);
  -webkit-background-size: 15px 15px;
  background-size: 15px 15px;
}
section.staffVoice .staffBase {
  max-width: 1170px;
  margin: 0 auto;
}
section.staffVoice .staffBase .slide_selector li {
  padding: 0 15px;
}
section.staffVoice .staffBase .slide_selector li .thumb {
  margin-bottom: -20px;
}
section.staffVoice .staffBase .slide_selector li .thumb img {
  width: 100%;
  height: auto;
}
section.staffVoice .staffBase .slide_selector li .text {
  border: 1px solid #f8c25f;
  padding: 45px 15px 25px;
  width: 90%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
section.staffVoice .staffBase .slide_selector li .text .comment {
  font-size: 17px;
  color: #4d4d4d;
  text-align: center;
  margin-bottom: 10px;
}
section.staffVoice .staffBase .slide_selector li .text .kata {
  font-size: 15px;
  color: #4d4d4d;
  text-align: center;
}
section.staffVoice .staffBase .slide_selector li .text .name {
  font-size: 15px;
  color: #4d4d4d;
  text-align: center;
  margin-bottom: 15px;
}
section.staffVoice .staffBase .slide_selector li .text .moreBtn a {
  margin: 0 auto;
}
/* ニュース */
section.news {
  padding: 0 0 140px;
}
section.news .tiArea {
  padding: 40px 15px 170px;
  background-color: #fef2dd;
  background-image: -webkit-gradient(linear, 0 0, 100% 0, color-stop(.5, #fef6e8), color-stop(.5, transparent), to(transparent));
  background-image: linear-gradient(left, #fef6e8 50%, transparent 50%, transparent);
  -webkit-background-size: 85px 85px;
  background-size: 85px 85px;
  margin-bottom: -120px;
}
section.news .tiArea .inner {
  padding: 130px 0 0;
  background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/ic_flag.png) no-repeat center top;
  background-size: 1164px;
}
section.news .tiArea .secTi {
  margin-bottom: 30px;
}
section.news .slide_selector {
  margin-bottom: 50px;
}
section.news .slide_selector li {
  width: 345px;
  padding: 0 15px;
}
section.news .slide_selector li .thumb {
  position: relative;
  margin-bottom: -30px;
}
section.news .slide_selector li .thumb img {
  width: 100%;
  height: auto;
}
section.news .slide_selector li .thumb span {
  font-size: 13px;
  color: #fff;
  position: absolute;
  right: -20px;
  top: 40%;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  letter-spacing: 2px;
}
section.news .slide_selector li .inner {
  background: #fff;
  padding: 15px 15px 0;
  width: 90%;
  position: relative;
  z-index: 2;
}
section.news .slide_selector li .inner .cat {
  overflow: hidden;
  margin-bottom: 10px;
}
section.news .slide_selector li .inner .cat a {
  display: block;
  float: left;
  font-size: 12px;
  color: #fff;
  background: #f5a71a;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 2px 5px;
  margin-right: 5px;
}
section.news .slide_selector li .inner .ti a {
  display: block;
  font-size: 14px;
  color: #000;
  margin-bottom: 15px;
}
section.news .slide_selector li .inner .more a {
  display: block;
  background: #f7f6f6;
  margin: 0 -15px;
  padding: 7px 0 7px 40px;
  text-decoration: none;
}
section.news .slide_selector li .inner .more a span {
  font-size: 12px;
  color: #f5a71a;
  position: relative;
}
section.news .slide_selector li .inner .more a span:before {
  content: "";
  background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/ic_arrow01.png) no-repeat left top;
  background-size: 16px;
  width: 16px;
  height: 16px;
  position: absolute;
  left: -25px;
  top: -1px;
}
section.news .moreBtn {
  max-width: 1140px;
  margin: 0 auto;
}
section.news .moreBtn a {
  float: right;
}
/* インスタグラム */
section.instagram {
  background: #f5a71a;
  position: relative;
  margin-bottom: 30px;
}
section.instagram .inner {
  position: relative;
  z-index: 2;
  padding: 140px 15px;
}
section.instagram .inner .base {
  max-width: 945px;
  margin: 0 auto;
}
section.instagram .tiArea {
  width: 100%;
  margin: 0 0 50px;
}
section.instagram .tiArea .ti {
  float: left;
}
section.instagram .tiArea .ti h2 {
  text-align: left;
  color: #fff;
  margin-bottom: 30px;
}
section.instagram .tiArea .ti h2 span {
  color: #fff;
  position: relative;
}
section.instagram .tiArea .ti h2 span:after {
  content: "";
  background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/ic_iine.png) no-repeat left top;
  background-size: 92px;
  width: 92px;
  height: 80px;
  position: absolute;
  right: -100px;
  top: -15px;
}
section.instagram .tiArea .ti h3 {
  text-align: left;
  color: #fff;
}
section.instagram .tiArea .btn {
  float: right;
  margin-top: 80px;
}
section.instagram .instaBase {
  max-width: 945px;
  margin: 0 auto;
}
section.instagram ul.insta {
  width: 100%;
  overflow: hidden;
}

section.instagram ul.insta li {
  float: left;
  width: 18%;
  margin: 0 2.5% 2.5% 0;
  height: auto;
  overflow: hidden;
  position: relative;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
  background: #fff;
}
section.instagram ul.insta li:before {
  padding-top: 100%;
  content: "";
  display: block;
}
section.instagram ul.insta li:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
}
section.instagram ul.insta li img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
section.instagram .link {
  text-align: right;
}
section.instagram .link a {
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
  text-decoration: none;
}
section.instagram .link a span {
  font-size: 16px;
  color: #fff;
  letter-spacing: 1px;
  position: relative;
  padding-right: 30px;
}
section.instagram .link a span:after {
  content: "";
  background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/ic_search.png) no-repeat left top;
  background-size: 20px;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  top: -3px;
}
section.instagram .bg01 {
  background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/bg_stripe02.png) repeat left top;
  background-size: 10px;
  width: 347px;
  height: 376px;
  position: absolute;
  left: 0;
  top: 0;
}
section.instagram .bg02 {
  background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/bg_stripe02.png) repeat left top;
  background-size: 10px;
  width: 347px;
  height: 347px;
  position: absolute;
  right: 0;
  top: 40%;
}
section.instagram .bg03 {
  background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/bg_stripe02.png) repeat left top;
  background-size: 10px;
  width: 347px;
  height: 347px;
  position: absolute;
  left: 10%;
  bottom: 0;
}
/* ムービー */
section.movie {
  padding: 200px 15px;
}
section.movie .inner {
  text-align: center;
}
section.movie .inner h2 {
  color: #ff7692;
  margin-bottom: 30px;
}
section.movie .inner h2 span.color01 {
  color: #ff7692;
}
section.movie .inner h2 span.color02 {
  color: #f7d359;
}
section.movie .inner h2 span.color03 {
  color: #74aac5;
}
section.movie .inner h2 span.color04 {
  color: #84b4b7;
}
section.movie .inner h2 span.color05 {
  color: #a8c368;
}
section.movie .inner .movie_cap {
  padding-bottom: 20px;
}
section.movie .inner .movie_cap strong {
  font-size: 17px;
  color: #4d4d4d;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 1px;
  line-height: 2em;
}
section.movie .inner .movie_cap {
  font-size: 15px;
  color: #4b4b4b;
}
section.movie .inner .movieWrap {
  position: relative;
  max-width: 945px;
  margin: 0 auto;
}
section.movie .inner .movieWrap video {
  max-width: 100%;
  width: 900px;
  margin: 0 auto;
  display: block;
}
section.movie .inner .movieWrap:before {
  content: "";
  background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/bg_curtain.png) no-repeat left top;
  background-size: 429px;
  width: 429px;
  height: 592px;
  position: absolute;
  left: -100px;
  top: -150px;
  z-index: -1;
}
section.movie .inner .movieWrap:after {
  content: "";
  background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/bg_curtain.png) no-repeat left top;
  background-size: 429px;
  width: 429px;
  height: 592px;
  position: absolute;
  right: -100px;
  top: -150px;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
  filter: FlipH;
  -ms-filter: "FlipH";
  z-index: -1;
}
@media only screen and (max-width: 1155px) and (min-width: 768px) {
  section.movie .inner .movieWrap:before {
    content: "";
    background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/bg_curtain.png) no-repeat left top;
    background-size: 215px;
    width: 215px;
    height: 296px;
    position: absolute;
    left: -10px;
    top: -200px;
    z-index: -1;
  }
  section.movie .inner .movieWrap:after {
    content: "";
    background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/bg_curtain.png) no-repeat left top;
    background-size: 215px;
    width: 215px;
    height: 296px;
    position: absolute;
    right: -10px;
    top: -200px;
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
    filter: FlipH;
    -ms-filter: "FlipH";
    z-index: -1;
  }
}
@media only screen and (max-width: 1120px) and (min-width: 768px) {
  section.staffVoice .tiArea {
    margin-bottom: -250px;
  }
  section.staffVoice .tiArea .sti {
    position: relative;
    left: 0;
    padding: 30px 15px 0;
    max-width: 800px;
    margin: 0 auto;
  }
  section.staffVoice .tiArea .sti .ic {
    position: absolute;
    right: 0;
    top: -150px;
  }
  section.staffVoice .tiArea .sti h3 {
    text-align: center;
  }
  section.staffVoice .tiArea .sti .moreBtn {
    float: none;
  }
  section.staffVoice .tiArea .sti .moreBtn a {
    margin: 0 auto;
  }
  section.staffVoice .bg {
    padding-left: 0;
    margin-bottom: -100px;
  }
}
@media only screen and (min-width: 768px) {
  section.instagram ul.insta li:nth-child(5n) {
    margin-right: 0;
  }
}


/* もっと見るボタン */
.moreBtn a {
  display: block;
  font-size: 12px;
  color: #f5a71a;
  font-weight: bold;
  text-align: center;
  width: 145px;
  padding: 12px 0;
  background: #fef6e8;
  text-decoration: none;
  -webkit-border-radius: 36px;
  border-radius: 36px;
  position: relative;
}
.moreBtn a:before {
  content: "";
  background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/ic_arrow01.png) no-repeat left top;
  background-size: 16px;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 15px;
  top: 30%;
}
/* パンくず */
.pankuzu {
  max-width: 1140px;
  margin: 0 auto 40px;
}
.pankuzu ul {
  padding: 0 15px;
}
.pankuzu ul li {
  float: left;
  font-size: 14px;
  color: #f7b948;
  margin-right: 25px;
}
.pankuzu ul li:first-child a {
  padding-left: 25px;
}
.pankuzu ul li:last-child {
  margin-right: 0;
}
.pankuzu ul li a {
  font-size: 14px;
  color: #f7b948;
  position: relative;
}
.pankuzu ul li:first-child a:before {
  content: "";
  background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/ic_top.png) no-repeat left top;
  background-size: 18px;
  width: 18px;
  height: 17px;
  position: absolute;
  left: 0;
  top: -2px;
}
.pankuzu ul li a:after {
  content: ">";
  font-size: 14px;
  color: #f7b948;
  position: absolute;
  right: -18px;
  top: 0;
  line-height: 14px;
}
/* エントリーはこちら */
section.entry {
  background: #ff7692;
  padding: 5px;
}
section.entry .inner {
  border: 1px solid #fff;
  padding: 70px 15px;
}
section.entry .tiArea {
  overflow: hidden;
  max-width: 1000px;

  margin: 0 auto 40px;
}
section.entry .tiArea .ti {
  float: left;
  width: 46%;
}
section.entry .tiArea .btn {
  float: right;
  width: 50%;
  margin-top: 15px;
}
section.entry .cap {
  font-size: 17px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1px;
}
/* フッター */
footer {
  padding: 70px 15px 0;
}
footer .base {
  max-width: 1140px;
  margin: 0 auto;
}
footer .base .lineArea {
  margin-bottom: 40px;
  width: 100%;
}
footer .base .lineArea .text {
  float: left;
  font-size: 15px;
  color: #4b4b4b;
  padding-left: 80px;
  position: relative;
}
footer .base .lineArea .text:before {
  content: "";
  background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/ic_line01.png) no-repeat left top;
  background-size: 58px;
  width: 58px;
  height: 55px;
  position: absolute;
  left: 0;
  top: -2px;
}
footer .base .lineArea .btn a {
  float: right;
  display: block;
  width: 300px;
  background: #01b802;
  padding: 15px 0;
  text-align: center;
  -webkit-border-radius: 44px;
  border-radius: 44px;
  text-decoration: none;
}
footer .base .lineArea .btn a span {
  font-size: 14px;
  color: #fff;
  position: relative;
}
footer .base .lineArea .btn a span:before {
  content: "";
  background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/ic_line02.png) no-repeat left top;
  background-size: 24px;
  width: 24px;
  height: 23px;
  position: absolute;
  left: -40px;
  top: -4px;
}
footer .base .naviArea {
  padding-top: 50px;
  margin-bottom: 50px;
  width: 100%;
  border-top: 1px solid #f5a71a;
  overflow: hidden;
}
footer .base .naviArea .logo {
  float: left;
  width: 20%;
  margin-right: 5%;
}
footer .base .naviArea .logo p {
  margin-bottom: 20px;
}
footer .base .naviArea .logo .snsBtn a {
  display: inline-block;
  margin: 0 5px;
}
footer .base .naviArea .navi {
  float: left;
  width: 42%;
  margin-right: 7%;
  overflow: hidden;
}
footer .base .naviArea .navi ul {
  float: left;
  width: 47%;
  margin-right: 6%;
}
footer .base .naviArea .navi ul:last-child {
  margin-right: 0;
}
footer .base .naviArea .navi ul li a {
  display: block;
  font-size: 14px;
  color: #4b4b4b;
  border-bottom: 1px solid #fad38c;
  padding: 10px 0 10px 40px;
  text-decoration: none;
  position: relative;
}
footer .base .naviArea .navi ul li a:before {
  content: "";
  background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/ic_arrow01.png) no-repeat left top;
  background-size: 13px;
  width: 13px;
  height: 13px;
  position: absolute;
  left: 15px;
  top: 33%;
}
footer .base .naviArea .navi ul li.row02 {
  display: block;
  font-size: 14px;
  color: #4b4b4b;
  border-bottom: 1px solid #fad38c;
  padding: 10px 0 10px 40px;
  position: relative;
}
footer .base .naviArea .navi ul li.row02:before {
  content: "";
  background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/ic_arrow01.png) no-repeat left top;
  background-size: 13px;
  width: 13px;
  height: 13px;
  position: absolute;
  left: 15px;
  top: 13px;
}
footer .base .naviArea .navi ul li.row02 a:before {
  display: none;
}
footer .base .naviArea .navi ul li.row02 a {
  display: inline-block;
  border-bottom: none;
  padding: 0;
}
footer .base .naviArea .bn {
  float: left;
  width: 26%;
}
footer .base .naviArea .bn dl dt {
  margin-bottom: 10px;
}
footer .base .naviArea .bn dl dd a {
  display: block;
  font-size: 14px;
  color: #4b4b4b;
  padding: 0 0 0 27px;
  position: relative;
}
footer .base .naviArea .bn dl dd a:before {
  content: "";
  background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/ic_link01.png) no-repeat left top;
  background-size: 16px;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 2px;
}
footer .base .otherNavi {
  text-align: center;
  margin-bottom: 20px;
}
footer .base .otherNavi li {
  display: inline-block;
  margin: 0 15px;
  position: relative;
}
footer .base .otherNavi li:after {
  content: "｜";
  font-size: 14px;
  color: #4b4b4b;
  position: absolute;
  right: -25px;
  top: 0;
}
footer .base .otherNavi li a {
  font-size: 14px;
  color: #4b4b4b;
  text-decoration: none;
}
footer .copy {
  font-size: 10px;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  margin: 0 -15px;
  letter-spacing: 1px;
  background: #f5a71a;
}


.tiArea .cap {
    font-size: 14px;
    color: #4d4d4d;
    line-height: 1.8em;
    text-align: center;
    padding: 0 15px;
}

@media only screen and (min-width: 768px) {
  /* PC、スマホ切り替え */
  .pc_display {
    display: block !important;
  }
  .sp_display {
    display: none !important;
  }
  /* ストーカーボタン */
  .stalkerBtn {
    position: fixed;
    right: 15px;
    bottom: 30px;
    z-index: 999;
  }
  .stalkerBtn img {
    width: 157px;
  }
  .stalkerBtn_sp {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
	/* PC、スマホ切り替え */
	.pc_display{
		display:none !important;
	}
	.sp_display{
		display:block !important;
	}
	
	/* ストーカーボタン */
.stalkerBtn{
	display: none !important;
}
	.stalkerBtn_sp{
		position: fixed;
		width: 100%;
		z-index: 999;
		background: #ff4e79;
		border-radius: 15px 15px 0 0;
		padding: 0 15px;
		-webkit-transition: 0.5s all;
		transition: 0.5s all;
	}
	.stalkerBtn_sp img{
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}
	
	/* パンくず */
.pankuzu{
	margin: 0 auto 25px;
}

/* エントリーはこちら */
section.entry .inner{
	padding: 50px 15px;
}
section.entry .tiArea{
	margin: 0 auto 30px;
}
section.entry .tiArea .ti{
	float: none;
	width: 100%;
}
section.entry .tiArea .btn{
	float: none;
	width: 100%;
	margin-top: 20px;
}
section.entry .cap{
	font-size: 15px;
}
	
	/* ウェルカム */
section.welcome{
	padding: 15px 15px 30px;
	margin-bottom: 30px;
}
section.welcome .base .otoiawase{
	padding: 30px 15px;
	margin-bottom: 20px;
}
section.welcome .base .otoiawase .pic{
	float: none;
	width: 100%;
}
	section.welcome .base .otoiawase .pic img{
	max-width: 80%;
	}
section.welcome .base .otoiawase .text{
	float: none;
	width: 100%;
}
section.welcome .base .otoiawase .text dl dt{
	font-size: 18px;
	text-align: center;
}
section.welcome .base .otoiawase .text dl dd{
	text-align: center;
}
section.welcome .base .otoiawase .text ul li a{
	float: none;
	width: 100%;
}
section.welcome .base .otoiawase .text ul li.mail a{
	margin: 0 0 10px;
}
section.welcome .base .ti{
	font-size: 18px;
	margin-bottom: 20px;
}
section.welcome .base ul.bn li{
	float: none;
	width: 100%;
	margin: 0 0 10px;
}
	section.welcome .base ul.bn li:last-child{
		margin-bottom: 0;
	}
	
	/* スタッフ */
	section.pick_up_staff{
		padding: 190px 0 60px;
	}
	section.pick_up_staff .box-ttl{
		margin-bottom: 30px;
	}
	section.pick_up_staff .box-ttl .in:before{
		left: 0;
		right: 0;
		top: -140px;
		transform: translateY(0);
		margin-left: auto;
		margin-right: auto;
	}
	section.pick_up_staff .box-ttl .ttl{
		padding-left: 0;
	}
	section.pick_up_staff .box-ttl .ttl span{
		font-size: 26px;
		letter-spacing: 1px;
	}
	section.pick_up_staff ul{
		margin: 0 auto 50px;
	}
	section.pick_up_staff ul li{
		font-size: 15px;
		letter-spacing: 0;
		border-radius: 100px;
		padding: 20px 20px 20px 60px;
		margin-bottom: 15px;
	}
	section.pick_up_staff ul li:before{
		left: 25px;
	}
	section.pick_up_staff ul li:nth-child(2n-1):before{
		background: url(../img/common/ic_adorable01.png) no-repeat left top;
		background-size: 22px;
		width: 22px;
		height: 22px;
	}
	section.pick_up_staff ul li:nth-child(2n):before{
		background: url(../img/common/ic_adorable02.png) no-repeat left top;
		background-size: 22px;
		width: 22px;
		height: 22px;
	}
	section.pick_up_staff ul li span{
		font-size: 18px;
	}

/* フッター */
footer{
	padding: 40px 15px 0;
}
footer .base .lineArea .text{
	float: none;
	padding: 65px 0 0;
	margin-bottom: 20px;
	text-align: center;
}
footer .base .lineArea .text:before{
	position: absolute;
	left: -webkit-calc(50% - 29px);
	left: calc(50% - 29px);
	top: 0;
}
footer .base .lineArea .btn a{
	float: none;
	width: auto;
	max-width: 345px;
	margin: 0 auto;
}
footer .base .naviArea{
	padding-top: 40px;
	margin-bottom: 30px;
}
footer .base .naviArea .logo{
	float: none;
	width: 100%;
	margin: 0 0 20px;
}
footer .base .naviArea .logo p{
	text-align: center;
}
	footer .base .naviArea .logo p img{
		width: 200px;
	}
footer .base .naviArea .logo .snsBtn{
	text-align: center;
}
footer .base .naviArea .navi{
	float: none;
	width: 100%;
	margin: 0 0 20px;
}
footer .base .naviArea .navi ul{
	float: none;
	width: 100%;
	margin-right: 0;
}
footer .base .naviArea .bn{
	float: none;
	width: 100%;
}
	footer .base .h1Text{
		font-size: 12px;
		color: #ababab;
		margin-bottom: 20px;
	}
footer .base .otherNavi{
	overflow: hidden;
}
footer .base .otherNavi li{
	display: block;
	margin: 0;
}
footer .base .otherNavi li a{
	float: left;
	width: 50%;
	position: relative;
	font-size: 14px;
	color: #4b4b4b;
	text-decoration: none;
}
footer .base .otherNavi li a:after{
	content: "｜";
	font-size: 14px;
	color: #4b4b4b;
	position: absolute;
	right: -10px;
	top: 0;
}
footer .base .otherNavi li:nth-child(2n) a:after{
		display: none;
	}
	
}
@media only screen and (max-width: 767px) {
  /* ページ内共通 */
  h2 {
    letter-spacing: 1px;
  }
  h2 span {
    font-size: 35px;
  }
  h3 {
    font-size: 15px;
  }
  /* メインビジュアル下ニュース */
  section.whatNew {
    padding: 30px 15px 70px;
  }
  section.whatNew table {
    display: block;
    height: auto;
  }
  section.whatNew table tr, section.whatNew table tbody {
    display: block;
    width: 100%;
  }
  section.whatNew table th {
    display: block;
    width: 100%;
    border-radius: 15px 15px 0 0;
    padding: 10px 0;
  }
  section.whatNew table th span:before {
    content: "";
    background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/ic_news.png) no-repeat left top;
    background-size: 19px;
    width: 19px;
    height: 19px;
    position: absolute;
    left: -10px;
    top: -2px;
  }
  section.whatNew table td {
    display: block;
    width: 100%;
    padding: 15px;
    border-radius: 0 0 15px 15px;
  }
  /* 募集要項 */
  section.recruitment .ti {
    max-width: 320px;
    margin: 0 auto;
    padding: 0 15px;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  section.recruitment ul li {
    float: none;
    width: 100%;
  }
  section.recruitment ul li:first-child {
    margin-bottom: -4.5%;
  }
  /* リクルートメニュー */
  section.menu {
    padding: 50px 15px 90px;
  }
  section.menu .charm {
    margin: 0 -15px 70px;
  }
  section.menu h3 {
    margin-bottom: 30px;
  }
  section.menu .col02 {
    margin: 0 auto 10px;
  }
  section.menu .col02 p {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  section.menu .col02 p:last-child {
    margin-bottom: 0;
  }
  section.menu .col03 p {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  section.menu .col03 p:last-child {
    margin-bottom: 0;
  }
  /* スタッフボイス */
  section.staffVoice {
    padding: 0 15px 90px;
  }
  section.staffVoice .tiArea {
    margin-bottom: -250px;
  }
  section.staffVoice .tiArea .ti {
    max-width: 345px;
    margin: 0 auto 20px;
  }
  section.staffVoice .tiArea .ti .inner {
    padding: 40px 15px;
    position: relative;
  }
  section.staffVoice .tiArea .ti .inner .ic {
    position: absolute;
    right: -5px;
    top: -45px;
  }
  section.staffVoice .tiArea .ti .inner h2 {
    text-align: center;
  }
  section.staffVoice .tiArea .ti .inner h2 span:after {
    content: "";
    background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/ic_voice01.png) no-repeat left top;
    background-size: 25px;
    width: 25px;
    height: 50px;
    position: absolute;
    right: -30px;
    bottom: 10px;

  }
  
  section.staffVoice .tiArea .sti {
    position: static;
  }
  section.staffVoice .tiArea .sti h3 {
    text-align: center;
  }
  section.staffVoice .tiArea .sti .moreBtn {
    float: none;
  }
  section.staffVoice .tiArea .sti .moreBtn a {
    margin: 0 auto;
  }
  section.staffVoice .bg {
    width: auto;
    padding-left: 0;
    margin: 0 -15px -130px;
  }
  section.staffVoice .staffBase .slide_selector {
    margin: 0 -15px;
  }
  section.staffVoice .staffBase .slide_selector li {
    padding: 0 7px;
  }
  section.staffVoice .staffBase .slide_selector li .text {
    padding: 35px 15px 25px;
  }
  section.staffVoice .staffBase .slide_selector li .text .comment {
    font-size: 16px;
  }
  section.staffVoice .slick-prev {
    width: 46px;
    height: 46px;
    left: 10px;
    top: 28%;
    position: absolute;
    z-index: 999;
  }
  section.staffVoice .slick-next {
    width: 46px;
    height: 46px;
    top: 28%;
    position: absolute;
    z-index: 999;
    right: 10px;
  }
  section.staffVoice .slick-prev:before {
    content: "" !important;
  }
  section.staffVoice .slick-prev:after {
    content: "" !important;
    background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/btn_slideArrow.png);
    background-size: 46px;
    width: 46px;
    height: 46px;
    position: absolute;
    top: 0;
    left: 0;
  }
  section.staffVoice .slick-next:before {
    content: "" !important;
  }
  section.staffVoice .slick-next:after {
    content: "" !important;
    background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/btn_slideArrow.png);
    background-size: 46px;
    width: 46px;
    height: 46px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
  }
  /* ニュース */
  section.news {
    padding: 0 0 70px;
  }
  section.news .tiArea {
    padding: 40px 15px 100px;
    margin-bottom: -70px;
  }
  section.news .tiArea .inner {
    padding: 60px 0 0;
    background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/ic_flag_sp.png) no-repeat center top;
    background-size: 290px;
  }
  section.news .slide_selector li {
    width: 280px;
    padding: 0 7px;
  }
  section.news .slide_selector li .thumb {
    margin-bottom: 0;
  }
  section.news .slide_selector li .thumb span {
    right: -30px;
  }
  section.news .slide_selector li .inner {
    width: 100%;
  }
  section.news .slide_selector li .inner .more a {
    padding: 4px 0 4px 40px;
  }
  section.news .moreBtn a {
    float: none;
    margin: 0 auto;
  }
  /* インスタグラム */
  section.instagram .inner {
    padding: 50px 15px;
  }
  section.instagram .tiArea {
    margin: 0 0 40px;
  }
  section.instagram .tiArea .ti {
    float: none;
    margin-bottom: 30px;
  }
  section.instagram .tiArea .ti h2 {
    text-align: center;
  }
  section.instagram .tiArea .ti h2 span {
    font-size: 30px;
  }
  section.instagram .tiArea .ti h2 span:after {
    content: "";
    background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/ic_iine.png) no-repeat left top;
    background-size: 55px;
    width: 55px;
    height: 65px;
    position: absolute;
    right: -10px;
    top: 30px;
  }
  section.instagram .tiArea .ti h3 {
    text-align: center;
  }
  section.instagram .tiArea .btn {
    float: none;
    margin-top: 20px;
    text-align: center;
  }
  section.instagram ul.insta li {
    width: 32%;
    margin: 0 2% 2% 0;
  }
  section.instagram ul.insta li:nth-child(3n) {
    margin-right: 0;
  }
  section.instagram .link {
    text-align: center;
  }
  section.instagram .bg01 {
    background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/bg_stripe02.png) repeat left top;
    background-size: 10px;
    width: 168px;
    height: 183px;
    position: absolute;
    left: 0;
    top: 0;
  }
  section.instagram .bg02 {
    background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/bg_stripe02.png) repeat left top;
    background-size: 10px;
    width: 168px;
    height: 183px;
    position: absolute;
    right: 0;
    bottom: 0;
    top: auto;
  }
  section.instagram .bg03 {
    display: none;
  }
  /* ムービー */
  section.movie {
    padding: 100px 15px 50px;
  }
  section.movie .inner .movie_cap {
    padding-bottom: 20px;
  }
  section.movie .inner .movieWrap:before {
    content: "";
    background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/bg_curtain.png) no-repeat left top;
    background-size: 120px;
    width: 120px;
    height: 141px;
    position: absolute;
    left: 0;
    top: -130px;
  }
  section.movie .inner .movieWrap:after {
    content: "";
    background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/bg_curtain.png) no-repeat left top;
    background-size: 120px;
    width: 120px;
    height: 141px;
    position: absolute;
    right: 0;
    top: -130px;
  }
  section.movie .inner .movieWrap iframe {
    height: 195px;
  }
	

.footer_fixed_nav {
	position: fixed;
	bottom: 0px;
	background: rgba(0,0,0,0.5);
	width: 100%;
	padding: 0px 0px 10px 0px;
	z-index: 2;
}
.footer_fixed_nav h2 {
	color: #fff;
	font-weight: normal;
	font-size: 11px;
	text-align: center;
}
.footer_fixed_nav div.fcontact {
	float: left;
	width: 47%;
	margin: 0px 2% 0px 1%;
}
.footer_fixed_nav div.fcontact a i {margin-right: 5px;}

.footer_fixed_nav div.fcontact a {
	width: 100%;
	text-align: center;
	display: block;
	-moz-box-shadow: 0px 2px 0px 0px #ad4242;
	-webkit-box-shadow: 0px 2px 0px 0px #ad4242;
	box-shadow: 0px 2px 0px 0px #ad4242;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ff4c4c), color-stop(1, #f06363));
	background:-moz-linear-gradient(top, #ff4c4c 5%, #f06363 100%);
	background:-webkit-linear-gradient(top, #ff4c4c 5%, #f06363 100%);
	background:-o-linear-gradient(top, #ff4c4c 5%, #f06363 100%);
	background:-ms-linear-gradient(top, #ff4c4c 5%, #f06363 100%);
	background:linear-gradient(to bottom, #ff4c4c 5%, #f06363 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4c4c', endColorstr='#f06363', GradientType=0);
	background-color:#ff4c4c;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #d15050;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-size: 13px;
	padding: 7px 0px;
	text-decoration:none;
	text-shadow:0px 1px 0px #912727;
}
.footer_fixed_nav div.fcontact a:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f06363), color-stop(1, #ff4c4c));
	background:-moz-linear-gradient(top, #f06363 5%, #ff4c4c 100%);
	background:-webkit-linear-gradient(top, #f06363 5%, #ff4c4c 100%);
	background:-o-linear-gradient(top, #f06363 5%, #ff4c4c 100%);
	background:-ms-linear-gradient(top, #f06363 5%, #ff4c4c 100%);
	background:linear-gradient(to bottom, #f06363 5%, #ff4c4c 100%);
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f06363', endColorstr='#ff4c4c', GradientType=0);
	background-color:#f06363;
}
.footer_fixed_nav div.fcontact a:active {
	position:relative;
	top:1px;
}
.footer_fixed_nav div.ftel {
	float: right;
	width: 47%;
	margin: 0px 2% 0px 1%;
}
.footer_fixed_nav div.ftel a {
	width: 100%;
	-moz-box-shadow: 0px 2px 0px 0px #3e7327;
	text-align: center;
	-webkit-box-shadow: 0px 2px 0px 0px #3e7327;
	box-shadow: 0px 2px 0px 0px #3e7327;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #77b55a), color-stop(1, #72b352));
	background:-moz-linear-gradient(top, #77b55a 5%, #72b352 100%);
	background:-webkit-linear-gradient(top, #77b55a 5%, #72b352 100%);
	background:-o-linear-gradient(top, #77b55a 5%, #72b352 100%);
	background:-ms-linear-gradient(top, #77b55a 5%, #72b352 100%);
	background:linear-gradient(to bottom, #77b55a 5%, #72b352 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77b55a', endColorstr='#72b352',GradientType=0);
	background-color:#77b55a;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #4b8f29;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-size: 13px;
	padding: 7px 0;
	text-decoration:none;
	text-shadow:0px 1px 0px #5b8a3c;
}
.footer_fixed_nav div.ftel a i {margin-right: 5px;}
.footer_fixed_nav div.ftel a:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #72b352), color-stop(1, #77b55a));
	background:-moz-linear-gradient(top, #72b352 5%, #77b55a 100%);
	background:-webkit-linear-gradient(top, #72b352 5%, #77b55a 100%);
	background:-o-linear-gradient(top, #72b352 5%, #77b55a 100%);
	background:-ms-linear-gradient(top, #72b352 5%, #77b55a 100%);
	background:linear-gradient(to bottom, #72b352 5%, #77b55a 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#72b352', endColorstr='#77b55a',GradientType=0);
	background-color:#72b352;
}
.footer_fixed_nav div.ftel a:active {
	position:relative;
	top:1px;
}
}
@media only screen and (max-width: 767px) {
	#main_col {
  padding: 0px 15px;
}
/* メディア */
.tiArea{
	padding: 110px 15px 40px;
}
.tiArea h2{
	letter-spacing: 1px;
}
.tiArea h2 span{
	font-size: 35px;
}
.tiArea h3{
	font-size: 15px;
	margin-bottom: 30px;
}
}

.fullwidth {
  margin-right: calc(50% - 50vw);
margin-left: calc(50% - 50vw);

}
#main_col {
  overflow:hidden;
}

.container {
  max-width:1000px;
  margin:0px auto;
}

.clickbtnarea .clicklis-wrap{
    /* margin: 0px; */
}
.clickbtnarea a{
    width: 400px;
}
@media only screen and (max-width: 767px) {
	.clickbtnarea a{
    width: 100%;
}
}


.frame {
    background: #fff;
    padding: 40px 30px;
}
.senior {
    display: flex;
    margin-bottom: 50px;
}
.senior div:nth-child(1) {
    width: 40.18%;
}
.senior div:nth-child(1) img {
    margin-bottom: 20px;
    border-radius: 50%;
}
.senior div:nth-child(2) {
    width: calc(59.82% - 30px);
    margin-left: 30px;
}
.senior div:nth-child(2) p.name {
    font-size: 18px;
    margin-bottom: 0;
    color: #fff;
    padding: 7px 15px;
    font-weight: 400;
}
.senior div:nth-child(2) p.name {
    background: #F08753;
}
.senior div:nth-child(2) p.name span {
    font-size: 24px;
    margin-right: 15px;
    display: inline-block;
    vertical-align: bottom;
    font-weight: bold;
    color: #fff;
}
.senior ul.detail {
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
    font-size: 18px;
    -webkit-align-items: center;
    align-items: center;
    line-height: 1.85em;
    list-style: none;
    padding: 0;
    margin: 0;
}
.senior ul.detail li:nth-child(2n+1) {
    width: 24.1%;
}
.senior ul.detail li:nth-child(2n+2) {
    width: 75.9%;
}

.senior ul.detail span.am {
    background: #EF677F;
    width: 70%;
    text-align: center;
}
.senior ul.detail span {
    color: #fff;
    background: #ABC935;
    padding: 0 15px;
    display: inline-block;
    border-top: 1px solid #fff;
    border-bottom: solid 1px #fff;
    width: 70%;
    text-align: center;
}
.senior div:nth-child(2) p.times {
    font-size: 20px;
    margin-bottom: 5px;
    padding: 0 10px 5px;
    font-weight: bold;
}
.senior div:nth-child(2) p.times {
    color: #F08753;
    border-bottom: solid 2px #F08753;
}

.frame div.txt {
    display: flex;
    margin-bottom: 40px;
}
.frame div.txt div:nth-child(1) {
    width: calc(60.38% - 40px);
    margin-right: 40px;
}
.frame h3 {
    font-size: 24px;
    margin-bottom: 30px;
    color: #F08753;
}

.frame div.txt div:nth-child(2) {
    width: 39.62%;
}



@media only screen and (max-width: 767px) {	
    
    
.frame {
 
}
.senior {
    display: block;
}
.senior div:nth-child(1) {
    width: 100%;
}
.senior div:nth-child(1) img {
   
}
.senior div:nth-child(2) {
    width: 100%;
    margin-left: 0;
}
.senior div:nth-child(2) p.name {
    font-size: 18px;
   
    color: #fff;
    padding: 7px 15px;
  
}
.senior div:nth-child(2) p.name {
    
}
.senior div:nth-child(2) p.name span {
    font-size: 24px;
    margin-right: 15px;
   
}
.senior ul.detail {
    display: flex;
    flex-wrap: wrap;
   
}
.senior ul.detail li:nth-child(2n+1) {
    width: 24.1%;
    margin: 0px 20px 0px 0px;
}
.senior ul.detail li:nth-child(2n+2) {
    width: 69.9%;
}

.senior ul.detail span.am {
   width: 100%;
}
.senior ul.detail span {
   width: 100%;
}
.senior div:nth-child(2) p.times {
    
}
.senior div:nth-child(2) p.times {
   
}

.frame div.txt {
    display: block;
}
.frame div.txt div:nth-child(1) {
    width: 100%;
}
.frame h3 {
  text-align: left;
}

.frame div.txt div:nth-child(2) {
    width: 100%;
}

    
}

wp-content/uploads/2020/09/btn_slideArrow.png);
    background-size: 46px;
    width: 46px;
    height: 46px;
    position: absolute;
    top: 0;
    left: 0;
  }
  section.staffVoice .slick-next:before {
    content: "" !important;
  }
  section.staffVoice .slick-next:after {
    content: "" !important;
    background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/btn_slideArrow.png);
    background-size: 46px;
    width: 46px;
    height: 46px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
  }
  /* ニュース */
  section.news {
    padding: 0 0 70px;
  }
  section.news .tiArea {
    padding: 40px 15px 100px;
    margin-bottom: -70px;
  }
  section.news .tiArea .inner {
    padding: 60px 0 0;
    background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/ic_flag_sp.png) no-repeat center top;
    background-size: 290px;
  }
  section.news .slide_selector li {
    width: 280px;
    padding: 0 7px;
  }
  section.news .slide_selector li .thumb {
    margin-bottom: 0;
  }
  section.news .slide_selector li .thumb span {
    right: -30px;
  }
  section.news .slide_selector li .inner {
    width: 100%;
  }
  section.news .slide_selector li .inner .more a {
    padding: 4px 0 4px 40px;
  }
  section.news .moreBtn a {
    float: none;
    margin: 0 auto;
  }
  /* インスタグラム */
  section.instagram .inner {
    padding: 50px 15px;
  }
  section.instagram .tiArea {
    margin: 0 0 40px;
  }
  section.instagram .tiArea .ti {
    float: none;
    margin-bottom: 30px;
  }
  section.instagram .tiArea .ti h2 {
    text-align: center;
  }
  section.instagram .tiArea .ti h2 span {
    font-size: 30px;
  }
  section.instagram .tiArea .ti h2 span:after {
    content: "";
    background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/ic_iine.png) no-repeat left top;
    background-size: 55px;
    width: 55px;
    height: 65px;
    position: absolute;
    right: -10px;
    top: 30px;
  }
  section.instagram .tiArea .ti h3 {
    text-align: center;
  }
  section.instagram .tiArea .btn {
    float: none;
    margin-top: 20px;
    text-align: center;
  }
  section.instagram ul.insta li {
    width: 32%;
    margin: 0 2% 2% 0;
  }
  section.instagram ul.insta li:nth-child(3n) {
    margin-right: 0;
  }
  section.instagram .link {
    text-align: center;
  }
  section.instagram .bg01 {
    background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/bg_stripe02.png) repeat left top;
    background-size: 10px;
    width: 168px;
    height: 183px;
    position: absolute;
    left: 0;
    top: 0;
  }
  section.instagram .bg02 {
    background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/bg_stripe02.png) repeat left top;
    background-size: 10px;
    width: 168px;
    height: 183px;
    position: absolute;
    right: 0;
    bottom: 0;
    top: auto;
  }
  section.instagram .bg03 {
    display: none;
  }
  /* ムービー */
  section.movie {
    padding: 100px 15px 50px;
  }
  section.movie .inner .movie_cap {
    padding-bottom: 20px;
  }
  section.movie .inner .movieWrap:before {
    content: "";
    background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/bg_curtain.png) no-repeat left top;
    background-size: 120px;
    width: 120px;
    height: 141px;
    position: absolute;
    left: 0;
    top: -130px;
  }
  section.movie .inner .movieWrap:after {
    content: "";
    background: url(https://www.elve-recruit.com/wp-content/uploads/2020/09/bg_curtain.png) no-repeat left top;
    background-size: 120px;
    width: 120px;
    height: 141px;
    position: absolute;
    right: 0;
    top: -130px;
  }
  section.movie .inner .movieWrap iframe {
    height: 195px;
  }
	

.footer_fixed_nav {
	position: fixed;
	bottom: 0px;
	background: rgba(0,0,0,0.5);
	width: 100%;
	padding: 0px 0px 10px 0px;
	z-index: 2;
}
.footer_fixed_nav h2 {
	color: #fff;
	font-weight: normal;
	font-size: 11px;
	text-align: center;
}
.footer_fixed_nav div.fcontact {
	float: left;
	width: 47%;
	margin: 0px 2% 0px 1%;
}
.footer_fixed_nav div.fcontact a i {margin-right: 5px;}

.footer_fixed_nav div.fcontact a {
	width: 100%;
	text-align: center;
	display: block;
	-moz-box-shadow: 0px 2px 0px 0px #ad4242;
	-webkit-box-shadow: 0px 2px 0px 0px #ad4242;
	box-shadow: 0px 2px 0px 0px #ad4242;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ff4c4c), color-stop(1, #f06363));
	background:-moz-linear-gradient(top, #ff4c4c 5%, #f06363 100%);
	background:-webkit-linear-gradient(top, #ff4c4c 5%, #f06363 100%);
	background:-o-linear-gradient(top, #ff4c4c 5%, #f06363 100%);
	background:-ms-linear-gradient(top, #ff4c4c 5%, #f06363 100%);
	background:linear-gradient(to bottom, #ff4c4c 5%, #f06363 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4c4c', endColorstr='#f06363', GradientType=0);
	background-color:#ff4c4c;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #d15050;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-size: 13px;
	padding: 7px 0px;
	text-decoration:none;
	text-shadow:0px 1px 0px #912727;
}
.footer_fixed_nav div.fcontact a:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f06363), color-stop(1, #ff4c4c));
	background:-moz-linear-gradient(top, #f06363 5%, #ff4c4c 100%);
	background:-webkit-linear-gradient(top, #f06363 5%, #ff4c4c 100%);
	background:-o-linear-gradient(top, #f06363 5%, #ff4c4c 100%);
	background:-ms-linear-gradient(top, #f06363 5%, #ff4c4c 100%);
	background:linear-gradient(to bottom, #f06363 5%, #ff4c4c 100%);
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f06363', endColorstr='#ff4c4c', GradientType=0);
	background-color:#f06363;
}
.footer_fixed_nav div.fcontact a:active {
	position:relative;
	top:1px;
}
.footer_fixed_nav div.ftel {
	float: right;
	width: 47%;
	margin: 0px 2% 0px 1%;
}
.footer_fixed_nav div.ftel a {
	width: 100%;
	-moz-box-shadow: 0px 2px 0px 0px #3e7327;
	text-align: center;
	-webkit-box-shadow: 0px 2px 0px 0px #3e7327;
	box-shadow: 0px 2px 0px 0px #3e7327;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #77b55a), color-stop(1, #72b352));
	background:-moz-linear-gradient(top, #77b55a 5%, #72b352 100%);
	background:-webkit-linear-gradient(top, #77b55a 5%, #72b352 100%);
	background:-o-linear-gradient(top, #77b55a 5%, #72b352 100%);
	background:-ms-linear-gradient(top, #77b55a 5%, #72b352 100%);
	background:linear-gradient(to bottom, #77b55a 5%, #72b352 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77b55a', endColorstr='#72b352',GradientType=0);
	background-color:#77b55a;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #4b8f29;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-size: 13px;
	padding: 7px 0;
	text-decoration:none;
	text-shadow:0px 1px 0px #5b8a3c;
}
.footer_fixed_nav div.ftel a i {margin-right: 5px;}
.footer_fixed_nav div.ftel a:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #72b352), color-stop(1, #77b55a));
	background:-moz-linear-gradient(top, #72b352 5%, #77b55a 100%);
	background:-webkit-linear-gradient(top, #72b352 5%, #77b55a 100%);
	background:-o-linear-gradient(top, #72b352 5%, #77b55a 100%);
	background:-ms-linear-gradient(top, #72b352 5%, #77b55a 100%);
	background:linear-gradient(to bottom, #72b352 5%, #77b55a 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#72b352', endColorstr='#77b55a',GradientType=0);
	background-color:#72b352;
}
.footer_fixed_nav div.ftel a:active {
	position:relative;
	top:1px;
}
}
@media only screen and (max-width: 767px) {
	#main_col {
  padding: 0px 15px;
}
/* メディア */
.tiArea{
	padding: 110px 15px 40px;
}
.tiArea h2{
	letter-spacing: 1px;
}
.tiArea h2 span{
	font-size: 35px;
}
.tiArea h3{
	font-size: 15px;
	margin-bottom: 30px;
}
}

.fullwidth {
  margin-right: calc(50% - 50vw);
margin-left: calc(50% - 50vw);

}
#main_col {
  overflow:hidden;
}

.container {
  max-width:1000px;
  margin:0px auto;
}

.clickbtnarea .clicklis-wrap{
    /* margin: 0px; */
}
.clickbtnarea a{
    width: 400px;
}
@media only screen and (max-width: 767px) {
	.clickbtnarea a{
    width: 100%;
}
}


.frame {
    background: #fff;
    padding: 40px 30px;
}
.senior {
    display: flex;
    margin-bottom: 50px;
}
.senior div:nth-child(1) {
    width: 40.18%;
}
.senior div:nth-child(1) img {
    margin-bottom: 20px;
    border-radius: 50%;
}
.senior div:nth-child(2) {
    width: calc(59.82% - 30px);
    margin-left: 30px;
}
.senior div:nth-child(2) p.name {
    font-size: 18px;
    margin-bottom: 0;
    color: #fff;
    padding: 7px 15px;
    font-weight: 400;
}
.senior div:nth-child(2) p.name {
    background: #F08753;
}
.senior div:nth-child(2) p.name span {
    font-size: 24px;
    margin-right: 15px;
    display: inline-block;
    vertical-align: bottom;
    font-weight: bold;
    color: #fff;
}
.senior ul.detail {
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
    font-size: 18px;
    -webkit-align-items: center;
    align-items: center;
    line-height: 1.85em;
    list-style: none;
    padding: 0;
    margin: 0;
}
.senior ul.detail li:nth-child(2n+1) {
    width: 24.1%;
}
.senior ul.detail li:nth-child(2n+2) {
    width: 75.9%;
}

.senior ul.detail span.am {
    background: #EF677F;
    width: 70%;
    text-align: center;
}
.senior ul.detail span {
    color: #fff;
    background: #ABC935;
    padding: 0 15px;
    display: inline-block;
    border-top: 1px solid #fff;
    border-bottom: solid 1px #fff;
    width: 70%;
    text-align: center;
}
.senior div:nth-child(2) p.times {
    font-size: 20px;
    margin-bottom: 5px;
    padding: 0 10px 5px;
    font-weight: bold;
}
.senior div:nth-child(2) p.times {
    color: #F08753;
    border-bottom: solid 2px #F08753;
}

.frame div.txt {
    display: flex;
    margin-bottom: 40px;
}
.frame div.txt div:nth-child(1) {
    width: calc(60.38% - 40px);
    margin-right: 40px;
}
.frame h3 {
    font-size: 24px;
    margin-bottom: 30px;
    color: #F08753;
}

.frame div.txt div:nth-child(2) {
    width: 39.62%;
}



@media only screen and (max-width: 767px) {	
    
    
.frame {
 
}
.senior {
    display: block;
}
.senior div:nth-child(1) {
    width: 100%;
}
.senior div:nth-child(1) img {
   
}
.senior div:nth-child(2) {
    width: 100%;
    margin-left: 0;
}
.senior div:nth-child(2) p.name {
    font-size: 18px;
   
    color: #fff;
    padding: 7px 15px;
  
}
.senior div:nth-child(2) p.name {
    
}
.senior div:nth-child(2) p.name span {
    font-size: 24px;
    margin-right: 15px;
   
}
.senior ul.detail {
    display: flex;
    flex-wrap: wrap;
   
}
.senior ul.detail li:nth-child(2n+1) {
    width: 24.1%;
    margin: 0px 20px 0px 0px;
}
.senior ul.detail li:nth-child(2n+2) {
    width: 69.9%;
}

.senior ul.detail span.am {
   width: 100%;
}
.senior ul.detail span {
   width: 100%;
}
.senior div:nth-child(2) p.times {
    
}
.senior div:nth-child(2) p.times {
   
}

.frame div.txt {
    display: block;
}
.frame div.txt div:nth-child(1) {
    width: 100%;
}
.frame h3 {
  text-align: left;
}

.frame div.txt div:nth-child(2) {
    width: 100%;
}

    
}

@media only screen and (max-width: 768px) {
  .inner h2 span {
    font-size: 20px !important;
  }
}

.no-before-image:before {
    background: none !important;
}

.pc_display_nav {
	font-size: 14px !important;
	font-weight: bold !important;
	color: #F90 !important;
}

.tiArea h1 {
	font-size: 16px !important;
	font-weight: bold !important;
	text-align: center !important;
}

/* パソコン用のスタイル */
@media screen and (min-width: 769px) {
  #main_col {
    max-width: 1200px; /* パソコンの最大幅 */
    margin: 0 auto; /* 中央揃え */
  }
}

/* スマートフォン用のスタイル */
@media screen and (max-width: 768px) {
  #main_col {
    padding: 0 20px; /* 左右の余白 */
  }
}
