body {
  font-family: "Noto Sans JP";
}

h1 {
  font-size: 2.441rem;
  font-family: "Noto Sans JP";
}

h2 {
  font-size: 1.953rem;
  font-family: "Noto Sans JP";
}

h3 {
  font-size: 1.441rem;
  font-family: "Noto Sans JP";
}

p {
  font-family: "Noto Sans JP";
}

.landing-page--1 .welcome {
  position: relative;
  height: 100vh;
  min-height: 700px;
  background: url("../jpg/photo2.jpg") no-repeat center center fixed;
  background-size: cover;
}

.landing-page--1 .reason {
  background: url("../jpg/photo3.jpg") no-repeat center center fixed;
  background-size: cover;
}

.landing-page--1 .featureback {
  background: url("../jpg/photo1.jpg") no-repeat center center fixed;
  background-size: cover;
}

.landing-page--1 .welcome:before {
  position: absolute;
  z-index: 0;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.8;
/*  background: #007bff; */
  background: #2fa4e7;
}

.landing-page--1 .reason:before {
  position: absolute;
  z-index: 0;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.8;
  background: #5a6169;
}

.landing-page--1 .featureback:before {
  position: absolute;
  z-index: 0;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.8;
  /* background: #17c671; */
  background: #2fa4e7;
}

@media (max-width: 767.98px) {
  .landing-page--1 .welcome .inner-wrapper {
    text-align: center;
  }
}

@media (max-width: 400px) {
  .landing-page--1 .welcome .welcome-heading {
    font-size: 2.415rem;
  }
}

.landing-page--1 .section-title {
  position: relative;
}

.landing-page--1 .section-title:after {
  content: "";
  width: 30px;
  height: 2px;
  background: #2fa4e7;
  position: absolute;
  left: 50%;
  margin-left: -15px;
  bottom: -20px;
}

.landing-page--1 .feature .icon {
  border-radius: 50%;
  min-width: 65px;
  height: 65px;
  line-height: 65px;
  text-align: center;
  box-shadow: 0 2px 4px rgba(33, 37, 41, 0.1), 0 7px 14px rgba(33, 37, 41, 0.1);
  font-size: 27px;
}

.landing-page--1 .section {
  border-bottom: 1px solid #eaebed;
}

.landing-page--1 .section-invert {
  background: #f9fafc;
}

.landing-page--1 .testimonials .avatar {
  max-width: 80px;
  overflow: hidden;
}

.landing-page--1 .section-title.underline--left:after {
  left: 0;
  margin-left: 0;
}

tbody tr.clickable:hover td {
  background: #ffb400;
  cursor: pointer;
}

.navbar-brand > img {
  height: auto;
  width: 80%;
}

/* Notification
-------------------------------------------------- */
.notification > ul {
  list-style: none;
}

.terms > ul {
  list-style: none;
}

.terms > ul > ul {
  list-style: none;
}

.terms > ul > ol > ul {
  list-style: none;
}

/* iframe, image
-------------------------------------------------- */
.youtube {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

figure > img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
