@charset "UTF-8";
/* =========================================================
parts
========================================================= */
@import url("https://fonts.googleapis.com/css?family=Montserrat:700");
/* =========================================================
body
========================================================= */
html {
  font-size: 62.5%;
  letter-spacing: .03em;
  line-height: 1.3rem;
}

body {
  color: #000;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "sans-serif";
  font-size: 1rem;
  line-height: 16px;
  background: #fff;
  -webkit-overflow-scrolling: touch;
}

*:before, *:after {
  display: block;
}

.groval-menu *:before, .groval-menu *:after, .lang-menu *:before, .lang-menu *:after {
  display: inline;
}

a {
  display: block;
  text-decoration: none;
  color: #000;
}

.img-full {
  width: 100%;
}

.wrapper {
  width: 100%;
  overflow: hidden;
}

.pc-disp {
  display: none;
}

.DISP-PC .sp-disp {
  display: none;
}

.DISP-PC .pc-disp {
  display: block;
}

/* =========================================================
layout
========================================================= */
/*
Header
*/
.site-header {
    width: 100%;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 110;
    border-bottom: 1px solid #ccc;
}

.site-header .header-in {
    padding: 12px 12px 10px 10px;
}

.site-header .sitelogo {
    width: 110px;
}

.DISP-PC .site-header .header-in {
    padding: 13px 40px;
}

.DISP-PC .site-header .sitelogo {
    width: 140px;
}

.recruit-hd {
  width: 100%;
  height: 40px;
  position: relative;
  background: #fff;
  z-index: 1;
}

.hd-logo {
  position: absolute;
  top: 50%;
  left: 13px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.hd-logo img {
  height: 27px;
}

.recruit-sns-list {
  position: absolute;
  top: 50%;
  right: 13px;
  letter-spacing: -.4em;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.recruit-sns-list > * {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: .03em;
}

.recruit-sns-item {
  margin: 0 10px 0 0;
}

.recruit-sns-item:last-child {
  margin-right: 0;
}

.recruit-sns-item a {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  position: relative;
}

.recruit-sns-item a svg {
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  fill: #fff;
}

.recruit-sns-item a.tw {
  background: #3AB1DB;
}

.recruit-sns-item a.tw svg {
  height: 11px;
}

.recruit-sns-item a.line {
  background: #00b900;
}

.recruit-sns-item a.insta {
  background: #d93174;
}

/*
Footer
*/
.recruit-ft {
  width: 100%;
  padding: 40px 0 0;
  background: #fff url(https://cn.kichijoji.parco.jp/type_a1/pc/job/assets/images/bg_sp01.png) no-repeat top center;
  background-size: cover;
  position: relative;
  z-index: 1;
}

.ft-link-list {
  display: none;
  letter-spacing: -.4em;
  text-align: center;
}

.ft-link-list > * {
  display: inline-block;
  letter-spacing: .03em;
  vertical-align: middle;
}

.ft-link {
  border-left: 2px solid #bbb;
}

.ft-link:last-child {
  border-right: 2px solid #bbb;
}

.ft-link a {
  padding: 0 25px;
  font-size: 1.6rem;
  line-height: 16px;
  font-weight: bold;
}

.ft-sns-list {
  text-align: center;
  letter-spacing: -.4em;
}

.ft-sns-list > * {
  letter-spacing: .03em;
  display: inline-block;
  vertical-align: top;
}

.ft-sns-item {
  margin: 0 10px 0 0;
}

.ft-sns-item:last-child {
  margin-right: 0;
}

.ft-sns-item img {
  height: 20px;
}

.DISP-PC .recruit-ft {
  padding: 65px 0 0;
  background: #fff;
}

.DISP-PC .ft-link-list {
  margin: 0 0 45px;
  display: block;
}

.DISP-PC .ft-link a {
  transition: all .3s ease;
}

.DISP-PC .ft-link a:hover {
  opacity: .7;
}

.DISP-PC .ft-sns-item {
  margin-right: 15px;
}

.DISP-PC .site-footer {
  margin: 50px 0 0;
}

.head-information, .section-subbnr, .section-information {
  display: none;
}

.site-footer {
    margin: 35px 0 0;
}

.site-footer {
    background: #222;
    padding: 25px 0 20px;
    text-align: center;
    color: #fff;
}

.site-footer .sitelogo {
    width: 120px;
    display: inline-block;
    margin-bottom: 18px;
}

.site-footer .sitelogo svg {
    fill: #fff;
}

.site-footer .copyright {
    font-size: 9px;
    font-size: .9rem;
}

.DISP-PC .site-footer {
    padding: 60px 0 34px;
}

.DISP-PC .site-footer .sitelogo {
    width: 180px;
    margin-bottom: 36px;
}

.DISP-PC .site-footer .copyright {
    font-size: 10px;
    font-size: 1rem;
}

#topcontrol {
    position: fixed;
    right: 5px;
    bottom: 5px;
    width: 40px;
    height: 32px;
    transform: translateY(100%);
    transition: all 0.3s ease
}

#topcontrol img {
    width: 40px;
    height: 32px;
}

.DISP-PC #topcontrol {
    position: fixed;
    cursor: pointer;
    width: 56px;
    height: 46px;
    transition: all 0.3s ease
}

.DISP-PC #topcontrol img {
    width: 56px;
    height: 46px;
}
#topcontrol.active {
    transform: translateY(0);
}
