#page.company {
  background-color: #000;
  padding-top: 100px;
  overflow: hidden;
}
#page.company .company-content {
  padding-bottom: 80px;
}
#page.company .company-content .c-page-ttl {
  color: #fff;
}
#page.company .company-content .c-page-sub {
  color: #fff;
  margin-bottom: 60px;
}
#page.company .company-content .c-page-sub::after {
  background-color: #fff;
  height: 20px;
  bottom: -38px;
}
#page.company .company-body {
  max-width: 100%;
  margin: 0 auto;
}
#page.company .company-section {
  margin-bottom: 40px;
}
#page.company .company-section:last-child {
  margin-bottom: 0;
}
#page.company .company-section--light {
  background-color: #f5f5f5;
  border-radius: 0;
  width: 100vw;
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#page.company .company-section--light .company-section-inner {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 28px 20px;
}
#page.company .company-section--light .company-section-ttl {
  color: #222;
  border-bottom-color: rgba(0, 0, 0, 0.15);
}
#page.company .company-section--light .company-text {
  color: #333;
}
#page.company .company-section--light .company-message-text p {
  color: #333;
}
#page.company .company-section--light .company-message-sign {
  color: #555 !important;
}
#page.company .company-section--light .company-message-photo {
  border-color: rgba(0, 0, 0, 0.08);
  margin-top: 10px;
}
#page.company .company-section-ttl {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  padding-bottom: 12px;
  margin-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
#page.company .company-section-number {
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  color: #a8902b;
}
#page.company .company-text {
  font-size: 13px;
  letter-spacing: 0.04em;
  line-height: 1.5714285714;
  color: #fff;
}
#page.company .company-info {
  margin: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
#page.company .company-info-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 8px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
#page.company .company-info-row dt {
  margin: 0;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.5384615385;
  color: #a8902b;
}
#page.company .company-info-row dd {
  margin: 0;
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 1.5714285714;
  color: #fff;
}
#page.company .company-info-row dd p {
  margin: 0 0 12px;
  line-height: 1.7142857143;
}
#page.company .company-info-row dd p:last-child {
  margin-bottom: 0;
}
#page.company .company-info-row dd a {
  color: #ccc;
  word-break: break-all;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  text-decoration: underline;
}
#page.company .company-info-row dd a:hover {
  color: #8c6e4f;
}
#page.company .company-figure {
  margin: 24px auto 0 auto;
  width: 100%;
  max-width: 330px;
}
#page.company .company-figure img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  border-radius: 6px;
}
#page.company .company-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#page.company .company-message-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
#page.company .company-message-text p {
  font-size: 13px;
  letter-spacing: 0.04em;
  line-height: 1.5714285714;
  color: #fff;
  margin: 0 0 20px;
}
#page.company .company-message-text p:last-of-type {
  margin-bottom: 0;
}
#page.company .company-message-sign {
  margin-top: 20px !important;
  font-size: 12px !important;
  letter-spacing: 0.06em !important;
  color: #ccc !important;
}
#page.company .company-message-photo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
}
#page.company .company-message-photo img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  border-radius: 6px;
}
#page.company .company-map {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 6px;
  background-color: rgba(255, 255, 255, 0.04);
}
#page.company .company-map iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
@media screen and (min-width: 769px) {
  #page.company .company-content {
    padding-bottom: 120px;
  }
  #page.company .company-content .c-page-sub {
    margin-bottom: 89px;
  }
  #page.company .company-content .c-page-sub::after {
    height: 26px;
    bottom: -55px;
  }
  #page.company .company-body {
    max-width: 860px;
  }
  #page.company .company-section {
    margin-bottom: 50px;
  }
  #page.company .company-section-ttl {
    font-size: 16px;
    gap: 16px;
    padding-bottom: 16px;
    margin-bottom: 20px;
  }
  #page.company .company-section-number {
    font-size: 28px;
  }
  #page.company .company-text {
    font-size: 14px;
  }
  #page.company .company-info-row {
    -ms-grid-columns: 160px 24px 1fr;
    grid-template-columns: 160px 1fr;
    gap: 24px;
    padding: 18px 0;
  }
  #page.company .company-figure {
    max-width: 400px;
    margin: 50px auto 0 auto;
  }
  #page.company .company-message {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 40px;
  }
  #page.company .company-message-text p {
    font-size: 14px;
  }
  #page.company .company-message-sign {
    margin-top: 28px !important;
    font-size: 13px !important;
  }
  #page.company .company-section--light .company-section-inner {
    max-width: 860px;
    padding: 40px 0;
  }
  #page.company .company-section--light .company-message-photo {
    width: 100%;
    max-width: 400px;
    margin: 30px 0 0 auto;
  }
}