main {
  margin-top: 80px;
}

.contact-main {
  font-family: "Noto Sans JP", sans-serif;
  background-color: #5ac8fa;
  margin: 0;
  padding: 40px 0;
  color: #333;
}

.contact-section {
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
  /* background-color: #5ac8fa; */
  padding: 75px 40px;
  box-sizing: border-box;
}

/* Title */
.contact-intro {
  font-size: 1.1rem;
  margin-bottom: 30px;
  margin-bottom: 30px;
  border: 1px solid #000000;
  width: fit-content;
  padding-block: 28px;
  padding-inline: 21px;
}

.sub-fv {
  width: 100%;
  height: 350px;
  background: url('../images/contact/contact-fv-img.png');
  background-size: cover;
  background-position: top;
  position: relative;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
}

.form-group {
  flex: 1;
  min-width: 240px;
  display: flex;
  flex-direction: column;
}

.form-group.full {
  flex: 100%;
}

label {
  margin-left: 10px;
  font-size: 0.9rem;
  margin-bottom: 6px;
  color: #333;
}

input,
select,
textarea {
  padding: 10px;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 6px;
  outline: none;
  transition: border-color 0.2s;
}

input:focus,
select:focus,
textarea:focus {
  border-color: #0078d7;
}

/* Checkbox */
.checkbox-row {
  justify-content: center;
  text-align: center;
}

.checkbox-row input {
  margin-right: 8px;
}

/* Submit Button */
.submit-btn {
  background-color: #f4a100;
  color: #fff;
  border: none;
  padding: 12px 40px;
  font-size: 1.1rem;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s;
  display: block;
  margin: 0 auto;
}

.submit-btn:hover {
  background-color: #e59300;
}

.title {
  font-family: fugaz one, sans-serif;
  font-size: 64px;
  color: #D28F13;

}

.content {
  font-size: 25px;
  color: #212121;
  /* margin-top: 7px; */
}

.map-container {
  margin-top: 50px;
  text-align: center;
  display: flex;
  gap: 1rem;
}

.map-logo {
  width: 40%;
  display: flex;
  flex-direction: column;
}

.map-logo div:nth-child(2) {
  margin-top: 25px;
}

.map-logo div:nth-child(2) p {
  /* margin-top: 25px ; */
  font-size: 22px;
  /* align-items: start; */
}

#text p {
  text-align: start !important;

}

.map-logo .text {
  font-size: 40px;
  letter-spacing: 12px;
  /* align-items: start; */
  text-align: start;
}

iframe {
  width: 100%;
  height: 380px;
}


/* Responsive */
@media (max-width: 1024px) {
  .map-logo .text {
    font-size: 30px;
    letter-spacing: 5px;
    /* align-items: start; */
    text-align: start;
  }
}

@media (max-width: 768px) {
  .contact-form {
    padding: 20px;
  }

  .map-container {
    margin-top: 50px;
    text-align: center;
    display: block;
    gap: 3rem;
  }

  .map-logo {
    width: 100%;

    display: flex;
    flex-direction: row;
  }

  .map-logo img {
    object-fit: contain;
    width: 50%;
  }

  .map-text {
    margin-left: 10px;
    display: flex;
    flex-direction: column;
    margin-top: 0px;
  }

  #text {
    margin-top: 5px;
  }

  .map-logo .text {
    font-size: 25px;
    letter-spacing: 5px;
    /* align-items: start; */
    text-align: start;
  }

  .map-logo div:nth-child(2) p {
    /* margin-top: 25px ; */
    font-size: 16px;
    /* align-items: start; */
  }

  .map-logo div:nth-child(2) {
    margin-top: 0px;
  }

}

@media (max-width: 640px) {
  .contact-section {
    padding-inline: 10px;
  }

  .contact-form {
    padding: 0px;
  }

  header {
    padding-inline: 20px;
  }
}

@media (max-width: 540px) {
  .map-logo {
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  header {
    padding-inline: 10px;
  }

  .map-logo img {
    width: 100%;
  }

}