@charset "UTF-8";
/* ----------------------------------------------------------------------
会社概要
---------------------------------------------------------------------- */
:root {
  --navy: #1a2e4a;
  --accent: #2563a8;
  --text: #2c2c2c;
  --text-light: #555;
  --border: #CCC;
  --bg: #f7f8fa;
  --white: #ffffff;
}

/* ── Section Common ── */
.section {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto 15rem;
}

.section-title {
  font-size: 4rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 24px;
}

/* ── Table: 会社概要 ── */
.info-table {
  width: 100%;
  border-collapse: collapse;
}

.info-table tr {
  border-bottom: 1px solid var(--border);
}

.info-table tr:first-child {
  border-top: 1px solid var(--border);
}

.info-table th {
  width: 23%;
  font-weight: 700;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  font-size: 1.8rem;
}

.info-table td {
  padding: 25px 0;
  vertical-align: top;
}

.dept-label {
  font-weight: 700;
  display: block;
  margin-top: 20px;
  margin-bottom: 2px;
}

.dept-label:first-child {
  margin-top: 0;
}

/* ── 沿革 ── */
.history-table {
  width: 100%;
  border-collapse: collapse;
}

.history-table tr {
  border-bottom: 1px solid var(--border);
}

.history-table tr:first-child {
  border-top: 1px solid var(--border);
}

.history-table td {
  padding: 24px 0;
  vertical-align: top;
  line-height: 1.75;
}

.history-table td.year {
  width: 23%;
  font-weight: 700;
  color: var(--text);
  vertical-align: middle;
  white-space: nowrap;
  font-size: 1.8rem;
  text-align: center;
}

/* ── アクセス ── */
.access-grid {
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: 3.4rem;
  align-items: start;
}

.access-map {
  border-radius: 15px;
  overflow: hidden;
  border: 1px solid var(--border);
  aspect-ratio: 680/540;
  background: #e5e9ef;
}

.access-map iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

.access-photo {
  border-radius: 15px;
  overflow: hidden;
  border: 1px solid var(--border);
  aspect-ratio: 460/287;
  background: #c8cdd5;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #888;
  font-size: 12px;
}

.access-info {
  margin-top: 20px;
}

.access-info p {
  line-height: 1.75;
}

.access-info .address-label {
  font-weight: 600;
  display: block;
  margin-bottom: 4px;
  font-size: 1.8rem;
}

.access-info .access-detail {
  font-weight: 600;
  display: block;
  margin-top: 20px;
  margin-bottom: 4px;
  font-size: 1.8rem;
}

@media screen and (max-width: 1024px){
	.section{margin-bottom:10rem;}
	.section-title {	font-size: 3.2rem;}
}
@media screen and (max-width: 820px){
	
}
@media screen and (max-width: 520px){
	 .section-title {    font-size: 2.4rem;    }
	.info-table th,.info-table td{display:block; }
	.info-table th{width:100%; text-align:left; padding: 2rem 0 1rem 0;}
	.info-table td{padding: 0 0 2rem 0;}
	.history-table td{display:block; }
	.history-table td.year{width:100%; text-align:left; padding: 2rem 0 1rem 0;}
	.history-table td.event{padding: 0 0 2rem 0;}
}


@media (max-width: 600px) {
  .access-grid {
    grid-template-columns: 1fr;
  }
}
/* タブレット*/
/* スマートフォン *//*# sourceMappingURL=page-company.css.map */