@charset "UTF-8";
/* CSS Document */


@media (max-width: 1024px) {
  .sec1 {
    padding-top: 100px;
  }
}

.sec10 {
  background: #FFFFFF;
  padding: 150px 0 100px;
}

.sec10__wapper {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 80px 5%;
  border-radius: 100px;
  background-image: linear-gradient(90deg, #eb4a3f4d, #f0945a4d);
}

.sec10__wapper__small {
  display: block;
  background: linear-gradient(90deg, #eb4a3f, #f0945a);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.sec10__wapper__h2 {
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 15px;
}

.sec10__wapper__line {
  width: 120px;
  height: 1px;
  background: #333333;
  margin: 0 auto 40px;
}

.sec10__wapper__p {
  margin-bottom: 40px;
}

form table {
  display: block;
  margin-bottom: 80px;
}

form table tbody {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

form table tbody tr {
  display: flex;
  flex-direction: column;
  gap: 8px;
}


form table tbody tr th span {
  color: #D92727;
}

form table tbody tr td {
  width: 100%;
  position: relative;
  background: #FFFFFF;
  min-height: 44px;
  padding: 10px 20px;
  border-radius: 3px;
  text-align: left;
}

form table tbody tr td input {
  width: 100%;
  background: #FFFFFF;
  padding: 10px 20px;
  border-radius: 3px;
  text-align: left;
}

form table tbody tr td select {
  width: 100%;
  background: #FFFFFF;
  padding: 10px 20px;
  border-radius: 3px;
  text-align: left;
  cursor: pointer;
}

/* form table tbody tr .select::after {
  content: "";
  width: 12px;
  height: 12px;
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
  transform: translateY(-50%) rotate(45deg);
  border-right: solid #333333 3px;
  border-bottom: solid #333333 3px;
  pointer-events: none;
} */

form table tbody tr td textarea {
  resize: none;
  width: 100%;
  height: 200px;
  background: #FFFFFF;
  padding: 10px 20px;
  border-radius: 3px;
  text-align: left;
}

.submit {
  transition: 0.4s;
  transition-timing-function: ease-out;
  display: block;
  text-align: center;
  width: 300px;
  padding: 20px 0;
  color: #FFFFFF;
  font-weight: 700;
  background-image: linear-gradient(90deg, #eb4a3f, #f0945a);
  margin: 0 auto;
  transition: 0.4s;
  transition-timing-function: ease-out;
}

.submit:hover {
  opacity: 1;
  scale: 1.1;
}

.sec10__tel {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 80px;
}

.wpcf7-spinner {
  margin-top: 10px;
}

.wpcf7 form .wpcf7-response-output {
  margin: 1em 0.5em 1em;
}

.wpcf7-not-valid-tip {
  margin-top: 10px;
}

.sec10__tel p {
  font-size: 1.8rem;
  font-weight: 700;
}

.sec10__tel a {
  display: block;
  width: 230px;
}

.sec10__tel small {
  font-size: 1.2rem;
  font-weight: 400;
}

@media (max-width: 1024px) {
  .sec10__wapper {
    border-top: 100px;
    border-radius: 75px;
  }
}


@media (max-width: 600px) {
  .sec10__wapper {
    border-radius: 50px;
  }
}

@media (max-width: 600px) {
  .sec10 {
    padding: 75px 0 50px;
  }

  .sec10__wapper__small {
    font-size: 1.4rem;
  }

  .sec10__wapper__h2 {
    font-size: 2.8rem;
  }

  .sec10__wapper__p {
    font-size: 1.4rem;
  }
}