@charset 'UTF-8';

#wrapper>header h1{
  position: relative;
  left: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
@media screen and (min-width: 1920px){
  #wrapper>header h1{
    left: 50%;
  }
}

/*  main>article>header  */
main>article>header h2{
  padding: 9.7rem 0;
  margin: 0;
}
article>header h2 span{
  overflow: hidden;
}
main>article>header h2 .en{
  display: inline-block;
  -webkit-text-stroke: calc(2 / 85 * 1em) rgb(255, 255, 255);
  font-family: Syncopate, sans-serif;
  font-size: 7.2rem;
  font-weight: normal;
  letter-spacing: calc(4.25 / 85 * 1em);
  -webkit-animation: .8s hdslide_en ease-out 1.2s both;
  animation: .8s hdslide_en ease-out 1.2s both;
}
@media screen and (min-width: 768px){
  main>article>header h2 .en{
    font-size: 8.5rem;
  }
}
main>article>header h2 span:not(.en){
  display: block;
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: calc(5 / 25 * 1em);
  text-indent: .25em;
  -webkit-animation: .8s hdslide ease-out 1.2s both;
  animation: .8s hdslide ease-out 1.2s both;
}
@-webkit-keyframes hdslide_en{
  0%{
    text-indent: -100%;
    opacity: 0.0001;
  }
  100%{
    text-indent: 0;
    opacity: 1;
  }
}
@keyframes hdslide_en{
  0%{
    text-indent: -100%;
    opacity: 0.0001;
  }
  100%{
    text-indent: 0;
    opacity: 1;
  }
}
@-webkit-keyframes hdslide{
  0%{
    text-indent: -100%;
    opacity: 0.0001;
  }
  100%{
    text-indent: .25em;
    opacity: 1;
  }
}
@keyframes hdslide{
  0%{
    text-indent: -100%;
    opacity: 0.0001;
  }
  100%{
    text-indent: .25em;
    opacity: 1;
  }
}

/*  article>desc  */
article>.desc p{
  margin: 0;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.88;
  letter-spacing: calc(0.85 / 17 * 1em);
}
article>.desc a{
  display: inline-block;
  font-weight: bold;
  color: rgb(0, 120, 255);
  border-bottom: solid 1px rgb(0, 120, 255);
}
article>.desc .notes{
  padding-top: 1.88em;
}
article>.desc .required{
  color: rgb(255, 140, 0);
}

/*  article form  */
article form{
  padding-bottom: 75px;
}
article form .dialog{
  padding: 5.0rem 6.0rem;
  margin: 6.0rem 0;
  background-color: rgba(0, 120, 255, 0.3);
}
@media screen and (min-width: 768px){
  article form{
    padding-bottom: 12.5rem;
  }
  article form .dialog{
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  article form .dialog>div:nth-of-type(-n+2){
    flex-basis: calc(515 / 1080 * 100%);
  }
  article form .dialog>div:not(:nth-of-type(-n+2)){
    flex-basis: 100%;
  }
}
article form .dialog>div:not(:last-of-type){
  padding-bottom: 5.0rem;
}
article form input, article form textarea{
  padding: 1.5rem 2.5rem 1.3rem 2.5rem;
  border: none;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.88;
  letter-spacing: calc(0.85 / 17 * 1em);
  color: rgb(0, 0, 0);
  box-sizing: border-box;
}
article form input::-webkit-input-placeholder{
  color: rgb(170, 170, 170);
}
article form input:-ms-input-placeholder{
  color: rgb(170, 170, 170);
}
article form input::placeholder{
  color: rgb(170, 170, 170);
}
article form .name{
  white-space: nowrap;
}
article form .name input{
  width: calc(50% - 0.75rem);
}
article form .name input+input{
  margin-left: 1.5rem;
}
article .wpcf7 form .name{
  display: flex;
  flex-direction: row;
  column-gap: 2rem;
}
article .wpcf7 form .name input{
  width: 100%;
}
article .wpcf7 form .name input+input{
  margin-left: 0;
}
article form input[type='checkbox']{
  margin-right: 1.4rem;
  width: 2.0rem;
  height: 2.0rem;
  border: 1px solid rgba(255, 255, 255, 0.8) !important;
}
article form input[type='email']{
  display: block;
  width: 100%;
}
article form textarea{
  display: block;
  width: 100%;
}
article form label{
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 2.4;
  letter-spacing: calc(0.85 / 17 * 1em);
}
article form input[type='checkbox']+label{
  line-height: 1.88;
}
article form label .required{
  color: rgb(255, 140, 0);
}
article form .button{
  text-align: center;
}
article form button, article .wpcf7 form .wpcf7-submit{
  width: 100%;
  border: none;
  box-sizing: border-box;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 2.5;
  letter-spacing: calc(2.5 / 25 * 1em);
  text-align: center;
  color: rgb(0, 0, 0);
  background-color: rgb(255, 140, 0);
  transition: .4s background-color;
}
article form button:hover, article .wpcf7 form .wpcf7-submit:hover{
  background-color: rgba(255, 140, 0, 0.75);
}
article .wpcf7 form.submitting .ajax-loader {
	margin-top: 24px;
}
article .wpcf7 form .wpcf7-response-output {
	margin-inline: 0;
}
article .mw_wp_form .error, article .wpcf7 form .wpcf7-not-valid-tip{
  position: absolute;
  display: block;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 2.4;
  color: rgb(255, 0, 0);
}
article form label.confirm{
  display: none;
}
article form .mwform-checkbox-field-text{
  display: none;
}
