<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*  トップ  */
.top_area {
  width: 100%;
  height: auto;
  background: url(../../img_company/company_img01.jpg) center center no-repeat;
  background-size: cover;
  padding-top: 89px;
  text-align: center;
}

.top_area .company_top01 {
  font-size: 12px;
  margin-top: 100px;
  border-bottom: solid 1px #ffffff;
  padding-bottom: 1px;
  display: inline-block;
}

.top_area .company_top02 {
  font-size: 35px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.3em;
  margin-top: 30px;
  padding-bottom: 194px;
  padding-left: 0.3em;
}

@media screen and (max-width: 930px) {
  .top_area {
    padding-top: 160px;
    background-size: cover;
  }
  .top_area .company_top01 {
    margin-top: 0;
  }
}

/*  pyramid  */
.pyramid {
  width: 100%;
  height: auto;
  background: url(../../img_company/pyramid_back.svg) center center no-repeat;
  background-size: 90%;
}

.pyramid .pyramid_text01 {
  font-size: 12px;
  text-align: center;
  text-decoration: underline;
}

.pyramid .pyramid_text01:before {
  content: "";
  display: block;
  width: 0;
  height: 50px;
  margin: 60px auto 15px;
  border-left: solid 1px #000000;
}

.pyramid .pyramid_text02 {
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.5em;
  margin-top: 10px;
}

.pyramid .pyramid_text03 {
  font-size: 16px;
  line-height: 200%;
  text-align: center;
  margin-top: 25px;
}

.pyramid .pyramid_img01 {
  display: block;
  margin: 160px auto 0;
}

.pyramid .pyramid_img02 {
  display: block;
  margin: 60px auto 0;
}

.pyramid .pyr_flex {
  width: 950px;
  display: flex;
  margin: 25px auto 0;
  padding-bottom: 240px;
}

.pyramid .pyr_flex div img {
  display: block;
  margin: 0 auto;
}

.pyramid .pyr_flex div p {
  font-size: 14px;
  line-height: 150%;
  text-align: justify;
  width: 90%;
  margin: 20px auto 0;
}

.pyramid .pyr_flex &gt; * {
  flex: 0 1 25%;
}

.pyramid p {
  color: #000000;
}

@media screen and (max-width: 1180px) {
  .pyramid {
    background-size: 100%;
  }
  .pyramid .pyramid_img01 {
    margin: 80px auto 0;
  }
  .pyramid .pyr_flex {
    width: 90%;
    margin: 40px auto 0;
    padding-bottom: 180px;
  }
  .pyramid .pyr_flex div img {
    width: 90%;
  }
}

@media screen and (max-width: 640px) {
  .pyramid {
    background: none;
  }
  .pyramid .pyramid_text03 {
    width: 90%;
    margin: 25px auto 0;
  }
  .pyramid .pyramid_img01 {
    height: 28px;
  }
  .pyramid .pyramid_img02 {
    height: 28px;
  }
  .pyramid .pyr_flex {
    display: block;
    padding-bottom: 90px;
  }
  .pyramid .pyr_flex div {
    margin-bottom: 25px;
  }
  .pyramid .pyr_flex div img {
    width: 50%;
  }
}

@media screen and (max-width: 350px) {
  .pyramid .pyramid_img02 {
    height: 24px;
  }
}

/*  会社情報  */
.company .companytext {
  font-size: 35px;
  font-weight: 600;
  text-align: center;
  color: #000000;
}

.company table {
  width: 950px;
  margin: 60px auto 0;
  border-spacing: 5px;
}

.company table tr {
  padding-bottom: 15px;
}

.company table th {
  font-size: 14px;
  line-height: 150%;
  width: 190px;
  height: 70px;
  vertical-align: middle;
  padding: 20px;
  color: #000000;
  background-color: #e0e0e0;
}

.company table td {
  font-size: 14px;
  line-height: 200%;
  vertical-align: middle;
  padding: 10px 0 10px 40px;
  color: #000000;
}

.company table td a {
  color: #000000;
  text-decoration: underline;
}

.company table td span {
  color: #000000;
}

@media screen and (max-width: 1180px) {
  .company table {
    width: 90%;
  }
  .company table td {
    padding: 10px 0 10px 20px;
  }
}

@media screen and (max-width: 640px) {
  .company table {
    margin: 45px auto 0;
  }
  .company table th {
    vertical-align: top;
    width: 90px;
    height: auto;
    padding: 10px;
  }
  .company table td {
    padding: 10px 0 10px 10px;
  }
}

@media screen and (max-width: 350px) {
  .company .companytext {
    font-size: 26px;
  }
  .company table th {
    width: 75px;
    padding: 5px;
  }
  .company table td {
    padding: 10px 0 10px 5px;
  }
}

/*  拠点  */
.kyoten {
  margin: 200px 0;
}

.kyoten .kyotentext {
  font-size: 35px;
  font-weight: 600;
  text-align: center;
  color: #000000;
}

.kyoten table {
  width: 950px;
  margin: 60px auto 0;
  border-spacing: 5px;
}

.kyoten table tr {
  padding-bottom: 15px;
}

.kyoten table th {
  font-size: 14px;
  line-height: 150%;
  width: 190px;
  height: 70px;
  vertical-align: middle;
  padding: 20px;
  color: #000000;
  background-color: #e0e0e0;
}

.kyoten table td {
  font-size: 14px;
  line-height: 200%;
  vertical-align: middle;
  padding: 10px 0 10px 40px;
  color: #000000;
}

.kyoten table td a {
  color: #000000;
  text-decoration: underline;
}

.kyoten table td span {
  color: #000000;
}

@media screen and (max-width: 1180px) {
  .kyoten {
    margin: 120px 0;
  }
  .kyoten table {
    width: 90%;
  }
  .kyoten table td {
    padding: 10px 0 10px 20px;
  }
}

@media screen and (max-width: 640px) {
  .kyoten table {
    margin: 45px auto 0;
  }
  .kyoten table th {
    width: 90px;
    height: auto;
    padding: 10px;
    vertical-align: top;
  }
  .kyoten table td {
    padding: 10px 0 10px 10px;
  }
}

@media screen and (max-width: 350px) {
  .kyoten .kyotentext {
    font-size: 26px;
  }
  .kyoten table th {
    width: 75px;
    padding: 5px;
  }
  .kyoten table td {
    padding: 10px 0 10px 5px;
  }
}

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