@charset "UTF-8";

.section .headline__title {
    line-height: 1;
  }
  
  .section .headline__title span.en {
    display: block;
    color: #729926;
    font-family: "Inter", sans-serif;
    font-size: 2.7vw;
    font-weight: 800;
    padding-bottom: 1vw;
  }
    
  .section-hero .content {
    position: relative;
  }
    
  @media only screen and (max-width: 767px) {
    .section-hero .content {
        margin-top: 16vw;
    }
  }
  
  .section .section-content {
    display: flex;
    padding: 5.5vw 0 2vw;
    max-width: 75vw;
    margin: 0 auto;
  }
  
.section-hero .txt {
    position: relative;
    width: 75vw;
    margin: 7.5vw auto 0;
}  
.section-hero .txt .main-title {
    font-size: 6.4vw;
    font-weight: 800;
    letter-spacing: 0.01em;
    line-height: 1.06;
    margin: 0 auto;
    color: #729926;
}
.section-hero .txt .main-title-sub {
    font-size: 1.3vw;
    font-weight: 800;
    letter-spacing: 0.1em;
    margin: 1vw 0 0;
    color: #729926;
}

  .section .section-content .headline{
    width: 110vw;
  }
  .section .section-content .headline__title{
    font-size: 1.1vw;
    padding: 0.4vw 0 3.2vw;
  }
  .section .headline__title span {
    font-weight: 700;
  }
  @media only screen and (max-width: 767px) {
    .section-hero .txt { width: 97vw; }
    .section-hero .txt .local {
        font-size: 3vw;
        padding: 0.3vw 2.7vw 1vw;
        border-radius: 4vw;
        margin: -3vw 2.5vw 1.5vw;
    }
    .section-hero .txt .main-title {
        font-size: 13vw;
        width: 93vw;
    }
    .section-hero .txt .main-title-sub {
        font-size: 4.3vw;
        margin: 0 2.2vw;
    }

  }
  
body{
    font-family: "M PLUS 2", "Noto Sans JP", sans-serif;
    /* font-size: 0.95vw; */
    letter-spacing: 0.15em;
    line-height: 2; /*2.19*/
}
h3 {
    /* font-size: 1.6vw; */
    margin-bottom: 2vw;
    font-weight: 700;
}
h4{
    margin: 2.4vw 0 1.1vw;
    /* font-size: 1vw; */
    font-weight: 700;
    letter-spacing: 0.1em;
    padding-left: 0.5vw;
}
.section li {
    text-indent: -3vw;
    padding-left: 3vw;
}

.section-privacy .content-block {
    margin-bottom: 4vw;
}
p:has(.txt-rt) {
    margin-top: 1.5vw;
}
@media only screen and (min-width: 768px) {
    body{ font-size: 0.95vw; }
    h3 { font-size: 1.6vw; }
    h4{ font-size: 1vw; }
    .section .content {
        margin-right: 2.5vw;
        width: 274vw;
    }
      
}
  @media only screen and (max-width: 767px) {
    body{ font-size: 3.2vw; }
   
    .section .section-content{ 
      max-width: 90vw;
      flex-wrap: wrap;
      padding : 15vw 0; 
    }
    .section .section-content .headline{
      width: 100%;
      padding: 0;
      position: relative;
      margin-bottom: 4.5vw;
    }
    .section .section-content .headline__title{
      font-size: 3.0vw;
    }
    .section .headline__title span.en{
      font-size: 10vw;
      padding-bottom: 2vw;
      }
  
    .section-overview .section-content .txt-lt{
      width: 100%;
      padding-left: 5vw;
    }
    .section-overview .section-content.flex > .flex-box.text-box {
      width: 95%;
    }
    .section-overview .section-content.flex .text-content{
      padding: 29vw 0 23vw;
      width: 92vw;
      margin: 12vw -5vw 0 8vw;
    }
  }

  .section-privacy h4 {
    padding: 0;
    margin: 2vw 0 0.1vw;
}
.list{margin: 1vw 0 -0.5vw}

