html {
  font-size: 10px;
  scroll-padding-top: 60px;
}
@media screen and (max-width: 768px) {
  html {
    scroll-padding-top: 315px;
  }
}
body, .content, .content p, h1, h2, h3, h4, li {
  font-family: 'Noto Sans JP', sans-serif!important;
}
h1 {
  font-size: 7.5vw;
  font-weight: 900;
}
.top-text {
  font-size: 2.5vw;
  font-weight: 700;
}
h2 {
  font-size: 2.2rem;
  font-weight: 700;
  scroll-margin-top: 50px;
}
h3 {
  font-size: 2rem;
  font-weight: 500;
}
h4 {
  font-size: 1.8rem;
  font-weight: 500;
}
p {
  font-size: 1.6rem;
  font-weight: 400;
}
li {
  font-size: 1.6rem;
  font-weight: 400;
}
strong {
  font-size: 7vw;
  font-weight: 700;
}
.center {
  text-align: center;
}
.banner {
  font-weight: 700;
}
i {
  margin: 0 8px 0 0;
}
hr {
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: blue;
  opacity: 1;
}
.bg-blue {
  background-color: blue;
}
.border-radius {
  width: 25vw;
  height: 25vw;
  line-height: 25vw;
  background-color: blue;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  padding: 5.5vw 0 0 0;
}
.round-title {
  font-size: 2.4vw;
  font-weight: 600;
}
.border-radius-small {
  width: 20vw;
  height: 20vw;
  background-color: blue;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  padding: 4vw 0 0 0;
}
.carousel-item {
  transition: opacity 3s ease;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  transition: opacity 0s 3s;
}
.highlighter {
  font-size: 2.4vw;
  font-weight: 500;
  background-color: blue;
  padding: .5vw 1vw .75vw;
}
.goal {
  font-size: 9vw;
}
.nav-top {
  font-size: 2.2rem;
  font-weight: 900;
}
.nav-text {
  font-size: 1.4rem;
  font-weight: 600;
}
.header-text {
  font-size: 2vw;
  font-weight: 500;
}
.underline {
  text-decoration: none;
  border-bottom: 1px solid;
  margin-bottom: .5px;
  padding-bottom: 5px;
  display: inline-block;
}
.card-header {
  color: #fff;
}
.card-border {
  border: 1px solid blue;
}
.footer-text {
  font-size: 1.4rem;
  font-weight: 600;
}
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 3.6rem;
  line-height: 1;
  z-index: 99;
}
#page-top a {
  background: blue;
  text-decoration: none;
  color: #fff;
  width: 60px;
  padding: 19px 0 20px 10px;
  text-align: center;
  display: block;
  opacity: 0.5;
  transition: all .3s ease;
}
#page-top a:hover {
  text-decoration: none;
  opacity: .5;
}
