@charset "UTF-8";
form * {
  font-family: "heisei-kaku-gothic-std", sans-serif;
  box-sizing: border-box;
}
.contact_in {
  padding: clamp(70px, 9.11vw, 155px) 0 clamp(100px, 13.02vw, 200px);
}
.contact_head-txt {
  margin-bottom: 72px;
}
.contact_listWrap {
  padding: clamp(20px, 4.63vw, 50px) 0;
  padding: 66px 0 82px;
  border-radius: 30px;
}
.contact_list,
.pp {
  width: 92%;
  max-width: 1100px;
  margin: 0 auto;
}
.contact_list > div:not(:last-child) {
  margin-bottom: clamp(20px, 4.63vw, 50px);
}
.contact_list dt {
  font-size: clamp(19px, 2.47vw, 22px);
  line-height: 1.364;
  margin-bottom: 0.2em;
}
.contact_list dt.must span {
  margin-right: 1em;
}
.contact_list dt.must span::after,
.pp .pnote::after {
  content: "※";
  color: #ff0000;
}
.contact_list dd {
  line-height: 1.5;
  margin-bottom: 2.3em;
}

.contact_list dd input,
.contact_list dd textarea {
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-size: clamp(18px, 2.34vw, 20px);
  font-weight: 500;
  font-style: normal;
  line-height: 1.75;
  width: 100%;
  padding: 20px 2%;
  border: none;
  border-radius: 20px;
}
.contact_list dd input.tel,
.contact_list dd input.birth {
  max-width: 452px;
}
::placeholder {
  color: #c6c6c6;
}
/* プライバシーポリシー */
.pp {
  display: flex;
  align-items: center;
  gap: 10px;
}

.pp_in label {
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.pp .ppck {
  width: 2.6vw;
  max-width: 50px;
  min-width: 20px;
  height: 2.6vw;
  max-height: 50px;
  min-height: 20px;
  border-radius: 20px;
  margin: 0;
  cursor: pointer;
}
.mwform-checkbox-field-text {
  display: none;
}
.pp .pnote {
  font-size: clamp(19px, 2.47vw, 22px);
  font-weight: 700;
}
.pp .pnote a {
  display: inline;
  text-decoration: underline;
}
/* btn_bk */
.btnblk {
  display: flex;
  flex-direction: column;
  gap: clamp(40px, 5.21vw, 55px);
  padding: clamp(80px, 10.42vw, 150px) 0 clamp(130px, 16.93vw, 208px);
}
.btnblk .btn_1 {
  font-size: clamp(22px, 2.86vw, 30px);
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45.57vw;
  max-width: 450px;
  min-width: 350px;
  margin: 0 auto;
  padding: 1em 2%;
  border: none;
  border-radius: 45px;
  transition: 0.3s;
  cursor: pointer;
}
.btn_1:hover {
  background: #00a0da;
}
.btn_2 {
  font-size: clamp(18px, 2.34vw, 20px);
  font-weight: 500;
  color: #727171;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  max-width: 300px;
  margin: 0 auto;
  padding: 12px 2%;
  border: 1px solid #707070;
  border-radius: 30px;
  background: #fff;
  transition: 0.3s;
  cursor: pointer;
}
.btn_2:hover {
  color: #fff;
  background: #00a0da;
  border: 1px solid #00a0da;
}
/* ------------
確認画面
--------------- */
.mw_wp_form_preview .mail {
  display: none;
}
.mw_wp_form_preview .pnote {
  display: none;
}

/* ------------
完了画面
--------------- */
.thanks_ttl {
  font-size: clamp(21px, 2.73vw, 30px);
  line-height: 1.5;
  margin-bottom: 50px;
}
.thanks_txt {
  line-height: 2;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 640px) {
}
@media screen and (min-width: 769px) {
}
