@charset "UTF-8";
.contact_form {
  padding: 105px 0 230px;
}
.page_ttl {
  margin-bottom: 46px;
}
.headingbk {
  margin-bottom: 94px;
}
.confirm .headingbk,
.complete .headingbk {
  margin-bottom: 54px;
}
.heading__txt {
  line-height: 1.66;
}
.flow_wrap,
.flow_wrap {
  padding-bottom: 70px;
}
.complete .flow_wrap {
  border-bottom: 1px solid #43342c;
  margin-bottom: 80px;
}
.flow {
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  max-width: 580px;
  margin: 0 auto;
  position: relative;
}
.flow__item {
  width: 30%;
  max-width: 150px;
}
.flow__item span {
  line-height: 1;
  text-align: center;
  display: block;
  padding: 9px 12px;
  border: 2px solid #43342c;
  border-radius: 10px;
  background: #fff;
  white-space: nowrap;
}
.flow::before,
.flow::after {
  content: "";
  width: 0.4em;
  height: 0.67em;
  position: absolute;
  right: 10%;
  background: url(../imgs/common/btn_arrow_br.svg) no-repeat center / contain;
  position: absolute;
  top: 50%;
}
.flow::before {
  left: min(33%, 183px);
  transform: translate(-50%, -50%);
}
.flow::after {
  right: min(33%, 183px);
  transform: translate(50%, -50%);
}

.flow__item.np span {
  color: #fff;
  background-color: #43342c;
}
/* -------------------------------------
form
------------------------------------- */
.form-group > label + p:empty {
  display: none;
}
.form-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 2.78em 0;
  border-top: 1px solid #43342c;
}
.form-group.alineitem_start {
  align-items: flex-start;
}

.form-group label {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px 10px;
  flex-shrink: 0;
  width: 9em;
  font-weight: bold;
}

.form-group.required label:not(.radio-group label)::after {
  content: "必須";
  text-align: center;
  width: 3.33em;
  padding: 2px 6px;
  background: #c92a28;
  color: #fff;
  font-size: 83.3%;
  line-height: 1.667;
}
.form-control {
  font-size: clamp(14px, 3.13vw, 15px);
  width: calc(100% - 9em);
  max-width: 757px;
}
.form-control input,
.form-control textarea,
.form-control select {
  display: block;
  width: 100%;
  max-width: 500px;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #43342c;
  border-radius: 10px;
}
::placeholder {
  color: #a08576;
}
.form-control p {
  width: 100%;
}
textarea {
  min-height: 200px;
}

.flex {
  display: flex;
  gap: 10px 23px;
}

.flex input {
  font-size: clamp(14px, 3.13vw, 15px);
  width: 100%;
}
.item_herf input {
  max-width: 240px;
}
.radio-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0 2.7em;
  width: calc(100% - 10em);
  max-width: 757px;
}
.radio-group label {
  width: auto;
}
.mw_wp_form .horizontal-item + .horizontal-item,
.mwform-checkbox-field input,
.mwform-radio-field input {
  margin: 0 !important;
}
.radio-group label,
.checkbox label {
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
.radio-group label input,
.radio-group label span,
.checkbox label input,
.checkbox label span {
  cursor: pointer;
}
.address input,
.address select {
  margin-bottom: 20px;
}
.address select {
  max-width: 240px;
}
.form-privacy {
  padding: 2.78em 0;
  border-top: 1px solid #43342c;
}
.privacy-heading {
  font-weight: 700;
  margin-bottom: 12px;
}
.privacy-box {
  border: 1px solid #43342c;
  padding: 10px;
}
.privacy-box__inner {
  font-size: clamp(12px, 2.71vw, 13px);
  letter-spacing: 0;
  line-height: 1.53;
  height: 150px;
  padding-right: 30px;
  overflow-y: scroll;
}
.privacy-box__inner > p,
.privacy-box__inner dl dd {
  margin-bottom: 1.5em;
}
.privacy-box__inner dl dd ol {
  text-indent: -1em;
  padding-left: 1em;
}
.privacy-box__inner dl dd p {
  padding-top: 1.5em;
}

.form-privacy .checkbox label {
  font-size: clamp(14px, 3.13vw, 15px);
  display: flex;
  justify-content: center;
  padding-top: 2em;
}
.form-btn_blk {
  display: flex;
  justify-content: center;
  margin-top: 44px;
}
.form-btn_blk input {
  font-size: clamp(15px, 1.95vw, 18px);
  line-height: 1.2;
  letter-spacing: 0.1em;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 260px;
  min-height: 50px;
  margin: 0 auto 0;
  padding: 10px 2.2em;
  background-color: #fff;
  border: 2px solid #43342c;
  border-radius: 30px;
  transition: 0.2s;
  position: relative;
  cursor: pointer;
}
.form-btn_blk input::after {
  content: "";
  width: 0.4em;
  height: 0.67em;
  position: absolute;
  right: 10%;
  background: url(../imgs/common/btn_arrow_br.svg) no-repeat center/contain;
  transition: 0.2s;
}
.form-btn_blk input:hover {
  color: #fff;
  background-color: #43342c;
}
.form-btn_blk input:hover::after {
  background: url(../imgs/common/btn_arrow_wh.svg) no-repeat center/contain;
  right: 5%;
}

/* -------------------------------------
form-確認
------------------------------------- */
.confirm .form-group.required label:not(.radio-group label)::after {
  content: none;
}
.confirm .form-control p {
  width: 100%;
  display: none;
}
.confirm .email-group span:last-child {
  display: none;
}
.confirm .zip-button {
  display: none;
}
.confirm .privacy-heading,
.confirm .privacy-box,
.confirm .checkbox {
  display: none;
}
.confirm .form-btn_blk {
  flex-direction: row-reverse;
  justify-content: space-between;
}
/* -------------------------------------
form-完了
------------------------------------- */
@media screen and (max-width: 1599px) {
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 640px) {
  .form-group {
    flex-direction: column;
    align-items: flex-start;
  }
  .form-group label {
    flex-direction: row;
    align-items: center;
    width: 100%;
    max-width: 420px;
  }
  .form-control {
    width: 100%;
  }

  .item_herf input {
    max-width: 500px;
  }
  .form-group-zip input {
    max-width: 240px;
  }
}
@media screen and (max-width: 480px) {
}
