@charset "UTF-8";
/*
サイズ用関数
$pixelsVw:フォントサイズ
$baseWidth:ベースとなる画面横幅
*/
/*
SAMPLE
font-size: vw(30,375);
*/
/*
media query
*/
/* --------------------------------
p-contact
----------------------------------- */
.p-contact {
  color: var(--primary-color);
  padding-left: 0;
  padding-right: 0;
  padding-inline: 0;
}

/* --------------------------------
p-fv
----------------------------------- */
.p-fv__img {
  margin-top: 46px;
}
@media only screen and (max-width: 718px) {
  .p-fv__img {
    margin-top: 33px;
  }
}

/* --------------------------------
p-contact-faq
----------------------------------- */
.p-contact-faq {
  padding-top: 120px;
  padding-bottom: 60px;
}
@media only screen and (max-width: 718px) {
  .p-contact-faq {
    padding-top: 44px;
    padding-bottom: 34px;
  }
}

.p-contact-faq__head {
  text-align: center;
}

.p-contact-faq__btn {
  margin-top: 22px;
}
@media only screen and (max-width: 718px) {
  .p-contact-faq__btn {
    margin-top: 13px;
  }
}

.p-contact-faq__foot {
  margin-top: 100px;
  text-align: center;
  background-color: #e2f1e8;
  border-radius: 20px;
  padding-top: 53px;
  padding-bottom: 40px;
  padding-block: 53px 40px;
  padding-left: 30px;
  padding-right: 30px;
  padding-inline: 30px;
}
@media only screen and (max-width: 718px) {
  .p-contact-faq__foot {
    margin-top: 39px;
    padding-top: 32px;
    padding-bottom: 30px;
    padding-block: 32px 30px;
    padding-left: 20px;
    padding-right: 20px;
    padding-inline: 20px;
  }
}

.p-contact-faq__content {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  margin-inline: auto;
  width: 100%;
}

.p-contact-faq__title {
  font-family: var(--font-zen);
  font-size: 26px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: var(--primary-color);
}
@media only screen and (max-width: 718px) {
  .p-contact-faq__title {
    font-size: 22px;
  }
}

.p-contact-faq__list {
  margin-top: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 18px;
     -moz-column-gap: 18px;
          column-gap: 18px;
}
@media only screen and (max-width: 718px) {
  .p-contact-faq__list {
    margin-top: 10px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

/* --------------------------------
p-form
----------------------------------- */
.p-account_form__inner__bottom__btn {
  max-width: none !important;
  width: auto !important;
  height: auto !important;
  margin-bottom: 0 !important;
}
.p-account_form__inner__bottom__btn:hover {
  opacity: 1 !important;
}

.p-form__container {
  background-color: var(--beige-color);
  padding-bottom: 120px;
}
@media only screen and (max-width: 718px) {
  .p-form__container {
    padding-bottom: 58px;
  }
}

.p-form__head {
  text-align: center;
}

.p-form__text {
  margin-top: 12px;
}
@media only screen and (max-width: 718px) {
  .p-form__text {
    margin-top: 4px;
    font-size: 12px;
  }
}

.p-form__table {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media only screen and (max-width: 718px) {
  .p-form__table {
    margin-top: 19px;
    gap: 16px;
  }
}
.p-form__table dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 718px) {
  .p-form__table dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-form__table dt {
  text-align: left;
  font-family: var(--font-zen);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
  width: 220px;
  padding-top: 28px;
}
@media only screen and (max-width: 718px) {
  .p-form__table dt {
    font-size: 14px;
    padding-top: 0;
  }
}
.p-form__table dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (max-width: 718px) {
  .p-form__table dd {
    margin-top: 3px;
  }
}
.p-form__table dd input {
  width: 100%;
  background-color: #fff;
  height: 80px;
  border-radius: 20px;
  border: 3px solid var(--beige-color);
  padding: 20px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 718px) {
  .p-form__table dd input {
    height: 60px;
    font-size: 14px;
    border: none;
  }
}
.p-form__table dd textarea {
  width: 100%;
  height: 160px;
  background-color: #fff;
  border-radius: 20px;
  padding: 20px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.04em;
  resize: none;
}
@media only screen and (max-width: 718px) {
  .p-form__table dd textarea {
    font-size: 14px;
    height: 120px;
  }
}
.p-form__table dd select {
  width: 100%;
  height: 100%;
  padding: 20px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 718px) {
  .p-form__table dd select {
    font-size: 14px;
  }
}
.p-form__table dd ::-webkit-input-placeholder {
  color: #e7e1c4;
}
.p-form__table dd ::-moz-placeholder {
  color: #e7e1c4;
}
.p-form__table dd :-ms-input-placeholder {
  color: #e7e1c4;
}
.p-form__table dd ::-ms-input-placeholder {
  color: #e7e1c4;
}
.p-form__table dd ::placeholder {
  color: #e7e1c4;
}

.p-form__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media only screen and (max-width: 718px) {
  .p-form__name {
    gap: 5px;
  }
}

.p-form__select-box {
  position: relative;
}
.p-form__select-box::before {
  pointer-events: none;
  position: absolute;
  z-index: 3;
  content: "";
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 21px;
  height: 21px;
  background-color: var(--brown-color);
  border-radius: 50%;
}
@media only screen and (max-width: 718px) {
  .p-form__select-box::before {
    right: 23px;
    width: 15px;
    height: 15px;
  }
}

.p-form__select {
  background-color: #fff;
  border-radius: 20px;
  height: 80px;
  position: relative;
}
@media only screen and (max-width: 718px) {
  .p-form__select {
    height: 60px;
  }
}
.p-form__select::before, .p-form__select::after {
  pointer-events: none;
  position: absolute;
  z-index: 3;
  content: "";
  top: 49.7%;
  right: 35.3px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: 2px;
  background-color: #fff;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media only screen and (max-width: 718px) {
  .p-form__select::before, .p-form__select::after {
    top: 50%;
    right: 27px;
    width: 7px;
    height: 1.5px;
  }
}
.p-form__select::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}

select:invalid {
  color: #e7e1c4;
}

.p-form__required {
  font-family: var(--font-zen);
  color: var(--brown-color);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
}

.p-form__foot {
  margin-top: 40px;
  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;
  gap: 40px;
}
@media only screen and (max-width: 718px) {
  .p-form__foot {
    margin-top: 33px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 33px;
  }
}

@media only screen and (max-width: 718px) {
  .p-form__privacy-policy {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}
.p-form__privacy-policy input {
  display: none;
}

.p-form__privacy-policy-text {
  position: relative;
  padding-left: 37px;
}
.p-form__privacy-policy-text::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 50%;
}
@media only screen and (max-width: 718px) {
  .p-form__privacy-policy-text::before {
    width: 26px;
    height: 26px;
  }
}
.p-form__privacy-policy-text::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 11px;
  height: 11px;
  background-color: var(--primary-color);
  border-radius: 50%;
  display: none;
}
@media only screen and (max-width: 718px) {
  .p-form__privacy-policy-text::after {
    left: 8px;
    width: 10px;
    height: 10px;
  }
}
.p-form__privacy-policy-text a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.p-form__privacy-policy-text[\:has\(\[type\%3Dcheckbox\]\:checked\)]::after {
  display: block;
}

.p-form__privacy-policy-text:has([type=checkbox]:checked)::after {
  display: block;
}

@media (any-hover: hover) {
  .p-form__privacy-policy-text a:hover {
    opacity: 0.7;
  }
}