@media screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .pc {
    display: block;
  }
  .sp {
    display: none !important;
  }
}
.page {
  position: relative;
  overflow: hidden;
  height: 410px;
}

.pageBg {
  width: 100%;
  height: 100%;
}

.pageTop {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.pageTop__en {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.012em;
  color: var(--blue);
}

.pageTop__title {
  margin-top: 10px;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
}

.bread {
  height: 100%;
}
.bread .inner {
  height: 100%;
}

.bread__main {
  position: absolute;
  bottom: 50px;
  font-size: 14px;
  font-weight: 500;
}
.bread__main span {
  padding-right: 10px;
  color: #808080;
}
.bread__main .line {
  font-weight: 500;
  color: var(--blue);
}

.bread__link {
  display: inline-block;
  padding-right: 10px;
}

.bnr {
  display: block;
  margin-top: 150px;
  margin-bottom: 100px;
}

.page__icon {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1360px;
}
.page__icon .icon {
  position: absolute;
  bottom: 0;
  right: 20px;
  width: 307px;
  height: 214px;
}

@media (min-width: 1921px) {
  .page {
    height: 461.25px;
  }
  .pageTop__en {
    font-size: 22.5px;
  }
  .pageTop__title {
    margin-top: 11.25px;
    font-size: 45px;
  }
  .bread__main {
    bottom: 56.25px;
    font-size: 15.75px;
  }
  .bread__main span {
    padding-right: 11.25px;
  }
  .bread__link {
    padding-right: 11.25px;
  }
  .bnr {
    margin-top: 168.75px;
    margin-bottom: 112.5px;
  }
  .page__icon {
    width: 1530px;
  }
  .page__icon .icon {
    right: 22.5px;
    width: 345.375px;
    height: 240.75px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1339px) {
  .page {
    height: 31.5384615385vw;
  }
  .pageTop__en {
    font-size: 1.5384615385vw;
  }
  .pageTop__title {
    margin-top: 0.7692307692vw;
    font-size: 3.0769230769vw;
  }
  .bread__main {
    bottom: 3.8461538462vw;
    font-size: 1.0769230769vw;
  }
  .bread__main span {
    padding-right: 0.7692307692vw;
  }
  .bread__link {
    padding-right: 0.7692307692vw;
  }
  .bnr {
    margin-top: 11.5384615385vw;
    margin-bottom: 7.6923076923vw;
  }
  .page__icon {
    width: 104.6153846154vw;
  }
  .page__icon .icon {
    right: 1.5384615385vw;
    width: 23.6153846154vw;
    height: 16.4615384615vw;
  }
}
@media (max-width: 768px) {
  .page {
    height: 69.3333333333vw;
  }
  .pageTop {
    top: calc(50% + 4vw);
  }
  .pageTop__en {
    font-size: 4.2666666667vw;
  }
  .pageTop__title {
    margin-top: 2.6666666667vw;
    font-size: 6.6666666667vw;
  }
  .bread__main {
    left: 6.6666666667vw;
    bottom: 5.3333333333vw;
    font-size: 2.9333333333vw;
  }
  .bread__main span {
    padding-right: 2.6666666667vw;
  }
  .bread__link {
    display: inline-block;
    padding-right: 2.6666666667vw;
  }
  .bnr {
    margin-top: 16vw;
    margin-bottom: 16vw;
  }
  .page__icon {
    left: unset;
    -webkit-transform: unset;
            transform: unset;
    right: 4vw;
    width: 29.3333333333vw;
  }
  .page__icon .icon {
    right: 0;
    width: 29.3333333333vw;
    height: 20.2666666667vw;
  }
}
.ct {
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
  background: #f4f4f4;
}

.ctRead {
  margin-top: 30px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.77;
  text-align: center;
}

.ctMain {
  width: 815px;
  margin: 60px auto 0;
}

.ctForm {
  display: none;
}
.ctForm.active {
  display: block;
}

.ctFlex {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 36px;
}

.ctTtl {
  gap: 10px;
}
.ctTtl .ttl {
  font-size: 18px;
  font-weight: bold;
}
.ctTtl .must {
  width: 34px;
  height: 22px;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  background: #f02727;
}

.ctRadio {
  width: 535px;
  gap: 30px;
}
.ctRadio input {
  accent-color: var(--blue);
}
.ctRadio label {
  font-size: 16px;
}

.ctInp {
  width: 535px;
}
.ctInp input,
.ctInp select {
  width: 535px;
  height: 60px;
  padding: 10px 15px;
  border: 1px solid #d0d0d0;
  border-radius: 8px;
  font-family: "notosansjp", serif;
  font-size: 16px;
  font-weight: 500;
  color: #333;
}
.ctInp input::-webkit-input-placeholder, .ctInp select::-webkit-input-placeholder {
  color: #d4d4d4;
}
.ctInp input::-moz-placeholder, .ctInp select::-moz-placeholder {
  color: #d4d4d4;
}
.ctInp input:-ms-input-placeholder, .ctInp select:-ms-input-placeholder {
  color: #d4d4d4;
}
.ctInp input::-ms-input-placeholder, .ctInp select::-ms-input-placeholder {
  color: #d4d4d4;
}
.ctInp input::placeholder,
.ctInp select::placeholder {
  color: #d4d4d4;
}
.ctInp textarea {
  width: 535px;
  height: 140px;
  padding: 10px 15px;
  border: 1px solid #d0d0d0;
  border-radius: 8px;
  font-family: "notosansjp", serif;
  font-size: 16px;
  font-weight: 500;
}
.ctInp textarea::-webkit-input-placeholder {
  color: #d4d4d4;
}
.ctInp textarea::-moz-placeholder {
  color: #d4d4d4;
}
.ctInp textarea:-ms-input-placeholder {
  color: #d4d4d4;
}
.ctInp textarea::-ms-input-placeholder {
  color: #d4d4d4;
}
.ctInp textarea::placeholder {
  color: #d4d4d4;
}

.ctSel {
  position: relative;
}
.ctSel::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.ctSel select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #d4d4d4;
}

.ctAgree {
  margin-top: 35px;
  font-size: 18px;
  font-weight: bold;
  gap: 15px;
}
.ctAgree a {
  color: #333;
  text-decoration: underline;
}
.ctAgree .mwform-checkbox-field-text {
  display: none;
}
.ctAgree span {
  width: 24px;
  height: 24px;
}
.ctAgree input[type=checkbox] {
  position: relative;
  width: 24px;
  height: 24px;
  margin: 0;
  border: 1px solid #d0d0d0;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 0 0 transparent;
          box-shadow: 0 0 0 0 transparent;
  background: #ffffff;
}

.formAgree__error,
.ctAgree__error {
  margin-top: 5px;
  font-size: 16px;
  color: #dd3030;
  text-align: center;
}

.ctBtn button {
  position: relative;
  width: 300px;
  height: 64px;
  margin: 60px auto 0;
  border: none;
  border-radius: 40px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.02em;
  color: #fff;
  background: #367dff;
  -webkit-box-shadow: 0 5px 6px 0 rgba(77, 116, 189, 0.3);
          box-shadow: 0 5px 6px 0 rgba(77, 116, 189, 0.3);
  cursor: pointer;
}

.g-recaptcha {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 40px auto 0;
}

.recaptcha__error {
  text-align: center;
}

@media (min-width: 1921px) {
  .ct {
    padding-top: 135px;
    padding-bottom: 135px;
  }
  .ctRead {
    margin-top: 33.75px;
    font-size: 20.25px;
  }
  .ctMain {
    width: 916.875px;
    margin: 67.5px auto 0;
  }
  .ctFlex {
    margin-top: 40.5px;
  }
  .ctTtl {
    gap: 11.25px;
  }
  .ctTtl .ttl {
    font-size: 20.25px;
  }
  .ctTtl .must {
    width: 38.25px;
    height: 24.75px;
    border-radius: 5.625px;
    font-size: 13.5px;
  }
  .ctRadio {
    width: 601.875px;
    gap: 33.75px;
  }
  .ctRadio label {
    font-size: 18px;
  }
  .ctInp {
    width: 601.875px;
  }
  .ctInp input,
  .ctInp select {
    width: 601.875px;
    height: 67.5px;
    padding: 11.25px 16.875px;
    border-radius: 9px;
    font-size: 18px;
  }
  .ctInp textarea {
    width: 601.875px;
    height: 157.5px;
    padding: 11.25px 16.875px;
    border-radius: 9px;
    font-size: 18px;
  }
  .ctSel::after {
    width: 9px;
    height: 9px;
    border-right: 2.25px solid #333;
    border-bottom: 2.25px solid #333;
    right: 22.5px;
  }
  .ctAgree {
    margin-top: 39.375px;
    font-size: 20.25px;
    gap: 16.875px;
  }
  .ctAgree span {
    width: 27px;
    height: 27px;
  }
  .ctAgree input[type=checkbox] {
    width: 27px;
    height: 27px;
    border-radius: 4.5px;
  }
  .formAgree__error,
  .ctAgree__error {
    margin-top: 5.625px;
    font-size: 18px;
  }
  .ctBtn button {
    width: 337.5px;
    height: 72px;
    margin: 67.5px auto 0;
    border-radius: 45px;
    font-size: 22.5px;
    -webkit-box-shadow: 0 5.625px 6.75px 0 rgba(77, 116, 189, 0.3);
            box-shadow: 0 5.625px 6.75px 0 rgba(77, 116, 189, 0.3);
  }
  .g-recaptcha {
    margin: 45px auto 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1339px) {
  .ct {
    padding-top: 9.2307692308vw;
    padding-bottom: 9.2307692308vw;
  }
  .ctRead {
    margin-top: 2.3076923077vw;
    font-size: 1.3846153846vw;
  }
  .ctMain {
    width: 62.6923076923vw;
    margin: 4.6153846154vw auto 0;
  }
  .ctFlex {
    margin-top: 2.7692307692vw;
  }
  .ctTtl {
    gap: 0.7692307692vw;
  }
  .ctTtl .ttl {
    font-size: 1.3846153846vw;
  }
  .ctTtl .must {
    width: 2.6153846154vw;
    height: 1.6923076923vw;
    border-radius: 0.3846153846vw;
    font-size: 0.9230769231vw;
  }
  .ctRadio {
    width: 41.1538461538vw;
    gap: 2.3076923077vw;
  }
  .ctRadio label {
    font-size: 1.2307692308vw;
  }
  .ctInp {
    width: 41.1538461538vw;
  }
  .ctInp input,
  .ctInp select {
    width: 41.1538461538vw;
    height: 4.6153846154vw;
    padding: 0.7692307692vw 1.1538461538vw;
    border-radius: 0.6153846154vw;
    font-size: 1.2307692308vw;
  }
  .ctInp textarea {
    width: 41.1538461538vw;
    height: 10.7692307692vw;
    padding: 0.7692307692vw 1.1538461538vw;
    border-radius: 0.6153846154vw;
    font-size: 1.2307692308vw;
  }
  .ctSel::after {
    width: 0.6153846154vw;
    height: 0.6153846154vw;
    border-right: 0.1538461538vw solid #333;
    border-bottom: 0.1538461538vw solid #333;
    right: 1.5384615385vw;
  }
  .ctAgree {
    margin-top: 2.6923076923vw;
    font-size: 1.3846153846vw;
    gap: 1.1538461538vw;
  }
  .ctAgree span {
    width: 1.8461538462vw;
    height: 1.8461538462vw;
  }
  .ctAgree input[type=checkbox] {
    width: 1.8461538462vw;
    height: 1.8461538462vw;
    border-radius: 0.3076923077vw;
  }
  .formAgree__error,
  .ctAgree__error {
    margin-top: 0.3846153846vw;
    font-size: 1.2307692308vw;
  }
  .ctBtn button {
    width: 23.0769230769vw;
    height: 4.9230769231vw;
    margin: 4.6153846154vw auto 0;
    border-radius: 3.0769230769vw;
    font-size: 1.5384615385vw;
    -webkit-box-shadow: 0 0.3846153846vw 0.4615384615vw 0 rgba(77, 116, 189, 0.3);
            box-shadow: 0 0.3846153846vw 0.4615384615vw 0 rgba(77, 116, 189, 0.3);
  }
  .g-recaptcha {
    margin: 3.0769230769vw auto 0;
  }
}
@media (max-width: 768px) {
  .ct {
    padding-top: 21.3333333333vw;
    padding-bottom: 21.3333333333vw;
  }
  .ctRead {
    margin-top: 8vw;
    font-size: 4vw;
    line-height: 2.1;
  }
  .ctMain {
    width: 100%;
    margin: 17.3333333333vw auto 0;
  }
  .ctForm {
    display: none;
  }
  .ctForm.active {
    display: block;
  }
  .ctFlex {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 4vw;
    margin-top: 8vw;
  }
  .ctTtl {
    gap: 2.6666666667vw;
  }
  .ctTtl .ttl {
    font-size: 4.8vw;
  }
  .ctTtl .must {
    width: 9.0666666667vw;
    height: 5.8666666667vw;
    border-radius: 1.3333333333vw;
    font-size: 3.2vw;
  }
  .ctRadio {
    width: 100%;
    gap: 8vw;
  }
  .ctRadio label {
    font-size: 4.2666666667vw;
  }
  .ctInp {
    width: 100%;
  }
  .ctInp input,
  .ctInp select {
    width: 100%;
    height: 16vw;
    padding: 2.6666666667vw 4vw;
    border-radius: 2.1333333333vw;
    font-size: 4.2666666667vw;
  }
  .ctInp textarea {
    width: 100%;
    height: 37.3333333333vw;
    padding: 2.6666666667vw 4vw;
    border-radius: 2.1333333333vw;
    font-size: 4.2666666667vw;
  }
  .ctSel::after {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    border-right: 0.5333333333vw solid #333;
    border-bottom: 0.5333333333vw solid #333;
    right: 5.3333333333vw;
  }
  .ctAgree {
    margin-top: 8vw;
    font-size: 4.8vw;
    gap: 2.6666666667vw;
  }
  .ctAgree span {
    width: 6.4vw;
    height: 6.4vw;
  }
  .ctAgree input[type=checkbox] {
    width: 6.4vw;
    height: 6.4vw;
    border-radius: 1.0666666667vw;
  }
  .formAgree__error {
    font-size: 4.2666666667vw;
  }
  .ctBtn button {
    width: 80vw;
    height: 17.0666666667vw;
    margin: 16vw auto 0;
    border-radius: 10.6666666667vw;
    font-size: 4.8vw;
    -webkit-box-shadow: 0 1.3333333333vw 1.6vw 0 rgba(77, 116, 189, 0.3);
            box-shadow: 0 1.3333333333vw 1.6vw 0 rgba(77, 116, 189, 0.3);
  }
  .g-recaptcha {
    margin: 10.6666666667vw auto 0;
  }
}
.form {
  margin-top: 100px;
  margin-bottom: 100px;
}

.formWhite {
  width: 800px;
  margin: 0 auto;
  padding: 60px 85px;
  border-radius: 32px;
  -webkit-box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.16);
}

.formConf__read {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.77;
  text-align: center;
}

.formMain {
  margin-top: 64px;
}
.formMain .ctTtl .must,
.formMain .ctAgree {
  display: none;
}
.formMain .ctFlex {
  gap: 40px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e0e2e4;
}
.formMain .ctTtl {
  width: 145px;
}
.formMain .ctInp {
  width: calc(100% - 185px);
}
.formMain .ctSel::after {
  display: none;
}
.formMain .ctBtn__prev button {
  margin: 15px auto 0;
  background: #909090;
}

.thanks__ttl {
  font-size: 40px;
  font-weight: 900;
  background: -webkit-linear-gradient(330deg, #3791f4 0%, #aecc48 100%);
  background: linear-gradient(120deg, #3791f4 0%, #aecc48 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
}

.thanks__txt {
  margin-top: 50px;
  font-size: 16px;
  line-height: 2.25;
  letter-spacing: 0.06em;
  text-align: center;
}

.thanks__img {
  margin: 60px auto 0;
  width: 328px;
}

.thanks__btn {
  width: 300px;
  height: 64px;
  margin: 80px auto 0;
  border-radius: 40px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.02em;
  color: #fff;
  background: var(--blue);
  -webkit-box-shadow: 0 5px 6px 0 rgba(77, 116, 189, 0.3);
          box-shadow: 0 5px 6px 0 rgba(77, 116, 189, 0.3);
}

@media (min-width: 1921px) {
  .form {
    margin-top: 112.5px;
    margin-bottom: 112.5px;
  }
  .formWhite {
    width: 900px;
    padding: 67.5px 95.625px;
    border-radius: 36px;
    -webkit-box-shadow: 0 3.375px 16.875px 0 rgba(0, 0, 0, 0.16);
            box-shadow: 0 3.375px 16.875px 0 rgba(0, 0, 0, 0.16);
  }
  .formConf__read {
    font-size: 20.25px;
  }
  .formMain {
    margin-top: 72px;
  }
  .formMain .ctFlex {
    gap: 45px;
    padding-bottom: 33.75px;
  }
  .formMain .ctTtl {
    width: 163.125px;
  }
  .formMain .ctInp {
    width: calc(100% - 208.125px);
  }
  .formMain .ctBtn__prev button {
    margin: 16.875px auto 0;
    background: #909090;
  }
  .thanks__ttl {
    font-size: 45px;
  }
  .thanks__txt {
    margin-top: 56.25px;
    font-size: 18px;
  }
  .thanks__img {
    margin: 67.5px auto 0;
    width: 369px;
  }
  .thanks__btn {
    width: 337.5px;
    height: 72px;
    margin: 90px auto 0;
    border-radius: 45px;
    font-size: 22.5px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1339px) {
  .form {
    margin-top: 7.6923076923vw;
    margin-bottom: 7.6923076923vw;
  }
  .formWhite {
    width: 61.5384615385vw;
    padding: 4.6153846154vw 6.5384615385vw;
    border-radius: 2.4615384615vw;
    -webkit-box-shadow: 0 0.2307692308vw 1.1538461538vw 0 rgba(0, 0, 0, 0.16);
            box-shadow: 0 0.2307692308vw 1.1538461538vw 0 rgba(0, 0, 0, 0.16);
  }
  .formConf__read {
    font-size: 1.3846153846vw;
  }
  .formMain {
    margin-top: 4.9230769231vw;
  }
  .formMain .ctFlex {
    gap: 3.0769230769vw;
    padding-bottom: 2.3076923077vw;
  }
  .formMain .ctTtl {
    width: 11.1538461538vw;
  }
  .formMain .ctInp {
    width: calc(100% - 14.2307692308vw);
  }
  .formMain .ctBtn__prev button {
    margin: 1.1538461538vw auto 0;
    background: #909090;
  }
  .thanks__ttl {
    font-size: 3.0769230769vw;
  }
  .thanks__txt {
    margin-top: 3.8461538462vw;
    font-size: 1.2307692308vw;
  }
  .thanks__img {
    margin: 4.6153846154vw auto 0;
    width: 25.2307692308vw;
  }
  .thanks__btn {
    width: 23.0769230769vw;
    height: 4.9230769231vw;
    margin: 6.1538461538vw auto 0;
    border-radius: 3.0769230769vw;
    font-size: 1.5384615385vw;
  }
}
@media (max-width: 768px) {
  .form {
    margin-top: 10.6666666667vw;
    margin-bottom: 12vw;
  }
  .form .inner {
    padding: 0;
  }
  .formWhite {
    width: 100%;
    margin: 0 auto;
    padding: 8vw 6.6666666667vw;
    border-radius: 8.5333333333vw;
    -webkit-box-shadow: 0 0.8vw 4vw 0 rgba(0, 0, 0, 0.16);
            box-shadow: 0 0.8vw 4vw 0 rgba(0, 0, 0, 0.16);
  }
  .formConf__read {
    font-size: 4.2666666667vw;
    line-height: 1.8;
  }
  .formMain {
    margin-top: 12vw;
  }
  .formMain .ctFlex {
    gap: 4vw;
    padding-bottom: 2.6666666667vw;
  }
  .formMain .ctTtl {
    width: 100%;
  }
  .formMain .ctInp {
    width: 100%;
  }
  .formMain .ctBtn button {
    margin-top: 8vw;
  }
  .formMain .ctBtn__prev button {
    margin: 4vw auto 0;
  }
  .thanks {
    margin-bottom: 18.6666666667vw;
  }
  .thanks__ttl {
    font-size: 6.4vw;
  }
  .thanks__txt {
    margin-top: 13.3333333333vw;
    padding: 0 6.6666666667vw;
    font-size: 3.7333333333vw;
    line-height: 2;
    letter-spacing: 0;
  }
  .thanks__img {
    margin: 8vw auto 0;
    width: 72.5333333333vw;
  }
  .thanks__btn {
    width: 74.1333333333vw;
    height: 16.2666666667vw;
    margin: 10.6666666667vw auto 0;
    border-radius: 10.6666666667vw;
    font-size: 4.8vw;
    -webkit-box-shadow: 0 1.3333333333vw 1.6vw 0 rgba(77, 116, 189, 0.3);
            box-shadow: 0 1.3333333333vw 1.6vw 0 rgba(77, 116, 189, 0.3);
  }
}/*# sourceMappingURL=p-form.css.map */