@charset "utf-8";

.first-view {
  height: calc(90vh - 110px);
  background-image: url(../images/index/microbiome2.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  align-items: center;
}

.first-view-text {
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-top:150px;
  padding-left: 80px;
  color: #ffffff;
  font-weight: bold;
  
}

.first-view-text h1 {
  font-family: 'Noto Serif', serif;
  font-style: italic;
  color: #ffffff;
  font-size: 50px;
  line-height: 72px;
  text-shadow: 2px 2px 10px #000000;
}

.first-view-text p {
  font-size: 25px;
  margin-top: 10px;
  padding-bottom: 80px;
  text-shadow: 2px 2px 10px #000000;
}

.link-button-area {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 1px;
}

.link-button {
  background-color: #00AA90;
  color: #ffffff;
  display: inline-block;
  min-width: 180px;
  line-height: 48px;
  border-radius: 24px;
  font-size: 18px;
  font-weight: bold;
  text-shadow: 2px 2px 10px #4c4c4c;
}

.link-button:hover {
  background-color: #000000;
}

.lead {
  max-width: 1200px;
  margin: 10px 260px 60px;
  color: #4c4c4c;
}

.lead h1{
  line-height: 3;
  font-family: 'Shippori Antique B1', sans-serif;
}

span {
  color: #00AA90;
}

.lead p {
  line-height: 2;
  text-align:justify;
  font-size: 17px;
  color: #4c4c4c;
  font-family: 'Shippori Antique B1', sans-serif;
}

.chushaku {
  max-width: 1200px;
  margin: 10px 260px 60px;
  color: #4c4c4c;
  line-height: 2;
  text-align:justify;
  font-size: 14px;

}
.chushaku ol {
  list-style-type: decimal;
}

@media (max-width: 800px) {
  .first-view {
    height: calc(70vh - 50px);
    align-items: flex-start;
  }
  .first-view-text {
    padding-top: 60px;
    padding-left: 20px;
  }
  .first-view-text h1 {
    font-size: 36px;
    line-height: 48px;
  }
  .first-view-text p {
    font-size: 14px;
    margin-top: 15px;
  }
  .lead {
    padding-left: 20px;
    padding-right: 20px;
  }
  .lead p {
    text-align: left;
  }
}
