.p-contact {
    padding-top: 31px;
    padding-bottom: 8.4rem;
  }
  
  @media screen and (min-width: 768px) {
    .p-contact {
      padding-top: 30px;
      padding-bottom: 84px;
    }
  }
  
  .p-contact__inner {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    max-width: 100%;
    box-sizing: border-box;
    margin-inline: auto;
  }
  
  @media screen and (max-width: 768px) and (min-width: 999px) {
    .p-contact__inner {
      width: 100%;
      box-sizing: border-box;
      padding-left: 20px;
      padding-right: 20px;
    }
  }
  
  @media screen and (min-width: 1000px) {
    .p-contact__inner {
      max-width: 1000px;
      padding-right: 0;
      padding-left: 0;
    }
  }
  
  .p-contact__enTitle {
    font-family: "Outfit", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    font-size: 4rem;
    letter-spacing: 0.01em;
  }
  
  @media screen and (min-width: 768px) {
    .p-contact__enTitle {
      font-size: 5rem;
    }
  }
  
  .p-contact__title {
    margin-top: 0.2rem;
    font-size: 1.8rem;
    letter-spacing: 0.07em;
    font-weight: 700;
    text-align: center;
  }
  
  @media screen and (min-width: 768px) {
    .p-contact__title {
      font-size: 2rem;
    }
  }
  
  .p-form__block {
    border-top: 1px solid #bcbcbc;
    padding-bottom: 3.8rem;
    margin-top: 4rem;
  }
  
  @media screen and (min-width: 768px) {
    .p-form__block {
      padding: 0;
      margin-top: 7.6rem;
    }
  }
  
  .p-form__block--confirm {
    padding: 6.1rem 0 5.8rem;
    margin-top: 4rem;
  }
  
  @media screen and (min-width: 768px) {
    .p-form__block--confirm {
      padding: 3.1rem 0.6rem 3rem;
      margin-top: 2.4rem;
    }
  }
  
  .p-form__wrap {
    margin-inline: auto;
    border-bottom: 1px solid #bcbcbc;
  }
  
  @media screen and (min-width: 768px) {
    .p-form__wrap {
      display: flex;
    }
  }
  
  .p-form--confirm .p-form__wrap {
    align-items: center;
  }
  
  .p-form--confirm .p-form__wrap:nth-child(n + 2) {
    margin-top: 1.5rem;
  }
  
  @media screen and (min-width: 768px) {
    .p-form--confirm .p-form__wrap:nth-child(n + 2) {
      margin-top: 5.8rem;
    }
  }
  
  .p-form__wrap label {
    width: 100%;
    font-weight: 500;
    letter-spacing: 0.13em;
    font-size: 1.4rem;
    padding-top: 2rem;
  }
  
  @media screen and (min-width: 768px) {
    .p-form__wrap label {
      background-color: #f4f4f4;
      max-width: 24.1rem;
      padding: 2rem 2.65rem;
    }
  }
  
  .p-form__wrap .wpcf7-list-item label {
    background-color: transparent;
  }
  
  .p-form--confirm .p-form__wrap label {
    margin-top: 0;
  }
  
  .p-form__label {
    display: flex;
    align-items: center;
  }
  
  .p-form__label span {
    color: #fff;
    background-color: #F2A2C0;
    width: 4.3rem;
    height: 2.2rem;
    font-size: 1.2rem;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 99.9rem;
    margin-left: 1rem;
  }
  
  .p-form__selectwrap,
  .p-form__text,
  .p-form__textarea {
    width: 100%;
    letter-spacing: 0.1em;
    background-color: #f2f2f2;
    padding: 0.7rem 0.8rem;
  }
  
  @media screen and (min-width: 768px) {
    .p-form__selectwrap,
    .p-form__text,
    .p-form__textarea {
      padding: 0.85rem 1.9rem;
    }
  }
  
  /* セレクトボックス ここから */
  .p-form__selectwrap {
    position: relative;
  }
  
  .p-form__selectwrap:after {
    content: "";
    position: absolute;
    right: 29px;
    top: 18px;
    width: 9px;
    height: 9px;
    border-top: 2px solid #c9c9c9;
    border-left: 2px solid #c9c9c9;
    transform: translateY(-50%) rotate(-135deg);
    font-size: 20px;
    pointer-events: none;
  }
  
  .p-form__select {
    width: 100%;
  }
  
  .p-form__select:invalid {
    color: #c9c9c9;
  }
  
  .p-form__select option {
    color: #333;
  }
  
  .p-form__select option:first-child {
    color: #c9c9c9;
  }
  
  /* セレクトボックス ここまで */
  .p-form__text::-moz-placeholder,
  .p-form__textarea::-moz-placeholder {
    color: #c9c9c9;
  }
  
  .p-form__text::placeholder,
  .p-form__textarea::placeholder {
    color: #c9c9c9;
  }
  
  .p-form__textarea {
    height: 17.8rem;
  }
  
  /* ラジオボタン ここから */
  .p-form__radiobutton {
    display: flex;
    flex-direction: column;
    width: 100%;
    text-align: left;
  }
  
  @media screen and (min-width: 768px) {
    .p-form__radiobutton {
      flex-flow: row wrap;
    }
  }
  
  .p-form__radio {
    display: flex;
    flex-direction: column;
    row-gap: 1.2rem;
    margin-left: 1.6rem;
  }
  
  @media screen and (min-width: 768px) {
    .p-form__radio {
      flex-direction: row;
      flex-wrap: wrap;
      gap: 1.6rem 3.5rem;
    }
  }
  
  .p-form__wrap .p-form__radio span {
    width: auto;
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 0.13em;
  }
  
  .p-form__radio label {
    box-sizing: border-box;
    line-height: 1.4;
    cursor: pointer;
    padding: 0.1rem 2rem 0.1rem 0.9rem;
  }
  
  @media screen and (min-width: 768px) {
    .p-form__radio label {
      padding: 0.5rem 2.4rem 0.5rem 0.9rem;
    }
  }
  
  .p-form__radio input {
    display: inline-block;
    position: relative;
  }
  
  .p-form__radio input:before {
    content: "";
    background: #fff;
    border: 1px solid #b7b7b7;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: -1.5rem;
    left: -2.6rem;
    width: 2rem;
    height: 2rem;
  }
  
  .iphone .p-form__radio input:before {
    top: 0.5rem;
    left: 0;
  }
  
  .p-form__radio input:after {
    content: "";
    background: #000;
    border-radius: 50%;
    display: block;
    opacity: 0;
    position: absolute;
    top: -0.5rem;
    left: -2.1rem;
    transform: translateY(-50%);
    width: 1rem;
    height: 1rem;
    transition: 0.3s ease;
  }
  
  .iphone .p-form__radio input:after {
    top: 1.3rem;
    left: 0.4rem;
  }
  
  input[type="radio"]:checked::after {
    opacity: 1;
  }
  
  /* ラジオボタン ここまで */
  .p-form__box {
    text-align: center;
    margin-top: 1.8rem;
  }
  
  @media screen and (min-width: 768px) {
    .p-form__box {
      margin-top: 3.9rem;
    }
  }
  
  .p-form__box a {
    text-decoration: underline;
    color: #000;
  }
  
  /* チェックボックス ここから */
  .p-form__check {
    margin: 0.8rem auto 0;
  }
  
  @media screen and (min-width: 768px) {
    .p-form__check {
      margin-top: 1.4rem;
    }
  }
  
  .p-form__checkbox {
    position: relative;
    display: block;
    padding-left: 2.6rem;
  }
  
  @media screen and (min-width: 768px) {
    .p-form__checkbox {
      font-size: 1.2rem;
      letter-spacing: 0.1em;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      margin: auto;
      padding-left: 1.7rem;
    }
  }
  
  .p-form__submit {
    margin: 2.3rem auto 0;
    transition: opacity 0.3s ease-out;
  }
  
  @media screen and (min-width: 768px) {
    .p-form__submit {
      margin-top: 2.7rem;
    }
  }
  
  .p-form__submit.c-normal-btn {
    max-width: 24rem;
    position: relative;
  }
  
  @media screen and (min-width: 768px) {
    .p-form__submit.c-normal-btn {
      max-width: 40rem;
    }
  }
  

  @media screen and (min-width: 768px) {
    .p-form__submit.c-normal-btn::before {
      width: 4.4rem;
      height: 1.6rem;
      right: 4rem;
    }
  }
  
  .p-form__button {
    cursor: pointer;
    width: 100%;
    border-radius: 99.9rem;
    background-color: #000;
    height: 6rem;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #fff;
    z-index: 1;
  }
  
  @media screen and (min-width: 768px) {
    .p-form__button {
      height: 8rem;
    }
  }
  
  .p-form__submit:hover {
    opacity: 0.8;
  }
  
  .p-form__submit.c-normal-btn--back:hover .p-form__button {
    color: #7e7e7e;
  }
  
  .p-form__secure {
    width: 16rem;
    height: 8.1rem;
    -o-object-fit: cover;
    object-fit: cover;
    margin: 2.4rem auto 0;
  }
  
  @media screen and (min-width: 768px) {
    .p-form__secure {
      margin-top: 4rem;
    }
  }
  
  .p-form__answer {
    margin-top: 0.8rem;
  }
  
  @media screen and (min-width: 768px) {
    .p-form__answer {
      margin: 0 0 0 8.2rem;
    }
  }
  
  .p-form__buttonWrap {
    display: flex;
    flex-direction: column;
    row-gap: 2.2rem;
    margin-top: 2.4rem;
    justify-content: center;
  }
  
  @media screen and (min-width: 768px) {
    .p-form__buttonWrap {
      gap: 0 8rem;
      margin-top: 4.7rem;
      flex-direction: row;
    }
  }
  
  .p-form__buttonWrap .p-form__submit {
    margin-inline: auto;
  }
  
  @media screen and (min-width: 768px) {
    .p-form__buttonWrap .p-form__submit {
      -webkit-margin-start: 0;
      margin-inline-start: 0;
      -webkit-margin-end: 0;
      margin-inline-end: 0;
    }
  }
  
  .p-form__banner {
    width: 17rem;
    height: 6.6rem;
    margin-inline: auto;
    margin-top: 2.4rem;
  }
  
  @media screen and (min-width: 768px) {
    .p-form__banner {
      margin-top: 4rem;
    }
  }
  
  .wpcf7-form-control-wrap {
    width: 100%;
    display: block;
    padding: 0 !important;
  }
  
  .wpcf7-form-control.wpcf7-radio {
    padding: 0 !important;
  }
  
  .wpcf7-form-control.wpcf7-radio.your-about {
    padding: 0 !important;
  }
  
  .your-about,
  .your-kind {
    display: flex;
    gap: 18px;
  }
  
  @media screen and (max-width: 767px) {
    .your-about,
    .your-kind {
      display: flex;
      flex-direction: column;
      gap: 10px;
    }
  }
  
  .wpcf7-list-item {
    margin: 0;
    padding: 0 !important;
  }
  
  .screen-reader-response,
  .wpcf7-not-valid-tip {
    margin-top: 0.4rem;
    color: #c00;
    display: block;
    font-size: 1.4rem;
  }
  
  @media screen and (min-width: 768px) {
    .screen-reader-response,
    .wpcf7-not-valid-tip {
      font-size: 1.5rem;
    }
  }
  
  .screen-reader-response {
    display: none;
  }
  
  li[id^="wpcf7-f171-o1"] {
    display: none;
  }
  
  .p-form__radiobutton .wpcf7-not-valid-tip,
  .p-form__check .wpcf7-not-valid-tip {
    margin-left: 0;
  }
  
  .wpcf7 form .wpcf7-response-output {
    display: none;
  }
  
  .wpcf7-spinner {
    display: none;
  }
  
  .p-form__check .wpcf7-list-item-label {
    position: relative;
    font-size: 1.2rem;
    margin-left: 1.6rem;
    letter-spacing: 0.13em;
    font-weight: 500;
  }
  
  @media screen and (min-width: 768px) {
    .p-form__check .wpcf7-list-item-label {
      font-size: 1.4rem;
      margin-left: 0;
    }
  }
  
  .p-form__check .wpcf7-list-item-label:before {
    border: 1px solid #b7b7b7;
    content: "";
    display: block;
    position: absolute;
    top: 0.4rem;
    left: -1.6rem;
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 3px;
  }
  
  @media screen and (min-width: 768px) {
    .p-form__check .wpcf7-list-item-label:before {
      top: 0.3rem;
      left: -2.4rem;
      width: 1.6rem;
      height: 1.6rem;
    }
  }
  
  .p-form__check .wpcf7-list-item-label:after {
    border-bottom: 2px solid #000;
    border-left: 2px solid #000;
    content: "";
    display: block;
    opacity: 0;
    position: absolute;
    top: 0.7rem;
    left: -1.4rem;
    width: 0.8rem;
    height: 0.4rem;
    transform: rotate(-45deg);
    transition: 0.3s ease;
  }
  
  @media screen and (min-width: 768px) {
    .p-form__check .wpcf7-list-item-label:after {
      left: -2.2rem;
      width: 1.2rem;
      height: 0.6rem;
    }
  }
  
  input[type="checkbox"]:checked + .wpcf7-list-item-label:after {
    opacity: 1;
  }
  
  .p-form__radiobutton .wpcf7-not-valid-tip,
  .p-form__check .wpcf7-not-valid-tip {
    font-size: 1.4rem;
  }
  
  @media screen and (min-width: 768px) {
    .p-form__radiobutton .wpcf7-not-valid-tip,
    .p-form__check .wpcf7-not-valid-tip {
      font-size: 1.6rem;
    }
  }
  
  .p-form__policy {
    text-align: center;
    font-size: 2rem;
    letter-spacing: 0.1em;
    font-weight: 700;
  }
  
  @media screen and (min-width: 768px) {
    .p-form__policy {
      margin-top: 6.2rem;
    }
  }
  
  .p-form__policyBlock::-webkit-scrollbar {
    width: 1.7rem;
  }
  
  .p-form__policyBlock::-webkit-scrollbar-track {
    background-color: #f6f6f6;
  }
  
  .p-form__policyBlock::-webkit-scrollbar-thumb {
    background-color: #d5d5d5;
    border: 3px solid #f6f6f6;
    border-radius: 10px;
  }
  
  .p-form__policyBlock {
    margin-top: 2rem;
    height: 33rem;
    border: 1px solid #d5d5d5;
    overflow-y: scroll;
    padding: 3rem 1.4rem;
  }
  
  @media screen and (min-width: 768px) {
    .p-form__policyBlock {
      padding: 4rem 4.9rem;
    }
  }
  
  .p-form__policyWrap {
    width: 100%;
    height: 100%;
  }
  
  .p-form__policyText {
    font-size: 1.3rem;
    letter-spacing: 0.02em;
    line-height: 2;
    text-align: left;
  }
  
  @media screen and (min-width: 768px) {
    .p-form__policyText {
      font-size: 1.4rem;
    }
  }
  
  .contact__message {
    text-align: center;
    font-size: 14px;
    letter-spacing: 0.06em;
    line-height: 2.285714285714286;
    margin-top: 0;
  }
  
  @media screen and (max-width: 767px) {
    .contact__message {
      letter-spacing: 0.02em;
      font-size: 12px;
      margin-top: 30px;
      text-align: left;
      line-height: 2.333333333333333;
    }
  }
  
  .contact__steps {
    display: flex;
    width: 597px;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-between;
    margin-top: 43px;
    position: relative;
  }
  
  @media screen and (max-width: 767px) {
    .contact__steps {
      margin-top: 20px;
      width: 328px;
    }
  }
  
  .contact__steps::before {
    position: absolute;
    display: block;
    content: "";
    width: 88.61%;
    background-color: #d5d5d5;
    height: 1px;
    top: 40%;
    left: 50%;
    transform: translateX(-50%);
  }
  
  @media screen and (max-width: 767px) {
    .contact__steps::before {
      top: 45%;
      width: 84.61%;
    }
  }
  
  .contact__step {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  
  @media screen and (max-width: 767px) {
    .contact__step {
      gap: 20px;
    }
  }
  
  .contact__stepNum {
    font-family: Outfit;
    font-weight: 500;
    font-size: 17px;
    letter-spacing: 0.03em;
    line-height: 20px;
    text-align: left;
    color: #d5d5d5;
  }
  
  @media screen and (max-width: 767px) {
    .contact__stepNum {
      font-size: 13px;
    }
  }
  
  .contact__step--active .contact__stepNum {
    color: #F2A2C0;
  }
  
  .contact__stepContent {
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.08em;
    text-align: center;
    color: #d5d5d5;
    position: relative;
  }
  
  @media screen and (max-width: 767px) {
    .contact__stepContent {
      font-size: 12px;
    }
  }
  
  .contact__step--active .contact__stepContent {
    color: #222;
  }
  
  .contact__stepContent::before {
    position: absolute;
    display: block;
    content: "";
    top: -24px;
    left: 50%;
    transform: translateX(-50%);
    width: 10px;
    height: 10px;
    background-color: #d5d5d5;
    border-radius: 50%;
  }
  
  @media screen and (max-width: 767px) {
    .contact__stepContent::before {
      width: 7.72px;
      height: 7.72px;
      top: -17px;
    }
  }
  
  .contact__step--active .contact__stepContent::before {
    background-color: #F2A2C0;
  }
  
  .contact__inner {
    max-width: 898.5px;
    margin-left: auto;
    margin-right: auto;
  }
  
  .form__title {
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.08em;
    color: #000;
    position: relative;
    margin-top: 50px;
    padding-left: 12px;
    border-bottom: 1px solid #bcbcbc;
    padding-bottom: 13px;
  }
  
  @media screen and (max-width: 767px) {
    .form__title {
      display: none;
    }
  }
  
  .form__title::before {
    position: absolute;
    display: block;
    content: "";
    background-color: #F2A2C0;
    width: 3px;
    height: 58%;
    left: -1px;
    top: 38%;
    transform: translateY(-50%);
  }
  
  .contact__items {
    display: flex;
    flex-direction: column;
    margin-top: 39px;
    gap: 27px;
  }
  
  @media screen and (max-width: 767px) {
    .contact__items {
      gap: 18px;
    }
  }
  
  .contact__item {
    display: flex;
    align-items: center;
    padding-left: 2px;
  }
  
  @media screen and (max-width: 767px) {
    .contact__item {
      flex-direction: column;
      align-items: flex-start;
      padding-left: 4px;
      border-bottom: 1px solid #adadad;
      padding-bottom: 18px;
    }
  }
  
  .contact__item--content {
    display: flex;
    align-items: flex-start;
    border-top: 1px solid #bcbcbc;
    padding-top: 20px;
    margin-top: -9px;
  }
  
  @media screen and (max-width: 767px) {
    .contact__item--content {
      border-top: none;
      padding-top: 0px;
      margin-top: 1px;
    }
  }
  
  .contact__item--content.contact__item--require .contact__itemName::after {
    top: 13px;
  }
  
  .contact__itemName {
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.08em;
    text-align: left;
    color: #222;
    display: flex;
    gap: 11px;
    align-items: center;
    min-width: 218px;
    position: relative;
    transform: translateY(-15px);
  }
  
  @media screen and (max-width: 767px) {
    .contact__itemName {
      font-size: 14px;
      letter-spacing: 0.04em;
      transform: translateY(0);
      min-width: auto;
    }
  }
  
  .contact__itemName--radio {
    transform: translateY(0);
  }
  
  .contact__item--content .contact__itemName {
    transform: translateY(0);
  }
  
  .contact__item--require .contact__itemName::after {
    content: "必須";
    display: inline-block;
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0.08em;
    text-align: left;
    color: #fff;
    text-align: center;
    background-color: #F2A2C0;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 6px;
    padding-right: 6px;
    position: absolute;
    right: 24px;
    transform: translate(-50%, -50%);
    top: 50%;
  }
  
  @media screen and (max-width: 767px) {
    .contact__item--require .contact__itemName::after {
      font-size: 12px;
      padding-left: 7px;
      padding-right: 10px;
      position: absolute;
      right: -53px;
      transform: translate(0%, -50%);
      top: 50%;
      white-space: nowrap;
    }
  }
  
  .contact__itemsButtons {
    display: flex;
    gap: 17px;
  }
  
  @media screen and (max-width: 767px) {
    .contact__itemsButtons {
      flex-direction: column;
      margin-top: 14px;
      margin-left: -2px;
    }
  }
  
  .contact__itemsButtons input[type="radio"] {
    position: relative;
    width: 20px;
    height: 20px;
  }
  
  .contact__itemsButtons input[type="radio"]::before {
    position: absolute;
    display: block;
    content: "";
    border: 1px solid #000;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    top: 14%;
    left: 1px;
  }
  
  @media screen and (max-width: 767px) {
    .contact__itemsButtons input[type="radio"]::before {
      top: 30%;
      left: -2px;
    }
  }
  
  .your-about-checked input[type="radio"]::after {
    position: absolute;
    display: block;
    content: "";
    background-color: #000;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    top: 40%;
    left: 56%;
    transform: translateX(-50%);
  }
  
  @media screen and (max-width: 767px) {
    .your-about-checked input[type="radio"]::after {
      top: 56%;
      left: 41%;
    }
  }
  
  .your-houhou-checked input[type="radio"]::after {
    position: absolute;
    display: block;
    content: "";
    background-color: #000;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    top: 40%;
    left: 56%;
    transform: translateX(-50%);
  }
  
  @media screen and (max-width: 767px) {
    .your-houhou-checked input[type="radio"]::after {
      top: 56%;
      left: 41%;
    }
  }
  
  .your-kind-checked input[type="radio"]::after {
    position: absolute;
    display: block;
    content: "";
    background-color: #000;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    top: 40%;
    left: 56%;
    transform: translateX(-50%);
  }
  
  @media screen and (max-width: 767px) {
    .your-kind-checked input[type="radio"]::after {
      top: 56%;
      left: 41%;
    }
  }
  
  .contact__itemsButtons span {
    padding-left: 5px;
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.08em;
    line-height: 26px;
    text-align: left;
    color: #222;
  }
  
  @media screen and (max-width: 767px) {
    .contact__itemsButtons span {
      font-size: 14px;
    }
  }
  
  .contact__text {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  
  .contact__textArea {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  
  .contact__inner input[type="text"],
  .contact__inner input[type="tel"],
  .contact__inner input[type="number"],
  .contact__inner input[type="email"] {
    background-color: #f5f5f5;
    font-size: 16px;
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 18px;
    padding-bottom: 18px;
    width: 100%;
  }
  
  @media screen and (max-width: 767px) {
    .contact__inner input[type="text"],
    .contact__inner input[type="tel"],
    .contact__inner input[type="number"],
    .contact__inner input[type="email"] {
      font-size: 14px;
      transform: translateX(-4px);
      margin-top: 7px;
      padding-left: 10px;
      padding-right: 10px;
      padding-top: 10px;
      padding-bottom: 10px;
    }
  }
  
  .contact__text p {
    font-family: "Noto Sans JP";
    font-weight: normal;
    font-size: 10px;
    letter-spacing: 0.06em;
    text-align: left;
    color: #909090;
    margin-top: 9px;
  }
  
  @media screen and (max-width: 767px) {
    .contact__text p {
      letter-spacing: normal;
      margin-top: 5px;
    }
  }
  
  .contact__inner textarea {
    height: 178px;
    box-sizing: border-box;
    font-size: 16px;
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 18px;
    padding-bottom: 18px;
    background-color: #f5f5f5;
    width: 100%;
  }
  
  @media screen and (max-width: 767px) {
    .contact__inner textarea {
      font-size: 14px;
      font-size: 14px;
      margin-top: 8px;
      transform: translateX(-4px);
      height: 119px;
      padding-left: 10px;
      padding-right: 10px;
      padding-top: 10px;
      padding-bottom: 10px;
    }
  }
  
  .contact__submitCenter {
    text-align: center;
  }
  
  .contact__submitWrapper {
    display: inline-block;
    box-sizing: border-box;
    width: 320px;
    background: #F2A2C0;
    color: #fff;
    margin-top: 34px;
  
    text-align: center;
    position: relative;
  }
  
  .contact__submitWrapper input[type="submit"] {
    padding-top: 17px;
    padding-bottom: 15px;
    width: 100%;
  }
  
  @media screen and (max-width: 767px) {
    .contact__submitWrapper {
      display: inline-block;
      box-sizing: border-box;
      max-width: 335px;
      width: 100%;
      margin-top: 35px;
    }
  
    .contact__submitWrapper input[type="submit"] {
      padding-top: 11px;
      padding-bottom: 11px;
      width: 100%;
      font-size: 12px;
    }
  }
  
  .contact__submitWrapper::after {
    position: absolute;
    content: "";
    background-image: url(../img/arrow-right.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 4px;
    height: 6px;
    top: 50%;
    transform: translateY(-50%);
    right: 21px;
  }
  
  .contact__submitWrapper input[type="button"] {
    font-size: 18px;
    letter-spacing: 0.08em;
    cursor: pointer;
    width: 100%;
  }
  
  .contact__backWrapper {
    display: inline-block;
    box-sizing: border-box;
    width: 320px;
    background: #222222;
    color: #fff;
    margin-top: 34px;
  
    text-align: center;
    position: relative;
  }
  
  input[type="button"] {
    padding-top: 17px;
    padding-bottom: 15px;
    width: 100%;
    cursor: pointer;
  }
  
  @media screen and (max-width: 767px) {
    .contact__backWrapper {
      width: 100%;
      max-width: 335px;
      margin-bottom: -23px;
    }
  
    input[type="button"] {
      padding-top: 17px;
      padding-bottom: 15px;
      width: 100%;
    }
  }
  
  .contact__backWrapper::after {
    position: absolute;
    content: "";
    background-image: url(../img/arrow-right.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 4px;
    height: 6px;
    top: 50%;
    transform: translateY(-50%);
    right: 21px;
  }
  
  .contact__backWrapper input[type="submit"] {
    font-size: 18px;
    letter-spacing: 0.08em;
    cursor: pointer;
    width: 100%;
  }
  
  .contact__steps--confirm,
  .contact__steps--thanks {
    margin-top: 20px;
  }
  
  .confirm__inner {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  
  .confirm__itemsWrapper {
    margin-top: 47px;
  }
  
  .confirm__items {
    display: flex;
    flex-direction: column;
  }
  
  .confirm__item {
    display: flex;
  }
  
  .confirm__itemHead {
    width: 21.091%;
    background-color: #000000;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.12em;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    box-sizing: border-box;
    font-weight: bold;
    padding-top: 30.5px;
    padding-left: 30px;
    padding-bottom: 26.5px;
  }
  
  .confirm__itemHead:not(:first-child) {
    border-top: none;
  }
  
  .confirm__itemHead:not(:last-child) {
    border-bottom: none;
  }
  
  .confirm__itemContent {
    padding-top: 28.5px;
    padding-left: 30px;
    padding-bottom: 21.5px;
    width: 78.909%;
    background-color: #f5f5f5;
    color: #222;
    font-size: 15px;
    letter-spacing: 0.06em;
    box-sizing: border-box;
    line-height: 2;
    border-top: 1px solid #c6c6c6;
    border-bottom: 1px solid #c6c6c6;
    box-sizing: border-box;
  }
  
  @media screen and (max-width: 767px) {
    .confirm__itemHead {
      width: 41.795%;
      padding-top: 32.5px;
      padding-left: 20px;
      letter-spacing: 0.04em;
      padding-bottom: 0;
      font-size: 14px;
      padding-bottom: 0;
      padding-top: 0;
      display: flex;
      align-items: center;
    }
  
    .confirm__itemContent {
      padding-top: 21.5px;
      padding-left: 14px;
      padding-bottom: 13.5px;
      padding-right: 14px;
      letter-spacing: 0.04em;
      width: 58.21%;
      background-color: #f5f5f5;
      color: #222;
      font-size: 14px;
      /* letter-spacing: 0.06em; */
      box-sizing: border-box;
      line-height: 1.714;
      border-top: 1px solid #c6c6c6;
      border-bottom: 1px solid #c6c6c6;
      box-sizing: border-box;
    }
  }
  
  .confirm__itemContent:not(:first-child) {
    border-top: none;
  }
  
  .confirm__itemContent:not(:last-child) {
    border-bottom: none;
  }
  
  .confirm__item--content .confirm__itemHead {
    padding-top: 44.5px;
    padding-left: 30px;
    padding-bottom: 16.5px;
  }
  
  @media screen and (max-width: 767px) {
    .confirm__item--content .confirm__itemHead {
      padding-top: 13.5px;
      padding-left: 20px;
    }
  }
  
  .confirm__item--content .confirm__itemContent {
    padding-top: 26.5px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 19px;
    margin-top: -9px;
  }
  
  @media screen and (max-width: 767px) {
    .confirm__item--content .confirm__itemContent {
      padding-left: 16px;
      padding-right: 18px;
      padding-top: 29px;
      padding-bottom: 22px;
      margin-top: 0px;
    }
  }
  
  .confirm__buttons {
    margin-top: 10px;
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 13px;
  }
  
  @media screen and (max-width: 767px) {
    .confirm__buttons {
      flex-direction: column;
      margin-top: 0;
      gap: 0;
      align-items: center;
    }
  }
  
  .contact__steps--thanks {
    margin-top: 20px;
  }
  
  .thanks__inner {
    max-width: 1000.5px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  
  .thanks__head {
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.08em;
    color: #000;
    border-bottom: 1px solid #bcbcbc;
    padding-bottom: 13px;
    margin-bottom: 13px;
    margin-top: 57px;
  }
  
  @media screen and (max-width: 767px) {
    .thanks__head {
      font-family: "Noto Sans JP";
      font-weight: bold;
      font-size: 20px;
      line-height: 1.8;
      letter-spacing: 0.08em;
      color: #000;
      border-bottom: 1px solid #bcbcbc;
      padding-bottom: 15px;
      margin-bottom: 14px;
      margin-top: 36px;
    }
  }
  
  .thanks__content {
    font-family: "Noto Sans JP";
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 0.06em;
    line-height: 32px;
    text-align: left;
    color: #000;
  }
  
  .thanks__buttonWrapper {
    text-align: center;
    margin-top: 43px;
  }
  
  @media screen and (max-width: 767px) {
    .thanks__buttonWrapper {
      text-align: center;
      margin-top: 34px;
    }
  }
  
  .thanks__button {
    display: inline-block;
    box-sizing: border-box;
    width: 320px;
    background: #F2A2C0;
    color: #fff;
    padding-top: 17px;
    padding-bottom: 15px;
    text-align: center;
    position: relative;
    font-size: 18px;
    letter-spacing: 0.08em;
  }
  
  .thanks__button::after {
    position: absolute;
    content: "";
    background-image: url(../img/arrow-right.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 4px;
    height: 6px;
    top: 50%;
    transform: translateY(-50%);
    right: 21px;
  }
  
  @media screen and (max-width: 767px) {
    .contact__inner input[type="text"],
    .contact__inner input[type="tel"],
    .contact__inner input[type="number"],
    .contact__inner input[type="email"] {
      font-size: 14px;
      transform: translateX(-4px);
      margin-top: 7px;
      padding-left: 10px;
      padding-right: 10px;
      padding-top: 10px;
      padding-bottom: 10px;
    }
    input[type="button"] {
      font-size: 12px !important;
      padding-top: 11px !important;
      padding-bottom: 11px !important;
    }
    .thanks__button {
      font-size: 12px !important;
      padding-top: 11px !important;
      padding-bottom: 11px !important;
    }
  }
  
  input[type="button"] {
    display: block !important;
  }
  