@charset "utf-8";

.title {
  height: 450px;
  background-image: url(./images/concept-top.jpg);
  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: 80px;
  font-family: 'Montserrat', sans-serif;
  font-size: 40px;
  font-weight: bold;
  color: white;
  text-shadow: 3px 3px 5px #000000;
}

.title p {
  font-size: 14px;
  margin-top: 15px;
}

.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;
}

.feature {
  display: flex;
  justify-content: space-between;
  width: 1100px;
  max-width: 90%;
  margin-top: 75px;
  margin-left: 100px;
  margin-right: auto;
  align-items: center;
}
.feature img {
  width: 450px;
}
.feature-text {
  max-width: 610px;
  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 h4 {
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
}
.feature-text p {
  font-size: 15px;
  line-height: 22px;
  margin-top: 15px;
}
.feature-text-pc {
  display: block;
  padding-top: 15px;
  padding-bottom: 5px;
  text-align: center;
}
.feature-text-sp {
  display: none;
}
.feature-text-pc2 {
  display: block;
}
.feature-text-sp2 {
  display: none;
}

.vertical01 {
  padding-top: 5px;
  width: 570px;
  height: 320px;
  writing-mode: vertical-rl;
  line-height: 20px;
}
.miryoku {
  width: 1200px;
  margin-top: 100px;
  text-align: center;
}
.miryoku p {
  margin-bottom: 40px;
}
.vertical02 {
  width: 1150px;
  height: 450px;
  writing-mode: vertical-rl;
  line-height: 23px;
}
.vertical02 p {
  text-align: left;
}

.footer {
  margin-top: 100px;
}

@media (max-width: 800px) {
  .title h1 {
    font-size: 35px;
    text-align: center;
    padding-top: 35px;
  }
  .feature {
    width: 480px;
    max-width: 100%;
    display: block;
    margin-left: 20px;
  }
  .feature-text-pc {
    display: none;
  }
  .feature-text-sp {
    display: block;
    padding-top: 10px;
    padding-bottom: 5px;
  }
  .feature-text-pc2 {
    display: none;
  }
  .feature-text-sp2 {
    display: block;
  }
  .feature img {
    width: 350px;
    padding-top: 20px;
    padding-left: 70px;
  }
  .reverse {
    width: 460px;
    max-width: 100%;
    display: block;
    margin-left: 10px;
  }
  .vertical01 {
    width: 450px;
    height: 400px;
  }
  .miryoku h2 {
    text-align: left;
    padding-left: 30px;
  }
  .miryoku p {
    text-align: left;
    padding-left: 120px;
  }
  .footer {
    margin-top: 50px;
  }

}
