/* japanese fonts Sans */
.font-sans {
  font-family: 'Noto Sans JP', sans-serif;
}

/* japanese fonts serif */
.font-serif {
  font-family: 'Noto Serif JP', serif;
}

/* antonio */
.font-antonio {
  font-family: 'Antonio', sans-serif;
}

/* Libre Caslon Display */
.font-libre {
  font-family: 'Libre Caslon Display', serif;
}

.card {
  border: 0px solid #ffffff !important;
}

/* masthead */
#masthead {
  background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 1)), url("../images/top/masthead-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  height: 100vh;
}

#masthead2 {
  background: linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0)), url("../images/top/masthead-wd-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}

#news-header {
  background: linear-gradient(rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4)), url("/images/news/header.png");
}

#service-header {
  background: linear-gradient(rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4)), url("/images/service/header.png");
}

#company-header {
  background: linear-gradient(rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4)), url("/images/company/header.png");
}

#news-header,
#company-header,
#service-header {
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  position: relative;
}

#news-header h3,
#company-header h3,
#service-header h3 {
  display:block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to right,rgba(197, 114, 45, 0.3), rgba(197, 114, 45, 0.8), rgba(197, 114, 45, 0.3));
  margin: auto;
  text-align:center;
  color:rgba(255, 255, 255, 1);
}

#energy2 .card-title {
  color: #007db1;
  font-weight: bold;
}

#energy2 .energy-item {
  background-color: transparent !important;
  border: 0;
}
