html {
  font-family: "Josefin Sans", "Noto Sans JP", sans-serif;
  color: #3B4043;
}
.lithosphere {
  font-size: 18px;
}
@media (max-width: 767px) {
  .lithosphere {
    font-size: 12px;
    background-color: #ffffff;
  }
}

.asthenosphere .mutation {
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
  transition: all 1s;
}
.asthenosphere .mutation.sight {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.asthenosphere h2 {
  text-align: center;
  font-size: 48px;
  margin-bottom: min(8.90625vw, 114px);
}
@media (max-width: 767px) {
  .asthenosphere h2 {
    font-size: 28px;
    margin-bottom: 30px;
  }
}
.asthenosphere .preamble {
  background: url(../images/preamble-secondary.jpg) no-repeat center/cover;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .asthenosphere .preamble {
    margin-bottom: 50px;
  }
}
.asthenosphere .preamble::before {
  content: "";
  display: block;
  padding-top: 29%;
}
@media (max-width: 767px) {
  .asthenosphere .preamble::before {
    padding-top: 36%;
  }
}
.asthenosphere .section-company {
  max-width: 1280px;
  margin: 0 auto min(9.375vw, 120px);
}
.asthenosphere .section-company .company {
  width: 90.625%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
}
.asthenosphere .section-company .company dt {
  width: 30%;
  font-weight: 700;
  padding: 57px 0 28px;
  border-bottom: 1px solid #707070;
}
.asthenosphere .section-company .company dd {
  width: 70%;
  padding: 57px 0 28px;
  border-bottom: 1px solid #707070;
}
@media (max-width: 767px) {
  .asthenosphere .section-company {
    max-width: unset;
    width: 90%;
    margin: 0 auto 90px;
  }
}
