@charset "UTF-8";
/* ----------------------------------------
MV
---------------------------------------- */
.parallax-content.mv-2 {
  padding: 8.5rem 0;
  height: auto;
}
.parallax-content.mv-1 {
  height: calc(100vh - 6rem);
}
.parallax-content.mv-3 {
  height: 100vh;
}
/* ----------------------------------------
MV 背景画像のアニメーション
---------------------------------------- */
/* ----------------------------------------
MV テキストのアニメーション
---------------------------------------- */
/* ----------------------------------------
MV タイトル テキスト リンク
---------------------------------------- */
.parallax-box.mv-1 {
  margin: 0 0 7rem;
}
.parallax-eng {
  font-size: 1.2rem;
}
.parallax-title {
  margin-bottom: 5rem;
}
.parallax-title span {
  font-size: 3.4rem;
}
.parallax-subtitle {
  font-size: 2.4rem;
}
.parallax-text {
  font-size: 1.6rem;
  line-height: 2.5;
  margin-bottom: 5rem;
}
/* ----------------------------------------
MV Scroll Bar
---------------------------------------- */
#scroll_area {
  top: 43%;
}
/* ----------------------------------------
#recruit-nav
---------------------------------------- */
#recruit-nav {
  right: 0;
}
.recruit-list li:first-child,
.recruit-list li:nth-child(2),
.recruit-list li:nth-child(3) {
  display: none;
}
.recruit-list li:last-child {
  display: block;
}
.recruit-list li a {
  font-size: 1.3rem;
  height: 4.6rem;
}
/* ----------------------------------------
.slogan-whole
---------------------------------------- */
.slogan-whole {
  margin: 8rem 0;
  padding: 0 1.5rem;
}
.slogan-img {
  margin-bottom: 4rem;
}
.slogan-text {
  margin-bottom: 2rem;
  font-size: 2.4rem;
}
.slogan-list li a {
  height: 11.4rem;
}
.slogan-list li a span.r-come {
  font-size: 1.1rem;
  text-align: center;
}
.slogan-list li a span.r-icon {
  font-size: 1.5rem;
  text-align: center;
  line-height: 1.5;
}
.slogan-list li a span.r-icon::after {
  position: absolute;
  bottom: 1.1rem;
  width: 0.8rem;
  height: 0.8rem;
  margin: 0 0 0 0.4rem;
}
/* ----------------------------------------
Recruitment-Navigation
---------------------------------------- */

/* --------------------
    ハンバーガーボタンのデザイン
-------------------- */
.hamburger-btn {
  margin-top: 6rem;
  top: 3rem;
  right: 3rem;
  width: 5rem;
  height: 5rem;
}
/* 2. 4つの四角形がバツ(×)の形に変形 */
/* bar-1 と bar-4 の位置を移動・回転 */
.hamburger-btn.is-active .bar-1 {
  transform: translate(1.25rem, 0.9rem) rotate(45deg);
  width: 4rem;
  height: 0.1rem;
  background-color: #fff;
}

.hamburger-btn.is-active .bar-4 {
  transform: translate(-1.25rem, -0.2rem) rotate(135deg);
  width: 4rem;
  height: 0.1rem;
  background-color: #fff;
}
/* --------------------
  　回転テキスト
-------------------- */
.rotating-text {
}
.rotating-text img {
  width: 8rem;
}
/* メニューリストのスタイル */
.menu-area {
  padding: 12rem 3rem 10rem;
}
.menu-box {
  max-width: none;
}
.menu-title {
  font-size: 3.2rem;
  margin-bottom: 2.5rem;
}
.menu-title span {
  display: none;
}
.menu-entry {
  padding: 0;
}
.menu-entry li a {
  height: 10.4rem;
}
.menu-entry li a span.r-come {
  font-size: 1.1rem;
  text-align: center;
}
.menu-entry li a span.r-icon {
  font-size: 1.5rem;
  text-align: center;
  line-height: 1.5;
}
.menu-entry li a span.r-icon::after {
  position: absolute;
  bottom: 1.1rem;
  width: 0.8rem;
  height: 0.8rem;
  margin: 0 0 0 0.4rem;
}
/* ----------------------------------------
#js-modal-recruit
---------------------------------------- */
/* #modal-recruit {
  padding: 0 3rem;
  margin: 12rem 0 6rem;
} */
/* #modal-know {
  padding: 0 3rem;
  margin: 12rem 0 11rem;
} */
#js-modal-recruit,
#js-modal-know {
  padding: 12rem 3rem 6rem;
}
.modal-recruit-area,
.modal-know-area {
  max-width: none;
}
.modal-know-list {
  grid-template-columns: 1fr;
  gap: 3.5rem;
}
.modal-recruit-title {
  font-size: 2.7rem;
  margin-bottom: 2rem;
  text-align: left;
  line-height: 1.7;
}
.modal-recruit-text {
  font-size: 1.6rem;
  text-align: left;
}
/* ----------------------------------------
#js-modal-know
---------------------------------------- */
/* ----------------------------------------
.js-modal-recruit .js-modal-know　リンクボタン
---------------------------------------- */
.evaluation-link {
  width: 22rem;
}
.js-modal-recruit,
.js-modal-know {
  height: 6.4rem;
}
.js-modal-recruit::after,
.js-modal-know::after {
}
.js-modal-recruit.hover,
.js-modal-know.hover {
}
/* ----------------------------------------
video
---------------------------------------- */
/* ----------------------------------------
# デフォルトの閉じるボタン（.mfp-close）のCSS装飾
---------------------------------------- */
.mfp-close {
  position: absolute;
  top: 4.5rem;
  right: 1.5rem;
  min-width: 5rem !important;
  min-height: 5rem !important;
  line-height: 5rem !important;
}
.mfp-close::before,
.mfp-close::after {
  width: 20px;
}

/* .site-header {
  z-index: 8;
} */
