main {
  margin-top: calc(1vw * 213 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  main {
    margin-top: 213px;
  }
}

.container {
  width: calc(1vw * 1080 / 1280 * 100);
  margin-bottom: calc(1vw * 60 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .container {
    width: 1080px;
  }
}
@media screen and (min-width: 1280px) {
  .container {
    margin-bottom: 60px;
  }
}
.container {
  margin: 0 auto;
  padding: 0 20px;
}

.contact-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: calc(1vw * 60 / 1280 * 100);
  margin-bottom: calc(1vw * 80 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .contact-layout {
    gap: 60px;
  }
}
@media screen and (min-width: 1280px) {
  .contact-layout {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .contact-layout {
    grid-template-columns: 1fr;
    gap: calc(1vw * 40 / 1280 * 100);
    margin-bottom: calc(1vw * 60 / 1280 * 100);
  }
}
@media screen and (max-width: 768px) and (min-width: 1280px) {
  .contact-layout {
    gap: 40px;
  }
}
@media screen and (max-width: 768px) and (min-width: 1280px) {
  .contact-layout {
    margin-bottom: 60px;
  }
}

.contact-info .contact-title {
  font-size: calc(1vw * 32 / 1280 * 100);
  font-weight: 700;
  color: #66503E;
  margin-bottom: calc(1vw * 20 / 1280 * 100);
  line-height: 1.3;
}
@media screen and (min-width: 1280px) {
  .contact-info .contact-title {
    font-size: 32px;
  }
}
@media screen and (min-width: 1280px) {
  .contact-info .contact-title {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .contact-info .contact-title {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .contact-info .contact-title {
    margin-bottom: 15px;
  }
}
.contact-info .contact-description {
  font-size: calc(1vw * 14 / 1280 * 100);
  color: #66503E;
  margin-bottom: calc(1vw * 30 / 1280 * 100);
  color: #66503E;
  font-family: "Noto sans JP";
  font-style: normal;
  font-weight: 500;
  line-height: 200%;
  letter-spacing: 0.7px;
}
@media screen and (min-width: 1280px) {
  .contact-info .contact-description {
    font-size: 14px;
  }
}
@media screen and (min-width: 1280px) {
  .contact-info .contact-description {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .contact-info .contact-description {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .contact-info .contact-description {
    margin-bottom: 12px;
  }
}
.contact-info .support-hours {
  font-size: calc(1vw * 14 / 1280 * 100);
  color: #66503E;
  margin-bottom: calc(1vw * 10 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .contact-info .support-hours {
    font-size: 14px;
  }
}
@media screen and (min-width: 1280px) {
  .contact-info .support-hours {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .contact-info .support-hours {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .contact-info .support-hours {
    margin-bottom: 8px;
  }
}
.contact-info .urgent-contact {
  font-size: calc(1vw * 14 / 1280 * 100);
  color: #66503E;
  margin-bottom: calc(1vw * 25 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .contact-info .urgent-contact {
    font-size: 14px;
  }
}
@media screen and (min-width: 1280px) {
  .contact-info .urgent-contact {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .contact-info .urgent-contact {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .contact-info .urgent-contact {
    margin-bottom: 20px;
  }
}
.contact-info .line-contact-btn {
  display: inline-flex;
  align-items: center;
  gap: calc(1vw * 10 / 1280 * 100);
  padding: calc(1vw * 15 / 1280 * 100) calc(1vw * 25 / 1280 * 100);
  border-radius: 10px;
  background: #FFF;
  color: white;
  text-decoration: none;
  border-radius: calc(1vw * 8 / 1280 * 100);
  font-size: calc(1vw * 16 / 1280 * 100);
  font-weight: 600;
  transition: all 0.3s ease;
  color: #06C755;
  font-family: "Noto sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.6px;
}
@media screen and (min-width: 1280px) {
  .contact-info .line-contact-btn {
    gap: 10px;
  }
}
@media screen and (min-width: 1280px) {
  .contact-info .line-contact-btn {
    padding: 15px 25px;
  }
}
@media screen and (min-width: 1280px) {
  .contact-info .line-contact-btn {
    border-radius: 8px;
  }
}
@media screen and (min-width: 1280px) {
  .contact-info .line-contact-btn {
    font-size: 16px;
  }
}
.contact-info .line-contact-btn:hover {
  background: #05A045;
  transform: translateY(-2px);
  color: #fff;
}
.contact-info .line-contact-btn .line-icon {
  width: calc(1vw * 24 / 1280 * 100);
  height: calc(1vw * 24 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .contact-info .line-contact-btn .line-icon {
    width: 24px;
  }
}
@media screen and (min-width: 1280px) {
  .contact-info .line-contact-btn .line-icon {
    height: 24px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .contact-info .line-contact-btn {
    padding: 12px 20px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .contact-info .line-contact-btn {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .contact-info .line-contact-btn {
    gap: 8px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .contact-info .line-contact-btn .line-icon {
    width: 20px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .contact-info .line-contact-btn .line-icon {
    height: 20px;
  }
}

.contact-form .wpcf7-form .form-group {
  margin-bottom: calc(1vw * 25 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .contact-form .wpcf7-form .form-group {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .contact-form .wpcf7-form .form-group {
    margin-bottom: 20px;
  }
}
.contact-form .wpcf7-form .form-group label {
  display: block;
  font-size: calc(1vw * 14 / 1280 * 100);
  font-weight: 600;
  color: #66503E;
  margin-bottom: calc(1vw * 8 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .contact-form .wpcf7-form .form-group label {
    font-size: 14px;
  }
}
@media screen and (min-width: 1280px) {
  .contact-form .wpcf7-form .form-group label {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .contact-form .wpcf7-form .form-group label {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .contact-form .wpcf7-form .form-group label {
    margin-bottom: 6px;
  }
}
.contact-form .wpcf7-form .form-group #inquiry-type {
  border-radius: 5px;
  height: 50px;
}
.contact-form .wpcf7-form .form-group input[type=text],
.contact-form .wpcf7-form .form-group input[type=email],
.contact-form .wpcf7-form .form-group input[type=tel],
.contact-form .wpcf7-form .form-group select,
.contact-form .wpcf7-form .form-group textarea {
  width: 100%;
  padding: calc(1vw * 12 / 1280 * 100) calc(1vw * 15 / 1280 * 100);
  border-radius: calc(1vw * 8 / 1280 * 100);
  font-size: calc(1vw * 14 / 1280 * 100);
  color: #66503E;
  background: #F8F8F8;
  transition: border-color 0.3s ease;
  border: none;
}
@media screen and (min-width: 1280px) {
  .contact-form .wpcf7-form .form-group input[type=text],
  .contact-form .wpcf7-form .form-group input[type=email],
  .contact-form .wpcf7-form .form-group input[type=tel],
  .contact-form .wpcf7-form .form-group select,
  .contact-form .wpcf7-form .form-group textarea {
    padding: 12px 15px;
  }
}
@media screen and (min-width: 1280px) {
  .contact-form .wpcf7-form .form-group input[type=text],
  .contact-form .wpcf7-form .form-group input[type=email],
  .contact-form .wpcf7-form .form-group input[type=tel],
  .contact-form .wpcf7-form .form-group select,
  .contact-form .wpcf7-form .form-group textarea {
    border-radius: 8px;
  }
}
@media screen and (min-width: 1280px) {
  .contact-form .wpcf7-form .form-group input[type=text],
  .contact-form .wpcf7-form .form-group input[type=email],
  .contact-form .wpcf7-form .form-group input[type=tel],
  .contact-form .wpcf7-form .form-group select,
  .contact-form .wpcf7-form .form-group textarea {
    font-size: 14px;
  }
}
.contact-form .wpcf7-form .form-group input[type=text]:focus,
.contact-form .wpcf7-form .form-group input[type=email]:focus,
.contact-form .wpcf7-form .form-group input[type=tel]:focus,
.contact-form .wpcf7-form .form-group select:focus,
.contact-form .wpcf7-form .form-group textarea:focus {
  outline: none;
  border-color: #EBAD10;
}
.contact-form .wpcf7-form .form-group input[type=text]::placeholder,
.contact-form .wpcf7-form .form-group input[type=email]::placeholder,
.contact-form .wpcf7-form .form-group input[type=tel]::placeholder,
.contact-form .wpcf7-form .form-group select::placeholder,
.contact-form .wpcf7-form .form-group textarea::placeholder {
  color: #999;
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .contact-form .wpcf7-form .form-group input[type=text],
  .contact-form .wpcf7-form .form-group input[type=email],
  .contact-form .wpcf7-form .form-group input[type=tel],
  .contact-form .wpcf7-form .form-group select,
  .contact-form .wpcf7-form .form-group textarea {
    padding: 10px 12px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .contact-form .wpcf7-form .form-group input[type=text],
  .contact-form .wpcf7-form .form-group input[type=email],
  .contact-form .wpcf7-form .form-group input[type=tel],
  .contact-form .wpcf7-form .form-group select,
  .contact-form .wpcf7-form .form-group textarea {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .contact-form .wpcf7-form .form-group input[type=text],
  .contact-form .wpcf7-form .form-group input[type=email],
  .contact-form .wpcf7-form .form-group input[type=tel],
  .contact-form .wpcf7-form .form-group select,
  .contact-form .wpcf7-form .form-group textarea {
    border-radius: 6px;
  }
}
.contact-form .wpcf7-form .form-group select {
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%2366503E' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px;
  padding-right: 40px;
}
.contact-form .wpcf7-form .form-group textarea {
  resize: vertical;
  min-height: 120px;
}
.contact-form .wpcf7-form .form-group .name-fields p {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: calc(1vw * 15 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .contact-form .wpcf7-form .form-group .name-fields p {
    gap: 15px;
  }
}
@media screen and (max-width: 768px) {
  .contact-form .wpcf7-form .form-group .name-fields p {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .contact-form .wpcf7-form .form-group .name-fields p {
    gap: 10px;
  }
}
.contact-form .wpcf7-form .form-group .char-count {
  text-align: right;
  font-size: calc(1vw * 12 / 1280 * 100);
  color: #999;
  margin-top: calc(1vw * 5 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .contact-form .wpcf7-form .form-group .char-count {
    font-size: 12px;
  }
}
@media screen and (min-width: 1280px) {
  .contact-form .wpcf7-form .form-group .char-count {
    margin-top: 5px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .contact-form .wpcf7-form .form-group .char-count {
    font-size: 11px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .contact-form .wpcf7-form .form-group .char-count {
    margin-top: 3px;
  }
}
.contact-form .wpcf7-form .form-group.checkbox-group {
  margin-bottom: calc(1vw * 30 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .contact-form .wpcf7-form .form-group.checkbox-group {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .contact-form .wpcf7-form .form-group.checkbox-group {
    margin-bottom: 25px;
  }
}
.contact-form .wpcf7-form .form-group.checkbox-group .checkbox-label {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: calc(1vw * 14 / 1280 * 100);
  color: #66503E;
}
@media screen and (min-width: 1280px) {
  .contact-form .wpcf7-form .form-group.checkbox-group .checkbox-label {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .contact-form .wpcf7-form .form-group.checkbox-group .checkbox-label {
    font-size: 13px;
  }
}
.contact-form .wpcf7-form .form-group.checkbox-group .checkbox-label input[type=checkbox] {
  display: none;
}
.contact-form .wpcf7-form .form-group.checkbox-group .checkbox-label .checkmark {
  width: calc(1vw * 20 / 1280 * 100);
  height: calc(1vw * 20 / 1280 * 100);
  border: 2px solid #E5DFD6;
  border-radius: calc(1vw * 4 / 1280 * 100);
  margin-right: 10px;
  position: relative;
  transition: all 0.3s ease;
}
@media screen and (min-width: 1280px) {
  .contact-form .wpcf7-form .form-group.checkbox-group .checkbox-label .checkmark {
    width: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .contact-form .wpcf7-form .form-group.checkbox-group .checkbox-label .checkmark {
    height: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .contact-form .wpcf7-form .form-group.checkbox-group .checkbox-label .checkmark {
    border-radius: 4px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .contact-form .wpcf7-form .form-group.checkbox-group .checkbox-label .checkmark {
    width: 18px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .contact-form .wpcf7-form .form-group.checkbox-group .checkbox-label .checkmark {
    height: 18px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .contact-form .wpcf7-form .form-group.checkbox-group .checkbox-label .checkmark {
    margin-right: 8px;
  }
}
.contact-form .wpcf7-form .form-group.checkbox-group .checkbox-label input[type=checkbox]:checked + .checkmark {
  background: #EBAD10;
  border-color: #EBAD10;
}
.contact-form .wpcf7-form .form-group.checkbox-group .checkbox-label input[type=checkbox]:checked + .checkmark::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 2px;
  width: calc(1vw * 6 / 1280 * 100);
  height: calc(1vw * 10 / 1280 * 100);
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
@media screen and (min-width: 1280px) {
  .contact-form .wpcf7-form .form-group.checkbox-group .checkbox-label input[type=checkbox]:checked + .checkmark::after {
    width: 6px;
  }
}
@media screen and (min-width: 1280px) {
  .contact-form .wpcf7-form .form-group.checkbox-group .checkbox-label input[type=checkbox]:checked + .checkmark::after {
    height: 10px;
  }
}
@media screen and (max-width: 768px) {
  .contact-form .wpcf7-form .form-group.checkbox-group .checkbox-label input[type=checkbox]:checked + .checkmark::after {
    left: 5px;
    top: 1px;
    border-width: 0 1.5px 1.5px 0;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .contact-form .wpcf7-form .form-group.checkbox-group .checkbox-label input[type=checkbox]:checked + .checkmark::after {
    width: 5px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .contact-form .wpcf7-form .form-group.checkbox-group .checkbox-label input[type=checkbox]:checked + .checkmark::after {
    height: 8px;
  }
}
.contact-form .wpcf7-form .submit-btn {
  width: 100%;
  padding: calc(1vw * 15 / 1280 * 100) calc(1vw * 30 / 1280 * 100);
  background: linear-gradient(135deg, #EBAD10 0%, #F0770E 100%);
  color: white;
  border: none;
  border-radius: calc(1vw * 8 / 1280 * 100);
  font-size: calc(1vw * 16 / 1280 * 100);
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media screen and (min-width: 1280px) {
  .contact-form .wpcf7-form .submit-btn {
    padding: 15px 30px;
  }
}
@media screen and (min-width: 1280px) {
  .contact-form .wpcf7-form .submit-btn {
    border-radius: 8px;
  }
}
@media screen and (min-width: 1280px) {
  .contact-form .wpcf7-form .submit-btn {
    font-size: 16px;
  }
}
.contact-form .wpcf7-form .submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(233, 176, 36, 0.4);
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .contact-form .wpcf7-form .submit-btn {
    padding: 12px 25px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .contact-form .wpcf7-form .submit-btn {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .contact-form .wpcf7-form .submit-btn {
    border-radius: 6px;
  }
}
.contact-form .wpcf7 p {
  margin: 0;
  padding: 0;
}
.contact-form .wpcf7 br {
  display: none;
}
.contact-form .wpcf7 .wpcf7-form .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.contact-form .wpcf7 .wpcf7-form .wpcf7-text,
.contact-form .wpcf7 .wpcf7-form .wpcf7-email,
.contact-form .wpcf7 .wpcf7-form .wpcf7-tel,
.contact-form .wpcf7 .wpcf7-form .wpcf7-select,
.contact-form .wpcf7 .wpcf7-form .wpcf7-textarea {
  width: 100%;
  padding: calc(1vw * 12 / 1280 * 100) calc(1vw * 15 / 1280 * 100);
  border-radius: calc(1vw * 8 / 1280 * 100);
  font-size: calc(1vw * 14 / 1280 * 100);
  color: #66503E;
  background: #F8F8F8;
  transition: border-color 0.3s ease;
  border: none;
}
@media screen and (min-width: 1280px) {
  .contact-form .wpcf7 .wpcf7-form .wpcf7-text,
  .contact-form .wpcf7 .wpcf7-form .wpcf7-email,
  .contact-form .wpcf7 .wpcf7-form .wpcf7-tel,
  .contact-form .wpcf7 .wpcf7-form .wpcf7-select,
  .contact-form .wpcf7 .wpcf7-form .wpcf7-textarea {
    padding: 12px 15px;
  }
}
@media screen and (min-width: 1280px) {
  .contact-form .wpcf7 .wpcf7-form .wpcf7-text,
  .contact-form .wpcf7 .wpcf7-form .wpcf7-email,
  .contact-form .wpcf7 .wpcf7-form .wpcf7-tel,
  .contact-form .wpcf7 .wpcf7-form .wpcf7-select,
  .contact-form .wpcf7 .wpcf7-form .wpcf7-textarea {
    border-radius: 8px;
  }
}
@media screen and (min-width: 1280px) {
  .contact-form .wpcf7 .wpcf7-form .wpcf7-text,
  .contact-form .wpcf7 .wpcf7-form .wpcf7-email,
  .contact-form .wpcf7 .wpcf7-form .wpcf7-tel,
  .contact-form .wpcf7 .wpcf7-form .wpcf7-select,
  .contact-form .wpcf7 .wpcf7-form .wpcf7-textarea {
    font-size: 14px;
  }
}
.contact-form .wpcf7 .wpcf7-form .wpcf7-text:focus,
.contact-form .wpcf7 .wpcf7-form .wpcf7-email:focus,
.contact-form .wpcf7 .wpcf7-form .wpcf7-tel:focus,
.contact-form .wpcf7 .wpcf7-form .wpcf7-select:focus,
.contact-form .wpcf7 .wpcf7-form .wpcf7-textarea:focus {
  outline: none;
  border-color: #EBAD10;
}
.contact-form .wpcf7 .wpcf7-form .wpcf7-text::placeholder,
.contact-form .wpcf7 .wpcf7-form .wpcf7-email::placeholder,
.contact-form .wpcf7 .wpcf7-form .wpcf7-tel::placeholder,
.contact-form .wpcf7 .wpcf7-form .wpcf7-select::placeholder,
.contact-form .wpcf7 .wpcf7-form .wpcf7-textarea::placeholder {
  color: #999;
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .contact-form .wpcf7 .wpcf7-form .wpcf7-text,
  .contact-form .wpcf7 .wpcf7-form .wpcf7-email,
  .contact-form .wpcf7 .wpcf7-form .wpcf7-tel,
  .contact-form .wpcf7 .wpcf7-form .wpcf7-select,
  .contact-form .wpcf7 .wpcf7-form .wpcf7-textarea {
    padding: 10px 12px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .contact-form .wpcf7 .wpcf7-form .wpcf7-text,
  .contact-form .wpcf7 .wpcf7-form .wpcf7-email,
  .contact-form .wpcf7 .wpcf7-form .wpcf7-tel,
  .contact-form .wpcf7 .wpcf7-form .wpcf7-select,
  .contact-form .wpcf7 .wpcf7-form .wpcf7-textarea {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .contact-form .wpcf7 .wpcf7-form .wpcf7-text,
  .contact-form .wpcf7 .wpcf7-form .wpcf7-email,
  .contact-form .wpcf7 .wpcf7-form .wpcf7-tel,
  .contact-form .wpcf7 .wpcf7-form .wpcf7-select,
  .contact-form .wpcf7 .wpcf7-form .wpcf7-textarea {
    border-radius: 6px;
  }
}
.contact-form .wpcf7 .wpcf7-form .wpcf7-select {
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%2366503E' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px;
  padding-right: 40px;
}
.contact-form .wpcf7 .wpcf7-form .wpcf7-textarea {
  resize: vertical;
  min-height: 120px;
}
.contact-form .wpcf7 .wpcf7-form .wpcf7-checkbox .wpcf7-list-item {
  margin: 0;
}
.contact-form .wpcf7 .wpcf7-form .wpcf7-checkbox .wpcf7-list-item input[type=checkbox] {
  display: none;
}
.contact-form .wpcf7 .wpcf7-form .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: calc(1vw * 14 / 1280 * 100);
  color: #66503E;
}
@media screen and (min-width: 1280px) {
  .contact-form .wpcf7 .wpcf7-form .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .contact-form .wpcf7 .wpcf7-form .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label {
    font-size: 13px;
  }
}
.contact-form .wpcf7 .wpcf7-form .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label::before {
  content: "";
  width: calc(1vw * 20 / 1280 * 100);
  height: calc(1vw * 20 / 1280 * 100);
  border: 2px solid #E5DFD6;
  border-radius: calc(1vw * 4 / 1280 * 100);
  margin-right: 10px;
  position: relative;
  transition: all 0.3s ease;
}
@media screen and (min-width: 1280px) {
  .contact-form .wpcf7 .wpcf7-form .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label::before {
    width: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .contact-form .wpcf7 .wpcf7-form .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label::before {
    height: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .contact-form .wpcf7 .wpcf7-form .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label::before {
    border-radius: 4px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .contact-form .wpcf7 .wpcf7-form .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label::before {
    width: 18px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .contact-form .wpcf7 .wpcf7-form .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label::before {
    height: 18px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .contact-form .wpcf7 .wpcf7-form .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label::before {
    margin-right: 8px;
  }
}
.contact-form .wpcf7 .wpcf7-form .wpcf7-checkbox .wpcf7-list-item input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  background: #EBAD10;
  border-color: #EBAD10;
}
.contact-form .wpcf7 .wpcf7-form .wpcf7-checkbox .wpcf7-list-item input[type=checkbox]:checked + .wpcf7-list-item-label::before::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 2px;
  width: calc(1vw * 6 / 1280 * 100);
  height: calc(1vw * 10 / 1280 * 100);
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
@media screen and (min-width: 1280px) {
  .contact-form .wpcf7 .wpcf7-form .wpcf7-checkbox .wpcf7-list-item input[type=checkbox]:checked + .wpcf7-list-item-label::before::after {
    width: 6px;
  }
}
@media screen and (min-width: 1280px) {
  .contact-form .wpcf7 .wpcf7-form .wpcf7-checkbox .wpcf7-list-item input[type=checkbox]:checked + .wpcf7-list-item-label::before::after {
    height: 10px;
  }
}
@media screen and (max-width: 768px) {
  .contact-form .wpcf7 .wpcf7-form .wpcf7-checkbox .wpcf7-list-item input[type=checkbox]:checked + .wpcf7-list-item-label::before::after {
    left: 5px;
    top: 1px;
    border-width: 0 1.5px 1.5px 0;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .contact-form .wpcf7 .wpcf7-form .wpcf7-checkbox .wpcf7-list-item input[type=checkbox]:checked + .wpcf7-list-item-label::before::after {
    width: 5px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .contact-form .wpcf7 .wpcf7-form .wpcf7-checkbox .wpcf7-list-item input[type=checkbox]:checked + .wpcf7-list-item-label::before::after {
    height: 8px;
  }
}
.contact-form .wpcf7 .wpcf7-form .wpcf7-submit {
  width: 100%;
  padding: calc(1vw * 15 / 1280 * 100) calc(1vw * 30 / 1280 * 100);
  background: linear-gradient(135deg, #EBAD10 0%, #F0770E 100%);
  color: white;
  border: none;
  border-radius: calc(1vw * 8 / 1280 * 100);
  font-size: calc(1vw * 16 / 1280 * 100);
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media screen and (min-width: 1280px) {
  .contact-form .wpcf7 .wpcf7-form .wpcf7-submit {
    padding: 15px 30px;
  }
}
@media screen and (min-width: 1280px) {
  .contact-form .wpcf7 .wpcf7-form .wpcf7-submit {
    border-radius: 8px;
  }
}
@media screen and (min-width: 1280px) {
  .contact-form .wpcf7 .wpcf7-form .wpcf7-submit {
    font-size: 16px;
  }
}
.contact-form .wpcf7 .wpcf7-form .wpcf7-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(233, 176, 36, 0.4);
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .contact-form .wpcf7 .wpcf7-form .wpcf7-submit {
    padding: 12px 25px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .contact-form .wpcf7 .wpcf7-form .wpcf7-submit {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .contact-form .wpcf7 .wpcf7-form .wpcf7-submit {
    border-radius: 6px;
  }
}
.contact-form .wpcf7 .wpcf7-not-valid-tip {
  font-size: calc(1vw * 12 / 1280 * 100);
  color: #e74c3c;
  margin-top: calc(1vw * 5 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .contact-form .wpcf7 .wpcf7-not-valid-tip {
    font-size: 12px;
  }
}
@media screen and (min-width: 1280px) {
  .contact-form .wpcf7 .wpcf7-not-valid-tip {
    margin-top: 5px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .contact-form .wpcf7 .wpcf7-not-valid-tip {
    font-size: 11px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .contact-form .wpcf7 .wpcf7-not-valid-tip {
    margin-top: 3px;
  }
}
.contact-form .wpcf7 .wpcf7-response-output {
  margin-top: calc(1vw * 20 / 1280 * 100);
  padding: calc(1vw * 15 / 1280 * 100) calc(1vw * 20 / 1280 * 100);
  border-radius: calc(1vw * 8 / 1280 * 100);
  font-size: calc(1vw * 14 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .contact-form .wpcf7 .wpcf7-response-output {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .contact-form .wpcf7 .wpcf7-response-output {
    padding: 15px 20px;
  }
}
@media screen and (min-width: 1280px) {
  .contact-form .wpcf7 .wpcf7-response-output {
    border-radius: 8px;
  }
}
@media screen and (min-width: 1280px) {
  .contact-form .wpcf7 .wpcf7-response-output {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .contact-form .wpcf7 .wpcf7-response-output {
    margin-top: 15px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .contact-form .wpcf7 .wpcf7-response-output {
    padding: 12px 15px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .contact-form .wpcf7 .wpcf7-response-output {
    font-size: 13px;
  }
}
.contact-form .wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ok {
  background: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}
.contact-form .wpcf7 .wpcf7-response-output.wpcf7-validation-errors {
  background: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}
.contact-form .inquiry-form .form-group {
  margin-bottom: calc(1vw * 25 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .contact-form .inquiry-form .form-group {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .contact-form .inquiry-form .form-group {
    margin-bottom: 20px;
  }
}
.contact-form .inquiry-form .form-group label {
  display: block;
  font-size: calc(1vw * 14 / 1280 * 100);
  font-weight: 600;
  color: #66503E;
  margin-bottom: calc(1vw * 8 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .contact-form .inquiry-form .form-group label {
    font-size: 14px;
  }
}
@media screen and (min-width: 1280px) {
  .contact-form .inquiry-form .form-group label {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .contact-form .inquiry-form .form-group label {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .contact-form .inquiry-form .form-group label {
    margin-bottom: 6px;
  }
}
.contact-form .inquiry-form .form-group input[type=text],
.contact-form .inquiry-form .form-group input[type=email],
.contact-form .inquiry-form .form-group input[type=tel],
.contact-form .inquiry-form .form-group select,
.contact-form .inquiry-form .form-group textarea {
  width: 100%;
  padding: calc(1vw * 12 / 1280 * 100) calc(1vw * 15 / 1280 * 100);
  border-radius: calc(1vw * 8 / 1280 * 100);
  font-size: calc(1vw * 14 / 1280 * 100);
  color: #66503E;
  background: #F8F8F8;
  transition: border-color 0.3s ease;
  border: none;
}
@media screen and (min-width: 1280px) {
  .contact-form .inquiry-form .form-group input[type=text],
  .contact-form .inquiry-form .form-group input[type=email],
  .contact-form .inquiry-form .form-group input[type=tel],
  .contact-form .inquiry-form .form-group select,
  .contact-form .inquiry-form .form-group textarea {
    padding: 12px 15px;
  }
}
@media screen and (min-width: 1280px) {
  .contact-form .inquiry-form .form-group input[type=text],
  .contact-form .inquiry-form .form-group input[type=email],
  .contact-form .inquiry-form .form-group input[type=tel],
  .contact-form .inquiry-form .form-group select,
  .contact-form .inquiry-form .form-group textarea {
    border-radius: 8px;
  }
}
@media screen and (min-width: 1280px) {
  .contact-form .inquiry-form .form-group input[type=text],
  .contact-form .inquiry-form .form-group input[type=email],
  .contact-form .inquiry-form .form-group input[type=tel],
  .contact-form .inquiry-form .form-group select,
  .contact-form .inquiry-form .form-group textarea {
    font-size: 14px;
  }
}
.contact-form .inquiry-form .form-group input[type=text]:focus,
.contact-form .inquiry-form .form-group input[type=email]:focus,
.contact-form .inquiry-form .form-group input[type=tel]:focus,
.contact-form .inquiry-form .form-group select:focus,
.contact-form .inquiry-form .form-group textarea:focus {
  outline: none;
  border-color: #EBAD10;
}
.contact-form .inquiry-form .form-group input[type=text]::placeholder,
.contact-form .inquiry-form .form-group input[type=email]::placeholder,
.contact-form .inquiry-form .form-group input[type=tel]::placeholder,
.contact-form .inquiry-form .form-group select::placeholder,
.contact-form .inquiry-form .form-group textarea::placeholder {
  color: #999;
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .contact-form .inquiry-form .form-group input[type=text],
  .contact-form .inquiry-form .form-group input[type=email],
  .contact-form .inquiry-form .form-group input[type=tel],
  .contact-form .inquiry-form .form-group select,
  .contact-form .inquiry-form .form-group textarea {
    padding: 10px 12px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .contact-form .inquiry-form .form-group input[type=text],
  .contact-form .inquiry-form .form-group input[type=email],
  .contact-form .inquiry-form .form-group input[type=tel],
  .contact-form .inquiry-form .form-group select,
  .contact-form .inquiry-form .form-group textarea {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .contact-form .inquiry-form .form-group input[type=text],
  .contact-form .inquiry-form .form-group input[type=email],
  .contact-form .inquiry-form .form-group input[type=tel],
  .contact-form .inquiry-form .form-group select,
  .contact-form .inquiry-form .form-group textarea {
    border-radius: 6px;
  }
}
.contact-form .inquiry-form .form-group select {
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%2366503E' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px;
  padding-right: 40px;
}
.contact-form .inquiry-form .form-group textarea {
  resize: vertical;
  min-height: 120px;
}
.contact-form .inquiry-form .form-group .name-fields p {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: calc(1vw * 15 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .contact-form .inquiry-form .form-group .name-fields p {
    gap: 15px;
  }
}
@media screen and (max-width: 768px) {
  .contact-form .inquiry-form .form-group .name-fields p {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .contact-form .inquiry-form .form-group .name-fields p {
    gap: 10px;
  }
}
.contact-form .inquiry-form .form-group .char-count {
  text-align: right;
  font-size: calc(1vw * 12 / 1280 * 100);
  color: #999;
  margin-top: calc(1vw * 5 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .contact-form .inquiry-form .form-group .char-count {
    font-size: 12px;
  }
}
@media screen and (min-width: 1280px) {
  .contact-form .inquiry-form .form-group .char-count {
    margin-top: 5px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .contact-form .inquiry-form .form-group .char-count {
    font-size: 11px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .contact-form .inquiry-form .form-group .char-count {
    margin-top: 3px;
  }
}
.contact-form .inquiry-form .form-group.checkbox-group {
  margin-bottom: calc(1vw * 30 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .contact-form .inquiry-form .form-group.checkbox-group {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .contact-form .inquiry-form .form-group.checkbox-group {
    margin-bottom: 25px;
  }
}
.contact-form .inquiry-form .form-group.checkbox-group .checkbox-label {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: calc(1vw * 14 / 1280 * 100);
  color: #66503E;
}
@media screen and (min-width: 1280px) {
  .contact-form .inquiry-form .form-group.checkbox-group .checkbox-label {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .contact-form .inquiry-form .form-group.checkbox-group .checkbox-label {
    font-size: 13px;
  }
}
.contact-form .inquiry-form .form-group.checkbox-group .checkbox-label input[type=checkbox] {
  display: none;
}
.contact-form .inquiry-form .form-group.checkbox-group .checkbox-label .checkmark {
  width: calc(1vw * 20 / 1280 * 100);
  height: calc(1vw * 20 / 1280 * 100);
  border: 2px solid #E5DFD6;
  border-radius: calc(1vw * 4 / 1280 * 100);
  margin-right: 10px;
  position: relative;
  transition: all 0.3s ease;
}
@media screen and (min-width: 1280px) {
  .contact-form .inquiry-form .form-group.checkbox-group .checkbox-label .checkmark {
    width: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .contact-form .inquiry-form .form-group.checkbox-group .checkbox-label .checkmark {
    height: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .contact-form .inquiry-form .form-group.checkbox-group .checkbox-label .checkmark {
    border-radius: 4px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .contact-form .inquiry-form .form-group.checkbox-group .checkbox-label .checkmark {
    width: 18px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .contact-form .inquiry-form .form-group.checkbox-group .checkbox-label .checkmark {
    height: 18px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .contact-form .inquiry-form .form-group.checkbox-group .checkbox-label .checkmark {
    margin-right: 8px;
  }
}
.contact-form .inquiry-form .form-group.checkbox-group .checkbox-label input[type=checkbox]:checked + .checkmark {
  background: #EBAD10;
  border-color: #EBAD10;
}
.contact-form .inquiry-form .form-group.checkbox-group .checkbox-label input[type=checkbox]:checked + .checkmark::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 2px;
  width: calc(1vw * 6 / 1280 * 100);
  height: calc(1vw * 10 / 1280 * 100);
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
@media screen and (min-width: 1280px) {
  .contact-form .inquiry-form .form-group.checkbox-group .checkbox-label input[type=checkbox]:checked + .checkmark::after {
    width: 6px;
  }
}
@media screen and (min-width: 1280px) {
  .contact-form .inquiry-form .form-group.checkbox-group .checkbox-label input[type=checkbox]:checked + .checkmark::after {
    height: 10px;
  }
}
@media screen and (max-width: 768px) {
  .contact-form .inquiry-form .form-group.checkbox-group .checkbox-label input[type=checkbox]:checked + .checkmark::after {
    left: 5px;
    top: 1px;
    border-width: 0 1.5px 1.5px 0;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .contact-form .inquiry-form .form-group.checkbox-group .checkbox-label input[type=checkbox]:checked + .checkmark::after {
    width: 5px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .contact-form .inquiry-form .form-group.checkbox-group .checkbox-label input[type=checkbox]:checked + .checkmark::after {
    height: 8px;
  }
}
.contact-form .inquiry-form .submit-btn {
  width: 100%;
  padding: calc(1vw * 15 / 1280 * 100) calc(1vw * 30 / 1280 * 100);
  background: linear-gradient(135deg, #EBAD10 0%, #F0770E 100%);
  color: white;
  border: none;
  border-radius: calc(1vw * 8 / 1280 * 100);
  font-size: calc(1vw * 16 / 1280 * 100);
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media screen and (min-width: 1280px) {
  .contact-form .inquiry-form .submit-btn {
    padding: 15px 30px;
  }
}
@media screen and (min-width: 1280px) {
  .contact-form .inquiry-form .submit-btn {
    border-radius: 8px;
  }
}
@media screen and (min-width: 1280px) {
  .contact-form .inquiry-form .submit-btn {
    font-size: 16px;
  }
}
.contact-form .inquiry-form .submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(233, 176, 36, 0.4);
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .contact-form .inquiry-form .submit-btn {
    padding: 12px 25px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .contact-form .inquiry-form .submit-btn {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .contact-form .inquiry-form .submit-btn {
    border-radius: 6px;
  }
}

.contact-footer {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../images/common/family-bg.jpg");
  background-size: cover;
  background-position: center;
  padding: calc(1vw * 60 / 1280 * 100) calc(1vw * 40 / 1280 * 100);
  text-align: center;
  border-radius: calc(1vw * 15 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .contact-footer {
    padding: 60px 40px;
  }
}
@media screen and (min-width: 1280px) {
  .contact-footer {
    border-radius: 15px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .contact-footer {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .contact-footer {
    border-radius: 10px;
  }
}
.contact-footer .footer-content {
  margin-bottom: calc(1vw * 40 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .contact-footer .footer-content {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .contact-footer .footer-content {
    margin-bottom: 30px;
  }
}
.contact-footer .footer-content .footer-title {
  font-size: calc(1vw * 28 / 1280 * 100);
  font-weight: 700;
  color: white;
  margin-bottom: calc(1vw * 15 / 1280 * 100);
  line-height: 1.3;
}
@media screen and (min-width: 1280px) {
  .contact-footer .footer-content .footer-title {
    font-size: 28px;
  }
}
@media screen and (min-width: 1280px) {
  .contact-footer .footer-content .footer-title {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .contact-footer .footer-content .footer-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .contact-footer .footer-content .footer-title {
    margin-bottom: 12px;
  }
}
.contact-footer .footer-content .footer-subtitle {
  font-size: calc(1vw * 16 / 1280 * 100);
  color: white;
  margin-bottom: calc(1vw * 30 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .contact-footer .footer-content .footer-subtitle {
    font-size: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .contact-footer .footer-content .footer-subtitle {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .contact-footer .footer-content .footer-subtitle {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .contact-footer .footer-content .footer-subtitle {
    margin-bottom: 25px;
  }
}
.contact-footer .footer-content .footer-buttons {
  display: flex;
  justify-content: center;
  gap: calc(1vw * 20 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .contact-footer .footer-content .footer-buttons {
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .contact-footer .footer-content .footer-buttons {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .contact-footer .footer-content .footer-buttons {
    gap: 15px;
  }
}
.contact-footer .footer-content .footer-buttons .footer-btn {
  display: inline-flex;
  align-items: center;
  gap: calc(1vw * 8 / 1280 * 100);
  padding: calc(1vw * 12 / 1280 * 100) calc(1vw * 20 / 1280 * 100);
  border-radius: calc(1vw * 8 / 1280 * 100);
  text-decoration: none;
  font-size: calc(1vw * 14 / 1280 * 100);
  font-weight: 600;
  transition: all 0.3s ease;
}
@media screen and (min-width: 1280px) {
  .contact-footer .footer-content .footer-buttons .footer-btn {
    gap: 8px;
  }
}
@media screen and (min-width: 1280px) {
  .contact-footer .footer-content .footer-buttons .footer-btn {
    padding: 12px 20px;
  }
}
@media screen and (min-width: 1280px) {
  .contact-footer .footer-content .footer-buttons .footer-btn {
    border-radius: 8px;
  }
}
@media screen and (min-width: 1280px) {
  .contact-footer .footer-content .footer-buttons .footer-btn {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .contact-footer .footer-content .footer-buttons .footer-btn {
    padding: 10px 15px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .contact-footer .footer-content .footer-buttons .footer-btn {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .contact-footer .footer-content .footer-buttons .footer-btn {
    gap: 6px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .contact-footer .footer-content .footer-buttons .footer-btn {
    border-radius: 6px;
  }
}
.contact-footer .footer-content .footer-buttons .footer-btn .btn-icon {
  width: calc(1vw * 20 / 1280 * 100);
  height: calc(1vw * 20 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .contact-footer .footer-content .footer-buttons .footer-btn .btn-icon {
    width: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .contact-footer .footer-content .footer-buttons .footer-btn .btn-icon {
    height: 20px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .contact-footer .footer-content .footer-buttons .footer-btn .btn-icon {
    width: 18px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .contact-footer .footer-content .footer-buttons .footer-btn .btn-icon {
    height: 18px;
  }
}
.contact-footer .footer-content .footer-buttons .footer-btn.search-btn {
  background: #EBAD10;
  color: white;
}
.contact-footer .footer-content .footer-buttons .footer-btn.search-btn:hover {
  background: #D99A0E;
  transform: translateY(-2px);
}
.contact-footer .footer-content .footer-buttons .footer-btn.line-btn {
  background: #06C755;
  color: white;
}
.contact-footer .footer-content .footer-buttons .footer-btn.line-btn:hover {
  background: #05A045;
  transform: translateY(-2px);
}
.contact-footer .footer-content .footer-buttons .footer-btn.form-btn {
  background: #F1EEEA;
  color: #66503E;
}
.contact-footer .footer-content .footer-buttons .footer-btn.form-btn:hover {
  background: #E5DFD6;
  transform: translateY(-2px);
}
.contact-footer .copyright {
  font-size: calc(1vw * 12 / 1280 * 100);
  color: rgba(255, 255, 255, 0.8);
}
@media screen and (min-width: 1280px) {
  .contact-footer .copyright {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .contact-footer .copyright {
    font-size: 11px;
  }
}

@media screen and (max-width: 768px) {
  .container {
    width: 100%;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .container {
    padding: 0px 15px;
  }
}
@media screen and (max-width: 768px) {
  .contact-info {
    margin-bottom: 30px;
  }
  main {
    margin-bottom: 100px;
  }
}

/*# sourceMappingURL=contact.css.map */
