/*
 * =====================================================
 *
 * [variable]
 *
 * =====================================================
 */
/*
 * =====================================================
 *
 * [recruit]
 *
 * =====================================================
 */
body.recruit .mainArtCnt {
  padding-bottom: 0;
}
body.recruit .linkIndexVoxS01 {
  margin-top: 0;
}
body.recruit .entryVox {
  margin-top: 120px;
}
body.recruit .entryVox .inner {
  padding: 55px 0;
  position: relative;
  min-height: 360px;
  overflow: hidden;
  text-align: center;
  display: block;
}
body.recruit .entryVox .inner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../../images/content/recruit/bg-entry.jpg) no-repeat center/cover;
  z-index: 0;
}
body.recruit .entryVox .inner .secInner {
  position: relative;
}
body.recruit .entryVox .inner .secInner > * {
  position: relative;
  z-index: 2;
}
body.recruit .entryVox .inner .secInner .arrow {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
body.recruit .entryVox .inner .secInner .arrow img:not(:last-child) {
  margin-right: -32px;
}
body.recruit .entryVox .inner .enS01 {
  color: #27231F;
  font-weight: 600;
}
body.recruit .entryVox .inner .btn01 {
  background: #fff;
  max-width: 640px;
  width: 100%;
  min-height: 88px;
  border-radius: 44px;
  padding: 10px 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 36px auto 0;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.25;
}
body.recruit .entryVox .inner .btn01::after {
  content: "";
  position: absolute;
  margin: auto;
  background: url(../../images/content/content/ico-blank01.svg) no-repeat center/contain;
  width: 15px;
  height: 11px;
  top: 50%;
  right: clamp(15px, 5vw, 50px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
body.recruit .entryVox .inner::before {
  content: "";
  position: absolute;
  margin: auto;
  background: url(../../images/content/recruit/treat-entry01.svg) no-repeat center/contain;
  width: 450px;
  height: 450px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}

/* END body */
/*
 * =====================================================
 *
 * [recruit.index]
 *
 * =====================================================
 */
body.recruit.index .mainHead .mainTitle:after {
  content: "";
  background-image: url(../../images/content/recruit/mv.jpg);
}
body.recruit.index .instaVox {
  margin-bottom: 80px;
}
body.recruit.index .instaVox .btn {
  background: url(../../images/content/recruit/bg-insta.jpg) no-repeat center/cover;
  min-height: 240px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
  position: relative;
  border: 12px solid #fff;
  padding: 22px 28px 19px 38px;
}
body.recruit.index .instaVox .btn .topVox .title01 {
  color: #27231F;
  margin-bottom: 15px;
}
body.recruit.index .instaVox .btn .topVox .title01 span {
  display: flex;
  align-items: center;
  gap: 0 30px;
}
body.recruit.index .instaVox .btn .topVox .title01 span::before {
  content: "";
  display: inline-block;
  width: 60px;
  height: 60px;
  background: url(../../images/content/content/ico-instagram01.svg) no-repeat center/contain;
}
body.recruit.index .instaVox .btn .bottomVox .hS03 {
  margin-bottom: 4px;
}
body.recruit.index .instaVox .btn .leftVox,
body.recruit.index .instaVox .btn .rightVox {
  position: relative;
  z-index: 2;
}
body.recruit.index .instaVox .btn .leftVox {
  flex-grow: 1;
}
body.recruit.index .instaVox .btn .rightVox {
  width: 300px;
  flex-shrink: 0;
}
body.recruit.index .instaVox .btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(255, 255, 255, 0.9);
}

/* END body */
/*
 * =====================================================
 *
 * [recruit.global]
 *
 * =====================================================
 */
body.recruit.global .secVox .mapVox .map {
  margin: 0 auto;
  margin-bottom: 12px;
  background: #fff;
  border-radius: 20px;
  padding: 33px;
  text-align: center;
}
body.recruit.global .secVox .mapVox .map img {
  width: 665px;
}
body.recruit.global .secVox .itemVox01 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
body.recruit.global .secVox .itemVox01 li {
  width: 320px;
  padding: 20px;
  font-weight: 500;
  text-align: center;
  background: #fff;
  border-radius: 12px;
}

/* END body */
/**
 ****************************************************
 *
 * no-preference
 *
 ****************************************************
 */
@media (prefers-reduced-motion: no-preference) {
  /* END body */
}
/**
 ****************************************************
 *
 * hover
 *
 ****************************************************
 */
@media only screen and (hover: hover) and (pointer: fine) and (min-width: 768px) {
  body.recruit .entryVox .inner::after {
    transition: -webkit-transform 0.3s linear;
    transition: transform 0.3s linear;
    transition: transform 0.3s linear, -webkit-transform 0.3s linear;
  }
  body.recruit .entryVox .inner::before {
    transition: -webkit-transform 0.3s linear;
    transition: transform 0.3s linear;
    transition: transform 0.3s linear, -webkit-transform 0.3s linear;
  }
  body.recruit .entryVox .inner:hover::after {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  body.recruit .entryVox .inner:hover::before {
    -webkit-transform: translate(-50%, -50%) scale(1.05);
            transform: translate(-50%, -50%) scale(1.05);
  }
  body.recruit .entryVox .inner:hover .secInner .arrow img:nth-child(2) {
    -webkit-transform: translateX(22px);
            transform: translateX(22px);
  }
  body.recruit .entryVox .inner:hover .secInner .arrow img:nth-child(3) {
    -webkit-transform: translateX(44px);
            transform: translateX(44px);
  }
  body.recruit .entryVox .inner:hover .btn01 {
    background: #27231F;
    color: #fff;
  }
  body.recruit .entryVox .inner:hover .btn01::after {
    background-image: url(../../images/content/content/ico-blank01-w.svg);
  }
  body.recruit .entryVox .secInner .arrow img {
    transition: -webkit-transform 0.3s linear;
    transition: transform 0.3s linear;
    transition: transform 0.3s linear, -webkit-transform 0.3s linear;
  }
  body.recruit .entryVox .btn01 {
    transition: 0.3s linear;
  }
  body.recruit .entryVox .btn01::after {
    transition: 0.3s linear;
  }
}
@media (hover: hover) and (pointer: fine) {
  /* END body */
}
/**
 ****************************************************
 *
 * screens smaller than $bp
 *
 ****************************************************
 */
@media only screen and (max-width: 767px) {
  body.recruit .mainArtCnt {
    padding-bottom: 0;
  }
  body.recruit .linkIndexVoxS01 {
    margin-top: 0;
  }
  body.recruit .entryVox {
    margin-top: 100px;
  }
  body.recruit .entryVox .inner {
    padding: 55px 0;
    position: relative;
    min-height: 300px;
    overflow: hidden;
    text-align: center;
    display: block;
  }
  body.recruit .entryVox .inner::after {
    content: "";
    position: absolute;
    inset: 0;
    background: url(../../images/content/recruit/bg-entry.jpg) no-repeat center/cover;
    z-index: 0;
  }
  body.recruit .entryVox .inner .secInner {
    position: relative;
  }
  body.recruit .entryVox .inner .secInner > * {
    position: relative;
    z-index: 2;
  }
  body.recruit .entryVox .inner .secInner .arrow {
    opacity: 0.8;
    top: 40px;
    right: 10px;
  }
  body.recruit .entryVox .inner .secInner .arrow img {
    width: 24px;
  }
  body.recruit .entryVox .inner .secInner .arrow img:not(:last-child) {
    margin-right: -12px;
  }
  body.recruit .entryVox .inner .btn01 {
    padding: 10px 50px;
    margin: 24px auto 0;
  }
  body.recruit .entryVox .inner::before {
    width: 380px;
    height: 380px;
  }
  /* END body */
  /*
  * =====================================================
  *
  * [recruit.index]
  *
  * =====================================================
  */
  body.recruit.index .mainHead .mainTitle:after {
    content: "";
    background-image: url(../../images/content/recruit/mv-sp.jpg);
  }
  body.recruit.index .instaVox .btn {
    min-height: auto;
    gap: 20px;
    border: 10px solid #fff;
    padding: 15px;
  }
  body.recruit.index .instaVox .btn .topVox .title01 span {
    display: flex;
    align-items: center;
    gap: 0 18px;
  }
  body.recruit.index .instaVox .btn .topVox .title01 span::before {
    width: 40px;
    height: 40px;
  }
  body.recruit.index .instaVox .btn .hS03 {
    font-size: 2rem;
  }
  body.recruit.index .instaVox .btn .bottomVox .hS03 {
    margin-bottom: 4px;
  }
  body.recruit.index .instaVox .btn .leftVox,
  body.recruit.index .instaVox .btn .rightVox {
    position: relative;
    z-index: 2;
  }
  body.recruit.index .instaVox .btn .leftVox {
    flex-grow: 1;
  }
  body.recruit.index .instaVox .btn .rightVox {
    width: 100%;
    flex-shrink: 0;
  }
  body.recruit.index .instaVox .btn::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(255, 255, 255, 0.9);
  }
  /* END body */
  /*
  * =====================================================
  *
  * [recruit.global]
  *
  * =====================================================
  */
  body.recruit.global .secVox .mapVox .map {
    padding: 20px;
  }
  body.recruit.global .secVox .mapVox .img {
    width: 100%;
  }
  body.recruit.global .secVox .itemVox01 {
    gap: 15px;
  }
  body.recruit.global .secVox .itemVox01 li {
    width: 100%;
  }
  /* END body */
}
/* END @media smaller than $bp */