.lp_heading_container{
    background-image: url(image/background_build04.svg);
    padding-top: 60px;
    padding-bottom: 60px;
    background-size: cover;
}
.lp_heading_content{
    position: relative;
    display: flex;
    height: 520px;
    overflow: hidden;
    background: linear-gradient(
        to bottom right, 
        #ffffff 0%, 
        #fafafa 50%, 
        #f0f0f0 100%
    );
}
.lp_heading_flex01,
.lp_heading_flex02{
    height: 100%;
}
.lp_heading_flex01{
    flex: 0 0 60%;
    padding-top: 60px;
    padding-left: 60px;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
}
.lp_heading_flex02{
    flex: 0 0 40%;
    position: relative;
    z-index: 1;
}
.lp_heading_flex02::before{
    content: "";
    position: absolute;
    top: 0;
    width: calc(100% + 320px);
    height: 100%;
    background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)),
                url("image/292272A7-CF75-4E47-A734-19848030AA0A.jpg") no-repeat;
    background-size: cover;
    background-position: left center;
    transform: skewX(-30deg);
    transform-origin: top right;
}
.lp_heading_flex01 h2{
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 20px;
}
.lp_heading_flex01 h2 span{
    font-size: 35px;
    color: #0068E2;
}
.lp_heading_flex01 p{
    font-size: 18px;
    line-height: 45px;
}
.lp_heading_flex01 p span.lp_heading_flex01_p01{
    position: relative;
    display: inline-block;
    z-index: 0;
    color: #ffffff;
    font-size: 20px;
    padding: 0 10px;
    font-weight: 700;
}

.lp_heading_flex01 p span.lp_heading_flex01_p01::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 7px;
    width: 100%;
    height: 30px;
    background: #0068E2;
    z-index: -1;
}
.lp_heading_flex01 p span.lp_heading_flex01_p02{
    position: relative;
    display: inline-block;
    z-index: 0;
    color: #010101;
    font-size: 20px;
    font-weight: 700;
}

.lp_warranty_container{
    margin-top: -240px;
    position: relative;
    z-index: 3;
}
.lp_warranty_wrapper{
    padding-left: 60px;
}
.lp_warranty_content{
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
    width: 720px;
    background-color: #6cb1ff;
    padding: 20px;
    box-sizing: border-box;
    box-shadow: 10px 10px 0px #1180ff;
}
.lp_warranty_flex01 img{
    width: 200px;
}
.lp_warranty_flex02 h3{
    font-size: 30px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    z-index: 2;
    position: relative;
}
.lp_warranty_flex02 p{
    font-size: 18px;
    background-color: #f3f3f3;
    padding: 15px;
    padding-top: 30px;
    box-sizing: content-box;
    position: relative;
    z-index: 1;
    top: -20px;
}
@media (min-width:500px) {
    .lp_heading_container {
        background-image: url(image/background_build04.svg);
        padding-top: calc(60 * (100vw / 1300));
        padding-bottom: calc(60 * (100vw / 1300));
        background-size: cover;
    }

    .lp_heading_content {
        position: relative;
        display: flex;
        height: calc(520 * (100vw / 1300));
        overflow: hidden;
        background: linear-gradient(to bottom right, #ffffff 0%, #fafafa 50%, #f0f0f0 100%);
    }

    .lp_heading_flex01,
    .lp_heading_flex02 {
        height: 100%;
    }

    .lp_heading_flex01 {
        flex: 0 0 60%;
        padding-top: calc(60 * (100vw / 1300));
        padding-left: calc(60 * (100vw / 1300));
        box-sizing: border-box;
        position: relative;
        z-index: 2;
    }

    .lp_heading_flex02 {
        flex: 0 0 40%;
        position: relative;
        z-index: 1;
    }

    .lp_heading_flex02::before {
        content: "";
        position: absolute;
        top: 0;
        width: calc(100% + (320 * (100vw / 1300)));
        height: 100%;
        background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)),
        url("image/292272A7-CF75-4E47-A734-19848030AA0A.jpg") no-repeat;
        background-size: cover;
        background-position: left center;
        transform: skewX(-30deg);
        transform-origin: top right;
    }

    .lp_heading_flex01 h2 {
        font-size: calc(25 * (100vw / 1300));
        font-weight: 700;
        margin-bottom: calc(20 * (100vw / 1300));
    }

    .lp_heading_flex01 h2 span {
        font-size: calc(35 * (100vw / 1300));
        color: #0068E2;
    }

    .lp_heading_flex01 p {
        font-size: calc(18 * (100vw / 1300));
        line-height: calc(45 * (100vw / 1300));
    }

    .lp_heading_flex01 p span.lp_heading_flex01_p01 {
        position: relative;
        display: inline-block;
        z-index: 0;
        color: #ffffff;
        font-size: calc(20 * (100vw / 1300));
        padding: 0 calc(10 * (100vw / 1300));
        font-weight: 700;
    }

    .lp_heading_flex01 p span.lp_heading_flex01_p01::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: calc(7 * (100vw / 1300));
        width: 100%;
        height: calc(30 * (100vw / 1300));
        background: #0068E2;
        z-index: -1;
    }

    .lp_heading_flex01 p span.lp_heading_flex01_p02 {
        position: relative;
        display: inline-block;
        z-index: 0;
        color: #010101;
        font-size: calc(20 * (100vw / 1300));
        font-weight: 700;
    }

    .lp_warranty_container {
        margin-top: calc(-240 * (100vw / 1300));
        position: relative;
        z-index: 3;
    }

    .lp_warranty_wrapper {
        padding-left: calc(60 * (100vw / 1300));
    }

    .lp_warranty_content {
        display: flex;
        align-items: center;
        gap: calc(20 * (100vw / 1300));
        justify-content: space-between;
        width: calc(720 * (100vw / 1300));
        background-color: #6cb1ff;
        padding: calc(20 * (100vw / 1300));
        box-sizing: border-box;
        box-shadow: calc(10 * (100vw / 1300)) calc(10 * (100vw / 1300)) 0px #1180ff;
    }

    .lp_warranty_flex01 img {
        width: calc(200 * (100vw / 1300));
    }

    .lp_warranty_flex02 h3 {
        font-size: calc(30 * (100vw / 1300));
        font-weight: 700;
        display: flex;
        justify-content: center;
        z-index: 2;
        position: relative;
    }

    .lp_warranty_flex02 p {
        font-size: calc(18 * (100vw / 1300));
        background-color: #f3f3f3;
        padding: calc(15 * (100vw / 1300));
        padding-top: calc(30 * (100vw / 1300));
        box-sizing: content-box;
        position: relative;
        z-index: 1;
        top: calc(-20 * (100vw / 1300));
    }
    .lp_warranty_sp{
        display: none;
    }
}


@media (min-width:280px) and (max-width:499px) {
    .lp_warranty_sp {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        z-index: 10;
        width: 90%;
        margin: 0 auto;
        text-align: center;
        font-size: calc(20 * (100vw / 400));
        background-color: #0068E2;
        color: #ffffff;
        border-radius: calc(5 * (100vw / 400));
        top: calc(-10 * (100vw / 400));
    }

    .lp_warranty_flex02 h3 {
        display: none;
    }

    .lp_heading_container {
        background-image: url(image/background_build04.svg);
        background-size: cover;
        background-position: center;
        padding-top: 0;
        padding-bottom: calc(40 * (100vw / 400));
    }

    .lp_heading_content {
        position: relative;
        display: grid;
        grid-template-rows: auto 1fr;
        gap: calc(20 * (100vw / 400));
        height: auto;
        overflow: hidden;
        background: linear-gradient(to bottom right, #f9ff7b 0%, #fafafa 50%, #f0f0f0 100%);
    }

    .lp_heading_flex01,
    .lp_heading_flex02 {
        height: auto;
    }

    .lp_heading_flex02 {
        order: 1;
        position: relative;
        z-index: 1;
        min-height: 50vh;
    }

    .lp_heading_flex02::before {
        content: "";
        position: absolute;
        inset: 0;
        width: 115%;
        height: 100%;
        background: linear-gradient(rgba(0,0,0,0.28), rgba(0,0,0,0.28)),
                    url("image/292272A7-CF75-4E47-A734-19848030AA0A.jpg") no-repeat;
        background-size: cover;
        background-position: center;
        transform: skewX(-18deg) translateX(6%);
        transform-origin: center;
    }

    .lp_heading_flex01 {
        order: 2;
        position: relative;
        z-index: 2;
        padding: 0 calc(20 * (100vw / 400)) calc(8 * (100vw / 400)) calc(20 * (100vw / 400));
        box-sizing: border-box;
        background: #00beff;
        padding-top: calc(20 * (100vw / 400));
        padding-bottom: calc(20 * (100vw / 400));
        width: 95%;
        opacity: 0.9;
        margin: 0 auto;
        margin-top: calc(-400 * (100vw / 400));
        border-radius: calc(10 * (100vw / 400)) calc(10 * (100vw / 400)) 0 0;
    }

    .lp_heading_flex01 h2 {
        font-size: calc(22 * (100vw / 400));
        font-weight: 700;
        margin-bottom: calc(14 * (100vw / 400));
        line-height: 1.4;
    }

    .lp_heading_flex01 h2 span {
        font-size: calc(28 * (100vw / 400));
        color: #e20000;
    }

    .lp_heading_flex01 p {
        font-size: calc(16 * (100vw / 400));
        line-height: 1.9;
    }

    .lp_heading_flex01 p span.lp_heading_flex01_p01 {
        position: relative;
        display: inline-block;
        z-index: 0;
        color: #ffffff;
        font-size: calc(20 * (100vw / 400));
        padding: 0;
        font-weight: 700;
    }

    .lp_heading_flex01 p span.lp_heading_flex01_p01::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: calc(4 * (100vw / 400));
        width: 100%;
        height: calc(22 * (100vw / 400));
        background: none;
        z-index: -1;
        border-radius: calc(3 * (100vw / 400));
        font-size: calc(20 * (100vw / 400));
    }

    .lp_heading_flex01 p span.lp_heading_flex01_p02 {
        position: relative;
        display: inline-block;
        z-index: 0;
        color: #010101;
        font-size: calc(16 * (100vw / 400));
        font-weight: 700;
    }

    .lp_warranty_container {
        margin-top: calc(-65 * (100vw / 400));
        position: relative;
        z-index: 3;
    }

    .lp_warranty_wrapper {
        padding-left: 0;
        padding-right: 0;
    }

    .lp_warranty_content {
        width: 95vw;
        margin: 0 auto;
        background-color: #6cb1ff;
        padding: calc(18 * (100vw / 400));
        box-sizing: border-box;
        box-shadow: calc(8 * (100vw / 400)) calc(8 * (100vw / 400)) 0 #1180ff;
        border-radius: calc(12 * (100vw / 400));
        display: grid;
        grid-template-columns: calc(96 * (100vw / 400)) 1fr;
        gap: calc(14 * (100vw / 400));
        align-items: center;
        padding-top: calc(40 * (100vw / 400));
    }

    .lp_warranty_flex01 img {
        width: calc(96 * (100vw / 400));
        height: auto;
        display: block;
    }

    .lp_warranty_flex02 h3 {
        font-size: calc(22 * (100vw / 400));
        font-weight: 700;
        text-align: left;
        z-index: 2;
        position: relative;
        margin: 0 0 calc(8 * (100vw / 400)) 0;
        line-height: 1.3;
    }

    .lp_warranty_flex02 p {
        font-size: calc(14 * (100vw / 400));
        background-color: #f3f3f3;
        padding: calc(12 * (100vw / 400));
        box-sizing: border-box;
        position: relative;
        z-index: 1;
        top: 0;
        margin: 0;
        border-radius: calc(8 * (100vw / 400));
        line-height: 1.7;
    }
}




.lp_under_heading_container{
    background-color: #e8e8e8;
    margin-top: -10px;
}
.lp_under_heading_wrapper{
    padding-top: 60px;
    padding-bottom: 50px;
}
.lp_under_heading_content{
    display: flex;
    gap: 20px;
    max-width: 1366px;
    margin-left: 60px;
    margin-right: 60px;
}
.lp_under_heading_flex01{
    background-color: #ffffff;
    padding: 20px;
    box-sizing: border-box;
}
.lp_under_heading_flex01 {
    width: 550px;
    max-width: 550px;
    min-width: 550px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.lp_under_heading_flex02{
    width: auto;
}
.lp_under_heading_flex01 a{
    text-decoration: none;
    color: #000000;
    text-align: center;
}
span.lp_under_heading_flex01_span01{
    font-size: 20px;
    font-weight: 700;
    color: #06C755;
}
span.lp_under_heading_flex01_span02{
    font-size: 18px;
    font-weight: 700;
}
.lp_under_heading_flex01_link{
    background-color: #010101;
    color: #f0f0f0;
    display: flex;
    align-items: center;
    gap: 7px;
    justify-content: center;
    padding: 10px;
    box-sizing: border-box;
}
.lp_under_heading_flex01_link_img img{
    width: 30px;
    vertical-align: middle;
}
.lp_under_heading_flex01_link_text span{
    font-size: 18px;
    font-weight: 700;
}
.lp_under_heading_flex01_link_arrow span{
    font-size: 20px;
    font-weight: 700;
}
.lp_under_heading_flex01_text{
    margin-bottom: 5px;
}
.lp_under_heading_flex02 p{
    line-height: 35px;
    font-size: 16px;
}
@media (min-width:500px) {
    .lp_under_heading_container {
        background-color: #e8e8e8;
        margin-top: calc(-10 * (100vw / 1300));
    }

    .lp_under_heading_wrapper {
        padding-top: calc(40 * (100vw / 1300));
        padding-bottom: calc(30 * (100vw / 1300));
    }

    .lp_under_heading_content {
        display: flex;
        gap: calc(20 * (100vw / 1300));
        max-width: calc(1366 * (100vw / 1300));
        margin-left: calc(60 * (100vw / 1300));
        margin-right: calc(60 * (100vw / 1300));
    }

    .lp_under_heading_flex01 {
        background-color: #ffffff;
        padding: calc(20 * (100vw / 1300));
        box-sizing: border-box;
        max-height: calc(200 * (100vw / 1300));
        width: calc(550 * (100vw / 1300));
        max-width: calc(550 * (100vw / 1300));
        min-width: calc(550 * (100vw / 1300));
        display: flex;
        align-items: center;
        justify-content: center;
        gap: calc(10 * (100vw / 1300));
    }

    .lp_under_heading_flex02 {
        width: auto;
    }

    .lp_under_heading_flex01 a {
        text-decoration: none;
        color: #000000;
        text-align: center;
    }

    span.lp_under_heading_flex01_span01 {
        font-size: calc(20 * (100vw / 1300));
        font-weight: 700;
        color: #06C755;
    }

    span.lp_under_heading_flex01_span02 {
        font-size: calc(18 * (100vw / 1300));
        font-weight: 700;
    }

    .lp_under_heading_flex01_link {
        background-color: #010101;
        color: #f0f0f0;
        display: flex;
        align-items: center;
        gap: calc(7 * (100vw / 1300));
        justify-content: center;
        padding: calc(10 * (100vw / 1300));
        box-sizing: border-box;
    }

    .lp_under_heading_flex01_link_img img {
        width: calc(30 * (100vw / 1300));
        vertical-align: middle;
    }

    .lp_under_heading_flex01_link_text span {
        font-size: calc(18 * (100vw / 1300));
        font-weight: 700;
    }

    .lp_under_heading_flex01_link_arrow span {
        font-size: calc(20 * (100vw / 1300));
        font-weight: 700;
    }

    .lp_under_heading_flex01_text {
        margin-bottom: calc(5 * (100vw / 1300));
    }

    .lp_under_heading_flex02 p {
        line-height: calc(35 * (100vw / 1300));
        font-size: calc(16 * (100vw / 1300));
    }
}

@media (min-width:300px) and (max-width:500px) {
    .lp_under_heading_container {
        background-color: #e8e8e8;
        margin-top: calc(-10 * (100vw / 400));
    }

    .lp_under_heading_wrapper {
        padding-top: calc(36 * (100vw / 400));
        padding-bottom: calc(32 * (100vw / 400));
    }

    .lp_under_heading_content {
        display: flex;
        flex-direction: column;
        gap: calc(16 * (100vw / 400));
        max-width: 100%;
        margin-left: calc(16 * (100vw / 400));
        margin-right: calc(16 * (100vw / 400));
    }

    .lp_under_heading_flex01 {
        background-color: #ffffff;
        padding: calc(16 * (100vw / 400));
        box-sizing: border-box;
        width: 100%;
        max-width: none;
        min-width: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: calc(10 * (100vw / 400));
        border-radius: calc(12 * (100vw / 400));
        box-shadow: 0 calc(8 * (100vw / 400)) calc(16 * (100vw / 400)) rgba(0,0,0,0.06);
    }

    .lp_under_heading_flex02 {
        width: 100%;
    }

    .lp_under_heading_flex01 a {
        text-decoration: none;
        color: #000000;
        text-align: center;
    }

    span.lp_under_heading_flex01_span01 {
        font-size: calc(18 * (100vw / 400));
        font-weight: 700;
        color: #06C755;
    }

    span.lp_under_heading_flex01_span02 {
        font-size: calc(16 * (100vw / 400));
        font-weight: 700;
    }

    .lp_under_heading_flex01_link {
        background-color: #010101;
        color: #f0f0f0;
        display: flex;
        align-items: center;
        gap: calc(8 * (100vw / 400));
        justify-content: center;
        padding: calc(12 * (100vw / 400));
        box-sizing: border-box;
        border-radius: calc(10 * (100vw / 400));
        width: 100%;
    }

    .lp_under_heading_flex01_link_img img {
        width: calc(26 * (100vw / 400));
        vertical-align: middle;
        display: block;
    }

    .lp_under_heading_flex01_link_text span {
        font-size: calc(16 * (100vw / 400));
        font-weight: 700;
    }

    .lp_under_heading_flex01_link_arrow span {
        font-size: calc(18 * (100vw / 400));
        font-weight: 700;
    }

    .lp_under_heading_flex01_text {
        margin-bottom: calc(6 * (100vw / 400));
    }

    .lp_under_heading_flex02 p {
        line-height: calc(30 * (100vw / 400));
        font-size: calc(15 * (100vw / 400));
    }
}


/*-----------*/
/*
悩み
*/
/*-----------*/


.lp_worry_container {
    background: #ffffff;
}

.lp_worry_wrapper {
    max-width: 1366px;
    margin: 0 auto;
    padding: 40px 24px;
    box-sizing: border-box;
}

.lp_worry_h4 {
    font-size: 28px;
    line-height: 40px;
    font-weight: 700;
    margin: 0 0 18px 0;
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}

.lp_worry_h4 span {
    color: #1272ff;
    font-weight: 800;
}

.lp_worry_h5 {
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
    margin: 0 0 28px 0;
}

.lp_worry_h5 span {
    color: #1272ff;
}

.lp_worry_list {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.lp_worry_card {
    position: relative;
    width: 76%;
    padding: 20px 22px 22px 22px;
    border-radius: 14px;
    background: linear-gradient(180deg, #24c9ff 0%, #1fb6ff 100%);
    color: #002233;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
}

.lp_worry_card:nth-child(2) {
    margin-left: auto;
    width: 72%;
}

.lp_worry_card:nth-child(3) {
    width: 82%;
}

.lp_worry_num {
    position: absolute;
    top: -18px;
    left: -18px;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: #0aa0ff;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 18px;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
}

.lp_worry_title {
    font-size: 22px;
    line-height: 32px;
    font-weight: 800;
    margin: 6px 0 10px 0;
    color: #002233;
}

.lp_worry_text {
    font-size: 16px;
    line-height: 28px;
    margin: 0;
    color: #002233;
}

.lp_worry_card01 {
    background: linear-gradient(180deg, #24c9ff 0%, #1fb6ff 100%);
}

.lp_worry_card02 {
    background: linear-gradient(180deg, #5ed3ff 0%, #3fc1ff 100%);
}

.lp_worry_card03 {
    background: linear-gradient(180deg, #9ae2ff 0%, #68cbff 100%);
}


@media (max-width: 1024px) {
    .lp_worry_h4 {
        font-size: 24px;
        line-height: 34px;
    }
    .lp_worry_h5 {
        font-size: 20px;
        line-height: 30px;
    }
    .lp_worry_card {
        width: 100%;
    }
    .lp_worry_card:nth-child(2),
    .lp_worry_card:nth-child(3) {
        margin-left: 0;
        width: 100%;
    }
}

@media (max-width: 640px) {
    .lp_worry_wrapper {
        padding: 28px 16px;
    }
    .lp_worry_h4 {
        font-size: 20px;
        line-height: 30px;
    }
    .lp_worry_h5 {
        font-size: 18px;
        line-height: 28px;
    }
    .lp_worry_title {
        font-size: 18px;
        line-height: 28px;
    }
    .lp_worry_text {
        font-size: 15px;
        line-height: 26px;
    }
    .lp_worry_num {
        top: -14px;
        left: -14px;
        width: 36px;
        height: 36px;
        font-size: 16px;
    }
}

@media (min-width:500px) {
    .lp_worry_container {
        background: #ffffff;
    }

    .lp_worry_wrapper {
        max-width: calc(1366 * (100vw / 1366));
        margin: 0 auto;
        padding: calc(40 * (100vw / 1366)) calc(24 * (100vw / 1366));
        box-sizing: border-box;
    }

    .lp_worry_h4 {
        font-size: calc(28 * (100vw / 1366));
        line-height: calc(40 * (100vw / 1366));
        font-weight: 700;
        display: flex;
        justify-content: center;
        margin: 0 0 calc(40 * (100vw / 1366)) 0;
    }

    .lp_worry_h4 span {
        color: #1272ff;
        font-weight: 800;
    }

    .lp_worry_h5 {
        font-size: calc(24 * (100vw / 1366));
        line-height: calc(36 * (100vw / 1366));
        font-weight: 700;
        margin: 0 0 calc(28 * (100vw / 1366)) 0;
    }

    .lp_worry_h5 span {
        color: #1272ff;
    }

    .lp_worry_list {
        display: flex;
        flex-direction: column;
        gap: calc(28 * (100vw / 1366));
    }

    .lp_worry_card {
        position: relative;
        width: calc(76 * (100vw / 100)); /* 76%はそのままでもOKだが比率幅は固定比で使用 */
        padding: calc(20 * (100vw / 1366)) calc(22 * (100vw / 1366)) calc(22 * (100vw / 1366)) calc(22 * (100vw / 1366));
        border-radius: calc(14 * (100vw / 1366));
        background: linear-gradient(180deg, #24c9ff 0%, #1fb6ff 100%);
        color: #002233;
        box-shadow: 0 calc(12 * (100vw / 1366)) calc(24 * (100vw / 1366)) rgba(0, 0, 0, 0.08);
    }

    .lp_worry_card:nth-child(2) {
        margin-left: auto;
        width: calc(72 * (100vw / 100));
    }

    .lp_worry_card:nth-child(3) {
        width: calc(82 * (100vw / 100));
    }

    .lp_worry_num {
        position: absolute;
        top: calc(-18 * (100vw / 1366));
        left: calc(-18 * (100vw / 1366));
        width: calc(42 * (100vw / 1366));
        height: calc(42 * (100vw / 1366));
        border-radius: calc(12 * (100vw / 1366));
        background: #0aa0ff;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 800;
        font-size: calc(18 * (100vw / 1366));
        box-shadow: 0 calc(8 * (100vw / 1366)) calc(18 * (100vw / 1366)) rgba(0, 0, 0, 0.08);
    }

    .lp_worry_title {
        font-size: calc(22 * (100vw / 1366));
        line-height: calc(32 * (100vw / 1366));
        font-weight: 800;
        margin: calc(6 * (100vw / 1366)) 0 calc(10 * (100vw / 1366)) 0;
        color: #002233;
    }

    .lp_worry_text {
        font-size: calc(16 * (100vw / 1366));
        line-height: calc(28 * (100vw / 1366));
        margin: 0;
        color: #002233;
    }

    .lp_worry_card01 {
        background: linear-gradient(180deg, #24c9ff 0%, #1fb6ff 100%);
    }

    .lp_worry_card02 {
        background: linear-gradient(180deg, #5ed3ff 0%, #3fc1ff 100%);
    }

    .lp_worry_card03 {
        background: linear-gradient(180deg, #9ae2ff 0%, #68cbff 100%);
    }
}

/* --- 300px〜500px向けレスポンシブ --- */
@media (min-width: 300px) and (max-width: 500px) {
    .lp_worry_wrapper {
        padding: 20px 12px;
    }

    .lp_worry_h4 {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 18px;
        text-align: center;
    }

    .lp_worry_h5 {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 16px;
    }

    .lp_worry_list {
        gap: 16px;
    }

    .lp_worry_card {
        width: 100% !important;
        padding: 12px;
        border-radius: 10px;
        box-sizing: border-box;
    }

    .lp_worry_num {
        width: 28px;
        height: 28px;
        font-size: 12px;
        top: -12px;
        left: -12px;
        border-radius: 8px;
    }

    .lp_worry_title {
        font-size: 14px;
        line-height: 22px;
        margin: 4px 0 8px 0;
    }

    .lp_worry_text {
        font-size: 12px;
        line-height: 20px;
    }
    .lp_worry_h4 {
        flex-wrap: wrap;
    }
    .lp_worry_h5{
        font-size: 18px;
        text-align: center;
    }
}



.lp_faq_container {
    position: relative;
    padding: 60px 20px;
    background: #f7f7f7;
    overflow: hidden;
}
.lp_faq_wrapper{
    max-width: 1366px;
    margin: 0 auto;
}

.lp_faq_heading {
    font-size: 40px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    z-index: 6;
}

.lp_faq_wrapper {
    position: relative;
    margin: 0 auto;
    z-index: 2;
}

.lp_faq_box {
    background: #B7F8FF;
    padding: 20px 24px;
    margin-bottom: 30px;
    border-radius: 10px;
    position: relative;
    z-index: 2;
    opacity: 0.8;
}

.lp_faq_box01{
    background: #16e8ff;
}
.lp_faq_box01{
    background: #00dff8;
}

.lp_faq_box_title {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #111;
}

.lp_faq_box_text {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
}
.lp_faq_bg_icon {
    position: absolute;
    font-size: 55vw;
    color: #65F0FF;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(12deg);
    z-index: -1;
    pointer-events: none;
    opacity: 0.8;
}

p.lp_faq_box_text{
    font-size: 18px;
    line-height: 45px;
}

.lp_choose_container {
    padding: 40px 40px;
    background: #eaeaea;
    box-sizing: border-box;
}

.lp_choose_wrapper {
    max-width: 1366px;
    margin: 0 auto;
}

.lp_choose_heading {
    text-align: center;
    font-size: 32px;
    font-weight: 800;
    margin: 0 0 36px 0;
}

.lp_choose_content {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 36px;
    flex-wrap: wrap;
}

.lp_choose_card {
    width: 360px;
    min-height: 380px;
    background: #f7f7f8;
    border-radius: 18px;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.08);
    padding: 28px 24px 32px 24px;
    box-sizing: border-box;
    text-align: center;
}

.lp_choose_title {
    font-size: 28px;
    font-weight: 800;
    color: #0a68e0;
    line-height: 44px;
    margin: 6px 0 22px 0;
}

.lp_choose_icon img {
    width: 200px;
    height: auto;
    display: inline-block;
    filter: drop-shadow(0 6px 14px rgba(0, 0, 0, 0.12));
}

@media (max-width: 1024px) {
    .lp_choose_heading {
        font-size: 28px;
        margin-bottom: 28px;
    }
    .lp_choose_card {
        width: 320px;
        min-height: 380px;
    }
    .lp_choose_title {
        font-size: 24px;
        line-height: 38px;
    }
    .lp_choose_icon img {
        width: 140px;
    }
}

@media (max-width: 640px) {
    .lp_choose_container {
        padding: 40px 16px;
    }
    .lp_choose_heading {
        font-size: 22px;
        margin-bottom: 22px;
    }
    .lp_choose_card {
        width: 100%;
        min-height: 340px;
    }
    .lp_choose_title {
        font-size: 20px;
        line-height: 34px;
    }
    .lp_choose_icon img {
        width: 120px;
    }
}


@media (min-width:500px) {
    .lp_faq_container {
        position: relative;
        padding: calc(60 * (100vw / 1366)) calc(20 * (100vw / 1366));
        background: #f7f7f7;
        overflow: hidden;
    }

    .lp_faq_wrapper {
        max-width: calc(1366 * (100vw / 1366));
        margin: 0 auto;
        position: relative;
        z-index: 2;
    }

    .lp_faq_heading {
        font-size: calc(40 * (100vw / 1366));
        font-weight: 800;
        text-align: center;
        margin-bottom: calc(40 * (100vw / 1366));
        position: relative;
        z-index: 6;
    }

    .lp_faq_box {
        background: #B7F8FF;
        padding: calc(20 * (100vw / 1366)) calc(24 * (100vw / 1366));
        margin-bottom: calc(30 * (100vw / 1366));
        border-radius: calc(10 * (100vw / 1366));
        position: relative;
        z-index: 2;
        opacity: 0.8;
    }

    .lp_faq_box01 {
        background: #00dff8;
    }

    .lp_faq_box_title {
        font-size: calc(25 * (100vw / 1366));
        font-weight: 700;
        margin-bottom: calc(12 * (100vw / 1366));
        color: #111;
    }

    .lp_faq_box_text,
    p.lp_faq_box_text {
        font-size: calc(18 * (100vw / 1366));
        line-height: calc(45 * (100vw / 1366));
        color: #333;
    }

    .lp_faq_bg_icon {
        position: absolute;
        font-size: calc(55 * (100vw / 100)); /* 55vw → 55% of viewport width保持 */
        color: #65F0FF;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) rotate(12deg);
        z-index: -1;
        pointer-events: none;
        opacity: 0.8;
    }

    /* lp_chooseエリア */
    .lp_choose_container {
        padding: calc(40 * (100vw / 1366)) calc(40 * (100vw / 1366));
        background: #eaeaea;
        box-sizing: border-box;
    }

    .lp_choose_wrapper {
        max-width: calc(1366 * (100vw / 1366));
        margin: 0 auto;
    }

    .lp_choose_heading {
        text-align: center;
        font-size: calc(32 * (100vw / 1366));
        font-weight: 800;
        margin: 0 0 calc(36 * (100vw / 1366)) 0;
    }

    .lp_choose_content {
        display: flex;
        justify-content: center;
        align-items: stretch;
        gap: calc(36 * (100vw / 1366));
        flex-wrap: wrap;
    }

    .lp_choose_card {
        width: calc(360 * (100vw / 1366));
        min-height: calc(380 * (100vw / 1366));
        background: #f7f7f8;
        border-radius: calc(18 * (100vw / 1366));
        box-shadow: 0 calc(8 * (100vw / 1366)) calc(28 * (100vw / 1366)) rgba(0, 0, 0, 0.08);
        padding: calc(28 * (100vw / 1366)) calc(24 * (100vw / 1366)) calc(32 * (100vw / 1366)) calc(24 * (100vw / 1366));
        box-sizing: border-box;
        text-align: center;
    }

    .lp_choose_title {
        font-size: calc(28 * (100vw / 1366));
        font-weight: 800;
        color: #0a68e0;
        line-height: calc(44 * (100vw / 1366));
        margin: calc(6 * (100vw / 1366)) 0 calc(22 * (100vw / 1366)) 0;
    }

    .lp_choose_icon img {
        width: calc(200 * (100vw / 1366));
        height: auto;
        display: inline-block;
        filter: drop-shadow(0 calc(6 * (100vw / 1366)) calc(14 * (100vw / 1366)) rgba(0, 0, 0, 0.12));
    }
}

@media (min-width: 300px) and (max-width: 500px) {
    .lp_faq_container {
        padding: 32px 12px;
    }
    .lp_faq_heading {
        font-size: 20px;
        margin-bottom: 18px;
    }
    .lp_faq_box {
        padding: 12px;
        border-radius: 8px;
    }
    .lp_faq_box_title {
        font-size: 15px;
        margin-bottom: 8px;
    }
    .lp_faq_box_text {
        font-size: 12px;
        line-height: 1.7;
    }
    p.lp_faq_box_text {
        font-size: 12px;
        line-height: 22px;
    }
    .lp_faq_bg_icon {
        font-size: 80vw;
        opacity: 0.5;
        transform: translate(-50%, -50%) rotate(6deg);
    }
    .lp_choose_container {
        padding: 24px 12px;
    }
    .lp_choose_heading {
        font-size: 18px;
        margin-bottom: 16px;
    }
    .lp_choose_card {
        width: 100%;
        padding: 14px 12px;
        border-radius: 14px;
    }
    .lp_choose_title {
        font-size: 16px;
        line-height: 26px;
        margin: 4px 0 10px;
    }
    .lp_choose_icon img {
        width: 120px;
    }
}


/*-----------*/
/*
テキストオンリー
*/
/*-----------*/
.lp_text_only_content{
    max-width: 1366px;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 40px;
}
.lp_text_only_area{
    margin-bottom: 40px;
}
.lp_text_only_area h6{
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 20px;
}
.lp_text_only_area p{
    font-size: 18px;
    line-height: 45px;
}
.lp_design_box_container{
    background-color: #B7F8FF;
    max-width: 1366px;
    margin-left: auto;
    margin-top: -600px;
    border-radius: 40px 0 0 0;
    position: relative;
    z-index: -1;
    opacity: 0.8;
}
.lp_design_box_wrapper{
    height: 800px;
    width: 100%;
}
@media (min-width: 500px) {
    .lp_text_only_content {
        max-width: 1366px;
        margin: 0 auto;
        padding-top: calc(40 * (100vw / 1366));
        padding-bottom: calc(40 * (100vw / 1366));
        width: 90%;
    }
    .lp_text_only_area {
        margin-bottom: calc(40 * (100vw / 1366));
    }
    .lp_text_only_area h6 {
        font-size: calc(25 * (100vw / 1366));
        font-weight: 700;
        margin-bottom: calc(20 * (100vw / 1366));
    }
    .lp_text_only_area p {
        font-size: calc(18 * (100vw / 1366));
        line-height: calc(45 * (100vw / 1366));
    }
    .lp_design_box_container {
        background-color: #B7F8FF;
        max-width: 1366px;
        margin-left: auto;
        margin-top: calc(-600 * (100vw / 1366));
        border-radius: calc(40 * (100vw / 1366)) 0 0 0;
        position: relative;
        z-index: -1;
        opacity: 0.8;
    }
    .lp_design_box_wrapper {
        height: calc(800 * (100vw / 1366));
        width: 100%;
    }
}

.lp_movie_container {
    padding: 40px 20px;
    background: #ebebeb;
    margin-top: -200px;
    position: relative;
}

.lp_movie_wrapper {
    max-width: 1366px;
    margin: 0 auto;
}

.lp_movie_heading p {
    font-size: 25px;
    font-weight: 800;
    text-align: center;
    margin: 0 0 22px 0;
}

.lp_movie_grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.lp_movie_item {
    width: 500px;
    aspect-ratio: 16 / 9;
    background: #000;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 12px 28px rgba(0,0,0,0.12);
}

.lp_movie_item iframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
}

@media (max-width: 1024px) {
    .lp_movie_item {
        width: 460px;
    }
}

@media (max-width: 560px) {
    .lp_movie_item {
        width: 100%;
        border-radius: 10px;
    }
}

@media (min-width: 300px) and (max-width: 500px) {
    .lp_text_only_content {
        padding-top: 24px;
        padding-bottom: 24px;
        padding-left: 12px;
        padding-right: 12px;
    }
    .lp_text_only_area {
        margin-bottom: 24px;
    }
    .lp_text_only_area h6 {
        font-size: 16px;
        margin-bottom: 12px;
    }
    .lp_text_only_area p {
        font-size: 12px;
        line-height: 22px;
    }
    .lp_design_box_container {
        margin-top: -300px;
        border-radius: 24px 0 0 0;
    }
    .lp_design_box_wrapper {
        height: 400px;
    }
    .lp_movie_container {
        padding: 24px 12px;
        margin-top: -100px;
    }
    .lp_movie_heading p {
        font-size: 16px;
        margin-bottom: 14px;
    }
    .lp_movie_grid {
        gap: 12px;
    }
    .lp_movie_item {
        width: 100%;
        max-width: 100%;
        border-radius: 8px;
    }
    .lp_choose_card {
        width: 100%;
        min-height: 200px;
    }
}


.lp_flow_container {
    background: #ffffff;
    padding: 60px 20px;
}

.lp_flow_wrapper {
    max-width: 1366px;
    margin: 0 auto;
}

.lp_flow_heading p {
    text-align: center;
    font-size: 35px;
    font-weight: 900;
    margin: 0 0 40px 0;
    letter-spacing: 1px;
}

.lp_flow_heading p span {
    color: #0a68e0;
}

.lp_flow_content {
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 20px;
    flex-wrap: nowrap;
}

.lp_flow_flex_main {
    flex: 0 0 400px;
    min-height: 250px;
    background: #f6f7f8;
    border-radius: 18px;
    box-shadow: 0 10px 28px rgba(0,0,0,0.08);
    padding: 28px 24px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
}

.lp_flow_flex_main p {
    color: #0a68e0;
    font-size: 28px;
    font-weight: 800;
    line-height: 44px;
    margin: 4px 0 18px 0;
}

.lp_flow_flex_main img {
    width: 140px;
    height: auto;
    display: block;
    filter: drop-shadow(0 8px 18px rgba(0,0,0,0.12));
}

.lp_flow_flex_arrow {
    flex: 0 0 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lp_flow_flex_arrow img {
    width: 40px;
    height: auto;
    display: block;
    opacity: 0.85;
}

.lp_flow_ p {
    margin: 26px 0 0 0;
    font-size: 14px;
    line-height: 28px;
    color: #333333;
}

.lp_flow_ p span {
    font-weight: 700;
}

@media (max-width: 1200px) {
    .lp_flow_flex_main {
        flex: 0 0 340px;
        min-height: 380px;
    }
    .lp_flow_flex_main img {
        width: 190px;
    }
}

@media (max-width: 980px) {
    .lp_flow_content {
        flex-wrap: wrap;
        gap: 20px;
    }
    .lp_flow_flex_main {
        flex: 1 1 100%;
        width: 100%;
        min-height: 360px;
    }
    .lp_flow_flex_arrow {
        flex: 0 0 24px;
        width: 100%;
    }
    .lp_flow_flex_arrow img {
        transform: rotate(90deg);
    }
    .lp_flow_heading p {
        font-size: 34px;
        margin-bottom: 28px;
    }
    .lp_flow_flex_main p {
        font-size: 22px;
        line-height: 36px;
    }
}

@media (min-width:500px) {
    .lp_flow_container {
        background: #ffffff;
        padding: calc(60 * (100vw / 1366)) calc(20 * (100vw / 1366));
    }

    .lp_flow_wrapper {
        max-width: calc(1366 * (100vw / 1366));
        margin: 0 auto;
    }

    .lp_flow_heading p {
        text-align: center;
        font-size: calc(35 * (100vw / 1366));
        font-weight: 900;
        margin: 0 0 calc(40 * (100vw / 1366)) 0;
        letter-spacing: calc(1 * (100vw / 1366));
    }

    .lp_flow_heading p span {
        color: #0a68e0;
    }

    .lp_flow_content {
        display: flex;
        align-items: stretch;
        justify-content: center;
        gap: calc(20 * (100vw / 1366));
        flex-wrap: nowrap;
    }

    .lp_flow_flex_main {
        flex: 0 0 calc(400 * (100vw / 1366));
        min-height: calc(250 * (100vw / 1366));
        background: #f6f7f8;
        border-radius: calc(18 * (100vw / 1366));
        box-shadow: 0 calc(10 * (100vw / 1366)) calc(28 * (100vw / 1366)) rgba(0,0,0,0.08);
        padding: calc(28 * (100vw / 1366)) calc(24 * (100vw / 1366));
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        text-align: center;
    }

    .lp_flow_flex_main p {
        color: #0a68e0;
        font-size: calc(28 * (100vw / 1366));
        font-weight: 800;
        line-height: calc(44 * (100vw / 1366));
        margin: calc(4 * (100vw / 1366)) 0 calc(18 * (100vw / 1366)) 0;
    }

    .lp_flow_flex_main img {
        width: calc(140 * (100vw / 1366));
        height: auto;
        display: block;
        filter: drop-shadow(0 calc(8 * (100vw / 1366)) calc(18 * (100vw / 1366)) rgba(0,0,0,0.12));
    }

    .lp_flow_flex_arrow {
        flex: 0 0 calc(40 * (100vw / 1366));
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .lp_flow_flex_arrow img {
        width: calc(40 * (100vw / 1366));
        height: auto;
        display: block;
        opacity: 0.85;
    }

    .lp_flow_ p {
        margin: calc(26 * (100vw / 1366)) 0 0 0;
        font-size: calc(14 * (100vw / 1366));
        line-height: calc(28 * (100vw / 1366));
        color: #333333;
    }

    .lp_flow_ p span {
        font-weight: 700;
    }
}


@media (min-width: 300px) and (max-width: 500px) {
    .lp_flow_container {
        padding: 32px 12px;
    }
    .lp_flow_heading p {
        font-size: 20px;
        margin-bottom: 18px;
    }
    .lp_flow_content {
        flex-direction: column;
        gap: 16px;
    }
    .lp_flow_flex_main {
        flex: 1 1 auto;
        width: 100%;
        min-height: auto;
        padding: 16px 12px;
        border-radius: 12px;
    }
    .lp_flow_flex_main p {
        font-size: 16px;
        line-height: 28px;
        margin: 4px 0 12px 0;
    }
    .lp_flow_flex_main img {
        width: 100px;
    }
    .lp_flow_flex_arrow {
        flex: 0 0 auto;
        transform: rotate(90deg);
    }
    .lp_flow_flex_main {
        min-height: 180px;
        max-height: 180px;
    }
    .lp_flow_flex_arrow img {
        width: 24px;
        opacity: 0.8;
        display: none;
    }
    .lp_flow_ p {
        font-size: 12px;
        line-height: 22px;
        margin-top: 16px;
    }
}


/*-----------*/
/*

*/
/*-----------*/
.lp_line_container {
    padding: 40px 20px;
    padding-bottom: 0;
    background-color: #efefef;
}
.lp_line_wrapper{
    max-width: 1366px;
    margin: 0 auto;
    padding-top: 60px;
    padding-bottom: 60px;
    border-radius: 40px 40px 0 0;
    background: linear-gradient(180deg, #E9FDE5 0%, #F5FFF4 100%);
    padding: 40px;
    box-sizing: border-box;
}
.lp_line_heading{
    padding-bottom: 40px;
}
.lp_line_heading p{
    font-size: 30px;
    font-weight: 700;
    color: #0068E2;
}
.lp_line_area{
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}
.lp_line_flex01 img{
    width: 200px;
}

.lp_line_flex02 {
    position: relative;
    background-color: #C3F69D;
    padding: 25px 30px;
    box-sizing: border-box;
    border-radius: 15px;
    max-width: 900px;
}

.lp_line_flex02::after {
    content: "";
    position: absolute;
    left: -15px;
    top: 30px;
    width: 0;
    height: 0;
    border-width: 10px 15px 10px 0;
    border-style: solid;
    border-color: transparent #C3F69D transparent transparent;
}

.lp_line_flex02 p span {
    font-size: 22px;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 8px;
}

.lp_line_flex02 p {
    font-size: 18px;
    line-height: 1.8;
}

@media (min-width: 500px) {
    .lp_line_container {
        padding: calc(40 * (100vw / 1366)) calc(20 * (100vw / 1366));
        padding-bottom: 0;
        background-color: #efefef;
    }
    .lp_line_wrapper {
        max-width: 1366px;
        margin: 0 auto;
        padding-top: calc(60 * (100vw / 1366));
        padding-bottom: calc(60 * (100vw / 1366));
        border-radius: calc(40 * (100vw / 1366)) calc(40 * (100vw / 1366)) 0 0;
        background: linear-gradient(180deg, #E9FDE5 0%, #F5FFF4 100%);
        padding: calc(40 * (100vw / 1366));
        box-sizing: border-box;
    }
    .lp_line_heading {
        padding-bottom: calc(40 * (100vw / 1366));
    }
    .lp_line_heading p {
        font-size: calc(30 * (100vw / 1366));
        font-weight: 700;
        color: #0068E2;
    }
    .lp_line_area {
        display: flex;
        gap: calc(20 * (100vw / 1366));
        margin-bottom: calc(20 * (100vw / 1366));
    }
    .lp_line_flex01 img {
        width: calc(200 * (100vw / 1366));
    }
    .lp_line_flex02 {
        position: relative;
        background-color: #C3F69D;
        padding: calc(25 * (100vw / 1366)) calc(30 * (100vw / 1366));
        box-sizing: border-box;
        border-radius: calc(15 * (100vw / 1366));
        max-width: calc(900 * (100vw / 1366));
    }
    .lp_line_flex02::after {
        content: "";
        position: absolute;
        left: calc(-15 * (100vw / 1366));
        top: calc(30 * (100vw / 1366));
        width: 0;
        height: 0;
        border-width: calc(10 * (100vw / 1366)) calc(15 * (100vw / 1366)) calc(10 * (100vw / 1366)) 0;
        border-style: solid;
        border-color: transparent #C3F69D transparent transparent;
    }
    .lp_line_flex02 p span {
        font-size: calc(22 * (100vw / 1366));
        font-weight: 700;
        display: inline-block;
        margin-bottom: calc(8 * (100vw / 1366));
    }
    .lp_line_flex02 p {
        font-size: calc(18 * (100vw / 1366));
        line-height: 1.8;
    }
}

@media (min-width: 300px) and (max-width: 500px) {
    .lp_line_container {
        padding: 24px 12px;
        padding-bottom: 0;
    }
    .lp_line_wrapper {
        padding: 20px 14px;
        border-radius: 24px 24px 0 0;
    }
    .lp_line_heading {
        padding-bottom: 16px;
    }
    .lp_line_heading p {
        font-size: 18px;
        font-weight: 800;
        text-align: center;
        letter-spacing: 1px;
    }
    .lp_line_area {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        margin-bottom: 16px;
    }
    .lp_line_flex01 img {
        width: 120px;
        display: block;
        margin-left: 4px;
        filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.12));
    }
    .lp_line_flex02 {
        position: relative;
        max-width: 100%;
        padding: 14px 16px;
        border-radius: 14px;
        background-color: #C3F69D;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
    }
    .lp_line_flex02::after {
        content: "";
        position: absolute;
        top: -12px;
        left: 20px;
        width: 0;
        height: 0;
        border-width: 0 10px 12px 10px;
        border-style: solid;
        border-color: transparent transparent #C3F69D transparent;
    }
    .lp_line_flex02 p span {
        font-size: 14px;
        font-weight: 800;
        display: block;
        margin-bottom: 6px;
    }
    .lp_line_flex02 p {
        font-size: 13px;
        line-height: 22px;
    }
}


/*-----------*/
/*

*/
/*-----------*/
.lp_trackrecord_container{
    border-radius: 0 0 165px 165px;
    background-color: #C6F0FF;
    padding: 40px;
    margin-bottom: 60px;
}
.lp_trackrecord_wrapper{
    max-width: 1366px;
    margin: 0 auto;
}
.lp_trackrecord_area{
    width: 80%;
}
.lp_trackrecord_heading{
    margin-top: 60px;
    text-align: center;
    padding-bottom: 20px;
}
.lp_trackrecord_heading p{
    font-size: 30px;
    font-weight: 700;
}
.lp_trackrecord_area01 img{
    width: 100%;
    height: 300px;
    box-sizing: border-box;
    object-fit: cover;
}
.lp_trackrecord_area02 p {
    font-size: 18px;
    line-height: 35px;
}
.lp_trackrecord_area02 p span{
    font-size: 25px;
    font-weight: 700;
}
.lp_trackrecord_area01{
    width:60%;
}
.lp_trackrecord_area02{
    width:40%;
}
.lp_trackrecord_area{
    display: flex;
    gap: 20px;
    margin-bottom: 40px;
}
.lp_trackrecord_area_right{
    margin-left: auto;
}

@media (min-width: 500px) {
    .lp_trackrecord_container {
        border-radius: 0 0 calc(165 * (100vw / 1366)) calc(165 * (100vw / 1366));
        background-color: #C6F0FF;
        padding: calc(40 * (100vw / 1366));
        margin-bottom: calc(60 * (100vw / 1366));
    }
    .lp_trackrecord_wrapper {
        max-width: 1366px;
        margin: 0 auto;
    }
    .lp_trackrecord_area {
        width: 80%;
        display: flex;
        gap: calc(20 * (100vw / 1366));
        margin-bottom: calc(40 * (100vw / 1366));
    }
    .lp_trackrecord_heading {
        margin-top: calc(60 * (100vw / 1366));
        text-align: center;
        padding-bottom: calc(20 * (100vw / 1366));
    }
    .lp_trackrecord_heading p {
        font-size: calc(30 * (100vw / 1366));
        font-weight: 700;
    }
    .lp_trackrecord_area01 {
        width: 60%;
    }
    .lp_trackrecord_area01 img {
        width: 100%;
        height: calc(300 * (100vw / 1366));
        box-sizing: border-box;
        object-fit: cover;
    }
    .lp_trackrecord_area02 {
        width: 40%;
    }
    .lp_trackrecord_area02 p {
        font-size: calc(18 * (100vw / 1366));
        line-height: calc(35 * (100vw / 1366));
    }
    .lp_trackrecord_area02 p span {
        font-size: calc(25 * (100vw / 1366));
        font-weight: 700;
    }
    .lp_trackrecord_area_right {
        margin-left: auto;
    }
}

@media (min-width: 300px) and (max-width: 500px) {
    .lp_trackrecord_container {
        border-radius: 0 0 24px 24px;
        padding: 20px 12px;
        margin-bottom: 24px;
    }
    .lp_trackrecord_heading p {
        font-size: 18px;
        font-weight: 800;
        text-align: center;
        letter-spacing: 0.5px;
        margin: 0 0 14px 0;
    }
    .lp_trackrecord_content {
        display: grid;
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .lp_trackrecord_area {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 10px;
        margin: 0;
    }
    .lp_trackrecord_area01 {
        width: 100%;
    }
    .lp_trackrecord_area01 img {
        width: 100%;
        height: 180px;
        object-fit: cover;
        border-radius: 12px;
        box-shadow: 0 10px 22px rgba(0, 0, 0, 0.12);
        display: block;
    }
    .lp_trackrecord_area02 {
        width: 100%;
        background: #ffffff;
        border-radius: 12px;
        padding: 12px;
        box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
        box-sizing: border-box;
    }
    .lp_trackrecord_area02 p {
        font-size: 13px;
        line-height: 22px;
        margin: 0;
    }
    .lp_trackrecord_area02 p span {
        display: block;
        font-size: 15px;
        line-height: 24px;
        font-weight: 800;
        margin-bottom: 6px;
        color: #0a68e0;
    }
}