@charset "UTF-8";
/* -----------------------------------
 
 (c) 2024 melong works
 contact：info@melong-works.com
  「form_style.css」@2024

----------------------------------- */
/*****************************************************

	システム

*****************************************************/
/*コンテンツ文字 基本*/
/*コンテンツ文字 白*/
/*コンテンツ文字 緑*/
/*ボタン緑*/
/*ボタン緑02*/
/*****************************************************

	フォントサイズ指定

*****************************************************/
/*使用例*/
.fontsize_example {
  font-size: clamp(1rem, 0.7rem + 0.78vw, 2.2rem) /* FontSizeClamp (10 - 22px, 375 - 1920px) */;
}

/*****************************************************

	widthなどサイズ を　px　から % に

*****************************************************/
/*使用例*/
.size_example {
  width: calc(10.4167% + -0.4%);
}

/*****************************************************

	widthなどサイズ を　px　から vw に シンプル

*****************************************************/
/*使用例*/
.size_exampleVW {
  width: 4.6154vw;
}

/*****************************************************

	widthなどサイズ を　px　から vh に シンプル

*****************************************************/
/*使用例*/
.size_exampleVH {
  width: 2.8125vh;
}

/*****************************************************

	widthなどサイズ を　px　から % に シンプル

*****************************************************/
/*使用例*/
.size_examplePar {
  width: 2.8125%;
}

/*****************************************************

	widthなどサイズ を　px　から vw に シンプル
  min を使用して、最大値を設定

*****************************************************/
.size_sizeMinVW {
  width: min( 50vw, 320px );
}

/*****************************************************

	widthなどサイズ を　px　から vw に シンプル
  clamp を使用して、最小と最大値を設定

*****************************************************/
/*使用例*/
.size_sizeClmpVW {
  font-size: clamp(14px, 1.3542vw, 26px);
}

/*****************************************************

	line-heightの値 Photoshop
  行送りの数値（px）÷ フォントサイズ（px）

*****************************************************/
/*使用例*/
.size_line-height {
  line-height: 1.667;
}

/* ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊
＊
＊
＊
＊
＊
＊
＊
＊　お問い合わせページ　　page_contact
＊
＊
＊
＊
＊
＊
＊
＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */
/* PC 表示
--------------------------------------------------------- */
.main_contents.page_contents {
  margin-top: 169px;
}

/**/
/* スマホ 表示
--------------------------------------------------------- */
@media all and (max-width: 1240px) {
  .main_contents.page_contents {
    margin-top: 78px;
  }

  /**/
}
/*スマホ 表示 end*/
/* ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊
＊
＊
＊　KV sec__kv
＊
＊
＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */
/* PC 表示
--------------------------------------------------------- */
.page_contact .sec__kv {
  width: 100%;
  position: relative;
}
.page_contact .sec__kv .kv_img {
  width: 100%;
}

/**/
/* スマホ 表示
--------------------------------------------------------- */
/*スマホ 表示 end*/
/* ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊
＊
＊
＊　sec__lead
＊
＊
＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */
/* PC 表示
--------------------------------------------------------- */
.page_contact .sec__lead {
  width: 100%;
  position: relative;
}
.page_contact .sec__lead .sec_wrap {
  width: 100%;
  position: relative;
  padding: 6.25vw 0 0;
}
.page_contact .sec__lead .sec_tit {
  max-width: 1280px;
  width: 90%;
  position: relative;
  text-align: center;
  margin: auto;
}
.page_contact .sec__lead .sec_tit::after {
  content: '';
  background-image: linear-gradient(to right, #3E1F00 2px, transparent 2px);
  background-size: 4px 2px;
  /**/
  background-repeat: repeat-x;
  background-position: left bottom;
  width: 163px;
  height: 10px;
  display: block;
  margin: 20px auto 0;
}
.page_contact .sec__lead .sec_tit .en {
  display: block;
  color: #1CADA1;
  font-size: clamp(20px, 1.25vw, 24px);
  letter-spacing: 0.05em;
}
.page_contact .sec__lead .sec_tit .ja {
  display: block;
  font-size: clamp(38px, 2.1875vw, 42px);
  font-weight: 600;
  letter-spacing: 0.15em;
  margin-top: 10px;
}
.page_contact .sec__lead .catch_unit {
  max-width: 1280px;
  width: 90%;
  font-size: clamp(20px, 1.25vw, 24px);
  line-height: 1.8;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  text-align: center;
  margin: 190px auto 0;
}

/**/
/* スマホ 表示
--------------------------------------------------------- */
@media all and (max-width: 1240px) {
  .page_contact .sec__lead {
    width: 100%;
    position: relative;
  }
  .page_contact .sec__lead .sec_wrap {
    width: 100%;
    position: relative;
    padding: 13.5897vw 0 0;
  }
  .page_contact .sec__lead .sec_tit {
    max-width: 100%;
    width: 82.0513vw;
    position: relative;
    text-align: center;
    margin: auto;
  }
  .page_contact .sec__lead .sec_tit::after {
    content: '';
    background-image: linear-gradient(to right, #3E1F00 2px, transparent 2px);
    background-size: 4px 2px;
    /**/
    background-repeat: repeat-x;
    background-position: left bottom;
    width: 20.5128vw;
    height: 2.5641vw;
    display: block;
    margin-top: 2.5641vw;
  }
  .page_contact .sec__lead .sec_tit .en {
    display: block;
    color: #1CADA1;
    font-size: 4.1026vw;
    letter-spacing: 0.1em;
  }
  .page_contact .sec__lead .sec_tit .ja {
    display: block;
    font-size: 5.641vw;
    font-weight: 500;
    letter-spacing: 0.1em;
    margin-top: 1.5385vw;
  }
  .page_contact .sec__lead .catch_unit {
    max-width: 100%;
    width: 82.0513vw;
    font-size: 3.5897vw;
    line-height: 1.8;
    letter-spacing: 0.1em;
    text-indent: 0;
    text-align: left;
    margin: 18.9744vw auto 0;
  }

  /**/
}
/*スマホ 表示 end*/
/* ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊
＊
＊
＊　sec__contact_phone
＊
＊
＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */
/* PC 表示
--------------------------------------------------------- */
.page_contact .sec__contact_phone {
  width: 100%;
  position: relative;
}
.page_contact .sec__contact_phone .sec_wrap {
  width: 100%;
  position: relative;
  padding: 11.4583vw 0 0;
}
.page_contact .sec__contact_phone .sec_tit {
  max-width: 1280px;
  width: 90%;
  position: relative;
  text-align: center;
  margin: auto;
}
.page_contact .sec__contact_phone .sec_tit::after {
  content: '';
  background-color: #3E1F00;
  width: 100%;
  height: 1px;
  display: block;
  margin: 60px auto 0;
}
.page_contact .sec__contact_phone .sec_tit .ja {
  display: block;
  font-size: clamp(28px, 1.6667vw, 32px);
  letter-spacing: 0.05em;
  text-indent: 0.05em;
}
.page_contact .sec__contact_phone .info_unit {
  max-width: 1280px;
  width: 90%;
  display: flex;
  flex-wrap: wrap;
  gap: 40px 20px;
  margin: 190px auto 0;
  padding: 0 160px;
}
.page_contact .sec__contact_phone .info_unit dl {
  display: flex;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic StdN", "メイリオ", sans-serif;
  font-size: clamp(36px, 1.9792vw, 38px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
.page_contact .sec__contact_phone .info_unit dl:nth-child(2) {
  margin-left: auto;
}
.page_contact .sec__contact_phone .info_unit dl dt span {
  margin: 0 0.2em;
}

/**/
/* スマホ 表示
--------------------------------------------------------- */
@media all and (max-width: 1240px) {
  .page_contact .sec__contact_phone {
    width: 100%;
    position: relative;
  }
  .page_contact .sec__contact_phone .sec_wrap {
    width: 100%;
    position: relative;
    padding: 24.6154vw 0 0;
  }
  .page_contact .sec__contact_phone .sec_tit {
    max-width: 100%;
    width: 82.0513vw;
    position: relative;
    text-align: center;
    margin: auto;
  }
  .page_contact .sec__contact_phone .sec_tit::after {
    content: '';
    background-color: #3E1F00;
    width: 100%;
    height: 1px;
    display: block;
    margin: 5.1282vw auto 0;
  }
  .page_contact .sec__contact_phone .sec_tit .ja {
    display: block;
    font-size: 4.6154vw;
    letter-spacing: 0.05em;
    text-indent: 0.05em;
  }
  .page_contact .sec__contact_phone .info_unit {
    max-width: 100%;
    width: 82.0513vw;
    display: flex;
    flex-direction: column;
    gap: 1.5385vw 0;
    margin: 5.1282vw auto 0;
    padding: 0;
  }
  .page_contact .sec__contact_phone .info_unit dl {
    display: flex;
    justify-content: center;
    font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic StdN", "メイリオ", sans-serif;
    font-size: 4.1026vw;
    font-weight: 600;
    line-height: 1.8;
    letter-spacing: 0.05em;
    text-indent: 0.05em;
  }
  .page_contact .sec__contact_phone .info_unit dl:nth-child(2) {
    margin-left: 0;
  }
  .page_contact .sec__contact_phone .info_unit dl dt span {
    margin: 0 0.2em;
  }

  /**/
}
/*スマホ 表示 end*/
/* ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊
＊
＊
＊　お問い合わせフォーム sec__contact_form
＊
＊
＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */
/* =========================================================

　全体

========================================================= */
/* PC 表示
--------------------------------------------------------- */
.page_contact .sec__contact_form {
  width: 100%;
  position: relative;
  z-index: 1;
}
.page_contact .sec__contact_form .sec_wrap {
  width: 100%;
  position: relative;
  padding: 10.4167vw 0 9.375vw;
}
.page_contact .sec__contact_form .sec_tit {
  max-width: 1280px;
  width: 90%;
  position: relative;
  text-align: center;
  margin: auto;
}
.page_contact .sec__contact_form .sec_tit::after {
  content: '';
  background-color: #3E1F00;
  width: 100%;
  height: 1px;
  display: block;
  margin: 60px auto 0;
}
.page_contact .sec__contact_form .sec_tit .ja {
  display: block;
  font-size: clamp(28px, 1.6667vw, 32px);
  letter-spacing: 0.05em;
  text-indent: 0.05em;
}

/**/
/* スマホ 表示
--------------------------------------------------------- */
@media all and (max-width: 768px) {
  .page_contact .sec__contact_form {
    width: 100%;
    position: relative;
    z-index: 1;
  }
  .page_contact .sec__contact_form .sec_wrap {
    width: 100%;
    position: relative;
    padding: 20.5128vw 0 15.3846vw;
  }
  .page_contact .sec__contact_form .sec_tit {
    max-width: 100%;
    width: 82.0513vw;
    position: relative;
    text-align: center;
    margin: auto;
  }
  .page_contact .sec__contact_form .sec_tit::after {
    content: '';
    background-color: #3E1F00;
    width: 100%;
    height: 1px;
    display: block;
    margin: 5.1282vw auto 0;
  }
  .page_contact .sec__contact_form .sec_tit .ja {
    display: block;
    font-size: 4.6154vw;
    letter-spacing: 0.05em;
    text-indent: 0.05em;
  }

  /**/
}
/*スマホ 表示 end*/
/* =========================================================

　フォーム部分

========================================================= */
/* PC 表示
--------------------------------------------------------- */
.form_wrap {
  max-width: 1280px;
  width: 90%;
  margin: 100px auto 0;
  /*入力部分 全体*/
  /*項目名*/
  /*必須マーク*/
  /*入力部分*/
  /*テキストエリアパーツ*/
  /*郵便番号パーツ*/
  /*都道府県パーツ*/
  /*セレクトボックスパーツ*/
  /* 個人情報同意チェックボックス */
  /*チェックボックス設定*/
  /*送信ボタン*/
}
.form_wrap input[type="text"],
.form_wrap input[type="tel"],
.form_wrap input[type="email"],
.form_wrap select,
.form_wrap textarea {
  background: #fff;
  border: 1px solid #3E1F00;
  width: 100%;
  font-size: clamp(16px, 1.5625vw, 20px);
  line-height: 1.7;
  letter-spacing: 0.04em;
  padding: 12.5px 30px;
  outline: none;
  /*フォーカス時デフォルトのハイライト消す*/
  transition: 0.1s;
}
.form_wrap input[type="text"]:focus,
.form_wrap input[type="tel"]:focus,
.form_wrap input[type="email"]:focus,
.form_wrap select:focus,
.form_wrap textarea:focus {
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.4);
  /*フォーカスした時に影をつける*/
  border: solid 2px #1CADA1;
}
.form_wrap .form_item {
  width: 100%;
  display: flex;
  margin-top: 59px;
}
.form_wrap .form_item:first-of-type {
  margin-top: 0;
}
.form_wrap .form_item dt {
  flex-shrink: 0;
  width: 320px;
  padding-top: 16.5px;
}
.form_wrap .form_item dt label {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.form_wrap .form_item dt .title_txt {
  font-size: clamp(18px, 1.7188vw, 22px);
  font-weight: 700;
  letter-spacing: 0.04em;
}
.form_wrap .form_item dt .title_txt::before {
  content: '・';
  display: inline-block;
  margin-right: 0.2em;
}
.form_wrap .form_item dt .mandatory_mark {
  color: #00766C;
  font-size: clamp(16px, 1.5625vw, 20px);
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-left: auto;
}
.form_wrap .form_item dd {
  flex-grow: 1;
  position: relative;
  margin-left: 30px;
}
.form_wrap .form_item textarea {
  resize: vertical;
  /*縦方向にだけ伸縮*/
}
.form_wrap .form_item.post_code_unit .post_code_inner {
  display: flex;
  gap: 0 20px;
  align-items: center;
}
.form_wrap .form_item.post_code_unit .post_code_inner span {
  font-size: clamp(16px, 1.5625vw, 20px);
  font-weight: 400;
}
.form_wrap .form_item.post_code_unit .post_code_inner input {
  width: 246px;
}
.form_wrap .form_item.post_code_unit .post_code_inner .post_code_note {
  font-size: clamp(12px, 1.0938vw, 14px);
  font-weight: 400;
  letter-spacing: 0.04em;
  margin-left: 53px;
}
.form_wrap .form_item.post_code_unit .post_code_btn {
  background-color: #1CADA1;
  width: 250px;
  aspect-ratio: 250 / 55;
  margin-top: 37px;
}
.form_wrap .form_item.post_code_unit .post_code_btn button {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: clamp(16px, 1.5625vw, 20px);
  font-weight: 400;
  letter-spacing: 0.04em;
}
.form_wrap .form_item.post_code_unit .btn_note {
  font-size: clamp(12px, 1.0938vw, 14px);
  font-weight: 400;
  letter-spacing: 0.04em;
  margin-top: 20px;
}
.form_wrap .form_item.prefectures_parts dd {
  flex-grow: 0;
  width: 280px;
}
.form_wrap .form_item .select_box::after {
  content: '';
  background-image: url("img/select_box_arrow02.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 18px;
  aspect-ratio: 18 / 14;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5%;
  pointer-events: none;
}
.form_wrap .agree_btn_wrap {
  width: 100%;
  margin-top: 66px;
  padding-left: 350px;
}
.form_wrap .agree_btn_inner {
  display: flex;
  align-items: center;
}
.form_wrap .agree_btn_wrap label {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.04em;
  margin-left: 1em;
}
.form_wrap input[type="checkbox"] {
  cursor: pointer;
  width: 20px;
  /*チェックボックスの横幅*/
  aspect-ratio: 1 / 1;
  /*ボックスの縦横比*/
  display: block;
  position: relative;
  margin-top: 2px;
}
.form_wrap input[type="checkbox"]::before,
.form_wrap input[type="checkbox"]::after {
  content: '';
  display: block;
  position: absolute;
}
.form_wrap input[type="checkbox"]::before {
  background-color: #fff;
  border-radius: 0%;
  border: 1px solid #3E1F00;
  width: 20px;
  /*チェックボックスの横幅*/
  aspect-ratio: 1 / 1;
  /*ボックスの縦横比*/
  top: 0;
  left: 0;
}
.form_wrap input[type="checkbox"]:checked::before {
  background-color: #1CADA1;
  /*チェック時背景カラー*/
}
.form_wrap input[type="checkbox"]::after {
  border-bottom: 3px solid #fff;
  /*チェックの太さ*/
  border-left: 3px solid #fff;
  /*チェックの太さ*/
  opacity: 0;
  /*チェック前は非表示*/
  height: 7px;
  /*チェックの高さ*/
  width: 14px;
  /*チェックの横幅*/
  transform: rotate(-45deg);
  top: 4px;
  /*チェック時の位置調整*/
  left: 4px;
  /*チェック時の位置調整*/
}
.form_wrap input[type="checkbox"]:checked::after {
  opacity: 1;
  /*チェック後表示*/
}
.form_wrap .agree_btn_wrap a {
  display: block;
  color: #001AFF;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.04em;
  text-decoration: underline;
  text-underline-offset: 6px;
  margin-top: 20px;
}
.form_wrap .submit_btn {
  background-color: #1CADA1;
  width: 350px;
  aspect-ratio: 350 / 70;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: clamp(16px, 1.5625vw, 20px);
  font-weight: 700;
  letter-spacing: 0.04em;
  text-indent: 0.04em;
  margin: 110px auto 0;
  transition: 0.3s;
}
.form_wrap .submit_btn:hover {
  opacity: 0.6;
}

/**/
/* スマホ 表示
--------------------------------------------------------- */
@media all and (max-width: 1240px) {
  .form_wrap {
    max-width: 100%;
    width: 82.0513vw;
    margin: 10.2564vw auto 0;
    /*入力部分 全体*/
    /*項目名*/
    /*必須マーク*/
    /*入力部分*/
    /*テキストエリアパーツ*/
    /*郵便番号パーツ*/
    /*都道府県パーツ*/
    /*セレクトボックスパーツ*/
    /* 個人情報同意チェックボックス */
    /*チェックボックス設定*/
    /*送信ボタン*/
  }
  .form_wrap input[type="text"],
  .form_wrap input[type="tel"],
  .form_wrap input[type="email"],
  .form_wrap select,
  .form_wrap textarea {
    font-size: 3.5897vw;
    line-height: 2;
    letter-spacing: 0.05em;
    padding: 1.9231vw 3.8462vw;
  }
  .form_wrap input[type="text"]:focus,
  .form_wrap input[type="tel"]:focus,
  .form_wrap input[type="email"]:focus,
  .form_wrap select:focus,
  .form_wrap textarea:focus {
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.4);
    /*フォーカスした時に影をつける*/
  }
  .form_wrap .form_item {
    display: block;
    margin-top: 11.0256vw;
  }
  .form_wrap .form_item dt {
    width: 100%;
    padding-top: 0;
  }
  .form_wrap .form_item dt label {
    justify-content: flex-start;
  }
  .form_wrap .form_item dt .title_txt {
    font-size: 3.5897vw;
    font-weight: 500;
    letter-spacing: 0.05em;
  }
  .form_wrap .form_item dt .title_txt::before {
    margin: 0 0.4em;
  }
  .form_wrap .form_item dt .mandatory_mark {
    font-size: 3.5897vw;
    margin-left: 1em;
  }
  .form_wrap .form_item dd {
    margin-top: 3.5897vw;
    margin-left: 0;
  }
  .form_wrap .form_item.post_code_unit dd {
    margin-left: 5.1282vw;
  }
  .form_wrap .form_item.post_code_unit .post_code_inner {
    flex-wrap: wrap;
    gap: 0 3.0769vw;
  }
  .form_wrap .form_item.post_code_unit .post_code_inner span {
    font-size: 4.1026vw;
    font-weight: 400;
  }
  .form_wrap .form_item.post_code_unit .post_code_inner input {
    width: 42.3077vw;
  }
  .form_wrap .form_item.post_code_unit .post_code_inner .post_code_note {
    width: 100%;
    font-size: 2.5641vw;
    letter-spacing: 0.05em;
    margin-top: 2.5641vw;
    margin-left: 0;
  }
  .form_wrap .form_item.post_code_unit .post_code_btn {
    width: 41.0256vw;
    aspect-ratio: 160 / 45;
    margin-top: 4.1026vw;
  }
  .form_wrap .form_item.post_code_unit .post_code_btn button {
    font-size: 3.5897vw;
    font-weight: 500;
    letter-spacing: 0.05em;
  }
  .form_wrap .form_item.post_code_unit .btn_note {
    font-size: 2.5641vw;
    letter-spacing: 0.05em;
    margin-top: 2.5641vw;
  }
  .form_wrap .form_item.prefectures_parts dd {
    flex-grow: 0;
    width: 41.0256vw;
  }
  .form_wrap .form_item .select_box::after {
    width: 2.8205vw;
    aspect-ratio: 18 / 14;
  }
  .form_wrap .agree_btn_wrap {
    width: 82.0513vw;
    margin-top: 10.2564vw;
    padding-left: 0;
  }
  .form_wrap .agree_btn_wrap label {
    font-size: 3.5897vw;
    line-height: 1;
    letter-spacing: 0.05em;
  }
  .form_wrap input[type="checkbox"] {
    width: 4.1026vw;
    /*チェックボックスの横幅*/
    aspect-ratio: 1 / 1;
    /*ボックスの縦横比*/
    margin-top: 0.5128vw;
  }
  .form_wrap input[type="checkbox"]::before {
    width: 4.1026vw;
    /*チェックボックスの横幅*/
    aspect-ratio: 1 / 1;
    /*ボックスの縦横比*/
  }
  .form_wrap input[type="checkbox"]::after {
    border-bottom: 3px solid #fff;
    /*チェックの太さ*/
    border-left: 3px solid #fff;
    /*チェックの太さ*/
    height: 1.7949vw;
    /*チェックの高さ*/
    width: 2.8205vw;
    /*チェックの横幅*/
    transform: rotate(-45deg);
    top: 0.7692vw;
    /*チェック時の位置調整*/
    left: 0.7692vw;
    /*チェック時の位置調整*/
  }
  .form_wrap .agree_btn_wrap a {
    font-size: 3.5897vw;
    letter-spacing: 0.05em;
    text-underline-offset: 0.2564vw;
    margin-top: 3.0769vw;
  }
  .form_wrap .submit_btn {
    width: 41.0256vw;
    aspect-ratio: 160 / 45;
    font-size: 3.5897vw;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-indent: 0.05em;
    margin: 15.3846vw auto 0;
  }

  /**/
}
/*スマホ 表示 end*/
