@charset "UTF-8";

/*==================================
1000px以下
==================================*/
@media (max-width: 1000px) {
    .sp_br {
        display: block;
    }

    .pc_br {
        display: none;
    }

    /* ヘッダー */
    .pc-nav {
        display: none;
    }

    .header_contact_btn {
        font-size: 0.6rem;
        padding: 8px 8px 8px 30px;
        text-align: left;
    }

    .header_btn_icon {
        width: 18px;
        left: 8px;
    }

    /*メインビジュアル */
    .mainvisual {
        flex-direction: column;
        text-align: center;
        padding: 150px 2% 100px;
    }

    .mainvisual::before {
        display: none;
    }

    .mainvisual_text {
        width: 100%;
        margin-bottom: 50px;
    }

    .main_title {
        font-size: 1.5rem;
    }

    .sub_title {
        font-size: 0.875rem;
        font-weight: normal;
    }

    .main_title::before {
        display: none;
    }

    .mainvisual_image {
        width: 500px;
        margin: 0 auto;
    }

    /* メインビジュアルのコンタクトボタン */
    .mv_contact_btn {
        margin: 0 auto;
        width: 100%;
    }

    /* ケアハンティングとは */
    .about .wrapper {
        padding: 0 4%;
    }

    .about_top {
        grid-template-columns: 1fr;
        margin-bottom: 80px;
    }

    .about_top--left {
        margin-bottom: 50px;
    }

    .about_title_name {
        justify-content: center;
    }

    .about_title_name img {
        width: 200px;
    }

    .about_title .blue {
        font-size: 1rem;
    }

    .about_title h2 {
        font-size: 1rem;
        text-align: center;
    }

    .about_top--right {
        display: none;
    }

    .about_top_text {
        max-width: 600px;
        margin: 0 auto;
    }

    /* 業界トップ・介護経験者・高い採用決定率 */
    .point {
        flex-direction: column;
        margin-bottom: 50px;
    }

    .point_item {
        width: 70%;
        margin: 0 auto 100px;
    }

    /*お悩み解決 */
    .solution_title {
        font-size: 1rem;
        margin-bottom: 50px;
        position: relative;
    }

    /* ケアハンティング3つのポイント*/
    .service {
        padding: 150px 0 30px;
    }

    .service_title {
        margin-bottom: 70px;
        font-weight: bold;
    }

    .service_title--square span {
        font-size: 1rem;
    }

    .service_main_title {
        color: #fff;
        font-size: 1rem;
        font-weight: bold;

    }

    .service_point_area {
        padding: 0 6%;
    }

    .service_point {
        width: 100%;
        grid-template-columns: 1fr;
        background-color: #fff;
        border-radius: 10px;
        padding: 120px 6% 50px;
        margin: 0 auto 100px;
        box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
    }

    .service_point--reverse {
        display: flex;
        flex-direction: column-reverse;
    }

    .service_point--last {
        margin: 0 auto 50px;
    }


    .mask1,
    .mask2,
    .mask3 {
        display: none;
    }

    .service_point img {
        width: 100%;
    }

    .service_text {
        width: 100%;
        margin-left: 0;
    }

    .service_point_num {
        font-size: 3rem;
        font-family: "Playwrite AU SA";
        font-weight: 400;
        color: #F26363;
        opacity: 0.4;
        position: absolute;
        top: -100px;
    }

    /* CTA */
    .cta {
        background-image: url(https://blog.carehunting.com/wp-content/themes/cocoon-child-master/images/cta-background-img.png);
        background-size: cover;
        background-position: center;
        padding: 0 2%;
    }

    .cta_contents {
        text-align: center;
    }

    .cta_contents--left {
        width: 100%;
        text-align: center;
    }

    .cta_title {
        font-size: 0.875rem;
    }

    .cta_contents--right {
        display: none;
    }

    .cta_contact_btn {
        width: 80%;
        max-width: 500px;
        min-width: 350px;
        margin: 0 auto;
    }

    .cta_contact_btn .contact_btn_icon {
        left: 20px;
    }

    /* よくあるご質問 */
    .faq {
        padding: 0px 0 30px;
        background-color: #f5f5f5;
        text-align: center;
    }

    .faq_area {
        font-size: 0.75rem;
    }

    /* フッター */
    footer {
        padding: 20px 2% 100px;
    }

    .cta_bottom {
        display: block;
    }

    .cta_footer_btn img {
        position: absolute;
        top: 50%;
        left: 10px;
    }

    /*==================================
contact.html
==================================*/
    .contactform_mv {
        height: 150px;
    }

    .contactform_mv h1 {
        font-size: 1.5rem;
    }

    .form_description {
        text-align: left;
    }

    .contact-form {
        padding: 0;
    }

    .form-unit {
        grid-template-columns: 1fr !important;
    }

    .form-unit-head {
        margin-bottom: 10px;
    }
    .form-submit {
        width: 180px !important;
    }
    .form-back {
        width: 120px !important;
    }
}

/*==================================
500px以下
==================================*/

@media screen and (max-width: 500px) {

    /*メインビジュアル */
    .contact_btn--pink::after,
    .contact_btn--white::after {
        width: 12px;
        height: 12px;
        top: 25px;
        right: 10px;
    }

    .contact_btn_icon {
        left: 10px;
    }

    /*お悩み解決 */
    .solution_item {
        flex-direction: column;
    }

    .worries {
        width: 80%;
        margin: 0 auto 20px;
    }

    .worries p span {
        font-size: 1rem;
    }

    .service_point_title {
        font-size: 1.25rem;
    }

    /* よくあるご質問 */
    .faq {
        padding: 30px 6%;
    }

    .faq_title {
        padding: 20px 0;
    }

    .qa__item {
        padding: 0 20px;
    }

    /*==================================
thanks.html
==================================*/
    .thanks_area img {
        width: 150px;
    }

    .thanks_top {
        font-size: 1rem;
    }

    .thanks_text {
        font-size: 0.8rem;
    }
}