/*
メインカラー: #5765c2
サブカラー: #4ac26d rgb(74, 194, 109)
アクセントカラー: #faa528
*/
/* @import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css); */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');

/* styles.css */
body {
  /* font-family: "Meiryo", "メイリオ", sans-serif; */
  font-family: "Montserrat","Noto Sans JP",sans-serif !important;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  letter-spacing: 0.2em;
  color: #333;
}

h1 {
  font-size: 2rem;
  font-weight: bold;
  /* color: #5765c2; */
  border-bottom: 4px solid #5765c2;
  padding-bottom: 8px;
  margin-bottom: 24px;
  width: fit-content;
  margin: 40px auto 80px;
}

h2 {
  font-size: 1.5rem;
  font-weight: bold;
  /* color: #5765c2; */
  /* border-left: 4px solid #5765c2; */
  padding-bottom: 15px;
  width: fit-content;
  /* padding-left: 10px; */
}
h2 i {
  color: #5765c2;
}
.btn {
  border-radius: 0;
}

/* ナビゲーションバー (ヘッダー) */
.navbar {
  /* margin-bottom: 30px; */
  background-color: #fff;
  border-bottom: 4px solid #4ac26d;

}
.navbar-brand i {
  /* font-size: 1.5rem; */
  margin-right: 5px;
}
.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
  color: #2a8f47;
  font-weight: bold;
}
.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23333' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(42,143,71,.5);
}
.navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(42,143,71,.75);
  font-weight: bold;
}
.navbar-dark .navbar-nav .nav-link:visited {
  color: rgba(42,143,71,.75);
  font-weight: bold;
}
.navbar-brand {
  font-weight: bold;
}
.navbar-dark .navbar-brand {
  color: #333;
}
.navbar-dark .navbar-brand:hover {
  color: #777;
}
.navbar-nav li {
  font-size: 0.9rem;
  padding: 0;
}

.navbar-nav li:before {
  content: none;
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
      padding-right: 1rem;
      padding-left: 1rem;
  }
}
.jumbotron {
  /* background: url('https://via.placeholder.com/1920x400') no-repeat center center; */
  background: url('assets/images/taki.jpg') no-repeat center center;
  background-size: cover;
  color: #fff;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 0;
}
.jumbotron.products{
  background: url('images/image1.png') no-repeat center center;
}
.jumbotron.projects{
  background: url('images/image2.png') no-repeat center center;
}
/* 画像を白っぽく */
.jumbotron .lead {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 10px;
  display: inline-block;
  /* max-width: 700px; */
  font-size: 1.5rem;
  position: absolute;
}
@media screen and (max-width:480px) {
  .jumbotron .lead {
    position: initial;
    display: inline-block;
    font-size: 1.0rem;
  }
}

.card {
  margin-bottom: 30px;
  /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); */
  transition: 0.3s;
  border-radius: 0;
}

.card:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.card img {
  width: 100%;
  height: auto;
}

.btn-primary,
.btn-primary:focus {
  background-color: #faa528;
  border-color: #faa528;
}
.btn-primary:hover {
  background-color: #fff;
  border-color: #faa528;
  color: #faa528;
}


section {
  margin-bottom: 60px;
}
section.greeting-section {
  /* background: url('images/kani.jpg') no-repeat center center; */
}
section.greeting-section .cover {
  max-width: 800px;
  margin: auto;
  padding: 2rem;
  border: 3px solid #4ac26d;
  background-color: rgba(74, 194, 109, 0.1);
}
section.greeting-section .cover h2 {
  margin: auto;
}
section.greeting-section .cover hr {
  border-top: 1px solid #333;
}
section.contact-section {
  text-align: center;
}
section.contact-section .content {
  padding: 40px;
  background-color: #eee;
}
section.contact-section .mail-address {
  font-weight: bold;
}
section.contact-section a.btn.btn-primary {
  padding: 12px 10%;
  font-size: 1.2rem;
}


/* フッター */
footer {
  margin-top: 30px;
  background-color: #4ac26d;
  color: #fff;
}

/* プレスリリース */
.press-release-item {
  border: 1px solid #ddd;
  /* border-radius: 5px; */
  padding: 20px;
}

.press-release-title {
  font-weight: bold;
  margin-bottom: 10px;
}

.press-release-date {
  font-size: 14px;
  color: #777;
  margin-bottom: 10px;
}

.press-release-summary {
  margin-bottom: 20px;
}

ul {
  list-style: none;
  padding: 0;
}

li {
  padding: 5px 0;
}

/* li:before {
  content: "▹";
  color: #5765c2;
  margin-right: 10px;
} */

.content img {
  max-width: 100%;
}