@charset "UTF-8";
.contact_form_section {
  margin-top: 154px;
  padding: 0 24px;
  /* origin_contact_form7 */
  /* 同意 */
  /* 送信ボタン */
  /* エラーメッセージ */
}

@media (max-width: 700px) {
  .contact_form_section {
    margin-top: 100px;
  }
}

@media (max-width: 500px) {
  .contact_form_section {
    margin-top: 74px;
  }
}

.contact_form_section * {
  box-sizing: border-box;
}

.contact_form_section .wrap {
  margin: 0 auto;
  max-width: 1008px;
}

.contact_form_section .wrap > p {
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
}

@media (max-width: 700px) {
  .contact_form_section .wrap > p {
    font-size: 14px;
  }
}

@media (max-width: 500px) {
  .contact_form_section .wrap > p {
    font-size: 12px;
  }
}

.contact_form_section dl.origin_contact_form7 {
  margin: 60px auto 51px auto;
  display: grid;
  grid-template-columns: 240px calc(100% - 240px);
  line-height: 2em;
  letter-spacing: 0.1em;
  /* wpcf7-radio */
  /* チェックボックス */
}

@media (max-width: 900px) {
  .contact_form_section dl.origin_contact_form7 {
    display: block;
  }
}

@media (max-width: 700px) {
  .contact_form_section dl.origin_contact_form7 {
    margin: 42px auto 50px auto;
  }
}

.contact_form_section dl.origin_contact_form7 dt,
.contact_form_section dl.origin_contact_form7 dd {
  margin: 20px 0;
}

@media (max-width: 700px) {
  .contact_form_section dl.origin_contact_form7 dd,
  .contact_form_section dl.origin_contact_form7 p {
    font-size: 14px;
  }
}

@media (max-width: 500px) {
  .contact_form_section dl.origin_contact_form7 dd,
  .contact_form_section dl.origin_contact_form7 p {
    font-size: 12px;
  }
}

.contact_form_section dl.origin_contact_form7 .clm_1 {
  grid-column: span 2;
}

.contact_form_section dl.origin_contact_form7 .text > p {
  margin-top: 1em;
  font-size: 14px;
  line-height: 1.6em;
}

@media (max-width: 700px) {
  .contact_form_section dl.origin_contact_form7 .text > p {
    font-size: 12px;
  }
}

.contact_form_section dl.origin_contact_form7 dt {
  position: relative;
  padding-top: 1em;
  padding-right: 16px;
  display: flex;
  flex-wrap: wrap;
  align-content: start;
  align-items: start;
  font-weight: 600;
}

@media (max-width: 900px) {
  .contact_form_section dl.origin_contact_form7 dt {
    margin-bottom: 0;
    padding: 0;
    justify-content: start;
  }
}

.contact_form_section dl.origin_contact_form7 dt.pt_0 {
  padding-top: 0;
}

.contact_form_section dl.origin_contact_form7 dt label {
  margin-top: -0.25em;
  font-weight: 700;
}

@media (max-width: 700px) {
  .contact_form_section dl.origin_contact_form7 dt label {
    font-size: 14px;
    line-height: 21px;
  }
}

@media (max-width: 700px) {
  .contact_form_section dl.origin_contact_form7 dt label {
    font-size: 12px;
  }
}

.contact_form_section dl.origin_contact_form7 dt p:has(label) {
  display: contents;
}

.contact_form_section dl.origin_contact_form7 dt .required,
.contact_form_section dl.origin_contact_form7 dt .optional {
  margin: 0;
  margin-left: 12px;
  height: 22px;
  padding: 0 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  background: var(--color-red_1);
  color: #fff;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.1em;
  white-space: nowrap;
}

@media (max-width: 700px) {
  .contact_form_section dl.origin_contact_form7 dt .required,
  .contact_form_section dl.origin_contact_form7 dt .optional {
    margin-left: 10px;
    padding: 0 6px;
    height: 18px;
    font-size: 9px;
  }
}

.contact_form_section dl.origin_contact_form7 dt .optional {
  background: var(--color-Grey_2);
  color: #fff;
}

.contact_form_section dl.origin_contact_form7 dt > p {
  display: contents;
}

.contact_form_section dl.origin_contact_form7 dt .text {
  margin-top: 8px;
  width: 100%;
}

.contact_form_section dl.origin_contact_form7 dt .text p {
  margin: 0;
  line-height: 1.6em;
  font-size: 14px;
}

.contact_form_section dl.origin_contact_form7 dd {
  display: flex;
  gap: 4px;
}

@media (max-width: 900px) {
  .contact_form_section dl.origin_contact_form7 dd {
    margin-top: 12px;
    margin-bottom: 3em;
  }
}

@media (max-width: 700px) {
  .contact_form_section dl.origin_contact_form7 dd {
    margin-top: 10px;
    margin-bottom: 24px;
  }
}

.contact_form_section dl.origin_contact_form7 dd div:not([class]) > p {
  display: contents;
}

.contact_form_section dl.origin_contact_form7 dd > p {
  display: contents;
}

.contact_form_section dl.origin_contact_form7 dd div,
.contact_form_section dl.origin_contact_form7 dd span {
  display: block;
  flex: 1;
}

.contact_form_section dl.origin_contact_form7 dd .zip {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.contact_form_section dl.origin_contact_form7 dd .zip > p {
  display: contents;
}

.contact_form_section dl.origin_contact_form7 dd .zip .wpcf7-form-control-wrap {
  margin: 0;
  width: 150px;
  flex: initial;
}

@media (max-width: 700px) {
  .contact_form_section dl.origin_contact_form7 dd .zip .wpcf7-form-control-wrap {
    width: 100%;
  }
}

.contact_form_section dl.origin_contact_form7 dd input,
.contact_form_section dl.origin_contact_form7 dd select,
.contact_form_section dl.origin_contact_form7 dd textarea {
  padding: 12px 20px;
  width: 100%;
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 2;
  font-weight: 500;
  border: 1px solid var(--color-Grey_2);
}

@media (max-width: 700px) {
  .contact_form_section dl.origin_contact_form7 dd input,
  .contact_form_section dl.origin_contact_form7 dd select,
  .contact_form_section dl.origin_contact_form7 dd textarea {
    padding: 12px 16px;
    font-size: 16px;
    line-height: 28px;
  }
}

.contact_form_section dl.origin_contact_form7 dd input:focus,
.contact_form_section dl.origin_contact_form7 dd select:focus,
.contact_form_section dl.origin_contact_form7 dd textarea:focus {
  background: #f5f4f1;
  outline: none;
  border: 1px solid var(--color-Grey_1);
}

.contact_form_section dl.origin_contact_form7 dd input::placeholder,
.contact_form_section dl.origin_contact_form7 dd select::placeholder,
.contact_form_section dl.origin_contact_form7 dd textarea::placeholder {
  color: var(--color-Grey_2);
}

.contact_form_section dl.origin_contact_form7 dd textarea {
  min-height: 160px;
}

@media (max-width: 450px) {
  .contact_form_section dl.origin_contact_form7 dd textarea {
    min-height: 112px;
  }
}

.contact_form_section dl.origin_contact_form7 dd textarea + .wpcf7-not-valid-tip {
  margin-top: 5px !important;
}

@media (max-width: 450px) {
  .contact_form_section dl.origin_contact_form7 dd textarea + .wpcf7-not-valid-tip {
    margin-top: 2px !important;
  }
}

.contact_form_section dl.origin_contact_form7 .wpcf7-radio {
  padding-top: 0.6em;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  gap: 16px 32px;
}

@media (max-width: 450px) {
  .contact_form_section dl.origin_contact_form7 .wpcf7-radio {
    gap: 6px;
  }
}

.contact_form_section dl.origin_contact_form7 .wpcf7-radio .wpcf7-list-item {
  margin-left: 0;
  flex: initial;
}

.contact_form_section dl.origin_contact_form7 .wpcf7-radio .wpcf7-list-item + .wpcf7-list-item {
  margin-top: 16px;
}

.contact_form_section dl.origin_contact_form7 .wpcf7-radio .wpcf7-list-item label {
  display: flex;
  justify-content: start;
  align-items: center;
  white-space: nowrap;
}

.contact_form_section dl.origin_contact_form7 .wpcf7-radio .wpcf7-list-item label input {
  margin: 0;
  margin-right: 10px;
  padding: 0;
  width: 20px;
  height: 20px;
  line-height: 0;
}

.contact_form_section dl.origin_contact_form7 .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label {
  line-height: 1.8em;
  letter-spacing: 0;
}

@media (max-width: 450px) {
  .contact_form_section dl.origin_contact_form7 .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label {
    font-size: 13px;
  }
}

.contact_form_section dl.origin_contact_form7 .wpcf7-checkbox {
  margin-top: -6px;
  margin-left: -2px;
}

@media (max-width: 700px) {
  .contact_form_section dl.origin_contact_form7 .wpcf7-checkbox {
    margin-top: -3px;
    margin-left: 0;
  }
}

.contact_form_section dl.origin_contact_form7 .wpcf7-checkbox .wpcf7-list-item {
  position: relative;
  margin: 0;
  /* チェック時のスタイル変更 */
  /* 実際のチェックボックスを非表示 */
}

.contact_form_section dl.origin_contact_form7 .wpcf7-checkbox .wpcf7-list-item + .wpcf7-list-item {
  margin-top: 12px;
}

@media (max-width: 700px) {
  .contact_form_section dl.origin_contact_form7 .wpcf7-checkbox .wpcf7-list-item + .wpcf7-list-item {
    margin-top: 10px;
  }
}

.contact_form_section dl.origin_contact_form7 .wpcf7-checkbox .wpcf7-list-item label {
  position: relative;
  padding-left: 2px;
  display: flex;
  align-items: center;
  cursor: pointer;
  /* チェックボックスの見た目を作成 */
  /* ホバー時の画像変更 */
}

.contact_form_section dl.origin_contact_form7 .wpcf7-checkbox .wpcf7-list-item label::before {
  margin: 0;
  margin-right: 8px;
  width: 18px;
  height: 18px;
  cursor: pointer;
  content: "";
  display: block;
  background: url(../image/icon/check_box_off.svg) no-repeat;
  background-position: 0 0;
  /* 左上に固定 */
  background-size: contain;
  box-sizing: border-box;
  /* Safari用ベンダープレフィックス */
  -webkit-background-size: contain;
}

@media (max-width: 700px) {
  .contact_form_section dl.origin_contact_form7 .wpcf7-checkbox .wpcf7-list-item label::before {
    top: 4px;
    left: 0;
  }
}

.contact_form_section dl.origin_contact_form7 .wpcf7-checkbox .wpcf7-list-item label:hover::before {
  background: url(../image/icon/check_box_hover.svg) no-repeat;
  background-size: contain;
}

.contact_form_section dl.origin_contact_form7 .wpcf7-checkbox .wpcf7-list-item:has(input[type="checkbox"]:checked) label::before {
  background: url(../image/icon/check_box_on.svg) no-repeat;
  background-size: contain;
}

.contact_form_section dl.origin_contact_form7 .wpcf7-checkbox .wpcf7-list-item input[type="checkbox"] {
  height: 18px;
  width: 18px;
  display: none;
}

.contact_form_section .privacy_wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

@media (max-width: 700px) {
  .contact_form_section .privacy_wrap {
    margin-top: -18px;
  }
}

.contact_form_section .privacy_wrap > p {
  width: 100%;
  line-height: 2em;
  text-align: center;
  letter-spacing: 0.1em;
}

@media (max-width: 700px) {
  .contact_form_section .privacy_wrap > p {
    font-size: 14px;
    text-align: left;
  }
}

@media (max-width: 500px) {
  .contact_form_section .privacy_wrap > p {
    font-size: 12px;
  }
}

.contact_form_section .privacy_wrap > p a {
  color: #0044cc;
}

.contact_form_section .privacy_wrap > p a:hover {
  color: #000ba4;
}

.contact_form_section .privacy {
  position: relative;
  z-index: 10;
  margin-top: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.1em;
}

@media (max-width: 700px) {
  .contact_form_section .privacy {
    margin-top: 20px;
    margin-left: 0;
    font-size: 12px !important;
  }
}

@media (max-width: 500px) {
  .contact_form_section .privacy {
    margin-top: 12px;
  }
}

.contact_form_section .privacy > p {
  display: contents;
}

.contact_form_section .privacy .wpcf7-form-control-wrap {
  display: block;
}

.contact_form_section .privacy .wpcf7-form-control-wrap .wpcf7-list-item {
  margin: 0;
}

.contact_form_section .privacy .wpcf7-form-control-wrap .wpcf7-list-item input[type="checkbox"] {
  height: 18px;
  width: 18px;
  opacity: 0;
  display: none;
}

.contact_form_section .privacy a {
  margin-left: 8px;
  display: block;
  white-space: nowrap;
  font-weight: 700;
  color: #0044cc;
}

@media (max-width: 700px) {
  .contact_form_section .privacy a {
    margin-left: 4px;
  }
}

.contact_form_section .privacy a:hover {
  color: #000ba4;
}

.contact_form_section .privacy label:first-of-type {
  display: flex;
  align-items: center;
}

.contact_form_section .privacy label:first-of-type::before {
  margin-right: 10px;
  width: 18px;
  height: 18px;
  cursor: pointer;
  content: "";
  display: block;
  background: url(../image/icon/check_box_off.svg) no-repeat;
  background-size: contain;
}

@media (max-width: 700px) {
  .contact_form_section .privacy label:first-of-type::before {
    top: 16px;
    left: 4px;
    width: 16px;
    height: 16px;
  }
}

.contact_form_section .privacy label:first-of-type:hover::before {
  background: url(../image/icon/check_box_hover.svg) no-repeat;
  background-size: contain;
}

.contact_form_section .privacy label:first-of-type:has(input[type="checkbox"]:checked) a {
  color: #0044cc;
}

.contact_form_section .privacy label:first-of-type:has(input[type="checkbox"]:checked)::before {
  background: url(../image/icon/check_box_on.svg) no-repeat;
  background-size: contain;
}

.contact_form_section .submit_wrap {
  margin-top: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 700px) {
  .contact_form_section .submit_wrap {
    margin-top: 45px;
  }
}

.contact_form_section .submit_button {
  position: relative;
  height: 48px;
  width: 240px;
}

@media (max-width: 700px) {
  .contact_form_section .submit_button {
    width: 180px;
    height: 36px;
  }
}

.contact_form_section .submit_button svg {
  position: absolute;
  top: 0;
  right: 0;
  margin: auto;
  width: 32px;
  height: 32px;
  display: block;
  transition: 0.3s;
}

@media (max-width: 700px) {
  .contact_form_section .submit_button svg {
    width: 24px;
    height: 24px;
  }
}

.contact_form_section .submit_button svg path {
  transition: 0.3s;
}

.contact_form_section .submit_button > p {
  display: contents;
}

.contact_form_section .submit_button .wpcf7-spinner {
  display: none;
}

.contact_form_section .submit_button input[type="submit"] {
  padding: 0 30px;
  width: 100%;
  height: 100%;
  padding: 0;
  padding-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  border: none;
  border-bottom: 2px solid var(--color-black);
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: 0;
  font-family: var(--font-en);
  color: var(--color-black);
  background: none;
  cursor: pointer;
  border-radius: 0 !important;
  -webkit-appearance: none;
  appearance: none;
  /* transition: 0.3s; */
}

@media (max-width: 700px) {
  .contact_form_section .submit_button input[type="submit"] {
    font-size: 12px;
  }
}

.contact_form_section .submit_button:hover input[type="submit"] {
  color: #787878;
}

.contact_form_section .submit_button:hover svg {
  fill: var(--color-red_1);
}

.contact_form_section .submit_button:hover svg path {
  fill: #fff;
}

.contact_form_section ::-webkit-input-placeholder {
  color: #bbb;
}

.contact_form_section ::-moz-placeholder {
  color: #bbb;
}

.contact_form_section :-ms-input-placeholder {
  color: #bbb;
}

.contact_form_section ::-ms-input-placeholder {
  color: #bbb;
}

.contact_form_section ::placeholder {
  color: #bbb;
}

.contact_form_section .wpcf7-not-valid-tip {
  margin-top: 12px !important;
  display: block;
  width: 100%;
  font-size: 13px !important;
  letter-spacing: 0.1em;
  line-height: 2;
  color: var(--color-red_1);
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 500;
  flex: initial !important;
}

@media (max-width: 700px) {
  .contact_form_section .wpcf7-not-valid-tip {
    font-size: 10px !important;
  }
}

@media (max-width: 500px) {
  .contact_form_section .wpcf7-not-valid-tip {
    margin-top: 10px;
  }
}

.wpcf7-response-output {
  display: none !important;
  opacity: 0;
}
