@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@900&display=swap");
* {
  font-family: "Noto Sans JP", arial, sans-serif;
}

body {
  color: #222222;
  background: #fafafa;
}

a {
  color: #3388ff;
  text-decoration: none;
  padding-bottom: 2px;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0 2px;
  transition: background-size 0.3s;
}
a:hover {
  background-size: 100% 2px;
}

.jumbotron {
  background: linear-gradient(135deg, rgb(34.51, 37.06, 40.63), #222222);
  color: #fafafa;
  padding-top: 12em;
  padding-bottom: 12em;
  border-bottom: 4px solid #3388ff;
}
.jumbotron h1 {
  font-size: 3.6em;
}
@media (max-width: 576px) {
  .jumbotron h1 {
    font-size: 3em;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 900;
}

h1 {
  font-size: 1.8em;
  color: #3388ff;
}

h2 {
  font-size: 1.4em;
}

.main {
  padding-top: 4em;
  padding-bottom: 4em;
}
.main h1 {
  border-bottom: 0.1em solid #222222;
  line-height: 1.6em;
}
.main section {
  margin-bottom: 2em;
}

.publication.note {
  color: #c33623;
}

.card {
  border: none;
  background-color: #222222;
  color: #fafafa;
  margin-top: 1em;
  margin-bottom: 1em;
}

footer {
  text-align: center;
  background: #222222;
  color: #fafafa;
  padding-top: 10em;
  padding-bottom: 10em;
}
footer p {
  margin: 0em;
}
footer a {
  color: rgb(153, 195.5, 255);
}
footer .banners {
  margin-top: 2em;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1em;
}
footer .banners img {
  height: 72px;
  width: auto;
  background: white;
  padding: 0.2em;
}

.member-photo {
  width: 100%;
  height: auto;
}