@charset "UTF-8";
/* -------------------------------contact------------------------------ */

form {
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: 100%;
    max-width: 800px;
}

form.custom-wpcf7c-confirmed {
    gap: 24px;
}

input,
select,
textarea {
    width: 100%;
    display: flex;
    padding: 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    background: #F9F9F9;
    outline: none;
    resize: none;
}

.custom-wpcf7c-confirmed input:not([type="checkbox"]):not([type="submit"]):not([type="button"]),
.custom-wpcf7c-confirmed select,
.custom-wpcf7c-confirmed textarea {
    padding: 0;
}

#agreement {
    display: none;
}

#agreement-label {
    position: relative;
    display: inline-block;
    padding: 0;
    width: 24px;
    height: 24px;
    border-radius: 6px;
    border: 1px solid #D0D0D1;
    background: #FFFFFF;
}

#agreement-label.checked {
    background: #098999;
    outline: none;
    border: none;
}

#agreement-label.checked::before {
    content: '';
    position: absolute;
    left: 5px;
    top: 7px;
    width: 15px;
    height: 12px;
    background-image: url('../images/check-icon.svg');
    background-size: contain;
    background-repeat: no-repeat;
}

select {
    appearance: none;
}

textarea {
    height: 280px;
}

.custom-wpcf7c-confirmed textarea {
    height: 100%;
}

.wrap-w-full {
    width: 100%;
}

.wpcf7-list-item {
    display: flex;
}

.wpcf7-list-item-label,
.wpcf7-not-valid-tip {
    display: none;
}

.wpcf7-confirm,
.wpcf7-submit {
    cursor: pointer;
    position: relative;
    display: flex;
    width: 250px;
    justify-content: center;
    align-items: center;
    border-radius: 60px;
    text-align: center;
    color: #F9F9F9;
    background: #098999;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.wpcf7-confirm {
    padding: 28px 70px 28px 40px;
}

.wpcf7-submit {
    padding: 28px 110px 28px 76px;
}

.wpcf7-back {
    display: none;
    cursor: pointer;
    color: #098999;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 180%;
    float: unset;
    margin-top: unset;
    width: 100%;
}

.wpcf7-confirm:disabled,
.wpcf7-submit:disabled {
    background: #ADAEAE;
}

.wpcf7c-conf {
    color: unset;
    border: unset;
    background: transparent;
}

.custom-wpcf7c-confirmed .confirmed-hide {
    display: none;
}

.custom-wpcf7c-confirmed .confirmed-row div:first-child {
    align-items: flex-start;
}

@media screen and (min-width: 800px) {
    .custom-wpcf7c-confirmed .confirmed-row {
        flex-direction: row;
    }

    .custom-wpcf7c-confirmed .confirmed-row div:first-child {
        width: 160px;
    }
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #F9F9F9 inset;
}

.custom-wpcf7c-confirmed input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset;
}

/* ---------------------------contact終わり-------------------------- */