@charset "UTF-8";
.list-hashtag {
  list-style: none;
  font-size: 3.2rem;
  font-weight: 900;
  padding-left: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .list-hashtag {
    font-size: 1.8rem;
  }
}
.list-hashtag li {
  margin-bottom: 0 !important;
}
.list-hashtag li::before {
  content: "#";
  line-height: 1;
  padding-right: 10px;
}

/*-------------------------
Hero
-------------------------*/
.recruit-hero {
  position: relative;
  width: 100%;
  height: 100vh;
  padding-top: 180px;
}

.recruit-hero-bg {
  position: relative;
  width: 100%;
  height: 100%;
  display: -ms-grid;
  display: grid;
  place-items: center;
}
.recruit-hero-bg::after {
  content: "";
  display: block;
  width: 120%;
  height: 100%;
  background: #eeff00;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}

.recruit-video-wrapper {
  position: relative;
  width: 80%;
  height: 100%;
  margin-top: -10%;
}
.recruit-video-wrapper .list-hashtag {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
@media (max-width: 991px) {
  .recruit-video-wrapper {
    width: 97%;
    margin-top: -100px;
  }
  .recruit-video-wrapper .list-hashtag {
    font-size: 2.8rem;
  }
}
@media (max-width: 576px) {
  .recruit-video-wrapper {
    height: calc(100vh - 180px);
    margin-top: -80px;
  }
  .recruit-video-wrapper .list-hashtag {
    left: -20px;
    bottom: 20px;
    font-size: 1.6rem;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    text-orientation: upright;
  }
}
@media (max-width: 320px) {
  .recruit-video-wrapper {
    margin-top: -100px;
    height: calc(100vh - 150px);
  }
  .recruit-video-wrapper .list-hashtag {
    bottom: -15px;
  }
}

.recruit-hero-video {
  display: -ms-grid;
  display: grid;
  place-items: center;
  height: 80vh;
  aspect-ratio: 9/16;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.recruit-hero-video video {
  width: 101%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .recruit-hero-video {
    height: 75vh;
  }
}
@media (max-width: 576px) {
  .recruit-hero-video {
    height: 65vh;
  }
}

.hero-title {
  font-size: 7.5rem;
  line-height: 1.2;
  letter-spacing: 10px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
@media (max-width: 991px) {
  .hero-title {
    font-size: 6.2rem;
  }
}
@media (max-width: 576px) {
  .hero-title {
    white-space: nowrap;
    font-size: 3.2rem;
    letter-spacing: normal;
    margin-top: -45px;
  }
  .hero-title span {
    margin-top: -18px;
  }
}

.hero-title-sub {
  width: 600px;
  position: absolute;
  left: 50%;
  top: -15px;
  z-index: 2;
}
@media (min-width: 769px) {
  .hero-title-sub {
    translate: -85% 0;
  }
}
@media (max-width: 768px) {
  .hero-title-sub {
    width: 100%;
    left: 0;
  }
  .hero-title-sub img {
    width: 90%;
    height: auto;
  }
}

.scroll-down {
  display: -ms-grid;
  display: grid;
  place-items: center;
  font-size: 2.1rem;
  font-weight: 600;
  letter-spacing: 2px;
  position: absolute;
  left: 50%;
  bottom: -30px;
  translate: -50% 0;
}
.scroll-down::after {
  content: url(/assets/img/recruit/hero-arrow.svg);
  display: block;
  width: 21px;
  height: auto;
  -webkit-animation: fluffy 2.5s infinite;
          animation: fluffy 2.5s infinite;
}

@-webkit-keyframes fluffy {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}

@keyframes fluffy {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}
/*-------------------------
Message
-------------------------*/
.recruit-seo {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  padding-top: 15px;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 0;
  z-index: 1;
}
@media (max-width: 991px) {
  .recruit-seo {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
  }
}

.recruit-message-video {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  z-index: -3;
  overflow-x: hidden;
}
.recruit-message-video video {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 101%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.recruit-message {
  padding-top: 100px;
  padding-bottom: 320px;
  margin-top: -100px;
}
@media (max-width: 991px) {
  .recruit-message {
    padding-bottom: 250px;
  }
}
.recruit-message .section-title-wrap {
  padding-bottom: 120px;
}
@media (max-width: 991px) {
  .recruit-message .section-title-wrap {
    padding-bottom: 40px;
  }
}
.recruit-message .message-title-sub {
  display: block;
  width: 100%;
  position: absolute;
  left: 50%;
  bottom: -20%;
  translate: -50% 0;
}
.recruit-message .message-title-sub img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 991px) {
  .recruit-message .message-title-sub {
    width: 80%;
    bottom: -50%;
  }
}
@media (max-width: 768px) {
  .recruit-message .message-title-sub {
    width: 100%;
    bottom: -10%;
  }
}

#message-text {
  -webkit-mask: url(#message-clip-mask);
          mask: url(#message-clip-mask);
  fill: #eeff00;
}

.recruit-section-title {
  font-size: 8.4vw;
  line-height: 1.4;
  position: relative;
  z-index: 5;
}
@media (min-width: 769px) {
  .recruit-section-title {
    font-size: 8rem;
  }
}

/*-------------------------
Interview
-------------------------*/
.interview {
  margin-top: -160px;
}
@media (max-width: 991px) {
  .interview .container {
    width: 40%;
  }
}

.round-top {
  width: 120%;
  margin-left: -10%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}
@media (max-width: 991px) {
  .round-top {
    width: 250%;
    margin-left: -75%;
  }
}

.interview-container {
  max-width: 980px;
}
.interview-container .list-hashtag {
  position: absolute;
  right: 10px;
  top: 80px;
  z-index: 3;
  font-size: 2.4rem;
}
@media (max-width: 991px) {
  .interview-container {
    padding-top: 160px;
  }
  .interview-container .list-hashtag {
    width: 100%;
    top: 45px;
    right: 72%;
    -webkit-transform: translateX(75%);
            transform: translateX(75%);
    font-size: 2rem;
  }
  .interview-container .list-hashtag li:not(:last-child) {
    margin-right: 15px;
  }
}

.interview-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: auto;
}
.interview-wrap .swiper-wrapper {
  width: 100%;
  height: auto;
}
.interview-wrap .swiper-slide {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 40px;
}
@media (max-width: 991px) {
  .interview-wrap .swiper-slide {
    display: -ms-grid;
    display: grid;
  }
}

.interview-list {
  text-align: center;
  text-decoration: none;
  width: 80%;
  height: auto;
  aspect-ratio: 9/16;
  color: #fff;
}
.interview-list:hover {
  opacity: 0.75;
}
@media (max-width: 991px) {
  .interview-list {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

.interview-img {
  width: 100%;
  height: auto;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.interview-img::after {
  content: "\e902";
  font-family: "icomoon";
  font-size: 9rem;
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
}
@media (max-width: 991px) {
  .interview-img::after {
    font-size: 7rem;
  }
}
.interview-img.no-after::after {
  content: none;
}
.interview-img img {
  width: 100%;
  height: auto;
}
.interview-img iframe {
  width: 100%;
  aspect-ratio: 9/16;
  border: 0;
}

.staff-profile {
  width: 100%;
  height: auto;
}
@media (max-width: 991px) {
  .staff-profile {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.swiper-button-prev,
.swiper-button-next {
  width: auto !important;
  height: auto !important;
  background: none !important;
  border: none;
  z-index: 90;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  display: none !important;
}
.swiper-button-prev i,
.swiper-button-next i {
  font-size: 4rem;
  color: #eeff00;
}

.swiper-button-prev {
  left: -20px !important;
}
.swiper-button-prev i {
  rotate: -180deg;
}

.swiper-button-next {
  right: -20px !important;
}

@media (max-width: 991px) {
  .swiper-button-prev {
    left: 0 !important;
  }
  .swiper-button-next {
    right: 0 !important;
  }
}
.interview-title {
  position: absolute;
  right: 0;
  top: 0;
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  font-size: 4.8rem;
}
@media (max-width: 991px) {
  .interview-title {
    top: 8vw;
    width: 100%;
    font-size: 3.2rem;
    text-align: center;
  }
}

.department,
.join-year {
  font-size: 2.4rem;
}
@media (max-width: 768px) {
  .department,
  .join-year {
    font-size: 2.1rem;
  }
}

.staff-name {
  font-size: 4.2rem;
}
@media (max-width: 768px) {
  .staff-name {
    font-size: 3.2rem;
  }
}

/*-------------------------
News
-------------------------*/
.news-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #1c1d21;
  text-decoration: none;
  padding: 20px 15px;
  border-bottom: solid 1px rgba(28, 29, 33, 0.3);
}
.news-item:first-of-type {
  border-top: solid 1px rgba(28, 29, 33, 0.3);
}
.news-item:hover {
  color: #1c1d21;
  background: rgba(23, 73, 255, 0.05);
}
.news-item:hover img {
  opacity: 0.75;
}
.news-item dl {
  width: 100%;
  height: auto;
  margin-bottom: 0;
  position: relative;
}
.news-item dl dt {
  font-family: "Barlow", "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  margin-bottom: 8px;
}
.news-item dl dd {
  margin-bottom: 0;
}
.news-item dl dd .news-title {
  font-size: 1.8rem;
  line-height: 1.5;
}
.news-item::after {
  content: "\e904";
  font-family: "icomoon";
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1;
  color: #1749ff;
  margin-left: 20px;
}

.news-label {
  font-size: 1.5rem;
  border: solid 1px;
  padding: 2px 10px 1px;
  margin-left: 15px;
}

@media (max-width: 991px) {
  .news-title {
    display: -webkit-box; /* フレックスボックスを設定 */
    -webkit-box-orient: vertical; /* 縦方向の配置を指定 */
    overflow: hidden; /* はみ出した部分を非表示 */
    -webkit-line-clamp: 2; /* 表示する行数を指定 */
    text-overflow: ellipsis;
  }
  .news-label {
    font-size: 1.3rem;
  }
}
@media (min-width: 992px) {
  .news-item {
    padding: 30px;
  }
  .news-item dl dt {
    font-size: 1.8rem;
  }
  .news-item dl dd .news-title {
    font-size: 2.4rem;
    line-height: 1.5;
  }
  .news-item::after {
    font-size: 3.5rem;
  }
}
/*-------------------------
Entry
-------------------------*/
.entry-title-sub {
  display: block;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% 0;
}
@media (max-width: 991px) {
  .entry-title-sub {
    top: -10%;
  }
}
.entry-title-sub img {
  max-width: 100%;
}

.tab-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  gap: 10px;
  border-bottom: solid 2px #1749ff;
}
.tab-nav li {
  margin: 0 !important;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 10px);
          flex: 0 0 calc(50% - 10px);
}
@media (min-width: 992px) {
  .tab-nav li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 300px;
            flex: 0 0 300px;
  }
}
.tab-nav .btn {
  border-radius: 20px 20px 0 0;
  width: 100%;
  margin-bottom: 0;
  border-bottom: none;
  background-color: #fff;
  color: #1749ff;
  height: 46px;
}
@media (min-width: 992px) {
  .tab-nav .btn {
    width: 400px;
    height: 54px;
  }
}
.tab-nav .btn.is-active {
  background-color: #1749ff;
  color: #fff;
}
.tab-nav .btn.is-active::after {
  content: "";
}

.recruit-footer-fixedBtn {
  display: none !important;
}
/*# sourceMappingURL=page-recruit.css.map */