@charset "UTF-8";
/* 共通設定 ----------------- */
#contact-main,
#thanks-main{
    width: 100%;
    padding: 0 0 160px;
    margin: 0;
    position: relative;
}

#contact-main .page-title::before,
#thanks-main .page-title::before{
    background-color: #C0AADA;
}

.turnstile-area{
    width: 100%;
    margin: 0 auto;
}


/* contact-main ------------------------- */
#contact-main .page-introduction{
    background-image: url(../img/paperplane.svg);
    background-size: 20%;
    background-position: top right;
    padding-bottom: 60px;
    margin-bottom: 0px;
}

#contact-main .Form{
    width: 768px;
    background-color: #fff;
    border-radius: 40px;
    border: 1px solid #674B3A;
    padding: 90px 60px;
    margin: 0 auto 100px;
}
#contact-main .Form .Form-Item{
    width: 100%;
    display: flex;
    gap: 20px;
    margin-bottom: 35px;
}
#contact-main .Form .Form-Item .Form-Item-Label{
    width: 170px;
}
#contact-main .Form .Form-Item .Form-Item-Label .Form-Item-Label-Required{
    display: inline-block;
    width: 40px;
    height: 20px;
    color: #fff;
    background-color: #EF5407;
    border-radius: 12px;
    font-size: 12px;
    line-height: 1em;
    text-align: center;
    padding-top: 4px;
    margin-left: 10px;
}
#contact-main .Form .Form-Item .wpcf7-form-control-wrap{
    width: calc(100% - 170px - 20px);
}
#contact-main .Form .Form-Item .wpcf7-form-control-wrap input[type="text"],
#contact-main .Form .Form-Item .wpcf7-form-control-wrap input[type="email"],
#contact-main .Form .Form-Item .wpcf7-form-control-wrap textarea{
    width: 100%;
    background-color: #F3EEE9;
    border-radius: 10px;
    border: 1px solid #674B3A;
    padding: 5px 10px;
}
#contact-main .Form .Form-Item .wpcf7-form-control-wrap textarea{
    height: 200px;
}
/* ラジオボタン */
#contact-main .Form .Form-Item .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-radio{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
/* プルダウンセレクト */
#contact-main .Form .Form-Item .select-wrap{
    width: fit-content;
    position: relative;
}
#contact-main .Form .Form-Item .select-wrap::after{
    content: "";
    width: 8px;
    height: 8px;
    border-right: 1px solid #674B3A;
    border-bottom: 1px solid #674B3A;
    position: absolute;
    right: 15px;
    top: 40%;
    transform: translateY(-50%) rotate(45deg);
    pointer-events: none;
}
#contact-main .Form .Form-Item select.wpcf7-form-control{
    width: 200px;
    padding: 8px 40px 8px 10px;
    background-color: #F3EEE9;
    border-radius: 10px;
    border: 1px solid #674B3A;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
/* notice-area */
.Form .notice-area{
    width: 100%;
    margin: 0 auto 60px;
}
.Form .notice-area > p{
    font-size: 13px;
    text-align: center;
}
.Form .notice-area > p .privacy{
    display: inline-block;
    line-height: 1em;
    padding-bottom: 3px;
    border-bottom: 1px solid #3A3533;
}
.Form .notice-area > p .privacy:hover{
    color: #EF5407;
    border-bottom: 1px solid #EF5407;
}

/* thanks-main ------------------------- */
#thanks-main .main-wrap{
    width: 50%;
    max-width: 520px;
    margin: 0 auto 60px;
}
#thanks-main .main-wrap > h2{
    width: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto 60px;
}
#thanks-main .main-wrap > h2 .en{
    display: block;
    font-family: "Alegreya Sans SC", sans-serif;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.3em;
    letter-spacing: 5%;
    color: #EF5407;
    margin-bottom: 10px;
}
#thanks-main .main-wrap > h2 .ja{
    display: block;
    font-size: 12px;
    line-height: 1.3em;
    color: #EF5407;
    position: relative;
}
#thanks-main .main-wrap > h2 .ja::before,
#thanks-main .main-wrap > h2 .ja::after{
    content: "";
    width: 60px;
    height: 1px;
    background-color: #EF5407;
    position: absolute;
    top: 6px;
}
#thanks-main .main-wrap > h2 .ja::before{
    left: -90px;
}
#thanks-main .main-wrap > h2 .ja::after{
    right: -90px;
}

/* follow ------------------------------ */
#follow{
    width: 100%;
    background-color: #11968C;
    background-image: url(../img/backimage-follow.svg);
    background-repeat: repeat;
    background-size: 20%;
    padding: 40px 0;
    margin-bottom: 100px;
    position: relative;
}
#follow::before{
    content: "";
    width: 100px;
    height: 285px;
    background-image: url(../img/follow-only1.png);
    background-size: contain;
    position: absolute;
    top: -55px;
    right: 5%;
    z-index: 2;
}
#follow::after{
    content: "";
    width: 100px;
    height: 240px;
    background-image: url(../img/follow-only2.png);
    background-size: contain;
    position: absolute;
    bottom: -40px;
    right: calc(5% + 115px);
    z-index: 2;
}

#follow .text-wrap{
    width: fit-content;
    margin: 0 auto;
}
#follow .text-wrap .title{
    color: #fff;
    font-family: "Alegreya Sans SC", sans-serif;
    font-weight: 700;
    font-size: 72px;
    line-height: 1em;
    text-align: center;
    margin-bottom: 20px;
}
#follow .text-wrap .info{
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
}


/*-------------------------------------------
タブレット
-------------------------------------------*/
@media screen and (max-width: 960px) {

    /* contact-main ------------------------- */
    #contact-main .Form{
        width: 80%;
        margin: 0 auto 60px;
    }

    /* follow ------------------------------ */
    #follow{
        margin-top: 100px;
        margin-bottom: 60px;
    }
    #follow::before{
        top: -135px;
        right: 50%;
        transform: translateX(110px);
    }
    #follow::after{
        bottom: auto;
        top: -50px;
        right: 50%;
        transform: translateX(-10px);
    }

    #follow .text-wrap{
        margin: 160px auto 20px;
    }

}

/*-------------------------------------------
スマホ
-------------------------------------------*/
@media screen and (max-width: 767px) {

    /* 共通設定 ----------------- */
    #contact-main,
    #thanks-main{
        padding: 0 0 80px;
    }

    /* contact-main ------------------------- */
    #contact-main .page-introduction{
        background-image: none;
        padding-bottom: 40px;
    }

    #contact-main .Form{
        width: 90%;
        padding: 50px 5%;
    }
    #contact-main .Form .Form-Item{
        flex-direction: column;
        gap: 10px;
    }
    #contact-main .Form .Form-Item .Form-Item-Label{
        width: 100%;
    }
    #contact-main .Form .Form-Item .wpcf7-form-control-wrap{
        width: 100%;
    }

    /* thanks-main ------------------------- */
    #thanks-main .main-wrap{
        width: 80%;
        margin: 60px auto;
    }

    /* follow ------------------------------ */
    #follow{
        margin-top: 80px;
        margin-bottom: 60px;
    }
    #follow::before{
        width: 80px;
        height: 228px;
        top: -110px;
        transform: translateX(90px);
    }
    #follow::after{
        width: 80px;
        height: 192px;
        top: -50px;
    }

    #follow .text-wrap{
        width: 100%;
        padding: 0 5%;
        margin: 110px auto 20px;
    }
    #follow .text-wrap .title{
        font-size: 64px;
    }
    #follow .text-wrap .info{
        font-size: 14px;
    }

}