@charset "UTF-8";
/* @import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap'); */

.parallax {
  min-height: 400px;
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
.content {
  /*background-color: #fff;*/
}
.parallax.bg-top {
  background-image: url(../img/bg-top.jpg);
  min-height: 100%;
}
.parallax.aboutus {
  /*background-image: url(../img/graph_sq.jpg);*/
  height: auto;
  width: auto;
}
.parallax.aboutus video{
  min-width: 100%;
  position: fixed;
  top:0;
  z-index: -999;
  height: auto;
  width: auto;
}
.parallax.service {
  background-image: url(../img/graph_sq.jpg);
  height: auto;
  width: auto;
}
.parallax.secureanalysis {
  background-color: #fff;
  height: auto;
  width: auto;
}
.parallax.education {
  background-color: #fff;
  height: auto;
  width: auto;
}
.parallax.digitalsignage {
  background-color: #fff;
  height: auto;
  width: auto;
}
.parallax.answers {
  background-color: #fff;
  height: auto;
  width: auto;
}
.parallax.news {
  background-color: #fff;
  height: auto;
  width: auto;
}

@keyframes slideInRight1 {
  from {
    opacity: 0;
    transform: translateX(150px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.slideInRight1 {
  animation-name: slideInRight1;
  animation-duration: 3s;
  animation-timing-function: ease;
}
@keyframes slideInRight2 {
  from {
    opacity: 0;
    transform: translateX(150px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.slideInRight2 {
  animation-name: slideInRight2;
  animation-duration: 4s;
  animation-timing-function: ease;
}
/*----------------------------
 共通
 -----------------------------*/
body {
  /* font-family: 'Arial','メイリオ', Meiryo,sans-serif; */
  font-family: 'Noto Sans JP', sans-serif;
}
.h5 {
  line-height: 1.8rem;
}
.border-w3 {
  border-left-width: 3px !important;
  border-left-color: #b5b5b5 !important;
}

/* ====== カラー指定 ====== */
.brand-color {
  color: #38B48B !important;
}
.bg-brand-color {
  background-color: #38B48B !important;
}
/* ====== GLOVAL NAV ====== */
.gloval-nav {
  height: 10%;
}
.navbar-white a {
  color: #fff;
}
/* ====== FOOTER ====== */
.footer-logo {
  width: 20%;
}
.social img {
  width: 36px;
  height: 36px;
}
footer {
  padding-bottom: 5%;
}
.time-border {
  border-top: 3px solid #b5b5b5;
  border-right: 3px solid #b5b5b5;
  margin-left: 24px;
  padding-bottom: 3rem;
  padding-right: 5rem;
  width: 43%;
}
/* ====== BREADCRUMB LIST ====== */
.breadcrumb-list, .breadcrumb-list li {
  background-color: #38B48B;
}
/*----------------------------
 SP TOGGLE NAV
 -----------------------------*/
.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}
.nav-scroller .nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  color: rgba(255, 255, 255, 0.75);
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
.nav-underline .nav-link {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: .875rem;
  color: #6c757d;
}
.nav-underline .nav-link:hover {
  color: #007bff;
}
.nav-underline .active {
  font-weight: 500;
  color: #343a40;
}

/*アニメ―ションする要素を非表示にする*/
.invisible {
  visibility: hidden;
}



/*----------------------------
 TOP ページ
 -----------------------------*/
/* ====== TOP IMAGE ====== */
header .jumbotron-fluid {
  /*background-image: url(../img/bg-top.jpg);*/
  background-size: cover;
  background-position: center;
  height: 100%;
}
header .catch {
  width: 90%;
  bottom: 20%;
  left: 50%;
  margin-left: -45%;
}
header .g-navi {
  min-height: 100%;
}

/* ====== PROCESS ====== */
#digitalsignage .square {
  width: 60px;
  height: 60px;
  background: #38B48B;
  color: #ffffff;
  text-align: center;
  font-size: 2.4rem;
}
#digitalsignage .arrow {
  width: 60px;
  height: 40px;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 25px solid #333;
}
/* --------------------------------------------- */
#answers .circle-q, #answers .circle-a {
  width: 50px;
  height: 50px;
  font-size: 2.2rem;
  border-radius: 50%;
  text-align: center;
}
#answers .circle-q {
  background: #38B48B;
  color: #ffffff;
  padding-top: 2px;
}
#answers .circle-a {
  background: #ffffff;
  color: #38B48B;
  border: 3px solid #38B48B;
}
.schedule-img {
  width: 75%;
}
/* ==============================================*/
/* 中デバイス（タブレット, 992px 未満）
 ==============================================*/
@media screen and (max-width: 991.98px) {
  #glovalNavbar ul li {
    border-left: none;
  }
  #glovalNavbar ul li:last-child {
    border-right: none;
  }
  .footer-nav ul li {
    border-left: none;
  }
  .footer-nav ul li:last-child {
    border-right: none;
  }
  /* ====== SP TOGGLE NAV ====== */
  .offcanvas-collapse {
    position: fixed;
    z-index: 9999;
    top: 0;
    /* ナビバーの高さ */
    bottom: 10%;
    left: 100%;
    width: 100%;
    /* padding-right: 1rem;
    padding-left: 1rem; */
    overflow-y: auto;
    background-color: #fff;
    transition-timing-function: ease-in-out;
    transition-duration: .3s;
    transition-property: left, visibility;
  }
  .offcanvas-collapse.open {
    left: 0;
    visibility: visible;
  }
}

/* END */
/* 小デバイス（横向きモバイル, 768px 未満）
 ==============================================*/
@media screen and (max-width: 767.98px) {
  .logo {
    width: 60%;
  }
  .display-3 {
    font-size: 3rem;
  }
  .footer-logo {
    width: 60%;
  }
}

/* END */
/* 極小デバイス（縦向きモバイル, 576px 未満）
 ==============================================*/
@media screen and (max-width: 575.98px) {
  header .catch {
    bottom: 10%;
  }
  header .catch .h1 {
    font-size: 1 rem;
  }
  header .catch h2 {
    font-size: 1rem;
  }
  .schedule-img {
    width: 100%;
  }
}
/* END */
