@charset "UTF-8";
.fv {
  position: relative;
  height: 900px;
  overflow: hidden;
}
@media (max-width: 1200px) and (min-width: 961px) {
  .fv {
    height: 75vw;
  }
}
@media screen and (max-width: 960px) {
  .fv {
    height: 450px;
  }
}
.fv .inner {
  position: relative;
  height: 100%;
}
@media screen and (max-width: 960px) {
  .fv .inner {
    max-width: 375px;
  }
}

.fv__title {
  margin-top: 300px;
  position: relative;
  z-index: 1;
  mix-blend-mode: difference;
}
@media (max-width: 1200px) and (min-width: 961px) {
  .fv__title {
    margin-top: 25vw;
  }
}
@media screen and (max-width: 960px) {
  .fv__title {
    margin-top: 80px;
  }
}
.fv__title .fv__title--en {
  font-family: "Marcellus", serif;
  font-size: 120px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 6px;
}
@media (max-width: 1200px) and (min-width: 961px) {
  .fv__title .fv__title--en {
    font-size: 10vw;
  }
}
@media screen and (max-width: 960px) {
  .fv__title .fv__title--en {
    font-size: 80px;
    letter-spacing: 4px;
  }
}

.fv__img {
  opacity: 0;
  position: absolute;
  width: 100%;
  max-width: 316px;
}
@media (max-width: 1200px) and (min-width: 961px) {
  .fv__img {
    max-width: 26.3333333333vw;
  }
}
@media screen and (max-width: 960px) {
  .fv__img {
    max-width: 155px;
  }
}

.fv__img--01 {
  top: 170px;
  left: 381px;
}
@media (max-width: 1200px) and (min-width: 961px) {
  .fv__img--01 {
    top: 14.1666666667vw;
    left: 31.75vw;
  }
}
@media screen and (max-width: 960px) {
  .fv__img--01 {
    top: 160px;
    left: 30px;
  }
}

.fv__img--02 {
  top: 225px;
  right: 272px;
  mix-blend-mode: difference;
}
@media (max-width: 1200px) and (min-width: 961px) {
  .fv__img--02 {
    top: 18.75vw;
    right: 22.6666666667vw;
  }
}
@media screen and (max-width: 960px) {
  .fv__img--02 {
    top: 186px;
    right: 110px;
  }
}

.fv__img--03 {
  right: 45px;
  bottom: 150px;
  mix-blend-mode: screen;
}
@media (max-width: 1200px) and (min-width: 961px) {
  .fv__img--03 {
    right: 3.75vw;
    bottom: 12.5vw;
  }
}
@media screen and (max-width: 960px) {
  .fv__img--03 {
    left: 191px;
    right: auto;
    top: 212px;
    bottom: auto;
  }
}

.recruit .inner {
  padding-top: 26px;
}
@media screen and (max-width: 960px) {
  .recruit .inner {
    padding-top: 170px;
  }
}

.recruit__list {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 80px;
  max-width: 1000px;
}
@media screen and (max-width: 960px) {
  .recruit__list {
    max-width: 400px;
    gap: 56px;
  }
}

.recruit__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 960px) {
  .recruit__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.recruit__item:nth-child(2n+1) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 960px) {
  .recruit__item:nth-child(2n+1) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.recruit__content {
  width: 51.3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 960px) {
  .recruit__content {
    width: 100%;
    margin-top: 16px;
  }
}

.recruit__title {
  font-size: 28px;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 1.4px;
  mix-blend-mode: difference;
}
@media screen and (max-width: 960px) {
  .recruit__title {
    font-size: 24px;
    letter-spacing: 1.2px;
  }
}

.recruit__text {
  margin-top: 8px;
  mix-blend-mode: difference;
}

.recruit__img {
  max-width: 426px;
}
@media screen and (max-width: 960px) {
  .recruit__img {
    max-width: 100%;
  }
}

/* ===============================================
# スライダー部分
=============================================== */
.circle-content {
  overflow: hidden;
}

.circle-wrapper {
  width: 100%;
  height: auto;
  aspect-ratio: 2/1;
  position: relative;
  overflow: hidden;
  padding-top: 800px;
}
@media (max-width: 1440px) {
  .circle-wrapper {
    padding-top: 55.5555555556vw;
  }
}
@media screen and (max-width: 960px) {
  .circle-wrapper {
    padding-top: 400px;
  }
}

.circle {
  --r: 1728px;
  /* 1440pxの120vwに相当する固定値 */
  /* 画面幅に応じて半径を動的に設定 */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(var(--r) * 2);
  height: calc(var(--r) * 2);
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 320px;
  left: 50%;
  translate: -50% 0;
  -webkit-animation: rotate-circle 300s linear infinite;
          animation: rotate-circle 300s linear infinite;
  /* 円全体の回転 */
}
@media (max-width: 1440px) {
  .circle {
    --r: calc(120vw);
    top: 22.2222222222vw;
  }
}
@media screen and (max-width: 960px) {
  .circle {
    --r: 1330px;
    /* 960px × 1.2 = 1152px */
    top: 220px;
  }
}

.circle > .circle__item {
  --a2: calc(var(--a) * 1deg - 90deg);
  --x: calc(cos(var(--a2)) * var(--r));
  --y: calc(sin(var(--a2)) * var(--r));
  position: absolute;
  translate: var(--x) var(--y);
  rotate: calc(var(--a) * 1deg);
  /* 外向き */
}

.circle > .circle__item img {
  max-width: 320px;
  height: auto;
  aspect-ratio: 320/380;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1440px) {
  .circle > .circle__item img {
    max-width: 22.2222222222vw;
  }
}
@media screen and (max-width: 960px) {
  .circle > .circle__item img {
    max-width: 240px;
  }
}

/* 円全体の回転アニメーション */
@-webkit-keyframes rotate-circle {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate-circle {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* ===============================================
# entry
=============================================== */
.entry .inner {
  padding-top: 20px;
  padding-bottom: 180px;
}
@media screen and (max-width: 960px) {
  .entry .inner {
    padding-top: 105px;
  }
}

.entry__wrapper {
  text-align: center;
}

.entry__btn {
  padding: 125px 70px;
  border: 1px solid #FFFFFF;
  text-align: center;
  font-family: "Marcellus", serif;
  font-size: 80px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: normal;
  letter-spacing: 4px;
  mix-blend-mode: difference;
  display: inline-block;
  scale: 0.5;
  -webkit-transition: border-radius 0.5s ease;
  transition: border-radius 0.5s ease;
}
@media screen and (max-width: 960px) {
  .entry__btn {
    font-size: 64px;
    padding: 100px 60px;
    max-width: 280px;
    letter-spacing: 3.2px;
  }
}
.entry__btn:hover {
  border-radius: 50%;
}