.contact{
  padding-bottom: 100px;
}

.under-page-top h1.under-page-top-headline{
  font-family: var(--main-font);
  font-size: 3.3rem;
}

h2{
  font-size: 2.7rem;
  margin-bottom: 25px;
}

.contact-right{
  background: #fefefe;
  padding: 30px 20px;
}

input[type="text"], input[type="email"], select, textarea {
  width: 100%;
  border: 1px solid #cfd2d3;
  box-sizing: border-box;
  font-family: 'Arial';
  padding-left: 10px;
  height: 40px;
  font-size: 1.6rem;
}

select {
  background-color: #fefefe;
  font-size: 1.4rem;
}

textarea {
  height: 150px;
  padding-top: 8px;
}

::placeholder, :placeholder-shown {
  font-family: 'Arial';
  font-size: 1.4rem;
  color: #bcbcbc;
}

form div {
  margin-bottom: 20px;
}

.name-space ul li{
  margin-bottom: 20px;
}

.privacy{
  line-height: 1.2;
  font-size: 1.3rem;
}

.privacy span{
  display: block;
  font-weight: 500;
  font-size: 1.4rem;
  margin-bottom: 5px;
}

.privacy p{
  margin-bottom: 8px;
}

input[type="submit"] {
  font-family: var(--main-font);
  font-size: 2rem;
  padding: 15px 0;
  background-color: var(--btn);
  color: #fff;
  cursor: pointer;
  width: 210px;
  box-sizing: border-box;
}

input[type="submit"]:hover {
  background-color: var(--main-color);
  transition: .3s;
}

.submit-btn {
  text-align: center;
  padding-top: 20px;
  margin-bottom: 10px;
}

input[type="text"], input[type="submit"], input[type="email"], textarea, select{
  -webkit-appearance: none;
  border-radius: 0;
}

@media screen and (min-width:834px) {

  .header-contents .header-logo h1{
    color: #fefefe;
  }

  .under-page-top h1.under-page-top-headline{
    font-size: 5rem;
  }

  .contact{
    flex-direction: row-reverse;
    margin-top: 70px;
  }

  .contact-message{
    margin-top: 15px;
    font-size: 2rem;
  }

  .contact-left {
    width: 37%;
    margin-top: 30px;
  }

  h2{
    font-size: 4rem;
    margin-bottom: 35px;
  }
  
  .contact-right {
    width: 53%;
    background: #fefefe;
    padding: 50px 60px;
    box-sizing: border-box;
  }

  .contact-info{
    margin-bottom: 0;
    margin-top: 3em;
  }

  input[type="text"], input[type="email"], select, textarea {
    font-size: 1.7rem;
  }

  select{
  font-size: 1.5rem;
  }

  ::placeholder, :placeholder-shown {
    font-size: 1.5rem;
  }

  .privacy span{
    display: block;
    font-size: 1.8rem;
    font-weight: 500;
    margin-bottom: 10px;
  }

  .privacy, .submit-text{
    font-size: 1.35rem;
  }
}

.cta-footer{
  background-image: url(../images/footer-sp03.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.cta-footer .cta-footer-text{
  padding: 250px 0 70px;
  align-items: center;
}

@media screen and (min-width:834px) {

  .cta-footer{
    background-image: url(../images/japan04.jpg);
  }

  .cta-footer .cta-footer-text{
    padding: 100px 0 50px;
    align-items: center;
  }

}

.form_send{
  padding-top: 150px;
}

.complete-text{
  margin-top: 30px;
}

.form_send .btn{
  width: 50%;
  margin: 50px auto 100px;
}