    /*----------------------------------------------------------------------------レスポンシブCSS-------------------------------------------------------------------------------------------------------------------------------------*/
    /*--------スマホ--------*/
    /*--------ヘッダー--------*/
    .header_bg {
        position: relative;
    }
    .header_flex {
        align-items: center;
        padding-left: 15px;
    }

    .header_logo_wrap {
        width: 170px;
    }
    .header_right {
        width: calc(100% - 170px);
        justify-content: flex-end;
    }
    .header_logo {
        font-size: 0;
    }

    .blk0 ,.blk1, .blk2, .blk3 {
        display: none;
    }
    .blk4 {
        position: relative;
        background: #E6E6E6;
        width: 50px;
        height: 50px;
    }
    .nav-ham span {
        display: block;
        width: 100%;
        height: 2px;
        background-color: #000;
        position: absolute;
        transition: transform 0.5s, opacity 0.5s, width 0.3s;
        border-radius: 999px;
    }
    .nav-ham span:nth-child(1) {
        top: 0;
    }
    .nav-ham span:nth-child(2) {
        top: 0;
        bottom: 0;
        margin: auto;
    }
    .nav-ham span:nth-child(3) {
        bottom: 0;
    }
    .sp-nav-layout {
        position: fixed;
        background: #0050C4;
        top: 0;
        right: 0;
        width: 100%;
        height: 100vh;
        color: #ffffff;
        visibility: hidden;
        opacity: 0;
        transform: translateX(100%);
        transition: 0.5s ease-in-out;
        z-index: 50;
        overflow-y: scroll;
    }
    /*sp nav*/
    .nav-ham {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        width: 22px;
        height: 16px;
        cursor: pointer;
        z-index: 100;
    }
    .open .nav-ham {
        /*position: fixed;*/
    }
    .open .nav-ham span {
        background-color: #fff;
    }
    .open .nav-ham span:nth-child(1) {
        transform: translateY(7px) rotate(45deg);
    }
    .open .nav-ham span:nth-child(2) {
        top: 0;
        bottom: 0;
        margin: auto;
        width: 0px;
        opacity: 0;
    }
    .open .nav-ham span:nth-child(3) {
        transform: translateY(-7px) rotate(-45deg);
    }
    .open .sp-nav-layout {
        visibility: visible;
        opacity: 1;
        transform: translateX(0);
    }
    .open .sp-nav-layout ul li {
        transform: translateX(0);
    }
    .global_wrap {
        display: none;
    }
    .om_in {
        padding: 40px 25px;
        margin: 0 auto;
        max-width: 1018px;
    }
    .om_menu {
        padding: 0;
        list-style: none;
        margin: 0 0 45px;
    }
    .om_menu li {
        border-bottom: 1px dashed #fff;
    }
    .om_menu li a {
        display: inline-block;
        width: 100%;
        padding: 18px 0;
        font-weight: 600;
        color: #FFF;
    }
    .om_menu li a img {
        width: 20px;
        vertical-align: middle;
        margin: 0 5px 0 0;
    }
    .om_btnflex {
        margin-bottom: 45px;
    }
    .om_in .cta1_flexbox h2 {
        background: #43A0DA;
    }
    
    .om_btn0 {
        display: inline-block;
        border-radius: 999px;
        background: #FFF;
        padding: 22px 0;
        font-size: 15px;
        color: #0050C4;
        width: 100%;
        font-weight: 600;
        text-align: center;
    }

    .om_btn1 {
        margin-top: 20px;
        display: inline-block;
        border-radius: 999px;
        background: #FFF;
        padding: 22px 0;
        font-size: 15px;
        color: #0050C4;
        width: 100%;
        font-weight: 600;
        text-align: center;
    }
    .om_btnflex .box1 {
        margin-bottom: 40px;
    }

    @media screen and (max-width: 767px) {
        .header_bg {
            position: fixed;
            left: 0;
            top: 0;
            background: #FFF;
            width: 100%;
            z-index: 50;
        }
        .header_space {
            height: 50px;
        }
        .om_btnflex .box0 {
            margin-bottom: 12px;
        }    
    }
    @media screen and (max-width: 1179px) {
        .om_btn1 {
            margin-top: 0px;
        }
        .om_btnflex .box0 {
            min-width: 30%;
        }        
        .om_btnflex .box1 {
            min-width: 30%;
        }
        .telbox {
            align-items: center;
            color: #FFF;
            width: 283px;
        }
        .telbox .-icon {
            display: inline-block;
            font-size: 0;
            width: 55px;
        }
        .telbox .-right {
            display: inline-block;
            width: 209px;
        }
        .telbox .-right .txt1 {
            font-size: 13px;
            font-weight: 600;
            letter-spacing: .05em;
        }
        .telbox .-right .txt2 {
            font-size: 13px;
            font-weight: 600;
            font-size: 29px;
            font-weight: 700;
        }
    }
    @media screen and (min-width: 1180px) {
        .open .nav-ham span:nth-child(1) {
            transform: translateY(12px) rotate(45deg);
        }
        .open .nav-ham span:nth-child(3) {
            transform: translateY(-12px) rotate(-45deg);
        }
        .om_in {
            padding: 132px 0 30px;
        }
        .om_menu li {
            width: calc(100% / 3);
            text-align: center;
            border-bottom: none;
            border-right: 1px dashed #FFFFFF;
            margin: 0 0 40px;
        }
        .om_menu li:nth-child(3n-2) {
            border-left: 1px dashed #FFFFFF;
        } 
        .om_menu li a img {
            display: block;
            margin: 0 auto 10px;
            width: 29px;
        }
        .om_btn1 {
            margin-top: 0px;
        }
        .om_btnflex {
            margin: 0 auto 58px;
            max-width: 676px;
        }
        .om_btnflex .box0 {
            width: 24%;
        }
        .om_btnflex .box1 {
            width: 24%;
        }
        .om_btnflex .box2 {
            width: 42%;
        }
        .om_btnflex .telbox {
            color: #FFF;
        }



    }

    /*--------汎用的--------*/
    ._title{
        margin-bottom: 24px;
    }

    /*--------トップページ--------*/
    .pinnews_bg {
        background: #FFEBF0;
    }
    .pinnews_wrap {
        padding: 0;
    }
    .pinnews {
        line-height: 1.3;
    }
    .pinnews a {
        font-weight: 600;
        color: #FF0B51;
        font-size: 14px;
        width: 100%;
        position: relative;
        display: inline-block;
        padding: 10px 10px 10px 0;
        transition: .3s;
    }
    .pinnews a:hover {
        opacity: 0.7;
    }
    .pinnews a > span {
        display: inline-block;
        margin-right: 1em;
    }
    .pinnews .arrow {
        right: 3px;
        width: 5.7px;
        transition: .3s;
    }
    .pinnews a:hover .arrow {
        right: 0;
    }
    .fv_wrap {
        position: relative;
        text-align: center;
    }
    .fv_in {
        position: relative;
        height: 450px;
    }
    .fv_emblem {
        font-size: 0;
        width: 100px;
        position: absolute;
        top: 30px;
    }
    .fv_emblem.-emblem1 {
        right: 140px;
    }
    .fv_emblem.-emblem2 {
        right: 20px;
    }
    .fv_txt {
        width: 100%;
        color: #FFF;
        font-weight: 600;
        text-shadow: 0 0 20px #000;
        letter-spacing: .04em;
    }
    .fv_txt .txt1 {
        font-size: 25px;
        display: inline-block;
        margin-bottom: 10px;
    }
    .fv_txt .txt2 {
        font-size: 16px;
    }
    .top_cta1 {
        margin: -70px auto 53px;
        position: relative;
    }
    .cta1_wrap {
        max-width: 1018px;
        margin: 0 auto;
        box-shadow: 0 4px 20px rgba(0,0,0,.16);
        border-radius: 16px;
        background: #FFF;
        text-align: center;
        overflow: hidden;
    }
    .cta1_flexbox h2 {
        background: #0050C4;
        color: #FFF;
        font-weight: 600;
        font-size: 18px;
        padding: 8px 0;
    }
    .cta1_flex2 {
        padding: 12px 12px;
        align-items: center;
    }
    .cta1_flex2 .left {
        width: 34%;
    }
    .cta1_flex2 .left .txt1 {
        font-size: 0;
    }
    .cta1_flex2 .right {
        width: 61%;
    }
    .cta1_btn a {
        display: flex;
        width: 100%;
        background: linear-gradient(90deg, #FFC96A 0%, #FF15A4 100%);
        border-radius: 16px;
        color: #FFF;
        font-weight: 600;
        line-height: 1.2;
        height: 74px;
        justify-content: center;
        align-items: center;
        position: relative;
        transition: .3s;
    }
    .cta1_btn a::before {
        content: "";
        position: absolute;
        top: 50%;
        right: 10px;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        width: 16px;
        height: 16px;
        background-image: url(../img/index/arrow.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
    }
    .cta1_btn a:hover {
        opacity: 0.8;
    }

    .cta1_btn_in > span {
        font-size: .66em;
        font-weight: 400;
    }
    .cta1_flex2 .left {
        width: 38%;
    }
    .cta1_flex2 .right {
        width: 57%;
    }
    .cta1_flexbox.-box1 .cta1_flex2 .left .txt1 img {
        width: 150px;
    }
    .cta1_flexbox.-box2 .cta1_flex2 {
        padding-top: 18px;
    }
    .youtube_wrap {
        margin-bottom: 51px;
        margin-top: 45px;
        position: relative;
        width: 100%;
        padding-top: 56.25%;
    }
    .youtube {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        /*
        width: 100%;
        aspect-ratio: 16 / 9;
        */
    }
    .youtube iframe {
        width: 100%;
        height: 100%;
    }
    .co_h2 {
        line-height: 1.25;
        margin-bottom: 43px;
    }
    .co_h2 .en {
        color: #0050C4;
        font-family: 'Poppins', sans-serif;
        font-weight: 600;
        font-size: 60px;
    }
    .co_h2 .ja {
        font-size: 18px;
        font-weight: 600;
    }
    .flex_h {
        margin-bottom: 20px;
    }
    .flex_h_right {
        text-align: right;
    }
    .co_btn a {
        display: inline-block;
        font-weight: 600;
        position: relative;
    }
    .co_btn a::before {
        content: "";
        display: inline-block;
        width: 16px;
        height: 16px;
        background-image: url(../img/common/arrow.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        vertical-align: middle;
        margin: 0 4px 2px 0;
    }
    .news_card {
        position: relative;
        margin-bottom: 40px;
    }
    
    .news_card > a {
        display: block;
        transition: .3s;
        height: 100%;
        padding: 8px;
        padding-top: 0;
        box-sizing: border-box;
    }
    .news_card > a:hover {
        background: #efefef;
    }

    .news_card .thumbnail {
        overflow: hidden;
        font-size: 0;
        margin-left: -8px;
        margin-right: -8px;
        margin-bottom: 25px;
    }
    .news_card .thumbnail img{
        display: block;
        transition: .3s;
    }
    .news_card > a:hover .thumbnail img{
        transform: scale(1.1);
    }

    .news_card .tag > span {
        display: inline-block;
        background: #43A0DA;
        border-radius: 4px;
        color: #FFF;
        font-weight: 600;
        font-size: 13px;
        line-height: 1;
        padding: 5px 7px;
    }
    .news_card .tag {
        margin-bottom: 12px;
    }
    .news_card h3 {
        font-size: 18px;
        margin-bottom: 12px;
    }
    .news_card .date {
        color: #878787;
        font-size: 14px;
        font-weight: 500;
    }
    .plan_flex {
        margin-bottom: 100px;
    }
    .plan_flexbox {
        position: relative;
        border-radius: 25px;
        background: #F2F2F2;
        padding: 13px 18px;
        margin: 0 0 30px;
    }
    .plan_flexbox .title {
        color: #0050C4;
        letter-spacing: .12em;
        border-bottom: 1px solid #D2D2D2;
        font-size: 20px;
        padding-bottom: 7px;
        margin-bottom: 30px;
    }
    .plan_flexbox .title .tag {
        display: inline-block;
        border-radius: 999px;
        background: #252525;
        color: #FFF;
        font-size: 12px;
        vertical-align: middle;
        padding: 3px 6px;
        margin: 0 0 5px 10px;
    }
    .plan_flexbox .list {
        padding: 0;
        list-style: none;
        margin: 0 0 30px;
    }
    .plan_flexbox .list li {
        font-weight: 600;
        margin: 0 0 12px;
    }
    .plan_flexbox .list li::before {
        content: "●";
    }
    .co_btn2 a {
        display: inline-block;
        width: 100%;
        text-align: center;
        color: #FFF;
        font-weight: 600;
        position: relative;
        font-size: 15px;
        padding: 6px 0;
    }
    .co_btn2 a::before {
        content: "";
        position: absolute;
        top: 50%;
        right: 10px;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        width: 11px;
        height: 17px;
        background-image: url(../img/common/arrow2.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        transition: .3s;
    }
    .co_btn2.-blue a {
        background: #0050C4;
    }
    .co_btn2.-red a {
        background: #FF0B51;
    }

    .co_btn2 a:hover {
        opacity: 0.8;
    }
    .co_btn2 a:hover::before {
        right: 6px;
    }

    .btnflex {
        align-items: center;
        width: 100%;
    }
    .btnflex .btnflex_box {
        margin: 0 0 12px;
    }

    .telBox{
        display: flex;
        flex-direction: column;
    }
    .telBox > *{
        text-align: center;
    }
    .telBox em{
        font-style: normal;
    }
    .telBox em a{
        font-size: 1.8rem;
        font-weight: 700;
    }

    .plan_flexbox .image {
        display: inline-block;
        font-size: 0;
        position: absolute;
        top: 42px;
        right: 15px;
        width: 30%;
    }


    /*--------フッター--------*/
    .footer_cta {
        position: sticky;
        left: 0;
        bottom: 0;
        z-index: 10;
    }
    .footer_nonesticky .footer_cta {
        position:relative;
    }

    .footer_cta.fixed {
        position: fixed;
        bottom:0;
        left: 0;
        width: 100%;
    }

    .footer_cta > div {
        width: 50%;
    }
    .footer_cta a {
        transition: .3s;
        display: inline-block;
        text-align: center;
        font-weight: 600;
        font-size: 14px;
        width: 100%;
        padding: 20px 0;
    }
    .footer_cta .left a {
        background: #0050C4;
        color: #FFF;
    }
    .footer_cta .right a {
        background: #FFCD2B;
        color: #252525;
    }
    .footer_cta a:hover {
        opacity: .8;
    }

    .footer_bg {
        background: #EBEBEB;
        padding-top: 42px;
    }
    
    .footer_bg .contact_btn{
        text-align: center;
    }
    .footer_bg .contact_btn a{
        display: inline-block;
        padding: 8px 16px;
        background: #fff;
        color: #0050c4;
        border: 1px solid #0050c4;
        transition: .3s;
    }
    .footer_bg .contact_btn a span{
        display: flex;
        align-items: center;
        padding-left: 42px;
        min-height: 32px;
        font-size: 1.2rem;
        background: url("../img/common/contact.png") 0 50% no-repeat;
        background-size: auto 100%;
    }
    .footer_bg .contact_btn a:hover{
        background-color: #E5ECF9;
    }


    .footer_wrap {
        padding: 47px 0 75px;
    }
    .footer_nav {
        border-bottom: 3px solid #FFFFFF;
        margin-bottom: 61px;
    }
    .footer_nav ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    ul.footer_menu {
        width: calc(50% - 10px);
        margin-bottom: 50px;
    }
    ul.footer_menu > li {
        margin-bottom: 15px;
    }
    ul.footer_menu > li > a {
        font-weight: 600;
        font-size: 17px;
        display: inline-block;
        position: relative;
        transition: .3s;
    }

    ul.footer_menu > li > a::before {
        content: "";
        display: inline-block;
        width: 18px;
        height: 17px;
        background-image: url(../img/common/arrow.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        vertical-align: middle;
        margin: 0 4px 5px 0;
        transition: .3s;
    }
    ul.footer_menu > li > a:hover::before {
        transform: translateX(2px)
    }

    ul.footer_menu2 {
        margin-top: 15px;
        padding-left: 16px;
    }
    ul.footer_menu2 li {
        margin-bottom: 15px;
    }
    ul.footer_menu2 li a {
        position: relative;
        font-size: 15px;
        display: inline-block;
    }

    ul.footer_menu2 > li > a::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 1px;
        border-radius: 1px;
        background-color: #000;
        bottom: -2px;
        left: 0;
        transform-origin: right;
        transform: scaleX(0);
        transition: transform .2s ease-in-out;
    }
     ul.footer_menu2 > li > a:hover::after {
        transform-origin: left;
        transform: scaleX(1);
    }
    ul.footer_menu2 > li > a:hover:after {
        width: 100%;
    }

    .footer_sns h2 {
        text-align: center;
        margin-bottom: 24px;
        letter-spacing: .1em;
    }
    .snslist {
        padding: 0;
        list-style: none;
        text-align: center;
    }
    .snslist li {
        display: inline-block;
        margin: 0 11px;
    }
    .snslist li a {
        font-size: 0;
        display: inline-block;
        width: 45px;
    }
    .footer_btm {
        padding: 44px 0;
        text-align: center;
    }
    .footer_logo {
        display: inline-block;
        width: 292px;
        margin-bottom: 22px;
    }
    .copyright {
        font-size: 13px;
    }


    /*--------お知らせ一覧--------*/
    .pagetitlewrap1_bg {
        border-bottom: 1px solid #0050C4;
        margin-bottom: 50px;
    }
    .pagetitlewrap1 {
        padding: 40px 0 40px;
    }
    .pagetitle {
        line-height: 1.2;
    }
    .pagetitle .en {
        font-family: 'Poppins', sans-serif;
        color: #0050C4;
        font-weight: 600;
        font-size: 50px;
        text-shadow: 2px 2px 0px rgba(255, 255, 255, 0.7);
    }
    .pagetitle .ja {
        font-size: 18px;
        text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.7);
    }
    .pagetitlewrap1_flex .left {
        margin-bottom: 40px;
    }
    .breadcrumbs {
        font-size: 14px;
    }
    .breadcrumbs a {
        display: inline-block;
        margin-right: 1em;
    }
    .breadcrumbs a:hover {
        text-decoration: underline;
    }
    .breadcrumbs .arrow {
        display: inline-block;
        margin-right: 1em;
        width: 5px;
    }


    /*--------よくある質問--------*/
    .faq_wrap {
        padding: 0 0 115px;
    }

    .faq_wrap section + section{
        margin-top: 84px;
    }

    .qa dt {
        position: relative;
        background: #F1F1F1;
        border-radius: 12px;
        margin: 0 0 20px;
        font-weight: 600;
        color: #0050C4;
        padding: 22px 50px 22px 70px;
        cursor: pointer;
    }
    .qa_t {
        position: absolute;
        top: 16px;
        left: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 999px;
        width: 33px;
        height: 33px;
        font-weight: 600;
        font-family: 'Poppins', sans-serif;
        font-size: 15px;
        line-height: 1;
    }
    .qa_t.-q {
        background: #0050C4;
        color: #FFF;
    }
    .qa_t.-a {
        background: #FFF;
        color: #0050C4;
    }
    .toggle {
        display: inline-block;
        width: 20px;
        height: 20px;
        position: absolute;
        right: 20px;
        top: 21px;
    }
    .toggle::before, .toggle::after {
        content: "";
        width: 100%;
        height: 4px;
        background: #0050C4;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transition: .2s;
    }
    .toggle::before {
        transform: translate(-50%, -50%) rotate(90deg);
        -webkit-transform: translate(-50%, -50%) rotate(90deg);
        -ms-transform: translate(-50%, -50%) rotate(90deg);
    }
    .qa dt.qa_clicked .toggle::before {
        transform: translate(-50%, -50%) rotate(0deg);
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        -ms-transform: translate(-50%, -50%) rotate(0deg);
    }
    .qa dt.qa_clicked {
        border-radius: 12px 12px 0 0;
        margin: 0;
    }
    .qa dd {
        display: none;
        background: #F1F1F1;
        border-top: 1px solid #E1E1E1;
        margin: 0;
        position: relative;
        padding: 22px 20px 22px 70px;
        border-radius: 0 0 12px 12px;
        margin-bottom: 22px;
    }

    .qa_in .txt1 + .txt1 {
        margin-top: 1em;
    }

    .qa_in * + .picture {
        margin-top: 1em;
    }
    .qa_in .txt2 {
        color: #0050C4;
        font-weight: 600;
        margin-bottom: 20px;
    }
    .qa_in .box {
        background: #FFF;
        padding: 22px 22px 22px;
        margin-bottom: 37px;
    }
    
    .qa_in * + .box {
        margin-top: 37px;
    }

    .qa_in .txt3 {
        position: relative;
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 25px;
        line-height: 1.4;
        padding-left: 18px;
    }
    .qa_in .txt3.-blue {
        color: #0050C4;
    }
    .qa_in .txt3.-red {
        color: #FF0B51;
    }
    .qa_in .txt3::before {
        content: "";
        width: 6px;
        height: calc(100% + 6px);
        left: 0;
        top: -3px;
        border-radius: 999px;
        position: absolute;
        background: #000;
    }
    .qa_in .txt3.-blue::before {
        background: #0050C4;
    }
    .qa_in .txt3.-red::before {
        background: #FF0B51;
    }
    .qa_in .list {
        padding: 0 0 0 20px;
        margin: 0 0 38px;
    }
    .qa_in .list li {
        margin-bottom: 10px;
    }

    .qa_in * + .txt3 {
        margin-top: 24px;
    }

    .qa_in a {
        text-decoration: underline;
    }
    .qa_in a:hover {
        color: #666;
    }

    .color_pink {
        color: #FF0B51;
    }


    /*--------入校仮申込フォーム--------*/
    .formpage_wrap {
        margin: 0 auto;
        max-width: 1018px;
    }
    .application_desc {
        background: #F7F7FA;
        padding: 22px 22px 2px;
        margin-bottom: 70px;
    }
    .application_desc h2 {
        color: #0050C4;
        letter-spacing: .1em;
        margin-bottom: 35px;
        font-size: 20px;
    }
    .application_desc_flex .left h3 {
        color: #0050C4;
        position: relative;
        font-size: 18px;
        padding: 0 0 0 10px;
    }
    .application_desc_flex .left h3::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0px;
        width: 6px;
        height: 100%;
        border-radius: 999px;
        background: #0050C4;
    }
    .application_desc_flex {
        margin-bottom: 35px;
    }
    .tel_desc {
        margin-bottom: 102px;
    }
    .h2_ver1 {
        margin-bottom: 44px;
        position: relative;
        padding: 0 0 39px;
    }
    .h2_ver1::before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 60px;
        height: 2px;
        background: #0050C4;
    }
    .h2_ver1 .en {
        font-family: 'Montserrat', sans-serif;
        color: #0050C4;
        font-weight: 700;
        font-size: 15px;
        display: inline-block;
        letter-spacing: .12em;
    }
    .h2_ver1 .ja {
        font-size: 32px;
        display: inline-block;
        letter-spacing: .12em;
    }
    .table1 {
        margin: 0;
        border-collapse:collapse;
        width: 100%;
    }
    .table1 th, .table1 td {
        position: relative;
        font-size: 16px;
        line-height: 1.65;
        padding: 20px;
    }
    .table1 th {
        width: 30%;
        text-align: center;
        border-bottom: 2px solid #0050C4;
    }
    .table1 td {
        border-bottom: 2px solid #CECECE;
        text-align: left;
    }
    .form_txt1 {
        font-weight: 600;
        margin-bottom: 40px;
        color: #FF0B51;
        letter-spacing: .1em;
    }
    .formtable_wrap {
        padding-bottom: 97px;
    }

    .formtable_wrap p.error{
        line-height: 1.2em;
        font-size: 100%;
        color: #fff;
        background:#AD1C1F;
        padding: 6px;
        margin-bottom: 4px;
    }

    .formtable_wrap select + p.error,
    .formtable_wrap textarea + p.error,
    .formtable_wrap input + p.error,
    .formtable_wrap table * + p.error{
        margin-top: 8px;
    }

    .formtable {
        margin: 0 0 61px;
        border-collapse:collapse;
        width: 100%;
    }
    .formtable th, .formtable td {
        text-align: left;
        font-size: 16px;
        position: relative;
    }
    .formtable th {
        padding-bottom: 12px;
    }
    .formtable td {
        padding-bottom: 24px;
    }


    .formtable .attention {
        margin-top: 8px;
        border: 1px dotted #ddd;
        background: #fefefe;
        padding: 8px;
        font-size: 86%;

        dl{
            dt{
                font-weight: 700;
                margin-bottom: 6px;
            }
            dd{
                margin: 0;
                padding: 0;
                ul{
                    margin: 0;
                    padding: 0;
                    display: flex;
                    align-items: flex-start;
                    justify-content: flex-start;
                    flex-wrap: wrap;
                    word-break: break-all;
                    gap:6px;
                    list-style: none;
                    li{
                        padding: 0;
                        margin: 0;
                        border: 1px solid #ddd;
                        padding: 2px;
                    }

                }
            }
        }
    }
    .hissu::before {
        content: "必須";
        font-size: 12px;
        font-weight: 600;
        color: #7BAAC0;
        border: 1px solid #7BAAC0;
        border-radius: 4px;
        position: absolute;
        right: 0;
        padding: 3px 8px;
    }
    input[type="text"], input[type="email"], input[type="tel"], input[type="date"], select, textarea {
        width: 100%;
        height: 57px;
        border-radius: 4px;
        border: 1px solid #CCCCCC;
        padding: 0 12px;
    }
    select {
        max-width: 353px;
    }
    textarea {
        height: auto;
        padding: 20px;
    }
    .radio input {
        width: 21px;
        height: 21px;
        vertical-align: middle;
        margin: 0 5px 1px 0;
    }
    .radio > div {
        display: inline-block;
        margin: 0 1.2em 0 0;
    }
    input.zipcode {
        width: 129px;
        margin-bottom: 12px;
    }
    .age input {
        width: 129px;
        margin-right: 9px;
    }
    .checkbox > div {
        margin-bottom: 10px;
    }
    .checkbox input {
        width: 24px;
        height: 24px;
        border-radius: 4px;
        vertical-align: middle;
        margin-right: 10px;
    }
    
    .submitbtn_wrap {
        display: block;
        margin: 0 auto;
        max-width: 406px;
        width: 100%;
        position: relative;
    }
    .submitbtn {
        display: inline-block;
        width: 100%;
        background: linear-gradient(90deg, #FFC96A 0%, #FF15A4 100%);
        border-radius: 999px;
        color: #FFF;
        font-weight: 600;
        font-size: 18px;
        position: relative;
        padding: 29px 0;
        line-height: 1;
        border: none;
        cursor: pointer;
        transition: .3s;
    }
    .submitbtn_wrap::before {
        content: "";
        position: absolute;
        top: 50%;
        right: 20px;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        width: 29px;
        height: 29px;
        background-image: url(../img/index/arrow.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        z-index: 5;
    }
    .submitbtn:hover {
        opacity: 0.8;
    }

    .submitArea{
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .submitArea > li.btn_ver1 a {
        max-width: inherit;
        padding: 25px 0;
    }

    .submitArea > li.btn_ver1 a::before {
        right: 20px;
    }

    .submitArea > li + li{
        margin-top: 10px;
    }

    .submitArea > li.submitbtn_wrap{
        max-width: inherit;
    }

    /*--------お問い合わせ・資料請求--------*/
    .contact_tel {
        background: #F7F7FA;
        padding: 22px;
        margin-bottom: 52px;
    }
    .contact_tel h2 {
        color: #0050C4;
        font-size: 20px;
        letter-spacing: .1em;
        margin-bottom: 21px;
    }
    .tel {
        display: inline-block;
        color: #0050C4;
        font-weight: 600;
        font-size: 37px;
    }
    .tel img {
        width: 30px;
        margin-right: 8px;
    }
    .contact_tel_flex .left {
        margin-bottom: 15px;
    }
    .contact_tel_flex .right p {
        color: #0050C4;
        font-size: 13px;
    }
    .form_txt2 {
        margin-bottom: 40px;
    }

    .checktext{
        margin-bottom: 20px;
    }

    /*--------選ばれる理由--------*/
    .vifv_wrap {
        padding: 50px 0;
    }
    .breadcrumbs_wrap {
        padding: 15px 0 40px;
    }
    .reason_txt {
        font-weight: 600;
        margin-bottom: 60px;
        letter-spacing: .1em;
        font-size: 20px;
        text-align: center;
    }
    .reason_flex {
        margin-bottom: 81px;
    }
    .reason_flex .left {
        margin-bottom: 20px;
    }
    .reason_flex .right .tag {
        background: #FF0B51;
        color: #FFF;
        text-align: center;
        width: 164px;
        font-size: 17px;
        letter-spacing: .12em;
        margin-bottom: 18px;
    }
    .reason_flex .right h2 {
        margin-bottom: 28px;
        color: #FF0B51;
        font-size: 26px;
        border-bottom: 8px solid #FFCD2B;
    }
    .reason_flex .right .txt1 {
        font-size: 17px;
        margin-bottom: 20px;
    }
    .btn_ver1 a {
        display: inline-block;
        width: 100%;
        max-width: 361px;
        border-radius: 999px;
        font-size: 16px;
        font-weight: 600;
        letter-spacing: .1em;
        position: relative;
        text-align: center;
        padding: 12px 0;
        color: #FFF;
        transition: .3s;
    }
    .btn_ver1 a::before {
        content: "";
        position: absolute;
        top: 50%;
        right: 10px;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        width: 23px;
        height: 23px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
    }
    .btn_ver1.-blue a {
        background: #0050C4;
    }
    .btn_ver1.-blue a::before {
        background-image: url(../img/common/arrow-blue.png);
    }
    .btn_ver1.-center {
        text-align: center;
    }
    .btn_ver1 a:hover {
        opacity: 0.8;
    }
    .crp_bg {
        background-image: url(../img/reason/bg.jpg);
    }
    .crp_wrap {
        padding: 70px 0;
    }
    .crp_box {
        background: rgba(255,255,255,.75);
        border-radius: 20px;
        padding: 22px;
        margin: 0 0 0 auto;
        max-width: 767px;
        text-align: center;
    }
    .crp_box h2 {
        font-size: 20px;
        margin-bottom: 25px;
        color: #0050C4;
    }
    .crp_txt {
        margin-bottom: 16px;
        font-weight: 600;
    }
    .crp_txt > span {
        font-size: 1.6em;
        background: linear-gradient(transparent 75%, #FFCD2B 75%);
    }

    .features .content_div{
        padding: 34px 22px;
        background: #F0FAFF;
        border-radius: 20px;
        max-width: 96%;
        margin-bottom: 80px;
    }

    .features .content_div .title{
        color: #0050C4;
        margin-bottom: 34px;
        text-align: center;
    }

    .features ul.featuresList{
        list-style:none;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: stretch;
        gap:24px 2%;
    }

    .features ul.featuresList li{
        width: 46%;
    }
    .features ul.featuresList li figure{
        margin: 0;
        padding: 0;
    }
    .features ul.featuresList li figure .picture{
        text-align: center;
    }
    .features ul.featuresList li figure figcaption{
        margin: 34px 0 0 0;
        padding: 0;
    }
    .features ul.featuresList li figure figcaption small.indent{
        display: inline-block;
        padding-left: 1em;
        text-indent: -1em;
        line-height: 1.4;
    }

    /*--------タブレット--------*/
    @media screen and (min-width: 768px) {
        .features .content_div{
            padding: 44px 35px;
        }

        .features ul.featuresList li{
            width: calc((100% - 84px) / 3);
            margin: 36px 0px;
        }

        .features ul.featuresList li figure figcaption{
            margin: 42px 0 0 0;
            line-height: 1.8;
        }

    }


    /*--------PC--------*/
    @media screen and (min-width: 1180px) {

        .features ul.featuresList{
            justify-content: flex-start;
        }
        .features .content_div{
            padding: 74px 105px;
        }
    }


    /*--------ご入校・お申込みについて--------*/
    .tc_wrap {
        padding-bottom: 71px;
    }
    .tc {
        padding: 0;
        list-style: none;
        text-align: center;
    }
    .tc li {
        width: 50%;
        letter-spacing: .1em;
        font-weight: 600;
        margin: 0 0 10px;
    }
    .tc li a {
        position: relative;
        width: 100%;
        padding: 15px 0 20px;
        display: inline-block;
    }
    .tc li:nth-child(2n-1) a {
        border-right: 2px dashed #D8D8D8;
    }
    .tc li a::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        width: 9px;
        height: 17px;
        background-image: url(../img/common/arrow4.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
    }
    .bgcolor1 {
        background: #F0FAFF;
    }
    .admission_wrap {
        padding: 72px 0 101px;
        text-align: center;
    }
    .h2_ver1.-center {
        text-align: center;
    }
    .h2_ver1.-center::before {
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
    }
    .information_txt1 {
        margin-bottom: 38px;
        font-weight: 600;
        letter-spacing: .12em;
    }
    .information_box {
        background: #FFF;
        border-radius: 20px;
        padding: 39px 20px 46px;
        margin-bottom: 28px;
    }
    .information_box h3 {
        color: #0050C4;
        letter-spacing: .12em;
        margin-bottom: 31px;
        font-size: 20px;
    }
    .information_btnflex > div {
        margin-bottom: 12px;
    }
    .btn_ver1.-grad a {
        background: linear-gradient(90deg, #FFC96A 0%, #FF15A4 100%); 
    }
    .btn_ver1.-grad a::before {
        background-image: url(../img/common/arrow-red.png);
    }
    .information_flex {
        padding: 40px 0 0;
    }
    .information_flex .box {
        margin: 0 0 22px;
        width: calc(50% - 8px);
    }
    .information_flex .box p {
        font-weight: 600;
    }
    .table2 {
        border-collapse:collapse;
        width: 100%;
    }
    .table2 th, .table2 td {
        position: relative;
        font-size: 16px;
        padding: 20px;
        border: 1px solid #FFF;
    }
    .table2 th {
        font-weight: 600;
        text-align: center;
        background: #707070;
        color: #FFF;
    }
    .table2 td {
        background: #F1F1F1;
        text-align: left;
    }
    .mb {
        margin-bottom: 10px;
    }
    td.pd0 {
        padding: 0!important;
    }
    .table2_flex1.-border-bottom {
        border-bottom: 1px solid #FFF;
    }
    .table2_flex1 .left {
        width: 25%;
        text-align: center;
        background: #707070;
        color: #FFF;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .table2_flex1 .left p {
        font-weight: 600;
    }
    .table2_flex1 .right {
        width: 75%;
        padding: 20px;
    }
    .preparation_txt1 {
        color: #FF0B51;
        letter-spacing: .12em;
        font-size: 20px;
        margin-bottom: 52px;
        font-weight: 600;
    }
    .reception_table_wrap .table2 {
        margin-bottom: 40px;
    }
    .table2_flex2 > div {
        padding: 20px;
        width: 50%;
        text-align: center;
    }
    .table2_flex2 .left {
        border-right: 1px solid #FFF;
    }
    .table2_flex2 > div.wide {
        padding: 20px;
        width: 100%;
        text-align: center;
    }


    /*--------施設・教習車両紹介--------*/
    .introduction_wrap {
        padding: 72px 0 40px;
        text-align: center;
    }
    .introduction_txt1 {
        margin-bottom: 53px;
        letter-spacing: .12em;
        font-weight: 600;
    }
    .introduction_box {
        background: #FFF;
        border-radius: 20px;
        padding: 45px 0 75px;
        margin-bottom: 39px;
    }
    .introduction_box h3 {
        color: #0050C4;
        letter-spacing: .12em;
        margin-bottom: 40px;
        font-size: 26px;
    }
    .introduction_box .txt1 {
        display: inline-block;
        text-align: left;
        max-width: 872px;
        width: 80%;
        font-weight: 600;
    }
    .swiper {
        margin-bottom: 47px;
        margin-left: calc(((100vw - 100%) / 2) * -1)!important;
        margin-right: calc(((100vw - 100%) / 2) * -1)!important;
        padding: 0 calc((100vw - 100%) / 2)!important;
    }
    .swiper-slide {
        max-width: 808px;
    }
    .swiper-pagination {
        position: relative;
        margin-top: 20px;
    }
    .swiper-container {
        position: relative;
    }
    .swiper-button-prev,
    .swiper-button-next {
        height: 30px;
        width: 30px;
        top: calc(50% - 20px);
    }
    .swiper-button-prev::after, .swiper-button-next::after {
        background-repeat: no-repeat;
        background-size: contain;
        content: "";
        height: 30px;
        margin: auto;
        width: 30px;
    }
    .swiper-button-prev::after {
        background-image: url(../img/introduction/arrow-left.png);
    }
    .swiper-button-next::after {
        background-image: url(../img/introduction/arrow-right.png);
    }
    .introduction_box.bgcolor1 {
        background: #F0FAFF;
    }


    /*--------会社概要--------*/
    .philosophy_wrap {
        padding: 57px 0;
    }
    .about_wrap {
        padding: 68px 0 81px;
    }
    .access_txt1 p {
        margin-bottom: 12px;
    }
    .access_txt1 {
        margin-bottom: 50px;
        text-align: center;
    }
    .googlemap {
        margin-bottom: 40px;
    }
    .googlemap iframe {
        width: 100%;
    }


    /*--------教習プラン・料金--------*/
    .sh2 {
        text-align: center;
        letter-spacing: .12em;
        font-size: 32px;
    }
    .plan_wrap .sh2 {
        margin-bottom: 54px;
    }
    .pricepage_wrap {
        padding: 58px 0 38px;
    }
    .pricepage_wrap .sh2 {
        margin-bottom: 12px;
    }
    .pricepage_txt1 {
        text-align: center;
        font-weight: 600;
        letter-spacing: .12em;
        margin-bottom: 34px;
    }
    .pricepage_box {
        background: #FFF;
        border-radius: 20px;
        padding: 38px 20px 40px;
        margin-bottom: 55px;
    }
    .pricepage_box h3 {
        text-align: center;
        color: #0050C4;
        letter-spacing: .12em;
        font-size: 22px;
        margin-bottom: 36px;
    }
    .pricepage_list {
        padding: 0;
        list-style: none;
        margin: 0;
    }
    .pricepage_list li {
        width: calc(50% - 8px);
        background: #9AD8FF;
        border-radius: 80px;
        padding: 9px 10px;
        line-height: 1.2;
        font-size: 0.8rem;
        letter-spacing: .12em;
        font-weight: 600;
        text-align: center;
        margin-bottom: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .scroll_width {
        overflow-x: scroll;
        padding-bottom: 15px;
    }
    .scroll_in {
        width: 1097px;
    }
    .alert_txt {
        font-size: 13px;
        color: #252525;
        margin-bottom: 3px;
    }
    .pricepage_txt2 {
        text-align: center;
        font-weight: 600;
        color: #FFF;
        letter-spacing: .12em;
        font-size: 26px;
        padding: 35px 20px;
        background: #000000;
        margin-top: 45px;
        margin-bottom: 45px;
    }
    .pricepage_box h3.-left {
        text-align: left;
    }
    .pricepage_box h3.-black {
        color: #252525;
    }
    .pricepage_subpricetable_flex .box {
        margin-bottom: 20px;
    }
    .table3 {
        border-collapse:collapse;
        width: 100%;
    }
    .table3 th, .table3 td {
        font-size: 13px;
        font-weight: 600;
        letter-spacing: .12em;
        border: 1px solid #000000;
        text-align: left;
        padding: 12px;
    }
    .pricepage_wrap .co_btn2 {
        text-align: center;
    }
    .pricepage_wrap .co_btn2 a {
        max-width: 372px;
    }
    .pricepage_box.bgcolor1 {
        background: #F0FAFF;
    }
    .pricepage_txt2.-red {
        background: #FF0000;
        border: 1px solid #000;
    }
    .pricepage_img1 {
        text-align: center;
        font-size: 0;
        margin-bottom: 45px;
    }
    .pricepage_table3_wrap {
        margin: 0 auto;
        max-width: 727px;
    }
    .table3.-ver2 th {
        text-align: center;
    }


    /*--------免許取得の流れ--------*/
    .flowpage_wrap {
        padding: 60px 0 76px;
        text-align: center;
    }
    .flowpage_box {
        background: #FFF;
        border-radius: 20px;
        padding: 59px 20px 71px;
    }
    .flowpage_box .sh2 {
        margin-bottom: 37px;
    }

    .flowpage_box .flow_fg {
        max-width: 1000px;
        margin: 0 auto;
    }


    .sh2 .-line {
        background: linear-gradient(transparent 75%, #FFCD2B 75%);
    }
    .flowpage_box.-border {
        border: 1px solid #707070;
    }


    /*--------オンライン学科--------*/
    .online_wrap {
        padding: 76px 0 91px;
        text-align: center;
    }
    .online_wrap .sh2 {
        margin-bottom: 44px;
    }
    .online1_wrap .txt1 {
        border: 5px solid #070606;
        padding: 25px 20px;
        font-weight: 600;
        letter-spacing: .12em;
        margin-bottom: 65px;
        font-size: 20px;
    }
    .online1_wrap .txt2 {
        border: 5px solid #070606;
        padding: 25px 20px;
        font-weight: 600;
        letter-spacing: .12em;
        margin-bottom: 80px;
        font-size: 20px;
        color: #FF0B51;
        border-radius: 20px;
        position: relative;
    }
    .online1_wrap .txt2::before {
        content: "";
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        width: 0;
        height: 0;
        border-style: solid;
        border-right: 27px solid transparent;
        border-left: 27px solid transparent;
        border-top: 48px solid #000;
        border-bottom: 0;
        display: inline-block;
        bottom: -53px;
    }
    .online1_flex .box {
        padding: 30px 20px 38px;
        border-style: solid;
        border-width: 5px;
        border-radius: 20px;
    }
    .online1_flex .box .txt3 {
        font-size: 30px;
        letter-spacing: .12em;
        margin-bottom: 15px;
        font-weight: 600;
    }
    .online1_flex .box .txt4 {
        font-size: 20px;
        letter-spacing: .1em;
        font-weight: 600;
        line-height: 1.48;
    }
    .online1_flex .arrow_box {
        position: relative;
        padding: 50px;
    }
    .online1_flex .arrow_box .arrow {
        width: 0;
        height: 0;
        border-style: solid;
        border-right: 27px solid transparent;
        border-left: 27px solid transparent;
        border-top: 48px solid #000;
        border-bottom: 0;
        display: inline-block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
    }
    .online1_flex .box1 {
        border-color: #707070;
    }
    .online1_flex .box2 {
        border-color: #007ACF;
        background: linear-gradient(180deg, rgba(255,255,255,.52), #87DAFF 100%);
    }
    .online2_flex .box {
        margin-bottom: 48px;
    }
    .online2_flex .box p {
        letter-spacing: .12em;
        font-weight: 600;
        font-size: 18px;
    }




    /*--------アクセス--------*/
    .access1_wrap .sh2 {
        margin-bottom: 38px;
    }
    .access1_wrap {
        padding: 0 0 90px;
    }
    .access2_wrap {
        text-align: center;
        padding: 0 0 99px;
    }
    .access2_wrap .sh2 {
        margin-bottom: 49px;
    }
    .access2_wrap .img1 {
        margin-bottom: 29px;
    }
    .access2_wrap .txt1 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .access2_wrap .txt2 {
        font-size: 14px;
        margin-bottom: 30px;
    }
    .access2_wrap .img2 {
        margin-bottom: 61px;
    }
    .access_box {
        border: 1px solid #0050C4;
        padding: 30px;
        text-align: left;
    }
    .access_box h3 {
        letter-spacing: .12em;
        font-size: 26px;
        margin-bottom: 9px;
        color: #0050C4;
    }
    .access_box .txt3 {
        font-weight: 600;
        font-size: 14px;
        margin-bottom: 32px;
    }
    .access_list {
        padding: 0;
        list-style: none;
    }
    .access_list li {
        width: 50%;
        margin-bottom: 12px;
    }
    .access_list li img {
        width: 16px;
    }


    /*--------採用情報--------*/
    .recruit_wrap {
        padding: 0 0 90px;
        text-align: center;
    }
    .recruit_wrap .sh2 {
        margin-bottom: 66px;
    }
    .recruit_wrap .txt1 {
        display: inline-block;
        width: 100%;
        max-width: 1018px;
        text-align: left;
        line-height: 2;
    }
    .recruit_gal > div {
        margin-bottom: 22px;
    }
    .job_wrap .sh2 {
        margin-bottom: 48px;
    }
    .job_wrap {
        padding: 0 0 94px;
    }
    .job_wrap .table2 {
        margin-bottom: 62px;
    }


    /*--------schedule--------*/
    .schedule + section{
        margin-top: 80px;
    }

    .schedule + section .txt1{
        margin-bottom: 40px;
        text-align: center;
    }

    .schedule .lead{
    }
    .schedule .lead a{
        text-decoration: underline;
    }

    .schedule ul.scheduleList{
        list-style: none;
        padding: 0;
        border-top: 1px solid #ccc;
    }
    .schedule ul.scheduleList li{
        list-style: none;
        padding: 0;
        border-bottom: 1px solid #ccc;
    }
    .schedule ul.scheduleList li a{
        position: relative;
        display: block;
        padding: 22px 10px;
        font-weight: 700;
        transition: .3s;
        font-size: 1rem;
    }
    .schedule ul.scheduleList li a:hover{
        background: #efefef;
    }
    .schedule ul.scheduleList li a em{
        font-style: normal;
        color: #0050C4;
        font-size: 1.2rem;
        display: block;
    }
    .schedule ul.scheduleList li a::after{
        display: inline-block;
        content: "PDF";
        padding: 3px 16px;
        border-radius: 80px;
        color: #0050C4;
        border:2px solid #0050C4;
        font-size: 0.8rem;
        margin-left: 15px;
        vertical-align: middle;
        font-size: 0.5rem;
    }
    .schedule ul.scheduleList li a::before{
        position: absolute;
        top: 50%;
        right: 20px;
        content: "";
        display: inline-block;
        width: 12px;
        height: 12px;
        border-top: 2px solid #0050C4;
        border-right: 2px solid #0050C4;
        transform: translateY(-50%) rotate(45deg);
    }

    /*--------タブレット--------*/
    @media screen and (min-width: 768px) {
        
        .schedule .lead{
            text-align: center;
        }
        
        .schedule ul.scheduleList li a{
            padding: 52px 20px;
            font-size: 1.2rem;
        }
        .schedule ul.scheduleList li a em{
            font-size: 1.6rem;
            display: inline-block;
        }
        .schedule ul.scheduleList li a::after{
            padding: 7px 16px;
            border:2px solid #0050C4;
            font-size: 0.8rem;
            vertical-align: 0px;
        }
        .schedule ul.scheduleList li a::before{
            width: 18px;
            height: 18px;
            border-top: 4px solid #0050C4;
            border-right: 4px solid #0050C4;
        }
        
    }


    /*--------タブレット--------*/
    @media screen and (min-width: 768px) {
        
        .text-center_pc{
            text-align: center;
        }
        
        /*--------トップページ--------*/
        .pinnews_wrap a{
            padding-top: 15px;
            padding-bottom: 15px;
        }
        .fv_in {
            height: 510px;
            margin: 0 auto;
            max-width: 1200px;
        }
        .fv_emblem {
            width: 157px;
        }
        .fv_emblem.-emblem1 {
            right: 200px;
        }
        .fv_txt .txt1 {
            font-size: 43px;
            margin-bottom: 32px;
            line-height: 1.1;
        }
        .fv_txt .txt2 {
            font-size: 19px;
        }
        .cta1_flexbox {
            width: 50%;
        }
        .cta1_flexbox:first-child {
            border-right: 1px solid #D6D6D6;
        }
        .cta1_wrap._single{
            display: table;
        }

        ._single .cta1_flexbox{
            width: auto;
            border: 0;
        }

        .cta1_flex2 {
            padding: 12px 30px;
        }
        .cta1_btn a {
            font-size: 18px;
            height: 94px;
        }
        .cta1_btn a::before {
            width: 29px;
            height: 29px;
        }
        .flex_h {
            align-items: flex-end;
            margin-bottom: 43px;
        }
        .flex_h_left .co_h2 {
            margin-bottom: 0;
        }
        .news_flex {
            justify-content: flex-start;
            align-items: stretch;
            margin-bottom: 51px;
        }
        .news_card {
            width: 31.5%;
            margin: 0 2.75% 0 0;
        }
        .news_card:nth-child(3n) {
            margin-right: 0;
        }
        .plan_flexbox {
            width: calc(50% - 16px);
            margin: 0 0 38px;
            padding: 18px 48px 12px;
        }
        .plan_flexbox .title {
            font-size: 26px;
        }
        .plan_flexbox .list li {
            font-size: 18px;
        }
        .btnflex_box {
            width: calc(50% - 10px);
        }
        .plan_flexbox .image {
            right: 40px;
            top: 50px;
        }


        /*--------フッター--------*/
        .footer_cta a {
            font-size: 20px;
            padding: 30px 0;
        }
        ul.footer_menu {
            width: 25%;
        }
        .footer_sns h2 {
            font-size: 40px;
        }
        .snslist li a {
            width: 73px;
        }


        /*--------お知らせ一覧--------*/
        .pagetitle .en {
            font-size: 70px;
        }
        .pagetitlewrap1 {
            padding: 70px 0 86px;
        }
        .pagetitlewrap1_flex {
            align-items: flex-end;
        }
        .pagetitlewrap1_flex .left {
            margin-bottom: 0;
        }
        .pagenation_wrap {
            padding: 111px 0 101px;
        }


        /*--------よくある質問--------*/
        .qa dt {
            font-size: 20px;
            padding: 47px 60px 47px 105px;
        }
        .qa_t {
            width: 66px;
            height: 66px;
            font-size: 30px;
            top: 26px;
        }
        .toggle {
            right: 39px;
            top: 45px;
        }
        .qa dd {
            padding: 47px 60px 47px 105px;
        }
        .qa_in .box {
            padding: 40px 40px 40px;
        }


        /*--------入校仮申込フォーム--------*/
        .application_desc {
            padding: 43px 38px 1px;
        }
        .application_desc_flex .left {
            width: 150px;
            margin: 0;
        }
        .application_desc_flex .right {
            width: calc(100% - 150px);
        }
        .application_desc_flex .right .list {
            margin: 0;
        }
        .formtable th, .formtable td {
            vertical-align: top;
            padding: 0;
        }
        .formtable th {
            width: 25%;
            padding: 15px 0 20px;
        }
        .formtable td {
            padding: 0 0 20px 10px;
        }
        .check_form .formtable td {
            padding: 15px 0 20px 10px;
        }
        
        td.radio {
            padding-top: 15px;
        }
        .checkbox {
            padding: 15px 0 0;
        }
        .checkbox > div {
            width: 33%;
            font-size: 92%;
        }
        
        .checktext{
            text-align: center;
        }
        
        .submitArea{
            list-style: none;
            justify-content: center;
        }
        .submitArea > li{
            width: 48%;
        }
        
        .submitArea > li + li{
            margin-top: 0;
        }

        /*--------お問い合わせ・資料請求--------*/
        .contact_tel {
            padding: 54px 63px;
        }
        .contact_tel_flex {
            align-items: center;
            justify-content: flex-start;
        }
        .contact_tel_flex .left {
            margin: 0;
            width: 380px;
        }
        .tel {
            font-size: 41px;
        }
        .tel img {
            width: 35px;
        }


        /*--------選ばれる理由--------*/
        .vifv_wrap {
            padding: 70px 0 86px;
        }
        .reason_flex .left {
            margin: 0;
            width: 40%;
        }
        .reason_flex .right {
            width: 55%;
        }
        .crp_wrap {
            padding: 70px 0;
        }
        .crp_box {
            padding: 52px 20px;
        }
        .crp_box h2 {
            font-size: 30px;
            letter-spacing: .12em;
        }
        .crp_box .btn_ver1 {
            margin-top: 35px;
        }



        /*--------ご入校・お申込みについて--------*/
        .tc {
            justify-content: center;
        }
        .tc li {
            width: auto;
        }
        .tc li a {
            padding: 10px 36px 30px;
            border-right: 2px dashed #D8D8D8;
        }
        .tc li a::before {
            bottom: 10px;
        }
        .tc li:last-child a {
            border-right: none;
        }
        .information_txt1 {
            font-size: 20px;
        }
        .information_box h3 {
            font-size: 28px;
        }
        .information_btnflex {
            justify-content: center;
        }
        .information_btnflex > div {
            width: 32%;
            max-width: 329px;
            margin: 0 15px;
        }
        .information_flex {
            padding: 70px 63px 0;
        }
        .information_flex .box {
            width: 31%;
            margin-bottom: 46px;
        }
        .information_flex .box p {
            font-size: 18px;
            letter-spacing: .1em;
        }
        .table2 th {
            width: 25%;
        }
        .table2 th, .table2 td {
            padding: 40px;
            font-size: 20px;
        }
        .table2 td p {
            font-size: 20px;
        }
        .table2_flex1 .right {
            padding: 40px;
        }
        .table2_flex2 > div {
            padding: 40px;
        }


        /*--------施設・教習車両紹介--------*/
        .swiper-button-prev,
        .swiper-button-next {
            height: 70px;
            width: 70px;
        }
        .swiper-button-prev::after, .swiper-button-next::after {
            width: 70px;
            height: 70px;
        }
        .introduction_txt1 {
            font-size: 20px;
        }
        .introduction_box .txt1 {
            font-size: 18px;
        }


        /*--------教習プラン・料金--------*/
        .pricepage_txt1 {
            font-size: 20px;
        }
        .pricepage_list {
            margin: 0 auto;
            max-width: 1015px;
            justify-content: flex-start;
        }
        .pricepage_list li {
            width: calc(25% - 8px);
            font-size: 18px;
            margin-right: 10px;
        }
        .pricepage_list li:nth-child(4n) {
            margin-right: 0;
        }
        .scroll_width {
            text-align: center;
        }
        .pricepage_box h3 {
            font-size: 26px;
        }
        .pricepage_subpricetable_flex .box {
            width: 48.5%;
        }
        .pricepage_wrap .co_btn2 a {
            font-size: 24px;
            padding: 18px 0;
        }
        .table3.-ver2 th, .table3.-ver2 td {
            font-size: 18px;
        }


        /*--------オンライン学科--------*/
        .online1_wrap .txt1 {
            font-size: 28px;
        }
        .online1_wrap .txt2 {
            font-size: 28px;
        }
        .online1_flex .box {
            width: 45%;
        }
        .online1_flex .arrow_box .arrow {
            border-top: 27px solid transparent;
            border-bottom: 27px solid transparent;
            border-left: 48px solid #000;
            border-right: 0;
        }
        .online2_flex {
            justify-content: center;
        }
        .online2_flex .box {
            width: 31%;
        }



        /*--------アクセス--------*/
        .access_box {
            padding: 51px 73px 40px;
        }
        .access_list li {
            font-size: 20px;
        }
        .access_list li img {
            margin-right: 7px;
        }


        /*--------採用情報--------*/
        .recruit_gal > div {
            width: 31.5%;
            margin: 0;
        }
        .recruit_gal {
            margin-bottom: 52px;
        }
        .recruit_wrap .txt1 {
            font-size: 20px;
        }
        .job_wrap .txt1 {
            font-size: 20px;
        }



    }





    /*--------PC--------*/
    @media screen and (min-width: 1180px) {
        /*--------ヘッダー--------*/
        .blk0, .blk1, .blk2, .blk3 {
            display: block;
        }
        .header_flex {
            padding: 0 0 0 40px;
        }
        .header_logo_wrap {
            width: 292px;
        }
        .header_right {
            width: calc(100% - 292px);
            align-items: center;
        }
        .blk4 {
            width: 81px;
            height: 81px;
        }
        .nav-ham {
            width: 32px;
            height: 28px;
        }
        .nav-ham > span {
            height: 3px;
        }
        .blk3 a {
            display: flex;
            background: #FF0B51;
            width: 162px;
            height: 81px;
            font-size: 0;
            justify-content: center;
            align-items: center;
        }
        .blk3 a img {
            width: 149px;
        }
        .blk2 {
            width: 273px;
            margin-right: 25px;
        }
        .telbox {
            align-items: center;
        }
        .telbox .-icon {
            display: inline-block;
            font-size: 0;
            width: 55px;
        }
        .telbox .-right {
            display: inline-block;
            width: 209px;
        }
        .telbox .-right .txt1 {
            font-size: 13px;
            font-weight: 600;
            letter-spacing: .05em;
        }
        .telbox .-right .txt2 {
            font-size: 13px;
            font-weight: 600;
            font-size: 29px;
            font-weight: 700;
        }
        .blk0{
            width: 123px;
            margin-right: 13px;
        }
        
        .blk1 {
            width: 123px;
            margin-right: 13px;
        }
        .header_btn1 {
            display: inline-block;
            border-radius: 999px;
            border: 2px solid #0050C4;
            font-size: 15px;
            font-weight: 600;
            color: #0050C4;
            width: 100%;
            text-align: center;
            padding: 12px 0;
            transition: .3s;
        }
        .header_btn1:hover {
            color: #fff;
            background: #0050C4;
            border: 2px solid #0050C4;
        }
        .global_wrap {
            display: block;
            background: #0050C4;
            text-align: center;
            padding: 15px 0 12px;
        }
        .global_menu {
            padding: 0;
            list-style: none;
            margin: 0;
        }
        .global_menu li {
            display: inline-block;
            margin: 0 33px;
        }
        .global_menu li a {
            font-weight: 600;
            color: #FFF;
        }
        .global_menu li a .-icon {
            display: inline-block;
            width: 25px;
            vertical-align: middle;
            margin: 0 3px 3px 0;
        }



        /*--------XXX--------*/
        .swiper-button-prev {
            left: 50%;
            transform: translateX(calc(-50% - 420px));
            -webkit-transform: translateX(calc(-50% - 420px));
            -ms-transform: translateX(calc(-50% - 420px));
        }
        .swiper-button-next {
            right: 50%;
            transform: translateX(calc(-50% + 480px));
            -webkit-transform: translateX(calc(-50% + 480px));
            -ms-transform: translateX(calc(-50% + 480px));
        }

    }

























