@charset "UTF-8";
/* ---------------------------------------------------
	common
------------------------------------------------------ */
/* ---------------------------------------------------
	contact-sec
------------------------------------------------------ */
.contact-sec {
  padding: 220px 0 158px;
  /* 確認画面 */
  /* 完了画面 */
}
.contact-sec .en__title {
  width: 96%;
  max-width: 1088px;
  margin: 0 auto;
}
.contact-sec .container {
  max-width: 928px;
}
.contact-sec .contact__lead {
  margin: 56px auto 40px;
  line-height: 2;
}
.contact-sec form input[type=text],
.contact-sec form input[type=tel],
.contact-sec form input[type=email],
.contact-sec form input[type=number] {
  width: 100%;
  max-width: 100%;
  padding: 16px 16px;
  background: #fff;
  border: 1px solid #393B53;
  border-radius: 0;
  box-sizing: border-box;
  color: #393B53;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.5;
}
.contact-sec form select {
  max-width: 100%;
  background: #fff;
  border: 1px solid #393B53;
  border-radius: 0;
  padding: 2px 16px;
  color: #393B53;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.5;
}
.contact-sec form textarea {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 20px 16px;
  height: 11em;
  background: #fff;
  border: 1px solid #393B53;
  border-radius: 0;
  box-sizing: border-box;
  color: #393B53;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.5;
  -webkit-appearance: none;
}
.contact-sec form input[type=radio] {
  width: 2em;
  height: 2em;
  background: #fff;
  margin: 0 12px 4px 0;
  vertical-align: middle;
}
.contact-sec form input[type=checkbox] {
  width: 2em;
  height: 2em;
  border: 1px solid #393B53;
  background: #fff;
  margin: 0 12px 4px 0;
  border-radius: 0;
  vertical-align: middle;
}
.contact-sec form .wpcf7-list-item {
  margin-left: 0;
  margin-right: 32px;
}
.contact-sec form .wpcf7-list-item-label {
  position: relative;
  display: inline-block;
}
.contact-sec form .confirm_button,
.contact-sec form .submit_button,
.contact-sec form .back_button {
  float: none;
  position: relative;
  display: inline-block;
  width: 260px;
  max-width: 42%;
  margin: 0 16px;
  padding: 16px 24px;
  background: url(../img/common/icon_arrow.svg) no-repeat right 16px center, #63CDE3;
  background-size: 33px;
  border: 1px solid #393B53;
  border-radius: 100vmax;
  cursor: pointer;
  color: #393B53;
  font-size: 1.5rem;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.5;
  text-align: left;
  transition: all 0.5s;
}
.contact-sec form .confirm_button:disabled,
.contact-sec form .submit_button:disabled,
.contact-sec form .back_button:disabled {
  opacity: 0.5;
  cursor: auto;
}
@media (any-hover: hover) {
  .contact-sec form .confirm_button:not(:disabled):hover,
  .contact-sec form .submit_button:not(:disabled):hover,
  .contact-sec form .back_button:not(:disabled):hover {
    background: url(../img/common/icon_arrow.svg) no-repeat right 16px center, #00FFE5;
    background-size: 33px;
    box-shadow: 0 0 20px #00FFE5;
    opacity: 1;
  }
}
.contact-sec form .back_button {
  padding-left: 60px;
  background: url(../img/common/icon_arrow_back.svg) no-repeat left 16px center, #DDDDDD;
  background-size: 33px;
}
@media (any-hover: hover) {
  .contact-sec form .back_button:not(:disabled):hover {
    background: url(../img/common/icon_arrow_back.svg) no-repeat left 16px center, #DDDDDD;
    background-size: 33px;
    box-shadow: 0 0 20px #DDDDDD;
  }
}
.contact-sec .contact-table {
  width: 100%;
}
.contact-sec .contact-table th,
.contact-sec .contact-table td {
  padding: 32px 0;
  vertical-align: top;
}
.contact-sec .contact-table th {
  position: relative;
  width: 240px;
  padding-top: 50px;
  font-weight: bold;
}
.contact-sec .contact-table th.vaT {
  padding-top: 32px;
}
.contact-sec .must {
  padding-left: 4px;
  color: #FC50CC;
  font-weight: 2rem;
  font-weight: bold;
  line-height: 1;
  vertical-align: super;
}
.contact-sec .privacy-box {
  margin-top: 16px;
  max-height: 180px;
  padding: 16px 16px;
  background: #fff;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  overflow-y: scroll;
}
.contact-sec .privacy-box p {
  line-height: 1.5;
}
.contact-sec .privacy-box p + p {
  margin-top: 1.5em;
}
.contact-sec .form-btn {
  position: relative;
  margin-top: 48px;
  text-align: center;
}
.contact-sec .wpcf7-spinner {
  position: absolute;
  right: 0;
  top: 50%;
}
.contact-sec .confirm_area .contact-table th {
  padding-top: 32px;
}
.contact-sec .thanks_area {
  text-align: center;
}
.contact-sec .thanks_area .thanks__title {
  margin-bottom: 40px;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.75;
  letter-spacing: 0.03em;
  text-align: center;
}
.contact-sec .thanks_area .thanks__btn {
  margin-top: 60px;
  line-height: 1;
  text-align: center;
}
.contact-sec .thanks_area .thanks__btn .btn {
  width: 260px;
}

:placeholder-shown {
  color: #d3d3d3;
}

::-webkit-input-placeholder {
  color: #d3d3d3;
}

:-moz-placeholder {
  color: #d3d3d3;
  opacity: 1;
}

::-moz-placeholder {
  color: #d3d3d3;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #d3d3d3;
}

@media screen and (max-width: 810px) {
  .contact-sec {
    padding: 80px 0 80px;
    /* 確認画面 */
    /* 完了画面 */
  }
  .contact-sec .en__title {
    width: calc(100% - 48px);
  }
  .contact-sec .contact__lead {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .contact-sec form input[type=text],
  .contact-sec form input[type=tel],
  .contact-sec form input[type=email],
  .contact-sec form input[type=number] {
    padding: 16px 16px;
  }
  .contact-sec form select {
    padding: 2px 16px;
  }
  .contact-sec form textarea {
    margin: 0;
    padding: 16px 16px;
  }
  .contact-sec form input[type=checkbox] {
    width: 1.5em;
    margin-right: 8px;
  }
  .contact-sec form .wpcf7-list-item {
    margin: 4px 32px 4px 0;
  }
  .contact-sec form .wpcf7-list-item-label {
    margin-right: 0;
  }
  .contact-sec form .confirm_button,
  .contact-sec form .submit_button,
  .contact-sec form .back_button {
    width: 260px;
    max-width: 100%;
    margin: 16px 0 0;
    padding: 20px 24px;
    font-size: 1.5rem;
    text-align: left;
  }
  .contact-sec form .submit_button,
  .contact-sec form .back_button {
    text-align: center;
  }
  .contact-sec .contact-table {
    display: block;
  }
  .contact-sec .contact-table tbody,
  .contact-sec .contact-table tr {
    display: block;
  }
  .contact-sec .contact-table th,
  .contact-sec .contact-table td {
    display: block;
    width: 100%;
    margin-bottom: -1px;
    padding: 0 0 16px;
  }
  .contact-sec .contact-table th.vaT,
  .contact-sec .contact-table td.vaT {
    padding-top: 16px;
    vertical-align: top;
  }
  .contact-sec .contact-table th {
    padding-top: 16px;
    padding-bottom: 16px;
    border-bottom: none;
  }
  .contact-sec .contact-table td {
    border-top: none;
  }
  .contact-sec .privacy-box {
    max-height: 180px;
    padding: 16px 16px;
  }
  .contact-sec .form-btn {
    margin-top: 32px;
  }
  .contact-sec .confirm_area .contact-table th {
    padding-top: 16px;
  }
  .contact-sec .thanks_area {
    text-align: left;
  }
  .contact-sec .thanks_area .thanks__title {
    margin-bottom: 30px;
  }
}