/* =========================================================
Flexslider
========================================================= */
/*
 * jQuery FlexSlider v2.7.2
 * https://www.woocommerce.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url("https://th.kichijoji.parco.jp/type_a1/pc/job/assets/css/fonts/flexslider-icon.eot");
  src: url("https://th.kichijoji.parco.jp/type_a1/pc/job/assets/css/fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("https://th.kichijoji.parco.jp/type_a1/pc/job/assets/css/fonts/flexslider-icon.woff") format("woff"), url("https://th.kichijoji.parco.jp/type_a1/pc/job/assets/css/fonts/flexslider-icon.ttf") format("truetype"), url("https://th.kichijoji.parco.jp/type_a1/pc/job/assets/css/fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

.flexslider .slides img {
  width: 100%;
  display: block;
}

.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .flexslider .slides {
  display: block;
}

* html .flexslider .slides {
  height: 1%;
}

.no-js .flexslider .slides > li:first-child {
  display: block;
}

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  zoom: 1;
  border-radius: 4px;
  -o-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
}

.flexslider .slides {
  zoom: 1;
}

.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}

.flex-viewport {
  max-height: 2000px;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

@-moz-document url-prefix() {
  .loading .flex-viewport {
    max-height: none;
  }
}

.carousel li {
  margin-right: 5px;
}

.flex-direction-nav {
  *height: 0;
}

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease-in-out;
}

.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}

.flex-direction-nav a.flex-next:before {
  content: '\f002';
}

.flex-direction-nav .flex-prev {
  left: -50px;
}

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}

.flex-pauseplay a:hover {
  opacity: 1;
}

.flex-pauseplay a.flex-play:before {
  content: '\f003';
}

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
}

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  transition: all 1s ease;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}

/* =========================================================
layout
========================================================= */
.wrapper {
    padding-top: 68px;
}

.DISP-PC .wrapper {
    padding-top: 84px;
}


/*
Main Visual
*/
.mv-spacer {
  width: 100%;
  height: calc(100vh + 51px);
}

.recruit-mv {
  width: 100%;
  height: calc(100vh + 51px);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
}

.mv-video-wrap {
  width: 100%;
  height: 100%;
  background: url(https://th.kichijoji.parco.jp/type_a1/pc/job/assets/images/home/mv/bg_movie_sp.jpg) no-repeat center center;
  background-size: cover;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -10;
}

.mv-video-wrap:before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(https://th.kichijoji.parco.jp/type_a1/pc/job/assets/images/home/mv/bg_pat01.png) repeat center center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.mv-video-wrap video {
  display: block;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 0;
  opacity: 0;
  transition: all .3s ease;
}

.mv-video-wrap video.disp165 {
  height: 100vh;
}

.main-ttl-wrap {
  width: 100%;
  text-align: center;
  position: absolute;
  top: calc(50% - 20px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.main-ttl {
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.main-ttl h1 {
  width: 100%;
  font-size: 0;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
}

.main-ttl span {
  margin: 0 auto 22px;
  display: block;
}

.main-ttl span:last-child {
  margin-bottom: 0;
}

.main-ttl .ttl-msg01 {
  width: 38vw;
  height: auto;
  opacity: 0;
  transition: opacity 1.5s ease .3s;
}

.main-ttl .ttl-msg02 {
  width: 49vw;
  height: auto;
  opacity: 0;
  transition: opacity 1.5s ease .8s;
}

.main-ttl .ttl-msg03 {
  width: 25vw;
  height: auto;
  opacity: 0;
  transition: opacity 1.5s ease 1.2s;
}

.DISP-PC .mv-spacer {
  height: calc(100vh + 63px);
}

.DISP-PC .recruit-mv {
  height: calc(100vh + 63px);
}

.DISP-PC .mv-video-wrap {
  background-image: url(https://th.kichijoji.parco.jp/type_a1/pc/job/assets/images/home/mv/bg_movie.jpg);
}

.DISP-PC .main-ttl-wrap {
  width: 770px;
}

.DISP-PC .main-ttl .ttl-msg01, .DISP-PC .main-ttl .ttl-msg02 {
  margin-bottom: 47px;
}

.recruit-mv-btn {
  width: 66%;
  margin: 26px auto 0;
}

.recruit-mv-btn a {
  width: 100%;
  padding: 14px 0;
  border: 2px solid #fff;
  border-radius: 22px;
  color: #fff;
  font-size: 1.5rem;
  line-height: 15px;
  font-weight: bold;
}

.recruit-mv-btn a:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 10px 4px 0;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.DISP-PC .recruit-mv-btn {
  width: 260px;
  margin-top: 38px;
}

.DISP-PC .recruit-mv-btn a {
  width: 100%;
  padding: 17px 0;
  border-radius: 26px;
}

.DISP-PC .ttl-msg01 {
  width: 228px;
}

.DISP-PC .ttl-msg02 {
  width: 300px;
}

.DISP-PC .ttl-msg03 {
  width: 170px;
}

/* Decoration */
.main-ttl .dec {
  position: absolute;
  opacity: 0;
  background-size: cover;
  transition: opacity .8s ease 2s, -webkit-transform .8s ease 2s;
  transition: transform .8s ease 2s, opacity .8s ease 2s;
  transition: transform .8s ease 2s, opacity .8s ease 2s, -webkit-transform .8s ease 2s;
}

.main-ttl .dec01 {
  width: 16%;
  padding-top: 13%;
  background: url(https://th.kichijoji.parco.jp/type_a1/pc/job/assets/images/home/mv/dec_mv01.svg) no-repeat center center;
  top: -11%;
  left: 1%;
  -webkit-transform: translate(120%, 100%) rotate(180deg) scale(0.2);
  transform: translate(120%, 100%) rotate(180deg) scale(0.2);
}

.main-ttl .dec02 {
  width: 5%;
  padding-top: 10%;
  background: url(https://th.kichijoji.parco.jp/type_a1/pc/job/assets/images/home/mv/dec_mv02.svg) no-repeat center center;
  top: 54%;
  left: 9.5%;
  -webkit-transform: translate(300%, 0) rotate(180deg) scale(0.2);
  transform: translate(300%, 0) rotate(180deg) scale(0.2);
}

.main-ttl .dec03 {
  width: 17%;
  padding-top: 13%;
  background: url(https://th.kichijoji.parco.jp/type_a1/pc/job/assets/images/home/mv/dec_mv03.svg) no-repeat center center;
  top: 92%;
  left: 5%;
  -webkit-transform: translate(80%, -70%) rotate(180deg) scale(0.2);
  transform: translate(80%, -70%) rotate(180deg) scale(0.2);
}

.main-ttl .dec04 {
  width: 16%;
  padding-top: 13%;
  background: url(https://th.kichijoji.parco.jp/type_a1/pc/job/assets/images/home/mv/dec_mv03.svg) no-repeat center center;
  top: -11%;
  right: 5%;
  -webkit-transform: translate(-80%, 100%) rotate(0) scale(0.2);
  transform: translate(-80%, 100%) rotate(0) scale(0.2);
}

.main-ttl .dec05 {
  width: 5%;
  padding-top: 10%;
  background: url(https://th.kichijoji.parco.jp/type_a1/pc/job/assets/images/home/mv/dec_mv02.svg) no-repeat center center;
  top: 47%;
  right: 10.5%;
  -webkit-transform: translate(-300%, 0) rotate(0) scale(0.2);
  transform: translate(-300%, 0) rotate(0) scale(0.2);
}

.main-ttl .dec06 {
  width: 17%;
  padding-top: 13%;
  background: url(https://th.kichijoji.parco.jp/type_a1/pc/job/assets/images/home/mv/dec_mv01.svg) no-repeat center center;
  top: 92%;
  right: 1%;
  -webkit-transform: translate(-100%, -70%) rotate(0) scale(0.2);
  transform: translate(-100%, -70%) rotate(0) scale(0.2);
}

.recruit-mv.active video {
  opacity: 1;
}

.recruit-mv.active .main-ttl .ttl-msg01 {
  opacity: 1;
}

.recruit-mv.active .main-ttl .ttl-msg02 {
  opacity: 1;
}

.recruit-mv.active .main-ttl .ttl-msg03 {
  opacity: 1;
}

.recruit-mv.active .main-ttl .dec {
  opacity: 1;
}

.recruit-mv.active .main-ttl .dec01 {
  -webkit-transform: translate(0, 0) rotate(0) scale(1);
  transform: translate(0, 0) rotate(0) scale(1);
}

.recruit-mv.active .main-ttl .dec02 {
  -webkit-transform: translate(0, 0) rotate(0) scale(1);
  transform: translate(0, 0) rotate(0) scale(1);
}

.recruit-mv.active .main-ttl .dec03 {
  -webkit-transform: translate(0, 0) rotate(0) scale(1);
  transform: translate(0, 0) rotate(0) scale(1);
}

.recruit-mv.active .main-ttl .dec04 {
  -webkit-transform: translate(0, 0) rotate(180deg) scale(1);
  transform: translate(0, 0) rotate(180deg) scale(1);
}

.recruit-mv.active .main-ttl .dec05 {
  -webkit-transform: translate(0, 0) rotate(180deg) scale(1);
  transform: translate(0, 0) rotate(180deg) scale(1);
}

.recruit-mv.active .main-ttl .dec06 {
  -webkit-transform: translate(0, 0) rotate(180deg) scale(1);
  transform: translate(0, 0) rotate(180deg) scale(1);
}

.DISP-PC .main-ttl .dec01, .DISP-PC .main-ttl .dec04 {
  width: 100px;
  height: 80px;
  padding-top: 0;
}

.DISP-PC .main-ttl .dec02, .DISP-PC .main-ttl .dec05 {
  width: 30px;
  height: 24px;
  padding-top: 0;
}

.DISP-PC .main-ttl .dec03, .DISP-PC .main-ttl .dec06 {
  width: 112px;
  height: 86px;
  padding-top: 0;
}

.scroll {
  width: 31px;
  height: 46px;
  border: 1px solid #fff;
  border-radius: 15px;
  position: absolute;
  top: 120%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-animation: up-down 4s ease-in infinite;
  animation: up-down 4s ease-in infinite;
}

.scroll:before {
  content: "";
  width: 1px;
  height: 13px;
  background: #fff;
  position: absolute;
  top: 22px;
  left: 14px;
}

.scroll:after {
  content: "";
  width: 7px;
  height: 7px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 28px;
  left: 11px;
}

@-webkit-keyframes up-down {
  10% {
    -webkit-transform: translate(-50%, 10px);
    transform: translate(-50%, 10px);
  }
  20% {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  30% {
    -webkit-transform: translate(-50%, 10px);
    transform: translate(-50%, 10px);
  }
  40% {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}

@keyframes up-down {
  10% {
    -webkit-transform: translate(-50%, 10px);
    transform: translate(-50%, 10px);
  }
  20% {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  30% {
    -webkit-transform: translate(-50%, 10px);
    transform: translate(-50%, 10px);
  }
  40% {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}

/*
Section Common
*/
.sec-block {
  width: 100%;
  padding: 40px 0 70px;
  margin: -2px 0 0;
  position: relative;
  z-index: 0;
}

.sec-block:before {
  content: "";
  width: 100%;
  height: 100%;
  -webkit-transform: skewY(-4deg);
  transform: skewY(-4deg);
  position: absolute;
  top: 0;
  left: 0;
}

.sec-block:first-child {
  margin: 0;
}

.sec-block > * {
  position: relative;
  z-index: 3;
}

.sec-ttl {
  padding: 15% 0 0;
  position: relative;
  font-size: 6.5vw;
  line-height: 1.5;
  text-align: center;
}

.sec-ttl:before {
  content: "";
  width: 34%;
  padding-top: 13%;
  background: url(https://th.kichijoji.parco.jp/type_a1/pc/job/assets/images/dec_ttl.png) no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.DISP-PC .sec-block {
  margin-top: -2px;
  padding: 54px 0 100px;
}

.DISP-PC .sec-block:before {
  -webkit-transform: skewY(-5deg);
  transform: skewY(-5deg);
}

.DISP-PC .sec-block:first-child {
  margin-top: 2%;
}

.DISP-PC .sec-ttl {
  padding: 70px 0 0;
  font-size: 2.8rem;
  line-height: 40px;
}

.DISP-PC .sec-ttl:before {
  content: "";
  width: 145px;
  padding-top: 56px;
}

/*
Interview
*/
.interview-block:before {
  background: #fff;
}

.staff-list {
  padding: 49px 20px 0;
  background: url(https://th.kichijoji.parco.jp/type_a1/pc/job/assets/images/home/interview/bg_sp_staff01.png) repeat-y left top, url(https://th.kichijoji.parco.jp/type_a1/pc/job/assets/images/home/interview/bg_sp_staff02.png) repeat-y right top;
  background-size: 50px 500px, 59px 750px;
  letter-spacing: -.4em;
  position: relative;
  text-align: center;
}

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

.staff-item {
  width: 50%;
  margin: 0 0 30px;
}

.staff-img {
  width: 100%;
  position: relative;
}

.staff-img img {
  border: 2px solid #fff;
}

.staff-frame {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.staff-frame svg {
  width: 100%;
  height: 100%;
  fill: #fff;
}

.staff-logo {
  width: 53%;
  margin: 0 auto;
}

.staff-txt {
  margin: 3px 0 0;
  text-align: center;
  font-size: 1.2rem;
  line-height: 18px;
}

.DISP-PC .staff-list {
  padding: 35px 11% 0;
  background: url(https://th.kichijoji.parco.jp/type_a1/pc/job/assets/images/home/interview/bg_pc_staff01.png) no-repeat center center;
  background-size: 100% auto;
}

.DISP-PC .staff-item {
  width: 33.33%;
  margin: 0 0 20px;
  padding: 0 1.5%;
}

.DISP-PC .staff-item a {
  transition: opacity .3s ease;
}

.DISP-PC .staff-item a:hover {
  opacity: .7;
}

.DISP-PC .staff-txt {
  font-size: 1.4rem;
  line-height: 20px;
}

/*
Merit
*/
.merit-block:before {
  background: #ffd54f;
}

.merit-item {
  width: 100%;
  margin: 0 0 20px;
  padding: 0 20px;
}

.merit-item:last-child {
  margin-bottom: 0;
}

.merit-img-wrap {
  width: 100%;
  padding-top: 80%;
  position: relative;
}

.merit-img {
  position: absolute;
}

.merit-img.img01 {
  width: 30%;
  top: 2%;
  left: 8%;
}

.merit-img.img02 {
  width: 48%;
  top: 40%;
  left: -3%;
}

.merit-img.img03 {
  width: 59%;
  top: 5%;
  left: 44%;
}

.merit-img img {
  border: 2px solid #ffd54f;
}

.merit-frame {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.merit-frame svg {
  width: 100%;
  height: 100%;
  fill: #ffd54f;
}

.merit-ttl {
  margin: 10px 0 0;
  font-size: 5.7vw;
  line-height: 1.5;
  text-align: center;
}

.merit-txt {
  margin: 13px 0 0;
  font-size: 1.2rem;
  line-height: 19px;
  text-align: center;
}

.merit-item:nth-child(even) .img01 {
  left: auto;
  right: 8%;
}

.merit-item:nth-child(even) .img02 {
  left: auto;
  right: -3%;
}

.merit-item:nth-child(even) .img03 {
  left: auto;
  right: 44%;
}

.DISP-PC .merit-list {
  padding: 0 5%;
  letter-spacing: -.4em;
  text-align: center;
}

.DISP-PC .merit-list > * {
  display: inline-block;
  letter-spacing: .03em;
  vertical-align: top;
}

.DISP-PC .merit-item {
  width: 50%;
  margin: 0;
  padding: 0 20px;
}

.DISP-PC .merit-ttl {
  width: 57.5%;
  margin: -12% 0 0 auto;
  font-size: 2.6rem;
  line-height: 34px;
  position: relative;
  z-index: 1;
}

.DISP-PC .merit-txt {
  width: 57.5%;
  margin: 13px 0 0 auto;
  font-size: 1.4rem;
  line-height: 22px;
  position: relative;
  z-index: 1;
}

.DISP-PC .merit-item:nth-child(even) .merit-ttl {
  margin-right: auto;
  margin-left: 0;
}

.DISP-PC .merit-item:nth-child(even) .merit-txt {
  margin-right: auto;
  margin-left: 0;
}

/*
Growth
*/
.growth-block:before {
  background: #4cb6ac;
}

.growth-list {
  margin: 10px 0 0;
}

.growth-item {
  width: 100%;
  margin: 0 0 25px;
  padding: 0 20px;
}

.growth-item:last-child {
  margin-bottom: 0;
}

.growth-img {
  position: relative;
  padding: 0 12%;
}

.growth-img img {
  border: 2px solid #4cb6ac;
}

.growth-frame {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.growth-frame svg {
  width: 100%;
  height: 100%;
  fill: #4cb6ac;
}

.growth-ttl {
  margin: 10px 0 0;
  font-size: 5.7vw;
  line-height: 1.5;
  text-align: center;
}

.growth-txt {
  margin: 13px 0 0;
  font-size: 1.2rem;
  line-height: 19px;
}

.DISP-PC .growth-list {
  margin: 35px 0 0;
  padding: 0 5%;
  letter-spacing: -.4em;
  text-align: center;
}

.DISP-PC .growth-list > * {
  display: inline-block;
  letter-spacing: .03em;
  vertical-align: top;
}

.DISP-PC .growth-img {
  padding: 0 5%;
}

.DISP-PC .growth-item {
  width: 33.33%;
  margin: 0;
  padding: 0 20px;
}

.DISP-PC .growth-ttl {
  font-size: 2.6rem;
  line-height: 34px;
}

.DISP-PC .growth-txt {
  margin: 13px 0 0 auto;
  font-size: 1.4rem;
  line-height: 22px;
  text-align: left;
}

/*
Job offer
*/
.job-block {
  padding-bottom: 0 !important;
}

.job-block:before {
  background: #fff;
  height: 90%;
}

.job-block:after {
  content: "";
  width: 100%;
  height: 50%;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}

.job-select-btn {
  width: calc(100% - 20px);
  margin: 20px auto 0;
  padding: 16px 0 16px 20px;
  position: relative;
  background: #d64415;
  border-radius: 5px;
  box-shadow: 0px 5px 0px 0px #8a2b0d;
  color: #fff;
  font-size: 1.6rem;
  line-height: 16px;
}

.job-select-btn:before {
  content: "";
  width: 17px;
  height: 17px;
  margin: 0 7px 0 0;
  background: url(https://th.kichijoji.parco.jp/type_a1/pc/job/assets/images/home/job/ico_search.svg) no-repeat center center;
  background-size: cover;
  display: inline-block;
  vertical-align: top;
}

.job-select-btn:after {
  content: "";
  width: 15px;
  height: 9px;
  background: url(https://th.kichijoji.parco.jp/type_a1/pc/job/assets/images/ico_arrow.svg) no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 22px;
  right: 20px;
}

.job-select-btn.active:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  top: 19px;
}

.job-select {
  padding: 40px 20px 0;
}

.DISP-PC .job-select-btn {
  display: none;
}

.DISP-PC .job-select {
  width: calc(100% - 100px);
  margin: 45px auto 0;
  padding: 30px 60px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.DISP-PC .job-select-wrap {
  background: url(https://th.kichijoji.parco.jp/type_a1/pc/job/assets/images/bg_pc01.png) repeat-y center top;
  background-size: 100% auto;
}

.category.category01, .category.category02 {
  padding-bottom: 25px;
}

.category-ttl {
  margin: 0 0 10px;
  padding: 9px 12px;
  background: #ddd;
  color: #777;
  font-size: 1.5rem;
  line-height: 15px;
}

.category-ttl em {
  font-size: 1.2rem;
}

.category-list-btn {
  width: 100%;
  margin: 20px auto 0;
  padding: 16px 0 16px 20px;
  position: relative;
  background: #4cb6ac;
  border-radius: 5px;
  box-shadow: 0px 6px 0px 0px #349c92;
  color: #fff;
  font-size: 1.6rem;
  line-height: 16px;
}

.category-list-btn:after {
  content: "";
  width: 15px;
  height: 9px;
  background: url(https://th.kichijoji.parco.jp/type_a1/pc/job/assets/images/ico_arrow.svg) no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 22px;
  right: 20px;
}

.category-list-btn.active:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  top: 19px;
}

.category-list input {
  display: none;
}

.category-list label {
  position: relative;
  padding: 15px 0 15px 14px;
  display: block;
  border-bottom: 1px solid #ddd;
  font-size: 1.5rem;
  line-height: 15px;
  -webkit-tap-highlight-color: transparent;
}

.category-list.type01 {
  padding: 5px 0 0;
}

.category-list.type02 span:before {
  content: "";
  width: 56px;
  height: 26px;
  background: #ddd;
  border-radius: 30px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -13px;
  transition: all .2s;
}

.category-list.type02 span:after {
  content: "";
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 100%;
  position: absolute;
  top: 13px;
  right: 33px;
  transition: all .2s;
}

.category-list.type02 input:checked + span:before {
  background: #4cb6ac;
}

.category-list.type02 input:checked + span:after {
  right: 3px;
}

.DISP-PC .category {
  margin: 0 0 13px;
  padding: 0 0 13px;
  letter-spacing: -.4em;
  border-bottom: 1px solid #000;
}

.DISP-PC .category.category03 {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.DISP-PC .category > * {
  letter-spacing: .03em;
  display: inline-block;
  vertical-align: middle;
}

.DISP-PC .category-ttl {
  width: 124px;
  height: 40px;
  margin: 0;
  padding: 0;
  background: none;
  color: #000;
  font-weight: bold;
  text-align: center;
  position: relative;
}

.DISP-PC .category-ttl span {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.DISP-PC .category-ttl em {
  display: block;
  font-size: 1.2rem;
}

.DISP-PC .category-list-btn {
  display: none;
}

.DISP-PC .category-list {
  width: calc(100% - 124px);
  padding: 5px 0;
  border-left: 1px solid #000;
}

.DISP-PC .category-list label {
  padding: 0 13px;
  display: inline-block;
  border-bottom: none;
  font-size: 1.5rem;
  line-height: 30px;
  white-space: pre;
  cursor: pointer;
}

.DISP-PC .category-list span {
  width: 18px;
  height: 18px;
  margin: 0 8px 0 0;
  display: inline-block;
  vertical-align: sub;
  border: 2px solid #000;
  position: relative;
}

.DISP-PC .category-list.type01 span {
  border-radius: 100%;
}

.DISP-PC .category-list.type01 input:checked + span {
  background: #d64415;
}

.DISP-PC .category-list.type01 input:checked + span.yellow {
  background: #ffd54f;
}

.DISP-PC .category-list.type01 input:checked + span.green {
  background: #4cb6ac;
}

.DISP-PC .category-list.type02 span:before {
  display: none;
}

.DISP-PC .category-list.type02 span:after {
  content: none;
}

.DISP-PC .category-list.type02 input:checked + span {
  background: #d64415;
}

.DISP-PC .category-list.type02 input:checked + span.yellow {
  background: #ffd54f;
}

.DISP-PC .category-list.type02 input:checked + span.green {
  background: #4cb6ac;
}

.DISP-PC .category-list.type02 input:checked + span:before {
  content: "";
  display: block;
  width: 10px;
  height: 7px;
  background: url(https://th.kichijoji.parco.jp/type_a1/pc/job/assets/images/home/job/ico_check.svg) no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 17px;
  left: 2px;
}

.job-close-btn {
  width: calc(100% - 20px);
  margin: 20px auto 0;
  padding: 16px 0;
  background: #d64415;
  border-radius: 5px;
  box-shadow: 0px 5px 0px 0px #8a2b0d;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  line-height: 16px;
}

.job-notice {
  margin: 30px 0 0;
  padding: 0 15px;
  color: #666;
  font-size: 1.2rem;
  line-height: 18px;
}

.DISP-PC .job-close-btn {
  display: none;
}

.DISP-PC .job-notice {
  margin: 40px 0 0;
  text-align: center;
}

.job-list {
  padding: 25px 10px 0;
  display: flex;
  flex-wrap: wrap;
}

.job-item {
  width: calc(50% - 5px);
  padding: 0 5px;
  margin: 10px 10px 0 0;
}

.job-item:nth-child(-n+2) {
  margin-top: 0;
}

.job-item:nth-child(2n) {
  margin-right: 0;
}

.job-item a {
  height: 100%;
  padding: 9px 9px;
  border: 1px solid #ddd;
  background: #fff;
}

.job-ctg-list {
  margin: 10px 0 0;
}

.job-ctg {
  margin: 0 0 5px;
  padding: 4px 0;
  background: #000;
  text-align: center;
  font-size: 0.9rem;
  line-height: 9px;
  color: #fff;
  font-weight: bold;
}

.job-ctg:last-child {
  margin-bottom: 0;
}

.job-shop {
  margin: 9px 0 0;
  font-size: 1.3rem;
  line-height: 19.5px;
  font-weight: bold;
}

.job-cont {
  padding: 8px 0;
  border-bottom: 1px solid #ddd;
}

.job-cont:first-child {
  margin-top: 5px;
}

.job-cont:last-child {
  border-bottom: none;
}

.job-cont .ttl {
  color: #999;
  font-size: 1.1rem;
  line-height: 11px;
  font-weight: bold;
}

.job-cont .txt {
  margin: 5px auto 0;
  font-size: 1.3rem;
  line-height: 19.5px;
}

.DISP-PC .job-list {
  width: calc(100% - 100px);
  margin: 0 auto;
  padding: 50px 0 0;
}

.DISP-PC .job-item {
  width: 295px;
  padding: 0 10px;
  margin: 0 0 20px;
}

.DISP-PC .job-item a {
  padding: 35px 20px 11px;
  border: 1px solid #ddd;
  position: relative;
}

.DISP-PC .job-item a > * {
  position: relative;
  z-index: 3;
}

.DISP-PC .job-item a:after {
  content: "";
  width: 100%;
  height: 100%;
  border: 4px solid #ddd;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 0;
  transition: all .2s ease;
}

.DISP-PC .job-item a:hover {
  opacity: 1;
}

.DISP-PC .job-item a:hover:after {
  opacity: 1;
}

.DISP-PC .job-ctg-list {
  margin: 25px 0 0;
}

.DISP-PC .job-ctg {
  margin: 0 0 10px;
  padding: 8px 0;
  font-size: 1.3rem;
  line-height: 13px;
}

.DISP-PC .job-ctg:last-child {
  margin-bottom: 0;
}

.DISP-PC .job-shop {
  margin: 15px 0 0;
  font-size: 1.6rem;
  line-height: 19.2px;
}

.DISP-PC .job-cont {
  padding: 16px 0;
}

.DISP-PC .job-cont:first-child {
  margin-top: 5px;
}

.DISP-PC .job-cont .txt {
  margin: 5px auto 0;
  font-size: 1.4rem;
  line-height: 19.5px;
}

.job-top {
  position: fixed;
  right: 10px;
  bottom: 45px;
  z-index: 10;
  display: none;
}

.job-top a {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: #d64415;
  position: relative;
}

.job-top a:before {
  content: "";
  width: 50%;
  padding-top: 50%;
  background: url(https://th.kichijoji.parco.jp/type_a1/pc/job/assets/images/home/job/ico_search.svg) no-repeat center center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.DISP-PC .job-top {
  right: 20px;
  bottom: 60px;
}

.DISP-PC .job-top a {
  width: 60px;
  height: 60px;
  transition: opacity .3s ease;
}

.DISP-PC .job-top a:hover {
  opacity: .7;
}

.js-result [class*="hidden-"] {
  display: none;
}

.ctg01.job-ctg {
  background: #4cb6ac;
}

.ctg02.job-ctg {
  background: #8395bc;
}

.ctg03.job-ctg {
  background: #d64415;
}

.ctg04.job-ctg {
  background: #ffd54f;
}

.ctg05.job-ctg {
  background: #90949c;
}

.js-tglslide {
  display: none;
}

.js-selectarea {
  display: none;
}

.DISP-PC .js-tglslide {
  display: block !important;
}

.DISP-PC .js-selectarea {
  display: inline-block !important;
}

/*
Job detail
*/
.detail-block {
  padding-top: 25px;
  padding-bottom: 35px;
  background: url(https://th.kichijoji.parco.jp/type_a1/pc/job/assets/images/bg_sp01.png) no-repeat top center;
  background-size: 100% auto;
}

.detail-block:before {
  content: none;
}

.detail-block .sec-ttl {
  font-size: 5vw;
}

.detail-wrap {
  margin: 25px auto 0;
}

.DISP-PC .detail-block {
  padding: 35px 0;
  background: url(https://th.kichijoji.parco.jp/type_a1/pc/job/assets/images/bg_pc01.png) repeat-y top center;
  background-size: 100% auto;
}

.DISP-PC .detail-block .sec-ttl {
  display: block;
  position: relative;
  font-size: 2.8rem;
}

.DISP-PC .detail-block .sec-ttl:after {
  content: url(https://th.kichijoji.parco.jp/type_a1/pc/job/assets/images/bg_sp02.png);
  position: absolute;
  top: -14px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.DISP-PC .detail-wrap {
  width: calc(100% - 130px);
  margin: 35px auto 0;
  padding: 65px 6% 60px;
  border: 1px solid #ececec;
  background: #fff;
}

.detail-hd {
  padding: 0 15px;
}

.detail-logo {
  width: 45%;
  margin: 0 auto;
  border: 1px solid #ececec;
}

.detail-hd-wrap {
  margin: 20px auto 0;
}

.detail-shop {
  margin: 20px auto 0;
  padding: 0 20px;
  text-align: center;
  font-size: 5vw;
  line-height: 1.5;
  text-decoration: underline;
  font-weight: bold;
  color: #9f9f9f;
}

.detail-shop a {
  display: inline;
  text-align: center;
  font-size: 5vw;
  line-height: 1.5;
  text-decoration: underline;
  font-weight: bold;
  color: #9f9f9f;
}

.detail-copy {
  margin: 5px auto 0;
  font-size: 1.6rem;
  line-height: 28.8px;
  font-weight: bold;
}

.detail-tag-list {
  display: flex;
  flex-wrap: wrap;
}

.detail-tag-list.first {
  margin: 15px auto 0;
  padding: 20px 0 0;
  border-top: 2px solid #eaeaea;
}

.detail-tag-list .tag-item {
  margin: 0 12px 12px 0;
  padding: 5px;
  font-size: 1rem;
  line-height: 1;
  background: #eee;
}

.detail-tag-list .tag-item.ctg01 {
  background: #4cb6ac;
  color: #fff;
}

.detail-tag-list .tag-item.ctg02 {
  background: #8395bc;
  color: #fff;
}

.detail-tag-list .tag-item.ctg03 {
  background: #d64415;
  color: #fff;
}

.detail-tag-list .tag-item.ctg04 {
  background: #ffd54f;
}

.detail-tag-list .tag-item.ctg05 {
  background: #90949c;
  color: #fff;
}

.detail-tag-list .tag-item.form {
  border: 1px solid #888;
  color: #888;
  background: #fff;
}

.detail-pr {
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.8;
}

.detail-pr.ctg01 {
  color: #4cb6ac;
}

.detail-pr.ctg02 {
  color: #8395bc;
}

.detail-pr.ctg03 {
  color: #d64415;
}

.detail-pr.ctg04 {
  color: #ffd54f;
}

.detail-pr.ctg05 {
  color: #90949c;
}

.detail-img-wrap {
  margin: 20px auto 0;
  padding: 0 20px;
  border: none;
}

.flex-control-nav {
  margin: 15px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex-control-nav li {
  width: calc(33.33% - 8px);
  margin: 0 12px 0 0;
  clear: both;
}

.flex-control-nav li:last-child {
  margin-right: 0;
}

.flex-control-nav li img {
  opacity: 1;
}

.DISP-PC .detail-hd {
  padding: 0 15px;
}

.DISP-PC .detail-hd-wrap {
  min-height: 161px;
  margin: 0;
  padding-left: calc(27% + 20px);
  position: relative;
}

.DISP-PC .detail-logo {
  width: 27%;
  margin: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

.DISP-PC .detail-shop {
  margin: 0;
  padding: 5px 0 0;
  text-align: left;
  font-size: 2rem;
}

.DISP-PC .detail-shop a {
  text-align: left;
  font-size: 2rem;
}

.DISP-PC .detail-shop a:hover {
  text-decoration: none;
}

.DISP-PC .detail-copy {
  margin: 0 auto 30px;
  padding: 0 0 20px;
  font-size: 2rem;
  line-height: 1.8;
  border-bottom: 2px solid #eaeaea;
}

.DISP-PC .detail-tag-list {
  display: flex;
  flex-wrap: wrap;
}

.DISP-PC .detail-tag-list.first {
  margin: 30px auto 0;
  padding: 0;
  border-top: none;
}

.DISP-PC .detail-tag-list .tag-item {
  margin: 0 15px 15px 0;
  padding: 6px;
  font-size: 1.2rem;
}

.DISP-PC .detail-pr {
  margin: 30px auto 0;
  font-size: 1.8rem;
}

.DISP-PC .detail-img-wrap {
  width: calc(100% - 160px);
  max-width: 500px;
  padding: 0;
  margin: 30px auto 0;
}

.detail-item-wrap {
  margin: 40px auto 0;
}

.detail-item-ttl {
  margin: 0 auto 20px;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: bold;
  text-align: center;
}

.detail-item {
  padding: 0 10px 15px;
  background: #fff;
}

.detail-item .item {
  padding: 8px 0 8px 10px;
  font-size: 1.4rem;
  line-height: 14px;
  font-weight: bold;
  background: #ddd;
  color: #777;
}

.detail-item .txt {
  margin: 5px 0 0;
  padding: 0 10px;
  font-size: 1.4rem;
  line-height: 23px;
  color: #515151;
}

.detail-item a {
  text-decoration: underline;
  display: inline;
}

.detail-btn {
  margin: 20px 0 0;
  padding: 0 10px;
}

.detail-btn a {
  height: 60px;
  padding: 11px 0 0;
  border: 1px solid #000;
  border-radius: 5px;
  position: relative;
  text-align: center;
  font-size: 1.8rem;
  line-height: 20px;
  font-weight: bold;
}

.detail-btn a span {
  font-size: 1.2rem;
  font-weight: normal;
}

.detail-btn i {
  position: absolute;
  top: 50%;
  left: 23px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.detail-btn i svg {
  width: 15px;
  height: 15px;
}

.detail-btn span {
  display: block;
}

.DISP-PC .detail-item-wrap {
  margin: 60px auto 0;
}

.DISP-PC .detail-item-ttl {
  margin: 0 auto 20px;
  font-size: 2rem;
}

.DISP-PC .detail-item {
  padding: 20px 0 18px;
  border-bottom: 1px solid #eaeaea;
  letter-spacing: -.4em;
}

.DISP-PC .detail-item > * {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: .03em;
}

.DISP-PC .detail-item .item {
  width: 120px;
  padding: 0;
  font-weight: normal;
  background: none;
}

.DISP-PC .detail-item .txt {
  width: calc(100% - 120px);
  margin: 0;
  padding: 0;
  font-size: 1.4rem;
  line-height: 23px;
}

.DISP-PC .detail-name {
  margin: 0;
  background: none;
}

.DISP-PC .detail-name .item {
  display: inline-block;
}

.DISP-PC .detail-name .txt {
  margin: 0;
  padding: 0;
  text-align: left;
  font-size: 2rem;
}

.DISP-PC .detail-btn {
  margin: 50px 0 0;
  padding: 0 15%;
  display: block;
}

.DISP-PC .detail-btn.tel {
  display: none;
}

.DISP-PC .detail-btn a {
  height: 100px;
  padding: 24px 0 0;
  font-size: 3.4rem;
  line-height: 30px;
  transition: background-color,color ease;
}

.DISP-PC .detail-btn a span {
  font-size: 1.6rem;
}

.DISP-PC .detail-btn a:hover {
  opacity: 1;
  background-color: #d64415;
  border-color: #d64415;
  color: #fff;
}

.DISP-PC .detail-btn a:hover svg {
  fill: #fff;
}

.DISP-PC .detail-btn i svg {
  width: 18px;
  height: 18px;
  transition: fill ease;
}

.page-back {
  margin: 55px auto 0;
  width: 120px;
  height: 21px;
}

.DISP-PC .page-back {
  width: 160px;
  height: 28px;
}

.DISP-PC .page-back a {
  transition: opacity .3s ease;
}

.DISP-PC .page-back a:hover {
  opacity: .7;
}

/*
Interview detail
*/
.int-detail-block {
  padding-bottom: 35px;
  background-size: 100% auto;
}

.int-detail-block:before {
  content: none;
}

.int-detail-block .sec-ttl {
  display: none;
}

.DISP-PC .int-detail-block {
  padding: 0 0 35px;
  background: url(https://th.kichijoji.parco.jp/type_a1/pc/job/assets/images/bg_pc01.png) repeat-y top center;
  background-size: 100% auto;
}

.DISP-PC .int-detail-block .sec-ttl {
  display: block;
  position: relative;
}

.DISP-PC .int-detail-block .sec-ttl:after {
  content: url(https://th.kichijoji.parco.jp/type_a1/pc/job/assets/images/bg_sp02.png);
  position: absolute;
  top: -14px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.interview-top {
  padding: 0 0 30px;
}

.interview-staff {
  position: relative;
}

.interview-staff:after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(https://th.kichijoji.parco.jp/type_a1/pc/job/assets/images/bg_sp01.png) no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.interview-staff-wrap {
  width: 67%;
  margin: 0 auto;
  position: relative;
}

.interview-staff-wrap img {
  border: 2px solid #fff;
}

.interview-frame {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.interview-frame svg {
  width: 100%;
  height: 100%;
  fill: #fff;
}

.interview-logo {
  width: 50%;
  margin: 0 auto;
}

.interview-name {
  text-align: center;
  font-size: 1.1rem;
  line-height: 11px;
  color: #515151;
}

.interview-img {
  margin: 0 0 15px;
}

.interview-movie {
  width: 100%;
  padding-top: 56.25%;
  margin: 0 0 15px;
  position: relative;
}

.interview-movie iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.DISP-PC .interview-wrap {
  width: calc(100% - 130px);
  margin: 35px auto 0;
  padding: 40px 0 65px;
  border: 1px solid #ddd;
  background: #fff;
}

.DISP-PC .interview-top {
  width: 510px;
  margin: 0 auto;
  padding: 0;
}

.DISP-PC .interview-staff:after {
  content: none;
}

.DISP-PC .interview-staff-wrap {
  width: 320px;
}

.DISP-PC .interview-staff-wrap img {
  border: 2px solid #fff;
}

.DISP-PC .interview-logo {
  width: 160px;
  margin: 0 auto;
}

.DISP-PC .interview-name {
  font-size: 1.4rem;
  line-height: 14px;
}

.DISP-PC .interview-item {
  width: 510px;
  margin-right: auto;
  margin-left: auto;
}

.DISP-PC .interview-img {
  width: 510px;
  margin: 30px auto 0;
}

.DISP-PC .interview-movie {
  width: 510px;
  padding: 20px 0;
  margin: 0 auto;
  border-bottom: 1px solid #eaeaea;
}

.DISP-PC .interview-movie iframe {
  width: 510px;
  height: 287px;
  position: relative;
  top: auto;
  left: auto;
}

.prev-next {
  margin: 40px 0 0;
  height: 100px;
  position: relative;
}

.prev-next > * {
  width: 96px;
  position: absolute;
  top: 0;
}

.prev-next > * div[class*="-img"] {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
}

.prev-next > * img[src*="svg"] {
  width: 95px;
  height: 17px;
  margin: 10px 0 0;
}

.prev {
  left: 10px;
}

.prev-img {
  margin-left: auto;
  border: 4px solid #4cb6ac;
}

.next {
  right: 10px;
}

.next-img {
  margin-right: auto;
  border: 4px solid #d64415;
}

.DISP-PC .prev-next {
  width: calc(100% - 130px);
  margin: 100px auto 0;
  height: 110px;
  position: relative;
}

.DISP-PC .prev-next a {
  transition: opacity .3s ease;
}

.DISP-PC .prev-next a:hover {
  opacity: .7;
}

.DISP-PC .prev-next > * {
  width: 300px;
  position: absolute;
  top: 0;
}

.DISP-PC .prev-next > * div[class*="-img"] {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  overflow: hidden;
}

.DISP-PC .prev-next > * img[src*="svg"] {
  width: 160px;
  height: 28px;
  margin: -14px 0 0;
  position: absolute;
}

.DISP-PC .prev {
  left: 10px;
}

.DISP-PC .prev-img {
  position: absolute;
  top: 0;
  left: 0;
  border: 8px solid #4cb6ac;
}

.DISP-PC .prev img[src*="svg"] {
  top: 50px;
  right: 0;
}

.DISP-PC .next {
  right: 10px;
}

.DISP-PC .next-img {
  position: absolute;
  top: 0;
  right: 0;
  border: 8px solid #d64415;
}

.DISP-PC .next img[src*="svg"] {
  top: 50px;
  left: 0;
}

@media screen and (min-width: 1300px) {
  .DISP-PC .staff-list, .DISP-PC .merit-list, .DISP-PC .growth-list {
    width: 1300px;
    margin: 0 auto;
  }
  .DISP-PC .job-select, .DISP-PC .job-list {
    width: 1200px;
  }
  .DISP-PC .job-select-wrap, .DISP-PC .detail-block, .DISP-PC .int-detail-block {
    background-size: auto;
  }
}

@media screen and (min-width: 1110px) {
  .DISP-PC .detail-wrap, .DISP-PC .interview-wrap {
    width: 980px;
  }
  .DISP-PC .prev-next {
    width: 980px;
  }
}

@media screen and (min-width: 771px) and (max-width: 955px) {
  .DISP-PC .job-list {
    width: 590px;
  }
}

@media screen and (min-width: 996px) and (max-width: 1299px) {
  .DISP-PC .job-list {
    width: 895px;
  }
}

.DISP-PC a {
  transition: none;
}
