@charset "utf-8";

@media (min-width: 769px) {
  body.home .mv{
    max-height: 100vh;
  }

  body.home .mv .main-slide li img {
    /*display: block;*/
    max-height: calc(100vh - 8rem);
    max-height: 100vh;
  }
}

.sec-intro .sec-intro__title {
  font-family: var(--sub-font);
  font-weight: 700;
  text-align: center;
  font-size: 30px;
  color: var(--base-color);
  margin: 0 0 30px 0;
}
@media (max-width: 768px) {
  .sec-intro .sec-intro__title {
    font-size: 25px;
    line-height: 1.5;
    margin-bottom: 30px!important;
  }
}

.sec-intro .sec-intro__sub-title {
  font-family: var(--sub-font);
  font-weight: 700;
  font-size: 3.2rem;
  text-align: center;
  color: var(--sub-color01);
  margin-bottom: .8rem;
}
@media (max-width: 768px) {
  .sec-intro .sec-intro__sub-title {
    font-size: 2rem;
    line-height: 1.6;
  }
}

.sec-intro .sec-intro__sub-title + p{
  text-align: center;
}
@media (max-width: 768px) {
  .sec-intro .sec-intro__sub-title + p{
    text-align: left;
  }
}

.sec-intro__content-title{
  font-size: 24px;
  text-align: center;
  font-weight: 700;
  margin-top: 80px;
  margin-bottom: 40px;
}

.top-access-step{
  margin-bottom: 80px;
}

.top-access-step__link{
  display: block;
  width: fit-content;
  font-size: 16px;
  font-weight: 700;
  text-decoration: underline;
  margin-inline: auto;
  margin-top: 40px;
}