@charset "UTF-8";
/* =========================
   hero
========================= */
.hero-section {
  position: relative;
  height: 700px;
  overflow: hidden;
  background: #000;
}
.hero-bg, .hero-bg video {
  width: 100%;
  height: 100%;
}
.hero-bg video {
  object-fit: cover;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.16);
}
.hero-inner {
  position: absolute;
  inset: 0;
  max-width: 1280px;
}
.hero-copy {
  position: absolute;
  right: 120px;
  top: 235px;
  color: #fff;
  text-align: left;
}
.hero-script {
  margin: 0 0 18px;
  font-family: serif;
  font-style: italic;
  font-size: 34px;
  color: #fff;
}
.hero-copy p {
  margin: 0 0 10px;
  font-size: 22px;
  line-height: 1.8;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.28);
}
.hero-copy h1 {
  margin: 6px 0 0;
  font-size: 25px;
  line-height: 1.8;
  font-weight: 700;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.28);
}
/* =========================
   concept
========================= */
.concept-section {
  padding: 100px 0 120px;
}
.concept-inner {
  text-align: center;
}
.concept-inner img {
  width: 50%;
  height: auto;
}
.concept-title {
  margin: 0;
  display: inline-flex;
  justify-content: center;
  border-bottom: 1px solid #bcbcbc;
}
.concept-sub {
  margin: 14px 0 48px;
  font-size: 13px;
  letter-spacing: 0.05em;
  color: #444;
}
.concept-cards {
  margin-top: 0;
}
.top-feature-card {
  color: #fff;
  background: #fff;
}
.top-feature-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .4s ease;
}
.top-feature-card:hover img {
  transform: scale(1.05);
}
.top-feature-card__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.28);
}
.top-feature-card__content {
  position: absolute;
  inset: 0;
  padding: 18px 16px;
  text-align: center;
}
.top-feature-card__content h3 {
  margin: 0 0 6px;
  font-size: 18px;
  font-weight: 500;
}
.top-feature-card__content p {
  margin: 0;
  font-size: 11px;
  letter-spacing: 0.03em;
}
/* =========================
   Parallax Image Band
========================= */
.image-band-parallax {
  position: relative;
  height: 650px;
  overflow: hidden;
}
/* 背景（パララックス対象） */
.parallax-bg {
  position: absolute;
  top: -20%;
  left: 0;
  width: 100%;
  height: 150%;
  background: url("../images/top/top-005-02.jpg") center center / cover no-repeat;
  transform: translateY(0);
  will-change: transform;
}
/* テキスト */
.parallax-content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.parallax-content h2 {
  writing-mode: vertical-rl;
  font-size: 48px;
  color: #fff;
  letter-spacing: 0.1em;
  font-weight: 700;
  text-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
}
/* =========================
   Recruit Section
========================= */
.recruit-section {
  background: #f3f3f3;
  padding: 80px 0;
}
/* 画像 */
.recruit-image img {
  width: 100%;
  _height: 520px;
  object-fit: cover;
}
/* 中央 */
.recruit-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.recruit-inner {
  text-align: center;
}
/* 縦書きタイトル */
.recruit-title {
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 42px;
  letter-spacing: 0.2em;
  color: #2c4f7c;
  margin: 0 auto 40px;
  line-height: 1.8;
}
/* 行間調整（1行ごと） */
.recruit-title span {
  _display: inline-block;
  _margin: 0 10px;
}
/* ボタン */
.recruit-btn {
  display: inline-block;
  padding: 12px 40px;
  border: 1px solid #2c4f7c;
  color: #2c4f7c;
  text-decoration: none;
  transition: 0.3s;
}
.recruit-btn:hover {
  background: #2c4f7c;
  color: #fff;
}


@media (max-width: 767.98px) {
  .recruit-title {
  writing-mode: horizontal-tb;
  text-orientation: upright;
  font-size: 24px;
  letter-spacing: 0.2em;
  color: #2c4f7c;
  margin: 30px auto 20px;
  line-height: 1.5;
}
/* 行間調整（1行ごと） */
.recruit-title span {
  _display: inline-block;
  _margin: 0 10px;
}
}


/* =========================
   news
========================= */
.news-section {
  padding: 100px 0 120px;
}
.news-section .container {
  max-width: 1160px;
}
.section-heading {
  margin: 0 0 38px;
  text-align: center;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 0.04em;
  color: #222;
}
.news-card {
  display: block;
  color: #222;
}
.news-card img {
  width: 100%;
  height: 148px;
  object-fit: cover;
}
.news-card__body {
  padding-top: 12px;
}
.news-card__date {
  margin: 0 0 8px;
  font-size: 14px;
  color: #666;
}
.news-card__title {
  margin: 0 0 12px;
  font-size: 18px;
  font-weight: 700;
  color: #111;
}
.news-card__text {
  margin: 0;
  line-height: 1.7;
}
/* =========================
   footer
========================= */
.site-footer {
  color: #fff;
  padding-top: 8px;
}
.footer-top-link {
  text-align: center;
  padding: 2px 0 6px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.footer-top-link a {
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.08em;
}
.footer-inner {
  max-width: 1160px;
  padding-top: 26px;
  padding-bottom: 18px;
}
.footer-company {
  margin-bottom: 18px;
}
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-nav li a {
  color: #fff;
  font-size: 16px;
}
.footer-address p {
  margin: 0;
  font-size: 16px;
  line-height: 1.9;
}
.footer-copy {
  text-align: center;
  margin-top: 22px;
  font-size: 10px;
  opacity: .9;
}
/* =========================
   responsive
========================= */
@media (max-width: 1199.98px) {
  .hero-copy {
    right: 60px;
  }
  .hero-copy p {
    font-size: 18px;
  }
  .hero-copy h1 {
    font-size: 22px;
  }
  .recruit-copy h2 {
    font-size: 56px;
  }
}
@media (max-width: 991.98px) {
  body {
    padding-top: 60px;
  }
  .header-inner {
    min-height: 60px;
    padding-right: 12px;
  }
  .site-header .navbar {
    min-height: 60px;
  }
  .site-header .navbar-collapse {
    background: #fff;
    padding: 10px 0 14px;
    border-top: 1px solid #eaeaea;
  }
  .site-header .navbar-nav .nav-link {
    height: auto;
    min-height: 44px;
    padding: 10px 18px;
  }
  .site-header .nav-recruit .nav-link, .site-header .nav-entry .nav-link {
    background: transparent;
    color: #333;
  }
  .hero-section {
    height: 560px;
  }
  .hero-copy {
    right: 40px;
    top: 180px;
  }
  .hero-script {
    font-size: 24px;
  }
  .hero-copy p {
    font-size: 16px;
  }
  .hero-copy h1 {
    font-size: 20px;
  }
  .concept-title span {
    width: 54px;
    height: 54px;
    font-size: 28px;
  }
  .impression-text span {
    font-size: 54px;
  }
  .recruit-copy h2 {
    font-size: 44px;
    text-align: center;
  }
  .recruit-image img {
    height: 420px;
  }
  .footer-left {
    margin-bottom: 24px;
  }
  .footer-address + .footer-address {
    margin-top: 16px;
  }
}
@media (max-width: 767.98px) {
  .hero-section {
    height: 420px;
  }
  .hero-play {
    top: 46%;
  }
  .play-button {
    width: 64px;
    height: 64px;
  }
  .play-button span {
    left: 26px;
    top: 19px;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 18px solid #fff;
  }
  .hero-copy {
    right: 20px;
    left: 20px;
    top: auto;
    bottom: 28px;
  }
  .hero-script {
    margin-bottom: 10px;
    font-size: 20px;
  }
  .hero-copy p {
    margin-bottom: 5px;
    font-size: 13px;
    line-height: 1.7;
  }
  .hero-copy h1 {
    font-size: 17px;
    line-height: 1.6;
  }
  .concept-section {
    padding: 52px 0 56px;
  }
  .concept-title {
    flex-wrap: wrap;
    border-bottom: none;
  }
  .concept-title span {
    width: 48px;
    height: 48px;
    font-size: 24px;
    border-bottom: 1px solid #bcbcbc;
  }
  .concept-sub {
    margin-bottom: 30px;
  }
  .top-feature-card {
    height: 160px;
  }
  .top-feature-card__content h3 {
    font-size: 15px;
  }
  .impression-row-01, .impression-row-02 {
    grid-template-columns: 1fr;
  }
  .impression-row-01 .impression-item, .impression-row-02 .impression-item, .impression-row-03 .impression-item {
    height: 180px;
  }
  .impression-text {
    position: absolute;
    left: 50%;
    top: 50%;
  }
  .impression-text span {
    font-size: 34px;
  }
  .recruit-section {
    padding: 54px 0 56px;
  }
  .recruit-image img {
    height: 280px;
  }
  .recruit-copy h2 {
    font-size: 34px;
    gap: 4px;
    margin-bottom: 26px;
  }
  .news-section {
    padding: 44px 0 52px;
  }
  .section-heading {
    margin-bottom: 28px;
    font-size: 24px;
  }
  .news-card img {
    height: 190px;
  }
  .footer-company, .footer-nav, .footer-address, .footer-copy {
    text-align: center;
  }
  .footer-nav {
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .image-band-parallax {
    height: 380px;
  }
  .parallax-bg {
    transform: none !important;
  }
  .parallax-content h2 {
    font-size: 28px;
  }
    .concept-inner img {
        width: 85%;
    }
}

