.contact__step {
    display: flex;
    position: relative;
    width: 190px;
    justify-content: space-between;
    margin: 0 auto 60px;
}

.contact__step::after {
    content: "";
    position: absolute;
    top: 35px;
    left: 50%;
    transform: translate(-50%, -50%);
    /* width: 100%; */
    width: 30px;
    height: 1px;
    background-color: #e2c2b0;
    z-index: -1;
}

.contact__step li .num {
    display: block;
    width: 70px;
    height: 70px;
    /* background-color: #dddddd;
    border-radius: 50%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2.6rem;
    font-family: Helvetica, Verdana, sans-serif; */
    margin-bottom: 10px;
}

.contact__step li .txt {
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    color: #a3394eb3;
    display: block;
}

/* .contact__step li.active .num {
    background-color: #acd6dd;
    color: #000000;
} */


.contact__step li.active .txt {
    color: #a3394e;
}

.contact__main-txt02 {
    margin-top: 30px;
}

.contact__main-txt03 {
    margin-top: 20px;
}

.contact__caution-list {
    width: 840px;
    max-width: 100%;
    margin: 35px auto 0;

    display: flex;
    flex-direction: column;
    align-items: center;
}

.contact__caution-list li {
    position: relative;
    padding-left: 1em;
    font-size: 1.5rem;
    line-height: 2;

    text-align: center;
    width: fit-content;
}

.contact__caution-list li::before {
    content: "※";
    position: absolute;
    left: 0;
    top: 0;
}

@media(max-width:1000px) {
    .contact__caution-list {
        display: flex;
        flex-direction: column;
        align-items: start;
    }

    .contact__caution-list li {
        text-align: start;
        width: 100%;
    }

}

@media(max-width:500px) {
    .contact__caution-list {
        margin: 25px auto 0;
    }

    .contact__main-txt02 {
        margin-top: 20px;
    }
}

/* form */
.contact__form-area {
    /* border-radius: 20px; */
    /* padding: 50px 0; */
    /* margin-top: 50px; */
}

@media(max-width:500px) {
    .contact__form-area {
        width: 100%;
        padding: 0;
        margin-top: 35px;
    }

}

.contact__table {
    display: flex;
    flex-wrap: wrap;
}

.contact__table dt {
    position: relative;
    width: 370px;
    /* width: 100%; */
    /* min-height: 91px; */
    padding: 20px 0 10px;
}

@media(max-width:1334px) {
    .contact__table dt {
        width: 300px;
    }
}

@media(max-width:1000px) {
    .contact__table dt {
        width: 100%;
    }
}

.contact__table .contact__dt-w100 {
    width: 100%;
}

.contact__table dt>P {
    font-size: 1.5rem;
    line-height: 1.5;
    font-weight: 500;
    /* padding-top: 15px; */
    /* padding-left: 60px; */
}

/* inner1200 */
@media(max-width:1334px) {
    .contact__table dt>P {
        font-size: 1.5rem;
    }
}

@media(max-width:500px) {
    .contact__table dt>P {
        font-size: 1.4rem;
    }
}


.contact__table dt .non-require-txt,
.contact__table dt .require-txt {
    font-family: "Noto Sans JP", serif;
    /* position: absolute;
    top: 40px;
    left: 0px; */
    display: inline-block;
    font-size: 1.2rem;
    line-height: 1.4;
    font-weight: 400;
    color: #fff;
    background-color: #d15175;
    border-radius: 3px;
    padding: 2px 8px 2px;
    margin-left: 15px;
    transform: translate(0, -1px);
}

.contact__table dt .require-txt {
    background-color: #c96568;
}

.contact__table dt .non-require-txt {
    background-color: #7a958f;
}


.contact__table dd {
    /* min-height: 91px; */
    /* width: 100%; */
    width: calc(100% - 370px);
    padding: 0px 0 40px;
}

@media(max-width:1334px) {
    .contact__table dd {
        width: calc(100% - 300px);
    }
}

@media(max-width:1000px) {
    .contact__table dd {
        width: 100%;
    }
}

@media(max-width:600px) {
    .contact__table dd {
        padding-bottom: 27px;
    }
}

.contact__dd-address01 p {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 2.1rem;
}

.contact__dd-address02 {
    margin-top: 25px;
}

.contact__table .contact__dd-textarea {
    /* width: 100%; */
    /* padding-top: 0; */
}

.contact__table input[type="text"],
.contact__table input[type="email"],
.contact__table input[type="tel"],
.contact__table textarea {
    width: 100%;
    padding: 12px 20px;
    font-size: 1.5rem;
    font-weight: 300;
    color: #222222 !important;
    border: none;
    background: #f7f7f7;
    line-height: 1.6;
    border-radius: 3px;
}

@media(max-width:834px) {

    .contact__table dd input[type="text"],
    .contact__table dd input[type="email"],
    .contact__table dd input[type="tel"],
    .contact__table dd textarea {
        font-size: 1.5rem;
    }
}

.contact__table input::placeholder,
.contact__table textarea::placeholder {
    font-family: "Noto Sans JP", serif;
    font-weight: 300;
    color: #dadada;
}

/* Chromeオートフィル対策 */
input:-webkit-autofill,
textarea:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #f7f7f7 inset !important;
    -webkit-text-fill-color: #224e45 !important;
}


.contact__table dd input[type="text"]:focus,
.contact__table dd input[type="email"]:focus,
.contact__table dd input[type="tel"]:focus,
.contact__table dd textarea:focus {
    outline: none;
    /* box-shadow: 0px 0px 3px 0px #e4c5c5; */
}

.contact__dd-address01 p input[type="tel"] {
    width: 250px;
    max-width: 100%;
}

.contact__table dd textarea {
    height: 300px;
    resize: none;
    padding: 20px 25px;
    /* border-radius: 20px; */
}


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

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

span.wpcf7-list-item-label {
    font-size: 1.5rem;
    font-weight: 400;
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
}

span.wpcf7-list-item-label::before {
    display: block;
    content: "";
    border-radius: 50%;
    /* border: 1px solid #debcaa;
    background-color: #fff; */
    background-color: #f7f7f7;
    width: 24px;
    height: 24px;
    margin-right: 15px;
}

/* 選択中 */
span.wpcf7-list-item-label::after {
    display: block;
    position: absolute;
    content: "";
    border-radius: 50%;
    width: 10px;
    height: 10px;
    background-color: #222222;
    /* border: 4px solid #3eb1eb; */
    /* border: 4px solid #fff; */
    left: 7px;
    top: 50%;
    transform: translateY(-50%);
    display: none;
}

@media(max-width:834px) {
    span.wpcf7-list-item-label {
        font-size: 1.5rem;
    }
}

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

span[data-name="radio-orf"],
span[data-name="radio-subject"] {
    display: inline-block;
    transform: translateY(-6px);
}

.privacy-slide-bl {
    width: 1100px;
    max-width: 100%;
    margin: 0 auto;
    /* border-radius: 10px; */
    border: 1px solid #d3dcda;
    /* background-color: #faf5f2; */
    padding: 50px 50px 30px;
    height: 400px;
    overflow-y: scroll;
    /*はみ出たらスクロールバー表示*/
    margin-top: 60px;
    scrollbar-width: 16px;
    /*スクロールバーFirefox用*/
    scrollbar-color: #eeeeee;
    /*スクロールバーFirefox用*/
}

.privacy-slide-bl p {
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 1.88;
}

@media(max-width:500px) {
    .privacy-slide-bl {
        padding: 40px 5% 0px;
        margin-top: 20px;
    }

    .privacy-slide-bl p {
        font-size: 1.3rem;
    }
}

.privacy-from {
    margin-top: 40px;
}

.privacy-slide-bl p.privacy-name-txt {
    margin-bottom: 15px;
}

.privacy-slide-bl::-webkit-scrollbar-thumb {
    background-color: #eeeeee;
    /*スクロールバーの移動できる部分*/
    border-radius: 8px;
    /*角丸*/
    border: 5px solid #fff;
    /*スクロールバーの境界線*/
}

.privacy-slide-bl::-webkit-scrollbar-track {
    background-color: #fff;
    /*スクロールバーの背景色*/
}

.privacy-slide-bl::-webkit-scrollbar {
    width: 16px;
    /*スクロールバー全体の太さ*/
}

.privacy-ttl-wrap {
    position: relative;
}

p.privacy-ttl-en {
    text-align: center;
    font-weight: 400;
    color: #f1e8f4;
    font-size: 4.8rem;
    line-height: 1;
    margin-bottom: 50px;
}

.privacy-ttl {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    margin-bottom: 30px;
}

.privacy-ttl__en {
    font-size: 1.5rem;
    line-height: 1.4;
    text-align: center;
    font-family: "Tenor Sans", serif;
}

.privacy-ttl__jp {
    font-size: 2.6rem;
    font-weight: 500;
    line-height: 1.4;
    font-family: "Shippori Mincho B1", serif;
    text-align: center;
}

.privacy-ttl-middle {
    position: relative;
    font-family: "Shippori Mincho B1", serif;
    font-size: 1.7rem;
    font-weight: 400;
    /* background-color: #f3eef2; */
    line-height: 1.6;
    /* padding: 5px 0 5px 18px; */
    margin-top: 40px;
    margin-bottom: 10px;
}

/* .privacy-ttl-middle::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background-color: #bd717f;
} */

.privacy-list {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-top: 20px;
    margin-bottom: 40px;
}

.privacy-list li {
    position: relative;
    padding-left: 1em;
}

.privacy-list li::after {
    content: '';
    position: absolute;
    top: 0.65em;
    left: 0;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #7a958f;
}

.privacy-list li p {
    margin-bottom: 0;
}

@media(max-width:834px) {
    .privacy-ttl__en {
        font-size: 1.3rem;
    }

    .privacy-ttl__jp {
        font-size: 2.2rem;
    }

    .privacy-ttl-middle {
        font-size: 1.4rem;
        margin-top: 30px;
        margin-bottom: 10px;
    }

    .privacy-list {
        gap: 5px;
        margin-top: 10px;
        margin-bottom: 30px;
    }
}

/* 送信ボタン */
.contact-submit-wrap {
    position: relative;
    width: 100%;
    max-width: 290px;
    height: 75px;
    margin: 30px auto 0;
    transition: all .3s ease-in-out;
    cursor: pointer;
}

/* .contact-submit-wrap::after {
    font-size: 2rem;
    font-weight: 400;
    font-family: "Material Symbols Outlined";
    content: '\e5c8';
    color: #fff;

    display: inline-block;
    position: absolute;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    top: 50%;
    transform: translate(0, -65%);
    right: 15px;
} */

.contact-submit-wrap p {
    position: relative;
    width: 100%;
}

.contact-submit-wrap:hover {
    opacity: .6;
    transition: all .3s ease-in-out;
}

input[type="submit"] {
    display: block;
    width: 100%;
    height: 80px;
    line-height: 80px;
    border-radius: 40px;
    font-size: 1.5rem;
    color: #fff;
    background-color: #222222;
    border: none;
    transition: all 0.3s linear;
    text-align: center;
    /* text-align: start;
    padding-left: 30px; */
}

/* チェックボックス・ラジオボタン */
.cf7__list dd .wpcf7-checkbox,
.cf7__list dd .wpcf7-radio {
    display: block;
    padding: 15px 0 10px;
}

/* 縦並び */
.cf7__list dd .wpcf7-list-item {
    display: block;
    margin: 0;
}

.cf7__list dd .wpcf7-list-item:nth-child(n + 2) {
    margin-top: 18px;
}

.cf7__list dd .wpcf7-list-item label {
    cursor: pointer;
}

input[type="checkbox"],
input[type="radio"] {
    /* position: relative; */
    width: 18px;
    height: 18px;
    margin-right: 8px;
    border: 1px solid #bcbcbc;
    vertical-align: -3px;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input[type="checkbox"] {
    width: 24px;
    height: 24px;
    /* border: 1px solid #debcaa; */
    border-radius: 3px;
    background-color: #f7f7f7;
}

input[type="checkbox"]:checked {
    /* border: 1px solid #debcaa;
    border-radius: 3px; */
    /* background: #3eb1eb; */
}

input[type="checkbox"]:checked:before {
    content: '';
    position: absolute;
    top: 5px;
    left: 8px;
    transform: rotate(50deg);
    width: 10px;
    height: 14px;
    border-right: 2px solid #224e45;
    border-bottom: 2px solid #224e45;
}

#privacy-policy-checkbox span.wpcf7-list-item-label::before {
    display: none;
}

.privacy-label {
    display: flex;
}

span[data-name="privacy-check"] {
    /* margin: 30px auto 0; */
    display: block;
    width: fit-content;
}

span[data-name="privacy-check"] .wpcf7-list-item-label::before {
    display: none;
}

span[data-name="privacy-check"] .wpcf7-list-item {
    label {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 5px;
    }
}

/* エラー時　入力欄の背景変更 */
.contact__table .wpcf7-not-valid {
    background-color: #f4e6eb!important;
    border: 1px solid #cea9b8!important;
}

/* //エラーメッセージ調整 */
.wpcf7-form-control-wrap {
    display: block;
}

.wpcf7-not-valid-tip {
    font-size: 12px !important;
    position: absolute;
    bottom: -25px;
    width: 100%;
    min-width: 300px;
}

/* 送信完了ページ */
.thanks__txt {
    margin-top: 20px;
    margin-bottom: 60px;
    line-height: 1.6;
}

.btn.thanks__btn {
    /* display: block; */
    /* width: fit-content; */
    background-color: #fff;
    /* padding: 0 10px 5px; */
    margin: 0 auto;
    /* position: relative;
    height: 64px;
    margin-left: auto;
    margin-right: auto; */

    /* background: #3eb1eb;
    border: none;
    color: #fff;
    width: 240px;
    height: 60px;
    border-radius: 60px;
    font-size: 17px;
    font-weight: bold;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center; */
}


/* .thanks__btn::before {
    font-size: 2rem;
    font-weight: 400;
    font-family: "Material Symbols Outlined";
    content: '\e5c8';
    color: #fff;

    display: inline-block;
    position: absolute;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    top: 50%;
    transform: translate(0, -50%);
    right: 15px;
} */


.wpcf7 form .wpcf7-response-output {
    padding: 0.8em 1em 0.6em;
}

.contact-date-wrap {
    border: 1px solid #ddd;
    padding: 30px 35px;
    margin-top: 30px;
}

.contact-date-ttl {
    margin-bottom: 25px;
}

.contact-date-lead {
    margin-bottom: 15px;
}

.contact-date-txt {
    font-size: 1.6rem;
}

.contact-date-flex {
    display: flex;
    align-items: center;
}

.contact-date-flex:nth-last-of-type(1) {
    margin-top: 20px;
}

.contact__table .wpcf7-list-item {
    width: 20%;
    display: inline-block;
    margin: 10px 0 0 0em;
}

.contact__table .wpcf7-list-item:nth-of-type(1),
.contact__table .wpcf7-list-item:nth-of-type(2),
.contact__table .wpcf7-list-item:nth-of-type(3) {
    margin-top: 20px;
}

.contact__table .wpcf7-list-item:nth-of-type(1),
.contact__table .wpcf7-list-item:nth-of-type(4),
.contact__table .wpcf7-list-item:nth-of-type(5) {
    width: 30%;
}

/* .contact__table .wpcf7-list-item:nth-of-type(3) {
    width: 35%;
} */

/* .contact__table .wpcf7-list-item:last-child {
    width: 12%;
    display: inline-block;
    margin: 0 0 0 0em;
} */

@media(max-width:1334px) {
    .contact__table .wpcf7-list-item {
        width: 30%;
    }

    .contact__table .wpcf7-list-item:nth-of-type(1),
    .contact__table .wpcf7-list-item:nth-of-type(4) {
        width: 40%;
    }

    .contact__table .wpcf7-list-item:nth-of-type(5) {
        width: 30%;
    }

}

@media(max-width:834px) {}

@media(max-width:650px) {
    .contact__table .wpcf7-list-item {
        width: 100%;
        margin: 0;
    }

    .contact__table .wpcf7-list-item:nth-of-type(1),
    .contact__table .wpcf7-list-item:nth-of-type(4),
    .contact__table .wpcf7-list-item:nth-of-type(5) {
        width: 100%;
    }

    .contact__table .wpcf7-list-item:nth-of-type(2),
    .contact__table .wpcf7-list-item:nth-of-type(3) {
        margin-top: 0;
    }
}

.contact__table dt {
    font-weight: 700;
}

.require-txt {
    font-family: initial;
}


.contact-date-wrap .wpcf7-form-control-wrap {
    width: 100px;
    height: 50px;
    font-size: 16px;
    background: #f5f5f2;
    line-height: 1.6;
    border-radius: 3px;
    margin: 0 5px 0 15px;
}

.contact-date-wrap .contact-date-flex.contact-date-txt .wpcf7-form-control-wrap:nth-child(2) {
    width: 140px;
}

.contact-date-wrap .wpcf7-form-control.wpcf7-select {
    font-size: 1.6rem;
    width: 100%;
    height: 100%;
    padding: 15px;
}

.contact-date-wrap .wpcf7-form-control-wrap {
    position: relative;
}

.contact-date-wrap .wpcf7-form-control-wrap::before,
.contact-date-wrap .wpcf7-form-control-wrap::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 15px;
    width: 2px;
    border-radius: 1px;
    height: 8px;
    background-color: #333;
}

.contact-date-wrap .wpcf7-form-control-wrap::before {
    transform: rotate(-45deg);
    right: 20px;
}

.contact-date-wrap .wpcf7-form-control-wrap::after {
    transform: rotate(45deg);
}

input#file-upload-button {
    font-size: 1.6rem;
    text-align: center;
    width: 200px;
    height: 60px;
    border-radius: 30px;
    background-color: #dbc6e3;
}

/* .wpcf7-form-control.wpcf7-file {
    font-size: 1.6rem;
    text-align: center;
    width: 200px;
    height: 60px;
    border-radius: 30px;
    background-color: #dbc6e3;
} */

/* label.file {
    display: block;
    font-size: 1.6rem;
    text-align: center;
    width: 200px;
    height: 60px;
    line-height: 60px;
    border-radius: 30px;
    background-color: #dbc6e3;
    cursor: pointer;
} */

/* label.file::before{
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    content: "\f030";
  } */
/* label.file input {
    display: none;
} */

.cotact-input__detail {
    margin-top: 10px;
}

/* contact form 7 のチェックボックスカスタマイズ */

.wpcf7-form-control-wrap:has(.privacy-check) {
    /* margin: 50px auto 0; */
    display: block;
    width: fit-content;
}

.privacy-check .wpcf7-list-item-label {
    font-size: 1.6rem;
    /* font-weight: 700; */
    /* color: #a3394e; */
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.privacy-check .wpcf7-list-item-label::before {
    height: 24px;
    margin-right: 10px;
    top: -1px;
    width: 24px;
}

.privacy-check input[type=checkbox]:checked+.wpcf7-list-item-label::after {
    height: 17px;
    left: 7px;
    top: 1px;
    width: 9px;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
}

@media(max-width:500px) {
    /* .wpcf7-form-control-wrap:has(.privacy-check) {
        margin: 30px auto 0;
    } */

    .privacy-check .wpcf7-list-item-label {
        font-size: 1.5rem;
    }

}

/* プライバシーポリシーリンク */

.privacy-check-label {
  display: flex;
  justify-content: center;
  align-items: end;
  gap: 8px;
}

.privacy-check-label .wpcf7-list-item-label {
  display: none;
}

.privacy-check-text a {
  color: #222222;
  text-decoration: underline;
}

.privacy-check-text {
    padding-bottom: 5px;
}