@charset "UTF-8";
/* -------------------------------------------- */
/* 企業情報 */
/* -------------------------------------------- */
.company {
  background-color: #fff;
}

.company-overview {
  padding-top: 80px;
  padding-bottom: 100px;
}

@media only screen and (max-width: 767px) {
  .company-overview {
    padding-top: 50px;
    padding-bottom: 80px;
  }
}

.company-overview .title {
  text-align: center;
  padding-bottom: 35px;
}

@media only screen and (max-width: 767px) {
  .company-overview .title {
    padding-bottom: 30px;
  }
}

.company-overview-table {
  width: 100%;
  border-collapse: collapse;
}

.company-overview-table__tr:first-of-type .company-overview-table__th {
  border-top: 1px solid #036EB8;
}

.company-overview-table__tr:first-of-type .company-overview-table__td {
  border-top: 1px solid #CCCCCC;
}

.company-overview-table__th {
  width: 250px;
  text-align: left;
  color: #036EB8;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8em;
  letter-spacing: 0.04em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 20px;
  padding-right: 33px;
  padding-bottom: 20px;
  vertical-align: top;
  border-bottom: 1px solid #036EB8;
}

@media only screen and (max-width: 767px) {
  .company-overview-table__th {
    width: 105px;
    padding-right: 20px;
  }
}

.company-overview-table__td {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8em;
  letter-spacing: 0.04em;
  padding-top: 21px;
  padding-bottom: 20px;
  border-bottom: 1px solid #CCCCCC;
}

.company-access {
  padding-top: 80px;
  padding-bottom: 100px;
  background-color: #F7F7F7;
}

@media only screen and (max-width: 767px) {
  .company-access {
    padding-top: 50px;
    padding-bottom: 80px;
  }
}

.company-access .title {
  text-align: center;
  padding-bottom: 35px;
}

@media only screen and (max-width: 767px) {
  .company-access .title {
    padding-bottom: 30px;
  }
}

.company-access-address {
  font-style: normal;
  padding-bottom: 15px;
  line-height: 1.8em;
}

.company-access-link {
  color: #036EB8;
  text-decoration: underline;
  letter-spacing: 1.6px;
}

.company-access-link::after {
  display: inline-block;
  content: "";
  width: 12.5px;
  height: 16px;
  background-image: url(../img/common/icon-arrow-blue.svg);
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 10px;
  vertical-align: middle;
}

.company-access-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}

@media only screen and (max-width: 767px) {
  .company-access-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.company-access-map {
  width: 41%;
  max-width: 400px;
}

@media only screen and (max-width: 767px) {
  .company-access-map {
    width: 100%;
    max-width: unset;
  }
}

.company-access-map img {
  width: 100%;
}

.company-access-box {
  max-width: 535px;
}

@media only screen and (max-width: 767px) {
  .company-access-box {
    max-width: 100%;
  }
}

.company-access-item .title--sm {
  padding-top: 40px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
}

@media only screen and (max-width: 767px) {
  .company-access-item .title--sm {
    padding-top: 35px;
  }
}

.company-access-item__text {
  padding-bottom: 15px;
}

.company-access-item__text span {
  color: #036EB8;
}

.company-access-item__text:last-of-type {
  padding-bottom: 0;
}

.company-history {
  padding-top: 80px;
  padding-bottom: 100px;
}

@media only screen and (max-width: 767px) {
  .company-history {
    padding-top: 50px;
    padding-bottom: 80px;
  }
}

.company-history .title {
  text-align: center;
  padding-bottom: 35px;
}

@media only screen and (max-width: 767px) {
  .company-history .title {
    padding-bottom: 30px;
  }
}

.company-history-table {
  width: 100%;
}

.company-history-table__tr {
  position: relative;
}

@media only screen and (max-width: 767px) {
  .company-history-table__tr {
    display: block;
  }
}

.company-history-table__tr:last-of-type::after {
  content: none;
}

.company-history-table__tr:last-of-type .company-history-table__td {
  padding-bottom: 0;
}

.company-history-table__tr::before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 24px;
  left: 0px;
  border-radius: 50%;
  background-color: #036EB8;
}

@media only screen and (max-width: 767px) {
  .company-history-table__tr::before {
    top: 12px;
    left: 2px;
  }
}

.company-history-table__tr::after {
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  top: 24px;
  left: 4px;
  border-left: 2px dotted #036EB8;
}

@media only screen and (max-width: 767px) {
  .company-history-table__tr::after {
    top: 12px;
    left: 6px;
  }
}

.company-history-table__th {
  width: 190px;
  color: #036EB8;
  text-align: left;
  padding-top: 12px;
  padding-left: 50px;
  padding-bottom: 12px;
  position: relative;
  height: calc(100% - 10px);
}

@media only screen and (max-width: 767px) {
  .company-history-table__th {
    width: 220px;
    padding-top: 0;
    padding-left: 40px;
    padding-bottom: 2px;
    display: block;
  }
}

.company-history-table__date {
  color: #036EB8;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8em;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 767px) {
  .company-history-table__date {
    width: 100%;
  }
}

.company-history-table__date span {
  font-size: 2.4rem;
}

.company-history-table__date-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.company-history-table__td {
  line-height: 1.8em;
  padding-top: 12px;
  padding-left: 40px;
  padding-bottom: 12px;
}

@media only screen and (max-width: 767px) {
  .company-history-table__td {
    width: 100%;
    padding-top: 0;
    padding-bottom: 20px;
    display: block;
  }
}

.company-policy {
  padding-top: 80px;
  padding-bottom: 158px;
  background-color: #F7F7F7;
}

@media only screen and (max-width: 767px) {
  .company-policy {
    padding-top: 50px;
    padding-bottom: 80px;
  }
}

.company-policy .title {
  text-align: center;
  padding-bottom: 35px;
}

@media only screen and (max-width: 767px) {
  .company-policy .title {
    padding-bottom: 30px;
  }
}

.company-policy .title--sm {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
}

.company-policy-item {
  padding-bottom: 50px;
}

.company-policy-item:last-of-type {
  padding-bottom: 0;
}

.company-policy-item__title {
  padding-top: 0;
}

.company-policy-item .btn--md {
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  .company-policy-item .btn--md {
    margin-left: auto;
    margin-right: auto;
  }
}
/*# sourceMappingURL=company.css.map */