@media screen and (max-width: 668px),
print {
    .su_wrap {
        overflow: hidden;
    }
    /*---メイン・ヘッダ---*/
    .su_main {
	padding: 15% 0 10% 0;
	position: relative;
	margin-bottom: 15%;
	/* background-color: #318cdd; */
	background-image: url(/img/support/su_ma_bg.webp);
	background-size: cover;
	background-position: 80%;
	background-repeat: no-repeat;
    }
    /*.su_ma_box {
        display: flex;
        width: 86vw;
        gap: 20;
        margin: 0 auto;
    }
    .su_ma_box img {
        display: block;
    }*/
    .su_ma_txt {
        margin: 0 auto;
        width: 96vw;
    }
    .su_ma_txt h2 {
        font-size: 5vw;
        line-height: 46px;
        color: #ffffff;
        font-weight: 500;
        letter-spacing: 2px;
        margin-bottom: 5%;
        text-align: center;
    }
    .su_ma_txt h2 span {
        border: 1px solid #ffffff;
        padding: 0 2%;
        margin: 0 1%;
    }

  .su_ma_staff_photo {
    display: flex;
    /*width: 80%;*/
    gap: 4vw;
    margin-bottom: 10%;
  }

  .su_ma_staff_photo img {
    width: calc((100vw / 4) - 4vw);
  }

    
    .su_ma_txt a {
        display: block;
        width: 80vw;
        background-color: #154f83;
        font-size: 4vw;
        line-height: 1.4;
        font-weight: 400;
        color: #ffffff;
        letter-spacing: 2px;
        text-align: center;
        border-radius: 10px;
        transition: 0.3s;
        padding: 3% 0;
        margin: 0 auto;
    }
    
    /*.su_ma_bg_txt {
        display: block;
        position: absolute;
        bottom: 0;
        left: auto;
    }*/

    /*---ここまでメイン・ヘッダ---*/
     /*---サポートが必要な場合---*/
    .su_case {
        margin-bottom: 30%;
    }
    .su_ca_tl_box {
        width: 70vw;
        margin: 0 auto 10%;
    }
    .su_ca_tl_box h2 {
        font-size: 5vw;
        line-height: 1.6;
        color: #318cdd;
        font-weight: 600;
        margin-bottom: 3%;
        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: 3.5vw;
        line-height: 1.6;
        font-weight: 600;
        color: #318cdd;
        text-align: center;
        letter-spacing: 1px;
    }/*
    .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_bg_text {
        position: absolute;
        top: 55%;
        left: 50%;
        transform:-800px;
        z-index: 2;
        pointer-events: none;
    }*/
    .su_ca_contents {
        width: 86vw;
        margin: 0 auto;
        position: relative;
        z-index: 3;
    }
    .su_ca_txt_box {
        position: relative;
        border-radius: 20px;
        padding: 5%;
        background-color: #f6f5f7;
        padding-bottom: 20%;
        margin: 0 auto;
    }
    .ca_txt_box_l {
        margin-bottom: 27%;
    }
    .su_ca_txt_box_bg {
        position: relative;
    }
      .su_ca_txt_box_bg::before {
        position: absolute;
        content: "";
        top: -6%;
        left: -50vw;
        width: 200vw;
        height: 120%;
        background-color: #318cdd;
        
    }
    
    .su_ca_txt_tl {
        font-size: 4vw;
        line-height: 1.4;
        font-weight: 500;
        letter-spacing: 1px;
        border-radius: 11px;
        text-align: center;
        width: 60vw;
        margin: 0 auto 5%;
        padding: 4%
    }
    .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: 5%;
        position: relative;
        padding: 3% 3% 3% 15%;
        border-radius: 10px;
        font-size: 3.4vw;
        line-height: 1.6;
        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: 4%;
        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: 4vw;
        line-height: 1.6;
        letter-spacing: 1px;
        padding: 4% 0;
        text-align: center;
        border-radius: 15px;
        position: absolute;
        bottom: -45px;
        left: 50%;
        transform: translateX(-50%);
        width: 80%;
    }

    .cu_answer_l {
        color: #ffffff;
        background-color: #ed8600;
    }

    .cu_answer_r {
        color: #ffffff;
        background-color: #c4c4c4;
    }
    /*---ここまでサポートが必要な場合---*/
    /*---ゴール---*/

    .su_goal {
        margin-top: 10%;
        margin-bottom: 10%;
        width: 93vw;
        margin-left: calc(50% - 50vw);
        overflow: hidden;
        margin-left: auto;
    }

    /*.su_goal_inner {
        max-width: 1160px;
        margin: 0 auto;
        position: relative;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        min-height: 500px;
    }

    .su_goal_photo {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 55%;
        max-width: 800px;
        z-index: 1;
    }
*/
    .su_goal_box {
    position: relative;
    z-index: 2;
    background-color: #318cdd;
    border-radius: 20px 0 0 20px;
    padding: 8%;
    }
/*
    .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;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 90%;
        z-index: 0;
        pointer-events: none;
    }

    .su_goal_contents {
        position: relative;
        z-index: 1;
        
    }
*/
    .su_goal_img {
        display: block;
        margin-bottom: 10%;
    }

    .su_goal_contents h2 {
        font-size: 5vw;
        line-height: 1.4;
        font-weight: 600;
        margin-bottom: 10%;
        color: #ffffff;
        letter-spacing: 2px;
        text-align: left;
    }

    .su_goal_contents h2 span {
        color: #e0fb27;
    }

    .su_goal_contents p {
        font-size: 4vw;
        line-height: 1.6;
        color: #ffffff;
        letter-spacing: 1px;
        text-align: left;
        font-weight: 300;
    }
    /*---ここまでゴール---*/
    /*---３つの強み---*/
    
    .su_strength {
        margin-bottom: 30%;
    }
    .su_st_contents {
        width: 86vw;
        margin: 0 auto;
    }
    .su_tl_box {
        margin-bottom: 10%;
    }
  
    .su_tl_box h2 {
        font-size: 5vw;
        line-height: 1.4;
        font-weight: 600;
        color: #318cdd;
        position: relative;
        padding-left: 8%;
        margin-bottom: 3%;
    }
    .su_tl_box h2::before {
        position: absolute;
        content: "";
        top: 50%;
        left: 0;
        width: 5vw;
        height: 3px;
        background-color: #318cdd;
    }
    .su_tl_box p {
        font-size: 3.5vw;
        line-height: 1.6;
        color: #000000;
        font-weight: 300;
        width: 90%;
        margin: 0 auto;
    }
/*  .su_st_contents ul {
        display: flex;
        gap: 40px;
    }
*/
    .su_st_contents ul li {
        box-sizing: border-box;
        border-radius: 20px;
        background-color: #e4ecf8;
        overflow: hidden;
        display: flex;
        flex-direction: column;
            margin: 0 auto 8%;
        
    }
    /*.su_tl_box ul li::before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
    }
        */
    
    .su_st_txt {
        display: flex;
        flex-direction: column;
        height: 100%;
    }
    .su_st_txt img {
        width: 80%;
        margin: 0 auto;
    }
    .su_st_txt div {
        background-color: #318cdd;
        padding: 10% 0;
        flex-grow: 1;
        padding: 5%;
    }
    .su_st_txt_tl {
        color: #d7f53b;
        font-size: 4vw;
        line-height: 1.6;
        font-weight: 500;
        margin-bottom: 10%;
        text-align: center;
        letter-spacing: 1px;
        margin-bottom: 5%;
    }
    .su_st_txt_desc {
        font-size: 3.2vw;
        line-height: 1.6;
        font-weight: 300;
        text-align: center;
        color: #ffffff;
    }
    /*---ここまで３つの強み---*/
    /*---メニュー---*/
    
    .su_menu {
        margin-bottom: 10%;
    }
    .su_menu .su_tl_box h2{
        color: #fff;
    }
    .su_menu .su_tl_box h2::before{
        background-color: #fff;
    }
    .su_me_contents {
        /*width: 86vw;*/
        margin: 0 auto;
        background-color: #318cdd;
        padding: 10% 5%;
    }
    .su_me_contents .su_tl_box {
        margin-bottom: 5%;
    }
    .su_me_list {
        margin: 0 auto;
    }

    .su_me_list_box {
        padding: 10%;
        box-shadow: 0 0 29px rgba(0, 0, 0, 0.08);
        border-radius: 20px;
        box-sizing: border-box;
        overflow: hidden;
        margin-bottom: 13%;
        background-color: #fff;
    }

    .su_me_list_box:last-child {
        margin-bottom: 0;
    }

    .su_me_txt {
        position: relative;
    }

    .su_me_txtframe {
        display: block;
        margin: 0 auto 3%;
        width: 22vw;
    }

    .su_me_txt_number {
        position: absolute;
        top: 2%;
        left: 35%;
        font-size: 3vw;
        line-height: 1.4;
        color: #318cdd;
        font-weight: 600;
        text-align: center;
    }

    .su_me_txt_tl {
        font-size: 4.5vw;
        line-height: 1.6;
        font-weight: 600;
        color: #000000;
        margin-bottom: 5%;
        letter-spacing: 1px;
        text-align: center;
    }

    .su_me_list_img {
        display: block;
        width: 80%;
        margin: 0 auto 5%;
    }

    .su_me_txt_type {
        display: flex;
        gap: 2%;
        margin-bottom: 5%;
    }

    .su_me_txt_type li {
        border: 1px solid #000000;
        border-radius: 50px;
        padding: 3%;
        font-size: 2.5vw;
        line-height: 1.4;
        color: #000000;
        font-weight: 400;
    }
    .su_me_txt a {
        font-size: 14px;
        font-weight: bold;
        color: #fff;
        padding: 10px 0;
        margin-top: 15px;
        display: block;
        background: #318cdd;
        border-radius: 500px;
        text-align: center;
    }
    .su_me_txt a:hover {
        background: #1664a9;
    }
    .su_me_txt_desc {
        font-size: 3.5vw;
        line-height: 1.6;
        color: #000000;
    }


    /*---ここまでメニュー---*/
    /*---ステップ---*/
    .su_step {
        background-color: #318cdd;
        padding: 10% 0;
        margin: 10% 0;
    }
    .su_sp_contents {
        width: 86vw;
        margin: 0 auto;
    }

    .su_sp_contents .su_tl_box h2 {
        color: #ffffff;
        margin-bottom: 10%;
    }

    .su_sp_contents .su_tl_box h2::before {
        background-color: #ffffff;
    }

    .su_sp_contents ul {
        /*display: flex;
        gap: 15px;*/
        width: 96%;
        margin: 0 auto 0 5%;
    }

    .su_sp_contents ul li {
        box-sizing: border-box;
        border-top: 10px solid #c6daec;
        /*border-radius: 20px;*/
        display: flex;
        flex-direction: column;
        margin-bottom: 12%;
        position: relative;
    }

    .su_sp_box_li_01 {
        position: relative;
    }
    .su_sp_box_li_01::before{
        content: "";
        background-image: url(/img/support/su_sp_list_st01.webp);
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        top: -10px;
        left: -30px;
        width: 20%;
        height: 100%;
    }
    .su_sp_box_li_02 {
        position: relative;
    }
    .su_sp_box_li_02::before {
        content: "";
        background-image: url(/img/support/su_sp_list_st02.webp);
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        top: -10px;
        left: -30px;
         width: 20%;
        height: 100%;
    }
    .su_sp_box_li_03 {
        position: relative;
    }
    .su_sp_box_li_03::before {
        content: "";
        background-image: url(/img/support/su_sp_list_st03.webp);
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        top: -10px;
        left: -30px;
         width: 20%;
        height: 100%;
    }

    /*.su_sp_contents ul li img {
        display: block;
        margin-bottom: 8%;
    }

    .su_sp_list_number {
        position: absolute;
        top: 2%;
        left: 35%;
        font-size: 4.5vw;
        line-height: 1.4;
        color: #318cdd;
        font-weight: 600;
    }
        */

    .su_sp_txt_box {
        margin-left: 10%;
        margin-top: 5%;
        flex-grow: 1;
    }

    .su_sp_txt_tl {
        font-size: 4.5vw;
        line-height: 1.6;
        font-weight: 500;
        color: #d7f53b;
        margin-bottom: 5%;
    }

    .su_sp_txt_desc {
        font-size: 3.5vw;
        line-height: 1.6;
        font-weight: 300;
        color: #ffffff;
        margin-bottom: 8%
    }

    .su_sp_flow {
        background-color: #ffffff;
        border-radius: 20px;
        padding: 5%;
        margin-left: 10%;
        /*height: 265px;*/
    }

    .su_sp_flow_part {
        margin-bottom: 7%;
    }

    .su_sp_flow_part:last-child {
        margin-bottom: 0;
    }

    .su_sp_flow_part div {
        display: flex;
        align-items: center;
        margin-bottom: 3%;
    }

    .sp_flow_part_number {
        border-radius: 50px;
        background-color: #d7f53b;
        color: #318cdd;
        font-size: 3.5vw;
        font-weight: 500;
        margin-right: 3%;
        width: 6vw;
    /*height: 28px;*/
    display: flex;
    justify-content: center;
    align-items: center;
    }
    .sp_flow_part_tl {
        color: #318cdd;
        font-size: 3.5vw;
        line-height: 1.4;
        font-weight: 600;
        margin-right: 3%;
    }

    .sp_flow_part_type {
        background-color: #d9ecfc;
        color: #318cdd;
        font-size: 3.2vw;
        font-weight: 400;
        border-radius: 50px;
        padding: 0 3%;
    }

    .flow_type_02 {
        margin-left: 3%;
    }

    .su_sp_flow_desc {
        font-size: 3.4vw;
        line-height: 1.6;
        font-weight: 400;
        color: #000000;
    }


    /*---ここまでステップ---*/
    
}