@charset "UTF-8";

/* ****************************************************
Title: base.css
***************************************************** */
a:link {}

a:visited {}

a:hover {}

a:active {}

h1 {}


@media screen and (min-width: 740px) {

  a {
    transition: all .3s ease;
  }

  .common-wrap {
    position: relative;
    width: 1000px;
    margin: 0 auto;
  }

  .point-txt01 {
    color: #000;
  }

  .pc-none {
    display: none !important;
  }

}

/* # body
---------------------------------------------------------------------------- */
body {
  font-family: dnp-shuei-gothic-gin-std, "Inter", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3,
    "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "YuMincho",
    "游明朝", "Yu Mincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", Georgia, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  line-height: 1.5;
  text-align: left;
  -webkit-text-size-adjust: 100%;
  position: relative;
}

.txtJp {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 400;
  letter-spacing: .01em;
  display: inline-block;
}

.txtEn {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  letter-spacing: .05em;
  display: inline-block;
}

.fadein {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1500ms;
}

.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}


/* common
---------------------------------------------------------------------------- */
/* -- color --*/
.red {
  color: red;
}

/* -- text font  --*/
.bold {
  font-weight: bold;
}

.tc {
  text-align: center;
}

.tl {
  text-align: left;
}

.tr {
  text-align: right;
}

.tdu {
  text-decoration: underline;
}

.lh10 {
  line-height: 1em;
}

.lh15 {
  line-height: 1.5em;
}

.lh2 {
  line-height: 2em;
}

.lh3 {
  line-height: 3em;
}

.vm {
  vertical-align: middle;
}

.vt {
  vertical-align: top;
}

.fs08 {
  font-size: 0.8em;
}

.fs09 {
  font-size: 0.9em;
}

.fs1 {
  font-size: 1em;
}

.fs11 {
  font-size: 1.1em;
}

.fs12 {
  font-size: 1.2em;
}

.fs13 {
  font-size: 1.3em;
}

.bn {
  border: none;
}

.bbn {
  border-bottom: none;
}


/* -- width  --*/
.w800 {
  max-width: 800px;
  margin: 0 auto;
}

.w920 {
  max-width: 920px;
  margin: 0 auto;
}

.w960 {
  max-width: 960px;
  margin: 0 auto;
}

.w1000 {
  max-width: 1000px;
  margin: 0 auto;
}

.w1100 {
  max-width: 1100px;
  margin: 0 auto;
}

.w1200 {
  max-width: 1200px;
  margin: 0 auto;
}

.w90 {
  width: 90%;
}

.w100 {
  width: 100%;
}

/* -- layout  --*/
.fl {
  float: left;
}

.fr {
  float: right;
}

.dc {
  display: block;
  text-align: center;
}

.ma {
  margin-left: auto;
  margin-right: auto;
}

.flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.jc_sb {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.jc_ce {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.fl_wp {
  flex-wrap: -webkit-wrap;
  flex-wrap: -moz-wrap;
  -ms-flex-wrap: -ms-wrap;
  flex-wrap: -ms-wrap;
  flex-wrap: wrap;
}

.fl_wp {
  flex-wrap: -webkit-wrap;
  flex-wrap: -moz-wrap;
  -ms-flex-wrap: -ms-wrap;
  flex-wrap: -ms-wrap;
  flex-wrap: wrap;
}

.ai_ce {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* -- none --*/
body .sp {
  display: none;
}

.pc_none {
  display: none;
}

/* -- margin  --*/
.mb0 {
  margin-bottom: 0px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

/* アイコンサイズ */
.material-icons.md-18 {
  font-size: 18px;
}

.material-icons.md-24 {
  font-size: 24px;
}

.material-icons.md-30 {
  font-size: 30px;
}

.material-icons.md-36 {
  font-size: 36px;
}

.material-icons.md-48 {
  font-size: 48px;
}


/* -- clearfix  --*/
.cf:before,
.cf:after {
  content: ' ';
  display: table;
}

.cf:after {
  clear: both;
}


/* #Pjax
---------------------------------------------------------------------------- */

/* Pjax用オーバーレイ */
.js-layer {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 2000;
  width: 100%;
  height: 100%;
  color: #fff;
  background-color: #2E1B11;
}

/* 見出しアニメーション用 */
.block-revealer__element {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  pointer-events: none;
  opacity: 0;
}


/*  #common
---------------------------------------------------------------------------- */



/* ヘッダー
   ----------------------------------------------------------------- */
@media screen and (min-width: 1080px) {
  .l-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    width: 100%;
  }

  .header-inner {
    position: relative;
    z-index: 1003;
  }

  /* (展開時) */
  .company-open .header-inner,
  .interview-open .header-inner,
  .fresh-open .header-inner,
  .career-open .header-inner,
  .works-open .header-inner,
  .entry-open .header-inner {
    background-color: #FFF7DD;
  }

  /* (スクロール時) */
  .scroll-active .header-inner {
    background-color: #FFF7DD;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.05);
  }



  /* タイトル
  　 ----------------------- */
  .header-ttl-wrap {
    display: block;
    float: left;
    text-decoration: none;
  }

  .header-ttl-wrap:hover {
    opacity: 1;
  }

  /* ロゴ */
  .header-logo {
    display: block;
    float: left;
    width: 140px;
    height: 140px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #2E1B11;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
  }

  .header-logo img {
    width: 52px;
    height: auto;
  }

  /* (展開時) */
  .company-open .header-logo,
  .interview-open .header-logo,
  .fresh-open .header-logo,
  .career-open .header-logo,
  .works-open .header-logo,
  .entry-open .header-logo {
    width: 100px;
    height: 100px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
  }

  .company-open .header-logo img,
  .interview-open .header-logo img,
  .fresh-open .header-logo img,
  .career-open .header-logo img,
  .works-open .header-logo img,
  .entry-open .header-logo img {
    width: 52px;
  }

  /* (スクロール時) */
  .scroll-active .header-logo {
    width: 100px;
    height: 100px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
  }

  .scroll-active .header-logo img {
    width: 45px;
  }



  /* テキスト */
  .header-ttl {
    display: none;
    float: left;
    padding: 29px 30px 0 35px;
  }

  .header-ttl-sub {
    display: block;
    margin-bottom: 6px;
    color: #000;
    font-size: 13px;
    line-height: 1;
    letter-spacing: .01em;
  }

  .header-ttl-main {
    display: block;
    color: #000;
    font-size: 20px;
    font-family: brandon-grotesque, sans-serif;
    font-weight: 500;
    letter-spacing: .025em;
    line-height: 1;
  }

  /* (展開時) */
  .company-open .header-ttl-wrap .header-ttl,
  .interview-open .header-ttl-wrap .header-ttl,
  .fresh-open .header-ttl-wrap .header-ttl,
  .career-open .header-ttl-wrap .header-ttl,
  .works-open .header-ttl-wrap .header-ttl,
  .entry-open .header-ttl-wrap .header-ttl {
    display: block;
  }

  /* (スクロール時) */
  .scroll-active .header-ttl-wrap .header-ttl {
    display: block;
  }

  /* メニュー
  　 ----------------------- */
  .pc-header-none {
    display: none;
  }

  .header-menu {
    float: right;
  }

  .header-menu-item {
    float: left;
    margin-right: 40px;
  }

  /* 新卒・中途採用 */
  .header-menu-open {
    position: relative;
    display: block;
    padding: 43px 22px 41px 0;
    color: #fff;
    font-size: 16px;
    line-height: 1;
    letter-spacing: .01em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    cursor: pointer;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
  }

  .header-menu-open.enb {
    font-size: 16px;
  }

  .header-menu-open:hover {
    color: #fff;
    opacity: 1;
  }

  .header-menu-open.entry_btn:hover {
    color: #000;
    background: #fff;
  }

  .header-menu-open.entry_btn {
    background: #2E1B11;
    padding: 15px 10px 15px 0;
    width: 140px;
    font-weight: 500;
    text-align: center;
    margin-top: 25px;
  }

  .header-menu-open:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 6px;
    height: 6px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
  }

  .header-menu-open:hover::before {
    top: 52%;
    border-color: #fff;
  }

  .header-menu-open.entry_btn:before {
    right: 20px;
  }


  /* 通常リンク */
  .header-menu-link {
    position: relative;
    display: block;
    padding: 43px 0 41px;
    color: #fff;
    font-size: 16px;
    line-height: 1;
    letter-spacing: .01em;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
  }

  .header-menu-link.enb {
    font-size: 16px;
    padding: 43px 0 41px;
  }

  .header-menu-link:hover {
    opacity: 1;
  }

  .header-menu-link:after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    width: 100%;
    height: 3px;
    background-color: #fff;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    opacity: 0;
  }

  .header-menu-link:hover::after {
    opacity: 1;
  }


  /* 【1】メニュー展開時 */

  /* テキスト */
  .company-open .header-menu-open,
  .company-open .header-menu-link,
  .interview-open .header-menu-open,
  .interview-open .header-menu-link,
  .fresh-open .header-menu-open,
  .fresh-open .header-menu-link,
  .career-open .header-menu-open,
  .career-open .header-menu-link,
  .works-open .header-menu-open,
  .works-open .header-menu-link {
    color: #292c32;
  }

  .entry-open .header-menu-open,
  .entry-open .header-menu-link {
    color: #292c32;
  }

  .company-open .header-menu-open.entry_btn,
  .interview-open .header-menu-open.entry_btn,
  .fresh-open .header-menu-open.entry_btn,
  .career-open .header-menu-open.entry_btn,
  .works-open .header-menu-open.entry_btn {
    color: #fff;
  }

  .company-open .header-menu-open:hover,
  .company-open .header-menu-link:hover,
  .interview-open .header-menu-open:hover,
  .interview-open .header-menu-link:hover,
  .fresh-open .header-menu-open:hover,
  .fresh-open .header-menu-link:hover,
  .career-open .header-menu-open:hover,
  .career-open .header-menu-link:hover,
  .works-open .header-menu-open:hover,
  .works-open .header-menu-link:hover,
  .entry-open .header-menu-open:hover,
  .entry-open .header-menu-link:hover {
    color: #000;
  }


  /* 矢印 */
  .company-open .header-menu-open:before,
  .interview-open .header-menu-open:before,
  .fresh-open .header-menu-open:before,
  .career-open .header-menu-open:before,
  .works-open .header-menu-open:before,
  .entry-open .header-menu-open:before {
    border-color: #292c32;
  }

  .company-open .header-menu-open.entry_btn:before,
  .interview-open .header-menu-open.entry_btn:before,
  .fresh-open .header-menu-open.entry_btn:before,
  .career-open .header-menu-open.entry_btn:before,
  .works-open .header-menu-open.entry_btn:before {
    border-color: #fff;
  }

  .company-open .header-menu-open:hover::before,
  .interview-open .header-menu-open:hover::before,
  .fresh-open .header-menu-open:hover::before,
  .career-open .header-menu-open:hover::before,
  .works-open .header-menu-open:hover::before,
  .entry-open .header-menu-open:hover::before {
    border-color: #2E1B11;
  }

  /* アクティブ時 */
  .header-menu-open.border-active {
    color: #000;
  }

  .entry-open .header-menu-open.border-active {
    background: #fff;
  }

  .header-menu-open.border-active:before {
    border-color: #2E1B11;
  }



  /* 【2】スクロール時 */

  /* テキスト */
  .scroll-active .header-menu-open,
  .scroll-active .header-menu-link {
    color: #292c32;
  }

  .scroll-active .header-menu-open.entry_btn {
    color: #fff;
  }

  .scroll-active .header-menu-open:hover,
  .scroll-active .header-menu-link:hover {
    color: #000;
    opacity: 1;
  }

  .scroll-active .header-menu-link:after {
    content: none;
  }

  /* 矢印 */
  .scroll-active .header-menu-open:before {
    border-color: #292c32;
  }

  .scroll-active .header-menu-open.entry_btn:before {
    border-color: #fff;
  }

  .scroll-active .header-menu-open:hover::before {
    border-color: #2E1B11;
  }

  /* アクティブ時 */
  .scroll-active.company-open .header-menu-open.border-active,
  .scroll-active.interview-open .header-menu-open.border-active,
  .scroll-active.fresh-open .header-menu-open.border-active,
  .scroll-active.career-open .header-menu-open.border-active,
  .scroll-active.works-open .header-menu-open.border-active,
  .scroll-active.entry-open .header-menu-open.border-active {
    color: #000;
  }

  .scroll-active.company-open .header-menu-open.border-active:before,
  .scroll-active.interview-open .header-menu-open.border-active:before,
  .scroll-active.fresh-open .header-menu-open.border-active:before,
  .scroll-active.career-open .header-menu-open.border-active:before,
  .scroll-active.works-open .header-menu-open.border-active:before,
  .scroll-active.entry-open .header-menu-open.border-active:before {
    border-color: #2E1B11;
  }



  /* オーバーレイ
   -----------------------------*/
  .overlay-company,
  .overlay-interview,
  .overlay-fresh,
  .overlay-career,
  .overlay-works,
  .overlay-entry {
    content: '';
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    z-index: 1001;
  }

  /* (展開時) */
  .company-open .overlay-company,
  .interview-open .overlay-interview,
  .fresh-open .overlay-fresh,
  .career-open .overlay-career,
  .works-open .overlay-works,
  .entry-open .overlay-entry {
    visibility: visible;
    background: rgba(8, 15, 26, .5);
    /* オーバーレイの色 */
    -webkit-transform: translate3d(0, 0, 0);
    /* メニューの幅 */
    transform: translate3d(0, 0, 0);
    /* メニューの幅 */
  }


  /* 展開項目
     -----------------------------*/
  .header-menu-list-company,
  .header-menu-list-interview,
  .header-menu-list-fresh,
  .header-menu-list-career,
  .header-menu-list-works,
  .header-menu-list-entry {
    overflow: hidden;
    display: block;
    position: fixed;
    top: -320px;
    left: 0;
    right: 0;
    width: 100%;
    max-height: 220px;
    margin-top: 100px;
    background-color: #fff;
    z-index: 1002;
    transition: all .5s ease;
    -webkit-overflow-scrolling: touch;
    opacity: 0;
  }

  /* (展開時) */
  .company-open .header-menu-list-company,
  .interview-open .header-menu-list-interview,
  .fresh-open .header-menu-list-fresh,
  .career-open .header-menu-list-career,
  .works-open .header-menu-list-works,
  .entry-open .header-menu-list-entry {
    -webkit-transform: translate3d(0, 320px, 0);
    transform: translate3d(0, 320px, 0);
  }

  /* リスト */
  .header-job-wrap {
    width: 1180px;
    width: 84.2857142857%;
    margin: 0 auto;
    padding: 30px 0 10px;
  }

  .header-job {
    overflow: hidden;
    margin-right: -20px;
    margin-right: -1.4285714286vw;
  }

  .header-job-link {
    position: relative;
    display: block;
    color: #292c32;
    font-size: 13px;
    line-height: 1.3846153846;
    text-decoration: none;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    box-sizing: inherit;
  }

  .header-job-link:hover {
    opacity: 1;
    color: #000;
  }

  .header-job-link:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 14px;
    right: 1vw;
    width: 6px;
    width: 0.4285714286vw;
    height: 6px;
    height: 0.4285714286vw;
    border-bottom: 1px solid #2E1B11;
    border-right: 1px solid #2E1B11;
    -webkit-transform: translateY(50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
  }

  .header-job-link:hover::before {
    right: 12px;
    right: 0.8571428571vw;
  }

  .header-job-item {
    float: left;
    width: 280px;
    width: 19vw;
    margin: 0 20px 20px 0;
    margin: 0 1.4285714286vw 20px 0;
    padding: 0;
    vertical-align: middle;
    background-color: #FFF7DD;
  }

  .header-job-item img {
    float: left;
  }

  .header-job-txt {
    display: table-cell;
    padding: 0 30px;
    padding: 0 2.1428571429vw;
    height: 70px;
    vertical-align: middle;
  }

  /* 非表示 */
  .header-menu-open-sp,
  .sp-job {
    display: none !important;
  }

}


/* # pageBody
---------------------------------------------------------------------------- */
#va .bg_gld,
#pagebody .bg_gld,
#linkarea .bg_gld,
a.bg_gld {
  color: #000;
  background-color: #FFF7DD;
}

#va .bg_db,
#pagebody.bg_db,
#pagebody .bg_db,
#linkarea .bg_db,
a.bg_db {
  color: #fff;
  background-color: #2E1B11;
}

.btnPrimary {
  display: inline-block;
  text-align: center;
  text-decoration: none !important;
  font-size: 20px;
  padding: 20px 40px;
  margin: 0 7px 7px 0;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.btnPrimary:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -7px;
  right: -7px;
  border: 1px solid #FFF7DD;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: bottom 0.5s ease, right 0.5s ease;
  -moz-transition: bottom 0.5s ease, right 0.5s ease;
  -ms-transition: bottom 0.5s ease, right 0.5s ease;
  -o-transition: bottom 0.5s ease, right 0.5s ease;
  transition: bottom 0.5s ease, right 0.5s ease;
}

#pagebody .btnPrimary:hover {
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 1;
}

.btnPrimary:hover:after {
  bottom: 0;
  right: 0;
  -webkit-transition: bottom 0.5s ease, right 0.5s ease;
  -moz-transition: bottom 0.5s ease, right 0.5s ease;
  -ms-transition: bottom 0.5s ease, right 0.5s ease;
  -o-transition: bottom 0.5s ease, right 0.5s ease;
  transition: bottom 0.5s ease, right 0.5s ease;
}

.btnWidth.btnPrimary {
  width: 100%;
  max-width: 300px;
}

.btnPrimary:after {
  border: 1px solid #2E1B11;
}


.btnPrimary2 {
  display: inline-block;
  text-align: center;
  text-decoration: none !important;
  font-size: 20px;
  padding: 20px 40px;
  margin: 0 7px 7px 0;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.btnPrimary2:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -7px;
  right: -7px;
  border: 1px solid #FFF7DD;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: bottom 0.5s ease, right 0.5s ease;
  -moz-transition: bottom 0.5s ease, right 0.5s ease;
  -ms-transition: bottom 0.5s ease, right 0.5s ease;
  -o-transition: bottom 0.5s ease, right 0.5s ease;
  transition: bottom 0.5s ease, right 0.5s ease;
}

#pagebody .btnPrimary2:hover {
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 1;
}

.btnPrimary2:hover:after {
  bottom: 0;
  right: 0;
  -webkit-transition: bottom 0.5s ease, right 0.5s ease;
  -moz-transition: bottom 0.5s ease, right 0.5s ease;
  -ms-transition: bottom 0.5s ease, right 0.5s ease;
  -o-transition: bottom 0.5s ease, right 0.5s ease;
  transition: bottom 0.5s ease, right 0.5s ease;
}

.btnWidth.btnPrimary2 {
  width: 100%;
  max-width: 300px;
}

.btnPrimary2:after {
  border: 1px solid #FFF7DD;
}




body#second #pagebody {
  padding-top: 40px;
}

#pagebody .bar {
  text-align: center;
  padding: 30px 0;
}

#pagebody .bar span {
  display: block;
}

#pagebody .bar .enb {
  font-size: 50px
}

#pagebody .bar .ja {
  font-size: 20px;
}

.mynavi {
  position: fixed;
  top: 40%;
  right: 0;
  z-index: 20;
}

.mynavi img:hover {
  opacity: 0.7;
}

.mynavi img {
  box-sizing: inherit;
}

body#second #va {
  height: 500px;
  position: relative;
}

body#second #va #pagetitle {
  padding-top: 200px;
  font-size: 220%;
  font-weight: 400;
  color: #fff;
  line-height: 1;
  margin-bottom: 15px;
  letter-spacing: .01em;
}

body#second #va .ja_pt {
  margin: 10px 0 30px;
  font-size: 140%;
  color: #fff;
}

body#second #va .breadcrumb {
  font-size: 95%;
}

body#second #va .breadcrumb li {
  display: inline;
  color: #fff;
}

body#second #va .breadcrumb li a {
  color: #fff;
  text-decoration: none;
}

body#second article {
  padding: 40px 0 80px;
}

#pagebody .c_title {
  font-size: 34px;
  line-height: 1;
  margin-bottom: 10px;
  letter-spacing: 0.02em;
}

#pagebody .jac_title {
  font-size: 16px;
  letter-spacing: 0.025em;
}

body#second #pagebody section {
  background-color: #FFF7DD;
  padding: 80px 40px 100px;
}

@media screen and (max-width: 739px) {
  body#second #pagebody section {
    padding: 40px 20px;
  }

  body#second #va #pagetitle {
    font-size: 180%;
  }

  body#second #va .ja_pt {
    font-size: 100%;
  }
}


body#second #pagebody #contents section .tbar {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 50px;
  line-height: 1;
  letter-spacing: 0.15em;
  color: #000;
}

body#second #pagebody #contents {
  color: #000;
}

body#second #pagebody #contents .fs16 {
  font-size: 105%;
}

/*fs 16px */
body#second #pagebody #contents .fs18 {
  font-size: 115%;
}

/*fs 18px */
body#second #pagebody #contents .fs20 {
  font-size: 125%;
}

/*fs 20px */
body#second #pagebody #contents .fs22 {
  font-size: 135%;
}

/*fs 22px */
body#second #pagebody #contents .fs24 {
  font-size: 145%;
}

/*fs 24px */

body#second #pagebody #contents .ls40 {
  letter-spacing: 0.04em
}

/* 40px */


#va {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

/* # linkarea
---------------------------------------------------------------------------- */
#linkarea .pagetop {
  border-bottom: 1px solid #000;
}

#linkarea .pagetop a {
  padding: 40px 0;
  display: block;
  text-decoration: none;
  color: #000;
  background-color: #FFF7DD;
}

#linkarea .pagetop a span {
  font-size: 20px;
  letter-spacing: .05em;
  position: relative;
}

#linkarea .pagetop a span i {
  position: absolute;
  top: 0%;
  right: -30%;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media screen and (max-width: 739px) {
  #linkarea .pagetop a span {
    font-size: 100%;
  }

  #linkarea .pagetop a span i {
    font-size: 120%;
    right: -30%;
  }
}

#linkarea .pagetop a:hover span i {
  top: -10%;
}

#linkarea .pagetop a:hover span i {}


#linkarea .f_entry_btn li {
  width: 33.33333333%;
}

#linkarea .f_entry_btn li a {
  width: 100%;
  display: block;
  text-decoration: none;
  padding: 120px 0;
}

#linkarea .f_entry_btn li a.white {
  color: #000;
  background-color: #fff;
}

#linkarea .f_entry_btn li a.bg_orig {
  color: #000;
  background-color: #eee;
}

#linkarea .f_entry_btn li a.bg_db {
  color: #fff;
  background-color: #2E1B11;
}

#linkarea .f_entry_btn li a.bg_gld {
  color: #000;
  background-color: #FFF7DD;
}

#linkarea .f_entry_btn li a:hover {
  color: #fff;
  background-color: #000;
}


#linkarea .f_entry_btn li a dl dt {
  font-size: 22px;
}

#linkarea .f_entry_btn li a dl dd {
  font-size: 20px;
}

/* # footer
---------------------------------------------------------------------------- */
#footer .f_linkarea {
  padding: 60px 0;
  color: #fff;
  background-color: #1e1e1e;
}

#footer .f_linkarea .catch_ja {
  margin-bottom: 5px;
  font-size: 30px;
  color: #fff;
  letter-spacing: 0.05em;
}

#footer .f_linkarea .catch_ja small {
  font-size: 70%;
}

#footer .f_linkarea .catch_en {
  font-size: 20px;
  color: #fff;
  letter-spacing: 0.05em;
}

#footer .f_linkarea #f_navi {
  margin: 0 auto;
  padding: 0 40px;
  max-width: 1200px;
}

#footer .f_linkarea #f_navi>ul {
  width: 20%;
}

#footer .f_linkarea #f_navi>ul:nth-of-type(2) {
  width: 18%;
}

#footer .f_linkarea #f_navi>ul:nth-of-type(3) {
  width: 22%;
}

#footer .f_linkarea #f_navi>ul li,
#footer .f_linkarea #f_navi>ul li a {
  text-decoration: none;
  color: #fff;
}

#footer .f_linkarea #f_navi>ul li a:hover {
  text-decoration: underline;
}


#footer .f_linkarea #f_navi>ul li {
  line-height: 3;
}

#footer .f_linkarea #f_navi>ul.second li:nth-of-type(n+2),
#footer .f_linkarea #f_navi>ul li.slist {
  padding-left: 10px;
  list-style: disc;
  color: #fff;
  margin-left: 1.8em;
}

#footer .address {
  background: #1e1e1e;
  padding: 20px 0;
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.05em;
}

#footer #flogo img {
  max-width: 200px;
}


/* # lNavi
---------------------------------------------------------------------------- */
#f_nav {}




@media screen and (max-width: 739px) {

  body .pc {
    display: none;
  }

  body .sp {
    display: block;
  }

  body.second #pagebody {
    background-size: cover;
  }

  .w800 {
    width: 100%;
  }

  .w960 {
    width: 100%;
  }

  .w1000 {
    width: 100%;
  }

  .w1100 {
    width: 100%;
  }

  .w1200 {
    width: 100%;
  }

  .fl {
    float: none;
  }

  .fr {
    float: none;
  }

  .flexsp {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .jc_sbsp {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .jc_cesp {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .fl_wpsp {
    flex-wrap: -webkit-wrap;
    flex-wrap: -moz-wrap;
    -ms-flex-wrap: -ms-wrap;
    flex-wrap: -ms-wrap;

    flex-wrap: wrap;
  }

  .ai_cesp {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }


  .common-wrap {
    position: relative;
    width: 1000px;
    margin: 0 auto;
  }

  .point-txt01 {
    color: #000;
  }

  .sp-none {
    display: none;
  }


  #pagebody .c_title {
    font-size: 150%;
    margin-bottom: 5px;
  }

  #pagebody .jac_title {
    font-size: 100%;
  }

  body#second #pagebody #contents section .tbar {
    margin-bottom: 40px;
    font-size: 120%;
  }



  footer #f_navi {
    display: none;
  }

  #linkarea .f_entry_btn li {
    width: 100%;
  }

  #linkarea .f_entry_btn li a {
    padding: 30px 0;
    position: relative;
  }

  #linkarea .f_entry_btn li a:before {
    font-family: Material Icons;
    position: absolute;
    top: 38%;
    right: 2%;
    content: '\e315';
    font-size: 175%;
  }

  #linkarea .f_entry_btn li a.white:before,
  #linkarea .f_entry_btn li a.bg_gld:before {
    color: #000;
  }

  #linkarea .f_entry_btn li a.bg_db:before {
    color: #fff;
  }

  #linkarea .f_entry_btn li a.white:before:visited,
  #linkarea .f_entry_btn li a.bg_gld:before:visited {
    color: #000;
  }

  #linkarea .f_entry_btn li a.bg_db:before::visited {
    color: #fff;
  }

  #linkarea .f_entry_btn li a.white:before:hover,
  #linkarea .f_entry_btn li a.bg_gld:before:hover {
    color: #fff;
  }

  #linkarea .f_entry_btn li a.bg_db:before::hover {
    color: #fff;
  }

  .mynavi {
    display: none;
  }

  #footer .f_linkarea {
    padding: 40px 0;
  }

  footer #flogo img {
    width: 50%;
  }
}

/* ヘッダー
----------------------------------------------------------------- */
@media screen and (max-width: 1080px) {
  .l-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    display: block !important;
    width: 100%;
  }

  /* タイトル
   ----------------------- */
  .header-ttl-wrap {
    display: block;
    float: left;
    text-decoration: none;
  }

  .header-ttl-wrap:hover {
    opacity: 1;
  }

  .header-ttl-wrap .header-ttl {
    display: none;
  }

  /* ロゴ */
  .header-logo {
    position: relative;
    z-index: 1003;
    display: block;
    float: left;
    width: 58px;
    height: 58px;
    padding-top: 10px;
    text-align: center;
    color: #fff;
    background-color: #2E1B11;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    pointer-events: auto;
  }

  .header-logo img {
    width: 50%;
  }

  .header-ttl-wrap:hover .header-logo {
    background-color: #2E1B11;
  }

  .header-logo-svg {
    width: 33px;
    fill: #fff;
  }

  .header-logo-txt {
    display: none;
  }

  /* (展開時) */
  .header-ttl {
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    z-index: 1002;
    width: 100%;
    display: block;
    text-align: center;
    font-size: 17px;
    font-family: brandon-grotesque, sans-serif;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.08rem;
  }

  .header-ttl-wrap {
    pointer-events: none;
  }

  .header-ttl-sub {
    display: block;
    margin-bottom: 7px;
    color: #000;
    font-size: 12px;
  }

  .header-ttl-main {
    display: block;
    color: #000;
    font-size: 24px;
    font-family: brandon-grotesque, sans-serif;
    font-weight: 500;
    letter-spacing: 0.06rem;
  }

  /* ボタン
  -----------------------------*/
  .header-btn {
    position: fixed;
    right: 0;
    top: 0;
    display: block;
    z-index: 1003;
    width: 60px;
    height: 60px;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.7);
  }

  .side-open .header-btn {
    right: 6px;
    top: 6px;
    width: 54px;
    height: 54px;
  }

  .header-btn span {
    position: absolute;
    left: 30px;
    width: 20px;
    height: 1px;
    margin-left: -10px;
    background-color: #000;
    -webkit-transition: all .2s;
    transition: all .2s;
  }

  .header-btn span:nth-of-type(1) {
    top: 20px;
  }

  .header-btn span:nth-of-type(2) {
    top: 28px;
  }

  .header-btn span:nth-of-type(3) {
    top: 36px;
  }

  /* (展開時) */
  .header-btn.active span {
    background-color: #000;
  }

  .header-btn.active span:nth-of-type(1) {
    top: 28px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .header-btn.active span:nth-of-type(2) {
    opacity: 0;
  }

  .header-btn.active span:nth-of-type(3) {
    top: 28px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  /* メニュー
   -----------------------------*/
  .header-menu-wrap {
    display: block;
    position: fixed;
    top: 0;
    right: -100%;
    /* メニューの幅 */
    width: 100%;
    /* メニューの幅 */
    height: 100%;
    padding-top: 110px;
    background-color: #FFF7DD;
    border: 6px solid #2E1B11;
    z-index: 1001;
    transition: all .5s ease;
    -webkit-overflow-scrolling: touch;
  }

  /* (展開時) */
  .side-open .header-menu-wrap {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  /* リスト */
  .header-menu {
    height: 100%;
    overflow: auto;
  }

  .header-menu-item {
    margin: 0 27px;
    line-height: 1;
    border-bottom: 1px solid #2E1B11;
  }

  .header-menu-item:first-child {
    border-top: 1px solid #2E1B11;
  }

  .header-menu-item a {
    display: block;
    padding: 27px 5px;
    color: #000;
    font-size: 15px;
    line-height: 1;
    text-decoration: none;
  }

  .header-menu-open-sp {
    display: block;
    position: relative;
    padding: 27px 5px;
    transition: all .4s;
  }

  /* アイコン */
  .header-menu-open-ico {
    position: absolute;
    top: 50%;
    right: 20px;
    display: block;
    width: 13px;
    height: 13px;
    margin-top: -6px;
    transition: all .4s;
  }

  .header-menu-open-ico span {
    position: absolute;
    display: inline-block;
    width: 13px;
    height: 1px;
    color: #fff;
    background-color: #2E1B11;
    transition: all .4s;
  }

  .header-menu-open-ico span:nth-of-type(1) {
    top: 50%;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  .header-menu-open-ico span:nth-of-type(2) {
    top: 50%;
    left: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  /* (クラス「active」をもつとき) */
  .header-menu-open-sp.active {
    color: #000;
  }

  .header-menu-open-sp.active .header-menu-open-ico span:nth-of-type(1) {
    display: none;
  }

  .header-menu-open-sp.active .header-menu-open-ico span:nth-of-type(2) {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  /* 新卒・中途 */
  .sp-job {
    display: none;
    overflow: hidden;
    margin-bottom: 25px;
  }

  .sp-job-item a {
    position: relative;
    display: block;
    margin-bottom: 10px;
    padding: 20px 0 18px 80px;
    color: #000;
    font-size: 13px;
    line-height: 1.2;
    background-color: #f8fafc;
  }

  .sp-job-item a.newline {
    padding: 11px 0 10px 80px;
  }

  .sp-job-item a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
  }

  /* エントリーボタン */
  .sp-entry-btn-wrap {
    overflow: hidden;
    margin: 40px 27px 35px;
  }

  .sp-entry-btn-fresh {
    display: block;
    float: left;
    width: 30%;
    padding: 22px 0;
    color: #000;
    text-decoration: none;
    text-align: center;
    font-size: 11px;
    line-height: 1;
    background-color: #fff;
    border-radius: 2.5px;
    border: solid 1px #2E1B11;
  }

  .sp-entry-btn-career {
    display: block;
    float: left;
    width: 30%;
    margin: 0 4%;
    padding: 22px 0;
    color: #000;
    text-decoration: none;
    text-align: center;
    font-size: 11px;
    line-height: 1;
    background-color: #FFF7DD;
    border-radius: 2.5px;
    border: solid 1px #2E1B11;
  }

  .sp-entry-btn-arbeit {
    display: block;
    float: left;
    width: 30%;
    padding: 22px 0;
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-size: 11px;
    line-height: 1;
    background-color: #2E1B11;
    border-radius: 2.5px;
    border: solid 1px #bfae84;
  }

  /* 非表示 */
  .header-menu-open,
  .header-menu-list-company,
  .header-menu-list-interview,
  .header-menu-list-fresh,
  .header-menu-list-career,
  .header-menu-list-works,
  .header-menu-list-entry,
  .sp-header-none {
    display: none;
  }

}

@media screen and (max-width: 739px) {
  .sp-job-item a {
    height: 53px;
  }
}

/* Coming soonー
----------------------------------------------------------------- */
.cs-job-sp {
  height: 70px;
  padding: 16px;
}

.cs-job-foot {
  padding: 0 !important;
  margin: 0 !important;
  list-style: none !important;
}

@media screen and (max-width: 739px) {
  .cs-job-sp {
    text-align: center;
    padding: 10px;
  }
}
/*2024*/
@media screen and (min-width:1080px) and ( max-width:1290px) {
    .header-menu-item {
        margin-right: 1.5vw;
    }
	    .header-menu-open {
        font-size: 14px;
    }
}

@media screen and (min-width: 1080px) {
.header-job-item img{
	width: 80px;
}
    .header-job-item {
        width: 15vw;
        margin: 0 2.228571vw 20px 0;

    }
	.header-job .header-job-item:last-child{
		margin-right: 0;
	}
	    .header-job-txt {
        padding: 0 1.142857vw;
    }
}

.hidden-ubker{
	margin-top: -120px;
	padding-top: 120px;
}
@media screen and (max-width: 739px) {
.hidden-ubker{
	margin-top: 0;
	padding-top: 0;
}
}


/*採用ボタン追加*/
#linkarea .f_entry_btn li a {

    height: 100%;
}
@media screen and (max-width: 1080px) {
	    .sp-entry-btn-wrap {
        overflow: hidden;
        margin: 40px 27px 35px;
        display: flex;
				gap: 6px;
    }
    .sp-entry-btn-fresh {
        display: flex;
			  align-items: center;
        justify-content: center;
        float: left;
        width: 32%;
        padding: 22px 0;
        color: #000;
        text-decoration: none;
        text-align: center;
        font-size: 11px;
        line-height: 1.3;
        background-color: #fff;
        border-radius: 2.5px;
        border: solid 1px #2E1B11;
    }
	    .sp-entry-btn-career {
        display: flex;
			  align-items: center;
        justify-content: center;
        float: left;
        width: 30%;
        margin: 0 0;
        padding: 22px 0;
        color: #000;
        text-decoration: none;
        text-align: center;
        font-size: 11px;
        line-height: 1.3;
        background-color: #FFF7DD;
        border-radius: 2.5px;
        border: solid 1px #2E1B11;
    }
	    .sp-entry-btn-arbeit {
        display: flex;
			  align-items: center;
        justify-content: center;
        float: left;
        width: 30%;
        padding: 22px 0;
        color: #fff;
        text-decoration: none;
        text-align: center;
        font-size: 11px;
        line-height: 1.3;
        background-color: #2E1B11;
        border-radius: 2.5px;
        border: solid 1px #bfae84;
    }
	.sp-entry-btn-arbeit.sp-origin {
        color: #000;
				background-color: #eee;
				border: solid 1px #2E1B11;
    }
	
}