@charset "UTF-8";

@media screen and (max-width: 767px) {
  .md {
    width: 86.6666666667vw;
  }
}

input {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.contact,
.bread,
.breadcrumb {
  background-color: #f6eee4;
}

.contact .about-head {
  background: url(../images/contact/bg.png) no-repeat center/cover;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .contact .about-head {
    background: url(../images/contact/bg_sp.png) no-repeat center/cover;
    background-color: #ffffff;
  }
}

.first__formText {
  margin-top: 120px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .first__formText {
    margin-top: 13.333333333333334vw;
  }
  .mw-form-confirm .first__formText {
    margin-top: 8vw;
  }
}
.contact .underline {
  text-decoration: underline;
}
.first__formTextMain {
  font-size: 1.125rem;
  line-height: 1.888;
}
@media screen and (max-width: 767px) {
  .first__formTextMain {
    font-size: 3.733333333333334vw;
    letter-spacing: -0.175vw;
  }
}

.first__formTextAttention {
  margin-top: 35px;
  font-size: 0.875rem;
  line-height: 1.4285;
}
@media screen and (max-width: 767px) {
  .first__formTextAttention {
    margin-top: 8vw;
    font-size: 2.933333333333333vw;
  }
}
.first__formTextAttentionItem {
  margin-left: 1rem;
}
.first__formTextAttentionItem::before {
  content: '※';
  display: inline-block;
  margin-left: -1rem;
  margin-right: 0.25rem;
}

.mvform_wrapper {
  padding-bottom: 250px;
}
@media screen and (max-width: 767px) {
  .mvform_wrapper {
    padding-bottom: 30.4vw;
  }
}
.mvform_current {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .mvform_current {
    margin-top: 19.333333333333332vw;
  }
}

.mvform_current::after {
  content: '';
  display: block;
  height: 1px;
  width: 100%;
  background-color: #b5ac9b;
}
.mvform_currentList {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .mvform_currentList {
    margin-bottom: 8vw;
  }
}
.mvform_currentListItem {
  font-size: 1.125rem;
  color: #adadad;
}
@media screen and (max-width: 767px) {
  .mvform_currentListItem {
    font-size: 3.733333333333334vw;
  }
}

.mvform_currentListItem:not(:last-child) {
  margin-right: 1.40625rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .mvform_currentListItem:not(:last-child) {
    margin-right: 2.666666666666667vw;
  }
}
.mvform_currentListItem:not(:last-child)::after {
  content: '';
  display: block;
  height: 1px;
  width: 2.3125rem;
  margin-left: 1.40625rem;
  background-color: #707070;
}
@media screen and (max-width: 767px) {
  .mvform_currentListItem:not(:last-child)::after {
    width: 4.8vw;
    margin-left: 2.666666666666667vw;
  }
}
.mw_wp_form_input .mvform_currentListItem.input-currentItem,
.mw_wp_form_confirm .mvform_currentListItem.confirm-currentItem {
  color: #040404;
}

.mw-wp-form__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 64px;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .mw-wp-form__list {
    margin-top: 8vw;
    margin-bottom: 16vw;
  }
  .mw-wp-form-confirm .mw-wp-form__list {
    margin-top: 0vw;
  }
}
.mw_wp_form_confirm .mw-wp-form__list {
  max-width: 730px;
  margin-left: auto;
  margin-right: auto;
}

.mw-wp-form dt,
.mw-wp-form dd {
  line-height: 1.75;
}

.mw-wp-form dl {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .mw-wp-form dl {
    width: 100%;
    display: block;
    margin: 0;
    margin-top: 4vw;
  }
}

.mw_wp_form_confirm dt,
.mw_wp_form_confirm dd {
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .mw_wp_form_confirm dt,
  .mw_wp_form_confirm dd {
    font-size: 3.733333333333334vw;
  }
}
.mw_wp_form_confirm dl {
  border-bottom: 1px dotted #b5ac9b;
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .mw_wp_form_confirm dl {
    width: 100%;
    display: flex;
    align-items: center;
    margin: 0;
    margin-top: 4vw;
  }
}
.mw_wp_form_confirm dt.border-none,
.mw_wp_form_confirm dd.border-none {
  border: none;
}

.mw-wp-form dt:not(:first-of-type),
.mw-wp-form dd:not(:first-of-type) {
  margin-top: 2.9375rem;
}
.mw_wp_form_confirm dt:not(:first-of-type),
.mw_wp_form_confirm dd:not(:first-of-type) {
  margin-top: 1.4rem;
}

@media screen and (max-width: 767px) {
  .mw-wp-form dt:not(:first-of-type) {
    margin-top: 8vw;
  }
  .mw-wp-form dd:first-of-type,
  .mw-wp-form dd:not(:first-of-type) {
    margin-top: 3.2vw;
  }
}

.mw-wp-form dt {
  font-size: 1.125rem;
  width: 220px;
}
@media screen and (max-width: 767px) {
  .mw-wp-form dt {
    font-size: 3.733333333333334vw;
    width: 100%;
  }
}
.mw_wp_form_confirm dt {
  width: 200px;
  padding-left: 1.4rem;
  padding-bottom: 1.4rem;
}
@media screen and (max-width: 767px) {
  .mw_wp_form_confirm dt {
    width: 26vw;
    padding-left: 0;
    padding-bottom: 4vw;
  }
}

.mw-wp-form dd {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 518px;
  /* font-family: 'Noto Sans JP', sans-serif; */
  color: #8d775e;
}
.mw_wp_form_confirm dd {
  width: 529px;
  color: #040404;
  margin-left: 0;
  padding-bottom: 1.4rem;
  padding-left: 1.4rem;
  padding-right: 1.4rem;
  word-break: break-word;
}
@media screen and (max-width: 767px) {
  .mw-wp-form dd {
    width: 100%;
    margin-left: 0;
    font-size: 3.733333333333334vw;
  }
  .mw_wp_form_confirm dd {
    width: calc(100% - 26vw);
    padding-left: 12vw;
    padding-right: 0;
    padding-bottom: 4vw;
  }
}

.mw-wp-form__label {
  padding-left: 4px;
  vertical-align: 1px;
}
@media screen and (max-width: 767px) {
  .mw-wp-form__label {
    padding-left: 1.25vw;
  }
}

.mw-wp-form__label--opt {
  padding-left: 0px;
}

.mw-wp-form__label--req {
  color: #af6363;
}
.mw_wp_form_confirm .mw-wp-form__label--req {
  display: none;
}

.mw-wp-form dd input[type='text'],
.mw-wp-form dd input[type='email'],
.mw-wp-form dd textarea {
  box-sizing: content-box;
  width: calc(100% - (20px * 2));
  padding: 17px 25px;
  background: #ffffff;
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .mw-wp-form dd input[type='text'],
  .mw-wp-form dd input[type='email'],
  .mw-wp-form dd textarea {
    font-size: 3.733333333333334vw;
    width: 100%;
  }
}

.mw-wp-form dd input[type='text']:nth-child(n + 2) {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .mw-wp-form dd input[type='text']:nth-child(n + 2) {
    margin-top: 3.2vw;
  }
}

.mw-wp-form dd input[type='tel'] {
  box-sizing: content-box;
  width: 66px;
  padding: 15px 20px;
  background: #f5f5f5;
}

.mw-wp-form dd textarea {
  height: calc(1.75em * 4);
}
@media screen and (max-width: 767px) {
  .mw-wp-form dd textarea {
    height: 44vw;
  }
}

.mw-wp-form dd input[type="text"]::placeholder,
/*.mw-wp-form dd input[type="tel"]::placeholder,*/
.mw-wp-form dd input[type="email"]::placeholder,
.mw-wp-form dd textarea::placeholder {
  color: #b5ac9b;
}

/* Microsoft Edge */
.mw-wp-form dd input[type="text"]::-ms-input-placeholder,
/*.mw-wp-form dd input[type="tel"]::-ms-input-placeholder,*/
.mw-wp-form dd input[type="email"]::-ms-input-placeholder,
.mw-wp-form dd textarea::-ms-input-placeholder {
  color: #b5ac9b;
}

/* Internet Explorer */
.mw-wp-form dd input[type="text"]:-ms-input-placeholder,
/*.mw-wp-form dd input[type="tel"]:-ms-input-placeholder,*/
.mw-wp-form dd input[type="email"]:-ms-input-placeholder,
.mw-wp-form dd textarea:-ms-input-placeholder {
  color: #b5ac9b;
}

.mw-wp-form__automatic {
  margin: 0 0 0 20px;
  font-size: 15px;
}

.mw-wp-form__buttons {
  display: flex;
  justify-content: center;
}
.mw_wp_form_confirm .mw-wp-form__buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap:5rem 2rem;
}

.mw-wp-form__buttons .confirm-submit {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  font-size: 1.25rem;
  width: 290px;
  height: 50px;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 60px;
  margin: 0 30px;
  color: #fff;
  transition: all 0.3s ease-in-out;
  background-color: #8d775e;
  border: none;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .mw-wp-form__buttons .confirm-submit {
    font-size: 5.066666666666666vw;
    width: 100%;
    height: 16vw;
    padding-top: 1.0416666666666667vw;
    padding-bottom: 1.0416666666666667vw;
    padding-left: 28.4vw;
  }
}

.en-US .mw-wp-form__buttons .confirm-submit {
  padding-left: 10px;
  padding-right: 60px;
}

@media screen and (max-width: 767px) {
  .en-US .mw-wp-form__buttons .confirm-submit {
    padding-left: 4vw;
  }
}

.mw_wp_form_confirm button.confirm-submit {
  margin: auto;
}

.mw-wp-form__buttons .confirm-submit::after {
  content: '';
  display: inline-block;
  width: 43px;
  height: 7px;
  background: url(../images/contact/arrow.svg) no-repeat center/contain;
  position: absolute;
  right: 20px;
  transition: all ease-out 0.3s;
}

.mw-wp-form__buttons .correct-submit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  font-size: 1.125rem;
  transition: all 0.3s ease-in-out;
  border: none;
  cursor: pointer;
  margin-top: 100px;
  margin-right: auto;
  padding-left: 56px;
  background-color: rgba(0, 0, 0, 0);
  color: inherit;
}
@media screen and (max-width: 767px) {
  .mw-wp-form__buttons .correct-submit {
    margin-top: 15.2vw;
  }
}
.mw-wp-form__buttons .correct-submit:hover {
  opacity: 0.7;
}
.mw-wp-form__buttons .correct-submit::before {
  content: '';
  display: inline-block;
  width: 43px;
  height: 7px;
  background: url(../images/contact/arrow_left.svg) no-repeat center/contain;
  position: absolute;
  left: 0px;
  transition: all ease-out 0.3s;
  margin-right: 20px;
}

.mw-wp-form__buttons .confirm-submit:hover::after {
  right: 10px;
  transition: all ease-out 0.3s;
}

.mw-wp-form__buttons .confirm-submit:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .mw-wp-form dd input[type='text']:nth-child(n + 2) {
    margin-top: 10px;
  }

  .mw-wp-form__automatic {
    margin: 5px 0 0;
    font-size: 14px;
  }

  .mw-wp-form__buttons {
    flex-direction: column;
    align-items: center;
  }

  .mw-wp-form__buttons .confirm-submit:not(:first-child) {
    margin-top: 30px;
  }

  .mw_wp_form_confirm .mw-wp-form dd {
    padding-top: 0;
    margin-top: 0;
  }
}

/* ラジオボタン */
.radio-btns input[type='radio'].radio-btns__item {
  display: none;
}

.radio-btns label {
  display: inline-block;
}

.radio-btns .radio-btns__item + span {
  padding-left: 1.75em;
  display: inline-block;
  position: relative;
  margin-right: 1.5rem;
  cursor: pointer;
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .radio-btns .radio-btns__item + span {
    font-size: 3.73vw;
  }
}

.radio-btns .radio-btns__item + span::after,
.radio-btns .radio-btns__item + span::before {
  content: '';
  display: block;
  position: absolute;
  border: 2px solid #8d775e;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: #ffffff;
}

.radio-btns .radio-btns__item + span::after {
  opacity: 0;
  width: 17px;
  height: 17px;
  top: calc(50%);
  left: 0;
  transform: translateY(-50%);
  left: 4px;
  border: none;
  background: #8d775e;
}

.radio-btns .radio-btns__item:checked + span {
  color: #8d775e;
}

.radio-btns .radio-btns__item:checked + span::after {
  opacity: 1;
}
/* ラジオボタン終了 */

::placeholder {
  color: #b5ac9b;
  /* font-family: 'Noto Sans JP', sans-serif; */
  font-family: inherit;
}

select {
  color: #b5ac9b;
  font-size: 1.125rem;
  border: 1px solid rgba(0, 0, 0, 0);
  padding: 1rem;
  padding-right: 2.5rem;
}
@media screen and (max-width: 767px) {
  select {
    font-size: 3.73vw;
  }
}

select {
  position: relative;
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.container {
  position: relative;
}

.mw_wp_form_input .container:after {
  content: '';
  position: absolute;
  right: 1rem;
  top: 50%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #b5ac9b;
  border-left: 2px solid #b5ac9b;
  pointer-events: none;
  transform: translateY(-50%) rotate(-135deg);
}

textarea {
  border: 1px solid rgba(0, 0, 0, 0);
}

/* チェックボックスデザイン */
.mw-checkbox input[type='checkbox'] {
  cursor: pointer;
  padding-left: 30px; /*label手前にチェックボックス用の余白を開ける*/
  vertical-align: middle;
  position: relative;
}

.mw-checkbox input[type='checkbox']::before,
.mw-checkbox input[type='checkbox']::after {
  content: '';
  display: block;
  position: absolute;
}

input[type='checkbox']::before {
  background-color: #fff;
  border-radius: 0%;
  border: 2px solid #8d775e;
  width: 30px;
  height: 30px;
  transform: translate(-50%, -50%);
  background-color: #fff;
  top: 50%;
  left: 50%;
}

input[type='checkbox']::after {
  border-bottom: 3px solid #8d775e;
  border-left: 3px solid #8d775e;
  opacity: 0;
  height: 9px;
  width: 20px;
  transform: translate(-50%, -50%) rotate(-45deg);
  top: calc(50% - 2px);
  left: 50%;
  transition: all 0.2s ease-in-out;
}

input[type='checkbox']:checked::after {
  opacity: 1;
}

.mw-checkbox {
  text-align: center;
  margin-bottom: 85px;
}
@media screen and (max-width: 767px) {
  .mw-checkbox {
    margin-bottom: 18vw;
  }
}

.mwform_check {
  font-size: 1.125rem;
  margin-left: 1rem;
}
@media screen and (max-width: 767px) {
  .mwform_check {
    font-size: 3.73vw;
  }
}

.mwform_check .underline {
  color: #af6363;
}

/*チェック後表示*/
.mw-checkbox:has(.error) {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.mw_wp_form .mw-checkbox:has(.error) .error {
  margin-left: 0.75rem;
  font-size: 100%;
  /* font-family: 'Noto Sans JP', sans-serif; */
}

.mw-ceckbox:has(.error) .mwform_check {
  width: 100%;
  margin-top: 32px;
}

.mw_wp_form_input .input-hidden {
  display: none;
}
.mw_wp_form_confirm .confirm-hidden {
  display: none;
}
.mw_wp_form_complete .complete-hidden {
  display: none;
}
.mw_wp_form_send_error {
  margin-top: 7rem;
}
.confirm-sp-br {
  display: none;
}

@media screen and (max-width: 767px) {
  .mw_wp_form_confirm .confirm-sp-br {
    display: block;
  }
}

/* complete画面 */
.mw_wp_form_complete.mvform_wrapper {
  padding-bottom: 500px;
}
@media screen and (max-width: 767px) {
  .mw_wp_form_complete.mvform_wrapper {
    padding-bottom: 30vw;
  }
}

.mw_wp_form_complete .first__formTextMain {
  font-size: 1.9rem;
  margin-top: 5.8rem;
  border: 1px solid #b5ac9b;
  padding-top: 2.3rem;
  padding-bottom: 2.3rem;
}
@media screen and (max-width: 767px) {
  .mw_wp_form_complete .first__formTextMain {
    font-size: 5.333333333333334vw;
    margin-top: 11vw;
    padding-top: 8.6vw;
    padding-bottom: 8.6vw;
  }
}

.complete-thanks {
  margin-top: 3.5rem;
  text-align: left;
  font-size: 1.125rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .complete-thanks {
    font-size: 3.733333333333334vw;
    margin-top: 8.6vw;
  }
}

.complete-link-button {
  margin-right: auto;
  margin-top: 7.5rem;
}
@media screen and (max-width: 767px) {
  .complete-sp-br-none {
    display: none;
  }
  .complete-link-button {
    margin-top: 24.8vw;
  }
}
