@charset "utf-8";

/*****************************************
	toppage.css
	TOPページ固有のスタイルを指定
******************************************/
/* -------------------------------------------------------
 layout
---------------------------------------------------------- */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  font-size: 16px;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 15px;
  }
}

div#container {
  padding: 22px 22px 0;
}

@media screen and (max-width: 767px) {
  div#container {
    padding: 10px 10px 0;
  }
}

#contents {
  border: 6px solid #000;
}

#main {
  padding-bottom: 0;
}

#main>.content {
  max-width: 100%;
}

.headContent {
  overflow: hidden;
}

/* 背景を固定 */
html {
  width: 100%;
}

html.fixed {
  overflow: hidden;
  height: 100%;
}

/*inner*/
.cnt-inner {
  padding: 0 20px;
}

@media screen and (max-width: 767px){
  .cnt-inner {
    padding: 0 16px;
  }
}

/*PC SP*/
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

/*img*/
img {
  margin: auto;
}

@media screen and (max-width: 767px) {

  img,
  img[loading="lazy"] {
    width: 100%;
  }
}

/*font*/
@font-face {
  font-family: recop-iconfonts;
  src:
    url('/brand-jobfind/asset/css/option/font/recop-iconfont.eot?') format('eot'),
    url('/brand-jobfind/asset/css/option/font/recop-iconfont.woff') format('woff'),
    url('/brand-jobfind/asset/css/option/font/recop-iconfont.ttf') format('truetype');
  font-display: swap;
}

.yuji-syuku {
  font-family: "Yuji Syuku", serif;
  font-weight: 400;
  font-style: normal;
}

/*btn*/
.link-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  padding: 0 30px;
  line-height: 60px;
  background-color: #000;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  border-radius: 10px;
  transition: 0.3s;
  text-decoration: none;
  position: relative;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  .link-btn {
    justify-content: flex-start;
  }
}

.link-btn::after {
  content: "\E845";
  font-family: recop-iconfonts;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

@media (hover: hover) {
  .link-btn:hover {
    background-color: #D13626;
    text-decoration: none;
  }
}

/*title*/
.cnt-titleWrap {
  text-align: center;
  position: relative;
  z-index: 0;
}

.cnt-title {
  display: inline-block;
  position: relative;
  line-height: 1.2;
}

.cnt-title::after {
  content: "";
  position: absolute;
  bottom: -20px;
  z-index: 0;
  transition: 0.3s;
}

@media screen and (max-width: 1190px) {
  .cnt-title::after {
    left: 50%;
    transform: translateX(-50%);
    bottom: 40px;
  }
}

.cnt-title span {
  display: inline-block;
  padding: 2px 30px 5px;
  font-size: 35px;
  color: #fff;
  background: #000;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1190px) {
  .cnt-title span {
    padding: 2px 15px 5px;
  }
}

@media screen and (min-width: 1191px) {
  .cnt-title .title-br {
    display: none;
  }
}

@media screen and (max-width: 1190px) {
  .cnt-title .title-br {
    display: block;
  }
}

/*slick*/
.slick_pause {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  border: none;
  background-color: #666666;
  border-radius: 3px;
  cursor: pointer;
}

.slick_pause .pause-text {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

.slick_pause .pause-text::before,
.slick_pause .pause-text::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 6px;
  background-color: #ffffff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: recop-iconfonts;
}

.slick_pause .pause-text::before {
  margin-left: -2px;
}

.slick_pause .pause-text::after {
  margin-left: 2px;
}

.slick_pause.paused .pause-text::before {
  content: none;
}

.slick_pause.paused .pause-text::after {
  font-family: recop-iconfonts;
  content: "\E889";
  color: #ffffff;
  background-color: transparent;
  margin-left: -1px;
  margin-top: -4px;
}

/*slick arrow*/
.slick-arrow {
  width: 37px;
  height: 37px;
  color: #fff;
  font-size: 26px;
  border-radius: 999em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #000;
  border: none;
  cursor: pointer;
  z-index: 2;
}

.slick-prev {
  left: 10px;
}

.slick-prev::before {
  content: "\E843";
  font-family: recop-iconfonts;
}

.slick-next {
  right: 10px;
}

.slick-next::before {
  content: "\E841";
  font-family: recop-iconfonts;
}

/*slick button*/
.slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
}

.slick-dots li {
  position: relative;
  margin: 0 5px;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  cursor: pointer;
  color: transparent;
  border: none;
  border-radius: 999px;
  background-color: #999999;
}

.slick-dots li.slick-active button {
  background-color: #D13626;
}

/*******************************
ヘッダー
*******************************/
.header {
  width: 100%;
  background-color: #fff;
  z-index: 1000;
  border-bottom: 4px solid #000;
}

.header-inner {
  max-width: 100%;
  padding: 0;
  align-items: normal;
}

.header-logo {
  max-width: 300px;
  padding: 0;
  border-right: 4px solid #000;
}

.header-logo a {
  width: 100%;
  height: 100%;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

@media screen and (max-width: 767px) {
  .header-logo {
    max-width: 100%;
    border-right: none;
  }

  .header-logo a {
    padding: 15px;
  }
}

@media (hover: hover) {
  .header-logo a:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 425px) {
  .header-logo img {
    max-width: calc(100% - 50px);
    margin-left: 0;
    padding-right: 25px;
    padding-left: 25px;
  }
}

.header-contents {
  width: calc(100% - 300px);
  min-height: 88px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  flex: 1;
  padding: 0;
}

@media screen and (max-width: 1250px) {
  .header-contents {
    min-height: 60px;
    padding-right: 55px;
  }
}

@media screen and (max-width: 767px) {
  .header-contents {
    width: 100%;
    align-items: center;
    border-left: 0;
    padding-right: 0;
    border-top: 4px solid #000;
  }
}

.header_title {
  padding: 5px 10px;
  font-weight: normal;
}

/*******************************
nav
*******************************/
.nav-allWrap,
.nav-container {
  width: 100%;
}

@media screen and (max-width: 1250px) {
  .nav-allWrap {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 10000;
    pointer-events: none;
    left: 0;
    top: 0;
  }

  .nav-container {
    height: 100%;
    position: relative;
  }

  .nav-container.opened::after{
    content: "";
    width: 100%;
    height: 66px;
    background: #000 url('/brand-jobfind/asset/images/txt_menu.png') no-repeat center left 20px /170px auto;
    position: absolute;
    top: 0;
    left:0;
    padding: 20px;
    z-index: 1000;
    animation: slideDownFade 0.4s;
  }
}

/* 背景固定時のスクロールバー余白分調整 */
html.fixed #container,
html.fixed .nav-allWrap,
html.fixed #scroll_pagetop.fixed {
  overflow: auto;
  scrollbar-gutter: stable;
}

/*nav fixed*/
@keyframes slideDownFade {
  0% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(0);
  }
}

@media screen and (min-width: 1251px) {
  .fixed-nav {
    position: fixed;
    top: 0;
    right: 22px;
    width: calc(100% - 44px);
    z-index: 10001;
    animation: slideDownFade 0.4s ease forwards;
  }
}

.gnav {
  display: block;
  background-color: #000;
  position: relative;
  z-index: 1000;
}

@media screen and (max-width: 1250px) {
  .gnav {
    display: none;
    width: 100%;
    position: relative;
    height: 100%;
    max-height: 100vh;
    overflow-y: scroll;
    padding: 100px 20px 20px;
    border-bottom: none;
    top: -66px;
    background: #000;
    pointer-events: all;
  }

  .gnav::-webkit-scrollbar {
    display: none;
  }
}

/*nav button*/
@media screen and (min-width: 1251px) {
  .gnav-triggerWrap {
    display: none;
  }
}

@media screen and (max-width: 1250px) {
  .gnav-triggerWrap {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    margin: auto;
    cursor: pointer;
  }

  .gnav-trigger {
    width: 66px;
    height: 66px;
    border: none;
    position: relative;
    z-index: 10000;
    cursor: pointer;
    pointer-events: all;
    background-color: #000;
    transition: 0.3s;
  }

  .opened .gnav-trigger {
    background-color: #D13626;
  }

  .hamburger-line {
    display: block;
    width: 30px;
    height: 3px;
    background-color: #ffffff;
    margin: 6px auto;
    border-radius: 999px;
    transition: all 0.3s ease;
  }

  .opened .hamburger-line:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
  }

  .opened .hamburger-line:nth-child(2) {
    opacity: 0;
  }

  .opened .hamburger-line:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
  }
}

@media (hover: hover) {
  .gnav-trigger:hover {
    filter: brightness(0.6);
  }
}


/*nav list*/
.nav-list {
  padding: 0 15px;
  text-align: center;
  font-size: 0;
}

.nav-list li {
  list-style: none;
  display: inline-block;
}

@media screen and (max-width: 1250px) {
  .nav-list {
    display: block;
    padding: 0;
  }

  .nav-list li {
    display: block;
    border-bottom: 1px solid #fff;
  }

  .nav-list li+li {
    border-left: none;
  }
}

.nav-list li a.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 15px;
  font-weight: bold;
  font-size: 16px;
  color: #fff !important;
  transition: 0.3s;
  position: relative;
}

@media (hover: hover) {
  .nav-list li a.btn:hover {
    background-color: #D13626;
    color: #fff;
    text-decoration: none;
  }
}

@media screen and (max-width: 1250px) {
  .nav-list li a.btn {
    padding: 15px 45px 15px 35px;
    font-size: 20px;
    justify-content: flex-start;
    position: relative;
  }

  .nav-list li a.btn::before {
    content: "\E845";
    font-family: recop-iconfonts;
    position: absolute;
    right: 45px;
  }
}

.nav-list li+li a.btn::after {
  position: absolute;
  content: "";
  width: 1px;
  height: calc(100% - 24px);
  background-color: #fff;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 1250px) {
  .nav-list li+li a.btn::after {
    display: none;
  }
}


/*******************************
 kv
*******************************/
.kv,
.kv-slider {
  position: relative;
}

.kv-slider {
  border-bottom: 4px solid #000;
}

.kv-slider .slider img {
  width: 100%;
  display: block;
}

/*catch*/
.kv-catch {
  position: absolute;
  top: 0;
  left: 7.91vw;
  writing-mode: vertical-rl;
  z-index: 10;
}

@media screen and (max-width: 767px) {
  .kv-catch {
    position: static;
    left: 0;
  }
}

.kv-catch_text {
  display: inline-block;
  padding: 20px 15px;
  font-size: 2.6vw;
  color: #fff;
  background-color: #D13626;
  position: relative;
}

.kv-catch_text:nth-child(1) {
  left: 2.5vw;
}

.kv-catch_text:nth-child(2) {
  top: 4.16vw;
}

@media screen and (max-width: 767px) {
  .kv-catch_text {
    font-size: 6.13vw;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
  }

  .kv-catch_text:nth-child(1) {
    left: 21.3vw;
  }

  .kv-catch_text:nth-child(2) {
    top: auto;
    bottom: 0;
  }
}

/*slider btn*/
.kv-slider_btnWrap {
  position: absolute;
  display: flex;
  align-items: center;
  bottom: 15px;
  right: 10px;
  z-index: 10;
}

@media screen and (max-width: 767px) {
  .kv-slider_btnWrap {
    bottom: -40px;
    right: 50%;
    transform: translateX(50%);
  }
}

.kv-slider_dots {
  margin-left: 10px;
}


.kv-slick_pause {
  transition: 0.3s;
}

@media (hover: hover) {
  .kv-slick_pause:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 767px) {
  .kv-slider .slick-arrow {
    top: auto;
    bottom: -50px;
    transform: translateY(0);
  }

  .kv-slider .slick-prev {
    left: 15px;
  }

  .kv-slider .slick-next {
    right: 15px;
  }
}



/*lead*/
.kv-lead {
  padding: 30px 20px 0;
}

@media screen and (max-width: 767px) {
  .kv-lead {
    padding: 60px 15px 0;
  }
}

.kv-lead_text {
  padding-bottom: 30px;
  border-bottom: 4px solid #000;
  line-height: 2;
}

/*******************************
jobsearch
*******************************/
.jobsearch {
  padding-top: 50px;
}

.jobsearch .cnt-titleWrap {
  margin-bottom: 70px;
  padding-top: 30px;
}

.jobsearch .cnt-title::after {
  width: 423px;
  height: 106px;
  background: url('/brand-jobfind/asset/images/txt_search.png') no-repeat center / contain;
  left: -390px;
  bottom: -20px;
}

@media screen and (max-width: 1190px) {
  .jobsearch .cnt-titleWrap {
    margin-bottom: 30px;
    padding-top: 60px;
  }

  .jobsearch .cnt-title::after {
    width: 282px;
    height: 70px;
    left: 50%;
    bottom: 40px;
    transform: translateX(-50%);
  }
}

.jobsearch-mapWrap {
  position: relative;
  max-width: 797px;
  margin: auto;
}

.jobsearch-mapWrap::before {
  content: "";
  width: 651px;
  height: 444px;
  background: url("/brand-jobfind/asset/images/bg-miraizaka.png") no-repeat center / cover;
  position: absolute;
  left: -412px;
  bottom: -60px;
}

@media screen and (max-width: 900px) {
  .jobsearch-mapWrap::before {
    content: none;
  }
}

.jobsearch-contents {
  padding: 50px 0 100px;
  background-color: #F2EEE9;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .jobsearch-contents {
    padding: 30px 0 40px;
  }
}

.jobsearch-box {
  margin-bottom: 60px;
  padding: 0 30px;
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 767px) {
  .jobsearch-box {
    margin-bottom: 35px;
    padding: 0 15px;
  }
}

.jobsearch-box:last-child {
  margin-bottom: 0;
}

.jobsearch-title {
  margin-bottom: 30px;
  font-size: 27px;
  font-weight: bold;
  color: #333;
  text-align: center;
  padding-bottom: 10px;
}

.jobsearch-title.u-line {
  border-bottom: 3px solid #000;
}

@media screen and (max-width: 767px) {
  .jobsearch-title {
    font-size: 24px;
    border-bottom: 3px solid #000;
  }
}

.jobsearch-list {
  display: grid;
  gap: 20px;
  justify-content: center;
  text-align: center;
}

.jobsearch-list.col-3{
  grid-template-columns: repeat(3, 1fr);
}

.jobsearch-list.col-4{
  grid-template-columns: repeat(4, 1fr);
}

@media screen and (max-width: 767px) {
  .jobsearch-list {
    gap: 10px;
    text-align: left;
  }

  .jobsearch-list.col-3,
  .jobsearch-list.col-4 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.jobsearch-list li {
  list-style: none;
}

/*******************************
 about
*******************************/
.about {
  padding: 70px 0;
}

@media screen and (max-width: 767px) {
  .about {
    padding: 45px 0;
  }
}

.about-grid {
  height: 100%;
  display: grid;
  grid-template-rows: auto 1fr auto;
  grid-template-areas:
    "title"
    "img"
    "desc";
  gap: 20px;
}

@media screen and (min-width: 768px) {
  .about-grid {
    gap: 30px;
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
      "title img"
      "desc img";
    align-items: start;
  }
}

.about .cnt-titleWrap {
  grid-area: title;
  margin-bottom: 30px;
  padding-top: 100px;
}

@media screen and (max-width: 1190px) {
  .about .cnt-titleWrap {
    margin-bottom: 0;
    padding-top: 60px;
  }
}

.about .cnt-title::after {
  width: 446px;
  height: 107px;
  background: url('/brand-jobfind/asset/images/txt_about.png') no-repeat center / contain;
  left: 50%;
  transform: translateX(-50%);
  bottom: 35px;
}

@media screen and (max-width: 1190px) {
  .about .cnt-title::after {
    width: 297px;
    height: 70px;
    bottom: 75px;
  }
}

.about-imgWrap {
  grid-area: img;
  display: grid;
  grid-template-areas:
    "large large"
    "medium small1"
    "medium small2";
  grid-template-columns: 89fr 41fr;
  gap: 20px;
  position: relative;
  z-index: 2;
}

.about-largeImg {
  grid-area: large;
}

.about-mediumImg {
  grid-area: medium;
}

.about-imgWrap figure:nth-child(3) {
  grid-area: small1;
}

.about-imgWrap figure:nth-child(4) {
  grid-area: small2;
}

.about-imgWrap img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.about-desc {
  grid-area: desc;
  padding: 50px 0;
  color: #fff;
  background-color: #D13626;
  position: relative;
  z-index: 1;
  line-height: 2;
}

.about-desc::before {
  content: "";
  width: calc(100% + 250px);
  height: 100%;
  background-color: #D13626;
  position: absolute;
  top: 0;
  left: -20px;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .about-desc {
    padding: 0 0 25px;
  }

  .about-desc::before {
    width: calc(100% + 40px);
    height: calc(100% + 50px);
    top: -50px;
  }
}

/*pickup*/
@media screen and (max-width: 767px) {
  .pickup {
    padding-top: 80px;
  }
}

.pickup-grid {
  padding: 5vw 2.91vw 2.08vw;
  border: 3px solid #000;
  background-color: #F2EEE9;
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 767px) {
  .pickup-grid {
    padding: 70px 20px 25px;
  }
}

.pickup-text {
  position: relative;
  padding-left: 33.3vw;
  padding-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .pickup-text {
    padding-left: 0;
    padding-bottom: 0;
  }
}

.pickup-img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 29.3vw;
}

@media screen and (max-width: 767px) {
  .pickup-img {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
  }
}

.pickup-img img {
  width: 100%;
  height: auto;
  display: block;
}

.pickup-label {
  display: inline-block;
  margin-bottom: 20px;
  color: #000;
  padding: 0 15px 2px;
  font-weight: bold;
  font-size: 2.91vw;
  border: 3px solid #000;
  background-color: #D13626;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  .pickup-label {
    width: 96%;
    font-size: 34px;
    text-align: center;
    position: absolute;
    top: -120px;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 374px) {
  .pickup-label {
    font-size: 24px;
    top: -100px;
  }
}

.pickup-desc {
  font-size: 14px;
}

/*******************************
 work
*******************************/
.work {
  padding-top: 60px;
  background-color: #EFB84B;
}

@media screen and (max-width: 767px) {
  .work {
    padding-top: 40px;
  }
}

.work .cnt-titleWrap {
  padding-top: 30px;
}

.work .cnt-title::after {
  width: 390px;
  height: 107px;
  background: url('/brand-jobfind/asset/images/txt_work.png') no-repeat center / contain;
  left: -350px;
  bottom: -20px;
}

@media screen and (max-width: 1190px) {
  .work .cnt-titleWrap {
    padding-top: 60px;
  }

  .work .cnt-title::after {
    width: 260px;
    height: 70px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .work .cnt-title::after {
    bottom: 80px;
  }
}

.work-block {
  padding: 50px 0;
}

@media screen and (max-width: 767px) {
  .work-block {
    padding: 35px 0 40px;
  }
}

.work-block:nth-of-type(2n) {
  background-color: #E5A425;
  position: relative;
}

.work-block:nth-of-type(2n)::before {
  content: "";
  width: 90%;
  height: 3px;
  background-color: #000;
  left: 5%;
  top: -1.5px;
  position: absolute;
}

.work-category {
  text-align: center;
  font-size: 27px;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .work-category {
    font-size: 25px;
    margin-bottom: 20px;
  }
}

.work-grid {
  padding-top: 30.3vw;
  position: relative;
}

@media screen and (max-width: 767px) {
  .work-grid {
    padding-top: 0;
  }
}

.work-imgWrap {
  width: 100%;
  display: grid;
  padding: 0 20px;
  padding-bottom: 11.6vw;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  list-style: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.--rtl .work-imgWrap {
  grid-template-rows: auto auto;
  grid-template-areas:
    "img1 img2 img3"
    ".    img4 img5";
}

@media screen and (max-width: 767px) {
  .work-imgWrap {
    margin: 0 auto;
    padding: 0;
    grid-template-columns: 1fr;
    position: relative;
  }

  .--rtl .work-imgWrap {
    grid-template-rows: auto;
    grid-template-areas: none;
  }
}

.work-img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .work-img {
    padding: 0 10px;
  }
}

.work-img img {
  width: 100%;
  height: auto;
  display: block;
}


/* ▼ 右→左 */
.--rtl .work-imgWrap .work-img:nth-child(1) {
  grid-area: img1;
}

.--rtl .work-imgWrap .work-img:nth-child(2) {
  grid-area: img2;
}

.--rtl .work-imgWrap .work-img:nth-child(3) {
  grid-area: img3;
}

.--rtl .work-imgWrap .work-img:nth-child(4) {
  grid-area: img4;
}

.--rtl .work-imgWrap .work-img:nth-child(5) {
  grid-area: img5;
}

.--rtl .work-imgWrap .work-img:nth-child(1) {
  transform: translateY(0);
}

.--rtl .work-imgWrap .work-img:nth-child(2),
.--rtl .work-imgWrap .work-img:nth-child(4) {
  transform: translateY(5.83vw);
}

.--rtl .work-imgWrap .work-img:nth-child(3),
.--rtl .work-imgWrap .work-img:nth-child(5) {
  transform: translateY(11.6vw);
}

/* ▼ 左→右 */
.--ltr .work-imgWrap .work-img:nth-child(1),
.--ltr .work-imgWrap .work-img:nth-child(4) {
  transform: translateY(11.6vw);
}

.--ltr .work-imgWrap .work-img:nth-child(2),
.--ltr .work-imgWrap .work-img:nth-child(5) {
  transform: translateY(5.83vw);
}

.--ltr .work-imgWrap .work-img:nth-child(3),
.--ltr .work-imgWrap .work-img:nth-child(6) {
  transform: translateY(0);
}


@media screen and (max-width: 767px) {
  .work-img {
    transform: none !important;
  }
}

.work-desc {
  width: 50%;
  margin: auto;
  color: #fff;
  padding: 4.16vw 2.08vw;
  background-color: #000;
  position: relative;
  bottom: 0;
}

@media screen and (max-width: 767px) {
  .work-desc {
    width: 100%;
    margin-top: 20px;
  }
}

/* ▼ 左 */
.--rtl .work-desc {
  margin-left: 0;
  padding-right: 17.5vw;
}

/* ▼ 右 */
.--ltr .work-desc {
  margin-right: 0;
  padding-left: 17.5vw;
}

@media screen and (max-width: 767px) {

  .--rtl .work-desc,
  .--ltr .work-desc {
    margin: 20px auto 0;
    width: calc(100% - 32px);
    padding: 20px 15px;
  }
}

.work-slider_dots {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .slick-prev {
    left: 9%;
  }

  .slick-next {
    right: 9%;
  }
}

/*******************************
 appeal
*******************************/
.appeal {
  padding-top: 60px;
}

@media screen and (max-width: 767px) {
  .appeal {
    padding-top: 40px;
  }
}

.appeal .cnt-titleWrap {
  padding-top: 30px;
}

.appeal .cnt-title::after {
  width: 494px;
  height: 107px;
  background: url('/brand-jobfind/asset/images/txt-appeal.png') no-repeat center / contain;
  left: -350px;
  bottom: -20px;
}

@media screen and (max-width: 1190px) {
  .appeal .cnt-titleWrap {
    padding-top: 60px;
  }

  .appeal .cnt-title::after {
    width: 329px;
    height: 70px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .appeal .cnt-title::after {
    bottom: 80px;
  }
}

.appeal-list {
  margin-top: 70px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

@media screen and (max-width: 767px) {
  .appeal-list {
    margin-top: 0;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
}

.appeal-item {
  margin-top: 80px;
  padding: 100px 25px 25px;
  background-color: #F2EEE9;
  border-top: 3px solid #000000;
  position: relative;
}

@media screen and (max-width: 767px) {
  .appeal-item {
    margin-top: 90px;
    padding-bottom: 60px;
  }
}

.appeal-item:nth-of-type(2n) {
  background-color: #EDE2D5;
}

.appeal-item_icon {
  width: 160px;
  height: 160px;
  position: absolute;
  top: -80px;
  left: 50%;
  transform: translateX(-50%);
}

.appeal-item_icon img {
  max-width: 160px;
}

.appeal-item_text{
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .appeal-item_icon {
    width: 137px;
    height: 137px;
    top: -66.5px;
  }

  .appeal-item_text {
    padding-bottom: 20px;
  }
}

.appeal-item_title {
  margin-bottom: 15px;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  color: #333;
}


@media screen and (min-width: 768px) {
  .appeal-accBody_sp {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .appeal-accBody_sp {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .appeal-accBtn_sp {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .appeal-accBtn_sp {
    position: absolute;
    width: 100%;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0;
    background: none;
    border: none;
    display: block;
    font-family: recop-iconfonts;
    cursor: pointer;
  }
  
  .appeal-accBtn_sp::before {
    display: block;
    width: 37px;
    height: 37px;
    margin: auto;
    content: "";
    background: url("/brand-jobfind/asset/images/icon-plus.png") no-repeat center / contain;
    /* ＋ */
  }

  .appeal-accBtn_sp.open::before {
    background: url("/brand-jobfind/asset/images/icon-minus.png") no-repeat center / contain;
    /* − */
  }
}

/*******************************
 system
*******************************/
.system {
  padding-top: 60px;
}

.system .cnt-titleWrap {
  padding-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .system .cnt-titleWrap {
    margin-bottom: 30px;
    padding-bottom: 0;
    padding-top: 100px;
  }
}

.system .cnt-title::after {
  max-width: 1116px;
  width: calc(93vw - 40px);
  height: 7.083vw;
  background: url('/brand-jobfind/asset/images/txt-system.png') no-repeat center / contain;
  left: 50%;
  bottom: -4.16vw;
  transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .system .cnt-title::after {
    width: 332px;
    height: 102px;
    background: url('/brand-jobfind/asset/images/txt-system_sp.png') no-repeat center / contain;
    bottom: 170px;
  }
}

.system .cnt-inner {
  padding-top: 50px;
  padding-bottom: 70px;
  background-color: #F2EEE9;
}

@media screen and (max-width: 767px) {
  .system .cnt-inner {
    padding: 30px 15px 40px;
  }
}

.system-list {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 35px;
}

@media screen and (max-width: 767px) {
  .system-list {
    margin-top: 30px;
    gap: 60px;
  }
}

.system-item>dl {
  display: grid;
  grid-template-columns: 25.6% 74.4%;
  align-items: stretch;
  gap: 10px;
}

@media screen and (max-width: 767px) {
  .system-item>dl {
    display: block;
  }
}

.system-item_head {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  width: 100%;
  min-height: 90px;
  position: relative;
  color: #333;
}

@media screen and (max-width: 767px) {
  .system-item_head {
    padding: 10px 0;
  }
}

.system-item_head.black {
  color: #fff;
  background-color: #000;
}


.system-item_head.gold {
  background-color: #EFB84B;
}


.system-item_head.red {
  color: #fff;
  background-color: #D13626;
}

.system-item+.system-item .system-item_head::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #ac9375 transparent transparent transparent;
  border-width: 14px 15px 0px 15px;
  position: absolute;
  top: -24px;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .system-item+.system-item .system-item_head::before {
    border-width: 19px 21px 0px 21px;
    top: -38px;
  }
}

.system-item_rank {
  font-size: 23px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}

.rank-icon {
  width: 100%;
  display: block;
}

.rank-icon img {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin: 0 2px 10px;
}

.system-item_head.red .rank-icon img {
  width: 36px;
  height: 36px;
}


.system-item_text {
  display: flex;
  align-items: center;
  padding: 30px 20px;
  background-color: #FFFFFF;
}

@media screen and (max-width: 767px) {
  .system-item_text {
    padding: 20px;
  }
}

/*******************************
number
*******************************/
.number {
  padding: 70px 0;
}

@media screen and (max-width: 767px) {
  .number {
    padding: 40px 0;
  }
}

.number .cnt-titleWrap {
  padding-top: 30px;
}

.number .cnt-title::after {
  width: 531px;
  height: 107px;
  background: url('/brand-jobfind/asset/images/txt-number.png') no-repeat center / contain;
  left: -330px;
  bottom: -20px;
}

@media screen and (max-width: 1190px) {
  .number .cnt-titleWrap {
    padding-top: 60px;
  }

  .number .cnt-title::after {
    width: 329px;
    height: 66px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .number .cnt-title::after {
    width: 329px;
    bottom: 80px;
  }
}

.number-text{
  margin-top: 50px;
}

@media screen and (max-width: 767px){
  .number-text {
    margin-top: 30px;
  }
}

.number-list {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

@media screen and (max-width: 767px) {
  .number-list {
    margin-top: 30px;
    grid-template-columns: repeat(1, 1fr);
  }
}

.number-item {
  padding: 5vw 4.16vw;
  background-color: #F2EEE9;
}

.number-item:nth-of-type(4n+2),
.number-item:nth-of-type(4n+3) {
  background-color: #EDE2D5;
}

@media screen and (max-width: 767px) {
  .number-item:nth-of-type(4n+2),
  .number-item:nth-of-type(4n+3) {
    background-color: #F2EEE9;
  }
  .number-item:nth-of-type(2n) {
    background-color: #EDE2D5;
  }
}

.number-item_titleWrap {
  margin-bottom: 20px;
  text-align: center;
}

.number-item_title {
  font-size: 25px;
  font-weight: bold;
  color: #333333;
  line-height: 1.2;
}

.number-item_sub {
  font-size: 16px;
}

.number-item_text {
  margin-top: 20px;
}

/*gender*/
.gender-graph {
  max-width: 24.6vw;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .gender-graph {
    max-width: 296px;
  }
}

.gender-graph img {
  width: 100%;
  height: auto;
  display: block;
}

.gender-values {
  display: grid;
  grid-template-columns: repeat(2, auto);
  justify-content: center;
  gap: 1.6vw;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .gender-values {
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
  }
}

@media screen and (max-width: 374px) {
  .gender-values {
    grid-template-columns: 1fr;
    gap: 5px;
  }
}

.gender-label {
  font-size: 1.5vw;
  font-weight: bold;
  color: #333;
}

@media screen and (max-width: 767px) {
  .gender-label {
    font-size: 16px;
  }
}

@media screen and (max-width: 425px) {
  .gender-label {
    font-size: 14px;
  }
}

@media screen and (max-width: 374px) {
  .gender-label {
    text-align: center;
  }
}

.gender-rate {
  font-size: 2.5em;
  line-height: 1.2;
}

.gender-rate>strong {
  font-size: 1.4em;
  line-height: 1.2;
}

/*age*/
.age-graphWrap {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.age-graph img {
  width: 100%;
  height: auto;
  display: block;
}

@media screen and (max-width: 767px) {
  .age-graph {
    max-width: 275px;
    margin: auto;
  }
}

.age-values {
  position: absolute;
  top: 56%;
  left: 48%;
  transform: translate(-50%, -50%);
  text-align: center;
}

@media screen and (max-width: 767px) {
  .age-values {
    top: 55%;
    left: 50%;
  }
}

.age-text {
  font-size: 1.3vw;
  color: #333;
  font-weight: bold;
}

.age-label {
  font-size: 2.4vw;
  font-weight: bold;
  color: #333;
  line-height: 1;
}

.age-rate>strong {
  font-size: 1.7em;
}

@media screen and (max-width: 767px) {
  .age-text {
    font-size: 16px;
  }

  .age-label {
    font-size: 22px;
  }

  .age-rate {
    font-size: 30px;
  }

  .age-rate>strong {
    font-size: 50px;
  }
}


/*paid*/
.paid-graphWrap {
  display: grid;
  grid-template-columns: 45.9% 50.4%;
  gap: 3.7%;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .paid-graphWrap {
    grid-template-columns: 144px auto;
    gap: 0;
  }
}

@media screen and (max-width: 374px) {
  .paid-graphWrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
  }
}

.paid-icon img {
  width: 100%;
  height: auto;
  display: block;
}

.paid-label {
  font-size: 2.05vw;
  font-weight: bold;
  color: #333;
  line-height: 1;
  letter-spacing: -0.1em;
}

@media screen and (max-width: 767px) {
  .paid-label {
    font-size: 16px;
  }
}

@media screen and (max-width: 425px) {
  .paid-label {
    font-size: 14px;
  }
}

.paid-rate {
  font-size: 4em;
}

/*hire*/
.hire-graphWrap {
  display: grid;
  grid-template-columns: 46.8% 49.4%;
  gap: 3.7%;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .hire-graphWrap {
    grid-template-columns: 130px auto;
    gap: 5px;
  }
}

@media screen and (max-width: 374px) {
  .hire-graphWrap {
    grid-template-columns: repeat(2, 1fr);
  }
}

.hire-icon img {
  width: 100%;
  height: auto;
  display: block;
}

.hire-values {
  text-align: left;
  font-weight: bold;
}

.hire-text {
  font-size: 1.5vw;
  color: #333;
  margin-bottom: 4px;
}

.hire-label {
  font-size: 1.6vw;
  color: #333;
  line-height: 1;
}

@media screen and (max-width: 767px) {

  .hire-text,
  .hire-label {
    font-size: 16px;
  }
}

@media screen and (max-width: 425px) {

  .hire-text,
  .hire-label {
    font-size: 14px;
  }
}

.hire-rate {
  font-size: 5em;
}

/*******************************
discussion
*******************************/
.discussion {
  padding-top: 60px;
  background-color: #EFB84B;
}

@media screen and (max-width: 767px) {
  .discussion {
    padding-top: 40px;
  }
}

.discussion .cnt-titleWrap {
  padding-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .discussion .cnt-titleWrap {
    margin-bottom: 30px;
    padding-bottom: 0;
    padding-top: 100px;
  }
}

.discussion .cnt-title::after {
  max-width: 1100px;
  width: calc(90vw - 40px);
  height: 7.083vw;
  background: url('/brand-jobfind/asset/images/txt-discussion.png') no-repeat center / contain;
  left: 50%;
  bottom: -5.16vw;
  transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .discussion .cnt-title::after {
    width: 330px;
    height: 107px;
    background: url('/brand-jobfind/asset/images/txt-discussion_sp.png') no-repeat center / contain;
    bottom: 120px;
  }
}

.discussion-text {
  max-width: 1080px;
  margin: 40px auto 50px;
}

@media screen and (max-width: 767px) {
  .discussion-text {
    margin: 30px auto;
  }
}

.staff-listWrap {
  background-color: #E5A425;
}

.staff-listWrap .cnt-inner {
  max-width: 1120px;
  margin: auto;
}

.staff-list {
  padding: 30px 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  border-top: 3px solid #000000;
  border-bottom: 3px solid #000000;
}

.staff-item {
  font-weight: bold;
  color: #333;
}

.staff-item figure {
  margin-bottom: 15px;
}

.staff-item img {
  width: 100%;
  height: auto;
}

.staff-text {
  font-size: 17px;
  font-weight: bold;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .staff-list {
    grid-template-columns: 1fr;
  }
}

/*comment*/
.discussion-box {
  padding: 50px 0;
}

@media screen and (max-width: 767px) {
  .discussion-box {
    padding: 35px 0;
  }
}

.discussion-box:nth-of-type(2n) {
  background-color: #F2CA79;
}

.discussion-title {
  text-align: center;
  margin-bottom: 30px;
}

.discussion-title .label {
  display: inline-block;
  margin-bottom: 15px;
  padding: 2px 25px 4px;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  background-color: #000;
}

.discussion-title .heading {
  font-size: 27px;
  font-weight: bold;
  color: #333333;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  .discussion-title .heading {
    font-size: 24px;
  }
}

.discussion-comments {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  max-width: 1000px;
  margin: 0 auto 50px;
}

@media screen and (max-width: 767px) {
  .discussion-comments {
    gap: 25px;
    margin-bottom: 40px;
  }
}

.comment-item {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 20px;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .comment-item {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}

.comment-item figure {
  width: 100px;
}

@media screen and (max-width: 767px) {
  .comment-item figure {
    margin: auto;
  }
}

.comment-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.discussion-images {
  display: grid;
  gap: 20px;
  max-width: 752px;
  margin: 0 auto;
}

.discussion-images.col-2 {
  grid-template-columns: repeat(2, 1fr);
}

@media screen and (max-width: 767px) {
  .discussion-images {
    gap: 15px;
  }

  .discussion-images.col-2 {
    grid-template-columns: 1fr;
  }
}

.discussion-img img {
  width: 100%;
  height: auto;
}

/*******************************
 faq
*******************************/
.faq {
  padding-top: 60px;
}

@media screen and (max-width: 767px) {
  .faq {
    padding-top: 40px;
  }
}

.faq .cnt-titleWrap {
  padding-top: 30px;
}

.faq .cnt-title::after {
  width: 264px;
  height: 106px;
  background: url('/brand-jobfind/asset/images/txt-faq.png') no-repeat center / contain;
  left: -330px;
  bottom: -20px;
}

@media screen and (max-width: 1190px) {
  .faq .cnt-titleWrap {
    padding-top: 60px;
  }

  .faq .cnt-title::after {
    width: 176px;
    height: 70px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .faq .cnt-title::after {
    bottom: 80px;
  }
}

.faq .cnt-inner {
  max-width: 1040px;
  margin: auto;
}

.faq-list {
  margin-top: 100px;
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 767px) {
  .faq-list {
    margin-top: 20px;
  }
}


.faq-box {
  padding: 20px 0;
  border-bottom: 3px solid #000;
}


.faq-q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  color: #333;
  background: #fff;
  transition: 0.3s;
}

@media (hover: hover) {
  .faq-q:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 767px) {
  .faq-q {
    align-items: flex-start;
  }
}

.faq-q_icon {
  width: 50px;
  height: 50px;
  margin-right: 15px;
  font-size: 30px;
  background: #000;
  color: #fff;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}

.faq-q_text {
  flex: 1;
  font-size: 20px;
  font-weight: bold;
}

.faq-toggle {
  display: block;
  padding: 0 15px;
  width: 30px;
  height: 30px;
  background: none;
  border: none;
  font-family: recop-iconfonts;
  font-size: 30px;
  line-height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #D13626;
  cursor: pointer;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .faq-toggle {
    padding: 0;
  }
}

.faq-toggle::before {
  content: "\E813";
}

.open .faq-toggle::before {
  content: "\E822";
  color: #000;
}

.faq-a {
  display: none;
  padding: 30px 20px 30px 90px;
  background: #F2EEE9;
  position: relative;
}

.faq-a_label {
  width: 50px;
  height: 50px;
  margin-right: 15px;
  font-size: 30px;
  background: #D13626;
  color: #fff;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 30px;
  left: 30px;
}


.faq-a_text {
  font-size: 14px;
  padding-top: 10px;
}

/*******************************
float btn
*******************************/
.cnt-float {
  min-height: 60px;
  margin-top: 50px;
  position: relative;
}

#scroll_pagetop {
  position: relative;
  z-index: 100;
}

#scroll_pagetop.fixed {
  position: fixed;
  width: calc(100% - 52px);
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  #scroll_pagetop {
    left: 15px;
  }

  #scroll_pagetop.fixed {
    width: calc(100% - 30px);
    bottom: 10px;
    margin-left: 15px;
  }
}

.float_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

/*apply btn*/
.apply_btnWrap {
  max-width: 480px;
  width: 100%;
  text-align: center;
  margin: auto 80px;
}

@media screen and (max-width: 767px) {
  .apply_btnWrap {
    max-width: 100%;
    margin: auto;
    margin-right: 15px;
  }
}

.float_wrap .link-btn {
  pointer-events: all;
  background-color: #D13626;
}

@media (hover: hover) {
  .float_wrap .link-btn:hover {
    filter: brightness(1.2);
  }
}

/*pagetop btn*/
.btn_pagetopWrap {
  position: absolute;
  right: 0;
  border-radius: 10px 0 0 10px;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .btn_pagetopWrap {
    position: relative;
  }

  .float_wrap .link-btn {
    justify-content: center;
  }
}

a.btn_pagetop {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
  border-radius: 10px 0 0 10px;
  font-size: 18px;
  font-weight: bold;
  font-family: recop-iconfonts;
  color: #ffffff !important;
  background-color: #000000;
  line-height: 1.4;
  transition: 0.3s;
  position: relative;
  pointer-events: all;
}

.btn_pagetop>span {
  position: relative;
}

.btn_pagetop>span::before {
  content: "\E844";
  font-family: recop-iconfonts;
  display: block;
  font-size: 24px;
  line-height: 1;
}

.btn_pagetop:hover {
  text-decoration: none;
}

@media (hover: hover) {
  a.btn_pagetop:hover {
    opacity: 0.7;
  }
}

/*******************************
 地域リンク
*******************************/
#pagetop .areaLink {
  max-width: 1040px;
  margin: 24px auto 50px;
  padding: 0 20px;
  font-size: 12px;
}

#pagetop .areaLink a {
  color: #000;
}


/*******************************
フッター
*******************************/
#footer {
  position: relative;
}