#lead-text,
.nav-txt{
  font-size:clamp(16px, calc(9.301435406698566px + 1.9138755980861244vw), 24px);
}

#hero {
  height: 35lvh;
}

.about-box-head{
  display: flex;

  .about-img{
flex-basis: 50%;

    img{
      width: 100%;
    }
  }
}


.about-img{
  max-width: 400px;
  width: 100%;
  img{
width: 100%;
  }
}


#about-lead{
margin-bottom:46px;
}



#contents {
  letter-spacing: 0.05em;
  line-height: 1.85;

  h2{
line-height: 1.25;  
  }
  
}

.about-box{
  margin-bottom: 32px;
}

.about-box-tit{
  font-size: 24px;
}

.day{
margin-right: .25em;
}