/* ============================================
   ABOUT PAGE
   ============================================ */
.page-hero {
  width: 100%;
  background: var(--gray-light);
  min-height: 200px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  gap: 30px;
  flex-wrap: wrap;
}
.page-hero img {
  height: auto;
  width: 100%;
  object-fit: contain;
}
.section-label {
  text-align: center;
}
.about-section {
  padding: 80px 60px;
}
.about-content {
  display: flex !important;
  gap: 30px !important;
  align-items: flex-start !important;
}
.about-message-label {
  font-size: 26px;
  font-weight: 700;
  color: #FF6C00;
  letter-spacing: 2px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.about-text {
  font-size: 16px;
  line-height: 2;
  color: #939393;
  margin-bottom: 16px;
}
.about-image {
  flex-shrink: 0;
  width: 50%;
}
.about-image img {
  width: 100%;
  height: auto;
  border-radius: 6px;
  padding-top: 15px;
}
.outline-section {
  padding: 80px 60px;
}

.outline-table {
  width: 100%;
  border-collapse: collapse;
}
.outline-table tr {
  border-bottom: 1px solid #000;
}
.outline-table th {
  width: 160px;
  padding: 16px 20px;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  color: #FF6C00;
  vertical-align: top;
  white-space: nowrap;
}
.outline-table tr:last-child {
  border-bottom: none;
}
.outline-table td {
  padding: 16px 20px;
  font-size: 15px;
  line-height: 1.8;
  color: #5A5A5A;
}
.access-section {
  padding: 80px 60px;
}
.access-notice {
  font-size: 15px;
  color: #777;
  margin-bottom: 20px;
}
.access-map {
  width: 100%;
  height: 360px;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 20px;
}
.access-map iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.access-legend {
  display: flex;
  flex-direction: column;
  gap: 13px;
}
.access-legend-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  color: #5A5A5A;
}
.access-legend-item img {
  width: 2.5%;
}
/* .case-study--white {
  background: var(--white);
} */
@media (max-width: 768px) {

}
.about-content p,
.about-content .about-text {
  text-align: left !important;
  margin-top: 0 !important;
  margin-bottom: 1em !important;
}