.c-mv {
  position: relative;
  min-height: 100vh;
  height: 100vh;
  overflow: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.c-mv::before {
  position: absolute;
  content: "";
  background-color: #000;
  opacity: 0.2;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.c-mv--facilities::before {
  display: none;
}

.c-mv__mv {
  height: 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: relative;
}

.c-mv__mv::before {
  position: absolute;
  content: "";
  background-color: #0a94eb;
  width: 240px;
  height: 240px;
  bottom: 40px;
  left: 80px;
  z-index: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media only screen and (max-width: 1240px) {
  .c-mv__mv::before {
    width: 200px;
    height: 200px;
    left: 64px;
  }
}

@media only screen and (max-width: 1024px) {
  .c-mv__mv::before {
    width: 180px;
    height: 180px;
    left: 48px;
  }
}

@media only screen and (max-width: 767px) {
  .c-mv__mv::before {
    width: 120px;
    height: 120px;
    left: 16px;
  }
}

.c-mv__mv--facilities picture {
  width: calc(100% - 240px - 64px);
  max-width: 100%;
  height: 100vh;
  display: block;
  margin: 0 64px 0 240px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}

.c-mv__mv--facilities picture::before {
  position: absolute;
  content: "";
  background-color: #fff;
  opacity: 0.4;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

@media only screen and (max-width: 1024px) {
  .c-mv__mv--facilities picture {
    width: calc(100% - 150px - 11px);
    margin: 0 11px 0 150px;
  }
}

@media only screen and (max-width: 767px) {
  .c-mv__mv--facilities picture {
    width: calc(100% - 11px - 11px);
    margin: 0 11px;
    border-radius: 0;
  }
}

.c-mv__mv--facilities::before {
  display: none;
}

.c-mv__content {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  width: 100%;
  font-size: 6.4rem;
  line-height: 1.8;
  font-weight: 700;
  padding-left: 70px;
  padding-bottom: 27px;
  letter-spacing: 0.04em;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 1;
}

@media only screen and (max-width: 1240px) {
  .c-mv__content {
    padding-left: 11px;
    padding-bottom: 30px;
    font-size: 5.6rem;
  }
}

@media only screen and (max-width: 1024px) {
  .c-mv__content {
    padding-left: 11px;
    padding-bottom: 30px;
    font-size: 4.8rem;
  }
}

@media only screen and (max-width: 767px) {
  .c-mv__content {
    font-size: 4.0rem;
  }
}

@media only screen and (max-width: 640px) {
  .c-mv__content {
    font-size: 3.2rem;
  }
}

.c-mv__content span {
  padding-left: 120px;
  padding-bottom: 126px;
  display: block;
}

@media only screen and (max-width: 767px) {
  .c-mv__content span {
    padding-left: 50px;
    padding-bottom: 60px;
  }
}

.c-mv__facilities {
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% - 75px - 67px);
  max-width: 100%;
  display: block;
  margin: 0 67px 48px 75px;
  letter-spacing: 0.04em;
  z-index: 1;
}

@media only screen and (max-width: 1024px) {
  .c-mv__facilities {
    width: calc(100% - 20px - 20px);
    margin: 0 20px 48px;
  }
}

@media only screen and (max-width: 767px) {
  .c-mv__facilities .c-title1__jp, .c-mv__facilities .c-page-title .c-page-title__jp, .c-page-title .c-mv__facilities .c-page-title__jp {
    margin-top: 5px !important;
  }
}

.c-mv__facilities-content {
  font-size: 1.5rem;
  line-height: 2.4;
  font-family: "ryo-gothic-plusn", sans-serif;
  color: #14263f;
  margin-top: 25px;
  margin-left: 6px;
}

@media only screen and (max-width: 767px) {
  .c-mv__facilities-content {
    line-height: 1.8;
    font-size: 1.4rem;
    margin-top: 0;
    margin-left: 0;
  }
}

.c-mv img,
.c-mv video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-recruit .c-info {
  padding: 64px 0 120px;
}

@media screen and (max-width:1024px) {
  .p-recruit .c-info {
    padding: 48px 0 80px;
  }
}

@media only screen and (max-width: 767px) {
  .p-recruit .c-info {
    padding: 32px 0;
  }
}

.p-recruit .c-info__list {
  width: min(1560px, 90%);
  margin-left: auto;
  margin-block: 64px;
}

@media screen and (max-width:1024px) {
  .p-recruit .c-info__list {
    width: 100%;
    margin-block: 40px 48px;
  }
}

@media only screen and (max-width: 767px) {
  .p-recruit .c-info__list {
    margin-block: 24px;
  }
}

.p-recruit .not-app__text {
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  padding: 16px 12px;
}


.p-recruit .c-info__item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 120px 23px 1fr;
  grid-template-columns: 120px 1fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
  position: relative;
  padding: 28px 40px 28px 0;
  border-bottom: 1px solid #ccc;
}

@media screen and (max-width:1024px) {
  .p-recruit .c-info__item {
    padding: 16px 32px 24px 0;
  }
}

@media only screen and (max-width: 767px) {
  .p-recruit .c-info__item {
    gap: 24px;
    -ms-grid-columns: 100px 24px 1fr;
    grid-template-columns: 100px 1fr;
    padding: 16px 0;
  }
}

@media only screen and (max-width: 640px) {
  .p-recruit .c-info__item {
    gap: 16px;
    -ms-grid-columns: 80px 16px 1fr;
    grid-template-columns: 80px 1fr;
    padding: 12px 0;
  }
}

.p-recruit .c-info__item::after {
  position: absolute;
  content: "";
  background-image: url("../../images/recruit/common/icon-arr-right-black.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 18px;
  height: 14px;
  top: 50%;
  right: 5px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (max-width: 640px) {
  .p-recruit .c-info__item::after {
    display: none;
  }
}

.p-recruit .c-info__item figure {
  border-radius: 8px;
  aspect-ratio: 120/90;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .p-recruit .c-info__item figure {
    border-radius: 6px;
    aspect-ratio: 80/60;
  }
}

@media only screen and (max-width: 640px) {
  .p-recruit .c-info__item figure {
    border-radius: 4px;
    aspect-ratio: 8/6;
  }
}

.p-recruit .c-info__item figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-recruit .c-info__item-title {
  font-size: 1.8rem;
  line-height: 1.8;
  font-weight: 500;
  letter-spacing: 0.04em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #000;
  font-weight: 500;
}

@media screen and (max-width:1024px) {
  .p-recruit .c-info__item-title {
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 767px) {
  .p-recruit .c-info__item-title {
    font-size: 1.5rem;
  }
}

@media only screen and (max-width: 640px) {
  .p-recruit .c-info__item-title {
    font-size: 1.4rem;
  }
}

.p-recruit .c-info__item-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin-top: 8px;
}

@media only screen and (max-width: 767px) {
  .p-recruit .c-info__item-col {
    gap: 10px 24px;
    margin-top: 10px;
  }
}

@media only screen and (max-width: 640px) {
  .p-recruit .c-info__item-col {
    gap: 8px 16px;
    margin-top: 4px;
  }
}

.p-recruit .c-info__item-cate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}

@media screen and (max-width:767px) {
  .p-recruit .c-info__item-cate {
    gap: 4px;
  }
}

.p-recruit .c-info__item-cate span {
  color: #fff;
  background-color: #0a94eb;
  border-radius: 12px;
  padding: 3.5px 16px;
  line-height: 1.4;
  letter-spacing: 0.04em;
}

@media screen and (max-width:1024px) {
  .p-recruit .c-info__item-cate span {
    font-size: 1.1rem;
    padding: 4px 16px;
  }
}

@media only screen and (max-width: 767px) {
  .p-recruit .c-info__item-cate span {
    font-size: 1rem;
    padding: 4px 16px;
  }
}

.p-recruit .c-info__item-date {
  color: #a5a5a5;
  line-height: 1.4;
  letter-spacing: 0.04em;
}

@media only screen and (max-width: 767px) {
  .p-recruit .c-info__item-date {
    font-size: 1.1rem;
  }
}

.p-recruit .c-info__button .c-btn2 {
  margin-left: auto;
  width: 240px;
  margin-right: 4px;
}

@media only screen and (max-width: 767px) {
  .p-recruit .c-info__button .c-btn2 {
    max-width: 180px;
    margin-right: 0;
  }
}

.p-recruit .c-vision {
  padding: 23px 0 120px;
}

@media only screen and (max-width: 767px) {
  .p-recruit .c-vision {
    padding: 40px 0 64px;
  }
}

.p-recruit .c-vision .c-title1__jp {
  margin-top: 11px;
}

@media screen and (max-width:1024px) {
  .p-recruit .c-vision .c-title1__jp br:nth-child(1) {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .p-recruit .c-vision .c-title1__jp {
    margin-top: 8px;
  }
}

.p-recruit .c-vision__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 375px 75px 1fr;
  grid-template-columns: 375px 1fr;
  gap: 75px;
}

@media only screen and (max-width: 1024px) {
  .p-recruit .c-vision__inner {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
  }
}

.p-recruit .c-vision__content {
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
  margin-top: 96px;
}

.p-recruit .c-vision__content p:not(.p-recruit .c-vision__content p:first-child) {
  margin-top: 37px;
}

@media only screen and (max-width: 767px) {
  .p-recruit .c-vision__content p:not(.p-recruit .c-vision__content p:first-child) {
    margin-top: 16px;
  }
}

@media only screen and (max-width: 1024px) {
  .p-recruit .c-vision__content {
    font-size: 16px;
    margin-top: 0;
  }
}

@media only screen and (max-width: 767px) {
  .p-recruit .c-vision__content {
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 767px) {
  .p-recruit .c-vision__content {
    font-size: 1.3rem;
  }
}

.p-recruit .c-movie {
  padding: 0 24px;
}

@media only screen and (max-width: 767px) {
  .p-recruit .c-movie {
    padding: 0;
  }
}

.p-recruit .c-movie__inner {
  background-image: url("../../images/recruit/bg-movie.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  margin: 0 auto;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  padding: 80px 75px;
}

@media only screen and (max-width: 1024px) {
  .p-recruit .c-movie__inner {
    padding: 40px 16px;

    .l-container {
      padding: 0 16px;
    }
  }
}

@media only screen and (max-width: 767px) {
  .p-recruit .c-movie__inner {
    padding: 32px 0;
    border-radius: 0;
  }
}

.p-recruit .c-movie__inner::before {
  position: absolute;
  content: "";
  background-color: rgba(0, 0, 0, 0.6392156863);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.p-recruit .c-movie .l-container {
  position: relative;
  z-index: 1;
}

.p-recruit .c-movie .c-title1 {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 50px;
  -moz-column-gap: 50px;
  column-gap: 50px;
}

.p-recruit .c-movie .c-title1__en {
  padding-left: 22px;
}

@media only screen and (max-width: 767px) {
  .p-recruit .c-movie .c-title1__en {
    padding-top: 13px;
    padding-left: 12px;
  }
}

.p-recruit .c-movie .c-title1__jp {
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  .p-recruit .c-movie .c-title1__jp {
    margin-top: 9px;
  }
}

@media only screen and (max-width: 767px) {
  .p-recruit .c-movie .c-title1 {
    display: block;
  }
}

.p-recruit .c-movie__image {
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 980/564;
  width: 100%;
  max-width: 980px;
  margin: 80px auto 0;
  position: relative;
  cursor: pointer;
  transition: filter .3s;

  &:hover {
    filter: brightness(.75);
  }
}

@media screen and (max-width:1024px) {
  .p-recruit .c-movie__image {
    border-radius: 4px;
    margin: 64px auto 0;
  }
}

@media only screen and (max-width: 767px) {
  .p-recruit .c-movie__image {
    margin-top: 40px;
  }
}

.p-recruit .c-movie__image::before {
  content: "PLAY MOVE";
  border: solid 1px #fff;
  color: #fff;
  background: rgb(0 0 0 / 64%);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 42px 12px;
  border-radius: 56px;
  font-weight: 700;
}

.p-recruit .c-message {
  padding: 80px 0;
}

@media only screen and (max-width: 767px) {
  .p-recruit .c-message {
    padding: 64px 0;
  }
}

.p-recruit .c-message .c-title1__en {
  padding-top: 12px;
}

@media (max-width:1024px) {}

.p-recruit .c-message .c-title1__jp {
  margin-top: 12px;
}

@media screen and (max-width:1024px) {
  .p-recruit .c-message .c-title1__jp {
    margin-top: 4px;
  }
}

@media only screen and (max-width: 767px) {
  .p-recruit .c-message .c-title1__jp {
    margin-top: 9px;
  }
}

.p-recruit .c-message__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 37px 560px;
  grid-template-columns: 1fr 560px;
  gap: 40px;
}

@media only screen and (max-width: 1024px) {
  .p-recruit .c-message__inner {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 767px) {
  .p-recruit .c-message__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    /* -ms-flex-direction: column-reverse; */
    flex-direction: column;
    gap: 40px;

  }
}

.p-recruit .c-message__content {
  width: 100%;
  padding: 80px 0 0 40px;
}

@media screen and (max-width:1024px) {
  .p-recruit .c-message__content {
    padding: 64px 0 0 24px;
  }
}

@media only screen and (max-width: 767px) {
  .p-recruit .c-message__content {
    margin-top: 16px;
    padding: 16px 0 0;
  }
}

@media only screen and (max-width: 640px) {
  .p-recruit .c-message__content {
    margin-top: 8px;
    padding: 8px 0 0;
  }
}

.p-recruit .c-message__content p {
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
  color: #1e2325;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .p-recruit .c-message__content p {
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 640px) {
  .p-recruit .c-message__content p {
    font-size: 1.2rem;
  }
}

.p-recruit .c-message__content .c-btn2 {
  margin-top: 48px;
  max-width: 280px;
}

@media only screen and (max-width: 767px) {
  .p-recruit .c-message__content .c-btn2 {
    margin-top: 12px;
    width: 180px;
  }
}

.p-recruit .c-message__ceo {
  overflow: hidden;
  border-radius: 8px;
  aspect-ratio: 560/542;
}

@media screen and (max-width:767px) {
  .p-recruit .c-message__ceo {
    width: min(100%, 520px);
    aspect-ratio: 5 / 4;
    margin-inline: auto;
  }
}

.p-recruit .c-message__ceo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}


.p-recruit .c-group {
  padding: 80px 0 120px;
}

@media screen and (max-width:1024px) {
  .p-recruit .c-group {
    padding: 64px 0 100px;
  }
}

@media only screen and (max-width: 767px) {
  .p-recruit .c-group {
    padding: 40px 0 80px;
  }
}

.p-recruit .c-group .c-title1__jp br {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .p-recruit .c-group .c-title1 {
    padding: 0 10px;
  }
}

.p-recruit .c-group__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 40px;
  margin-top: 16px;
}

@media only screen and (max-width: 1024px) {
  .p-recruit .c-group__list {
    gap: 8px;
    margin-top: 22px;
  }
}

@media only screen and (max-width: 767px) {
  .p-recruit .c-group__list {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
}

.p-recruit .c-group__item {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  aspect-ratio: 630/386;
}

@media only screen and (max-width: 767px) {
  .p-recruit .c-group__item {
    border-radius: 6px;
    aspect-ratio: 7 / 3;
  }
}

@media only screen and (max-width: 640px) {
  .p-recruit .c-group__item {
    border-radius: 4px;
    aspect-ratio: 8 / 3;
  }
}

.p-recruit .c-group__item:hover {
  opacity: 1;
}

.p-recruit .c-group__item:hover picture img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.p-recruit .c-group__item::before {
  position: absolute;
  content: "";
  background-color: #000;
  opacity: 0.64;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.p-recruit .c-group__item picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.p-recruit .c-group__item .c-title1 {
  position: absolute;
  z-index: 2;
  top: 40%;
  left: 0;
  width: 100%;
  color: #fff;
  padding-left: 40px;
}

@media only screen and (max-width: 1024px) {
  .p-recruit .c-group__item .c-title1 {
    padding-left: 12px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media only screen and (max-width: 767px) {
  .p-recruit .c-group__item .c-title1 {
    padding-left: 2px;
  }
}

.p-recruit .c-group__item .c-title1__jp {
  font-size: 1.6vw;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 13px 50px 0 12px;
}

@media only screen and (max-width: 1024px) {
  .p-recruit .c-group__item .c-title1__jp {
    margin: 0 8px;
    padding-right: 0;
    font-size: 1.8rem;
  }
}

@media only screen and (max-width: 640px) {
  .p-recruit .c-group__item .c-title1__jp {
    margin: 0 8px;
    padding-right: 0;
    font-size: 1.6rem;
    padding: 8px 0 0 8px;
  }
}

.p-recruit .c-group__item-content {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  color: #fff;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.04em;
  padding: 12px 60px 0 12px;
  border-top: 1px solid #fff;
  width: 94%;
  font-weight: bold;
  margin-bottom: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 50px;
}

@media screen and (max-width:1024px) {
  .p-recruit .c-group__item-content {
    margin-left: 0px;
    width: calc(100% - 40px);
    margin-bottom: 0;
    font-size: 1.3rem;
    padding: 12px 0 10px 8px;
  }
}

@media only screen and (max-width: 767px) {
  .p-recruit .c-group__item-content {
    width: calc(100% - 24px);
    margin-bottom: 0;
    font-size: 1.2rem;
    padding: 12px 0 4px 8px;
  }
}

@media only screen and (max-width: 640px) {
  .p-recruit .c-group__item-content {
    width: calc(100% - 24px);
    margin-bottom: 0;
    font-size: 1.0rem;
    padding: 8px 0px 6px 10px;
  }
}

.p-recruit .c-group__item-content::after {
  position: absolute;
  content: "";
  background-image: url("../../images/recruit/common/icon-arr-right-white.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 20px;
  height: 16px;
  top: 18px;
  right: 0;
}

@media screen and (max-width:1024px) {
  .p-recruit .c-group__item-content::after {
    width: 16px;
    height: 12px;
    top: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .p-recruit .c-group__item-content::after {
    width: 13px;
    height: 9px;
  }
}

.p-recruit .c-banner {
  padding: 0 32px;
}

@media only screen and (max-width: 767px) {
  .p-recruit .c-banner {
    padding: 0;
  }
}

.p-recruit .c-banner .l-container {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  padding-left: 0;
  padding-right: 0;
}

@media only screen and (max-width: 767px) {
  .p-recruit .c-banner .l-container {
    border-radius: 0;
    aspect-ratio: 4 / 3;
  }
}

@media only screen and (max-width: 640px) {
  .p-recruit .c-banner .l-container {
    aspect-ratio: 18 / 17;
  }
}

.p-recruit .c-banner .l-container::before {
  position: absolute;
  content: "";
  background-color: #000;
  opacity: 0.64;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.p-recruit .c-banner picture img {
  width: 100%;
  aspect-ratio: 2 / 1;
  max-height: 720px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width:767px) {
  .p-recruit .c-banner picture img {
    aspect-ratio: unset;
    object-position: 0% 56%;
  }
}

.p-recruit .c-banner__box {
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  width: min(94%, 640px);
  background-color: rgba(255, 255, 255, 0.8);
  padding: 40px 80px;
}

@media screen and (max-width:1240px) {
  .p-recruit .c-banner__box {
    padding: 24px 64px;
  }
}

@media screen and (max-width:1024px) {
  .p-recruit .c-banner__box {}
}

@media only screen and (max-width: 767px) {
  .p-recruit .c-banner__box {
    padding: 40px 24px;
    border-radius: 0;
    width: 80%;
  }
}

@media only screen and (max-width: 640px) {
  .p-recruit .c-banner__box {
    padding: 16px;
    width: 90%;
  }
}

.p-recruit .c-banner__box .c-title1 {
  margin-left: -11px;
}

@media only screen and (max-width: 767px) {
  .p-recruit .c-banner__box .c-title1 {
    margin-left: 0;
  }
}

.p-recruit .c-banner__box .c-title1__jp {
  font-size: 2.4rem;
  padding-top: 20px;
  padding-left: 12px;
  overflow: hidden;
}

@media screen and (max-width:1024px) {
  .p-recruit .c-banner__box .c-title1__jp {
    font-size: 2.0rem;
  }
}

@media only screen and (max-width: 767px) {
  .p-recruit .c-banner__box .c-title1__jp {
    font-size: 2rem;
    padding-top: 12px;
    padding-left: 12px;
  }
}

.p-recruit .c-banner__box-content {
  margin-top: 40px;
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #1e2325;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (max-width:1024px) {
  .p-recruit .c-banner__box-content {
    font-size: 1.4rem;
    margin-top: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .p-recruit .c-banner__box-content {
    margin-top: 24px;
    font-size: 1.4rem;
    line-height: 2.0;
  }
}

@media only screen and (max-width: 640px) {
  .p-recruit .c-banner__box-content {
    margin-top: 16px;
    font-size: 1.3rem;
    line-height: 1.8;
  }
}

.p-recruit .c-banner__box .c-btn2 {
  margin: 105px auto 0;
  max-width: 320px;
}

@media screen and (max-width:1240px) {
  .p-recruit .c-banner__box .c-btn2 {
    margin-top: 80px;
  }
}

@media screen and (max-width:1024px) {
  .p-recruit .c-banner__box .c-btn2 {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .p-recruit .c-banner__box .c-btn2 {
    margin: 32px 0 0 auto;
    max-width: unset;
    width: 240px;
  }
}

@media only screen and (max-width: 640px) {
  .p-recruit .c-banner__box .c-btn2 {
    margin: 32px 0 0 auto;
  }
}

.p-recruit .c-interview {
  padding: 120px 0 160px;
  overflow: hidden;
  min-width: 0;
}

@media only screen and (max-width: 767px) {
  .p-recruit .c-interview {
    padding: 64px 0;
  }
}

@media only screen and (max-width: 767px) {
  .p-recruit .c-interview {
    padding: 48px 0;
  }
}

@media only screen and (max-width: 767px) {
  .p-recruit .c-interview .c-title1__en {
    padding-top: 12px;
  }
}

.p-recruit .c-interview .c-title1__jp {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.p-recruit .c-interview__inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 120px;
  padding-left: 32px;
}

@media screen and (max-width: 1240px) {
  .p-recruit .c-interview__inner {
    padding-left: 20px;
    gap: 64px;
  }
}

@media screen and (max-width: 1024px) {
  .p-recruit .c-interview__inner {
    padding-left: 20px;
    gap: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .p-recruit .c-interview__inner {
    display: block;
    padding-left: 0;
  }
}

.p-recruit .c-interview__top {
  position: relative;
  height: auto;
  width: 280px;
  min-height: 400px;
}

@media only screen and (max-width: 767px) {
  .p-recruit .c-interview__top {
    width: 100%;
    padding: 0 10px;
    min-height: unset;
  }
}

.p-recruit .c-interview .c-btn2 {
  margin-top: 24px;
  max-width: 100%;
  width: auto;
}

@media only screen and (max-width: 767px) {
  .p-recruit .c-interview .c-btn2 {
    margin-top: 32px;
    width: 180px;
  }
}

@media only screen and (max-width: 640px) {
  .p-recruit .c-interview .c-btn2 {
    margin-top: 24px;
  }
}

.p-recruit .c-interview__nav {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 5px;
  bottom: 0;
  right: 0;
}

@media only screen and (max-width: 767px) {
  .p-recruit .c-interview__nav {
    position: static;
    margin-top: 40px;
    gap: 24px;
  }
}

.p-recruit .c-interview__nav .swiper-button-next,
.p-recruit .c-interview__nav .swiper-button-prev {
  background-color: #0a94eb;
  outline: none;
  border: 0;
  width: 56px;
  height: 56px;
  border-radius: 4px;
  position: static;
  margin-top: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.p-recruit .c-interview__nav .swiper-button-next:hover,
.p-recruit .c-interview__nav .swiper-button-prev:hover {
  opacity: 0.8;
}

@media only screen and (max-width: 767px) {

  .p-recruit .c-interview__nav .swiper-button-next,
  .p-recruit .c-interview__nav .swiper-button-prev {
    width: 32px;
    height: 32px;
  }

  .p-recruit .c-interview__nav .swiper-button-next img,
  .p-recruit .c-interview__nav .swiper-button-prev img {
    width: 14px;
    height: 10.11px;
  }
}

.p-recruit .c-interview__nav .swiper-button-next svg,
.p-recruit .c-interview__nav .swiper-button-prev svg {
  display: none;
}

.p-recruit .c-interview__slide {
  /* display: none; */
}

@media only screen and (max-width: 767px) {
  .p-recruit .c-interview__slide {
    width: 100%;
    overflow: hidden;
    padding-left: 13px;
    margin-top: 14px;
  }
}

.p-recruit .c-interview .c-card {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  opacity: 1;
  margin-right: 24px;
}

@media only screen and (max-width: 767px) {
  .p-recruit .c-interview .c-card {
    margin-right: 12px;
    border-radius: 4px;
  }
}

.p-recruit .c-interview .c-card:hover figure img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.p-recruit .c-interview .c-card::before {
  position: absolute;
  content: "";
  background-color: #000;
  opacity: 0.32;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.p-recruit .c-interview .c-card figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 1;
}

.p-recruit .c-interview .c-card .c-title1 {
  position: absolute;
  bottom: 32px;
  left: 12px;
  z-index: 2;
  color: #fff;
  font-family: "ryo-gothic-plusn", sans-serif;
  padding: 0 16px;
}

.p-recruit .c-interview .c-card .c-title1__en {
  font-size: 2.4rem;
  letter-spacing: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-top: 12px;
  line-height: 1.6;
  padding-left: 5px;
}

@media screen and (max-width:1240px) {
  .p-recruit .c-interview .c-card .c-title1__en {
    font-size: 2.0rem;
  }
}

@media screen and (max-width:1024px) {
  .p-recruit .c-interview .c-card .c-title1__en {
    /* font-size: 1.8rem; */
  }
}

@media only screen and (max-width: 767px) {
  .p-recruit .c-interview .c-card .c-title1 {
    left: 0;
    bottom: 20px;
  }

  .p-recruit .c-interview .c-card .c-title1__en {
    font-size: 1.6rem;
    padding-top: 8px;
  }
}

@media screen and (max-width:640px) {
  .p-recruit .c-interview .c-card .c-title1__en {
    font-size: 1.5rem;
  }

  .p-recruit .c-interview .c-card .c-title1 {
    left: 0;
    bottom: 12px;
  }
}

.p-recruit .c-interview .c-card .c-title1__jp {
  font-size: 1.4rem;
  font-weight: 500;
  margin-top: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media only screen and (max-width: 767px) {
  .p-recruit .c-interview .c-card .c-title1__jp {
    font-size: 1.3rem;
  }
}

.p-recruit .c-interview .c-card__content {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  color: #fff;
  font-weight: 700;
  line-height: 1.8;
  padding: 10px 60px 0 0;
  border-top: 1px solid #fff;
  width: 94%;
  margin-bottom: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: "ryo-gothic-plusn", sans-serif;
}

@media only screen and (max-width: 767px) {
  .p-recruit .c-interview .c-card__content {
    font-size: 1.2rem;
    padding-top: 8px;
    margin-bottom: 8px;
  }
}

@media only screen and (max-width: 640px) {
  .p-recruit .c-interview .c-card__content {
    font-size: 1.0rem;
    padding-top: 6px;
    margin-bottom: 6px;
  }
}

.p-recruit .c-interview .c-card__content::after {
  position: absolute;
  content: "";
  background-image: url("./../../images/recruit/common/icon-arr-right-white.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 20px;
  height: 14.44px;
  top: 18px;
  right: 20px;
}

@media only screen and (max-width: 767px) {
  .p-recruit .c-interview .c-card__content::after {
    width: 16px;
    height: 11.56px;
    top: 14px;
  }
}


.movie__intro-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.4s ease,
    visibility 0.4s ease;
}

.movie__intro-modal.is-active {
  opacity: 1;
  visibility: visible;
}

.movie__modal-overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(61, 61, 61, 0.85);
  backdrop-filter: blur(4px);
}

.movie__modal-content {
  position: relative;
  width: 80%;
  z-index: 10000;
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.movie__modal-close {
  position: fixed;
  top: 40px;
  right: 40px;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.6);
  background: rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10001;
  transition: all 0.3s ease;
}

.movie__modal-close:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.2);
  transform: scale(1.05) rotate(90deg);
}

.movie__modal-img {
  width: 100%;
}

.movie__modal-img video {
  width: 100%;
  height: auto;
  display: block;
}

@media screen and (max-width:1024px) {
  .movie__modal-content {
    width: 94%;
  }
}