/*TOPメインビジュアル*/
.mainvisual {
    background: #fff;
    height: 545px;
    border-radius: 0% 0% 40% 40% / 0% 0% 20% 20%;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items: center;
}

.mainvisual .image-item img {
    width: 600px;
    padding-top: 100px;
}

.mainvisual .logo-item img {
    width: 160px;
    padding-top: 40px;
}

.mainvisual .logo-item_02 img {
    width: 350px;
    padding: 35px 0 20px 0;
}

.sub_title .concept {
    color: #fff;
    font-family: "Shippori Mincho", serif;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 2.5rem;
    margin-top: 20px;
}

.mv_box {
    position: relative;
}

.main_title {
    font-size: 2rem;
    line-height: 4.2rem;
    color: #144A90;
}

.m-point {
    padding: 5px 3px 8px 0;
    color: #144A90;
    font-size: 2.5rem;
}

.sub_title {
    position: absolute;
    width: 100%;
    height: 480px;
    z-index: -1;
    top: 430px;
    background-image: linear-gradient(90deg, #021c39 1%, #0a5cb4 50%, #021c39);
    padding: 180px 0 80px 0;
}

.c-text {
    color: #fff;
    font-size: 1rem;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 400;
    line-height: 1.8rem;
}

.mv-hr {
    border-top: 2px solid #fff;
    width: 75%;
    margin: 15px auto;
}

/*お悩み*/
#rote-01 {
    background-image: url(../image/haikei.png);
    padding-bottom: 80px;
    margin-top: 230px;
}

.worries .accent {
    background-color: #144A90;
    color: #fff;
    padding: 5px 10px;
    font-family: "Shippori Mincho", serif;
}

.worries .content_title {
    line-height: 3rem;
    margin-bottom: 80px;
}

.worries_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.worries_box .image_box {
    position: relative;
    z-index: 1000;
    width: 330px;
}

.worries_box .image_box .text {
    position: sticky;
    z-index: 1100;
}

.worries_box .image_box .text-title {
    color: #144A90;
    font-weight: bold;
    font-size: 1.2rem;
    margin-bottom: 10px;
    position: sticky;
    z-index: 1100;
}

.worries_box .image_box img {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 0;
    width: 330px;
    height: 190px;
}

.worries_box .image_box img.moya01 {
    top: -60px;
    width: 340px;
    height: 200px;
}

.worries_box .image_box img.moya02 {
    transform: scaleY(-1);
    top: -55px;
}

.worries_box .image_box img.moya03 {
    top: -40px;
}

/*POINT*/
/*下向き矢印*/
.triangle {
    display: block;
    background: #170e0e;
    height: 30px;
    width: 80px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    margin: 0 auto 50px auto;
}

.p_content .content_title_02 {
    color: #e40b16;
    margin-bottom: 10px;
    line-height: 2rem;
}

.p_content .text_box {
    margin-bottom: 50px;
}

.p_content .text_box .content_title {
    margin-bottom: 0;
}

.p_content .text_box .mv_logo {
    width: 500px;
    margin: 30px auto;
}

.p_content .point_box {
    display: flex;
    justify-content: center;
    gap: 30px;
    padding-top: 50px;
}

.p_content .point_item {
    border: #144A90 2px solid;
    padding: 20px 15px 15px 15px;
    border-radius: 8px;
    margin-bottom: 10px;
    width: 310px;
    background: #fff;
    position: relative;
}

.p_content .point_item .p_tug {
    position: absolute;
    top: -45px;
    left: 10px;
    transform: translateX(-50%);
    width: 60px;
}

.p_content .point_item .text {
    text-align: left;
    /*line-height: 1.8rem;*/
    margin-bottom: 10px;
}

/*単元マスターRoteの特長*/
#rote-03 {
    background: #ebebeb;
    padding-bottom: 50px;
}

.ft_content .ft_box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.ft_content .ft_box .ft_item {
    position: relative;
    padding: 10px 15px;
    width: 33.3%;
    background: #fff;
    border-radius: 8px;
    border: #144A90 2px solid;
    margin-bottom: 20px;
    height: 250px;
}

.ft_content .ft_box .ft_item .title-box {
    position: absolute;
    top: 0;
    left: 0;
    background: #144A90;
    width: 100%;
    height: 40px;
}

.ft_content .ft_box .ft_item .title-box .content_title_02 {
    color: #fff;
    font-size: 1.1rem;
}

.ft_content .ft_box .ft_item .image_item {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
    height: 90px;
}

.ft_content .ft_box .ft_item .image_item img {
    width: 100px;
    height: auto
}

.ft_content .ft_box .ft_item .image_item .f-03 {
    transform: rotate(-90deg);
    width: 80px;
}

.ft_content .ft_box .ft_item .image_item .f-04 {
    width: 60px;
    margin-left: 20px;
}

.ft_content .ft_box .ft_item .ex_item {
    margin-top: 50px;
}

.ft_content .ft_box .ft_item .ex_item .text {
    font-size: 0.9rem;
    margin-bottom: 0;
    text-align: left;
}

/*単元マスターRote学習の流れ*/
#rote-04 {
    padding-bottom: 50px;
}

.fw_content .fw_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 35px;
}

.fw_content .fw_box .fw_item {
    position: relative;
    padding: 10px 15px;
    width: 29%;
    background: #fff;
    border-radius: 8px;
    border: #144A90 2px solid;
    margin-bottom: 20px;
    height: 610px;
}

.fw_content .fw_box .fw_item .title-box {
    position: absolute;
    top: 0;
    left: 0;
    background: #144A90;
    width: 100%;
    height: 40px;
}

.fw_content .fw_box .fw_item .title-box .content_title_02 {
    color: #fff;
    font-size: 1.1rem;
}

.fw_content .fw_box .fw_item .image_item {
    margin-bottom: 10px;
}

.fw_content .fw_box .fw_item .image_item img {
    width: 230px;
    height: auto
}

.fw_content .fw_box .fw_item .ex_item {
    margin-top: 40px;
}

.fw_content .fw_box .fw_item .ex_item .text {
    font-size: 1rem;
    margin-bottom: 0;
    text-align: left;
}

.fw_content .fw_box .fw_item .ex_item .text.red {
    color: #e40b16;
}

.fw_content .fw_box .fw_item .triangle {
    position: absolute;
    height: 40px;
    width: 30px;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    top: 45%;
    right: -50px;
    transform: translateY(-50%)
}

.fw_content .fw_box .fw_item .triangle.red {
    background: #e40b16;
    top: 55%;
    clip-path: polygon(0 50%, 100% 0, 100% 100%);
}

.fw_content .content_title_03 .s-font {
    font-size: 1rem;
    letter-spacing: 0.1em;
    color: #fff;
}

/*単語帳機能*/
#rote-05 {
    background: #ebebeb;
    padding-bottom: 50px;
}

.ot_content .ot_table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #144A90;
    margin-bottom: 40px;
}

.ot_content .ot_table thead th {
    background-color: #144A90;
    color: #fff;
    border-right: #fff 1px solid;
    padding: 10px 5px;
}

.ot_content .ot_table thead th:last-child {
    border: none;
}

.ot_content .ot_table td,
.ot_content .ot_table th {
    background-color: #fff;
    padding: 15px 5px;
    border: 1px solid #144A90;
    font-size: 0.9rem;
}

.ot_content .ot_table td {
    font-weight: 500;
    color: #170e0e;
}

.ot_content .point_box {
    display: flex;
    justify-content: center;
    gap: 30px;
    padding-top: 50px;
}

.ot_content .point_box .p_tug {
    background-color: #144A90;
    width: 50%;
    border-radius: 50px;
    position: absolute;
    top: -20px;
    left: -20px;
    height: 35px;
}

.ot_content .point_box .p_tug .content_title_03 {
    font-size: 1rem;
}

.ot_content .point_box .point_item {
    background-color: #fff;
    border: #144A90 2px solid;
    border-radius: 8px;
    position: relative;
    height: 110px;
    width: 30%;
    padding: 40px 10px 15px 10px;
    margin-bottom: 20px;
}

/*料金・販売について*/
.pm_content .pm_box {
    background-color: #ebebeb;
    padding: 30px 25px;
    margin-bottom: 40px;
}

.pm_content .pm_box:last-child {
    margin-bottom: 50px;
}

.pm_content .pm_box .flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}

.pm_content .pm_box .flex .pm_item {
    width: 25%;
    border-radius: 8px;
    padding: 20px 10px;
    background-color: #fff;
}

.pm_content .pm_box .flex .pm_item.b-box {
    border: #144A90 2px solid;
    position: relative;
}

.pm_content .pm_box .flex .pm_item.r-box {
    border: #e40b16 2px solid;
    position: relative;
}

.pm_content .pm_box .flex .pm_item .content_title_02 {
    margin-bottom: 0;
}

.pm_content .pm_box .flex .pm_item .content_title_02 .s-font {
    font-size: 1rem;
}

.pm_content .pm_box .flex .pm_item.b-box .image_item,
.pm_content .pm_box .flex .pm_item.r-box .image_item {
    position: absolute;
    width: 40px;
    top: 50%;
    transform: translateY(-50%);
    left: -80px;
}

#rote-06 .more {
    margin: 70px auto 50px auto;
}

/*申込方法*/
/*#rote-07 {
    padding-bottom: 50px;
}*/

.fw_content.app_flow .fw_box {
    gap: 20px;
}

.fw_content.app_flow .fw_box .fw_item {
    width: 22%;
    height: 350px;
}

.fw_content.app_flow .fw_box .fw_item .image_item {
    height: 150px;
}

.fw_content.app_flow .fw_box .fw_item .image_item img {
    width: 130px;
}

.fw_content.app_flow .fw_box .fw_item.step04 {
    border: 2px solid #1F7945;
}

.fw_content.app_flow .fw_box .fw_item.step04 .title-box {
    background: #1F7945;
}

.fw_content.app_flow .fw_box .fw_item.step02 {
    border: 2px solid #e40b16;
}

.fw_content.app_flow .fw_box .fw_item.step02 .title-box {
    background: #e40b16;
}

.fw_content.app_flow .fw_box .fw_item.step02 .image_item img {
    width: 150px;
}

.fw_content.app_flow .fw_box .fw_item .triangle {
    top: 50%;
    right: -35px;
    width: 25px;
}

/*ご契約の流れ*/
.am_content .fw_box {
    gap: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.am_content .fw_box .fw_item {
    width: 22%;
    height: 350px;
    border: #144A90 2px solid;
    background: #fff;
    border-radius: 8px;
    position: relative;
    padding: 10px 10px;
}

.am_content .fw_box .fw_item .text.lower {
    line-height: 1.5rem;
}

.am_content .fw_box .fw_item .title-box {
    background: #144A90;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    position: absolute;
}

.am_content .fw_box .fw_item .ex_item {
    margin-top: 40px;
}

.am_content .fw_box .fw_item .image_item {
    height: 150px;
}

.am_content .fw_box .fw_item .text_item .content_title_03 {
    color: #144A90;
    letter-spacing: normal;
    margin-bottom: 10px;
}

.am_content .fw_box .fw_item .image_item img {
    width: 130px;
}

.am_content .fw_box .fw_item .triangle {
    top: 50%;
    right: -35px;
    width: 25px;
    position: absolute;
    height: 40px;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    transform: translateY(-50%);
    display: block;
    background: #170e0e;
}

.am_content .am_gray_box {
    background: #ebebeb;
    width: 100%;
    padding: 40px 30px;
    margin-top: 50px;
}

.am_content .am_box {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 20px;
}

.am_content .am_box .am_item {
    background-color: #fff;
    padding: 20px 10px;
    border-radius: 8px;
    border: #e40b16 2px solid;
    width: 32%;
    height: 190px;
}

.am_content .am_box .am_item .content_title_02.lower {
    margin-bottom: 10px;
    height: 40px;
}

.am_content .am_box .am_item .text.note {
    margin-top: 10px;
    text-align: center;
    line-height: 1rem;
}
/*契約校募集ページへリンク*/
.ns_content {
    background-color: #EBEBEB;
    margin-bottom: 100px;
}

.ns_content .ns_box .ns_item {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 30px;
    align-items: center;
}

.ns_content .ns_box .ns_item .image_item {
    margin-bottom: 0px;
    cursor: pointer;
    max-width: 550px;
    overflow: hidden;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
    width: 40%;
    height: 265px;
}

.ns_content .ns_box .ns_item .image_item img {
    transition: transform 0.5s ease;
    height: auto;
}

.ns_content .ns_box .ns_item .text_item {
    height: 150px;
}

.ns_content .ns_box .ns_item .text_item .content_title_02 {
    font-weight: 700;
}

/*ホバーして画像拡大*/
.ns_content .ns_box .ns_item:hover img {
    transform: scale(1.05);
}

/* 960px以下 */
@media (max-width:960px) {

    /*メインビジュアル*/
    .mainvisual .image-item img {
        width: 400px;
        padding-top: 40px;
    }

    .main_title {
        font-size: 1.4rem;
        line-height: 3.3rem;
    }

    .mainvisual {
        height: 430px;
        gap: 10px;
    }

    .m-point {
        padding: 5px 3px 8px 0;
        font-size: 1.8rem;
    }

    .sub_title {
        top: 350px;
        padding: 130px 20px 40px 20px;
        height: 430px;
    }

    .sub_title .concept {
        font-size: 1.2rem;
    }

    .mainvisual .logo-item img {
        width: 130px;
        padding-top: 0;
    }

    .mainvisual .logo-item_02 img {
        width: 250px;
        padding: 30px 0 20px 0;
    }

    .mv-hr {
        margin: 5px auto;
    }

    .c-text {
        line-height: 1.6rem;
    }

    /*悩み*/
    #rote-01 {
        margin-top: 260px;
    }

    .worries_box {
        padding-top: 30px;
        gap: 30px;
    }

    .worries_box .image_box {
        width: 260px;
    }

    .worries_box .image_box .text-title {
        font-size: 1rem;
        margin-bottom: 3px;
    }

    .worries_box .image_box .text {
        margin-bottom: 0;
    }

    .worries_box .image_box img.moya02 {
        top: -40px;
        width: 250px;
        height: 170px;
        left: -18px;
    }

    .worries_box .image_box img.moya01 {
        width: 250px;
        left: -20px;
        top: -50px;
    }

    .worries_box .image_box img.moya03 {
        width: 230px;
        top: -30px;
        left: -5px;
        height: 160px;
    }

    .worries .content_title {
        margin-bottom: 30px;
    }

    /*POINT*/
    /*下向き矢印*/
    .triangle {
        margin: 0 auto 30px auto;
    }

    .p_content .text_box .mv_logo {
        width: 430px;
    }

    .p_content .content_title_02 {
        color: #e40b16;
        margin-bottom: 5px;
        line-height: 1.8rem;
    }

    .p_content .point_box {
        gap: 20px;
    }

    .p_content .point_item .p_tug {
        top: -50px;
        left: 10px;
    }

    .p_content .point_item .p_tug img {
        width: 55px;
    }

    .p_content .point_item {
        padding: 20px 10px 15px 10px;
    }

    /*Roteの特長*/
    .ft_content .ft_box {
        gap: 10px;
    }

    .ft_content .ft_box .ft_item .image_item img {
        width: 90px;
    }

    .ft_content .ft_box .ft_item .image_item .f-03 {
        width: 70px;
    }

    /*学習の流れ*/
    .fw_content .fw_box {
        gap: 20px;
    }

    .fw_content .fw_box .fw_item {
        width: 30%;
        height: 560px;
    }

    .fw_content .fw_box .fw_item .image_item img {
        width: 200px;
        margin-left: -13px;
    }

    .fw_content .fw_box .fw_item .triangle {
        right: -30px;
        width: 20px;
        height: 35px;
    }

    /*料金・販売について*/
    .ot_content .point_box .point_item:first-child {
        padding: 30px 10px 15px 10px;
    }

    .pm_content .pm_box .flex .pm_item.b-box .image_item,
    .pm_content .pm_box .flex .pm_item.r-box .image_item {
        width: 35px;
        left: -60px;
    }

    /*申し込み方法*/
    .fw_content.app_flow .fw_box .fw_item .image_item img {
        width: 110px;
    }

    .fw_content.app_flow .fw_box .fw_item.step02 .image_item img {
        width: 130px;
    }

    .fw_content.app_flow .fw_box .fw_item .image_item {
        height: 130px;
    }

    .fw_content.app_flow .fw_box .fw_item .triangle {
        width: 20px;
        height: 25px;
        right: -25px;
    }

    .fw_content.app_flow .fw_box .fw_item {
        padding: 10px;
    }

    .fw_content.app_flow .fw_box .fw_item {
        width: 22%;
    }

    .fw_content.app_flow .fw_box .fw_item .ex_item {
        margin-top: 40px;
    }

    .fw_content .fw_box .fw_item .ex_item .text {
        font-size: 0.9rem;
    }

    /*契約の流れ*/
    .am_content .fw_box .fw_item .image_item img {
        width: 110px;
    }

    .am_content .fw_box .fw_item.step03 .image_item img {
        padding-top: 7px;
    }

    .am_content .fw_box .fw_item.step02 .image_item img {
        width: 105px;
        padding-top: 5px;
    }

    .am_content .fw_box .fw_item .image_item {
        height: 130px;
    }

    .am_content .fw_box .fw_item {
        height: 350px;
    }

    .am_content .fw_box .fw_item .triangle {
        width: 15px;
        height: 30px;
        right: -24px;
    }

    .am_content .am_box {
        flex-wrap: wrap;
        gap: 20px;
    }

    .am_content .am_box .am_item {
        width: 48%;
        padding: 10px 5px 20px 5px;
        height: auto;
    }
    /*契約校募集ページへリンク*/
    .ns_content .ns_box .ns_item {
        gap: 20px;
    }

    .ns_content .ns_box .ns_item .image_item {
        width: 50%;
        height: 230px;
    }

    .ns_content .ns_box .ns_item .image_item img {
        transition: transform 0.5s ease;
        height: auto;
    }

    .ns_content .ns_box .ns_item .text_item {
        height: 150px;
    }

    .ns_content .ns_box .ns_item .text_item .content_title_02 {
        font-weight: 700;
    }
}
/* 560px以下 */
@media (max-width:560px) {

    /* メインビジュアル */
    .mainvisual {
        display: flex;
        flex-direction: column-reverse;
        padding-top: 30px;
        height: 580px;
        border-radius: 0% 0% 50% 50% / 0% 0% 23% 23%;
    }

    .mainvisual .image-item img {
        width: 330px;
        padding-top: 0;
    }

    .mainvisual .logo-item_02 img {
        padding: 25px 0 5px 0;
    }

    .mainvisual .logo-item img {
        width: 250px;
    }

    .main_title {
        font-size: 1.3rem;
        line-height: 2.7rem;
        margin-bottom: 0px;
    }

    .sub_title {
        top: 450px;
        height: 500px;
        padding: 160px 20px 40px 20px
    }

    .sub_title .concept {
        font-size: 1.1rem;
    }

    .c-text {
        font-size: 0.8rem;
        text-align: left;
        text-align: center;
    }

    .mv-hr {
        width: 90%;
    }

    .m-point {
        font-size: 1.7rem;
    }

    /*お悩み*/
    #rote-01 {
        padding-bottom: 30px;
    }

    .worries_box {
        display: block;
    }

    .worries_box .image_box {
        margin: 0 auto 60px auto;
        width: 330px;
    }

    .worries_box .image_box img.moya01 {
        width: 330px;
        height: 150px;
        left: 0;
    }

    .worries_box .image_box img.moya02 {
        top: -30px;
        width: 330px;
        height: 135px;
        left: 0;
    }

    .worries_box .image_box img.moya03 {
        width: 330px;
        top: -25px;
        left: -5px;
        height: 140px
    }

    .worries_box .image_box img {
        width: 330px;
        height: 150px;
    }

    .p_content .text_box .mv_logo {
        width: 320px;
        margin: 20px auto;
    }

    .p_content .point_box {
        display: block;
        padding-top: 20px;
    }

    .p_content .point_item {
        margin: 50px auto;
        border: #144A90 1.5px solid;
    }

    .p_content .text_box {
        margin-bottom: 15px;
    }

    .p_content .point_item .p_tug {
        top: -40px;
    }

    /* 特長*/
    .ft_content .ft_box {
        display: block;
    }

    .ft_content .ft_box .ft_item {
        width: 90%;
        margin: 0 auto 20px auto;
        border: #144A90 1.5px solid;
    }

    .ft_content .ft_box .ft_item .image_item img {
        width: 90px;
    }

    .ft_content .ft_box .ft_item .ex_item .text {
        font-size: 0.8rem;
    }

    /*学習の流れ*/
    .fw_content .fw_box {
        display: block;
    }

    .fw_content .fw_box .fw_item {
        width: 100%;
        height: auto;
        margin-bottom: 50px;
        border: #144A90 1.5px solid;
        padding: 10px 15px;
    }

    .fw_content .fw_box .fw_item .image_item img {
        width: 160px;
    }

    .fw_content .fw_box .fw_item .triangle {
        top: 370px;
        right: 170px;
        clip-path: polygon(0 0, 100% 0, 50% 100%);
        height: 25px;
    }

    .fw_content .fw_box .fw_item .triangle.red {
        clip-path: polygon(50% 0, 100% 100%, 0 100%);
        height: 25px;
        top: 370px;
        right: 130px;
    }

    .fw_content .fw_box .fw_item .triangle.center-t {
        right: 50%;
        top: 370px;
        transform: translateY(-50%);
    }

    .fw_content .fw_box .fw_item .ex_item .text {
        font-size: 0.8rem;
    }

    .fw_content .content_title_03 .s-font {
        font-size: 0.9rem;
    }

    .fw_content .fw_box .fw_item .ex_item {
        display: flex;
        align-items: center;
    }

    .fw_content .fw_box .fw_item .image_item {
        margin-bottom: 0;
    }

    /*単語帳機能*/
    .ot_content .ot_table th {
        font-size: 0.9rem;
    }

    .ot_content .ot_table td {
        font-size: 0.8rem;
    }

    .ot_content .point_box {
        display: block;
        padding-top: 20px;
    }

    .ot_content .point_box .point_item {
        width: 90%;
        margin: 0 auto 30px auto;
        height: 90px;
        padding: 30px 10px 15px 10px;
        border: #144A90 1.5px solid;
    }

    .ot_content .point_box .p_tug .content_title_03 {
        font-size: 0.8rem;
        margin-bottom: 0;
        line-height: 1.8rem;
    }

    .ot_content .point_box .p_tug {
        height: 30px;
        width: 40%;
        border: #144A90 1.5px solid;
        top: -15px;
    }

    /*料金・販売について*/
    .pm_content .pm_box {
        padding: 20px 15px;
    }

    .pm_content .pm_box .flex {
        flex-wrap: wrap;
        justify-content: center;
    }

    .pm_content .pm_box .flex .pm_item {
        width: 43%;
        padding: 10px 5px;
    }

    .pm_content .pm_box .flex .pm_item.r-box {
        width: 60%;
    }

    .pm_content .pm_box .flex .pm_item .note {
        font-size: 0.7rem;
    }

    .pm_content .pm_box .flex .pm_item .content_title_02 .s-font {
        font-size: 0.8rem;
    }

    .pm_content .pm_box .flex .pm_item.b-box .image_item {
        width: 30px;
        left: -38px;
    }

    .pm_content .pm_box .flex .pm_item.r-box .image_item {
        width: 30px;
        left: -40px;
    }

    /*申込方法*/
    /*#rote-07 {
        padding-bottom: 0;
    }*/

    .fw_content.app_flow .fw_box .fw_item {
        width: 100%;
    }

    .fw_content.app_flow .fw_box .fw_item .image_item img {
        width: 100px;
        margin-bottom: 0;
    }

    .fw_content.app_flow .fw_box .fw_item .ex_item {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }

    .fw_content.app_flow .fw_box .fw_item {
        height: auto;
    }

    .fw_content.app_flow .fw_box .fw_item .triangle {
        right: 0;
        top: 180px;
        width: 30px;
        height: 20px;
    }

    .fw_content.app_flow .fw_box .fw_item .image_item {
        height: auto;
    }

    .fw_content.app_flow .fw_box .fw_item.step02 .image_item img {
        width: 110px;
    }

    .fw_content.app_flow .fw_box .fw_item .ex_item .text {
        width: 70%;
    }

    .fw_content.app_flow .fw_box .fw_item.step02 {
        border: 1.5px solid #e40b16;
    }

    .fw_content.app_flow .fw_box .fw_item.step04 {
        border: 1.5px solid #1F7945;
    }

    .fw_content.app_flow .fw_box .fw_item .triangle {
        top: 190px;
        right: 50%;
        transform: translateX(50%);
    }

    .fw_content.app_flow .fw_box .fw_item.step02 .triangle {
        top: 200px;
    }

    /*契約の流れ*/
    .am_content .fw_box {
        display: block;
    }

    .am_content .fw_box .fw_item {
        width: 100%;
        height: auto;
        margin-bottom: 50px;
    }

    .am_content .fw_box .fw_item .ex_item {
        display: flex;
        justify-content: center;
        gap: 10px;
    }

    .am_content .fw_box .fw_item .image_item img {
        width: 100px;
        margin-bottom: 0;
    }

    .am_content .fw_box .fw_item.step02 .image_item img {
        width: 95px;
    }

    .am_content .fw_box .fw_item.step02 .text_item {
        width: 70%;
    }

    .am_content .fw_box .fw_item .image_item {
        height: auto;
    }

    .am_content .fw_box .fw_item .text_item .content_title_03 {
        text-align: left;
        margin-bottom: 5px;
    }

    .am_content .fw_box .fw_item.step03 .image_item img {
        padding-top: 0;
    }

    .am_content .fw_box .fw_item .triangle {
        top: 180px;
        right: 50%;
        transform: translateX(50%);
        clip-path: polygon(0 0, 100% 0, 50% 100%);
        height: 20px;
        width: 25px;
    }

    .am_content .am_box {
        display: block;
    }

    .am_content .am_box .am_item {
        width: 100%;
        margin-bottom: 30px;
    }

    .am_content .am_box .am_item .content_title_02.lower {
        height: auto;
    }
    /*契約校募集ページへリンク*/
    .ns_content {
        padding-bottom: 50px;
    }
    .ns_content .ns_box .ns_item {
        display: block;
    }

    .ns_content .ns_box .ns_item .image_item {
        width: 95%;
        height: 210px;
        margin: 0 auto 20px auto;
    }

    .ns_content .ns_box .ns_item .image_item img {
        transition: transform 0.5s ease;
        height: auto;
    }

    .ns_content .ns_box .ns_item .text_item {
        height: auto;
    }

    .ns_content .ns_box .ns_item .text_item .content_title_02 {
        font-weight: 700;
    }
}