@charset "UTF-8";
.p-form {
  /* 確認画面 */
  /* 完了画面 */
}
.p-form-lead {
  padding-bottom: 5rem;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-form-lead {
    padding-bottom: 5.8139534884vw;
  }
}
.p-form-lead .txt {
  text-align: center;
  font-size: 2rem;
  letter-spacing: 0.05em;
  line-height: 1.85;
  font-weight: 700;
  color: #45A7DC;
  margin-bottom: 5.5rem;
}
@media screen and (max-width: 767px) {
  .p-form-lead .txt {
    font-size: 3.7209302326vw;
    margin-bottom: 6.976744186vw;
  }
}
.p-form-lead .page-nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 22rem;
}
@media screen and (max-width: 767px) {
  .p-form-lead .page-nav {
    gap: 0 6.976744186vw;
  }
}
.p-form-lead .page-nav .nav {
  position: relative;
}
.p-form-lead .page-nav .nav + .nav:before {
  position: absolute;
  left: -20rem;
  top: 2.3rem;
  display: block;
  content: "";
  width: 18rem;
  height: 1px;
  background: #DEDEDE;
}
@media screen and (max-width: 767px) {
  .p-form-lead .page-nav .nav + .nav:before {
    left: -9.3023255814vw;
    top: 2rem;
    width: 9.3023255814vw;
  }
}
.p-form-lead .page-nav .nav .circle {
  width: 4.6rem;
  height: 4.6rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  color: #fff;
  background: #C6C6C6;
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1;
  font-weight: 600;
  border-radius: 100%;
}
@media screen and (max-width: 767px) {
  .p-form-lead .page-nav .nav .circle {
    width: 11.6279069767vw;
    height: 11.6279069767vw;
    font-size: 3.7209302326vw;
  }
}
.p-form-lead .page-nav .nav .nav-txt {
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.8125;
  font-weight: 500;
  color: #C6C6C6;
}
@media screen and (max-width: 767px) {
  .p-form-lead .page-nav .nav .nav-txt {
    font-size: 3.7209302326vw;
  }
}
.p-form-lead .page-nav .nav.current .circle {
  background: #45A7DC;
}
.p-form-lead .page-nav .nav.current .nav-txt {
  color: #45A7DC;
}
.p-form-body .gray-wrap {
  position: relative;
  background: #F7F7F7;
  padding: 7rem;
  border-radius: 3rem;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-form-body .gray-wrap {
    padding: 9% 5%;
  }
}
.p-form-body .form-style .required {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 5.1rem;
  height: 2.9rem;
  color: #fff;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  line-height: 1;
  font-weight: 500;
  background: #45A7DC;
  padding-bottom: 0.2rem;
  border-radius: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-form-body .form-style .required {
    font-size: 3.2558139535vw;
    height: 2.4rem;
    padding-bottom: 0;
  }
}
.p-form-body .form-style .form-box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0 2rem;
}
@media screen and (max-width: 767px) {
  .p-form-body .form-style .form-box {
    flex-wrap: wrap;
    gap: 1rem 0;
  }
}
.p-form-body .form-style .form-box__ttl {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: calc(100% - 70rem);
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-weight: 500;
  padding: 1.8rem 0;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-form-body .form-style .form-box__ttl {
    justify-content: flex-start;
    gap: 0 4.6511627907vw;
    width: 100%;
    padding: 0;
    font-size: 4.1860465116vw;
  }
}
.p-form-body .form-style .form-box__input {
  width: 68rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-form-body .form-style .form-box__input {
    width: 100%;
    gap: 0 1rem;
  }
}
.p-form-body .form-style .form-box__input .input {
  width: 100%;
  box-sizing: border-box;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.8125;
}
@media screen and (max-width: 767px) {
  .p-form-body .form-style .form-box__input .input {
    font-size: 4.1860465116vw;
  }
}
.p-form-body .form-style .form-box__input .input.-w50 {
  width: calc((100% - 1rem) / 2);
  max-width: 25rem;
}
@media screen and (max-width: 767px) {
  .p-form-body .form-style .form-box__input .input.-w50 {
    max-width: inherit;
  }
}
.p-form-body .form-style .form-box__input .input input, .p-form-body .form-style .form-box__input .input textarea {
  width: 100%;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.8125;
  font-weight: 400;
  background: #fff;
  padding: 1.65rem 2rem;
  border-radius: 1rem;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-form-body .form-style .form-box__input .input input, .p-form-body .form-style .form-box__input .input textarea {
    padding: 1rem 1rem;
    font-size: 4.1860465116vw;
    border-radius: 0.5rem;
  }
}
.p-form-body .form-style .form-box__input .input input::placeholder, .p-form-body .form-style .form-box__input .input textarea::placeholder {
  color: #C6C6C6;
}
.p-form-body .form-style .form-box__input .input textarea {
  height: 30rem;
  resize: vertical;
}
@media screen and (max-width: 767px) {
  .p-form-body .form-style .form-box__input .input textarea {
    height: 69.7674418605vw;
  }
}
.p-form-body .form-style .form-box + .form-box {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-form-body .form-style .form-box + .form-box {
    margin-top: 9.3023255814vw;
  }
}
.p-form-body .form-style .form-box .wpcf7-not-valid-tip {
  margin-top: 0.5rem;
  margin-left: 0.5rem;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.4285714286;
}
@media screen and (max-width: 767px) {
  .p-form-body .form-style .form-box .wpcf7-not-valid-tip {
    font-size: 3.2558139535vw;
  }
}
.p-form-body .form-style .check_agree {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -7rem;
  margin: 0 auto;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-form-body .form-style .check_agree {
    bottom: -13.9534883721vw;
  }
}
.p-form-body .form-style .check_agree .form-box__ttl {
  display: none;
}
.p-form-body .form-style .check_agree .form-box__input {
  width: 100%;
  padding: 0;
  display: block;
}
.p-form-body .form-style .check_agree .form-box__input a {
  text-decoration: underline;
}
.p-form-body .form-style .check_agree .form-box__input input {
  padding: 0;
  border-radius: 0;
  background: none;
}
.p-form-body .form-style .check_agree .wpcf7-list-item {
  margin: 0;
}
.p-form-body .form-style .check_agree .wpcf7-list-item-label {
  padding-left: 35px;
}
@media screen and (max-width: 767px) {
  .p-form-body .form-style .check_agree .wpcf7-list-item-label {
    padding-left: 28px;
  }
}
.p-form-body .form-style .check_agree label {
  display: inline-block;
}
.p-form-body .form-style .check_agree label .label-txt {
  position: relative;
  display: inline;
  padding-left: 3rem;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.4285714286;
  font-weight: 400;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-form-body .form-style .check_agree label .label-txt {
    font-size: 3.2558139535vw;
  }
}
@media print and (any-hover: hover), screen and (any-hover: hover) and (min-width: 768px) {
  .p-form-body .form-style .check_agree label:hover input[type=checkbox] + span::before {
    background: #F7F7F7;
  }
}
.p-form-body .form-style .check_agree input[type=checkbox] + span::before,
.p-form-body .form-style .check_agree input[type=checkbox]:checked + span::before {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 2rem;
  height: 2rem;
  border: 1px solid #DEDEDE;
}
@media screen and (max-width: 767px) {
  .p-form-body .form-style .check_agree input[type=checkbox] + span::before,
  .p-form-body .form-style .check_agree input[type=checkbox]:checked + span::before {
    top: 2px;
  }
}
.p-form-body .form-style .check_agree input[type=checkbox]:checked + span::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.7rem;
  left: 0.1rem;
  width: 1rem;
  height: 1rem;
  background: #45A7DC;
  border: none;
  transform: rotate(0deg);
}
@media screen and (max-width: 1000px) {
  .p-form-body .form-style .check_agree input[type=checkbox]:checked + span::after {
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-form-body .form-style .check_agree input[type=checkbox]:checked + span::after {
    left: -0.05rem;
  }
}
@media screen and (max-width: 767px) {
  .p-form-body .form-style .check_agree input[type=checkbox]:checked + span::after {
    top: 0.5rem;
    left: 0.1rem;
  }
}
.p-form-body .form-style .btn_wrap {
  margin: 9.4rem auto 0 auto;
}
@media screen and (max-width: 767px) {
  .p-form-body .form-style .btn_wrap {
    margin-top: 16.2790697674vw;
  }
}
.p-form-body .form-style .btn_wrap .form-button.-submit {
  position: relative;
  width: 36rem;
  height: 7.5rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-form-body .form-style .btn_wrap .form-button.-submit {
    width: 100%;
    height: 16.2790697674vw;
  }
}
.p-form-body .form-style .btn_wrap .form-button.-submit .c-button {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 1.4444444444;
  font-weight: 500;
  color: #fff;
  background: #45A7DC;
  border-radius: 3.8rem;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-form-body .form-style .btn_wrap .form-button.-submit .c-button {
    font-size: 3.7209302326vw;
  }
}
.p-form-body .form-style .btn_wrap .form-button.-submit:after {
  position: absolute;
  right: 3rem;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  content: "";
  background: url(../img/icn_arrow_other.svg) no-repeat left top/cover;
  width: 1.4rem;
  height: 1.4rem;
}
@media print and (any-hover: hover), screen and (any-hover: hover) and (min-width: 768px) {
  .p-form-body .form-style .btn_wrap .form-button.-submit:hover .c-button {
    opacity: 1;
    background: #181818;
  }
}
.p-form-body .wpcf7-spinner,
.p-form-body .wpcf7 form .wpcf7-response-output {
  display: none;
}
.p-form.-confirm .p-form-body .form-style .required {
  display: none;
}
.p-form.-confirm .p-form-body .form-style .form-box {
  border-bottom: 1px solid #DEDEDE;
}
.p-form.-confirm .p-form-body .form-style .form-box:last-of-type {
  border-bottom: none;
}
.p-form.-confirm .p-form-body .form-style .form-box:last-of-type .form-box__ttl, .p-form.-confirm .p-form-body .form-style .form-box:last-of-type .form-box__input {
  padding-bottom: 0;
}
.p-form.-confirm .p-form-body .form-style .form-box__ttl {
  padding: 0 0 3rem 0;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-form.-confirm .p-form-body .form-style .form-box__ttl {
    padding: 0;
  }
}
.p-form.-confirm .p-form-body .form-style .form-box__input {
  padding: 0 0 3rem 0;
}
@media screen and (max-width: 767px) {
  .p-form.-confirm .p-form-body .form-style .form-box__input {
    padding: 0 0 6.976744186vw 0;
  }
}
.p-form.-confirm .p-form-body .form-style .form-box__input .input {
  font-size: 1.8rem;
  letter-spacing: 0.025em;
  line-height: 1.4444444444;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-form.-confirm .p-form-body .form-style .form-box__input .input {
    font-size: 4.1860465116vw;
  }
}
.p-form.-confirm .p-form-body .form-style .form-box__input .input.-w50 {
  width: auto;
  max-width: inherit;
}
@media screen and (max-width: 767px) {
  .p-form.-confirm .p-form-body .form-style .form-box__input .input.-w50 {
    max-width: inherit;
  }
}
.p-form.-confirm .p-form-body .form-style .form-box + .form-box {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-form.-confirm .p-form-body .form-style .form-box + .form-box {
    margin-top: 6.976744186vw;
  }
}
.p-form.-confirm .p-form-body .form-style .check_agree {
  position: relative;
  right: auto;
  bottom: auto;
  margin: 0;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-form.-confirm .p-form-body .form-style .check_agree {
    bottom: auto;
  }
}
.p-form.-confirm .p-form-body .form-style .check_agree .form-box__ttl {
  display: block;
}
.p-form.-confirm .p-form-body .form-style .check_agree .form-box__input {
  width: 68rem;
  padding: 0 0 3rem 0;
}
@media screen and (max-width: 767px) {
  .p-form.-confirm .p-form-body .form-style .check_agree .form-box__input {
    width: 100%;
    padding: 0 0 6.976744186vw 0;
  }
}
.p-form.-confirm .p-form-body .form-style .check_agree label .label-txt {
  padding-left: 0;
  font-size: 1.8rem;
  letter-spacing: 0.025em;
  line-height: 1.4444444444;
  font-weight: 400;
  cursor: inherit;
}
@media screen and (max-width: 767px) {
  .p-form.-confirm .p-form-body .form-style .check_agree label .label-txt {
    font-size: 4.1860465116vw;
  }
}
.p-form.-confirm .p-form-body .form-style .check_agree label span:before, .p-form.-confirm .p-form-body .form-style .check_agree label span:after {
  display: none;
}
.p-form.-confirm .p-form-body .form-style .btn_wrap {
  margin: 5.5rem auto 0 auto;
}
@media screen and (max-width: 767px) {
  .p-form.-confirm .p-form-body .form-style .btn_wrap {
    margin-top: 11.6279069767vw;
  }
}
.p-form.-confirm .p-form-body .form-style .btn_wrap .form-button.-correction {
  position: relative;
  width: fit-content;
  padding-left: 2.5rem;
  margin: 3rem auto 0 auto;
  cursor: pointer;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-form.-confirm .p-form-body .form-style .btn_wrap .form-button.-correction {
    margin-top: 6.976744186vw;
  }
}
.p-form.-confirm .p-form-body .form-style .btn_wrap .form-button.-correction .c-button {
  color: #7B7B7B;
  font-size: 1.8rem;
  letter-spacing: 0.025em;
  line-height: 1.4444444444;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-form.-confirm .p-form-body .form-style .btn_wrap .form-button.-correction .c-button {
    font-size: 3.7209302326vw;
  }
}
.p-form.-confirm .p-form-body .form-style .btn_wrap .form-button.-correction:after {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  content: "";
  background: url(../img/icn_arrow_back.svg) no-repeat left top/100% 100%;
  width: 1.4rem;
  height: 1.4rem;
}
@media print and (any-hover: hover), screen and (any-hover: hover) and (min-width: 768px) {
  .p-form.-confirm .p-form-body .form-style .btn_wrap .form-button.-correction:hover:after {
    background: url(../img/icn_arrow_back_hv.svg) no-repeat left top/100% 100%;
  }
  .p-form.-confirm .p-form-body .form-style .btn_wrap .form-button.-correction:hover .c-button {
    opacity: 1;
    color: #181818;
  }
}
.p-form.-thanks .p-form-body .form-style .txt {
  font-size: 1.6rem;
  letter-spacing: 0.025em;
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  .p-form.-thanks .p-form-body .form-style .txt {
    font-size: 3.488372093vw;
  }
}
.p-form.-thanks .p-form-body .form-style .txt + .txt {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-form.-thanks .p-form-body .form-style .txt + .txt {
    margin-top: 3.488372093vw;
  }
}
.p-form.-thanks .p-form-body .form-style .btn_wrap {
  margin: 5rem auto 0 auto;
}
@media screen and (max-width: 767px) {
  .p-form.-thanks .p-form-body .form-style .btn_wrap {
    margin-top: 11.6279069767vw;
  }
}
.p-form.-thanks .p-form-body .form-style .btn_wrap .form-button.-back {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  box-sizing: border-box;
}
.p-form.-thanks .p-form-body .form-style .btn_wrap .form-button.-back .c-button {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 3rem;
  color: #181818;
  font-size: 2.2rem;
  letter-spacing: 0.03em;
  line-height: 2.2727272727;
  font-weight: 400;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-form.-thanks .p-form-body .form-style .btn_wrap .form-button.-back .c-button {
    font-size: 3.7209302326vw;
    gap: 0 3.488372093vw;
  }
}
.p-form.-thanks .p-form-body .form-style .btn_wrap .form-button.-back .icn {
  position: relative;
  display: block;
  background: #45A7DC;
  border-radius: 10rem;
  width: 9.8rem;
  height: 9.8rem;
  transition: 0.3s;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .p-form.-thanks .p-form-body .form-style .btn_wrap .form-button.-back .icn {
    width: 8.1395348837vw;
    height: 8.1395348837vw;
  }
}
.p-form.-thanks .p-form-body .form-style .btn_wrap .form-button.-back .icn:after {
  content: "";
  background: url(../img/icn_arrow_other.svg) no-repeat left top/cover;
  width: 2.2rem;
  height: 2.2rem;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%) scale(-1, 1);
  margin: 0 auto;
  z-index: 1;
  will-change: transform;
}
@media screen and (max-width: 767px) {
  .p-form.-thanks .p-form-body .form-style .btn_wrap .form-button.-back .icn:after {
    width: 2.5581395349vw;
    height: 2.5581395349vw;
  }
}
@media print and (any-hover: hover), screen and (any-hover: hover) and (min-width: 768px) {
  .p-form.-thanks .p-form-body .form-style .btn_wrap .form-button.-back:hover .icn {
    background: #fff;
  }
  .p-form.-thanks .p-form-body .form-style .btn_wrap .form-button.-back:hover .icn:after {
    background: url(../img/icn_arrow_other_bl02.svg) no-repeat left top/cover;
    width: 2.2rem;
    height: 2.2rem;
  }
  .p-form.-thanks .p-form-body .form-style .btn_wrap .form-button.-back:hover .c-button {
    opacity: 1;
    color: #45A7DC;
  }
}
