@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. 詳細ページ下部：その他インタビュー専用 スライダー設定
   ========================================================== */
.under-interview {
    text-align: center !important;
}

.under-interview-card-grid {
    display: flex !important;
    justify-content: center !important;
    gap: 20px !important;
    max-width: 1100px !important;
    margin: 0 auto !important;
    align-items: stretch !important;
}

.under-interview-card {
    flex: 0 0 260px !important;
    width: 260px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    text-decoration: none !important;
    background: transparent !important;
    transition: transform 0.3s ease !important;
}

.under-interview-card:hover {
    transform: translateY(-5px) !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;
}

@media screen and (max-width: 1000px) {
    html body #under-interview-section {
        display: block !important;
        width: 100% !important;
        padding: 50px 0 !important;
    }

    html body #under-interview-section .under-interview-card-grid {
        display: flex !important;
        flex-direction: row !important;
        justify-content: flex-start !important;
        align-items: stretch !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        padding: 20px 20px 40px 20px !important;
        gap: 15px !important;
        max-width: 100% !important;
        width: 100% !important;
        margin: 0 !important;
        scroll-snap-type: x mandatory !important;
        -webkit-overflow-scrolling: touch !important;
    }

    html body #under-interview-section .under-interview-card {
        flex: 0 0 280px !important;
        width: 280px !important;
        min-width: 280px !important;
        max-width: 280px !important;
        flex-shrink: 0 !important;
        scroll-snap-align: center !important;
    }
}

.interview-btn-area {
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;      
    margin-top: 40px !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;
}



html body #under-interview-section {
    position: relative !important;
    padding-top: 20px !important;
    padding-bottom: 40px !important; 
    z-index: 100 !important;
}

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: 40px !important;        
    padding: 0 !important;
    white-space: nowrap !important;
    letter-spacing: 0.05em !important;
}

html body #under-interview-section .under-interview-card-grid {
    position: relative !important;
    z-index: 500 !important;
}

@media screen and (max-width: 1000px) {
    html body #under-interview-section h2 {
        font-size: 20px !important;        
        margin-top: -5px !important;
        margin-bottom: 25px !important;
    }
}





/* ==========================================================
   ■ 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;
}