@charset "UTF-8";

.recruit-info-wrap {
  position: relative;
  margin-top: 80px;
  padding: 120px 0 100px;
  background-size: 100%;
  background-repeat: no-repeat;
  z-index: 5;
  @media only screen and (max-width: 1365px) {
    background-size: auto 100%;
  }
  @media only screen and (max-width:767px){
    padding: 50px 0;
  }

  .page-breadcrumb {
    margin-bottom: 0;
    position: relative;
    z-index: 3;
  }
}

.recruit-info-bg {
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  z-index: -1;
}
.recruit-info-bg.bg1920 {
  object-fit: cover;
  display: block;
  height: 100%;
  @media only screen and (max-width:1450px) {
    display: none;
  }
}
.recruit-info-bg.bg1450 {
  display: none;
  height: 100%;
  @media only screen and (max-width:1450px) {
    display: block;
  }
  @media only screen and (max-width:767px) {
    display: none;
  }
}
.recruit-info-bg.bg767 {
  object-fit: cover;
  display: none;
  height: 100%;
  @media only screen and (max-width:767px) {
    display: block;
  }
}

.recruit-info-left {
  width: 50%;
  @media only screen and (max-width:767px){
    width: 100%;
    order: 2;
  }
}

.recruit-info-right {
  width: 50%;
  @media only screen and (max-width:767px){
    width: 100%;
    order: 1;
    position: relative;
    z-index: 2;
  }
}

.recruit-info-girl {
  position: relative;
  top: -160px;
  left: -230px;
  width: 140%;
  z-index: 1;
  @media only screen and (max-width:1450px){
    top: -12vw;
    left: -17vw;
  }
  @media only screen and (max-width:1100px){
    top: -12vw;
    left: -17vw;
  }
  @media only screen and (max-width:767px){
    width: 170%;
    top: -13vw;
    left: -30vw;
  }
}

.recruit-title p {
  overflow: hidden;
}
.recruit-title.black {
  color: #2E2E2E;
}
.recruit-title.white {
  color: #fff;
}

.recruit-title-en {
  display: block;
  font-size: 80px;
  letter-spacing: -0.8px;
  @media only screen and (max-width: 1100px) {
    font-size: 7.8vw;
  }
  @media only screen and (max-width: 767px) {
    font-size: clamp(46px, calc(12.245vw + 0.08px), 94px);
    letter-spacing: 0.8px;
    margin-top: 30px;
  }
}

.recruit-title-jp {
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  font-weight: 700;
  padding-top: 23px;
}
@media only screen and (max-width: 1919px) {
  .recruit-title-jp {
    font-size: 1.4vw;
    padding-top: 1.7vw;
  }
  .recruit-title-jp::before {
    font-size: 1.05vw;
    padding-right: 0.5vw;
    padding-left: 0.5vw;
    padding-bottom: 2%;
  }
}

@media only screen and (max-width: 767px) {
  .recruit-title-jp {
    font-size: clamp(20px, calc(3.571428vw + 6.607143px), 34px);
    padding-top: 25px;
  }
  .recruit-title-jp::before {
    font-size: clamp(15px, calc(3.316vw + 2.565px), 25px);
    padding-right: 0.7vw;
    padding-left: 0vw;
    padding-bottom: 1.2vw;
  }
}

.recruit-subtitle-jp {
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  font-weight: 700;
  padding-top: 23px;
  margin-bottom: 60px;
}
.recruit-subtitle-jp::before {
  display: inline-block;
  vertical-align: middle;
  content: "●";
  font-size: 21px;
  padding-right: 9.6px;
  padding-left: 9.6px;
  padding-bottom: 4px;
}
@media only screen and (max-width: 1919px) {
  .recruit-subtitle-jp {
    font-size: 20px;
    padding-top: 1.7vw;
  }
  .recruit-subtitle-jp::before {
    font-size: 1.05vw;
    padding-right: 0.5vw;
    padding-left: 0.5vw;
    padding-bottom: 2%;
  }
}
@media only screen and (max-width: 767px) {
  .recruit-subtitle-jp {
    font-size: clamp(20px, calc(3.571428vw + 6.607143px), 34px);
    padding-top: 3.1vw;
  }
  .recruit-subtitle-jp::before {
    font-size: clamp(15px, calc(3.316vw + 2.565px), 25px);
    padding-right: 0.7vw;
    padding-left: 0vw;
    padding-bottom: 1.2vw;
  }
}
.recruit-subtitle-jp.red::before {
  color: #E60012;
}
.recruit-subtitle-jp.white::before {
  color: #fff;
}

.recruit-title-text {
  color: #fff;
  font-size: 34px;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: 0.8px;
  padding-top: 6%;
  @media only screen and (max-width: 1365px) {
    font-size: 2.25vw;
    line-height: 160%;
  }
  @media only screen and (max-width: 767px) {
    font-size: 20px;
    line-height: 34px;
    padding-top: 47px;
  }
}
.recruit-title-text.white {
  color: #fff;
}

.recruit-desc-text {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 42px;
  letter-spacing: 0.8px;
  padding-top: 6%;
  @media only screen and (max-width: 1365px) {
    font-size: 1.5vw;
    line-height: 190%;
  }
  @media only screen and (max-width:767px){
    font-size: 16px;
    line-height: 34px;

    br {
      display: none;
    }
  }
}

.recruit-info-movie-box {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2;
  margin-top: -520px;
  @media only screen and (max-width:1600px){
    margin-top: -36vw;
    flex-wrap: wrap;
  }
  @media only screen and (max-width:767px){
    margin-top: -73vw;
  }
}

.recruit-info-movie {
  width: 80%;
  aspect-ratio: 16 / 9;
  margin: 0 auto;
  @media only screen and (max-width:767px){
    width: 100%;
    margin-bottom: 15px;
  }
}

.recruit-staff-wrap {
  padding: 100px 0;
  @media only screen and (max-width:767px){
    padding: 50px 0;
  }
}

.recruit-staff-swiper-wrapper {
  display: flex;
  align-items: stretch;
}

.recruit-staff-swiper-slide {
  display: flex;
  flex-direction: column;
  height: auto;
  background: linear-gradient(to top, #E60012 calc(100% - 8.2vw), transparent calc(100% - 8.2vw));
  @media only screen and (max-width:1600px){
    background: linear-gradient(to top, #E60012 calc(100% - 9vw), transparent calc(100% - 9vw));
  }
  @media only screen and (max-width:1366px){
    background: linear-gradient(to top, #E60012 calc(100% - 11vw), transparent calc(100% - 11vw));
  }
  @media only screen and (max-width:1000px){
    background: linear-gradient(to top, #E60012 calc(100% - 12.8vw), transparent calc(100% - 12.8vw));
  }
  @media only screen and (max-width:767px){
    background: linear-gradient(to top, #E60012 calc(100% - 30vw), transparent calc(100% - 30vw));
  }
}




.recruit-staff-slide-contents {
  padding: 0 100px 50px;
  @media only screen and (max-width:1500px){
    padding: 0 8.2vw 50px;
  }
  @media only screen and (max-width:767px){
    padding: 0 5vw 50px;
  }
}

.recruit-staff-slide-flex {
  display: flex;
}

.recruit-staff-slide-left {
  width: 30%;
  min-width: 280px;
  @media only screen and (max-width:1366px){
    width: 33%;
  }
  @media only screen and (max-width:1100px){
    width: 35%;
    min-width: auto;
  }
  @media only screen and (max-width:767px){
    width: 40%;
  }
}

.recruit-staff-slide-right {
  display: grid;
  align-items: center;
  padding: 0 0 0 50px;
  @media only screen and (max-width:1100px){
  padding: 0 0 0 30px;
  }
  @media only screen and (max-width:767px){
    transform: translateY(-20px);
    padding: 0 0 0 20px;
  }
}

.recruit-staff-slide-name {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
  @media only screen and (max-width:1100px){
    font-size: 25px;
  }
  @media only screen and (max-width:767px){
    font-size: 20px;
    margin-bottom: 15px;
  }
}

.recruit-staff-slide-note {
  font-size: 20px;
  font-weight: 700;
  @media only screen and (max-width:767px){
    font-size: 16px;
  }
}

.recruit-staff-slide-right-bottom {
  height: 50%;
  @media only screen and (max-width:1366px){
    height: 60%;
  }
  @media only screen and (max-width:767px){
    height: auto;
  }
}

.recruit-staff-slide-title {
  color: #fff;
  font-size: 32px;
  line-height: 54px;
  @media only screen and (max-width:1600px){
    font-size: 2vw;
    line-height: 50px;
  }
  @media only screen and (max-width:1366px){
    font-size: 2.5vw;
    line-height: 4.5vw;
  }
  @media only screen and (max-width:850px){
    font-size: 2.2vw;
    line-height: 3.6vw;
  }
  @media only screen and (max-width:767px){
    font-size: 20px;
    line-height: 34px;
    margin-bottom: 30px;
  }
}

.recruit-staff-slide-text-box {
  margin-top: 40px;
  @media only screen and (max-width:767px){
    overflow-y: scroll;
    height: 500px;
    margin-top: 30px;
    padding-right: 14px;
  }
}

.recruit-staff-slide-text-box::-webkit-scrollbar {
  background: #fff;
  border-radius: 10px;
  width: 3px;
}
.recruit-staff-slide-text-box::-webkit-scrollbar-thumb {
  background-color: #2E2E2E;
  border-radius: 20px;
  width: 4px;
}
.recruit-staff-slide-text-box::-webkit-scrollbar-thumb:hover {
  background-color: #2E2E2E;
}



.recruit-staff-slide-text {
  color: #fff;
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 30px;
}





.recruit-staff-swiper {
  position: relative;
}

.recruit-staff-swiper-button-prev,
.recruit-staff-swiper-button-next {
  position: absolute;
  font-size: 20px;
  line-height: 0;
  width: 90px;
  height: 90px;
  border: 3px solid #000;
  border-radius: 50%;
  background-color: #000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  cursor: pointer;
  @media only screen and (max-width:1200px){
    width: 70px;
    height: 70px;
  }
  @media only screen and (max-width:767px){
    display: none;
  }
}

.recruit-staff-swiper-button-prev {
  top: 50%;
  left: 15%;
  z-index: 100;
  &:hover {
    background-color: #fff;
    color: #000;
  }
  @media only screen and (max-width:1366px){
    left: 5%;
  }
}

.recruit-staff-swiper-button-next {
  top: 50%;
  right: 15%;
  z-index: 100;
  &:hover {
    background-color: #fff;
    color: #000;
  }
  @media only screen and (max-width:1366px){
    right: 5%;
  }
}

.recruit-staff-swiper-button {
  display: none;
  @media only screen and (max-width:767px){
  display: flex;
  justify-content: center;
  }
}

.recruit-staff-swiper-button-prev-sp,
.recruit-staff-swiper-button-next-sp {
  font-size: 20px;
  line-height: 0;
  width: 50px;
  height: 50px;
  margin: 30px 50px;
  border: 2px solid #000;
  border-radius: 50%;
  background-color: #000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  cursor: pointer;
}

.recruit-staff-swiper-pagination {
  position: relative;
  margin-top: 20px;
  text-align: center;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #000;
  opacity: 0.3;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #000;
}


.recruit-company-wrap {
  position: relative;
  padding: 100px 0;
  z-index: 2;
  @media only screen and (max-width:767px){
    padding: 50px 0;
  }
}

.recruit-company-contents-list {
  display: flex;
  justify-content: space-between;
  gap: 36px;
  width: 100%;
  margin-bottom: 36px;
  @media only screen and (max-width:767px){
    flex-flow: row wrap;
    gap: 19px;
    margin-bottom: 19px;
  }
}

.recruit-campany-images-50 {
  @media only screen and (max-width:767px){
    width: calc((100% - 19px) /2);
  }
}

.recruit-campany-images {
  @media only screen and (max-width:767px){
    width: 100%;
  }
}

.recruit-faq-wrap {
  padding: 100px 0;
  @media only screen and (max-width:767px){
    padding: 50px 0;
  }
}

.recruit-faq {
  max-width: 954px;
  margin: 0 auto 20px;
}
.recruit-faq-header {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 30px 20px;
  background: #2E2E2E;
  @media only screen and (max-width:767px){
    font-size: 16px;
    line-height: 24px;
    padding: 23px;
  }
}

.recruit-faq-btn-box {
  position: absolute;
  top: 50%;
  right: 2.3vw;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  cursor: pointer;
  @media only screen and (max-width: 767px) {
    right: 23px;
  }
}

.recruit-faq-btn {
  position: relative;
  background-color: #fff;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  @media only screen and (max-width: 374px) {
    width: 12vw;
    height: 12vw;
  }
}
.recruit-faq-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  width: 2px;
  height: 15px;
  background: #2E2E2E;
  transform-origin: center center;
  transition: .3s ease;
  @media only screen and (max-width: 374px) {
    height: 4vw;
  }
}
.recruit-faq-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  width: 15px;
  height: 2px;
  background: #2E2E2E;
  @media only screen and (max-width: 374px) {
    width: 4vw;
  }
}
.recruit-faq-btn.active::before {
  transform: translate(-50%, -50%) rotate(90deg);
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
}
@media (hover: hover) {
  .recruit-faq-btn:hover {
    cursor: pointer;
  }
}

.recruit-faq-accordion {
  display: none;
  margin: 0 auto;
  @media only screen and (max-width: 767px) {
    width: 100%;
  }
}

.recruit-faq-box + .recruit-faq-box {
  padding-top: 85.995px;
  @media only screen and (max-width: 1366px) {
    padding-top: 4.5vw;
  }
  @media only screen and (max-width: 767px) {
    padding-top: 47.25px;
  }
}

.recruit-faq-inner {
  position: relative;
  @media only screen and (max-width: 767px) {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 27px;
  }
}
.recruit-faq-inner::-webkit-scrollbar {
    height: 4px;  /* スクロールバーの太さ */
  }
  .recruit-faq-inner::-webkit-scrollbar-thumb {
    background: #E60012;   /* スクロールつまみ */
    border-radius: 4px;
  }
  .recruit-faq-inner::-webkit-scrollbar-track {
    background: #BEBEBE;
  }


.recruit-faq-content {
  color: #2E2E2E;
  font-size: 16px;
  line-height: 30px;
  overflow: hidden;
  background: #fff;
  transition: max-height 0.5s ease, padding 0.5s ease;
  padding: 20px;
  @media only screen and (max-width:767px){
    font-size: 14px;
  }
}
.recruit-faq.open .recruit-faq-content {
  max-height: 300px;
  padding: 20px;
}


.recruit-recruitment-wrap {
  padding: 100px 0;
  background-color: #E60012;
  @media only screen and (max-width:767px){
    padding: 50px 0;
  }

  .recruit-title-en {
    @media only screen and (max-width:767px){
      font-size: 40px;
    }
  }
}

.recruit-recruitment-list-in {
  background-color: #fff;
  padding: 40px 4vw;
  margin-bottom: 30px;
  @media only screen and (max-width:767px){
    padding: 40px 20px;
  }
}

.recruit-recruitment-list-title {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 30px;
  @media only screen and (max-width:767px){
    font-size: 24px;
    line-height: 34px;
  }
}

.recruit-recruitment-list-flex {
  display: flex;
  @media only screen and (max-width:767px){
    flex-wrap: wrap;
  }
}

.recruit-recruitment-list-left {
  width: 50%;
  @media only screen and (max-width:767px){
    width: 100%;
  }
}

.recruit-recruitment-list-right {
  width: 50%;
  padding: 0 30px;
  display: grid;
  align-items: center;
  @media only screen and (max-width:767px){
    width: 100%;
    padding: 0;
  }

  .recruit-recruitment-tag-list {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 20px;
    @media only screen and (max-width:767px){
      display: none;
    }
  }

  .page-strength-link-btn-wrap {
    @media only screen and (max-width:767px){
      width: 100%;
    }
  }
}

.recruit-recruitment-tag-list {
  display: none;
  @media only screen and (max-width:767px){
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 20px;
  }
}

.recruit-recruitment-tag-list-in {
  color: #fff;
  font-size: 14px;
  padding: 6px 10px 8px;
  margin-right: 10px;
  margin-bottom: 10px;
  background-color: #2E2E2E;
  @media only screen and (max-width:767px){
    font-size: 12px;
    margin-right: 0;
    margin-bottom: 2px;
  }
}

.recruit-recruitment-text-list {
  margin-top: -15px;
  @media only screen and (max-width:767px){
    margin: 20px 0;
  }
}

.recruit-recruitment-text-list-in {
  font-size: 16px;
  font-weight: 700;
  line-height: 36px;

  img {
    width: 22px;
    vertical-align: middle;
    margin-right: 10px;
    margin-bottom: 5px;
  }
}
