.cover-image-a2 {
  background-repeat: no-repeat;
  background-position: center top;
  position: relative;
}
.cover-image-a2__content-area {
  position: relative;
  margin: auto;
  height: 100%;
}
.cover-image-a2__title {
  font-size: clamp(3rem, 6vw, 5rem);
  color: var(--font-white);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.content-wrapper-a1 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cover-image-a2 {
  height: 100px;
}
.cover-image-a2__content-area {
  max-width: 1250px;
}
.cover-image-a2__title {
  z-index: 2;
}

#page-title {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  font-size: xx-large;
  color: var(--font-white);
}
@media screen and (max-width: 430px) {
  #page-title {
    font-size: x-large;
  }
}
#page-title > span {
  display: inline-block;
  white-space: nowrap;
}

#figure-spectra-1, #figure-spectra-2, #figure-spectra-3, #figure-spectra-4 {
  width: 23%;
  height: 25%;
  bottom: 0%;
}
#figure-spectra-1 .figure-spectra-a1__spectrum-1, #figure-spectra-1 .figure-spectra-a1__spectrum-2, #figure-spectra-2 .figure-spectra-a1__spectrum-1, #figure-spectra-2 .figure-spectra-a1__spectrum-2, #figure-spectra-3 .figure-spectra-a1__spectrum-1, #figure-spectra-3 .figure-spectra-a1__spectrum-2, #figure-spectra-4 .figure-spectra-a1__spectrum-1, #figure-spectra-4 .figure-spectra-a1__spectrum-2 {
  background-color: var(--main-gray);
}

#figure-spectra-1 {
  left: 0%;
}

#figure-spectra-2 {
  left: 25%;
}

#figure-spectra-3 {
  left: 50%;
}

#figure-spectra-4 {
  left: 75%;
}

#main {
  background-color: #f0f0f0;
}

.max-width-1280 {
  overflow: hidden;
}

#section1 {
  margin: 25px;
}
#section1 .list-a1 {
  width: 100%;
  max-width: 820px;
}
#section1 .list-a1__item {
  width: 100%;
  padding: 25px 50px;
}
@media screen and (max-width: 430px) {
  #section1 .list-a1__item {
    padding: 15px 15px;
  }
}
#section1 .list-a1__item .flex-column-2-items__item2 {
  margin-left: 50px;
}
@media screen and (max-width: 430px) {
  #section1 .list-a1__item .flex-column-2-items__item2 {
    margin-left: 15px;
  }
}

#contact-link {
  position: relative;
  width: -moz-max-content;
  width: max-content;
  margin: 25px auto;
  padding: 10px;
  background-color: #000;
}
#contact-link a {
  color: var(--font-white);
}
#contact-link .material-symbols-outlined {
  position: relative;
  top: 5px;
}/*# sourceMappingURL=archive.css.map */