@charset "UTF-8";

/* 共通 */
.manga-lp--label {
    display: inline-block;
    height: 65px;
    color: #fff;
    background-color: #06bcd4;
    font-size: 48px;
    font-weight: 700;
    padding: 0 8px;
    margin-left: 4px;
}
.manga-lp--bold {
    color: #06bcd4;
    font-size: 50px;
    margin-right: 8px;
}

/* mv */
.manga-mv {
    background: url(/wp-content/themes/rehaplan/assets/img/lp/rg/mv_bg.jpg) no-repeat top center / auto 100%, linear-gradient(180deg, #FFF 49.5%, #F7F7F7 100%);
}
.manga-mv__inner {
    width: 1080px;
    padding: 60px 0 30px;
    margin: 0 auto;
    display: flex;
    gap: 40px;
}
.manga-mv__content {
    display: flex;
    flex-direction: column;
}
.manga-mv__ttl-wrap {
    text-align: center;
    margin-top: 15px;
}
.manga-mv__ttl {
    color: #111;
    font-weight: 700;
    font-size: 44px;
    line-height: calc(1.35em + 8px);
    vertical-align: middle;
}
.manga-mv__ttl--em {
    font-size: 44px;
}
.manga-mv__lists {
    display: grid;
    grid-template-rows: repeat(2, 1fr);
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 16px;
}
.manga-mv__items {
    color: #111;
    font-size: 16px;
    line-height: 1.5;
    padding: 20px 16px;
    background-color: #f1f1f1;
    border-radius: 16px;
    padding-left: 60px;
    position: relative;
}
.manga-mv__items::before {
    content: "";
    display: inline-block;
    background: url(/wp-content/themes/rehaplan/assets/img/lp/rg/icon_check_round.svg) no-repeat center / contain;
    width: 32px;
    height: 32px;
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
}
.manga-mv__items--em {
    font-weight: 700;
}
.manga-mv__items--palt {
    font-feature-settings: "palt";
}
.manga-mv__inner .btn__container {
    margin-top: 40px;
}
.manga-mv__content .btn__comment {
    margin-bottom: 8px;
    line-height: 1;
}
.manga-mv__content .btn {
    font-size: 20px;
}
.manga-mv__content .btn--has-icon {
    padding: 6px 28px;
}

/* 無理はしたくない。でも変わりたい。 */
.manga-intro.section--blueOverall {
    padding: 0;
    gap: 0;
}
.manga-intro__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    position: relative;
    margin-bottom: 90px;
    z-index: 1;
    padding-top: 80px;
    background-color: #fff;
}
.manga-intro__inner::after {
    content: "";
    box-sizing: border-box;
    border-top: 180px solid #fff;
    z-index: -1;
    position: absolute;
    bottom: -76px;
    border-left:  max(50vw, 640px) solid #cff5ff;
    border-right: max(50vw, 640px) solid #cff5ff;
}
.manga-intro__img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%) translateX(-384px);
    top: 40px;
}
.manga-intro__ttl {
    margin-bottom: 12px;
}
.manga-intro__lead {
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 1.2px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}
.manga-intro__lead::after {
    content: "";
    display: inline-block;
    background: url(/wp-content/themes/rehaplan/assets/img/lp/rg/arrow_bottom.png) no-repeat center / contain;
    width: 60px;
    height: 33px;
    margin-bottom: 24px;
}
.manga-intro__arrow {
    margin-bottom: 24px;
}
.manga-intro__illust {
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: center;
    padding: 44px 0 104px;
    background-color: #cff5ff;
}

/* その悩み「リハブクラウドが解決します！」 */
.manga-solution {
    padding: 64px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.manga-solution__arrow {
    margin-bottom: 32px;
}
.manga-solution__lead {
    color: #333;
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}
.manga-solution__lead::before {
    content: "";
    display: inline-block;
    background: url(/wp-content/themes/rehaplan/assets/img/lp/rg/arrow_bottom.png) no-repeat center / contain;
    width: 60px;
    height: 33px;
    margin-bottom: 24px;
}
.manga-solution__ttl {
    margin-bottom: 48px;
}

/* 生産性向上と売上UP */
.manga-product {
    padding: 104px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.manga-product__subttl {
    margin-bottom: 30px;
}
.manga-product__ttl {
    margin-bottom: 64px;
}
.manga-product__txt {
    color: #111;
    font-size: 18px;
    text-align: center;
    line-height: 1.5;
}
.manga-product__txt--em {
    color: #06bcd4;
    font-weight: 700;
}
.manga-product__lists {
    display: flex;
    gap: 24px;
}
.manga-product__img {
    width: 344px;
    margin-bottom: 16px;
}
.manga-product__img img {
    width: 100%;
    height: auto;
    border: 1px solid #d5d5d5;
    border-radius: 24px;
}
/* マンガ画像 メイン */
.section--blueOverall {
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: center;
    padding: 104px;
    background-color: #cff5ff;
    background: url(/wp-content/themes/rehaplan/assets/img/lp/rg/bg_manga.png) no-repeat center top / 1512px auto, #cff5ff;
}
/* 他にもこんな特徴が! */
.manga-feature {
    padding: 104px 0;
}
.manga-feature__inner {
    width: 1080px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 64px;
    position: relative;
}
.manga-feature__lists {
    display: flex;
    gap: 24px;
}
.manga-feature__items {
    width: 344px;
    background-color: #fff;
    padding: 40px 24px 32px;
    border-radius: 24px;
    border: 1px solid #d5d5d5;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}
.manga-feature__topic {
    font-size: 24px;
    font-weight: 700;
    color: #06bcd4;
    line-height: 1;
}
.manga-feature__txt {
    font-size: 18px;
    line-height: 1.5;
    text-align: center;
}
.manga-feature__img-wrap {
    width: 100%;
    position: relative;
}
.manga-feature__human {
    position: absolute;
}
.manga-feature__human--left {
    bottom: -90px;
    left: 50%;
    transform: translateX(-50%) translateX(-367px);
}
.manga-feature__human--right {
    bottom: -145px;
    left: 50%;
    transform: translateX(-50%) translateX(367px);
}
/* 私も迷いましたが.... */
.manga-encourage {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
.manga-encourage.section--cta-lp {
    padding: 64px 0;
}
.manga-encourage__txt-wrap {
    width: 1080px;
    position: relative;
}
.manga-encourage__txt {
    color: #fff;
    font-size: 22px;
    line-height: 1.5;
    text-align: center;
}
.manga-encourage__img {
    position: absolute;
    right: -20px;
    bottom: -16px;
}
.manga-arrowbottom {
    padding-top: 64px;
    text-align: center;
}

@media (max-width: 567px) {
    .manga-mv {
        background: url(/wp-content/themes/rehaplan/assets/img/lp/rg/mv_bg_sp.png) no-repeat top center / auto 550px, linear-gradient(180deg, #FFF 49.5%, #F7F7F7 100%);
    }
    .manga-lp--label {
        height: 38px;
        font-size: 28px;
        padding: 0 4px;
        margin: 0 4px 0 0;
    }
    .manga-lp--bold {
        font-size: 36px;
    }
    .manga-mv__inner {
        width: 100%;
        padding: 40px 0;
        position: relative;
        gap: 0;
    }
    .manga-mv__lists {
        gap: 10px;
        padding: 0 20px;
    }
    .manga-mv__img {
        width: 130px;
        height: 184px;
        position: absolute;
        right: 0;
        top: 23px;
    }
    .manga-mv__ttl-wrap {
        text-align: left;
        margin-top: 0;
        padding: 0 20px;
    }
    .manga-mv__ttl {
        font-size: 24px;
    }
    .manga-mv__ttl--em {
        font-size: 28px;
    }
    .manga-mv__items {
        font-size: 12px;
        padding: 10px 10px 10px 32px;
    }
    .manga-mv__items::before {
        width: 16px;
        height: 16px;
        left: 10px;
    }
    .manga-mv__inner .btn__container {
        /* margin: 26px 19px 0; */
        font-size: 16px;
        margin-top:26px ;
    }
    .manga-mv__inner .btn__container a {
        font-size: 16px;
    }
    .manga-mv__btn-img {
        width: 76px;
    }
    .manga-intro__inner {
        padding: 40px 20px 0;
        margin-bottom: 20px;
    }
    /* 無理はしたくない。 */
    .manga-intro__inner::after {
        border-top: 50px solid #fff;
        bottom: -15px;
        border-right: 50vw solid #cff5ff;
        border-left: 50vw solid #cff5ff;
    }
    .manga-intro__img {
        width: 156px;
        height: 131px;
        position: absolute;
        left: 50%;
        transform: translateX(calc(-50% - 89px));
    }
    .manga-intro__ttl {
        margin: 15px 0 70px;
        align-self: flex-end;
        align-self: center;
        transform: translateX(50px);
    }
    .manga-intro__lead {
        font-size: 16px;
        gap: 8px;
    }
    .manga-intro__lead::after {
        width: 40px;
        height: 22px;
    }
    .manga-intro__arrow {
        width: 40px;
    }
    .manga-intro__logo {
        width: 295px;
        height: 55px;
    }
    .manga-intro__illust {
        width: 100%;
        padding: 26px 20px 40px;
        gap: 16px;
    }
    .manga-intro__illust img {
        width: 100%;
        height: auto;
    }

    .manga-solution {
        padding: 40px 20px;
    }
    .manga-solution__arrow {
        width: 40px;
        margin-bottom: 24px;
    }
    .manga-solution__lead {
        font-size: 16px;
        margin-bottom: 8px;
        gap: 0;
    }
    .manga-solution__lead::before {
        width: 40px;
        height: 22px;
    }
    .manga-solution__ttl {
        margin-bottom: 24px;
    }
    .manga-solution__logo {
        width: 295px;
        height: 55px;
    }
    .manga-product {
        padding: 64px 20px;
    }
    .manga-product__img {
        width: 100%;
    }
    .manga-product__img img {
        border-radius: 32px;
    }
    .manga-product__subttl {
        width: 317px;
        height: 38px;
        margin-bottom: 16px;
    }
    .manga-product__lists {
        flex-direction: column;
        gap: 32px;
    }
    .manga-product__ttl {
        margin-bottom: 32px;
    }
    .manga-product__txt {
        font-size: 16px;
        line-height: 1.5;
    }
    .section--blueOverall {
        padding: 40px 20px;
        background: url(/wp-content/themes/rehaplan/assets/img/lp/rg/bg_manga_sp.png) no-repeat center top / 100% auto, #cff5ff;
        gap: 16px;
    }
    .section--blueOverall .manga-lp__img {
        width: 100%;
        height: auto;
    }
    /* 特徴 */
    .manga-feature {
        padding: 64px 20px;
    }
    .manga-feature__inner{
        width: 100%;
        gap: 24px;
    }
    .manga-feature__ttl {
        width: 272px;
        height: 30px;
    }
    .manga-feature__lists {
        flex-direction: column;
        gap: 32px;
    }
    .manga-feature__items {
        width: 100%;
        padding: 32px 20px 24px;
    }
    .manga-feature__topic {
        font-size: 22px;
    }
    .manga-feature__txt {
        font-size: 16px;
    }
    .manga-feature__note {
        width: 311px;
        height: 55px;
        margin-bottom: 8px;
    }
    .manga-feature__human {
        position: static;
        transform: none;
    }
    .manga-feature__human--left {
        left: 68px;
        width: 144px;
        height: 135px;
    }
    .manga-feature__human--right {
        right: 68px;
        width: 145px;
        height: 190px;
    }
    .manga-encourage {
        gap: 16px;
    }
    .manga-encourage.section--cta-lp {
        padding: 40px 20px;
    }
    .manga-encourage__txt {
        font-size: 14px;
    }
    .manga-encourage__img {
        width: 196px;
        height: 125px;
        position: static;
        margin-bottom: 16px;
    }
    .manga-encourage__txt-wrap {
        width: 100%;
        text-align: center;
    }
    .manga-arrowbottom {
        padding-top: 32px;
    }
    .manga-arrowbottom img {
        width: 40px;
        height: 22px;
    }
    .manga-feature__img-wrap {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}