@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@700&display=swap');

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.8;
}



h1, h2, h3 {
  font-family: "Noto serif JP", serif;


}



.overview-inner h3 {
  font-size: 3.6rem;
}




.group-companies-inner h3 {
  font-size: 2.2rem;
}

.news-hero h1 {
  font-family: "Noto serif JP", serif;

}

.hero-content .text-small {
  font-size: 1.4rem;
  line-height: 1;
}

.news-list ul .title {
  font-size: 2rem;
  line-height: 1.6;
}

.navigation {
  width: 280px;
}

@media(min-width:769px) {
  .overview-inner {
    width: 700px;
  }
}

@media (max-width:1400px) {
  body {
    font-size: 1.4rem;
  }
}

@media (max-width:768px) {
  .overview {
    padding: 60px 16px;
  }
  .overview-inner h3 {
    font-size: 2.4rem;
  }
  
  .overview-inner .history table td {
    padding-left: 4px;
  }

  .news-list ul .title {
    font-size: 1.6rem;
  }
  

}

@media (max-width:500px) {
  .overview-inner h3 {
    font-size: 2rem;
  }

  .overview-inner .history table th {
    width: 25%;
  }
}


/* News記事 */
.article-title h1 {
  font-size: 4rem;
}

.article-contents {
  font-size: 1.6rem;
}

@media (max-width:768px) {
  .article-title h1 {
    font-size: 2.4rem;
  }
}
