img {
  height: auto;
  width: 100%;
}

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

.sp-b {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .sp-b {
    display: block !important;
  }
}

.pc-ib {
  display: inline-block !important;
}
@media screen and (max-width: 767px) {
  .pc-ib {
    display: none !important;
  }
}

.sp-ib {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .sp-ib {
    display: inline-block !important;
  }
}

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

.sp-f {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .sp-f {
    display: flex !important;
  }
}

.mv {
  height: 100vh;
  width: 100%;
  background: url(/recruit/img/mv-bg.jpg) no-repeat;
  background-size: cover;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .mv {
    padding-top: 77.5px;
    height: auto;
  }
}
.mv__inner {
  height: inherit;
  width: inherit;
  position: relative;
}
.mv__scroll {
  position: absolute;
  left: 50%;
  bottom: 0;
  translate: -50% 0;
  z-index: 20;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .mv__scroll {
    display: none;
  }
}
.mv__scroll img {
  width: 50px;
}
.mv__scroll-line {
  height: 65px;
  width: 1px;
  background: var(--white);
  animation: scroll 1.5s infinite;
}
@keyframes scroll {
  0% {
    scale: 1 0;
    transform-origin: center top;
  }
  49.9% {
    transform-origin: center top;
    scale: 1 1;
  }
  50% {
    transform-origin: center bottom;
    scale: 1 1;
  }
  100% {
    scale: 1 0;
    transform-origin: center bottom;
  }
}
@media screen and (max-width: 767px) {
  .mv__content {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 767px) {
  .mv__left {
    padding-block: 32px;
  }
}
.mv__left i {
  font-style: normal;
}
.mv__title {
  position: absolute;
  top: 50%;
  left: 3.333vw;
  color: var(--black);
  font-size: 7.2vw;
  font-weight: bold;
  font-family: var(--barlow);
  z-index: 15;
  opacity: 0;
  translate: 0 -45%;
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 1120px) {
  .mv__title {
    font-size: 8.2vw;
  }
}
@media screen and (max-width: 1120px) and (max-width: 767px) {
  .mv__title {
    position: relative;
    margin-inline: auto;
    font-size: 17vw;
    translate: unset !important;
    transform: translate(0) !important;
  }
}
.mv__title-small {
  letter-spacing: -0.05em;
  font-size: 3.333vw;
}
.mv__right {
  height: inherit;
  margin-left: auto;
  display: flex;
}
@media screen and (max-width: 767px) {
  .mv__right {
    width: 100%;
    height: auto;
    aspect-ratio: 750/844;
    overflow: hidden;
    position: relative;
  }
}
.mv__person {
  position: absolute;
  top: 0;
  height: 100%;
  width: auto;
  object-fit: cover;
  translate: 12vw -100%;
  filter: grayscale(var(--gray, 100%));
  transition: filter 1s;
}
.mv__person--left {
  z-index: 1;
  right: 32.5vw;
  background: #000;
  width: 32vw;
  clip-path: polygon(12vw 0%, 100% 0%, calc(100% - 12vw) 100%, 0% 100%);
  background: url(../img/mv-person-1.jpg) center/cover, no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1120px) {
  .mv__person--left {
    width: 34.6666666667vw;
    right: 45.2vw;
  }
}
@media screen and (max-width: 1120px) and (max-width: 767px) {
  .mv__person--left {
    clip-path: polygon(0% 0%, 100% 0%, calc(100% - 25.46vw) 100%, 0% 100%);
    width: 58.2666666667vw;
    left: -14.26vw;
  }
}
.mv__person--center {
  z-index: 2;
  right: 12.9vw;
  background: #eee;
  width: 31.6666666667vw;
  clip-path: polygon(12vw 0%, 100% 0%, calc(100% - 12vw) 100%, 0% 100%);
  background: url(../img/mv-person-2.jpg) center/cover, no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1120px) {
  .mv__person--center {
    right: 22.6vw;
    width: 34.6666666667vw;
  }
}
@media screen and (max-width: 1120px) and (max-width: 767px) {
  .mv__person--center {
    clip-path: polygon(25.46vw 0%, 100% 0%, calc(100% - 25.46vw) 100%, 0% 100%);
    width: 58.4vw;
    left: 19.35vw;
  }
}
.mv__person--right {
  z-index: 3;
  background: #ccc;
  right: 0;
  width: 25vw;
  clip-path: polygon(12vw 0%, 100% 0%, 100% 100%, 0% 100%);
  background: url(../img/mv-person-3.jpg) center/cover, no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1120px) {
  .mv__person--right {
    width: 34.6666666667vw;
  }
}
@media screen and (max-width: 1120px) and (max-width: 767px) {
  .mv__person--right {
    clip-path: polygon(25.46vw 0%, 100% 0%, 100% 100%, 0% 100%);
    width: 57.3333333333vw;
    left: 53.06vw;
  }
}

.section-title {
  color: var(--black);
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .section-title {
    margin-bottom: 15px;
  }
}
.section-title__en {
  display: flex;
  align-items: center;
  font-family: var(--barlow);
  font-weight: bold;
  gap: 8px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .section-title__en {
    margin-bottom: 10px;
  }
}
.section-title__en::before {
  content: "";
  height: 1px;
  width: 40px;
  background: var(--black);
}
.section-title__jp {
  font-family: var(--sans);
  font-weight: bold;
  font-size: 38px;
  line-height: 1.5789473684;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .section-title__jp {
    font-size: 26px;
  }
}

.button {
  color: var(--black);
  padding-right: 110px;
  display: block;
  width: fit-content;
  margin-left: auto;
  position: relative;
}
@media (hover) {
  .button:hover::before {
    scale: 0 1;
  }
  .button:hover::after {
    scale: 0.4;
    background: var(--black);
  }
}
@media screen and (max-width: 767px) {
  .button {
    font-size: 14px;
    padding-right: 50px;
    margin-top: 30px;
  }
}
.button::before {
  content: "";
  transition: scale 0.3s;
  transform-origin: right top;
  position: absolute;
  top: 50%;
  right: 20px;
  translate: 0 -50%;
  height: 1px;
  width: 72px;
  display: block;
  background: var(--black);
}
@media screen and (max-width: 767px) {
  .button::before {
    width: 36px;
    right: 10px;
  }
}
.button::after {
  transition: scale 0.3s 0.1s, background 0.3s;
  position: absolute;
  right: 0;
  top: 50%;
  translate: 0 -50%;
  content: "";
  display: block;
  height: auto;
  width: 40px;
  aspect-ratio: 1;
  border-radius: 9999px;
  border: solid 1px var(--black);
}
@media screen and (max-width: 767px) {
  .button::after {
    width: 20px;
  }
}

.message {
  height: 100vh;
  width: 100%;
  background: url(../img/message-bg.jpg) top right/cover, no-repeat;
  background-size: cover;
  overflow: hidden;
}
@media screen and (max-width: 1080px) {
  .message {
    height: auto;
    padding-block: 25vw;
  }
}
@media screen and (max-width: 1080px) and (max-width: 767px) {
  .message {
    padding-block: 48vw 56vw;
    height: auto;
  }
}
.message__inner {
  height: inherit;
  width: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}
.message__daia {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  transform-origin: center center;
  height: auto;
  width: 64%;
  aspect-ratio: 1914/1224;
  background: url(../img/message-bg-blue.png) no-repeat;
  background-size: cover;
  z-index: 0;
}
@media screen and (max-width: 1080px) {
  .message__daia {
    width: 140%;
  }
}
@media screen and (max-width: 1080px) and (max-width: 767px) {
  .message__daia {
    background: url(../img/message-bg-blue-sp.png) center/cover, no-repeat;
    aspect-ratio: 750/930;
    width: 100%;
  }
}
.message__content {
  position: relative;
  z-index: 5;
  max-width: 675px;
  width: 90%;
}
@media screen and (max-width: 1450px) {
  .message__content {
    max-width: 600px;
  }
}
.message__text {
  color: var(--black);
  font-family: var(--sans);
  max-width: 440px;
  margin-left: auto;
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 1.9375;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1450px) and (max-width: 767px) {
  .message__text {
    font-size: 14px;
  }
}
@media screen and (max-width: 1450px) and (max-width: 767px) {
  .message__text {
    font-size: 14px;
  }
}
.message__title {
  white-space: nowrap;
  font-size: 52px;
}
@media screen and (max-width: 1450px) {
  .message__title {
    font-size: 40px;
  }
}
@media screen and (max-width: 1450px) and (max-width: 767px) {
  .message__title {
    font-size: 26px;
    margin-left: -14px;
    white-space: nowrap;
  }
}
.message__title--large {
  margin-left: -20px;
  font-size: 63px;
}
@media screen and (max-width: 1450px) {
  .message__title--large {
    font-size: 50px;
  }
}
@media screen and (max-width: 1450px) and (max-width: 767px) {
  .message__title--large {
    font-size: 34px;
    margin-left: -5px;
  }
}

.works {
  overflow: hidden;
  background: url(../img/works-bg.jpg) no-repeat;
  background-size: cover;
  padding-top: 160px;
  --left: -4.6vw;
}
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@media screen and (max-width: 767px) {
  .works {
    padding-top: 80px;
  }
}
.works__inner {
  margin: 0 auto 130px;
  width: 90%;
  max-width: 1100px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .works__inner {
    flex-direction: column;
    margin: 0 auto 50px;
  }
}
.works__slider {
  width: 110%;
  margin-left: -10%;
  display: flex;
  justify-content: center;
  animation: infinity-scroll-left 60s infinite linear both;
}
@media screen and (max-width: 767px) {
  .works__slider {
    animation: infinity-scroll-left 50s infinite linear both;
  }
}
@media screen and (max-width: 767px) and (max-width: 640px) {
  .works__slider {
    animation: infinity-scroll-left 10s infinite linear both;
  }
}
.works__slider:nth-child(2) {
  margin-left: var(--left);
}
.works__slider-wrap {
  display: flex;
}
.works__slider-item {
  overflow: hidden;
  min-width: 460px;
  clip-path: polygon(4.6vw 0%, 100% 0%, calc(100% - 4.6vw) 100%, 0% 100%);
}
@media screen and (max-width: 767px) {
  .works__slider-item {
    min-width: 300px;
  }
}
.works__slider-item:not(:first-child) {
  margin-left: var(--left);
}
.works__left {
  max-width: 455px;
  width: 100%;
}
.works__right {
  display: block;
  width: 100%;
  max-width: 605px;
  margin-right: -50px;
}
@media screen and (max-width: 767px) {
  .works__right {
    margin-top: 25px;
    margin-left: auto;
    margin-right: -17vw;
  }
}
.works__text {
  font-size: 16px;
  line-height: 2.1875;
  letter-spacing: 0.04em;
  margin-bottom: 30px;
  color: var(--black);
  font-family: var(--sans);
}
@media screen and (max-width: 767px) {
  .works__text {
    font-size: 14px;
  }
}
.works .section-title__jp {
  font-size: 38px;
  line-height: 1.5789473684;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .works .section-title__jp {
    font-size: 26px;
  }
}

.interview {
  padding: 120px 0;
  background: url(../img/interview-bg.jpg) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .interview {
    padding: 60px 0;
  }
}
.interview__inner {
  width: 90%;
  margin: 0 auto;
  max-width: 1330px;
}
.interview__top {
  display: flex;
  gap: 100px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .interview__top {
    flex-direction: column;
    gap: 0;
  }
}
.interview__top-left {
  max-width: 500px;
  width: 100%;
}
.interview__top-right {
  width: 100%;
  max-width: 450px;
  color: var(--black);
  font-size: 16px;
  line-height: 2.1875;
  letter-spacing: 0.04em;
}
.interview__top__button {
  margin-top: 30px;
  color: var(--black);
}
@media (hover) {
  .interview__top__button:hover::after {
    background: var(--black);
  }
}
.interview__top__button::before {
  background: var(--black);
}
.interview__top__button::after {
  border-color: var(--black);
}
.interview .swiper-container .swiper-bottom {
  display: flex;
}
@media screen and (max-width: 767px) {
  .interview .swiper-container .swiper-bottom {
    flex-direction: column;
    align-items: center;
  }
}
.interview .swiper-container .swiper {
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .interview .swiper-container .swiper {
    padding-bottom: 0;
  }
}
.interview .swiper-container .swiper .swiper-navi {
  width: calc(60.1503759398% - 6.7%);
}
@media screen and (max-width: 767px) {
  .interview .swiper-container .swiper .swiper-navi {
    width: 100%;
  }
}
.interview .swiper-container .swiper .bar {
  margin-bottom: 20px;
  position: relative;
  width: 100%;
  height: 5px;
  background: #fff;
  margin-left: 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .interview .swiper-container .swiper .bar {
    margin-bottom: 0;
  }
}
.interview .swiper-container .swiper .bar span {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #2c617e;
  border-radius: 10px;
  transform: scaleX(0);
  transform-origin: left center;
  transition-timing-function: linear;
}
.interview .swiper-container .swiper .swiper-navi-inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .interview .swiper-container .swiper .swiper-navi-inner {
    justify-content: center;
    gap: 0.5em;
    margin-top: 15px;
  }
}
.interview .swiper-container .swiper .swiper-pagination-fraction {
  color: var(--black);
  width: fit-content;
  position: static;
  font-size: 22px;
  font-weight: 300;
  font-size: min(22px, 1.4666666667vw);
}
@media screen and (max-width: 767px) {
  .interview .swiper-container .swiper .swiper-pagination-fraction {
    font-size: 16px;
  }
}
.interview .swiper-container .swiper .swiper-button-prev::before {
  transition: scale 0.3s 0.1s, background 0.3s;
}
.interview .swiper-container .swiper .swiper-button-prev::after {
  transition: scale 0.3s;
  transform-origin: left top;
}
.interview .swiper-container .swiper .swiper-button-next::before {
  transition: scale 0.3s 0.1s, background 0.3s;
}
.interview .swiper-container .swiper .swiper-button-next::after {
  transition: scale 0.3s;
  transform-origin: right top;
}
.interview .swiper-container .swiper .swiper-button-prev,
.interview .swiper-container .swiper .swiper-button-next {
  position: relative;
  width: 35px;
  inset: unset;
  height: 17px;
  width: 33px;
  margin-top: 0;
}
@media (hover) {
  .interview .swiper-container .swiper .swiper-button-prev:hover::before,
  .interview .swiper-container .swiper .swiper-button-next:hover::before {
    scale: 0.6;
    background: var(--black);
  }
  .interview .swiper-container .swiper .swiper-button-prev:hover::after,
  .interview .swiper-container .swiper .swiper-button-next:hover::after {
    scale: 0 1;
  }
}
.interview .swiper-container .swiper .swiper-button-prev::before,
.interview .swiper-container .swiper .swiper-button-next::before {
  display: block;
  content: "";
  height: auto;
  width: 17px;
  aspect-ratio: 1;
  border: solid 1px var(--black);
  border-radius: 9999px;
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
}
.interview .swiper-container .swiper .swiper-button-prev::after,
.interview .swiper-container .swiper .swiper-button-next::after {
  content: "";
  height: 1px;
  width: 24px;
  background: var(--black);
  position: absolute;
  top: 50%;
  left: 9px;
}
.interview .swiper-container .swiper .swiper-button-next::before {
  left: auto;
  right: 0;
}
.interview .swiper-container .swiper .swiper-button-next::after {
  left: auto;
  right: 9px;
}
.interview .swiper-container .swiper .swiper-wrapper {
  width: 100%;
}
.interview .swiper-container .swiper .swiper-wrapper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--black);
}
@media screen and (max-width: 767px) {
  .interview .swiper-container .swiper .swiper-wrapper .swiper-slide {
    flex-direction: column;
  }
}
.interview .swiper-container .swiper .swiper-wrapper .swiper-slide .swiper-slide-left {
  position: relative;
  z-index: 3;
  width: 60.1503759398%;
  overflow: hidden;
  clip-path: polygon(9.8% 0%, 100% 0%, 90.2% 100%, 0% 100%);
}
@media screen and (max-width: 767px) {
  .interview .swiper-container .swiper .swiper-wrapper .swiper-slide .swiper-slide-left {
    clip-path: unset;
    width: 100%;
    margin-top: 35px;
  }
}
.interview .swiper-container .swiper .swiper-wrapper .swiper-slide .swiper-slide-right {
  padding: min(60px, 4vw) min(80px, 5.3333333333vw) min(45px, 3vw) min(60px, 4vw);
  position: relative;
  z-index: 1;
  background: rgba(255, 255, 255, 0.35);
  margin-left: -5%;
  width: 46.2406015038%;
  clip-path: polygon(6% 0%, 100% 0%, 94% 100%, 0% 100%);
}
@media screen and (max-width: 767px) {
  .interview .swiper-container .swiper .swiper-wrapper .swiper-slide .swiper-slide-right {
    clip-path: unset;
    width: 100%;
    margin-left: 0;
    padding: 25px 20px;
  }
}
.interview .swiper-container .swiper .swiper-wrapper .swiper-slide .swiper-slide-title {
  font-size: 32px;
  line-height: 1.5625;
  letter-spacing: 0em;
  font-size: min(32px, 2.1333333333vw);
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .interview .swiper-container .swiper .swiper-wrapper .swiper-slide .swiper-slide-title {
    font-size: 22px;
  }
}
.interview .swiper-container .swiper .swiper-wrapper .swiper-slide .swiper-slide-name {
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0em;
  font-size: min(24px, 1.6vw);
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .interview .swiper-container .swiper .swiper-wrapper .swiper-slide .swiper-slide-name {
    font-size: 16px;
  }
}
.interview .swiper-container .swiper .swiper-wrapper .swiper-slide .swiper-slide-name span {
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0em;
  font-size: min(16px, 1.0666666667vw);
  margin-left: 15px;
  color: #172b43;
}
@media screen and (max-width: 767px) {
  .interview .swiper-container .swiper .swiper-wrapper .swiper-slide .swiper-slide-name span {
    font-size: 12px;
  }
}
.interview .swiper-container .swiper .swiper-wrapper .swiper-slide .swiper-slide-info {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0em;
  font-size: min(16px, 1.0666666667vw);
}
@media screen and (max-width: 767px) {
  .interview .swiper-container .swiper .swiper-wrapper .swiper-slide .swiper-slide-info {
    font-size: 12px;
  }
}
.interview .swiper-container .swiper .swiper-wrapper .swiper-slide.swiper-slide-thumb {
  filter: grayscale(100%);
}
.interview .swiper-container .swiper .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
  filter: initial;
}
.interview .swiper-container .slider-thumbnail {
  margin-top: -80px;
  margin-left: 4vw;
  max-width: 386px;
}
@media screen and (max-width: 767px) {
  .interview .swiper-container .slider-thumbnail {
    margin-top: 20px;
    margin-inline: 0;
  }
}
.interview .swiper-container .slider-thumbnail .swiper-wrapper {
  display: flex;
}

.career {
  background: var(--black);
  padding: 80px 0 100px;
  color: var(--white);
}
@media screen and (max-width: 767px) {
  .career {
    padding: 40px 0 50px;
  }
}
.career__inner {
  width: 90%;
  margin: 0 auto;
  max-width: 520px;
}
.career__inner .section-title {
  color: var(--white);
}
.career__inner .section-title__en::before {
  background: var(--white);
}
.career__text {
  font-size: 16px;
  line-height: 2.1875;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .career__text {
    font-size: 14px;
  }
}
.career__button {
  margin-top: 30px;
  color: var(--white);
}
@media (hover) {
  .career__button:hover::after {
    background: var(--white);
  }
}
.career__button::before {
  background: var(--white);
}
.career__button::after {
  border-color: var(--white);
}

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