main {
  display: flex;
  flex-direction: column;
}

footer {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.anchor {
  display: flex;
  width: 100%;
  height: auto;
}
.anchor img {
  width: 100%;
  height: auto;
}

.column_img {
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .column_img {
    display: none;
  }
}

.column_img_sp {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .column_img_sp {
    display: none;
  }
}

.copyright {
  width: 100%;
  height: 3vw;
}
@media (max-width: 768px) {
  .copyright {
    display: none;
  }
}

.copyright_sp {
  width: 100%;
  height: 9vw;
}
@media (min-width: 768px) {
  .copyright_sp {
    display: none;
  }
}

.contact_form_container {
  position: relative;
  width: 100%;
  background-image: url("../assets/footer/contact_bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding: 10vw 0 3vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .contact_form_container {
    background-image: url("../assets/footer/sp/contact_bg.jpg");
    background-position: top;
    padding: 21vw 9vw;
  }
}

.contact_form {
  background-image: url("../assets/footer/contact_content_bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  max-width: 39vw;
  border-radius: 1vw;
  padding: 3vw;
  display: flex;
  flex-direction: column;
  gap: 1vw;
}
@media (max-width: 768px) {
  .contact_form {
    max-width: initial;
    border-radius: 3vw;
    padding: 7vw;
    gap: 1.5vw;
  }
}

.form_group {
  display: flex;
  flex-direction: column;
  gap: 0.4vw;
}
.form_group label {
  color: #ffffff;
  font-size: 1vw;
  font-weight: medium;
}
.form_group input[type=text],
.form_group input[type=tel],
.form_group input[type=email],
.form_group textarea {
  width: 100%;
  padding: 0.85vw 0.89vw;
  background-color: #f5f1e5;
  border: none;
  border-radius: 4px;
  font-size: 1vw;
  color: #040107;
  outline: none;
}
.form_group input[type=text]:focus,
.form_group input[type=tel]:focus,
.form_group input[type=email]:focus,
.form_group textarea:focus {
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.6);
}
.form_group textarea {
  resize: vertical;
  min-height: 21vw;
}
.form_group--row {
  flex-direction: row;
  gap: 0.8vw;
}
@media (max-width: 768px) {
  .form_group {
    gap: 1vw;
  }
  .form_group label {
    font-size: 2vw;
  }
  .form_group input[type=text],
  .form_group input[type=tel],
  .form_group input[type=email],
  .form_group textarea {
    padding: 1.8vw 1.8vw;
    border-radius: 1.2vw;
    font-size: 2vw;
  }
  .form_group textarea {
    min-height: 44vw;
    border-radius: 1.5vw;
  }
  .form_group--row {
    gap: 0.8vw;
  }
}

.form_group__half {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1vw;
}
.form_group__half label {
  color: #ffffff;
  font-size: 1vw;
  font-weight: medium;
}
.form_group__half input {
  width: 100%;
  padding: 0.85vw 0.89vw;
  background-color: #f5f1e5;
  border: none;
  border-radius: 4px;
  font-size: 1vw;
  color: #040107;
  outline: none;
}
.form_group__half input:focus {
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.6);
}
@media (max-width: 768px) {
  .form_group__half {
    gap: 1vw;
  }
  .form_group__half label {
    font-size: 2vw;
  }
  .form_group__half input {
    padding: 1.8vw 1.8vw;
    border-radius: 1vw;
    font-size: 2vw;
  }
  .form_group__half textarea {
    min-height: 44vw;
  }
  .form_group__half--row {
    gap: 0.8vw;
  }
}

.form_label_block {
  display: block;
  color: #ffffff;
  font-size: 1vw;
  font-weight: bold;
}
@media (max-width: 768px) {
  .form_label_block {
    font-size: 2vw;
  }
}

.radio_group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85vw;
}
@media (max-width: 768px) {
  .radio_group {
    gap: 1.8vw;
  }
}

.radio_label {
  display: flex;
  align-items: center;
  gap: 0.85vw;
  color: #ffffff;
  font-size: 1vw;
  cursor: pointer;
}
@media (max-width: 768px) {
  .radio_label {
    font-size: 2vw;
    gap: 1.8vw;
  }
}

.form_privacy {
  font-size: 0.7vw;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.5;
  text-align: center;
  font-weight: medium;
}
@media (max-width: 768px) {
  .form_privacy {
    font-size: 1.5vw;
  }
}

.form_buttons {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 0.5rem;
}
@media (max-width: 768px) {
  .form_buttons {
    gap: 1.5vw;
  }
}

.btn_reset {
  width: 100%;
  padding: 0.9vw;
  background-color: #f5f1e5;
  color: #d30d26;
  border: none;
  border-radius: 3vw;
  font-size: 1vw;
  font-weight: bold;
  cursor: pointer;
  transition: opacity 0.2s;
}
.btn_reset:hover {
  opacity: 0.8;
}
@media (max-width: 768px) {
  .btn_reset {
    font-size: 3vw;
    padding: 1.5vw;
    border-radius: 6vw;
  }
}

.btn_submit {
  width: 100%;
  padding: 0.9vw;
  background-color: #fac92c;
  color: #d30d26;
  border: none;
  border-radius: 3vw;
  font-size: 1vw;
  font-weight: bold;
  cursor: pointer;
  transition: opacity 0.2s;
}
.btn_submit:hover {
  opacity: 0.85;
}
@media (max-width: 768px) {
  .btn_submit {
    font-size: 3vw;
    padding: 1.5vw;
    border-radius: 6vw;
  }
}/*# sourceMappingURL=shared.css.map */