* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  min-width: 1200px;
}

body {
  min-width: 1200px;
  overflow-x: auto;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "Noto Serif JP", serif;
  color: #1f1f1f;
  background: #fff;
  line-height: 1.8;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

/* ヘッダー */
.site-header {
  width: 100%;
  min-width: 1200px;
  height: 76px;
  background: #fff;
  border-bottom: 1px solid #eee;
  position: sticky;
  top: 0;
  z-index: 100;
}

.header-inner {
  height: 100%;
  width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 260px 1fr 300px;
  align-items: center;
}

.logo img {
  height: 46px;
  margin-left: 28px;
}

.global-nav {
  display: flex;
  justify-content: center;
  gap: 46px;
  font-size: 15px;
  letter-spacing: .08em;
}

/* ドロップダウン */
.dropdown {
  position: relative;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 180px;
  background: #fff;
  border: 1px solid #ddd;
  border-top: 3px solid #b58a35;
  box-shadow: 0 5px 15px rgba(0,0,0,.08);
  display: none;
  z-index: 999;
}

.dropdown-menu a {
  display: block;
  padding: 12px 18px;
  white-space: nowrap;
}

.dropdown-menu a:hover {
  background: #f5f2ec;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

/* 言語切替 */
.language-switch {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 13px;
}

.language-switch a {
  padding: 6px 10px;
  border: 1px solid #c9b07a;
  background: #fff;
}

.language-switch a.active {
  background: #b58a35;
  color: #fff;
}

/* 共通 */
.section {
  padding: 50px 0;
}

.section-label {
  color: #b58a35;
  letter-spacing: .18em;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 14px;
}

.center-title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 22px;
  text-align: center;
  font-size: 24px;
  letter-spacing: .1em;
  margin-bottom: 38px;
}

.center-title span {
  width: 42px;
  height: 1px;
  background: #b58a35;
}

.outline-btn {
  display: inline-block;
  margin-top: 24px;
  padding: 11px 32px;
  border: 1px solid #b58a35;
  color: #9a762c;
  background: #fff;
  font-size: 14px;
  letter-spacing: .08em;
  transition: all .3s ease;
}

.outline-btn:hover {
  background: #b58a35;
  color: #fff;
  transform: translateY(-3px);
}

.gold-btn {
  display: inline-block;
  padding: 15px 44px;
  background: #b58a35;
  color: #fff;
  font-weight: 600;
  letter-spacing: .08em;
  transition: all .3s ease;
}

.gold-btn:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 24px rgba(0,0,0,.12);
}

/* メインビジュアル */
.page-hero {
  position: relative;
  min-width: 1200px;
  min-height: 460px;
  background:
    linear-gradient(90deg, rgba(255,255,255,.88), rgba(255,255,255,.45), rgba(255,255,255,.05)),
    url("images/company-hero.jpg") center/cover no-repeat;
  overflow: hidden;
}

.breadcrumb {
  width: 1200px;
  margin: 0 auto;
  padding: 24px 0 0 40px;
  font-size: 12px;
  color: #555;
}

.page-hero-copy {
  width: 1200px;
  margin: 0 auto;
  padding: 68px 0 80px 40px;
}

.page-hero h1 {
  font-size: 58px;
  letter-spacing: .18em;
  line-height: 1.35;
  margin-bottom: 24px;
}

.page-hero-copy p:last-child {
  font-size: 20px;
  letter-spacing: .08em;
  line-height: 2;
}

.hero-map {
  position: absolute;
  right: calc((100% - 1200px) / 2 + 80px);
  top: 100px;
  width: 300px;
  opacity: 0.85;
}

/* 数字で見る */
.numbers {
  background: #f7f3ec;
}

.number-grid {
  width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: rgba(255,255,255,.8);
  border: 1px solid #eee4d3;
}

.number-card {
  text-align: center;
  padding: 36px 28px;
  border-right: 1px solid #ddd4c5;
}

.number-card:last-child {
  border-right: none;
}

.number-card .icon {
  color: #b58a35;
  font-size: 26px;
}

.number-card strong {
  display: block;
  color: #b58a35;
  font-size: 58px;
  line-height: 1;
  margin: 10px 0;
  font-weight: 400;
}

.number-card h3 {
  font-size: 17px;
  margin-bottom: 8px;
}

.number-card p {
  font-size: 13px;
  line-height: 1.7;
}

/* ストーリー */
.story-grid {
  width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.2fr 1fr 1.1fr;
  gap: 34px;
  align-items: center;
}

.story-text h2 {
  font-size: 28px;
  letter-spacing: .08em;
  margin-bottom: 18px;
}

.story-text h2::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background: #b58a35;
  margin-top: 12px;
}

.story-text p {
  font-size: 15px;
}

.story-image img {
  width: 100%;
  height: 315px;
  object-fit: cover;
}

.story-image.large img {
  height: 345px;
}

/* 私たちのこだわり */
.commitment {
  background: #f7f3ec;
}

.commitment-grid {
  width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: #fff;
  border: 1px solid #eee4d3;
}

.commitment-card {
  text-align: center;
  padding: 34px 26px;
  border-right: 1px solid #ddd4c5;
}

.commitment-card:last-child {
  border-right: none;
}

.commitment-icon {
  color: #b58a35;
  font-size: 40px;
  margin-bottom: 16px;
}

.commitment-card h3 {
  font-size: 17px;
  margin-bottom: 10px;
}

.commitment-card p {
  font-size: 13px;
  line-height: 1.7;
}

/* ギャラリー */
.gallery {
  padding-top: 0;
  background: #f7f3ec;
}

.gallery-grid {
  width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.gallery figure {
  background: #fff;
}

.gallery img {
  width: 100%;
  height: 170px;
  object-fit: cover;
}

.gallery figcaption {
  text-align: center;
  font-size: 13px;
  padding: 10px 6px 14px;
  background: #fff;
}

/* 企業情報 */
.company-info {
  width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 180px 1fr 350px;
  gap: 32px;
  align-items: center;
}

.company-info-title h2 {
  font-size: 30px;
  letter-spacing: .12em;
}

.company-info-title h2::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background: #b58a35;
  margin-top: 16px;
}

.company-table table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

.company-table th,
.company-table td {
  border: 1px solid #dedede;
  padding: 15px 20px;
  text-align: left;
}

.company-table th {
  width: 150px;
  background: #f4f4f4;
}

.company-photo img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

/* CTA */
.cta {
  min-width: 1200px;
  padding: 46px 0;
  background: #f7f3ec;
}

.cta-inner {
  width: 1200px;
  margin: 0 auto;
  background: #fff;
  display: grid;
  grid-template-columns: 1.1fr auto 220px;
  align-items: center;
  gap: 40px;
  padding: 36px 60px;
}

.cta h2 {
  font-size: 24px;
  line-height: 1.7;
  letter-spacing: .08em;
  font-weight: 500;
}

.cta img {
  max-height: 160px;
  margin-left: auto;
}

/* フッター */
.footer {
  min-width: 1200px;
  background: #5b5750;
  color: #fff;
  padding: 26px 0 18px;
}

.footer-inner {
  width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 230px 1fr 240px;
  align-items: center;
  gap: 30px;
}

.footer-logo {
  height: 46px;
}

.footer nav {
  display: flex;
  justify-content: center;
  gap: 34px;
  font-size: 13px;
}

.footer nav a {
  color: rgba(255,255,255,.9);
}

.footer-japan-link {
  border: 1px solid #ddd;
  padding: 12px;
  text-align: center;
  font-size: 13px;
}

.copyright {
  margin-top: 22px;
  text-align: center;
  font-size: 11px;
  color: #ddd;
}.company-name-group {
    margin-bottom: 14px;
}

.company-name-group:last-child {
    margin-bottom: 0;
}

.company-name-group span {
    display: inline-block;
    margin-bottom: 4px;
    padding: 2px 8px;
    background: #b58a35;
    color: #fff;
    font-size: 11px;
    letter-spacing: .08em;
}.outline-btn {
  white-space: nowrap;
}.story-text h2 {
    white-space: nowrap;
}