table {
  border-collapse: collapse;
  width: 100%;
}

/* Hero Section Styles */
.hero-section {
  position: relative;
  height: 684px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: url('../../images1/Q9Nbu99TzT.png') repeat;
}

.hero-background {
  position: absolute;
  top: 284px;
  left: 0;
  right: 0;
  height: 400px;
  z-index: 1;
}

.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-content {
  position: relative;
  z-index: 2;
  margin-top: -200px;
}

.page-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  width: 352px;
}

.title-english {
  font-family: 'Yu Mincho Pr6N', serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  color: #251D03;
}

.title-japanese {
  font-family: 'Yu Mincho Pr6N', serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 32px;
  color: #251D03;
  width: 100%;
}

.title-underline {
  width: 99px;
  height: 7px;
}

.decorative-line {
  width: 100%;
  height: 100%;
}

/* Breadcrumb Styles */
.breadcrumb {
  padding: 12px 0;
  background: transparent;
}

.breadcrumb-container {
  display: flex;
  align-items: center;
  gap: 8px;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 220px;
}

.breadcrumb-link {
  font-family: 'Noto Sans CJK JP', sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 21.6px;
  color: #2196F3;
  transition: color 0.3s ease;
}

.breadcrumb-link:hover {
  color: #1976D2;
}

.breadcrumb-arrow {
  width: 6.17px;
  height: 10px;
}

.breadcrumb-current {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 21.6px;
  color: #333333;
}

/* About Section Styles */
.about-section {
  padding: 40px 0;
  background: #FFFFFF;
}

.about-container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 70px;
}

.company-message {
  width: 100%;
  max-width: 800px;
}

.message-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.message-text {
  font-family: 'Shippori Mincho', serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 38.4px;
  text-align: center;
  color: #251D03;
  width: 100%;
}

.ceo-name {
  font-family: 'Yu Mincho Pr6N', serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 25.6px;
  text-align: center;
  color: #251D03;
}

/* Company Info Section - 他のCSSを強制上書き */
.company-info {
  width: 100% !important;
  overflow: hidden !important;
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
  transition-delay: 0s !important;
  margin-top: 0 !important;
  font-size: inherit !important;
  color: inherit !important;
  letter-spacing: normal !important;
  display: block !important;
  align-items: initial !important;
  gap: 0 !important;
}

.company-image {
  width: 400px !important;
  height: 550px !important;
  float: left !important;
  margin-right: 40px !important;
}

.info-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.company-table {
  overflow: hidden;
}

.info-table {
  width: 100%;
  border-collapse: collapse;
}

.table-row {
  /* テーブル本来の表示 */
}

.table-header {
  width: 120px;
  padding: 16px 8px;
  border-bottom: 1px solid #B33D31;
  font-family: 'Yu Mincho Pr6N', serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 25.6px;
  color: #251D03;
  text-align: left;
  vertical-align: top;
  background: #FFFFFF;
}

.table-data {
  padding: 16px;
  border-bottom: 1px solid #D9D9D9;
  font-family: 'Yu Mincho Pr6N', serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 22.4px;
  color: #251D03;
  text-align: left;
  vertical-align: top;
  background: #FFFFFF;
}

.table-row:nth-child(3) .table-header,
.table-row:nth-child(3) .table-data {
  padding-top: 16px;
  padding-bottom: 16px;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .hero-section {
    height: 400px;
  }
  
  .hero-background {
    top: 150px;
    height: 250px;
  }
  
  .hero-content {
    margin-top: -100px;
  }
  
  .page-title {
    width: 280px;
  }
  
  .title-japanese {
    font-size: 24px;
    line-height: 24px;
  }

  .breadcrumb-container {
    padding: 0 20px;
  }
  
  .breadcrumb-link,
  .breadcrumb-current {
    font-size: 10px;
  }

  .about-container {
    gap: 40px;
  }
  
  .message-text {
    font-size: 14px;
    line-height: 28px;
  }
  
  .company-info {
    overflow: visible !important;
  }
  
  .company-image {
    width: 100% !important;
    height: 300px !important;
    float: none !important;
    margin-right: 0 !important;
    margin-bottom: 20px !important;
  }
  
  .company-table {
    width: 100%;
  }
  
  .table-header {
    width: 80px;
    font-size: 14px;
    padding: 12px 6px;
  }
  
  .table-data {
    font-size: 12px;
    padding: 12px;
  }
}