/* ===== BeaCore 課題から探す ===== */

.entry-title--post-type--page, h2:where(:not(.wp-block-post-title)) {
    border-top: none;
    border-bottom: none;
}
.page-header {
    min-height: 6em;
}
.breadcrumb-list {
    padding: 11px 0;
}
.admin-bar .site-body {
    padding-top: 35px !important;
}
/* 親クラス: .beacore-issues */

.beacore-issues *,
.beacore-issues *::before,
.beacore-issues *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* ===== ページ幅 ===== */
.beacore-issues .page {
  max-width: 900px;
  margin: 0 auto;
  background: #fff;
}

/* ===== セクション共通 ===== */
.beacore-issues .section {
  padding: 56px 48px;
  border-bottom: 1px solid #e8e8e8;
}

.beacore-issues .sec-eyebrow {
   font-size: 90%;
  color: #999;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.beacore-issues .sec-heading {
  font-size: 22px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 8px;
  line-height: 1.4;
}

.beacore-issues .sec-desc {
  
  color: #666;
  line-height: 1.8;
  margin-bottom: 32px;
}

/* ===== 課題カード ===== */
.beacore-issues .issue-cards {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.beacore-issues .issue-card {
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  overflow: hidden;
}

/* 上部：症状エリア */
.beacore-issues .issue-top {
  background: #f7f7f7;
  padding: 24px 28px 22px;
}

.beacore-issues .issue-top-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}

.beacore-issues .issue-top-icon {
  width: 50px;
  height: 50px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid #e0e0e0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.beacore-issues .issue-top-icon svg {
  width: 30px;
  height: 30px;
  stroke: #009f5d;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.beacore-issues .issue-top-title {
  
  font-weight: 700;
  color: #555;
}

.beacore-issues .symptoms-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.beacore-issues .symptom-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 10px 14px;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
}

.beacore-issues .symptom-check {
  width: 18px;
  height: 18px;
  border-radius: 4px;
  border: 1px solid #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 4px;
}

.beacore-issues .symptom-check svg {
  width: 11px;
  height: 11px;
  stroke: #999;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.beacore-issues .symptom-text {
  
  color: #1a1a1a;
  line-height: 1.5;
}

/* ===== グリーンアクセント帯 ===== */
.beacore-issues .bridge {
  background: #EAF3DE;
  border-top: 1px solid #C0DD97;
  border-bottom: 1px solid #C0DD97;
}

.beacore-issues .bridge-inner {
  display: flex;
  align-items: stretch;
}

.beacore-issues .bridge-bar {
  width: 4px;
  background: #3B6D11;
  flex-shrink: 0;
}

.beacore-issues .bridge-content {
  padding: 10px 18px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.beacore-issues .bridge-content svg {
  width: 18px;
  height: 18px;
  stroke: #27500A;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
}

.beacore-issues .bridge-text {
  font-weight: 700;
  color: #27500A;
}

/* ===== 下部：根本原因エリア ===== */
.beacore-issues .issue-bottom {
  background: #fff;
  padding: 22px 28px 0;
}

.beacore-issues .cause-label {
   font-size: 90%;
  color: #2e7d32;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.beacore-issues .cause-label-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #2e7d32;
  flex-shrink: 0;
}

.beacore-issues .cause-title {
  font-size: 130%;
  font-weight: 700;
  color: #FF6B35;
  margin-bottom: 8px;
  line-height: 1.4;
}

.beacore-issues .cause-desc {
  
  color: #555;
  line-height: 1.8;
  margin-bottom: 18px;
}

/* ===== 解決策エリア ===== */
.beacore-issues .solve-row {
  border-top: 1px solid #ebebeb;
  padding: 18px 0 24px;
}

.beacore-issues .solve-text {
  
  color: #1a1a1a;
  line-height: 1.7;
  margin-bottom: 16px;
  padding-left: 14px;
  border-left: 3px solid #009f5d;
}

/* ===== ボタン ===== */
.beacore-issues .cta-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
margin-top: 35px;
}

/* セミナーボタン：緑背景・白文字 */
.beacore-issues .btn-seminar {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background-color: #009f5d;
  color: #ffffff;
  padding: 10px 20px;
  border-radius: 8px;
  
  font-weight: 700;
  border: none;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
}

.beacore-issues .btn-seminar svg {
  width: 15px;
  height: 15px;
  stroke: #ffffff;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
}

.beacore-issues .btn-seminar:hover {
  background-color: #007a47;
}

/* 無料資料ボタン：白背景・緑枠・緑文字 */
.beacore-issues .btn-material {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background-color: #ffffff;
  color: #009f5d;
  padding: 10px 20px;
  border-radius: 8px;
  
  font-weight: 700;
  border: 2px solid #009f5d;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
}

.beacore-issues .btn-material svg {
  width: 15px;
  height: 15px;
  stroke: #009f5d;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
}

.beacore-issues .btn-material:hover {
  background-color: #EAF3DE;
}
/* ===== BeaCore 3ステップセクション ===== */
/* 親クラス: .beacore-issues */

.beacore-issues .steps-section {
  padding: 56px 48px;
  border-bottom: 1px solid #e8e8e8;
}

.beacore-issues .steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 8px;
}

.beacore-issues .step-card {
  background: #f7f7f7;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 24px 22px;
}

.beacore-issues .step-num {
  font-size: 11px;
  font-weight: 700;
  color: #009f5d;
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.beacore-issues .step-icon-box {
  width: 44px;
  height: 44px;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}

.beacore-issues .step-icon-box svg {
  width: 22px;
  height: 22px;
  stroke: #666;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.beacore-issues .step-title {
  font-size: 15px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 8px;
  line-height: 1.4;
}

.beacore-issues .step-desc {
  font-size: 13px;
  color: #555;
  line-height: 1.7;
}

.coming-soon {
    color: #999;
    pointer-events: none;
    text-decoration: none;
    cursor: not-allowed;
}

/* タブレット以下 */
@media (max-width: 768px) {
  .beacore-issues .steps-section {
    padding: 40px 20px;
  }
  .beacore-issues .steps-grid {
    grid-template-columns: 1fr;
  }
}

/* ===== BeaCore 会社概要ページ ===== */
/* 親クラス: .beacore-company */

.beacore-company *,
.beacore-company *::before,
.beacore-company *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.beacore-company .company-section {
  border-bottom: 1px solid #e8e8e8;
}

.beacore-company .company-section:last-child {
  border-bottom: none;
margin-top:30px;
}

/* eyebrow */
.beacore-company .company-eyebrow {
  color: #999;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 4px;
}

/* 見出し */
.beacore-company .company-heading {
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 24px;
  line-height: 1.4;
  border-top: none !important;
  border-bottom: none !important;
}

/* ===== テーブル ===== */
.beacore-company .company-table {
  width: 100%;
  border-collapse: collapse;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #e0e0e0;
}

.beacore-company .company-table tbody tr {
  border-bottom: 1px solid #e8e8e8;
}

.beacore-company .company-table tbody tr:last-child {
  border-bottom: none;
}

.beacore-company .company-table th,
.beacore-company .company-table td {
  padding: 16px 20px;
  text-align: left !important;
  vertical-align: top;
  line-height: 1.7;
  border: none !important;
}

.beacore-company .company-table th {
  width: 180px;
  font-weight: 700;
  color: #555;
  background: #f7f7f7;
  white-space: nowrap;
}

.beacore-company .company-table td {
  color: #1a1a1a;
  background: #fff;
  font-size: 14px;
}

/* グリーンの左ボーダーアクセント */
.beacore-company .company-table tbody tr:first-child th {
  border-top-left-radius: 12px;
}

.beacore-company .company-table th {
  border-left: 3px solid #009f5d !important;
}

/* サブテキスト */
.beacore-company .sub-text {
  color: #888;
  display: block;
  margin-top: 4px;
}

/* ===== アクセスマップ ===== */
.beacore-company .map-wrap {
  overflow: hidden;
  border: 1px solid #e0e0e0;
  margin-bottom: 10px;
}

.beacore-company .map-wrap iframe {
  display: block !important;
  width: 100% !important;
  height: 400px !important;
  border: none !important;
}

.beacore-company .map-note {
  color: #888;
  padding-left: 4px;
}

/* ===== レスポンシブ ===== */
@media (max-width: 600px) {
  .beacore-company .company-table,
  .beacore-company .company-table tbody,
  .beacore-company .company-table tr,
  .beacore-company .company-table th,
  .beacore-company .company-table td {
    display: block !important;
    width: 100% !important;
  }
  .beacore-company .company-table th {
    border-bottom: none !important;
    padding-bottom: 4px;
    white-space: normal;
    border-left: 3px solid #009f5d !important;
    border-right: none !important;
  }
  .beacore-company .company-table td {
    padding-top: 4px;
    border-top: none !important;
  }
  .beacore-company .map-wrap iframe {
    height: 280px !important;
  }
}
/* ===== BeaCore サイトポリシー ===== */
/* 親クラス: .beacore-policy */

.beacore-policy *,
.beacore-policy *::before,
.beacore-policy *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* ===== ヒーロー ===== */
.beacore-policy .policy-hero {
  background: #f7f7f7;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 36px 40px;
  margin-bottom: 40px;
}

.beacore-policy .policy-eyebrow {
  color: #999;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.beacore-policy .policy-title {
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 14px;
  line-height: 1.4;
  border: none !important;
}

.beacore-policy .policy-lead {
  color: #555;
  line-height: 1.8;
	border-bottom: 1px solid #e8e8e8;
	    padding-bottom: 30px;
}

/* ===== 各セクション ===== */
.beacore-policy .policy-body {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.beacore-policy .policy-section {
  padding: 32px 0;
  border-bottom: 1px solid #e8e8e8;
}

.beacore-policy .policy-section:last-child {
  border-bottom: none;
}

/* ===== 見出し ===== */
.beacore-policy .policy-heading {
    font-weight: 700;
    color: #209f5d;
    margin-bottom: 16px;
    line-height: 1.4;
    display: flex;
    align-items: center;
    gap: 12px;
    border: none !important;
    font-size: 150%;
}

.beacore-policy .policy-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background: #009f5d;
  color: #fff;
  font-weight: 700;
  border-radius: 50%;
  flex-shrink: 0;
}

/* ===== 本文 ===== */
.beacore-policy .policy-text {
  color: #444;
  line-height: 1.9;
  margin-bottom: 10px;
}

.beacore-policy .policy-text:last-child {
  margin-bottom: 0;
}

/* ===== リスト ===== */
.beacore-policy .policy-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 12px 0;
  padding: 0;
}

.beacore-policy .policy-list li {
  color: #444;
  line-height: 1.7;
  border-radius: 5px;
  padding-left: 36px;
  position: relative;
}

.beacore-policy .policy-list li::before {
  content: '';
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #009f5d;
}

/* ===== お問い合わせボックス ===== */
.beacore-policy .policy-contact-box {
  background: #f7f7f7;
  border: 1px solid #e0e0e0;
  border-left: 3px solid #009f5d;
  border-radius: 8px;
  padding: 20px 24px;
  margin-top: 14px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.beacore-policy .policy-contact-name {
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 4px;
}

.beacore-policy .policy-contact-item {
  color: #555;
  line-height: 1.7;
}

/* ===== レスポンシブ ===== */
@media (max-width: 600px) {
  .beacore-policy .policy-hero {
    padding: 24px 20px;
  }
  .beacore-policy .policy-contact-box {
    padding: 16px 18px;
  }
}





