@charset "UTF-8";

.page-contact__head {
  padding: 20rem 0 0 0;
}

.page-contact__head-ttl {
  font-size: 6.4rem;
  font-weight: bold;
  font-family: "Fugaz One", serif;
  font-weight: 400;
  text-align: left;
  color: #050408;
  line-height: 1;
  text-align: center;
}

.page-contact__index {
  padding: 10rem 0;
}


.form-wrap:not(:first-of-type) {
  margin-top: 2rem;
}

.form-wrap.--first {
  margin-top: 8rem;
}

.form-wrap-text {
  font-size: 2rem;
  font-weight: bold;
}

.form-wrap-text.--pri {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1;
  gap: .5rem;
  margin-top: 8rem;
  margin-right: 4rem;
}

.form-wrap-text.--pri .wpcf7-list-item {
  margin: 0;
}

.form-wrap-area {
  margin-top: 2rem;
  font-size: 1.8rem;
}

.form-wrap-area input {
  width: 100%;
  min-height: 4rem;
  padding: 1rem;
  font-size: 1.8rem;
}

.form-wrap-area textarea {
  width: 100%;
  min-height: 4rem;
  padding: 2rem;
  font-size: 1.8rem;
}

.form-wrap-text-item {
  display: inline-block;
  margin-left: 1rem;
  font-size: 1.2rem;
  padding: .5em 1rem;
  color: #fff;
}

.form-wrap-text-item.--hissu {
  background-color: red;
}

.form-wrap-text-item.--nini {
  background-color: rgb(0, 0, 0);
}

.form-wrap-submit {
  text-align: center;
}

.form-wrap-submit input {
  width: 50%;
  padding: 2rem 0;
  font-size: 2rem;
  border: none;
  background-color: #000000;
  color: #fff;
  font-weight: bold;
  transition: .3s;
  cursor: pointer;
}

.form-wrap-submit input:hover {
  border: 3px solid #000000;
  background-color: #fff;
  color: #000000;
}

.page-contact__index-text {
  font-size: 1.8rem;
  text-align: center;
}

.page-contact__index-toptext {
  font-size: 1.8rem;
  text-align: center;
}

.form-wrap.--flex span.wpcf7-form-control {
  display: flex;
  flex-direction: column;
}

.form-wrap.--flex .form-wrap-area input {
  width: 3%;
}

.form-wrap.--flex .wpcf7-list-item {
  margin: 0;
}

.form-wrap.--flex label {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.textlink {
  text-decoration: underline;
  color: #3526b6;
}

.page-contact__index-btn{
  margin-top: 8rem;
  text-align: center;
}

.page-contact__index-btn-content{
  display: inline-block;
  text-align: center;
  padding: 2rem 0;
  background: #050408;
  width: 50%;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  position: relative;
}

.page-contact__index-btn-content::after{
   content: '→';
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background: #050408;
  position: absolute;
  top: 50%;
  right:8%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transition: .3s;
}

.page-contact__index-btn-content:hover::after{
  right:5%;
}

@media (max-width: 768px) {
  .page-contact__head {
    padding: 12rem 0 5rem 0;
  }

  .page-contact__head-ttl {
    font-size: 4.8rem;
    text-align: center;
  }

  .page-contact__index {
    padding: 5rem 0;
  }

  .page-contact__index-toptext {
    font-size: 1.6rem;
    text-align: left;
  }

  .form-wrap-text.--pri {
    margin-top: 4rem;
    margin-right: 0;
  }

  .form-wrap-submit input {
    width: 100%;
  }

  .form-wrap.--first {
    margin-top: 4rem;
  }

  .form-wrap-text {
    font-size: 1.6rem;
  }

  .form-wrap-area input {
    font-size: 1.6rem;
  }

  .form-wrap.--flex .form-wrap-area input {
    width: 6%;
  }

  .form-wrap-area textarea{
    font-size: 1.6rem;
  }

  .page-contact__index-text{
    font-size: 1.6rem;
  }

  .page-contact__index-btn-content{
    width: 100%;
  }
}