@charset "utf-8";

.title {
  height: 100px;
  background-color: #9cfa84;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.title h1 {
  padding-top: 20px;
  font-family: 'Montserrat', sans-serif;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  line-height: 60px;
  color: #fdf901;
  text-shadow: 3px 3px 5px #000000;
}

.header-logo:hover {
  border-width: 2px;
  border-color: #1302fc;
}
.header-site-menu {
  font-family: ＭＳ Ｐ明朝;
  font-weight: bold;
}
.link-button:hover {
  color: #1302fc;
  font-family: ＭＳ Ｐゴシック;
}
.site-menu {
  font-family: ＭＳ Ｐ明朝;
}
.link-buttonf:hover {
  color: #f8fc02;
  font-family: ＭＳ Ｐゴシック;
  font-weight: bold;
}

.beginning-text {
  height: 100px;
  font-size: 18px;
  line-height: 25px;
  margin-left: 150px;
  margin-right: 150px;
  padding-top: 50px;
  padding-bottom: 50px;
  color: #050505;
}
.beginning-text p {
  width: 500;
}

.feature {
  display: flex;
  justify-content: space-between;
  width: 1100px;
  max-width: 90%;
  margin-top: 75px;
  margin-left: 100px;
  margin-right: auto;
  align-items: flex-start;
}

.feature img {
  width: 450px;
}

.feature-text {
  max-width: 600px;
  margin-right: 20px;
}

.reverse {
  flex-direction: row-reverse;
}

.reverse .feature-text {
  margin-left: 40px;
  margin-right: 0;
}

.feature-text h2 {
  font-size: 22px;
  font-weight: bold;
  line-height: 30px;
}

.feature-text p {
  font-size: 15px;
  line-height: 28px;
  margin-top: 25px;
}

.footer {
  margin-top: 100px;
}

@media (max-width: 800px) {
  .title {
    height: 150px;
  }
  .title h1 {
    font-size: 32px;
    line-height: 50px;
    padding-top: 30px;
    width: 400px;
  }
  .beginning-text {
    height: 80px;
    width: 400px;
    font-size: 16px;
    line-height: 20px;
    margin-left: 50px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .feature {
    width: 480px;
    max-width: 100%;
    display: block;
    margin-top: 50px;
    margin-left: 20px;
  }
  .feature-text {
    max-width: 450px;
    padding-bottom: 10px;
  }
  .reverse .feature-text {
    margin-left: 0px;
  }

.footer {
  margin-top: 50px;
}

}
