@charset "UTF-8";
/* CSS Document */


@media screen and (max-width: 767px) {


    /* l-container--page */

    .p-strategy .l-wrapper--page::before {
        width: 25%;
        height: 300px;
    }


    /* p-about-section01 */

    .l-wrapper--page section.p-about-section01 {
        padding-bottom: 120px;
    }

    .p-about-section01::before {
        top: 85%;
        height: 300px;
    }

    .p-about-content01 p {
        font-size: 14px;
    }

    /* p-about-section02 */

    .p-about-section02::before {
        top: 60%;
        height: 600px;
    }

    .p-about-content02 {
        justify-content: center;
        gap: 20px 3%;
    }

    .p-about-content02 .item {
        width: 48.5%;
        position: relative;
    }

    @media screen and (max-width: 500px) {
        .p-about-content02 .item {
            width: 100%;
        }
    }

    .p-about-content02 .item__txt {
        padding: 12px 6%;
    }

    .p-about-content02 h3 {
        font-size: 18px;
        padding-right: 30px;
    }


    .p-about-section02 h3::before {
        background-size: auto 8px;
    }

    .p-about-section04 h3::before {
        background-size: auto 12px;
    }


    /* p-about-section03 */

    .p-about-content03 .item {
        justify-content: center;
        gap: 50px;
    }

    .p-about-content03 .item__txt {
        width: 100%;
        padding-right: 0%;
        padding-left: 0px;
    }

    .p-about-content03 .item__img {
        width: 100%;
        max-width: 400px;
        text-align: center;
    }

    .p-about-content03 h3 {
        font-size: 5.2vw;
    }

    .p-about-content03 h6 {
        text-align: center;
    }

    .p-about-content03 p {
        padding: 20px 0px 40px;
    }


    /* p-about-section04 */

    .p-about-section04 {
        padding-top: 70px;
    }


    /* p-strategy-section01 */

    .p-strategy-section01::before {
        width: 40%;
        height: 60%;
    }

    /* p-strategy-section02 */

    .p-strategy-section02::before {
        left: 0px;
        top: 250px;
        width: 100%;
        height: 30%;
    }

    /* p-strategy-section03 */

    .p-strategy-section03::before {
        left: 0px;
        top: 450px;
        width: 70%;
        height: 800px;
    }

    .p-strategy-section03 .c-page__ttl--ttl01 {
        margin-bottom: 20px;
    }

    .p-strategy-section03 > p {
        text-align: left;
        margin-bottom: 40px;
    }

    /* p-strategy-content01 */

    .p-strategy-content01 ul {
        gap: 12px 3%;
    }

    .p-strategy-content01 ul li {
        width: 100%;
        padding: 10px 0px;
        font-size: 15px;
        letter-spacing: 0em;
    }

    /* p-strategy-content02 */

    .p-strategy-content02 img {
        max-width: 400px;
    }

    .p-strategy-content02 a {
        left: 5%;
        top: 0%;
        width: 90%;
        height: 95%;
    }


    /* p-strategy-content03 */

    .p-strategy-content03 .item--item01::before {
        height: 400px;
        margin-bottom: -750px;
    }

    .p-strategy-content03 .item--item03::before {
        margin-top: -40px;
    }

    .p-strategy-content03 .item:not(:last-child) {
        margin-bottom: 80px;
    }

    .p-strategy-content03 .item--item01 .item__img {
        margin-top: 90px;
    }

    .p-strategy-content03 .item--item01 .item__img::before {
        display: none;
    }

    .p-strategy-content03 .item--item01 .item__img ul {
        justify-content: center;
        gap: 15px 20px;
    }

    .p-strategy-content03 .item--item01 .item__img ul::before {
        left: 0%;
        top: 0px;
        width: 100%;
        height: auto;
        justify-content: center;
        font-size: 22px;
        margin-top: -50px;
    }

    .p-strategy-content03 .item--item01 .item__img ul li {
        width: 100%;
        max-width: 320px;
        text-align: center;
    }

    .p-strategy-content03 .item--item01 .item__img img {
        width: 80%;
    }

    .p-strategy-content03 .item--item02 {
        justify-content: center;
        flex-direction: column;
        gap: 30px;
    }

    .p-strategy-content03 .item--item02 .item__txt {
        width: 100%;
    }

    .p-strategy-content03 .item--item02 .item__img {
        width: 100%;
    }

    .p-strategy-content03 .item--item03 .item__detail {
        justify-content: center;
        padding-top: 40px;
        gap: 20px;
    }

    .p-strategy-content03 .item--item03 .inner {
        width: 100%;
        padding: 20px 8%;
    }

    .p-strategy-content03 .item--item03 .inner__inner01 {
        justify-content: center;
        flex-direction: column;
        gap: 40px;
    }

    .p-strategy-content03 .item--item03 .inner__inner01 ul {
        width: 100%;
    }

    .p-strategy-content03 .item--item03 .inner__inner01 .inner__img {
        width: 100%;
    }

    .p-strategy-content03 .item--item03 ul li::before {
        top: 3px;
    }

    /* p-strategy-content04 */

    .p-strategy-content04 {
        justify-content: center;
        gap: 30px 3%;
        margin-bottom: 50px;
    }

    .p-strategy-content04 .item {
        width: 100%;
        border-radius: 20px;
        padding: 30px 8%;
    }

    .p-strategy-content04 .item::before {
        width: 70px;
        height: 70px;
        margin-left: -20px;
        margin-top: -20px;
    }

    .p-strategy-content04 h4 {
        font-size: 20px;
    }


    /* p-strategy-content05 */

    .p-strategy-content05 {
        gap: 15px;
    }




    .pc-view {
        display: none;
    }

    .sp-view {
        display: inline-block;
    }

}
