@import "product.css";
.hidata-banner {
  background-color: #4d8ce8;
}
[class^="hidata-"] .title {
  font-size: 1.875rem;
  color: #231815;
  text-align: center;
  margin: 0 auto 3.375rem;
  font-weight: 800;
}
.hidata-f-floor {
  padding: 5rem 0;
}
.hidata-f-floor .content {
  display: flex;
  justify-content: space-between;
}
.hidata-f-floor .content .box {
  display: flex;
  flex-direction: column;
  flex: 0 0 22%;
  text-align: center;
}
.hidata-f-floor .content .box img {
  height: 70px;
  margin-bottom: 30px;
}
.hidata-f-floor .content .box span {
  font-size: 18px;
  color: #7a7a7a;
}
@media (max-width: 767px) {
  .hidata-f-floor .content {
    flex-direction: column;
  }
  .hidata-f-floor .content .box:not(:last-child) {
    margin-bottom: 20px;
  }
}
.hidata-global {
  padding-bottom: 5rem;
}
.hidata-global .title {
  text-align: left;
  margin-bottom: 20px;
}
.hidata-global .word {
  flex: 0 0 44%;
}
.hidata-global .word .mx {
  font-size: 18px;
  color: #333333;
  line-height: 1.8em;
}
.hidata-global .word .mx:not(:last-child) {
  margin-bottom: 10px;
}
.hidata-global .word .mx::before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #3e3a39;
  margin-right: 12px;
  position: relative;
  top: -3px;
}
.hidata-global .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hidata-global .content.reverse {
  flex-direction: row-reverse;
}
@media (max-width: 900px) {
  .hidata-global .content,
  .hidata-global .content.reverse {
    flex-direction: column;
    align-items: flex-start;
  }
  .hidata-global .content .pic,
  .hidata-global .content.reverse .pic {
    width: 80%;
    margin: 0 auto 40px;
    text-align: center;
  }
  .hidata-global .content .pic img,
  .hidata-global .content.reverse .pic img {
    width: unset;
  }
}
.hidata-s-floor {
  background-color: #eef7ff;
  padding-top: 5rem;
}
.hidata-s-floor .pic img {
  width: 23rem;
}
.hidata-s-floor .word .news:not(:last-child) {
  margin-bottom: 20px;
}
.hidata-s-floor .word .news .name {
  display: flex;
  align-items: center;
  font-size: 20px;
  color: #3e3a39;
}
.hidata-s-floor .word .news .name::before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #3e3a39;
  margin-right: 12px;
}
.hidata-s-floor .word .news .desc {
  padding-left: 18px;
  line-height: 1.8;
  margin-top: 10px;
  overflow: hidden;
  text-align: left;
}
.hidata-s-floor .word .news .desc span {
  font-size: 16px;
  color: #333333;
  float: left;
}
.hidata-s-floor .word .news .desc span:not(:last-child) {
  margin-right: 15px;
}
.hidata-t-floor {
  padding: 5rem 0;
}
.hidata-t-floor .pic img {
  width: 25rem;
}
.hidata-fi-floor {
  padding: 5rem 0 3rem;
}
.hidata-fi-floor .pic img {
  width: 25rem;
}
@media (max-width: 900px) {
  .hidata-fi-floor {
    padding: 0 0 3rem 0;
  }
}
.hidata-fo-floor {
  background: url(img/product/hidata/hidata-fo-pic.jpg) no-repeat -70px top;
  background-size: 50% 100%;
}
.hidata-fo-floor .content {
  height: 27.5rem;
  justify-content: flex-end;
}
@media (max-width: 900px) {
  .hidata-fo-floor {
    background: none;
  }
  .hidata-fo-floor .content {
    height: unset;
  }
  .hidata-fo-floor .content::before {
    content: '';
    display: block;
    width: 100%;
    height: 20rem;
    background: url(img/product/hidata/hidata-fo-pic.jpg) no-repeat right center;
    background-size: cover;
    margin-bottom: 40px;
  }
}
