/*
 * Navile Hair Salon - Main Stylesheet
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #333333;
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
body.is-fixed {
  overflow: hidden;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: 700;
  line-height: 1.4;
}

p {
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
  transition: 0.3s ease;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

button {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  font-family: inherit;
  font-size: inherit;
  cursor: pointer;
}
button:focus {
  outline: none;
}

input,
textarea,
select {
  margin: 0;
  padding: 0;
  border: none;
  font-family: inherit;
  font-size: inherit;
}
input:focus,
textarea:focus,
select:focus {
  outline: none;
}

.container {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 2.7777777778vw;
}
@media screen and (max-width: 450px) {
  .container {
    padding: 0 5.1282051282vw;
  }
}

.section {
  padding: 6.9444444444vw 0;
}
@media screen and (max-width: 450px) {
  .section {
    padding: 15.3846153846vw 0;
  }
}

@media screen and (min-width: 451px) {
  .sp-only {
    display: none !important;
  }
}

@media screen and (max-width: 450px) {
  .pc-only {
    display: none !important;
  }
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: #252525;
  height: 4.7916666667vw;
  border: none;
  box-shadow: none;
}
@media screen and (max-width: 450px) {
  .header {
    height: 12.8205128205vw;
  }
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-items: center;
  max-width: 100%;
  margin: 0 auto;
  height: 100%;
  border: none;
}
.header__logo {
  width: 9.375vw;
  flex-shrink: 0;
  margin-left: 3.8888888889vw;
}
@media screen and (max-width: 450px) {
  .header__logo {
    width: 23.0769230769vw;
    margin-left: 4.1025641026vw;
    padding-bottom: 0.7692307692vw;
  }
}
.header__logo a {
  display: block;
}
.header__logo a img {
  width: 100%;
  height: auto;
}
.header__nav {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  margin-right: 3.8888888889vw;
}
@media screen and (max-width: 450px) {
  .header__nav {
    display: none;
  }
}
.header__nav-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2.7777777778vw;
  width: 38.6805555556vw;
}
.header__nav-item a {
  display: block;
  font-size: 1.25vw;
  font-family: "Inter", sans-serif;
  font-weight: 190;
  color: #f9f9f9;
  letter-spacing: 0.16em;
  white-space: nowrap;
  transition: opacity 0.3s ease;
}
.header__nav-item a:hover {
  opacity: 0.7;
}
.header__reserve-wrap {
  flex-shrink: 0;
  position: relative;
  background-color: #f9f9f9;
  height: 100%;
  border: none;
  box-shadow: none;
  display: flex;
  align-items: stretch;
}
@media screen and (max-width: 450px) {
  .header__reserve-wrap {
    width: 36.9230769231vw;
    margin-left: 12.8205128205vw;
  }
}
.header__reserve-btn {
  width: 12.8472222222vw;
  height: 100%;
  background-color: #f9f9f9;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.3888888889vw;
  font-weight: 200;
  font-family: "Inter", sans-serif;
  color: #252525;
  letter-spacing: 0.05em;
  transition: all 0.3s ease;
  border: none !important;
  border-radius: 0;
  padding: 0;
  margin: 0;
  line-height: 1;
  outline: none !important;
  box-shadow: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: top;
}
@media screen and (max-width: 450px) {
  .header__reserve-btn {
    width: 36.9230769231vw;
    font-size: 4.6153846154vw;
    letter-spacing: 0.33rem;
  }
}
.header__reserve-btn:hover {
  background-color: #e0e0e0;
}
.header__reserve-btn:focus, .header__reserve-btn:focus-visible {
  outline: none;
  box-shadow: none;
}
.header__reserve-btn[aria-expanded=true] + .header__reserve-panel {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.header__reserve-panel {
  position: absolute;
  top: 100%;
  right: 0;
  min-width: 12.8472222222vw;
  padding: 0;
  background-color: #f9f9f9;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-0.6944444444vw);
  transition: all 0.3s ease;
}
@media screen and (max-width: 450px) {
  .header__reserve-panel {
    min-width: 36.9230769231vw;
    transform: translateY(-2.0512820513vw);
  }
}
.header__reserve-panel a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 4.6527777778vw;
  padding: 0;
  font-size: 1.25vw;
  font-family: "Inter", sans-serif;
  font-weight: 200;
  color: #252525;
  text-align: center;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 450px) {
  .header__reserve-panel a {
    height: 12.3076923077vw;
    font-size: 3.5897435897vw;
  }
}
.header__reserve-panel a:hover {
  background-color: #e0e0e0;
}
@media screen and (min-width: 451px) {
  .header__hamburger {
    display: none;
  }
}
.header__hamburger {
  position: relative;
  width: 1.3888888889vw;
  height: 6.1805555556vw;
  right: 1.1805555556vw;
  z-index: 1001;
}
@media screen and (max-width: 450px) {
  .header__hamburger {
    width: 5.1282051282vw;
    height: 6.1538461538vw;
    right: 4.358974359vw;
  }
}
.header__hamburger-line {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 0.3846153846vw;
  background-color: #f9f9f9;
  transition: all 0.3s ease;
}
.header__hamburger-line:nth-child(1) {
  top: 0;
}
.header__hamburger-line:nth-child(2) {
  top: 2.8205128205vw;
}
.header__hamburger-line:nth-child(3) {
  bottom: 0;
}
.header__hamburger-text {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
@media screen and (max-width: 450px) {
  .header__hamburger[aria-expanded=true] {
    width: 8.4615384615vw;
  }
}
.header__hamburger[aria-expanded=true] .header__hamburger-text {
  position: absolute;
  font-size: 0.8333333333vw;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  letter-spacing: 0.02rem;
  color: #fff;
  bottom: -0.9027777778vw;
  left: 50%;
  transform: translateX(-50%);
  clip: auto;
  width: auto;
  height: auto;
  overflow: visible;
  white-space: nowrap;
}
@media screen and (max-width: 450px) {
  .header__hamburger[aria-expanded=true] .header__hamburger-text {
    font-size: 3.0769230769vw;
    bottom: -3.3333333333vw;
  }
}
.header__hamburger[aria-expanded=true] .header__hamburger-line:nth-child(1) {
  top: 2.8205128205vw;
  transform: rotate(45deg);
  width: 8.4615384615vw;
}
.header__hamburger[aria-expanded=true] .header__hamburger-line:nth-child(2) {
  opacity: 0;
}
.header__hamburger[aria-expanded=true] .header__hamburger-line:nth-child(3) {
  bottom: 2.8205128205vw;
  transform: rotate(-45deg);
  width: 8.4615384615vw;
}
@media screen and (min-width: 451px) {
  .header__menu {
    display: none;
  }
}
.header__menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  background-color: #252525;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 999;
}
.header__menu.is-open {
  opacity: 1;
  visibility: visible;
}
.header__menu-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  margin: 35.8974358974vw 0 41.0256410256vw 0;
}
.header__menu-logo {
  width: 48.4615384615vw;
  margin-bottom: 17.9487179487vw;
}
.header__menu-logo img {
  width: 100%;
}
.header__menu-nav {
  display: flex;
  flex-direction: column;
  gap: 6.1538461538vw;
}
.header__menu-item {
  text-align: center;
}
.header__menu-item a {
  display: block;
  font-size: 6.1538461538vw;
  font-family: "Inter", sans-serif;
  font-weight: 200;
  color: #f9f9f9;
  letter-spacing: 0.1em;
}

.footer {
  background-color: #f5f5f5;
  padding: 5.5555555556vw 0 0 0;
  width: 100%;
}
@media screen and (max-width: 450px) {
  .footer {
    padding: 30.7692307692vw 0 0 0;
  }
}
.footer__inner {
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 450px) {
  .footer__inner {
    flex-direction: column;
    padding: 0 0 14.6153846154vw 0;
    gap: 6.1538461538vw;
  }
}
.footer__logo-wrap {
  display: flex;
  gap: 2.7777777778vw;
  align-items: flex-start;
  width: 100%;
  flex-direction: column;
  margin-top: 9.0277777778vw;
  margin-left: 5.1388888889vw;
}
@media screen and (max-width: 450px) {
  .footer__logo-wrap {
    margin-left: 3.8461538462vw;
    margin-top: 10.2564102564vw;
    width: 70%;
    gap: 6.1538461538vw;
    order: 2;
  }
}
.footer__logo {
  width: 27.7777777778vw;
}
@media screen and (max-width: 450px) {
  .footer__logo {
    width: 47.9487179487vw;
    margin-left: -3.8461538462vw;
  }
}
.footer__logo img {
  width: 100%;
  height: auto;
}
.footer__logo-text {
  display: flex;
  flex-direction: column;
  gap: 0vw;
  font-weight: 300;
  width: 15.9722222222vw;
  padding-left: 1.8055555556vw;
}
@media screen and (max-width: 450px) {
  .footer__logo-text {
    gap: 0vw;
    padding-left: 0;
    width: 100%;
  }
}
.footer__logo-text p {
  font-size: 1.1111111111vw;
  line-height: 1.6;
  font-weight: 350;
}
@media screen and (max-width: 450px) {
  .footer__logo-text p {
    font-size: 3.5897435897vw;
  }
}
.footer__logo-text-open {
  font-size: 1.1111111111vw;
  font-family: "Inter";
  font-weight: 300;
  letter-spacing: 0.2em;
  color: #252525;
}
@media screen and (max-width: 450px) {
  .footer__logo-text-open {
    font-size: 3.5897435897vw;
  }
}
.footer__logo-text-weekday {
  font-family: "Inter";
  display: flex;
  gap: 0.2777777778vw;
  font-weight: 300;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 450px) {
  .footer__logo-text-weekday {
    gap: 0vw;
  }
}
.footer__logo-text-label {
  min-width: 4.1666666667vw;
  font-weight: 350;
}
@media screen and (max-width: 450px) {
  .footer__logo-text-label {
    min-width: 12.8205128205vw;
  }
}
.footer__logo-text-time {
  font-weight: 300;
}
.footer__logo-text-weekend {
  font-family: "Inter";
  font-weight: 300;
  letter-spacing: 0.08em;
}
.footer__img-wrap {
  flex-shrink: 0;
  width: 50vw;
  height: 33.5416666667vw;
  margin-left: auto;
}
@media screen and (max-width: 450px) {
  .footer__img-wrap {
    width: 100%;
    height: auto;
  }
}
.footer__copyright {
  background-color: #252525;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1.1111111111vw;
  height: 2.7777777778vw;
}
@media screen and (max-width: 450px) {
  .footer__copyright {
    font-size: 2.5641025641vw;
    height: 6.1538461538vw;
  }
}
.footer__copyright .footer__copyright-text {
  font-family: "Inter";
  font-weight: 300;
  font-size: 1.1111111111vw;
  letter-spacing: 0.2em;
  color: #f9f9f9;
}
@media screen and (max-width: 450px) {
  .footer__copyright .footer__copyright-text {
    font-size: 2.5641025641vw;
  }
}

main {
  padding-top: 4.7916666667vw;
}
@media screen and (max-width: 450px) {
  main {
    padding-top: 12.8205128205vw;
  }
}

.section {
  padding: 64px 0;
}
@media screen and (max-width: 450px) {
  .section {
    padding: 48px 0;
  }
}
.section__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
@media screen and (max-width: 450px) {
  .section__inner {
    padding: 0 16px;
  }
}
.section__title {
  text-align: center;
  margin-bottom: 48px;
}
@media screen and (max-width: 450px) {
  .section__title {
    margin-bottom: 32px;
  }
}
.section__lead {
  text-align: center;
  margin-bottom: 32px;
  font-size: 18px;
  line-height: 1.8;
}
@media screen and (max-width: 450px) {
  .section__lead {
    font-size: 16px;
    margin-bottom: 24px;
  }
}

.grid {
  display: grid;
  gap: 32px;
}
@media screen and (max-width: 450px) {
  .grid {
    gap: 24px;
  }
}
.grid--2col {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 450px) {
  .grid--2col {
    grid-template-columns: 1fr;
  }
}
.grid--3col {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 450px) {
  .grid--3col {
    grid-template-columns: 1fr;
  }
}
.grid--4col {
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 450px) {
  .grid--4col {
    grid-template-columns: repeat(2, 1fr);
  }
}

.flex {
  display: flex;
}
.flex--center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex--between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flex--column {
  flex-direction: column;
}
.flex--wrap {
  flex-wrap: wrap;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.js-fade-in {
  opacity: 0;
}
.js-fade-in.is-visible {
  animation: fadeInUp 0.8s ease forwards;
}
.js-fade-in.js-fade-in-deep.is-visible {
  animation: fadeInUp 1.2s ease forwards;
}
.js-fade-in.js-fade-in-delay-short.is-visible {
  animation: fadeInUp 0.8s ease 0.2s forwards;
}
.js-fade-in.js-fade-in-delay-medium.is-visible {
  animation: fadeInUp 0.8s ease 0.4s forwards;
}
.js-fade-in.js-fade-in-delay-long.is-visible {
  animation: fadeInUp 0.8s ease 0.6s forwards;
}
.js-fade-in.js-fade-in-delay-after-title.is-visible {
  animation: fadeInUp 0.8s ease 0.3s forwards;
}

@keyframes slideInLeft {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes scaleIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.fv {
  position: relative;
  width: 100%;
  height: 46.3888888889vw;
  overflow: hidden;
  background-color: #000;
}
@media screen and (max-width: 450px) {
  .fv {
    height: 179.4871794872vw;
  }
}
.fv__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fv__video--pc {
  display: block;
}
@media screen and (max-width: 450px) {
  .fv__video--pc {
    display: none;
  }
}
.fv__video--sp {
  display: none;
}
@media screen and (max-width: 450px) {
  .fv__video--sp {
    display: block;
  }
}

.fv-award {
  padding: 2.0138888889vw 0 0 0;
  height: 4.7916666667vw;
  background-color: #252525;
  text-align: center;
}
@media screen and (max-width: 450px) {
  .fv-award {
    padding: 0;
    height: 12.8205128205vw;
    display: flex;
    align-items: center;
  }
}
.fv-award__inner {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 2.7777777778vw;
}
@media screen and (max-width: 450px) {
  .fv-award__inner {
    padding: 0 5.1282051282vw;
  }
}
.fv-award__content {
  font-size: 1.1111111111vw;
  font-weight: 200;
  font-family: "Inter", sans-serif;
  letter-spacing: 0.02em;
  color: #f9f9f9;
}
@media screen and (max-width: 450px) {
  .fv-award__content {
    font-size: 3.3333333333vw;
  }
}
.fv-award__link {
  font-weight: 200;
  position: relative;
  transition: opacity 0.3s ease;
}
.fv-award__link:hover {
  opacity: 0.7;
}
.fv-award__link {
  text-underline-offset: 0.2083333333vw;
}
@media screen and (max-width: 450px) {
  .fv-award__link {
    text-underline-offset: 0.7692307692vw;
  }
}
.fv-award__link:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.1388888889vw;
  width: 100%;
  height: 1px;
  background: #f9f9f9;
  transform: scaleY(0.5);
  transform-origin: bottom;
}
@media screen and (max-width: 450px) {
  .fv-award__link:after {
    bottom: -0.5128205128vw;
    height: 0.1282051282vw;
    transform: scaleY(0.5);
    transform-origin: bottom;
  }
}
.fv-award__text {
  margin-left: 8px;
}

.concept {
  padding: 21.6666666667vw 0 13.1944444444vw;
  background-color: #f5f5f5;
}
@media screen and (max-width: 450px) {
  .concept {
    padding: 30.7692307692vw 0 20.5128205128vw;
  }
}
.concept__inner {
  width: 86.1111111111vw;
  margin: 0 auto;
}
@media screen and (max-width: 450px) {
  .concept__inner {
    width: 89.7435897436vw;
  }
}
@media screen and (max-width: 450px) {
  .concept__inner {
    width: 100%;
  }
}
.concept__head {
  text-align: center;
  margin-bottom: 5.5555555556vw;
}
@media screen and (max-width: 450px) {
  .concept__head {
    margin-bottom: 12.3076923077vw;
  }
}
@media screen and (max-width: 450px) {
  .concept__head {
    margin-bottom: 10.2564102564vw;
    margin-left: 3.8461538462vw;
  }
}
.concept__title {
  margin-bottom: 2.2222222222vw;
}
@media screen and (max-width: 450px) {
  .concept__title {
    margin-bottom: 2.5641025641vw;
  }
}
.concept__title-img {
  width: 17.3611111111vw;
}
@media screen and (max-width: 450px) {
  .concept__title-img {
    width: 44.8717948718vw;
  }
}
.concept__title-img img {
  width: 100%;
  height: auto;
}
.concept__lead-img {
  width: 32.1527777778vw;
}
@media screen and (max-width: 450px) {
  .concept__lead-img {
    width: 65.1282051282vw;
  }
}
.concept__lead-img img {
  width: 100%;
  height: auto;
}
.concept__grid {
  display: grid;
  grid-template-columns: 1fr;
}
.concept__item {
  overflow: hidden;
}
.concept__item img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.concept__item--01 {
  width: 42.3611111111vw;
  height: 27.7777777778vw;
  margin-left: auto;
  margin-top: -7.6388888889vw;
}
@media screen and (max-width: 450px) {
  .concept__item--01 {
    width: 80.5128205128vw;
    height: 56.4102564103vw;
    margin-left: 0;
    margin-top: 0;
  }
}
@media screen and (max-width: 450px) {
  .concept__item--01 {
    width: 80.5128205128vw;
    height: 56.4102564103vw;
    margin-left: auto;
    margin-top: 0;
    margin-right: 3.8461538462vw;
  }
}
.concept__item--01 img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.concept__item--02 {
  width: 27.7777777778vw;
  height: 39.1666666667vw;
  margin-top: -14.5833333333vw;
}
@media screen and (max-width: 450px) {
  .concept__item--02 {
    width: 60.7692307692vw;
    height: 85.1282051282vw;
    margin-top: 5.1282051282vw;
    margin-left: 3.8461538462vw;
  }
}
.concept__item--02 img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.concept__item--03 {
  width: 49.7222222222vw;
  height: 24.5833333333vw;
  margin-top: -13.8888888889vw;
  margin-left: auto;
}
@media screen and (max-width: 450px) {
  .concept__item--03 {
    width: 100vw;
    height: 49.2307692308vw;
    margin-left: 0;
    margin-top: 5.1282051282vw;
  }
}
@media screen and (max-width: 450px) {
  .concept__item--03 {
    width: 100vw;
    height: 49.2307692308vw;
    margin-left: 0;
    margin-top: 6.1538461538vw;
  }
}
.concept__item--03 img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.concept__item--04 {
  width: 21.875vw;
  height: 20.4861111111vw;
  margin-left: 10.2083333333vw;
  margin-top: -3.8194444444vw;
}
@media screen and (max-width: 450px) {
  .concept__item--04 {
    width: 61.0256410256vw;
    height: 56.9230769231vw;
    margin-left: 0;
    margin-top: 5.1282051282vw;
  }
}
@media screen and (max-width: 450px) {
  .concept__item--04 {
    width: 61.0256410256vw;
    height: 56.9230769231vw;
    margin-left: auto;
    margin-top: 6.1538461538vw;
    margin-right: 3.8461538462vw;
  }
}
.concept__item--04 img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.style {
  padding: 8.3333333333vw 0;
  background-color: #252525;
}
@media screen and (max-width: 450px) {
  .style {
    padding: 10.2564102564vw 0 8.2051282051vw 0;
    overflow: hidden;
    background-color: #f5f5f5;
  }
}
.style__inner {
  max-width: 100%;
}
@media screen and (max-width: 450px) {
  .style__inner {
    padding: 10.2564102564vw 0 0;
    background-color: #252525;
  }
}
.style__title {
  text-align: center;
  margin-bottom: 5.5555555556vw;
  padding: 0 2.7777777778vw;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 450px) {
  .style__title {
    margin-bottom: 10.2564102564vw;
    padding: 0 5.1282051282vw;
  }
}
@media screen and (max-width: 450px) {
  .style__title {
    margin-bottom: 8.2051282051vw;
    padding: 0 5.1282051282vw;
  }
}
.style__title-img {
  max-width: 10.9027777778vw;
  margin: 0 auto;
}
@media screen and (max-width: 450px) {
  .style__title-img {
    max-width: 27.9487179487vw;
  }
}
.style__title-img img {
  width: 100%;
  height: auto;
}
.style__slider {
  position: relative;
  overflow: hidden;
  padding: 2.0833333333vw 0;
  margin: -2.0833333333vw 0;
}
@media screen and (max-width: 450px) {
  .style__slider {
    padding: 12.8205128205vw 0;
    margin: -12.8205128205vw 0;
    touch-action: pan-x;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (max-width: 450px) {
  .style__slider {
    overflow: visible;
    padding: 12.8205128205vw 0;
    margin: -12.8205128205vw 0;
  }
}
.style__slider-wrapper {
  overflow: visible;
}
@media screen and (max-width: 450px) {
  .style__slider-wrapper {
    cursor: grab;
    user-select: none;
    -webkit-user-select: none;
  }
  .style__slider-wrapper:active {
    cursor: grabbing;
  }
}
@media screen and (max-width: 450px) {
  .style__slider-wrapper {
    overflow: visible;
  }
}
.style__slider-track {
  display: flex;
  gap: 1.3888888889vw;
  animation: slideLoop 30s linear infinite;
}
@media screen and (max-width: 450px) {
  .style__slider-track {
    gap: 4.1025641026vw;
    animation: slideLoopSp 25s linear infinite;
  }
}
@media screen and (max-width: 450px) {
  .style__slider-track {
    gap: 4.1025641026vw;
    animation: slideLoopSp450 50s linear infinite;
    padding-left: 0;
  }
}
.style__slider-track:hover {
  animation-play-state: paused;
}
.style__slide {
  flex-shrink: 0;
  width: 20.4861111111vw;
  height: 20.4861111111vw;
  position: relative;
  transition: transform 0.4s ease, z-index 0s;
}
@media screen and (max-width: 450px) {
  .style__slide {
    width: 41.0256410256vw;
    height: 41.0256410256vw;
    transition: transform 0.4s ease, z-index 0s;
  }
}
.style__slide-img {
  width: 100%;
  height: 100%;
  border-radius: 0;
  overflow: hidden;
}
@media screen and (max-width: 450px) {
  .style__slide-img {
    border-radius: 1.0256410256vw;
  }
}
@media screen and (max-width: 450px) {
  .style__slide-img {
    border-radius: 0;
  }
}
.style__slide-img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  cursor: pointer;
  pointer-events: none;
  user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
}
.style__slide:hover {
  transform: scale(1.2);
  z-index: 10;
}
@media screen and (max-width: 450px) {
  .style__slide:hover {
    transform: none;
  }
}
.style__slide.is-active {
  transform: scale(1.2);
  z-index: 10;
}
.style__pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5555555556vw;
  margin-top: 5.5555555556vw;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 450px) {
  .style__pagination {
    gap: 3.0769230769vw;
    margin-top: 6.1538461538vw;
  }
}
@media screen and (max-width: 450px) {
  .style__pagination {
    gap: 0.5128205128vw;
    margin-top: 8.2051282051vw;
  }
}
.style__pagination-dot {
  width: 2.7777777778vw;
  height: 0.2083333333vw;
  background-color: #757575;
  transition: 0.3s ease;
  cursor: pointer;
}
@media screen and (max-width: 450px) {
  .style__pagination-dot {
    width: 5.3846153846vw;
    height: 0.3846153846vw;
  }
}
.style__pagination-dot:hover, .style__pagination-dot.is-active {
  background-color: #f9f9f9;
}

@keyframes slideLoop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-109.375vw);
  }
}
@keyframes slideLoopSp {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-353.8461538462vw);
  }
}
@media screen and (max-width: 450px) {
  @keyframes slideLoopSp450 {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-276.9230769231vw);
    }
  }
}
.salon {
  padding: 13.8888888889vw 0 0 0;
  background-color: #f5f5f5;
}
@media screen and (max-width: 450px) {
  .salon {
    padding: 30.7692307692vw 0 0 0;
  }
}
.salon__inner {
  width: 86.1111111111vw;
  margin: 0 auto;
}
.salon__title {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 5.5555555556vw;
  width: 11.9444444444vw;
}
@media screen and (max-width: 450px) {
  .salon__title {
    margin-bottom: 12.3076923077vw;
    width: 31.0256410256vw;
  }
}
.salon__title img {
  width: 100%;
}
.salon__item-wrap {
  display: flex;
  justify-content: space-between;
  gap: 3.3333333333vw;
}
@media screen and (max-width: 450px) {
  .salon__item-wrap {
    flex-direction: column;
  }
}
.salon__item {
  display: flex;
  gap: 0.8333333333vw;
  align-items: center;
  margin-bottom: 5.5555555556vw;
  flex-direction: column;
}
@media screen and (max-width: 450px) {
  .salon__item {
    flex-direction: column;
    gap: 2.5641025641vw;
    margin-bottom: 12.3076923077vw;
  }
}
.salon__item:last-child {
  margin-bottom: 0;
}
.salon__item > div {
  flex: 1;
  width: 39.5833333333vw;
  height: 27.7777777778vw;
}
@media screen and (max-width: 450px) {
  .salon__item > div {
    width: 92.3076923077vw;
    height: 65.641025641vw;
  }
}
.salon__item-img img {
  width: 100%;
  height: auto;
}
.salon__item-title {
  margin: 0 auto;
  margin-bottom: 2.7777777778vw;
}
@media screen and (max-width: 450px) {
  .salon__item-title {
    margin-bottom: 6.1538461538vw;
    text-align: center;
  }
}
.salon__item-title--harajuku {
  width: 13.4027777778vw;
}
@media screen and (max-width: 450px) {
  .salon__item-title--harajuku {
    width: 41.2820512821vw;
  }
}
.salon__item-title--ginza {
  width: 6.9444444444vw;
}
@media screen and (max-width: 450px) {
  .salon__item-title--ginza {
    width: 21.2820512821vw;
  }
}
.salon__item-content-link {
  display: flex;
  gap: 1.6666666667vw;
}
@media screen and (max-width: 450px) {
  .salon__item-content-link {
    gap: 4.1025641026vw;
  }
}
.salon__item-content-link a {
  flex: 1;
  display: block;
  transition: 0.3s ease;
}
@media screen and (max-width: 450px) {
  .salon__item-content-link a {
    width: 32.8205128205vw;
  }
}
.salon__item-content-link a:hover {
  transform: translateY(-0.2777777778vw);
}
@media screen and (max-width: 450px) {
  .salon__item-content-link a:hover {
    transform: none;
  }
}
.salon__item-content-link a img {
  width: 100%;
  height: auto;
}
.salon__item-content-map-img {
  margin: 0 auto;
  width: 6.0416666667vw;
  padding-top: 1.1111111111vw;
  position: relative;
}
@media screen and (max-width: 450px) {
  .salon__item-content-map-img {
    width: 16.9230769231vw;
    padding-top: 3.0769230769vw;
  }
}
.salon__item-content-map-img::before {
  content: "";
  position: absolute;
  top: 0.5555555556vw;
  left: 50%;
  transform: translateX(-50%);
  width: 13.8888888889vw;
  height: 1px;
  background-color: #252525;
}
@media screen and (max-width: 450px) {
  .salon__item-content-map-img::before {
    top: 1.5384615385vw;
    width: 32.8205128205vw;
  }
}
.salon__item-content-reserve-img {
  margin: 0 auto;
  width: 10.4861111111vw;
  padding-top: 1.1111111111vw;
  position: relative;
}
@media screen and (max-width: 450px) {
  .salon__item-content-reserve-img {
    width: 30vw;
    padding-top: 3.0769230769vw;
  }
}
.salon__item-content-reserve-img::before {
  content: "";
  position: absolute;
  top: 0.5555555556vw;
  left: 50%;
  transform: translateX(-50%);
  width: 13.8888888889vw;
  height: 1px;
  background-color: #252525;
}
@media screen and (max-width: 450px) {
  .salon__item-content-reserve-img::before {
    top: 1.5384615385vw;
    width: 32.8205128205vw;
  }
}

.staff {
  padding: 8.3333333333vw 0 20.1388888889vw 0;
  background-color: #f5f5f5;
}
@media screen and (max-width: 450px) {
  .staff {
    padding: 30.7692307692vw 0;
  }
}
.staff__inner {
  width: 86.1111111111vw;
  margin: 0 auto;
}
@media screen and (max-width: 450px) {
  .staff__inner {
    width: 100%;
    padding: 0 3.8461538462vw;
  }
}
.staff__title {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 5.5555555556vw;
  width: 10.9722222222vw;
}
@media screen and (max-width: 450px) {
  .staff__title {
    margin-bottom: 10.2564102564vw;
    width: 29.4871794872vw;
  }
}
.staff__content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.6666666667vw;
}
@media screen and (max-width: 450px) {
  .staff__content {
    grid-template-columns: 1fr;
    gap: 6.9230769231vw;
  }
}
.staff__content-link {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  transition: background-color 0.6s ease, border-color 0.6s ease;
  background-color: #252525;
  width: 27.7083333333vw;
  height: 5.5555555556vw;
  border: 0.1388888889vw solid transparent;
}
@media screen and (max-width: 450px) {
  .staff__content-link {
    width: 92.3076923077vw;
    height: 18.4615384615vw;
    border-width: 0.5128205128vw;
  }
}
.staff__content-link:hover {
  background-color: #fff;
  border-color: #252525;
}
.staff__content-link:hover img {
  filter: invert(1);
}
.staff__content-link img {
  width: 100%;
  height: auto;
  display: block;
  transition: filter 0.6s ease;
}
.staff__content-link-img--harajyuku {
  width: 13.4027777778vw;
}
@media screen and (max-width: 450px) {
  .staff__content-link-img--harajyuku {
    width: 41.2820512821vw;
  }
}
.staff__content-link-img--ginza {
  width: 6.9444444444vw;
}
@media screen and (max-width: 450px) {
  .staff__content-link-img--ginza {
    width: 19.2307692308vw;
  }
}
.staff__content-link-img--all {
  width: 3.6805555556vw;
}
@media screen and (max-width: 450px) {
  .staff__content-link-img--all {
    width: 10.2564102564vw;
  }
}

.recruit {
  padding: 6.9444444444vw 0 11.1111111111vw 0;
  border-top: 1px solid #252525;
  border-bottom: 1px solid #252525;
  background-color: #f5f5f5;
}
@media screen and (max-width: 450px) {
  .recruit {
    padding: 30.7692307692vw 0;
  }
}
.recruit__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2.7777777778vw;
}
@media screen and (max-width: 450px) {
  .recruit__inner {
    padding: 0;
  }
}
.recruit__title {
  margin: 0 auto;
  text-align: center;
  margin-bottom: 4.5138888889vw;
  width: 16.25vw;
}
@media screen and (max-width: 450px) {
  .recruit__title {
    margin-bottom: 10.2564102564vw;
    width: 41.7948717949vw;
  }
}
.recruit__content {
  width: 42.3611111111vw;
  height: 26.6666666667vw;
  margin: 0 auto;
  background-image: url(../../assets/img/recruit_content_img.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 450px) {
  .recruit__content {
    width: 92.3076923077vw;
    height: 58.2051282051vw;
  }
}
.recruit__content-link-wrap {
  display: flex;
  position: relative;
  top: 7.7083333333vw;
  gap: 4.1666666667vw;
  justify-content: center;
}
@media screen and (max-width: 450px) {
  .recruit__content-link-wrap {
    top: 16.6666666667vw;
    gap: 12.3076923077vw;
  }
}
.recruit__content-link-wrap:before {
  content: "";
  position: absolute;
  top: -1.3888888889vw;
  left: 50%;
  transform: translateX(-50%);
  width: 0.0347222222vw;
  height: 8.3333333333vw;
  background-color: #252525;
}
@media screen and (max-width: 450px) {
  .recruit__content-link-wrap:before {
    top: -1.0256410256vw;
    width: 0.1282051282vw;
    height: 12.3076923077vw;
  }
}
.recruit__content-link {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.1111111111vw;
  font-weight: 300;
  width: 15vw;
  height: 5.5555555556vw;
  background-color: #fff;
  color: #252525;
  transition: background-color 0.6s ease, color 0.6s ease;
  font-family: "Noto Sans JP";
  letter-spacing: 0.02em;
}
@media screen and (max-width: 450px) {
  .recruit__content-link {
    font-size: 3.5897435897vw;
    width: 30.7692307692vw;
    height: 10.2564102564vw;
  }
}
.recruit__content-link:hover {
  background-color: #252525;
  color: #fff;
}

.staff-archive {
  padding: 11.1111111111vw 0 13.8888888889vw;
  background-color: #fff;
}
@media screen and (max-width: 450px) {
  .staff-archive {
    padding: 39.4871794872vw 0 27.1794871795vw;
  }
}
.staff-archive__container {
  max-width: 83.3333333333vw;
  margin: 0 auto;
  padding: 0 2.7777777778vw;
}
@media screen and (max-width: 450px) {
  .staff-archive__container {
    padding: 0 3.8461538462vw;
    max-width: 100%;
  }
}
.staff-archive__container > :first-child {
  margin-bottom: 14.3055555556vw;
}
@media screen and (max-width: 450px) {
  .staff-archive__container > :first-child {
    margin-bottom: 22.0512820513vw;
  }
}
.staff-archive__store-section {
  margin-bottom: 8.3333333333vw;
  scroll-margin-top: 10.4166666667vw;
}
@media screen and (max-width: 450px) {
  .staff-archive__store-section {
    margin-bottom: 20.5128205128vw;
    scroll-margin-top: 25.641025641vw;
  }
}
.staff-archive__store-section:last-child {
  margin-bottom: 0;
}
.staff-archive__store-title {
  font-size: 3.4722222222vw;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  letter-spacing: 0.1em;
  margin-bottom: 4.1666666667vw;
  color: #000;
  padding-left: 2.7777777778vw;
}
@media screen and (max-width: 450px) {
  .staff-archive__store-title {
    font-size: 6.1538461538vw;
    margin-bottom: 6.1538461538vw;
    padding-left: 0vw;
  }
}
.staff-archive__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 2.7777777778vw;
}
@media screen and (max-width: 450px) {
  .staff-archive__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.0512820513vw;
  }
}
.staff-archive__item {
  background-color: #fff;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.staff-archive__item:hover {
  transform: translateY(-0.3472222222vw);
  box-shadow: 0 0.6944444444vw 2.0833333333vw rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 450px) {
  .staff-archive__item:hover {
    transform: none;
  }
}
.staff-archive__link {
  display: block;
  text-decoration: none;
  color: inherit;
  position: relative;
}
.staff-archive__thumbnail {
  position: relative;
  width: 15vw;
  height: 22.2222222222vw;
  overflow: hidden;
  background-color: #f5f5f5;
}
@media screen and (max-width: 450px) {
  .staff-archive__thumbnail {
    width: 45.1282051282vw;
    height: 63.5897435897vw;
  }
}
.staff-archive__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.staff-archive__placeholder-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #999;
  font-size: 0.9722222222vw;
}
@media screen and (max-width: 450px) {
  .staff-archive__placeholder-text {
    font-size: 3.0769230769vw;
  }
}
.staff-archive__info {
  padding: 0.5555555556vw 1.1111111111vw;
  position: absolute;
  top: 13.6805555556vw;
  right: 0;
  width: 12.7777777778vw;
  height: 4.1666666667vw;
  background-color: rgba(255, 255, 255, 0.6);
  text-align: end;
}
@media screen and (max-width: 450px) {
  .staff-archive__info {
    padding: 1.0256410256vw 2.5641025641vw;
    top: 41.0256410256vw;
    width: 36.9230769231vw;
    height: 12.3076923077vw;
  }
}
.staff-archive__name {
  font-size: 1.3888888889vw;
  font-weight: 300;
  margin-bottom: 0.2777777778vw;
  color: #252525;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.2em;
  margin-right: -0.2777777778vw;
}
@media screen and (max-width: 450px) {
  .staff-archive__name {
    font-size: 4.1025641026vw;
    margin-bottom: 0.5128205128vw;
  }
}
.staff-archive__name-part {
  letter-spacing: 0.2em;
}
.staff-archive__name-space {
  letter-spacing: 0;
  margin: 0 0.1388888889vw;
}
@media screen and (max-width: 450px) {
  .staff-archive__name-space {
    margin: 0 0.2564102564vw;
  }
}
.staff-archive__position, .staff-archive__store {
  font-size: 0.5555555556vw;
  color: #666666;
  margin-bottom: 0.3472222222vw;
  color: #252525;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
}
@media screen and (max-width: 450px) {
  .staff-archive__position, .staff-archive__store {
    font-size: 2.0512820513vw;
    margin-bottom: 0.7692307692vw;
  }
}
.staff-archive__excerpt {
  font-size: 0.9027777778vw;
  line-height: 1.6;
  color: #666666;
  margin-top: 0.6944444444vw;
}
@media screen and (max-width: 450px) {
  .staff-archive__excerpt {
    font-size: 2.8205128205vw;
    margin-top: 2.0512820513vw;
  }
}
.staff-archive__no-posts {
  text-align: center;
  padding: 4.1666666667vw 0;
}
@media screen and (max-width: 450px) {
  .staff-archive__no-posts {
    padding: 10.2564102564vw 0;
  }
}
.staff-archive__no-posts p {
  font-size: 1.1111111111vw;
  color: #666666;
}
@media screen and (max-width: 450px) {
  .staff-archive__no-posts p {
    font-size: 3.5897435897vw;
  }
}

.staff-detail__article {
  padding: 11.1111111111vw 0 3.8888888889vw;
  background-color: #fff;
}
.staff-detail__container {
  max-width: 65vw;
  margin: 0 auto;
}
@media screen and (max-width: 450px) {
  .staff-detail__container {
    max-width: 100%;
    padding: 0 6.4102564103vw;
  }
}
.staff-detail__main {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 1.6666666667vw;
  margin-bottom: 3.8888888889vw;
}
@media screen and (max-width: 450px) {
  .staff-detail__main {
    flex-direction: column;
    gap: 8.2051282051vw;
    margin-bottom: 10.2564102564vw;
  }
}
.staff-detail__image-wrap {
  position: relative;
  width: 27.7777777778vw;
  height: 37.0138888889vw;
}
@media screen and (max-width: 450px) {
  .staff-detail__image-wrap {
    width: 61.5384615385vw;
    height: 82.3076923077vw;
    margin: 0 auto;
  }
}
.staff-detail__image {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
.staff-detail__image-placeholder {
  width: 100%;
  aspect-ratio: 3/4;
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.staff-detail__image-placeholder p {
  color: #999;
  font-size: 1.1111111111vw;
}
@media screen and (max-width: 450px) {
  .staff-detail__image-placeholder p {
    font-size: 3.5897435897vw;
  }
}
.staff-detail__info {
  width: 35.5555555556vw;
}
@media screen and (max-width: 450px) {
  .staff-detail__info {
    width: 100%;
  }
}
.staff-detail__name-area {
  margin-bottom: 1.3888888889vw;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 450px) {
  .staff-detail__name-area {
    margin-bottom: 2.0512820513vw;
    flex-direction: column;
    align-items: self-start;
  }
}
.staff-detail__name {
  display: flex;
  align-items: flex-end;
  gap: 0.8333333333vw;
  color: #000;
}
@media screen and (max-width: 450px) {
  .staff-detail__name {
    gap: 2.5641025641vw;
    margin-bottom: 6.1538461538vw;
  }
}
.staff-detail__name-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  line-height: 1;
}
@media screen and (max-width: 450px) {
  .staff-detail__name-block {
    gap: 0;
  }
}
.staff-detail .staff-detail__furigana {
  font-size: 0.6944444444vw;
  font-weight: 300;
  letter-spacing: 0.3em;
  color: #000;
  text-align: center;
  white-space: nowrap;
  padding-right: 0.8333333333vw;
  margin-bottom: 0.6944444444vw;
}
@media screen and (max-width: 450px) {
  .staff-detail .staff-detail__furigana {
    font-size: 2.5641025641vw;
    margin-bottom: 2.5641025641vw;
  }
}
.staff-detail__name-text {
  font-size: 2.7777777778vw;
  font-weight: 300;
  letter-spacing: 0.2em;
  color: #000;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 450px) {
  .staff-detail__name-text {
    font-size: 6.1538461538vw;
  }
}
.staff-detail__instagram-wrapper {
  display: inline-flex;
  width: 1.6666666667vw;
  height: 1.6666666667vw;
  transition: opacity 0.3s ease;
  margin-bottom: -0.2083333333vw;
}
@media screen and (max-width: 450px) {
  .staff-detail__instagram-wrapper {
    width: 5.1282051282vw;
    height: 5.1282051282vw;
    margin-bottom: -0.7692307692vw;
  }
}
.staff-detail__instagram-wrapper.is-hidden {
  opacity: 0;
  pointer-events: none;
}
.staff-detail__instagram-wrapper.is-visible {
  opacity: 1;
}
.staff-detail__instagram {
  display: inline-flex;
  width: 100%;
  height: 100%;
}
.staff-detail__instagram img {
  width: 100%;
  height: 100%;
}
.staff-detail__store {
  font-size: 1.3888888889vw;
  font-weight: 300;
  letter-spacing: 0.3em;
  color: #000;
  margin-left: auto;
  line-height: 0.8;
}
@media screen and (max-width: 450px) {
  .staff-detail__store {
    font-size: 3.5897435897vw;
    margin-left: unset;
  }
}
.staff-detail__info-block {
  background-color: #F5F5F5;
  padding: 1.6666666667vw 1.1111111111vw;
  margin-bottom: 0.5555555556vw;
  height: 14.9305555556vw;
}
@media screen and (max-width: 450px) {
  .staff-detail__info-block {
    padding: 0vw;
    margin-bottom: 4.1025641026vw;
    height: auto;
    background-color: #fff;
  }
}
.staff-detail__meta-list {
  display: flex;
  flex-direction: column;
  gap: 0.3472222222vw;
  margin-bottom: 1.6666666667vw;
}
@media screen and (max-width: 450px) {
  .staff-detail__meta-list {
    gap: 1.0256410256vw;
    margin-bottom: 5.1282051282vw;
  }
}
.staff-detail__meta-item {
  font-size: 0.8333333333vw;
  font-weight: 300;
  font-family: "Noto Sans JP", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  letter-spacing: 0.2em;
  color: #333;
}
@media screen and (max-width: 450px) {
  .staff-detail__meta-item {
    font-size: 3.0769230769vw;
  }
}
.staff-detail__profile {
  font-size: 1.1111111111vw;
  font-weight: 300;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.04em;
  line-height: 1.5;
  color: #333;
}
@media screen and (max-width: 450px) {
  .staff-detail__profile {
    font-size: 3.0769230769vw;
    background-color: #f5f5f5;
    height: auto;
    padding: 4.1025641026vw;
    font-weight: 400;
  }
}
.staff-detail__profile-note {
  font-size: 0.8333333333vw;
}
@media screen and (max-width: 450px) {
  .staff-detail__profile-note {
    font-size: 2.5641025641vw;
  }
}
.staff-detail__private {
  background-color: #F5F5F5;
  padding: 1.6666666667vw 1.1111111111vw;
  margin-bottom: 0.5555555556vw;
  height: 10vw;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
}
@media screen and (max-width: 450px) {
  .staff-detail__private {
    padding: 4.1025641026vw;
    margin-bottom: 4.1025641026vw;
    height: auto;
    font-weight: 400;
  }
}
.staff-detail__private-title {
  font-size: 1.1111111111vw;
  font-weight: 300;
  font-family: "Noto Sans JP", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #333;
  margin-bottom: 0.6944444444vw;
}
@media screen and (max-width: 450px) {
  .staff-detail__private-title {
    font-size: 3.0769230769vw;
    margin-bottom: 2.0512820513vw;
  }
}
.staff-detail__private-text {
  font-size: 1.1111111111vw;
  font-weight: 300;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.04em;
  line-height: 1.5;
  color: #333;
}
@media screen and (max-width: 450px) {
  .staff-detail__private-text {
    font-size: 3.0769230769vw;
    font-weight: 400;
  }
}
.staff-detail__reservation-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35.5555555556vw;
  height: 5.5555555556vw;
  max-width: 100%;
  background-color: #666;
  color: #fff;
  font-size: 1.1111111111vw;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.1em;
  transition: background-color 0.3s ease;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 450px) {
  .staff-detail__reservation-btn {
    width: 100%;
    height: 16.4102564103vw;
    font-size: 5.1282051282vw;
  }
}
.staff-detail__reservation-btn:hover {
  background-color: #555;
}
.staff-detail__gallery {
  margin-bottom: 4.1666666667vw;
}
@media screen and (max-width: 450px) {
  .staff-detail__gallery {
    display: none;
  }
}
.staff-detail__gallery-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.0416666667vw;
}
.staff-detail__gallery-item {
  aspect-ratio: 1;
  overflow: hidden;
  background-color: #f5f5f5;
  width: 11.6666666667vw;
  height: 16.6666666667vw;
}
.staff-detail__gallery-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}
.staff-detail__gallery-image:hover {
  transform: scale(1.05);
}
.staff-detail__back {
  width: 65vw;
  margin: 0 auto;
}
@media screen and (max-width: 450px) {
  .staff-detail__back {
    width: 100%;
    padding: 0 6.4102564103vw;
  }
}
.staff-detail__back-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5555555556vw;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #333;
  text-decoration: none;
  transition: opacity 0.3s ease;
  width: 7.3611111111vw;
  height: 2.0138888889vw;
}
@media screen and (max-width: 450px) {
  .staff-detail__back-link {
    width: 20.5128205128vw;
    height: 6.1538461538vw;
    gap: 1.5384615385vw;
    font-size: 3.3333333333vw;
  }
}
.staff-detail__back-link:hover {
  opacity: 0.7;
}
.staff-detail__back-link img {
  width: 100%;
  height: 100%;
}

.recruit-staff-archive {
  padding: 6.9444444444vw 0;
  background-color: #f5f5f5;
}
@media screen and (max-width: 450px) {
  .recruit-staff-archive {
    padding: 15.3846153846vw 0;
  }
}
.recruit-staff-archive__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2.7777777778vw;
}
@media screen and (max-width: 450px) {
  .recruit-staff-archive__container {
    padding: 0 5.1282051282vw;
  }
}
.recruit-staff-archive__header {
  text-align: center;
  margin-bottom: 4.1666666667vw;
}
@media screen and (max-width: 450px) {
  .recruit-staff-archive__header {
    margin-bottom: 10.2564102564vw;
  }
}
.recruit-staff-archive__title {
  font-size: 3.3333333333vw;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  margin-bottom: 1.3888888889vw;
}
@media screen and (max-width: 450px) {
  .recruit-staff-archive__title {
    font-size: 8.2051282051vw;
    margin-bottom: 3.8461538462vw;
  }
}
.recruit-staff-archive__description {
  font-size: 1.1111111111vw;
  color: #666666;
}
@media screen and (max-width: 450px) {
  .recruit-staff-archive__description {
    font-size: 3.5897435897vw;
  }
}
.recruit-staff-archive__filter {
  margin-bottom: 2.7777777778vw;
  padding: 1.3888888889vw;
  background-color: #fff;
  border-radius: 8px;
}
@media screen and (max-width: 450px) {
  .recruit-staff-archive__filter {
    margin-bottom: 7.6923076923vw;
    padding: 3.8461538462vw;
  }
}
.recruit-staff-archive__filter-label {
  font-size: 0.9722222222vw;
  font-weight: 500;
  margin-bottom: 1.0416666667vw;
}
@media screen and (max-width: 450px) {
  .recruit-staff-archive__filter-label {
    font-size: 3.3333333333vw;
    margin-bottom: 2.5641025641vw;
  }
}
.recruit-staff-archive__filter-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6944444444vw;
}
@media screen and (max-width: 450px) {
  .recruit-staff-archive__filter-buttons {
    gap: 2.0512820513vw;
  }
}
.recruit-staff-archive__filter-btn {
  padding: 0.5555555556vw 1.3888888889vw;
  font-size: 0.9722222222vw;
  background-color: #f5f5f5;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 450px) {
  .recruit-staff-archive__filter-btn {
    padding: 1.5384615385vw 3.8461538462vw;
    font-size: 3.0769230769vw;
  }
}
.recruit-staff-archive__filter-btn:hover {
  background-color: #e0e0e0;
}
.recruit-staff-archive__filter-btn.is-active {
  background-color: #000000;
  color: #fff;
  border-color: #000000;
}
.recruit-staff-archive__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(27.7777777778vw, 1fr));
  gap: 2.7777777778vw;
}
@media screen and (max-width: 450px) {
  .recruit-staff-archive__grid {
    grid-template-columns: 1fr;
    gap: 7.6923076923vw;
  }
}
.recruit-staff-archive__item {
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.recruit-staff-archive__item:hover {
  transform: translateY(-0.3472222222vw);
  box-shadow: 0 0.6944444444vw 2.0833333333vw rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 450px) {
  .recruit-staff-archive__item:hover {
    transform: none;
  }
}
.recruit-staff-archive__link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.recruit-staff-archive__thumbnail {
  position: relative;
  width: 100%;
  padding-top: 66.67%;
  overflow: hidden;
  background-color: #f5f5f5;
}
.recruit-staff-archive__thumbnail--placeholder {
  background-color: #e0e0e0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.recruit-staff-archive__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.recruit-staff-archive__placeholder-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #999;
  font-size: 0.9722222222vw;
}
@media screen and (max-width: 450px) {
  .recruit-staff-archive__placeholder-text {
    font-size: 3.0769230769vw;
  }
}
.recruit-staff-archive__info {
  padding: 1.7361111111vw;
}
@media screen and (max-width: 450px) {
  .recruit-staff-archive__info {
    padding: 5.1282051282vw;
  }
}
.recruit-staff-archive__name {
  font-size: 1.3888888889vw;
  font-weight: 500;
  margin-bottom: 0.6944444444vw;
}
@media screen and (max-width: 450px) {
  .recruit-staff-archive__name {
    font-size: 4.1025641026vw;
    margin-bottom: 2.0512820513vw;
  }
}
.recruit-staff-archive__category {
  font-size: 0.9027777778vw;
  color: #666666;
  margin-bottom: 0.5555555556vw;
}
@media screen and (max-width: 450px) {
  .recruit-staff-archive__category {
    font-size: 3.0769230769vw;
    margin-bottom: 1.5384615385vw;
  }
}
.recruit-staff-archive__excerpt {
  font-size: 0.9722222222vw;
  line-height: 1.7;
  color: #666666;
  margin-bottom: 1.0416666667vw;
}
@media screen and (max-width: 450px) {
  .recruit-staff-archive__excerpt {
    font-size: 3.3333333333vw;
    margin-bottom: 3.0769230769vw;
  }
}
.recruit-staff-archive__read-more {
  font-size: 0.9722222222vw;
  color: #000000;
  font-weight: 500;
}
@media screen and (max-width: 450px) {
  .recruit-staff-archive__read-more {
    font-size: 3.3333333333vw;
  }
}
.recruit-staff-archive__no-posts {
  text-align: center;
  padding: 4.1666666667vw 0;
}
@media screen and (max-width: 450px) {
  .recruit-staff-archive__no-posts {
    padding: 10.2564102564vw 0;
  }
}
.recruit-staff-archive__no-posts p {
  font-size: 1.1111111111vw;
  color: #666666;
}
@media screen and (max-width: 450px) {
  .recruit-staff-archive__no-posts p {
    font-size: 3.5897435897vw;
  }
}

.recruit-staff-detail {
  padding: 8.3333333333vw 0 5.5555555556vw;
  background-color: #fff;
}
@media screen and (max-width: 450px) {
  .recruit-staff-detail {
    padding: 20.5128205128vw 0 15.3846153846vw;
  }
}
.recruit-staff-detail__container {
  max-width: 69.4444444444vw;
  margin: 0 auto;
  padding: 0 2.7777777778vw;
}
@media screen and (max-width: 450px) {
  .recruit-staff-detail__container {
    padding: 0 5.1282051282vw;
  }
}
.recruit-staff-detail__thumbnail {
  width: 100%;
  margin-bottom: 3.4722222222vw;
}
@media screen and (max-width: 450px) {
  .recruit-staff-detail__thumbnail {
    margin-bottom: 10.2564102564vw;
  }
}
.recruit-staff-detail__image {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
.recruit-staff-detail__image-placeholder {
  width: 100%;
  aspect-ratio: 16/9;
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.recruit-staff-detail__image-placeholder p {
  color: #999;
  font-size: 1.1111111111vw;
}
@media screen and (max-width: 450px) {
  .recruit-staff-detail__image-placeholder p {
    font-size: 3.5897435897vw;
  }
}
.recruit-staff-detail__content {
  max-width: 55.5555555556vw;
  margin: 0 auto;
}
@media screen and (max-width: 450px) {
  .recruit-staff-detail__content {
    max-width: 100%;
  }
}
.recruit-staff-detail__header {
  text-align: center;
  margin-bottom: 2.7777777778vw;
  padding-bottom: 2.0833333333vw;
  border-bottom: 1px solid #e0e0e0;
}
@media screen and (max-width: 450px) {
  .recruit-staff-detail__header {
    margin-bottom: 7.6923076923vw;
    padding-bottom: 6.4102564103vw;
  }
}
.recruit-staff-detail__title {
  font-size: 2.2222222222vw;
  font-weight: 500;
  margin-bottom: 1.0416666667vw;
}
@media screen and (max-width: 450px) {
  .recruit-staff-detail__title {
    font-size: 6.1538461538vw;
    margin-bottom: 3.0769230769vw;
  }
}
.recruit-staff-detail__meta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6944444444vw;
  font-size: 0.9722222222vw;
  color: #666666;
}
@media screen and (max-width: 450px) {
  .recruit-staff-detail__meta {
    font-size: 3.3333333333vw;
    gap: 2.0512820513vw;
  }
}
.recruit-staff-detail__category-label {
  font-weight: 500;
}
.recruit-staff-detail__excerpt {
  font-size: 1.1111111111vw;
  line-height: 1.8;
  margin-bottom: 2.7777777778vw;
  padding: 1.7361111111vw;
  background-color: #f9f9f9;
  border-left: 3px solid #000000;
}
@media screen and (max-width: 450px) {
  .recruit-staff-detail__excerpt {
    font-size: 3.8461538462vw;
    margin-bottom: 7.6923076923vw;
    padding: 5.1282051282vw;
  }
}
.recruit-staff-detail__body {
  font-size: 1.1111111111vw;
  line-height: 1.9;
  margin-bottom: 3.4722222222vw;
}
@media screen and (max-width: 450px) {
  .recruit-staff-detail__body {
    font-size: 3.8461538462vw;
    margin-bottom: 10.2564102564vw;
  }
}
.recruit-staff-detail__body p {
  margin-bottom: 1.7361111111vw;
}
@media screen and (max-width: 450px) {
  .recruit-staff-detail__body p {
    margin-bottom: 5.1282051282vw;
  }
}
.recruit-staff-detail__body h2, .recruit-staff-detail__body h3, .recruit-staff-detail__body h4 {
  margin-top: 2.7777777778vw;
  margin-bottom: 1.3888888889vw;
}
@media screen and (max-width: 450px) {
  .recruit-staff-detail__body h2, .recruit-staff-detail__body h3, .recruit-staff-detail__body h4 {
    margin-top: 7.6923076923vw;
    margin-bottom: 3.8461538462vw;
  }
}
.recruit-staff-detail__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 2.7777777778vw;
  border-top: 1px solid #e0e0e0;
}
@media screen and (max-width: 450px) {
  .recruit-staff-detail__footer {
    flex-direction: column;
    gap: 5.1282051282vw;
    padding-top: 7.6923076923vw;
  }
}
.recruit-staff-detail__back-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5555555556vw;
  font-size: 0.9722222222vw;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #000000;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 450px) {
  .recruit-staff-detail__back-link {
    gap: 1.5384615385vw;
    font-size: 3.3333333333vw;
  }
}
.recruit-staff-detail__back-link:hover {
  opacity: 0.7;
}
.recruit-staff-detail__back-link svg {
  width: 1.25vw;
  height: 1.25vw;
}
@media screen and (max-width: 450px) {
  .recruit-staff-detail__back-link svg {
    width: 4.1025641026vw;
    height: 4.1025641026vw;
  }
}
.recruit-staff-detail__edit-link {
  font-size: 0.9027777778vw;
}
@media screen and (max-width: 450px) {
  .recruit-staff-detail__edit-link {
    font-size: 3.0769230769vw;
  }
}
.recruit-staff-detail__edit-link a {
  color: #666666;
  text-decoration: underline;
}
.recruit-staff-detail__edit-link a:hover {
  color: #000000;
}

.recruit-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 4.7916666667vw;
  background-color: #252525;
  z-index: 1000;
}
@media screen and (max-width: 450px) {
  .recruit-header {
    height: 11.7948717949vw;
  }
}
.recruit-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 0 1.6666666667vw 0 2.6388888889vw;
  width: 100%;
}
@media screen and (max-width: 450px) {
  .recruit-header__inner {
    padding: 0 4.1025641026vw;
  }
}
.recruit-header__logo {
  width: 10vw;
  height: 2.2222222222vw;
}
@media screen and (max-width: 450px) {
  .recruit-header__logo {
    width: 23.0769230769vw;
    height: auto;
  }
}
.recruit-header__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.recruit-header__entry {
  margin-left: auto;
  height: 100%;
}
.recruit-header__entry-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15vw;
  height: 100%;
  background-color: #ffffff;
  color: #252525;
  font-size: 1.3888888889vw;
  font-weight: 200;
  font-family: "Inter", sans-serif;
  letter-spacing: 0.3em;
  line-height: 1;
  transition: 0.6s ease;
}
@media screen and (max-width: 450px) {
  .recruit-header__entry-btn {
    width: 34.8717948718vw;
    font-size: 4.6153846154vw;
  }
}
.recruit-header__entry-btn:hover {
  background-color: #252525;
  color: #ffffff;
}
.recruit-header__hamburger {
  width: 1.9444444444vw;
  height: 1.3888888889vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0;
  margin-left: 1.6666666667vw;
}
@media screen and (max-width: 450px) {
  .recruit-header__hamburger {
    width: 4.6153846154vw;
    height: 4.1025641026vw;
    margin-left: 4.1025641026vw;
  }
}
.recruit-header__hamburger:hover .recruit-header__hamburger-line {
  opacity: 0.7;
}
.recruit-header__hamburger-line {
  display: block;
  width: 100%;
  height: 0.1388888889vw;
  background-color: #ffffff;
  transition: 0.3s ease;
}
@media screen and (max-width: 450px) {
  .recruit-header__hamburger-line {
    height: 0.5128205128vw;
  }
}

.recruit-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #252525;
  z-index: 2000;
  display: none;
  overflow-y: auto;
}
.recruit-menu.is-open {
  display: block;
}
.recruit-menu__inner {
  padding: 8.3333333333vw 3.8888888889vw 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 450px) {
  .recruit-menu__inner {
    padding: 35.8974358974vw 4.1025641026vw 0;
    width: 67.1794871795vw;
    margin: 0 auto;
  }
}
.recruit-menu__close {
  position: absolute;
  top: 1.3888888889vw;
  right: 2.7777777778vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #ffffff;
}
@media screen and (max-width: 450px) {
  .recruit-menu__close {
    top: 3.8461538462vw;
    right: 5.1282051282vw;
  }
}
.recruit-menu__close-icon {
  font-size: 2.2222222222vw;
  line-height: 1;
}
@media screen and (max-width: 450px) {
  .recruit-menu__close-icon {
    font-size: 6.1538461538vw;
  }
}
.recruit-menu__close-text {
  font-size: 0.8333333333vw;
  margin-top: 0.2777777778vw;
}
@media screen and (max-width: 450px) {
  .recruit-menu__close-text {
    font-size: 2.5641025641vw;
  }
}
.recruit-menu__logo {
  text-align: center;
  margin-bottom: 8.3333333333vw;
}
@media screen and (max-width: 450px) {
  .recruit-menu__logo {
    margin-bottom: 20.5128205128vw;
  }
}
.recruit-menu__logo-main {
  width: 25vw;
  height: 5.2777777778vw;
}
@media screen and (max-width: 450px) {
  .recruit-menu__logo-main {
    width: 48.4615384615vw;
    height: 10.2564102564vw;
  }
}
.recruit-menu__logo-sub {
  font-size: 2.2222222222vw;
  font-weight: 200;
  font-family: "Inter", sans-serif;
  color: #ffffff;
  letter-spacing: 0.2em;
  margin-top: 0.5555555556vw;
  line-height: 1;
}
@media screen and (max-width: 450px) {
  .recruit-menu__logo-sub {
    font-size: 4.1025641026vw;
    margin-top: 1.0256410256vw;
  }
}
.recruit-menu__nav {
  display: flex;
  flex-direction: column;
  margin-bottom: 0vw;
}
@media screen and (max-width: 450px) {
  .recruit-menu__nav {
    margin-bottom: 15.3846153846vw;
  }
}
.recruit-menu__group {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  margin-bottom: 6.9444444444vw;
}
@media screen and (max-width: 450px) {
  .recruit-menu__group {
    flex-direction: column;
    margin-bottom: 0;
  }
}
.recruit-menu__group--first {
  width: 60.3472222222vw;
}
@media screen and (max-width: 450px) {
  .recruit-menu__group--first {
    width: 100%;
  }
}
.recruit-menu__group--second {
  width: 75.4861111111vw;
}
@media screen and (max-width: 450px) {
  .recruit-menu__group--second {
    width: 100%;
  }
}
.recruit-menu__group--third {
  width: 41.1805555556vw;
}
@media screen and (max-width: 450px) {
  .recruit-menu__group--third {
    width: 100%;
  }
}
.recruit-menu__item {
  display: flex;
  flex-direction: column;
  color: #ffffff;
  transition: 0.3s ease;
  align-items: center;
}
@media screen and (max-width: 450px) {
  .recruit-menu__item {
    align-items: flex-start;
    margin-bottom: 7.1794871795vw;
  }
}
.recruit-menu__item:hover {
  opacity: 0.7;
}
.recruit-menu__item-en {
  font-size: 2.2222222222vw;
  font-weight: 300;
  font-family: "Inter", sans-serif;
  color: #fff;
  letter-spacing: 0.15em;
  margin-bottom: 0.2777777778vw;
  line-height: 1;
}
@media screen and (max-width: 450px) {
  .recruit-menu__item-en {
    font-size: 6.1538461538vw;
  }
}
.recruit-menu__item-ja {
  font-size: 1.1111111111vw;
  font-weight: 300;
  letter-spacing: 0.15em;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 450px) {
  .recruit-menu__item-ja {
    font-size: 3.0769230769vw;
  }
}
.recruit-menu__entry {
  margin-left: auto;
  margin-bottom: 12.5vw;
  margin-right: 6.9444444444vw;
}
@media screen and (max-width: 450px) {
  .recruit-menu__entry {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 30.7692307692vw;
    width: 100%;
  }
}
.recruit-menu__entry-btn {
  display: inline-block;
  padding: 0.5555555556vw 6.25vw;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 2.2222222222vw;
  font-weight: 200;
  letter-spacing: 0.1em;
  transition: 0.6s ease;
  font-family: "Inter", sans-serif;
  width: 18.3333333333vw;
  height: 5vw;
}
@media screen and (max-width: 450px) {
  .recruit-menu__entry-btn {
    padding: 3.0769230769vw 15.3846153846vw;
    font-size: 6.1538461538vw;
    height: 16.4102564103vw;
    width: 100%;
    text-align: center;
  }
}
.recruit-menu__entry-btn:hover {
  background-color: #ffffff;
  color: #252525;
}

.recruit-main {
  padding-top: 4.7916666667vw;
  background-color: #f9f9f9;
  overflow-x: hidden;
}
@media screen and (max-width: 450px) {
  .recruit-main {
    padding-top: 11.7948717949vw;
  }
}

.recruit-fv {
  width: 100%;
  height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.recruit-fv__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.recruit-fv__video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.recruit-fv__video--pc {
  display: block;
}
@media screen and (max-width: 450px) {
  .recruit-fv__video--pc {
    display: none;
  }
}
.recruit-fv__video--sp {
  display: none;
}
@media screen and (max-width: 450px) {
  .recruit-fv__video--sp {
    display: block;
  }
}
.recruit-fv__inner {
  position: relative;
  z-index: 2;
  text-align: center;
}
.recruit-fv__logo {
  margin-bottom: 1.6666666667vw;
  width: 38.8888888889vw;
  height: 7.5vw;
}
@media screen and (max-width: 450px) {
  .recruit-fv__logo {
    margin-bottom: 4.1025641026vw;
    width: 57.4358974359vw;
    height: 10.2564102564vw;
  }
}
.recruit-fv__logo-img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
@media screen and (max-width: 450px) {
  .recruit-fv__logo-img {
    width: 71.7948717949vw;
    height: auto;
  }
}
.recruit-fv__text {
  font-size: 3.4722222222vw;
  font-weight: 200;
  font-family: "Inter", sans-serif;
  color: #fff;
  letter-spacing: 0.2em;
  line-height: 1;
}
@media screen and (max-width: 450px) {
  .recruit-fv__text {
    font-size: 5.1282051282vw;
    font-weight: 300;
  }
}

.recruit-hero {
  width: 100%;
  min-height: 100vh;
  background-image: url("../../assets/img/hero_bg.webp");
  background-size: 100%;
  background-repeat: no-repeat;
  display: flex;
  justify-content: flex-end;
  padding: 0;
  position: relative;
}
@media screen and (max-width: 450px) {
  .recruit-hero {
    background-image: url("../../assets/img/hero_bg_sp.png");
    background-size: 100vw 129.2307692308vw;
    justify-content: center;
    min-height: 129.2307692308vw;
    padding: 0;
  }
}
.recruit-hero__inner {
  position: relative;
  z-index: 1;
  max-width: 41.6666666667vw;
  right: 10.9722222222vw;
  top: 8.8888888889vw;
}
@media screen and (max-width: 450px) {
  .recruit-hero__inner {
    max-width: 100%;
    text-align: center;
    right: 0;
    top: 43.5897435897vw;
    min-height: auto;
    height: 76.9230769231vw;
  }
}
.recruit-hero__title {
  font-size: 2.2222222222vw;
  font-weight: 400;
  color: #f9f9f9;
  line-height: 1;
  margin-bottom: 3.8888888889vw;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP";
}
@media screen and (max-width: 450px) {
  .recruit-hero__title {
    font-size: 5.641025641vw;
    margin-bottom: 6.1538461538vw;
    letter-spacing: 0.15em;
  }
}
.recruit-hero__title.first-title {
  margin-bottom: 1.6666666667vw;
}
@media screen and (max-width: 450px) {
  .recruit-hero__title.first-title {
    margin-bottom: 3.0769230769vw;
    margin-left: -6.4102564103vw;
  }
}
.recruit-hero__text {
  font-size: 1.1111111111vw;
  font-weight: 300;
  color: #f9f9f9;
  line-height: 1.5;
  margin-bottom: 4.0277777778vw;
  font-family: "Noto Sans JP";
  letter-spacing: 0.2em;
}
@media screen and (max-width: 450px) {
  .recruit-hero__text {
    width: 79.4871794872vw;
    font-size: 3.5897435897vw;
    margin-bottom: 10.2564102564vw;
    letter-spacing: 0.1em;
    text-align: start;
  }
  .recruit-hero__text br {
    display: none;
  }
}
.recruit-hero__btn {
  display: inline-block;
  padding: 1.1111111111vw 5.5555555556vw;
  border: 1px solid #f9f9f9;
  color: #f9f9f9;
  font-size: 2.2222222222vw;
  font-weight: 200;
  letter-spacing: 0.2em;
  transition: 0.6s ease;
  font-family: "Inter";
}
@media screen and (max-width: 450px) {
  .recruit-hero__btn {
    width: 79.4871794872vw;
    height: 16.4102564103vw;
    padding: 3.8461538462vw 15.3846153846vw;
    font-size: 5.1282051282vw;
    border: 0.5px solid #f9f9f9;
  }
}
.recruit-hero__btn:hover {
  background-color: #ffffff;
  color: #252525;
}

.recruit-vision {
  padding: 8.3333333333vw 0;
}
@media screen and (max-width: 450px) {
  .recruit-vision {
    padding: 24.6153846154vw 0 0;
  }
}
.recruit-vision__inner {
  width: 100%;
  margin: 0 auto;
}
.recruit-vision__title {
  font-size: 8.3333333333vw;
  font-weight: 50;
  font-family: "Inter", sans-serif;
  color: #c0c0c0;
  text-align: center;
  margin-bottom: -0.6944444444vw;
  line-height: 1;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 450px) {
  .recruit-vision__title {
    font-size: 14.358974359vw;
  }
}
.recruit-vision__subtitle {
  font-size: 1.1111111111vw;
  font-weight: 400;
  text-align: center;
  margin-bottom: 2.7777777778vw;
  letter-spacing: 0.2em;
  font-family: "Noto Sans JP";
}
@media screen and (max-width: 450px) {
  .recruit-vision__subtitle {
    font-size: 2.5641025641vw;
    margin-bottom: 6.9230769231vw;
  }
}
.recruit-vision__lead {
  font-size: 1.1111111111vw;
  line-height: 1.5;
  margin-bottom: 11.1111111111vw;
  max-width: 44.4444444444vw;
  margin-left: auto;
  margin-right: auto;
  font-weight: 300;
  font-family: "Noto Sans JP";
  letter-spacing: 0.1em;
}
@media screen and (max-width: 450px) {
  .recruit-vision__lead {
    max-width: 100%;
    width: 78.9743589744vw;
    margin: 0 auto;
    font-size: 3.5897435897vw;
    margin-bottom: 17.6923076923vw;
    letter-spacing: 0.1em;
  }
}
.recruit-vision__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.3888888889vw;
  background-image: url("../../assets/img/vision_bg.jpg");
  background-size: cover;
  background-position: center;
  padding: 5.5555555556vw 10.7638888889vw;
  width: 100%;
}
@media screen and (max-width: 450px) {
  .recruit-vision__cards {
    background-image: url("../../assets/img/vision_bg_sp.png");
    grid-template-columns: 1fr;
    gap: 5.1282051282vw;
    padding: 22.5641025641vw 10.2564102564vw;
  }
}
.recruit-vision__card {
  background-color: rgba(245, 245, 245, 0.95);
  padding: 2.6388888889vw 2.2222222222vw;
  width: 25.1388888889vw;
  height: 30.5555555556vw;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
@media screen and (max-width: 450px) {
  .recruit-vision__card {
    padding: 10.2564102564vw 0 0;
    width: 78.9743589744vw;
    height: 99.4871794872vw;
    margin: 0 auto;
  }
}
.recruit-vision__card:nth-child(2) {
  background-color: rgba(217, 217, 217, 0.95);
}
.recruit-vision__card--animate {
  opacity: 1;
  transform: translateY(0);
}
.recruit-vision__card-title {
  font-size: 3.3333333333vw;
  font-weight: 100;
  font-family: "Inter", sans-serif;
  margin-bottom: 0.5555555556vw;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 450px) {
  .recruit-vision__card-title {
    font-size: 10.2564102564vw;
  }
}
.recruit-vision__card-subtitle {
  font-size: 0.9722222222vw;
  font-weight: 400;
  color: #666666;
  margin-bottom: 2.2222222222vw;
  padding-bottom: 2.2222222222vw;
  border-bottom: 1px solid #f9f9f9;
  font-family: "Noto Sans JP";
  line-height: 1;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 450px) {
  .recruit-vision__card-subtitle {
    font-size: 3.0769230769vw;
    margin: 0 12.3076923077vw;
    margin-bottom: 6.1538461538vw;
    padding-bottom: 6.1538461538vw;
  }
}
.recruit-vision__card-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.recruit-vision__card-list li {
  font-size: 0.9722222222vw;
  line-height: 1.5;
  padding-left: 1.6666666667vw;
  position: relative;
  margin-bottom: 0.4166666667vw;
  font-weight: 350;
  font-family: "Noto Sans JP";
  letter-spacing: 0.1em;
}
@media screen and (max-width: 450px) {
  .recruit-vision__card-list li {
    font-size: 3.5897435897vw;
    padding-left: 4.6153846154vw;
    margin-bottom: 2.0512820513vw;
  }
}
.recruit-vision__card-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.0416666667vw;
  width: 1.3888888889vw;
  height: 1.3888888889vw;
  background-image: url("../../assets/img/ei_check.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 450px) {
  .recruit-vision__card-list li::before {
    width: 4.358974359vw;
    height: 4.358974359vw;
    top: 0.5128205128vw;
  }
}
.recruit-vision__card-list.first-list {
  width: 14.8611111111vw;
  margin: 0 auto;
}
@media screen and (max-width: 450px) {
  .recruit-vision__card-list.first-list {
    width: 100%;
    margin-left: 16.4102564103vw;
  }
}
.recruit-vision__card-list.second-list {
  width: 18.6805555556vw;
  margin: 0 auto;
}
@media screen and (max-width: 450px) {
  .recruit-vision__card-list.second-list {
    width: 100%;
    margin-left: 10vw;
  }
}
.recruit-vision__card-list.third-list {
  width: 17.6388888889vw;
  margin: 0 auto;
}
@media screen and (max-width: 450px) {
  .recruit-vision__card-list.third-list {
    width: 100%;
    margin-left: 6.6666666667vw;
  }
}

.recurit-pc-only {
  display: block;
}
@media screen and (max-width: 450px) {
  .recurit-pc-only {
    display: none;
  }
}

.recurit-sp-only {
  display: none;
}
@media screen and (max-width: 450px) {
  .recurit-sp-only {
    display: block;
  }
}

.recruit-value {
  padding: 16.6666666667vw 0;
}
@media screen and (max-width: 450px) {
  .recruit-value {
    padding: 24.6153846154vw 3.8461538462vw;
  }
}
.recruit-value__head {
  width: 77.7777777778vw;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 450px) {
  .recruit-value__head {
    width: 100%;
  }
}
.recruit-value__title {
  font-size: 8.3333333333vw;
  font-weight: 100;
  font-family: "Inter", sans-serif;
  color: #D9D9D9;
  letter-spacing: 0.2em;
  margin-bottom: -0.6944444444vw;
  text-align: center;
  width: 30.0694444444vw;
  line-height: 1;
}
@media screen and (max-width: 450px) {
  .recruit-value__title {
    font-size: 14.358974359vw;
    width: 100%;
  }
}
.recruit-value__subtitle {
  font-size: 1.1111111111vw;
  font-weight: 400;
  margin-bottom: 5.5555555556vw;
  letter-spacing: 0.2em;
  font-family: "Noto Sans JP";
  text-align: center;
  width: 30.0694444444vw;
}
@media screen and (max-width: 450px) {
  .recruit-value__subtitle {
    font-size: 2.5641025641vw;
    margin-bottom: 10.2564102564vw;
    width: 100%;
  }
}
.recruit-value__inner {
  max-width: 77.7777777778vw;
  margin: 0 auto;
}
@media screen and (max-width: 450px) {
  .recruit-value__inner {
    max-width: 100%;
  }
}
.recruit-value__left {
  width: 30.4166666667vw;
}
@media screen and (max-width: 450px) {
  .recruit-value__left {
    order: 2;
    width: 100%;
  }
}
.recruit-value__right {
  width: 39.7222222222vw;
}
@media screen and (max-width: 450px) {
  .recruit-value__right {
    order: 1;
    width: 100%;
  }
}
.recruit-value__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6.4583333333vw;
}
@media screen and (max-width: 450px) {
  .recruit-value__content {
    grid-template-columns: 1fr;
    gap: 8.2051282051vw;
  }
}
.recruit-value__list {
  margin-bottom: 2.7777777778vw;
}
@media screen and (max-width: 450px) {
  .recruit-value__list {
    margin-bottom: 10.2564102564vw;
  }
}
.recruit-value__list-item {
  font-size: 1.3888888889vw;
  font-weight: 100;
  font-family: "Noto Sans JP";
  padding-left: 1.1111111111vw;
  border-left: 0.4861111111vw solid rgba(37, 37, 37, 0.3);
  margin-bottom: 0vw;
  color: rgba(37, 37, 37, 0.5);
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  height: 4.5138888889vw;
  display: flex;
  align-items: flex-end;
  padding-bottom: 0.2777777778vw;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 450px) {
  .recruit-value__list-item {
    font-size: 4.1025641026vw;
    padding: 3.0769230769vw 0 1.2820512821vw 3.0769230769vw;
    height: 12.3076923077vw;
    border-left: 1.2820512821vw solid rgba(37, 37, 37, 0.3);
    width: 67.6923076923vw;
  }
}
.recruit-value__list-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 1.1111111111vw;
  width: calc(100% - 1.1111111111vw);
  height: 1px;
  background-color: rgba(37, 37, 37, 0.3);
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 450px) {
  .recruit-value__list-item::after {
    left: 1.7948717949vw;
    width: calc(100% - 3.0769230769vw);
  }
}
.recruit-value__list-item--active {
  font-weight: 400;
  color: #252525;
  border-left-color: #252525;
}
.recruit-value__list-item--active::after {
  background-color: #252525;
}
.recruit-value__list-item:hover {
  color: rgba(37, 37, 37, 0.8);
}
.recruit-value__text-wrapper {
  position: relative;
  min-height: 13.8888888889vw;
  margin-left: 1.1805555556vw;
}
@media screen and (max-width: 450px) {
  .recruit-value__text-wrapper {
    min-height: 46.1538461538vw;
    margin-left: 1.7948717949vw;
  }
}
.recruit-value__heading {
  font-size: 1.6666666667vw;
  font-weight: 400;
  margin-bottom: 1.1111111111vw;
  font-family: "Noto Sans JP";
  letter-spacing: 0.15em;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease, visibility 1s ease;
  pointer-events: none;
}
@media screen and (max-width: 450px) {
  .recruit-value__heading {
    font-size: 5.1282051282vw;
    margin-bottom: 2.0512820513vw;
  }
}
.recruit-value__heading--active {
  opacity: 1;
  visibility: visible;
  position: relative;
  pointer-events: auto;
}
.recruit-value__text {
  font-size: 0.9722222222vw;
  line-height: 1.5;
  font-weight: 400;
  font-family: "Noto Sans JP";
  letter-spacing: 0.12em;
  position: absolute;
  top: 3.4722222222vw;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease, visibility 1s ease;
  pointer-events: none;
  width: 30.4166666667vw;
}
@media screen and (max-width: 450px) {
  .recruit-value__text {
    font-size: 3.5897435897vw;
    width: 90.5128205128vw;
    letter-spacing: 0.1em;
    top: 10.2564102564vw;
  }
}
.recruit-value__text--active {
  opacity: 1;
  visibility: visible;
  position: relative;
  top: 0;
  pointer-events: auto;
}
.recruit-value__slider {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 450px) {
  .recruit-value__slider {
    height: 61.5384615385vw;
  }
}
.recruit-value__slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: opacity 1.5s ease-in-out;
}
@media screen and (max-width: 450px) {
  .recruit-value__slide {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 92.3076923077vw;
    height: 61.5384615385vw;
  }
}
.recruit-value__slide--active {
  opacity: 1;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 450px) {
  .recruit-value__slide--active {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
.recruit-value__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.recruit-value__pagination {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0.5555555556vw;
  margin-top: 2.8472222222vw;
}
@media screen and (max-width: 450px) {
  .recruit-value__pagination {
    gap: 2.0512820513vw;
    margin-top: 4.1025641026vw;
  }
}
.recruit-value__pagination-dot {
  width: 2.0138888889vw;
  height: 0.2083333333vw;
  background-color: #d9d9d9;
  transition: background-color 0.3s ease;
  cursor: pointer;
}
@media screen and (max-width: 450px) {
  .recruit-value__pagination-dot {
    width: 4.1025641026vw;
    height: 0.5128205128vw;
  }
}
.recruit-value__pagination-dot--active {
  background-color: #252525;
}
.recruit-value__pagination-dot:hover {
  opacity: 0.8;
}
.recruit-value__gallery {
  display: flex;
  padding-top: 18.0555555556vw;
}
.recruit-value__gallery-inner {
  display: flex;
  width: 100%;
  height: 78.6805555556vw;
  flex-direction: column;
  position: relative;
}
@media screen and (max-width: 450px) {
  .recruit-value__gallery-inner {
    width: 92.3076923077vw;
    height: 170.7692307692vw;
  }
}
.recruit-value__gallery-inner::before {
  content: "";
  position: absolute;
  top: 20.3472222222vw;
  right: 0vw;
  width: 86.1111111111vw;
  height: 27.7777777778vw;
  border: solid 0.5px #252525;
  border-right: none;
}
@media screen and (max-width: 450px) {
  .recruit-value__gallery-inner::before {
    top: 38.4615384615vw;
    right: -3.8461538462vw;
    width: 72.3076923077vw;
    height: 88.7179487179vw;
  }
}
.recruit-value__gallery-item {
  object-fit: cover;
  position: absolute;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1s ease, transform 1s ease;
}
.recruit-value__gallery-item.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.recruit-value__gallery-item--1 {
  width: 49.3055555556vw;
  height: 24.2361111111vw;
  object-fit: cover;
  top: 0;
  left: 0;
}
@media screen and (max-width: 450px) {
  .recruit-value__gallery-item--1 {
    display: none;
  }
}
.recruit-value__gallery-item--2 {
  width: 35.5555555556vw;
  height: 44.4444444444vw;
  object-fit: cover;
  top: 7.7777777778vw;
  right: 3.0555555556vw;
}
@media screen and (max-width: 450px) {
  .recruit-value__gallery-item--2 {
    top: auto;
    bottom: 0;
    right: 0;
    width: 60.5128205128vw;
    height: 75.3846153846vw;
  }
}
.recruit-value__gallery-item--3 {
  width: 28.8888888889vw;
  height: 41.6666666667vw;
  object-fit: cover;
  top: 37.0138888889vw;
  left: 24.3055555556vw;
}
@media screen and (max-width: 450px) {
  .recruit-value__gallery-item--3 {
    top: 0;
    left: 0;
    width: 63.0769230769vw;
    height: 85.1282051282vw;
  }
}
.recruit-value__gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.recruit-payroll {
  padding: 13.8888888889vw 1.3888888889vw 16.6666666667vw;
  background-image: url("../../assets/img/payroll_bg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 100%;
}
@media screen and (max-width: 450px) {
  .recruit-payroll {
    padding: 14.358974359vw 0 18.9743589744vw 0;
    background-image: url("../../assets/img/payroll_bg_sp.png");
  }
}
.recruit-payroll__inner {
  max-width: 69.4444444444vw;
  margin: 0 auto;
}
@media screen and (max-width: 450px) {
  .recruit-payroll__inner {
    max-width: 100%;
  }
}
.recruit-payroll__title {
  font-size: 8.3333333333vw;
  font-weight: 100;
  font-family: "Inter", sans-serif;
  color: #252525;
  text-align: center;
  letter-spacing: 0.2em;
  margin-bottom: 0.5555555556vw;
  line-height: 1;
}
@media screen and (max-width: 450px) {
  .recruit-payroll__title {
    font-size: 14.358974359vw;
    color: #696969;
  }
}
.recruit-payroll__subtitle {
  font-size: 1.1111111111vw;
  font-weight: 400;
  font-family: "Noto Sans JP";
  text-align: center;
  margin-bottom: 8.3333333333vw;
  letter-spacing: 0.2em;
  line-height: 1;
}
@media screen and (max-width: 450px) {
  .recruit-payroll__subtitle {
    font-size: 2.5641025641vw;
    margin-bottom: 12.0512820513vw;
  }
}
.recruit-payroll__timeline {
  position: relative;
  width: 56.9444444444vw;
  margin: 0 auto;
}
@media screen and (max-width: 450px) {
  .recruit-payroll__timeline {
    width: 100%;
  }
}
.recruit-payroll__line {
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 130.8333333333vw;
  background-image: url("../../assets/img/payroll_line_center.png");
  background-size: 1px 130.8333333333vw;
  background-repeat: no-repeat;
  background-position: center;
  transform: translateX(-50%);
}
@media screen and (max-width: 450px) {
  .recruit-payroll__line {
    display: none;
  }
}
.recruit-payroll__item {
  width: 24.3055555556vw;
  height: 21.8055555556vw;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 3.3333333333vw 3.4722222222vw;
  position: relative;
  opacity: 0;
  transition: opacity 0.8s ease, transform 0.8s ease;
}
@media screen and (max-width: 450px) {
  .recruit-payroll__item {
    width: 69.2307692308vw;
    height: 58.4615384615vw;
    padding: 10.1282051282vw 2.0512820513vw 10.1282051282vw 10.2564102564vw;
    margin-bottom: 4.1025641026vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.recruit-payroll__item--left {
  margin-left: 0;
  margin-right: auto;
  transform: translateY(2.0833333333vw);
}
.recruit-payroll__item--left::after {
  content: "";
  position: absolute;
  left: 10%;
  top: 26%;
  width: 25.7638888889vw;
  height: 0.0694444444vw;
  background-color: #252525;
  transform: translateY(-50%);
}
@media screen and (max-width: 450px) {
  .recruit-payroll__item--left::after {
    display: none;
  }
}
.recruit-payroll__item--left::before {
  content: "";
  position: absolute;
  left: 117%;
  top: 26%;
  width: 0.7638888889vw;
  height: 0.7638888889vw;
  background-color: #252525;
  transform: translate(-50%, -50%);
  z-index: 2;
}
@media screen and (max-width: 450px) {
  .recruit-payroll__item--left::before {
    display: none;
  }
}
.recruit-payroll__item--right {
  margin-left: auto;
  margin-right: 0;
  transform: translateY(30px);
}
.recruit-payroll__item--right::after {
  content: "";
  position: absolute;
  right: 10%;
  top: 26%;
  width: 25.7638888889vw;
  height: 0.0694444444vw;
  background-color: #252525;
  transform: translateY(-50%);
}
@media screen and (max-width: 450px) {
  .recruit-payroll__item--right::after {
    display: none;
  }
}
.recruit-payroll__item--right::before {
  content: "";
  position: absolute;
  left: -17.2%;
  top: 26%;
  width: 0.7638888889vw;
  height: 0.7638888889vw;
  background-color: #252525;
  transform: translate(-50%, -50%);
  z-index: 2;
}
@media screen and (max-width: 450px) {
  .recruit-payroll__item--right::before {
    display: none;
  }
}
@media screen and (max-width: 450px) {
  .recruit-payroll__item--left, .recruit-payroll__item--right {
    margin-left: 0;
    margin-right: 0;
    transform: translateY(30px);
  }
  .recruit-payroll__item--right {
    margin-left: auto;
  }
}
.recruit-payroll__item--animate {
  opacity: 1;
  transform: translateY(0);
}
.recruit-payroll__item--dark {
  background-color: rgba(60, 60, 60, 0.9);
  color: #ffffff;
}
.recruit-payroll__item--1 {
  background-color: #f5f5f5;
  color: #252525;
}
.recruit-payroll__item--2 {
  background-color: #dcdcdc;
  color: #252525;
}
.recruit-payroll__item--3 {
  background-color: #C0C0C0;
  color: #252525;
}
.recruit-payroll__item--4 {
  background-color: #A9A9A9;
  color: #fff;
}
.recruit-payroll__item--5 {
  background-color: #808080;
  color: #fff;
}
.recruit-payroll__item--6 {
  background-color: #696969;
  color: #fff;
}
.recruit-payroll__item-title {
  font-size: 1.6666666667vw;
  font-weight: 400;
  font-family: "Noto Sans JP";
  letter-spacing: 0.2em;
  margin-bottom: 2.2222222222vw;
  line-height: 1;
}
@media screen and (max-width: 450px) {
  .recruit-payroll__item-title {
    font-size: 3.5897435897vw;
    width: 34.1025641026vw;
    margin-bottom: 2.0512820513vw;
    padding-bottom: 2.0512820513vw;
  }
}
@media screen and (max-width: 450px) {
  .recruit-payroll__item-title--1 {
    border-bottom: 0.0769230769vw solid #252525;
  }
}
@media screen and (max-width: 450px) {
  .recruit-payroll__item-title--2 {
    border-bottom: 0.0769230769vw solid #252525;
  }
}
@media screen and (max-width: 450px) {
  .recruit-payroll__item-title--3 {
    border-bottom: 0.0769230769vw solid #252525;
  }
}
@media screen and (max-width: 450px) {
  .recruit-payroll__item-title--4 {
    border-bottom: 0.0769230769vw solid #ffffff;
  }
}
@media screen and (max-width: 450px) {
  .recruit-payroll__item-title--5 {
    border-bottom: 0.0769230769vw solid #ffffff;
  }
}
@media screen and (max-width: 450px) {
  .recruit-payroll__item-title--6 {
    border-bottom: 0.0769230769vw solid #ffffff;
  }
}
.recruit-payroll__item-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.recruit-payroll__item-list li {
  font-size: 0.9722222222vw;
  line-height: 1;
  font-family: "Noto Sans JP";
  letter-spacing: 0.2em;
  padding-left: 1.1111111111vw;
  position: relative;
  margin-bottom: 1.1111111111vw;
}
@media screen and (max-width: 450px) {
  .recruit-payroll__item-list li {
    font-size: 3.5897435897vw;
    padding-left: 3.0769230769vw;
    margin-bottom: 2.0512820513vw;
    letter-spacing: 0.1em;
  }
}
.recruit-payroll__item-list li::before {
  content: "";
  position: absolute;
  left: 0;
  width: 0.6944444444vw;
  height: 0.6944444444vw;
  background-image: url("../../assets/img/payroll_box_black.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: 0.1388888889vw;
}
@media screen and (max-width: 450px) {
  .recruit-payroll__item-list li::before {
    width: 2.0512820513vw;
    height: 2.0512820513vw;
    top: 0.5128205128vw;
  }
}
.recruit-payroll__item--1 .recruit-payroll__item-list li::before, .recruit-payroll__item--2 .recruit-payroll__item-list li::before, .recruit-payroll__item--3 .recruit-payroll__item-list li::before {
  background-image: url("../../assets/img/payroll_box_black.png");
}
.recruit-payroll__item--4 .recruit-payroll__item-list li::before, .recruit-payroll__item--5 .recruit-payroll__item-list li::before, .recruit-payroll__item--6 .recruit-payroll__item-list li::before {
  background-image: url("../../assets/img/payroll_box_white.png");
}
.recruit-payroll__note {
  font-size: 0.7638888889vw;
  display: block;
  margin-left: 1.1111111111vw;
  margin-top: 0.2777777778vw;
}
@media screen and (max-width: 450px) {
  .recruit-payroll__note {
    font-size: 2.5641025641vw;
    margin-top: 1.0256410256vw;
  }
}

.recruit-curriculum {
  padding: 13.8888888889vw 5.5555555556vw;
  background-color: #252525;
  color: #ffffff;
}
@media screen and (max-width: 450px) {
  .recruit-curriculum {
    padding: 20.5128205128vw 3.8461538462vw;
  }
}
.recruit-curriculum__inner {
  max-width: 69.4444444444vw;
  margin: 0 auto;
}
@media screen and (max-width: 450px) {
  .recruit-curriculum__inner {
    max-width: 100%;
  }
}
.recruit-curriculum__title {
  font-size: 8.3333333333vw;
  font-weight: 100;
  font-family: "Inter", sans-serif;
  text-align: center;
  letter-spacing: 0.2em;
  margin-bottom: 0.5555555556vw;
  line-height: 1;
}
@media screen and (max-width: 450px) {
  .recruit-curriculum__title {
    font-size: 14.358974359vw;
    letter-spacing: 0.13em;
  }
}
.recruit-curriculum__subtitle {
  font-size: 1.1111111111vw;
  font-weight: 400;
  font-family: "Noto Sans JP";
  text-align: center;
  margin-bottom: 8.8888888889vw;
  letter-spacing: 0.2em;
  line-height: 1;
}
@media screen and (max-width: 450px) {
  .recruit-curriculum__subtitle {
    font-size: 2.5641025641vw;
    margin-bottom: 10vw;
  }
}
.recruit-curriculum__grid {
  display: flex;
  justify-content: space-between;
  width: 58.3333333333vw;
  margin: 0 auto;
}
@media screen and (max-width: 450px) {
  .recruit-curriculum__grid {
    width: 100%;
  }
}
.recruit-curriculum__column {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.recruit-curriculum__column--animate {
  opacity: 1;
  transform: translateY(0);
}
.recruit-curriculum__column--2 {
  margin-top: 4.4444444444vw;
}
@media screen and (max-width: 450px) {
  .recruit-curriculum__column--2 {
    margin-top: 10.2564102564vw;
  }
}
.recruit-curriculum__year {
  font-size: 1.6666666667vw;
  font-weight: 300;
  font-family: "Noto Sans JP";
  margin-bottom: 0.5555555556vw;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (max-width: 450px) {
  .recruit-curriculum__year {
    font-size: 3.5897435897vw;
    margin-bottom: 2.3076923077vw;
  }
}
.recruit-curriculum__year--1 {
  padding-left: 0.3472222222vw;
}
.recruit-curriculum__image {
  width: 26.6666666667vw;
}
@media screen and (max-width: 450px) {
  .recruit-curriculum__image {
    width: 44.6153846154vw;
  }
}
.recruit-curriculum__image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.recruit-step {
  padding: 16.6666666667vw 5.5555555556vw 0;
}
@media screen and (max-width: 450px) {
  .recruit-step {
    padding: 24.6153846154vw 0;
  }
}
.recruit-step__inner {
  max-width: 77.7777777778vw;
  margin: 0 auto;
}
@media screen and (max-width: 450px) {
  .recruit-step__inner {
    max-width: 100%;
  }
}
.recruit-step__title {
  font-size: 8.3333333333vw;
  font-weight: 100;
  font-family: "Inter", sans-serif;
  color: #d9d9d9;
  text-align: center;
  letter-spacing: 0.2em;
  margin-bottom: 0.2777777778vw;
  line-height: 1;
}
@media screen and (max-width: 450px) {
  .recruit-step__title {
    font-size: 14.358974359vw;
    letter-spacing: 0.13em;
  }
}
.recruit-step__subtitle {
  font-size: 1.1111111111vw;
  font-weight: 400;
  font-family: "Noto Sans JP";
  text-align: center;
  margin-bottom: 5.9027777778vw;
  letter-spacing: 0.2em;
  line-height: 1;
}
@media screen and (max-width: 450px) {
  .recruit-step__subtitle {
    font-size: 2.5641025641vw;
    margin-bottom: 12.3076923077vw;
  }
}
.recruit-step__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5972222222vw;
}
@media screen and (max-width: 450px) {
  .recruit-step__grid {
    grid-template-columns: 1fr;
    gap: 10.2564102564vw;
  }
}
.recruit-step__case {
  width: 24.8611111111vw;
  height: 46.6666666667vw;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
@media screen and (max-width: 450px) {
  .recruit-step__case {
    width: 76.9230769231vw;
    height: 121.0256410256vw;
    margin: 0 auto;
  }
}
.recruit-step__case--animate {
  opacity: 1;
  transform: translateY(0);
}
.recruit-step__case img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media screen and (max-width: 450px) {
  .recruit-step__case img {
    object-fit: contain;
  }
}

.recruit-interview {
  padding: 16.6666666667vw 5.5555555556vw 0;
}
@media screen and (max-width: 450px) {
  .recruit-interview {
    padding: 0 3.8461538462vw;
  }
}
.recruit-interview__inner {
  max-width: 77.7777777778vw;
  margin: 0 auto;
}
@media screen and (max-width: 450px) {
  .recruit-interview__inner {
    max-width: 100%;
  }
}
.recruit-interview__title {
  font-size: 8.3333333333vw;
  font-weight: 100;
  font-family: "Inter", sans-serif;
  color: #d9d9d9;
  text-align: center;
  letter-spacing: 0.2em;
  margin-bottom: 0.5555555556vw;
  line-height: 1;
}
@media screen and (max-width: 450px) {
  .recruit-interview__title {
    font-size: 14.358974359vw;
  }
}
.recruit-interview__subtitle {
  font-size: 1.1111111111vw;
  font-weight: 400;
  font-family: "Noto Sans JP";
  text-align: center;
  margin-bottom: 5.9027777778vw;
  letter-spacing: 0.2em;
  line-height: 1;
  color: #252525;
}
@media screen and (max-width: 450px) {
  .recruit-interview__subtitle {
    font-size: 2.5641025641vw;
    margin-bottom: 10.2564102564vw;
  }
}
.recruit-interview__video {
  width: 100%;
  padding-bottom: 56.25%;
  /* 16:9 aspect ratio */
  position: relative;
  background-color: #000;
}
.recruit-interview__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.recruit-interview__caption {
  font-size: 0.9722222222vw;
  text-align: left;
  margin-top: 0.8333333333vw;
  color: #252525;
  font-weight: 700;
}
@media screen and (max-width: 450px) {
  .recruit-interview__caption {
    font-size: 3.0769230769vw;
  }
}

.recruit-staff {
  padding: 16.6666666667vw 0 0;
}
@media screen and (max-width: 450px) {
  .recruit-staff {
    padding: 24.6153846154vw 0 0;
  }
}
.recruit-staff__inner {
  max-width: 100%;
  margin: 0 auto;
}
.recruit-staff__title {
  font-size: 8.3333333333vw;
  font-weight: 100;
  font-family: "Inter", sans-serif;
  color: #D9D9D9;
  text-align: center;
  letter-spacing: 0.2em;
  margin-bottom: 0.5555555556vw;
  line-height: 1;
}
@media screen and (max-width: 450px) {
  .recruit-staff__title {
    font-size: 14.358974359vw;
  }
}
.recruit-staff__subtitle {
  font-size: 1.1111111111vw;
  font-weight: 400;
  font-family: "Noto Sans JP";
  text-align: center;
  margin-bottom: 5.9027777778vw;
  letter-spacing: 0.2em;
  line-height: 1;
  color: #252525;
}
@media screen and (max-width: 450px) {
  .recruit-staff__subtitle {
    font-size: 2.5641025641vw;
    margin-bottom: 12.0512820513vw;
  }
}
.recruit-staff__popup {
  position: fixed;
  top: 10%;
  left: 50%;
  transform: translateX(-50%) translateY(-10px);
  width: 69.4444444444vw;
  height: 50.0694444444vw;
  z-index: 9999;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  will-change: opacity, transform;
}
@media screen and (max-width: 450px) {
  .recruit-staff__popup {
    width: 100%;
    height: 151.5384615385vw;
    top: 16%;
  }
}
.recruit-staff__popup.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
  pointer-events: auto;
}
.recruit-staff__popup-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  pointer-events: none;
}
@media screen and (max-width: 450px) {
  .recruit-staff__popup-overlay {
    pointer-events: auto;
    cursor: pointer;
  }
}
.recruit-staff__popup-content {
  position: relative;
  z-index: 1;
  background-color: #fff;
  width: 54.8611111111vw;
  height: 31.5972222222vw;
  padding: 12.9166666667vw 7.2916666667vw 0;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  top: 0;
  pointer-events: auto;
}
@media screen and (max-width: 450px) {
  .recruit-staff__popup-content {
    width: 78.9743589744vw;
    height: 95.641025641vw;
    padding: 0 7.6923076923vw;
  }
}
.recruit-staff__popup-image {
  position: relative;
  width: 14.5833333333vw;
  height: 14.5833333333vw;
  margin: 0 auto;
  margin-bottom: -17.7777777778vw;
  z-index: 2;
  top: -19.4444444444vw;
}
@media screen and (max-width: 450px) {
  .recruit-staff__popup-image {
    width: 46.1538461538vw;
    height: 46.1538461538vw;
    margin-bottom: -41.0256410256vw;
  }
}
.recruit-staff__popup-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.recruit-staff__popup-info {
  padding-top: 0vw;
  text-align: center;
}
@media screen and (max-width: 450px) {
  .recruit-staff__popup-info {
    padding-top: 23.0769230769vw;
  }
}
.recruit-staff__popup-name {
  font-size: 3.3333333333vw;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  color: #333;
  margin-bottom: 1.6666666667vw;
  letter-spacing: 0.15em;
  line-height: 1;
}
@media screen and (max-width: 450px) {
  .recruit-staff__popup-name {
    font-size: 5.1282051282vw;
    margin-bottom: 5.1282051282vw;
  }
}
.recruit-staff__popup-store {
  font-size: 1.1111111111vw;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  color: #333;
  margin-bottom: 0.5555555556vw;
  letter-spacing: 0.15em;
  line-height: 1;
}
@media screen and (max-width: 450px) {
  .recruit-staff__popup-store {
    font-size: 3.0769230769vw;
    margin-bottom: 1.0256410256vw;
  }
}
.recruit-staff__popup-role {
  font-size: 1.1111111111vw;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  color: #333;
  margin-bottom: 2.4305555556vw;
  letter-spacing: 0.15em;
  line-height: 1;
}
@media screen and (max-width: 450px) {
  .recruit-staff__popup-role {
    font-size: 3.0769230769vw;
    margin-bottom: 4.1025641026vw;
  }
}
.recruit-staff__popup-message {
  font-size: 1.1111111111vw;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  color: #000;
  line-height: 1.2;
  text-align: left;
  letter-spacing: 0.09em;
}
@media screen and (max-width: 450px) {
  .recruit-staff__popup-message {
    font-size: 3.0769230769vw;
  }
}
.recruit-staff__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: transparent;
  border: none;
  padding: 0;
  width: 0.8333333333vw;
  height: 1.9444444444vw;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s ease;
  z-index: 10;
}
@media screen and (max-width: 450px) {
  .recruit-staff__arrow {
    width: 3.2051282051vw;
    height: 7.1794871795vw;
  }
}
.recruit-staff__arrow img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.recruit-staff__arrow:hover {
  opacity: 0.7;
}
.recruit-staff__arrow--prev {
  left: 27.7777777778vw;
}
@media screen and (max-width: 450px) {
  .recruit-staff__arrow--prev {
    left: 5.1282051282vw;
  }
}
.recruit-staff__arrow--next {
  right: 27.7777777778vw;
}
@media screen and (max-width: 450px) {
  .recruit-staff__arrow--next {
    right: 5.1282051282vw;
  }
}
.recruit-staff__pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5555555556vw;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 450px) {
  .recruit-staff__pagination {
    gap: 3.0769230769vw;
  }
}
.recruit-staff__pagination-dot {
  width: 2.7777777778vw;
  height: 0.2083333333vw;
  background-color: #D9D9D9;
  transition: 0.3s ease;
  cursor: pointer;
}
@media screen and (max-width: 450px) {
  .recruit-staff__pagination-dot {
    width: 5.3846153846vw;
    height: 0.3846153846vw;
  }
}
.recruit-staff__pagination-dot--active {
  background-color: #252525;
}
.recruit-staff__pagination-dot:hover {
  opacity: 0.7;
}

.recruit-message {
  padding: 16.6666666667vw 5.5555555556vw 0;
}
@media screen and (max-width: 450px) {
  .recruit-message {
    padding: 24.6153846154vw 3.8461538462vw 0;
  }
}
.recruit-message__inner {
  width: 67.3611111111vw;
  margin: 0 auto;
}
@media screen and (max-width: 450px) {
  .recruit-message__inner {
    width: 100%;
  }
}
.recruit-message__head {
  width: 44.2361111111vw;
  margin-bottom: 5.9027777778vw;
  text-align: center;
}
@media screen and (max-width: 450px) {
  .recruit-message__head {
    width: 100%;
  }
}
.recruit-message__head img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.recruit-message__title {
  font-size: 8.3333333333vw;
  font-weight: 100;
  font-family: "Inter", sans-serif;
  color: #D9D9D9;
  letter-spacing: 0.2em;
  line-height: 1;
}
@media screen and (max-width: 450px) {
  .recruit-message__title {
    font-size: 14.358974359vw;
    letter-spacing: 0.13em;
    color: #c0c0c0;
  }
}
.recruit-message__subtitle {
  font-size: 1.1111111111vw;
  font-weight: 400;
  font-family: "Noto Sans JP";
  letter-spacing: 0.2em;
  line-height: 1;
  color: #252525;
}
@media screen and (max-width: 450px) {
  .recruit-message__subtitle {
    font-size: 2.5641025641vw;
    margin-bottom: 12.0512820513vw;
  }
}
.recruit-message__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4.1666666667vw;
  position: relative;
}
@media screen and (max-width: 450px) {
  .recruit-message__content {
    flex-direction: column;
    margin-bottom: 0vw;
    width: 100%;
  }
}
.recruit-message__photo {
  width: 26.6666666667vw;
  height: 31.7361111111vw;
  object-fit: cover;
}
@media screen and (max-width: 450px) {
  .recruit-message__photo {
    width: 53.0769230769vw;
    height: 44.358974359vw;
    margin-bottom: 6.1538461538vw;
  }
}
.recruit-message__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.recruit-message__catch {
  font-size: 2.7777777778vw;
  font-weight: 300;
  font-family: "Inter";
  line-height: 2;
  letter-spacing: 0.2em;
  margin-bottom: 2.7777777778vw;
  color: #000000;
}
@media screen and (max-width: 450px) {
  .recruit-message__catch {
    font-size: 5.1282051282vw;
    margin-bottom: 10.2564102564vw;
    letter-spacing: 0.1em;
    line-height: 1.5;
  }
  .recruit-message__catch br {
    display: none;
  }
}
.recruit-message__signature-company {
  font-size: 0.8333333333vw;
  margin-bottom: 1.6666666667vw;
  font-family: "Inter";
  font-weight: 300;
  letter-spacing: 0.2em;
  color: #000000;
  text-align: center;
}
@media screen and (max-width: 450px) {
  .recruit-message__signature-company {
    font-size: 2.5641025641vw;
  }
}
@media screen and (max-width: 450px) {
  .recruit-message__signature-company-name {
    display: none;
  }
}
.recruit-message__signature {
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 450px) {
  .recruit-message__signature {
    bottom: -200vw;
  }
}
.recruit-message__signature-name {
  width: 17.9166666667vw;
  height: 3.8888888889vw;
}
@media screen and (max-width: 450px) {
  .recruit-message__signature-name {
    width: 28.4615384615vw;
    height: 6.1538461538vw;
  }
}
.recruit-message__body {
  font-size: 1.0416666667vw;
  line-height: 1.4;
  font-family: "Inter";
  font-weight: 300;
  letter-spacing: 0.11em;
  color: #000000;
}
@media screen and (max-width: 450px) {
  .recruit-message__body {
    font-size: 3.5897435897vw;
    line-height: 1.5;
    letter-spacing: 0.09em;
  }
}
.recruit-message__body p {
  margin-bottom: 0;
}
@media screen and (max-width: 450px) {
  .recruit-message__body p:first-child {
    margin-bottom: 7.6923076923vw;
  }
}
.recruit-message__body .recruit-message__body-item--with-margin {
  margin-bottom: 1.3888888889vw;
}
@media screen and (max-width: 450px) {
  .recruit-message__body .recruit-message__body-item--with-margin {
    margin-bottom: 7.6923076923vw;
  }
}

.recruit-faq {
  padding: 16.6666666667vw 5.5555555556vw;
  background-color: #fafafa;
}
@media screen and (max-width: 450px) {
  .recruit-faq {
    padding: 38.4615384615vw 3.8461538462vw 24.6153846154vw;
  }
}
.recruit-faq__inner {
  max-width: 72.2222222222vw;
  margin: 0 auto;
}
@media screen and (max-width: 450px) {
  .recruit-faq__inner {
    max-width: 100%;
  }
}
.recruit-faq__title {
  font-size: 8.3333333333vw;
  font-weight: 100;
  font-family: "Inter", sans-serif;
  color: #D9D9D9;
  text-align: center;
  letter-spacing: 0.2em;
  line-height: 1;
  margin-bottom: 0vw;
}
@media screen and (max-width: 450px) {
  .recruit-faq__title {
    font-size: 14.358974359vw;
    letter-spacing: 0.13em;
  }
}
.recruit-faq__subtitle {
  font-size: 1.1111111111vw;
  font-weight: 400;
  font-family: "Noto Sans JP";
  text-align: center;
  margin-bottom: 5.9027777778vw;
  letter-spacing: 0.2em;
  line-height: 1;
  color: #252525;
}
@media screen and (max-width: 450px) {
  .recruit-faq__subtitle {
    font-size: 2.5641025641vw;
    margin-bottom: 10.2564102564vw;
  }
}
.recruit-faq__item {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  margin-bottom: 1.1111111111vw;
  transition: box-shadow 0.3s ease-out;
}
@media screen and (max-width: 450px) {
  .recruit-faq__item {
    margin-bottom: 3.0769230769vw;
  }
}
.recruit-faq__item:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 450px) {
  .recruit-faq__item:nth-child(6) .recruit-faq__q {
    margin-top: -5.3846153846vw;
  }
}
@media screen and (max-width: 450px) {
  .recruit-faq__item:nth-child(6) .recruit-faq__q-text {
    line-height: 1.5;
  }
}
.recruit-faq__item.is-open {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.recruit-faq__item.is-open .recruit-faq__icon {
  transform: rotate(180deg);
}
.recruit-faq__question {
  width: 58.75vw;
  display: flex;
  align-items: center;
  padding: 1.6666666667vw 0;
  text-align: left;
  cursor: pointer;
  transition: opacity 0.2s ease-out;
  justify-content: space-between;
  margin: 0 auto;
}
@media screen and (max-width: 450px) {
  .recruit-faq__question {
    width: 100%;
    padding: 5.1282051282vw 5.1282051282vw;
  }
}
.recruit-faq__question:hover {
  opacity: 0.7;
}
.recruit-faq__q {
  font-size: 1.25vw;
  font-weight: 250;
  font-family: "Inter";
  margin-right: 3.3333333333vw;
  flex-shrink: 0;
  letter-spacing: 0.2em;
  color: #252525;
  line-height: 1;
  padding-top: 0.0694444444vw;
}
@media screen and (max-width: 450px) {
  .recruit-faq__q {
    font-size: 3.5897435897vw;
  }
}
.recruit-faq__q-text {
  font-size: 1.25vw;
  font-weight: 350;
  font-family: "Noto Sans JP";
  letter-spacing: 0.2em;
  color: #252525;
  line-height: 1;
  flex-grow: 1;
}
@media screen and (max-width: 450px) {
  .recruit-faq__q-text {
    font-size: 3.5897435897vw;
    letter-spacing: 0.1em;
  }
}
.recruit-faq__q-text-br {
  display: none;
}
@media screen and (max-width: 450px) {
  .recruit-faq__q-text-br {
    display: block;
  }
}
.recruit-faq__icon {
  width: 1.3888888889vw;
  height: 0.6944444444vw;
  display: flex;
  transition: transform 0.4s ease-out;
}
@media screen and (max-width: 450px) {
  .recruit-faq__icon {
    width: 3.5897435897vw;
    height: 2.0512820513vw;
  }
}
.recruit-faq__icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.recruit-faq__answer {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: height 0.5s ease-out, opacity 0.4s ease-out;
}
.recruit-faq__answer-content {
  display: flex;
  align-items: center;
  padding: 1.6666666667vw 0;
  width: 58.75vw;
  margin: 0 auto;
}
@media screen and (max-width: 450px) {
  .recruit-faq__answer-content {
    padding: 5.1282051282vw 6.1538461538vw;
    width: 100%;
  }
}
.recruit-faq__a {
  font-size: 1.25vw;
  font-weight: 250;
  font-family: "Inter";
  margin-right: 3.3333333333vw;
  flex-shrink: 0;
  letter-spacing: 0.2em;
  color: #252525;
  line-height: 1;
  padding-top: 0.1041666667vw;
}
@media screen and (max-width: 450px) {
  .recruit-faq__a {
    font-size: 3.5897435897vw;
    letter-spacing: 0.1em;
    margin-right: 4.1025641026vw;
  }
}
@media screen and (max-width: 450px) {
  .recruit-faq__item:nth-child(1) .recruit-faq__a {
    margin-top: -5.3846153846vw;
  }
}
@media screen and (max-width: 450px) {
  .recruit-faq__item:nth-child(2) .recruit-faq__a {
    margin-top: -5.3846153846vw;
  }
}
.recruit-faq__item:nth-child(3) .recruit-faq__a {
  margin-top: -4.1666666667vw;
}
@media screen and (max-width: 450px) {
  .recruit-faq__item:nth-child(3) .recruit-faq__a {
    margin-top: -26.4102564103vw;
  }
}
@media screen and (max-width: 450px) {
  .recruit-faq__item:nth-child(4) .recruit-faq__a {
    margin-top: -10.7692307692vw;
  }
}
@media screen and (max-width: 450px) {
  .recruit-faq__item:nth-child(5) .recruit-faq__a {
    margin-top: -5.3846153846vw;
  }
}
.recruit-faq__item:nth-child(6) .recruit-faq__a {
  margin-top: -6.4583333333vw;
}
@media screen and (max-width: 450px) {
  .recruit-faq__item:nth-child(6) .recruit-faq__a {
    margin-top: -32.8205128205vw;
  }
}
.recruit-faq__a-text {
  font-size: 1.25vw;
  font-weight: 300;
  font-family: "Noto Sans JP";
  letter-spacing: 0.2em;
  color: #252525;
  line-height: 1.8;
  flex-grow: 1;
}
@media screen and (max-width: 450px) {
  .recruit-faq__a-text {
    font-size: 3.5897435897vw;
    line-height: 1.5;
  }
}

.recruit-flow {
  padding: 8.3333333333vw 5.5555555556vw 15.2777777778vw 5.5555555556vw;
  background: linear-gradient(to left, #333333, #999999);
  color: #ffffff;
}
@media screen and (max-width: 450px) {
  .recruit-flow {
    padding: 20.5128205128vw 7.6923076923vw;
  }
}
.recruit-flow__inner {
  max-width: 59.1666666667vw;
  margin: 0 auto;
}
@media screen and (max-width: 450px) {
  .recruit-flow__inner {
    max-width: 100%;
  }
}
.recruit-flow__title {
  font-size: 8.3333333333vw;
  font-weight: 100;
  font-family: "Inter";
  text-align: center;
  letter-spacing: 0.2em;
  color: #D9D9D9;
  margin-bottom: 0vw;
  line-height: 1;
}
@media screen and (max-width: 450px) {
  .recruit-flow__title {
    font-size: 14.358974359vw;
    letter-spacing: 0.13em;
  }
}
.recruit-flow__subtitle {
  font-size: 1.1111111111vw;
  font-weight: 400;
  font-family: "Noto Sans JP";
  text-align: center;
  margin-bottom: 8.6805555556vw;
  letter-spacing: 0.2em;
  color: #D9D9D9;
  line-height: 1;
}
@media screen and (max-width: 450px) {
  .recruit-flow__subtitle {
    font-size: 2.5641025641vw;
    margin-bottom: 12.0512820513vw;
  }
}
.recruit-flow__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 19.8611111111vw;
  margin-bottom: 6.9444444444vw;
  position: relative;
}
@media screen and (max-width: 450px) {
  .recruit-flow__grid {
    grid-template-columns: 2 1fr;
    gap: 12.8205128205vw;
    margin-bottom: 10.2564102564vw;
  }
}
.recruit-flow__grid::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 1px;
  height: 45.5555555556vw;
  background-color: #ffffff;
  z-index: 1;
}
@media screen and (max-width: 450px) {
  .recruit-flow__grid::before {
    height: 107.6923076923vw;
  }
}
.recruit-flow__column {
  width: 19.5138888889vw;
}
@media screen and (max-width: 450px) {
  .recruit-flow__column {
    width: 33.8461538462vw;
  }
}
.recruit-flow__column-title {
  font-size: 1.6666666667vw;
  font-family: "Noto Sans JP";
  font-weight: 300;
  margin-bottom: 6.1111111111vw;
  text-align: center;
  letter-spacing: 0.3em;
  color: #f9f9f9;
  line-height: 1;
}
@media screen and (max-width: 450px) {
  .recruit-flow__column-title {
    font-size: 4.1025641026vw;
    margin-bottom: 13.3333333333vw;
  }
}
@media screen and (max-width: 450px) {
  .recruit-flow__column-title2 {
    margin-bottom: 10.2564102564vw;
  }
}
.recruit-flow__column-subtitle {
  font-size: 0.9722222222vw;
  font-family: "Noto Sans JP";
  font-weight: 300;
  display: block;
  margin-top: 0.2777777778vw;
  letter-spacing: 0.3em;
  color: #f9f9f9;
  line-height: 1;
}
@media screen and (max-width: 450px) {
  .recruit-flow__column-subtitle {
    font-size: 2.5641025641vw;
  }
}
.recruit-flow__column-subtitle-br {
  display: none;
}
@media screen and (max-width: 450px) {
  .recruit-flow__column-subtitle-br {
    display: block;
  }
}
.recruit-flow__step {
  margin-bottom: 1.6666666667vw;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.recruit-flow__step--animate {
  opacity: 1;
  transform: translateY(0);
}
.recruit-flow__step-title {
  font-size: 1.3888888889vw;
  font-weight: 300;
  font-family: "Noto Sans JP";
  letter-spacing: 0.3em;
  color: #f9f9f9;
  line-height: 1;
  margin-bottom: 0.5555555556vw;
}
@media screen and (max-width: 450px) {
  .recruit-flow__step-title {
    font-size: 4.1025641026vw;
    margin-bottom: 1.0256410256vw;
  }
}
@media screen and (max-width: 450px) {
  .recruit-flow__step-title-prefix {
    display: none;
  }
}
.recruit-flow__step-text {
  font-size: 0.9722222222vw;
  line-height: 1.4;
  font-family: "Noto Sans JP";
  letter-spacing: 0.3em;
  color: #f9f9f9;
}
@media screen and (max-width: 450px) {
  .recruit-flow__step-text {
    font-size: 3.5897435897vw;
    line-height: 1.2;
    letter-spacing: 0.09em;
    font-weight: 300;
  }
}
.recruit-flow__arrow {
  width: 1.25vw;
  height: 1.1111111111vw;
  display: flex;
  margin: 2.7777777778vw auto;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
@media screen and (max-width: 450px) {
  .recruit-flow__arrow {
    width: 2.0512820513vw;
    height: 1.7948717949vw;
    margin: 4.1025641026vw auto;
  }
}
.recruit-flow__arrow--animate {
  opacity: 1;
  transform: translateY(0);
}
.recruit-flow__arrow img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.recruit-flow__btn {
  display: inline-block;
  padding: 1.1111111111vw 5.5555555556vw;
  border: 1px solid #f9f9f9;
  font-size: 2.2222222222vw;
  font-weight: 200;
  letter-spacing: 0.2em;
  transition: 0.6s ease;
  text-align: center;
  display: block;
  width: 18.3333333333vw;
  height: 5vw;
  margin: 0 auto;
  line-height: 1;
  color: #f9f9f9;
  font-family: "Inter";
}
@media screen and (max-width: 450px) {
  .recruit-flow__btn {
    padding: 5.3846153846vw 15.3846153846vw;
    font-size: 4.6153846154vw;
    width: 70.5128205128vw;
    height: 16.4102564103vw;
  }
}
.recruit-flow__btn:hover {
  background-color: #ffffff;
  color: #666666;
}

.recruit-conditions {
  padding: 16.6666666667vw 0;
  background-color: #f9f9f9;
  border-bottom: 1px solid #252525;
}
@media screen and (max-width: 450px) {
  .recruit-conditions {
    padding: 24.6153846154vw 0;
  }
}
.recruit-conditions__inner {
  width: 59.7222222222vw;
  margin: 0 auto;
  padding-bottom: 16.6666666667vw;
}
@media screen and (max-width: 450px) {
  .recruit-conditions__inner {
    width: 100%;
    padding: 0 3.4615384615vw;
    padding-bottom: 24.6153846154vw;
  }
}
.recruit-conditions__title {
  font-size: 8.3333333333vw;
  font-weight: 100;
  font-family: "Inter";
  color: #D9D9D9;
  text-align: center;
  letter-spacing: 0.2em;
  margin-bottom: 0vw;
  line-height: 1;
}
@media screen and (max-width: 450px) {
  .recruit-conditions__title {
    font-size: 14.358974359vw;
    letter-spacing: 0.13em;
  }
}
.recruit-conditions__subtitle {
  font-size: 1.1111111111vw;
  font-weight: 400;
  font-family: "Noto Sans JP";
  text-align: center;
  margin-bottom: 8.6805555556vw;
  letter-spacing: 0.2em;
  line-height: 1;
  color: #252525;
}
@media screen and (max-width: 450px) {
  .recruit-conditions__subtitle {
    font-size: 2.5641025641vw;
    margin-bottom: 12.0512820513vw;
  }
}
.recruit-conditions__content {
  margin-bottom: 6.9444444444vw;
}
@media screen and (max-width: 450px) {
  .recruit-conditions__content {
    margin-bottom: 14.358974359vw;
  }
}
.recruit-conditions__row {
  display: flex;
  border-bottom: 1px solid #252525;
  position: relative;
  height: 9.7222222222vw;
}
@media screen and (max-width: 450px) {
  .recruit-conditions__row {
    flex-direction: row;
    border-bottom: 1px solid #252525;
    height: auto;
    padding: 4.1025641026vw 0;
  }
}
.recruit-conditions__row:first-child {
  height: 14.7222222222vw;
  padding-bottom: 0.5555555556vw;
}
@media screen and (max-width: 450px) {
  .recruit-conditions__row:first-child {
    height: auto;
    padding: 5.1282051282vw 0;
    padding-bottom: 5.1282051282vw;
  }
}
.recruit-conditions__label {
  width: 13.3333333333vw;
  font-size: 1.3888888889vw;
  font-weight: 100;
  font-family: "Noto Sans JP";
  color: #252525;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.3em;
  position: relative;
  z-index: 2;
}
.recruit-conditions__label::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.5px;
  height: 5.5555555556vw;
  background-color: #252525;
}
@media screen and (max-width: 450px) {
  .recruit-conditions__label {
    width: 23.3333333333vw;
    padding: 0 3.0769230769vw;
    font-size: 3.5897435897vw;
    border-right: none;
    border-bottom: none;
    justify-content: flex-start;
    font-weight: 300;
    letter-spacing: 0.15em;
  }
  .recruit-conditions__label::after {
    height: 8.2051282051vw;
  }
}
.recruit-conditions__row:first-child .recruit-conditions__label::after {
  height: 12.0833333333vw;
}
@media screen and (max-width: 450px) {
  .recruit-conditions__row:first-child .recruit-conditions__label::after {
    height: 28.4615384615vw;
  }
}
.recruit-conditions__value {
  width: 46.3888888889vw;
  font-size: 1.3888888889vw;
  font-weight: 100;
  font-family: "Noto Sans JP";
  color: #252525;
  line-height: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 5.5555555556vw;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 450px) {
  .recruit-conditions__value {
    width: 69.7435897436vw;
    padding: 0 4.1025641026vw;
    font-size: 3.5897435897vw;
    line-height: 1.2;
  }
}
.recruit-conditions__value--3 {
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 450px) {
  .recruit-conditions__value--3 {
    letter-spacing: 0.07em;
  }
}
@media screen and (max-width: 450px) {
  .recruit-conditions__row:first-child .recruit-conditions__value {
    position: relative;
    top: 2.0512820513vw;
  }
}
.recruit-conditions__location {
  margin-bottom: 1.1111111111vw;
}
@media screen and (max-width: 450px) {
  .recruit-conditions__location {
    margin-bottom: 1.0256410256vw;
  }
}
.recruit-conditions__location:last-of-type {
  margin-bottom: 2.2222222222vw;
}
@media screen and (max-width: 450px) {
  .recruit-conditions__location:last-of-type {
    margin-bottom: 4.1025641026vw;
  }
}
.recruit-conditions__location-name {
  font-size: 1.25vw;
  font-weight: 200;
  font-family: "Inter";
  color: #252525;
  display: block;
  margin-bottom: 0.2777777778vw;
}
@media screen and (max-width: 450px) {
  .recruit-conditions__location-name {
    font-size: 3.5897435897vw;
    margin-bottom: 0vw;
    line-height: 1.4;
    letter-spacing: 0;
  }
}
.recruit-conditions__location-address {
  font-size: 0.9722222222vw;
  font-weight: 300;
  font-family: "Inter";
  color: #252525;
  line-height: 1;
  margin: 0;
}
@media screen and (max-width: 450px) {
  .recruit-conditions__location-address {
    font-size: 3.5897435897vw;
    letter-spacing: 0;
  }
}
.recruit-conditions__note {
  font-size: 0.9722222222vw;
  font-weight: 200;
  font-family: "Inter";
  color: #252525;
  line-height: 1.6;
  margin: 0.2777777778vw 0 0 0;
}
@media screen and (max-width: 450px) {
  .recruit-conditions__note {
    font-size: 2.5641025641vw;
    margin-top: 0vw;
    line-height: 1.4;
  }
}
@media screen and (max-width: 450px) {
  .recruit-conditions__note--hide-sp {
    display: none;
  }
}
@media screen and (max-width: 450px) {
  .recruit-conditions__row:first-child .recruit-conditions__value .recruit-conditions__note {
    text-align: end;
  }
}
.recruit-conditions__btn {
  display: inline-block;
  padding: 1.1111111111vw 5.5555555556vw;
  border: 0.5px solid #252525;
  font-size: 2.2222222222vw;
  font-weight: 200;
  letter-spacing: 0.2em;
  transition: 0.6s ease;
  text-align: center;
  display: block;
  width: 18.3333333333vw;
  height: 5vw;
  margin: 0 auto 4.1666666667vw;
  line-height: 1;
  color: #252525;
  font-family: "Inter";
  background-color: transparent;
}
@media screen and (max-width: 450px) {
  .recruit-conditions__btn {
    padding: 5.1282051282vw 15.3846153846vw;
    font-size: 5.1282051282vw;
    margin-bottom: 0vw;
    width: 79.4871794872vw;
    height: 16.4102564103vw;
  }
}
.recruit-conditions__gallery {
  display: flex;
  position: relative;
  flex-direction: column;
  width: 100%;
  height: 109.4444444444vw;
  overflow: hidden;
}
@media screen and (max-width: 450px) {
  .recruit-conditions__gallery {
    height: 132.3076923077vw;
  }
}
.recruit-conditions__gallery-item {
  position: absolute;
  object-fit: cover;
}
.recruit-conditions__gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.recruit-conditions__gallery-item--1 {
  width: 68.2638888889vw;
  height: 37.8472222222vw;
  top: 0;
  left: 0;
}
@media screen and (max-width: 450px) {
  .recruit-conditions__gallery-item--1 {
    width: 72.8205128205vw;
    height: 45.1282051282vw;
    top: 0vw;
    left: 0vw;
  }
}
.recruit-conditions__gallery-item--2 {
  width: 45.2083333333vw;
  height: 54.9305555556vw;
  top: 46.1805555556vw;
  right: 0;
}
@media screen and (max-width: 450px) {
  .recruit-conditions__gallery-item--2 {
    width: 60.5128205128vw;
    height: 81.0256410256vw;
    top: auto;
    right: 0vw;
    bottom: 0vw;
  }
}
.recruit-conditions__gallery-item--3 {
  width: 33.9583333333vw;
  height: 50vw;
  top: 59.4444444444vw;
  left: 11.1111111111vw;
}
@media screen and (max-width: 450px) {
  .recruit-conditions__gallery-item--3 {
    display: none;
  }
}

.recruit-entry {
  padding: 8.3333333333vw 5.5555555556vw;
  background-color: #f5f5f5;
}
@media screen and (max-width: 450px) {
  .recruit-entry {
    padding: 20.5128205128vw 5.1282051282vw;
  }
}
.recruit-entry__inner {
  max-width: 55.5555555556vw;
  margin: 0 auto;
  text-align: center;
}
.recruit-entry__title {
  font-size: 2.7777777778vw;
  font-weight: 400;
  margin-bottom: 1.3888888889vw;
}
@media screen and (max-width: 450px) {
  .recruit-entry__title {
    font-size: 7.1794871795vw;
  }
}
.recruit-entry__text {
  font-size: 1.1111111111vw;
  margin-bottom: 2.7777777778vw;
}
@media screen and (max-width: 450px) {
  .recruit-entry__text {
    font-size: 3.5897435897vw;
  }
}

.recruit-curriculum__image .recruit-pc-only {
  display: block !important;
}
@media screen and (max-width: 450px) {
  .recruit-curriculum__image .recruit-pc-only {
    display: none !important;
  }
}
.recruit-curriculum__image .recruit-sp-only {
  display: none !important;
}
@media screen and (max-width: 450px) {
  .recruit-curriculum__image .recruit-sp-only {
    display: block !important;
  }
}

.recruit-staff__slider {
  position: relative;
  margin-bottom: 5.5555555556vw;
  overflow: visible;
}
@media screen and (max-width: 450px) {
  .recruit-staff__slider {
    margin-bottom: 10.2564102564vw;
    overflow: hidden;
  }
}
.recruit-staff__slider .swiper-button-next,
.recruit-staff__slider .swiper-button-prev {
  display: none;
}
.recruit-staff__slider .swiper-button-next.recruit-staff__arrow,
.recruit-staff__slider .swiper-button-prev.recruit-staff__arrow {
  display: flex;
}
.recruit-staff__slider .swiper-wrapper {
  align-items: center;
}
.recruit-staff__slide {
  position: relative;
  cursor: pointer;
  pointer-events: none;
  width: 36.4583333333vw;
  height: 38.1944444444vw !important;
}
@media screen and (max-width: 450px) {
  .recruit-staff__slide {
    width: 76.9230769231vw !important;
    height: 76.9230769231vw !important;
  }
}
.recruit-staff__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: relative;
  z-index: 0;
  pointer-events: none;
}
.recruit-staff__slide.swiper-slide-active {
  pointer-events: auto;
  z-index: 15;
}
.recruit-staff__slide.swiper-slide-active img {
  pointer-events: none;
}
.recruit-staff__slide.swiper-slide-active .recruit-staff__slide-overlay {
  opacity: 0 !important;
  pointer-events: none;
}
@media screen and (max-width: 450px) {
  .recruit-staff__slide.swiper-slide-active .recruit-staff__slide-overlay {
    width: 76.9230769231vw !important;
    height: 76.9230769231vw !important;
  }
}
.recruit-staff__slide.swiper-slide-active .recruit-staff__slide-text {
  pointer-events: none;
}
.recruit-staff__slide:not(.swiper-slide-active) {
  pointer-events: none;
  z-index: 1;
}
.recruit-staff__slide:not(.swiper-slide-active) .recruit-staff__slide-overlay {
  opacity: 1;
  transition: opacity 0.3s ease;
  background-color: rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 450px) {
  .recruit-staff__slide:not(.swiper-slide-active) .recruit-staff__slide-overlay {
    width: 50.2564102564vw !important;
    height: 50.2564102564vw !important;
  }
}
.recruit-staff__slide::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8.6805555556vw;
  background: linear-gradient(to top, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
  z-index: 1;
}
@media screen and (max-width: 450px) {
  .recruit-staff__slide::after {
    height: 17.4358974359vw;
  }
}
.recruit-staff__slide-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-left: 2.7777777778vw;
  padding-bottom: 1.5972222222vw;
  z-index: 10;
  pointer-events: none;
}
@media screen and (max-width: 450px) {
  .recruit-staff__slide-text {
    padding-left: 7.9487179487vw;
    padding-bottom: 3.2051282051vw;
  }
}
.recruit-staff__slide-name {
  font-size: 3.3333333333vw;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  color: #F9F9F9;
  line-height: 1;
  margin-bottom: 0.2777777778vw;
  letter-spacing: 0.2em;
  position: relative;
  z-index: 11;
}
@media screen and (max-width: 450px) {
  .recruit-staff__slide-name {
    font-size: 6.6666666667vw;
    margin-bottom: 1.0256410256vw;
  }
}
.recruit-staff__slide-store {
  font-size: 1.1111111111vw;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  color: #F9F9F9;
  line-height: 1;
  letter-spacing: 0.2em;
  position: relative;
  z-index: 11;
}
@media screen and (max-width: 450px) {
  .recruit-staff__slide-store {
    font-size: 2.2307692308vw;
  }
}
.recruit-staff__slide-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity 0.6s ease;
  pointer-events: none;
  z-index: 1;
}
@media screen and (max-width: 450px) {
  .recruit-staff__slide-overlay {
    display: none;
  }
}
.recruit-staff__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: transparent;
  border: none;
  padding: 0;
  width: 0.8333333333vw;
  height: 1.9444444444vw;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s ease;
  z-index: 10;
}
@media screen and (max-width: 450px) {
  .recruit-staff__arrow {
    width: 3.2051282051vw;
    height: 7.1794871795vw;
  }
}
.recruit-staff__arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20.8333333333vw;
  height: 38.1944444444vw;
  z-index: -1;
}
@media screen and (max-width: 450px) {
  .recruit-staff__arrow::before {
    width: 25.641025641vw;
    height: 76.9230769231vw;
  }
}
.recruit-staff__arrow--prev::before {
  right: 0.4166666667vw;
}
@media screen and (max-width: 450px) {
  .recruit-staff__arrow--prev::before {
    right: 1.5384615385vw;
  }
}
.recruit-staff__arrow--next::before {
  left: 0.4166666667vw;
}
@media screen and (max-width: 450px) {
  .recruit-staff__arrow--next::before {
    left: 1.5384615385vw;
  }
}
.recruit-staff__arrow img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  position: relative;
  z-index: 1;
}
.recruit-staff__arrow:hover {
  opacity: 0.7;
}
.recruit-staff__arrow--prev {
  left: 27.7777777778vw;
}
@media screen and (max-width: 450px) {
  .recruit-staff__arrow--prev {
    left: 5.1282051282vw;
  }
}
.recruit-staff__arrow--next {
  right: 27.7777777778vw;
}
@media screen and (max-width: 450px) {
  .recruit-staff__arrow--next {
    right: 5.1282051282vw;
  }
}
.recruit-staff__pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5555555556vw;
  margin-top: 5.5555555556vw;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 450px) {
  .recruit-staff__pagination {
    gap: 3.0769230769vw;
    margin-top: 6.1538461538vw;
  }
}
@media screen and (max-width: 450px) {
  .recruit-staff__pagination {
    gap: 0.5128205128vw;
    margin-top: 8.2051282051vw;
  }
}
.recruit-staff__pagination .swiper-pagination-bullet {
  width: 2.7777777778vw;
  height: 0.2083333333vw;
  background-color: #D9D9D9;
  transition: 0.3s ease;
  cursor: pointer;
  margin: 0;
  opacity: 1;
  border-radius: 0;
}
@media screen and (max-width: 450px) {
  .recruit-staff__pagination .swiper-pagination-bullet {
    width: 5.3846153846vw;
    height: 0.3846153846vw;
  }
}
.recruit-staff__pagination .swiper-pagination-bullet:hover, .recruit-staff__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #252525;
}
.recruit-staff__pagination-dot {
  width: 2.7777777778vw;
  height: 0.2083333333vw;
  background-color: #D9D9D9;
  transition: 0.3s ease;
  cursor: pointer;
}
@media screen and (max-width: 450px) {
  .recruit-staff__pagination-dot {
    width: 5.3846153846vw;
    height: 0.3846153846vw;
  }
}
.recruit-staff__pagination-dot--active {
  background-color: #252525;
}
.recruit-staff__pagination-dot:hover {
  opacity: 0.7;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next::after {
  content: none;
}

/*# sourceMappingURL=style.css.map */
