@charset "UTF-8";

/* http://meyerweb.com/eric/tools/css/reset/ v2.0_custom | 20160518 License: none (public domain) */
html {
  overflow-y: scroll;
  overflow-x: hidden;
  font-size: 62.5%;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: top;
}

body {
  line-height: 1;
  color: #222222;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: top;
}

* {
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*
@font-face { font-family: 'Noto Serif Japanese'; font-style: normal; font-weight: 200; src: url('../fonts/NotoSerifCJKjp/NotoSerifCJKjp-ExtraLight.otf') format('opentype');
}
@font-face { font-family: 'Noto Serif Japanese'; font-style: normal; font-weight: 300; src: url('../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Light.otf') format('opentype');
}
*/
@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Regular.otf") format("opentype");
}

/*
@font-face { font-family: 'Noto Serif Japanese'; font-style: normal; font-weight: 500; src: url('../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Medium.otf') format('opentype');
}
@font-face { font-family: 'Noto Serif Japanese'; font-style: normal; font-weight: 600; src: url('../fonts/NotoSerifCJKjp/NotoSerifCJKjp-SemiBold.otf') format('opentype');
}
@font-face { font-family: 'Noto Serif Japanese'; font-style: normal; font-weight: 700; src: url('../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Bold.otf') format('opentype');
}
@font-face { font-family: 'Noto Serif Japanese'; font-style: normal; font-weight: 900; src: url('../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Black.otf') format('opentype');
}
*/
a {
  text-decoration: none;
  transition: all 0.2s;
}

a:link {
  color: #222222;
}

a:visited {
  color: #222222;
}

a:hover {
  color: #222222;
}

a:active {
  color: #222222;
}

a img {
  transition: opacity 0.2s;
}

a.hover {
  color: #f89797;
}

a.hover img {
  opacity: 0.5;
}

.mincho {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Noto Serif Japanese", serif;
}

html {
  background: #f7f7f7;
  overflow-x: hidden;
}

#main {
  width: 100%;
  overflow: hidden;
  position: relative;
  min-height: calc(100vh - 125px);
  padding-top: 129px;
}

#header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  width: 100%;
  height: 130px;
  background: #000;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

#header .headerInner {
  margin: 0 auto;
  width: 1080px;
  position: relative;
  height: 66px;
}

#header .headerInner .logo {
  padding: 0;
  width: 146px;
  display: block;
}

#header .headerInner .logo img {
  width: 146px;
}

#header .headerInner .headrBtn {
  position: absolute;
  right: 0;
  top: 13px;
}

#header .headerInner .headrBtn .lineBtn {
  float: left;
  border: solid 1px #fff;
  border-radius: 3px;
  margin: 3px 20px 0 0;
}

#header .headerInner .headrBtn .lineBtn img {
  width: 148px;
}

#header .headerInner .headrBtn .lineBtn.disabled {
  display: none !important;
}

#header .headerInner .headrBtn .cvBtn {
  float: left;
  font-size: 1.4rem;
  width: 251px;
  height: 40px;
  line-height: 40px;
  padding-right: 5px;
}

#header .headerInner .headrBtn .cvBtn:before {
  padding-left: 10px;
  width: 7px;
  height: 12px;
  top: 14px;
  right: 20px;
  background: url(../images/arrow_01.png) no-repeat right center;
  background-size: 7px auto;
}

#header .headerInner .headrBtn .cvBtn.style2 {
  letter-spacing: 0.05em;
  padding-right: 10px;
}

#header .headerInner .headrBtn .cvBtn.style2:before {
  right: 10px;
}

#header .headerInner .headrBtn .btn_about_sp, #header .headerInner .headrBtn .btn_entry_sp {
  display: none;
}

#header .headerInner .menu {
  display: none;
}

#header #gnav {
  background: #fff;
  height: 64px;
}

#header #gnav ul {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 1080px;
  height: 64px;
}

#header #gnav ul li {
  float: left;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center 14px;
}

#header #gnav ul li a, #header #gnav ul li .pullDown {
  display: block;
  height: 64px;
  text-align: center;
  padding-top: 38px;
  font-size: 1.2rem;
  color: #222222;
  position: relative;
  background-size: 100%;
  transition: all 0.2s;
}

#header #gnav ul li a:before, #header #gnav ul li .pullDown:before {
  content: '';
  transition: opacity 0.2s;
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 47px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center 14px;
}

#header #gnav ul li.nav1 {
  width: 40px;
  background-image: url(../images/gnav1_on.png);
}

#header #gnav ul li.nav1 a:before {
  background-image: url(../images/gnav1.png);
}

#header #gnav ul li.nav2 {
  width: 264px;
  background-image: url(../images/gnav2_on.png);
}

#header #gnav ul li.nav2 span:before {
  background-image: url(../images/gnav2.png);
}

#header #gnav ul li.nav3 {
  width: 71px;
  background-image: url(../images/gnav3_on.png);
}

#header #gnav ul li.nav3 a:before {
  background-image: url(../images/gnav3.png);
}

#header #gnav ul li.nav4 {
  width: 111px;
  background-image: url(../images/gnav4_on.png);
}

#header #gnav ul li.nav4 a:before {
  background-image: url(../images/gnav4.png);
}

#header #gnav ul li.nav5 {
  width: 91px;
  background-image: url(../images/gnav5_on.png);
}

#header #gnav ul li.nav5 a:before {
  background-image: url(../images/gnav5.png);
}

#header #gnav ul li.nav6 {
  width: 88px;
  background-image: url(../images/gnav6_on.png);
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: center 14px;
}

#header #gnav ul li.nav6 a:before {
  background-image: url(../images/gnav6.png);
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: center 14px;
}

#header #gnav ul li.nav7 {
  width: 94px;
  margin-right: 12px;
  background-image: url(../images/gnav7_on.png);
}

#header #gnav ul li.nav7 a:before {
  background-image: url(../images/gnav7.png);
}

#header #gnav ul li.nav_faq {
  width: 95px;
  margin-right: 0px;
  background-image: url(../images/gnav_faq_on.png);
}

#header #gnav ul li.nav_faq a:before {
  background-image: url(../images/gnav_faq.png);
}

#header #gnav ul li.disabled {
  display: none;
}

#header #gnav ul li .pullDownBlock {
  height: 163px;
  background: #fff;
  position: absolute;
  display: none;
  top: 100%;
  width: 100%;
  left: 0;
  text-align: center;
}

#header #gnav ul li .pullDownBlock ul {
  display: table;
  width: auto;
  height: 163px;
  background: none;
}

#header #gnav ul li .pullDownBlock ul li {
  text-align: center;
  padding: 10px 15px 0;
}

#header #gnav ul li .pullDownBlock ul li a {
  padding: 0;
  background-size: 100% auto;
  background-repeat: no-repeat;
  height: auto;
  line-height: 44px;
  letter-spacing: 0.05em;
}

#header #gnav ul li .pullDownBlock ul li a:before {
  display: none;
}

#header #gnav ul li .pullDownBlock ul li a.hover img {
  opacity: 1;
}

#header #gnav ul li .pullDownBlock ul li a .spNone {
  display: inline !important;
}

#header #gnav ul li .pullDownBlock ul li a div {
  display: flex;
  align-items: center;
}

#header #gnav ul li .pullDownBlock ul li a div div {
  display: block;
  line-height: 13px;
  margin-left: 5px;
}

#header #gnav ul li .pullDownBlock ul li img {
  width: 160px;
  display: block;
  transition: all 0.2s;
  margin: 0 auto;
}

#header #gnav ul li.hover a, #header #gnav ul li.hover .pullDown {
  color: #c5b164;
}

#header #gnav ul li.hover a:before, #header #gnav ul li.hover .pullDown:before {
  opacity: 0 !important;
}

#header #gnav ul li.hover .pullDownBlock li a {
  color: #222;
}

#header #gnav ul li.hover .pullDownBlock li a.hover {
  color: #c5b164;
}

/*body.recruit_guide #header { height: 66px; }*/
/*body.recruit_guide #header .headerInner .headrBtn { display: none; }*/
/*body.recruit_guide #header #gnav { display: none; }*/
/*body.recruit_guide #main { padding-top: 64px; }*/
#pageTopWrap {
  position: relative;
  width: 100%;
  height: 0;
  right: 0;
  bottom: 0;
  z-index: 50;
}

#pageTopWrap .pageTop {
  position: fixed;
  width: 60px;
  height: 60px;
  right: 0px;
  bottom: 0;
  transition: right 0.5s;
}

#pageTopWrap .pageTop .pageTopBg {
  width: 100%;
  fill: #5f5f5f;
  transition: opacity 0.3s;
}

#pageTopWrap .pageTop .pageTopBg:hover {
  opacity: 0.5;
}

#pageTopWrap .pageTop img {
  width: 60px;
}

#pageTopWrap .pageTop.absolute {
  position: absolute;
}

#pageTopWrap .pageTop.visible {
  right: 0 !important;
}

#footer {
  width: 100%;
  height: 125px;
  background: #000;
  overflow: hidden;
  clear: both;
  position: relative;
}

#footer .footerInner {
  margin: 0 auto;
  width: 1080px;
  position: relative;
  height: 125px;
  padding: 40px;
  text-align: center;
}

#footer .footerInner .piasLinc {
  margin-bottom: 18px;
}

#footer .footerInner .piasLinc a {
  font-size: 1.4rem;
  color: #fff;
}

#footer .footerInner .piasLinc a.hover {
  opacity: 0.5;
}

#footer .footerInner .piasLinc img {
  width: 152px;
  margin: 0 auto 20px;
}

#footer .footerInner #copy {
  font-size: 1.2rem;
  color: #fff;
  letter-spacing: 0.1em;
  font-weight: 200;
  vertical-align: top;
  line-height: 1em;
}

#footer .footerInner #copy span {
  font-size: 2rem;
  vertical-align: top;
}

@media screen and (max-width: 750px) {
  a {
    transition: none;
  }

  a.hover img {
    opacity: 1;
  }

  #main {
    width: 100%;
    padding: 68px 0px 0px 0px;
    padding: 18.13333vw 0vw 0vw 0vw;
  }

  #header {
    width: 100%;
    height: 68px;
    height: 18.13333vw;
  }

  #header .headerInner {
    width: auto;
    height: 68px;
    height: 18.13333vw;
    padding: 7.5px 20px;
    padding: 2vw 5.33333vw;
    background: #222;
  }

  #header .headerInner .logo {
    padding: 0;
    width: 118px;
    width: 31.46667vw;
  }

  #header .headerInner .logo img {
    width: 118px;
    width: 31.46667vw;
  }

  #header .headerInner .headrBtn {
    right: 50px;
    right: 13.33333vw;
    top: 0px;
    top: 0vw;
    right: 55px;
    right: 14.66667vw;
  }

  #header .headerInner .headrBtn .lineBtn {
    display: none;
  }

  #header .headerInner .headrBtn .cvBtn {
    float: none;
    font-size: 10px;
    font-size: 2.66667vw;
    width: 157px;
    width: 41.86667vw;
    height: 35px;
    height: 9.33333vw;
    line-height: 35px;
    line-height: 9.33333vw;
    padding: 0;
  }

  #header .headerInner .headrBtn .cvBtn:before {
    display: none;
  }

  #header .headerInner .headrBtn .cvBtn.style2 {
    letter-spacing: -0.05em;
    padding-right: 0;
  }

  #header .headerInner .headrBtn .cvBtn.style2:before {
    right: 10px;
  }

  #header .headerInner .headrBtn .about_pc {
    display: none;
  }

  #header .headerInner .headrBtn .btn_about_sp, #header .headerInner .headrBtn .btn_entry_sp {
    display: block;
    float: left;
    text-align: center;
    margin: 0;
    padding: 10px 8px;
  }

  #header .headerInner .headrBtn .btn_about_sp .icon, #header .headerInner .headrBtn .btn_entry_sp .icon {
    display: block;
    height: 35px;
    height: 9.33333vw;
  }

  #header .headerInner .headrBtn .btn_about_sp .icon img, #header .headerInner .headrBtn .btn_entry_sp .icon img {
    display: inline-block;
    width: 27px;
    height: 9px;
  }

  #header .headerInner .headrBtn .btn_about_sp .label, #header .headerInner .headrBtn .btn_entry_sp .label {
    font-size: 10px;
    font-size: 2.66667vw;
    color: #fce17b;
    display: block;
  }

  #header .headerInner .headrBtn .btn_about_sp .icon {
    padding-top: 11px;
  }

  #header .headerInner .headrBtn .btn_entry_sp .icon img {
    width: 31px;
    height: 27.5px;
  }

  #header .headerInner .menu {
    display: block;
    width: 35px;
    width: 9.33333vw;
    height: 35px;
    height: 9.33333vw;
    position: absolute;
    right: 7.5px;
    right: 2vw;
    top: 16.5px;
    top: 4.4vw;
  }

  #header .headerInner .menu span {
    display: block;
    width: 17.5px;
    width: 4.66667vw;
    height: 1px;
    height: 0.26667vw;
    min-height: 1px;
    background: #fff;
    text-indent: -9999px;
    margin: 17px auto;
    margin: 4.53333vw auto;
    position: relative;
    transition: all 0.2s;
  }

  #header .headerInner .menu:before {
    content: '';
    display: block;
    width: 17.5px;
    width: 4.66667vw;
    height: 1px;
    height: 0.26667vw;
    min-height: 1px;
    background: #fff;
    position: absolute;
    top: 9.5px;
    top: 2.53333vw;
    left: 8.75px;
    left: 2.33333vw;
    transition: all 0.2s;
    transform: rotate(0deg);
  }

  #header .headerInner .menu:after {
    content: '';
    display: block;
    width: 17.5px;
    width: 4.66667vw;
    height: 1px;
    height: 0.26667vw;
    min-height: 1px;
    background: #fff;
    position: absolute;
    bottom: 9.5px;
    bottom: 2.53333vw;
    left: 8.75px;
    left: 2.33333vw;
    transition: all 0.2s;
    transform: rotate(0deg);
  }

  #header #gnav {
    height: auto;
    position: absolute;
    top: -100vh;
    background: #222;
    border-top: solid 1px #f7f7f7;
    border-top: solid 0.26667vw #f7f7f7;
    left: 0;
    width: 100%;
    height: calc(100vh - 18.13333vw);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    z-index: -1;
    transition: top 0.5s;
  }

  #header #gnav ul {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: auto;
    background: none;
  }

  #header #gnav ul li {
    float: none;
    width: 100% !important;
    margin: 0 !important;
    border-bottom: solid 1px #f7f7f7;
    border-bottom: solid 0.26667vw #f7f7f7;
    background: none !important;
  }

  #header #gnav ul li a, #header #gnav ul li .pullDown {
    display: block;
    height: 76px;
    height: 20.26667vw;
    padding: 19px 20px 0px;
    padding: 5.06667vw 5.33333vw 0vw;
    line-height: 27.5px;
    line-height: 7.33333vw;
    font-size: 12px;
    font-size: 3.2vw;
    color: #fff;
  }

  #header #gnav ul li a:before, #header #gnav ul li .pullDown:before {
    background-position: 0 0 !important;
    height: 17.5px;
    height: 4.66667vw;
    background-repeat: no-repeat;
    background-size: 100% auto;
    position: static;
    background-color: transparent;
  }

  #header #gnav ul li .pullDown {
    height: 66px;
    height: 17.6vw;
  }

  #header #gnav ul li.nav1 a:before {
    background-image: url(../images/gnav1_sp.png);
  }

  #header #gnav ul li.nav2 span:before {
    background-image: url(../images/gnav2_sp.png);
  }

  #header #gnav ul li.nav3 a:before {
    background-image: url(../images/gnav3_sp.png);
  }

  #header #gnav ul li.nav4 a:before {
    background-image: url(../images/gnav4_sp.png);
  }

  #header #gnav ul li.nav5 a:before {
    background-image: url(../images/gnav5_sp.png);
  }

  #header #gnav ul li.nav6 a:before {
    background-image: url(../images/gnav6_sp.png);
    background-size: 100%;
  }

  #header #gnav ul li.nav7 a:before {
    background-image: url(../images/gnav7_sp.png);
  }

  #header #gnav ul li.nav_faq {
    background-size: 100% auto;
    background-position: 0 0 !important;
  }

  #header #gnav ul li.nav_faq a:before {
    background-image: url(../images/gnav_faq_sp.png);
    background-size: 100% auto;
    background-position: 0 0 !important;
  }

  #header #gnav ul li.lineBtn {
    padding: 18px 0px;
    padding: 4.8vw 0vw;
  }

  #header #gnav ul li.lineBtn a {
    display: block;
    margin: 0 auto;
    width: 158px;
    width: 42.13333vw;
    height: 40px;
    height: 10.66667vw;
    border-radius: 3px;
    border-radius: 0.8vw;
    border: solid 1px #fff;
    border: solid 0.26667vw #fff;
    padding: 13.5px 25px;
    padding: 3.6vw 6.66667vw;
  }

  #header #gnav ul li.lineBtn a:before {
    display: none;
  }

  #header #gnav ul li.lineBtn a img {
    width: 107px;
    width: 28.53333vw;
  }

  #header #gnav ul li.disabled {
    display: none !important;
  }

  #header #gnav ul li .pullDownBlock {
    height: auto;
    background: transparent;
    position: static;
    display: block !important;
    top: 100%;
    width: 100%;
    text-align: center;
    padding: 0px 0px 10px;
    padding: 0vw 0vw 4.66667vw;
  }

  #header #gnav ul li .pullDownBlock ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: auto;
    height: auto;
    background: none;
  }

  #header #gnav ul li .pullDownBlock ul li {
    padding: 0;
    border: none;
    margin: 0px 17.5px 0px 0px;
    margin: 0vw 4.66667vw 0vw 0vw;
    width: 117.5px !important;
    width: 31.33333vw !important;
  }

  #header #gnav ul li .pullDownBlock ul li a {
    padding: 8.75px 8.75px 0px;
    padding: 2.33333vw 2.33333vw 0vw;
    height: auto;
    background: none !important;
    line-height: 20px;
  }

  #header #gnav ul li .pullDownBlock ul li a:before {
    display: none;
  }

  #header #gnav ul li .pullDownBlock ul li a.hover img {
    opacity: 1;
  }

  #header #gnav ul li .pullDownBlock ul li a div div {
    margin: 0;
    letter-spacing: -1px;
  }

  #header #gnav ul li .pullDownBlock ul li a .spNone {
    display: none !important;
  }

  #header #gnav ul li .pullDownBlock ul li img {
    width: 100%;
    margin: 0px 0px 4px 0px;
    margin: 0vw 0vw 1.06667vw 0vw;
  }

  #header #gnav ul li.hover a, #header #gnav ul li.hover .pullDown {
    color: #fff;
  }

  #header #gnav ul li.hover a:before, #header #gnav ul li.hover .pullDown:before {
    opacity: 1 !important;
  }

  #header #gnav ul li.hover .pullDownBlock li a {
    color: #fff;
  }

  #header #gnav ul li.hover .pullDownBlock li a.hover {
    color: #fff;
  }

  /*body.recruit_guide #header { height: 68px; height: 18.13333vw; }*/
  /*body.recruit_guide #header .menu { display: none; }*/
  /*body.recruit_guide #main { padding: 68px 0px 0px 0px; padding: 18.13333vw 0vw 0vw 0vw; }*/
  body.menuOn #header .headerInner .menu span {
    opacity: 0;
  }

  body.menuOn #header .headerInner .menu:before {
    width: 22.5px;
    width: 6vw;
    top: 17.25px;
    top: 4.6vw;
    left: 6px;
    left: 1.6vw;
    transform: rotate(-45deg);
  }

  body.menuOn #header .headerInner .menu:after {
    width: 22.5px;
    width: 6vw;
    bottom: 16.25px;
    bottom: 4.33333vw;
    left: 6px;
    left: 1.6vw;
    transform: rotate(45deg);
  }

  body.menuOn #header #gnav {
    top: 68px;
    top: 18.13333vw;
    padding-bottom: 100px;
  }

  #pageTopWrap .pageTop {
    width: 142px;
    width: 37.86667vw;
    height: 40px;
    height: 10.66667vw;
    width: auto;
  }

  #pageTopWrap .pageTop img {
    width: 40px;
    width: 10.66667vw;
  }

  #pageTopWrap .pageTop.absolute {
    position: absolute;
  }

  #pageTopWrap .pageTop.visible {
    right: 0 !important;
  }

  #footer {
    height: 86px;
    height: 22.93333vw;
  }

  #footer .footerInner {
    margin: 0 auto;
    width: auto;
    padding: 25px 0px 0px;
    padding: 6.66667vw 0vw 0vw;
  }

  #footer .footerInner .piasLinc img {
    width: 142px;
    width: 37.86667vw;
    margin: 0px auto 15px;
    margin: 0vw auto 4vw;
  }

  #footer .footerInner #copy {
    font-size: 10px;
    font-size: 2.66667vw;
  }

  #footer .footerInner #copy span {
    font-size: 15.5px;
    font-size: 4.13333vw;
  }
}

/*# sourceMappingURL=layout.css.map */
