@charset "utf-8";

:root,
::after,
::before {
  --body-font: "Noto Sans JP", sans-serif;
  --body-color: #fff;
  --cont-color: #fff;
  --cont-bg-color: #000;
  --section_line-bg: 90deg, rgba(0, 0, 0, 0.2), #fff, rgba(180, 150, 90, 0.2);
  --section_line-filter: 0 0 4px rgba(217, 183, 108, 0.3);
  --m_ttl-font: "Cormorant Garamond", serif;
  --topcont-bg-color: #000;
  --scroll-color: #666 #000;
  --topnav_hv-color: #ddd;
  --news_border: 1px dotted #ccc;
  --open-label-bg: #fff;
  --modal-bg-color: #000;
  --header_link-color: #fff;
  --header_bg-color: #000000cc;
  --hamburger-color: #fff;
  --hamburger_menu-bgcolor: rgb(0 0 0 / 90%);
  --sys_txt-bg: #272727bb;
  --sys_txt-bd: 1px solid #3f3f3f;
  --links-color: #fff; /* n */
  --links_wrap-bg: #55555573;
  --rec_u_name-bg: #ffe0e7;
  --rec_u_name-color: #ff6bb5;
  --swiper-theme-color: #ffffff;
  --swiper-navigation-size: 30px;
  --blog_cont-bg: #f0f0f0;
  --sc_cont-color: #fff;
  --sc_cont-bd: #fff;
  --sc_current-bg: #fff;
  --sc_current-color: #333;
}

/* 背景画像使用時 */

#contents:before {
  content: "";
  z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/assets/img/bg.jpg");

  background-size: cover;
}

/* ----- parallax -----*/

.bg_parallax {
  margin-bottom: 5rem;
}

#system .bg_parallax,
#recruit .bg_parallax {
  position: relative;
  overflow: hidden;
  min-height: clamp(250px, 28vw, 300px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 10px #000;
  text-shadow: 0 0 5px #000, 0 0 5px #000, 0 0 5px #000, 0 0 5px #000,
    0 0 5px #000;
}

#system .pbg,
#recruit .pbg {
  position: absolute;
  inset: -20% 0 -20% 0;
  will-change: transform;
  transform: translate3d(0, 0, 0);
}

#system .pbg {
  background: url("/assets/img/pbg.jpg") right/cover no-repeat;
  opacity: 0.8;
}

#recruit .pbg {
  background: url("/assets/img/pbg.jpg") right/cover no-repeat;
  opacity: 0.8;
}

.sys_ttl_wrap {
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
}

.footer {
  background: url("/assets/img/fbg.jpg") center;
  background-size: cover;
}
