@media only screen and (max-width: 768px) {
    .sp {
        display: block;
    }

    .sp-inline {
        display: initial;
    }

    .pc {
        display: none;
    }

    .center {
        text-align: center;
    }

    .center img {
        max-width: 100%;
    }

    .bold {
        font-weight: bold;
    }

    .mt10 {
        margin-top: 10px !important;
    }

    .mt15 {
        margin-top: 15px !important;
    }

    .mt20 {
        margin-top: 20px !important;
    }

    .mb0 {
        margin-bottom: 0px !important;
    }

    .mb5 {
        margin-bottom: 5px;
    }

    .mb10 {
        margin-bottom: 10px;
    }

    .mb15 {
        margin-bottom: 15px;
    }

    .mb20 {
        margin-bottom: 20px;
    }

    .mb25 {
        margin-bottom: 25px;
    }

    .mb30 {
        margin-bottom: 30px;
    }

    .mb35 {
        margin-bottom: 35px;
    }

    .mb40 {
        margin-bottom: 40px;
    }

    .mr5 {
        margin-right: 5px;
    }

    .pb10 {
        padding-bottom: 10px !important;
    }

    .sp_p10 {
        padding: 0 10px !important;
    }

    .sp_pb10 {
        padding-bottom: 10px !important;
    }

    .font11 {
        font-size: 11px;
    }

    .font12 {
        font-size: 12px;
    }

    .ptb {
        padding: 10px 0;
    }

    .plr {
        padding: 0 10px;
    }

    .p10 {
        padding: 10px;
    }

    .txt_right {
        text-align: right;
    }

    .inner {
        width: 100%;
        box-sizing: border-box;
        padding: 0 10px;
    }

    .txt01 {
        font-size: 16px;
        font-weight: bold;
        line-height: 1.4;
    }

    .imgsp img {
        max-width: 100%;
        width: auto;
        height: auto;
    }

    .txt02 {
        font-size: 12px;
        line-height: 1.2;
    }

    .boxMtb20 {
        margin: 20px 0;
    }

    p {
        font-size: 14px;
        line-height: 1.4;
        margin-bottom: 10px;
        color: #333;
    }

    html {
        margin-top: 46px !important;
    }

    body {
        width: 100%;
        min-width: 320px !important;
        text-align: left;
        margin: 0 auto;
    }

    #header {
        width: 100%;
        height: 86px;
        box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.5);
        -ms-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.5);
        -WEBkit-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.5);
        position: absolute;
        top: 0;
        background: #fff;
        z-index: 99;
        box-sizing: border-box;
    }

    #header_navi_up {
        display: none;
    }

    #header_navi li {
        background: none !important;
    }

    .head_r {
        float: none;
        top: 0;
        position: inherit;
        width: 100%;
        margin-top: 54px;
        padding: 0 10px;
        box-sizing: border-box;
    }

    #header_navi_up3_l_center {
        display: none;
    }

    .h_num {
        margin: 0;
    }

    .h_num a {
        font-size: 19px;
        margin-bottom: 0;
        padding-left: 18px;
        background: url("../../images/phone.png") no-repeat 0 4px;
        background-size: 15px;
        color: #1f1f66;
    }

    /*
    .h_phone {
        margin: 0;
    }
*/
    .h_time {
        font-size: 10px;
        margin-bottom: 0;
    }

    #site_title {
        width: 100%;
        height: 50px;
        display: flex;
        align-items: center;
        margin: 0;
        position: fixed;
        top: 0;
        background: #fff;
        z-index: 10;
        padding: 0 10px;
        float: none;
        border-bottom: 1px solid #cecece;
        box-sizing: border-box;
    }

    #site_title a {
        width: 150px;
        height: 35px;
        background-size: contain;
    }


    .sp_menu {
        width: 50px;
        height: 50px;
        background: url(../../images/menu_open.png) center no-repeat;
        background-size: 32px 32px;
        text-indent: -9999px;
        display: block;
        position: fixed;
        z-index: 11;
        top: 0;
        right: 5px;
    }

    .sp_menu.open {
        background: url(../../images/menu_close.png) center no-repeat;
        background-size: 32px 32px;
    }

    #header_wrapper {
        width: 100%;
        box-sizing: border-box;
        margin: 0 auto;
    }

    #header_navi {
        display: none;
    }

    .sp_nav {
        height: calc(100vh - 50px);
        overflow-y: auto;
        position: relative;
        position: fixed;
        top: 50px;
        display: none;
        width: 100%;
    }

    #header_navi_sp {
        width: 100%;
        background: #121e59;
        overflow: hidden;
        z-index: 9999;
    }

    #header_navi_sp>li {
        position: relative;
    }

    #header_navi_sp>li:before {
        position: absolute;
        content: "";
        width: 12px;
        height: 2px;
        background: #fff;
        right: 10px;
        top: 19px;
        font-size: 20px;
        color: #fff;
        pointer-events: none;
    }

    #header_navi_sp>li:nth-child(8)::before {
        display: none;
    }

    #header_navi_sp>li:nth-child(8) {
        background: #CEE3E8
    }

    #header_navi_sp>li:nth-child(8) a {
        color: #121e59;
    }

    #header_navi_sp>li:nth-child(8)::after {

        position: absolute;
        content: "";
        width: 9px;
        height: 9px;
        background: none;
        box-sizing: border-box;
        transform: rotate(45deg) translateX(-50%);
        border-top: 2px solid #121e59;
        border-right: 2px solid #121e59;
        right: 11px;

    }

    #header_navi_sp>li:after {
        position: absolute;
        content: "";
        width: 12px;
        height: 2px;
        background: #fff;
        right: 10px;
        top: 19px;
        font-size: 20px;
        color: #fff;
        transform: rotate(90deg);
        transition: 0.3s all;
        pointer-events: none;
    }

    #header_navi_sp>li.act:after {
        transform: rotate(0deg);
    }

    #header_navi_sp>li .sub_menu {
        display: none;
        background: #fff;
    }

    #header_navi_sp>li.act .sub_menu {}

    #header_navi_sp>li:nth-child(4):before {
        display: none;
    }

    #header_navi_sp>li:nth-child(4):after {
        position: absolute;
        content: "";
        width: 9px;
        height: 9px;
        background: none;
        box-sizing: border-box;
        transform: rotate(45deg) translateX(-50%);
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        right: 11px;
    }

    #header_navi_sp>li:nth-child(3):before,
    #header_navi_sp>li:nth-child(5):before,
    #header_navi_sp>li:nth-child(7):before {
        display: none;
    }

    #header_navi_sp>li:nth-child(3):after,
    #header_navi_sp>li:nth-child(5):after,
    #header_navi_sp>li:nth-child(7):after {
        position: absolute;
        content: "";
        width: 9px;
        height: 9px;
        background: none;
        box-sizing: border-box;
        transform: rotate(45deg) translateX(-50%);
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        right: 11px;
    }

    #header_navi_sp>li>a {
        padding: 15px 10px;
        display: block;
        width: 100%;
        height: 100%;
        box-sizing: border-box;
        color: #fff;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        cursor: pointer;
        line-height: 1.1;
    }

    #header_navi_sp>li>a:hover {
        text-decoration: none;
    }

    #header_navi_sp>li>a {}

    #header_navi_sp>li .sub_menu li {
        border-bottom: 1px solid #ccc;
    }

    #header_navi_sp>li .sub_menu li:last-child {
        border-bottom: none;
    }

    #header_navi_sp>li .sub_menu li a {
        color: #121e59;
        padding: 15px 10px 15px 25px;
        display: block;
        width: 100%;
        height: 100%;
        box-sizing: border-box;
        position: relative;
    }

    #header_navi_sp>li .sub_menu li a:before {
        position: absolute;
        content: "";
        width: 6px;
        height: 2px;
        background: #121e59;
        left: 10px;
        top: 18px;
        font-size: 20px;
        transform: rotate(45deg);
        transition: 0.3s all;
    }

    #header_navi_sp>li .sub_menu li a:after {
        position: absolute;
        content: "";
        width: 6px;
        height: 2px;
        background: #121e59;
        left: 10px;
        top: 22px;
        font-size: 20px;
        transform: rotate(-45deg);
        transition: 0.3s all;
    }

    .breadcrumbs {
        display: none;
    }

    .list-breadcrumbs {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    #main_visual_career {
        display: none;
    }

    .pageTtl {
        text-align: center;
        line-height: 0;
    }

    .pageTtl img {
        width: 100%;
        height: auto;
        max-width: 100%;
        line-height: 0;
        vertical-align: top;
        border: 0;
        display: inline;
    }

    #container {
        padding-top: 33px;
        width: 100%;
        box-sizing: border-box;
    }

    #container .tt01 {
        font-size: 14px;
        font-weight: bold;
        line-height: 1.2;
        color: #091f3c;
        padding: 6px 10px;
        background: #dadae6;
        display: block;
        width: 100%;
        height: auto;
        text-indent: 0;
        box-sizing: border-box;
        margin: 0;
    }

    #container .tt01 span {
        padding: 2px 0 0 8px;
        border-left: solid 2px #091f3c;
        display: block;
    }

    #ao_top_wrapper {
        width: 100%;
        box-sizing: border-box;
    }

    #ao_top {
        padding: 0;
    }

    .ao_top_txt {
        margin: 0 0 20px 0;
        padding: 12px 10px;
        background: #f2f4f7;
    }

    .wrapper {
        width: 100%;
        box-sizing: border-box;
    }

    .tt02 {
        color: #1f1f66;
        margin: 25px 0 15px;
        font-size: 18px;
        font-weight: bold;
    }

    /*---------- footer----------*/
    #footer {
        font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
        margin-bottom: 54px;
    }

    #footer_nav {
        width: 100%;
        box-sizing: border-box;
        color: #fff;
        padding: 10px 10px;
        background: #666;
        margin-right: 0;
    }

    #footer_nav dl {
        width: 100%;
        box-sizing: border-box;
        padding: 10px 0;
        border-bottom: dotted 1px #999;
        position: relative;
        float: none;
        margin: 0;
    }

    #footer_nav dl:last-child {
        border-bottom: none;
    }

    #footer_nav dl dt {
        font-size: 12px;
        font-weight: bold;
        line-height: 1.4;
        padding: 1px 0 0 14px;
        background: url(../../images/icon_02.png) no-repeat 0 5px;
        background-size: auto;
        background-size: 10px 10px;
        -ms-background-size: 10px 10px;
        -WEBkit-background-size: 10px 10px;
        position: absolute;
        top: 10px;
        left: 0;
        border-bottom: none;
        width: 78px;
        height: auto;
        text-indent: 0;
    }

    #footer_nav dl dd {
        margin: 0 0 0 95px;
        padding: 0 0 0 10px;
        border-left: dotted 1px #999;
    }

    #footer_nav ul li a {
        background: none;
        padding: 0;
        font-size: 12px;
        font-weight: normal;
        color: #fff;
        margin: 0;
    }

    #footer_nav ul li a:hover {
        background: none;
    }

    #footer_nav dl dd li {
        font-size: 12px;
        line-height: 1.4;
        padding: 0 10px 2px 10px;
        background: url(../../images/icon_03.png) no-repeat 0 5px;
        background-size: auto;
        background-size: 8px 8px;
        -ms-background-size: 8px 8px;
        -WEBkit-background-size: 8px 8px;
        float: left;
        font-weight: normal;
        margin: 0;
    }

    #footer .nav dl:last-child {
        border-bottom: none;
    }

    #footer_nav dl dd ul {
        display: block;
    }

    #footer_nav_banner {
        box-sizing: border-box;
        padding: 0;
        background: #fff;
        overflow: hidden;
        display: block;
    }

    #footer_nav_banner:after {
        display: none;
    }

    #banner_AcademyGroup {
        box-sizing: border-box;
    }

    #banner_box {
        width: 100%;
        box-sizing: border-box;
        display: none;
    }

    #footer .btnPagetop a {
        background: url(../../images/btn_pagetop.png) no-repeat;
        background-size: cover;
        width: 46px;
        height: 46px;
        bottom: 70px;
    }

    #footer .btnPagetop a:hover {
        background: url(../../images/btn_pagetop.png) no-repeat;
        background-size: cover;
        width: 46px;
        height: 46px;
    }

    #footer .area-fixed {
        position: fixed;
        bottom: 0px;
        left: 0px;
        background: rgba(0, 0, 0, 0.7);
        width: 100%;
        display: flex;
        justify-content: center;
        padding: 10px 0;
        z-index: 9998;
    }

    #footer .area-fixed .area-fixed_item {
        width: 44%;
    }

    #footer .area-fixed .area-fixed_item+.area-fixed_item {
        margin-left: 3%
    }

    #footer .area-fixed .area-fixed_item a {
        display: block;
        font-size: 15px;
        line-height: 1.2em;
        font-weight: 600;
        text-align: center;
        color: #fff;
        border-radius: 5px;
        text-decoration: none;
        background: grey;
        padding-top: 8px;
    }

    #footer .area-fixed .area-fixed_item.color01 a {
        background: #92d050;
        padding: 8px 0;
    }

    #footer .area-fixed .area-fixed_item.color01 event {
        padding-top: 15px;
    }

    #footer .area-fixed .area-fixed_item.color02 a {
        background: #ed7d31;
        padding: 8px 0;
    }

    #banner_AcademyGroup {
        display: none;
    }

    #footer .bnr {
        padding: 10px 10px 15px 10px;
    }

    #footer .bnr .ttl {
        text-align: center;
        margin: 0 29.66% 10px 29.66%;
    }

    #footer .bnr .ttl img,
    #footer .bnr .list li img {
        width: auto;
        height: auto;
        max-width: 100%;
        line-height: 0;
        vertical-align: top;
        border: 0;
        display: inline;
    }

    #footer .bnr .list {
        overflow: hidden;
    }

    #footer .bnr .list li {
        width: 50%;
        text-align: center;
        float: left;
    }

    #footer .bnr .list li img {
        width: 80%;
    }

    #footer_credit {
        font-size: 9px;
        line-height: 1.2;
        text-align: center;
        color: #aaaab3;
        padding: 10px 0;
        background: #17174d;
        height: auto;
        /* margin-bottom: 68px; */
    }

    #footer .device {
        background: #666;
        color: #fff;
        text-align: center;
        overflow: hidden;
        padding: 10px 0;
    }

    #footer .device .left {
        width: 50%;
        float: left;
        color: #bfbfbf;
        background-image: url("../../images/icon_09.png");
        background-repeat: no-repeat;
        background-position: 25%;
        padding: 2px 0;
        box-sizing: border-box;
    }

    #footer .device .right {
        width: 50%;
        float: right;
        border-left: solid 1px #999;
        background-image: url("../../images/icon_10.png");
        background-repeat: no-repeat;
        background-position: 8%;
        padding: 2px 0;
        box-sizing: border-box;
    }

    #footer .btn {
        width: 100%;
        height: 30px;
        border-top: #cccccc solid 1px;
        padding: 10px 0;
    }

    #footer .btn {
        display: flex;
    }

    #footer .btn li {
        width: 50%;
        height: 30px;
    }

    #footer .btn li:nth-child(1) a {
        background: url(../../images/btn_01_02.png) center / 30px auto no-repeat;
        text-indent: -9999px;
        display: block;
        box-sizing: border-box;
    }

    #footer .btn li:nth-child(2) a {
        background: url(../../images/btn_01_04.png) center / 12px auto no-repeat;
        border-left: solid 1px #999;
        text-indent: -9999px;
        display: block;
        box-sizing: border-box;
    }

    .r_btn {
        display: none;
    }

    .btnPagetop {
        margin: 0;
    }

    #footer_nav .f_social {
        display: none;
    }

    .f_social {
        display: inherit;
    }

    .f_social.pc {
        display: none;
    }

    .f_social ul {
        display: flex;
        justify-content: center;
    }

    #footer .device .f_social ul li {
        width: 30px;
        margin: 0 30px !important;
    }

    .f_social ul li a {
        display: block;
        line-height: 0;
    }

    .f_social ul li img {
        width: auto;
        height: auto;
        max-width: 100%;
    }

    /*------------index--------------*/
    .topImage {
        text-align: center;
        margin: 0;
        position: relative;
    }

    .bxslidersp .bx-wrapper {
        width: 100%;
        height: 200px;
        margin: 0 auto;
        position: relative;
        overflow: hidden;
    }

    #seasonal02 {
        height: 200px;
        background: url(../../images/img_24.jpg) top center no-repeat;
        background-size: auto;
        background-size: 100% auto;
        text-align: center;
    }

    #seasonal02 .top_18_btn24 {
        width: 30%;
        position: absolute;
        bottom: 10px;
        left: 20px;
    }

    #top_04 {
        height: 230px;
        background: url(../../images/sp_slider03.png) center no-repeat;
        background-size: auto;
        background-size: 100% auto;
        text-indent: -9999px;
    }

    #top_18 {
        height: 230px;
        background: url(../../images/sp_slider01.jpg) center no-repeat;
        background-size: auto;
        background-size: 100% auto;
        text-align: center;
    }

    #top_19 {
        height: 230px;
        background: url(../../images/sp_slider02.jpg) center no-repeat;
        background-size: auto;
        background-size: 100% auto;
    }

    #top_25 {
        height: 230px;
        background: url(../../images/sp_slider04.jpg) center no-repeat;
        background-size: auto;
        background-size: 100% auto;
    }

    #top_04 #top_04_btn {
        width: 280px;
        height: 20px;
        margin: 12px auto;
        position: absolute;
        bottom: 13px;
        right: 0;
        left: 0;
    }

    #top_04 #top_04_btn a {
        width: 103px;
        height: 20px;
        background: url(../../images/img_04_btn.png) no-repeat;
        background-size: auto;
        background-size: 103px 20px;
        text-indent: -99999px;
        display: block;
        margin: 0 auto;
    }

    #top_18 p {
        position: absolute;
        bottom: 2vw;
    }

    #top_18 a {
        display: inline-block;
        width: 24%;
        margin: 0 5px;
    }

    .top_19_btn {
        width: 40%;
        position: absolute;
        bottom: 42px;
        left: 27px;
    }

    .bxslidersp li img {
        width: auto;
        height: auto;
        max-width: 100%;
    }

    .bx-wrapper .bx-pager {
        text-align: center;
        width: 100%;
        position: absolute;
        top: 205px;
    }

    .bx-wrapper .bx-pager .bx-pager-item {
        display: inline-block;
    }

    .bx-pager a {
        background: url(../../images/bx_pager_off.png) no-repeat;
        background-size: auto;
        background-size: 10px 10px;
        text-indent: -9999px;
        display: block;
        width: 10px;
        height: 10px;
        margin: 0 5px;
    }

    .bx-pager a:hover,
    .bx-pager a.active {
        background: url(../../images/bx_pager_on.png) no-repeat;
        background-size: auto;
        background-size: 10px 10px;
    }

    #subsp_menu, #subsp_menu {
        margin-bottom: 20px;
        border-top:
            #ffffff solid 1px;
        display: table;
        width: 100%;
        height: 45px;
    }

    

    #subsp_menu #sub_menu1, #subsp_menu #sub_menu1 {
        width: 25%;
        height: 45px;
        background: url(../../images/submenu1.png) center no-repeat #1f1f66;
        background-size: auto;
        background-size: 57px auto;
        display: table-cell;
        text-indent: -9999px;
        border-right:
            #ffffff solid 1px;
    }

    #subsp_menu #sub_menu2, #subsp_menu #sub_menu2 {
        width: 25%;
        height: 45px;
        background: url(../../images/submenu5.png) center no-repeat #1f1f66;
        background-size: auto;
        background-size: 54px auto;
        display: table-cell;
        text-indent: -9999px;
        border-right:
            #ffffff solid 1px;
    }

    #subsp_menu #sub_menu3,  #subsp_menu #sub_menu3 {
        width: 25%;
        height: 45px;
        background: url(../../images/submenu3.png) center no-repeat #1f1f66;
        background-size: auto;
        background-size: 63px auto;
        display: table-cell;
        text-indent: -9999px;
        border-right:
            #ffffff solid 1px;
    }

    #subsp_menu #sub_menu4,  #subsp_menu #sub_menu4 {
        width: 25%;
        height: 45px;
        background: url(../../images/submenu4.png) center no-repeat #1f1f66;
        background-size: auto;
        background-size: 53px auto;
        display: table-cell;
        text-indent: -9999px;
    }

    #subsp_menu a, #subsp_menu a {
        display: block;
        width: 100%;
        height: 100%;
    }

    #subsp_menu #sub_menu1 {
        background: url(../../images/submenu1-02.png) center no-repeat #1f1f66;
        background-size: contain;
    }

    #subsp_menu #sub_menu2 {
        background: url(../../images/submenu5-02.png) center no-repeat #1f1f66;
        background-size: contain;
    }

    #subsp_menu #sub_menu3 {
        background: url(../../images/submenu3-02.png) center no-repeat #1f1f66;
        background-size: contain;
    }

    #subsp_menu #sub_menu4 {
        background: url(../../images/submenu4-02.png) center no-repeat #1f1f66;
        background-size: contain;
    }

    #news {
        min-width: 320px;
        min-height: 230px;
        padding: 0 10px;
        width: 100%;
        box-sizing: border-box;
        background: none;
        margin-top: 15px;
        margin-bottom: 20px;
    }

    #title_news, #blog .title_news {
        width: auto;
        height: auto;
        display: block;
        text-indent: 0;
        background: none;
        color: #19245e;
        font-family: 'Noto Sans JP', sans-serif;
        font-size: 20px;
        font-weight: 900;
        padding: .3em 0 .8em;
    }

    #news_area_top {
        width: 100%;
        height: 230px;
        border: 1px solid #ccc;
        float: none;
        box-sizing: border-box;
    }

   

    #news_area {
        width: 100%;
        box-sizing: border-box;
        padding-bottom: 10px;
    }

    #news_area_top #news_area dl {
        padding: 15px 10px 0 10px;
        width: 100%;
        box-sizing: border-box;
    }

    #news_area_top #news_area .date {
        position: relative;
        left: 0;
        top: 0;
        content: "NEW";
        color: #1f1f66;
        padding: 3px 10px;
        border: 1px solid #1f1f66;
    }

    #news_area dt {
        color: #0a0a49;
        float: none;
        padding: 5px;
        width: 100%;
        box-sizing: border-box;
        font-size: 120%;
        line-height: 18px;
        margin-left: 0;
    }

    .news_item {
        display: block;
        padding: 15px 18px;
    }

   #news #news_area_top {
    height: 186px;
   }

     #news .news_item {
        padding: 10px;
    }

    .news_item_leftBlock {
        margin-bottom: 10px;
    }

    .news_item_leftBlock.new {
        background: none;
    }

    .news_item_leftBlock.new .news_item_date {
        position: relative;
    }

    .news_item_leftBlock.new .news_item_date::after {
        position: absolute;
        content: "NEW";
        width: auto;
        height: auto;
        padding: 1px 7px;
        background: #c9151e;
        color: #fff;
        font-weight: bold;
        font-size: 10px;
        top: 0;
        right: -30px;
        transform: translateX(50%);
    }

    .news_item_rightBlock {
        margin: 0;
    }



.header_content a {
    font-size: 14px;
    padding-right: 18px;
    font-weight: bold;
    position: relative;
}

.header_content a::after {
    content: '';
    position: absolute;
    right: 0;
    width: 14px;
    height: 14px;
    background: url(../../images/arrow_b.png) no-repeat;
    background-size: cover;
}

#blog {
    background: #fff2cc;
    padding: 15px 0;
}

    #blog.blog-index #title_blog_area {
        display: block;
        position: relative;
        width: 100%;
        box-sizing: border-box;
    }

    #blog.blog-index #title_blog_area #title {
        background: url(../../images/nav_blog_title.png) no-repeat;
        background-size: auto;
        background-size: 177px 41px;
        display: block;
        text-indent: -9999px;
        width: 177px;
        height: 41px;
        margin-bottom: 15px;
    }

    #blog.blog-index #title_blog_area #body {
        display: block;
        padding-left: 0;
        width: 100%;
        box-sizing: border-box;
        vertical-align: middle;
        margin-bottom: 10px;
    }

    #blog.blog-index #title_blog_area #link {
        position: absolute;
        right: 0;
        top: 14px;
        width: auto;
    }

    #blog.blog-index #title_blog_area #link a {
        background: none;
        width: auto;
        height: auto;
        text-indent: 0;
        display: block;
        font-weight: bold;
        color:#3687d9;
        position: relative;
        padding-right: 20px;
    }

    #blog.blog-index #title_blog_area #link a:after {
        width: 15px;
        height: 15px;
        content: "";
        position: absolute;
        right: 0px;
        top: 1px;
        background: url("../../images/arrow_b.png") no-repeat;
        background-size: contain;
    }

    #blog.blog-index #article_blog_area {
        display: block;
        margin-top: 0;
        width: 100%;
        box-sizing: border-box;
    }

    #blog.blog-index #article_blog_area .img_area {
        width: 100%;
    }

    #blog.blog-index #article_blog_area>a {
        display: block;
        width: 100%;
        box-sizing: border-box;
        border-top: #cccccc dashed 1px;
        padding-right: 10px;
        padding-bottom: 10px;
        background: url("../../images/arrow_b.png") no-repeat right 22px;
        background-size: 5px;
    }

    #blog #article_blog_area .article_list,
    #blog #article_blog_area .article_list.last {
        width: 100%;
        display: block;
        box-sizing: border-box;
        padding-left: 0px;
    }

    #blog.blog-index #article_blog_area .article_list+.article_list {
        margin-top: 12px;
    }

    #blog #article_blog_area .article_list .img_area {
        height: auto;
        padding-top: 63.04%;
    }

    #blog.blog-index #article_blog_area .article_list .title {
        height: auto;
        margin-bottom: 5px;
        font-size: 13px;
    }

    #blog.blog-index #article_blog_area .article_list .date {
        color: #808080;
        font-size: 9px;
        font-style: italic;
        float: none;
    }

    #blog #title_blog_area #test_title {
        background: url(../../images/nav_blog_title_test.png) no-repeat;
    background-size: auto;
    background-size: 177px 41px;
    display: block;
    text-indent: -9999px;
    width: 177px;
    height: 41px;
    margin-bottom: 15px;
    }

    #kiso {
        background: #fff;
        width: 100%;
        box-sizing: border-box;
        padding: 0 10px;
        min-width: 320px;
    }

    .tt01 {
        height: auto;
        font-size: 26px;
        margin: 20px 0;
        padding-bottom: 10px;
    }

    .tt01::after {
        bottom: 0;
    }

    .list_idx01 {
        margin: 0 -3px -3px;
    }

    .list_idx01 li {
        width: calc(100%/2 - 6px);
        margin: 3px;
    }

    .tag01 .tag01_01 {
        font-size: 4.5vw;
    }

    .tag01 .tag01_02 {
        font-size: 3.5vw;
    }

    .tag01 {
        height: 9vw;
        top: 8vw;
    }

    #ask {
        width: 100%;
        min-width: 320px;
        height: auto;
        padding: 20px 10px;
        box-sizing: border-box;
    }

    #ask li {
        margin: 10px 0 0;
        width: 100%;
        box-sizing: border-box;
        text-align: center;
    }

    #ask li:last-child span {
        height: 26vw;
        display: flex;
        align-items: center;
        width: 100%;
        overflow: hidden;
        border: 1px solid #ececec;
        padding: 1px;
        box-sizing: border-box;
        background: #fff;
        margin-bottom: 10px;
    }

    #ask li:last-child span img {
        border: none;
        padding: 0;
        width: 100%;
        height: auto;

    }

    .list_idx02 h4 {
        font-size: 4vw;
    }

    /*------------career--------------*/
    #career_body1 {
        width: 100%;
        box-sizing: border-box;
        padding: 0 10px;
        background: none;
    }

    #careerL,
    #careerR,
    #careerR1 {
        width: 100%;
        height: auto;
        box-sizing: border-box;
        border-top: none;
        font-size: 14px;
        float: none;
        padding: 0;
    }

    #career_title1,
    #career_body2_title,
    #container .h501 {
        font-size: 14px;
        font-weight: bold;
        line-height: 1.2;
        color: #1f1f66;
        margin: 0 0 10px 0;
        margin-bottom: 10px;
        padding: 0 0 5px 20px;
        background: url(../../images/icon_05.png) no-repeat 0 2px;
        background-size: auto;
        background-size: 15px auto;
        -ms-background-size: 15px auto;
        -WEBkit-background-size: 15px auto;
        text-indent: 0;
        display: block;
        width: 100%;
        box-sizing: border-box;
        height: auto;
    }

    .aoCarrier1,
    .aoCarrier2 {
        list-style-type: none;
        margin: 0 0 30px 0;
        font-size: 14px;
        line-height: 1.4;
        color: #000;
    }

    .aoCarrier1>li {
        margin: 0 0 15px 0;
    }

    .aoCarrier1>li dl {
        padding: 10px 10px 10px 50px;
        background-color: #f3f2f7;
        background-repeat: no-repeat;
        background-position: 0 0;
        background-size: 49px auto;
        -ms-background-size: 49px auto;
        -WEBkit-background-size: 49px auto;
        border: solid 1px #ccc;
    }

    .aoCarrier1>li:nth-child(1) dl {
        background-image: url(../../images/tag_01.png);
    }

    .aoCarrier1>li:nth-child(2) dl {
        background-image: url(../../images/tag_02.png);
    }

    .aoCarrier1>li:nth-child(3) dl {
        background-image: url(../../images/tag_03.png);
    }

    .aoCarrier1>li:nth-child(4) dl {
        background-image: url(../../images/tag_04.png);
    }

    .aoCarrier1>li dt {
        font-weight: bold;
        line-height: 1.2;
        color: #c9151e;
        margin: 0 0 8px 0;
        padding: 0 0 6px 3px;
        border-bottom: solid 1px #616181;
    }

    #career_body2 {
        padding: 0 10px 20px;
        box-sizing: border-box;
        background: none;
    }

    .aoCarrier2 li {
        margin: 0 0 10px 0;
        padding: 5px 5px;
        background: #f3f2f7;
        border: solid 1px #ccc;
        position: relative;
    }

    .aoCarrier2 li:nth-child(1) {
        z-index: 3;
    }

    .aoCarrier2 li:nth-child(2) {
        z-index: 2;
    }

    .aoCarrier2 li .box {
        width: 100%;
        display: table;
        table-layout: fixed;
    }

    .aoCarrier2 li .box .txt {
        width: 50%;
        vertical-align: middle;
        display: table-cell;
    }

    .aoCarrier2 li .box .img {
        width: 50%;
        text-align: right;
        display: table-cell;
        line-height: 0;
    }

    .aoCarrier2 li .box .txt .ttlStyle3 {
        color: #c9151e;
        margin: 0;
        padding: 0 0 0 20px;
        background: url(../../images/icon_05a.png) no-repeat 0 0;
        font-size: 14px;
        font-weight: bold;
        line-height: 1.2;
        background-size: auto;
        background-size: 15px auto;
        -ms-background-size: 15px auto;
        -WEBkit-background-size: 15px auto;
    }

    .aoCarrier2 li .bg {
        width: 100%;
        height: 33px;
        background: url(../../images/bg_01.png) no-repeat center bottom;
        background-size: auto;
        background-size: 46px auto;
        -ms-background-size: 46px auto;
        -WEBkit-background-size: 46px auto;
        position: absolute;
        bottom: -33px;
    }

    .aoCarrier2 li img {
        width: auto;
        height: auto;
        max-width: 100%;
        line-height: 0;
        vertical-align: top;
        border: 0;
        display: inline;
    }

    /*------- ao check ----------*/
    #Wrap,
    .wrapinner {
        width: 100% !important;
        box-sizing: border-box;
        height: auto !important;
        background: none !important;
    }

    #Wrap {
        padding: 0 !important;
        margin: 30px 0 !important;
    }

    .question {
        background: url("../../images/qu_bg.jpg");
        border: 5px solid #c4852d;
        border-radius: 5px;
        box-sizing: border-box;
    }

    .questionBox {}

    .questionBox .btnBox {
        position: initial;
        display: flex;
        justify-content: space-between;
        padding: 20px;
        box-sizing: border-box;
    }

    .questionBox .btnBox p {
        width: 50%;
    }

    .questionBox .btnBox p img {
        width: 100%;
        height: auto;
    }

    .question .btnBox02 {
        position: inherit;
        top: auto;
        left: auto;
        bottom: 15px;
        width: 85%;
        box-sizing: border-box;
        margin: 0 auto;
        text-align: center;
    }

    .question .btnBox02 a img {
        width: auto;
        max-width: 100%;
        margin: 0 auto;
        height: auto;
    }

    #Wrap .return {
        margin-top: 30px;
    }

    .q-text {
        width: 90%;
        margin: 0 auto;
        border: 2px solid #ffc000;
        color: #ffc000;
        font-size: 4vw;
        font-weight: bold;
        box-sizing: border-box;
        padding: 20px 10px;
        border-radius: 5px;
        margin-top: 20px;
        padding-left: 16vw;
        position: relative;
        line-height: 1.2;
    }

    .q-text:after,
    .q-text:before {
        left: 100%;
        top: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .q-text:after {
        border-color: rgba(136, 183, 213, 0);
        border-left-color: #1d4839;
        border-width: 10px;
        margin-top: -10px;
    }

    .q-text:before {
        border-color: rgba(194, 225, 245, 0);
        border-left-color: #ffc000;
        border-width: 13px;
        margin-top: -13px;
    }

    .q-text span {
        background: #ffc000;
        padding: 10px;
        margin-right: 5px;
        font-size: 4vw;
        border-radius: 50%;
        color: #000;
        position: absolute;
        top: 50%;
        left: 10px;
        width: 5.5vw;
        height: 5.5vw;
        transform: translateY(-50%);
        line-height: 1.4;
    }

    /*----- ao index --------*/
    .ao_top_txt span {
        float: none;
        color: #666;
    }

    .ao_top_txt {
        color: #333;
    }

    #btn_main_title {
        width: 78%;
        margin: 0 auto;
        box-sizing: border-box;
        display: block;
    }

    #btn_main_title li {
        margin: 10px 0;
    }

    #btn_main_title li img {
        width: 100%;
        height: auto;
    }

    #ao_body .circle_out {
        border: #616181 solid 1px;
        border-radius: 0;
        background: #fff;
        padding: 0;
    }

    #ao_body .circle_y,
    #ao_body .circle_r {
        padding: 0;
        background: #fff;
    }

    #ao_body .link_box {
        width: 100%;
        box-sizing: border-box;
        border: none;
        line-height: 1.4;
        padding: 10px;
        background: none;
        position: relative;
    }

    #ao_body .link_box:after {
        position: absolute;
        content: "";
        right: 10px;
        top: 50%;
        margin-top: -7px;
        background: url("../../images/icon_01.png") no-repeat;
        background-size: contain;
        width: 14px;
        height: 14px;
    }

    #ao_body .link_box.box_open:after {
        transform: rotate(180deg);
    }

    #ao_body .last-list {
        border: none;
    }

    #container #ao_body #title_ao {
        font-size: 14px;
        font-weight: bold;
        line-height: 1.2;
        color: #1f1f66;
        margin: 0;
        padding: 12px 10px 12px 30px;
        background: #f0f0fa url(../../images/icon_05.png) no-repeat 10px 13px;
        background-size: auto;
        background-size: 15px auto;
        -ms-background-size: 15px auto;
        -WEBkit-background-size: 15px auto;
        text-indent: 0;
        display: block;
        width: 100%;
        box-sizing: border-box;
        height: auto;
    }

    .link_box {
        margin-top: 0;
    }

    .circle_out .box-items {
        border-bottom: #cccccc solid 1px;
    }

    .circle_out .clearfix {
        width: 100%;
    }

    .circle_out .boxer {
        display: flex;
        width: 100%;
    }

    .circle_out .obj {
        padding: 10px 10px 20px 10px;
        display: none;
    }

    .circle_out .title_obj {
        color: #1f1f66;
        font-size: 15px;
        font-weight: bold;
        text-align: center;
        background: #ffcc00;
        padding: 10px 5px;
    }

    .circle_out .obj p {
        font-size: 14px;
        line-height: 1.4;
        margin: 15px 0;
        color: #333;
    }

    .circle_out .close_btn {
        background: url(../../images/ao_close_btn.png) center no-repeat #121e59;
        background-size: auto;
        background-size: 75px 13px;
        border-radius: 5px;
        padding: 9px;
        text-align: center;
        color: #FFFFFF;
        margin-top: 20px;
    }

    /*--ao index copy--*/
    .aoStep .title {
        background: url(../../images/icon_05.png) center left 10px no-repeat #f0f0fa;
        background-size: auto;
        background-size: 15px 15px;
        border: #616181 solid 1px;
        padding: 10px 10px 10px 30px;
        color: #1f1f66;
        font-size: 14px;
        font-weight: bold;
    }

    .aoStep .title_sub {
        background: url(../../images/icon_01.png) center right 10px no-repeat;
        background-size: auto;
        background-size: 14px 14px;
        color: #333333;
        font-size: 14px;
        line-height: 18px;
        padding: 10px;
        border-left: #616181 solid 1px;
        border-right: #616181 solid 1px;
    }

    .aoStep .obj {
        padding: 10px 10px 20px 10px;
        border-left: #616181 solid 1px;
        border-right: #616181 solid 1px;
        line-height: 1.4;
        font-size: 14px;
    }

    .aoStep .obj_line {
        border-top: #cccccc solid 1px;
        height: 0px;
    }

    .aoStep .title_sub {
        background: url(../../images/icon_01.png) center right 10px no-repeat;
        background-size: auto;
        background-size: 14px 14px;
        color: #333333;
        font-size: 14px;
        line-height: 18px;
        padding: 10px;
        border-left: #616181 solid 1px;
        border-right: #616181 solid 1px;
    }

    .aoStep .title_sub.btnopen {
        background: url(../../images/icon_01_close.png) center right 10px no-repeat;
        background-size: auto;
        background-size: 14px 14px;
    }

    .aoStep .title_obj {
        color: #1f1f66;
        font-size: 14px;
        font-weight: bold;
        text-align: center;
        background: #ffcc00;
        padding: 5px;
        margin-bottom: 10px;
    }

    .aoStep .obj_lineB {
        border-top: #616181 solid 1px;
        height: 0px;
    }

    .aoStep .close_btn {
        background: url(../../images/ao_close_btn.png) center no-repeat #121e59;
        background-size: auto;
        background-size: 75px 13px;
        border-radius: 5px;
        padding: 9px;
        text-align: center;
        color: #FFFFFF;
        margin-top: 20px;
    }

    .main_title_aosp {
        color: #1f1f66;
        margin: 25px 0 15px;
        font-size: 18px;
        font-weight: bold;
    }

    /*----ao vision---*/
    .ao_top_txt_vision {
        width: 100%;
        box-sizing: border-box;
        background: #fff;
    }

    #container .btn_navy a,
    .btn_navy a {
        font-size: 14px;
        font-weight: bold;
        line-height: 1;
        text-align: center;
        text-decoration: none;
        color: #fff;
        background: #1f1f66;
        border-radius: 4px;
        -ms-border-radius: 4px;
        -WEBkit-border-radius: 4px;
        display: block;
        box-sizing: border-box;
        width: 100%;
        height: auto;
        text-indent: 0;
        margin: 10px auto;
    }

    #container .btn_navy a img,
    .btn_navy a img {
        width: auto;
        height: auto;
        max-width: 100%;
        box-sizing: border-box;
    }

    #container .btn_navy a:hover,
    .btn_navy a:hover {
        background: #1f1f66;
    }

    #container .btn_navy a span,
    .btn_navy a span {
        padding: 13px 0 13px 22px;
        display: inline-block;
    }

    #container .btn_navy a span.email,
    .btn_navy a span.email {
        background: url("../../images/icon_07.png") no-repeat scroll left center / 14px auto rgba(0, 0, 0, 0);
    }

    #container .btn_navy a span.file,
    .btn_navy a span.file {
        background: url("../../images/icon_08.png") no-repeat scroll left center / 14px auto rgba(0, 0, 0, 0);
    }

    #Wrap .return.btn_navy {
        padding: 0 10px;
        box-sizing: border-box;
        margin: 20px auto 20px;
        max-width: 640px;
    }

    /*----ask----*/
    #ask_body {
        width: 100%;
        box-sizing: border-box;
        padding: 0;
    }

    #ask1,
    #ask2,
    #qanda,
    #policy,
    #box_second3_anchor {
        width: 100%;
        box-sizing: border-box;
        border: none;
        margin: 0;
        padding: 0;
    }

    #ask_R {
        width: 100%;
        box-sizing: border-box;
        height: auto;
        float: none;
        border: none;
        padding-top: 0px;
    }

    #box_step {
        width: 100%;
        box-sizing: border-box;
        height: auto;
        display: block;
    }

    #box_step.step1,
    #box_step.step2,
    #box_step.step3 {
        background: none;
        padding: 10px;
    }

    #box_step_td,
    #box_step_txt {
        display: block;
        width: 100%;
        padding: 0;
        clear: both;
    }

    #box_step_txt1,
    #box_step_txt2,
    #box_step_txt3 {
        width: 100%;
        height: auto;
        background: none;
        text-indent: 0;
        font-weight: bold;
    }

    #box_step .free {
        display: block;
        background: #c9151e;
        border-radius: 2px;
        color: #fff;
        padding: 2px 10px 2px 10px;
        font-weight: normal;
        text-indent: 0;
        width: 50px;
        box-sizing: border-box;
        text-align: center;
        clear: both;
    }

    #box_step_txt {
        margin-top: 10px;
    }

    #box_step_td img {
        width: 30px;
        margin: 0px 8px 0 0;
        margin-bottom: 0px;
        margin-bottom: 10px;
        float: left;
    }

    .step-txt {
        margin-top: 6px;
        display: block;
        width: calc(100% - 40px);
        float: left;
    }

    #box_second,
    #txt_ask3 {
        width: 100%;
        height: auto;
        box-sizing: border-box;
    }

    #box_second1,
    #box_second2,
    #box_second3 {
        width: 100%;
        height: auto;
    }

    #box_second {
        padding: 10px;
        background: none;
        border: none;
    }

    .box_second_in {
        background: #f5f6f7;
        border: #e6e6f5 solid 1px;
        border-radius: 0;
        padding: 10px;
        box-sizing: border-box;
    }

    .txt_ask3_out {
        font-weight: bold;
        line-height: 1.4s;
        text-align: center;
        color: #fff;
        background: #1f1f66;
        padding: 6px 0 4px 0;
        border: 1px solid #1f1f66;
    }

    #txt_ask3 {
        text-indent: 0;
        background: none;
        text-align: center;
    }

    #container .box_second3_txt_f0 {
        /*text-align: left;*/
        margin-top: 0px;
        margin-bottom: 10px;
        font-size: 12px;
        color: #666;
    }

    #container .box_second3_txt_f {
        text-align: center;
        margin-top: 0px;
        font-size: 11px;
    }

    #container .box_second3_txt_f2 {
        text-align: left;
        margin-top: 10px;
        color: #666;
        border-bottom: 1px dotted #ccc;
        padding-bottom: 10px;
        font-size: 12px;
    }

    #container #box_second_tbl.pc {
        display: none;
    }

    .ask_table_01_wrap {
        width: 100%;
        margin-top: 20px;
    }

    .ask_table_01 {
        border-collapse: collapse;
    }

    .ask_table_01 th {
        padding: 8px;
        text-align: center;
        color: #FFFFFF;
        font-weight: bold;
        background: #a3a3a3;
        display: block;
    }

    .ask_table_01 td {
        border: #cccccc solid 1px;
        background-color: #fff;
        padding: 8px;
        display: block;
    }

    .ask_table_txt_gray {
        font-size: 11px;
        color: #666666;
        line-height: 16px;
    }

    .ask_table_02_wrap,
    .ask_table_03_wrap {
        width: 100%;
        overflow-y: auto;
    }

    .ask_table_02,
    .ask_table_03 {
        width: 600px;
        border-collapse: collapse;
        border: #cccccc solid 1px;
        text-align: center;
        vertical-align: middle;
        margin-bottom: 20px
    }

    .ask_table_02_head01,
    .ask_table_03_head01 {
        background: #a3a3a3;
        color: #fff;
        font-size: 20px;
        font-weight: bold;
        padding: 8px;
    }

    .ask_table_02_head01 td {
        padding: 8px;
    }

    .ask_table_02 td,
    .ask_table_03 td {
        border: solid 1px #cccccc;
        width: 130px;
        padding: 8px;
        vertical-align: middle;
    }

    .school_course_head th {
        vertical-align: middle;
        text-align: center;
    }

    .school_course_head {
        writing-mode: vertical-rl;
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: vertical-rl;
        letter-spacing: 1px;
    }

    .tbl_outer {
        width: 100%;
        overflow-x: auto;
    }

    .tbl_outer table {
        width: 600px !important;
    }

    .tb_qa table td:first-child {
        width: 35px;
        height: 31px;
        background: url("../../images/q.png") no-repeat center center;
        background-size: contain;
    }

    .tb_qa table td:first-child img {
        display: none;
    }

    .tb_qa table td:last-child {
        padding: 0 20px 0 5px;
        font-size: 13px;
        position: relative;
    }

    .tb_qa table td:last-child span {
        font-size: 13px;
    }

    .tb_qa table td:last-child:after {
        position: absolute;
        content: "";
        width: 17px;
        height: 17px;
        background: url("../../images/icon_01.png");
        background-size: contain;
        right: 0px;
        top: 50%;
        margin-top: -8px;
    }

    .tb_qa table.act td:last-child:after {
        transform: rotate(180deg);
    }

    .txt_red16 {
        font-size: 1.4em;
    }

    .tb_qa #ask_q_a>div {
        padding-left: 8px;
        display: none;
    }

    #asl_box_out {
        width: 100%;
        box-sizing: border-box;
        border: none;
        margin: 0;
    }

    #asl_box_out #asl_box_in {
        padding: 0 10px;
        box-sizing: border-box;
        width: 100%;
        background: url("../../images/icon_05.png") no-repeat 20px 13px;
        background-size: 15px;
    }

    #asl_box_out #asl_box_in>div:last-child {
        display: none;
        border-bottom: 1px dotted #ccc;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }

    #asl_box_out #asl_box_line {
        display: none;
    }

    #asl_box_out #asl_box_in>div:first-child {
        background: none;
        text-indent: 0;
        padding: 10px 40px 10px 40px;
        margin: 0;
        width: 100%;
        box-sizing: border-box;
        top: auto;
        height: auto;
        font-weight: bold;
        position: relative;
    }

    #asl_box_out #asl_box_in>div:first-child:after {
        position: absolute;
        right: 20px;
        top: 50%;
        margin-top: -8px;
        content: "";
        width: 17px;
        height: 17px;
        background: url("../../images/icon_01.png") no-repeat;
        background-size: contain;
    }

    #asl_box_out #asl_box_in>div.act:first-child:after {
        transform: rotate(180deg);
    }

    #asl_box_last {
        width: 100%;
        box-sizing: border-box;
        padding: 20px;
        background: none;
    }

    #asl_box_last>div {
        width: 100%;
        box-sizing: border-box;
        background: #f3f2f7;
        border: 1px solid #ccc;
        margin: 0 0 15px;
        padding: 10px;
    }

    #asl_box_txt7 {
        background: none;
        text-indent: 0;
        font-size: 14px;
        color: #151546;
        width: 100%;
        box-sizing: border-box;
        height: auto;
    }

    #blog .wrapper {
        display: flex;
        flex-wrap: wrap;
        padding: 0 20px;
        box-sizing: border-box;
    }

    #blog .wrapper #blog_left,
    #blog .wrapper #blog_right {
        width: 100%;
        box-sizing: border-box;
        float: none;
    }

    #blog .wrapper #blog_right .rb_box ul {
        display: none;
        flex-wrap: wrap;
        justify-content: space-around;
        background: #f5f6f7;
        margin-bottom: 15px;
        width: 100%;
        box-sizing: border-box;
        border: #1f1f66 solid 1px;
        border-radius: 5px;
    }

    #blog .wrapper #blog_right .rb_box ul.act {
        display: flex;
    }

    #blog .wrapper #blog_right .rb_box ul li {
        width: 150px;
    }

    #blog .wrapper #blog_right .rb_box ul li a {
        padding-left: 0;
        background-position: center right 10px;
        box-sizing: border-box;
        width: 100%;
        display: block;
        padding: 15px 0 15px 10px;
        height: auto;
    }

    .rb_box #title {
        position: relative;
    }

    .rb_box #title:after {
        position: absolute;
        content: "";
        width: 17px;
        height: 17px;
        background: url("../../images/icon_01.png");
        background-size: contain;
        right: 0px;
        top: 50%;
        margin-top: -8px;
    }

    .rb_box #title.act:after {
        transform: rotate(180deg);
    }

    #blog .wrapper #blog_left {
        margin-top: 20px;
    }

    #blog_left .article_list {
        width: 100%;
        box-sizing: border-box;
    }

    #blog_left .article_list {
        display: flex;
        flex-direction: row-reverse;
        padding: 10px;
        justify-content: space-between;
        position: relative;
        background: url(../../images/arrow_b.png) right 10px center no-repeat #f0f0f7;
        background-size: auto;
        background-size: 5px 8px;
    }

    #blog_left .article_list .left {
        width: 70%;
        box-sizing: border-box;
        height: auto;
    }

    #blog_left .article_list .left .body,
    #blog_left .article_list .left .link {
        display: none;
    }

    #blog_left .article_list .left .title {
        border: none;
        margin-bottom: 0px;
        font-size: 12px;
        padding-top: 0;
        padding-bottom: 10px;
    }

    #blog_left .article_list .left .date {
        margin: 0;
    }

    #blog_left .article_list .right {
        width: 28%;
        box-sizing: border-box;
        height: auto;
    }

    #blog #blog_left .article_list img {
        position: inherit;
        max-width: 60px;
        height: auto;
        width: auto;
        margin-bottom: 0px;
    }

    #blog #blog_left .article_list .left .date {
        float: left;
        width: 50%;
    }

    #blog #blog_left .article_list .link {
        margin-top: 17px;
        padding: 0 0 0 10px;
    }

    #blog #blog_left .article_list .left {
        padding-right: 0;
    }

    #passnabi_navi {
        margin: 30px 0;
    }

    #passnabi_navi li {
        margin-right: 0;
        margin-bottom: 0;
    }

    .kobetsu_r #passnabi_navi {
        position: absolute;
        margin: 0;
        left: 0;
        top: 100%;
        width: 100%;
        padding: 30px 0;
    }

    #passnabi_navi ul {
        margin: 0 auto;
    }

    #passnabi_navi #passnavi_stay {
        margin-bottom: 10px;
    }

    #blog .wrapper #blog_right .rb_box #title {
        color: #1f1f66;
        font-weight: bold;
        border: #1f1f66 solid 1px;
        border-radius: 5px;
        padding: 10px 15px;
        background-size: auto;
        background-size: 37px;
        margin-top: 30px;
        display: block;
        background: none;
        line-height: 1.6;
    }

    #blog .wrapper #blog_right .rb_box #title:after {
        position: absolute;
        content: "";
        width: 42px;
        height: 100%;
        background: #1f1f66 url("../../images/icon_01.png") no-repeat center center;
        background-size: 30px;
        right: 0px;
        top: 0;
        margin-top: 0;
    }

    /*---blog detail---*/
    .article_archive {
        width: 100%;
        box-sizing: border-box;
        padding: 10px;
    }

    .article_archive .title_area .title {
        width: 100%;
        display: block;
        line-height: 1.4;
    }

    .article_archive p,
    .article_archive img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto;
        box-sizing: border-box !important;
    }

    /*--info--*/
    #info {
        padding: 0 10px 60px 10px;
        box-sizing: border-box;
    }

    #kobetsu_report_title_area {
        width: 100%;
        box-sizing: border-box;
        background: none;
        padding-top: 10px;
        margin-bottom: 0;
    }

    #passnabi_navi+.tt01 {
        margin: 0 0 20px;
    }

    #kobetsu_report_title {
        background: none;
        font-size: 20px;
        padding: 0;
    }

    #kobetsu_report_left_m2 {
        width: 100%;
        box-sizing: border-box;
        float: none;
        padding: 0;
    }

    #news_area dl,
    #kobetsu_report_left_m2 dl {
        padding: 17px 15px 0 15px;
        width: 100%;
        box-sizing: border-box;
    }

    #news_area dd,
    #kobetsu_report_left_m2 dd {
        float: none;
    }

    #news_area dd.new,
    #kobetsu_report_left_m2 dd.new {
        background: none;
        float: none;
        width: 100%;
        margin-bottom: 15px;
        position: relative;
    }

    #news_area .date,
    #kobetsu_report_left_m2 .date {
        font-weight: bold;
        font-size: 9px;
        border: #1f1f66 solid 1px;
        padding: 3px 10px 3px 10px;
        background: none;
        line-height: 1.4;
        color: #1f1f66;
        border-radius: 0;
        text-align: center;
        position: relative;
    }

    #news_area .new .date:after,
    #kobetsu_report_left_m2 .new .date:after {
        position: absolute;
        right: -51px;
        top: -1px;
        content: "NEW";
        color: #f00;
        padding: 3px 10px;
        border: 1px solid #f00;
    }

    #kobetsu_report_left_m2 dt {
        color: #0a0a49;
        float: none;
        padding: 0;
        width: 100%;
        box-sizing: border-box;
        font-size: 120%;
        line-height: 24px;
        margin-left: 0;
    }

    #kobetsu_right {
        float: none;
        width: 100%;
        box-sizing: border-box;
        margin-top: 15px;
        clear: both;
    }

    #kobetsu_right .lb_box {
        width: 100%;
        box-sizing: border-box;
    }

    #kobetsu_right .lb_box>ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%;
        box-sizing: border-box;
    }

    #kobetsu_right .lb_box>ul>li {
        width: calc(100%/3 - 5px);
        margin: 0;
        background: none;
    }

    #kobetsu_right .lb_box>ul>li>a {
        width: 100%;
        box-sizing: border-box;
        display: block;
        border: none;
        background: #1f1f66;
        text-align: center;
        color: #fff;
        border-radius: 5px;
    }

    #kobetsu_right .lb_box>ul>li>span {
        display: none;
    }

    /*--------- pass --------- */
    .list-one {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 30px;
        padding: 0 10px;
        width: 100%;
        box-sizing: border-box;
    }

    body ul.list-one li,
    body #movie ul.list-one li,
    body #photo ul.list-one li {
        max-width: 316px;
        margin: 0 auto 40px;
        height: auto;
        background: url(../img/pass/back_photo.png) no-repeat;
        float: none;
        width: 90%;
        background-size: contain;
    }

    body ul.list-one li img,
    body #movie ul.list-one li img,
    body #photo ul.list-one li img {
        width: 100%;
        height: auto;
    }

    body ul.list-one li:last-child,
    body #movie ul.list-one li:last-child,
    body #photo ul.list-one li:last-child {
        margin-bottom: 10px;
    }

    #search .wrapper {
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
    }

    #title_search {
        width: 100%;
        box-sizing: border-box;
        padding: 0 10px;
        height: 85px;
        border: none;
        position: relative;
        background-position: 0 20px;
        float: none;
    }

    #title_search:before {
        position: absolute;
        content: "";
        width: 40%;
        height: 3px;
        left: 0;
        top: 0;
        background: #0a0a49;
    }

    #title_search:after {
        position: absolute;
        content: "";
        width: 60%;
        height: 3px;
        right: 0;
        top: 0;
        background: #d9d9d9;
    }

    #search_area {
        width: 100%;
        box-sizing: border-box;
        height: 37px;
        float: none;
        background: none;
        border: 1px solid #ccc;
        background-position: 0 0;
        position: relative;
    }

    #search_area:before {
        width: 20px;
        height: 20px;
        background: url("../../images/search.jpg") no-repeat;
        background-size: contain;
        position: absolute;
        content: "";
        left: 6px;
        top: 8px;
    }

    .search_word {
        width: 100%;
        box-sizing: border-box;
        height: auto;
        margin: 7px 0 0 0;
        padding: 0 42px 0 30px;
        background: none;
        font-size: 14px;
    }

    .search_btn {
        width: 32px;
        height: 32px;
        position: absolute;
        right: 5px;
        top: 2px;
        margin: 0;
        background-size: contain !important;
    }

    #photo li .pass_imgarea {
        width: 100%;
        height: 202px;
        overflow: hidden;
        margin: 0;
    }

    .pass_btnarea {
        width: 50px;
        margin-right: 0;
    }

    /*-- pass kobesu---*/
    #kobetsu {
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
    }

    #kobetsu_left_m {
        width: 100%;
        box-sizing: border-box;
        padding: 10px;
        border: 3px solid #cfcfe7;
        background: none !important;
        margin: 20px;
        float: none;
    }

    .kobetsu_r #kobetsu_left_m {
        position: relative;
        margin: 20px 0 90px;
    }

    #kobetsu_right .rb_box {
        width: 100%;
        margin-bottom: 40px;
        clear: both;
        display: flex;
    }

    #kobetsu_right .rb_box>ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%;
        box-sizing: border-box;
    }

    #kobetsu_right .rb_box>ul>li {
        width: calc(100%/2 - 5px);
        margin: 0;
    }

    #kobetsu_right .rb_box>ul>li>a {
        width: 100%;
        box-sizing: border-box;
        font-size: 12px;
        background: url("../../images/plus.png") no-repeat center right;
    }

    #kobetsu_right .rb_box>ul>li>a.active {
        background: url("../../images/minus.png") no-repeat center right;
    }

    #kobetsu_right .rb_box ul li ul li,
    #kobetsu_right .rb_box ul li ul li a {
        width: 100%;
        box-sizing: border-box;
    }

    #kobetsu_right .rb_box ul li ul li {
        background: url(../img/pass/rightbar_arrow02.png) 130px center no-repeat;
    }

    #kobetsu_left_inL {
        width: 100%;
        float: none;
    }

    .kobetsu_left_inL_txt {
        width: 100%;
        float: none;
        padding-right: 0;
        margin-bottom: 20px;
    }

    .kobe02 .pass_name2 {
        display: inline-block;
    }

    .campus_name4 {
        font-size: 14px;
        margin: 10px 0 6px;
    }

    .pass_name2 {
        margin-top: 0;
    }

    #kobetsu_left_inR {
        width: 100%;
        height: auto;
        box-sizing: border-box;
        float: none;
    }

    #kobetsu_left_inR img {
        width: 100%;
        height: auto;
        box-sizing: border-box;
    }

    .pass_QA {
        margin: 20px 0;
        width: 100%;
    }

    .pass_QA tr td:nth-child(3) {
        display: none;
    }

    .pass_answer1 {
        margin-top: 10px;
        padding-right: 0;
    }

    .pass_answer1 iframe {
        width: 100%;
    }

    .kobe_imgq {
        text-align: center;
        margin: 15px 0;
        width: 100%;
        box-sizing: border-box;
    }

    .kobe_imgq img {
        max-width: 300px;
        height: auto;
        width: 100%;
    }

    .pass_answer0 {
        font-size: 14px;
    }

    /*--- report--*/
    #report {
        padding: 0;
    }

    .list-two {
        padding: 0 10px;
        box-sizing: border-box;
        max-width: 672px;
        margin: 0 auto;
    }

    #report .list-two li {
        width: calc(100%/2 - 10px);
    }

    #report .img_area {
        width: 100%;
        height: 32vw;
    }

    #report .img_area img {
        width: 100%;
        height: auto;
        box-sizing: border-box;
    }

    #report_body_txt {
        width: 100%;
        height: auto;
        box-sizing: border-box;
        padding: 10px;
    }

    .pass_syousai3 a,
    .pass_syousai4 a {
        width: 100%;
        height: 5vw;
        background-size: contain;
    }

    .pass_syousai3 a:hover,
    .pass_syousai4 a:hover {
        width: 100%;
        height: 5vw;
        background-size: contain;
    }

    /*--------curriculum---------*/
    #curriculum_body .course__wrap,
    .curriculum01,
    .curriculum02,
    .curriculum03,
    .curriculum04,
    .curriculum05 {
        padding: 0 10px;
        box-sizing: border-box;
        width: 100%;
    }

    .course-title {
        border-radius: 0;
        font-size: 12px;
    }

    .curriculum01 p,
    .curriculum02 p,
    .curriculum03 p,
    .curriculum04 p,
    .curriculum05 p {
        padding: 10px 10px 0 10px;
        margin-bottom: 0;
        width: 100%;
        height: auto;
        box-sizing: border-box;
        border-radius: 0;
        position: inherit;
    }

    .curriculum_b_box {
        width: 100%;
        box-sizing: border-box;
        margin: 0;
    }

    .curriculum_b_title_sub {
        display: none;
    }

    .curriculum01 p {
        background-color: #eaffff;
    }

    .curriculum02 p {
        background-color: #ffffd0;
    }

    .curriculum03 p {
        background-color: #ffffd5;
    }

    .curriculum04 p {
        background-color: #ffeeff;
    }

    .curriculum05 p {
        background-color: #fff;
    }

    .curriculum01 p img,
    .curriculum02 p img,
    .curriculum03 p img,
    .curriculum04 p img,
    .curriculum05 p img {
        width: 100%;
        height: auto;
    }

    .curriculum-contents {
        width: 100%;
        box-sizing: border-box;
        padding: 10px;
        margin-bottom: 0;
    }

    .curriculum-detail__wrap {
        width: 100%;
        box-sizing: border-box;
        padding: 10px;
        margin: 0;
        background: #fff;
    }

    .curriculum-detail {
        padding: 0;
    }

    .curriculum-detail p {
        background: #fff;
    }

    .curriculum-detail .curriculum-title {
        margin-top: 10px;
        padding: 0 0 5px 0;
        margin-bottom: 5px;
    }

    .course__wrap {
        margin: 20px 0;
    }

    .course-heading {
        width: 100%;
        box-sizing: border-box;
        writing-mode: unset;
        -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
        height: auto;
        padding: 10px 0;
        position: relative;
    }

    .course-heading::before {
        content: '';
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, -7px);
        border: 25px solid transparent;
        border-top-color: transparent;
        border-top-width: 25px;
        border-top-color: #242466;
        border-top-width: 10px;
    }

    .course__box {
        width: 100%;
        padding: 0;
        box-sizing: border-box;
    }

    .course-intro {
        width: 100%;
        box-sizing: border-box;
        margin: 0;
        padding: 0 9px;
    }

    .course02 .course-intro {
        width: 100%;
        box-sizing: border-box;
    }

    .course-list {
        width: 100%;
        max-width: 600px;
        box-sizing: border-box;
        margin: 20px auto;
        padding: 0 10px;
    }

    .course02 .course-list {
        width: 100%;
    }

    #curriculum_midashi1_1 {
        display: none;
    }

    .course-more-btn {
        position: relative;
    }

    .course-more-btn a {
        max-width: initial;
        width: 100%;
        min-height: 50px;
        align-items: center;
        font-size: 17px;
        display: flex;
        justify-content: center;
        margin: 0 auto 10px;
        color: #fff;
        box-sizing: border-box;
        padding: 10px;
        border-radius: 5px;
        line-height: 1.3;
        font-weight: bold;
        text-align: center;
        text-decoration: none;
        position: relative;
    }

    .curriculum01 .course-more-btn a.course-color01 {
        background-color: #008cd6;
    }

    .curriculum02 .course-more-btn a.course-color01 {
        background-color: #f39800;
    }

    .curriculum03 .course-more-btn a.course-color01 {
        background-color: #8fc31f;
    }

    .curriculum04 .course-more-btn a.course-color01 {
        background-color: #e85298;
    }

    .curriculum05 .course-more-btn a.course-color01 {
        background-color: #e8342f;
    }

    .course-more-btn a .link-icon {
        position: static;
        transform: translate(0, 0);
        width: 16px;
        display: flex;
        align-items: center;
        margin-left: 0.8em;
        top: 50%;
        right: 10px;
    }

    .course-more-btn.curr_act a .link-icon img {
        transform: rotate(180deg);
    }
    .curriculum01 .course-more-btn a.course-color01 .outer, .curriculum05 .course-more-btn a.course-color01 .outer{
        display: flex;
        flex-direction: column;
        margin-left: 1.5em
    }
    .curriculum01 .course-more-btn a.course-color01 .outer span:first-child,
    .curriculum05 .course-more-btn a.course-color01 .outer span:first-child{
        font-weight: normal;
        font-size: 13px;
    }
    #curriculum_midashi1_3,
    #curriculum_midashi1_5,
    #curriculum_midashi1_6 {
        padding: 0 10px;
        width: 100%;
        box-sizing: border-box;
        margin: 20px 0 0;
        height: auto;
        background: none;
        text-indent: 0;
    }

    #curriculum_midashi1_3 .out01,
    #curriculum_midashi1_5 .out01,
    #curriculum_midashi1_6 .out01 {
        background-color: #242466;
        width: 100%;
        display: block;
        padding: 10px;
        color: #fff;
        box-sizing: border-box;
        text-align: center;
    }

    #curriculum_midashi1_3 .out01>span,
    #curriculum_midashi1_5 .out01>span,
    #curriculum_midashi1_6 .out01>span {
        font-size: 18px;
        font-weight: bold;
    }

    #curriculum_midashi1_3 .out01>span>span,
    #curriculum_midashi1_5 .out01>span>span,
    #curriculum_midashi1_6 .out01>span>span {
        font-size: 14px;
        font-weight: bold;
        display: block;
    }

    #curriculum_box1 {
        width: 100%;
        box-sizing: border-box;
        border: none;
        background: none;
        padding: 10px 0;
        border-radius: 0;
    }

    #curriculum_box1IN {
        background-color: #E9F6FC;
        padding: 10px;
    }

    #curriculum_box1IN ul #curriculum_txt {
        background: #fff;
        padding: 10px;
        border: none;
        margin: 0;
    }

    body .curriculum-heading,
    #curriculum_title1.curriculum-heading,
    #curriculum_title2.curriculum-heading {
        background: none;
        text-indent: 0;
        width: 100%;
        box-sizing: border-box;
        padding: 5px 0 0;
        height: 37px;
        line-height: 1.4;
    }

    body .curriculum-heading span,
    #curriculum_title1.curriculum-heading span,
    #curriculum_title2.curriculum-heading span {
        background-color: #242466;
        color: #fff;
        padding: 3px 10px;
        font-weight: bold;
        font-size: 16px;
        position: relative;
        line-height: 1.4;
    }

    body .curriculum-heading span:after,
    #curriculum_title1.curriculum-heading span:after,
    #curriculum_title2.curriculum-heading span:after {
        display: block;
        position: absolute;
        content: "";
        left: 100%;
        top: 0;
        width: 0;
        height: 0;
        border-top: 32px solid transparent;
        border-left: 30px solid #242466;
    }

    #curriculum_txt td {
        padding: 0 0 15px;
        vertical-align: top;
        display: block;
        width: 100%;
        box-sizing: border-box;
    }

    #curriculum_txt td:first-child {
        padding-bottom: 0;
    }

    .curriculum01 .curriculum-heading {
        padding: 5px 0 0;
    }

    .txt_blueBO {
        /*border-bottom: 1px solid #1f1f66;*/
        display: block;
        font-size: 14px;
        padding-bottom: 7px;
        margin-bottom: 5px;
    }

    .ttl_curriculum {
        margin: 10px 0;
    }

    .curriculum_winner_img img {
        width: 60%;
        text-align: center;
        display: block;
        margin: auto;
    }

    .btnStyle2 a {
        font-size: 14px;
        font-weight: bold;
        line-height: 1;
        text-align: center;
        text-decoration: none;
        color: #1f1f66;
        background: #ffffff;
        border: #1f1f66 solid 2px;
        border-radius: 4px;
        -ms-border-radius: 4px;
        -WEBkit-border-radius: 4px;
        display: block;
    }

    .btnStyle2 a span {
        padding: 13px 0 11px 18px;
        background: url(../../images/icon_15.png) no-repeat left center;
        background-size: auto;
        background-size: 14px auto;
        -ms-background-size: 14px auto;
        -WEBkit-background-size: 14px auto;
        display: inline-block;
    }

    #title_3plus1 {
        display: none;
    }

    /*--curr support ---*/
    .support_wrap {
        width: 100%;
        box-sizing: border-box;
        padding: 10px;
    }

    .vision_tbl {
        width: 100%;
        box-sizing: border-box;
        padding: 24px 10px 6px 50px;
        border: solid 1px #ccc;
        border-radius: 0px;
        background-size: 49px auto;
    }

    .vision_midashi_wrap {
        flex-wrap: wrap;
    }

    .vision_midashi_main {
        font-size: 20px;
        margin-bottom: 2px;
    }

    .vision_tbl_td3 {
        margin-top: 0;
        margin-bottom: 10px;
    }

    .ao_3plus1_box {
        width: 100%;
    }

    .ao_3plus1_img_wrap {
        display: none;
    }

    .ao_3plus1_list_wrap {
        margin: 0 10px 0 0;
    }

    .ao_3plus1_list_wrap p {
        margin-bottom: 0;
        line-height: 1.6em;
    }

    .ao_3plus1_wrap {
        flex-wrap: wrap;
    }

    .ao_3plus1_wrap_col2 .ao_3plus1_box {
        width: 100%;
        box-sizing: border-box;
    }

    .pic1 {
        width: 100%;
        box-sizing: border-box;
    }

    .pic1 img {
        width: 100%;
        height: auto;
    }

    .ao_3plus1_pickup_wrap {
        padding: 20px;
    }

    .ao_3plus1_pickup_text_wrap>p {
        width: 100%;
        text-align: center;
        margin-top: 20px;
        margin-bottom: 0;
    }

    .ao_3plus1_pickup_wrap .vision_midashi_main {
        font-size: 26px;
        padding-bottom: 10px;
    }

    .ao_3plus1_pickup_text {
        width: 100%;
    }

    .curriculum_3plus1_img {
        float: right;
        margin: 0 10px;
    }

    .curriculum_3plus1_img img {
        max-width: 100px;
        height: auto;
    }

    /*---- teacher -----*/
    #teacher_body .wrapper {
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
    }

    #teacher_bodyL {
        width: 100%;
        box-sizing: border-box;
        float: none;
        border-top: none;
        padding-top: 0;
        padding-right: 0;
    }

    #teacher_bodyL .ttlStyle3,
    .teacher_boxL .ttlStyle3 {
        font-size: 14px;
        font-weight: bold;
        line-height: 1.2;
        color: #1f1f66;
        margin: 0 0 10px 0;
        padding: 0 0 2px 8px;
        background: none;
        border-bottom: 1px solid #484848;
        border-left: solid 9px #1f1f66;
    }

    #teacher_bodyL .ttlStyle3 span,
    .teacher_boxL .ttlStyle3 span {
        display: block;
        font-size: 18px;
        font-weight: bold;
    }

    .teacher_book_content .box_text {
        float: left;
        width: auto;
        width: calc(100% - 115px);
        margin-right: 0;
    }

    .teacher_content {
        margin-bottom: 30px;
    }

    .book_boxL,
    .book_boxR {
        width: 100%;
        box-sizing: border-box;
        float: none;
        margin: 0;
    }

    .teacher_boxL,
    .teacher_boxR {
        width: 100%;
        box-sizing: border-box;
        margin-right: 0;
    }

    .btn-listbox {
        width: 100%;
        box-sizing: border-box;
    }

    .btn-listbox ul {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        max-width: 480px;
        margin: 0 auto 20px;
    }

    .btn-listbox ul li,
    .btn-listbox ul li:last-child {
        margin-right: 10px;
    }

    #school_body {
        padding-top: 0;
        padding-bottom: 30px;
    }

    #school_body .wrapper {
        width: 100%;
        box-sizing: border-box;
        padding: 0 10px;
    }

    #school_body .wrapper>div {
        width: 100%;
        box-sizing: border-box;
    }

    #school_ao3 {
        width: 100%;
        box-sizing: border-box;
    }

    #school_body_R {
        width: 100%;
        box-sizing: border-box;
        border-top: none;
        float: none;
        padding-top: 10px;
    }

    #school_body_R .fl,
    #school_body_R2 .fl {
        margin-bottom: 10px;
    }

    #school_body_R .fr,
    #school_body_R2 .fr {
        width: 100%;
        box-sizing: border-box;
        text-align: center
    }

    #school_body_R .fl,
    #school_body_R .fr,
    #school_body_R2 .fl,
    #school_body_R2 .fr {
        float: none;
    }

    #school_body_R .fl img,
    #school_body_R .fr img,
    #school_body_R2 .fl img,
    #school_body_R2 .fr img {
        width: auto;
        height: auto;
        max-width: 100%;
    }

    #school_ao {
        border-top: none;
        float: none;
        padding-top: 10px;
        font-size: 13px;
        line-height: 22px;
        color: #333333;
        width: 100%;
        box-sizing: border-box;
    }

    #school_body_R2 {
        width: 100%;
        box-sizing: border-box;
        float: none;
        padding-top: 0;
        padding-bottom: 20px;
        margin-bottom: 0;
        border-bottom: #cccccc dashed 1px;
    }

    #school_body .wrap-iframe {
        width: 100%;
        height: 45vh;
    }

    #school_body .wrap-iframe iframe {
        width: 100%;
        height: 100%;
    }

    .txt_school15 {
        line-height: 1.4;
        margin-top: 15px;
    }

    .school_course_box tr th:first-child {
        /*in-width: 62px;*/
        padding: 5px 10px 5px;
        line-height: 1.2;
        font-weight: normal;
        font-size: 12px;
        width: 25%;
    }

    /*---- event ----*/
    #event_body .wrapper {
        width: 100%;
        box-sizing: border-box;
        padding: 0 10px;
    }

    #title_counseling,
    #counseling_area {
        width: 100%;
        height: auto;
        box-sizing: border-box;
        float: none;
        border: none;
    }

    #event_area {
        width: 100%;
        box-sizing: border-box;
        padding-top: 0;
        border: none;
        /*
        height: 300px;
        overflow: scroll;
        -webkit-overflow-scrolling: touch;
*/
    }

    #counseling_area dt,
    #event_area dt {
        width: 100%;
        height: auto;
        box-sizing: border-box;
        float: none;
        padding: 5px;
        line-height: 1.4;
    }

    #title_counseling #title_counseling_title,
    #title_counseling #title_event_title {
        font-size: 14px;
        font-weight: bold;
        line-height: 1;
        color: #091f3c;
        background: #dadae6;
        border-top: solid 1px #121259;
        text-indent: 0;
        width: 100%;
        height: auto;
        margin: 0;
        padding: 7px 10px 6px 10px;
        box-sizing: border-box;
    }

    #title_counseling #title_counseling_title span,
    #title_counseling #title_event_title span {
        text-decoration: none;
        color: #091f3c;
        display: block;
    }

    #counseling_area dl,
    #event_area dl {
        padding: 10px 0;
        margin-bottom: 20px;
    }

    #counseling_area dd,
    #event_area dd {
        width: 100%;
        box-sizing: border-box;
        float: none;
    }

    #counseling_area dd.new,
    #event_area dd.new {
        background: none;
    }

    #counseling_area .date,
    #event_area .date {
        font-size: 14px;
        position: relative;
        margin-bottom: 0;
        padding: 2px 8px 0px;
    }

    #counseling_area .new .date:after,
    #event_area .new .date::after {
        position: absolute;
        content: "NEW";
        width: auto;
        height: auto;
        padding: 1px 7px;
        background: #c9151e;
        color: #fff;
        font-weight: bold;
        font-size: 10px;
        top: 0;
        right: -30px;
        transform: translateX(50%);
    }

    #event_area .event_item {
        display: block;
    }

    #event_area .event_item dt {
        margin: 0;
    }

    /*----- results-------*/
    .results_top_wrapper {
        width: 100%;
        box-sizing: border-box;
        padding: 0 10px;
        margin: 20px 0;
    }

    .results_bigtxt {
        font-size: 20px;
        font-weight: bold;
        text-align: center;
        color: #091f3c;
    }

    .results_bigtxt span {
        font-size: 36px;
        display: block;
    }

    .results_txt .img_fr_mg10 {
        display: block;
        max-width: 100%;
        width: auto;
        height: auto;
        float: none;
        text-align: center;
        margin: 10px auto;
    }

    #curriculum_midashi3_3 {
        display: none;
    }

    .results_tit {
        width: 100%;
        box-sizing: border-box;
        padding: 0 10px;
        font-size: 1.8vmax;
        font-weight: bold;
    }

    .results_txt {
        width: 100%;
        box-sizing: border-box;
        padding: 0 10px;
    }

    .results_tit span {
        font-size: 3.5vmax;
        font-weight: bold;
        height: 50px;
        display: flex;
        align-items: center;
        margin-bottom: 15px;
        padding-left: 60px;
        position: relative;
    }

    .results_tit span:before {
        position: absolute;
        content: "";
        width: 50px;
        height: 50px;
        background-size: contain;
        left: 0;
        top: 0;
    }

    .results_tit01 {
        color: #a68a00;
    }

    .results_tit01 span:before {
        background: url("../../images/plan.png") no-repeat;
    }

    .results_tit02 {
        color: #c9151e;
        padding-top: 30px;
    }

    .results_tit02 span:before {
        background: url("../../images/plan2.png") no-repeat;
    }

    .curriculum_results_ribbonRed {
        width: calc(100% + 10px);
        background: #a68a00;
        box-sizing: border-box;
        text-align: center;
        height: 50px;
        color: #fff;
        font-size: 17px;
        font-weight: bold;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .curriculum_results_ribbonRed.pc {
        display: none;
    }

    .curriculum_results_ribbonRed.curriculum_results_ribbonYL {
        background: #c9151e;
    }

    .curriculum_results_ribbonRed:after {
        right: 0;
        top: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(255, 255, 255, 0);
        border-right-color: #fff;
        border-width: 25px;
        margin-top: -25px;
    }

    #curriculum_box1IN.fieldwork_box_wrap {
        background: #fff;
    }

    .fieldwork_contents_img {
        width: 100%;
        box-sizing: border-box;
    }

    .firew_img {
        width: 100%;
        text-align: center;
    }

    .firew_img img {
        width: auto;
        height: auto;
        max-width: 100%;
    }

    #curriculum_box1.yellow {
        padding: 60px 10px 0;
    }

    .fieldwork_contents_txt {
        width: 100%;
        box-sizing: border-box;
    }

    .fieldwork_contents_comment_green::after {
        border-bottom: 18px solid #e1eecf;
        border-right: 12px solid transparent;
        left: 50%;
        top: -20px;
        transform: translateX(-50%);
    }

    .fieldwork_contents_comment_blue::after {
        border-bottom: 18px solid #d4ecea;
        border-left: 12px solid transparent;
        right: 50%;
        top: -20px;
        transform: translateX(50%);
    }

    .filew_arc {
        font-weight: bold;
        display: block;
        margin-top: 10px;
    }

    .filew_more {
        display: none;
    }

    #curriculum_midashi3_6 {
        display: none;
    }

    .curriculum_winner_wrap {
        display: block;
        padding: 60px 10px 10px;
    }

    .curriculum_winner_box {
        width: 100%;
        box-sizing: border-box;
        padding: 1px 20px 1px;
    }

    .curriculum_results_ribbonBlue {
        width: 100%;
        box-sizing: border-box;
        overflow: hidden;
    }

    .arc_btn_out {
        width: 100%;
        box-sizing: border-box;
        padding: 15px;
        background-color: rgba(201, 21, 30, 0.1);
    }

    .arc_btn {
        width: 80%;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
        max-width: 300px;
        border: 3px solid #c9151e;
        color: #fff;
        font-weight: bold;
        background: #9d0a12;
    }

    .arc_btn span {
        padding-right: 30px;
        position: relative;
    }

    .arc_btn span:after {
        content: "";
        display: inline-block;
        position: absolute;
        border: 10px solid transparent;
        border-top: 12px solid #fff;
        right: 0;
        top: 5px;
        transition: 0.5s all;
    }

    .arc_btn.arrow-act span:after {
        border: 10px solid transparent;
        border-bottom: 12px solid #fff;
        top: -5px;
    }

    .arc_content {
        display: none;
    }

    .measures_box_wrap {
        flex-wrap: wrap;
        width: 100%;
        box-sizing: border-box;
        padding: 0 10px;
    }

    .measures_box_wrap>div {
        width: 100%;
        box-sizing: border-box;
        margin-left: 0;
    }

    .measures_box {
        flex-wrap: wrap;
        margin-bottom: 20px;
    }

    .measures_box>div {
        margin-bottom: 20px;
    }

    .measures_box>div:last-child {
        margin-top: 0;
    }

    .measures_contents_01.w100 {
        margin-top: 50px !important;
        padding-bottom: 0;
    }

    .measures_contents_01 {
        width: 100%;
        box-sizing: border-box;
    }

    .measures_contents_02_text.clearfix {
        padding: 10px;
    }

    .ttsp01 {
        background: #008cd6 !important;
        padding: 5px 10px 5px 10px !important;
    }

    .ttsp01:after {
        border-left: 30px solid #008cd6 !important;
    }

    .ttsp01 span {
        display: initial;
        color: #008cd6 !important;
        background: #fff !important;
        padding: 1px 10px 0 !important;
        margin-right: 7px !important;
        margin-left: -7px !important;
    }

    .ttsp01 span:after {
        display: none !important;
    }

    .curriculum02 .curriculum-heading,
    .curriculum04 .curriculum-heading,
    .curriculum03 .curriculum-heading,
    .curriculum05 .curriculum-heading {
        background: none;
    }

    .ttsp01.bg02 {
        background: #f39800 !important;
    }

    .ttsp01.bg02:after {
        border-left: 30px solid #f39800 !important;
    }

    .ttsp01.bg03 {
        background: #e85298 !important;
    }

    .ttsp01.bg03:after {
        border-left: 30px solid #e85298 !important;
    }

    .ttsp01.bg04 {
        background: #8fc31f !important;
    }

    .ttsp01.bg04:after {
        border-left: 30px solid #8fc31f !important;
    }

    .ttsp01.bg05 {
        background: #e8342f !important;
    }

    .ttsp01.bg05:after {
        border-left: 30px solid #e8342f !important;
    }

    .tbl_cur {
        margin-top: 10px;
    }

    #exam .wrapper {
        margin: 50px auto;
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
    }

    .imgsp img {
        width: auto;
        height: auto;
        max-width: 100%;
    }

    .imageL,
    .imageR {
        float: none;
        margin: 0 0 20px;
        text-align: center;
        width: 100%;
    }

    #exam_qa .txt_red16 {
        width: 35px;
        height: 33px;
        margin-right: 3px;
    }

    #exam_qa .mgt15>span:last-child {
        width: calc(100% - 40px);
        float: left;
    }

    .list_btn01 li {
        width: calc(100%/2 - 10px);
        margin-bottom: 10px;
        height: 56px;
        box-sizing: border-box;
    }

    #event_body {
        margin-top: 20px;
    }

    /*event*/

    .event_box01 p img.e_img,
    .online_box p img.e_img {
        width: auto;
        height: auto;
        margin: 0 auto 20px;
        display: block;
    }

    .btn_n a {
        width: 100%;
        box-sizing: border-box;
        font-size: 3.8vw;
        margin: 0;
    }

    .btn_school a {
        width: 100%;
        box-sizing: border-box;
        font-size: 3.8vw;
        margin: 0;
    }

    .w648 {
        width: 100%;
        box-sizing: border-box;
        margin: 20px auto;
    }

    .w648 p a img {
        width: 100%;
        /*margin: 0 10px;*/
        display: inline-block;
    }

    .curriculum01 .w648 p,
    .curriculum02 .w648 p,
    .curriculum04 .w648 p {
        background-color: #fff;
    }

    .ev_tt01 {
        font-size: 14px;
        margin-bottom: 0;
    }

    .e_ctact {
        border: 3px solid #1f1f66;
        border-radius: 5px;
        padding: 10px;
        display: flex;
        flex-wrap: wrap;
        box-sizing: border-box;
    }

    .e_ctact_l {
        text-align: center;
        margin: 0 auto;
        box-sizing: border-box;
    }

    .e_ctact_r {
        margin-top: 10px;
        margin-bottom: 0;
        width: 100%;
        box-sizing: border-box;
    }

    .e_ctact_r a {
        background: url("../../images/phone.png") no-repeat 0 10px;
        background-size: 19px !important;
        font-size: 30px;
        padding-left: 25px;
    }

    .box_list01>dl>dt>span {
        margin-left: -45px;
        padding: 10px 40px 10px 45px;
    }

    .box_list01>dl>dt>span::before {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 6px 6px 0;
        border-color: transparent #959e9b transparent transparent;
        position: absolute;
        content: "";
        bottom: -6px;
        left: 0;
    }

    #exam_qa .mgt15>div:last-child {
        width: 100%;
        box-sizing: border-box;
        float: none;
        margin-left: 0;
    }

    .exam_box03_sptxt {
        font-size: 15px;
        line-height: 1.9;
        color: #091F3C;
    }

    .open_ct01,
    .open_ct02 {
        width: 250px;
        margin: 0 auto;
        font-size: 18px !important;
        padding: 5px 20px;
        text-align: center;
        font-weight: bold;
        box-sizing: border-box;
    }

    .o_colo00 {
        border: 2px solid #1f1f66;
        color: #1f1f66 !important;
    }

    .o_colo01 {
        border: 2px solid #ff99cc;
        color: #ff99cc !important;
    }

    .o_colo02 {
        border: 2px solid #33ccff;
        color: #33ccff !important;
    }

    .o_colo03 {
        border: 2px solid #ffc000;
        color: #ffc000 !important;
    }

    .ttl_vision {
        font-size: 18px;
        font-weight: bold;
        line-height: 1.4;
        color: #091f3c;
        margin-top: 15px;
        margin-bottom: 0;
    }

    .flex_none .font12 {
        display: none;
    }

    .filew_arc {
        display: flex;
        align-items: center;
        justify-content: center;
        background: #548235;
        border-radius: 6px;
        padding: 8px 15px;
        color: #fff;
        max-width: 120px;
        margin: 10px auto 0;
    }

    .exam_tbl01 td.bor_none {
        border-bottom: 0px solid #ccc;
    }

    th.w80 {
        width: 80px;
    }

    #school_body_R2 .fl,
    #school_body_R .fl {
        width: 100%;
        padding: 30px 0;
    }

    span.txt_bottom {
        padding-top: 10px;
        display: block;
    }

    .exam_tbl01 {
        width: 100%;
        display: table;
    }

    .spsp {
        display: none;
    }

    #kobetsu_report_left_m2 img {
        width: 100%;
    }

    .course-item {
        width: 100%;
    }

    /*------------- contact - 2020/8/7 update -------------*/
    #contact_body table.mailform {
        margin: 0 auto 20px;
    }

    #contact_body .contact_body_section {
        padding: 0 10px;
        margin-bottom: 20px;
    }

    .blue_outline {
        padding: 10px;
    }

    .red_outline {
        padding: 10px;
    }

    .box_anchor {
        width: calc(100% - 20px);
        margin: 0 auto 20px;
        padding: 40px 0 0;
    }

    .box_anchor ul {
        justify-content: center
    }

    .box_anchor ul li {
        width: 100%;
        max-width: 420px;
        margin: 0 0 20px;
    }

    p.flex_tit,
    p.flex_tit {
        width: calc(100% - 20px);
        padding: 10px;
        margin: 20px auto;
        flex-wrap: wrap;
    }

    .curriculum01 .box_curriculum01 .flex_tit,
    .curriculum05 .box_curriculum01 .flex_tit {
        width: 100%;
        margin: 0;
        padding: 10px 15px;

    }

    .flex_tit span.large {
        font-size: 18px;
    }

    .flex_tit span.sm {
        padding: 2px 4px;
        font-size: 9px;
    }

    .curriculum01 p {
        background-color: transparent;
    }

    .flex01 .imgR {
        order: 1;
        width: 100%;
        margin-top: 0;
        text-align: center
    }

    .flex01 .imgR img {
        width: auto
    }

    .flex01 .textL {
        order: 2;
        width: 100%;
    }

    .flex01 .textL p,
    p.noPAD {
        padding: 0 !important
    }

    .flex01 .tit {
        font-size: 18px;
        margin-bottom: 10px;
        padding: 0
    }

    .curriculum01 p.button,
    .curriculum05 p.button {
        width: 240px;
        height: 48px;
        margin: 0 auto;
    }

    .box_curriculum01 {
        margin-top: 15px;
    }

    .box_curriculum01 .inner {
        padding: 10px 10px 15px;
        border-left: 2px solid #1f1f66;
        border-right: 2px solid #1f1f66;
        border-bottom: 2px solid #1f1f66;
    }
}

@media only screen and (max-width: 640px) {
    .exam_box02 .diagram01 {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .exam_box02 .diagram01>div,
    .exam_box02 .diagram01>p {
        width: 100%;
    }

    .box_list01 {
        flex-wrap: wrap;
    }

    .box_list01.img_f {
        flex-direction: column-reverse;
    }

    .box_list01>dl,
    .box_list01>p {
        width: 100%;
    }

    .box_list01>p {
        text-align: center;
    }

    .box_list01>p img {
        width: auto;
        height: auto;
        max-width: 100%;
    }

    .exam_box01 {
        width: 100%;
        box-sizing: border-box;
    }

    .exam_box02 {
        padding: 20px 10px;
    }

    .exam_box01,
    .exam_box02_03,
    .exam_box02_04,
    .exam_box02_05,
    .exam_box02_06,
    .exam_box03,
    .exam_box04,
    .exam_box05 {
        padding: 20px 10px;
    }

    .h3under {
        font-size: 20px;
    }

    .h3under span {
        padding-left: 30px;
    }

    .h3under.h3_exam span {
        background-size: 24px;
    }

    .exam_box01 dl dt {
        font-size: 16px;
        padding-bottom: 5px;
        margin: 20px 0 5px;
    }

    .exam_box01 dl dd {
        font-size: 14px;
        margin: 10px 0 10px;
    }

    .h3under_02,
    .exam_box02_06 dl dt h2,
    .exam_box03 dl dt h2,
    .exam_box04 dl dt h2,
    .e_tt01 {
        font-size: 24px;
    }

    .box_list01>dl>dt {
        font-size: 20px;
    }

    .box_list01>dl>dt>span {
        margin-left: -15px;
        padding: 10px 40px 10px 15px;
    }

    .box_list01>dl>dt>span::before {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 6px 6px 0;
        border-color: transparent #959e9b transparent transparent;
        position: absolute;
        content: "";
        bottom: -6px;
        left: 0;
    }

    .curriculum_winner_content:first-child {
        margin-top: 0;
    }

    /*200128*/
    .box01_txt_L {
        width: 100%;
        margin: 0;
    }

    .box01_txt_R {
        width: 100%;
        margin: 0;
    }

    .list_idx02 li p {
        text-align: left;
    }

    .exam_tbl01 th,
    .exam_tbl01 td {
        padding: 10px;
    }

    .list_link {
        display: block;
        justify-content: space-around;
        padding: 5px;
    }

    .list_link li {
        font-size: 1.6em;
        padding: 5px;
        text-align: center;
    }

    .exam_tbl01 {
        width: 100%;
        display: table;
    }

    .spsp {
        display: none;
    }

    .course-item {
        width: 100%;
    }

    .online_box_tt {
        font-size: 24px;
    }

    .purpose .curriculum-contents {
        margin: 0;
    }

    .purpose .flex-box {
        display: block;
    }

    .purpose .purpose-box {
        width: 100%;
    }

    .purpose .purpose-box_title {
        margin: 0;
    }

    .purpose .curriculum-detail {
        width: 100%;
        padding: 10px;
    }

    .purpose .curriculum-detail {
        width: 100%;
        padding: 10px;
    }

    #curriculum_box1 p {
        background: #fff;
    }

    /* 200526 */
    .idx_bnr img {
        width: 100%;
    }

    .idx_bnr .flex-box {
        display: block;
    }

    .idx_bnr .flex-box div:first-child {
        margin-bottom: 10px;
    }

    .idx_bnr .wrapper {
        padding: 0 20px;
        box-sizing: border-box;
    }


}


}

@media only screen and (max-width: 580px) {
    .course-list {
        padding: 0 30px;
    }

    .course-list p {
        width: 100%;
    }

    .link-icon {
        right: 10px;
    }
}

@media only screen and (max-width: 520px) {
    #report .list-two li {
        width: 100%;
        margin-right: 0;
    }

    #report .img_area {
        height: 60vw;
    }

    .pass_syousai3 a,
    .pass_syousai4 a {
        width: 100%;
        height: 10vw;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        position: relative;
        text-indent: 0;
        display: flex;
        color: #fff;
        font-weight: bold;
        align-items: center;
        justify-content: center;
        font-size: 4vw;
        box-sizing: border-box;
    }

    .pass_syousai3 a span,
    .pass_syousai4 a span {
        position: relative;
        padding-left: 25px;
        background: url("../../images/arrow_02.png")no-repeat;
        background-size: contain;
    }

    .pass_syousai3 a:hover,
    .pass_syousai4 a:hover {
        text-decoration: none;
        height: 10vw;
    }

    .pass_syousai3 a {
        background: #1f1f66;
    }

    .pass_syousai3 a:hover {
        background: #1f1f66;
    }

    .pass_syousai4 a {
        background: #c9151e;
    }

    .pass_syousai4 a:hover {
        background: #c9151e;
    }

    .exam_box01 dl {
        padding: 0 10px;
    }

    .exam_box01 dl dd {
        padding-left: 10px;
    }

    .txt_id01 {
        line-height: 1.6;
    }
    .list_btn02 li.red a span.large{
        letter-spacing: 0;
    }
}

@media only screen and (max-width: 460px) {

    .list_btn01 li,
    .list_btn02 li {
        width: 100%;
        margin-bottom: 10px;
        height: 56px;
        box-sizing: border-box;
    }

.slider .slick-slide {
    height: 25vh;
}

/*.slider .slick-slide a img {
    width: auto !important;
    height: 100% !important;
    margin: 0 auto;
}*/
  }




@media only screen and (max-width: 375px) {
    .course-list {
        padding: 0 10px;
    }
}

@media only screen and (max-width: 320px) {}

@media (min-width: 751px) {
    a[href*="tel:"] {
        pointer-events: none;
        cursor: default;
        text-decoration: none;
    }
}