@charset "utf-8";

.title {
  height: 310px;
  background-image: url(../images/staff/bg-main.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  text-shadow: 1px 1px 10px #4b2c14;
}

.title h1 {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 32px;
}

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

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

.feature img {
  width: 360px;
}

.feature-text {
  max-width: 490px;
  margin-right: 30px;
}

.feature-text2 {
  max-width: 490px;
  margin-right: 30px;
}

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

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

.reverse .feature-text2 {
  margin-left: 30px;
  margin-right: 0;
}

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

.feature-text h2::after {
  content: '';
  display: block;
  width: 36px;
  height: 3px;
  background-color: #F7891E;
  margin-top: 18px;
}

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

.feature-text2 h2 {
  font-size: 22px;
  font-weight: bold;
  line-height: 30px;
  color: #F7891E;
}

.feature-text2 h2::after {
  content: '';
  display: block;
  width: 36px;
  height: 3px;
  background-color: #38B6FF;
  margin-top: 18px;
}

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

.support {
  background-color: #f7ebdf;
  padding-top: 35px;
  padding-bottom: 55px;
}

.support h2 {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  color: #38B6FF;
  margin-top: 70px;
  margin-bottom: 25px;
}

.support h2::after {
  content: '';
  display: block;
  width: 36px;
  height: 3px;
  background-color: #F7891E;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.lead2 {
  max-width: 1200px;
  margin: 10px auto;
}

.lead2 h2 {
  font-size: 20px;
  text-align: center;
  color: #38B6FF;
}

.lead2 h2::after {
  content: '';
  display: block;
  width: 36px;
  height: 3px;
  background-color: #F7891E;
  margin-top: 20px;
  margin-bottom: 70px;
  margin-left: auto;
  margin-right: auto;
}

.lead2 p {
  font-size: 95%;
  line-height: 1.5;
  text-align: center;
}

.footer {
  margin-top: 50px;
}

@media (max-width: 800px) {

  .title {
    margin-bottom: 100px;
    background-image: url(../images/staff/bg-main-sp.webp);
  }

  .feature {
    display: block;
    width: 500px;
    margin-top: 45px;
    margin-bottom: 80px;
  }

  .feature-text {
    margin-right: 0;
  }

  .feature-text2 {
    margin-right: 0;
  }

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

  .reverse .feature-text2 {
    margin-left: 0;
  }

  .feature img {
    width: 100%;
    height: auto;
    margin-top: 25px;
  }

  .support {
    padding-bottom: 25px;
  }

  .support h2 {
    margin-top: 30px;
  }

}