/*
 * style.css
 */

@font-face {
  font-family: 'LINESeedJP_OTF_Rg';
  src: local('LINESeedJP_OTF_Rg'),
    url('font/LINESeedJP_OTF_Rg.woff2') format('woff2'),
    url('font/LINESeedJP_OTF_Rg.woff') format('woff');
  font-display: swap;
  font-weight: normal;
  font-style: normal;
}

body {
  margin: 0;
  font-family: 'LINESeedJP_OTF_Rg', 'Noto Sans JP', sans-serif;
  background-color: white;
  color: #303030;
}

.navbar {
  background-color: #1E7878;
}

.navbar .nav-link {
  color: white;
}

.hero {
  padding: 100px 0;
  background-color: #1E7878;
  color: white;
}

#features .card {
  margin-bottom: 30px;
}

#features .card .fas {
  color: #004C4C;
}

#features .card .card-title {
  color: #004C4C;
  font-weight: bold;
}

#cta {
  padding: 100px 0;
  background-color: #1E7878;
  color: white;
}

#cta h2 {
  font-size: 2.5rem;
  color: white;
}


footer {
  font-size: 0.8em;
  background-color: #1E7878;
}

footer .nav-link {
  color: #303030;
}

footer a {
  color: #303030;
}

.navbar-brand {
  display: flex;
  align-items: center;
}

.brand-name h1 {
  margin: 0;
  font-weight: bold;
  color: #004C4C;
  /* ロゴとの間隔を調整 */
  padding-left: 10px;
}

.custom-heading {
  font-weight: bold;
  font-size: 1.5em;
}

.custom-subheading {
  font-weight: bold;
  font-size: 1em;
}


/* privacy.html */
.privacy-container {
  width: 80%;
  margin: 20px 10% 20px 10%;
}

/* teams.html */
.teams-container {
  width: 80%;
  margin: 20px 10% 20px 10%;
}

/* contact.html */
.contact-container {
  width: 80%;
  margin: 20px 10% 20px 10%;
}