@charset "UTF-8";
.form_wrap {
  margin-top: 2.8em;
}

@media screen and (max-width: 768px) {
  .form_wrap {
    margin-top: 2.3em;
  }
}

.form_wrap dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 1.1em 0;
  position: relative;
}

@media screen and (max-width: 767px) {
  .form_wrap dl {
    display: block;
    padding: 1.1em 0 0.7em;
  }
}

.form_wrap dl::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, #AFAFAF, #AFAFAF 4px, transparent 4px, transparent 8px);
  background-size: 8px 1px;
  background-position: left bottom;
  background-repeat: repeat-x;
}

.form_wrap dl:last-of-type:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, #AFAFAF, #AFAFAF 4px, transparent 4px, transparent 8px);
  background-size: 8px 1px;
  background-position: left bottom;
  background-repeat: repeat-x;
}

.form_wrap dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 185px;
  color: #000;
  font-size: 1.142rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .form_wrap dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    text-align: center;
    width: 100%;
    padding-bottom: 1em;
    font-size: 0.85rem;
  }
  .form_wrap .form_dl_area dt {
    width: 100%;
    text-align: left;
  }
  .form_wrap .form_dl_area dd {
    padding-left: 1em;
  }
}

.form_wrap dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 505px;
  max-width: 100%;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .form_wrap dd {
    display: block;
    padding-top: 0;
    padding-bottom: 0;
  }
}

.form_wrap dd.chkbox {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.form_wrap .chkbox_inner {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .form_wrap .chkbox_inner {
    width: 100%;
  }
}

.form_wrap .must,
.form_wrap .free {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 44px;
  height: 44px;
  background: #d71518;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  .form_wrap .must,
  .form_wrap .free {
    width: 10vw;
    height: 6vw;
    margin-right: 1em;
    border-radius: 10px;
  }
}

.form_wrap .free {
  background-color: #d4d4d4;
  color: #717171;
}

@media screen and (max-width: 768px) {
  .form_wrap .must,
  .form_wrap .free {
    font-size: 0.7rem;
  }
}

.form_wrap input[type=text],
.form_wrap input[type=email] {
  padding: 0.5em;
  width: 100%;
  height: 40px;
  background-color: #ffffff;
  border: 1px solid #AFAFAF;
}

@media screen and (max-width: 767px) {
  .form_wrap input[type=text],
  .form_wrap input[type=email] {
    height: 3em;
  }
}

@media screen and (max-width: 768px) {
  .form_wrap input[type=text],
  .form_wrap input[type=email] {
    padding: 0 0.5em;
  }
}

input[type="text"],
input[type="email"],
textarea {
  height: auto;
}

.form_wrap textarea {
  height: 160px;
  width: 100%;
  padding: 1em;
  background-color: #fff;
  border: 1px solid #AFAFAF;
}

.form_wrap .form_dl_area .mwform-checkbox-field {
  display: inline-block;
  width: 5.5em;
}

@media screen and (max-width: 767px) {
  .form_wrap .form_dl_area .mwform-checkbox-field {
    width: 5.5em;
  }
}

.form_wrap .form_dl_area .mwform-checkbox-field:nth-child(3),
.form_wrap .form_dl_area .mwform-checkbox-field:nth-child(8) {
  width: 9em;
}

@media screen and (max-width: 767px) {
  .form_wrap .form_dl_area .mwform-checkbox-field:nth-child(3),
  .form_wrap .form_dl_area .mwform-checkbox-field:nth-child(8) {
    width: 5.5em;
  }
}

@media screen and (max-width: 767px) {
  .form_wrap .form_dl_area .mwform-checkbox-field:nth-child(3),
  .form_wrap .form_dl_area .mwform-checkbox-field:nth-child(6),
  .form_wrap .form_dl_area .mwform-checkbox-field:nth-child(9) {
    width: 7em;
  }
}

.form_wrap .mwform-checkbox-field-text {
  color: #000;
  letter-spacing: 0.1em;
  line-height: 1.75;
}

@media screen and (max-width: 768px) {
  .form_wrap .form_dl_area {
    display: block;
  }
  .form_dl_area .mwform-checkbox-field {
    display: inline-block;
  }
  .mw_wp_form .form_wrap .horizontal-item + .horizontal-item {
    margin-left: 1em;
  }
  .form_wrap .mwform-checkbox-field-text {
    font-size: 0.85rem;
  }
}

input[type="checkbox"] {
  accent-color: #000;
}

.form_wrap .policy {
  padding: 1em 0;
  text-align: center;
  font-size: 1rem;
  letter-spacing: 0.05em;
  margin-top: 34px;
  background-color: #ececec;
}

.form_wrap .policy p {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .form_wrap .policy p {
    display: inline-block;
    margin-left: 0.2em;
    text-align: left;
  }
}

.form_wrap .policy a {
  font-size: 1rem;
  font-weight: 600;
  color: #c1232d;
}

@media screen and (max-width: 768px) {
  .form_wrap .policy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 0.9rem;
  }
  .form_wrap .policy a {
    display: inline-block;
    margin-top: 0.5em;
    text-decoration: underline;
  }
}

.form_wrap .policy .underline {
  text-decoration: underline;
}

.form_wrap .policy .must {
  margin-left: 1em;
}

@media screen and (max-width: 768px) {
  .form_wrap .policy .mwform-checkbox-field {
    display: inline-block;
  }
}

.form_wrap .policy .mwform-checkbox-field-text {
  display: none;
}

.boxIndexContact .form_wrap .policy p {
  margin-top: 0;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .boxIndexContact .form_wrap .policy p {
    text-align-last: left;
  }
}

.boxIndexContact .form_wrap .policy p span {
  color: #011b6a;
  font-weight: 600;
  border-bottom: 1px solid #011b6a;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: relative;
}

.boxIndexContact .form_wrap .policy p span:hover {
  opacity: 0.6;
}

.boxIndexContact .form_wrap .policy p span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.8em;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background: url(../images/common/icn-policy.png) no-repeat center center/contain;
}

.boxFormSubmit {
  margin-top: 4.4em;
  text-align: center;
}

.boxFormSubmit .btnSubmit:not(.btnSubmitBack) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 502px;
  height: 80px;
  margin: 0 auto;
  background: url(../../images/common/btn-submit.png) no-repeat center center/contain;
  border: none;
  font-family: '游ゴシック体',YuGothic,'游ゴシック','Yu Gothic','メイリオ',"Noto Sans JP",sans-serif;
  font-size: 2rem;
  font-weight: 600;
  color: #3c3648;
  letter-spacing: 0.05em;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.boxFormSubmit .btnSubmit:not(.btnSubmitBack) span {
  position: relative;
  padding-right: 2.3em;
  padding-left: 1em;
  padding-bottom: 0.1em;
}

@media screen and (max-width: 767px) {
  .boxFormSubmit .btnSubmit:not(.btnSubmitBack) span {
    padding-bottom: 0.3em;
  }
}

.boxFormSubmit .btnSubmit:not(.btnSubmitBack) span::after {
  content: "";
  position: absolute;
  top: 47%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 15px;
  height: 28px;
  background: url(../../images/common/arrow-right.png) no-repeat center center/contain;
}

@media screen and (max-width: 767px) {
  .boxFormSubmit .btnSubmit:not(.btnSubmitBack) span::after {
    width: 2.5vw;
    height: 4.6vw;
  }
}

.boxFormSubmit .btnSubmit:not(.btnSubmitBack)::after {
  content: '';
  position: absolute;
  top: -10%;
  left: -20%;
  width: 40px;
  height: 100%;
  -webkit-transform: scale(2) rotate(20deg);
          transform: scale(2) rotate(20deg);
  background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.5) 100%, rgba(255, 255, 255, 0) 0%);
  -webkit-animation-name: shiny;
          animation-name: shiny;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@media screen and (max-width: 768px) {
  .boxFormSubmit .btnSubmit:not(.btnSubmitBack) {
    width: 80vw;
    height: 13vw;
    margin-bottom: 0;
    font-size: 1.2rem;
  }
}

.boxFormSubmit .btnSubmit:not(.btnSubmitBack) {
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.boxFormSubmit .btnSubmit:not(.btnSubmitBack) a:hover {
  color: #0c7f00;
}

.btnSubmitBack {
  border: none;
  background-color: transparent;
  color: #000;
  padding: 0;
  margin: 2em 0 0 0;
  text-decoration: underline;
  font-size: 1.1rem;
  letter-spacing: 0.05em;
  cursor: pointer;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
}

@media screen and (max-width: 767px) {
  .btnSubmitBack {
    margin-top: 1.5em;
    font-size: 1rem;
  }
}

.btnSubmitBack:hover {
  opacity: 0.6;
}

.mw_wp_form .box_thanks {
  margin-top: 3em;
}

.mw_wp_form .txt {
  text-align: center;
  font-size: 1.142rem;
  line-height: 1.75;
  letter-spacing: 0.12em;
}

@media screen and (max-width: 767px) {
  .mw_wp_form .txt {
    font-size: 0.9rem;
    text-align: left;
  }
}

.mw_wp_form .tel {
  margin-top: 1em;
  text-align: center;
  font-size: 1.142rem;
  line-height: 1.75;
  letter-spacing: 0.12em;
}

/*モーダルを開くボタン*/
.modal-open {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: 50%;
  left: 50%;
  width: 300px;
  height: 50px;
  font-weight: bold;
  color: #fff;
  background: #000;
  margin: auto;
  cursor: pointer;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: black;
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1003;
}

/*モーダル本体の擬似要素の指定*/
.modal-container:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container.active {
  opacity: 1;
  visibility: visible;
}

/*モーダル枠の指定*/
.modal-body {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 840px;
  width: 90%;
}

/*モーダルを閉じるボタンの指定*/
.modal-close {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: -40px;
  right: -40px;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}

/*モーダル内のコンテンツの指定*/
.modal-content {
  background: #fff;
  text-align: left;
  padding: 30px;
}

.modal-content p {
  margin-bottom: 1em;
  font-size: 1.1rem;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .modal-content p {
    font-size: 0.85rem;
  }
}

.mw_wp_form .form_wrap .horizontal-item + .horizontal-item {
  margin-left: 0;
}

.hp_form_caption {
  display: block;
  margin-top: 0.2em;
  color: #d71518;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .hp_form_caption {
    display: inline-block;
    margin-left: 0.5em;
    font-size: 0.75rem;
  }
}

#mw_wp_form_mw-wp-form-17 {
  padding-top: 8em;
  margin-top: -8em;
}
