@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Oswald:wght@200..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
@import url("lib/ress.min.css");
/**
 * company
 */
.p-data {
  display: grid;
  grid-template-columns: 18.6rem 1fr;
  grid-template-rows: repeat(2, 1fr);
  padding: 0 0 10rem;
}
@media screen and (max-width: 640px) {
  .p-data {
    display: block;
    padding: 0 0 7rem;
  }
}
.p-data dt,
.p-data dd {
  border-bottom: 1px solid #C6C6C6;
}
.p-data dt {
  display: flex;
  font-weight: 700;
  justify-content: space-between;
  gap: 2rem;
  padding: 2.1rem 0 2.2rem 1rem;
}
@media screen and (max-width: 640px) {
  .p-data dt {
    border: none;
    padding: 2rem 0 0;
  }
}
.p-data dt:after {
  background-color: #C6C6C6;
  content: " ";
  display: block;
  height: 100%;
  width: 1px;
}
.p-data dd {
  padding: 2rem 0 2rem 9.4rem;
}
@media screen and (max-width: 640px) {
  .p-data dd {
    padding: 0 0 2rem;
  }
}

.p-map {
  height: 34.5rem;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
@media screen and (max-width: 640px) {
  .p-map {
    height: 24.4rem;
  }
}/*# sourceMappingURL=company.css.map */