@media screen and (min-width: 668px),
print {
    .su_wrap {
        overflow: hidden;
    }
    /*---メイン・ヘッダ---*/
    .su_main {
        padding: 100px 0 70px 0;
        position: relative;
        margin-bottom: 100px;
        background-image: url(/img/support/su_ma_bg.webp);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    .su_ma_box {
        display: flex;
        width: 100%;
        max-width: 1500px;
        gap: 5%;
        padding: 0 4%;
        box-sizing: border-box;
        margin: 0 auto;
        align-items: center;
        justify-content: center;
    }
    .su_ma_box img {
        display: block;
        max-width: 50%;
        height: auto;
    }
    .su_ma_txt {
        width: 100%;
        max-width: 660px;
    }
    .su_ma_txt h2 {
        color: #ffffff;
        font-weight: 500;
        letter-spacing: 2px;
        margin-bottom: 80px;
        width: 120%;
        font-size: 39px;
        line-height: 80px;
    }
    .su_ma_txt h2 span {
        border: 1px solid #ffffff;
        padding: 3px 10px;
        margin: 0 10px;
    }
    .su_ma_txt a {
        display: block;
        width: 520px;
        background-color: #154f83;
        font-size: 24px;
        line-height: 85px;
        font-weight: 400;
        color: #ffffff;
        letter-spacing: 2px;
        text-align: center;
        border-radius: 10px;
        transition: 0.3s;
    }
    .su_ma_txt a:hover {
        transition: 0.3s;
        background-color: #ffffff;
        color: #154f83;
    }
    .su_ma_bg_txt {
        display: block;
        position: absolute;
        bottom: 0;
        left: auto;
    }

    /*---ここまでメイン・ヘッダ---*/
    /*---サポートが必要な場合---*/
    .su_case {
        margin-bottom: 80px;
    }
    .su_ca_tl_box {
        width: 850px;
        margin: 0 auto 80px;
    }
    .su_ca_tl_box h2 {
        font-size: 35px;
        line-height: 38px;
        color: #318cdd;
        font-weight: 600;
        margin-bottom: 30px;
        text-align: center;
        letter-spacing: 2px;
    }
    .su_ca_tl_box h2 span {
        background: linear-gradient(transparent 60%, #d7f53b 60%);
    }
    .su_ca_tl_box p {
        font-size: 22px;
        line-height: 36px;
        font-weight: 600;
        color: #318cdd;
        text-align: center;
        letter-spacing: 2px;
    }
    .su_ca_box {
        position: relative;
        width: 100vw;
        margin-left: calc(50% - 50vw);
        padding: 60px 0 120px 0;/*調整*/
        overflow: hidden;
    }
    .su_ca_box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 50%;
    background-color: #318cdd;
    border-radius: 0 40px 40px 0;
    z-index: 2;
    }
    .su_ca_box::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: calc(50% - -60px);
        background-color: #e9e8e6;
        border-radius: 40px 0 0 40px;
        z-index: 1;
    }
    .su_ca_contents {
        display: flex;
        width: 1160px;
        gap: 100px;
        margin: 0 auto;
        position: relative;
        z-index: 3;
    justify-content: center;
    width: 100%;
    }
    .su_ca_bg_text {
        position: absolute;
        bottom: -50px;
        left: 50%;
        margin-left: -1070px;
    }
    .su_ca_txt_box {
        position: relative;
        width: 550px;
        border-radius: 20px;
        padding: 20px 20px 60px 20px;
        background-color: #f6f5f7;
    }

    .su_ca_txt_tl {
        font-size: 23px;
        line-height: 72px;
        font-weight: 500;
        letter-spacing: 1px;
        border-radius: 15px;
        text-align: center;
        width: 270px;
        margin: 0 auto 30px;
    }
    .ca_txt_tl_l {
        background-color: #d7f53b;
        color: #318cdd;
    }
    .ca_txt_tl_r {
        color: #222222;
    }
    .su_ca_txt_box ul {
        margin-bottom: 30px;
    }
    .su_ca_txt_box ul li {
        margin-bottom: 20px;
        position: relative;
        padding: 15px 20px 15px 50px;
        border-radius: 20px;
        font-size: 21px;
        line-height: 30px;
        font-weight: 400;
        display: inline-block;
    }
    .su_ca_txt_box ul li span {
        color: #318cdd;
        font-weight: 500;
    }
    .su_ca_txt_box ul li::before {
        position: absolute;
        top: 50%;
        left: 15px;
        transform: translateY(-50%);
        content: url(/img/support/su_check.webp);
    }
    .su_ca_txt_box ul li:last-child {
        margin-bottom: 0;
    }
    .ca_txt_box_l li{
        background-color: #ffffff;
        box-shadow: 0 0 32px rgba(0, 0, 0, 0.08);
    }

    .ca_txt_box_r li {
        background-color: #f0eff2;
    }

    .su_ca_answer {
        font-size: 28px;
        line-height: 37px;
        letter-spacing: 2px;
        padding: 20px 0;
        text-align: center;
        border-radius: 20px;
        position: absolute;
        bottom: -50px;
        left: 50%;
        transform: translateX(-50%);
        width: 85%;
    }

    .cu_answer_l {
        color: #ffffff;
        background-color: #ed8600;
    }

    .cu_answer_r {
        color: #ffffff;
        background-color: #c4c4c4;
    }
    /*---ここまでサポートが必要な場合---*/
    /*---ゴール---*/
    .su_goal {
       margin-bottom: 100px;
       width: 100vw;
       margin-left: calc(50% - 50vw);
       overflow: hidden;
       padding: 80px 0;
    }

    .su_goal_inner {
        max-width: 1160px;
        margin: 0 auto;
        position: relative;
        display: flex;
        justify-content: right;
        align-items: center;
        min-height: 500px;
    }

    .su_goal_photo {
        position: absolute;
        left: -620px;
        top: 160px;
        border-radius: 40px;
    }

    .su_goal_box {
        width: 730px;
        position: relative;
        z-index: 2;
        background-color: #318cdd;
        border-radius: 40px 0 0 40px;
        padding: 90px 50px 90px 70px;
    }

    .su_goal_box::after {
        content: "";
        position: absolute;
        top: 0;
        left: 100%;
        width: 50vw;
        height: 100%;
        background-color: #318cdd;
        z-index: -1;
    }

    .su_goal_bg_txt {
        position: absolute;
        bottom: 10px;
        left: -20px;
    }

    .su_goal_contents {
        position: relative;
        z-index: 1;
        width: 760px;
    }

    .su_goal_img {
        display: block;
        margin: -110px auto 30px;
        max-width: 100%;
    }

    .su_goal h2 {
        font-size: 39px;
        line-height: 66px;
        font-weight: 600;
        margin-bottom: 50px;
        color: #ffffff;
        letter-spacing: 5px;
        text-align: left;
    }

    .su_goal h2 span {
        color: #e0fb27;
    }

    .su_goal p {
        font-size: 20px;
        line-height: 38px;
        color: #ffffff;
        letter-spacing: 1px;
        text-align: left;
        font-weight: 300;
    }
    /*---ここまでゴール---*/
    /*---３つの強み---*/
    .su_strength {
        margin-bottom: 140px;
    }
    .su_st_contents {
        width: 1200px;
        margin: 0 auto;
    }
    .su_tl_box {
        margin-bottom: 100px;
        display: flex;
        gap: 185px;
        align-items: center;
    }
    .su_tl_box h2 {
        font-size: 39px;
        line-height: 38px;
        font-weight: 600;
        padding-left: 50px;
        color: #318cdd;
        position: relative;
        letter-spacing: 5px;
    }
    .su_tl_box h2::before {
        position: absolute;
        content: "";
        top: 50%;
        left: 0;
        width: 34px;
        height: 3px;
        background-color: #318cdd;
    }
    .su_tl_box p {
        font-size: 18px;
        line-height: 25px;
        color: #000000;
        font-weight: 300;
    }
    .su_st_contents ul {
        display: flex;
        gap: 40px;
    }
    .su_st_contents ul li {
        width: 375px;
        box-sizing: border-box;
        border-radius: 20px;
        background-color: #e4ecf8;
        overflow: hidden;
        display: flex;
        flex-direction: column;
    }
    .su_st_txt {
        display: flex;
        flex-direction: column;
        height: 100%;
    }
    .su_st_txt div {
        background-color: #318cdd;
        padding: 20px 0;
        flex-grow: 1;
    }
    .su_st_txt_tl {
        color: #d7f53b;
        font-size: 22px;
        line-height: 31px;
        font-weight: 500;
        margin-bottom: 20px;
        text-align: center;
        letter-spacing: 1px;
    }
    .su_st_txt_desc {
        font-size: 15px;
        line-height: 20px;
        font-weight: 300;
        text-align: center;
        color: #ffffff;
    }
    /*---ここまで３つの強み---*/
    /*---メニュー---*/
    .su_menu {
        margin-bottom: 150px;
        position: relative;
    }
    .su_menu::before {
        content: "";
        position: absolute;
        top: 80px;
        left: 0;
        width: 45%;
        height: 90%;
        background-color: #318cdd;
        border-radius: 0 40px 40px 0;
        z-index: 1;
    }
    .su_me_bg {
    position: absolute;
        top: 220px;
        left: 50%;
        z-index: 2;
        margin-left: -520px;
    }

    .su_me_bg_txt {
        display: block;
    }
    
    .su_me_contents {
        width: 1200px;
        margin: 0 auto;
        position: relative;
        z-index: 3;
    }
    .su_me_contents .su_tl_box {
        margin-bottom: 80px;
    }
    .su_me_list {
        width: 1005px;
        margin-left: auto;
    }

    .su_me_list_box {
        display: flex;
        gap: 100px;
        padding: 40px 40px 0 40px;
        box-shadow: 0 0 29px rgba(0, 0, 0, 0.08);
        border-radius: 20px;
        box-sizing: border-box;
        overflow: hidden;
        margin-bottom: 50px;
        background-color: #ffffff;
    }

    .su_me_list_box:last-child {
        margin-bottom: 0;
    }

    .su_me_txt {
        position: relative;
    }

    .su_me_txt img {
        display: block;
        position: relative;
        margin-bottom: 15px;
        width: 125px;
        z-index: 1;
    }

    .su_me_txt_number {
        position: absolute;
        top: 3px;
        left: 11px;
        font-size: 17px;
        line-height: 37px;
        color: #318cdd;
        font-weight: 600;
        z-index: 2;
    }

    .su_me_txt_tl {
        font-size: 33px;
        line-height: 37px;
        font-weight: 600;
        color: #000000;
        margin-bottom: 35px;
        letter-spacing: 1px;
    }

    .su_me_txt_type {
        display: flex;
        gap: 10px;
        margin-bottom: 35px;
    }

    .su_me_txt_type li {
        border: 1px solid #000000;
        border-radius: 50px;
        padding: 5px;
        font-size: 18px;
        line-height: 37px;
        color: #000000;
        font-weight: 400;
    }
    .su_me_txt a {
        font-size: 16px;
        font-weight: bold;
        color: #fff;
        padding: 10px 0;
        margin-top: 10px;
        display: block;
        background: #318cdd;
        border-radius: 500px;
        text-align: center;
    }
    .su_me_txt a:hover {
        background: #1664a9;
    }
    .su_me_txt_desc {
        font-size: 15px;
        line-height: 26px;
        color: #000000;
    }

    .su_me_list_img {
        margin-bottom: -15px;
    }


    /*---ここまでメニュー---*/
    /*---ステップ---*/
    .su_step {
        background-color: #318cdd;
        padding: 100px 0 110px;
        margin-bottom: 40px;
        margin-top: 80px;
    }
    .su_sp_contents {
        width: 1200px;
        margin: 0 auto;
    }

    .su_sp_contents .su_tl_box {
        margin-bottom: 20px;
        position: relative;
    }

    .su_sp_contents .su_tl_box::after {
        position: absolute;
        content: url(/img/support/su_sp_bg_txt.webp);
        top: 0;
        right: 0;
        width: 760px;
        height: 320px;
        display: inline-block;
    }

    .su_sp_contents .su_tl_box h2 {
        color: #ffffff;
        margin-bottom: 70px;
    }

    .su_sp_contents .su_tl_box h2::before {
        background-color: #ffffff;
    }

    .su_sp_contents ul {
        display: flex;
        gap: 15px;
    }

    .su_sp_contents ul li {
        width: 395px;
        box-sizing: border-box;
        border-left: 10px solid #c6daec;
        border-radius: 20px;
        display: flex;
        flex-direction: column;
        position: relative;
    }

    .su_sp_contents ul li img {
        display: block;
        margin-bottom: 25px;
    }

    .su_sp_list_number {
        position: absolute;
        top: 5px;
        left: 35%;
        font-size: 26px;
        line-height: 38px;
        color: #318cdd;
        font-weight: 600;
    }

    .su_sp_txt_box {
        margin-left: 30px;
        flex-grow: 1;
    }

    .su_sp_txt_tl {
        font-size: 25px;
        line-height: 37px;
        font-weight: 500;
        color: #d7f53b;
        margin-bottom: 25px;
    }

    .su_sp_txt_desc {
        font-size: 16px;
        line-height: 27px;
        font-weight: 300;
        color: #ffffff;
        margin-bottom: 35px;
    }

    .su_sp_flow {
        background-color: #ffffff;
        border-radius: 0 20px 20px 10px;
        padding: 20px 15px;
        height: 265px;
    }

    .su_sp_flow_part {
        margin-bottom: 20px;
    }

    .su_sp_flow_part:last-child {
        margin-bottom: 0;
    }

    .su_sp_flow_part div {
        display: flex;
        align-items: center;
        margin-bottom: 8px;
    }

    .sp_flow_part_number {
        border-radius: 50px;
        background-color: #d7f53b;
        color: #318cdd;
        font-size: 15px;
        font-weight: 500;
        margin-right: 10px;
        width: 28px;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    }
    .sp_flow_part_tl {
        color: #318cdd;
        font-size: 16px;
        line-height: 15px;
        font-weight: 600;
        margin-right: 15px;
    }

    .sp_flow_part_type {
        background-color: #d9ecfc;
        color: #318cdd;
        font-size: 13px;
        font-weight: 400;
        border-radius: 50px;
        padding: 0 10px;
    }

    .flow_type_02 {
        margin-left: 10px;
    }

    .su_sp_flow_desc {
        font-size: 14px;
        line-height: 17px;
        font-weight: 400;
        color: #000000;
    }


    /*---ここまでステップ---*/


    }