/**
* Template Name: Amoeba - v4.7.0
* Template URL: https://bootstrapmade.com/free-one-page-bootstrap-template-amoeba/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #777;
}

a {
  text-decoration: none;
  color: #43aea0;
}

a:hover {
  color: #00d3b8;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6, .font-primary {
  font-family: "Lato", sans-serif;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 80px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  background: #2d8888;		/* header背景色 */
}

#header .logo h2 {
  color: #fff;
  font-size: 20px;
  margin: 0;
  padding: 0 0 0 20px;
  line-height: 0;
  font-weight: 700;
  letter-spacing: 1px;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

#hero {
  width: 100%;
  height: 80vh;
  /*background: url("/assets/img/hero-background.jpg") top center;*/
  background-size: cover;
  position: relative;
  margin-bottom: -80px;
}
#hero:before {
  content: "";
  background: linear-gradient(90deg, rgb(30, 150, 237, 0.99), rgb(22, 135, 237, 0.85));
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
#hero .hero-container {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  padding-top: 80px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
#hero h1 {
  margin: 0 0 10px 0;
  font-size: 30px;
  font-weight: 300;
  line-height: 56px;
  color: #fff;
}
#hero h2 {
  color: #eee;
  margin-bottom: 50px;
  font-size: 20px;
  font-weight: 300;
}
#hero .btn-get-started {
  background: #e5fffd;   /* Loginボタン背景色 */
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px 10px 28px;
  border-radius: 50px;
  transition: 0.5s;
  border: double 3px #70b9b0; /* Loginボタン枠 */
  color: #70b9b0;             /* Loginボタン文字色 */
}
#hero .btn-get-started:hover {
  background: #70b9b0;      /* Loginボタンマウスオーバー背景色 */
  color: #fff;              /* Loginボタンマウスオーバー文字色 */
  border: double 3px #fff;  /* Loginボタンマウスオーバー枠 */
}
@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}
@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  margin-top: 80px;
  background: #2d8888;
  padding: 30px 0;
  color: #fff;
  font-size: 13px;
}

#footer .copyright {
  text-align: center;
}
