@charset "UTF-8";

/* ==========================================================
   ■ 0. 基本リセット ＆ ベース土台
   ========================================================== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ul, ol, li {
  list-style: none !important;
}

a {
  text-decoration: none !important;
}

#menu-btn-check, .menu-switch {
  display: none;
}

body.page-common {
  background-color: #ffffff !important;
  position: relative !important;
  overflow-x: hidden !important;
  width: 100% !important;
}

html, body {
  overflow-x: hidden !important;
  width: 100% !important;
  scroll-behavior: smooth !important;
}

.container,
.message.container,
.about-us-section .container, 
.top-data-section .container, 
.recruit-info .container {
  width: 100% !important;
  max-width: 1100px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  box-sizing: border-box !important;
}

.js-fade-up {
  opacity: 1 !important; 
  transform: translateY(0) !important; 
  transition: none !important; 
  will-change: auto !important;
  transform-style: flat !important;
}

.js-fade-up.is-active { 
  opacity: 1 !important; 
  transform: translateY(0) !important; 
}

/* ==========================================================
   ■ 1. ヘッダー基本構造 (共通)
   ========================================================== */
.header {
  display: flex !important;
  align-items: center;
  background-color: #fff;
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100000 !important;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.menu-btn {
  position: relative;
  display: none;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  cursor: pointer;
  z-index: 100005 !important;
}
.menu-btn span,
.menu-btn span::before,
.menu-btn span::after {
  content: "";
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background-color: #333333;
  position: absolute;
  transition: all 0.3s ease;
}
.menu-btn span::before { top: -8px; }
.menu-btn span::after { top: 8px; }

.sp-menu-buttons {
  display: none !important;
}

/* ==========================================================
   ■ 2. PC版設定 (1001px以上)
   ========================================================== */
@media screen and (min-width: 1001px) {
  .header {
    height: 80px !important;
    padding: 0 30px !important;
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: center !important;
    background-color: #fff !important;
  }

  .logo {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 15px !important;
    flex-shrink: 0 !important;
    margin: 0 !important;
    text-align: left !important;
  }

  .logo-img { 
    height: 42px !important; 
    width: auto !important; 
  }
  
  .header-sub-logo img { 
    height: 35px !important; 
    width: auto !important; 
  }

  .nav-container {
    flex-grow: 1 !important;
    display: flex !important;
    justify-content: center !important;
    min-width: 0 !important;
  }

  .main-menu {
    display: flex !important;
    flex-direction: row !important;
    gap: 2vw !important;
    align-items: center !important;
    margin: 0 !important;
  }

  .main-menu li a, .menu-label {
    color: #333 !important;
    font-weight: bold !important;
    font-size: 15px !important;
    white-space: nowrap !important;
  }

  .menu-item-has-children { 
    position: relative !important; 
  }

  .menu-item-has-children::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 20px;
    display: none;
    z-index: 1001;
  }

  .menu-item-has-children:hover .dropdown-menu,
  .menu-item-has-children:hover::after { 
    display: block !important; 
  }

  .entry-buttons {
    display: flex !important;
    flex-direction: row !important;
    gap: 10px !important;
    flex-shrink: 0 !important;
  }

  .btn-entry {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 135px !important;
    height: 44px !important;
    border-radius: 4px !important;
    font-weight: bold !important;
    font-size: 14px !important;
    text-decoration: none !important;
    transition: 0.3s !important;
  }

  .message-content, .about-us-section .grid-3 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

/* 共通ホバー設定 */
@media screen and (min-width: 769px) {
  html body .main-menu li a, html body .menu-label { display: inline-block !important; transition: color 0.3s ease, opacity 0.3s ease, transform 0.3s ease !important; }
  html body .dropdown-menu li a { display: block !important; transition: color 0.3s ease, background-color 0.3s ease, padding 0.3s ease !important; }
  html body .main-menu li a:hover, html body .main-menu li:hover > .menu-label { color: #888888 !important; opacity: 0.7 !important; transform: translateY(-2px) !important; }
  html body .dropdown-menu { opacity: 1 !important; background-color: #ffffff !important; transform: translateX(-50%) !important; }
  html body .menu-item-has-children:hover .dropdown-menu li a { color: #333333 !important; opacity: 1 !important; transform: none !important; transform-style: preserve-3d !important; background-color: transparent !important; }
  html body .dropdown-menu li a:hover { color: #1e4461 !important; background-color: #f0f4f8 !important; padding-left: 28px !important; opacity: 1 !important; }
}
  
/* PC版専用ドロップダウンメニュー */
.dropdown-menu {
  display: none;
  position: absolute !important;
  top: 100% !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  background: #ffffff !important;
  box-shadow: 0 12px 35px rgba(30, 68, 97, 0.12) !important;
  min-width: 210px !important;
  padding: 10px 0 !important;
  z-index: 10002 !important;
  border-radius: 12px !important;
  border: 1px solid #f0f4f8 !important;
}

.dropdown-menu li {
  width: 100% !important;
  position: relative !important;
}

.dropdown-menu li:not(:last-child)::after {
  content: "" !important;
  position: absolute !important;
  bottom: 0 !important;
  left: 15px !important;
  right: 15px !important;
  height: 1px !important;
  background-color: #f4f7fa !important;
}

.dropdown-menu li a {
  display: block !important;
  color: #444444 !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  padding: 14px 24px !important;
  text-align: left !important;
  white-space: nowrap !important;
  transition: all 0.25s ease !important;
  border-radius: 0 !important;
}

.dropdown-menu li a:hover {
  color: #1e4461 !important;
  background-color: #f4f8fb !important;
  padding-left: 28px !important;
}

/* エントリーボタン：色固定 */
html body .btn-shinsotsu,
html body .btn-shinsotsu:hover {
  background-color: #00AEEF !important;
  color: #ffffff !important;           
  opacity: 1 !important;           
  box-shadow: 0 4px 15px rgba(0, 174, 239, 0) !important;
  visibility: visible !important;
}

html body .btn-chuto,
html body .btn-chuto:hover {
  background-color: #f39800 !important;
  color: #ffffff !important;           
  opacity: 1 !important;
  box-shadow: 0 4px 15px rgba(30, 68, 97, 0) !important;
  visibility: visible !important;
}

html body .btn-entry:hover {
  transform: translateY(-2px) !important;
  filter: brightness(1.1) !important;
}

/* ==========================================================
   ■ 2. TITLE
   ========================================================== */
.section-title-img {
  margin-top: 0 !important;
  margin-bottom: 25px !important; 
  padding-top: 40px !important;   
  display: flex !important;
  justify-content: center !important;
  width: 100% !important;
  line-height: 1 !important;       
}

.section-title-img img, 
.message-img {
  height: 80px !important;
  width: auto !important;
  display: block !important;
  margin: 0 auto !important;
  vertical-align: top;     
}

/* ==========================================================
   ■ 3. MESSAGE
   ========================================================== */
.message {
  margin-top: 0 !important; 
  background-color: transparent !important;
  width: 100% !important;
}

.message .message-content {
  margin-top: 60px !important;
  display: flex !important;
  flex-direction: row !important;
  align-items: flex-start !important;
  justify-content: center !important; 
  gap: 60px !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

.brand-message-container {
  margin: 0 !important;
  flex: 1 1 50% !important;
  max-width: 580px !important;
  width: auto !important;
}

.brand-message-heading {
  font-size: 26px !important;
  font-weight: 800 !important;
  color: #1e4461 !important;
  line-height: 1.5 !important;
  letter-spacing: 0.05em !important;
  margin: 0 0 24px 0 !important;
}

.brand-message-text {
  font-size: 15px !important;
  font-weight: normal !important;
  color: #333333 !important;
  line-height: 2.3 !important;
  margin: 0 !important;
}

.brand-message-highlight {
  font-weight: bold !important;
  display: inline-block !important;
  margin-top: 16px !important;
}

.message-photo {
  flex: 1 1 50% !important;
  max-width: 480px !important;
  width: auto !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important; 
  margin-bottom: 0 !important;
}

.photo-rectangle {
  width: 100% !important;
  margin-bottom: 40px !important;
}

.photo-rectangle img {
  width: 100% !important;
  height: auto !important;
  max-width: 100% !important;
  border-radius: 12px !important;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.12) !important;
}

.btn-more {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 320px !important;
  height: 64px !important;
  background-color: #1e4461 !important;
  color: #ffffff !important;
  border-radius: 32px !important;
  font-size: 16px !important;
  font-weight: bold !important;
  text-decoration: none !important;
  transition: all 0.25s ease !important;
}

.btn-more:hover {
  opacity: 0.85 !important; 
  transform: translateY(-1px) !important;
}

/* ==========================================================
   ■ 4. ABOUT US
   ========================================================== */
.about-us-section {
  position: relative !important;
  width: 100% !important;
  max-width: none !important;
  padding-top: 0 !important; 
  overflow: visible !important;
}

.about-us-section .grid-3 {
  display: flex !important;
  justify-content: center !important;
  gap: 30px !important;
}

.about-us-section .item-simple {
  flex: 1 !important;
  max-width: 320px !important;
  display: block !important;
  text-decoration: none !important;
  background: transparent !important;
  padding: 0 !important;
}

.about-us-section .item-img {
  width: 100% !important;
  margin-left: 0 !important;
  display: block !important;
  aspect-ratio: 1 / 1 !important; 
  object-fit: cover !important;
  border-radius: 12px !important;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.12) !important;
  transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}

.about-us-section .item-text {
  display: block !important;
  margin-top: 15px !important;
  font-size: 18px !important;
  font-weight: 800 !important;
  color: #333333 !important;
  text-align: center !important;
}

.about-us-section .item-simple:hover .item-img {
  transform: translateY(-8px) scale(1.02) !important;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.16) !important;
}

/* ==========================================================
   ■ 6. DATA IN W.H
   ========================================================== */
.top-data-section {
  position: relative !important;
  width: 100% !important;
  max-width: none !important;
  padding-top: 0 !important; 
  overflow: hidden !important;
  text-align: center !important;
}

.data-card-grid {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;   
  justify-content: center !important;
  gap: 25px !important;
  width: 100% !important;
  margin: 40px 0 !important;
  padding: 0 !important;
}

.data-minimal-card {
  background-color: #ffffff !important;
  border: 1px solid #f0f0f0 !important;
  border-radius: 20px !important;
  padding: 40px 20px !important;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.04) !important;
  width: 90% !important;
  max-width: 340px !important;
  margin: 0 auto !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
}

.card-number-wrap {
  color: #1e4461 !important;
  font-weight: 800 !important;
  margin-bottom: 10px !important;
  display: flex !important;
  align-items: baseline !important;
  justify-content: center !important;
}

.card-number-wrap .number {
  font-size: 60px !important;
  line-height: 1 !important;
}

.card-number-wrap .unit {
  font-size: 16px !important;
  margin-left: 5px !important;
  font-weight: 700 !important;
}

.card-label {
  color: #555555 !important;
  font-size: 18px !important;
  font-weight: 800 !important;
  margin: 0 !important;
}

.data-date {
  display: block !important;
  font-size: 15px !important;
  color: #888888 !important;
  margin-top: 5px !important;
  font-weight: normal !important;
  text-align: center !important;
}

.data-btn-area {
  width: 100% !important;
  display: flex !important;
  justify-content: center !important; 
  margin-top: 40px !important;
  position: relative;
  z-index: 12;
}

.data-btn-area .btn-more {
  width: 300px !important;
  margin: 0 auto !important;
}

@media screen and (min-width: 1001px) {
  .data-card-grid {
    flex-direction: row !important;
    align-items: stretch !important;
    max-width: 1100px !important;
    margin: 40px auto !important;
    gap: 30px !important;
  }
  .data-minimal-card {
    flex: 1 !important;
    width: auto !important;
    max-width: none !important;
    margin: 0 !important;
  }
}

/* ==========================================================
   ■ 7. RECRUIT INFO
   ========================================================== */
.recruit-info {
  padding: 80px 0 !important;
  text-align: center !important;
}

.recruit-info h2 {
  font-size: 32px !important;
  font-weight: 800 !important;
  color: #333 !important;
  margin-bottom: 40px !important;
  letter-spacing: 0.05em;
}

.recruit-info .tile-grid {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 15px !important;
  max-width: 800px !important; 
  width: 100% !important;
  margin: 0 auto !important;
  padding: 0 20px !important;
}

.recruit-info .tile {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 85px !important; 
  background-color: #fff !important;
  border: 2px solid #1e4461 !important;
  border-radius: 8px !important;
  color: #1e4461 !important;
  font-size: 18px !important;
  font-weight: 800 !important;
  text-decoration: none !important;
  transition: all 0.3s ease !important;
}

.recruit-info .tile:hover {
  background-color: #1e4461 !important;
  color: #fff !important;
}

/* ==========================================================
   ■ 8. FOOTER
   ========================================================== */
.footer-recruit {
  width: 100%;
  background-color: #2b435c !important;
  color: #fff !important;
  padding: 80px 0 40px;
  margin-top: 0;
}

.footer-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 40px;
}

.footer-left {
  flex: 0 0 300px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer-logo-img {
  height: 70px !important;
  width: auto;
  margin-bottom: 30px;
}

.btn-corporate-footer {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 240px;
  height: 54px;
  border: 1px solid #fff;
  color: #fff !important;
  font-size: 14px;
  font-weight: bold;
  transition: 0.3s;
}

.footer-nav {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  gap: 80px;
}

.footer-column ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.footer-column ul li { margin-bottom: 20px; }
.footer-column ul li a { color: #fff !important; font-weight: bold; font-size: 16px; transition: 0.3s; }

.footer-recruit a.footer-entry-link-btn,
.footer-recruit .footer-column .footer-entry-link-btn {
  display: inline !important;
  width: auto !important;
  height: auto !important;
  padding: 0 !important;
  margin: 0 !important;
  background-color: transparent !important;
  border-radius: 0 !important;
  border: none !important;
  font-weight: 800 !important;
  font-size: 16px !important;
  text-decoration: underline !important;
  transition: 0.3s;
}

.footer-recruit a.footer-entry-link-btn,
.footer-recruit a.footer-btn-shinsotsu,
.footer-recruit .footer-btn-chuto { color: #f39800 !important; }

@media screen and (min-width: 1001px) {
  .footer-inner { max-width: 960px !important; margin: 0 auto !important; display: flex !important; justify-content: center !important; gap: 100px !important; padding: 0 !important; }
  .footer-nav { flex: 0 0 auto !important; display: flex !important; gap: 60px !important; margin: 0 !important; justify-content: flex-start !important; }
  .footer-left { flex: 0 0 240px !important; display: flex !important; flex-direction: column !important; align-items: center !important; text-align: center !important; margin: 0 !important; }
  .footer-logo-img { margin: 0 0 20px 0 !important; height: 70px !important; }
  .btn-corporate-footer { width: 240px !important; margin: 0 !important; }
  .footer-bottom { max-width: 100% !important; margin: 60px auto 0 !important; padding: 30px 0 0 0 !important; border-top: 1px solid rgba(255, 255, 255, 0.1) !important; display: flex !important; justify-content: center !important; }
  .footer-bottom p, .copyright-text { width: 100% !important; text-align: center !important; margin: 0 !important; }
}

/* ==========================================================
   ■ 9. SMARTPHONE / TABLET RESPONSIVE (max-width: 1000px)
   ========================================================== */
@media screen and (max-width: 1000px) {
  .nav-container, .entry-buttons {
    display: none !important;
  }

  .menu-btn {
    display: flex !important;
  }

  .logo {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 10px !important;
    flex-shrink: 0 !important;
    margin: 0 !important;
  }

  .logo-img {
    height: 32px !important;
    width: auto !important;
    display: block !important;
  }

  .header-sub-logo img {
    height: 26px !important;
    width: auto !important;
    display: block !important;
  }

  .header {
    height: 70px;
    padding: 0 15px 0 25px !important;
    justify-content: space-between;
  }
  
  html body #top ~ main .message .message-content,
  .message .message-content { 
    margin-top: 40px !important; 
    gap: 50px !important; 
    flex-direction: column !important; 
    align-items: center !important; 
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    box-sizing: border-box !important;
  }
  
  .brand-message-container { 
    width: 100% !important; 
    flex: none !important; 
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
  }
  
  .brand-message-heading { 
    font-size: 20px !important; 
    text-align: center !important; 
    line-height: 1.4 !important; 
    margin-bottom: 20px !important; 
  }
  
  .brand-message-text { 
    text-align: left !important; 
    font-size: 14px !important; 
    line-height: 2.0 !important; 
    width: 100% !important; 
    max-width: 600px !important; 
    margin: 0 auto !important; 
    padding: 0 15px !important; 
    box-sizing: border-box !important;
  }
  
  html body #top ~ main .message .message-photo,
  .message-photo { 
    width: 100% !important; 
    flex: 0 0 100% !important; 
    max-width: 600px !important; 
    min-width: 0 !important;
    margin: 20px auto 0 auto !important; 
    padding: 0 15px !important; 
    box-sizing: border-box !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important; 
  }
  
  html body #top ~ main .message .photo-rectangle,
  .photo-rectangle { 
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 40px !important;
  }
  
  .photo-rectangle img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .btn-more { 
    width: 100% !important;
    max-width: 340px !important; 
    height: 58px !important; 
    font-size: 15px !important; 
    margin: 0 auto !important;
  }
  
  .btn-interview-more { 
    width: 280px !important; 
    height: 52px !important; 
    font-size: 14px !important; 
  }
  
  .top-data-section { padding-bottom: 70px !important; }

  .footer-inner {
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    gap: 40px !important;
    padding: 0 20px !important;
  }
  .footer-left {
    flex: 0 0 auto !important;
    align-items: center !important;
    width: 100% !important;
  }
  .footer-logo-img {
    margin: 0 auto 20px auto !important;
  }
  .footer-nav {
    flex-direction: column !important;
    align-items: center !important;
    gap: 30px !important;
    width: 100% !important;
  }
  .footer-column ul {
    text-align: center !important;
  }
  .footer-column ul li {
    margin-bottom: 15px !important;
  }
  .footer-bottom {
    margin-top: 40px !important;
    padding: 20px 0 0 0 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
  }
}

/* ==========================================================
   ■ 10. MEDIA (max-width: 480px / 600px)
   ========================================================== */
@media screen and (max-width: 480px) {
  .brand-message-heading {
    font-size: clamp(14px, 4.1vw, 16px) !important; 
    line-height: 1.7 !important;
    text-align: center !important;
    letter-spacing: 0.01em !important;
    margin-bottom: 24px !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 8px !important;
    box-sizing: border-box !important;
    white-space: nowrap !important; 
    font-feature-settings: "palt" 1 !important; 
  }
  .brand-message-text {
    font-size: 13px !important;
    line-height: 1.9 !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 10px !important;
    box-sizing: border-box !important;
    text-align: left !important;
  }
}

@media screen weights (max-width: 600px) {
  .about-us-section { padding-bottom: 70px !important; }
  html body #top ~ main .about-us-section .container { padding-left: 10px !important; padding-right: 10px !important; width: calc(100% - 50px) !important; }
  .about-us-section .grid-3 { flex-direction: column !important; align-items: center !important; gap: 40px !important; width: 100% !important; }
  .about-us-section .item-simple { width: 100% !important; max-width: 100% !important; }
  .about-us-section .item-img { aspect-ratio: 16 / 9 !important; width: 100% !important; margin-left: 0 !important; }
}

/* ==========================================================
   ■ 11. LAYERING (各セクションの基本レイヤー構造)
   ========================================================== */
main,
.message,
.about-us-section,
.under-interview-section,
.top-data-section,
.recruit-info {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  position: relative !important;
  box-sizing: border-box !important;
  overflow: visible !important;
  z-index: 1 !important; 
}

.message, .recruit-info { 
  background-color: #ffffff !important;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='bgNoise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.015 0'/%3E%3C/filter%3E%3C/svg%3E#bgNoise") !important;
  background-repeat: repeat !important;
}

.about-us-section, .top-data-section { 
  background-color: #f9f9f9 !important;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='bgNoiseGray'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.018 0'/%3E%3C/filter%3E%3C/svg%3E#bgNoiseGray") !important;
  background-repeat: repeat !important;
}

/* ==========================================================
   ■ 12. BANDS CONTENT STYLES (手前への浮き上がり制御)
   ========================================================== */
.message.container,
.about-us-section .container,
.top-data-section .container,
.recruit-info .container,
.under-interview .section-title-img,
.under-interview .slider-dots,
.under-interview .interview-btn-area,
.under-interview-card-grid,
.under-interview h2 {
  position: relative !important;
  z-index: 10 !important; 
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.about-us-section,
.top-data-section,
.recruit-info {
  padding-top: 80px !important;
  padding-bottom: 80px !important; 
}

.message {
  padding-top: 20px !important;
  padding-bottom: 80px !important; 
}

section {
  padding: 0 !important;
  overflow: visible !important;
}

@media screen and (max-width: 768px) {
  .about-us-section,
  .top-data-section,
  .recruit-info {
    padding-top: 50px !important;
    padding-bottom: 50px !important; 
  }

  .message {
    padding-top: 10px !important;
    padding-bottom: 50px !important; 
  }

  .message.container,
  .about-us-section .container,
  .top-data-section .container,
  .recruit-info .container,
  .under-interview .section-title-img,
  .under-interview .interview-btn-area {
    padding-left: 20px !important;
    padding-right: 20px !important;
    width: 100% !important;
    max-width: 100% !important;
  }
}

/* ==========================================================
   ■ 13. 社員インタビュー専用：Swiper対応スライダー設定（SP実機完全保護版）
   ========================================================== */
html body #under-interview-section {
    position: relative !important;
    padding-top: 20px !important;
    padding-bottom: 40px !important; 
    z-index: 100 !important;
    text-align: center !important;
    width: 100% !important;
    overflow: hidden !important; /* SPで画面外に無駄な横スクロールが出るのを完全に防ぐ */
}

html body #under-interview-section h2 {
    display: block !important;
    position: relative !important;
    z-index: 500 !important;
    text-align: center !important;
    font-size: 26px !important;            
    font-weight: 800 !important;           
    color: #333333 !important;             
    margin-top: -10px !important;
    margin-bottom: 30px !important;        
    padding: 0 !important;
    white-space: nowrap !important;
    letter-spacing: 0.05em !important;
}

/* ラッパー（ボタン・見切れ位置基準） */
.under-interview-slider-outer {
    position: relative !important;
    width: 100% !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 60px 0 70px !important; /* 左側にボタン用の固定余白を確保 */
    box-sizing: border-box !important;
}

/* Swiper本体：右側を見切れ表示させる設定 */
.underInterviewSwiper {
    width: 100% !important;
    max-width: 100% !important;
    overflow: visible !important; /* 右端カードをはみ出させて表示 */
    padding-bottom: 50px !important; /* 下部ドット・ボタン用の余白 */
}

/* カード本体の固定幅と装飾（Android用潰れ防止処理適用） */
.under-interview-card {
    width: 260px !important;
    min-width: 260px !important;
    max-width: 260px !important;
    flex-shrink: 0 !important; /* ★Androidが勝手にカード幅を縮めるのを強力防止 */
    height: auto !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    text-decoration: none !important;
    background: transparent !important;
    transition: transform 0.3s ease, opacity 0.4s ease, filter 0.4s ease !important;
    box-sizing: border-box !important;
}

.under-interview-card a {
    text-decoration: none !important;
    color: inherit !important;
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
}

.under-card-base {
    position: relative !important;
    width: 100% !important;
    margin-bottom: 15px !important;
}

.under-photo-area {
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.12) !important;
    border-radius: 16px !important;
    overflow: hidden !important;
}

.under-photo-area img {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 3 / 4 !important;
    object-fit: cover !important;
    display: block !important;
    object-position: center top !important;
}

.under-interview-info-wrap {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    width: 100% !important;
    flex-grow: 1 !important;
    padding: 10px 5px !important;
    text-align: left !important;
}

.under-interview-item-year {
    font-size: 12px !important;
    color: #888888 !important;
    font-weight: bold !important;
    margin-bottom: 8px !important;
}

.under-interview-item-tags {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: flex-start !important;
    gap: 6px !important;
    min-height: 54px !important;
    margin-bottom: 10px !important;
    width: 100% !important;
}

.under-interview-item-tags span {
    font-size: 11px !important;
    color: #1e4461 !important;
    background-color: #f0f4f8 !important;
    padding: 4px 10px !important;
    border-radius: 4px !important;
    font-weight: bold !important;
    display: inline-block !important;
    line-height: 1.2 !important;
}

.under-interview-item-name {
    font-size: 22px !important;
    font-weight: 800 !important;
    color: #333333 !important;
    margin-top: auto !important;
    margin-bottom: 12px !important;
}

.under-interview-item-more {
    font-size: 12px !important;
    font-weight: 800 !important;
    color: #1e4461 !important;
    border-bottom: 2px solid #1e4461 !important;
    padding-bottom: 2px !important;
    margin-top: auto !important;
}

.under-interview-card:hover .under-interview-item-more {
    color: #00AEEF !important;
    border-color: #00AEEF !important;
}

/* --- 左右の矢印ボタン（セクション左下に配置） --- */
.under-arrow-prev,
.under-arrow-next {
    position: absolute !important;
    top: auto !important;          /* カード上の固定を解除 */
    bottom: 5px !important;        /* セクションの下端付近に配置 */
    width: 60px !important;        /* 下部用に少しコンパクト化 */
    height: 60px !important;
    background-color: #f0f0f0 !important;
    border-radius: 50% !important;
    color: #333333 !important;
    transition: all 0.3s ease !important;
    z-index: 100 !important;
    margin: 0 !important;
}

.under-arrow-prev::after,
.under-arrow-next::after {
    font-size: 14px !important;
    font-weight: bold !important;
}

/* ← ボタンを左下に配置 */
.under-arrow-prev { 
    left: 20px !important; 
    right: auto !important;
}

/* → ボタンを「←」のすぐ右隣に配置 */
.under-arrow-next { 
    left: 90px !important; /* ←ボタン(20px) + 幅(40px) + 間隔(10px) */
    right: auto !important;
}

.under-arrow-prev:hover,
.under-arrow-next:hover {
    background-color: #00AEEF !important;
    color: #ffffff !important;
}

.swiper-button-disabled {
    opacity: 0.3 !important;
    cursor: not-allowed !important;
}

/* --- ドット（…）/プログレスバー設定 --- */
.underInterviewSwiper .swiper-pagination {
    bottom: 0px !important;
}

.underInterviewSwiper .swiper-pagination-bullet {
    width: 8px !important;
    height: 8px !important;
    background: #cccccc !important;
    opacity: 1 !important;
    transition: all 0.3s ease !important;
}

.underInterviewSwiper .swiper-pagination-bullet-active {
    background: #00AEEF !important;
    width: 24px !important; /* アクティブ時に横長バー化 */
    border-radius: 4px !important;
}

/* ボタン・一覧リンクエリア */
.interview-btn-area {
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;      
    margin-top: 20px !important;      
    margin-bottom: 30px !important; 
    position: relative !important;
    z-index: 10 !important;
}

.btn-interview-more {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 320px !important;
    height: 60px !important;
    background-color: #1e4461 !important; 
    color: #ffffff !important;
    border: 2px solid #1e4461 !important;
    border-radius: 30px !important;
    font-size: 16px !important;
    font-weight: bold !important;
    text-decoration: none !important;
    box-shadow: 0 4px 15px rgba(30, 68, 97, 0.1) !important;
    transition: all 0.25s ease !important;
}

.btn-interview-more:hover {
    opacity: 0.9 !important;
    transform: translateY(-2px) !important;
}

/* --- カード全体のデフォルト：画面端の見切れカードは小さく＆グレー透過 --- */
.underInterviewSwiper .under-interview-card {
    transform: scale(0.88) !important;
    opacity: 0.4 !important;
}

/* --- 画面内に入っているカードをすべてカラー＆100%表示 --- */
.underInterviewSwiper .under-interview-card.swiper-slide-visible {
    transform: scale(1) !important;
    opacity: 1 !important;
    filter: grayscale(0%) !important; /* 完全なカラー表示 */
}

/* ホバー時の浮き上がり（カラー表示のカードのみ） */
.underInterviewSwiper .under-interview-card.swiper-slide-visible:hover {
    transform: scale(1.03) translateY(-5px) !important;
}

/* スマホ実機環境修正（1000px以下） */
@media screen and (max-width: 1000px) {
    .under-interview-slider-outer {
        padding: 0 20px !important; /* スマホ用余白に最適化 */
        max-width: 100% !important;
    }
    .under-arrow-prev, 
    .under-arrow-next {
        display: none !important; /* スマホでは矢印を非表示 */
    }
    .under-interview-card {
        width: 230px !important;
        min-width: 230px !important;
        max-width: 230px !important;
        flex-shrink: 0 !important; /* SP時もカード幅を厳密固定 */
    }
}


/* ==========================================================
   ■ 14. GLOBAL COPYRIGHT CENTER
   ========================================================= */
html body .footer-bottom,
html body .footer-bottom p {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  text-align: center !important;
  justify-content: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  box-sizing: border-box !important;
}

/* ==========================================================
   ■ 15. スマホメニュー開閉連動設定
   ========================================================= */
@media screen and (max-width: 1000px) {
  html body .nav-container {
    display: block !important;
    position: fixed !important;
    top: 70px !important;
    left: 100% !important;
    width: 100% !important;
    height: calc(100vh - 70px) !important;
    background-color: #ffffff !important;
    transition: left 0.3s ease !important;
    z-index: 999998 !important;
    overflow-y: auto !important;
    box-sizing: border-box !important;
  }

  html body .main-menu {
    display: flex !important;
    flex-direction: column !important;
    padding: 30px 24px !important;
    gap: 28px !important;
    align-items: flex-start !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  html body .main-menu li {
    width: 100% !important;
  }

  html body .main-menu li a, 
  html body .menu-label {
    font-size: 18px !important;
    color: #333333 !important;
    font-weight: bold !important;
    display: block !important;
  }

  html body .dropdown-menu li a {
    font-size: 15px !important;
    padding: 10px 12px !important;
  }

  html body #menu-btn-check:checked ~ .nav-container {
    left: 0 !important;
  }

  html body .menu-btn {
    display: flex !important;
    position: absolute !important;
    right: 15px !important;
    top: 13px !important;
    z-index: 1000005 !important;
  }

  html body #menu-btn-check:checked ~ .menu-btn span {
    background-color: transparent !important;
  }
  html body #menu-btn-check:checked ~ .menu-btn span::before {
    top: 0 !important;
    transform: rotate(45deg) !important;
  }
  html body #menu-btn-check:checked ~ .menu-btn span::after {
    top: 0 !important;
    transform: rotate(-45deg) !important;
  }

  html body .sp-menu-buttons {
    display: block !important;
    width: 100% !important;
    margin-top: 10px !important;
  }

  html body .sp-menu-buttons .sp-entry-flex {
    display: flex !important;
    width: 100% !important;
    gap: 12px !important;
    flex-direction: row !important;
  }

  html body .sp-menu-buttons .sp-entry-flex .btn-entry {
    flex: 1 !important;
    height: 54px !important;
    border-radius: 6px !important;
    font-size: 15px !important;
    font-weight: bold !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #ffffff !important; 
  }
}

#under-interview-section .slider-dots {
    display: none !important;
}

@media screen and (max-width: 1000px) {
    html body #under-interview-section .slider-dots {
        display: flex !important;
        justify-content: center !important;
        gap: 8px !important;
        margin-top: 15px !important;
        margin-bottom: 0 !important;
        position: relative !important;
        z-index: 500 !important;
        width: 100% !important;
    }

    html body #under-interview-section .dot {
        display: block !important;
        width: 8px !important;
        height: 8px !important;
        background-color: #dddddd !important;
        border-radius: 50% !important;
        transition: background-color 0.3s ease !important;
    }

    html body #under-interview-section .dot.active {
        background-color: #1e4461 !important;
    }
}



/* ==========================================================
   ■ スマホメニュー：アコーディオン開閉連動設定（滑らかアニメーション版）
   ========================================================== */
@media screen and (max-width: 1000px) {
  html body .dropdown-menu {
    display: block !important; /* 常時ブロック化 */
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    transform: none !important;
    box-shadow: none !important;
    width: 100% !important;
    background: transparent !important;
    
    max-height: 0 !important;
    overflow: hidden !important;
    opacity: 0 !important;
    margin-top: 0 !important; 
    padding: 0 0 0 20px !important; 
    transition: max-height 0.3s ease-in-out, opacity 0.3s ease, margin 0.3s ease, padding 0.3s ease !important;
  }

  html body .menu-switch:checked ~ .dropdown-menu {
    max-height: 300px !important; 
    opacity: 1 !important;
    margin-top: 15px !important; 
    padding: 15px 0 5px 20px !important; 
  }

  html body .menu-label {
    position: relative !important;
    width: 100% !important;
    display: block !important;
    cursor: pointer !important;
    padding-right: 40px !important;
  }

  /* 自作したV字矢印のパーツ */
  html body .menu-label::after {
    content: "" !important;
    position: absolute !important;
    right: 15px !important;
    top: 45% !important;
    width: 8px !important;
    height: 8px !important;
    border-right: 2px solid #333333 !important;
    border-bottom: 2px solid #333333 !important;
    transform: translateY(-50%) rotate(45deg) !important;
    transition: transform 0.2s ease !important;
  }

  html body .menu-switch:checked ~ .menu-label::after {
    transform: translateY(-50%) rotate(-135deg) !important;
  }
  
  html body .dropdown-menu li a {
    font-size: 16px !important;
    padding: 12px 0 !important;
    color: #444444 !important;
  }
}

html body #under-interview-section .under-interview-card-grid::-webkit-scrollbar {
  display: none !important;
}

/* ==========================================================
   ■ 16. データページ専用：古いホバー競合を最優先でリセット強制上書き
   ========================================================== */
html body .data-layout-grid .data-box:hover {
  transform: scale(1.05) !important; 
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08) !important; 
  z-index: 10000 !important; 
}

html body .data-layout-grid .data-box:hover .num,
html body .data-layout-grid .data-box:hover span,
html body .data-layout-grid .data-box:hover p {
  transform: none !important;
  opacity: 1 !important;
  visibility: visible !important;
}

/* ==========================================================
   ■ 表示後のスクロールリアルタイム揺らしエフェクトの強制解放
   ========================================================== */
html body .data-layout-grid .data-box.js-fade-up.is-active {
  transform: none !important; 
}
html body .data-layout-grid .data-box.js-fade-up.is-active:hover {
  transform: scale(1.05) rotate(0deg) !important; 
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08) !important;
  z-index: 10000 !important;
}

/* ==========================================================
   ■ 全ページ完全統一：Noto Sans JP 外部強制読み込み＆同期
   ========================================================== */
@font-face {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 400 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/notosansjp/v52/-nd77JbBl6JAW7ybWWg82NulSgS8K8S8N0c1_l-E-E_I-F_I.woff2) format('woff2');
}

html, body, *,
.message *, .about-us-section *, .interview *, .under-interview *, .top-data-section *, .recruit-info *, .footer-recruit * {
    font-family: "Noto Sans JP", sans-serif !important;
}

.c-sectionTtl,
.top-video-section__title,
.scroll-text {
    font-family: "Helvetica Neue", Arial, sans-serif !important;
}

.info-label .name,
.under-interview-item-name {
    font-weight: 500 !important;
}

/* ==========================================================
   ■ 数字・全テキスト完全ゴシック統一（自動リンク化バグ無効化）
   ========================================================== */
html, body, *, 
html body *,
a, span, p, div, .num, .unit, .data-box * {
    font-family: "Noto Sans JP", sans-serif !important;
}

/* 英字タイトルなどのフォント救出 */
.c-sectionTtl,
.top-video-section__title,
.scroll-text {
    font-family: "Helvetica Neue", Arial, sans-serif !important;
}

/* インタビュー名前のウエイト微調整 */
.info-label .name,
.under-interview-item-name {
    font-weight: 500 !important;
}

/* ==========================================================
   ■ 英語セクションタイトル：ご指定のフォント・サイズ・太さに完全固定
   ========================================================== */
.c-sectionTtl,
.c-sectionTtl__en,
.top-video-section__title {
    font-family: "Helvetica Neue", Arial, sans-serif !important;
    font-size: 24px !important;
    font-weight: 500 !important;
}



/* ==========================================================
   ■ SPECIAL MOVIE セクション（軽量モーダル型）
   ========================================================== */
.special-movie-section {
  position: relative !important;
  margin-top: 60px !important;
  margin-bottom: 80px !important;
  overflow: visible !important;
}

.special-movie-card {
  width: 100% !important;
  max-width: 1000px !important;
  margin: 0 auto !important;
  border-radius: 10px !important;
  overflow: hidden !important;
  box-shadow: 0 15px 35px rgba(30, 68, 97, 0.12) !important;
  cursor: pointer !important;
  position: relative !important;
  z-index: 2 !important;
  transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}

.special-movie-card:hover {
  transform: translateY(-4px) !important;
  box-shadow: 0 20px 45px rgba(30, 68, 97, 0.2) !important;
}

.special-movie-thumb-wrap {
  position: relative !important;
  width: 100% !important;
  aspect-ratio: 16 / 9 !important;
  background-color: #1e4461 !important;
}

.special-movie-thumb {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
}

.special-movie-overlay {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background: radial-gradient(circle, rgba(30, 68, 97, 0.2) 0%, rgba(30, 68, 97, 0.65) 100%) !important;
  transition: opacity 0.3s ease !important;
}

.special-movie-card:hover .special-movie-overlay {
  opacity: 0.8 !important;
}

/* 中央の再生エリア */
.special-movie-btn-inner {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  color: #ffffff !important;
  text-align: center !important;
  width: 90% !important;
  pointer-events: none !important;
}

.special-play-badge {
  width: 80px !important;
  height: 80px !important;
  background-color: #00AEEF !important;
  border: 3px solid #ffffff !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3) !important;
  margin-bottom: 16px !important;
  transition: transform 0.3s ease, background-color 0.3s ease !important;
}

.special-movie-card:hover .special-play-badge {
  transform: scale(1.1) !important;
  background-color: #1e4461 !important;
}

.special-play-icon {
  font-size: 24px !important;
  color: #ffffff !important;
  padding-left: 4px !important;
}

.special-movie-time {
  font-family: "Helvetica Neue", Arial, sans-serif !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: 0.15em !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  padding: 4px 14px !important;
  border-radius: 10px !important;
  backdrop-filter: blur(4px) !important;
  margin-bottom: 10px !important;
}

.special-movie-catch {
  font-size: 20px !important;
  font-weight: 800 !important;
  letter-spacing: 0.05em !important;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5) !important;
}

/* iframeのレスポンシブ枠 */
#spVideoModal .video-modal-inner iframe {
  width: 100% !important;
  height: 100% !important;
  border: none !important;
}

/* 背景四角の個別位置 */
.special-movie-section .pos-sp-1 { top: -40px !important; left: -100px !important; opacity: 0.35 !important; }
.special-movie-section .pos-sp-2 { bottom: -30px !important; right: -80px !important; opacity: 0.35 !important; }

@media screen and (max-width: 768px) {
  .special-play-badge { width: 60px !important; height: 60px !important; }
  .special-play-icon { font-size: 18px !important; }
  .special-movie-catch { font-size: 15px !important; }
}
