@charset "UTF-8";
:root {
  --link-color: 255, 125, 74;
  --bg-color: 246, 246, 244;
  --text-color: 60, 60, 60;
  --main-color: 80, 198, 198;
  interpolate-size: allow-keywords;
}

#main .text .wp-block-contact-form-7-contact-form-selector {
  transform: rotateZ(0.03deg);
  max-width: var(--max-width);
  width: calc(100% - 40px);
  margin: 0 auto 20px auto;
  padding-right: 5px;
  padding-left: 20px;
}
#main .text p {
  width: auto;
}
#main .text .pp_wrap {
  font-size: 50%;
}
#main .text h2:first-child {
  margin-top: 20px;
}
#main .text form {
  width: calc(100% - 20px);
  max-width: 600px;
  margin: 30px auto;
  position: relative;
  z-index: 10;
}
#main .text form p {
  padding: 0;
  max-width: none;
  margin: 0;
}
#main .text form .wpcf7-radio {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0 15px 0;
  gap: 10px;
}
#main .text form .wpcf7-radio input {
  display: none;
}
#main .text form .wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
  display: inline-block;
  width: 100%;
}
#main .text form .wpcf7-acceptance input {
  display: none;
}
#main .text form .wpcf7-acceptance .wpcf7-list-item-label {
  padding: 10px 10px 10px 35px;
  margin: 5px auto;
}
#main .text form .wpcf7-radio {
  flex-wrap: wrap;
  margin-bottom: 10px;
}
#main .text form .wpcf7-radio .wpcf7-list-item-label::before {
  -webkit-mask-image: url("../svg/check0.svg");
  mask-image: url("../svg/check0.svg");
  opacity: 0.6;
}
#main .text form .wpcf7-radio input:checked + .wpcf7-list-item-label {
  transform: translateY(2px) scale(0.98);
  box-shadow: 0 4px 4px rgba(0, 212, 255, 0.15);
  background: linear-gradient(45deg, #3bc7ce, #00a3a3);
  pointer-events: none;
}
#main .text form .wpcf7-radio input:checked + .wpcf7-list-item-label::before {
  -webkit-mask-image: url("../svg/check1.svg");
  mask-image: url("../svg/check1.svg");
  opacity: 1;
}
@-webkit-keyframes checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 1;
  }
  20% {
    height: 0;
    width: 0.5em;
    opacity: 1;
  }
  40% {
    height: 1em;
    width: 0.5em;
    opacity: 1;
  }
  100% {
    height: 1em;
    width: 0.5em;
    opacity: 1;
  }
}
@keyframes checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 1;
  }
  20% {
    height: 0;
    width: 0.5em;
    opacity: 1;
  }
  40% {
    height: 1em;
    width: 0.5em;
    opacity: 1;
  }
  100% {
    height: 1em;
    width: 0.5em;
    opacity: 1;
  }
}
#main .text form input[type=text],
#main .text form input[type=email],
#main .text form textarea {
  width: 100%;
  padding: 10px 15px;
  border: 2px solid rgba(0, 204, 194, 0.4);
  border-radius: 15px;
  font-size: 0.9em;
  background: rgba(255, 255, 255, 0.8);
  transition: all 0.3s ease;
  outline: none;
  color: #333;
}
#main .text form input[type=text]::-moz-placeholder, #main .text form input[type=email]::-moz-placeholder, #main .text form textarea::-moz-placeholder {
  color: #999;
  opacity: 0.8;
}
#main .text form input[type=text]::placeholder,
#main .text form input[type=email]::placeholder,
#main .text form textarea::placeholder {
  color: #999;
  opacity: 0.8;
}
#main .text form input[type=text]:focus,
#main .text form input[type=email]:focus,
#main .text form textarea:focus {
  border-color: rgba(0, 204, 194, 0.6);
  box-shadow: 0 0 15px rgba(0, 204, 194, 0.2);
  background: rgba(255, 255, 255, 0.95);
  transform: translateY(-2px);
}
#main .text form input[type=text]:hover,
#main .text form input[type=email]:hover,
#main .text form textarea:hover {
  border-color: rgba(0, 204, 194, 0.4);
  background: rgba(255, 255, 255, 0.9);
}
#main .text form input[type=text] + .wpcf7-not-valid-tip,
#main .text form input[type=email] + .wpcf7-not-valid-tip,
#main .text form textarea + .wpcf7-not-valid-tip {
  position: relative;
  display: block;
  margin: 5px auto 0 10px;
  padding: 6px 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  font-size: 0.8rem;
  line-height: 1.2;
  background: #f44336;
  border-radius: 10px 10px 15px 15px;
}
#main .text form input[type=text] + .wpcf7-not-valid-tip:before,
#main .text form input[type=email] + .wpcf7-not-valid-tip:before,
#main .text form textarea + .wpcf7-not-valid-tip:before {
  content: "";
  position: absolute;
  top: -28px;
  left: 20px;
  border: 15px solid transparent;
  border-bottom: 15px solid #f44336;
}
#main .text form textarea + .wpcf7-not-valid-tip {
  margin-top: -10px;
  margin-bottom: 10px;
}
#main .text form input[type=text] {
  display: block;
  border-radius: 20px 20px 10px 10px;
}
#main .text form input[type=email] {
  display: block;
  margin-top: 10px;
  border-radius: 10px;
}
#main .text form textarea {
  margin-top: 10px;
  font-size: 0.8rem;
  height: 160px;
  border-radius: 10px 10px 20px 20px;
}
#main .text form .pp_wrap {
  padding: 0;
  max-height: 250px;
  overflow: hidden;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  transition: 0.3s;
  background: rgba(var(--bg-color), 1);
  width: calc(100% - 0px);
  margin: 0 auto;
  border-radius: 20px 10px 10px 20px;
  padding: 15px 15px 15px 20px;
  font-size: 0.8rem;
  line-height: 1.3;
  background: #eee;
}
#main .text form .pp_wrap p {
  transform: rotateZ(0.03deg);
}
#main .text form .pp_wrap strong {
  display: inline-block;
  margin-left: -5px;
  margin-top: 5px;
}
#main .text form .pp_wrap::-webkit-scrollbar {
  width: 20px;
}
#main .text form .pp_wrap::-webkit-scrollbar-track {
  background-color: none;
  border-radius: 100px;
}
#main .text form .pp_wrap::-webkit-scrollbar-thumb {
  border-radius: 100px;
  border: 5px solid transparent;
  background-clip: content-box;
  background-color: rgba(var(--main-color), 0.6);
}
#main .text form .pp_wrap .list {
  padding-left: 15px;
  list-style: disc;
  margin: 0 0 5px 0;
}
#main .text form .pp_wrap .list li {
  transform: rotateZ(0.03deg);
}
#main .text form #turnstile_message {
  text-align: center;
  font-size: 0.8rem;
  font-weight: 700;
  margin: -10px 0 20px 0;
  display: block;
  letter-spacing: 0.1em;
}
#main .text form .bottom {
  position: relative;
  display: block;
}
#main .text form .submit {
  text-align: center;
}
#main .text form .button {
  font-size: 12px;
  line-height: 20px;
}
#main .text form .button::before {
  font-family: icon;
  content: "\e907";
  margin-right: 5px;
}
#main .text form .wpcf7-spinner {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  margin: 0;
  padding: 5px;
  top: 10px;
  opacity: 0.95;
}
#main .text form .wpcf7-spinner:before {
  z-index: 3;
}
#main .text form .wpcf7-spinner:after {
  content: "送信中...";
  display: block;
  width: 80px;
  padding: 20px 0 0 10px;
  border-radius: 10px;
  background: #263238;
  color: #fff;
  font-weight: 900;
  font-size: 12px;
  text-align: center;
  position: absolute;
  left: -30px;
  top: 0;
}
#main .text form .wpcf7-submit {
  width: 160px;
  height: 55px;
  margin: 0 auto;
  padding-left: 30px;
  -webkit-animation: none;
          animation: none;
}
#main .text form .wpcf7-submit:disabled {
  background: #bdbdbd;
  border: 0;
  box-shadow: none;
  opacity: 0.8;
  transform: translate(3px, 3px);
  cursor: Default;
}
#main .text form .wpcf7-submit:disabled + .wpcf7-spinner + .program {
  display: none;
}
#main .text form .wpcf7-submit:disabled:hover {
  opacity: 1;
}
#main .text form .wpcf7-submit:disabled:hover + .wpcf7-spinner + .program + .form-alert .inner, #main .text form .wpcf7-submit:disabled:hover + .form-alert .inner {
  opacity: 1;
  transform: translate(-50%, -3px);
}
#main .text form .ajax-loader {
  display: none;
}
#main .text form .wpcf7c-btn-back {
  font-weight: bold;
  font-size: 14px;
  line-height: 30px;
  margin: 0px auto;
  width: 200px;
  height: 40px;
  display: block;
  color: #b71c1c;
}
#main .text form .wpcf7-not-valid-tip {
  background: #e53935;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px;
  font-size: 14px;
  position: relative;
  margin: 3px 0 0 0;
  z-index: 5;
  pointer-events: none;
}
#main .text form .wpcf7-not-valid-tip:before {
  content: "";
  position: absolute;
  top: -15px;
  left: 20px;
  border: 10px solid transparent;
  border-bottom: 10px solid #e53935;
}
#main .text form.invalid .wpcf7-response-output, #main .text form.unaccepted .wpcf7-response-output, #main .text form.sent .wpcf7-response-output {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0px auto 0px auto !important;
  text-align: center;
  font-weight: bold;
  line-height: 1.8;
  color: #fff;
  border: 0 !important;
  padding: 10px 20px !important;
  border-radius: 20px;
}
#main .text form.invalid .wpcf7-response-output {
  background: #ef5350;
  -webkit-animation: error 1s ease 1 both;
          animation: error 1s ease 1 both;
}
#main .text form.sent .wpcf7-response-output {
  background: dodgerblue;
}
#main .text form .screen-reader-response {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 10px auto !important;
  text-align: center;
  font-weight: bold;
  line-height: 1.8;
  color: #fff;
  border: 0 !important;
  padding: 0px 20px !important;
  border-radius: 4px;
  background: #ef5350;
  -webkit-animation: error 1s ease 1 both;
          animation: error 1s ease 1 both;
}
#main .text form .screen-reader-response ul {
  display: none;
}
#main .text form .inv-recaptcha-holder {
  margin: 55px auto 0 auto;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#main .text form .check {
  background: #ddd;
  padding: 10px 15px;
  max-width: 550px;
  margin: 0 auto;
}
#main .text form .check p {
  font-size: 0.9rem;
  margin: 5px 0;
  padding: 0;
}
#main .text form .check input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
#main .text form .check .wpcf7-list-item-label {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 0 5px 30px;
  position: relative;
  color: #fff;
  background: #ff7d4a;
  width: auto;
}
#main .text form .check .wpcf7-list-item-label::before {
  background: #f5f5f5;
  border: 1px solid #231815;
  content: "";
  display: block;
  height: 16px;
  left: 5px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 16px;
}
#main .text form .check .wpcf7-list-item-label::after {
  border-right: 3px solid #ff5722;
  border-bottom: 3px solid #ff5722;
  content: "";
  display: block;
  height: 12px;
  left: 10px;
  margin-top: -7px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 6px;
}
#main .text form .wpcf7-acceptance {
  margin: 0 auto;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#main .text form .wpcf7-acceptance input[type=checkbox] {
  display: none;
}
#main .text form .wpcf7-acceptance label {
  display: block;
  margin: 0 auto;
}
#main .text form .wpcf7-acceptance .wpcf7-list-item-label {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 15px 15px 15px 50px;
  text-align: left;
  position: relative;
  width: auto;
  margin: 10px auto;
  border-radius: 20px;
  display: block;
  cursor: pointer;
  transition: all 0.1s linear 0s;
  color: #fff;
  background: #ff7d4a;
  transition: 1s;
  box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.1);
}
#main .text form .wpcf7-acceptance .wpcf7-list-item-label:hover {
  transition: 0.2s;
  transform: translate(-1px, -1px);
  box-shadow: 4px 4px 1px rgba(0, 0, 0, 0.05);
}
#main .text form .wpcf7-acceptance .wpcf7-list-item-label:active {
  transition: 0.1s;
  transform: translate(1px, 1px);
  box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.1);
}
#main .text form .wpcf7-acceptance .wpcf7-list-item-label::before {
  background: #fff;
  border: 2px solid #aaa;
  background: #eee;
  border-radius: 15px;
  content: "";
  display: block;
  height: 30px;
  left: 10px;
  margin-top: -15px;
  position: absolute;
  transition: all 0.2s linear 0s;
  top: 50%;
  width: 30px;
}
#main .text form .wpcf7-acceptance .wpcf7-list-item-label::after {
  border-right: 5px solid #bdbdbd;
  border-bottom: 5px solid #bdbdbd;
  content: "";
  display: block;
  height: 18px;
  left: 21px;
  margin-top: -10px;
  opacity: 0.7;
  position: absolute;
  transition: all 0.2s ease 0s;
  top: 50%;
  transform: rotate(-315deg) scale(0.7);
  width: 10px;
}
#main .text form .wpcf7-acceptance input[type=checkbox]:checked + .wpcf7-list-item-label {
  transform: translate(1px, 1px);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
#main .text form .wpcf7-acceptance input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  background: #ff5722;
  border-color: #fff;
}
#main .text form .wpcf7-acceptance input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  border-top: 0;
  opacity: 1;
  border-right-color: #fff;
  border-bottom-color: #fff;
  transform: rotate(45deg) scale(1) translate(-1px, 0px);
}
@-webkit-keyframes error {
  0% {
    transform: translate(5px, 0);
  }
  5% {
    transform: translate(-5px, 0);
  }
  10% {
    transform: translate(5px, 0);
  }
  15% {
    transform: translate(-5px, 0);
  }
  20% {
    transform: translate(5px, 0);
  }
  25% {
    transform: translate(-5px, 0);
  }
  30% {
    transform: translate(5px, 0);
  }
  35% {
    transform: translate(0, 0);
  }
}
@keyframes error {
  0% {
    transform: translate(5px, 0);
  }
  5% {
    transform: translate(-5px, 0);
  }
  10% {
    transform: translate(5px, 0);
  }
  15% {
    transform: translate(-5px, 0);
  }
  20% {
    transform: translate(5px, 0);
  }
  25% {
    transform: translate(-5px, 0);
  }
  30% {
    transform: translate(5px, 0);
  }
  35% {
    transform: translate(0, 0);
  }
}
#main .text form .cf7-cf-turnstile {
  text-align: center;
  margin-bottom: 0 !important;
}
#main .text form .cf-turnstile-br {
  display: none;
}
#main .text form .program {
  position: relative;
  display: block;
  background: #bbdefb;
  color: #333;
  z-index: 30;
  text-align: center;
  letter-spacing: 0.15em;
  line-height: 1.4;
  border-radius: 10px;
  padding: 10px;
  margin: 0 auto;
  max-width: 390px;
  font-weight: 500;
  font-size: 0.85rem;
}
#main .text form .program strong {
  font-weight: 900;
}
#main .text form .program:before {
  content: "";
  position: absolute;
  bottom: calc(100% - 2px);
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-bottom: 10px solid #bbdefb;
}
#main .text form .form-alert {
  position: relative;
  display: block;
  width: 100%;
  z-index: 100;
}
#main .text form .form-alert .inner {
  font-weight: bold;
  display: block;
  position: absolute;
  text-align: center;
  opacity: 0;
  left: 50%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 340px;
  top: 0px;
  border-radius: 4px;
  transform: translate(-50%, 0);
  transition: all 0.3s linear 0s;
  padding: 10px;
  letter-spacing: 0.1em;
  line-height: 1.4;
  background: #ff5722;
  border-radius: 20px;
  z-index: 30;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
}
#main .text form .form-alert .inner:before {
  content: "";
  position: absolute;
  bottom: calc(100% - 2px);
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-bottom: 10px solid #ff5722;
}
#main .text form .form-alert .inner .text {
  padding: 0px;
  line-height: 1;
  font-size: 14px;
  color: #fff;
}
#main .text form .form-alert .inner strong {
  font-size: 18px;
  line-height: 24px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 8px auto;
  position: relative;
  color: #fff;
  text-shadow: none;
  background: none;
}
#main .text form .form-alert .inner b {
  display: block;
  color: #fae8ba;
  text-shadow: none;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0;
}
#main .text form .form-alert .inner u {
  text-decoration: none;
  background: linear-gradient(transparent 60%, rgba(240, 98, 146, 0.3) 61%, rgba(240, 98, 146, 0.3) 94%, transparent 95%);
}

@media screen and (min-width: 1200px) {
  #main .text .wp-block-contact-form-7-contact-form-selector {
    padding-right: 350px;
  }
}
/*# sourceMappingURL=contact.css.map */