@charset "UTF-8";

/* --------------------------------------------------------------------------
  en top
-------------------------------------------------------------------------- */
@media screen and (min-width:768px){
  .header-parts {
    position: relative;
    height: auto;
    z-index: 100;
    margin-bottom: 44px;
    height: 335px;
  }
  .header-parts.is-fixed .en-header-text{
    display: none;
  }
  .logo-kaku{
    width: 150px;
    margin: 33px auto 0;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
  }
  .en-header-text{
    color: var(--primary-color-100);
    text-align: center;
    padding-inline: 50px;
    padding-top: 200px;
    text-align: center;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 170%; /* 30.6px */
    letter-spacing: 3.6px;
    padding: 200px 50px 0;
  }

  .article {
    position: relative;
    margin-top: 0;
  }
  .article-head{
    position: relative;
    color: var(--primary-color-100);
    text-align: justify;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%; /* 15.4px */
    letter-spacing: 0.84px;
    padding-left: .8em;
    border-left: 3px solid var(--primary-color-100);
    margin-top: 24px;
    margin-bottom: 10px;
  }


}
@media screen and (max-width:767px){
  .header-parts {
    position: relative;
    height: auto;
    z-index: 100;
    height: 370px;
  }
  .logo-kaku{
    width: 152.64px;
    margin: 29px auto 0;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
  }
  .en-header-text{
    color: var(--primary-color-100);
    text-align: center;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 170%; /* 30.6px */
    letter-spacing: 1.62px;
    padding-top: 202px;
    padding-bottom: 48px;
    margin: 0 15px;
    transition: all .3s;
  }
  .header-parts.is-fixed .en-header-text{
    display: none;
  }
  .article {
    margin-top: 0;
  }
  .article-head{
    position: relative;
    color: var(--primary-color-100);
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 15.6px */
    letter-spacing: 0.72px;
    padding-left: .8em;
    border-left: 3px solid var(--primary-color-100);
    margin-top: 20px;
    margin-bottom: 10px;
  }

}

@media screen and (max-width:480px){
  .en-header-text{
    font-size: 16px;
    padding-top: 190px;
  }
}
