/* =================================
共通
================================= */
.page-content {
    position: relative;
}

.page-ttl-area {
    position: relative;
    padding-top: 14.4rem;
    z-index: 2;
}

.page-ttl-top-obj {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: 127.2rem;
    width: 100%;
}

.page-ttl-area h2 {
    font-size: 2.4rem;
    line-height: 2.4rem;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.05em;
}

.page-ttl {
    text-align: center;
    color: #A7C53C;
    font-size: 4rem;
    font-weight: 400;
    position: absolute;
    top: 4.8rem;
    left: 50%;
    transform: translateX(-50%);
}

.page-ttl-wrap {
    text-align: center;
    color: #A7C53C;
    font-size: 4rem;
    font-weight: 400;
    position: absolute;
    top: 4.8rem;
    left: 50%;
    transform: translateX(-50%);
}

.page-ttl-wrap .page-ttl {
    text-align: center;
    color: #A7C53C;
    font-size: 4rem;
    font-weight: 400;
    text-align: center;
    transform: translateX(0);
    margin: 0 auto;
    position: static;
}

.page-main-img {
    padding-right: 5rem;
}

@media screen and (max-width: 768px) {
    .page-ttl-area {
        padding: 72px 12px 0;
    }

    .page-ttl-top-obj {
        padding: 0 12px;
        position: absolute;
        top: 54px;
        left: 50%;
        transform: translateX(-50%);
        max-width: 100%;
        width: 100%;
    }

    .page-main-img {
        padding-right: 12px;
        padding-left: 13px;
        position: relative;
    }

    .page .page-ttl-wrap {
        position: static;
        padding-left: 13px;
        padding-right: 12px;
        transform: translateX(0);
    }

    .page-ttl-wrap .page-ttl {
        color: #fff !important;
    }

    .page .page-ttl-wrap .page-ttl {
        text-align: center;
        padding-bottom: 19px;
        color:#fff !important;
        font-size: 24px;
        font-weight: 400;
        text-align: center;
        transform: translateX(0);
        margin: 0 auto;
        position: static;
    }
}

/* =================================
お問い合わせ
================================= */
.contact .page-ttl-en {
    max-width: 13.5rem;
    width: 100%;
    margin: 1.2rem auto 0;
    font-size: 0;
}

.contact-step-area {
    padding-right: 5rem;
}

.contect-step-wrap {
    background-color: #A9CE52;
}

.contect-step-wrap .step-img {
    max-width: 83.7rem;
    width: 100%;
    margin: 0 auto;
    padding-top: 2.3rem;
}

.contect-step-wrap .step-img .sp {
    display: none;
}

.contact-step-area p {
    font-size: 1.8rem;
    color: #fff;
    margin-top: 4rem;
    letter-spacing: 0.025em;
    text-align: center;
    padding-bottom: 5.4rem;
}

.contact-form-area {
    padding-right: 5rem;
}

.contact-form-box {
    background-color: #A9CE52;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 11.3rem;
}

.contact-form-box .inner {
    max-width: 84rem;
    width: 100%;
    padding: 8rem 10.8rem 7.3rem;
    background-color: #fff;
    margin: 0 auto;
}

.form-line .flex-box {
    display: flex;
    justify-content: flex-start;
}

.contact-form-box input[type="text"],
.contact-form-box input[type="email"],
.contact-form-box input[type="tel"],
.form-line select {
    width: 100%;
    padding: 1.4rem 1.2rem;
    font-size: 1.8rem;
    border: 1px solid #707070;
}

.form-line select {
    padding: 1.4rem 1.2rem 1.4rem 3.5rem;
}

.form-line select option {
    font-size: 1.8rem;
    font-weight: 40;
}

.radio-line input[type="radio"] {
    width: 18px;
    height: 18px;
    top: 0.1rem;
    position: relative;
}

input[type="radio"i] {
    margin: 0 4px 0 0;
    vertical-align: middle;
}

.input-name {
    display: block;
    font-size: 1.8rem;
    font-weight: 400;
    margin-bottom: 0.8rem;
}

.wpcf7-list-item-label {
    font-size: 1.8rem;
}

.wpcf7-list-item>label {
    display: flex;
    align-items: center;
}

.wpcf7-form-control.wpcf7-radio {
    display: flex;
}

.input-name .required {
    background-color: #E76E79;
    color: #fff;
    line-height: 1;
    font-size: 1.6rem;
    padding: 0.1rem 0.9rem;
    margin-left: 1rem;
}

.input-name .any {
    background-color: #888888;
    color: #fff;
    line-height: 1;
    font-size: 1.6rem;
    padding: 0.1rem 0.9rem;
    margin-left: 1rem;
}


.wpcf7-list-item+.wpcf7-list-item {
    margin-left: 4.6rem;
}

.wpcf7-list-item.first {
    margin: 0;
}

.margin-bottom-num {
    margin-bottom: 5.4rem;
}

.contact-form-area h3 {
    font-size: 2.4rem;
    letter-spacing: 0.05em;
    font-weight: 500;
    margin-bottom: 2.4rem;
}

.form-line+.form-line {
    margin-top: 2.4rem;
}

.address {
    display: block;
}

.address+.address {
    margin-top: 1.6rem;
}

.form-line.contact textarea {
    width: 100%;
    font-size: 1.8rem;
    font-weight: 400;
    padding: 1.3rem 1.4rem;
}

input::placeholder {
    font-size: 1.8rem;
    color: #BCBCBC;
    font-weight: 400;
}

textarea::placeholder {
    font-size: 1.8rem;
    font-weight: 400;
    color: #BCBCBC;
}

.radio-line input[type="radio"] {
    margin-right: 0.9rem;
}

.contact-form-area ol {
    margin-bottom: 2.8rem;
}

.contact-form-area ol li {
    font-size: 1.6rem;
}

.contact-form-area ol li+li {
    margin-top: 2.7rem;
}

.my-checkbox {
    display: block;
    position: relative;
    cursor: pointer;
}

.my-checkbox input {
    display: none;
}

.checkmark {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    height: 1.6rem;
    width: 1.6rem;
    border: solid 1px #5a5a5a;
    border-radius: 50%;
}

.checkmark:after {
    content: "";
    position: absolute;
    left: 0.5rem;
    top: 0.1rem;
    width: 0.5rem;
    height: 0.8rem;
    border: solid #484848;
    border-width: 0 0.2rem 0.2rem 0;
    transform: rotate(45deg);
    opacity: 0;
}

.privacy-check>p {
    display: flex;
    align-items: center;
}

.privacy-text {
    font-size: 1.6rem;
    font-weight: 400;
    padding-left: 2.6rem;
}

.contact-form-box input[type="submit"] {
    background: #333333;
    color: #fff;
    border: none;
    padding: 1.2rem 0;
    font-weight: 500;
    width: 30.4rem;
    margin: 7.9rem auto 0;
    cursor: pointer;
    text-align: center;
    display: block;
    font-size: 2rem;
}

select {
    -webkit-appearance: none;
    appearance: none;
}

.select-box .wpcf7-form-control-wrap {
    position: relative;
}

.select-box .wpcf7-form-control-wrap::after {
    content: "";
    position: absolute;
    top: 1rem;
    left: 1.2rem;
    border-right: 0.8rem solid transparent;
    border-left: 0.8rem solid transparent;
    border-top: 1.2rem solid #333333;
    border-bottom: 0;
}

.mailmaga-check input:checked+span::after {
    display: block;
}

select {
    -webkit-appearance: none;
    appearance: none;
}

.my-checkbox input:checked+.checkmark {
    background: #003990;
    border-color: #003990;
}
.recaptcha-text {
    margin-top: 3rem;
    font-size: 1.4rem;
    line-height: 2rem;
    text-align: center;
    max-width: 84rem;
    width: 100%;
    margin: 3rem auto 0;
}
.recaptcha-text a {
    text-decoration: underline;
}
@media screen and (min-width: 769px) {
    .single .page-ttl-wrap .page-ttl-inner.dynamic-bg,
    .page .page-ttl-wrap .page-ttl-inner.dynamic-bg,
    .faq .page-ttl-wrap .page-ttl-inner.dynamic-bg,
    .contact .page-ttl-wrap .page-ttl-inner.dynamic-bg,
    .contact-confirm .page-ttl-wrap .page-ttl-inner.dynamic-bg,
    .contact-thankyou .page-ttl-wrap .page-ttl-inner.dynamic-bg {
        background: none !important;
    }
}

@media screen and (max-width: 768px) {
    .recaptcha-text {
        margin-top: 30px;
        font-size: 14px;
        max-width: 100%;
        padding: 0 20px;
        line-height: 20px;
    }
    .contect-step-wrap .step-img .sp {
        display: block;
    }

    .contect-step-wrap .step-img .pc {
        display: none;
    }

    .contact .page-ttl-wrap {
        position: static;
        padding-left: 13px;
        padding-right: 12px;
        transform: translateX(0);
    }

    .contact .page-ttl-wrap .page-ttl {
        text-align: center;
        color: #fff;
        font-size: 24px;
        font-weight: 400;
        text-align: center;
        transform: translateX(0);
        margin: 0 auto;
        position: static;
    }

    .contact .page-ttl-wrap .page-ttl-en {
        max-width: 67px;
        width: 100%;
        margin: 9px auto 0;
        font-size: 0;
    }

    .contact-step-area {
        padding-right: 12px;
        padding-left: 13px;
    }

    .contact .page-ttl-wrap .page-ttl-inner {
        background-color: #AACF52;
        padding-top: 10px;
    }

    .contect-step-wrap .step-img {
        max-width: 295px;
        width: 100%;
        margin: 0 auto;
        padding-top: 34px;
    }

    .contact-step-area p {
        font-size: 14px;
        color: #fff;
        padding: 0 20px;
        margin-top: 24px;
        letter-spacing: 0.025em;
        text-align: center;
        padding-bottom: 32px;
    }

    .contact-form-area {
        padding-right: 12px;
        padding-left: 13px;
    }

    .contact-form-box {
        background-color: #A9CE52;
        width: 100%;
        padding: 0 15px;
        margin: 0 auto;
        padding-bottom: 50px;
    }

    .contact-form-box .inner {
        max-width: 100%;
        width: 100%;
        padding: 26px 20px 61px;
        background-color: #fff;
        margin: 0 auto;
    }

    .input-name {
        display: block;
        font-size: 14px;
        font-weight: 400;
        margin-bottom: 9px;
    }

    .input-name .required {
        background-color: #E76E79;
        color: #fff;
        line-height: 1;
        font-size: 12px;
        padding: 1px 4px;
        margin-left: 6px;
    }

    .input-name .any {
        background-color: #888888;
        color: #fff;
        line-height: 1;
        font-size: 12px;
        padding: 1px 4px;
        margin-left: 6px;
    }

    .wpcf7-list-item-label {
        font-size: 14px;
    }

    .wpcf7-form-control.wpcf7-radio {
        display: flex;
        flex-wrap: wrap;
        gap: 10px 9px;
    }

    .wpcf7-list-item+.wpcf7-list-item {
        margin-left: 0;
    }

    .radio-line input[type="radio"] {
        margin-right: 6px;
    }

    .contact-form-area h3 {
        font-size: 18px;
        letter-spacing: 0.05em;
        font-weight: 500;
        margin-bottom: 17px;
    }

    .margin-bottom-num {
        margin-bottom: 34px;
    }

    .contact-form-box input[type="text"],
    .contact-form-box input[type="email"],
    .contact-form-box input[type="tel"],
    .contact-form-box .form-line.contact textarea,
    .form-line select {
        width: 100%;
        padding: 8px 6px;
        font-size: 14px;
        border: 1px solid #707070;
    }

    input::placeholder {
        font-size: 14px;
        color: #BCBCBC;
        font-weight: 400;
    }

    textarea::placeholder {
        font-size: 14px;
        font-weight: 400;
        color: #BCBCBC;
    }

    .form-line+.form-line {
        margin-top: 12px;
    }

    .contact-form-area ol {
        margin-bottom: 25px;
    }

    .contact-form-area ol li {
        font-size: 14px;
    }

    .contact-form-area ol li+li {
        margin-top: 24px;
    }

    .privacy-text {
        font-size: 16px;
        font-weight: 400;
        padding-left: 26px;
    }

    .contact-form-box input[type="submit"] {
        background: #333333;
        color: #fff;
        border: none;
        padding: 10px 0;
        font-weight: 500;
        width: 189px;
        margin: 39px auto 0;
        cursor: pointer;
        text-align: center;
        display: block;
        font-size: 14px;
    }

    .checkmark {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        height: 16px;
        width: 16px;
        border: solid 1px #5a5a5a;
        border-radius: 50%;
    }

    .form-line.contact textarea {
        height: 140px;
    }

    .address+.address {
        margin-top: 8px;
    }

    .form-line select {
        padding: 8px 6px 8px 23px;
    }

    .select-box .wpcf7-form-control-wrap::after {
        content: "";
        position: absolute;
        top: 8px;
        left: 6px;
        border-right: 6px solid transparent;
        border-left: 6px solid transparent;
        border-top: 10px solid #333333;
        border-bottom: 0;
    }
}

/* =================================
よくある質問
================================= */
.faq .page-ttl-en {
    max-width: 5.2rem;
    width: 100%;
    margin: 1.2rem auto 0;
    font-size: 0;
}

.faq .flex-box {
    flex-wrap: wrap;
    gap: 2.2rem;
    display: flex;
    justify-content: center;
}

.faq-anchor-links-area {
    padding-right: 5rem;
}

.anchor_links {
    background-color: #A9CE52;
    padding-bottom: 7rem;
}

.faq .more_btn .check_wrap {
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
}

.faq .more_btn.anchor_btn .check_wrap span.txt {
    background-color: #FFFFFF;
    color: #333333;
    width: 21.5rem;
    text-align: center;
    border: 1px solid #FFFFFF;
    padding: 2.2rem 1rem 2.2rem 1rem;
    font-size: 1.6rem;
    display: block;
    font-weight: 500;
    text-align: center;
    line-height: 1;
    letter-spacing: 0.05em;
    margin-right: -1.3rem;
    position: relative;
    z-index: 100;
    transition: 0.4s;
}

.faq .more_btn .circle_wrap {
    position: relative;
}

.faq .more_btn.anchor_btn .check_wrap span.circle {
    width: 6.2rem;
    height: 6.2rem;
    background-color: #FFFFFF;
    border-radius: 50% 50%;
    display: flex;
    align-items: center;
    transition: 0.4s;
    justify-content: center;
    position: relative;
    z-index: 1000;
}

.faq .more_btn.anchor_btn .check_wrap span.circle_bg {
    background-color: #FFFFFF;
    position: absolute;
    left: -0;
    top: -0;
    content: '';
    width: 6.2rem;
    height: 6.2rem;
    border-radius: 50% 50%;
    display: block;
    transition: 0.4s;
}

.faq .more_btn.anchor_btn .check_wrap span.circle span {
    width: 4.6rem;
    height: 4.6rem;
    background-color: #A9CE52;
    border: 1px solid #FFFFFF;
    display: block;
    border-radius: 50% 50%;
    transition: 0.4s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.faq .more_btn.anchor_btn span img {
    width: 1.5rem;
    height: auto;
    display: block;
}

.faq_list .faq_flex {
    display: flex;
    width: 100%;
    position: relative;
}

.faq_list .circle_wrap {
    width: 6rem;
    height: 6rem;
    background-color: #FFFFFF;
    border-radius: 50% 50%;
    display: flex;
    align-items: center;
    transition: 0.4s;
    justify-content: center;
    position: relative;
}

.faq_list .circle_wrap.answer {
    display: flex;
    align-items: center;
    transition: 0.4s;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
}

.faq_list .circle_wrap .circle {
    width: 6rem;
    height: 6rem;
    background-color: #FFFFFF;
    border-radius: 50% 50%;
    display: flex;
    align-items: center;
    transition: 0.4s;
    justify-content: center;
    position: relative;
    z-index: 1000;
}

.faq_list .circle_wrap span.circle>span {
    width: 4.3rem;
    height: 4.3rem;
    background-color: #A9CE52;
    display: block;
    border-radius: 50% 50%;
    transition: 0.4s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.faq_list span img {
    width: 2.3rem;
    height: 2.4rem;
    display: block;
}

.faq_list div.txt {
    cursor: pointer;
    background-color: #FFFFFF;
    color: #333333;
    text-align: left;
    width: 100%;
    padding: 1.3rem 1rem 1.3rem 1.5rem;
    font-size: 1.6rem;
    display: block;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.05em;
    margin-left: -1rem;
    position: relative;
    z-index: 100;
    transition: 0.4s;
}

.faq_top {
    position: relative;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq_top h4 {
    font-size: 1.6rem;
    color: #444444;
    font-weight: 500;
    letter-spacing: 0.025em;
}

.faq_arrow {
    width: 3.2rem;
    height: auto;
    transition: transform 0.3s;
}

.faq_bottom {
    display: none;
}

.faq_bottom {
    margin-top: 1.7rem;
    padding-top: 1.6rem;
    border-top: 1px solid #fff;
}

.faq_bottom p {
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0.025em;
    color: #444444;
    line-height: 2.8rem;
}

.faq_list.active .circle_wrap.answer {
    top: 6.3rem;
    opacity: 1;
}

.faq_area {
    padding-right: 5rem;
}

.faq_box {
    background-color: #A9CE52;
}

.faq_box h3 {
    font-size: 3.2rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-align: center;
}

.faq_list_inner {
    max-width: 84rem;
    width: 100%;
    margin: 0 auto;
    padding-top: 4.8rem;
    padding-bottom: 8rem;
}

.faq_list+.faq_list {
    margin-top: 2.2rem;
}

.faq_area .faq_box:last-child {
    padding-bottom: 10.8rem;
}

@media screen and (max-width: 768px) {
    .faq-anchor-links-area {
        padding-right: 12px;
        padding-left: 13px;
    }

    .anchor_links {
        padding-top: 36px;
        padding-bottom: 57px;
    }

    .faq .flex-box {
        gap: 0 2.2rem;
        display: block;
        justify-content: center;
    }

    .anchor_btn.more_btn {
        max-width: 266px;
        margin: 0 auto;
        width: 100%;
    }

    .anchor_btn.more_btn+.anchor_btn.more_btn {
        margin: 16px auto 0;
    }

    .faq .more_btn.anchor_btn .check_wrap span.txt {
        width: 227px;
        padding: 13px 10px 13px 10px;
        font-size: 16px;
        margin-right: -7px;
    }

    .faq .more_btn.anchor_btn .check_wrap span.circle {
        width: 47px;
        height: 47px;
    }

    .faq .more_btn.anchor_btn .check_wrap span.circle_bg {
        width: 47px;
        height: 47px;
    }

    .faq .more_btn.anchor_btn .check_wrap span.circle span {
        width: 37px;
        height: 37px;
    }

    .faq .more_btn.anchor_btn span img {
        width: 13px;
        height: auto;
        display: block;
    }

    .faq .page-ttl-wrap {
        position: static;
        padding-left: 13px;
        padding-right: 12px;
        transform: translateX(0);
    }

    .faq .page-ttl-wrap .page-ttl {
        text-align: center;
        color: #fff !important;
        font-size: 24px;
        font-weight: 400;
        text-align: center;
        transform: translateX(0);
        margin: 0 auto;
        position: static;
    }

    .faq .page-ttl-wrap .page-ttl-en {
        max-width: 39px;
        width: 100%;
        margin: 9px auto 0;
        font-size: 0;
    }

    .faq .page-ttl-wrap .page-ttl-inner {
        background-color: #AACF52;
        padding-top: 10px;
    }

    .faq .page-ttl-wrap .page-ttl-en {
        max-width: 26px;
        width: 100%;
        margin: 9px auto 0;
        font-size: 0;
    }

    .faq_box h3 {
        font-size: 22px;
        font-weight: 500;
        letter-spacing: 0.05em;
        text-align: center;
    }

    .faq_area {
        padding-left: 13px;
        padding-right: 12px;
    }

    .faq_list_inner {
        max-width: 100%;
        width: 100%;
        margin: 0 auto;
        padding-top: 25px;
        padding-bottom: 63px;
    }

    .faq_list.active .circle_wrap.answer {
        top: 63px;
        opacity: 1;
    }

    .faq_list .circle_wrap {
        width: 57px;
        height: 57px;
        border-radius: 50% 50%;
        display: flex;
        align-items: center;
        transition: 0.4s;
        justify-content: center;
        position: relative;
    }

    .faq_list .circle_wrap .circle {
        width: 57px;
        height: 57px;
        border-radius: 50% 50%;
        display: flex;
        align-items: center;
        transition: 0.4s;
        justify-content: center;
        position: relative;
        z-index: 1000;
    }

    .faq_list .circle_wrap span.circle>span {
        width: 42px;
        height: 42px;
        display: block;
        border-radius: 50% 50%;
        transition: 0.4s;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .faq_list div.txt {
        cursor: pointer;
        text-align: left;
        width: 100%;
        padding: 18px 14px 12px 18px;
        font-size: 14px;
        display: block;
        font-weight: 500;
        line-height: 1;
        letter-spacing: 0.05em;
        margin-left: -8px;
        position: relative;
        z-index: 100;
        transition: 0.4s;
    }

    .faq_top {
        position: relative;
        cursor: pointer;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }

    .faq_top h4 {
        padding-right: 14px;
        font-size: 14px;
        line-height: 24px;
        font-weight: 500;
        letter-spacing: 0.025em;
    }

    .faq_arrow {
        margin-top: -3px;
        width: 32px;
        height: auto;
        transition: transform 0.3s;
    }

    .faq_bottom p {
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 0.025em;
        line-height: 24px;
    }

    .faq_bottom {
        margin-top: 20px;
        padding-top: 20px;
        border-top: 1px solid #A7C53C;
    }

    .faq_list span img {
        width: 23px;
        height: auto;
        display: block;
    }

    .faq_area .faq_box:last-child {
        padding-bottom: 0;
    }

    .faq_list+.faq_list {
        margin-top: 20px;
    }

    .faq_box {
        padding-left: 10px;
    }
}

/* =================================
ブログ
================================= */
.page-ttl-en {
    max-width: 7.9rem;
    width: 100%;
    margin: 1.2rem auto 0;
    font-size: 0;
}

.page-ttl-en .sp {
    display: none;
}

.post-blog-detail-area {
    padding-right: 5rem;
}

.post-blog-detail-wrap {
    padding: 4.5rem 3.8rem;
    background-color: #AACF52;
}

.post-blog-detail-white-bg {
    background-color: #fff;
    padding-bottom: 8rem;
}

.container-flex {
    flex-wrap: wrap;
    display: flex;
}

.main-post-content {
    padding-left: 6.9rem;
}

.main-post-content-inner {
    padding-top: 3.2rem;
    max-width: 62.4rem;
    width: 100%;
}

.post-blog-detail-area .sidebar {
    margin-left: 10.6rem;
}

.post-blog-detail-area .sidebar h4 {
    font-size: 2rem;
    letter-spacing: 0.025em;
    margin-bottom: 1.6rem;
    font-weight: 500;
}

.post-blog-detail-area .sidebar ul li {
    font-size: 1.5rem;
    letter-spacing: 0.025em;
}

.post-blog-detail-area .sidebar ul li:nth-child(n+2) {
    margin-top: 1.2rem;
}

.sidebar .archive-widget {
    margin-top: 4.8rem;
}

.sidebar .archive-widget ul li {
    font-size: 2rem;
    font-weight: 400;
}

.post-blog-detail-area .sidebar .archive-widget>ul>li+li {
    margin-top: 2.4rem;
}

.sidebar .archive-widget ul li ul {
    margin-top: 0.8rem;
}

.sidebar .archive-widget ul li ul li {
    font-size: 1.6rem;
    margin-bottom: 0;
}

.sidebar .archive-widget ul li ul li+li {
    margin-top: 0.8rem;
}

.post-blog-detail-area .post-category {
    background-color: #AACF52;
    color: #fff;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    padding: 0.2rem 1.2rem;
}

.post-blog-detail-area .post-date {
    margin-left: 1.8rem;
    font-size: 1.8rem;
    font-family: "Urbanist", serif;
}

.post-blog-detail-area .post-header {
    margin-bottom: 4.8rem;
    align-items: center;
    display: flex;
    width: 100%;
}

.post-blog-detail-area .post-title {
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 4rem;
    letter-spacing: 0.05em;
    margin-bottom: 4.8rem;
}

.post-blog-detail-area .post-image {
    margin-bottom: 3.8rem;
}

.post-blog-detail-area .main-post-content h4 {
    font-size: 2.2rem;
    letter-spacing: 0.025em;
    line-height: 2.8rem;
    font-weight: 400;
    margin-bottom: 4rem;
}

.post-blog-detail-area .post-content p {
    font-size: 1.8rem;
    letter-spacing: 0.025em;
}

.post-blog-detail-area .post-content p+p {
    margin-top: 4rem;
}

.post-blog-detail-area .post-content img {
    margin: 4rem 0;
}

.post-blog-detail-area .pagenation {
    margin-top: 13.7rem;
    width: 100%;
}

.pagenation .nav-links {
    justify-content: center;
    display: flex;
    align-items: center;
    gap: 0 5.4rem;
    position: relative;
}

.pagenation .prev,
.pagenation .next {
    max-width: 5.9rem;
    width: 100%;
    background: none;
    border: none;
    border-radius: 0;
}

.page-numbers {
    background-color: #333333;
    border: 2px solid #333333;
    width: 5.6rem;
    height: 5.6rem;
    display: block;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Urbanist", serif;
    font-size: 2.4rem;
    font-weight: 400;
}

.page-numbers.current {
    border: 2px solid #333333;
    background-color: #FFF;
    color: #333333;
    display: block;
    border-radius: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Urbanist", serif;
}

@media screen and (max-width: 768px) {
    .blog .page-ttl-wrap {
        position: static;
        padding-left: 13px;
        padding-right: 12px;
        transform: translateX(0);
    }

    .blog .page-ttl-wrap .page-ttl {
        text-align: center;
        color: #fff;
        font-size: 24px;
        font-weight: 400;
        text-align: center;
        transform: translateX(0);
        margin: 0 auto;
        position: static;
    }

    .blog .page-ttl-wrap .page-ttl-en {
        max-width: 39px;
        width: 100%;
        margin: 9px auto 0;
        font-size: 0;
    }

    .blog .page-ttl-wrap .page-ttl-inner {
        background-color: #AACF52;
        padding-top: 10px;
    }

    .post-blog-detail-area {
        margin: 0 auto;
        padding-left: 13px;
        padding-right: 12px;
    }

    .page-ttl-en .pc {
        display: none;
    }

    .page-ttl-en .sp {
        display: block;
    }

    .post-blog-detail-wrap {
        padding: 30px 14px;
        background-color: #AACF52;
    }

    .post-blog-detail-white-bg {
        background-color: #fff;
        padding-bottom: 64px;
    }

    .main-post-content {
        padding-left: 10px;
        padding-right: 10px;
    }

    .main-post-content-inner {
        padding-top: 16px;
        max-width: 62.4rem;
        width: 100%;
        padding-bottom: 64px;
        border-bottom: 1px solid #707070;
    }

    .post-blog-detail-area .post-category {
        background-color: #AACF52;
        color: #fff;
        font-size: 10px;
        letter-spacing: 0.05em;
        padding: 2px 8px;
    }

    .main-post-content {
        order: 1;
    }

    .pagenation {
        order: 2;
    }

    .post-blog-detail-area .pagenation {
        margin-top: 40px;
        width: 100%;
    }

    .sidebar {
        order: 3;
    }

    .container-flex {
        display: flex;
        flex-flow: column;
    }

    .post-blog-detail-area .post-date {
        margin-left: 10px;
        font-size: 11px;
        font-family: "Urbanist", serif;
    }

    .post-blog-detail-area .post-header {
        margin-bottom: 20px;
        align-items: center;
        display: flex;
        width: 100%;
    }

    .post-blog-detail-area .post-title {
        font-size: 18px;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: 0.025em;
        margin-bottom: 18px;
    }

    .post-blog-detail-area .post-image {
        margin-bottom: 24px;
    }

    .post-blog-detail-area .main-post-content h4 {
        font-size: 20px;
        letter-spacing: 0.025em;
        line-height: 28px;
        font-weight: 400;
        margin-bottom: 20px;
    }

    .post-blog-detail-area .post-content p {
        font-size: 14px;
        line-height: 24px;
        letter-spacing: 0.025em;
    }

    .post-blog-detail-area .post-content p+p {
        margin-top: 32px;
    }

    .post-blog-detail-area .post-content img {
        margin: 20px 0;
    }

    .post-blog-detail-area .sidebar {
        margin-left: 0;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 63px;
    }

    .post-blog-detail-area .sidebar h4 {
        font-size: 18px;
        letter-spacing: 0.025em;
        margin-bottom: 24px;
        font-weight: 500;
    }

    .post-blog-detail-area .widget>ul {
        display: flex;
        gap: 12px 0;
        flex-wrap: wrap;
    }

    .post-blog-detail-area .sidebar ul li {
        font-size: 16px;
        max-width: 148px;
        width: 100%;
        letter-spacing: 0.025em;
    }

    .post-blog-detail-area .sidebar ul li:nth-child(n+2) {
        margin-top: 0;
    }

    .sidebar .archive-widget {
        margin-top: 32px;
    }

    .post-blog-detail-area .sidebar .archive-widget ul li {
        font-size: 18px;
        font-weight: 400;
        max-width: 148px;
        width: 100%;
        letter-spacing: 0.025em;
    }

    .post-blog-detail-area .sidebar .archive-widget>ul>li+li {
        margin-top: 0;
    }

    .sidebar .archive-widget ul li ul {
        margin-top: 16px;
    }

    .post-blog-detail-area .sidebar .archive-widget ul li li {
        font-size: 16px;
        font-weight: 400;
        width: 100%;
        letter-spacing: 0.025em;
    }

    .post-blog-detail-area .sidebar .archive-widget ul li li:nth-child(n+2) {
        margin-top: 12px;
    }

    .pagenation .nav-links {
        justify-content: center;
        display: flex;
        align-items: center;
        gap: 0 14px;
        position: relative;
    }

    .pagenation .prev,
    .pagenation .next {
        max-width: 32px;
        width: 100%;
        background: none;
        border: none;
        border-radius: 0;
    }

    .page-numbers {
        background-color: #333333;
        border: 2px solid #333333;
        width: 30px;
        height: 30px;
        display: block;
        border-radius: 50%;
        text-align: center;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        font-family: "Urbanist", serif;
        font-size: 15px;
        font-weight: 400;
    }
}

/* =================================
テーブル1
================================= */
.care-fee-area {
    padding-top: 4.8rem;
    padding-bottom: 4.8rem;
    background-color: #AACF52;
}

.care-fee-area h3 {
    text-align: center;
    font-size: 3.2rem;
    font-weight: 500;
    margin-bottom: 5.2rem;
    letter-spacing: 0.05em;
    color: #fff;
}

.care-fee-table-wrap {
    overflow-x: auto;
}

.care-fee-table-box {
    background: #fff;
    margin: 0 auto;
    width: 100%;
    max-width: 84rem;
    padding: 3rem;
}

.care-fee-table-box h4 {
    font-size: 2.4rem;
    text-align: center;
    font-weight: 500;
    margin-bottom: 2.4rem;
    letter-spacing: 0.05em;
}

.care-fee-table table {
    width: 100%;
    table-layout: fixed;
    /* ← これがポイント！ */
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 0;
    text-align: left;
    font-size: 14px;
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
}

/* セル内の線（縦横）を表示 */
.care-fee-table th,
.care-fee-table td {
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
    border-right: 1px solid #707070;
    border-left: 1px solid #707070;
    padding: 1rem;
    vertical-align: top;
}

.care-fee-table th {
    padding: 1rem 2rem;
}

.care-fee-table td {
    font-size: 1.8rem;
    padding: 1rem 2rem;
}

/* 左端セル：左線を消す（外枠縦線なし） */
.care-fee-table th:first-child,
.care-fee-table td:first-child {
    border-left: none;
}

/* 右端セル：右線を消す（外枠縦線なし）← ★今回追加！ */
.care-fee-table th:last-child,
.care-fee-table td:last-child {
    border-right: none;
}

/* 最初の行の上線を太くする（任意） */
.care-fee-table thead th {
    border-top: 1px solid #999;
    font-size: 2rem;
    font-weight: 500;
}

.care-fee-table th small,
.care-fee-table td small {
    display: block;
    color: #666;
    margin-top: 0.2em;
    font-weight: 400;
}

.care-fee-table th small {
    font-size: 1.3rem;
    margin-top: 0.8rem;
    letter-spacing: 0.025em;
}

.care-table-note {
    font-size: 12px;
    color: #666;
    margin-top: 1rem;
    line-height: 1.6;
}

.care-table-note {
    margin-top: 1.5rem;
    font-size: 1.3rem;
}

@media screen and (max-width: 768px) {
    .care-fee-area {
        padding-top: 32px;
        padding-bottom: 32px;
        background-color: #AACF52;
    }

    .care-fee-area h3 {
        text-align: center;
        font-size: 24px;
        font-weight: 500;
        margin-bottom: 32px;
        color: #fff;
    }

    .care-fee-table-box {
        background: #fff;
        margin: 0 auto;
        width: 100%;
        max-width: calc(100% - 34px);
        padding: 30px 14px;
    }

    .care-fee-table-box h4 {
        font-size: 20px;
        text-align: center;
        font-weight: 500;
        margin-bottom: 30px;
        letter-spacing: 0.05em;
    }

    .care-fee-table th {
        padding: 8px 4px;
    }

    .care-fee-table thead th {
        font-size: 14px;
        font-weight: 500;
    }

    .care-fee-table th small {
        font-size: 11px;
        margin-top: 4px;
        letter-spacing: 0.025em;
    }

    .care-fee-table td {
        font-size: 14px;
        padding: 8px 4px;
    }

    .care-table-note {
        margin-top: 11px;
        font-size: 11px;
    }
}

/* =================================
テーブル2
================================= */
.optional-cost-area {
    background-color: #AACF52;
    padding: 4.8rem 0 4.8rem;
    text-align: center;
}

.optional-cost-table-box {
    max-width: 84rem;
    margin: 0 auto;
    background: #fff;
    padding: 3rem;
}

.optional-cost-area h4 {
    font-size: 2.4rem;
    text-align: center;
    font-weight: 500;
    margin-bottom: 2.4rem;
    letter-spacing: 0.05em;
}

.optional-cost-table table {
    width: 100%;
    table-layout: fixed;
    /* ← 均等幅に */
    border-collapse: separate;
    border-spacing: 0;
    font-size: 14px;
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
    text-align: left;
    margin: 0 auto;
}

.optional-cost-table th,
.optional-cost-table td {
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
    border-left: 1px solid #707070;
    border-right: 1px solid #707070;
    padding: 1.4rem 2rem;
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    vertical-align: top;
}

.optional-cost-table th {
    padding: 2rem;
    font-size: 2rem;
    letter-spacing: 0.05em;
}

.optional-cost-table td {
    padding: 1rem 2rem;
}

.optional-cost-table th:first-child,
.optional-cost-table td:first-child {
    border-left: none;
}

.optional-cost-table th:last-child,
.optional-cost-table td:last-child {
    border-right: none;
}

.optional-cost-table thead th {
    border-top: 1px solid #999;
    font-size: 2rem;
    font-weight: 500;
}

.optional-cost-table th small {
    font-size: 1.3rem;
    font-weight: 400;
    display: block;
    margin-top: 0.8rem;
}

.optional-table-note {
    font-size: 1.3rem;
    color: #444444;
    margin-top: 1.3rem;
    line-height: 1.6;
    text-align: left;
}

@media screen and (max-width: 768px) {
    .optional-cost-area {
        padding: 32px 0 32px;
    }

    .optional-cost-table-box {
        max-width: calc(100% - 34px);
        margin: 0 auto;
        background: #fff;
        padding: 25px 14px;
    }

    .optional-cost-area h4 {
        font-size: 20px;
        text-align: center;
        font-weight: 500;
        margin-bottom: 24px;
        letter-spacing: 0.05em;
    }

    .optional-cost-table thead th {
        padding: 8px;
        font-size: 14px;
        letter-spacing: 0.05em;
    }

    .optional-cost-table th small {
        font-size: 11px;
        font-weight: 400;
        display: block;
        margin-top: 5px;
    }

    .optional-cost-table td {
        padding: 8px;
        font-size: 14px;
    }

    .optional-table-note {
        font-size: 11px;
        color: #444444;
        margin-top: 6px;
        line-height: 1.6;
        text-align: left;
    }
}

/* =================================
テーブル3
================================= */
.monthly-fee-table-area {
    padding-top: 4.8rem;
    padding-bottom: 4.8rem;
    background-color: #AACF52;
}

.monthly-fee-table-box h4 {
    font-size: 2.4rem;
    text-align: center;
    font-weight: 500;
    margin-bottom: 2.4rem;
    letter-spacing: 0.05em;
}

.monthly-fee-table-box {
    margin: 0 auto;
    width: 100%;
    max-width: 86rem;
    background: #fff;
    padding: 3rem;
    border-collapse: separate;
    border-spacing: 0;
}


.monthly-fee-table table {
    width: 100%;
    table-layout: fixed;
    /* ← 均等幅に */
    border-collapse: separate;
    border-spacing: 0;
    font-size: 14px;
    border-top: 2px solid #707070;
    border-bottom: 2px solid #707070;
    text-align: left;
    margin: 0 auto;
}


.monthly-fee-table td span {
    display: block;
    width: 100%;
    letter-spacing: 0.05em;
    padding: 1.2rem;
    font-size: 1.6rem;
    line-height: 1.6;
    text-align: center;
}

.monthly-fee-table .condition {
    border-top: 2px solid #707070;
    font-size: 1.8rem;
    border-bottom: 1px solid #707070;
}

.monthly-fee-table .first .condition {
    border-top: none;
}

.monthly-fee-table .price {
    padding: 1.2rem;
    font-size: 2.4rem;
    line-height: 1.6;
    text-align: center;
}

.monthly-fee-table .note {
    font-size: 1.3rem;
}

.monthly-fee-table .price {
    padding: 0.4rem 1.2rem;
    /* 上下の余白を狭める */
    text-align: center;
}

.monthly-fee-table .note {
    margin-top: 0.2rem;
    /* デフォルトが大きければ上書き */
    padding-top: 0;
    /* 念のため余白を削る */
}

.monthly-footnote {
    font-size: 1.3rem;
    color: #444444;
    margin-top: 1.3rem;
    line-height: 1.6;
    text-align: left;

}

@media screen and (max-width: 768px) {
    .monthly-fee-table-area {
        padding-bottom: 32px;
        padding-top: 32px;
        background-color: #AACF52;
    }

    .monthly-fee-table-box {
        margin: 0 auto;
        width: 100%;
        max-width: calc(100% - 34px);
        background: #fff;
        padding: 30px 14px;
        border-collapse: separate;
        border-spacing: 0;
    }

    .monthly-fee-table-box h4 {
        font-size: 20px;
        text-align: center;
        font-weight: 500;
        margin-bottom: 30px;
        letter-spacing: 0.05em;
    }

    .monthly-fee-table .condition {
        border-top: 2px solid #707070;
        font-size: 14px;
        border-bottom: 1px solid #707070;
    }

    .monthly-fee-table .condition {
        padding: 6px 0;
    }

    .monthly-fee-table .price {
        padding: 8px 0 5px;
        font-size: 16px;
        line-height: 1.6;
        text-align: center;
    }

    .monthly-fee-table .note {
        font-size: 11px;
        padding: 0 0 13px;
    }

    .monthly-footnote {
        font-size: 11px;
        color: #444444;
        margin-top: 7px;
        line-height: 1.6;
        text-align: left;
    }
}


/* =================================
お問い合わせページ
================================= */
.contact .page-ttl-wrap .page-ttl-en,
.contact-confirm .page-ttl-wrap .page-ttl-en,
.contact-thankyou .page-ttl-wrap .page-ttl-en {
    display: none;
}

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

    .contact .page-ttl-wrap .page-ttl,
    .contact-thakyou .page-ttl-wrap .page-ttl {
        display: block;
    }

    .contact-confirm .page-ttl-wrap,
    .contact-thankyou .page-ttl-wrap {
        position: static;
        padding-left: 13px;
        padding-right: 12px;
        transform: translateX(0);
    }

    .contact-confirm .page-ttl-wrap .page-ttl-inner,
    .contact-thankyou .page-ttl-wrap .page-ttl-inner {
        background-color: #AACF52;
        padding-top: 10px;
    }

    .contact-confirm .page-ttl-wrap .page-ttl,
    .contact-thankyou .page-ttl-wrap .page-ttl {
        display: block;
    }

    .contact-confirm .page-ttl-wrap .page-ttl,
    .contact-thankyou .page-ttl-wrap .page-ttl {
        text-align: center;
        color: #fff;
        font-size: 24px;
        font-weight: 400;
        text-align: center;
        transform: translateX(0);
        margin: 0 auto;
        position: static;
    }
}

/* =================================
お問い合わせ確認ページ
================================= */
.contact-confirm .contact-box {
    max-width: 84rem;
    width: 100%;
    background-color: #fff;
    margin: 0 auto 8.4rem;
    border: 1px solid #888888;
    padding: 4.2rem 10.7rem 5.6rem;
    box-shadow: 0.8rem 0.8rem rgba(0, 0, 0, 0.16);
}

.contact-confirm .form-line {
    display: flex;
}

.contact-confirm .form-line .form-ttl {
    max-width: 18rem;
    margin-right: 4rem;
    width: 100%;
    font-size: 1.6rem;
}

.contact-confirm .form-line p {
    font-size: 1.6rem;
}

.contact-confirm .form-line .form-box {
    max-width: calc(100% - 18.6rem);
    width: 100%;
}

.contact-confirm .contact-form_area .more_btn {
    display: table;
    cursor: pointer;
}

.contact-confirm .contact-form-area .more_btn .check_wrap {
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
}

.contact-confirm .contact-form-area .more_btn .circle_wrap {
    position: relative;
}

.contact-confirm .contact-btn-box {
    margin-top: 7.2rem;
    gap: 0 2.4rem;
    display: flex;
    justify-content: center;
}


.contact-confirm .contact-form-area .more_btn .check_wrap span.circle {
    width: 4.2rem;
    height: 4.2rem;
    background-color: #333333;
    border-radius: 50% 50%;
    display: flex;
    align-items: center;
    transition: 0.4s;
    justify-content: center;
    position: relative;
    z-index: 1000;
}

.contact-confirm .contact-form-area .more_btn .check_wrap span.txt {
    background-color: #333333;
    color: #fff;
    border: none;
    padding: 0;
    display: block;
    height: 5.4rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.05em;
    margin-right: -0.5rem;
    position: relative;
    z-index: 100;
    transition: 0.4s;
}

.contact-confirm .contact-form-area .wpcf7-previous {
    cursor: pointer;
    background-color: #333333;
    color: #fff;
    border: 1px solid #333333;
    padding: 1.6rem 1.8rem 1.8rem 1.8rem;
    font-size: 2.2rem;
    display: block;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.05em;
    z-index: 100;
    height: 100%;
    transition: 0.4s;
    width: 17.5rem;
    text-align: center;
}

.contact-confirm .contact-form-area input[type="submit"].wpcf7-submit {
    background-color: #333333;
    color: #fff;
    border: 1px solid #333333;
    padding: 1.6rem 1.8rem 1.8rem 1.8rem;
    font-size: 2.2rem;
    display: block;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.05em;
    z-index: 100;
    height: 100%;
    transition: 0.4s;
    width: 17.5rem;
    text-align: center;
    margin: 0 auto;
}

.contact-confirm .contact-form-area .more_btn .check_wrap span.circle_bg {
    background-color: #333333;
    position: absolute;
    left: -0.6rem;
    top: -0.6rem;
    content: '';
    width: 5.4rem;
    height: 5.4rem;
    border-radius: 50% 50%;
    display: block;
    transition: 0.4s;
}

.contact-confirm .contact-form-area .more_btn .check_wrap span.circle span {
    width: 4.2rem;
    height: 4.2rem;
    background-color: #fff;
    border: 1px solid #333333;
    display: block;
    border-radius: 50% 50%;
    transition: 0.4s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-confirm .contact-form-area .more_btn span img {
    width: 1rem;
    height: 1rem;
    display: block;
}

/* contact-confirmページだけカスタムスピナー表示 */
body.contact-confirm .custom-spinner {
    display: none;
    width: 24px;
    height: 24px;
    border: 3px solid #ccc;
    border-top-color: #000;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin-left: 1em;
    vertical-align: middle;
}

/* デフォルトスピナーは非表示 */
body.contact-confirm .wpcf7-spinner {
    display: none !important;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@media screen and (max-width: 768px) {
    .contact-confirm .form-line {
        display: block;
    }

    .contact-confirm .contact-btn-box {
        gap: 0 12px;
        display: flex;
        margin-top: 48px;
        justify-content: center;
    }

    .contact-confirm .contact-form-area .wpcf7-previous {
        background-color: #333333;
        color: #fff;
        border: 1px solid #333333;
        padding: 12px 12px 12px 12px;
        font-size: 14px;
        display: block;
        font-weight: 500;
        line-height: 1;
        letter-spacing: 0.05em;
        z-index: 100;
        height: 100%;
        transition: 0.4s;
        width: 117px;
    }

    .contact-confirm .contact-form-area input[type="submit"].wpcf7-submit {
        background-color: #333333;
        color: #fff;
        border: 1px solid #333333;
        padding: 12px 12px 12px 12px;
        font-size: 14px;
        display: block;
        font-weight: 500;
        line-height: 1;
        letter-spacing: 0.05em;
        z-index: 100;
        height: 100%;
        transition: 0.4s;
        width: 114px;
    }

    .contact-confirm .contact-form-area .more_btn .check_wrap span.txt {
        height: auto;
        margin-right: 0px;
    }

    .contact-confirm .contact-form-area .more_btn .check_wrap span.circle {
        width: 28px;
        height: 28px;
        background-color: #333333;
        border-radius: 50% 50%;
        display: flex;
        align-items: center;
        transition: 0.4s;
        justify-content: center;
        position: relative;
        z-index: 1000;
    }

    .contact-confirm .contact-form-area .more_btn .check_wrap span.circle span {
        width: 28px;
        height: 28px;
        background-color: #fff;
        border: 1px solid #333333;
        display: block;
        border-radius: 50% 50%;
        transition: 0.4s;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .contact-confirm .contact-form-area .more_btn .check_wrap span.circle_bg {
        background-color: #333333;
        position: absolute;
        left: -5px;
        top: -5px;
        content: '';
        width: 38px;
        height: 38px;
        border-radius: 50% 50%;
        display: block;
        transition: 0.4s;
    }

    .contact-confirm .contact-form-area .more_btn span img {
        width: 7px;
        height: 7px;
        display: block;
    }

    .contact-confirm .form-line .form-ttl {
        font-size: 14px;
        margin-right: 0;
        margin-bottom: 8px;
        max-width: 100%;
        width: 100%;
    }

    .contact-confirm .form-line p {
        font-size: 14px;
    }

    .contact-confirm .form-line .form-box {
        font-size: 16px;
        max-width: 100%;
        width: 100%;
    }
}

/* =================================
お問い合わせ完了ページ
================================= */

.contact-thankyou .contact-form-area h3 {
    font-size: 2.4rem;
    letter-spacing: 0.05em;
    font-weight: 500;
    text-align: center;
    margin-bottom: 4.8rem;
}

.thankyou-text {
    font-size: 1.6rem;
    line-height: 2.8rem;
}

.contact-thankyou .contact-form-area .more_btn .check_wrap {
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
}

.contact-thankyou .contact-form-area .more_btn .circle_wrap {
    position: relative;
}

.contact-thankyou .contact-form-area .more_btn .check_wrap span.circle {
    width: 4.2rem;
    height: 4.2rem;
    background-color: #333333;
    border-radius: 50% 50%;
    display: flex;
    align-items: center;
    transition: 0.4s;
    justify-content: center;
    position: relative;
    z-index: 1000;
}

.contact-thankyou .contact-form-area .more_btn {
    margin: 4.8rem auto 0;
    display: table;
    text-align: center;
}

.contact-thankyou .contact-form-area .more_btn .check_wrap span.txt {
    background-color: #333333;
    color: #fff;
    border: none;
    padding: 0;
    display: block;
    height: 5.4rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.05em;
    font-size: 2.2rem;
    margin-right: -0.5rem;
    position: relative;
    z-index: 100;
    padding: 1.6rem 1.8rem 1.8rem 1.8rem;
    transition: 0.4s;
}

.contact-thankyou .contact-form-area .more_btn .check_wrap span.circle_bg {
    background-color: #333333;
    position: absolute;
    left: -0.6rem;
    top: -0.6rem;
    content: '';
    width: 5.4rem;
    height: 5.4rem;
    border-radius: 50% 50%;
    display: block;
    transition: 0.4s;
}

.contact-thankyou .contact-form-area .more_btn .check_wrap span.circle span {
    width: 4.2rem;
    height: 4.2rem;
    background-color: #fff;
    border: 1px solid #333333;
    display: block;
    border-radius: 50% 50%;
    transition: 0.4s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-thankyou .contact-form-area .more_btn span img {
    width: 1rem;
    height: 1rem;
    display: block;
}

[data-name="your-select"] {
    display: block;
}

.select-box .wpcf7-form-control-wrap::after {
    top: 1.9rem;
}

.contact-form-box .wpcf7 form .wpcf7-response-output {
    text-align: center;
}

.contact-form-box .wpcf7-response-output:empty {
    border: none;
    padding: 0;
    margin: 0;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ffb900;
}

.contact-thankyou .contact-step-area .contect-step-wrap {
    padding-bottom: 5.4rem;
}

@media screen and (max-width: 768px) {
    .select-box .wpcf7-form-control-wrap::after {
        top: 12px;
        left: 6px;
    }

    .contact-thankyou .contact-step-area .contect-step-wrap {
        padding-bottom: 52px;
    }

    .contact-thankyou .contact-form-area h3 {
        font-size: 20px;
        line-height: 1.5;
        letter-spacing: 0.025em;
        font-weight: 500;
        text-align: center;
        margin-bottom: 29px;
    }

    .thankyou-text {
        font-size: 14px;
        line-height: 24px;
    }

    .contact-thankyou .contact-form-area .more_btn {
        margin: 40px auto 0;
        display: table;
        text-align: center;
    }

    .contact-thankyou .contact-form-area .more_btn .check_wrap span.txt {
        height: auto;
        margin-right: 0px;
    }

    .contact-thankyou .contact-form-area .more_btn .check_wrap span.txt {
        background-color: #333333;
        color: #fff;
        border: 1px solid #333333;
        padding: 12px 12px 12px 12px;
        font-size: 14px;
        display: block;
        font-weight: 500;
        line-height: 1;
        letter-spacing: 0.05em;
        z-index: 100;
        height: 100%;
        transition: 0.4s;
        width: 120px;
    }

    .contact-thankyou .contact-form-area .more_btn .check_wrap span.circle {
        width: 28px;
        height: 28px;
        background-color: #333333;
        border-radius: 50% 50%;
        display: flex;
        align-items: center;
        transition: 0.4s;
        justify-content: center;
        position: relative;
        z-index: 1000;
    }

    .contact-thankyou .contact-form-area .more_btn .check_wrap span.circle span {
        width: 28px;
        height: 28px;
        background-color: #fff;
        border: 1px solid #333333;
        display: block;
        border-radius: 50% 50%;
        transition: 0.4s;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .contact-thankyou .contact-form-area .more_btn .check_wrap span.circle_bg {
        background-color: #333333;
        position: absolute;
        left: -5px;
        top: -5px;
        content: '';
        width: 38px;
        height: 38px;
        border-radius: 50% 50%;
        display: block;
        transition: 0.4s;
    }

    .contact-thankyou .contact-form-area .more_btn span img {
        width: 7px;
        height: 7px;
        display: block;
    }

}