@charset "UTF-8";
/* 自動生成ファイル。直接編集しないでください。
   編集: assets/scss/header-recruit-single.scss
   コンパイル: npm run watch:scss */
@media (min-width: 1024px) {
  body {
    font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  }
  .sp-none {
    display: none;
  }
  .recuit-header-parent {
    background: url("../images/header-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-color: black;
    position: absolute;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    height: 100px;
    margin: auto;
    /* background: transparent; */
    z-index: 4;
    top: 0%;
    transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    left: calc(-50vw + 50%);
    right: calc(-50vw + 50%);
    align-items: center;
    /* font-weight: bold; */
    letter-spacing: 2px;
  }
  /* .fa-plus:before {
      content: url(http://crane-web.heteml.net/test-jewel-cafe.my/wp-content/uploads/2021/09/plus-icon.png);
  } */
  .recruit-left {
    /* background: white; */
    height: 100%;
    display: flex;
    align-items: center;
    width: 25vw;
    /* margin: 0; */
    justify-content: flex-end;
  }
  .recruit-left img {
    width: 55%;
    /* padding: 0px 20px; */
  }
  .recruit-middle {
    width: 24vw;
    height: 100%;
    background: #ac1821;
    display: flex;
    align-items: center;
    color: white;
    padding-left: 30px;
    justify-content: flex-start;
  }
  .recruit-right {
    width: 176vw;
    height: 100%;
    background: transparent;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 0% 2%;
  }
  p.rcruit-right-top-1 {
    margin: 0;
    font-size: 13px;
    color: white;
    margin: 1% 0%;
  }
  p.rcruit-right-top-2 {
    padding: 0;
    /* margin-left: 174%; */
    font-size: 13px;
    color: white;
    border: 1px solid white;
    margin: 0%;
    margin-bottom: 10px;
    width: 140px;
    height: 30px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .recruit-horizontal-line {
    width: 315px;
    height: 1px;
    background: rgba(255, 255, 255, 0.5882352941);
    display: flex;
    /* margin-left: 10%; */
  }
  .rcruit-right-top {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: flex-end;
    /* padding-left: 5%; */
    justify-content: space-between;
  }
  .rcruit-right-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-size: 13px;
    transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    line-height: 1;
    margin-top: 8px;
    width: 100%;
    /* margin: 1.5% auto; */
    text-align: center;
  }
  li.header-bottom-parent2 {
    text-decoration: none;
    display: flex;
    height: 280%;
    /* padding-right: 22px; */
    /* background: blue; */
    position: relative;
    letter-spacing: 0;
    color: white;
  }
  li.header-bottom-parent2:hover ul.header-dropdown2,
  li.header-bottom-parent2:hover ul.header-dropdown3 {
    display: block;
    animation: appear 0.2s forwards;
  }
  li.header-bottom-parent2:hover .recruit-vertical,
  li.header-bottom-parent2:hover .recruit-vertical2 {
    display: block;
    animation: appear2 0.2s forwards;
  }
  .recruit-vertical,
  .recruit-vertical2 {
    height: 0px;
    width: 2px;
    left: -7px;
    transform: translateY(40px);
    opacity: 0;
    background: #bd1821;
    position: absolute;
  }
  @keyframes appear {
    0% {
      opacity: 0;
      transform: translateY(-10px);
    }
    25% {
      opacity: 0.25;
      transform: translateY(-5px);
    }
    50% {
      opacity: 0.5;
      transform: translateY(0px);
    }
    75% {
      opacity: 0.75;
      transform: translateY(5px);
    }
    100% {
      opacity: 1;
      transform: translateY(10px);
    }
  }
  @keyframes appear2 {
    0% {
      opacity: 0;
      transform: translateY(0px);
    }
    25% {
      opacity: 0.25;
      transform: translateY(-5px);
    }
    50% {
      opacity: 0.5;
      transform: translateY(0px);
    }
    75% {
      opacity: 0.75;
      transform: translateY(0px);
    }
    100% {
      opacity: 1;
      transform: translateY(0px);
    }
  }
  a.navlink3 {
    position: relative;
    text-decoration: none;
    height: 100%;
    cursor: pointer;
  }
  .navlink3 p {
    margin: 0;
  }
  ul.header-dropdown2,
  ul.header-dropdown3 {
    position: absolute;
    background: #ac1821;
    text-decoration: none;
    display: none;
    flex-direction: column;
    top: 8px;
    opacity: 0;
    transform: translateY(40px);
    padding: 15px;
    width: max-content;
    height: max-content;
    text-align: left;
    /* border-radius: 5px; */
    transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  }
  a.dropdown-items-link2 {
    color: white;
    line-height: 2;
    text-decoration: none;
    cursor: pointer;
  }
  li.dropdown-items2 {
    list-style-type: none;
  }
  /* addtional css  */
  a.navlink3 {
    color: inherit;
    width: inherit;
    height: auto;
  }
  a.navlink-box {
    color: inherit;
    height: inherit;
  }
  /* addtional css  */
  /* aos animation css */
  .reveal-holder {
    position: relative;
    width: auto;
    height: auto;
  }
  .reveal-holder2 {
    position: relative;
    display: flex;
    overflow: hidden;
    align-items: flex-end;
  }
  .reveal-holder3 {
    position: absolute;
    /* display: flex; */
    /* overflow: hidden; */
    /* align-items: flex-start; */
  }
  .reveal-holder.left {
    justify-content: flex-end;
  }
  .reveal-holder.right {
    justify-content: flex-start;
  }
  .reveal-holder .reveal-block {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: white;
    z-index: 9;
  }
  .reveal-holder .reveal-charm {
    position: absolute;
    top: 0;
    width: 100%;
    /* height: 69%; */
    height: 22.7vw;
    background: white;
    z-index: 9;
  }
  .reveal-holder2 .reveal-block2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: white;
  }
  .reveal-holder3 .reveal-block2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: white;
  }
  .reveal-holder2 .reveal-block2::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ac1821;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    z-index: 9;
  }
  .reveal-holder3 .reveal-block2::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ac1821;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    z-index: 9;
  }
  .reveal-holder .reveal-block::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: white;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    z-index: 9;
    /* transition-duration: 5.5s; */
  }
  .reveal-holder .reveal-charm::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ac1821;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    z-index: 9;
    /* transition-duration: 5.5s; */
  }
  .reveal-block.top.aos-animate::before,
  .reveal-block.bottom.aos-animate::before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  .reveal-block.left.aos-animate::before,
  .reveal-block.right.aos-animate::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  .reveal-block.top::before {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
  }
  .reveal-block.left::before {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
  }
  .reveal-block.right::before {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
  }
  .reveal-block.bottom::before {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
  }
  /* AOS animate */
  [data-aos=reveal-top],
  [data-aos=reveal-left],
  [data-aos=reveal-right],
  [data-aos=reveal-bottom] {
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-delay: 0.5s;
  }
  [data-aos=reveal-top] {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  [data-aos=reveal-top].aos-animate {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
  }
  [data-aos=reveal-left] {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  [data-aos=reveal-left].aos-animate {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
  }
  [data-aos=reveal-right] {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  [data-aos=reveal-right].aos-animate {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
  }
  [data-aos=reveal-bottom] {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  [data-aos=reveal-bottom].aos-animate {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
  }
  [data-aos=reveal-item] {
    visibility: hidden;
    transition-property: visibility;
    transition-duration: 0s;
  }
  [data-aos=reveal-item].aos-animate {
    visibility: visible;
  }
  /* end aos animation */
  /* red animation css */
}
@media (max-width: 1023px) {
  body {
    font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  }
  .pc-none {
    display: none !important;
  }
  .header-parent {
    background: url("../images/header-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 60px;
    position: absolute;
    z-index: 4;
    top: 0px;
    left: 0;
    /* background: white; */
  }
  .header-content-left {
    width: 20vw;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ac1821;
    color: white;
  }
  .header-content-center {
    height: 100%;
    display: flex;
    align-items: center;
    width: 62vw;
  }
  .header-content-center img {
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 4vw;
  }
  .header-content-right2 {
    width: 20vw;
    height: 100%;
    /* background: white; */
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .header-hr2,
  .header-hr2::before,
  .header-hr2::after {
    content: "";
    /*
       height: 0.1vw;
    */
    height: 10px;
    max-height: 2px;
    width: 6vw;
    max-width: 100px;
    background-color: white;
    position: absolute;
    transform-origin: 50% 50%;
    z-index: 999;
  }
  .header-hr2::after {
    top: 2vw;
    right: 0%;
    transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  .header-hr2::before {
    top: -2vw;
    right: 0%;
    transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  .header-hr2.animate {
    background-color: transparent;
    transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .header-hr2.animate::before {
    top: 0 !important;
    transform: rotate(-45deg);
    transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  .header-hr2.animate::after {
    top: 0 !important;
    transform: rotate(45deg);
    transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  .navigation-menu2 {
    width: 100%;
    height: max-content;
    position: absolute;
    background: #ac1821;
    z-index: 3;
    top: -160vw;
    padding: 6vw 0px;
    bottom: 0%;
    display: flex;
    flex-direction: column;
    transition: 1s;
    transition-timing-function: ease;
    box-shadow: 3px 4px 16px rgba(25, 24, 24, 0.6588235294);
    justify-content: space-evenly;
  }
  .is-active {
    top: 60px;
    /* transition: all 2000ms; */
    transition: 1s;
    transition-timing-function: ease;
  }
  .navigation-menu-content {
    width: 80%;
    margin: auto;
    height: max-content;
    /* min-height: 20vw; */
    display: block;
    justify-content: space-evenly;
    align-items: center;
    color: white;
    font-size: 20px;
    flex-direction: column;
    padding-bottom: 3vw;
  }
  .navigation-menu-content.flex {
    display: flex;
    flex-direction: row;
    justify-content: start;
  }
  .navigation-menu-content.flex a:first-of-type {
    width: 57%;
  }
  .navigation-menu-content-1 {
    letter-spacing: 1px;
    text-align: left;
  }
  .navigation-menu-content-2,
  .navigation-menu-content-3 {
    display: grid;
    flex-direction: row;
    width: 100%;
    height: max-content;
    margin: auto;
    grid-template-columns: auto auto;
    grid-gap: 3vw;
    letter-spacing: 1px;
    text-align: center;
    justify-items: start;
  }
  .navigation-menu-content-2 {
    padding: 5% 0%;
  }
  .navigation-menu-content-3 {
    padding-top: 5%;
  }
  .navigation-menu-sub-content {
    font-size: clamp(10px, 3vw, 15px);
    width: 37vw;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-left: 1px solid white;
    padding-left: 6vw;
    line-height: 100%;
  }
  body {
    margin: 0;
    text-rendering: geometricPrecision;
  }
  /* aos animation css */
  .reveal-holder {
    position: relative;
    display: flex;
    width: auto;
    height: auto;
    flex-direction: column;
    /* position: relative;
    display: flex;
    overflow: hidden;
    padding: 1px 0px;
    flex-direction: column; */
  }
  .reveal-holder2 {
    position: relative;
    display: flex;
    overflow: hidden;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .reveal-holder3 {
    /* position: relative; */
    display: flex;
    /* overflow: hidden; */
    align-items: flex-start;
  }
  .reveal-holder.right {
    position: relative;
    display: flex;
    overflow: hidden;
    flex-direction: column-reverse;
  }
  .reveal-holder .reveal-charm {
    position: absolute;
    top: 0;
    width: 100%;
    height: 22.5%;
    background: white;
    z-index: 9;
  }
  .reveal-holder .reveal-block {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: white;
  }
  .reveal-holder .reveal-block::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: white;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-duration: 5.5s;
  }
  .reveal-holder2 .reveal-block2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: white;
  }
  .reveal-holder3 .reveal-block2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: white;
  }
  .reveal-holder2 .reveal-block2::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ac1821;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    /* transition-duration: 5.5s; */
  }
  .reveal-holder .reveal-charm::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ac1821;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    z-index: 9;
    /* transition-duration: 5.5s; */
  }
  .reveal-holder3 .reveal-block2::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ac1821;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    z-index: 4;
  }
  .reveal-block.gradient::before {
    background: linear-gradient(to left, #eebf56, #f46ca3);
  }
  .reveal-block.gradient-two::before {
    background: linear-gradient(to left, #1b9edf, #af74c3);
  }
  .reveal-block.extra {
    background: #1b9edf;
  }
  .reveal-block.extra::before {
    background: #af74c3;
  }
  .reveal-block.top.aos-animate::before,
  .reveal-block.bottom.aos-animate::before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  .reveal-block.left.aos-animate::before,
  .reveal-block.right.aos-animate::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  .reveal-block.top::before {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
  }
  .reveal-block.left::before {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
  }
  .reveal-block.right::before {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
  }
  .reveal-block.bottom::before {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
  }
  /* AOS animate */
  [data-aos=reveal-top],
  [data-aos=reveal-left],
  [data-aos=reveal-right],
  [data-aos=reveal-bottom] {
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-delay: 0.5s;
  }
  [data-aos=reveal-top] {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  [data-aos=reveal-top].aos-animate {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
  }
  [data-aos=reveal-left] {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  [data-aos=reveal-left].aos-animate {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
  }
  [data-aos=reveal-right] {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  [data-aos=reveal-right].aos-animate {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
  }
  [data-aos=reveal-bottom] {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  [data-aos=reveal-bottom].aos-animate {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
  }
  [data-aos=reveal-item] {
    visibility: hidden;
    transition-property: visibility;
    transition-duration: 0s;
  }
  [data-aos=reveal-item].aos-animate {
    visibility: visible;
  }
  /* aos animation css */
}
