@charset "UTF-8";
.page-contact .mv__bg {
  width: 100%;
  height: 100%;
}
.page-contact .block {
  padding-block: 11.2rem 14rem;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .page-contact .block {
    padding-block: 5rem 0;
  }
}
.page-contact .c-form__group {
  display: block;
  margin-top: 3.2rem;
}
.page-contact .c-form__group--underline {
  position: relative;
}
.page-contact .c-form__group--underline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2.5rem;
  width: 100%;
  height: 1px;
  background: #707070;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .page-contact .c-form__group--underline::after {
    bottom: -1.5rem;
  }
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .page-contact .c-form__group {
    margin-top: 2rem;
  }
}
.page-contact .c-form__group + .c-form__group {
  margin-top: 4.4rem;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .page-contact .c-form__group + .c-form__group {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .page-contact .c-form__group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page-contact .c-form__group--top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.page-contact .c-form__group--top .c-form__label {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .page-contact .c-form__group--top .c-form__label {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1rem 1.6rem;
  }
}
.page-contact .c-form__group--top .c-form__required--cond {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.page-contact .c-form__group--top .c-form__label-note {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .page-contact .c-form__group--top .c-form__label-note {
    width: 100%;
  }
}
.page-contact .c-form__group--horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .page-contact .c-form__group--horizontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page-contact .c-form__group--horizontal .c-form__label {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0;
  width: 32rem;
  padding-right: 1.6rem;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .page-contact .c-form__group--horizontal .c-form__label {
    width: 100%;
    right: 0;
  }
}
.page-contact .c-form__group--horizontal .c-form__input {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-top: 0;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .page-contact .c-form__group--horizontal .c-form__input {
    margin-top: 1.5rem;
  }
}
.page-contact .c-form__label {
  font-size: 2rem;
  letter-spacing: 0.05em;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6rem;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .page-contact .c-form__label {
    font-size: 1.8rem;
  }
}
.page-contact .c-form__label-sub {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.page-contact .c-form__label-note {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}
.page-contact .c-form__input {
  margin-top: 1.7rem;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .page-contact .c-form__input {
    margin-top: 1.5rem;
  }
}
.page-contact .c-form__input input[type=text],
.page-contact .c-form__input input[type=email],
.page-contact .c-form__input input[type=tel],
.page-contact .c-form__input input[type=number],
.page-contact .c-form__input textarea,
.page-contact .c-form__input select {
  font-family: inherit;
  width: 100%;
  height: 6.8rem;
  border: 1px solid #707070;
  background: #fff;
  color: #212833;
  padding: 1rem 1.6rem;
  border-radius: 0;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .page-contact .c-form__input input[type=text],
  .page-contact .c-form__input input[type=email],
  .page-contact .c-form__input input[type=tel],
  .page-contact .c-form__input input[type=number],
  .page-contact .c-form__input textarea,
  .page-contact .c-form__input select {
    height: 4.8rem;
  }
}
.page-contact .c-form__input input[type=text]::-webkit-input-placeholder, .page-contact .c-form__input input[type=email]::-webkit-input-placeholder, .page-contact .c-form__input input[type=tel]::-webkit-input-placeholder, .page-contact .c-form__input input[type=number]::-webkit-input-placeholder, .page-contact .c-form__input textarea::-webkit-input-placeholder, .page-contact .c-form__input select::-webkit-input-placeholder {
  color: #7d8188;
  font-family: "Shippori Mincho B1", serif;
  letter-spacing: 0.05em;
}
.page-contact .c-form__input input[type=text]::-moz-placeholder, .page-contact .c-form__input input[type=email]::-moz-placeholder, .page-contact .c-form__input input[type=tel]::-moz-placeholder, .page-contact .c-form__input input[type=number]::-moz-placeholder, .page-contact .c-form__input textarea::-moz-placeholder, .page-contact .c-form__input select::-moz-placeholder {
  color: #7d8188;
  font-family: "Shippori Mincho B1", serif;
  letter-spacing: 0.05em;
}
.page-contact .c-form__input input[type=text]:-ms-input-placeholder, .page-contact .c-form__input input[type=email]:-ms-input-placeholder, .page-contact .c-form__input input[type=tel]:-ms-input-placeholder, .page-contact .c-form__input input[type=number]:-ms-input-placeholder, .page-contact .c-form__input textarea:-ms-input-placeholder, .page-contact .c-form__input select:-ms-input-placeholder {
  color: #7d8188;
  font-family: "Shippori Mincho B1", serif;
  letter-spacing: 0.05em;
}
.page-contact .c-form__input input[type=text]::-ms-input-placeholder, .page-contact .c-form__input input[type=email]::-ms-input-placeholder, .page-contact .c-form__input input[type=tel]::-ms-input-placeholder, .page-contact .c-form__input input[type=number]::-ms-input-placeholder, .page-contact .c-form__input textarea::-ms-input-placeholder, .page-contact .c-form__input select::-ms-input-placeholder {
  color: #7d8188;
  font-family: "Shippori Mincho B1", serif;
  letter-spacing: 0.05em;
}
.page-contact .c-form__input input[type=text]::placeholder,
.page-contact .c-form__input input[type=email]::placeholder,
.page-contact .c-form__input input[type=tel]::placeholder,
.page-contact .c-form__input input[type=number]::placeholder,
.page-contact .c-form__input textarea::placeholder,
.page-contact .c-form__input select::placeholder {
  color: #7d8188;
  font-family: "Shippori Mincho B1", serif;
  letter-spacing: 0.05em;
}
.page-contact .c-form__input input[type=text]:focus,
.page-contact .c-form__input input[type=email]:focus,
.page-contact .c-form__input input[type=tel]:focus,
.page-contact .c-form__input input[type=number]:focus,
.page-contact .c-form__input textarea:focus,
.page-contact .c-form__input select:focus {
  outline: 1.5px solid #212833;
}
.page-contact .c-form__input textarea {
  resize: none;
  min-height: 8rem;
  height: 100%;
  overflow: hidden;
}
.page-contact .c-form__note {
  margin-top: 0.8rem;
  font-size: 1.2rem;
  color: #888;
  line-height: 1.6;
}
.page-contact .c-form {
  padding-block: 3rem;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .page-contact .c-form {
    padding-block: 2rem;
  }
}
.page-contact .c-form .wpcf7-spinner {
  display: none !important;
}
.page-contact .contact-form {
  overflow: hidden;
  background: #fff;
  color: #212833;
}
.page-contact .contact-form__header {
  background: #212833;
  font-size: 2.4rem;
  line-height: 2.2083333333;
  letter-spacing: 0.05em;
  color: #fff;
  text-align: center;
  padding: 0.8rem;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .page-contact .contact-form__header {
    padding: 1.6rem 2rem;
    font-size: 1.6rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1025px) {
  .page-contact .contact-form__header br {
    display: none;
  }
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .page-contact .contact-form__header {
    padding: 1.6rem 2rem;
    font-size: 1.6rem;
  }
}
.page-contact .contact-form__body {
  padding: 0 0 11rem;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .page-contact .contact-form__body {
    padding: 0 0 4rem;
  }
}
.page-contact .contact-form__section {
  padding: 3rem 10rem;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .page-contact .contact-form__section {
    padding: 3rem 2rem;
  }
}
.page-contact .contact-form__section-title {
  font-size: 2.4rem;
  line-height: 1.4583333333;
  letter-spacing: 0.05em;
  font-weight: 400;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .page-contact .contact-form__section-title {
    font-size: 2rem;
    letter-spacing: 0;
  }
}
.page-contact .contact-form__section-title--border {
  border-bottom: 1px solid #707070;
  padding-bottom: 1.6rem;
}
.page-contact .contact-form__submit {
  margin-top: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-inline: 3rem;
  gap: 10rem;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .page-contact .contact-form__submit {
    margin-top: 1rem;
    padding-inline: 2rem;
    gap: 2rem;
  }
}
.page-contact .c-form__required {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.05em;
  background: #bf0a28;
  border-radius: 2rem;
  padding: 0 1.2rem 0.1rem;
  line-height: 1.6666666667;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .page-contact .c-form__required {
    font-size: 1rem;
    padding: 0 1rem 0.1rem;
  }
}
.page-contact .c-form__required--cond {
  background: #212833;
}
.page-contact .c-form__text {
  color: #212833;
  width: 100%;
  display: block;
  word-break: break-word;
}
.page-contact .contact-address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .page-contact .contact-address {
    gap: 2rem;
  }
}
.page-contact .contact-address__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem 5rem;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .page-contact .contact-address__row--prefecture {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.page-contact .contact-address__row .contact-address__row-block {
  width: calc(50% - 2.5rem);
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .page-contact .contact-address__row .contact-address__row-block {
    width: 100%;
  }
}
.page-contact .contact-address__row-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
.page-contact .contact-address .input-zip.p-postal-code {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .page-contact .contact-address .input-zip.p-postal-code {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: auto;
  }
}
.page-contact .contact-address .input-select {
  width: 16rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .page-contact .contact-address .input-select {
    width: 100%;
  }
}
.page-contact .contact-address .input-city {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .page-contact .contact-address .input-city {
    width: 100%;
  }
}

.c-radio-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .c-radio-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }
}

.c-radio-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .c-radio-item {
    gap: 1rem;
  }
}
.c-radio-item:not(:first-child) {
  margin-top: 2.5rem;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .c-radio-item:not(:first-child) {
    margin-top: 0.8rem;
  }
}
.c-radio-item input[type=radio] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.c-radio-item input[type=radio]:checked + .c-radio-item__box {
  border-color: #bf0a28;
}
.c-radio-item input[type=radio]:checked + .c-radio-item__box::before {
  opacity: 1;
}
.c-radio-item__box {
  background: #fff;
  width: 2.5rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 1px solid #707070;
  position: relative;
  z-index: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .c-radio-item__box {
    width: 2rem;
  }
}
.c-radio-item__box::before {
  content: "";
  position: absolute;
  width: 60%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #bf0a28;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
}
.c-radio-item__text {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-weight: 400;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .c-radio-item__text {
    font-size: 1.4rem;
  }
}
@media (hover: hover) {
  .c-radio-item:hover .c-radio-item__box {
    border-color: #bf0a28;
  }
}

.error-message {
  color: #bf0a28;
  margin-top: 0.6rem;
  line-height: 1.5;
}

.c-checkbox-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .c-checkbox-grid {
    gap: 1.2rem;
  }
}

.c-checkbox-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .c-checkbox-item {
    gap: 1rem;
  }
}
.c-checkbox-item:not(:first-child) {
  margin-top: 2.5rem;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .c-checkbox-item:not(:first-child) {
    margin-top: 0.8rem;
  }
}
.c-checkbox-item input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.c-checkbox-item input[type=checkbox]:checked + .c-checkbox-item__box {
  border-color: #bf0a28;
  background: #bf0a28;
}
.c-checkbox-item input[type=checkbox]:checked + .c-checkbox-item__box::before {
  opacity: 1;
}
.c-checkbox-item__box {
  background: #fff;
  width: 2.5rem;
  aspect-ratio: 1/1;
  border-radius: 4px;
  border: 1px solid #707070;
  position: relative;
  z-index: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .c-checkbox-item__box {
    width: 2rem;
  }
}
.c-checkbox-item__box::before {
  content: "✓";
  position: absolute;
  top: 48%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 1.6rem;
  line-height: 1;
  color: #fff;
  opacity: 0;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .c-checkbox-item__box::before {
    font-size: 1.3rem;
  }
}
.c-checkbox-item__text {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-weight: 400;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .c-checkbox-item__text {
    font-size: 1.4rem;
  }
}
@media (hover: hover) {
  .c-checkbox-item:hover .c-checkbox-item__box {
    border-color: #bf0a28;
  }
}

.c-form__input input.is-invalid,
.c-form__input textarea.is-invalid,
.c-form__input select.is-invalid {
  border-color: #bf0a28;
  -webkit-box-shadow: 0 0 0 2px rgba(191, 10, 40, 0.25);
          box-shadow: 0 0 0 2px rgba(191, 10, 40, 0.25);
}

.contact-submit {
  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: 2.3rem;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-weight: 400;
  position: relative;
  z-index: 1;
  font-family: "Shippori Mincho B1", serif;
  color: #212833;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .contact-submit {
    font-size: 1.4rem;
    gap: 1rem;
  }
}
.contact-submit::before {
  content: "";
  width: 8rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #212833;
  opacity: 0.23;
  display: block;
  border: 1px solid #707070;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .contact-submit::before {
    width: 6rem;
  }
}
.contact-submit::after {
  content: "";
  width: 1.7rem;
  aspect-ratio: 17/3;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.992' height='3.337' viewBox='0 0 16.992 3.337'%3E%3Cpath id='Path_6833' data-name='Path 6833' d='M657.741,37.372h15.785l-2.483-2.483' transform='translate(-657.741 -34.535)' fill='none' stroke='%23fff' stroke-width='1'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  position: absolute;
  left: 4rem;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .contact-submit::after {
    left: 3rem;
  }
}
.contact-submit:hover::before {
  opacity: 1;
}
.contact-submit--prev {
  background-color: rgba(255, 255, 255, 0.3);
  border: transparent;
}
.contact-submit--prev:hover {
  background-color: rgba(255, 255, 255, 0.8);
  opacity: 0.7;
}

.contact-thank {
  padding: 12rem 0 10rem;
}
@media screen and (max-width: 1024px) {
  .contact-thank {
    padding: 10rem 0 8rem;
  }
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .contact-thank {
    padding: 8rem 0 6rem;
  }
}
.contact-thank__section {
  width: 108rem;
  max-width: 92%;
  margin: 0 auto;
}
.contact-thank__inner {
  text-align: center;
  background: rgba(0, 0, 0, 0.38);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 1.2rem;
  padding: 8rem 4rem 7rem;
  -webkit-box-shadow: 0 2.4rem 5rem rgba(0, 0, 0, 0.25);
          box-shadow: 0 2.4rem 5rem rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .contact-thank__inner {
    border-radius: 0.8rem;
    padding: 4.8rem 1.8rem 4.2rem;
  }
}
.contact-thank__title {
  font-family: "Cinzel", serif;
  font-size: clamp(3.4rem, 5vw, 6rem);
  letter-spacing: 0.08em;
  color: #fff;
  margin-bottom: 2.4rem;
  line-height: 1.2;
}
.contact-thank__lead {
  font-size: 2.2rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.05em;
  margin-bottom: 3rem;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .contact-thank__lead {
    font-size: 1.8rem;
    margin-bottom: 2.2rem;
  }
}
.contact-thank__text {
  font-size: 1.7rem;
  line-height: 2;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 4.8rem;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .contact-thank__text {
    font-size: 1.4rem;
    line-height: 1.9;
    margin-bottom: 3.2rem;
  }
}
.contact-thank__button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 28rem;
  height: 5.8rem;
  padding: 0 3rem;
  border-radius: 100px;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #fff;
  background: #bf0a28;
  border: 2px solid #bf0a28;
  -webkit-transition: background 0.3s ease, color 0.3s ease;
  transition: background 0.3s ease, color 0.3s ease;
}
@media (hover: hover) {
  .contact-thank__button:hover {
    background: transparent;
    color: #bf0a28;
  }
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .contact-thank__button {
    min-width: 100%;
    height: 5.2rem;
    font-size: 1.4rem;
    padding: 0 1.8rem;
  }
}

.c-confirm-table {
  margin-top: 2.4rem;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  background: transparent;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .c-confirm-table {
    margin-top: 2rem;
  }
}
.c-confirm-table__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ccc;
}
.c-confirm-table__row--top .c-confirm-table__th {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.c-confirm-table__th {
  width: 32%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 1.5rem;
  background: transparent;
  border-right: 1px solid #ddd;
  color: #000;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .c-confirm-table__th {
    width: 34%;
    padding: 1rem;
    font-size: 1.4rem;
  }
}
.c-confirm-table__td {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 1.5rem;
  color: #000;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .c-confirm-table__td {
    padding: 1rem;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .page-confirm .contact-form__section {
    padding: 3rem 2rem 0;
  }
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .page-confirm .contact-form__submit {
    margin-top: 3rem;
  }
}

/*Privacy Policy*/
.privacy-policy__panel {
  margin-top: 8rem;
  padding: 6rem;
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .privacy-policy__panel {
    padding: 2rem;
    margin-top: 4rem;
  }
}
.privacy-policy__inner {
  height: 350px;
  overflow-y: auto;
  padding: 0 10px 0 0;
  scrollbar-color: #bf0a28 transparent;
  scrollbar-width: thin;
}
.privacy-policy__inner::-webkit-scrollbar {
  width: 6px;
}
.privacy-policy__inner::-webkit-scrollbar-track {
  background: transparent;
}
.privacy-policy__inner::-webkit-scrollbar-thumb {
  background-color: #bf0a28;
}
.privacy-policy__block {
  margin-block: 3rem;
}
.privacy-policy__list {
  counter-reset: list;
}
.privacy-policy__item {
  margin-top: 4rem;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .privacy-policy__item {
    margin-top: 2rem;
  }
}
.privacy-policy__item h4::before {
  content: counter(list) ". ";
  counter-increment: list;
  font-weight: 400;
  font-size: 3rem;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
@media screen and (max-width: 1024px) {
  .privacy-policy__item h4::before {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .privacy-policy__item h4::before {
    font-size: 1.8rem;
  }
}
.privacy-policy__list01 {
  margin-top: 1.4rem;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .privacy-policy__list01 {
    margin-top: 1.2rem;
  }
}