a {
  text-decoration: none;
}

ul {
  list-style: none;
}


/* nav */
.nav-fixed {
  position: fixed;
  opacity: 0.7;
  height: 66px;
  z-index: 10;
}

.nav-font {
  font-family: 'Roboto', sans-serif;
  color: #B29A42 !important;
}

.top-sentence {
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.hero-sentence {
  font-family: 'Noto Serif JP', serif;
  font-size: 2.5rem;
  color: #B29A42;
  text-shadow:#000 0px 0px 15px;
}

.hero-sentence_small {
  font-size: 1.4rem;
}

.container {
  max-width: 800px !important;
}

.pr {
  background-image: url(../img/fv_bgi.jpeg);
  background-size: cover;
  display: none;
}

.navbar-collapse {
  width: auto !important;
}

.bg-video {
  min-height: 100%;
  width: 100%;
  height: auto;
  margin-bottom: -6px;
}

/* about */
.about {
  background-image: url(../img/about/about_bgi.jpg);
  background-size: cover;
}

.about .title {
  border-bottom: 3px solid white;
}

.js-fadeIn {
  opacity: 0;
  transition: 2s;
}

.animated {
  opacity: 1;
}

/* business model */
.business-model {
  background-color: #1B2C79;
}

.business-model .title {
  border-bottom: 3px solid white;
}

.business-model .separate {
  border-top: 1px solid #d53678;
  border-bottom: 1px solid #d53678;
}

.business-container {
  width: 80%;
  margin: 0 auto;
}


/* mission */
.mission {
  background-image: url(../img/mission/mission_bgi.jpg);
  background-size: cover;
}
.mission-container {
  width: 70%;
  margin: 0 auto;
}

.mission .title {
  border-bottom: 3px solid white;
}

.mission-text {
  letter-spacing: 2px;
  line-height: 30px;
  font-size: 1.5rem;
}

/* login */
.logo img {
  width: 20%;
}

.button {
  margin-top: 40px;
  max-width: 200px;
  margin: 0 auto;
  padding: 70px 0 70px 0;
}

.button a {
  display: block;
  background-color: #1B2C79;
  color: white;
  border-radius: 10px;
}

footer {
  background-image: url(../img/footer_bg.jpg);
}

footer .footer-bar {
  border-bottom: 1px solid #fff;
}

.overroll-container {
  max-width: 550px;
  margin: 0 auto;
}

.overview {
  font-size: .8rem;
}

.br-sp {
  display: none;
}

.form-container {
  width: 100%;
  max-width: 600px;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

.card {
  border: none;
}

@media screen and (min-width:768px) and ( max-width:1024px) {
    .hero-sentence {
      font-size: 1.6rem;
    }
  
    .hero-sentence_small {
      font-size: 1rem;
    }
    
    .mission-text {
      line-height: normal;
      letter-spacing: normal;
      font-size: .8rem;
      padding-top: 0 !important;
    }
}

@media screen and (min-width:320px) and ( max-width:767px) { 
  .nav-fixed {
    position: initial;
  }

  .phone {
    position: relative;
  }

  .phone .nav-logo {
    width: 60% !important;
  }

  #js-menu_icon {
    z-index: 99;
  }

   #phone-menu {
     overflow-x: hidden;
   }

  .hideMenu {
    position: absolute;
    top: 4rem;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    transition: all .45s;
    z-index: 98;
  }
  .menu-slide {
    top: 4rem;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    transition: all .45s;
    z-index: 98;
  }

  .about-text p, .business-text p, .mission-text p {
    font-size: 1rem !important;
  }
  .hero-sentence {
    font-size: 0.7rem;
  }

  .hero-sentence_small {
    font-size: 0.7rem;
  }

  .business-container {
    width: 100%;
  }

  .mission-container {
    width: 90%;
  }

  .mission-text {
    letter-spacing: normal;
    line-height: normal;
    font-size: 1rem;
  }

  .logo img {
    width: 50%;
  }

  .br-sp {
    display: block;
  }
}