@charset "utf-8";

/* CSS Document */

/***********
mainVisual
************/

.mainVisual-subLead {
  bottom: 2em;
  font-size: clamp(16px,2.2vw, 24px);
}

@media screen and (max-width:834px) {

  .mainVisual-subLead {
  font-size: clamp(14px,5.4vw, 24px);
  }

}

/***********
homeIntro
************/

.homeIntro-text {
  font-size: clamp(116%,0.8vw, 154%);
  line-height: 2;
}
.homeIntro-lower-link {
  padding-top: 3em;
}

.homeIntro-subTitle {
  font-size: clamp(20px,3vw, 28px);
  font-weight: 500;
  padding-bottom: 1em;
  letter-spacing: 0.02em;
}

@media screen and (max-width:640px) {

  .homeIntro-text {
    font-size: clamp(14px,3vw, 16px);
    line-height: 1.8;
    text-align: left;
  }

}

/***********
homeSection
************/

.homeSection-title {
  font-size: clamp(20px,3vw, 28px);
  font-weight: 500;
  line-height: 1.5;
  padding-bottom: 1em;
  letter-spacing: 0.02em;
}
.homeSection-text {
  font-size: clamp(116%,0.8vw, 154%);
  line-height: 2;
  letter-spacing: 0.02em;
}

@media screen and (max-width:834px) {

  .homeSection-title {
    font-size: clamp(20px,3vw, 28px);
    font-weight: 500;
    line-height: 1.5;
    padding-bottom: 1em;
    letter-spacing: 0.02em;
  }
  .homeSection-text {
    font-size: clamp(14px,3vw, 16px);
    line-height: 1.8;
    text-align: left;
  }

}
