/*
 * page-company.css
 * 会社情報ページ（シンプル・信頼感重視）
 */

.om-company-page--simple {
  background: #ffffff !important;
  color: #4b372e;
}

.om-company-page--simple .om-container {
  width: min(1040px, calc(100% - 48px));
}

/* ヒーロー：装飾を抑え、余白と線で品よく */
.om-company-hero {
  padding: 74px 0 42px;
  background: #ffffff;
  border-bottom: 1px solid #eee5db;
}

.om-company-label {
  display: inline-block;
  margin: 0 0 14px;
  color: #55aee2;
  font-size: 13px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: .18em;
}

.om-company-hero h1 {
  margin: 0 0 18px;
  color: #4b372e;
  font-size: clamp(36px, 4vw, 52px);
  line-height: 1.35;
  font-weight: 900;
  letter-spacing: .06em;
}

.om-company-lead {
  max-width: 760px;
  margin: 0;
  color: #5b4b42;
  font-size: 16px;
  line-height: 2;
  font-weight: 700;
}

/* パンくず */
.om-company-page--simple .om-breadcrumb {
  padding: 18px 0 0;
  background: #ffffff;
}

.om-company-page--simple .om-breadcrumb .om-container {
  color: #7a6b62;
  font-size: 13px;
  font-weight: 700;
}

.om-company-page--simple .om-breadcrumb a {
  color: #55aee2;
  text-decoration: none;
}

.om-company-page--simple .om-breadcrumb span {
  margin-left: 10px;
}

/* セクション */
.om-company-section {
  padding: 54px 0 0;
  background: #ffffff;
}

.om-company-section--access {
  padding-bottom: 86px;
}

.om-company-container {
  border-top: 1px solid #eee5db;
  padding-top: 34px;
}

.om-company-section:first-of-type .om-company-container {
  border-top: none;
}

.om-company-section h2 {
  margin: 0 0 24px;
  color: #4b372e;
  font-size: 26px;
  line-height: 1.55;
  font-weight: 900;
  letter-spacing: .08em;
}

/* 沿革 */
.om-company-history-list dl {
  margin: 0;
  border-top: 1px solid #e7ded4;
}

.om-company-history-list div {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  border-bottom: 1px solid #e7ded4;
}

.om-company-history-list dt,
.om-company-history-list dd {
  margin: 0;
  padding: 20px 0;
  font-size: 15px;
  line-height: 1.9;
}

.om-company-history-list dt {
  color: #4b372e;
  font-weight: 900;
}

.om-company-history-list dd {
  color: #5b4b42;
  font-weight: 700;
}

/* 基本情報 */
.om-company-table {
  margin: 0;
  border-top: 1px solid #e7ded4;
}

.om-company-table div {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  border-bottom: 1px solid #e7ded4;
}

.om-company-table dt,
.om-company-table dd {
  margin: 0;
  padding: 20px 0;
  font-size: 15px;
  line-height: 1.9;
}

.om-company-table dt {
  color: #4b372e;
  font-weight: 900;
}

.om-company-table dd {
  color: #5b4b42;
  font-weight: 700;
}

.om-company-table a {
  color: #4b372e !important;
  text-decoration: none;
  font-weight: 900;
}

/* アクセス */
.om-company-access-text {
  margin: 0 0 22px;
}

.om-company-access-text p {
  margin: 0;
  color: #5b4b42;
  font-size: 15px;
  line-height: 2;
  font-weight: 700;
}

.om-company-map {
  overflow: hidden;
  width: 100%;
  min-height: 420px;
  border: 1px solid #e7ded4;
  background: #f6f2ed;
}

.om-company-map iframe {
  display: block;
  width: 100% !important;
  height: 420px !important;
  border: 0 !important;
}

/* 不要な丸・強い装飾を抑制 */
.om-company-page--simple .om-floating-bg,
.om-company-page--simple .om-orb,
.om-company-page--simple .om-company-deco,
.om-company-page--simple .om-section-title__leaf {
  display: none !important;
}

/* 下層ページ共通CSSに影響される場合の保険 */
.om-company-page--simple .om-company-history-list,
.om-company-page--simple .om-company-table,
.om-company-page--simple .om-company-map {
  box-shadow: none !important;
  border-radius: 0 !important;
}

/* スマホ */
@media (max-width: 768px) {
  .om-company-page--simple .om-container {
    width: min(100% - 28px, 1040px);
  }

  .om-company-hero {
    padding: 44px 0 30px;
  }

  .om-company-hero h1 {
    font-size: 34px;
  }

  .om-company-lead {
    font-size: 14px;
  }

  .om-company-section {
    padding-top: 42px;
  }

  .om-company-section h2 {
    font-size: 22px;
    margin-bottom: 18px;
  }

  .om-company-history-list div,
  .om-company-table div {
    grid-template-columns: 1fr;
    gap: 2px;
    padding: 16px 0;
  }

  .om-company-history-list dt,
  .om-company-history-list dd,
  .om-company-table dt,
  .om-company-table dd {
    padding: 0;
  }

  .om-company-history-list dt,
  .om-company-table dt {
    font-size: 14px;
  }

  .om-company-history-list dd,
  .om-company-table dd {
    font-size: 14px;
  }

  .om-company-map,
  .om-company-map iframe {
    min-height: 330px;
    height: 330px !important;
  }
}
