@charset "UTF-8";

/* general
------------------------------------------------- */
.mb5 {
    margin-bottom: 5em;
}

/* #header
------------------------------------------------- */
#header {
    box-shadow: none;
}
@media only screen and (max-width: 750px) {
    body.move #header {
        box-shadow: 0 0.55vw 1.1vw rgba(214, 214, 214, 0.5);
    }
}

/* title
------------------------------------------------- */
.title {
    position: relative;
    width: 100%;
    max-width: 1260px;
    margin: 3em auto 0;
    text-align: center;
    background: url(../img/course/elem_mv.png) center center no-repeat;
    background-size: cover;
}
.title.junior {
    background: url(../img/course/elem_mv_junior.png) center center no-repeat;
    background-size: cover;
}
.title.high {
    background: url(../img/course/elem_mv_high.png) center center no-repeat;
    background-size: cover;
}
.title.high h1 {
    left: 7vw;
    font-weight: 700;
    line-height: 2.273;
    text-align: left;
}
.title h1 {
    padding: 2.3em 0 0.3em 0;
    font-size: 2.6vw;
    line-height: 2.273;
    text-align: right;
}
.title.high .title_text {
    left: 7vw;
    margin: 0;
    font-size: 1.5em;
    text-align: left;
}
.title.junior h1 {
    left: 7vw;
    font-weight: 700;
    line-height: 2.273;
    text-align: left;
}
.title.junior .title_text {
    left: 7vw;
    margin: 0;
    font-size: 1.5em;
    text-align: left;
}
.title h1 span {
    color: #2076c6;
}
.title .title_tag {
    position: absolute;
    top: -2em;
    left: 8vw;
    display: block;
    width: 5em;
    height: auto;
    padding-top: 3em;
    font-size: 1.5em;
    color: #fff;
    background-color: #3d76c0;
}
.title .title_text {
    padding-bottom: 5em;
    font-size: 1.5em;
    text-align: right;
}
@media only screen and (max-width: 750px) {
    .title {
        height: auto;
        padding: 2vh 0;
        margin: 2em auto 0;
        background: url(../img/course/elem_mv_sp.png) center center no-repeat;
        background-size: cover;
    }
    .title.junior {
        height: auto;
        padding: 2vh 0;
        margin: 2em auto 0;
        background: url(../img/course/elem_mv_junior_sp.png) center center no-repeat;
        background-size: cover;
    }
    .title.high {
        height: auto;
        padding: 2vh 0;
        margin: 2em auto 0;
        background: url(../img/course/elem_mv_high_sp.png) center center no-repeat;
        background-size: cover;
    }
    .title h1 {
        position: static;
        padding: 0.3em 0;
        margin: 0 -4%;
        font-size: 4.6vw;
        line-height: 1.5;
        text-align: center;
    }
    .title .title_text {
        position: static;
        padding-bottom: 3em;
        margin-left: 0;
        font-size: 1em;
        text-align: center;
    }
    .title.junior h1 {
        position: static;
        padding: 0.3em 0;
        margin: 0 -4%;
        font-size: 4.6vw;
        line-height: 1.5;
        text-align: center;
    }
    .title.high h1 {
        position: static;
        padding: 0.3em 0;
        margin: 0 -4%;
        font-size: 4.6vw;
        line-height: 1.5;
        text-align: center;
    }
    .title .inner {
        width: 88%;
        padding-top: 1em;
    }
    .title .title_tag {
        top: -3.5em;
        left: 1em;
        width: 5em;
        padding-top: 4em;
        font-size: 0.7em;
    }
    .title.junior .title_text {
        position: static;
        margin-left: 0;
        font-size: 1em;
        text-align: center;
    }
    .title.high .title_text {
        position: static;
        margin-left: 0;
        font-size: 1em;
        text-align: center;
    }
}

/* list
------------------------------------------------- */
.list_anc {
    display: flex;
    flex-wrap: wrap;
    margin: 3em auto 5em;
}
.list_anc li {
    width: 23%;
    margin: 0.5em 1%;
    text-align: left;
    border-bottom: 1px solid #000;
}
.list_anc > li span {
    display: block;
    width: 100px;
    color: #fff;
    text-align: center;
    background: #3d76c0;
}
.list_anc.high_anc li {
    width: 23%;
}
.list_anc li a {
    position: relative;
    display: block;
    padding: 0.5em 0;
    text-decoration: none;
}
.list_anc li a::before {
    position: absolute;
    top: 50%;
    right: 0;
    box-sizing: border-box;
    display: block;
    width: 20px;
    height: 20px;
    content: '';
    background-color: #3d76c0;
    border-radius: 12px;
    transform: translateY(-50%);
}
.list_anc .list_anc_blue a::before {
    position: absolute;
    top: 50%;
    right: 0;
    box-sizing: border-box;
    display: block;
    width: 20px;
    height: 20px;
    content: '';
    background-color: #fff;
    border: 2px solid #3d76c0;
    border-radius: 12px;
    transform: translateY(-50%);
}
.list_anc li a::after {
    position: absolute;
    top: 50%;
    right: 0;
    box-sizing: border-box;
    display: block;
    width: 8px;
    height: 8px;
    content: '';
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(-225deg) translateY(8px);
}
.list_anc .list_anc_blue a::after {
    position: absolute;
    top: 50%;
    right: 0;
    box-sizing: border-box;
    display: block;
    width: 8px;
    height: 8px;
    content: '';
    border-top: solid 2px #3d76c0;
    border-right: solid 2px #3d76c0;
    transform: rotate(-225deg) translateY(8px);
}
.list_anc li.other {
    background-color: #f00;
    border-bottom: 1px solid #f00;
}
.list_anc li.other a {
    padding: 0.5em;
    color: #fff;
}
.list_anc li.other a::before {
    background-color: #fff;
}
.list_anc li.other a::after {
    border-top: solid 2px #f00;
    border-right: solid 2px #f00;
}
.movie {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1260px;
}
.movie > li {
    box-sizing: border-box;
    width: 50%;
    padding: 0 20px;
    text-align: left;
}
.movie > li > .movie_text:before {
    padding-right: 0.2em;
    content: '\025a0';
}

@media only screen and (max-width: 750px) {
    .list_anc li,
    .list_anc.high_anc li {
        width: 46%;
        margin: 0.5em 2%;
        text-align: left;
        border-bottom: 1px solid #000;
    }
    .list_anc li.other a {
        padding: 1em 0.5em;
    }
    .high_wrap .list_anc li.other a {
        padding: 0.5em;
    }
    .list_anc li.other a::before {
        top: 0.4em;
    }
    .list_anc li.other a::after {
        top: 0.4em;
    }
}

/* cont1
------------------------------------------------- */
.cont1 {
    padding: 6em 0 3em;
    text-align: center;
}
.cont1 h2 {
    padding-bottom: 1em;
    font-weight: 700;
}
.cont1 h2 span {
    color: #3d76c0;
    border-bottom: 1px solid #3d76c0;
}
.cont1 p {
    line-height: 1.77;
}

@media only screen and (max-width: 750px) {
    .cont1 {
        padding: 5vw 0 13vw;
        text-align: left;
    }
    .cont1 .inner {
        width: 92%;
    }
    .cont1 h2 {
        font-size: 6.4vw;
        text-align: center;
    }
    .cont1 p {
        font-size: 4.266vw;
        line-height: 1.81;
    }
}

/* reqbox
------------------------------------------------- */
.reqbox {
    padding-bottom: 5.625em;
}
.reqbox ul {
    display: flex;
    justify-content: center;
}
.reqbox ul li {
    width: 22.22em;
    margin: 0 1em;
}
.reqbox ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 3.85em;
    color: #fff;
    text-align: center;
    background-color: #2076c6;
    transition: 0.4s;
}
.reqbox ul li:last-child a {
    background-color: #ad0808;
}
@media only screen and (min-width: 751px) {
    .reqbox ul li a:hover {
        text-decoration: none;
        background-color: #0e5ea8;
    }
    .reqbox ul li:last-child a:hover {
        background-color: #810808;
    }
}
@media only screen and (max-width: 750px) {
    .reqbox {
        padding-bottom: 0;
    }
    .reqbox.pb {
        padding-bottom: 8vw;
    }
    .reqbox ul {
        display: block;
        font-size: 4vw;
    }
    .reqbox ul li {
        width: 100%;
        margin: 0 0 5.33vw;
    }
    .reqbox ul li a {
        width: 100%;
        height: 4em;
    }
}

/* cont2
------------------------------------------------- */
.cont2 {
    padding: 5.3em 0;
    background-color: #fffcef;
}
.cont2 h2 {
    padding-bottom: 2.2em;
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
}
.cont2 h2 span {
    color: #2076c6;
}
.cont2 .sec {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: 52.5em;
    margin: 0 auto 4.5em;
}
.cont2 .sec .con {
    position: relative;
}
.cont2 .con .point {
    width: 5em;
    margin-bottom: 1.3em;
}
.cont2 .con .point span {
    box-sizing: border-box;
    display: block;
    width: 5.7em;
    height: 5.7em;
    padding-top: 1em;
    line-height: 1;
    color: #fff;
    text-align: center;
    background-color: #2076c6;
    border-radius: 5em;
}
.cont2 .con .point span i {
    display: block;
    font-weight: 500;
}
.cont2 .con h3 {
    position: absolute;
    top: 0;
    padding: 0 0 3em 4em;
    font-weight: 700;
    line-height: 1.42;
    color: #2076c6;
}
.cont2 .sec:nth-of-type(3) .con h3 {
    top: 1em;
}
.cont2 .sec .img {
    position: absolute;
    top: 0;
    right: 0;
    width: 32.1%;
}
.cont2 .sec .img.img03 {
    width: 20%;
}
.cont2 .con .txt {
    width: 61.2%;
}
.cont2 .movie_wrap {
    text-align: center;
}
.cont2 .movie_wrap h3 {
    margin: 5em auto 1em;
}
.cont2 .movie_cont {
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 56.25%;
}
.cont2 .movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 750px) {
    .cont2 {
        padding: 14.5vw 0;
    }
    .cont2 h2 {
        padding-bottom: 3em;
        font-size: 6.4vw;
    }
    .cont2 .sec {
        display: block;
        width: 100%;
        margin: 0 auto 12vw;
    }
    .cont2 .sec .con {
        width: 100%;
    }
    .cont2 .con dl {
        padding-bottom: 1em;
    }
    .cont2 .con .point {
        width: 14.4vw;
        margin-right: 4vw;
    }
    .cont2 .con .point span {
        width: 14.4vw;
        height: 14.4vw;
        padding-top: 1em;
        font-size: 2.4vw;
    }
    .cont2 .con .point span i {
        font-size: 7.466vw;
    }
    .cont2 .con h3 {
        position: relative;
        padding: 0;
        margin: 1em 0;
        font-size: 5.33vw;
        line-height: 1.7;
        color: #2076c6;
    }
    .cont2 .con p {
        font-size: 4.266vw !important;
        line-height: 1.81;
    }
    .cont2 .sec .img {
        position: relative;
        width: 58vw !important;
        margin: -5em auto 0;
    }
    .cont2 .sec .img.img03 {
        width: 40vw !important;
    }
    .cont2 .sec:nth-of-type(3) .con h3 {
        top: 1em;
    }
    .cont2 .con .txt {
        width: 100%;
    }
    .cont2 .movie_wrap {
        text-align: center;
    }
    .cont2 .movie_wrap h3 {
        margin: 3em auto 1em;
        font-size: 5.33vw;
    }
    .cont2 .movie {
        position: relative;
        display: block;
        width: 100%;
        height: auto;
        padding-top: 0;
    }
    .cont2 .movie > li {
        width: 100%;
        padding: 0;
        text-align: left;
    }
}

/* cont3
------------------------------------------------- */
.cont3 {
    padding: 5.625em 0 6em;
}
.cont3 h2 {
    padding-bottom: 2em;
    line-height: 1.4;
    text-align: center;
}
.cont3 .list_anc li {
    width: calc(62% / 3);
    margin: 2%;
}
.cont3 .list_anc li a {
    min-height: 5em;
    padding-right: 2em;
}
.cont3 .list_anc > li span {
    position: absolute;
    bottom: 0.3em;
    display: block;
    width: 100px;
    color: #fff;
    text-align: center;
    background: #3d76c0;
}
.cont3 h3 {
    padding-bottom: 2em;
    font-size: 2em;
    line-height: 1.4;
    text-align: center;
}
.cont3 .course {
    position: relative;
    padding: 0.8em 0;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
}
.cont3 .course h4 {
    display: flex;
    align-items: center;
    font-size: 2em;
    font-weight: 500;
}
.cont3 .course h4 + p {
    margin-top: 1em;
}

.cont3 .course h4 span {
    padding: 1em 0.2em;
    margin-right: 1em;
    font-weight: 400;
    color: #fff;
    background-color: #2076c6;
}
.cont3 .course h4 span.white {
    padding: 1em 0.2em;
    margin-right: 1em;
    font-weight: 400;
    color: #2076c6;
    background-color: #fff;
    border: 2px solid #2076c6;
}
.cont3 .course h4 span.other {
    background-color: #f00;
}
.cont3 h5 {
    margin-top: 1.6em;
    font-weight: 400;
}
.cont3 h5::before {
    padding-right: 0.2em;
    content: '\025a0';
}
.cont3.high_wrap h5 + p,
.cont3.high_wrap .mb {
    margin-bottom: 5.6em;
}
.cont3 ul {
    margin: 0 auto 4em;
}
.cont3 .btn_area {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1em 10em 4em;
}
.cont3 .btn_area li {
    margin: 0 10px 0 10px;
}
.cont3 .btn_area .blue a {
    position: relative;
    display: block;
    width: 24em;
    padding: 1em 0;
    color: #3d76c0;
    text-align: center;
    text-decoration: none;
    border: 2px solid #3d76c0;
    transition: 0.4s;
}

.cont3 .btn_area .blue a:hover {
    color: #fff;
    background: #3d76c0;
    border: 2px solid #3d76c0;
}

.cont3 .btn_area .blue a:hover:after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}

.cont3 .btn_area .red a {
    position: relative;
    display: block;
    width: 24em;
    padding: 1em 0;
    color: #ad0808;
    text-align: center;
    text-decoration: none;
    border: 2px solid #ad0808;
    transition: 0.4s;
}

.cont3 .btn_area .red a:hover {
    color: #fff;
    background: #ad0808;
    border: 2px solid #ad0808;
}

.cont3 .btn_area .red a:hover:after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}

.cont3 .btn_area .blue a:after {
    position: absolute;
    top: 50%;
    right: 15px;
    width: 8px;
    height: 8px;
    content: '';
    border-top: 2px solid #3d76c0;
    border-right: 2px solid #3d76c0;
    transform: rotate(45deg) translateY(-50%);
}

.cont3 .btn_area .red a:after {
    position: absolute;
    top: 50%;
    right: 15px;
    width: 8px;
    height: 8px;
    content: '';
    border-top: 2px solid #ad0808;
    border-right: 2px solid #ad0808;
    transition: 0.4s;
    transform: rotate(45deg) translateY(-50%);
}

@media only screen and (min-width: 751px) {
    .cont3 .sec .tab li:hover {
        height: 2.65em;
    }
}
@media only screen and (max-width: 750px) {
    .cont3 {
        padding: 18vw 0 20vw;
    }
    .cont3 .inner {
        width: 84%;
    }
    .cont3 h2 {
        padding-bottom: 1.5em;
        font-size: 6.4vw;
    }
    .cont3 .es_img {
        width: 100%;
    }
    .cont3 .list_anc {
        display: block;
        width: 100%;
    }
    .cont3 .list_anc li {
        width: 100%;
        margin: auto;
    }
    .cont3 .list_anc li a {
        min-height: auto;
    }
    .cont3 .list_anc > li span {
        position: absolute;
        top: 50%;
        right: 30px;
        bottom: auto;
        width: 100px;
        font-size: 0.7em;
        color: #fff;
        text-align: center;
        background: #3d76c0;
        transform: translateY(-50%);
    }
    .cont3 .list_anc li a {
        padding: 0.8em 1.5em 0.8em 0;
    }
    .cont3 .list_anc li.other a::before {
        top: 1.2em;
    }
    .cont3 .list_anc li.other a::after {
        top: 1.35em;
    }
    .cont3 h3 {
        padding-bottom: 1.5em;
        font-size: 4.4vw;
    }
    .cont3 .course h4 {
        font-size: 4vw;
        font-weight: 400;
    }
    .cont3 .course p {
        line-height: 1.6;
        text-align: left;
    }
    .cont3.jh_wrap .course p {
        text-align: left;
    }
    .cont3 p {
        margin-left: auto !important;
        font-size: 4.266vw;
        line-height: 2;
    }
    .cont3 h5 {
        margin-top: 1.6em;
        margin-left: auto;
        font-size: 4.266vw;
        font-weight: 400;
    }
    .cont3 h5::before {
        padding-right: 0.2em;
        content: '\025a0';
    }
    .cont3 .btn_area {
        display: block;
        width: 100%;
        padding-bottom: 20px;
        margin: 0 auto;
    }
    .cont3 .btn_area li {
        width: 100%;
        margin: 20px 0 0 0;
    }
    .cont3 .btn_area a {
        width: 100% !important;
        font-size: 5.33vw;
    }
}

/* cont4
------------------------------------------------- */
.cont4 {
    padding: 5.5em 0;
}
.cont4 h3 {
    padding-bottom: 2em;
    line-height: 1.4;
    text-align: center;
}
.cont4 .inner {
    padding: 0 13.125em;
}
.cont4 .sec {
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
.cont4 .sec:first-of-type {
    border-top: 2px solid #000;
}
.cont4 .sec .qaq {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    width: 100%;
    height: 5.3em;
    padding-right: 3.75em;
    cursor: pointer;
    background: url('../common/img/icon7_p.png') 98% center no-repeat;
    background-size: 0.95em auto;
}
.cont4 .sec .qaq.open {
    background: url('../common/img/icon7_m.png') 98% center no-repeat;
    background-size: 0.95em auto;
}
.cont4 .sec .qaq dt {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 10%;
}
.cont4 .sec .qaq dt span {
    line-height: 1;
}
.cont4 .sec .qaq dd {
    width: 90%;
    font-weight: 700;
    line-height: 1.65;
}
.cont4 .sec .qaa {
    box-sizing: border-box;
    display: flex;
    width: 100%;
    padding: 1.5em 5em 0.6em 0;
    background-color: #fffcef;
    border-top: 1px solid rgba(0, 0, 0, 0.5);
}
.cont4 .sec .qaa dt {
    position: relative;
    display: flex;
    justify-content: center;
    width: 11%;
}
.cont4 .sec .qaa dt span {
    line-height: 1;
}
.cont4 .sec .qaa dd {
    width: 89%;
}
.cont4 .sec .qaa dd p {
    padding-bottom: 2em;
    line-height: 2;
}
.cont4 .sec .none {
    display: none;
}
@media only screen and (max-width: 750px) {
    .cont4 {
        padding: 25vw 0 10vw;
    }
    .cont4 h3 {
        padding-bottom: 1.5em;
        font-size: 6.4vw;
    }
    .cont4 .inner {
        width: 92%;
        padding: 0;
    }
    .cont4 .sec .qaq {
        width: 100%;
        height: auto;
        padding: 7vw 15vw 7vw 0;
        background: url('../common/img/icon7_p.png') 98% center no-repeat;
        background-size: 4vw auto;
    }
    .cont4 .sec .qaq.open {
        background: url('../common/img/icon7_m.png') 98% center no-repeat;
        background-size: 4vw auto;
    }
    .cont4 .sec .qaq dt {
        width: 16vw;
    }
    .cont4 .sec .qaq dt span {
        font-size: 7.466vw;
    }
    .cont4 .sec .qaq dd {
        width: 63vw;
        font-size: 4.266vw;
        line-height: 1.5;
    }
    .cont4 .sec .qaa {
        padding: 1.5em 4vw 0.6em 0;
    }
    .cont4 .sec .qaa dt {
        width: 16vw;
    }
    .cont4 .sec .qaa dt span {
        font-size: 7.466vw;
    }
    .cont4 .sec .qaa dd {
        width: 72vw;
        word-break: break-all;
    }
    .cont4 .sec .qaa dd p {
        line-height: 1.92;
    }
}

/* cont5
------------------------------------------------- */
.cont5 {
    padding-top: 5.5em;
}
.cont5 h3 {
    padding-bottom: 2em;
    font-size: 2em;
    line-height: 1.4;
    text-align: center;
}
.cont5 ul {
    position: relative;
    z-index: 2;
}
.cont5 ul li {
    box-sizing: border-box;
    margin-bottom: 1.625em;
}
.cont5 ul li span {
    font-weight: 700;
    color: #2076c6;
    background-color: #ffe45a;
}
.cont5 .sec1 {
    position: relative;
    padding-bottom: 4.5em;
    margin: 0 auto;
}
.cont5 .sec1 ul {
    position: relative;
    margin: 0.5em 0 0 15.5em;
}
.cont5 .sec1 ul li {
    font-size: 1.3em;
    font-weight: bold;
    color: #3d76c0;
}
.cont5 .sec1 .fuki-seito {
    position: absolute;
    top: -3.5em;
    left: 0;
    width: 15em;
}
.cont5 .sec1 .fukiwrap-top {
    margin: 0.5em 0 0 15.5em;
}

.cont5 .sec1 li,
.cont5 .sec2 li {
    position: relative;
    width: 100%;
    height: auto;
    padding: 1em;
    color: #333333;
    text-align: left;
    background: #fff;
    border: 3px solid #3d76c0;
    border-radius: 18px;
}
.cont5 .sec1 li::before,
.cont5 .sec1 li::after,
.cont5 .sec2 li::before,
.cont5 .sec2 li::after {
    position: absolute;
    top: 50%;
    right: 100%;
    width: 0;
    height: 0;
    pointer-events: none;
    content: '';
    border: solid transparent;
}
.cont5 .sec1 li::before {
    margin-top: -12px;
    margin-right: 2px;
    border-color: rgba(255, 124, 92, 0);
    border-top-width: 0;
    border-right-color: #3d76c0;
    border-right-width: 36px;
    border-bottom-width: 20px;
    border-left-width: 36px;
}
.cont5 .sec1 li::after {
    margin-top: -10px;
    border-color: rgba(255, 255, 255, 0);
    border-top-width: 0;
    border-right-color: #ffffff;
    border-right-width: 31px;
    border-bottom-width: 16px;
    border-left-width: 36px;
}
.cont5 .sec2 li::before,
.cont5 .sec2 li::after {
    left: 100%;
}
.cont5 .sec2 li::before {
    margin-top: -12px;
    margin-left: 2px;
    border-color: rgba(255, 124, 92, 0);
    border-top-width: 0;
    border-right-width: 30px;
    border-bottom-width: 19px;
    border-left-color: #3d76c0;
    border-left-width: 49px;
}
.cont5 .sec2 li::after {
    margin-top: -10px;
    border-color: rgba(255, 255, 255, 0);
    border-top-width: 0;
    border-right-width: 31px;
    border-bottom-width: 15px;
    border-left-color: #ffffff;
    border-left-width: 41px;
}

.cont5 .sec2 {
    position: relative;
    padding-bottom: 4.5em;
    margin: 0 auto;
}
.cont5 .sec2 ul {
    position: relative;
    margin: 0.5em 15.5em 0 0;
}
.cont5 .sec2 ul li {
    font-size: 1.3em;
    font-weight: bold;
    color: #3d76c0;
}
.cont5 .sec2 .fuki-hogosya {
    position: absolute;
    top: -4.5em;
    right: 0;
    width: 15em;
}
.cont5 .sec2 .fukiwrap-bottom {
    margin: 0.5em 0 0 15.5em;
}
.cont5 .cont5_btn {
    position: static;
    width: 100%;
    padding-top: 5em;
    text-align: center;
}
.cont5 .cont5_btn a {
    position: relative;
    display: inline-block;
    padding: 15px 100px;
    font-size: 1.5em;
    font-weight: bold;
    border: 2px solid #000;
    border-radius: 60px;
}
.cont5 .cont5_btn a:after {
    position: absolute;
    top: 50%;
    right: 2em;
    display: block;
    width: 10px;
    height: 10px;
    content: '';
    border-top: solid 2px #000;
    border-right: solid 2px #000;
    transform: rotate(45deg) translateY(-100%);
}
@media only screen and (max-width: 750px) {
    .cont5 {
        padding-top: 23.5vw;
    }
    .cont5 .inner {
        width: 92%;
    }
    .cont5 h3 {
        padding-bottom: 1.5em;
        font-size: 6.4vw;
    }
    .cont5 p {
        position: static;
        width: 30.5vw;
        margin: 0 auto 6.5vw;
    }
    .cont5 ul {
        width: 100%;
    }
    .cont5 ul li {
        margin-bottom: 5.5vw;
        line-height: 1.82;
    }
    .cont5 ul li.letter_s1 {
        letter-spacing: -0.01em;
    }
    .cont5 ul li span {
        font-size: 4.266vw;
    }
    .cont5 .sec1 {
        padding-bottom: 6.5vw;
    }

    .cont5 .sec1 ul {
        margin: 0 !important;
    }
    .cont5 .sec1 .fuki-seito {
        position: static;
        max-width: 180px;
        margin: 0 auto;
        text-align: center;
    }
    .cont5 .sec1 li,
    .cont5 .sec2 li {
        width: 100%;
        margin-top: 1em;
    }
    .cont5 .sec1 li::before,
    .cont5 .sec1 li::after,
    .cont5 .sec2 li::before,
    .cont5 .sec2 li::after {
        top: initial;
        right: initial;
        bottom: 100%;
        left: 70%;
    }
    .cont5 .sec2 li::before,
    .cont5 .sec2 li::after {
        left: 30%;
    }
    .cont5 .sec1 li::before {
        margin-bottom: 2px;
        margin-left: -23px;
        border-color: rgba(255, 124, 92, 0);
        border-top-width: 19px;
        border-right-width: 18px;
        border-bottom-color: #3d76c0;
        border-bottom-width: 21px;
        border-left-width: 0px;
    }
    .cont5 .sec1 li::after {
        margin-left: -21px;
        border-color: rgba(255, 255, 255, 0);
        border-top-width: 18px;
        border-right-width: 15px;
        border-bottom-color: #ffffff;
        border-bottom-width: 18px;
        border-left-width: 0;
    }
    .cont5 .sec2 li::before {
        margin-bottom: 2px;
        margin-left: -24px;
        border-color: rgba(255, 124, 92, 0);
        border-top-width: 19px;
        border-right-width: 0;
        border-bottom-color: #3d76c0;
        border-bottom-width: 21px;
        border-left-width: 18px;
    }
    .cont5 .sec2 li::after {
        margin-left: -23px;
        border-color: rgba(255, 255, 255, 0);
        border-top-width: 18px;
        border-right-width: 0;
        border-bottom-color: #ffffff;
        border-bottom-width: 18px;
        border-left-width: 15px;
    }
    .cont5 .sec2 .fuki-hogosya {
        position: static;
        max-width: 180px;
        margin: 0 auto;
        text-align: center;
    }
    .cont5 .cont5_btn a {
        position: relative;
        display: inline-block;
        padding: 15px 86px;
        font-size: 1em;
        font-weight: bold;
        border: 2px solid #000;
        border-radius: 60px;
    }
}

/* cont6
------------------------------------------------- */
.cont6 {
    padding: 5.5em 0 10em;
}
.cont6 h3 {
    padding-bottom: 2em;
    font-size: 2em;
    line-height: 1.4;
    text-align: center;
}
.cont6 h4 {
    padding: 2em 0 5em;
    font-size: 1.5em;
    color: #3d76c0;
    text-align: center;
}
.cont6 .cont6_text {
    line-height: 1.8em;
    text-align: center;
}
.cont6 .cont6_ttl span {
    position: relative;
}
.cont6 .cont6_ttl span:before {
    position: absolute;
    top: 50%;
    left: -10px;
    width: 3px;
    height: 85px;
    content: '';
    background: #3d76c0;
    transform: rotate(-20deg) translateY(-50%);
}
.cont6 .cont6_ttl span:after {
    position: absolute;
    top: 50%;
    right: -10px;
    width: 3px;
    height: 85px;
    content: '';
    background: #3d76c0;
    transform: rotate(20deg) translateY(-50%);
}
.cont6 .flow_wrap {
    max-width: 55em;
    margin: 0 auto;
}
.cont6 .flow01 {
    position: relative;
    margin-bottom: 10em;
}
.cont6 .flow01 dt {
    position: absolute;
    top: -17px;
    left: 50%;
    padding: 3px 50px;
    font-size: 1.5em;
    font-weight: bold;
    line-height: 30px;
    color: #fff;
    background: #3d76c0;
    border-radius: 50px;
    transform: translateX(-50%);
}
.cont6 .flow01 dd {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 52px 40px;
    font-size: 1.5em;
    font-weight: bold;
    color: #3d76c0;
    border: 3px solid #3d76c0;
    border-radius: 50px;
}
.cont6 .flow01 dd .flow_img01 {
    position: absolute;
    right: -70px;
    bottom: -70px;
}
.cont6 .flow01 dd .flow_cap {
    position: absolute;
    bottom: -20px;
    left: 0;
    font-size: 0.5em;
    color: #000;
}
.cont6 .flow01:after {
    position: absolute;
    bottom: -6em;
    left: 50%;
    width: 0;
    height: 0;
    content: '';
    border-color: #3d76c0 transparent transparent transparent;
    border-style: solid;
    border-width: 35px 40px 0 40px;
    transform: translateX(-50%);
}
.cont6 .flow02 {
    position: relative;
    margin-bottom: 10em;
}
.cont6 .flow02 dt {
    position: absolute;
    top: -17px;
    left: 50%;
    padding: 3px 50px;
    font-size: 1.5em;
    font-weight: bold;
    line-height: 30px;
    color: #fff;
    background: #3d76c0;
    border-radius: 50px;
    transform: translateX(-50%);
}
.cont6 .flow02 dd {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 52px 40px;
    font-size: 1.5em;
    font-weight: bold;
    color: #3d76c0;
    border: 3px solid #3d76c0;
    border-radius: 50px;
}
.cont6 .flow02 dd .flow_img01 {
    position: absolute;
    top: -70px;
    left: -70px;
}
.cont6 .flow02:after {
    position: absolute;
    bottom: -6em;
    left: 50%;
    width: 0;
    height: 0;
    content: '';
    border-color: #3d76c0 transparent transparent transparent;
    border-style: solid;
    border-width: 35px 40px 0 40px;
    transform: translateX(-50%);
}
.cont6 .flow03 {
    position: relative;
    margin-bottom: 10em;
}
.cont6 .flow03 dt {
    position: absolute;
    top: -17px;
    left: 50%;
    padding: 3px 50px;
    font-size: 1.5em;
    font-weight: bold;
    line-height: 30px;
    color: #fff;
    background: #3d76c0;
    border-radius: 50px;
    transform: translateX(-50%);
}
.cont6 .flow03 dd {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 52px 40px;
    font-size: 1.5em;
    font-weight: bold;
    color: #3d76c0;
    border: 3px solid #3d76c0;
    border-radius: 50px;
}
.cont6 .flow03 dd .flow_img01 {
    position: absolute;
    right: -70px;
    bottom: -30px;
}
.cont6 .flow03:after {
    position: absolute;
    bottom: -6em;
    left: 50%;
    width: 0;
    height: 0;
    content: '';
    border-color: #3d76c0 transparent transparent transparent;
    border-style: solid;
    border-width: 35px 40px 0 40px;
    transform: translateX(-50%);
}
.cont6 .flow04 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 52px 40px;
    font-size: 1.5em;
    font-weight: bold;
    color: #fff;
    background: #3d76c0;
    border-radius: 50px;
}
.cont6 .flow04 .flow_img01 {
    position: absolute;
    right: -90px;
    bottom: -55px;
}

@media only screen and (max-width: 750px) {
    .cont6 {
        padding-top: 0;
        padding-bottom: 0;
    }
    .cont6 .inner {
        width: 84%;
        padding: 0;
    }
    .cont6 h3 {
        padding-bottom: 1.5em;
        font-size: 6.4vw;
    }
    .cont6 h4 {
        padding: 2em 0 4em;
        font-size: 1.5em;
    }
    .cont6 .flow01 {
        position: relative;
        margin-bottom: 120px;
    }
    .cont6 .flow01:after {
        position: absolute;
        bottom: -75px;
        left: 50%;
        width: 0;
        height: 0;
        content: '';
        border-color: #3d76c0 transparent transparent transparent;
        border-style: solid;
        border-width: 20px 20px 0 20px;
        transform: translateX(-50%);
    }
    .cont6 .flow01 dt {
        top: -13px;
        padding: 0px 30px;
        font-size: 1em;
        text-align: center;
    }
    .cont6 .flow01 dd {
        padding: 25px 40px;
        font-size: 1.3em;
        border-radius: 30px;
    }
    .cont6 .flow01 dd .flow_img01 {
        position: absolute;
        right: -25px;
        bottom: -8px;
        width: 30%;
    }
    .cont6 .flow01 dd .flow_cap {
        bottom: -2em;
        font-size: 0.5em;
    }
    .cont6 .flow02 {
        position: relative;
        margin-bottom: 120px;
    }
    .cont6 .flow02:after {
        position: absolute;
        bottom: -75px;
        left: 50%;
        width: 0;
        height: 0;
        content: '';
        border-color: #3d76c0 transparent transparent transparent;
        border-style: solid;
        border-width: 20px 20px 0 20px;
        transform: translateX(-50%);
    }
    .cont6 .flow02 dt {
        top: -13px;
        padding: 0px 30px;
        font-size: 1em;
        text-align: center;
    }
    .cont6 .flow02 dd {
        padding: 25px 40px;
        font-size: 1.3em;
        border-radius: 30px;
    }
    .cont6 .flow02 dd .flow_img01 {
        top: -30px;
        left: -20px;
        width: 20%;
    }
    .cont6 .flow03 {
        position: relative;
        margin-bottom: 120px;
    }
    .cont6 .flow03:after {
        position: absolute;
        bottom: -75px;
        left: 50%;
        width: 0;
        height: 0;
        content: '';
        border-color: #3d76c0 transparent transparent transparent;
        border-style: solid;
        border-width: 20px 20px 0 20px;
        transform: translateX(-50%);
    }
    .cont6 .flow03 dt {
        top: -13px;
        padding: 0px 30px;
        font-size: 1em;
        text-align: center;
    }
    .cont6 .flow03 dd {
        padding: 25px 40px;
        font-size: 1.3em;
        border-radius: 30px;
    }
    .cont6 .flow03 dd .flow_img01 {
        position: absolute;
        right: -25px;
        bottom: -8px;
        width: 30%;
    }
    .cont6 .flow04 {
        padding: 25px 40px;
        font-size: 1.3em;
        border-radius: 30px;
    }
    .cont6 .flow04 .flow_img01 {
        position: absolute;
        right: -25px;
        bottom: -15px;
        width: 30%;
    }
}

/* cont7
------------------------------------------------- */
.cont7 {
    padding: 5.5em 0 10em;
}
.cont7 .inner {
    width: 92%;
}
.cont7 h3 {
    position: relative;
    padding-bottom: 2em;
    font-size: 2em;
    line-height: 1.4;
    text-align: center;
}
.cont7 h3:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 119px;
    height: 181px;
    content: '';
    background: url(../img/course/elem_qa01.png) no-repeat center;
}
.cont7.junior h3:before {
    background: url(../img/course/junior_qa01.png) no-repeat center;
}
.cont7.high h3:before {
    background: url(../img/course/high_qa01.png) no-repeat center;
}
.cont7 h3:after {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 126px;
    height: 137px;
    content: '';
    background: url(../img/course/elem_qa02.png) no-repeat center;
}
.cont7 .qa {
    padding-top: 1em;
}
.cont7 .qa dt {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 1.5em;
    font-weight: bold;
    border-top: 2px solid #000;
}
.cont7 .qa dt img {
    width: 55px;
    height: auto;
    padding: 1em 1.4em;
}
.cont7 .qa dd {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 2em 0;
    border-top: 1px solid #000;
}
.cont7 .qa dd img {
    width: 51px;
    height: 48px;
    padding: 1em 2em;
}
.cont7 .qa dd:last-child {
    border-bottom: 2px solid #000;
}
.cont7 .cont7_btn {
    position: static;
    width: 100%;
    padding-top: 5em;
    text-align: center;
}
.cont7 .cont7_btn a {
    position: relative;
    display: inline-block;
    padding: 15px 100px;
    font-size: 1.5em;
    font-weight: bold;
    border: 2px solid #000;
    border-radius: 60px;
}
.cont7 .cont7_btn a:after {
    position: absolute;
    top: 50%;
    right: 2em;
    display: block;
    width: 10px;
    height: 10px;
    content: '';
    border-top: solid 2px #000;
    border-right: solid 2px #000;
    transform: rotate(45deg) translateY(-100%);
}

@media only screen and (max-width: 750px) {
    .cont7 h3 {
        padding-bottom: 2.5vh;
        font-size: 6.4vw;
    }
    .cont7 h3:before,
    .cont7.junior h3:before,
    .cont7.high h3:before {
        width: 65px;
        height: 99px;
        background-size: contain;
    }
    .cont7 h3:after,
    .cont7.junior h3:after,
    .cont7.high h3:after {
        width: 80px;
        height: 83px;
        background-size: contain;
    }
    .cont7 .qa dt {
        padding: 1em 0;
    }
    .cont7 .qa dt img {
        width: 30px;
        height: auto;
        padding: 1em;
    }
    .cont7 .qa dd {
        padding: 1em 0;
        line-height: 1.7em;
    }
    .cont7 .qa dd img {
        width: 30px;
        height: auto;
        padding: 1.5em;
    }
    .cont7 .cont7_btn a {
        position: relative;
        display: inline-block;
        padding: 15px 86px;
        font-size: 1em;
        font-weight: bold;
        border: 2px solid #000;
        border-radius: 60px;
    }
}

/* conbox
------------------------------------------------- */
.conbox {
    padding-bottom: 11.25em;
    text-align: center;
}
.conbox .inner {
    padding: 0 13.125em;
}
.conbox h4 {
    padding-bottom: 0.2em;
    font-weight: 700;
    color: #2076c6;
}
.conbox ul {
    display: flex;
    justify-content: space-between;
    padding: 1.5em 0 3.75em;
}
.conbox ul li {
    width: 47.85%;
    border-top: 2px solid #2076c6;
}
.conbox ul li:last-child {
    border-top: 2px solid #ad0808;
}
.conbox ul li .txt {
    padding: 1em 0;
    line-height: 1.45;
}
.conbox ul li .btn a {
    box-sizing: border-box;
    display: block;
    width: 100%;
    line-height: 4;
    color: #fff;
    background-color: #2076c6;
    border: 2px solid #2076c6;
    transition: 0.4s;
}
.conbox ul li:last-child .btn a {
    background-color: #ad0808;
    border: 2px solid #ad0808;
}
.conbox .tel {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 10.375em;
    background-color: #f4f7fa;
}
.conbox .tel p {
    padding-right: 3.33em;
    margin-right: 2.65em;
    font-weight: 700;
    background: url('../img/course/icon6.png') right center no-repeat;
    background-size: 1.95em auto;
}
.conbox .tel dl {
    line-height: 1.45;
    text-align: left;
}
.conbox .tel dl dt a {
    font-weight: 400;
    color: #2076c6;
}
.conbox .tel dl dd {
    padding-left: 0.5em;
}
@media only screen and (min-width: 751px) {
    .conbox ul li .btn a:hover {
        text-decoration: none;
        background-color: #0e5ea8;
        border: 2px solid #0e5ea8;
    }
    .conbox ul li:last-child .btn a:hover {
        background-color: #810808;
        border: 2px solid #810808;
    }
}
@media only screen and (max-width: 750px) {
    .conbox {
        padding-bottom: 25vw;
    }
    .conbox .inner {
        padding: 0;
    }
    .conbox h4 {
        padding-bottom: 0.4em;
        font-size: 7.466vw;
        font-weight: 500;
    }
    .conbox .read {
        text-align: left;
    }
    .conbox ul {
        display: block;
        padding: 1.5em 0 0;
    }
    .conbox ul li {
        width: 100%;
        margin-bottom: 10.66vw;
    }
    .conbox ul li .txt {
        padding: 1em 0 1.2em;
        line-height: 1.95;
    }
    .conbox ul li .btn a {
        font-size: 4vw;
        line-height: 16vw;
    }
    .conbox .tel {
        display: block;
        height: auto;
        padding: 8vw 0;
    }
    .conbox .tel p {
        padding: 0 0 9vw;
        margin: 0;
        font-size: 4.266vw;
        background: url('../img/course/icon6_sp.png') center bottom no-repeat;
        background-size: 4vw auto;
    }
    .conbox .tel dl {
        text-align: center;
    }
    .conbox .tel dl dt a {
        font-size: 10.4vw;
    }
    .conbox .tel dl dd {
        padding-left: 0;
    }
}

/* snav
------------------------------------------------- */
@media only screen and (min-width: 751px) {
    #snav ul li:last-child a {
        color: #fff;
        background-color: #ad0808;
        border: 1px solid #ad0808;
    }
    #snav ul li:last-child a:hover {
        color: #fff;
        background-color: #810808;
        border: 1px solid #810808;
    }
}
@media only screen and (max-width: 750px) {
    #snav ul li:last-child {
        background-color: #ad0808;
    }
    #snav ul li:last-child a {
        color: #fff;
        background: url('../common/img/icon_gnav2_w.png') 20% center no-repeat;
        background-size: 6vw auto;
    }
    #snav ul li:last-child a span {
        background: url('../common/img/icon8_w.png') 80% center no-repeat;
        background-size: 2vw auto;
    }
}

/* bnrpc
------------------------------------------------- */
.bnrpc {
    padding-bottom: 5.625em;
}
.bnrpc.mt {
    padding: 5.625em 0 0;
}
.bnrpc ul {
    display: flex;
    justify-content: center;
}
.bnrpc ul li {
    width: 30em;
    margin: 0 1.25em;
}
@media only screen and (max-width: 750px) {
    .bnrpc {
        padding-bottom: 9vw;
    }
    .bnrpc.mt {
        padding: 0;
    }
    .bnrpc ul {
        display: block;
    }
    .bnrpc ul li {
        width: 92vw;
        margin: 0 auto 4.266vw;
    }
}


/* 20221207 追加
/* ====================================================*/
.basic-course {
    max-width: 1000px;
    margin: 0 auto;
    margin-bottom: 40px;
}

.basic-course .adjustment {
    margin-top: 0 !important;
}

.basic-course__label {
    background:#9999FF !important;
}

.basic-course__link._external::before {
    background-color:transparent !important;
    background-image: url(../common/img/icon_blank.png) !important;
    background-repeat: no-repeat !important;
    width: 25px !important;
    height: 15px !important;
    background-size: contain !important;
    right: 10px;
}

.basic-course__link._external::after {
    width: 0 !important;
    height: 0 !important;
}

.basic-course__link::before {
    background:#9999FF !important;
}

.basic-course__content {
    padding: 2rem 0 !important;
    border-bottom: none !important;
}

.basic-course__title {
    text-align: left !important;
    font-size: 20px !important;
    color: #9999FF;
    padding-bottom: 0 !important;
    margin-left: 1rem;
}

.basic-course__title._content {
    font-size: 28px !important;
    margin-left: 0;
    margin-bottom: 2rem;
}

.basic-course__title_sub {
    font-size: 16px;
    text-align: center;
    margin-bottom: 1rem;
    font-weight: normal;
}
.basic-course__row {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
}

.basic-course__description {
    width: 60%;
}

 .basic-course__img {
    width: 35%;
}

.basic-course__lead {
    font-weight: bold;
    margin-bottom: 1rem;
}

@media only screen and (max-width: 1000px) {
    .basic-course__row {
        width: 100%;
    }
}

@media only screen and (max-width: 750px) {
    .basic-course {
        padding: 0 0;
    }

    .basic-course__row {
        flex-wrap: wrap;
        justify-content: center;
    }

    .basic-course__description {
        width: 100%;
    }
    
     .basic-course__img {
        width: 100%;
        margin-top: 1rem
    }
}


@media only screen and (max-width: 550px) {
    .basic-course__title._content {
        font-size: 20px !important;
    }

    .basic-course__link._external::before {
        right: 0;
    }

    .is-sp-invisible {
        display: none;
    }
}


/* 上部動画エリア
/* ====================================================*/

.school-page__movie-wrap {
    width: 500px;
    margin: 0 auto;
    margin-top: 2rem;
}

.school-page__movie-wrap  .movie_cont {
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 56.25%;
}

.school-page__movie-wrap  .movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 550px) {
    .school-page__movie-wrap {
        width: 100%;
        max-width: 350px;
    }
}