@charset "UTF-8";
/* ===============================
  企業情報
=============================== */
/*------------------------------
message
------------------------------*/
.message {
  padding: min(180px, 9.375vw) 0 min(160px, 8.3333333333vw);
}
@media (max-width: 767px) {
  .message {
    padding: 20% 0;
    padding: 10% 0;
  }
}

.message__text {
  width: 62%;
  margin: 0 auto;
  font-size: min(1.125rem, 0.9642857143vw);
  font-weight: 400;
  line-height: 2.7777777778;
  letter-spacing: 0.16em;
}
@media screen and (max-width: 999px) {
  .message__text {
    width: 85%;
    font-size: clamp(0.625rem, 0.9642857143vw, 1.125rem);
  }
}
@media (max-width: 767px) {
  .message__text {
    width: 100%;
    font-size: 0.875rem;
    line-height: 2;
  }
}

/*------------------------------
company
------------------------------*/
.company {
  padding-bottom: min(130px, 6.7708333333vw);
}
@media (max-width: 767px) {
  .company {
    padding-bottom: 20%;
  }
}

.company__content {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #999;
}
@media (max-width: 767px) {
  .company__content {
    display: block;
  }
}

.company__title {
  padding-top: min(70px, 3.6458333333vw);
}
@media (max-width: 767px) {
  .company__title {
    padding-top: 10%;
  }
}

.company__info {
  width: 46.7261904762%;
  display: flex;
  flex-wrap: wrap;
}
.company__info dt, .company__info dd {
  font-size: clamp(0.625rem, 0.9642857143vw, 1.125rem);
  font-weight: 400;
  line-height: 2.0555555556;
  letter-spacing: 0.04em;
  padding: 1.55em 0;
  border-bottom: 1px solid #999;
}
.company__info dt {
  width: 29.2993630573%;
  padding-left: 1.6em;
}
.company__info dd {
  width: 70.7006369427%;
}
@media (max-width: 767px) {
  .company__info {
    width: 100%;
    margin-top: 10%;
    margin-top: 5%;
  }
  .company__info dt, .company__info dd {
    font-size: 0.75rem;
  }
  .company__info dt {
    padding-left: 0.5em;
  }
}

/*------------------------------
history
------------------------------*/
.history {
  background: url(../img/history_bg.webp) no-repeat center center/cover;
  color: #fff;
  padding: min(440px, 22.9166666667vw) 0 min(230px, 11.9791666667vw);
}

.history__wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .history__wrapper {
    display: block;
  }
}

.history__timeline {
  width: 47.8%;
  display: flex;
  flex-wrap: wrap;
  padding-left: 8.1%;
  position: relative;
}
.history__timeline dt, .history__timeline dd {
  font-size: min(1.25rem, 1.0714285714vw);
  font-weight: 400;
  line-height: 1.85;
  letter-spacing: 0.15em;
}
.history__timeline dt:nth-of-type(n + 2), .history__timeline dd:nth-of-type(n + 2) {
  margin-top: 3em;
}
.history__timeline dt {
  width: 21%;
}
.history__timeline dd {
  width: 79%;
  padding-left: 2.2em;
}
.history__timeline span {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(0%, -50%);
  background: #fff;
  width: 1px;
  height: 100%;
  transform-origin: top;
}
@media (max-width: 767px) {
  .history__timeline {
    width: 100%;
    margin-top: 10%;
    display: block;
  }
  .history__timeline dt, .history__timeline dd {
    width: 100%;
    font-size: 0.75rem;
  }
  .history__timeline dd {
    margin-top: 5px;
  }
  .history__timeline dd:nth-of-type(n + 2) {
    margin-top: 5px;
  }
}

/*------------------------------
access
------------------------------*/
.access {
  padding-top: min(230px, 11.9791666667vw);
}

.access__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .access__header {
    display: block;
  }
}

.access__address {
  font-size: min(1.25rem, 1.0714285714vw);
  font-weight: 400;
  line-height: 1.85;
  letter-spacing: 0.18em;
}
@media (max-width: 767px) {
  .access__address {
    margin-top: 10%;
    font-size: 0.875rem;
  }
}

.access__map {
  margin-top: min(40px, 2.0833333333vw);
}
.access__map iframe {
  width: 100%;
  aspect-ratio: 1920/644;
}
/*# sourceMappingURL=information.css.map */