header.header .hero .hero-body .title {
  padding-top: 156px;
}
header.header .hero .hero-body .subtitle {
  padding: 0 12%;
}
section.introduction {
  margin-top: -156px;
}
section.introduction .box {
  border-radius: 6px;
  box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  padding: 38px 0;
  margin-bottom: 100px;
}
section.introduction .media {
  width: 80%;
  margin: auto;
}
section.introduction .media-left {
  margin-right: 2rem;
}
section.introduction .image.is-72x64 {
  width: 72px;
  height: 64px;
}
section.introduction .media-content .title {
  font-size: 20px;
  font-weight: normal;
  line-height: 1.6;
  color: #1a1a1a;
  margin-bottom: 6px;
}
section.introduction .media-content .subtitle {
  font-size: 16px;
  font-weight: normal;
  line-height: normal;
  color: #999999;
}
section.ecosystem {
  padding-top: 80px;
  padding-bottom: 130px;
}
section.ecosystem .title-block .title,
section.ecosystem .title-block .subtitle {
  color: #fff;
}
section.ecosystem .box {
  background: none;
  box-shadow: none;
  text-align: center;
}
section.ecosystem .box .image.is-96x80 {
  width: 96px;
  height: 80px;
  z-index: 1;
  margin: auto;
}
section.ecosystem .box .title {
  position: relative;
  z-index: 2;
  margin-top: -20px;
  font-size: 2rem;
  color: #86dba2;
  font-weight: bold;
}
section.ecosystem .box .subtitle {
  font-size: 14px;
  color: #fff;
}
section.ecosystem .column + .column {
  border-left: 1px solid rgba(255, 255, 255, 0.14);
}
section.address .media {
  border-radius: 6px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  align-items: center;
}
section.address .media .media-left {
  width: 60%;
  margin-right: 0;
}
section.address .media .media-content {
  padding: 20px 40px 20px 30px;
}
section.address .media .media-content li {
  display: flex;
  align-items: flex-start;
  line-height: normal;
}
section.address .media .media-content li:not(:last-child) {
  padding-bottom: 12px;
}
section.address .media .media-content ul,
section.address .media .media-content p {
  flex: 1;
}
section.address .level {
  align-items: flex-start;
  justify-content: flex-start;
}
section.address .title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  color: #333333;
  width: 76px;
  text-align: right;
  margin-right: 16px;
}
section.address .image.is-16x16 {
  width: 12px;
  height: 12px;
  margin-right: 16px;
  margin-top: 4px;
}
section.news .card {
  padding: 15px 22px;
  border-radius: 5px;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.05), 0 2px 4px 0 rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  height: 100%;
}
section.news .card .card-image {
  max-height: 300px;
}
section.news .card .card-content {
  padding: 30px 10px;
  line-height: 1.43;
}
section.news .card .card-content .time {
  font-size: 12px;
  color: #00a971;
  margin-bottom: 10px;
}
section.news .card .card-content .title {
  font-size: 18px;
  font-weight: normal;
  color: #31383e;
  margin-bottom: 10px;
}
section.certification .level {
  justify-content: space-between;
  flex-wrap: wrap;
}
section.certification .level-item {
  width: 80px;
  height: 80px;
}
@media screen and (max-width: 1024px) {
  section.address .media {
    flex-direction: column;
  }
  section.address .media .media-left,
  section.address .media .media-content {
    width: 100%;
  }
  section.address .media .title {
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  header.header .hero .hero-body .title {
    padding-top: 90px;
  }
  section.introduction .box {
    padding: 38px 0 38px 50px;
  }
  section.certification .level {
    display: flex;
  }
}
@media screen and (max-width: 414px) {
  section.introduction {
    margin-top: -100px;
  }
  section.introduction .box {
    padding: 1.25rem;
  }
  section.introduction .media {
    flex-direction: column;
  }
  section.certification .level {
    justify-content: flex-start;
  }
  section.certification .level-item {
    margin-right: 24px;
  }
}
