@charset "UTF-8";
@import url(https://pro.fontawesome.com/releases/v5.10.0/css/all.css);
/*-------------------------------
	Font Awesome
-------------------------------*/
/*-------------------------------
	キービジュアル
-------------------------------*/
.keyvisual {
  background-image: url("../../../../assets/images/contact/bg_keyvisual@2x.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

/*-------------------------------
	お問い合わせ
-------------------------------*/
.Contact {
  padding-top: 0;
  padding-bottom: 0;
}
.Contact__message {
  text-align: center;
  margin-bottom: 8rem;
}
.Contact-flow {
  width: 100%;
  margin-bottom: 6.6rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.Contact-flow__item {
  width: 13.5rem;
  height: 7rem;
  font-size: 2.5rem;
  margin-left: 2.8rem;
  margin-right: 2.8rem;
  position: relative;
  border: 0.1rem solid #AA85AA;
  color: #AA85AA;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.Contact-flow__item--current {
  color: #fff;
  background: #AA85AA;
}
.Contact-flow__item:not(:last-child)::after {
  width: 0;
  height: 0;
  border-width: 1.5rem 0 1.5rem 1.5rem;
  right: -3.55rem;
  top: calc(50% - 1.5rem);
  position: absolute;
  border-style: solid;
  border-color: transparent transparent transparent #444444;
  display: block;
  content: "";
}
.Contact__inner {
  padding-left: 12rem;
  padding-right: 12rem;
}
.Contact-item {
  /* 郵便番号 */
  /* 電話番号 */
  /* ファックス番号 */
  /* ご要望等 */
  /* 個人情報 */
}
.Contact-item:not(:last-child) {
  margin-bottom: 3rem;
}
.Contact-item__title {
  font-size: 2rem;
  margin-bottom: 1.2rem;
  line-height: 1;
  font-weight: normal;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.Contact-item__body {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.Contact-item__req::after {
  line-height: 1;
  color: #D06464;
  display: block;
  font-weight: normal;
  content: "【必須】";
}
.Contact-item__zip .Contact-item__body {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.Contact-item__tel .Contact-item__body {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.Contact-item__fax .Contact-item__body {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.Contact-item__comment:not(:last-child) {
  margin-bottom: 5rem;
}
.Contact-item__comment .field.comment {
  height: 30rem;
  line-height: 1.5;
}
.Contact-item__policy {
  margin-bottom: 5.5rem;
}
.Contact-item__policy .policy {
  width: 2rem;
  height: 2rem;
  margin-right: 0.5rem;
}
.Contact-item__policy .mwform-checkbox-field {
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.Contact-item__policy .mwform-checkbox-field label {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.Contact-item__policy .mwform-checkbox-field-text {
  font-size: 2rem;
  line-height: 1;
  font-weight: 500;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.Contact-item__policy .mwform-checkbox-field-text::after {
  line-height: 1;
  color: #D06464;
  display: block;
  font-weight: normal;
  content: "【必須】";
}
.Contact-item__policy__text {
  font-size: 2rem;
  text-align: center;
}
.Contact-item__policy__text a {
  line-height: 1;
  font-weight: normal;
  text-decoration: underline;
  display: block;
}
.Contact-btn {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.Contact__submit {
  width: 100%;
  max-width: 26rem;
  border-radius: 2.5rem;
  background: #AA85AA;
  transition: 0.3s all ease;
}
.Contact__submit:hover {
  opacity: 0.6;
}
.Contact__submit input {
  width: 100%;
  height: 5rem;
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.Contact .field {
  height: 4rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1.9rem;
  border: 0.1rem solid #444;
  font-weight: normal;
}
.Contact .field.full {
  width: 100%;
}
.Contact .field.half {
  width: calc(50% - 0.75rem);
}
.Contact .field.half + .half {
  margin-left: 1.5rem;
}
.Contact .field.third {
  width: calc((100% - 8.8rem) / 3);
}
.Contact .haihun::before {
  width: 2.6rem;
  margin-left: 0.9rem;
  margin-right: 0.9rem;
  height: 0.1rem;
  background: #707070;
  display: block;
  content: "";
}

/* 確認画面 */
.mw_wp_form_confirm .Contact-item,
.Confirm .Contact-item {
  border-bottom: 0.1rem solid #444;
}
.mw_wp_form_confirm .Contact-item__body,
.Confirm .Contact-item__body {
  font-size: 2.5rem;
  line-height: 1.5;
  padding-bottom: 0.5rem;
}
.mw_wp_form_confirm .Contact__back,
.Confirm .Contact__back {
  width: 100%;
  max-width: 26rem;
  border-radius: 2.5rem;
  border: 0.1rem solid #AA85AA;
  transition: 0.3s all ease;
}
.mw_wp_form_confirm .Contact__back:hover,
.Confirm .Contact__back:hover {
  opacity: 0.6;
}
.mw_wp_form_confirm .Contact__back input,
.Confirm .Contact__back input {
  width: 100%;
  height: 5rem;
  font-weight: 500;
  color: #AA85AA;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.mw_wp_form_confirm .haihun::before,
.Confirm .haihun::before {
  width: 1rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mw_wp_form_confirm .confirm_0,
.Confirm .confirm_0 {
  font-size: 0;
  opacity: 0;
}
.mw_wp_form_confirm .Contact-btn,
.Confirm .Contact-btn {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

/* 完了画面 */
.Thanks__title {
  font-size: 4rem;
  margin-bottom: 3rem;
  font-weight: 400;
  text-align: center;
}

@media screen and (max-width: 768px) {
  /*-------------------------------
      お問い合わせ
  -------------------------------*/
  .Contact {
    padding-top: 0;
    padding-bottom: 0;
  }
  .Contact__message {
    margin-bottom: 5rem;
  }
  .Contact-flow {
    margin-bottom: 5rem;
  }
  .Contact-flow__item {
    width: 15rem;
    height: 7.5rem;
    font-size: 3rem;
  }
  .Contact__inner {
    padding-left: 0;
    padding-right: 0;
  }
  .Contact-item {
    /* ご要望等 */
    /* 個人情報 */
  }
  .Contact-item:not(:last-child) {
    margin-bottom: 3.5rem;
  }
  .Contact-item__title {
    font-size: 3rem;
    margin-bottom: 1.5rem;
  }
  .Contact-item__comment:not(:last-child) {
    margin-bottom: 5rem;
  }
  .Contact-item__comment .field.comment {
    height: 40rem;
  }
  .Contact-item__policy {
    margin-bottom: 5.5rem;
  }
  .Contact-item__policy .policy {
    width: 3.5rem;
    height: 3.5rem;
    margin-right: 1.5rem;
  }
  .Contact-item__policy .mwform-checkbox-field-text {
    font-size: 3rem;
  }
  .Contact-item__policy__text {
    font-size: 3rem;
  }
  .Contact__submit {
    width: 100%;
    max-width: 80%;
    border-radius: 5rem;
  }
  .Contact__submit input {
    height: 10rem;
    font-size: 3rem;
  }
  .Contact .field {
    height: 7.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 3rem;
  }
  .Contact .field.half {
    width: calc(50% - 1rem);
  }
  .Contact .field.half + .half {
    margin-left: 2rem;
  }
  .Contact .field.third {
    width: calc((100% - 6rem) / 3);
  }
  .Contact .haihun::before {
    width: 1rem;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  /* 確認画面 */
  .mw_wp_form_confirm .Contact-item__body,
.Confirm .Contact-item__body {
    font-size: 3rem;
    padding-bottom: 3.5rem;
  }
  .mw_wp_form_confirm .Contact__back,
.Confirm .Contact__back {
    width: 100%;
    max-width: 80%;
    border-radius: 5rem;
    margin-bottom: 2.5rem;
  }
  .mw_wp_form_confirm .Contact__back input,
.Confirm .Contact__back input {
    height: 10rem;
  }
  .mw_wp_form_confirm .haihun::before,
.Confirm .haihun::before {
    width: 1rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .mw_wp_form_confirm .Contact-btn,
.Confirm .Contact-btn {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }

  /* 完了画面 */
  .Thanks__title {
    font-size: 5rem;
    margin-bottom: 2.5rem;
  }
}
/*# sourceMappingURL=style.css.map */