<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ------------ colors ------------ */
/* ------------------------------- */
/* ------------ text-color ------------ */
/* ------------ border-color ------------ */
/* ------------ background-color ------------ */
/* ------------ system-color ------------ */
/* ------------ cv ------------ */
/* ------------ menu ------------ */
/* ------------ NEW ------------ */
/* ------------ slick-color ------------ */
/* mobile */
.company-info {
  margin-bottom: 176px;
}
@media (max-width: 760px) {
  .company-info {
    margin-bottom: 80px;
  }
}

.company-info__flex {
  margin-top: 60px;
}
@media (min-width: 761px) {
  .company-info__flex {
    display: flex;
  }
}
@media (max-width: 760px) {
  .company-info__flex {
    margin-top: 36px;
  }
}

@media (min-width: 761px) {
  .company-info-table {
    width: 50%;
    border-top: 1px solid #c4c4c4;
  }
  .company-info-table:nth-of-type(even) {
    border-right: 1px solid #c4c4c4;
  }
}
@media (max-width: 760px) {
  .company-info-table {
    width: 100%;
    border-right: 1px solid #c4c4c4;
  }
  .company-info-table:first-child {
    border-top: 1px solid #c4c4c4;
  }
}
.company-info-table th,
.company-info-table td {
  padding: 16px 23px;
  border-left: 1px solid #c4c4c4;
  border-bottom: 1px solid #c4c4c4;
  line-height: 1.8666;
}
@media (max-width: 760px) {
  .company-info-table th,
.company-info-table td {
    display: block;
  }
}
.company-info-table th {
  background-color: #f2f2f2;
  font-weight: 500;
  vertical-align: top;
}
@media (min-width: 761px) {
  .company-info-table th {
    width: 13.5em;
  }
}

.company-info-table__link dt {
  margin-bottom: 4px;
  font-weight: 500;
  color: #004B31;
}
.company-info-table__link:not(:last-child) {
  margin-bottom: 16px;
}
.company-info-table__link dd.-blank a {
  position: relative;
  padding-right: 17px;
}
.company-info-table__link dd.-blank a::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  background: url("../images/cmn/icon_window_gray.png") center/contain no-repeat;
}
@media all and (-ms-high-contrast: none) {
  .company-info-table__link dd.-blank a::after {
    background-size: 8px;
  }
}

.history {
  margin-bottom: 138px;
  padding-bottom: 154px;
  background-color: #ededed;
}
@media (max-width: 760px) {
  .history {
    margin-bottom: 74px;
    padding-bottom: 39px;
  }
}

.history__ttl {
  margin-bottom: 44px;
  text-align: center;
  font-weight: bold;
  font-size: 28px;
}
@media (max-width: 760px) {
  .history__ttl {
    margin-bottom: 16px;
    font-size: 28px;
    font-size: 7.1794871795vw;
  }
}

.history__box {
  box-sizing: border-box;
  padding: 64px 30px 72px;
  background-color: #fff;
  max-width: 1062px;
  margin: auto;
}
@media (max-width: 760px) {
  .history__box {
    padding: 20px 40px;
  }
}

.history-table {
  max-width: 770px;
  margin: auto;
}
.history-table th,
.history-table td {
  line-height: 2.2;
}
@media (max-width: 760px) {
  .history-table th,
.history-table td {
    padding-bottom: 1em;
    line-height: 1.4615;
    font-size: 13px;
  }
}
.history-table th {
  width: 6em;
  font-weight: 400;
  vertical-align: top;
  text-align: right;
}
.history-table td {
  padding-left: 50px;
}

.message {
  margin: 50px 0 137px;
}
@media (max-width: 760px) {
  .message {
    margin: 30px 0 82px;
  }
}

.message__flex {
  margin-top: 84px;
}
@media (min-width: 761px) {
  .message__flex {
    display: flex;
  }
}
@media (max-width: 760px) {
  .message__flex {
    margin-top: 36px;
  }
}

@media (min-width: 761px) {
  .message__img {
    margin-right: 78px;
    max-width: 521px;
  }
}
@media (max-width: 760px) {
  .message__img {
    margin-bottom: 28px;
  }
}

@media (min-width: 761px) {
  .message__txt {
    flex: 1;
  }
}
.message__txt p {
  line-height: 2.1333;
}

.message__ttl {
  margin-bottom: 33px;
  font-weight: bold;
  font-size: 28px;
  line-height: 1.6428;
}
@media (max-width: 760px) {
  .message__ttl {
    margin-bottom: 23px;
    font-size: 28px;
    font-size: 7.1794871795vw;
  }
}

.message__name {
  margin-top: 35px;
  display: flex;
  align-items: center;
}
@media (max-width: 760px) {
  .message__name {
    margin-top: 23px;
  }
}
.message__name span {
  margin-left: 1em;
  font-size: 23px;
}

/*# sourceMappingURL=company.css.map */
</pre></body></html>