@charset "UTF-8";


body #content {
  padding: 0;
}

body.color02 #header {
  height: 6rem;
  background: transparent;
}

body.color02 #header a {
  display: flex;
  align-items: center;
}

body.color02 #header img {
  max-height: 56px;
}

body.home.color02 #main_visual {
  height: 30rem !important;
  background: transparent;
  color: #fff;
}

body.home #main_visual .wrap {
  padding-top: 10rem !important;
}

body.home #front-contents .c_number {
  padding: 12px 12px 8px;
}

body.home.color02 #front-contents .c_text .c_btn a {
  background: #005990;
}

#video_container {
  overflow: hidden;
  position: absolute;
  margin-bottom: -6rem;
  top: 0; left: 0; right: 0; bottom: 0;
}
#background_video {
  position: absolute;
  top: 50%; left: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
}
#video_cover {
  position: absolute;
  width: 100%; height: 100%;
  background: url('/assets/theme/custom/assets/javascripts/bideo/video_cover.jpeg') no-repeat;
  z-index: -1;
  background-size: cover;
  background-position: center;
}

#founders {
  display: flex;
  justify-content: center;
  align-items: baseline;
  text-align: center;
  margin-top: 5rem;
  margin-bottom: 3rem;
}

#founders div {
  width: 33.3%;
}

#founders h3 {
  font-weight: bold;
  line-height: 3rem;
}

#founders p {
  font-size: 13px;
  margin-top: 1rem;
}


@media screen and (max-width: 767px) {
  #header {
    height: 6rem;
  }

  #main_visual {
    height: 30rem !important;
  }

  #main_visual .wrap {
    padding-top: 10rem !important;
  }

  #founders {
    margin-top: 3rem;
    display: block;
  }

  #founders div {
    width: auto;
  }

  #founders h3 {
    margin-top: 0;
    margin-bottom: 0;
  }

  #footer-cont-about {
    margin-bottom: 1rem;
  }
}
#background_video{width:100%;height:100%;object-fit:cover}
