body {
  font-family: 'Noto Sans JP', sans-serif;
}
.header {
  height: 4em;
}
ul .nav-link {
  font-family: 'M PLUS Rounded 1c', sans-serif;
}
.fv-text h1 {
  font-size: 4em;
}
.section {
  /* margin-bottom: 6rem; */
  padding: 6rem 0;
}
/* 偶数番目の.section背景をグレーにする */
.contents .section:nth-child(2n) {
  background-color: #f7f7f7;
}
.fv {
  height: 600px;
  background-image: url("../img/fv-bg-pc-2.jpeg");
  background-size: cover;
  background-position: center;
}
.fv-inner {
  height: 600px;
  background-color: rgba(0, 0, 0, 0.6);
}
.fv-text {
  color: #ffffff;
}
h2 {
  text-align: center;
  position: relative;
  display: inline-block;
  margin-bottom: 0.5em;
}
h2:before {
  content: '';
  position: absolute;
  bottom: -10px;
  display: inline-block;
  width: 60px;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: black;
  border-radius: 2px;
}
span.caption {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  text-align: center;
  font-size: 1rem;
  letter-spacing: 0.3rem;
}
.heading {
  margin-bottom: 2.5rem;
}

th {
  width: 30%;
}

.element img {
  max-width: 100%;
}
.p-10 {
  padding: 5rem;
}

.footer-nav {
  color: rgba(0,0,0,.9);
  text-decoration: none;
}

@media screen and (max-width:767px) {
  .fv {
    height: 300px;
    background-image: url("../img/fv-bg-sp-2.jpeg");
    background-size: cover;
    background-position: center;
  }
  .fv-inner {
    height: 300px;
    background-color: rgba(0, 0, 0, 0.6);
  }
  .fv-text {
    color: #ffffff;
    font-size: 0.5rem;
  }
}