.greeting .inner {
  margin: 0 0 0 auto;
  max-width: 143.5rem;
}
@media only screen and (max-width: 640px) {
  .greeting .inner {
    max-width: 100%;
  }
}
.greeting_container {
  display: flex;
  justify-content: space-between;
  gap: 6.6202090592%;
}
@media only screen and (max-width: 640px) {
  .greeting_container {
    flex-direction: column;
    gap: 9.375vw;
  }
}
.greeting_text {
  width: 50.1742160279%;
}
@media only screen and (max-width: 640px) {
  .greeting_text {
    width: 100%;
  }
}
.greeting_image {
  width: 40.4181184669%;
}
@media only screen and (max-width: 640px) {
  .greeting_image {
    width: 100%;
  }
}

.outline_container dl {
  padding: 1.5em 0;
  display: flex;
  border-bottom: solid 1px rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 640px) {
  .outline_container dl {
    flex-direction: column;
  }
}
.outline_container dl dt {
  width: 10em;
}
@media only screen and (max-width: 640px) {
  .outline_container dl dt {
    margin-bottom: 0.75em;
    width: auto;
  }
}
.outline_container dl dd {
  width: calc(100% - 10em);
}
@media only screen and (max-width: 640px) {
  .outline_container dl dd {
    width: auto;
  }
}

.history_item {
  display: flex;
  align-items: flex-start;
  gap: 3rem;
}
.history_inner {
  padding-top: 0.4rem;
  position: relative;
}
.history_inner::after {
  content: "";
  position: absolute;
  top: 1.8rem;
  left: 3px;
  width: 2px;
  height: 100%;
  background: rgb(59, 124, 59);
}
@media only screen and (max-width: 640px) {
  .history_inner::after {
    top: 2.8125vw;
  }
}
.history_year_num {
  font-family: "Crimson Pro", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: rgb(59, 124, 59);
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 1;
  width: 14.5rem;
  text-align: right;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .history_year_num {
    font-size: 5.625vw;
    width: 22.65625vw;
  }
}
.history_month {
  margin-bottom: 3rem;
  padding-left: 3rem;
  display: flex;
  font-size: 2rem;
  font-weight: 400;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .history_month {
    width: 62.5vw;
  }
}
@media only screen and (max-width: 640px) {
  .history_month {
    margin-bottom: 4.6875vw;
    padding-left: 4.6875vw;
    font-size: 3.125vw;
  }
}
.history_month::before {
  content: "";
  position: absolute;
  top: 0.5em;
  bottom: 0;
  left: 0;
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 0.4rem;
  background: rgb(59, 124, 59);
}
.history_month_num {
  font-family: "Crimson Pro", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: rgb(59, 124, 59);
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1;
  width: 8rem;
}
@media only screen and (max-width: 640px) {
  .history_month_num {
    font-size: 4.375vw;
    width: 9.375vw;
  }
}
.history_text {
  width: 46.875vw;
}

.group_container {
  align-items: flex-start;
}
.group_item {
  padding-left: 2em;
  border-left: solid 0.4rem rgb(59, 124, 59);
}

.access_container {
  margin-bottom: 5rem;
  padding-bottom: 5rem;
  border-bottom: solid 1px rgba(0, 0, 0, 0.15);
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 640px) {
  .access_container {
    flex-direction: column;
    gap: 4.6875vw;
  }
}
.access_container.-full {
  display: block;
}
.access_container.-full .access_map iframe {
  width: 100%;
  height: 60rem;
}
.access_text {
  width: 47.5rem;
}
@media only screen and (max-width: 640px) {
  .access_text {
    width: auto;
  }
}
.access_map {
  width: 47.5rem;
}
@media only screen and (max-width: 640px) {
  .access_map {
    width: auto;
  }
}
.access_map iframe {
  height: 33.4rem;
}
@media only screen and (max-width: 640px) {
  .access_map iframe {
    height: 62.5vw;
  }
}
.access_map.-full {
  width: 100%;
}
.access_map.-full iframe {
  height: 60rem;
}
@media only screen and (max-width: 640px) {
  .access_map.-full iframe {
    height: 62.5vw;
  }
}

.button_map a {
  border: solid 2px rgb(59, 124, 59);
}/*# sourceMappingURL=company.css.map */