/* ---------------------------------------
	Company
-----------------------------------------*/
.company-section__wrapper {
  margin-inline: auto;
}
@media screen and (width > 1280px) {
  .company-section__wrapper {
    width: calc(100% - 10rem);
    max-width: 70rem;
    padding-block: 5rem;
  }
}
@media screen and (width <= 1280px) {
  .company-section__wrapper {
    width: calc(100% - 12.5vw);
    max-width: 87.5vw;
    padding-block: 6.25vw;
  }
}
@media screen and (width <= 991px) {
  .company-section__wrapper {
    width: calc(100% - 20.8333333333vw);
    max-width: 79.1666666667vw;
    padding-block: 5.7291666667vw;
  }
}
@media screen and (width <= 767px) {
  .company-section__wrapper {
    width: calc(100% - 20.5128205128vw);
    max-width: 79.4871794872vw;
    padding-block: 10.2564102564vw;
  }
}
@media screen and (width > 1280px) {
  .company-section__head {
    margin-bottom: 5rem;
  }
}
@media screen and (width <= 1280px) {
  .company-section__head {
    margin-bottom: 6.25vw;
  }
}
@media screen and (width <= 991px) {
  .company-section__head {
    margin-bottom: 15.625vw;
  }
}
@media screen and (width <= 767px) {
  .company-section__head {
    margin-bottom: 10.2564102564vw;
  }
}
.company-section__title {
  font-weight: bold;
  letter-spacing: 0.04em;
}
@media screen and (width > 1280px) {
  .company-section__title {
    font-size: 2.5rem;
  }
}
@media screen and (width <= 1280px) {
  .company-section__title {
    font-size: 3.125vw;
  }
}
@media screen and (width <= 991px) {
  .company-section__title {
    font-size: 4.6875vw;
  }
}
@media screen and (width <= 767px) {
  .company-section__title {
    font-size: 6.1538461538vw;
  }
}
.company-section__body {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (width > 1280px) {
  .company-section__body {
    row-gap: 2rem;
    max-width: 46.25rem;
    margin-inline: auto;
  }
}
@media screen and (width <= 1280px) {
  .company-section__body {
    row-gap: 2.5vw;
    max-width: 57.8125vw;
    margin-inline: auto;
  }
}
@media screen and (width <= 991px) {
  .company-section__body {
    row-gap: 4.1666666667vw;
    max-width: 100%;
  }
}
@media screen and (width <= 767px) {
  .company-section__body {
    row-gap: 4.1025641026vw;
  }
}
.company-section__dl {
  width: 100%;
  display: grid;
  grid-template-columns: auto 1fr;
}
@media screen and (width > 1280px) {
  .company-section__dl {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }
}
@media screen and (width <= 1280px) {
  .company-section__dl {
    -moz-column-gap: 3.125vw;
         column-gap: 3.125vw;
  }
}
@media screen and (width <= 991px) {
  .company-section__dl {
    -moz-column-gap: 5.2083333333vw;
         column-gap: 5.2083333333vw;
  }
}
@media screen and (width <= 767px) {
  .company-section__dl {
    grid-template-columns: 1fr;
    row-gap: 1.0256410256vw;
  }
}
.company-section__dl dt,
.company-section__dl dd {
  line-height: 1.5;
  letter-spacing: 0.04em;
}
.company-section__dl dt {
  font-weight: bold;
  width: auto;
}
@media screen and (width > 1280px) {
  .company-section__dl dt {
    font-size: 0.9375rem;
    min-width: 5rem;
  }
}
@media screen and (width <= 1280px) {
  .company-section__dl dt {
    font-size: 1.171875vw;
    min-width: 6.25vw;
  }
}
@media screen and (width <= 991px) {
  .company-section__dl dt {
    font-size: 1.953125vw;
    min-width: 10.4166666667vw;
  }
}
@media screen and (width <= 767px) {
  .company-section__dl dt {
    font-size: 3.3333333333vw;
  }
}
@media screen and (width > 1280px) {
  .company-section__dl dd {
    font-size: 0.9375rem;
  }
}
@media screen and (width <= 1280px) {
  .company-section__dl dd {
    font-size: 1.171875vw;
  }
}
@media screen and (width <= 991px) {
  .company-section__dl dd {
    font-size: 1.953125vw;
  }
}
@media screen and (width <= 767px) {
  .company-section__dl dd {
    font-size: 3.8461538462vw;
  }
}

.company-member__wrapper {
  margin-inline: auto;
}
@media screen and (width > 1280px) {
  .company-member__wrapper {
    width: calc(100% - 10rem);
    max-width: 46.25rem;
    padding-block: 5rem 7.5rem;
  }
}
@media screen and (width <= 1280px) {
  .company-member__wrapper {
    width: calc(100% - 12.5vw);
    max-width: 57.8125vw;
    padding-block: 6.25vw 9.375vw;
  }
}
@media screen and (width <= 991px) {
  .company-member__wrapper {
    width: calc(100% - 20.8333333333vw);
    max-width: 79.1666666667vw;
    padding-block: 5.7291666667vw 15.625vw;
  }
}
@media screen and (width <= 767px) {
  .company-member__wrapper {
    width: calc(100% - 20.5128205128vw);
    max-width: 79.4871794872vw;
    padding-block: 10.2564102564vw;
  }
}
@media screen and (width > 1280px) {
  .company-member__head {
    margin-bottom: 2.5rem;
  }
}
@media screen and (width <= 1280px) {
  .company-member__head {
    margin-bottom: 3.125vw;
  }
}
@media screen and (width <= 991px) {
  .company-member__head {
    margin-bottom: 5.2083333333vw;
  }
}
@media screen and (width <= 767px) {
  .company-member__head {
    margin-bottom: 10.2564102564vw;
  }
}
.company-member__title {
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (width > 1280px) {
  .company-member__title {
    font-size: 1.875rem;
  }
}
@media screen and (width <= 1280px) {
  .company-member__title {
    font-size: 2.34375vw;
  }
}
@media screen and (width <= 991px) {
  .company-member__title {
    font-size: 3.3854166667vw;
  }
}
@media screen and (width <= 767px) {
  .company-member__title {
    font-size: 5.1282051282vw;
  }
}
.company-member__introduction {
  margin-inline: auto;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 2;
}
@media screen and (width > 1280px) {
  .company-member__introduction {
    width: 35rem;
    font-size: 1rem;
  }
}
@media screen and (width <= 1280px) {
  .company-member__introduction {
    width: 43.75vw;
    font-size: 16px;
    font-size: 1.25vw;
  }
}
@media screen and (width <= 991px) {
  .company-member__introduction {
    width: 100%;
    font-size: 16px;
    font-size: 2.0833333333vw;
  }
}
@media screen and (width <= 767px) {
  .company-member__introduction {
    width: 100%;
    font-size: 15px;
    font-size: 3.8461538462vw;
  }
}
.company-member__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (width > 1280px) {
  .company-member__list {
    gap: 4rem 2.5rem;
    margin-top: 4rem;
  }
}
@media screen and (width <= 1280px) {
  .company-member__list {
    gap: 5vw 3.125vw;
    margin-top: 5vw;
  }
}
@media screen and (width <= 991px) {
  .company-member__list {
    gap: 5.2083333333vw;
    margin-top: 5.2083333333vw;
  }
}
@media screen and (width <= 767px) {
  .company-member__list {
    grid-template-columns: 1fr;
    gap: 10.2564102564vw 0;
    margin-top: 16.4102564103vw;
  }
}

.company-message {
  background-color: var(--cl-bg);
}
.company-message__wrapper {
  width: 100%;
  margin-inline: auto;
}
@media screen and (width > 1280px) {
  .company-message__wrapper {
    max-width: 46.25rem;
    padding-block: 10rem;
  }
}
@media screen and (width <= 1280px) {
  .company-message__wrapper {
    max-width: 57.8125vw;
    padding-block: 12.5vw;
  }
}
@media screen and (width <= 991px) {
  .company-message__wrapper {
    max-width: 79.1666666667vw;
    padding-block: 10.4166666667vw;
  }
}
@media screen and (width <= 767px) {
  .company-message__wrapper {
    max-width: 79.4871794872vw;
    padding-block: 20.5128205128vw;
  }
}
@media screen and (width > 1280px) {
  .company-message__head {
    margin-bottom: 4.125rem;
  }
}
@media screen and (width <= 1280px) {
  .company-message__head {
    margin-bottom: 5.15625vw;
  }
}
@media screen and (width <= 991px) {
  .company-message__head {
    margin-bottom: 5.46875vw;
  }
}
@media screen and (width <= 767px) {
  .company-message__head {
    margin-bottom: 6.6666666667vw;
  }
}
.company-message__title {
  font-weight: 300;
  letter-spacing: 0.04em;
}
@media screen and (width > 1280px) {
  .company-message__title {
    line-height: 1;
    font-size: 2.875rem;
  }
}
@media screen and (width <= 1280px) {
  .company-message__title {
    line-height: 1;
    font-size: 3.59375vw;
  }
}
@media screen and (width <= 991px) {
  .company-message__title {
    line-height: 1;
    font-size: 4.6875vw;
  }
}
@media screen and (width <= 767px) {
  .company-message__title {
    line-height: 1.5;
    font-size: 6.6666666667vw;
  }
}
.company-message__text {
  letter-spacing: 0.04em;
}
@media screen and (width > 1280px) {
  .company-message__text {
    line-height: 2;
    font-size: 0.875rem;
  }
}
@media screen and (width <= 1280px) {
  .company-message__text {
    line-height: 2;
    font-size: 1.09375vw;
  }
}
@media screen and (width <= 991px) {
  .company-message__text {
    line-height: 2;
    font-size: 1.8229166667vw;
  }
}
@media screen and (width <= 767px) {
  .company-message__text {
    line-height: 1.8;
    font-size: 3.3333333333vw;
  }
}
.company-message__text:not(:last-of-type) {
  margin-bottom: 2em;
}
.company-message__text--name {
  text-align: right;
}
@media screen and (width > 1280px) {
  .company-message__text--name {
    font-size: 0.75rem;
  }
}
@media screen and (width <= 1280px) {
  .company-message__text--name {
    font-size: 0.9375vw;
  }
}
@media screen and (width <= 991px) {
  .company-message__text--name {
    font-size: 1.5625vw;
  }
}
@media screen and (width <= 767px) {
  .company-message__text--name {
    font-size: 2.5641025641vw;
  }
}
.company-message__text strong {
  font-weight: bold;
}

.company-history {
  background-color: var(--cl-white);
}
.company-history__wrapper {
  width: 100%;
  margin-inline: auto;
}
@media screen and (width > 1280px) {
  .company-history__wrapper {
    max-width: 37.3125rem;
    padding-block: 5rem 10rem;
  }
}
@media screen and (width <= 1280px) {
  .company-history__wrapper {
    max-width: 46.640625vw;
    padding-block: 6.25vw 12.5vw;
  }
}
@media screen and (width <= 991px) {
  .company-history__wrapper {
    max-width: 79.1666666667vw;
    padding-block: 10.4166666667vw 15.625vw;
  }
}
@media screen and (width <= 767px) {
  .company-history__wrapper {
    max-width: 81.2820512821vw;
    padding-block: 20.5128205128vw 30.7692307692vw;
  }
}
@media screen and (width > 1280px) {
  .company-history__head {
    margin-bottom: 2.5rem;
  }
}
@media screen and (width <= 1280px) {
  .company-history__head {
    margin-bottom: 3.125vw;
  }
}
@media screen and (width <= 991px) {
  .company-history__head {
    margin-bottom: 5.2083333333vw;
  }
}
@media screen and (width <= 767px) {
  .company-history__head {
    margin-bottom: 10.2564102564vw;
  }
}
.company-history__title {
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.4em;
}
@media screen and (width > 1280px) {
  .company-history__title {
    font-size: 1.875rem;
  }
}
@media screen and (width <= 1280px) {
  .company-history__title {
    font-size: 2.34375vw;
  }
}
@media screen and (width <= 991px) {
  .company-history__title {
    font-size: 3.3854166667vw;
  }
}
@media screen and (width <= 767px) {
  .company-history__title {
    font-size: 5.1282051282vw;
  }
}
.company-history__list {
  display: grid;
  grid-template-columns: 1fr;
  border-left: 1px solid #c3c3c3;
  position: relative;
}
@media screen and (width > 1280px) {
  .company-history__list {
    row-gap: 2.5rem;
    padding-left: 1.75rem;
  }
}
@media screen and (width <= 1280px) {
  .company-history__list {
    row-gap: 3.125vw;
    padding-left: 2.1875vw;
  }
}
@media screen and (width <= 991px) {
  .company-history__list {
    row-gap: 5.2083333333vw;
    padding-left: 3.6458333333vw;
  }
}
@media screen and (width <= 767px) {
  .company-history__list {
    row-gap: 8.2051282051vw;
    padding-left: 5.1282051282vw;
  }
}
.company-history__list::after {
  content: "";
  border-top: solid 0.0625rem #c3c3c3;
  border-right: solid 0.0625rem #c3c3c3;
  position: absolute;
  transform: rotate(135deg);
}
@media screen and (width > 1280px) {
  .company-history__list::after {
    width: 0.625rem;
    height: 0.625rem;
    bottom: -0.3125rem;
    left: -0.3125rem;
  }
}
@media screen and (width <= 1280px) {
  .company-history__list::after {
    width: 0.78125vw;
    height: 0.78125vw;
    bottom: -0.390625vw;
    left: -0.390625vw;
  }
}
@media screen and (width <= 991px) {
  .company-history__list::after {
    width: 1.3020833333vw;
    height: 1.3020833333vw;
    bottom: -0.6510416667vw;
    left: -0.6510416667vw;
  }
}
@media screen and (width <= 767px) {
  .company-history__list::after {
    width: 2.5641025641vw;
    height: 2.5641025641vw;
    bottom: -1.2820512821vw;
    left: -1.2820512821vw;
  }
}
.company-history__item {
  display: grid;
  grid-template-columns: auto 1fr;
  position: relative;
}
@media screen and (width > 1280px) {
  .company-history__item {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media screen and (width <= 1280px) {
  .company-history__item {
    -moz-column-gap: 2.5vw;
         column-gap: 2.5vw;
  }
}
@media screen and (width <= 991px) {
  .company-history__item {
    -moz-column-gap: 4.1666666667vw;
         column-gap: 4.1666666667vw;
  }
}
@media screen and (width <= 767px) {
  .company-history__item {
    grid-template-columns: 1fr;
    row-gap: 1.0256410256vw;
  }
}
.company-history__item::before {
  content: "";
  display: block;
  background-color: var(--cl-white);
  border-radius: 50%;
  border: 1px solid hsl(0, 0%, 76%);
  position: absolute;
  top: 0;
}
@media screen and (width > 1280px) {
  .company-history__item::before {
    width: 1.125rem;
    height: 1.125rem;
    left: -2.3125rem;
  }
}
@media screen and (width <= 1280px) {
  .company-history__item::before {
    width: 1.40625vw;
    height: 1.40625vw;
    left: -2.890625vw;
  }
}
@media screen and (width <= 991px) {
  .company-history__item::before {
    width: 2.34375vw;
    height: 2.34375vw;
    left: -4.8177083333vw;
  }
}
@media screen and (width <= 767px) {
  .company-history__item::before {
    width: 4.6153846154vw;
    height: 4.6153846154vw;
    left: -7.4358974359vw;
  }
}
.company-history__date {
  letter-spacing: 0.04em;
}
@media screen and (width > 1280px) {
  .company-history__date {
    font-size: 0.9375rem;
    min-width: 5.3125rem;
  }
}
@media screen and (width <= 1280px) {
  .company-history__date {
    font-size: 1.171875vw;
    min-width: 6.640625vw;
  }
}
@media screen and (width <= 991px) {
  .company-history__date {
    font-size: 1.953125vw;
    min-width: 11.0677083333vw;
  }
}
@media screen and (width <= 767px) {
  .company-history__date {
    font-size: 2.5641025641vw;
    min-width: 100%;
  }
}
.company-history__text {
  letter-spacing: 0.04em;
  line-height: 1.4;
}
@media screen and (width > 1280px) {
  .company-history__text {
    font-size: 0.8125rem;
  }
}
@media screen and (width <= 1280px) {
  .company-history__text {
    font-size: 1.015625vw;
  }
}
@media screen and (width <= 991px) {
  .company-history__text {
    font-size: 1.6927083333vw;
  }
}
@media screen and (width <= 767px) {
  .company-history__text {
    font-size: 2.5641025641vw;
  }
}
.company-history__text--heading {
  font-weight: bold;
  display: block;
}
@media screen and (width > 1280px) {
  .company-history__text--heading {
    font-size: 0.9375rem;
    margin-bottom: 0.5rem;
  }
}
@media screen and (width <= 1280px) {
  .company-history__text--heading {
    font-size: 1.171875vw;
    margin-bottom: 0.625vw;
  }
}
@media screen and (width <= 991px) {
  .company-history__text--heading {
    font-size: 1.953125vw;
    margin-bottom: 1.0416666667vw;
  }
}
@media screen and (width <= 767px) {
  .company-history__text--heading {
    font-size: 3.3333333333vw;
    margin-bottom: 1.0256410256vw;
  }
}
/*# sourceMappingURL=../maps/pages/company.css.map */
