@font-face {
  font-family: "akrobat";
  src: url('../fonts/Akrobat-ExtraBold.woff');
}
.english {
  font-family: "akrobat", sans-serif;
}
.hide {
  display: none;
}
@media (min-width: 640px) {
  .sp-only {
    display: none;
  }
}
@media (max-width: 639px) {
  .pc-only {
    display: none;
  }
}
.clip-animate {
  opacity: 0;
  -webkit-clip-path: inset(0 0 0 100%);
  clip-path: inset(0 0 0 100%);
  -webkit-transition: -webkit-clip-path 1s cubic-bezier(0.79, 0.17, 0.15, 0.96);
  transition: -webkit-clip-path 1s cubic-bezier(0.79, 0.17, 0.15, 0.96);
  transition: clip-path 1s cubic-bezier(0.79, 0.17, 0.15, 0.96);
  transition: clip-path 1s cubic-bezier(0.79, 0.17, 0.15, 0.96), -webkit-clip-path 1s cubic-bezier(0.79, 0.17, 0.15, 0.96);
}
.clip-animate2 {
  opacity: 0;
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  -webkit-transition: -webkit-clip-path 1s cubic-bezier(0.79, 0.17, 0.15, 0.96);
  transition: -webkit-clip-path 1s cubic-bezier(0.79, 0.17, 0.15, 0.96);
  transition: clip-path 1s cubic-bezier(0.79, 0.17, 0.15, 0.96);
  transition: clip-path 1s cubic-bezier(0.79, 0.17, 0.15, 0.96), -webkit-clip-path 1s cubic-bezier(0.79, 0.17, 0.15, 0.96);
}
.clip-animate3 {
  opacity: 0;
  -webkit-clip-path: inset(0 0 100% 0);
  clip-path: inset(0 0 100% 0);
  -webkit-transition: -webkit-clip-path 1s cubic-bezier(0.79, 0.17, 0.15, 0.96);
  transition: -webkit-clip-path 1s cubic-bezier(0.79, 0.17, 0.15, 0.96);
  transition: clip-path 1s cubic-bezier(0.79, 0.17, 0.15, 0.96);
  transition: clip-path 1s cubic-bezier(0.79, 0.17, 0.15, 0.96), -webkit-clip-path 1s cubic-bezier(0.79, 0.17, 0.15, 0.96);
}
.clip-active {
  opacity: 1 !important;
  -webkit-clip-path: inset(0) !important;
  clip-path: inset(0) !important;
}
.wpcf7-submit {
  display: none !important;
}
.screen-reader-response {
  display: none !important;
}
.wpcf7-form-control-wrap {
  position: relative;
}
.wpcf7-not-valid-tip {
  position: absolute;
  bottom: -3rem;
  left: 0;
  font-size: 1.4rem;
  color: #ff0000;
}
.wpcf7-text.locked,
.wpcf7-select.locked,
.wpcf7-textarea.locked,
.locked {
  background-color: #fff !important;
  padding-top: 0 !important;
  padding-bottom: 4rem !important;
  box-shadow: 0 0 0 1000px #ffffff inset;
  -webkit-box-shadow: 0 0 0 1000px #ffffff inset;
  resize: none !important;
}
textarea {
  font-family: "Hiragino Sans", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "sans-serif";
}
.contact-form {
  padding-bottom: 6rem;
}
@media (max-width: 639px) {
  .contact-form {
    padding-bottom: 6rem;
  }
}
.contact-form .contact-title {
  padding-top: 12rem;
}
.contact-form .contact-title h2 {
  font-size: 3.2rem;
  line-height: 4rem;
  font-weight: bold;
  padding-bottom: 2rem;
  text-align: center;
}
.contact-form .contact-title .tips {
  font-size: 1.8rem;
  color: #666;
  text-align: center;
  margin-bottom: 5rem;
}
@media (max-width: 639px) {
  .contact-form .contact-title {
    padding-top: 5rem;
  }
  .contact-form .contact-title h2 {
    font-size: 2.4rem;
    line-height: 3rem;
  }
  .contact-form .contact-title .tips {
    font-size: 1.4rem;
    margin-bottom: 3rem;
  }
}
.contact-form .form {
  width: 80rem;
  margin: 0 auto;
}
@media (max-width: 639px) {
  .contact-form .form {
    width: 100%;
  }
}
.contact-form .form .btn-group {
  display: flex;
  justify-content: center !important;
  gap: 2rem;
}
.contact-form .form .form-group {
  margin-bottom: 4rem;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 639px) {
  .contact-form .form .form-group {
    flex-direction: column;
  }
}
.contact-form .form .form-group p {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 639px) {
  .contact-form .form .form-group p {
    flex-direction: column;
  }
}
.contact-form .form .form-group label {
  width: 30rem;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
@media (max-width: 639px) {
  .contact-form .form .form-group label {
    width: 100%;
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }
}
.contact-form .form .form-group input,
.contact-form .form .form-group select,
.contact-form .form .form-group textarea {
  --webkit-appearance: none;
  width: 50rem;
  padding: 2rem;
  border: none;
  background-color: #EEE;
  outline: none;
  border-radius: 0.4rem;
  position: relative;
}
@media (max-width: 639px) {
  .contact-form .form .form-group input,
  .contact-form .form .form-group select,
  .contact-form .form .form-group textarea {
    padding: 1.4rem;
    width: 100%;
  }
}
.contact-form .form .form-group select {
  min-height: 5rem;
  height: 5.5rem;
  --webkit-appearance: none !important;
}
.contact-form .form .form-group select,
.contact-form .form .form-group option {
  color: #666 !important;
}
.contact-form .form .form-group option {
  padding-left: 10px;
}
.contact-form .form .form-group textarea {
  resize: vertical;
}
.contact-form .form .form-group .wpcf7-form-control-wrap.error-tips::after {
  content: '入力してください。';
  position: absolute;
  top: 102%;
  font-size: 1.4rem;
  left: 0;
  color: #ff0000;
  z-index: 9;
}

.contact-form .form .form-group .wpcf7-form-control-wrap.error-tips[data-name="tel"]::after{
  content: "電話番号を入力してください。";
}


.contact-form .form .form-group .wpcf7-form-control-wrap.error-tips2::after{
  content: "日本語を入力してください。" !important;
}

.contact-form .form .form-group .wpcf7-form-control-wrap.error-tips3::after{
  content: "正しいメールアドレスを入力してください。" !important;
}
/* 
.contact-form .form .form-group .wpcf7-form-control-wrap.error-tips[data-name="your-message"]::after{
  content: "日本語を入力してください。";
} */

.contact-form .form .submit-btn,
.contact-form .form .last-submit-btn,
.contact-form .form .back-btn {
  width: 26rem;
  margin: 2rem auto;
  text-align: center;
  padding: 2rem 0;
  font-size: 1.8rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
}
@media (max-width: 639px) {
  .contact-form .form .submit-btn,
  .contact-form .form .last-submit-btn,
  .contact-form .form .back-btn {
    width: 22rem;
    font-size: 1.6rem;
  }
}
.contact-form .form .submit-btn:hover,
.contact-form .form .last-submit-btn:hover,
.contact-form .form .back-btn:hover {
  color: #333;
}

.last-error-tips{
  text-align: center;
  display: none;
  color:#ff0000;
}
.last-error-tips2{
  text-align: center;
  display: none;
  color:#ff0000;
}

.last-error-tips3{
  text-align: center;
  display: none;
  color:#ff0000;
}



.loading-pad {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 5;
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
}
.loading-pad .container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  flex-direction: column;
}
.loading-pad span {
  font-size: 30px;
  font-weight: bold;
  color: white;
}
.loading-pad .hollow-dots-spinner,
.loading-pad .hollow-dots-spinner * {
  box-sizing: border-box;
}
.loading-pad .hollow-dots-spinner {
  height: 15px;
  width: calc(30px * 3);
}
.loading-pad .hollow-dots-spinner .dot {
  width: 15px;
  height: 15px;
  margin: 0 calc(15px / 2);
  border: calc(15px / 5) solid #ffffff;
  border-radius: 50%;
  float: left;
  transform: scale(0);
  animation: hollow-dots-spinner-animation 1000ms ease infinite 0ms;
}
.loading-pad .hollow-dots-spinner .dot:nth-child(1) {
  animation-delay: calc(300ms * 1);
}
.loading-pad .hollow-dots-spinner .dot:nth-child(2) {
  animation-delay: calc(300ms * 2);
}
.loading-pad .hollow-dots-spinner .dot:nth-child(3) {
  animation-delay: calc(300ms * 3);
}
@keyframes hollow-dots-spinner-animation {
  50% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*# sourceMappingURL=./contact.css.map */