@charset "UTF-8";
.p-contact {
  padding-top: 3.5rem;
}
.p-contact .l-content-inner {
  width: 104rem;
}
.p-contact__title {
  text-align: center;
  font-weight: bold;
  font-size: 3rem;
  letter-spacing: 0.11em;
  margin-bottom: 6.5rem;
}
@media screen and (max-width: 767px) {
  .p-contact__title {
    font-size: 5.1282051282vw;
    margin-bottom: 2.5641025641vw;
  }
}
.p-contact__promise {
  margin: auto auto auto;
  border-radius: 3rem;
  background-color: #FFFEE6;
  border: 0.3rem solid #35B595;
  padding: 2.5rem 4rem 4rem;
}
@media screen and (max-width: 767px) {
  .p-contact__promise {
    padding: 3.8461538462vw;
  }
}
.p-contact__promise .title {
  text-align: center;
  color: #35B595;
  font-weight: bold;
  font-size: 2.5rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-contact__promise .title {
    font-size: 4.6153846154vw;
    line-height: 1.3;
  }
}
.p-contact__promise .table-outer {
  display: flex;
  justify-content: center;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-contact__promise .table-outer {
    margin-top: 2.5641025641vw;
    display: block;
  }
}
.p-contact__promise .table {
  width: auto;
}
.p-contact__promise .table th, .p-contact__promise .table td {
  padding-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-contact__promise .table th, .p-contact__promise .table td {
    display: block;
    width: 100%;
    padding: 0;
  }
}
.p-contact__promise .table tr:first-of-type th, .p-contact__promise .table tr:first-of-type td {
  padding-top: 0;
}
.p-contact__promise .table th {
  width: 8.7rem;
}
@media screen and (max-width: 767px) {
  .p-contact__promise .table th {
    width: 100%;
    padding-top: 2.5641025641vw;
  }
}
.p-contact__promise .table th .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 3.3rem;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  background-color: #35B595;
  position: relative;
  overflow: hidden;
  /* 光の動き */
}
@media screen and (max-width: 767px) {
  .p-contact__promise .table th .icon {
    width: 16.6666666667vw;
    height: 6.4102564103vw;
    font-size: 3.3333333333vw;
  }
}
.p-contact__promise .table th .icon::before {
  content: "";
  animation: shine 3s cubic-bezier(0.25, 0, 0.25, 1) infinite;
  background-color: #fff;
  width: 140%;
  height: 100%;
  transform: skewX(-45deg);
  top: 0;
  left: -160%;
  opacity: 0.5;
  position: absolute;
}
@keyframes shine {
  0% {
    left: -160%;
    opacity: 0;
  }
  70% {
    left: -160%;
    opacity: 0.5;
  }
  71% {
    left: -160%;
    opacity: 1;
  }
  100% {
    left: -20%;
    opacity: 0;
  }
}
.p-contact__promise .table td {
  padding-left: 1.4rem;
  font-size: 2rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .p-contact__promise .table td {
    padding: 1.2820512821vw 0 0 0;
    font-size: 3.5897435897vw;
  }
}
.p-contact__text {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 1.5555555556;
  font-weight: 500;
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-contact__text {
    font-size: 4.1025641026vw;
    margin-top: 7.6923076923vw;
  }
}
.p-contact__tel {
  width: 68rem;
  max-width: 100%;
  margin: 7rem auto auto;
  background-color: #EDF5EA;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5rem;
}
@media screen and (max-width: 767px) {
  .p-contact__tel {
    width: 100%;
    display: block;
    margin-top: 7.6923076923vw;
    padding: 1.2820512821vw;
  }
}
.p-contact__tel .title {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 1.5555555556;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-contact__tel .title {
    text-align: center;
    font-size: 4.1025641026vw;
  }
}
.p-contact__tel .tel-no {
  font-size: 3.4rem;
  font-weight: bold;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-contact__tel .tel-no {
    font-size: 5.641025641vw;
    text-align: center;
  }
}
.p-contact__tel .tel-no::before {
  content: "";
  width: 2.1rem;
  height: 2.7rem;
  display: inline-block;
  background-image: url(../images/common/icn_contact-tel-b.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin-right: 0.4rem;
}
@media screen and (max-width: 767px) {
  .p-contact__tel .tel-no::before {
    width: 1em;
    height: 1em;
    margin-right: 0.2em;
    position: relative;
    top: 0.1em;
  }
}
.p-contact__tel-text {
  text-align: center;
  margin-top: 0.5em;
}
.p-contact.-confirm .p-contact__text, .p-contact.-thanks .p-contact__text {
  width: 90rem;
  margin-right: auto;
  margin-left: auto;
}

.p-form {
  padding-top: 9rem;
  padding-bottom: 17.7rem;
}
@media screen and (max-width: 767px) {
  .p-form {
    padding-top: 12.8205128205vw;
    padding-bottom: 25.641025641vw;
  }
}
.p-form .l-content-inner {
  width: 104rem;
}
@media screen and (max-width: 767px) {
  .p-form .l-content-inner {
    width: 100%;
  }
}
.p-form__text {
  padding: 0 5rem;
  border-bottom: 0.1rem solid #BABABA;
  padding-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .p-form__text {
    padding: 0 0 2.5641025641vw;
  }
}
.p-form__text .m-text {
  font-weight: 500;
  letter-spacing: 0.05em;
}
.p-form__tbl {
  padding: 0 5rem;
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .p-form__tbl {
    padding: 0 0 0;
    margin-top: 7.6923076923vw;
  }
}
.p-form__tbl dt {
  font-weight: bold;
  font-size: 1.4rem;
  display: flex;
  letter-spacing: 0.05em;
  margin-top: 5.8rem;
}
@media screen and (max-width: 767px) {
  .p-form__tbl dt {
    font-size: 3.5897435897vw;
    margin-top: 5.1282051282vw;
  }
}
.p-form__tbl dt:first-of-type {
  margin-top: 0;
}
.p-form__tbl dd {
  margin-top: 0.9rem;
}
@media screen and (max-width: 767px) {
  .p-form__tbl dd {
    margin-top: 2.5641025641vw;
  }
}
.p-form__tbl .star {
  position: relative;
  top: -0.4em;
}
.p-form__tbl .hissu {
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  background-color: #6B8E23;
  border-radius: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.8rem;
  height: 2rem;
  color: #ffffff;
  position: relative;
  top: 0.2em;
  margin-left: 1rem;
}
@media screen and (max-width: 767px) {
  .p-form__tbl .hissu {
    font-size: 2.5641025641vw;
    width: 11.5384615385vw;
    height: 5.1282051282vw;
    margin-left: 1em;
  }
}
.p-form__tbl input[type=text],
.p-form__tbl input[type=tel],
.p-form__tbl input[type=email],
.p-form__tbl select,
.p-form__tbl textarea {
  border: 0.1rem solid #BABABA;
  border-radius: 1rem;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 1.7rem 2rem;
}
@media screen and (max-width: 767px) {
  .p-form__tbl input[type=text],
  .p-form__tbl input[type=tel],
  .p-form__tbl input[type=email],
  .p-form__tbl select,
  .p-form__tbl textarea {
    font-size: max(3.5897435897vw, 16px);
    padding: 2.0512820513vw;
  }
}
.p-form__tbl input[type=text]::placeholder,
.p-form__tbl input[type=tel]::placeholder,
.p-form__tbl input[type=email]::placeholder,
.p-form__tbl select::placeholder,
.p-form__tbl textarea::placeholder {
  color: #D9D9D9;
}
.p-form__tbl select {
  background-image: url(../images/common/arrow_select.svg);
  background-repeat: no-repeat;
  background-size: 1.8rem;
  background-position: center right 5.5rem;
}
@media screen and (max-width: 767px) {
  .p-form__tbl select {
    background-size: 1em;
    background-position: center right 2rem;
  }
}
.p-form__tbl textarea {
  height: 30rem;
}
.p-form__tbl .wpcf7-not-valid-tip {
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-form__tbl .wpcf7-not-valid-tip {
    font-size: max(3.5897435897vw, 16px);
  }
}
.p-form .wpcf7-response-output {
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-form .wpcf7-response-output {
    font-size: max(3.5897435897vw, 16px);
  }
}
.p-form__policy {
  padding: 9.5rem 5rem 0;
}
@media screen and (max-width: 767px) {
  .p-form__policy {
    padding: 7.6923076923vw 0 0;
  }
}
.p-form__policy .title {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-form__policy .title {
    font-size: 5.1282051282vw;
    margin-bottom: 2.5641025641vw;
  }
}
.p-form__policy .policy {
  border-radius: 3rem;
  background-color: #F9FCF9;
}
.p-form__policy .policy .inner {
  padding: 2.4rem 5rem 1.3rem 3rem;
  height: 23.5rem;
  overflow-y: scroll;
}
@media screen and (max-width: 767px) {
  .p-form__policy .policy .inner {
    padding: 5.1282051282vw 10.2564102564vw 5.1282051282vw 5.1282051282vw;
    height: 64.1025641026vw;
  }
}
.p-form__policy .policy h4 {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-form__policy .policy h4 {
    font-size: 3.3333333333vw;
  }
}
.p-form__policy .policy p {
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-form__policy .policy p {
    font-size: 3.3333333333vw;
  }
}
.p-form__policy .policy p + p {
  margin-top: 1.5em;
}
.p-form__policy .policy p + h4 {
  margin-top: 2em;
}
.p-form__check {
  margin-top: 5.5rem;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-form__check {
    margin-top: 7.6923076923vw;
    font-size: 3.5897435897vw;
  }
}
.p-form__check .wpcf7-form-control-wrap,
.p-form__check .wpcf7-form-control,
.p-form__check .wpcf7-list-item {
  display: block;
}
.p-form__check label,
.p-form__check .check {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-form__check label input[type=checkbox] + span,
.p-form__check .check input[type=checkbox] + span {
  padding-left: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-form__check label input[type=checkbox] + span,
  .p-form__check .check input[type=checkbox] + span {
    padding-left: 6.4102564103vw;
  }
}
.p-form__check label input[type=checkbox] + span::before,
.p-form__check .check input[type=checkbox] + span::before {
  width: 2.3rem;
  height: 2.3rem;
  border-radius: 0.5rem;
  border-color: #BABABA;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-form__check label input[type=checkbox] + span::before,
  .p-form__check .check input[type=checkbox] + span::before {
    width: 5.1282051282vw;
    height: 5.1282051282vw;
  }
}
.p-form__check label input[type=checkbox] + span::after,
.p-form__check .check input[type=checkbox] + span::after {
  margin: 0.2rem 0.4rem;
  width: 1.2rem;
  height: 1.7rem;
  left: 0.1rem;
  top: 50%;
  transform: translateY(-75%) rotate(45deg);
}
@media screen and (max-width: 767px) {
  .p-form__check label input[type=checkbox] + span::after,
  .p-form__check .check input[type=checkbox] + span::after {
    margin: 0.5128205128vw;
    width: 2.5641025641vw;
    height: 3.5897435897vw;
    left: 0.5128205128vw;
  }
}
.p-form__check label input[type=checkbox]:checked + span::after,
.p-form__check .check input[type=checkbox]:checked + span::after {
  border-width: 0 0.4rem 0.4rem 0;
  border-color: #38A882;
}
@media screen and (max-width: 767px) {
  .p-form__check label input[type=checkbox]:checked + span::after,
  .p-form__check .check input[type=checkbox]:checked + span::after {
    border-width: 0 1.0256410256vw 1.0256410256vw 0;
  }
}
.p-form .btn-area {
  width: 100%;
  max-width: 90rem;
  display: flex;
  justify-content: center;
  margin: 5rem auto auto;
}
@media screen and (max-width: 767px) {
  .p-form .btn-area {
    margin-top: 7.6923076923vw;
    display: block;
  }
}
.p-form .btn-area .c-btn {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-form .btn-area .c-btn + .c-btn {
    margin-top: 3.8461538462vw;
  }
}
.p-form.-confirm {
  padding-top: 0;
}
.p-form.-confirm .confirm-item {
  border: 0.1rem solid #BABABA;
  border-radius: 1rem;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 1.7rem 2rem;
}
@media screen and (max-width: 767px) {
  .p-form.-confirm .confirm-item {
    font-size: max(3.5897435897vw, 16px);
    padding: 1.5rem;
  }
}
.p-form.-confirm .confirm-item.-textarea {
  min-height: 30rem;
}
.p-form.-confirm .btn-area {
  margin-top: 15rem;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-form.-confirm .btn-area {
    margin-top: 7.6923076923vw;
  }
}

/* reCAPTCHA バッジ位置調整
   スマホ時に下部固定メニューと被るため調整
   2024-12-24 by Artgram */
/* ------------------------------
	reCAPTCHA
------------------------------ */
.grecaptcha-badge {
  z-index: 100;
  bottom: 120px !important;
}

@media screen and (max-width: 768px) {
  .grecaptcha-badge {
    bottom: 80px !important;
  }
}/*# sourceMappingURL=contact.css.map */