@charset "UTF-8";
main{
  padding-top: var(--header-height);
}
header .header-inner{
  background: #fff;

  #header-tel{
    color: var(--tc)!important;
  }
}
label#humMenu{
  --hum-color: var(--tc);
}
div#eyecatch{
  position: relative;

  display: flex;
  align-items: center;
  justify-content: center;

  width: 100%;
  margin-bottom: 32px;

  picture,img{
    width: 100%;
  }
  div.h2-wrap{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);

    color: #fff;

    h2{
      display: flex;
      flex-direction: column;

      font-size: 20px;
      font-family: 'LINE Seed JP_OTF Thin';
    }
    h2::before{
      content: attr(data-ENG);

      font-size: 56px;
      font-family: 'LINE Seed JP_OTF Bold';
      line-height: 1.4;
    }
  }
}
div#video-wrapper{
  width: min(1120px,100%);
}
.h3-wrap{
  width: min(1120px,100%);
  margin-bottom: 80px;
  margin-inline: auto;

  text-align: center;

  h3::before{
    content: attr(data-ENG);

    margin-bottom: 16px;
    font-family: 'LINE Seed JP_OTF ExtraBold';

    font-size: 44px;
    line-height: 1;
    -webkit-text-stroke: 1px #1359E8;
    color: #fff;
  }
  h3{
    display: flex;
    flex-direction: column;
    font-size: 18px;
    font-family: 'LINE Seed JP_OTF Reguler';
    font-weight: 400;
    color: #333;
  }
}
@media (min-width : 1200px){
}
@media (max-width : 1200px){
  div#eyecatch{
    margin-bottom: 6.4dvw;

    div.h2-wrap{
      h2{
        font-size: 2.4dvw;
      }
      h2::before{
        font-size: 4dvw;
      }
    }
  }
}
@media (max-width : 599px){
  .h3-wrap{
    margin-bottom: 12dvw;
    h3::before{
      margin-bottom: 3.2dvw;
  
      font-size: 8.8dvw;
    }
    h3{
      font-size: 3.6dvw;
    }
  }
}