@media(min-width: 560px) {
    /* メリット */
    .merit_wrap .item:nth-of-type(4) p:last-of-type {
        border-bottom: 0;
    }
}


@media(min-width: 700px) {
    body {
        padding: 0 !important;
    }
    html {
        font-size: 17px;
    }
    .s-pc,
    .sp,
    .btn_float {
        display: none;
    }
    .pc {
        display: block !important;
    }
    .over-lay {
        padding: 2rem 0 3rem;
    }
    header h1 a {
        width: 130px;
    }
    /* タイトル、見出し */
    .heading h3 {
        font-size: 1.3rem;
    }
    .heading h3:nth-of-type(2) {
        font-size: 1.1rem;
    }
    /* LINEボタン */
    .btn_wrap a {
        width: 420px;
    }
    /* メインビジュアル */
    .mv_wrap img {
        max-width: 900px;
        padding: 0 1rem;
    }
    /* .guide_wrap {
        margin-top: -3rem;
    } */
    /* about */
    .about_wrap .group {
        display: flex;
        width: 680px;
        margin: auto;
    }
    .about_wrap .item {
        width: 31%;
        height: 330px;
        text-align: center;
        display: block;
        border-radius: 20px;
        margin: 0 auto 2rem;
    }
    .about_wrap .item .text h4 {
        margin-bottom: 0;
    }
    .about_wrap .item .text h4 span span {
        line-height: 2rem;
    }
    .about_wrap .item .text {
        width: 80%;
        padding-right: 0;
    }
    .about_wrap .img-pc {
        height: 150px;
        position: relative;
    }
    .about_wrap .item img {
        position: absolute;
        right: 0;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }
    .about_wrap .item:first-of-type img {
        width: 100px;
    }
    .about_wrap .item:nth-of-type(2) img {
        width: 80px;
    }
    .about_wrap .item:last-of-type img {
        width: 150px;
    }
    /* マッチングの流れ */
    .flow_wrap {
        margin: 0 auto 3.5rem;
        max-width: 900px;
    }
    .flow_wrap .item {
        width: 230px;
        height: 230px;
        margin: 0.5rem;
    }
    .flow_wrap img {
        margin: 0 auto 0.7rem;
    }
    /* 報酬について */
    .reward_wrap .block {
        border: 2px solid rgb(187, 169, 118);
        padding: 2rem 0;
        max-width: 650px;
    }
    .reward_wrap .text {
        margin-bottom: 2rem;
    }
    .reward_wrap .list .pc-block {
        width: 450px;
        display: flex;
        margin: 0 auto;
    }
    .reward_wrap .list .pc-block .item {
        width: 210px;
    }
    .reward_wrap .list .item {
        width: 430px;
    }
    .reward_wrap .block_allow dl {
        padding: 0 2rem;
    }
    .reward_wrap dt {
        margin-bottom: 0.5rem;
    }
    .reward_wrap .list dd span {
        line-height: 1.6rem;
    }
    .slide_solo {
        display: flex;
        justify-content: center;
    }
    .reward_wrap .slide_solo .item {
        margin: 0 2rem;
    }
    .reward_wrap .slide_solo .item img {
        width: 180px;
    }
    .reward_wrap .slide_solo .item:after {
        top: 40%;
        right: -2.3rem;
    }
    /* 利用者の声 */
    .voice_wrap .item {
        width: 650px;
    }
    .voice_wrap .item .item_top {
        display: flex;
    }
    .voice_wrap .profile {
        display: block;
        width: 70%;
    }
    .voice_wrap img.sp {
        display: none;
    }
    .voice_wrap img.pc {
        display: inline-block;
    }
    .voice_wrap img {
        width: 150px;
    }
    .voice_wrap .item_top .text p {
        line-height: 3rem;
    }
    .voice_wrap .item_top .schedule {
        padding: 0.6rem 0.5rem 0;
        letter-spacing: 1px;
    }
    .voice_wrap .item_bottom p {
        line-height: 1.4rem;
    }
    /* ６つのメリット */
    .merit_wrap .heading {
        margin: 2rem 0 2.5rem;
    }
    .merit_wrap .over-lay {
        padding: 0.3rem 0 4rem;
    }
    .merit_wrap .group {
        width: 660px;
        margin: auto;
    }
    .merit_wrap .item {
        width: 200px;
        position: relative;
    }
    .merit_wrap .item:after {
        content: "";
        position: absolute;
        right: -0.3rem;
        top: 0;
        display: inline-block;
        width: 1px;
        height: 300px;
        border-right: 1px dashed #47474781;
        padding-bottom: 0.8rem;
    }
    .merit_wrap .item:nth-of-type(3):after,
    .merit_wrap .item:last-of-type:after {
        display: none;
    }
    /* よくある質問 */
    .question_wrap {
        width: 660px;
        padding: 0;
    }
    /* 注意事項 */
    .precaution_wrap {
        width: 660px;
        padding: 0;
    }
    /* フロートボタン */
    .float_wrap {
        display: none;
    }
}


@media(min-width: 900px) {
    /* .guide_wrap {
        margin-top: -5rem;
    } */
    .btn_wrap a {
        width: 450px;
    }
    /* about */
    .about_wrap .group {
        width: 700px;
    }
    .about_wrap .item .text {
        width: 85%;
    }
}


@media(min-width: 1200px) {
    html {
        font-size: 18px;
    }
    .strength {
        padding: 0 1.5rem 1.5rem;
    }
    /* ヘッダー */

    .voice_wrap .item {
        width: 650px;
    }
    .reason_wrap {
        margin: 0 auto 3rem;
    }
    /* about */
    .about_wrap .group {
        width: 790px;
    }
    .about_wrap .item .text {
        width: 85%;
    }
    /* マッチングの流れ */
    .flow_wrap .item {
        width: 245px;
        height: 245px;
    }
    .reward_wrap .slide_solo .item img {
        width: 200px;
    }
    /* メリット */
    .merit_wrap .group {
        width: 800px;
    }
    .merit_wrap .item {
        width: 240px;
    }
    /* LINEボタン */
    .btn_wrap a {
        width: 500px;
    }
}