.page-company {
  --content-min-margin: 15;
  padding-bottom: clamp(9.6rem, 11.4285714286vw, 16rem);
}

.pg-introduction {
  padding-top: clamp(3.2rem, 3.4285714286vw, 4.8rem);
  padding-bottom: clamp(6.4rem, 9.1428571429vw, 12.8rem);
}
.pg-introduction__inner {
  --minmax: max(calc(var(--content-min-margin, 24) * 1px), calc(var(--content-base-margin, 40) / var(--content-base-width, 1440) * 100vw));
  max-width: var(--content-max-width, 850px);
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - var(--minmax) * 2);
  padding: 0 25px;
}
.pg-introduction__text {
  font-size: clamp(1.4rem, 1.1428571429vw, 1.6rem);
  line-height: 2;
}
@media (min-width: 48.0625em) {
  .pg-introduction__text {
    text-align: center;
  }
}

.pg-section + .pg-section {
  margin-top: clamp(6.4rem, 9.1428571429vw, 12.8rem);
}
.pg-section__inner {
  --minmax: max(calc(var(--content-min-margin, 24) * 1px), calc(var(--content-base-margin, 40) / var(--content-base-width, 1440) * 100vw));
  max-width: var(--content-max-width, 1080px);
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - var(--minmax) * 2);
}
.pg-section__header {
  position: relative;
  font-size: clamp(2rem, 1.7142857143vw, 2.4rem);
  font-weight: bold;
  padding-bottom: 24px;
}
.pg-section__header::before, .pg-section__header::after {
  content: "";
  display: block;
  height: 4px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.pg-section__header::before {
  width: 100%;
  background-color: #e8e6e6;
}
.pg-section__header::after {
  width: clamp(8rem, 6.8571428571vw, 9.6rem);
  background-color: #d4003b;
}
.pg-section__heading {
  font-weight: bold;
  font-size: clamp(2rem, 1.7142857143vw, 2.4rem);
}
.pg-section__content {
  margin-top: clamp(3.2rem, 2.8571428571vw, 4rem);
}

.pg-company-info__row {
  padding: clamp(1.6rem, 1.7142857143vw, 2.4rem) 0;
  border-bottom: 1px solid #e8e6e6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 8px 16px;
}
@media (max-width: 48em) {
  .pg-company-info__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.pg-company-info__title {
  width: max(20%, 216px);
  font-weight: bold;
  font-size: clamp(1.4rem, 1.1428571429vw, 1.6rem);
}
.pg-company-info__content {
  font-size: clamp(1.4rem, 1.1428571429vw, 1.6rem);
}
.pg-company-info__content > *:not(:first-child) {
  margin-top: 1.8em;
}

.pg-history__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: clamp(2.4rem, 3.4285714286vw, 4.8rem);
}
.pg-history__row + .pg-history__row {
  margin-top: 24px;
}
.pg-history__title {
  width: clamp(8rem, 6.8571428571vw, 9.6rem);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.pg-history__title p {
  font-size: clamp(1.4rem, 1.1428571429vw, 1.6rem);
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.pg-history__content p {
  font-size: clamp(1.4rem, 1.1428571429vw, 1.6rem);
  line-height: 1.8;
}

.pg-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: clamp(6.4rem, 9.1428571429vw, 12.8rem);
  --minmax: max(calc(var(--content-min-margin, 24) * 1px), calc(var(--content-base-margin, 40) / var(--content-base-width, 1440) * 100vw));
  max-width: var(--content-max-width, 100%);
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - var(--minmax) * 2);
  padding: 0 25px;
}

.pg-button {
  position: relative;
  width: 480px;
  height: 56px;
  border: 1px solid #d2d4d6;
  border-radius: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: background-color 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: background-color 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.pg-button a {
  font-size: clamp(1.3rem, 1vw, 1.4rem);
}
.pg-button a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.pg-button::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-width: 6px 4px 0 4px;
  border-style: solid;
  border-color: #d4003b transparent transparent transparent;
  -webkit-transition-property: border-color;
  transition-property: border-color;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  position: absolute;
  right: 16px;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
@media (min-width: 48.0625em) {
  .pg-button:hover {
    background-color: #d4003b;
    color: #fff;
  }
  .pg-button:hover::after {
    border-top-color: #fff;
  }
}/*# sourceMappingURL=index.css.map */