html { touch-action: pan-x pan-y;}
html,body{
  color: #333;
  line-height: 1.5;
  font-feature-settings: 'palt' on;
  font-family: "Noto Sans JP", sans-serif;
}
img{
  vertical-align: bottom;
}
a{
  text-decoration: none;
}

.pcb{
  display: block;
  @media screen and (max-width: 767px){
    display: none;
  }
}
.spb{
  display: none;
  @media screen and (max-width: 767px){
    display: block;
  }
}
.pci{
  display: inline-block;
  @media screen and (max-width: 767px){
    display: none;
  }
}
.spi{
  display: none;
  @media screen and (max-width: 767px){
    display: inline-block;
  }
}

.inner960{
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  @media screen and (max-width: 767px){
    width: calc(100% - 32px);
  }
}

.site-title{
  font-size: 48px;
  text-align: center;
  letter-spacing: 2.4px;
  @media screen and (max-width: 767px){
    font-size: 32px;
  }
  span{
    color: #00766E;
  }
}
.site-read{
  font-size: 24px;
  letter-spacing: 1.2px;
  text-align: center;
  margin-top: 16px;
  @media screen and (max-width: 767px){
    font-size: 20px;
  }
}

.section-title{
  font-size: 40px;
  color: #00766E;
  text-align: center;
  letter-spacing: 2px;
  @media screen and (max-width: 767px){
    font-size: 32px;
  }
}
.section-title-sub{
  font-size: 24px;
  color: #333;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1.2px;
  margin-top: 24px;
}
.section-read{
  font-size: 18px;
  letter-spacing: .9px;
  text-align: center;
  margin-top: 24px;
  @media screen and (max-width: 767px){
    font-size: 16px;
  }
}