@charset "UTF-8";

/*============================
contact__mv
============================*/
.contact__mv {
    background: linear-gradient(#F0EFEA, #EAE7DE);
    height: 188px;
    min-height: auto;
}

.contact__mv .pmv__flex {
    padding: 20px 0 0;
}

@media screen and (max-width:1024px) {
    .contact__mv {
        height: 188px;
    }

}

@media screen and (max-width:767px) {
    .contact__mv {
        height: 160px;
    }

}

/*============================
    ct-faq
============================*/

.ct-faq {
    padding: 100px 0 0;
}

.ctf__ul li {
    border-bottom: dashed 1px #EAEAEA;
}

.ctf__q {
    padding: 1em 100px 1em 60px;
    position: relative;
    font-weight: 500;
    cursor: pointer;
}

.ctf__ul .font-num {
    font-size: 3.1rem;
    font-weight: 100;
    position: absolute;
    top: 0;
    left: 0;
    letter-spacing: .1em;
}

.ctf__a {
    margin: 0 0 30px 60px;
    background: #F5F4F0;
    padding: 1em 100px 1em 80px;
    position: relative;
    display: none;
}

.ctf__a .font-num {
    left: 30px;
}

.ctf__q .btn {
    width: 1px;
    height: 25px;
    background: #B3A86F;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translate(0, -50%);
    transition: .3s ease-out;
}

.ctf__q .btn::before {
    content: "";
    height: 1px;
    width: 25px;
    background: #B3A86F;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: .3s ease-out;
}

.close.ctf__q .btn {
    transform: translate(0, -50%) rotate(90deg);
}

.close.ctf__q .btn::before {
    opacity: 0;
}

@media screen and (max-width:1024px) {

    .ct-faq {
        padding: 80px 0 0;
    }

    .ctf__q {
        padding: 1em 60px 1em 40px;
    }

    .ctf__ul .font-num {
        font-size: 2.4rem;
        top: .2em;
        left: 0;
    }

    .ctf__a {
        margin: 0 0 20px 40px;
        padding: 1em 60px 1em 60px;
    }

    .ctf__a .font-num {
        left: 20px;
    }

    .ctf__q .btn {
        height: 20px;
        right: 20px;
    }

    .ctf__q .btn::before {
        width: 20px;
    }

}

@media screen and (max-width:767px) {
    .ct-faq {
        padding: 60px 0 0;
    }

    .ctf__q {
        padding: 1em 40px 1em 30px;
    }

    .ctf__ul .font-num {
        font-size: 2rem;
        top: .4em;
        left: 0;
    }

    .ctf__a {
        margin: 0 0 20px 0;
        padding: 1em 1em 1em 30px;
    }

    .ctf__a .font-num {
        left: 10px;
    }

    .ctf__q .btn {
        height: 20px;
        right: 10px;
        transform: none;
        top: 20px;
    }

    .close.ctf__q .btn {
        transform: rotate(90deg);
    }

    .ctf__q .btn::before {
        width: 20px;
    }
}



/*============================
 ct-form 
============================*/
input,
select,
button {
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
}

.ct-form {
    padding: 80px 0 150px;
}

.ctf__box {
    padding: 100px 3% 120px;
    background: #F5F4F0;
    margin-bottom: 50px;
}

/* tbl スタイル */
.tbl-form {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    table-layout: fixed;
}

.tbl-form th {
    width: 100%;
    display: block;
    position: relative;
    text-align: left;
    line-height: 1.5;
    font-size: 1.8rem;
    font-weight: 500;
    margin-bottom: 20px;
}

.tbl-form td {
    width: 100%;
    display: block;
    position: relative;
    line-height: 1.5;
    font-weight: 500;
    margin-bottom: 30px;
}

.tbl-form .form-must {
    display: inline-block;
    line-height: 17px;
    min-width: 30px;
    text-align: center;
    color: #fff;
    padding: 0 .5em;
    margin-left: 1em;
    background: #BD4242;
    border-radius: 3px;
    font-size: 1rem;
    font-weight: 500;
    vertical-align: middle;
}

.tbl-form .form-must.not {
    background: #adadad;
}

.tbl-form .error-txt {
    font-size: 1.8rem;
    font-weight: bold;
    margin-left: 1em;
}

/*-- 入力種別 --*/
input::placeholder {
    color: #B2B2B2;
}

textarea::placeholder {
    color: #B2B2B2;
}

.input-text {
    width: 100%;
    height: 47px;
    padding: 0 1em;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: 0;
    font-family: 'Noto Sans JP', "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'MS Ｐゴシック', 'MS PGothic', sans-serif;

}

.input-lmid {
    width: 75%;
}

.input-mid {
    width: 60%;
}

.input-small {
    width: 30%;
}


.input-wrap .inline-txt {
    display: inline-block;
}

.form__arw {
    position: absolute;
    right: 2em;
    top: 50%;
    font-size: 1.8rem;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    pointer-events: none;
    font-size: 1.2rem;
    color: #999;
}

.input-select {
    border: solid 1px #000000;
    background: #fff;
    height: 35px;
    width: 100%;
    padding: 0 2em 0 1em;
    color: #111;
    font-size: 1.6rem;
    position: relative;
    /* -webkit-appearance: auto;
    appearance: auto; */
    width: fit-content;
}

.form__selectwrap {
    position: relative
}


.input-mail-top {
    margin-bottom: 10px;
}

/*-- radioボタン --*/
/* ラジオボタン */


.input__radio[type="radio"] {
   width: 0;
   height: 0;

}

/* 
.radio-btn {
    accent-color: #B3A86F;
    border: none;
    inline-size: 2rem;
    block-size: 2rem;
    vertical-align: sub;
    margin-right: .5em;
} */

.radio-label {
    cursor: pointer;
    display: block;
    margin-bottom: 1em;
}

.radio-label {
    margin-right: 1em;
    line-height: 2;
}

.radio-label {
    position: relative;
    padding-left: 30px;
    line-height: 22px;
}

.radio-label::before {
    position: absolute;
    content: '';
    display: block;
    width: 22px;
    height: 22px;
    background: #fff;
    border-radius: 50%;
    left: 0;
    top: 0;
}

.radio-label::after {
    position: absolute;
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #B3A86F;
    top: 5px;
    left: 5px;
    opacity: 0;
    transition: .3s;
}

.radio-label:has(.input__radio:checked)::after {
    opacity: 1;
}


/* radioボタン ▲ */

/* .form__area input[type="checkbox"] {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    margin-right: 10px;
} */


.textarea {
    width: 100%;
    padding: 1em;
    min-height: 200px;
    line-height: 1.5;
    letter-spacing: 0;
    font-size: 1.6rem;
    border: none;
    font-family: 'Noto Sans JP', "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'MS Ｐゴシック', 'MS PGothic', sans-serif;
    outline: none;
}

/* submit ボタン */
.form__btnwrap {
    padding: 20px 0;
    background: #d3dfed;
}

.form__btn {

    font-family: 'Noto Sans JP', "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'MS Ｐゴシック', 'MS PGothic', sans-serif;
}

.input-button {
    cursor: pointer;
    width: 520px;
    line-height: 100px;
    font-size: 2.2rem;
    margin: 0 auto;
}

.input-button:hover {
    transform: none;

}

/* 個人情報 */

.form__privacybox {
    overflow: hidden;
    overflow-y: scroll;
    height: 400px;
    padding: 2em;
    border: solid 1px #cacfe4;
    border-radius: 5px;
}

.form__privacy--ttl {
    border-bottom: solid 1px #6077c0;
    padding-bottom: 10px;
    margin-bottom: 1em;
    font-weight: bold;
}

.form__privacy {
    font-weight: 500;
}

.form__privacy a {
    text-decoration: underline;

}

.policy__box {
    width: 100%;
    height: 150px;
    overflow-y: scroll;
    padding: 20px 3%;
    font-size: 1.4rem;
    border: solid 1px #d2d7db;
}

.privacy-label {
    display: block;
    margin: 0 40px;
    letter-spacing: .1em;
}

.wpcf7-free-text{
  opacity: 0;
  visibility: hidden;
  display: none;
}
.wpcf7-list-item.has-free-text:has(input:checked) .wpcf7-free-text{
  opacity: 1;
  visibility: visible;
  display: block;
}

@media screen and (max-width:1024px) {

    .ct-form {
        padding: 80px 0 100px;
    }

    .ctf__box {
        padding: 80px 5% 60px;
        margin-bottom: 50px;
    }

    /* tbl スタイル */

    .tbl-form th {
        font-size: 1.6rem;
        margin-bottom: 20px;
    }

    .tbl-form td {
        margin-bottom: 30px;
    }

    /*-- 入力種別 --*/

    .input-text {
        height: 47px;
        font-size: 1.4rem;
    }

    /*-- radioボタン --*/
    /* ラジオボタン */


    /* .input__radio {
        line-height: 22px;
    } */

    .radio-label {
        margin-bottom: 1em;
        margin-right: 1em;
        line-height: 2;
        padding-left: 30px;
        line-height: 22px;
    }

    .radio-label::before {
        width: 22px;
        height: 22px;
        left: 0;
        top: 0;
    }

    .radio-label::after {
        width: 12px;
        height: 12px;
        top: 5px;
        left: 5px;
    }


    .textarea {
        padding: 1em;
        min-height: 200px;
        font-size: 1.4rem;
    }

    /* submit ボタン */

    .input-button {
        width: 400px;
        line-height: 80px;
        font-size: 2rem;
        margin: 0 auto;
        color: #000;

    }

}


@media screen and (max-width:767px) {
    .ct-form {
        padding: 60px 0 80px;
    }

    .ctf__box {
        padding: 40px 5% 30px;
        margin-bottom: 50px;
    }

    /* tbl スタイル */

    .tbl-form th {
        font-size: 1.4rem;
        margin-bottom: 15px;
    }

    .tbl-form td {
        margin-bottom: 20px;
        font-size: 1.3rem;
    }

    /*-- 入力種別 --*/

    .input-text {
        height: 40px;
        font-size: 1.3rem;
    }

    /*-- radioボタン --*/
    /* ラジオボタン */


    /* .input__radio {
        line-height: 18px;
    } */

    .radio-label {
        margin-bottom: 1em;
        margin-right: 1em;
        padding-left: 20px;
        line-height: 18px;
    }

    .radio-label::before {
        width: 18px;
        height: 18px;
        left: 0;
        top: 0;
    }

    .radio-label::after {
        width: 12px;
        height: 12px;
        top: 3px;
        left: 3px;
    }


    .textarea {
        min-height: 180px;
        font-size: 1.3rem;
    }

    /* submit ボタン */

    .input-button {
        width: 100%;
        line-height: 60px;
        font-size: 1.6rem;
    }

    .form__privacy {
        text-align: left;
    }
}