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

#figure-triangles-1 {
  right: 2vw;
  bottom: 0px;
  width: 70%;
  max-width: 200px;
}
@media screen and (max-width: 620px) {
  #figure-triangles-1 {
    width: 28vw;
  }
}

#figure-spectra-1 {
  left: 2vw;
  bottom: 0px;
  width: 70%;
  max-width: 270px;
}
@media screen and (max-width: 620px) {
  #figure-spectra-1 {
    width: 45vw;
  }
}

h2 {
  margin-bottom: 10px;
  font-size: x-large;
  font-weight: normal;
  color: #484848;
}

hr {
  margin: 25px;
  border: 0;
  border-bottom: 1px solid #484848;
}

section {
  margin: 0px 25px;
}
section > div {
  width: 100%;
  padding: clamp(20px, 6vw, 40px) clamp(10px, 3vw, 20px);
}
section:first-of-type > div {
  margin-top: clamp(10px, 3vw, 20px);
}
section .card-a1 {
  margin-top: clamp(10px, 3vw, 15px);
  margin-left: clamp(5px, 2vw, 20px);
}
section .card-a1 div:nth-child(2) {
  margin-left: clamp(5px, 3vw, 20px);
}
section .card-a1__cover {
  flex: 0 1 5%;
  max-width: 45px;
  min-width: 35px;
  align-self: center;
}
section .card-a1__content {
  flex: 1 1 95%;
  align-self: center;
  font-size: medium;
  color: #484848;
}

.text-container-a1__text-area a {
  display: block;
  padding: 20px;
  background-color: #f2f2f2;
}

#section1 {
  font-size: medium;
  line-height: 3rem;
}

#section2 > div > p {
  font-size: medium;
  line-height: 3rem;
}

#section3 > div > p {
  font-size: medium;
  line-height: 3rem;
}

#section4 h2 {
  text-align: center;
}
#section4 .flow-chart-a1__item {
  font-size: medium;
  line-height: 3rem;
}
#section4 .flow-chart-a1__item h3 {
  font-size: x-large;
  color: #484848;
}
#section4 .flow-chart-a1__item h4 {
  font-size: large;
}
#section4 .flow-chart-a1__item .material-symbols-outlined {
  vertical-align: middle;
}

#section5 .image-text-container-a1__text-area {
  font-weight: bold;
  color: #000;
}
#section5 .image-text-container-a1__text-area h2 {
  font-weight: bold;
  color: #000;
}
#section5 .image-text-container-a1__image-area {
  max-width: 800px;
  height: 200px;
  background-image: url("../../../media/image/base/preparing_online_tool_a1.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#contact-link.text-container-a1 {
  flex-direction: column;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
  padding: 10px;
  background-color: #000;
}
#contact-link.text-container-a1 a {
  color: var(--font-white);
}
#contact-link.text-container-a1 img {
  max-width: 50px;
}/*# sourceMappingURL=page-service-custom.css.map */