.contact__inner {
  max-width: 1200px;
  width: 90%;
  margin-inline: auto;
}
.contact__heading {
  line-height: 1.625;
  letter-spacing: 0.12em;
  font-size: 3.2rem;
}
.contact__heading::before, .contact__heading::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.contact__heading::before {
  margin-block-end: calc((1 - 1.625) * 0.5em);
}
.contact__heading::after {
  margin-block-start: calc((1 - 1.625) * 0.5em);
}
@media screen and (max-width: 768px) {
  .contact__heading {
    font-size: 20px;
  }
}
.contact__contents {
  margin-block: 3.7rem 14.6rem;
  padding: 8rem 10rem 6rem;
  background: #f0f3f5;
}
@media screen and (max-width: 1100px) {
  .contact__contents {
    padding: 3rem 4rem 2rem;
  }
}
@media screen and (max-width: 1100px) and (max-width: 768px) {
  .contact__contents {
    padding: 5rem 5%;
  }
}
.contact__text {
  line-height: 1.75;
  letter-spacing: 0.06em;
  font-size: 1.6rem;
}
.contact__text::before, .contact__text::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.contact__text::before {
  margin-block-end: calc((1 - 1.75) * 0.5em);
}
.contact__text::after {
  margin-block-start: calc((1 - 1.75) * 0.5em);
}
.contact__note {
  line-height: 2;
  letter-spacing: 0.06em;
  margin-block: calc((1em - 1lh) / 2);
  font-size: 1.4rem;
  color: #ff554d;
  margin-top: 1rem;
  padding-left: 1em;
  text-indent: -1em;
}

.form {
  margin-top: 8rem;
}
@media screen and (max-width: 768px) {
  .form {
    margin-top: 5rem;
  }
}
.form__head {
  display: flex;
  align-items: flex-end;
  gap: 2rem;
}
.form__heading {
  line-height: 1.2857142857;
  letter-spacing: 0.12em;
  font-size: 2.8rem;
  width: -moz-fit-content;
  width: fit-content;
}
.form__heading::before, .form__heading::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.form__heading::before {
  margin-block-end: calc((1 - 1.2857142857) * 0.5em);
}
.form__heading::after {
  margin-block-start: calc((1 - 1.2857142857) * 0.5em);
}
.form__note {
  color: #ff554d;
}
.form__addition {
  line-height: 1.7142857143;
  letter-spacing: 0.06em;
  margin-block: calc((1em - 1lh) / 2);
  font-size: 1.4rem;
  grid-area: 2/2/3/3;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 768px) {
  .form__addition {
    grid-area: unset;
  }
}
.form__addition:nth-child(n+4) {
  grid-area: 3/2/4/3;
}
@media screen and (max-width: 768px) {
  .form__addition:nth-child(n+4) {
    grid-area: unset;
  }
}
.form__addition:nth-child(5) {
  grid-area: 4/2/4/3;
}
@media screen and (max-width: 768px) {
  .form__addition:nth-child(5) {
    grid-area: unset;
  }
}
.form__addition--red {
  color: #ff554d;
}
.form__addition--noindex {
  padding-left: 0;
  text-indent: 0;
}
.form__list {
  display: flex;
  align-items: center;
  padding-block: 3rem;
  border-top: 1px solid #d9d9d9;
  display: grid;
  grid-template-columns: min(34%, 340px) 1fr;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .form__list {
    grid-template-columns: 1fr;
  }
}
.form__list:last-of-type {
  border-bottom: 1px solid #d9d9d9;
}
.form__term {
  line-height: 1.6666666667;
  letter-spacing: 0.04em;
  font-size: 1.8rem;
  font-weight: 400;
  grid-area: 1/1/2/2;
}
.form__term::before, .form__term::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.form__term::before {
  margin-block-end: calc((1 - 1.6666666667) * 0.5em);
}
.form__term::after {
  margin-block-start: calc((1 - 1.6666666667) * 0.5em);
}
@media screen and (max-width: 768px) {
  .form__term {
    grid-area: unset;
  }
}
.form__disc {
  display: flex;
  align-items: center;
  gap: 1em;
  grid-area: 1/2/2/3;
}
@media screen and (max-width: 768px) {
  .form__disc {
    grid-area: unset;
    gap: 2em;
  }
}
.form__disc--symbol {
  line-height: 1.6666666667;
  letter-spacing: 0.04em;
  margin-block: calc((1em - 1lh) / 2);
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .form__disc--date {
    flex-direction: column;
    align-items: flex-start;
  }
}
.form__disc input {
  display: block;
  outline: none;
  line-height: 1.6666666667;
  letter-spacing: 0.04em;
  margin-block: calc((1em - 1lh) / 2);
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .form__disc input {
    font-size: 16px;
  }
}
.form__disc input[type=text], .form__disc input[type=tel], .form__disc input[type=email] {
  width: 100%;
  background: #fff;
  padding: 1.7rem;
}
.form__disc input[type=date] {
  width: -moz-fit-content;
  width: fit-content;
  background: #0d3da9;
  border-radius: 3px;
  color: #fff;
  padding: 0.9rem;
  padding-left: 55px;
}
.form__disc input[type=date]::-webkit-calendar-picker-indicator {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
.form__disc textarea {
  line-height: 1.6666666667;
  letter-spacing: 0.04em;
  margin-block: calc((1em - 1lh) / 2);
  font-size: 1.8rem;
  background: #fff;
  width: 100%;
  min-height: 300px;
  resize: vertical;
  outline: none;
  padding: 1.7rem;
}
@media screen and (max-width: 600px) {
  .form__disc--date {
    flex-direction: column;
    align-items: flex-start;
  }
}
.form__required {
  display: inline-block;
  background: #ff554d;
  line-height: 2.5;
  letter-spacing: 0.04em;
  font-size: 1.2rem;
  padding: 0.5rem 0.9rem;
  border-radius: 3px;
  color: #fff;
  margin-left: 1.2rem;
}
.form__required::before, .form__required::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.form__required::before {
  margin-block-end: calc((1 - 2.5) * 0.5em);
}
.form__required::after {
  margin-block-start: calc((1 - 2.5) * 0.5em);
}
.form__btn {
  width: 100%;
  margin-inline: auto;
  position: relative;
  padding-block: 2.5rem;
  background: #0d3da9;
  color: #fff;
  line-height: 1.1666666667;
  letter-spacing: 0.06em;
  font-size: 2.4rem;
  margin-top: 8rem;
  text-align: center;
  max-width: 266px;
}
.form__btn::before, .form__btn::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.form__btn::before {
  margin-block-end: calc((1 - 1.1666666667) * 0.5em);
}
.form__btn::after {
  margin-block-start: calc((1 - 1.1666666667) * 0.5em);
}
@media screen and (max-width: 768px) {
  .form__btn {
    margin-top: 4rem;
  }
}
@media (hover) {
  .form__btn:hover {
    opacity: 1;
  }
  .form__btn:hover::after {
    translate: 5px 0;
  }
  .form__btn:hover:has(:disabled) {
    opacity: 1;
  }
  .form__btn:hover:has(:disabled):after {
    translate: 0 0;
  }
}
.form__btn::after {
  content: "";
  position: absolute;
  right: 27px;
  width: 8px;
  height: auto;
  aspect-ratio: 8/14;
  display: inline-block;
  transition: translate 0.3s;
  -webkit-mask-image: url(../../../images/common/icon_arrow.png);
          mask-image: url(../../../images/common/icon_arrow.png);
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: #fff;
  transition: translate 0.3s;
}
.form__btn:disabled {
  cursor: not-allowed;
  opacity: 0.5;
  pointer-events: none;
}

.accept {
  margin-top: 8rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .accept {
    margin-top: 4rem;
  }
}
.accept__heading {
  line-height: 1.3636363636;
  letter-spacing: 0.04em;
  font-size: 2.2rem;
}
.accept__heading::before, .accept__heading::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.accept__heading::before {
  margin-block-end: calc((1 - 1.3636363636) * 0.5em);
}
.accept__heading::after {
  margin-block-start: calc((1 - 1.3636363636) * 0.5em);
}
.accept__text {
  width: 62%;
  line-height: 2.2857142857;
  letter-spacing: 0.04em;
  font-size: 1.4rem;
  margin-top: 3rem;
}
.accept__text::before, .accept__text::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.accept__text::before {
  margin-block-end: calc((1 - 2.2857142857) * 0.5em);
}
.accept__text::after {
  margin-block-start: calc((1 - 2.2857142857) * 0.5em);
}
@media screen and (max-width: 768px) {
  .accept__text {
    width: 100%;
  }
}
.accept__link {
  border-bottom: 1px solid #0d3da9;
  padding-bottom: 0.5rem;
  color: #0d3da9;
  transition: border-bottom 0.3s, opacity 0.3s;
}
@media (hover) {
  .accept__link:hover {
    opacity: 0.5;
    border-bottom: 0;
  }
}
.accept__btn {
  margin-top: 4.6rem;
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.accept__btn-check {
  position: relative;
  display: inline-block;
  width: 16px;
  height: auto;
  aspect-ratio: 1/1;
  background: #fff;
  border: 1px solid #808080;
  cursor: pointer;
}
.accept__btn-check:checked::before {
  content: "";
  position: absolute;
  display: inline-block;
  border-right: 2px solid #ff554d;
  border-bottom: 2px solid #ff554d;
  width: 8px;
  height: auto;
  aspect-ratio: 1/2;
  rotate: 45deg;
  translate: -50% -50%;
  top: 40%;
  left: 50%;
}
.accept__btn-text {
  line-height: 2.25;
  letter-spacing: 0.04em;
  font-size: 1.6rem;
}
.accept__btn-text::before, .accept__btn-text::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.accept__btn-text::before {
  margin-block-end: calc((1 - 2.25) * 0.5em);
}
.accept__btn-text::after {
  margin-block-start: calc((1 - 2.25) * 0.5em);
}

.p-postal-code {
  max-width: 280px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-postal-code {
    width: 100%;
    max-width: 100%;
  }
}

span.wpcf7-form-control-wrap {
  width: 100%;
}

span.wpcf7-form-control-wrap:has([type=date]) {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
}
span.wpcf7-form-control-wrap:has([type=date])::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: 20px;
  width: 25px;
  aspect-ratio: 25/28;
  background: url(../../../images/support_info/contact/calender.png) no-repeat center/cover;
}
span.wpcf7-form-control-wrap:has(select) {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
span.wpcf7-form-control-wrap:has(select)::after {
  content: "";
  position: absolute;
  display: inline-block;
  background: url(../../../images/common/icon_arrow.png) no-repeat center/contain;
  width: 8px;
  aspect-ratio: 8/14;
  top: 50%;
  right: 20px;
  translate: 0 -50%;
  rotate: 90deg;
  pointer-events: none;
}

select.wpcf7-select {
  position: relative;
  line-height: 2.25;
  letter-spacing: 0.04em;
  margin-block: calc((1em - 1lh) / 2);
  font-size: 1.6rem;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  padding: 6px 19px;
  padding-right: 50px;
  cursor: pointer;
  outline: none;
}
@media screen and (max-width: 768px) {
  select.wpcf7-select {
    padding-right: 76px;
  }
}

.wpcf7-spinner {
  display: none;
}

.wpcf7-not-valid-tip {
  line-height: 1.75;
  letter-spacing: 0.06em;
  font-size: 1.6rem;
  margin-top: 2rem;
  color: #ff554d;
  font-weight: 700;
}
.wpcf7-not-valid-tip::before, .wpcf7-not-valid-tip::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.wpcf7-not-valid-tip::before {
  margin-block-end: calc((1 - 1.75) * 0.5em);
}
.wpcf7-not-valid-tip::after {
  margin-block-start: calc((1 - 1.75) * 0.5em);
}

input[type=radio] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

.wpcf7-list-item.first,
.wpcf7-list-item {
  margin-left: 0 !important;
}

span.wpcf7-list-item-label {
  line-height: 1.75;
  letter-spacing: 0.06em;
  margin-block: calc((1em - 1lh) / 2);
  font-size: 1.6rem;
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}

span.wpcf7-list-item-label::before {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #d9d9d9;
}

span.wpcf7-list-item-label::after {
  display: block;
  position: absolute;
  content: "";
  border-radius: 50%;
  width: 12px;
  height: 12px;
  background: #0d3da9;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}

input[type=radio]:checked + span.wpcf7-list-item-label::after {
  display: block;
}

.wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 40px;
}
@media screen and (max-width: 768px) {
  .wpcf7-radio {
    gap: 10px 20px;
  }
}

.error .wpcf7-not-valid-tip {
  display: none;
}
.error .error-message {
  display: none;
  line-height: 1.75;
  letter-spacing: 0.06em;
  font-size: 1.6rem;
  color: #ff554d;
  font-weight: 700;
  grid-area: 2/2/3/3;
}
.error .error-message::before, .error .error-message::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.error .error-message::before {
  margin-block-end: calc((1 - 1.75) * 0.5em);
}
.error .error-message::after {
  margin-block-start: calc((1 - 1.75) * 0.5em);
}
@media screen and (max-width: 768px) {
  .error .error-message {
    grid-area: unset;
  }
}
.error:has(.wpcf7-not-valid-tip) .error-message {
  display: block;
}

.wpcf7-response-output {
  font-size: 14px;
  border: 1px solid #ff554d !important;
  color: #ff554d;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto !important;
}
@media screen and (max-width: 768px) {
  .wpcf7-response-output {
    font-size: 12px;
  }
}
/*# sourceMappingURL=style.css.map */
