@charset "UTF-8";
@font-face {
  font-family: "Roboto700", sans-serif;
  src: url("../font/Roboto-VariableFont_wdth,wght.ttf");
}
@font-face {
  font-family: "notoSans400";
  src: url("../font/NotoSansJP-Regular.woff");
}
@font-face {
  font-family: "notoSans500";
  src: url("../font/NotoSansJP-Medium.woff");
}
@font-face {
  font-family: "notoSans700";
  src: url("../font/NotoSansJP-Bold.woff");
}
.contact {
  padding: 80px 20px;
}
@media screen and (max-width: 768px) {
  .contact {
    padding: 48px 20px;
  }
}
.contact .contact__wrap {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}
.contact .contact__lead {
  font-size: 14px;
  font-weight: 400;
  font-family: "notoSans400", sans-serif;
  line-height: 2;
  text-align: center;
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .contact .contact__lead {
    font-size: 13px;
    text-align: left;
    margin-bottom: 36px;
  }
}
.contact .cf7-form-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
}
@media screen and (max-width: 768px) {
  .contact .cf7-form-wrapper {
    gap: 24px;
  }
}
.contact .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}
.contact .form-label {
  font-size: 14px;
  font-weight: 700;
  font-family: "notoSans700", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
.contact .required-badge,
.contact .optional-badge {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  font-family: "notoSans700", sans-serif;
  padding: 2px 8px;
  border-radius: 3px;
  line-height: 1.4;
}
.contact .required-badge {
  background: #31D090;
  color: #000;
}
.contact .optional-badge {
  background: rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.7);
}
.contact .cf7-form-wrapper input[type="text"],
.contact .cf7-form-wrapper input[type="email"],
.contact .cf7-form-wrapper input[type="tel"],
.contact .cf7-form-wrapper select,
.contact .cf7-form-wrapper textarea {
  width: 100%;
  padding: 12px 16px;
  font-size: 14px;
  font-family: "notoSans400", sans-serif;
  line-height: 1.6;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 6px;
  outline: none;
  -webkit-transition: border-color 0.3s, background 0.3s;
  transition: border-color 0.3s, background 0.3s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.contact .cf7-form-wrapper input[type="text"]::-webkit-input-placeholder,
.contact .cf7-form-wrapper input[type="email"]::-webkit-input-placeholder,
.contact .cf7-form-wrapper input[type="tel"]::-webkit-input-placeholder,
.contact .cf7-form-wrapper textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.35);
}
.contact .cf7-form-wrapper input[type="text"]::placeholder,
.contact .cf7-form-wrapper input[type="email"]::placeholder,
.contact .cf7-form-wrapper input[type="tel"]::placeholder,
.contact .cf7-form-wrapper textarea::placeholder {
  color: rgba(255, 255, 255, 0.35);
}
.contact .cf7-form-wrapper input[type="text"]:focus,
.contact .cf7-form-wrapper input[type="email"]:focus,
.contact .cf7-form-wrapper input[type="tel"]:focus,
.contact .cf7-form-wrapper select:focus,
.contact .cf7-form-wrapper textarea:focus {
  border-color: #31D090;
  background: rgba(255, 255, 255, 0.12);
}
.contact .cf7-form-wrapper select {
  -webkit-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='rgba(255,255,255,0.5)' stroke-width='2' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 40px;
  cursor: pointer;
}
.contact .cf7-form-wrapper select option {
  background: #1a1a1a;
  color: #fff;
}
.contact .cf7-form-wrapper .wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  padding-top: 4px;
}
.contact .cf7-form-wrapper .wpcf7-list-item {
  margin: 0;
}
.contact .cf7-form-wrapper .wpcf7-list-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-family: "notoSans400", sans-serif;
  cursor: pointer;
}
.contact .cf7-form-wrapper input[type="radio"] {
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.contact .cf7-form-wrapper input[type="radio"]:checked {
  border-color: #31D090;
}
.contact .cf7-form-wrapper input[type="radio"]:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  background: #31D090;
  border-radius: 50%;
}
.contact .cf7-form-wrapper textarea {
  resize: vertical;
  min-height: 160px;
}
.contact .form-privacy {
  text-align: center;
}
.contact .form-privacy .wpcf7-acceptance label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-family: "notoSans400", sans-serif;
  cursor: pointer;
}
.contact .form-privacy input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 4px;
  cursor: pointer;
  position: relative;
  -webkit-transition: border-color 0.3s, background 0.3s;
  transition: border-color 0.3s, background 0.3s;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.contact .form-privacy input[type="checkbox"]:checked {
  border-color: #31D090;
  background: #31D090;
}
.contact .form-privacy input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 5px;
  width: 4px;
  height: 8px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.contact .form-privacy a {
  color: #31D090;
  text-decoration: underline;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.contact .form-privacy a:hover {
  opacity: 0.7;
}
.contact .form-submit {
  text-align: center;
  margin-top: 8px;
}
.contact .cf7-form-wrapper input[type="submit"] {
  display: inline-block;
  min-width: 240px;
  padding: 16px 48px;
  font-size: 15px;
  font-weight: 700;
  font-family: "notoSans700", sans-serif;
  color: #fff;
  background: #31D090;
  border: none;
  border-radius: 100px;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .contact .cf7-form-wrapper input[type="submit"] {
    width: 100%;
    min-width: auto;
  }
}
.contact .cf7-form-wrapper input[type="submit"]:hover {
  opacity: 0.8;
}
.contact .cf7-form-wrapper .wpcf7-not-valid {
  border-color: #e74c3c;
}
.contact .cf7-form-wrapper .wpcf7-not-valid-tip {
  font-size: 12px;
  font-family: "notoSans400", sans-serif;
  color: #e74c3c;
  margin-top: 4px;
}
.contact .cf7-form-wrapper .wpcf7-response-output {
  font-size: 14px;
  font-family: "notoSans400", sans-serif;
  padding: 16px;
  margin: 24px 0 0;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.contact .cf7-form-wrapper .wpcf7-spinner {
  margin-left: 12px;
}