/*=======================
 layout
=======================*/
.lp-wrap {
    max-width: 750px;
    margin-top: -12vw;
    margin-right: auto;
    margin-left: auto;
}

/*=======================
 cta共通
=======================*/
.btn-wrap a:not(:first-of-type) {
    margin-top: 6px;
}
.btn {
    display: block;
    width: 90%;
    margin: auto;
    font-size: clamp(18px, 5.6vw, 20px);
    font-weight: bold;
    text-align: center;
    position: relative;
    z-index: 10;
}
.btn span {
    display: block;
    width: 100%;
    padding: 0.2em 0;
    background-color: #FFDE00;
    border: 4px solid #1CB0AB;
    border-radius: 30vh;
    color: #040000;
    position: relative;
    z-index: 10;
}
.btn::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #040000;
    border: 4px solid #040000;
    border-radius: 30vh;
    filter: blur(2px);
    position: absolute;
    top: 3px;
    right: -2px;
    z-index: 5;
    transition: all .3s ease;
    opacity: 0.6;
}
.btn:hover::after {
    filter: blur(0px);
    top: 0;
    right: 0;
}

/*  */
.cta {
    position: relative;
}
.cta .btn-wrap {
    width: 100%;
    position: absolute;
}

.cta01 .btn-wrap {
    top: 52%;
    transform: translateY(-52%);
}

/*  */
.cta02 .btn-wrap {
    bottom: 1%;
    transform: translateY(3%);
}
.cta02 .btn span {
    border: 4px solid #CA5073;
}

/*  */
.lp_04 {
    margin-top: -3rem;
}

/*  */
.cta03 .btn-wrap {
    bottom: 1%;
    transform: translateY(10%);
}
.cta03 .btn span {
    background-color: #D75278;
    border: 4px solid #CA5073;
    color: #fff;
}

/**/
.cta04 .btn-wrap {
    top: 42%;
    transform: translateY(-42%);
}
.cta04 .btn span {
    background-color: #D75278;
    border: 4px solid #CA5073;
    color: #fff;
}

/*=======================
 追従
=======================*/
#js-sidemenu.classActive {
    position: fixed;
    top: auto;
    bottom: 0;
}


/*=======================
 トグル
=======================*/
.qa > img {
    display: block;
    width: 55%;
    max-width: 350px;
    margin: 2rem auto 1rem;
}
.toggleItem {
    width: 90%;
    margin: auto;
    border: 1px solid #D75278;
    color: #D75278;
    font-size: clamp(13px, 3.5vw, 15px);
    font-weight: bold;
}
.toggleItem:not(:last-of-type) {
    border-bottom: none;
}

.tlt {
    display: grid;
    grid-template-columns: 1fr 2.8rem;
    align-items: center;
    padding: 1.5em 0.8em 1.5em 1.2em;
    background-color: #F6DAE2;
    color: #CA5073;
    cursor: pointer;
}
.tlt_wrap {
    display: grid;
    grid-template-columns: 1.5em 1fr;
    grid-column-gap: 7px;
    align-items: flex-start;
}
.toggle {
    display: block;
    width: 2.8rem;
    height: 2.8rem;
    position: relative;
}
.toggle span {
    display: block;
    background-color: #D75278;
    position: absolute;
    transition: all .3s ease;
}
.toggle span:first-of-type {
    width: 1px;
    height: 100%;
    top: 0;
    left: 1.4rem;
}
.toggle span:last-of-type {
    width: 100%;
    height: 1px;
    top: 1.4rem;
    left: 0;
}
.toggle.active span:first-of-type {
    transform: rotate(-90deg);
}
.toggle.active span:last-of-type {
    opacity: 0;
}


.txtBox {
    display: none;
    padding: 1.5em;
    background-color: #fff;
    border-top: 1px solid #D75278;
}
.txtBox_wrap {
    display: grid;
    grid-template-columns: 1.5em 1fr;
    grid-column-gap: 10px;
    align-items: flex-start;
    line-height: 1.75;
}
.txtBox_wrap img {
    display: block;
}


/*=======================
 コンタクトフォーム
=======================*/
.reserve {
    padding-top: 3.5rem;
    padding-bottom: 5rem;
    background-color: #fff;
}
.reserve .title {
    color: #1CB0AB;
    font-size: 2.8rem;
    font-weight: 600;
    text-align: center;
}
.reserve .note {
    width: 90%;
    margin: 2rem auto;
    color: #1CB0AB;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.5;

}
.reserve .note li {
    text-indent: -1em;
    padding-left: 1em;
}
.reserve .note > ul li:last-of-type {
    text-indent: 0;
    padding-left: 0;
}


/* フォーム */
.contact-form_container {
    width: 96%;
    margin: auto;
}
.form-title {
    margin-bottom: 0.5em;
    color: #1CB0AB;
    font-size: 2.5rem;
    font-weight: 600;
    letter-spacing: -0.05em;
}
.contact-form {
    font-size: 1.4rem;
}
.contact-form dl {
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
    border-bottom: 1px solid #1CB0AB;
}
.contact-form dt {
    margin-bottom: 0.5em;
    color: #1CB0AB;
    font-weight: 600;
    position: relative;
}
.contact-form dt::after {
    content: "任意";
    display: inline-block;
    padding: 0.2em 0.5em;
    background-color: #1CB0AB;
    border-radius: 4px;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 500;
    position: absolute;
    right: 0;
}
.contact-form dt.req::after {
    content: "必須";
    background-color: #D75278;
}
.contact-form dt span {
    display: inline-block;
    margin-left: 1em;
    font-size: 1rem;
    font-weight: normal;
}
.contact-form dd input[type=text],
.contact-form dd input[type="tel"],
.contact-form dd input[type="email"],
.contact-form dd select,
.contact-form dd textarea {
    width: 100%;
    padding: 0.5em;
    background-color: #fff;
    border: 1px solid #8DD0D4;
    border-radius: 3px;
    color: #040000;
}
::placeholder {
    color: #8DD0D4;
}
/* セレクトボックス初期値 */
.contact-form dd select.is-empty{
    color: #8DD0D4;
}


/* ラジオボタン */
.wpcf7-radio span.wpcf7-list-item {
    /* display: block;
    margin: 0; */
    position: relative;
}
.wpcf7-radio span.wpcf7-list-item:not(:last-of-type) {
    margin-bottom: 1.6rem;
}
.wpcf7-radio .wpcf7-list-item-label {
    cursor: pointer; /* labelにhoverした時にカーソルを表示させる */
    font-size: 1.5rem;
}
.wpcf7-radio input[type="radio"] {
    opacity: 0; /* デフォルトのチェックボックスを見えなくする */
    position: absolute;
}
.wpcf7-radio .wpcf7-list-item-label::before {
    /* チェックボックスのデザイン */
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 8px;
    background-color: #fff;
    border: 1px solid #1CB0AB;
    border-radius: 60vh;
    position: relative;
    top: -1px;
    vertical-align: middle;
}
.wpcf7-radio input[type="radio"]:checked + .wpcf7-list-item-label::after {
    content: "";
    width: 8px;
    height: 8px;
    background-color: #1CB0AB;
    border-radius: 60vh;
    position: absolute;
    left: 5px;
    top: 5.5px; 
}
/* チェックしたボックスの背景色を設定 */
.wpcf7-radio input[type="radio"]:checked + .wpcf7-list-item-label::before {
    background-color: #fff;
}


dl.email_confir dt span,
dl.tel dt span {
    display: block;
    margin-left: 0;
}
dl.email_confir dt::after,
dl.tel dt::after {
    top: -0.5rem;
}

.gender {
    display: grid;
    grid-template-columns: 1fr 2.5fr;
}

.birth .wpcf7-form-control-wrap:not(:last-of-type) {
    display: block;
    margin-bottom: 0.5rem;
}

.form-note p {
    color: #1CB0AB;
    font-size: 1.6rem;
    font-weight: 600;
}
.form-note p span {
    display: inline-block;
    margin-left: 1em;
    font-size: 1.2rem;
}
.form-note ul {
    margin-top: 1em;
    color: #1CB0AB;
    font-size: 1.2rem;
    font-weight: 500;
}
.form-note ul li {
    text-indent: -1em;
    padding-left: 1em;
}
.form-note ul li:last-of-type {
    color: #1CB0AB;
}
.first_q dl {
    margin: 1.5rem 0;
}
.first_q dl:not(:last-of-type) {
    border: none;
    padding-bottom: 0;
}
.first_q dd {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-column-gap: 3%;
}
.first_q dd select {
    background-color: #8DD0D4;
    color: #fff;
}

.treatment .wpcf7-list-item {
    display: block;
    color: #1CB0AB;
}
.treatment span.wpcf7-list-item.first input[type="radio"],
.treatment span.wpcf7-list-item.first input[type="radio"]:checked + .wpcf7-list-item-label::before,
.treatment span.wpcf7-list-item.first input[type="radio"]:checked + .wpcf7-list-item-label::after,
.treatment span.wpcf7-list-item.first .wpcf7-list-item-label::before,
.treatment span.wpcf7-list-item.first .wpcf7-list-item-label::after,
.treatment span.wpcf7-list-item:nth-of-type(3) input[type="radio"],
.treatment span.wpcf7-list-item:nth-of-type(3) input[type="radio"]:checked + .wpcf7-list-item-label::before,
.treatment span.wpcf7-list-item:nth-of-type(3) input[type="radio"]:checked + .wpcf7-list-item-label::after,
.treatment span.wpcf7-list-item:nth-of-type(3) .wpcf7-list-item-label::before,
.treatment span.wpcf7-list-item:nth-of-type(3) .wpcf7-list-item-label::after {
    display: none;
}

textarea.wpcf7-form-control.wpcf7-textarea {
    height: 2.5em;
}

span.wpcf7-form-control.wpcf7-radio {
    color: #1CB0AB;
}


/* プライバシーポリシー */
.contact-form_container .privacy-policy {
    height: 80px;
    margin: 2rem auto 2.5rem;
    padding: 0.5em;
    background-color: #fff;
    border: 1px solid #1CB0AB;
    color: #040000;
    overflow-y: scroll;
}
.contact-form_container .privacy-policy p {
    font-size: 1.2rem;
    line-height: 1.75;
}
.contact-form_container .privacy-policy dl {
    margin-top: 1.5em;
}
.contact-form_container .privacy-policy dt,
.contact-form_container .privacy-policy dd {
    font-size: 1.2rem;
    line-height: 1.75;
}
.contact-form_container .privacy-policy ol,
.contact-form_container .privacy-policy ul {
    margin-top: 0.5em;
}
.contact-form_container .privacy-policy table {
    margin-top: 0.5em;
}
.contact-form_container .privacy-policy th {
    padding-right: 0.5em;
    font-weight: normal;
    white-space: nowrap;
}

#privacyCheck {
    font-size: 1.4rem;
    text-align: center;
}
#privacyCheck input[type="checkbox"] {
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
#privacyCheck input[type="checkbox"] {
    position: relative;
    width: 1em;
    height: 1em;
    border: 1px solid #1CB0AB;
    vertical-align: -2px;
}
#privacyCheck input[type="checkbox"]:checked:before {
    content: '';
    position: absolute;
    top: 1px;
    left: 4px;
    transform: rotate(50deg);
    width: 4px;
    height: 8px;
    border-right: 2px solid #1CB0AB;
    border-bottom: 2px solid #1CB0AB;
}
.check-disabled {
    color: #afafaf;
}
#privacyCheck.check-disabled input[type="checkbox"] {
    border: 1px solid #afafaf;
}

.send-btn {
    width: 70%;
    max-width: 210px;
    margin: 2rem auto 0;
}
.wpcf7-submit {
    display: block;
    width: 100%;
    padding: 0.5em 0;
    border: 1px solid #24A7A3;
    background-color: #fff;
    box-shadow: 5px 5px 0px 0px #24A7A3;
    color: #1CB0AB;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
}
.wpcf7-submit:disabled {
    background-color: #cecece;
    color: #b1b1b1;
    border: none;
    box-shadow: 5px 5px 0px 0px #877c0000;
}

.reCAPTCHA-text {
    color: #dfdfdf;
    text-align: center;
}