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


@media(min-width: 700px) {
    html {
        font-size: 17px;
    }
    body {
        margin-bottom: 2rem;
    }
    .s-pc,
    .sp,
    .btn_float {
        display: none;
    }
    .pc {
        display: block;
    }
    .over-lay {
        padding: 2rem 0 3rem;
    }
    /* タイトル、見出し */
    .heading h3 {
        font-size: 1.3rem;
    }
    .heading h3:nth-of-type(2) {
        font-size: 1.1rem;
    }
    /* LINEボタン */
    .btn_wrap a {
        width: 420px;
    }
    /* ヘッダー */
    header a:first-of-type, footer a.logo {
        width: 150px;
    }
    header a:nth-of-type(2):before {
        width: 6rem;
    }
    header a:nth-of-type(2) {
        font-size: 1rem;
        padding: 0.8rem 1.5rem;
    }
    /* メインビジュアル */
    .mv_wrap {
        background-size: 107%;
    }


/* メインビジュアル_強みアイテム */
.strength {
    padding: 0 0 1.5rem 1.5rem;
    display: flex;
    justify-content: start;
}

.strength div {
    display: inline-block;
    border: 2px solid #F19CB1;
    border-radius: 50%;
    text-align: center;
    width: 6.4rem;
    height: 6.4rem;
    margin-right: 0.5rem;
    position: relative;
    background: rgba(255, 255, 255, 0.77);
}

.strength span.cover {
    display: inline-block;
    font-weight: bolder;
    color: #F19CB1;
    font-size: 1rem;
    line-height: 1.3rem;
    letter-spacing: 1px;
    padding-top: 0.9rem;
    /* text-shadow: 0px 0px 8px #672901eb; */
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

.strength div:nth-of-type(3) span.cover {
    padding-top: 1.5rem;
}

.strength div:nth-of-type(2) span span {
    font-size: 1.3rem;
    line-height: 1.8rem;
}

.strength div span span {
    font-size: 1.5rem;
    line-height: 1.7rem;
}



    /* 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 img {
        width: 170px;
    }
    .reward_wrap .slide_solo .item {
        margin: 0 1.2rem;
    }
    .reward_wrap .slide_solo .item:after {
        top: 40%;
        right: -1.8rem;
    }
    /* 利用者の声 */
    .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;
        margin: 0 auto 4rem;
        padding: 0;
    }
}


@media(min-width: 900px) {
    .mv_wrap {
        background-position: top 82% right 10%;
    }
    .mv_wrap .inner {
        max-width: 1000px;
        margin: auto;
    }
    /* メインビジュアル_キャストを呼ぶボタン */
    .mv_wrap .btn_cast {
        margin-right: 2rem;
    }
    .btn_cast a,
    .btn_cast a .over-lay {
        border-radius: 30px;
    }
    .btn_cast p {
        padding: 0.6rem 0.5rem;
    }
    /* メインビジュアル_キャッチコピー */
    /* LINEボタン */
    .btn_wrap {
        margin-bottom: 2.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;
    }
    .mv_wrap {
        background-size: cover;
        background-position: center 75%;
    }
    .mv_wrap .btn_cast {
        padding: 1.5rem 0 3rem;
    }
    .mv_wrap h1 {
        font-size: 1.6rem;
    }
    .strength {
        padding: 0 1.5rem 1.5rem;
    }
    /* about */
    .about_wrap .group {
        width: 790px;
    }
    .about_wrap .item .text {
        width: 85%;
    }
    /* マッチングの流れ */
    .flow_wrap .item {
        width: 245px;
        height: 245px;
    }
    /* 報酬について */
    .reward_wrap .block {
        max-width: 800px;
    }
    .reward_wrap .slide_solo .item img {
        width: 180px;
    }
    /* メリット */
    .merit_wrap .group {
        width: 800px;
    }
    .merit_wrap .item {
        width: 240px;
    }
    /* LINEボタン */
    .btn_wrap {
        margin-bottom: 2.5rem;
    }
    .btn_wrap a {
        width: 500px;
    }
}