
.contact_file_sec {
  width: 72rem;
  padding-top: 11.9rem;
  margin: 0 auto 0;
  font-family: var(--Inter);
  color: #262626;
}

.contact_thanks_sec {
  margin-bottom: 15rem;
}

.contact_heading {
  margin-bottom: 12rem;
}

.contact_title {
  height: 3.9rem;
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 3rem;
  letter-spacing: 0.18rem;
}

.contact_sentence {
  font-size: 2rem;
  font-weight: 400;
  line-height: calc(35/20);
  height: 5.9rem;
  letter-spacing: 0.028rem;
}

/* ここからformのcss */
.contact_input_label_wrap {
  /* margin-bottom: 3rem; */
  margin-bottom: 2.7rem;
  font-size: 1.6rem;
}

.contact_message_wrap {
  margin-bottom: 3.5rem;
}

.contact_input_label {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 2rem;
  height: 2.4rem;
}

.contact_required {
  color: #ED1E34;
  font-size: 2rem;
}

.contact_text_folder {
  width: 72rem;
  border: 0.1rem solid #CCCCCC;
  border-radius: 0.6rem;
  padding: 1.6rem 2rem;
}

.contact_text_folder,
.contact_input_message {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: calc(24/16);
  height: 5.2rem;
}

.contact_input_message {
  height: 10rem;
  white-space: pre-wrap;
  overflow: auto;
}

.contact_confirm_screen {
  text-align: center;
}

/* プライバシーポリシー */
.contact_policy {
  font-size: 1.6rem;
  margin-bottom: 3rem;
}

.contact_policy_link {
  font-weight: 500;
  border-bottom: 0.1rem solid #262626;
}

.contact_btn_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact_confirm_button {
  color: #FFFFFF;
  padding: 1.6rem 2rem;
  font-size: 2rem;
  font-weight: 400;
  background-color: #003790;
  border-radius: 0.6rem;
  height: 5.6rem;
  display: inline-block;
  width: 18.6rem;
  margin-left: 2rem;
}

/* ここからご連絡希望 */
.contact_desired_sec {
  width: 72rem;
  margin: 7.4rem auto 15rem;
  font-family: var(--Inter);
  color: #262626;
}

.contact_desired_wrap {
  padding: 4rem 2rem;
  background-color: #E7E7E7;
  height: 33rem;
}

.contact_desired_text {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 2.5rem;
  height: 2.4rem;
  letter-spacing: 0.02rem;
}

.contact_desired_item_wrap {
  margin-bottom: 2rem;
}

.contact_desired_item {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
  height: 2.4rem;
}

.contact_desired_logo {
  width: 1.5rem;
  height: 1.5rem;
}

.contact_desired_title {
  font-size: 2rem;
  color: #003790;
  font-weight: 600;
  height: 2.4rem;
}

.contact_desired_content {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: calc(24/16);
  height: 2rem;
}

/* contactWP設定 */
.wpcf7-spinner {
  margin: 0;
  width: 2.4rem;
  height: 2.4rem;
}

.wpcf7-not-valid-tip {
  margin-top: 1rem;
  color: #ED1E34;
  font-weight: 400;
  font-size: 1.6rem;
}

@media screen and (max-width: 699.98px){
  /* ここからレスポンシブ */
  .contact_file_sec {
    padding-top: 10.4rem;
    margin: 0 1.5rem 0;
    width: 34.5rem;
  }

  .contact_thanks_sec {
    margin-bottom: 15rem;
  }

  .contact_heading {
    margin-bottom: 10rem;
  }
  
  .contact_title {
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 1.6rem;
    letter-spacing: 0.058rem;
    height: 2.9rem;
  }

  .contact_sentence {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: calc(32/16);
    height: 8.4rem;
    letter-spacing: 0.014rem;
  }

  .contact_input_label_wrap {
    margin-bottom: 4rem;
  }

  .contact_message_wrap {
    margin-bottom: 5rem;
  }

  .contact_text_folder {
    width: 34.5rem;
  }

  .contact_policy {
    font-size: 1.4rem;
  }

  /* .contact_btn_wrap {
    gap: 2rem;
  } */

  .back_botton,
  .sub_botton {
    width: 13rem;
  }

  /* ここからご連絡希望 */
  .contact_desired_sec {
    width: 100%;
    margin: 7.4rem 0 0;
  }

  .contact_desired_wrap {
    padding: 4rem 1.5rem;
    height: 35.4rem;
  }

  .desired_content_other {
    height: 4.4rem;
  }

  .home_button {
    width: 17.3rem;
    margin-left:0; 
  }
}