@charset "UTF-8";
/* ----------------------------------------
MV
---------------------------------------- */
.parallax-container {
}
#mv-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: drop-shadow(0px 0px rgba(0, 0, 0, 0));
  outline: none;
  border: none;
}
.parallax-content {
  clip-path: inset(0);
  width: 100%;
  height: calc(100vh - 11rem);
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.parallax-content::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.video-box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}
.parallax-content.mv-2::before {
  background-image: url("/recruit/images3/bg-about-tsurumi.jpg");
}
.parallax-content.mv-3::before {
  background-image: url("/recruit/images3/bg-work.jpg");
}
/* ----------------------------------------
MV 背景画像のアニメーション
---------------------------------------- */
.parallax-content.mv-1::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: #044a9e;
}
.parallax-content.mv-1.mv-fadeUp::after {
  transition: all 1s ease-out;
  transition-delay: 2s;
  background-color: rgba(0, 0, 0, 0.1);
}
/* ----------------------------------------
MV テキストのアニメーション
---------------------------------------- */
.js-fade {
  opacity: 0;
  transform: translateY(2rem);
}
.js-fadeUp {
  transition: all 0.5s ease-out;
  transition-delay: 0.1s;
  transform: translateY(0);
  opacity: 1;
}
/* ----------------------------------------
MV タイトル テキスト リンク
---------------------------------------- */
.parallax-box {
}
.parallax-box.mv-1 {
  position: relative;
  z-index: 1;
}
.parallax-eng {
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.6rem;
  text-indent: 0.6rem;
  margin-bottom: 3rem;
  color: #fff;
  filter: drop-shadow(0 1px 1rem rgba(0, 0, 0, 0.9));
}
.parallax-title {
  margin-bottom: 5rem;
}
.parallax-title span {
  display: block;
  font-size: 7.2rem;
  color: #fff;
  font-weight: bold;
  line-height: 1.4;
  filter: drop-shadow(0 1px 1rem rgba(0, 0, 0, 0.9));
}
.parallax-subtitle {
  font-size: 4.6rem;
  color: #0068b7;
  font-weight: bold;
  margin-bottom: 5rem;
}
.parallax-text {
  font-size: 1.6rem;
  line-height: 2.5;
  margin-bottom: 5rem;
}
/* ----------------------------------------
MV Scroll Bar
---------------------------------------- */
#scroll_area {
  position: absolute;
  right: 3rem;
  top: 50%;
  z-index: 1;
  writing-mode: vertical-lr;
}
#scroll_area span {
  position: absolute;
  top: -5.5rem;
  right: -0.75rem;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 1.2rem;
}
#scroll_txt {
  width: 1px;
  padding-bottom: 8rem;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
#scroll_txt::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 1px;
  background: #fff;
  animation: sc_ani 2s infinite;
  animation-fill-mode: both;
}
@keyframes sc_ani {
  0% {
    transform: translate(0, -100%);
    height: 100%;
  }
  50% {
    transform: translate(0, 0);
    height: 100%;
  }
  100% {
    transform: translate(0, 0);
    height: 0;
  }
}
/* ----------------------------------------
#recruit-nav
---------------------------------------- */
#recruit-nav {
  position: absolute;
  bottom: 0;
  right: 6rem;
  z-index: 1;
}
.recruit-list {
  display: flex;
  justify-content: center;
  align-items: center;
}
.recruit-list li {
  width: 17rem;
}
.recruit-list li:last-child {
  width: 10rem;
  display: none;
}
.recruit-list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  width: auto;
  height: 8rem;
}
.recruit-list li:last-child a {
  height: 6.4rem;
}
.recruit-list li a.r-newgraduate {
  background-color: #50a6e8;
}
.recruit-list li a.r-newgraduate.hover {
  background-color: #63b7f8;
}
.recruit-list li a.r-career {
  background-color: #0a52a8;
}
.recruit-list li a.r-career.hover {
  background-color: #0f60c1;
}
.recruit-list li a.r-comeback {
  background-color: #092b80;
}
.recruit-list li a.r-comeback.hover {
  background-color: #2e51a9;
}
.recruit-list li a.r-entry {
  background-color: #0068b7;
  position: relative;
  z-index: 0;
}
.recruit-list li a.r-entry::after {
  content: "";
  position: absolute;
  bottom: 1.7rem;
  left: 50%;
  margin-left: -0.4rem;
  width: 0.8rem;
  height: 0.8rem;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(135deg);
}
.recruit-list li a.r-entry span {
  margin: 0 0 1rem;
}
.recruit-list li a span.r-come {
  font-size: 1.2rem;
  margin: 0 0 0.5rem;
}
.recruit-list li a span.r-icon {
  display: inline-block;
  font-weight: bold;
  font-size: 1.4rem;
  position: relative;
  z-index: 0;
}
.recruit-list li a span.r-icon::after {
  display: inline-block;
  content: "";
  width: 0.9rem;
  height: 0.9rem;
  background: url(/images3/common/icon-blank.png) no-repeat center / contain;
  filter: brightness(0) invert(1) opacity(0.8);
  margin: 0 0 0.4rem 0.6rem;
}
/* ----------------------------------------
.slogan-whole
---------------------------------------- */
.slogan-whole {
  margin: 14.5rem 0;
  padding: 0 6rem;
}
.slogan-area {
  background-color: #fff;
}
.slogan-img {
  max-width: 80rem;
  margin: 0 auto 7.5rem;
}
.slogan-text {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 3rem;
  letter-spacing: 0.5rem;
  text-indent: 0.5rem;
}
.slogan-list {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 102.2rem;
  width: 100%;
  margin: 0 auto;
}
.slogan-list li {
  width: calc(100% / 3);
  border-right: 1px solid #fff;
}
.slogan-list li:last-child {
  border-right: none;
}
.slogan-list li a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  width: auto;
  height: 13rem;
}
.slogan-list li a.r-newgraduate {
  background-color: #50a6e8;
}
.slogan-list li a.r-newgraduate.hover {
  background-color: #63b7f8;
}
.slogan-list li a.r-career {
  background-color: #0a52a8;
}
.slogan-list li a.r-career.hover {
  background-color: #0f60c1;
}
.slogan-list li a.r-comeback {
  background-color: #092b80;
}
.slogan-list li a.r-comeback.hover {
  background-color: #2e51a9;
}
.slogan-list li a span.r-come {
  font-size: 1.4rem;
  margin: 0 0 0.5rem;
}
.slogan-list li a span.r-icon {
  display: inline-block;
  font-weight: bold;
  font-size: 2.1rem;
  position: relative;
  z-index: 0;
}
.slogan-list li a span.r-icon::after {
  display: inline-block;
  content: "";
  width: 1rem;
  height: 1rem;
  background: url(/images3/common/icon-blank.png) no-repeat center / contain;
  filter: brightness(0) invert(1) opacity(0.8);
  margin: 0 0 0.8rem 0.6rem;
}
/* ----------------------------------------
Recruitment-Navigation
---------------------------------------- */
/* --------------------
    ハンバーガーボタンのデザイン
-------------------- */
.hamburger-btn {
  margin-top: 11rem;
  position: fixed;
  top: 7rem;
  right: 10rem;
  width: 6.4rem;
  height: 6.4rem;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
  transition: 0.12s ease-in-out;
  z-index: 5;
  filter: drop-shadow(0 1px 0.5rem rgba(0, 0, 0, 0.2));
}
.hamburger-btn.hover {
  background-color: #a8cfee;
  filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0));
}
.hamburger-btn.is-active {
  z-index: 7;
  filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0));
}
.bar-position {
  display: flex;
  justify-content: flex-start;
  align-content: center;
  width: 50%;
}
.bar-position:first-child,
.bar-position:nth-child(3) {
  justify-content: flex-end;
}
.bar {
  display: inline-block;
  width: 0.7rem;
  height: 0.7rem;
  background-color: #0068b7;
  margin: 0.2rem;
  transition:
    transform 0.4s ease,
    background-color 0.4s ease;
}
/* --------------------
  　回転テキスト
-------------------- */
.rotating-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.rotating-text svg {
  width: 10rem;
  animation: RotateText 25s linear infinite;
}
@keyframes RotateText {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.rotating-text svg path {
  fill: #fff;
  transition: fill 0.12s ease-in-out;
}
.rotating-text:hover svg path {
  fill: #a8cfee;
}
/* --------------------
    クリック後の状態 (is-active クラス)
-------------------- */

/* 1. 正円がグレーに変わる */
.hamburger-btn.is-active {
  background-color: #83b4da;
}
.hamburger-btn.is-active.hover {
  background-color: #a8cfee;
}
/* 2. 4つの四角形がバツ(×)の形に変形 */
/* bar-1 と bar-4 の位置を移動・回転 */
.hamburger-btn.is-active .bar-1 {
  transform: translate(1.58rem, 1rem) rotate(45deg);
  width: 4rem;
  height: 0.1rem;
  background-color: #fff;
}

.hamburger-btn.is-active .bar-4 {
  transform: translate(-1.58rem, -0.2rem) rotate(135deg);
  width: 4rem;
  height: 0.1rem;
  background-color: #fff;
}
.hamburger-btn.is-active .bar-2 {
  opacity: 0;
}

.hamburger-btn.is-active .bar-3 {
  opacity: 0;
}

/* --------------------
    全画面メニューのデザイン
-------------------- */
.full-screen-menu {
  /* 画面全体を覆う */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 6; /* ボタンより下、他要素より上 */
  background-color: rgba(36, 134, 208, 0.97);
  color: white; /* 文字は白色 */

  /* 初期状態は非表示 */
  visibility: hidden;
  opacity: 0;

  /* 波紋の広がりを表現するための clip-path の初期設定 */
  clip-path: circle(0% at right 0 top 0);

  /* アニメーションの速度設定 */
  transition:
    clip-path 0.6s ease-in-out,
    visibility 0s 0.6s,
    opacity 0s 0.6s;
}

.full-screen-menu.is-open {
  /* メニューが開いた状態 */
  visibility: visible;
  opacity: 1;

  /* 円形の波紋が広がるアニメーション */
  /* 画面全体を覆うように円を広げる */
  clip-path: circle(150% at right 0 top 0);

  /* アニメーションの速度設定（閉じる時とタイミングを調整） */
  transition: clip-path 0.6s ease-in-out;
}

/* メニューリストのスタイル */
.menu-area {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  max-height: 100vh;
  overflow-y: auto;
  padding: 10rem 6rem;
}
.menu-box {
  max-width: 102.3rem;
  width: 100%;
  margin: 0 auto;
  padding-top: 5rem;
  position: relative;
  z-index: 0;
}
.menu-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
}
.menu-lot {
  margin-bottom: 5rem;
}
.menu-lot:last-child {
  margin-bottom: 0;
}
.menu-title {
  font-size: 4.8rem;
  font-weight: bold;
  margin-bottom: 4rem;
}
.menu-title span {
  display: inline-block;
  font-size: 1.8rem;
  margin-left: 1rem;
}
.menu-list {
}
.menu-list li {
  margin-bottom: 2.5rem;
}
.menu-list li:last-child {
  margin-bottom: 0;
}
.menu-list li a {
  font-size: 1.6rem;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
}
.menu-list li a.hover {
  text-decoration: underline;
}
.menu-list li a.blank {
  position: relative;
  z-index: 0;
}
/**/
.menu-list li button.r-message {
  font-size: 1.6rem;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
}
.menu-list li button.r-message.hover {
  text-decoration: underline;
}
.menu-list li button.r-message.blank {
  position: relative;
  z-index: 0;
}
.menu-list li button.r-message.blank::after {
  content: "";
  width: 1.1rem;
  aspect-ratio: 1;
  background: url(/images3/common/icon-blank.png) no-repeat center / contain;
  filter: brightness(0) invert(1) opacity(0.8);
  margin-left: 0.6rem;
}
/**/
.menu-list li a.blank::after {
  content: "";
  width: 0.9rem;
  aspect-ratio: 1;
  background: url(/images3/common/icon-blank.png) no-repeat center / contain;
  filter: brightness(0) invert(1) opacity(0.8);
  margin: 0 0 0.2rem 0.6rem;
}
.menu-entry {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.menu-entry li {
  width: calc(100% / 3);
}
.menu-entry li a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  width: auto;
  height: 13rem;
}
.menu-entry li a.r-newgraduate {
  background-color: #50a6e8;
}
.menu-entry li a.r-newgraduate.hover {
  background-color: #63b7f8;
}
.menu-entry li a.r-career {
  background-color: #0a52a8;
}
.menu-entry li a.r-career.hover {
  background-color: #0f60c1;
}
.menu-entry li a.r-comeback {
  background-color: #092b80;
}
.menu-entry li a.r-comeback.hover {
  background-color: #2e51a9;
}
.menu-entry li a span.r-come {
  font-size: 1.4rem;
  margin: 0 0 0.5rem;
}
.menu-entry li a span.r-icon {
  display: inline-block;
  font-weight: bold;
  font-size: 2.1rem;
  position: relative;
  z-index: 0;
}
.menu-entry li a span.r-icon::after {
  display: inline-block;
  content: "";
  width: 1rem;
  height: 1rem;
  background: url(/images3/common/icon-blank.png) no-repeat center / contain;
  filter: brightness(0) invert(1) opacity(0.8);
  margin: 0 0 0.8rem 0.6rem;
}
/* ----------------------------------------
#js-modal-recruit
---------------------------------------- */
.mfp-hide {
  display: none !important;
}
.mfp-close {
  transition: 0.12s ease-in-out;
}
.mfp-close.hover {
  background-color: #a8cfee !important;
}
/* .modal-know-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  list-style: none;
} */

/* #modal-recruit,
#modal-know {
  height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
} */
.modal-recruit-area {
}
.modal-recruit-title {
  font-size: 4.2rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  margin-bottom: 5rem;
}
.modal-recruit-text {
  font-size: 1.8rem;
  text-align: center;
  color: #fff;
  line-height: 3;
}
/* ----------------------------------------
#js-modal-know
---------------------------------------- */
.modal-recruit-area,
.modal-know-area {
  max-width: 102.3rem;
  margin: 0 auto;
}
.modal-know-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4rem 3rem;
}
.modal-know-list li {
}
.modal-know-list li a {
  text-decoration: none;
  color: #fff;
}
/* .modal-know-list li a {
  display: block;
} */
.modal-know-list li a figure {
  margin-bottom: 1.5rem;
  /* background-color: #fff; */
  overflow: hidden;
}
.modal-know-list li a figure img {
  transition:
    transform 0.5s ease-out,
    opacity 0.12s;
}
.modal-know-list li a.hover figure img {
  /* opacity: 0.8; */
  transform: scale(1.06);
}
.modal-know-list li a p {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  position: relative;
  z-index: 0;
}
.modal-know-list li a p::after {
  content: "";
  width: 0.9rem;
  aspect-ratio: 1;
  background: url(/images3/common/icon-blank.png) no-repeat center / contain;
  filter: brightness(0) invert(1) opacity(0.8);
  margin: 0 0 0.2rem 0.6rem;
}
.modal-know-list li a.hover p {
  text-decoration: underline;
}
.modal-know-list li a p span {
  font-size: 1.2rem;
  margin-top: 0.5rem;
}
/* ----------------------------------------
.js-modal-recruit .js-modal-know　リンクボタン
---------------------------------------- */
.evaluation-link {
  width: 30rem;
  margin: 0 auto;
}
.js-modal-recruit,
.js-modal-know {
  width: 100%;
  height: 7rem;
  background-color: #0068b7;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 30%);
  position: relative;
  z-index: 0;
  transition: 0.12s;
}
.js-modal-recruit::after,
.js-modal-know::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 3rem;
  margin: -0.3rem 0 0;
  width: 0.8rem;
  height: 0.8rem;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}
.js-modal-recruit.hover,
.js-modal-know.hover {
  background-color: #137bca;
  box-shadow: none;
}
/* ----------------------------------------
magnific-popup.css　打ち消し
---------------------------------------- */
.mfp-content {
  padding: 0;
  background-color: rgba(36, 134, 208, 0.8);
  height: 100%;
}
/* ----------------------------------------
# デフォルトの閉じるボタン（.mfp-close）のCSS装飾
---------------------------------------- */
/* 閉じるボタンのカスタマイズ */
.mfp-close {
  position: relative;
  top: -10rem;
  right: 6.4rem;
  min-width: 6.4rem !important;
  min-height: 6.4rem !important;
  line-height: 6.4rem !important;
  background-color: #83b4da !important;
  border-radius: 50% !important;
  color: transparent !important;
}
.mfp-close::before,
.mfp-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 1px;
  background-color: #fff;
}
.mfp-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.mfp-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
/* もともとのCSSの微調整（モーダルの位置がずれるのを防ぐ） */
#js-modal-recruit,
#js-modal-know {
  position: relative; /* fixedから変更（Magnific Popupが自動管理するため） */
  /* display: flex;
  justify-content: center;
  align-items: center; */
  /* min-height: 100vh; */
  /* background-color: rgba(36, 134, 208, 0.8); */
  /* padding: 0 6rem; */
  /* max-width: 102.3rem;
  margin: 0 auto; */
  /* margin: 10rem 0 0; */
  display: flex;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  max-height: 100vh;
  overflow-y: auto;
  padding: 20rem 6rem 10rem;
}
/* ----------------------------------------
video
---------------------------------------- */
/* .video-box {
  line-height: 100%;
  display: flex;
  align-items: end;
}
#video {
  width: 100%;
  max-width: 84rem;
  filter: drop-shadow(0px 0px rgba(0, 0, 0, 0));
  outline: none;
  border: none;
} */
