.contact .l-footer {
  border-top: 1px solid #ddd;
}

.block-info {
  background: #f6f4f1;
  padding-top: 20px;
  overflow: hidden;
  color: #222;
}
@media screen and (max-width:767px) {
  .block-info {
    padding-top: 0;
  }
}
.block-info__inner {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1080px) {
  .block-info__inner {
    padding: 0 20px;
  }
}
@media screen and (max-width:767px) {
  .block-info__inner {
    padding: 0 5.3333333333vw;
  }
}
.block-info__wrap {
  background: #fff;
  padding: 100px 80px 120px;
  margin-bottom: 150px;
}
@media screen and (max-width: 960px) {
  .block-info__wrap {
    padding: 100px 30px 120px;
  }
}
@media screen and (max-width:767px) {
  .block-info__wrap {
    padding: 10.6666666667vw 5.3333333333vw 15.3333333333vw;
    margin-bottom: 22vw;
  }
}
.block-info__small {
  max-width: 820px;
  margin: 0 auto;
}
.block-info__sub {
  width: 100%;
  max-width: 920px;
  height: 60px;
  background: #f8f7f4;
  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;
  font-size: 2.6rem;
  font-weight: 500;
  margin: 95px 0 60px;
  letter-spacing: 0.08em;
}
@media screen and (max-width:767px) {
  .block-info__sub {
    font-size: 5.8666666667vw;
    margin: 16vw 0 8.4vw;
    font-size: 5.6vw;
    height: 16vw;
    line-height: 1.5;
  }
}
.block-info__sub:nth-of-type(2) {
  margin-top: 80px;
}
@media screen and (max-width:767px) {
  .block-info__sub:nth-of-type(2) {
    margin-top: 16.6666666667vw;
  }
}
.block-info__txt {
  font-size: 1.6rem;
  line-height: 1.9;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 32px;
}
@media screen and (max-width:767px) {
  .block-info__txt {
    font-size: 4.2666666667vw;
    margin-bottom: 9.3333333333vw;
    line-height: 1.7;
  }
}

.contact-number {
  width: 100%;
  max-width: 920px;
  margin: 50px auto 60px;
  background: #1a60a6;
  border-radius: 20px;
  height: 206px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 50px;
}
@media screen and (max-width: 960px) {
  .contact-number {
    padding: 0 20px;
  }
}
@media screen and (max-width:767px) {
  .contact-number {
    margin: 13.3333333333vw auto 10.6666666667vw;
    padding: 5.3333333333vw;
    border-radius: 4vw;
    height: 53.0666666667vw;
    display: block;
  }
}
.contact-number__txt {
  width: 41%;
  max-width: 330px;
  font-size: 2.8rem;
  line-height: 1.7;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 960px) {
  .contact-number__txt {
    font-size: 2.4rem;
  }
}
@media screen and (max-width:767px) {
  .contact-number__txt {
    width: 100%;
    max-width: 100%;
    font-size: 5.8666666667vw;
    margin-bottom: 4vw;
    text-align: center;
  }
}
.contact-number__info {
  width: 59%;
  padding-left: 23px;
}
@media screen and (max-width: 960px) {
  .contact-number__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width:767px) {
  .contact-number__info {
    width: 100%;
    padding-left: 0;
  }
}
.contact-number__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  height: 86px;
  padding: 0 30px;
  pointer-events: none;
}
@media screen and (max-width:767px) {
  .contact-number__link {
    height: 16vw;
    padding: 0 5.3333333333vw;
    pointer-events: initial;
  }
}
.contact-number__icon {
  width: 57px;
  height: 57px;
  border-radius: 50%;
  background: #1a60a6;
  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;
  margin-right: 18px;
}
@media screen and (max-width:767px) {
  .contact-number__icon {
    height: 11.3333333333vw;
    width: 11.3333333333vw;
    margin-right: 2.6666666667vw;
  }
}
.contact-number__icon img {
  width: 20px;
}
@media screen and (max-width:767px) {
  .contact-number__icon img {
    width: 3.8666666667vw;
  }
}
.contact-number__phone {
  font-size: 4.2rem;
  color: #1a60a6;
  font-weight: 500;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 960px) {
  .contact-number__phone {
    font-size: 3rem;
  }
}
@media screen and (max-width:767px) {
  .contact-number__phone {
    font-size: 6.9333333333vw;
  }
}

.contact-reason {
  border: 1px solid #a1895a;
  padding: 6px;
  background: #fff;
  margin-bottom: 100px;
}
@media screen and (max-width:767px) {
  .contact-reason {
    border: 0.2666666667vw solid #a1895a;
    padding: 0.8vw;
    margin-bottom: 0;
  }
}
.contact-reason__wrap {
  border: 1px solid #a1895a;
  width: 100%;
  background: #fef8eb;
  padding: 70px 118px;
}
@media screen and (max-width: 960px) {
  .contact-reason__wrap {
    padding: 60px 30px;
  }
}
@media screen and (max-width:767px) {
  .contact-reason__wrap {
    border: 0.2666666667vw solid #a1895a;
    padding: 6.6666666667vw 4vw;
  }
}
.contact-reason__title {
  font-size: 1.8rem;
  text-align: center;
}
@media screen and (max-width:767px) {
  .contact-reason__title {
    font-size: 4.5333333333vw;
    line-height: 1.7;
  }
}
.contact-reason__sub {
  font-size: 2.6rem;
  text-align: center;
  margin: 10px auto 54px;
  font-weight: 500;
  height: 43px;
  display: inline-block;
}
@media screen and (max-width:767px) {
  .contact-reason__sub {
    font-size: 5.6vw;
    height: 100%;
    margin: 1.6vw auto 10.6666666667vw;
    font-weight: 700;
  }
}
.contact-reason__sub span {
  height: 43px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(255, 255, 255, 0)), color-stop(60%, #eadbb0), to(#eadbb0));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 60%, #eadbb0 60%, #eadbb0 100%);
  line-height: 43px;
  display: inline-block;
  padding: 0 5px 0 10px;
  letter-spacing: 0.055em;
}
@media screen and (max-width:767px) {
  .contact-reason__sub span {
    height: 100%;
    display: inline;
    line-height: 1.9;
    padding: 0;
  }
}
.contact-reason__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width:767px) {
  .contact-reason__info {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.contact-reason__left {
  width: 100px;
  height: 116px;
  background: #9d8556;
  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;
  font-size: 1.6rem;
  color: #fff;
  font-weight: 500;
  position: relative;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width:767px) {
  .contact-reason__left {
    width: 100%;
    height: 13.3333333333vw;
    font-size: 4.2666666667vw;
    margin-bottom: 7.3333333333vw;
  }
}
.contact-reason__left:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  right: -26px;
  top: 0;
}
@media print, screen and (min-width:768px) {
  .contact-reason__left:after {
    border-top: 58px solid transparent;
    border-bottom: 58px solid transparent;
    border-left: 26px solid #9d8556;
    bottom: 0;
  }
}
@media screen and (max-width:767px) {
  .contact-reason__left:after {
    border-left: 32.6666666667vw solid transparent;
    border-right: 32.6666666667vw solid transparent;
    border-top: 3.4666666667vw solid #9d8556;
    right: 0;
    left: 0;
    top: 13.3333333333vw;
  }
}
.contact-reason__right {
  width: calc(100% - 100px);
  padding-left: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width:767px) {
  .contact-reason__right {
    width: 100%;
    padding-left: 0;
  }
}
.contact-reason__txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  font-size: 1.6rem;
}
@media screen and (max-width:767px) {
  .contact-reason__txt {
    font-size: 4.2666666667vw;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    line-height: 1.65;
    margin-bottom: 2.6666666667vw;
    font-weight: 700;
  }
}
.contact-reason__txt picture {
  line-height: 1;
}
.contact-reason__txt img {
  width: 17px;
  margin-right: 12px;
}
@media screen and (max-width:767px) {
  .contact-reason__txt img {
    width: 5.3333333333vw;
    margin-right: 2.6666666667vw;
    line-height: 1;
    margin-top: 1.3333333333vw;
  }
}

.contact-flow {
  font-family: "Noto Sans JP", sans-serif;
  margin: 0 auto 70px;
  max-width: 820px;
}
@media screen and (max-width:767px) {
  .contact-flow {
    margin: 0 auto 10.6666666667vw;
  }
}
.contact-flow__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 97px;
  border: 1px solid #a1895a;
  margin-bottom: 37px;
  position: relative;
  padding: 0;
}
@media screen and (max-width:767px) {
  .contact-flow__item {
    height: auto;
    border: 0.2666666667vw solid #a1895a;
    margin-bottom: 9.8666666667vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 7.3333333333vw 4.6666666667vw 5.3333333333vw;
  }
}
.contact-flow__item:after {
  content: "";
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 17px solid #a08859;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -29px;
}
@media screen and (max-width:767px) {
  .contact-flow__item:after {
    border-left: 4.2666666667vw solid transparent;
    border-right: 4.2666666667vw solid transparent;
    border-top: 4.5333333333vw solid #a08859;
    bottom: -7.6vw;
  }
}
.contact-flow__item:last-child:after {
  display: none;
}
.contact-flow__title {
  width: 255px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #a1895a;
  text-align: center;
}
@media screen and (max-width:767px) {
  .contact-flow__title {
    width: 100%;
    font-size: 4.8vw;
    text-align: left;
    margin-bottom: 4.6666666667vw;
  }
}
@media print, screen and (min-width:768px) {
  .contact-flow__title span {
    position: relative;
    left: -10px;
    top: -3px;
  }
}
.contact-flow__txt {
  width: calc(100% - 255px);
  font-size: 1.5rem;
  line-height: 1.8;
}
@media screen and (max-width:767px) {
  .contact-flow__txt {
    width: 100%;
    font-size: 4vw;
    text-align: left;
  }
}

.contact-schedule {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 820px;
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width:767px) {
  .contact-schedule {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.contact-schedule__item {
  width: 28.5%;
  max-width: 232px;
  border-right: 2px solid #fff;
}
@media screen and (max-width:767px) {
  .contact-schedule__item {
    width: 100%;
    max-width: 100%;
    border-right: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 0.5333333333vw solid #fff;
  }
}
.contact-schedule__item:first-child .contact-schedule__title {
  background: #866a36;
}
.contact-schedule__item:last-child {
  width: 43.8%;
  max-width: 356px;
  border-right: none;
}
@media screen and (max-width:767px) {
  .contact-schedule__item:last-child {
    width: 100%;
    max-width: 100%;
  }
}
.contact-schedule__item:last-child .contact-schedule__title {
  background: #a1895a;
}
.contact-schedule__title {
  height: 50px;
  background: #957a47;
  color: #fff;
  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;
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width:767px) {
  .contact-schedule__title {
    width: 14.6666666667vw;
    height: 100%;
    text-align: center;
    font-size: 5.3333333333vw;
    line-height: 1.2;
  }
}
.contact-schedule__wrap {
  padding: 30px 25px;
  background: #fef8eb;
  min-height: 155px;
}
@media screen and (max-width:767px) {
  .contact-schedule__wrap {
    width: calc(100% - 14.6666666667vw);
    padding: 6.6666666667vw 4vw;
    min-height: auto;
  }
}
.contact-schedule__wrap--2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 40px;
}
@media screen and (max-width:767px) {
  .contact-schedule__wrap--2col {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-left: 4vw;
    padding-bottom: 8vw;
  }
}
.contact-schedule__col {
  width: 41%;
}
@media screen and (max-width: 960px) {
  .contact-schedule__col {
    width: 45%;
  }
}
@media screen and (max-width:767px) {
  .contact-schedule__col {
    width: 100%;
    margin-bottom: 4.8vw;
  }
  .contact-schedule__col:last-child {
    margin-bottom: 0;
  }
}
.contact-schedule__txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.5rem;
  margin-bottom: 20px;
}
.contact-schedule__txt:last-child {
  margin-bottom: 0;
}
@media screen and (max-width:767px) {
  .contact-schedule__txt {
    font-size: 4.2666666667vw;
    margin-bottom: 4.8vw;
  }
}
.contact-schedule__number {
  width: 18px;
  height: 18px;
  background: #866a36;
  font-size: 1.2rem;
  color: #fff;
  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;
  margin-right: 7px;
  line-height: 1;
}
@media screen and (max-width:767px) {
  .contact-schedule__number {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    font-size: 3.7333333333vw;
    margin-right: 2.6666666667vw;
    position: relative;
    top: 0.1333333333vw;
  }
}
@media screen and (max-width:767px) {
  .contact-schedule__number span {
    position: relative;
    top: -0.2666666667vw;
  }
}

.block-form {
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
}
.block-form__inner {
  max-width: 920px;
  margin: 0 auto;
  padding-top: 148px;
}
@media screen and (max-width: 920px) {
  .block-form__inner {
    padding: 140px 20px 0;
  }
}
@media screen and (max-width:767px) {
  .block-form__inner {
    padding: 15.3333333333vw 5.3333333333vw 0;
  }
}
.block-form__title {
  margin-bottom: 30px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}
@media screen and (max-width:767px) {
  .block-form__title {
    margin-bottom: 8.6666666667vw;
    padding-bottom: 5.3333333333vw;
    line-height: 1.5;
  }
}
.block-form__lead {
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.85;
  margin-bottom: 95px;
  letter-spacing: 0.07em;
}
@media screen and (max-width:767px) {
  .block-form__lead {
    font-size: 4.2666666667vw;
    margin-bottom: 12vw;
    text-align: left;
    line-height: 1.7;
  }
}

.step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  max-width: 470px;
  height: 54px;
  background-color: #fff;
}
@media screen and (max-width:767px) {
  .step {
    max-width: 100%;
    height: 13.3333333333vw;
  }
}
.step__item {
  position: relative;
  padding: 14px 0;
  color: #9c9c9c;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1;
  border-top: 2px solid #1a60a6;
  border-bottom: 2px solid #1a60a6;
  width: 33.333%;
}
@media screen and (max-width:767px) {
  .step__item {
    padding: 3.7333333333vw 0;
    border-top: 0.5333333333vw solid #1a60a6;
    border-bottom: 0.5333333333vw solid #1a60a6;
    font-size: 4.8vw;
  }
}
.step__item span {
  padding-left: 16px;
  line-height: 1;
  margin-top: 2px;
  display: inline-block;
  position: relative;
  left: -7px;
}
@media screen and (max-width:767px) {
  .step__item span {
    padding-left: 4vw;
    margin: 0;
    left: -2vw;
  }
}
@media screen and (max-width:767px) {
  .step__item:first-child.is-active {
    left: -1.3333333333vw;
  }
}
@media screen and (max-width:767px) {
  .step__item:first-child.is-active span {
    left: 0;
  }
}
.step__item:first-child.is-active .step__arrow {
  right: -14px;
}
@media screen and (max-width:767px) {
  .step__item:first-child.is-active .step__arrow {
    right: -2.6666666667vw;
  }
}
.step__item:nth-child(2).is-complete .step__arrow {
  right: -9px;
}
@media screen and (max-width:767px) {
  .step__item:nth-child(2).is-complete .step__arrow {
    right: -1.8666666667vw;
  }
}
.step__item:last-child {
  border-right: 2px solid #1a60a6;
}
@media screen and (max-width:767px) {
  .step__item:last-child {
    border-right: 0.5333333333vw solid #1a60a6;
  }
}
.step__item.is-active {
  background-color: #1a60a6;
  color: #FFF;
  border: none;
}
.step__item.is-active .step__arrow {
  background: url("../images/contact/step_active.jpg") no-repeat top left;
  background-size: cover;
  top: 0;
}
@media screen and (max-width:767px) {
  .step__item.is-active .step__arrow {
    background: url("../images/contact/step_active_sp.jpg") no-repeat top left;
    background-size: cover;
  }
}
.step__item.is-complete {
  background-color: #1a60a6;
  color: #FFF;
  border: none;
}
.step__item.is-complete .step__arrow {
  background: url("../images/contact/step_complete.jpg") no-repeat top left;
  background-size: cover;
  top: 0;
  right: -14px;
}
@media screen and (max-width:767px) {
  .step__item.is-complete .step__arrow {
    background: url("../images/contact/step_complete_sp.jpg") no-repeat top left;
    background-size: cover;
    border: none;
    right: -2.6666666667vw;
  }
}
.step__arrow {
  width: 27px;
  height: 54px;
  background: url("../images/contact/step_normal.jpg") no-repeat top left;
  background-size: cover;
  position: absolute;
  right: -8px;
  top: -2px;
  z-index: 10;
}
@media screen and (max-width:767px) {
  .step__arrow {
    height: 13.3333333333vw;
    width: 5.3333333333vw;
    background: url("../images/contact/step_normal_sp.jpg") no-repeat top left;
    background-size: cover;
    right: -1.3333333333vw;
    top: -0.5333333333vw;
    border-top: 0.5333333333vw solid #1a60a6;
    border-bottom: 0.5333333333vw solid #1a60a6;
  }
}

.p-form {
  border: 1px solid #dddddd;
  width: 100%;
  max-width: 920px;
  margin: 67px auto 0;
}
@media screen and (max-width:767px) {
  .p-form {
    margin: 10.6666666667vw auto 0;
    border: none;
  }
}
.p-form .is-error {
  background: #ffdcd1 !important;
}
.p-form--confirm .p-form__item {
  padding: 29px 0;
}
@media screen and (max-width:767px) {
  .p-form--confirm .p-form__item {
    padding: 4.6666666667vw 2vw;
  }
}
@media screen and (max-width:767px) {
  .p-form--confirm .p-form__item--top .p-form__title {
    margin-bottom: 2.9333333333vw;
  }
}
@media screen and (max-width:767px) {
  .p-form--confirm .p-form__title {
    margin-bottom: 2.9333333333vw;
  }
}
.p-form__item {
  padding: 40px 0;
  border-bottom: 1px solid #dddddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width:767px) {
  .p-form__item {
    border-bottom: 0.2666666667vw solid #dddddd;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 5.3333333333vw 2.6666666667vw;
  }
}
@media screen and (max-width:767px) {
  .p-form__item:first-child {
    border-top: 0.2666666667vw solid #dddddd;
  }
}
.p-form__item:last-child {
  border-bottom: none;
}
@media screen and (max-width:767px) {
  .p-form__item:last-child {
    border-bottom: 0.2666666667vw solid #dddddd;
  }
}
.p-form__item--top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width:767px) {
  .p-form__item--top .p-form__title {
    margin-bottom: 5.3333333333vw;
  }
}
.p-form__item--address {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width:767px) {
  .p-form__item--address {
    padding-top: 4vw;
  }
}
.p-form__item--address .p-form__title {
  padding-top: 9px;
}
.p-form__item--error {
  padding-bottom: 28px;
}
@media screen and (max-width:767px) {
  .p-form__item--error {
    padding-bottom: 4.2666666667vw;
  }
}
.p-form__item--error .p-form__list {
  margin-top: -5px;
}
@media screen and (max-width:767px) {
  .p-form__item--error .p-form__list {
    margin: -2vw -1.3333333333vw 0;
  }
}
.p-form__item--error .p-form__list .horizontal-item {
  padding: 5px 15px 5px 10px;
  margin: 0 10px 6px 0;
}
@media screen and (max-width:767px) {
  .p-form__item--error .p-form__list .horizontal-item {
    width: calc(50% - 2.66666vw);
    margin: 0 1.3333333333vw 1.3333333333vw 1.3333333333vw;
    padding: 2vw;
  }
  .p-form__item--error .p-form__list .horizontal-item span {
    font-size: 4vw;
    white-space: nowrap;
  }
}
.p-form__head {
  width: 35%;
  max-width: 313px;
  padding-left: 50px;
}
@media screen and (max-width: 960px) {
  .p-form__head {
    padding-left: 20px;
  }
}
@media screen and (max-width:767px) {
  .p-form__head {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
  }
}
.p-form__body {
  width: 65%;
  max-width: calc(100% - 313px);
  padding-right: 40px;
}
@media screen and (max-width:767px) {
  .p-form__body {
    width: 100%;
    max-width: 100%;
    padding-right: 0;
  }
}
.p-form__txt {
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width:767px) {
  .p-form__txt {
    font-size: 4.2666666667vw;
  }
}
.p-form__txt--address {
  line-height: 1.62;
}
.p-form__title {
  font-size: 1.8rem;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
}
@media screen and (max-width:767px) {
  .p-form__title {
    font-size: 4.8vw;
    margin-bottom: 4vw;
    letter-spacing: -0.02em;
  }
}
.p-form__required {
  width: 48px;
  height: 22px;
  background: #e43600;
  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;
  font-size: 1.4rem;
  color: #fff;
  margin-left: 10px;
  line-height: 1;
  border-radius: 4px;
}
@media screen and (max-width:767px) {
  .p-form__required {
    width: 11.2vw;
    height: 4.8vw;
    font-size: 3.2vw;
    border-radius: 1.0666666667vw;
    margin-left: 2.6666666667vw;
    font-weight: 500;
  }
}
.p-form__required span {
  position: relative;
  top: -1px;
}
.p-form__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-form__list .horizontal-item {
  margin-bottom: 20px;
  margin-right: 30px;
}
.p-form__list .horizontal-item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width:767px) {
  .p-form__list .horizontal-item:last-child {
    margin-bottom: 4vw;
  }
}
@media screen and (max-width:767px) {
  .p-form__list .horizontal-item {
    width: 50%;
    margin-bottom: 4vw;
    margin-right: 0;
  }
  .p-form__list .horizontal-item:nth-child(2), .p-form__list .horizontal-item:nth-child(4) {
    padding-left: 2.6666666667vw;
  }
  .p-form__list .horizontal-item:nth-child(3), .p-form__list .horizontal-item:nth-child(4) {
    margin-bottom: 0;
  }
}
.p-form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 370px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width:767px) {
  .p-form__row {
    max-width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width:767px) {
  .p-form__row + .error {
    padding-left: 13.3333333333vw;
  }
}
@media screen and (max-width:767px) {
  .p-form__row + .error + .error {
    padding-left: 13.3333333333vw;
  }
}
.p-form__row--address {
  max-width: 560px;
  margin-bottom: 20px;
}
@media screen and (max-width:767px) {
  .p-form__row--address {
    max-width: 100%;
    margin-bottom: 5.3333333333vw;
  }
}
.p-form__row--address:last-child {
  margin-bottom: 0;
}
@media screen and (max-width:767px) {
  .p-form__row--address .p-form__col3--full label {
    width: 100%;
    margin-bottom: 2.4vw;
  }
}
@media screen and (max-width:767px) {
  .p-form__row--address .p-form__col3--full .p-form__input {
    width: 100%;
    margin-bottom: 0;
  }
}
.p-form__col {
  width: calc(50% - 15px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width:767px) {
  .p-form__col {
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 5.3333333333vw;
  }
}
@media screen and (max-width:767px) and (max-width:767px) {
  .p-form__col:last-child {
    margin-bottom: 0;
  }
}
.p-form__col label {
  font-size: 1.6rem;
  color: #9c9c9c;
}
@media screen and (max-width:767px) {
  .p-form__col label {
    font-size: 4.2666666667vw;
    width: 14vw;
  }
}
.p-form__col .p-form__input {
  max-width: 130px;
}
@media screen and (max-width:767px) {
  .p-form__col .p-form__input {
    max-width: 70.6666666667vw;
    height: 12vw;
  }
}
.p-form__col3 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width:767px) {
  .p-form__col3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width:767px) {
  .p-form__col3--zipcode {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .p-form__col3--zipcode label {
    padding-top: 3.7333333333vw;
  }
}
.p-form__col3 label {
  font-size: 1.6rem;
  color: #9c9c9c;
  width: 115px;
}
@media screen and (max-width:767px) {
  .p-form__col3 label {
    font-size: 4.2666666667vw;
    width: 23.3333333333vw;
  }
}
.p-form__col3 .p-form__input {
  width: calc(100% - 115px);
}
@media screen and (max-width:767px) {
  .p-form__col3 .p-form__input {
    width: calc(100% - 23.3333333333vw);
  }
}
.p-form__col3 .p-form__input--small {
  max-width: 240px;
}
@media screen and (max-width: 960px) {
  .p-form__col3 .p-form__input--small {
    max-width: 150px;
  }
}
@media screen and (max-width: 830px) {
  .p-form__col3 .p-form__input--small {
    max-width: 115px;
  }
}
@media screen and (max-width:767px) {
  .p-form__col3 .p-form__input--small {
    max-width: 61.0666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}
.p-form__input {
  width: 100%;
  height: 40px;
  border: none;
  outline: none;
  background: #f2f2f2;
  font-size: 1.6rem;
  color: #222;
  padding: 0 14px;
  -webkit-appearance: none;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
.p-form__input::-webkit-input-placeholder {
  color: #9c9c9c;
  line-height: 1.5;
}
.p-form__input::-moz-placeholder {
  color: #9c9c9c;
  line-height: 1.5;
}
.p-form__input:-ms-input-placeholder {
  color: #9c9c9c;
  line-height: 1.5;
}
.p-form__input::-ms-input-placeholder {
  color: #9c9c9c;
  line-height: 1.5;
}
.p-form__input::placeholder {
  color: #9c9c9c;
  line-height: 1.5;
}
@media screen and (max-width:767px) {
  .p-form__input {
    font-size: 4.2666666667vw !important;
    height: 12vw;
    padding: 0 4vw;
    max-width: 84vw;
  }
}
.p-form__input--thin {
  max-width: 320px;
}
@media screen and (max-width:767px) {
  .p-form__input--thin {
    max-width: 84vw;
  }
}
.p-form__select {
  width: calc(100% - 115px);
  height: 40px;
  border: none;
  outline: none;
  background: #f2f2f2;
  font-size: 1.6rem;
  max-width: 240px;
  background: url("../images/contact/icon_select.png") no-repeat 95% center #f2f2f2;
  background-size: 12px 8px;
}
@media screen and (max-width: 960px) {
  .p-form__select {
    max-width: 100%;
  }
}
@media screen and (max-width:767px) {
  .p-form__select {
    width: 100%;
    max-width: 60.6666666667vw;
    height: 12vw;
    background: url("../images/contact/icon_select_sp.png") no-repeat 95% center #f2f2f2;
    background-size: 4.1333333333vw 2.6666666667vw;
  }
}
.p-form__select select {
  width: 100%;
  height: 40px;
  border: none;
  outline: none;
  background: transparent;
  font-size: 1.6rem;
  padding: 0 14px;
  max-width: 240px;
  -webkit-appearance: none;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #222;
}
.p-form__select select.is-null {
  color: #9c9c9c;
}
@media screen and (max-width:767px) {
  .p-form__select select {
    height: 12vw;
    font-size: 4.2666666667vw;
    padding: 0 4vw;
    max-width: 100%;
  }
}
.p-form__textarea {
  width: 100%;
  height: 200px;
  border: none;
  outline: none;
  background: #f2f2f2;
  font-size: 1.6rem;
  color: #222;
  padding: 20px 14px;
  -webkit-appearance: none;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.5;
}
.p-form__textarea::-webkit-input-placeholder {
  color: #9c9c9c;
  line-height: 1.4;
}
.p-form__textarea::-moz-placeholder {
  color: #9c9c9c;
  line-height: 1.4;
}
.p-form__textarea:-ms-input-placeholder {
  color: #9c9c9c;
  line-height: 1.4;
}
.p-form__textarea::-ms-input-placeholder {
  color: #9c9c9c;
  line-height: 1.4;
}
.p-form__textarea::placeholder {
  color: #9c9c9c;
  line-height: 1.4;
}
@media screen and (max-width:767px) {
  .p-form__textarea {
    height: 60vw;
    font-size: 4.2666666667vw;
    padding: 4vw;
  }
}
.p-form__2col {
  width: calc(100% - 115px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-form__zipcode {
  width: 138px;
  height: 40px;
  border-radius: 20px;
  background: #a1895a;
  color: #fff;
  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;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  margin-left: 20px;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (max-width: 830px) {
  .p-form__zipcode {
    width: 115px;
  }
}
@media screen and (max-width:767px) {
  .p-form__zipcode {
    width: 42.6666666667vw;
    height: 12vw;
    font-size: 4.2666666667vw;
    border-radius: 6vw;
    margin: 0;
  }
}
.p-form__zipcode span {
  position: relative;
  top: -2px;
}
@media print, screen and (min-width:768px) {
  .p-form__zipcode:hover {
    opacity: 0.7;
  }
}
.p-form__btn {
  margin: 60px auto 150px;
}
@media screen and (max-width:767px) {
  .p-form__btn {
    max-width: 78.6666666667vw;
    margin: 9.3333333333vw auto 20vw;
  }
}

.group-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 60px auto 150px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width:767px) {
  .group-btn {
    max-width: 78.6666666667vw;
    margin: 10.6666666667vw auto 20vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.group-btn .c-btn-01 {
  margin: 0 10px;
}
@media screen and (max-width:767px) {
  .group-btn .c-btn-01 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0;
  }
}
.group-btn .c-btn-01.top {
  color: #a1895a;
  border: 1px solid #a1895a;
}
@media screen and (max-width:767px) {
  .group-btn .c-btn-01.top {
    border: 0.2666666667vw solid #a1895a;
  }
}
@media print, screen and (min-width:768px) {
  .group-btn .c-btn-01.top:hover {
    color: #fff;
  }
}
@media screen and (max-width:767px) {
  .group-btn .c-btn-01--back {
    margin-top: 5.3333333333vw;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.checkbox {
  position: relative;
  width: 20px;
  height: 20px;
}
.checkbox span {
  margin-left: 12px !important;
  position: relative;
  top: 1px;
  color: rgba(130, 134, 154, 0.6);
  cursor: pointer;
}
.checkbox .label {
  background-color: #EBEBEB;
  border: 1px solid #D9D9D9;
  border-radius: 50%;
  cursor: pointer;
  height: 20px;
  left: 0;
  position: absolute;
  top: 0;
  width: 20px;
}
.checkbox input[type=checkbox] {
  visibility: hidden;
}
.checkbox input[type=checkbox]:checked + .label {
  background-color: #FF8E00;
  border-color: #F7AD06;
}
.checkbox input[type=checkbox]:checked + .label:after {
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  content: "";
  height: 6px;
  left: 4px;
  opacity: 1;
  position: absolute;
  top: 5px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 10px;
}

.error {
  font-size: 1.2rem;
  color: #e43600;
  font-family: "Noto Sans JP", sans-serif;
  margin: 15px 0 0;
  display: block;
  text-indent: -13px;
  padding-left: 12px;
  line-height: 1.3;
}
@media screen and (max-width: 800px) {
  .error {
    font-size: 1rem;
  }
}
@media screen and (max-width:767px) {
  .error {
    font-size: 4vw;
    margin-top: 2vw;
  }
}

.radio {
  position: relative;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width:767px) {
  .radio {
    height: 5.3333333333vw;
    margin-right: 0;
    width: 100%;
  }
}
.radio span {
  padding-left: 8px;
  font-size: 1.6rem;
  cursor: pointer;
  letter-spacing: 0.05em;
}
@media screen and (max-width:767px) {
  .radio span {
    font-size: 4.2666666667vw;
    padding-left: 0;
  }
}
.radio .label {
  border: 1px solid #9f9f9f;
  border-radius: 50%;
  cursor: pointer;
  height: 24px;
  left: 0;
  position: absolute;
  top: 0;
  width: 24px;
}
@media screen and (max-width:767px) {
  .radio .label {
    height: 5.3333333333vw;
    width: 5.3333333333vw;
    border: 0.2666666667vw solid #9f9f9f;
  }
}
.radio .label:after {
  content: "";
  height: 14px;
  left: 4px;
  opacity: 1;
  position: absolute;
  top: 4px;
  width: 14px;
  border-radius: 50%;
  background: #1a60a6;
  display: none;
}
@media screen and (max-width:767px) {
  .radio .label:after {
    height: 3.0666666667vw;
    width: 3.0666666667vw;
    left: 0.9333333333vw;
    top: 0.9333333333vw;
  }
}
.radio input[type=radio] {
  visibility: hidden;
}
@media screen and (max-width:767px) {
  .radio input[type=radio] {
    height: 5.3333333333vw;
    width: 5.3333333333vw;
  }
}
.radio input[type=radio]:checked + .label:after {
  display: block;
}

.contact-complete {
  width: 100%;
  max-width: 920px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #dddddd;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 310px;
  margin-top: 70px;
  padding: 30px;
}
@media screen and (max-width:767px) {
  .contact-complete {
    border: 0.2666666667vw solid #dddddd;
    border-left: none;
    border-right: none;
    padding: 10vw 5.3333333333vw 10.6666666667vw;
    margin-top: 10.6666666667vw;
  }
}
.contact-complete__title {
  font-size: 2.8rem;
  font-family: "Noto Serif JP", serif;
  line-height: 1;
  margin-bottom: 40px;
}
@media screen and (max-width:767px) {
  .contact-complete__title {
    font-size: 6.6666666667vw;
    margin-bottom: 6.4vw;
  }
}
.contact-complete__txt {
  font-size: 1.7rem;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width:767px) {
  .contact-complete__txt {
    font-size: 4.2666666667vw;
    text-align: left;
    line-height: 1.65;
  }
}