@media screen and (max-width: 768px) {
  .is-pc {
    display: none;
  }
}

.is-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .is-sp {
    display: block;
  }
}

@media screen and (max-width: 1024px) {
  .is-overtab {
    display: none;
  }
}

.is-tab {
  display: none;
}
@media screen and (max-width: 1024px) {
  .is-tab {
    display: block;
  }
}

input::-moz-placeholder {
  color: #cdcdcd;
}

input::placeholder {
  color: #cdcdcd;
}

@media screen and (max-width: 768px) {
  input::-moz-placeholder {
    font-size: 0.875rem;
  }
  input::placeholder {
    font-size: 0.875rem;
  }
}
.top__mv {
  margin-top: 4.375rem;
  overflow: hidden;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .top__mv {
    margin-top: 3.75rem;
  }
}
.top__lead {
  width: 100%;
  background-image: url(../img/top/lead_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  text-align: center;
  padding: 5rem 0.9375rem 5.625rem;
}

@media screen and (max-width: 768px) {
  .top__lead {
    background-image: url(../img/top/lead_bg-sp.jpg);
    padding: 3.75rem 0.9375rem 4.625rem;
  }
}
.top__lead__text {
  font-size: 1.5rem;
}

@media screen and (max-width: 768px) {
  .top__lead__text {
    font-size: 1rem;
  }
}
.top__lead__text:nth-of-type(2) {
  margin-top: 3.25rem;
}

@media screen and (max-width: 768px) {
  .top__lead__text:nth-of-type(2) {
    margin-top: 2.375rem;
  }
}
.top__lead__text span {
  font-size: 2.125rem;
  color: #9c7d49;
}

@media screen and (max-width: 768px) {
  .top__lead__text span {
    font-size: 1.5rem;
  }
}
.top__certification {
  padding: 5.625rem 0;
}

@media screen and (max-width: 768px) {
  .top__certification {
    padding: 2.5rem 0 3.125rem;
  }
}
.top__point {
  padding: 5rem 0 5.625rem;
  background-image: url(../img/common/point-bg.jpg);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
}

@media screen and (max-width: 768px) {
  .top__point {
    padding: 2.5rem 0 3.125rem;
  }
}
.top__point__items {
  margin-top: 3.875rem;
  display: flex;
  justify-content: space-around;
}

@media screen and (max-width: 768px) {
  .top__point__items {
    flex-direction: column;
    justify-content: initial;
    max-width: 33.75rem;
    margin: 2.5rem auto 0;
  }
}
.top__point__item {
  width: 27.45%;
}

@media screen and (max-width: 768px) {
  .top__point__item {
    width: 100%;
  }
  .top__point__item:not(:first-child) {
    margin-top: 2.5rem;
  }
}
.top__point__text {
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 5.375rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .top__point__text {
    font-size: 1.125rem;
    margin-top: 4rem;
  }
}
.top__point__banner {
  margin-top: 1.375rem;
}