/*==================================================
  お問い合わせページ  TOP
==================================================*/
.contact{
    background-color: #000;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: -30px auto 0;
}
.contact_top{
    background-color: #000;
    margin-top: -50px;
    background-image: url("../img/contact_top__bg.png");
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 190px;
    padding-bottom: 106px;
}
.contact_top02{
    padding-top: 190px;
}
.contact_top__header{
    color: #fff;
    font-size: 4.5rem;
    font-weight: 600;
    text-align: center;
    line-height: 1;
    margin-bottom: 40px;
}
.contact_top__header02{
    margin-bottom: 100px;
}
.contact_top__header_br{
    display: none;
}
.contact_top__sub_header{
    font-size: 3.2rem;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 40px;
}
.contact_top__txt{
    font-size: 2rem;
    margin-bottom: 76px;
}
.wpcf7-spinner{
    display: none!important;
}
.privacy_link{
    color: #fff;
    text-decoration: underline;
}
@media only screen and (max-width: 1206px) {
    .contact{
        margin: 0 32px;
    }
    .contact_top{
        margin-top: -80px;
        padding: 200px 32px 0;
    }
    .contact_top02{
        padding-top: 164px;
    }
}
@media only screen and (max-width: 810px) {
    .contact_top__header {
        font-size: 3.5rem;
    }
    .contact_top__sub_header{
        font-size: 2rem;
    }
    .contact_top__txt{
        font-size: 1.6rem;
    }
    }
/*==================================================
  お問い合わせページ  フォーム部分
==================================================*/
.contact_form{
    background-color: #000;
    display: flex;
    flex-direction: column;
}
.contact_form__wrapper{
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 840px;
    margin: 0 auto;
}
.contact_form__list01{
    display: flex;
    flex-direction: column;
    margin-bottom: 50px;
}
.contact_form__list02{
    display: flex;
    justify-content: center;
}
.contact_form__txt01{
    font-size: 2rem;
    font-family: "Noto Sans JP", sans-serif;
    margin-bottom: 16px;
}
.contact_form__txt01::after{
    content: "*";
    color: #E25521;
    margin-left: 4px;
}
.contact_form__txt02{
    font-size: 2rem;
    margin-bottom: 16px;
}
.contact_form__list01 input{
    background-color: #F0F0F0;
    border: none;
    width: -webkit-fill-available;
    width: -moz-available;
    height: 50px;
    font-size: 1.6rem;
    padding-left: 20px;
}
.contact_form__list01 textarea{
    width: -webkit-fill-available;
    width: -moz-available;
    background-color: #F0F0F0;
    border: none;
    padding-left: 20px;
    padding-top: 8px;
    font-size: 1.6rem;
}
.contact_form__list02 input{
    color: #fff;
    font-size: 2.5rem;
    font-weight: 600;
    background-color: #E25521;
    border: solid 2px #E25521;
    width: 400px;
    height: 80px;
    cursor: pointer;
}
.contact_form__list02 input:hover{
    color: #E25521;
    background-color: #fff;
    transition: 0.8s;
}
.contact_form__list03{
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
    margin-bottom: 50px;
    width: 540px;
}
.contact_form__list03 select{
    width: -webkit-fill-available;
    width: -moz-available;
    height: 50px;
    background-color: #F0F0F0;
    border: none;
    appearance: none;
    outline: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-left: 20px;
}
.contact_form__list03 select:invalid { color: #bbb; }
.contact_form__list03 select option { color: black; }
.contact_form__list03 select option:first-child { color: #bbb; }
.contact_form__list03::after {
    position: absolute;
    right: 25px;
    top: 65%;
    content: '';
    width: 14px;
    height: 12px;
    background: #969696;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.wpcf7{
    width: 100%;
}
.wpcf7-form{
    width: 100%;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{
    display: none!important;
}
@media only screen and (max-width: 1206px) {
    .contact_form__list02 input {
        margin-bottom: 116px;
    }
}
@media only screen and (max-width: 810px) {
    .contact_form__list01 input {
        height: 54px;
    }
    .contact_form__list03 input {
        height: 54px;
    }
    .contact_form__list03 select{
        height: 54px;
    }
}
@media only screen and (max-width: 604px) {
    .contact_form__list03{
        width: 100%;
    }
}
@media only screen and (max-width: 600px) {
    .contact_top__header_br{
        display: block;
    }
    .contact_form__list02 input {
        width: 100%;
        height: 80px;
    }
}

/*==================================================
  サンクスページ  TOP
==================================================*/
.contact_thanks {
    background-color: #000;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100vh;
    margin-bottom: -250px;
}
.contact_thanks__top {
background-color: #000;
    margin-top: -80px;
    background-image: url(../img/contact_top__bg.png);
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;;
}
.contact_thanks__header {
    color: #fff;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 4rem;
    font-weight: 600;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 40px;
}
.contact_thanks__txt{
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 200px;
    line-height: 2;
}
.contact_thanks__br{
    display: block;
}
@media only screen and (max-width: 600px) {
    .contact_thanks__top{
        width: auto;
        align-items: flex-start;
        margin: -80px 0 0;
        padding: 0 32px;
    }
    .contact_thanks__header{
        font-size: 2.4rem;
        text-align: left;
    }
    .contact_thanks__txt{
        font-size: 1.6rem;
        text-align: left;
    }
    .contact_thanks__br{
        display: none;
    }
}