/* Scss Document */
body {
  font-weight: 500;
}

a {
  transition: all 0.4s;
}
a:hover {
  opacity: 0.7;
}

.inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 80px 0;
}

.center {
  text-align: center;
}

.number {
  font-family: "Inter", sans-serif;
}

.bc_wrap {
  margin-left: 33px;
  font-size: 10px;
}
.bc_wrap .breadcrumbs ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #5E5E5E;
  font-weight: 400;
}

.company .top_title {
  letter-spacing: 0.05em;
  font-size: 30px;
  color: #000;
  line-height: 1.3;
  margin-bottom: 1.5em;
  font-weight: 500;
}
.company .contents_wrap dl {
  font-size: 14px;
}
.company .contents_wrap dl .content dt h2 {
  color: #000;
  font-weight: 700;
  padding: 0;
}
.company .contents_wrap dl .content dd {
  color: #5E5E5E;
  font-weight: 400;
}
.company .contents_wrap dl .content dd .map_wrap {
  width: 660px;
  height: 320px;
  margin-top: 15px;
}
.company .contents_wrap dl .content dd .map_wrap iframe {
  width: 100%;
  height: 100%;
}
.company .contents_wrap dl .content + div {
  margin-top: 15px;
  padding-top: 15px;
  border-top: solid 1px #e3e3e3;
}/*# sourceMappingURL=Company.css.map */