﻿@charset "utf-8";
/* ====================================================================================================

  #company-about

==================================================================================================== */
#company-about {
  background: #ffffff;
  padding: var(--space-l) 30px;
  overflow: hidden;
}
#company-about .inner {
  width: 100%;
  max-width: 1300px;
  margin-inline: auto;
}

#company-about .inner .flex-container {
  display: flex;
  column-gap: 50px;
  margin: 0;
}
#company-about .inner .flex-container table {
  flex-grow: 1;
  width: 100%;
  border-bottom: 1px solid #eeeeee;
}
#company-about .inner .flex-container table tbody {
}
#company-about .inner .flex-container table tbody tr {
  border-top: 1px solid #eeeeee;
}
#company-about .inner .flex-container table tbody tr th {
  width: 8em;
  padding: 1em 0;
}
#company-about .inner .flex-container table tbody tr td {
  padding: 1em 0;
}
#company-about .inner .flex-container > ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
  list-style: none;
}
#company-about .inner .flex-container > ul > li {
  width: 100%;
}
#company-about .inner .flex-container > ul > li > picture {
  flex-shrink: 0;
  display: block;
  width: 500px;
  height: 100%;
  min-height: 100%;
  aspect-ratio: 13 / 8;
  overflow: hidden;
}
#company-about .inner .flex-container > ul > li > picture img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 1150px) {
#company-about .inner .flex-container {
  flex-direction: column;
  row-gap: 50px;
  column-gap: 0;
}
#company-about .inner .flex-container > ul {
  flex-direction: row;
}
#company-about .inner .flex-container > ul > li {
  width: calc((100% - 20px) / 2);
}
#company-about .inner .flex-container > ul > li > picture {
  width: 100%;
}
}

@media (max-width: 760px) {
#company-about .inner .flex-container table,
#company-about .inner .flex-container table tbody,
#company-about .inner .flex-container table tbody tr,
#company-about .inner .flex-container table tbody tr th,
#company-about .inner .flex-container table tbody tr td {
  display: block;
  width: 100%;
}
#company-about .inner .flex-container table tbody tr th {
  padding: 1em 0 0.5em 0;
}
#company-about .inner .flex-container table tbody tr td {
  padding: 0 0 1em 0;
}
#company-about .inner .flex-container > ul {
  flex-direction: column;
}
#company-about .inner .flex-container > ul > li {
  width: 100%;
}
}


/* ====================================================================================================

  #access

==================================================================================================== */
#access {
  background: #ffffff;
  padding: var(--space-l) 30px;
  overflow: hidden;
}
#access .inner {
  width: 100%;
  max-width: 1300px;
  margin-inline: auto;
}

#access .inner .gmap {
  width: 100%;
  height: 600px;
  margin: 0;
  margin-inline: auto;
}
#access .inner .gmap > iframe {
  width: 100%;
  height: 100%;
  border: none;
}

#access .inner .access-root {
  background: #eeeeee;
  margin: var(--space-m) 0 0 0;
  padding: var(--space-l) 30px 30px 30px;
}
#access .inner .access-root ul {
  display: block;
  width: 100%;
  max-width: 626px;
  margin: 0 auto;
  list-style: none;
}
#access .inner .access-root ul li {
}
#access .inner .access-root ul li img {
}















