/*-------------------------------------------------------------------*/
/* recruit-Index */
/*-------------------------------------------------------------------*/
.recruit-Index {
  max-width: 1200px;
  margin: 90px auto 0;
  padding-bottom: 50px;
}

@media screen and (max-width: 1024px) {
  .recruit-Index {
    margin-top: 13.02vw;
    padding-bottom: 12.23vw;
  }
}
.recruit-Index .description .sw-Subheading {
  margin-bottom: 80px;
}

@media screen and (max-width: 1024px) {
  .recruit-Index .creator .sw-Subheading,
  .recruit-Index .description .sw-Subheading {
    margin-bottom: 10.42vw;
  }
}
.recruit-Index .group .list {
  margin-top: 80px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 18px;
       column-gap: 18px;
  grid-column-gap: 18px;
  row-gap: 18px;
  grid-row-gap: 18px;
}

@media screen and (max-width: 1024px) {
  .recruit-Index .group .list {
    margin-top: 7.81vw;
    grid-template-columns: repeat(1, 1fr);
    -moz-column-gap: 0;
         column-gap: 0;
    grid-column-gap: 0;
    row-gap: 2.6vw;
    grid-row-gap: 2.6vw;
  }
}
.recruit-Index .group .list li {
  max-width: 388px;
}

@media screen and (max-width: 1024px) {
  .recruit-Index .group .list li {
    max-width: none;
  }
}
.recruit-Index .group .list li img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 1024px) {
  .recruit-Index .group .list li img {
    width: 100%;
    max-width: none;
  }
}
.recruit-Index .group .list li a {
  display: block;
}

@media (hover: hover) {
  .recruit-Index .group .list li a {
    transition: opacity 0.3s;
  }
  .recruit-Index .group .list li a:hover {
    opacity: 0.6;
  }
}
@keyframes reveal-from-right {
  to {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
}
@keyframes reveal-from-left {
  from {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  to {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
}
@keyframes reveal-smoke {
  25% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
    transform: translate(0, 0);
  }
  25% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
    transform: translate(-0.5vw, 0);
  }
  50% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
    transform: translate(0, 0.1vw) scale(1);
  }
  75% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
    transform: translate(-0.15vw, -0.1vw) scale(0.9);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
    transform: translate(0, 0) scale(1);
  }
}
@keyframes reveal-text {
  0% {
    filter: drop-shadow(50vw 0 rgb(249, 204, 40));
  }
  20% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
    transform: translate(0, 0) scale(1);
  }
  25% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
    transform: translate(-7.5vw, 0) scale(1);
    filter: drop-shadow(1.5vw 0 rgba(249, 204, 40, 0.8));
  }
  50% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
    transform: translate(3vw, 0.1vw) scale(1);
  }
  75% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
    transform: translate(-0.15vw, -0.1vw) scale(1);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
    transform: translate(0, 0) scale(1);
  }
}
@keyframes flash-slide {
  0% {
    transform: translateX(-100%) translateY(10%);
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  10% {
    transform: translateX(100%) translateY(-10%);
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  100% {
    transform: translateX(100%) translateY(-10%);
    opacity: 0;
  }
}
.recruit-sidebar {
  width: 13.5vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: #0b1f1e;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 100;
}
@media screen and (max-width: 1024px) {
  .recruit-sidebar {
    display: none;
  }
}
.recruit-sidebar-logo {
  width: 9.8vw;
  aspect-ratio: 4.7/1;
  margin-top: 3.7vw;
  margin-bottom: 5.8vw;
}
.recruit-sidebar-logo svg {
  fill: #fff;
}
.recruit-sidebar-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.8vw;
}
.recruit-sidebar-link li a {
  font-family: "Jost", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.2vw;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.5vw;
  line-height: 1.1;
  transition: opacity 0.3s ease;
}
.recruit-sidebar-link li a:hover {
  opacity: 0.6;
}
.recruit-sidebar-link li a small {
  font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
  font-size: 0.8vw;
  color: #515151;
}
.recruit-sidebar-entry {
  width: 11vw;
  position: absolute;
  left: 50%;
  bottom: 1.2vw;
  transform: translateX(-50%);
}
.recruit-sidebar-entry svg {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.recruit-sidebar-entry .stroke-animated {
  stroke: white;
  stroke-width: 2;
  fill-opacity: 1;
  stroke-dasharray: 600;
  stroke-dashoffset: 600;
  transition: stroke-dashoffset 0.3s ease;
}
.recruit-sidebar-entry:hover .stroke-animated {
  stroke-dashoffset: 0;
}

.recruit-sp-button {
  display: none;
}
@media screen and (max-width: 1024px) {
  .recruit-sp-button {
    display: block;
    position: fixed;
    top: 3vw;
    right: 3vw;
    width: 9.5vw;
    aspect-ratio: 1/1;
    z-index: 101;
    cursor: pointer;
  }
  .recruit-sp-button span {
    display: block;
    width: 100%;
    height: 3px;
    position: absolute;
    transform-origin: center;
    background-color: #000;
    border-radius: 30px;
    transition: all 0.3s ease;
  }
  .recruit-sp-button span:first-child {
    top: 30%;
    left: 0;
    transform: translateY(-50%);
  }
  .recruit-sp-button span:nth-child(even) {
    display: none;
  }
  .recruit-sp-button span:last-child {
    bottom: 30%;
    left: 0;
    transform: translateY(50%);
  }
}

.recruit-sp-button.open span {
  background-color: #fff;
}
.recruit-sp-button.open span:first-child {
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(30deg);
}
.recruit-sp-button.open span:last-child {
  bottom: 50%;
  left: 0;
  transform: translateY(50%) rotate(-30deg);
}

.recruit-sp-menu {
  display: none;
}
@media screen and (max-width: 1024px) {
  .recruit-sp-menu {
    display: block;
    width: 100vw;
    height: 100dvh;
    overflow-y: auto;
    position: fixed;
    top: 0;
    left: 0;
    background: #0b1f1e;
    z-index: 100;
    padding: 8vw 0;
    opacity: 0;
    transform: translateX(100%);
    transition: all 0.3s ease;
  }
  .recruit-sp-menu .recruit-sp-menu-link {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6vw;
  }
  .recruit-sp-menu .recruit-sp-menu-link li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .recruit-sp-menu .recruit-sp-menu-link li a {
    font-family: "Jost", "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 5.4vw;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.5vw;
    line-height: 1.1;
  }
  .recruit-sp-menu .recruit-sp-menu-link li a small {
    font-family: "Dela Gothic One", sans-serif;
    font-weight: 400;
    font-size: 3.2vw;
    color: #515151;
  }
  .recruit-sp-menu .recruit-sp-menu-link li .logo {
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: 3.7vw;
    margin-bottom: 5.8vw;
  }
  .recruit-sp-menu .recruit-sp-menu-link li .logo svg {
    width: 50vw;
    aspect-ratio: 4.7/1;
    fill: #fff;
  }
  .recruit-sp-menu .recruit-sp-menu-link li .entry {
    margin-bottom: 5.4vw;
    width: 40vw;
  }
  .recruit-sp-menu .recruit-sp-menu-link li .entry img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.recruit-sp-menu.open {
  opacity: 1;
  transform: translateX(0);
}

.recruit-wrapper {
  margin-left: 13.2vw;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  .recruit-wrapper {
    margin-left: 0;
  }
}
.recruit-wrapper .kv {
  width: 100%;
  overflow: hidden;
  height: 80vw;
  background-image: url("../../images/common/recruit/kv_bg.svg");
  background-repeat: no-repeat;
  background-size: 86.7vw;
}
@media screen and (max-width: 1024px) {
  .recruit-wrapper .kv {
    height: 100vw;
    background-size: 100%;
  }
}
.recruit-wrapper .kv .animation-wrapper {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.recruit-wrapper .kv .animation-wrapper .g-lightning {
  position: absolute;
  width: 100%;
  height: 100%;
  top: -3vw;
}
@media screen and (max-width: 1024px) {
  .recruit-wrapper .kv .animation-wrapper .g-lightning {
    top: 5vw;
  }
}
.recruit-wrapper .kv .animation-wrapper .g-lightning-1, .recruit-wrapper .kv .animation-wrapper .g-lightning-2, .recruit-wrapper .kv .animation-wrapper .g-lightning-3, .recruit-wrapper .kv .animation-wrapper .g-lightning-4 {
  position: absolute;
  width: 100%;
  left: 0;
  -webkit-clip-path: inset(0 0 0 100%);
          clip-path: inset(0 0 0 100%);
  animation: reveal-from-right 0.3s ease-out forwards;
}
.recruit-wrapper .kv .animation-wrapper .g-lightning-1 {
  top: 8vw;
  animation-delay: 0.5s;
}
.recruit-wrapper .kv .animation-wrapper .g-lightning-1 svg polygon,
.recruit-wrapper .kv .animation-wrapper .g-lightning-1 svg path {
  animation-delay: 0.5s;
}
.recruit-wrapper .kv .animation-wrapper .g-lightning-2 {
  top: 10vw;
  animation-delay: 0.6s;
}
.recruit-wrapper .kv .animation-wrapper .g-lightning-2 svg polygon,
.recruit-wrapper .kv .animation-wrapper .g-lightning-2 svg path {
  animation-delay: 0.6s;
}
.recruit-wrapper .kv .animation-wrapper .g-lightning-3 {
  width: 78%;
  top: 11.5vw;
  animation-delay: 0.7s;
}
.recruit-wrapper .kv .animation-wrapper .g-lightning-3 svg polygon,
.recruit-wrapper .kv .animation-wrapper .g-lightning-3 svg path {
  animation-delay: 0.7s;
}
.recruit-wrapper .kv .animation-wrapper .g-lightning-4 {
  width: 70%;
  top: 14.2vw;
  animation-delay: 0.8s;
}
.recruit-wrapper .kv .animation-wrapper .g-lightning-4 svg polygon,
.recruit-wrapper .kv .animation-wrapper .g-lightning-4 svg path {
  animation-delay: 0.8s;
}
.recruit-wrapper .kv .animation-wrapper .g-lightning .cls-1,
.recruit-wrapper .kv .animation-wrapper .g-lightning .cls-2,
.recruit-wrapper .kv .animation-wrapper .g-lightning .cls-3,
.recruit-wrapper .kv .animation-wrapper .g-lightning .cls-4 {
  fill: none;
  stroke-width: 1;
}
.recruit-wrapper .kv .animation-wrapper .g-lightning .cls-1 {
  stroke: #33ad95;
  fill: #33ad95;
}
.recruit-wrapper .kv .animation-wrapper .g-lightning .cls-2 {
  stroke: #2c585d;
  fill: #2c585d;
}
.recruit-wrapper .kv .animation-wrapper .g-lightning .cls-3 {
  stroke: #4dd0d3;
  fill: #4dd0d3;
}
.recruit-wrapper .kv .animation-wrapper .g-lightning .cls-4 {
  stroke: #8cccc3;
  fill: #8cccc3;
}
.recruit-wrapper .kv .animation-wrapper .y-lightning {
  position: absolute;
  width: 100%;
  height: 100%;
  top: -17vw;
  left: -11vw;
}
@media screen and (max-width: 1024px) {
  .recruit-wrapper .kv .animation-wrapper .y-lightning {
    top: -20vw;
  }
}
.recruit-wrapper .kv .animation-wrapper .y-lightning-1, .recruit-wrapper .kv .animation-wrapper .y-lightning-2, .recruit-wrapper .kv .animation-wrapper .y-lightning-3, .recruit-wrapper .kv .animation-wrapper .y-lightning-4 {
  position: absolute;
  width: 100%;
  left: 0;
  -webkit-clip-path: inset(0 0 0 100%);
          clip-path: inset(0 0 0 100%);
  animation: reveal-from-right 0.3s ease-out forwards;
}
.recruit-wrapper .kv .animation-wrapper .y-lightning-1 {
  bottom: -13.5vw;
  animation-delay: 0.7s;
}
.recruit-wrapper .kv .animation-wrapper .y-lightning-1 svg polygon,
.recruit-wrapper .kv .animation-wrapper .y-lightning-1 svg path {
  animation-delay: 0.7s;
}
.recruit-wrapper .kv .animation-wrapper .y-lightning-2 {
  width: 95%;
  bottom: -9.4vw;
  animation-delay: 0.8s;
}
.recruit-wrapper .kv .animation-wrapper .y-lightning-2 svg polygon,
.recruit-wrapper .kv .animation-wrapper .y-lightning-2 svg path {
  animation-delay: 0.8s;
}
.recruit-wrapper .kv .animation-wrapper .y-lightning-3 {
  bottom: -8.3vw;
  animation-delay: 0.9s;
}
.recruit-wrapper .kv .animation-wrapper .y-lightning-3 svg polygon,
.recruit-wrapper .kv .animation-wrapper .y-lightning-3 svg path {
  animation-delay: 0.9s;
}
.recruit-wrapper .kv .animation-wrapper .y-lightning .cls-1,
.recruit-wrapper .kv .animation-wrapper .y-lightning .cls-2,
.recruit-wrapper .kv .animation-wrapper .y-lightning .cls-3 {
  fill: none;
  stroke-width: 1;
}
.recruit-wrapper .kv .animation-wrapper .y-lightning .cls-1 {
  stroke: #eda01b;
  fill: #eda01b;
}
.recruit-wrapper .kv .animation-wrapper .y-lightning .cls-2 {
  stroke: #f9cc28;
  fill: #f9cc28;
}
.recruit-wrapper .kv .animation-wrapper .y-lightning .cls-3 {
  stroke: #e37b14;
  fill: #e37b14;
}
.recruit-wrapper .kv .animation-wrapper .kv-text {
  position: absolute;
  width: 100%;
  height: 100%;
}
.recruit-wrapper .kv .animation-wrapper .kv-text-1, .recruit-wrapper .kv .animation-wrapper .kv-text-2, .recruit-wrapper .kv .animation-wrapper .kv-text-3, .recruit-wrapper .kv .animation-wrapper .kv-text-4, .recruit-wrapper .kv .animation-wrapper .kv-text-5, .recruit-wrapper .kv .animation-wrapper .kv-text-6 {
  position: absolute;
  width: 100%;
  left: 0;
  -webkit-clip-path: inset(0 0 0 100%);
          clip-path: inset(0 0 0 100%);
  transform: translate(80vw, -10vw) scale(0);
  animation: reveal-text 1s ease-out forwards;
}
.recruit-wrapper .kv .animation-wrapper .kv-text-1 {
  width: 25vw;
  top: 15.1vw;
  left: 2.7vw;
  animation-delay: 0.8s;
  overflow: visible;
}
@media screen and (max-width: 1024px) {
  .recruit-wrapper .kv .animation-wrapper .kv-text-1 {
    width: 28.6vw;
    top: 25.2vw;
    left: 3vw;
  }
}
.recruit-wrapper .kv .animation-wrapper .kv-text-1 svg polygon,
.recruit-wrapper .kv .animation-wrapper .kv-text-1 svg path {
  animation-delay: 0.8s;
}
.recruit-wrapper .kv .animation-wrapper .kv-text-2 {
  width: 16.3vw;
  top: 15.4vw;
  left: 28.8vw;
  animation-delay: 1.5s;
}
@media screen and (max-width: 1024px) {
  .recruit-wrapper .kv .animation-wrapper .kv-text-2 {
    width: 18vw;
    top: 24.8vw;
    left: 34vw;
  }
}
.recruit-wrapper .kv .animation-wrapper .kv-text-2 svg polygon,
.recruit-wrapper .kv .animation-wrapper .kv-text-2 svg path {
  animation-delay: 1.5s;
}
.recruit-wrapper .kv .animation-wrapper .kv-text-3 {
  width: 13.3vw;
  top: 13.9vw;
  left: 46.3vw;
  animation-delay: 1.6s;
}
@media screen and (max-width: 1024px) {
  .recruit-wrapper .kv .animation-wrapper .kv-text-3 {
    width: 15.4vw;
    top: 22.5vw;
    left: 54vw;
  }
}
.recruit-wrapper .kv .animation-wrapper .kv-text-3 svg polygon,
.recruit-wrapper .kv .animation-wrapper .kv-text-3 svg path {
  animation-delay: 1.6s;
}
.recruit-wrapper .kv .animation-wrapper .kv-text-4 {
  width: 11.1vw;
  top: 13.2vw;
  left: 61.2vw;
  animation-delay: 1.7s;
}
@media screen and (max-width: 1024px) {
  .recruit-wrapper .kv .animation-wrapper .kv-text-4 {
    width: 12.2vw;
    top: 22.3vw;
    left: 71.2vw;
  }
}
.recruit-wrapper .kv .animation-wrapper .kv-text-4 svg polygon,
.recruit-wrapper .kv .animation-wrapper .kv-text-4 svg path {
  animation-delay: 1.7s;
}
.recruit-wrapper .kv .animation-wrapper .kv-text-5 {
  width: 8vw;
  top: 13.3vw;
  left: 74vw;
  animation-delay: 1.8s;
}
@media screen and (max-width: 1024px) {
  .recruit-wrapper .kv .animation-wrapper .kv-text-5 {
    width: 8.6vw;
    top: 23.2vw;
    left: 84.7vw;
  }
}
.recruit-wrapper .kv .animation-wrapper .kv-text-5 svg polygon,
.recruit-wrapper .kv .animation-wrapper .kv-text-5 svg path {
  animation-delay: 1.8s;
}
.recruit-wrapper .kv .animation-wrapper .kv-text-6 {
  width: 3.2vw;
  top: 18.2vw;
  left: 83vw;
  animation-delay: 1.9s;
}
@media screen and (max-width: 1024px) {
  .recruit-wrapper .kv .animation-wrapper .kv-text-6 {
    width: 3.8vw;
    top: 28.4vw;
    left: 94.5vw;
  }
}
.recruit-wrapper .kv .animation-wrapper .kv-text-6 svg polygon,
.recruit-wrapper .kv .animation-wrapper .kv-text-6 svg path {
  animation-delay: 1.9s;
}
.recruit-wrapper .kv .animation-wrapper .kv-under-text {
  position: absolute;
  width: 82.5vw;
  top: 22vw;
  left: 5vw;
  -webkit-clip-path: inset(0 0 0 100%);
          clip-path: inset(0 0 0 100%);
  animation: reveal-from-right 0.3s ease-out forwards;
  animation-delay: 0.7s;
}
@media screen and (max-width: 1024px) {
  .recruit-wrapper .kv .animation-wrapper .kv-under-text {
    width: 95.5vw;
    top: 32vw;
  }
}
.recruit-wrapper .kv .animation-wrapper .lightning-clip {
  position: relative;
  width: 100%;
  aspect-ratio: 4/1;
  clip-path: url(#clipLightning);
  -webkit-clip-path: url(#clipLightning);
  overflow: hidden;
  background-color: black;
}
.recruit-wrapper .kv .animation-wrapper .light-flash {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  transform: translateX(-100%) translateY(10%);
  animation: flash-slide 3s ease-in-out infinite;
  animation-delay: 2.5s;
}
.recruit-wrapper .kv .animation-wrapper .kv-sub-1, .recruit-wrapper .kv .animation-wrapper .kv-sub-2 {
  position: absolute;
  -webkit-clip-path: inset(0 0 0 100%);
          clip-path: inset(0 0 0 100%);
  animation: reveal-from-right 0.2s ease-out forwards;
}
.recruit-wrapper .kv .animation-wrapper .kv-sub-1 {
  width: 24.3vw;
  top: 2.7vw;
  right: 1.6vw;
  animation-delay: 2s;
}
@media screen and (max-width: 1024px) {
  .recruit-wrapper .kv .animation-wrapper .kv-sub-1 {
    width: 28.4vw;
    top: 10vw;
    right: 1.4vw;
  }
}
.recruit-wrapper .kv .animation-wrapper .kv-sub-1 svg polygon,
.recruit-wrapper .kv .animation-wrapper .kv-sub-1 svg path {
  animation-delay: 2s;
}
.recruit-wrapper .kv .animation-wrapper .kv-sub-2 {
  width: 27.2vw;
  top: 26.8vw;
  right: 1.5vw;
  animation-delay: 2.1s;
}
@media screen and (max-width: 1024px) {
  .recruit-wrapper .kv .animation-wrapper .kv-sub-2 {
    width: 31.3vw;
    top: 36.5vw;
    right: 1.3vw;
  }
}
.recruit-wrapper .kv .animation-wrapper .kv-sub-2 svg polygon,
.recruit-wrapper .kv .animation-wrapper .kv-sub-2 svg path {
  animation-delay: 2.1s;
}
.recruit-wrapper .kv .animation-wrapper .kv-smoke {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
}
.recruit-wrapper .kv .animation-wrapper .kv-smoke-1, .recruit-wrapper .kv .animation-wrapper .kv-smoke-2, .recruit-wrapper .kv .animation-wrapper .kv-smoke-3, .recruit-wrapper .kv .animation-wrapper .kv-smoke-4, .recruit-wrapper .kv .animation-wrapper .kv-smoke-5, .recruit-wrapper .kv .animation-wrapper .kv-smoke-6 {
  position: absolute;
  -webkit-clip-path: inset(0 0 0 100%);
          clip-path: inset(0 0 0 100%);
  transform: scale(0.1);
  animation: reveal-smoke 0.5s ease-out forwards;
}
.recruit-wrapper .kv .animation-wrapper .kv-smoke-1 {
  width: 26.5vw;
  top: 0.5vw;
  left: 9.8vw;
  animation-delay: 0.9s;
}
@media screen and (max-width: 1024px) {
  .recruit-wrapper .kv .animation-wrapper .kv-smoke-1 {
    width: 32.9vw;
    top: 7.6vw;
    left: 10.5vw;
  }
}
.recruit-wrapper .kv .animation-wrapper .kv-smoke-2 {
  width: 22vw;
  top: 35.2vw;
  left: 22vw;
  animation-delay: 1s;
}
@media screen and (max-width: 1024px) {
  .recruit-wrapper .kv .animation-wrapper .kv-smoke-2 {
    width: 25.4vw;
    top: 52.7vw;
    left: 21.3vw;
  }
}
.recruit-wrapper .kv .animation-wrapper .kv-smoke-3 {
  width: 12.4vw;
  top: 9.8vw;
  left: 35.4vw;
  animation-delay: 1.6s;
}
@media screen and (max-width: 1024px) {
  .recruit-wrapper .kv .animation-wrapper .kv-smoke-3 {
    width: 14.3vw;
    top: 18vw;
    left: 41.2vw;
  }
}
.recruit-wrapper .kv .animation-wrapper .kv-smoke-4 {
  width: 16.5vw;
  top: 28.3vw;
  left: 54.2vw;
  animation-delay: 1.7s;
}
@media screen and (max-width: 1024px) {
  .recruit-wrapper .kv .animation-wrapper .kv-smoke-4 {
    width: 18.8vw;
    top: 39.3vw;
    left: 63.5vw;
  }
}
.recruit-wrapper .kv .animation-wrapper .kv-smoke-5 {
  width: 7vw;
  top: 10.2vw;
  left: 61.8vw;
  animation-delay: 1.8s;
}
@media screen and (max-width: 1024px) {
  .recruit-wrapper .kv .animation-wrapper .kv-smoke-5 {
    width: 7.9vw;
    top: 18.6vw;
    left: 71.3vw;
  }
}
.recruit-wrapper .kv .animation-wrapper .kv-smoke-6 {
  width: 8.7vw;
  top: 8.8vw;
  left: 77.7vw;
  animation-delay: 1.9s;
}
@media screen and (max-width: 1024px) {
  .recruit-wrapper .kv .animation-wrapper .kv-smoke-6 {
    width: 10vw;
    top: 17.5vw;
    left: 89.5vw;
  }
}
.recruit-wrapper .lead {
  padding-right: 4.6vw;
  height: 60vw;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .recruit-wrapper .lead {
    padding-right: 4vw;
    padding-left: 4vw;
    height: 215vw;
  }
}
.recruit-wrapper .lead-message {
  position: absolute;
  bottom: 0;
  right: 4.6vw;
}
@media screen and (max-width: 1024px) {
  .recruit-wrapper .lead-message {
    right: 2.5vw;
  }
}
.recruit-wrapper .lead-message p {
  font-size: 1.2vw;
  text-align: end;
  line-height: 3;
  letter-spacing: 0.5rem;
  margin-bottom: 2.7vw;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .recruit-wrapper .lead-message p {
    font-size: 3.2vw;
  }
}
.recruit-wrapper .lead-message p .bg-black {
  background-color: #000;
  color: #fff;
  padding: 0.5vw 1vw;
}
.recruit-wrapper .lead-message .lead-heading {
  width: 100%;
  min-height: 20vw;
}
@media screen and (max-width: 1024px) {
  .recruit-wrapper .lead-message .lead-heading {
    min-height: 30vw;
    margin-top: 20vw;
  }
}
.recruit-wrapper .lead-message .lead-heading h2 {
  font-size: 4.3vw;
  font-weight: 400;
  font-family: "Dela Gothic One", sans-serif;
  text-align: end;
  margin-top: 5.6vw;
  letter-spacing: 0.5rem;
  line-height: 2;
  visibility: hidden;
}
@media screen and (max-width: 1024px) {
  .recruit-wrapper .lead-message .lead-heading h2 {
    font-size: 8.1vw;
    line-height: 1.2;
  }
}
.recruit-wrapper .lead .lightning-lead {
  position: absolute;
  width: 24.7vw;
  height: auto;
  aspect-ratio: 1.2/1;
  bottom: 26vw;
  left: 0;
}
.recruit-wrapper .lead .lightning-lead img {
  width: 100%;
}
.recruit-wrapper .philosophy {
  width: 100%;
  position: relative;
}
.recruit-wrapper .philosophy-section-title-bg {
  width: 100%;
  position: absolute;
  top: 0;
  transform: translateY(-40%);
}
.recruit-wrapper .philosophy-section-title-bg img {
  width: 100%;
}
.recruit-wrapper .philosophy-inner .mission {
  height: 74.2vw;
  overflow: visible;
  background-image: url("../../images/common/recruit/recruit_philosophy_bg.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 14vw;
  padding-inline: 7.4vw;
  padding-top: 20.5vw;
}
@media screen and (max-width: 1024px) {
  .recruit-wrapper .philosophy-inner .mission {
    height: 135vw;
    padding-top: 25vw;
  }
}
.recruit-wrapper .philosophy-inner .mission .title-sub {
  display: flex;
  align-items: center;
  font-size: clamp(11px, 11px, 0.7vw);
  font-family: "Jost", "Noto Sans JP", sans-serif;
  gap: 1vw;
  margin-bottom: 2.6vw;
}
@media screen and (max-width: 1024px) {
  .recruit-wrapper .philosophy-inner .mission .title-sub {
    font-size: 2.7vw;
  }
}
.recruit-wrapper .philosophy-inner .mission .title-sub .border {
  width: 5vw;
  height: 1px;
  background-color: #000;
}
.recruit-wrapper .philosophy-inner .mission h3 {
  font-size: 5.4vw;
  font-weight: 400;
  font-family: "Dela Gothic One", sans-serif;
  margin-bottom: 4.3vw;
}
@media screen and (max-width: 1024px) {
  .recruit-wrapper .philosophy-inner .mission h3 {
    font-size: 8.2vw;
  }
}
.recruit-wrapper .philosophy-inner .mission p {
  width: 36vw;
  max-width: 560px;
  line-height: 2.5;
  font-size: 1vw;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .recruit-wrapper .philosophy-inner .mission p {
    width: 100%;
    font-size: 3.2vw;
  }
}
.recruit-wrapper .philosophy-inner .canva {
  width: 100%;
  height: 55.2vw;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20vw;
  position: relative;
}
.recruit-wrapper .philosophy-inner .canva .image-bg-1 {
  position: absolute;
  top: -5vw;
  left: 20vw;
  width: 62vw;
  aspect-ratio: 1.6/1;
}
@media screen and (max-width: 1024px) {
  .recruit-wrapper .philosophy-inner .canva .image-bg-1 {
    top: -11vw;
    left: 37vw;
  }
}
.recruit-wrapper .philosophy-inner .canva .image-bg-1 img {
  width: 100%;
  height: 100%;
}
.recruit-wrapper .philosophy-inner .canva .image-bg-2 {
  position: absolute;
  top: 10.5vw;
  left: 2vw;
  width: 80vw;
  aspect-ratio: 1.6/1;
}
@media screen and (max-width: 1024px) {
  .recruit-wrapper .philosophy-inner .canva .image-bg-2 {
    width: 88vw;
    top: 12.5vw;
    left: 3vw;
  }
}
.recruit-wrapper .philosophy-inner .canva .image-bg-2 img {
  width: 100%;
  height: 100%;
}
.recruit-wrapper .philosophy-inner .canva-wrapper {
  width: 57vw;
  aspect-ratio: 16/9;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .recruit-wrapper .philosophy-inner .canva-wrapper {
    width: 83.4vw;
  }
}
.recruit-wrapper .philosophy-inner .canva-wrapper iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.recruit-wrapper .philosophy .lightning-philosophy {
  position: absolute;
  width: 41.8vw;
  height: auto;
  aspect-ratio: 1.2/1;
  top: -14vw;
  right: 0;
}
.recruit-wrapper .philosophy .lightning-philosophy img {
  width: 100%;
}
.recruit-wrapper .philosophy .lightning-canva {
  position: absolute;
  width: 46.9vw;
  height: auto;
  aspect-ratio: 1.6/1;
  bottom: -25.5vw;
  right: 0;
}
.recruit-wrapper .philosophy .lightning-canva img {
  width: 100%;
}
.recruit-wrapper .member {
  position: relative;
  padding-top: 10vw;
  padding-bottom: 18.8vw;
}
.recruit-wrapper .member-section-title {
  position: relative;
  margin-bottom: 8.8vw;
}
.recruit-wrapper .member-section-title h3 {
  font-family: "Jost", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 4vw;
  display: flex;
  flex-direction: column;
  gap: 1vw;
  padding-left: 6.8vw;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 1024px) {
  .recruit-wrapper .member-section-title h3 {
    font-size: 6.4vw;
  }
}
.recruit-wrapper .member-section-title h3 span {
  font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
  font-size: 1.2vw;
}
@media screen and (max-width: 1024px) {
  .recruit-wrapper .member-section-title h3 span {
    font-size: 2.7vw;
  }
}
.recruit-wrapper .member-section-title-bg {
  width: 72vw;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-60%);
}
@media screen and (max-width: 1024px) {
  .recruit-wrapper .member-section-title-bg {
    width: 100%;
  }
}
.recruit-wrapper .member-section-title-bg img {
  width: 100%;
}
.recruit-wrapper .member-list {
  width: 100%;
  position: relative;
  padding-top: 4.8vw;
  padding-bottom: 1.5vw;
}
@media screen and (max-width: 1024px) {
  .recruit-wrapper .member-list {
    padding-top: 16vw;
  }
}
.recruit-wrapper .member-list .scroll-buttons {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 5.5vw;
}
.recruit-wrapper .member-list .scroll-buttons .scroll-l,
.recruit-wrapper .member-list .scroll-buttons .scroll-r {
  position: relative;
  width: 13.6vw;
  height: 2vw;
}
@media screen and (max-width: 1024px) {
  .recruit-wrapper .member-list .scroll-buttons .scroll-l,
  .recruit-wrapper .member-list .scroll-buttons .scroll-r {
    width: 35vw;
    height: 10vw;
  }
}
.recruit-wrapper .member-list .scroll-buttons .scroll-l .button,
.recruit-wrapper .member-list .scroll-buttons .scroll-r .button {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.3vw;
  border: 2px solid #d9d9d9;
  font-size: 1vw;
  font-family: "Jost", "Noto Sans JP", sans-serif;
  font-weight: bold;
  color: #d9d9d9;
  background: #fff;
  cursor: pointer;
  padding: 0 0.6vw;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .recruit-wrapper .member-list .scroll-buttons .scroll-l .button,
  .recruit-wrapper .member-list .scroll-buttons .scroll-r .button {
    font-size: 2.7vw;
    padding: 0 1.5vw;
  }
}
.recruit-wrapper .member-list .scroll-buttons .scroll-l .button svg,
.recruit-wrapper .member-list .scroll-buttons .scroll-r .button svg {
  width: 1.3vw;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 1024px) {
  .recruit-wrapper .member-list .scroll-buttons .scroll-l .button svg,
  .recruit-wrapper .member-list .scroll-buttons .scroll-r .button svg {
    width: 3.5vw;
  }
}
.recruit-wrapper .member-list .scroll-buttons .scroll-l .button:hover,
.recruit-wrapper .member-list .scroll-buttons .scroll-r .button:hover {
  transform: translate(0.4vw, 0.4vw);
}
@media screen and (max-width: 1024px) {
  .recruit-wrapper .member-list .scroll-buttons .scroll-l .button:hover,
  .recruit-wrapper .member-list .scroll-buttons .scroll-r .button:hover {
    transform: translate(1vw, 1vw);
  }
}
.recruit-wrapper .member-list .scroll-buttons .scroll-l .scroll-bg,
.recruit-wrapper .member-list .scroll-buttons .scroll-r .scroll-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #d9d9d9;
  top: 0.4vw;
  left: 0.4vw;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .recruit-wrapper .member-list .scroll-buttons .scroll-l .scroll-bg,
  .recruit-wrapper .member-list .scroll-buttons .scroll-r .scroll-bg {
    top: 1vw;
    left: 1vw;
  }
}
.recruit-wrapper .member-list-top, .recruit-wrapper .member-list-bottom {
  display: flex;
  align-items: center;
  gap: 4.5vw;
  overflow-x: auto;
  scroll-behavior: smooth;
  overscroll-behavior-x: contain;
  width: 100%;
  padding: 0 4.8vw;
}
@media screen and (max-width: 1024px) {
  .recruit-wrapper .member-list-top, .recruit-wrapper .member-list-bottom {
    margin-bottom: 8vw;
  }
}
.recruit-wrapper .member-list-top li a, .recruit-wrapper .member-list-bottom li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 19.6vw;
  margin-bottom: 5.8vw;
}
@media screen and (max-width: 1024px) {
  .recruit-wrapper .member-list-top li a, .recruit-wrapper .member-list-bottom li a {
    width: 35vw;
    margin-bottom: 8vw;
  }
}
.recruit-wrapper .member-list-top li a .member-profile, .recruit-wrapper .member-list-bottom li a .member-profile {
  position: relative;
  margin-bottom: 0.8vw;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1.4;
}
@media screen and (max-width: 1024px) {
  .recruit-wrapper .member-list-top li a .member-profile, .recruit-wrapper .member-list-bottom li a .member-profile {
    margin-bottom: 2.5vw;
  }
}
.recruit-wrapper .member-list-top li a .member-profile img, .recruit-wrapper .member-list-bottom li a .member-profile img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 2;
}
.recruit-wrapper .member-list-top li a .member-name, .recruit-wrapper .member-list-bottom li a .member-name {
  font-size: 1.6vw;
  font-weight: 600;
  font-family: "Jost", "Noto Sans JP", sans-serif;
  margin-bottom: 0.5vw;
}
@media screen and (max-width: 1024px) {
  .recruit-wrapper .member-list-top li a .member-name, .recruit-wrapper .member-list-bottom li a .member-name {
    font-size: 3.6vw;
    margin-bottom: 1.5vw;
  }
}
.recruit-wrapper .member-list-top li a .member-role, .recruit-wrapper .member-list-bottom li a .member-role {
  font-size: clamp(10px, 10px, 0.7vw);
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 1024px) {
  .recruit-wrapper .member-list-top li a .member-role, .recruit-wrapper .member-list-bottom li a .member-role {
    font-size: 2.5vw;
  }
}
.recruit-wrapper .member .lightning-member {
  position: absolute;
  width: 83.5vw;
  height: auto;
  aspect-ratio: 6.5/1;
  bottom: 0;
  left: 0;
}
.recruit-wrapper .member .lightning-member img {
  width: 100%;
}
.recruit-wrapper .video {
  width: 100%;
  overflow: hidden;
  padding: 8vw 0;
}
.recruit-wrapper .video-wrapper {
  width: 100%;
  position: relative;
}
.recruit-wrapper .video-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  transform: scale(1.1) rotate(-3.5deg);
  z-index: 0;
}
.recruit-wrapper .video-wrapper video {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.recruit-wrapper .work-environment {
  position: relative;
  padding-top: 15vw;
}
@media screen and (max-width: 1024px) {
  .recruit-wrapper .work-environment {
    padding-bottom: 10vw;
  }
}
.recruit-wrapper .work-environment-bg {
  width: 100%;
  height: 90vw;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../../images/common/recruit/recruit_work_environment_bg.webp");
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1024px) {
  .recruit-wrapper .work-environment-bg {
    height: 138vw;
    background-image: url("../../images/common/recruit/recruit_work_environment_bg-sp.webp");
  }
}
.recruit-wrapper .work-environment-section-title {
  position: relative;
  margin-bottom: 15.5vw;
}
.recruit-wrapper .work-environment-section-title h3 {
  font-family: "Jost", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 4vw;
  display: flex;
  flex-direction: column;
  gap: 1vw;
  padding-left: 6.8vw;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 1024px) {
  .recruit-wrapper .work-environment-section-title h3 {
    font-size: 6.4vw;
  }
}
.recruit-wrapper .work-environment-section-title h3 span {
  font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
  font-size: 1.2vw;
}
@media screen and (max-width: 1024px) {
  .recruit-wrapper .work-environment-section-title h3 span {
    font-size: 2.7vw;
  }
}
.recruit-wrapper .work-environment-section-title-bg {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-55%);
}
.recruit-wrapper .work-environment-section-title-bg img {
  width: 100%;
}
.recruit-wrapper .work-environment-inner {
  position: relative;
  z-index: 1;
}
.recruit-wrapper .work-environment-inner .culture {
  padding-inline: 6.8vw;
  padding-bottom: 25vw;
  position: relative;
}
.recruit-wrapper .work-environment-inner .culture h4 {
  display: flex;
  align-items: center;
  font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
  font-size: 2vw;
  gap: 1vw;
  margin-bottom: 1vw;
}
@media screen and (max-width: 1024px) {
  .recruit-wrapper .work-environment-inner .culture h4 {
    font-size: 3.6vw;
    margin-bottom: 4vw;
  }
}
.recruit-wrapper .work-environment-inner .culture h4 svg {
  width: 2.4vw;
}
@media screen and (max-width: 1024px) {
  .recruit-wrapper .work-environment-inner .culture h4 svg {
    width: 2.7vw;
  }
}
.recruit-wrapper .work-environment-inner .culture .culture-list {
  display: flex;
  flex-direction: column;
  gap: 1.4vw;
}
@media screen and (max-width: 1024px) {
  .recruit-wrapper .work-environment-inner .culture .culture-list {
    gap: 2vw;
  }
}
.recruit-wrapper .work-environment-inner .culture .culture-list li {
  width: 100%;
  position: relative;
}
.recruit-wrapper .work-environment-inner .culture .culture-list li .list-bg {
  width: 100%;
  aspect-ratio: 6.3/1;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .recruit-wrapper .work-environment-inner .culture .culture-list li .list-bg {
    aspect-ratio: 2/1;
  }
}
.recruit-wrapper .work-environment-inner .culture .culture-list li .list-bg svg {
  width: 100%;
  height: 100%;
}
.recruit-wrapper .work-environment-inner .culture .culture-list li .list-text {
  position: absolute;
  color: #fff;
  top: 1.4vw;
  left: 2.4vw;
  display: flex;
  flex-direction: column;
  gap: 1vw;
}
@media screen and (max-width: 1024px) {
  .recruit-wrapper .work-environment-inner .culture .culture-list li .list-text {
    top: 3vw;
    left: 0;
    padding: 3.4vw;
  }
}
.recruit-wrapper .work-environment-inner .culture .culture-list li .list-text h5 {
  font-size: 1.5vw;
  font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 1024px) {
  .recruit-wrapper .work-environment-inner .culture .culture-list li .list-text h5 {
    font-size: 3.2vw;
    margin-bottom: 1vw;
  }
}
.recruit-wrapper .work-environment-inner .culture .culture-list li .list-text p {
  width: 63vw;
  font-size: 1.2vw;
  line-height: 1.5;
}
@media screen and (max-width: 1024px) {
  .recruit-wrapper .work-environment-inner .culture .culture-list li .list-text p {
    font-size: 3.2vw;
    width: 100%;
  }
}
.recruit-wrapper .work-environment-inner .benefit {
  width: 100%;
  height: 75vw;
  position: relative;
  background-image: url("../../images/common/recruit/recruit_benefit_bg.webp");
  background-size: 100vw 61.8vw;
  background-position: 0 10vw;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1024px) {
  .recruit-wrapper .work-environment-inner .benefit {
    height: 215vw;
    background-image: url("../../images/common/recruit/recruit_benefit_bg-sp.webp");
    background-size: 100vw 70vw;
    background-position: 0 140vw;
  }
}
.recruit-wrapper .work-environment-inner .benefit-text {
  padding-inline: 6.8vw;
  margin-bottom: 10vw;
}
.recruit-wrapper .work-environment-inner .benefit-text h4 {
  display: flex;
  align-items: center;
  font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
  font-size: 2vw;
  gap: 1vw;
  margin-bottom: 1vw;
}
@media screen and (max-width: 1024px) {
  .recruit-wrapper .work-environment-inner .benefit-text h4 {
    font-size: 3.6vw;
    margin-bottom: 4vw;
  }
}
.recruit-wrapper .work-environment-inner .benefit-text h4 svg {
  width: 2.4vw;
}
@media screen and (max-width: 1024px) {
  .recruit-wrapper .work-environment-inner .benefit-text h4 svg {
    width: 2.7vw;
  }
}
.recruit-wrapper .work-environment-inner .benefit-text p {
  font-size: 1vw;
  line-height: 1.5;
}
@media screen and (max-width: 1024px) {
  .recruit-wrapper .work-environment-inner .benefit-text p {
    font-size: 3.2vw;
  }
}
.recruit-wrapper .work-environment-inner .benefit .benefit-image-carousel {
  overflow: hidden;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1vw;
  margin-bottom: 4.8vw;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .recruit-wrapper .work-environment-inner .benefit .benefit-image-carousel {
    gap: 5vw;
  }
}
.recruit-wrapper .work-environment-inner .benefit .benefit-image-carousel .carousel-track,
.recruit-wrapper .work-environment-inner .benefit .benefit-image-carousel .carousel-track-reverse {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  position: relative;
  z-index: 2;
}
.recruit-wrapper .work-environment-inner .benefit .benefit-image-carousel .carousel-track .slide,
.recruit-wrapper .work-environment-inner .benefit .benefit-image-carousel .carousel-track-reverse .slide {
  flex-shrink: 0;
  width: 27.1vw;
  aspect-ratio: 1.5/1;
  margin-right: 1vw;
}
@media screen and (max-width: 1024px) {
  .recruit-wrapper .work-environment-inner .benefit .benefit-image-carousel .carousel-track .slide,
  .recruit-wrapper .work-environment-inner .benefit .benefit-image-carousel .carousel-track-reverse .slide {
    width: 80vw;
    margin-right: 5vw;
  }
}
.recruit-wrapper .work-environment-inner .benefit .benefit-image-carousel .carousel-track .slide img,
.recruit-wrapper .work-environment-inner .benefit .benefit-image-carousel .carousel-track-reverse .slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.recruit-wrapper .work-environment-inner .benefit .benefit-image-carousel .carousel-track {
  animation: scroll-left 40s linear infinite;
}
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.recruit-wrapper .work-environment-inner .benefit .benefit-image-carousel .carousel-track-reverse {
  animation: scroll-right 40s linear infinite;
}
@keyframes scroll-right {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}
.recruit-wrapper .work-environment-inner .benefit .lightning-benefit {
  width: 36.1vw;
  height: auto;
  aspect-ratio: 1.8/1;
  position: absolute;
  top: -24.5vw;
}
.recruit-wrapper .work-environment-inner .benefit .lightning-benefit img {
  width: 100%;
}
.recruit-wrapper .work-environment-inner .benefit-etc {
  width: 100%;
  position: relative;
}
.recruit-wrapper .work-environment-inner .benefit-etc .benefit-bg {
  position: absolute;
  top: -65vw;
  left: 0;
  width: 100%;
  height: 61vw;
}
.recruit-wrapper .work-environment-inner .benefit-etc-text {
  padding-inline: 6.8vw;
}
.recruit-wrapper .work-environment-inner .benefit-etc-text h4 {
  display: flex;
  align-items: center;
  font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
  font-size: 2vw;
  gap: 1vw;
  margin-bottom: 1vw;
}
@media screen and (max-width: 1024px) {
  .recruit-wrapper .work-environment-inner .benefit-etc-text h4 {
    font-size: 3.6vw;
    margin-bottom: 4vw;
  }
}
.recruit-wrapper .work-environment-inner .benefit-etc-text h4 svg {
  width: 2.4vw;
}
@media screen and (max-width: 1024px) {
  .recruit-wrapper .work-environment-inner .benefit-etc-text h4 svg {
    width: 2.7vw;
  }
}
.recruit-wrapper .work-environment-inner .benefit-etc-text p {
  font-size: 1vw;
  line-height: 1.5;
}
.recruit-wrapper .work-environment-inner .benefit-etc-list {
  border: 2.6px solid #2c585d;
  border-radius: 18px;
  padding: 2vw 6.2vw 2vw 10vw;
}
@media screen and (max-width: 1024px) {
  .recruit-wrapper .work-environment-inner .benefit-etc-list {
    padding: 2.7vw;
  }
}
.recruit-wrapper .work-environment-inner .benefit-etc-list .list-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 0 3vw;
}
@media screen and (max-width: 1024px) {
  .recruit-wrapper .work-environment-inner .benefit-etc-list .list-wrapper {
    gap: 0 2vw;
  }
}
.recruit-wrapper .work-environment-inner .benefit-etc-list .list-wrapper li {
  display: flex;
  align-items: center;
  gap: 1.2vw;
  font-size: 1.4vw;
  font-weight: bold;
  padding: 1vw 0;
  border-bottom: 1px solid #e7e7e5;
}
@media screen and (max-width: 1024px) {
  .recruit-wrapper .work-environment-inner .benefit-etc-list .list-wrapper li {
    font-size: 2.7vw;
    gap: 2vw;
    padding: 2.7vw 0;
  }
}
.recruit-wrapper .work-environment-inner .benefit-etc-list .list-wrapper li img {
  width: 1.7vw;
  height: 1.7vw;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .recruit-wrapper .work-environment-inner .benefit-etc-list .list-wrapper li img {
    width: 4vw;
    height: 4vw;
  }
}
.recruit-wrapper .job-opening {
  position: relative;
  padding-top: 15vw;
}
.recruit-wrapper .job-opening-section-title {
  position: relative;
  margin-bottom: 15.5vw;
}
.recruit-wrapper .job-opening-section-title h3 {
  font-family: "Jost", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 4vw;
  display: flex;
  flex-direction: column;
  gap: 1vw;
  padding-left: 6.8vw;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 1024px) {
  .recruit-wrapper .job-opening-section-title h3 {
    font-size: 6.4vw;
  }
}
.recruit-wrapper .job-opening-section-title h3 span {
  font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
  font-size: 1.2vw;
}
@media screen and (max-width: 1024px) {
  .recruit-wrapper .job-opening-section-title h3 span {
    font-size: 2.7vw;
  }
}
.recruit-wrapper .job-opening-section-title-bg {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-55%);
}
.recruit-wrapper .job-opening-section-title-bg img {
  width: 100%;
}
.recruit-wrapper .job-opening-list {
  padding-inline: 6.8vw;
  padding-bottom: 5.5vw;
}
.recruit-wrapper .job-opening-list li {
  border-top: 1px solid #dfdfdf;
}
.recruit-wrapper .job-opening-list li .title {
  padding: 1.5vw 0;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .recruit-wrapper .job-opening-list li .title {
    padding: 8vw 0;
  }
}
.recruit-wrapper .job-opening-list li .title .open-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1vw;
  width: 2.7vw;
  height: 2.7vw;
}
@media screen and (max-width: 1024px) {
  .recruit-wrapper .job-opening-list li .title .open-button {
    width: 5.4vw;
    height: 5.4vw;
    right: 4vw;
  }
}
.recruit-wrapper .job-opening-list li .title .open-button:hover {
  cursor: pointer;
}
.recruit-wrapper .job-opening-list li .title .open-button span {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: center center;
  transition: all 0.3s ease-in-out;
}
.recruit-wrapper .job-opening-list li .title .open-button span:first-child {
  transform: translate(-50%, -50%) rotate(0deg);
}
.recruit-wrapper .job-opening-list li .title .open-button span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(90deg);
}
.recruit-wrapper .job-opening-list li .title:hover {
  cursor: pointer;
}
.recruit-wrapper .job-opening-list li .title:hover .open-button span {
  height: 3px;
}
.recruit-wrapper .job-opening-list li .title h4 {
  font-size: 2vw;
  font-weight: 800;
  margin-bottom: 1vw;
  width: 90%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media screen and (max-width: 1024px) {
  .recruit-wrapper .job-opening-list li .title h4 {
    font-size: 3.2vw;
    margin-bottom: 4vw;
    width: 75%;
  }
}
.recruit-wrapper .job-opening-list li .title p {
  font-size: 1.1vw;
  line-height: 2;
  width: 90%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media screen and (max-width: 1024px) {
  .recruit-wrapper .job-opening-list li .title p {
    font-size: 3.2vw;
    width: 82%;
  }
}
.recruit-wrapper .job-opening-list li .details {
  transition: all 0.3s ease-in-out;
  max-height: 0;
  opacity: 0;
  padding: 0 0 0;
  overflow: hidden;
}
.recruit-wrapper .job-opening-list li .details .description {
  margin-bottom: 5.5vw;
}
.recruit-wrapper .job-opening-list li .details .description h5 {
  font-size: 1.6vw;
  font-weight: 600;
  margin-bottom: 1vw;
}
@media screen and (max-width: 1024px) {
  .recruit-wrapper .job-opening-list li .details .description h5 {
    font-size: 3.2vw;
    margin-bottom: 3vw;
  }
}
.recruit-wrapper .job-opening-list li .details .description p {
  font-size: 1.1vw;
  line-height: 1.5;
}
@media screen and (max-width: 1024px) {
  .recruit-wrapper .job-opening-list li .details .description p {
    font-size: 3.2vw;
  }
}
.recruit-wrapper .job-opening-list li .details .info {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 2.7vw;
  margin-bottom: 2.7vw;
}
@media screen and (max-width: 1024px) {
  .recruit-wrapper .job-opening-list li .details .info {
    grid-template-columns: 1fr;
    margin-bottom: 5.4vw;
  }
}
.recruit-wrapper .job-opening-list li .details .info-grid {
  border-bottom: 1px solid #aaaaaa;
  padding: 2.7vw 0;
}
@media screen and (max-width: 1024px) {
  .recruit-wrapper .job-opening-list li .details .info-grid {
    padding: 4vw 0;
  }
}
.recruit-wrapper .job-opening-list li .details .info-grid h6 {
  font-size: 1.4vw;
  font-weight: 600;
  margin-bottom: 1vw;
}
@media screen and (max-width: 1024px) {
  .recruit-wrapper .job-opening-list li .details .info-grid h6 {
    font-size: 3.2vw;
    margin-bottom: 4vw;
  }
}
.recruit-wrapper .job-opening-list li .details .info-grid p {
  font-size: 1.1vw;
  line-height: 1.5;
}
@media screen and (max-width: 1024px) {
  .recruit-wrapper .job-opening-list li .details .info-grid p {
    font-size: 3.2vw;
  }
}
.recruit-wrapper .job-opening-list li .details .apply-form {
  width: 26.3vw;
  aspect-ratio: 4.8/1;
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1.4vw;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .recruit-wrapper .job-opening-list li .details .apply-form {
    font-size: 3.7vw;
    width: 80%;
  }
}
.recruit-wrapper .job-opening-list li .details .apply-form-creator {
  width: 100%;
}
.recruit-wrapper .job-opening-list li .details .apply-form-creator img {
  width: 100%;
  height: 100%;
}
.recruit-wrapper .job-opening-list li.active .details {
  max-height: 4000px;
  opacity: 1;
  padding: 1.5vw 0 4.5vw;
  overflow: visible;
}
@media screen and (max-width: 1024px) {
  .recruit-wrapper .job-opening-list li.active .details {
    max-height: 6000px;
  }
}
.recruit-wrapper .job-opening-list li.active .open-button span:first-child {
  transform: translate(-50%, -50%) rotate(45deg);
}
.recruit-wrapper .job-opening-list li.active .open-button span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.recruit-wrapper .single-interview {
  padding: 3vw 0;
  width: 70vw;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .recruit-wrapper .single-interview {
    width: 100%;
    padding: 18vw 0;
  }
}
.recruit-wrapper .single-interview-wrapper {
  width: 100%;
  padding-inline: 3vw;
  margin-bottom: 4vw;
}
@media screen and (max-width: 1024px) {
  .recruit-wrapper .single-interview-wrapper {
    margin-bottom: 8vw;
    padding: 7.4vw;
  }
}
.recruit-wrapper .single-interview-wrapper .interview-eyecatch {
  width: 100%;
  aspect-ratio: 1.6/1;
  margin-bottom: 4vw;
}
.recruit-wrapper .single-interview-wrapper .interview-eyecatch img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.recruit-wrapper .single-interview-wrapper .interview-header {
  display: flex;
  flex-direction: column;
  gap: 2vw;
  margin-bottom: 4vw;
}
.recruit-wrapper .single-interview-wrapper .interview-header .name {
  font-size: 4.4vw;
  font-weight: 700;
  line-height: 0.4;
  font-family: "Jost", "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 1024px) {
  .recruit-wrapper .single-interview-wrapper .interview-header .name {
    font-size: 6.4vw;
  }
}
.recruit-wrapper .single-interview-wrapper .interview-header .role {
  font-size: 1.4vw;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 1024px) {
  .recruit-wrapper .single-interview-wrapper .interview-header .role {
    font-size: 3.7vw;
  }
}
.recruit-wrapper .single-interview-wrapper .interview-content h2 {
  font-family: "Jost", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2vw;
  line-height: 1.5;
  letter-spacing: 0.5rem;
  margin-bottom: 3vw;
}
@media screen and (max-width: 1024px) {
  .recruit-wrapper .single-interview-wrapper .interview-content h2 {
    font-size: 5.4vw;
  }
}
.recruit-wrapper .single-interview-wrapper .interview-content h3 {
  font-family: "Jost", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.5vw;
  line-height: 1.5;
  margin: 3vw 0 1.7vw;
  position: relative;
  padding-left: 3.5vw;
}
.recruit-wrapper .single-interview-wrapper .interview-content h3::after {
  position: absolute;
  content: "";
  width: 2.6vw;
  height: 0.4vw;
  aspect-ratio: 1/1;
  background-color: #bd0000;
  top: 50%;
  left: 0;
  transform-origin: center;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 1024px) {
  .recruit-wrapper .single-interview-wrapper .interview-content h3 {
    font-size: 3.7vw;
    margin: 5.4vw 0 2.7vw;
  }
}
.recruit-wrapper .single-interview-wrapper .interview-content p {
  font-size: 1.2vw;
  line-height: 2;
  margin-bottom: 1vw;
}
@media screen and (max-width: 1024px) {
  .recruit-wrapper .single-interview-wrapper .interview-content p {
    font-size: 3.2vw;
  }
}
.recruit-wrapper .single-interview-wrapper .interview-content img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 1.6/1;
  margin-top: 1.7vw;
}
@media screen and (max-width: 1024px) {
  .recruit-wrapper .single-interview-wrapper .interview-content img {
    margin-top: 4vw;
  }
}
.recruit-wrapper .single-interview .back-button {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 1.2vw;
  line-height: 1.5;
  padding-bottom: 0.5vw;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 1024px) {
  .recruit-wrapper .single-interview .back-button {
    font-size: 2.7vw;
  }
}

.init-top {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.recruit-wrapper.init {
  opacity: 1;
}

.recruit-footer {
  padding-left: 13.2vw;
}
@media screen and (max-width: 1024px) {
  .recruit-footer {
    padding-left: 0;
  }
}

.is-sp {
  display: none;
}
@media screen and (max-width: 1024px) {
  .is-sp {
    display: inherit;
  }
}

@media screen and (max-width: 1024px) {
  .is-pc {
    display: none;
  }
}

.fade-target {
  opacity: 0;
  transform: translateY(3vw);
  transition: all 0.5s ease-out;
}

.fade-target.fadein {
  opacity: 1;
  transform: translateY(0);
}

.lightning-vector {
  -webkit-clip-path: inset(0 0 0 100%);
          clip-path: inset(0 0 0 100%);
}

.lightning-vector.left.visible {
  animation: reveal-from-left 0.3s ease-out forwards;
}

.lightning-vector.visible {
  animation: reveal-from-right 0.3s ease-out forwards;
}