@media screen and (min-width: 1024px) {
  .contact-intro > .container {
    width: 800px;
    margin-inline: auto;
  }
}

.form {
  padding: 6.4rem 0;
  background: linear-gradient(to bottom, #ffffff, #FFF9EA);
}
@media screen and (min-width: 1024px) {
  .form {
    padding: 106px 0 101px;
  }
  .form > .container {
    width: 800px;
    margin-inline: auto;
  }
}

.contact-notice {
  font-size: 1.5rem;
  line-height: 1.7;
}
@media screen and (min-width: 1024px) {
  .contact-notice {
    font-size: 16px;
  }
}

.wpcf7 {
  margin-bottom: 0;
}
.wpcf7 .wpcf7-spinner {
  display: none;
}

.Form {
  padding: 4rem 0 4.6rem;
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .Form {
    padding: 56px 0;
  }
}

.Form-Item {
  margin-bottom: 4rem;
}
.Form-Item label {
  display: flex;
  align-items: flex-end;
  gap: 2rem;
  font-size: 1.7rem;
  font-weight: 400;
  font-family: "Noto Sans", "BIZ UDGothic", sans-serif;
  letter-spacing: 0.08em;
  line-height: 2.1;
  font-weight: 700;
  line-height: 1.8;
}
.Form-Item__req {
  font-style: normal;
  font-size: 1.6rem;
  color: #318988;
  font-weight: 400;
  letter-spacing: 0;
}
.Form-Item__helper {
  font-size: 1.6rem;
  line-height: 2.1;
}
@media screen and (min-width: 1024px) {
  .Form-Item__helper {
    font-size: 17px;
  }
}
.Form-Item__error {
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Noto Sans", "BIZ UDGothic", sans-serif;
  letter-spacing: 0.08em;
  line-height: 2.1;
  color: #e02020;
  margin-top: 0.4rem;
}
.Form-Item__error:empty {
  display: none;
}
.Form-Item .wpcf7-form-control:not([type=checkbox]):not([type=radio]):not([type=submit]):not(textarea):not(.wpcf7-acceptance) {
  width: 100%;
  margin-top: 0.8rem;
  padding: 0.8rem 1.8rem;
  border: 1px solid transparent;
  border-radius: 9999px;
  background-color: #E2F5F3;
  font-size: 1.6rem;
  color: #675F4C;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  min-height: 4rem;
}
.Form-Item .wpcf7-form-control:not([type=checkbox]):not([type=radio]):not([type=submit]):not(textarea):not(.wpcf7-acceptance):focus {
  border-color: #93C8C3;
  box-shadow: inset 0 0 10px rgba(25, 189, 170, 0.4);
  outline: none;
}
.Form-Item .wpcf7-form-control:not([type=checkbox]):not([type=radio]):not([type=submit]):not(textarea):not(.wpcf7-acceptance)::-moz-placeholder {
  color: #93C8C3;
  opacity: 0.8;
}
.Form-Item .wpcf7-form-control:not([type=checkbox]):not([type=radio]):not([type=submit]):not(textarea):not(.wpcf7-acceptance)::placeholder {
  color: #93C8C3;
  opacity: 0.8;
}
.Form-Item .wpcf7-form-control:not([type=checkbox]):not([type=radio]):not([type=submit]):not(textarea):not(.wpcf7-acceptance):-webkit-autofill, .Form-Item .wpcf7-form-control:not([type=checkbox]):not([type=radio]):not([type=submit]):not(textarea):not(.wpcf7-acceptance):-webkit-autofill:hover, .Form-Item .wpcf7-form-control:not([type=checkbox]):not([type=radio]):not([type=submit]):not(textarea):not(.wpcf7-acceptance):-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px #E2F5F3 inset;
  -webkit-text-fill-color: #675F4C;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}
.Form-Item textarea#address.wpcf7-form-control,
.Form-Item textarea#t-address.wpcf7-form-control {
  height: 10.4rem;
}
.Form-Item textarea.wpcf7-form-control {
  width: 100%;
  margin-top: 1rem;
  padding: 1.2rem 1.8rem;
  border: 1px solid transparent;
  border-radius: 1rem;
  background-color: #E2F5F3;
  font-size: 1.6rem;
  line-height: 1.7;
  color: #675F4C;
  transition: border-color 0.1s ease, box-shadow 0.2s ease;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 28rem;
  resize: vertical;
}
.Form-Item textarea.wpcf7-form-control:focus {
  border-color: #93C8C3;
  box-shadow: inset 0 0 10px rgba(25, 189, 170, 0.4);
  outline: none;
}
.Form-Item textarea.wpcf7-form-control::-moz-placeholder {
  color: #93C8C3;
}
.Form-Item textarea.wpcf7-form-control::placeholder {
  color: #93C8C3;
}
.Form-Item .wpcf7-not-valid-tip {
  display: none;
}
.Form-Item--error .wpcf7-form-control:not([type=checkbox]):not([type=radio]):not([type=submit]) {
  border-color: #318988;
  background-color: none;
}
@media screen and (min-width: 1024px) {
  .Form-Item--agree {
    line-height: 2;
    margin-top: 4.8rem;
  }
}
.Form-Item--agree .wpcf7-acceptance {
  display: block;
  font-size: 1.6rem;
}
.Form-Item--agree .wpcf7-acceptance label {
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  gap: 2rem;
  font-weight: 400;
  cursor: pointer;
  line-height: 2.1;
}
@media screen and (min-width: 1024px) {
  .Form-Item--agree .wpcf7-acceptance label {
    font-size: 17px;
  }
}
.Form-Item--agree .wpcf7-acceptance input[type=checkbox] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 2.4rem;
  height: 2.4rem;
  flex-shrink: 0;
  border: 1px solid #675F4C;
  border-radius: 6px;
  background-color: #ffffff;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.Form-Item--agree .wpcf7-acceptance input[type=checkbox]:focus-visible {
  outline: 2px solid #318988;
  outline-offset: 2px;
}
.Form-Item--agree .wpcf7-acceptance input[type=checkbox]:checked {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23318988' stroke-width='2.5' stroke-linecap='square' stroke-linejoin='miter'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 90%;
}
.Form-Item__privacy-link {
  display: block;
  color: #318988;
  text-decoration: underline;
  padding-left: 6rem;
}
@media screen and (min-width: 1024px) {
  .Form-Item label {
    font-size: 18px;
    gap: 1em;
    margin-bottom: 4px;
  }
  .Form-Item__req {
    font-size: 18px;
  }
  .Form-Item .wpcf7-form-control:not([type=checkbox]):not([type=radio]):not([type=submit]):not(textarea):not(.wpcf7-acceptance) {
    font-size: 17px;
    padding: 0.8rem 2.4rem;
    margin-top: 1.2rem;
  }
  .Form-Item textarea.wpcf7-form-control {
    height: 240px;
    font-size: 17px;
  }
  .Form-Item textarea.wpcf7-form-control::-moz-placeholder {
    font-size: 16px;
  }
  .Form-Item textarea.wpcf7-form-control::placeholder {
    font-size: 16px;
  }
  .Form-Item__privacy-link {
    font-size: 17px;
    padding-left: 3.6em;
  }
  .Form-Item textarea#address.wpcf7-form-control {
    height: 80px;
    padding: 1rem 2.4rem;
  }
}

.Form-actions {
  margin-top: 5.2rem;
  text-align: center;
}
.Form-actions .confirm_button {
  width: 100%;
  height: 5.6rem;
  padding: 0 1.6rem;
  border-radius: 1rem;
  background-image: linear-gradient(90deg, #318988 35%, #19BDAA 80%);
  background-size: 200%;
  background-position: 50%;
  font-size: 1.7rem;
  font-weight: 400;
  font-family: "Noto Sans", "BIZ UDGothic", sans-serif;
  letter-spacing: 0.08em;
  line-height: 2.1;
  color: #ffffff;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  transition: background-position 0.3s ease;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .Form-actions .confirm_button {
    width: 434px;
    height: 71px;
    border-radius: 12px;
    font-size: 22px;
    padding: 0 20px;
  }
}
.Form-actions .confirm_button::before, .Form-actions .confirm_button::after {
  content: "";
  display: inline-flex;
  align-items: center;
  justify-content: right;
  width: 3.4rem;
  height: 3.4rem;
  margin-left: 1rem;
  flex-shrink: 0;
  transform: scale(1);
  transform-origin: center;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
@media screen and (min-width: 1024px) {
  .Form-actions .confirm_button::before, .Form-actions .confirm_button::after {
    width: 43px;
    height: 43px;
  }
}
.Form-actions .confirm_button::before {
  background: url("../img/common/icon_btn_primary_on.svg") no-repeat center/contain;
  z-index: 1;
  opacity: 0;
  position: absolute;
  display: inline;
  right: 1.6rem;
}
@media screen and (min-width: 1024px) {
  .Form-actions .confirm_button::before {
    right: 20px;
  }
}
.Form-actions .confirm_button::after {
  background: url("../img/common/icon_btn_primary.svg") no-repeat center/contain;
  z-index: 2;
  opacity: 1;
}
@media (hover: hover) and (pointer: fine) {
  .Form-actions .confirm_button:hover {
    background-position: 100%;
  }
  .Form-actions .confirm_button:hover::after {
    transform: scale(1.1);
    opacity: 0;
  }
  .Form-actions .confirm_button:hover::before {
    transform: scale(1.1);
    opacity: 1;
  }
}
.Form-actions .confirm_button {
  margin: 0 auto;
}
.Form-actions .confirm_button:disabled {
  opacity: 0.4;
  pointer-events: none;
  cursor: not-allowed;
}
.Form-actions .confirm_button:disabled ~ .form-incomplete-note {
  display: block;
}
.Form-actions .form-incomplete-note {
  display: none;
  margin-top: 1.6rem;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .Form-actions {
    margin-top: 48px;
  }
}

.confirm_area {
  margin-top: -2.4rem;
}
@media screen and (min-width: 1024px) {
  .confirm_area {
    margin-top: -3.8rem;
  }
}

.confirm-lead {
  font-size: 1.6rem;
  color: #675F4C;
  margin-bottom: 4rem;
  line-height: 2.1;
  margin-top: -1rem;
}
@media screen and (min-width: 1024px) {
  .confirm-lead {
    font-size: 17px;
    margin-bottom: 56px;
    margin-top: -1.6rem;
  }
}

.confirm-list {
  margin-bottom: 4.4rem;
}
.confirm-list__row {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 4rem;
}
.confirm-list__label {
  display: flex;
  align-items: center;
  gap: 2rem;
  font-size: 1.7rem;
  font-weight: 700;
}
.confirm-list__label .Form-Item__req {
  font-style: normal;
  font-size: 1.6rem;
  color: #318988;
  font-weight: 400;
}
.confirm-list__value {
  white-space: pre-wrap;
  word-break: break-all;
}
@media screen and (min-width: 1024px) {
  .confirm-list {
    margin-bottom: 56px;
  }
  .confirm-list__row {
    align-items: baseline;
    gap: 14px;
    margin-bottom: 3.8rem;
  }
  .confirm-list__label {
    font-size: 18px;
  }
  .confirm-list__value {
    font-size: 17px;
  }
}

.confirm-temple {
  margin-bottom: 4rem;
}
.confirm-temple__group {
  margin-bottom: 3.2rem;
}
.confirm-temple__list {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.confirm-temple__name {
  font-size: 1.6rem;
  line-height: 1.6;
  color: #675F4C;
}
.confirm-temple__visit + .confirm-temple__visit {
  margin-top: 2.4rem;
}
.confirm-temple__visit-name {
  font-size: 1.6rem;
  font-weight: 700;
  color: #675F4C;
  margin-bottom: 1.2rem;
}
.confirm-temple__hopes {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.8rem 1.6rem;
}
.confirm-temple__hope-label {
  font-size: 1.5rem;
  color: #675F4C;
  white-space: nowrap;
}
.confirm-temple__hope-value {
  font-size: 1.5rem;
  color: #675F4C;
}
@media screen and (min-width: 1024px) {
  .confirm-temple {
    margin-bottom: 56px;
  }
  .confirm-temple__name, .confirm-temple__visit-name {
    font-size: 17px;
  }
  .confirm-temple__hope-label, .confirm-temple__hope-value {
    font-size: 16px;
  }
}

.confirm-allskip-note {
  font-size: 1.5rem;
  line-height: 1.7;
  color: #318988;
  background: #E2F5F3;
  border-radius: 8px;
  padding: 1.6rem;
  margin-bottom: 3.2rem;
}
@media screen and (min-width: 1024px) {
  .confirm-allskip-note {
    font-size: 16px;
    padding: 20px 24px;
    margin-bottom: 32px;
  }
}

.submit-error {
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Noto Sans", "BIZ UDGothic", sans-serif;
  letter-spacing: 0.08em;
  line-height: 2.1;
  color: #e02020;
  text-align: center;
  margin-bottom: 1.6rem;
}
.submit-error:empty {
  display: none;
}

.confirm-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.2rem;
}
.confirm-actions .submit_trigger {
  width: 100%;
  height: 5.6rem;
  padding: 0 1.6rem;
  border-radius: 1rem;
  background-image: linear-gradient(90deg, #318988 35%, #19BDAA 80%);
  background-size: 200%;
  background-position: 50%;
  font-size: 1.7rem;
  font-weight: 400;
  font-family: "Noto Sans", "BIZ UDGothic", sans-serif;
  letter-spacing: 0.08em;
  line-height: 2.1;
  color: #ffffff;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  transition: background-position 0.3s ease;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .confirm-actions .submit_trigger {
    width: 434px;
    height: 71px;
    border-radius: 12px;
    font-size: 22px;
    padding: 0 20px;
  }
}
.confirm-actions .submit_trigger::before, .confirm-actions .submit_trigger::after {
  content: "";
  display: inline-flex;
  align-items: center;
  justify-content: right;
  width: 3.4rem;
  height: 3.4rem;
  margin-left: 1rem;
  flex-shrink: 0;
  transform: scale(1);
  transform-origin: center;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
@media screen and (min-width: 1024px) {
  .confirm-actions .submit_trigger::before, .confirm-actions .submit_trigger::after {
    width: 43px;
    height: 43px;
  }
}
.confirm-actions .submit_trigger::before {
  background: url("../img/common/icon_btn_primary_on.svg") no-repeat center/contain;
  z-index: 1;
  opacity: 0;
  position: absolute;
  display: inline;
  right: 1.6rem;
}
@media screen and (min-width: 1024px) {
  .confirm-actions .submit_trigger::before {
    right: 20px;
  }
}
.confirm-actions .submit_trigger::after {
  background: url("../img/common/icon_btn_primary.svg") no-repeat center/contain;
  z-index: 2;
  opacity: 1;
}
@media (hover: hover) and (pointer: fine) {
  .confirm-actions .submit_trigger:hover {
    background-position: 100%;
  }
  .confirm-actions .submit_trigger:hover::after {
    transform: scale(1.1);
    opacity: 0;
  }
  .confirm-actions .submit_trigger:hover::before {
    transform: scale(1.1);
    opacity: 1;
  }
}
.confirm-actions .submit_trigger {
  margin: 0 auto;
}
.confirm-actions .submit_trigger:disabled {
  opacity: 0.5;
  pointer-events: none;
}
.confirm-actions .back_button {
  font-size: 1.4rem;
  color: #675F4C;
  text-decoration: underline;
  font-family: "Noto Sans", "BIZ UDGothic", sans-serif;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .confirm-actions {
    gap: 24px;
  }
  .confirm-actions .back_button {
    font-size: 15px;
  }
}

.contact-mail-note {
  font-family: "Noto Sans", "BIZ UDGothic", sans-serif;
  line-height: 2.1;
}
@media screen and (min-width: 1024px) {
  .contact-mail-note {
    font-size: 17px;
  }
}

.contact-privacy {
  background-color: #F8F8F8;
  padding: 4rem 0 8.6rem;
}
.contact-privacy__ttl {
  font-size: 1.8rem;
  line-height: 1.7;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 1rem;
}
.contact-privacy__body {
  font-size: 1.5rem;
  font-weight: 400;
  font-family: "Noto Sans", "BIZ UDGothic", sans-serif;
  letter-spacing: 0.08em;
  line-height: 2.1;
  color: #675F4C;
}
.contact-privacy__body p {
  margin-bottom: 1.6rem;
  line-height: 1.7;
}
.contact-privacy__body a {
  text-decoration: underline;
  word-break: break-all;
}
.contact-privacy__sub-ttl {
  font-size: 1.7rem;
  font-weight: 400;
  font-family: "Noto Sans", "BIZ UDGothic", sans-serif;
  letter-spacing: 0.08em;
  line-height: 2.1;
  color: #675F4C;
  margin-top: 2.4rem;
  margin-bottom: 0.6rem;
}
.contact-privacy__back-link {
  display: flex;
  align-items: center;
  width: 15.2rem;
  height: 2.6rem;
  background: linear-gradient(90deg, #318988 0%, #19BDAA 100%);
  text-align: right;
  color: #ffffff;
  font-size: 1.3rem;
  margin-top: 3.2rem;
  margin-left: auto;
  padding-left: 1.2rem;
  position: relative;
  border-radius: 1rem;
}
.contact-privacy__back-link::after {
  content: "";
  width: 1.2rem;
  height: 0.6rem;
  background: url(../img/common/icon_arrow_s.svg) no-repeat center;
  background-size: contain;
  transform: rotate(-90deg);
  padding-left: 2rem;
}
@media screen and (min-width: 1024px) {
  .contact-privacy {
    padding: 64px 0 72px;
  }
  .contact-privacy > .container {
    width: 800px;
    margin-inline: auto;
  }
  .contact-privacy__ttl {
    font-size: 19px;
    margin-bottom: 16px;
  }
  .contact-privacy__body {
    font-size: 16px;
  }
  .contact-privacy__body p {
    margin-bottom: 30px;
  }
  .contact-privacy__sub-ttl {
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 10px;
  }
  .contact-privacy__back-link {
    font-size: 15px;
    margin-top: 40px;
    width: 173px;
    height: 31px;
    padding-left: 1.4rem;
  }
}

body:has(.complete-body) .page-kv__title {
  font-size: 2.4rem;
}
@media screen and (min-width: 1024px) {
  body:has(.complete-body) .page-kv__title {
    font-size: 38px;
  }
}

.complete-body {
  padding: 3.4rem 0 5.6rem;
  background: linear-gradient(to bottom, #ffffff, #FFF9EA);
}
.complete-body p.text {
  margin-bottom: 3.8rem;
}
@media screen and (min-width: 1024px) {
  .complete-body {
    padding: 64px 0 101px;
  }
  .complete-body > .container {
    width: 800px;
    margin-inline: auto;
  }
  .complete-body p.text {
    font-size: 17px;
  }
  .complete-body p.text:last-of-type {
    margin-bottom: 5.6rem;
  }
}

.request-skip__checkbox {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 2.4rem;
  height: 2.4rem;
  flex-shrink: 0;
  border: 1px solid #675F4C;
  border-radius: 6px;
  background-color: #ffffff;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.request-skip__checkbox:focus-visible {
  outline: 2px solid #318988;
  outline-offset: 2px;
}
.request-skip__checkbox:checked {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23318988' stroke-width='2.5' stroke-linecap='square' stroke-linejoin='miter'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 90%;
}/*# sourceMappingURL=form.css.map */