@charset "UTF-8";
.pci {
    display: inline!important;
}

@media print, screen and (max-width:960px) {
    .pci {
        display: none!important;
    }
}
.spi {
    display: none!important;
}

@media print, screen and (max-width:960px) {
    .spi {
        display: inline!important;
    }
}
.pc {
    display: block!important;
}

@media print, screen and (max-width:960px) {
    .pc {
        display: none!important;
    }
}
.sp {
    display: none!important;
}

@media print, screen and (max-width:960px) {
    .sp {
        display: block!important;
    }
}
.pct {
    display: table!important;
}

@media print, screen and (max-width:960px) {
    .pct {
        display: none!important;
    }
}
.spt {
    display: none!important;
}

@media print, screen and (max-width:960px) {
    .spt {
        display: table!important;
    }
}
body {
    font-family: -apple-system, BlinkMacSystemFont, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif
}
a {
    text-decoration: none;
    color: #5a3c00;
}
a:hover {
    opacity: .7;
}
li {
    list-style: none;
}
.h-main {
    height: 100px;
    border-bottom: 1px solid #333;
}
.h-inner {
    height: 100px;
}
.h-logoBox_logo {
    width: 166px;
}
.h-btnBox {
    position: relative;
    width: 190px;
    height: 35px;
    text-align: center;
    border-radius: 5px;
    background-color: #333;
}
.h-btnBox:hover {
    opacity: .7;
}
.h-btnBox::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 20px;
    width: 9px;
    height: 10px;
    margin: auto 0;
    content: '';
    background-image: url(../img/icon_triangle.svg);
}
.h-btnBox::before:hover {
    opacity:.7
}
.h-btnBox_btn {
    font-family: 'Rounded Mplus 1c';
    font-size: 13px;
    font-weight: 700;
    line-height: 35px;
    display: block;
    padding-left: 20px;
    letter-spacing: .06em;
    color: #fff;
}
.gakunen-kv {
    height: 370px;
    border-bottom: 1px solid #333;
    background-image: url(../img/kaeru/main_bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

@media print, screen and (max-width:960px) {
    .gakunen-kv {
        height: 110vw;
        background-image: url(../img/kaeru/main_bg_sp.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }
}
.gakunen-kv_ttl {
    margin-bottom: 25px;
}

@media print, screen and (max-width:960px) {
    .gakunen-kv_ttl {
        width: 60%;
        margin: 0 auto 5.20833%;
    }
}
.gakunen-kv_ttlTxt {
    width: 280px;
}

@media print, screen and (max-width:960px) {
    .gakunen-kv_ttlTxt {
        width: 100%;
    }
}
.gakunen-kv_desc {
    font-size: 21px;
    font-weight: 700;
    line-height: 1.05;
    margin-bottom: 10px;
    text-align: center;
    letter-spacing: .14em;
}

@media print, screen and (max-width:960px) {
    .gakunen-kv_desc {
        font-size: 4.17vw;
    }
}
.gakunen-kv_books {
    text-align: left;
}

@media print, screen and (max-width:960px) {
    .gakunen-kv_books {
        position: absolute;
        right: 0;
        bottom: 10%;
        left: 0;
        width: 63%;
        margin: 0 auto;
        margin-bottom: 0;
    }
}
.gakunen-kv_books_img {
    width: 100%;
}
.gakunen-kvInner {
    width: 290px;
    padding: 40px 0;
}

@media print, screen and (max-width:960px) {
    .gakunen-kvInner {
        position: relative;
        width: 100%;
        height: 110vw;
        padding: 0;
        padding-top: 8.33333%;
    }
}
.gakunen-sec1 {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #ebe1d7;
}

@media print, screen and (max-width:960px) {
    .gakunen-sec1 {
        padding-top: 5.20833%;
        padding-bottom: 5.20833%;
    }
}
.gakunen-sec1_ttl {
    width: 745px;
    margin-bottom: 40px
}

@media print, screen and (max-width:960px) {
    .gakunen-sec1_ttl {
        width: 90%;
        margin-bottom: 4.16667%;
    }
}
.gakunen-sec1_ttlTxt {
    width: 100%;
}
.gakunen-sec1Lead {
    width: 100%;
    margin-bottom: 10px;
}

@media print, screen and (max-width:960px) {
    .gakunen-sec1Lead {
        width: 100%;
        margin-bottom: 1.04167%;
    }
}
.gakunen-sec1Lead_img {
    width: 100%;
}
.gakunen-sec1LinkWrp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media print, screen and (max-width:960px) {
    .gakunen-sec1LinkWrp {
        flex-direction: column;
        margin-bottom: 1.04167%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
    }
}
.gakunen-sec1LinkBox {
    width: 300px;
}

@media print, screen and (max-width:960px) {
    .gakunen-sec1LinkBox {
        width: 90%;
        margin: 0 auto 5.20833%;
    }
}
.gakunen-sec1LinkBox_img {
    width: 100%
}
.gakunen-sec2 {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #333;
}

@media print, screen and (max-width:960px) {
    .gakunen-sec2 {
        padding-top: 5.20833%;
        padding-bottom: 5.20833%;
    }
}
.gakunen-sec2_ttl {
    width: 380px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
}

@media print, screen and (max-width:960px) {
    .gakunen-sec2_ttl {
        width: 90%;
        margin-bottom: 8.33333%;
    }
}
.gakunen-sec2_ttlTxt {
    width: 100%;
}
.gakunen-sec2_desc {
    font-size: 21px;
    font-weight: 600;
    line-height: 1.48;
    margin-bottom: 70px;
    text-align: center;
    letter-spacing: .06em;
    color: #fff;
}

@media print, screen and (max-width:960px) {
    .gakunen-sec2_desc {
        font-size: 3.75vw;
        margin-bottom: 8.33333%;
    }
}
.gakunen-sec2Susume_ttl {
    width: 435px;
    margin-bottom: 30px;
}

@media print, screen and (max-width:960px) {
    .gakunen-sec2Susume_ttl {
        width: 90%;
        margin-bottom: 3.125%;
    }
}
.gakunen-sec2SusumeWrp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 60px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media print, screen and (max-width:960px) {
    .gakunen-sec2SusumeWrp {
        flex-direction: column;
        margin-bottom: 9.375%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
    }
}
.gakunen-sec2SusumeContent {
    position: relative;
    width: 260px;
    padding-top: 5px;
    padding-bottom: 20px;
    text-align: center;
    border-radius: 3px;
    background-color: #1eb4f5;
    -webkit-box-shadow: 3px 3px 8px #000;
    box-shadow: 3px 3px 8px #000;
}

@media print, screen and (max-width:960px) {
    .gakunen-sec2SusumeContent {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 90%;
        margin-right: auto;
        margin-bottom: 15.0vw;
        margin-left: auto;
        padding-top: 3vw;
        padding-bottom: 3vw;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
.gakunen-sec2SusumeContent:after {
    position: absolute;
    top: 0;
    right: -70px;
    bottom: 0;
    width: 46px;
    height: 35px;
    margin: auto;
    content: '';
    background-image: url(../img/kaeru/icon_arrow_white.svg);
}

@media print, screen and (max-width:960px) {
    .gakunen-sec2SusumeContent:after {
        top: auto;
        right: 0;
        bottom: -35%;
        left: 0;
        width: 23px;
        height: 17.5px;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        background-repeat: no-repeat;
    }
}
.gakunen-sec2SusumeContent--last::after {
    display: none
}
.gakunen-sec2SusumeContent_ttl {
    font-size: 18px;
    font-weight: 800;
    line-height: 1.39;
    position: relative;
    margin-right: auto;
    margin-left: auto;
    padding-left: 40px;
    text-align: left;
    letter-spacing: .02em;
}
.gakunen-sec2SusumeContent_ttl--01 {
    width: 120px;
}

@media print, screen and (max-width:960px) {
    .gakunen-sec2SusumeContent_ttl--01 {
        width: 50%;
    }
}
.gakunen-sec2SusumeContent_ttl--01:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 28px;
    height: 35px;
    margin: auto 0;
    content: '';
    background-image: url(../img/kaeru/num_one_black.svg);
}
.gakunen-sec2SusumeContent_ttl--02 {
    width: 120px;
}

@media print, screen and (max-width:960px) {
    .gakunen-sec2SusumeContent_ttl--02 {
        width: 50%;
    }
}
.gakunen-sec2SusumeContent_ttl--02:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 35px;
    margin: auto 0;
    content: '';
    background-image: url(../img/kaeru/num_two_black.svg);
}
.gakunen-sec2SusumeContent_ttl--03 {
    width: 150px;
}

@media print, screen and (max-width:960px) {
    .gakunen-sec2SusumeContent_ttl--03 {
        width: 50%;
    }
}
.gakunen-sec2SusumeContent_ttl--03:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 27.1px;
    height: 35px;
    margin: auto 0;
    content: '';
    background-image: url(../img/kaeru/num_three_black.svg);
}
.gakunen-sec2SusumeContent_comments {
    font-size: 14px;
    font-weight: 400;
    line-height: 2.21;
    position: absolute;
    bottom: -32px;
    left: 0;
    letter-spacing: .06em;
    color: #fff;
}

@media print, screen and (max-width:960px) {
    .gakunen-sec2SusumeContent_comments {
        font-size: 2.29vw;
        bottom: -25%;
    }
}
.gakunen-sec2SusumeImgBox {
    width: 100%;
}

@media print, screen and (max-width:960px) {
    .gakunen-sec2SusumeImgBox {
        width: 35%;
    }
}
.gakunen-sec2SusumeImgBox_img {
    width: 53%;
    text-align: center;
}

@media print, screen and (max-width:960px) {
    .gakunen-sec2SusumeImgBox_img {
        width: 50%;
        margin-right: auto;
        margin-left: auto;
    }
}
.gakunen-sec2SusumeImgBox_img--long {
    width: 100%;
}

@media print, screen and (max-width:960px) {
    .gakunen-sec2SusumeImgBox_img--long {
        width: 100%;
    }
}
.gakunen-sec2Sugoi {
    padding: 30px;
    border: 2px solid #fff;
    border-radius: 10px;
}

@media print, screen and (max-width:960px) {
    .gakunen-sec2Sugoi {
        padding: 7.29167%;
    }
}
.gakunen-sec2Sugoi_ttl {
    width: 420px;
    margin-bottom: 30px;
}

@media print, screen and (max-width:960px) {
    .gakunen-sec2Sugoi_ttl {
        width: 90%;
    }
}
.gakunen-sec2Sugoi_ttlTxt {
    width: 100%;
}
.gakunen-sec2SugoiContentWrp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media print, screen and (max-width:960px) {
    .gakunen-sec2SugoiContentWrp {
        flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
    }
}
.gakunen-sec2SugoiContent_desc {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.53;
    padding-top: 40px;
    padding-right: 10px;
    color: #fff;
}

@media print, screen and (max-width:960px) {
    .gakunen-sec2SugoiContent_desc {
        font-size: 3.75vw;
    }
}

@media print, screen and (max-width:960px) {
    .gakunen-sec2SugoiContent_desc--03 {
        padding-top: 1vw;
        padding-right: 0;
        padding-bottom: 5vw;
        padding-left: 11vw;
        min-height: 32px;
    }
}

@media print, screen and (max-width:960px) {
    .gakunen-sec2SugoiContent_desc--04 {
        padding-top: 80px;
    }
}
.gakunen-sec2SugoiContent_desc--05 {
    width: 60%;
}

@media print, screen and (max-width:960px) {
    .gakunen-sec2SugoiContent_desc--05 {
        padding-top: 80px;
    }
}
.gakunen-sec2SugoiContent01 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(53% - 30px);
    padding-right: 30px;
    padding-bottom: 30px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media print, screen and (max-width:960px) {
    .gakunen-sec2SugoiContent01 {
        width: 100%;
        padding-right: 4vw;
        padding-bottom: 4vw;
    }
}
.gakunen-sec2SugoiContent01::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 27.1px;
    height: 34px;
    content: '';
    background-image: url(../img/kaeru/num_one_blue.svg);
    background-repeat: no-repeat;
}
.gakunen-sec2SugoiContent01::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    content: '';
    background-image: url(../img/kaeru/border_dotted_white.svg);
}
.gakunen-sec2SugoiContent02 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(47%);
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media print, screen and (max-width:960px) {
    .gakunen-sec2SugoiContent02 {
        width: 100%;
        padding-top: 5vw;
        padding-bottom: 5vw;
    }
}
.gakunen-sec2SugoiContent02::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 33px;
    height: 34px;
    content: '';
    background-image: url(../img/kaeru/num_two_blue.svg);
    background-repeat: no-repeat;
}

@media print, screen and (max-width:960px) {
    .gakunen-sec2SugoiContent02::before {
        top: 6vw;
    }
}
.gakunen-sec2SugoiContent02::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    content: '';
    background-image: url(../img/kaeru/border_dotted_white.svg);
}
.gakunen-sec2SugoiContent03 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media print, screen and (max-width:960px) {
    .gakunen-sec2SugoiContent03 {
        flex-direction: column;
        padding-top: 6.25%;
        padding-right: 0;
        padding-bottom: 6.25%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
    }
}
.gakunen-sec2SugoiContent03::before {
    position: absolute;
    top: 30px;
    left: 0;
    width: 28px;
    height: 34px;
    content: '';
    background-image: url(../img/kaeru/num_three_blue.svg);
    background-repeat: no-repeat;
}

@media print, screen and (max-width:960px) {
    .gakunen-sec2SugoiContent03::before {
        top: 5.5vw;
    }
}
.gakunen-sec2SugoiContent03::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    content: '';
    background-image: url(../img/kaeru/border_dotted_white.svg);
    background-repeat: repeat;
}
.gakunen-sec2SugoiContent04 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 30px;
    padding-right: 30px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media print, screen and (max-width:960px) {
    .gakunen-sec2SugoiContent04 {
        flex-direction: column;
        width: 50%;
        padding-top: 0;
        padding-right: 0;
        padding-left: 6.25%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
    }
}
.gakunen-sec2SugoiContent04::before {
    position: absolute;
    top: 30px;
    left: 0;
    width: 28px;
    height: 34px;
    content: '';
    background-image: url(../img/kaeru/num_five_blue.svg);
    background-repeat: no-repeat;
}

@media print, screen and (max-width:960px) {
    .gakunen-sec2SugoiContent04::before {
        margin-left: 15.625%;
    }
}
.gakunen-sec2SugoiContent05Wrp {
    width: calc(36% - 30px);
}

@media print, screen and (max-width:960px) {
    .gakunen-sec2SugoiContent05Wrp {
        width: 50%;
    }
}
.gakunen-sec2SugoiContent05 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% - 30px);
    padding-top: 30px;
    padding-left: 30px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media print, screen and (max-width:960px) {
    .gakunen-sec2SugoiContent05 {
        flex-direction: column;
        padding-top: 0;
        padding-left: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
    }
}
.gakunen-sec2SugoiContent05::before {
    position: absolute;
    top: 30px;
    left: 30px;
    width: 30px;
    height: 34px;
    content: '';
    background-image: url(../img/kaeru/num_four_blue.svg);
    background-repeat: no-repeat;
}

@media print, screen and (max-width:960px) {
    .gakunen-sec2SugoiContent05::before {
        left: 0;
    }
}
.gakunen-sec2SugoiContent05::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 1px;
    height: 100%;
    content: '';
    background-image: url(../img/kaeru/border_dotted_white_02.svg);
    background-repeat: repeat;
}

@media print, screen and (max-width:960px) {
    .gakunen-sec2SugoiContent05::after {
        right: 0;
        left: auto;
    }
}
.gakunen-sec2SugoiColumn {
    width: calc(64% - 30px);
}

@media print, screen and (max-width:960px) {
    .gakunen-sec2SugoiColumn {
        width: 100%;
    }
}

@media print, screen and (max-width:960px) {
    .gakunen-sec2SugoiColumnSp {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
.gakunen-sec2SugoiImgBox01 {
    width: 295px;
}

@media print, screen and (max-width:960px) {
    .gakunen-sec2SugoiImgBox01 {
        width: 100%;
    }
}
.gakunen-sec2SugoiImgBox01_img {
    width: 100%;
}
.gakunen-sec2SugoiImgBox02 {
    width: 280px;
}

@media print, screen and (max-width:960px) {
    .gakunen-sec2SugoiImgBox02 {
        width: 100%;
    }
}
.gakunen-sec2SugoiImgBox02_img {
    width: 100%;
}
.gakunen-sec2SugoiImgBox03 {
    width: 400;
}

@media print, screen and (max-width:960px) {
    .gakunen-sec2SugoiImgBox03 {
        width: 100%;
    }
}
.gakunen-sec2SugoiImgBox03_img {
    width: 100%;
}

@media print, screen and (max-width:960px) {
    .gakunen-sec2SugoiImgBox04 {
        width: 90%;
        margin-right: auto;
        margin-left: auto;
    }
}
.gakunen-sec2SugoiImgBox04_img {
    width: 100%;
}
.gakunen-sec2SugoiImgBox05 {
    width: 100%;
}

@media print, screen and (max-width:960px) {
    .gakunen-sec2SugoiImgBox05 {
        width: 60%;
        margin-right: auto;
        margin-left: auto;
    }
}
.gakunen-sec2SugoiImgBox05_img {
    width: 100%;
}

@media print, screen and (max-width:960px) {
    .gakunen-sec2SugoiImgBox05_img {
        width: 50%;
    }
}
.gakunen-sec3 {
    padding-top: 50px;
    background: #d9e5eb;
    background-image: linear-gradient(150deg, rgba(255, 255, 255, 1) 16%, rgba(228, 238, 239, 1) 90%);
    margin-bottom: 70px;
}

@media print, screen and (max-width:960px) {
    .gakunen-sec3 {
        padding-top: 5.20833%;
        padding-bottom: 5.20833%;
    }
}
.gakunen-sec3_ttl {
    width: 580px;
    margin-bottom: 55px;
}

@media print, screen and (max-width:960px) {
    .gakunen-sec3_ttl {
        width: 90%;
    }
}
.gakunen-sec3_ttlTxt {
    width: 100%;
}
.gakunen-sec3ContentWrp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 30px;
    margin-left: 30px;
    margin-bottom: 30px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 50px;
}

@media print, screen and (max-width:960px) {
    .gakunen-sec3ContentWrp {
        margin-right: 0;
        margin-left: 0;
        gap: 20px;
    }
}
.gakunen-sec3Content {
    width: 112px;
    margin-right: 85px;
    margin-bottom: 85px;
}

@media print, screen and (max-width:960px) {
    .gakunen-sec3Content {
        width: 45%;
        margin-right: 10%;
        margin-bottom: 15%;
    }
}
.gakunen-sec3Content:nth-child(5n) {
    margin-right: 0;
}

@media print, screen and (max-width:960px) {
    .gakunen-sec3Content:nth-child(5n) {
        margin-right: 10%;
    }
    .gakunen-sec3Content:nth-child(2n) {
        margin-right: 0;
    }
}
.gakunen-sec3Content_cap {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.25;
    height: 36px;
    margin-bottom: 5px;
    text-align: center;
    color: #000;
}

@media print, screen and (max-width:960px) {
    .gakunen-sec3Content_cap {
        font-size: 16px;
        height: auto;
    }
}
.gakunen-sec3ImgBox {
    width: 112px;
    margin-bottom: 5px;
}
.gakunen-sec3ImgBox img {
    border: solid 1px #c0c0c0;
}

@media print, screen and (max-width:960px) {
    .gakunen-sec3ImgBox {
        width: 45%;
        margin-right: auto;
        margin-left: auto;
    }
}
.gakunen-sec3ImgBox_img {
    width: 100%
}
.gakunen-sec3BtnBox {
    position: relative;
    width: 112px;
    height: 30px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    border-radius: 5px;
    background-color: #1eb4f5;
}

@media print, screen and (max-width:960px) {
    .gakunen-sec3BtnBox {
        width: 100%;
    }
}
.gakunen-sec3BtnBox::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    width: 11px;
    height: 12px;
    margin: auto 0;
    content: '';
    background-image: url(../img/kaeru/icon_triangle_black.svg);
}

@media print, screen and (max-width:960px) {
    .gakunen-sec3BtnBox::before {
        width: 10.5px;
    }
}
.gakunen-sec3BtnBox::before:hover {
    opacity:.7;
}
.gakunen-sec3BtnBox_btn {
    font-size: 15px;
    font-weight: 600;
    line-height: 31px;
    display: block;
    letter-spacing: .04em;
    color: #333;
    padding-left: 0.5em;
}

@media print, screen and (max-width:960px) {
    .gakunen-sec3BtnBox_btn {
        font-size: 16px;
    }
}
.gakunen-sec4 {
    padding-bottom: 80px;
    display: flex;
    width: 960px;
    margin: 0 auto;
    justify-content: center;
}

@media print, screen and (max-width:960px) {
    .gakunen-sec4 {
        padding-bottom: 8.33333%;
        display: block;
        width: inherit;
    }
    .gakunen-sec4BtnBox {
        margin-bottom: 3%;
    }
}
.gakunen-sec4BtnBox {
    position: relative;
    width: 300px;
    height: 60px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    border-radius: 5px;
    background-color: #333;
}
.gakunen-sec4BtnBox.purchase {
    width: 380px;
    background-color: #1eb4f5;
    margin: 0 10px;
}
.gakunen-sec4BtnBox.purchase-exam {
    width: 380px;
    background-color: #c8af00;
    margin: 0 10px;
}
.gakunen-sec4BtnBox:hover {
    opacity: .7;
}
.gakunen-sec4BtnBox::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 20px;
    width: 16px;
    height: 18px;
    margin: auto 0;
    content: '';
    background-image: url(../img/icon_triangle.svg);
}
.gakunen-sec4BtnBox::before:hover {
    opacity:.7
}
.gakunen-sec4BtnBox_btn {
    font-size: 22px;
    font-weight: 700;
    line-height: 60px;
    display: block;
    padding-left: 20px;
    letter-spacing: .04em;
    color: #fff;
}
.nyushi-kv {
    height: 370px;
    border-bottom: 1px solid #333;
    background-image: url(../img/kaeru/main_bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

@media print, screen and (max-width:960px) {
    .nyushi-kv {
        height: 110vw;
        background-image: url(../img/kaeru/main_bg_sp.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }
    .gakunen-sec4BtnBox.purchase,
    .gakunen-sec4BtnBox.purchase-exam {
        width: 300px;
        margin: 0 auto 15px;
    }
    .gakunen-sec4BtnBox_btn {
        font-size: 16px;
        font-weight: 700;
        line-height: 60px;
        display: block;
        padding-left: 20px;
        letter-spacing: .04em;
        color: #fff;
    }
}
.nyushi-kv_ttl {
    margin-bottom: 25px;
}

@media print, screen and (max-width:960px) {
    .nyushi-kv_ttl {
        width: 60%;
        margin: 0 auto 5.20833%;
    }
}
.nyushi-kv_ttlTxt {
    width: 280px;
}

@media print, screen and (max-width:960px) {
    .nyushi-kv_ttlTxt {
        width: 100%;
    }
}
.nyushi-kv_desc {
    font-size: 21px;
    font-weight: 700;
    line-height: 1.05;
    margin-bottom: 10px;
    text-align: center;
    letter-spacing: .14em;
}

@media print, screen and (max-width:960px) {
    .nyushi-kv_desc {
        font-size: 4.17vw;
    }
}
.nyushi-kv_books {
    text-align: left;
}

@media print, screen and (max-width:960px) {
    .nyushi-kv_books {
        position: absolute;
        right: 0;
        bottom: 10%;
        left: 0;
        width: 63%;
        margin: 0 auto;
        margin-bottom: 0;
    }
}
.nyushi-kv_books_img {
    width: 100%;
}
.nyushi-kvInner {
    width: 290px;
    padding: 40px 0;
}

@media print, screen and (max-width:960px) {
    .nyushi-kvInner {
        position: relative;
        width: 100%;
        height: 110vw;
        padding: 0;
        padding-top: 8.33333%;
    }
}
.nyushi-sec1 {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #ebe1d7;
}

@media print, screen and (max-width:960px) {
    .nyushi-sec1 {
        padding-top: 5.20833%;
        padding-bottom: 5.20833%;
    }
}
.nyushi-sec1_ttl {
    width: 745px;
    margin-bottom: 40px;
}

@media print, screen and (max-width:960px) {
    .nyushi-sec1_ttl {
        width: 90%;
        margin-bottom: 4.16667%;
    }
}
.nyushi-sec1_ttlTxt {
    width: 100%
}
.nyushi-sec1Lead {
    width: 100%;
    margin-bottom: 10px;
}

@media print, screen and (max-width:960px) {
    .nyushi-sec1Lead {
        width: 100%;
        margin-bottom: 1.04167%;
    }
}
.nyushi-sec1Lead_img {
    width: 100%;
}
.nyushi-sec1LinkWrp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media print, screen and (max-width:960px) {
    .nyushi-sec1LinkWrp {
        flex-direction: column;
        margin-bottom: 1.04167%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
    }
}
.nyushi-sec1LinkBox {
    width: 300px;
;
}

@media print, screen and (max-width:960px) {
    .nyushi-sec1LinkBox {
        width: 90%;
        margin: 0 auto 5.20833%;
    }
}
.nyushi-sec1LinkBox_img {
    width: 100%;
}
.nyushi-sec2 {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #c8af00;
}

@media print, screen and (max-width:960px) {
    .nyushi-sec2 {
        padding-top: 5.20833%;
        padding-bottom: 5.20833%
    }
}
.nyushi-sec2_ttl {
    width: 380px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
}

@media print, screen and (max-width:960px) {
    .nyushi-sec2_ttl {
        width: 90%;
        margin-bottom: 8.33333%;
    }
}
.nyushi-sec2_ttlTxt {
    width: 100%;
}
.nyushi-sec2_desc {
    font-size: 21px;
    font-weight: 600;
    line-height: 1.48;
    margin-bottom: 70px;
    text-align: center;
    letter-spacing: .06em;
    color: #fff;
}

@media print, screen and (max-width:960px) {
    .nyushi-sec2_desc {
        font-size: 3.75vw;
        margin-bottom: 8.33333%;
    }
}
.nyushi-sec2Susume_ttl {
    width: 435px;
    margin-bottom: 30px;
}

@media print, screen and (max-width:960px) {
    .nyushi-sec2Susume_ttl {
        width: 90%;
        margin-bottom: 3.125%;
        padding: 0;
    }
}
.nyushi-sec2SusumeWrp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 60px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media print, screen and (max-width:960px) {
    .nyushi-sec2SusumeWrp {
        flex-direction: column;
        margin-bottom: 9.375%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
    }
}
.nyushi-sec2SusumeContent {
    position: relative;
    width: 200px;
    padding-top: 5px;
    padding-bottom: 20px;
    text-align: center;
    border-radius: 3px;
    background-color: #fff;
    -webkit-box-shadow: 3px 3px 8px #000;
    box-shadow: 3px 3px 8px #000;
}

@media print, screen and (max-width:960px) {
    .nyushi-sec2SusumeContent {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 90%;
        margin-right: auto;
        margin-bottom: 10.41667%;
        margin-left: auto;
        padding-top: 3.125%;
        padding-bottom: 3.125%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
.nyushi-sec2SusumeContent:after {
    position: absolute;
    top: 0;
    right: -35px;
    bottom: 0;
    width: 18px;
    height: 35px;
    margin: auto;
    content: '';
    background-image: url(../img/kaeru/icon_arrow_white_short.svg);
}

@media print, screen and (max-width:960px) {
    .nyushi-sec2SusumeContent:after {
        top: auto;
        right: 0;
        bottom: -35%;
        left: 0;
        width: 23px;
        height: 17.5px;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        background-repeat: no-repeat;
    }
}
.nyushi-sec2SusumeContent--last::after {
    display: none;
}
.nyushi-sec2SusumeContent_ttl {
    font-size: 15px;
    font-weight: 800;
    line-height: 1.39;
    position: relative;
    margin-right: auto;
    margin-left: auto;
    padding-left: 40px;
    text-align: left;
    letter-spacing: .02em;
}
.nyushi-sec2SusumeContent_ttl--01 {
    width: 130px;
}

@media print, screen and (max-width:960px) {
    .nyushi-sec2SusumeContent_ttl--01 {
        width: 50%;
    }
}
.nyushi-sec2SusumeContent_ttl--01:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 28px;
    height: 35px;
    margin: auto 0;
    content: '';
    background-image: url(../img/kaeru/num_one_yellow.svg);
}
.nyushi-sec2SusumeContent_ttl--02 {
    width: 100px;
}

@media print, screen and (max-width:960px) {
    .nyushi-sec2SusumeContent_ttl--02 {
        width: 50%;
    }
}
.nyushi-sec2SusumeContent_ttl--02:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 35px;
    margin: auto 0;
    content: '';
    background-image: url(../img/kaeru/num_two_yellow.svg);
}
.nyushi-sec2SusumeContent_ttl--03 {
    width: 130px;
}

@media print, screen and (max-width:960px) {
    .nyushi-sec2SusumeContent_ttl--03 {
        width: 50%;
    }
}
.nyushi-sec2SusumeContent_ttl--03:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 27.1px;
    height: 35px;
    margin: auto 0;
    content: '';
    background-image: url(../img/kaeru/num_three_yellow.svg);
}
.nyushi-sec2SusumeContent_ttl--04 {
    width: 110px;
}

@media print, screen and (max-width:960px) {
    .nyushi-sec2SusumeContent_ttl--04 {
        width: 50%;
    }
}
.nyushi-sec2SusumeContent_ttl--04:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 31px;
    height: 35px;
    margin: auto 0;
    content: '';
    background-image: url(../img/kaeru/num_four_yellow.svg);
}
.nyushi-sec2SusumeContent_comments {
    font-size: 12px;
    font-weight: 400;
    line-height: 2.21;
    position: absolute;
    bottom: -32px;
    left: 0;
    letter-spacing: .06em;
    color: #fff;
}
.nyushi-sec2SusumeImgBox {
    width: 90%;
    min-height: 200px;
    margin-right: auto;
    margin-left: auto;
}

@media print, screen and (max-width:960px) {
    .nyushi-sec2SusumeImgBox {
        width: 35%;
        min-height: auto;
    }
}
.nyushi-sec2SusumeImgBox_img {
    width: 80%;
    text-align: center;
}

@media print, screen and (max-width:960px) {
    .nyushi-sec2SusumeImgBox_img {
        width: 50%;
        margin-right: auto;
        margin-left: auto;
    }
}
.nyushi-sec2SusumeImgBox_img--long {
    width: 100%;
    margin-top: 30px;
}

@media print, screen and (max-width:960px) {
    .nyushi-sec2SusumeImgBox_img--long {
        width: 100%;
        margin-top: 0;
    }
}
.nyushi-sec2Sugoi {
    padding: 30px;
    border: 2px solid #333;
    border-radius: 10px;
}

@media print, screen and (max-width:960px) {
    .nyushi-sec2Sugoi {
        padding: 7.29167%;
    }
}
.nyushi-sec2Sugoi_ttl {
    width: 420px;
    margin-bottom: 30px;
}

@media print, screen and (max-width:960px) {
    .nyushi-sec2Sugoi_ttl {
        width: 90%;
        margin-top: 0;
    }
}
.nyushi-sec2Sugoi_ttlTxt {
    width: 100%;
}
.nyushi-sec2SugoiContentWrp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media print, screen and (max-width:960px) {
    .nyushi-sec2SugoiContentWrp {
        flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
    }
}
.nyushi-sec2SugoiContent_desc {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.53;
    padding-top: 40px;
    padding-right: 10px;
    color: #333;
}

@media print, screen and (max-width:960px) {
    .nyushi-sec2SugoiContent_desc {
        font-size: 3.75vw;
    }
}

@media print, screen and (max-width:960px) {
    .nyushi-sec2SugoiContent_desc--01 {
        width: 85%;
        padding-top: 0;
        padding-bottom: 20px;
        padding-left: 12.5%;
    }
}

@media print, screen and (max-width:960px) {
    .nyushi-sec2SugoiContent_desc--02 {
        padding-top: 60px;
    }
}

@media print, screen and (max-width:960px) {
    .nyushi-sec2SugoiContent_desc--03 {
        padding-top: 1vw;
        padding-right: 0;
        padding-bottom: 6.25%;
        padding-left: 12.5%;
        min-height: 34px;
    }
}

@media print, screen and (max-width:960px) {
    .nyushi-sec2SugoiContent_desc--04 {
        width: 85%;
        padding-top: 80px;
        padding-top: 0;
        padding-bottom: 20px;
        padding-left: 12.5%;
    }
}
.nyushi-sec2SugoiContent_desc--05 {
    width: 100%;
    padding-top: 5px;
    padding-bottom: 20px;
    padding-left: 40px;
}

@media print, screen and (max-width:960px) {
    .nyushi-sec2SugoiContent_desc--05 {
        padding-top: 0;
    }
}
.nyushi-sec2SugoiContent01 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(70% - 30px);
    padding-right: 30px;
    padding-bottom: 30px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media print, screen and (max-width:960px) {
    .nyushi-sec2SugoiContent01 {
        flex-direction: column;
        width: 100%;
        padding-right: 6.25%;
        padding-bottom: 5vw;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
    }
}
.nyushi-sec2SugoiContent01::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 27.1px;
    height: 34px;
    content: '';
    background-image: url(../img/kaeru/num_one_black.svg);
    background-repeat: no-repeat;
}
.nyushi-sec2SugoiContent01::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    content: '';
    background-image: url(../img/kaeru/border_dotted_black.svg);
}
.nyushi-sec2SugoiContent02 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(30%);
    padding-bottom: 30px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media print, screen and (max-width:960px) {
    .nyushi-sec2SugoiContent02 {
        width: 100%;
        padding-top: 5vw;
        padding-bottom: 5vw;
    }
}
.nyushi-sec2SugoiContent02::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 29px;
    height: 34px;
    content: '';
    background-image: url(../img/kaeru/num_two_black.svg);
    background-repeat: no-repeat;
}

@media print, screen and (max-width:960px) {
    .nyushi-sec2SugoiContent02::before {
        top: 8vw;
    }
}
.nyushi-sec2SugoiContent02::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    content: '';
    background-image: url(../img/kaeru/border_dotted_black.svg);
}
.nyushi-sec2SugoiContent03 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media print, screen and (max-width:960px) {
    .nyushi-sec2SugoiContent03 {
        flex-direction: column;
        padding-top: 6.25%;
        padding-right: 0;
        padding-bottom: 6.25%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
    }
}
.nyushi-sec2SugoiContent03::before {
    position: absolute;
    top: 30px;
    left: 0;
    width: 27px;
    height: 34px;
    content: '';
    background-image: url(../img/kaeru/num_three_black.svg);
    background-repeat: no-repeat;
}

@media print, screen and (max-width:960px) {
    .nyushi-sec2SugoiContent03::before {
        top: 5.5vw;
    }
}
.nyushi-sec2SugoiContent03::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    content: '';
    background-image: url(../img/kaeru/border_dotted_black.svg);
    background-repeat: repeat;
}
.nyushi-sec2SugoiContent04 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 30px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media print, screen and (max-width:960px) {
    .nyushi-sec2SugoiContent04 {
        flex-direction: column;
        width: 100%;
        padding-top: 0;
        padding-top: 6.25%;
        padding-right: 0;
        padding-bottom: 6.25%;
        padding-left: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
    }
}
.nyushi-sec2SugoiContent04::before {
    position: absolute;
    top: 30px;
    left: 0;
    width: 29px;
    height: 34px;
    content: '';
    background-image: url(../img/kaeru/num_four_black.svg);
    background-repeat: no-repeat;
}

@media print, screen and (max-width:960px) {
    .nyushi-sec2SugoiContent04::before {
        top: 3vw;
        margin-left: 0;
    }
}

@media print, screen and (max-width:960px) {
    .nyushi-sec2SugoiContent04::after {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
        content: '';
        background-image: url(../img/kaeru/border_dotted_black.svg);
        background-repeat: repeat;
    }
}
.nyushi-sec2SugoiContent05Wrp {
    width: calc(42% - 30px);
}

@media print, screen and (max-width:960px) {
    .nyushi-sec2SugoiContent05Wrp {
        width: 100%;
    }
}
.nyushi-sec2SugoiContent05 {
    position: relative;
    width: calc(100% - 30px);
    padding-top: 30px;
    padding-left: 30px;
}

@media print, screen and (max-width:960px) {
    .nyushi-sec2SugoiContent05 {
        flex-direction: column;
        padding-top: 6.25%;
        padding-bottom: 6.25%;
        padding-left: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
    }
}
.nyushi-sec2SugoiContent05::before {
    position: absolute;
    top: 30px;
    left: 30px;
    width: 26px;
    height: 34px;
    content: '';
    background-image: url(../img/kaeru/num_five_black.svg);
    background-repeat: no-repeat;
}

@media print, screen and (max-width:960px) {
    .nyushi-sec2SugoiContent05::before {
        top: 3vw;
        left: 0;
    }
}
.nyushi-sec2SugoiContent05::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 1px;
    height: 100%;
    content: '';
    background-image: url(../img/kaeru/border_dotted_black_02.svg);
    background-repeat: repeat;
}

@media print, screen and (max-width:960px) {
    .nyushi-sec2SugoiContent05::after {
        display: none;
    }
}
.nyushi-sec2SugoiColumn {
    width: calc(58%);
}

@media print, screen and (max-width:960px) {
    .nyushi-sec2SugoiColumn {
        width: 100%;
    }
}

@media print, screen and (max-width:960px) {
    .nyushi-sec2SugoiColumnSp {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
.nyushi-sec2SugoiImgBox01 {
    width: 430px;
}

@media print, screen and (max-width:960px) {
    .nyushi-sec2SugoiImgBox01 {
        width: 100%;
    }
}
.nyushi-sec2SugoiImgBox01_img {
    width: 100%;
    margin-top: 15px;
}
.nyushi-sec2SugoiImgBox02 {
    width: 140px;
}

@media print, screen and (max-width:960px) {
    .nyushi-sec2SugoiImgBox02 {
        width: 50%;
    }
}
.nyushi-sec2SugoiImgBox02_img {
    width: 100%;
}
.nyushi-sec2SugoiImgBox03 {
    width: 360px;
}

@media print, screen and (max-width:960px) {
    .nyushi-sec2SugoiImgBox03 {
        width: 100%;
    }
}
.nyushi-sec2SugoiImgBox03_img {
    width: 100%;
}
.nyushi-sec2SugoiImgBox04 {
    width: 360px;
}

@media print, screen and (max-width:960px) {
    .nyushi-sec2SugoiImgBox04 {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
    }
}
.nyushi-sec2SugoiImgBox04_img {
    width: 100%;
}
.nyushi-sec2SugoiImgBox05 {
    width: 100%;
}

@media print, screen and (max-width:960px) {
    .nyushi-sec2SugoiImgBox05 {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
    }
}
.nyushi-sec2SugoiImgBox05_img {
    width: 100%;
}

@media print, screen and (max-width:960px) {
    .nyushi-sec2SugoiImgBox05_img {
        width: 100%;
    }
}
.nyushi-sec3 {
    padding-top: 50px;
    padding-bottom: 50px;
}

@media print, screen and (max-width:960px) {
    .nyushi-sec3 {
        padding-top: 5.20833%;
        padding-bottom: 5.20833%;
    }
}
.nyushi-sec3_ttl {
    width: 580px;
    margin-bottom: 55px;
}

@media print, screen and (max-width:960px) {
    .nyushi-sec3_ttl {
        width: 90%;
    }
}
.nyushi-sec3_ttlTxt {
    width: 100%;
}
.nyushi-sec3ContentWrp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 30px;
    margin-left: 30px;
    margin-bottom: 50px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 50px;
}

@media print, screen and (max-width:960px) {
    .nyushi-sec3ContentWrp {
        margin-right: 0;
        margin-left: 0;
        gap: 20px;
    }
}
.nyushi-sec3Content {
    width: 112px;
    margin-right: 85px;
    margin-bottom: 85px;
}

@media print, screen and (max-width:960px) {
    .nyushi-sec3Content {
        width: 45%;
        margin-right: 10%;
        margin-bottom: 15%;
    }
}
.nyushi-sec3Content:nth-child(5n) {
    margin-right: 0;
}

@media print, screen and (max-width:960px) {
    .nyushi-sec3Content:nth-child(5n) {
        margin-right: 10%;
    }
    .nyushi-sec3Content:nth-child(2n) {
        margin-right: 0;
    }
}
.nyushi-sec3Content_cap {
    font-size: 15px;
    font-weight: 600;
    line-height: 36px;
    height: 36px;
    margin-bottom: 5px;
    text-align: center;
    color: #000;
}

@media print, screen and (max-width:960px) {
    .nyushi-sec3Content_cap {
        font-size: 16px;
        height: auto;
    }
}
.nyushi-sec3ImgBox {
    width: 112px;
    margin-bottom: 5px;
}

@media print, screen and (max-width:960px) {
    .nyushi-sec3ImgBox {
        width: 45%;
        margin-right: auto;
        margin-left: auto;
    }
}
.nyushi-sec3ImgBox_img {
    width: 100%;
}
.nyushi-sec3BtnBox {
    position: relative;
    width: 112px;
    height: 30px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    border-radius: 5px;
    background-color: #c8af00;
}

@media print, screen and (max-width:960px) {
    .nyushi-sec3BtnBox {
        width: 100%;
    }
}
.nyushi-sec3BtnBox::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    width: 11px;
    height: 12px;
    margin: auto 0;
    content: '';
    background-image: url(../img/kaeru/icon_triangle_black.svg);
}

@media print, screen and (max-width:960px) {
    .nyushi-sec3BtnBox::before {
        width: 10.5px;
    }
}
.nyushi-sec3BtnBox::before:hover {
    opacity:.7;
}
.nyushi-sec3BtnBox_btn {
    font-size: 15px;
    font-weight: 600;
    line-height: 31px;
    display: block;
    letter-spacing: .04em;
    color: #333;
    padding-left: 0.5em;
}

@media print, screen and (max-width:960px) {
    .nyushi-sec3BtnBox_btn {
        font-size: 16px;
    }
}
.nyushi-sec4 {
    padding-bottom: 80px;
    display: flex;
    width: 960px;
    margin: 0 auto;
}

@media print, screen and (max-width:960px) {
    .nyushi-sec4 {
        padding-bottom: 8.33333%;
        display: block;
        width: inherit;
    }
    .nyushi-sec4BtnBox {
        margin-bottom: 3%;
    }
}
.nyushi-sec4BtnBox {
    position: relative;
    width: 300px;
    height: 60px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    border-radius: 5px;
    background-color: #333;
}
.nyushi-sec4BtnBox:hover {
    opacity: .7;
}
.nyushi-sec4BtnBox::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 20px;
    width: 16px;
    height: 18px;
    margin: auto 0;
    content: '';
    background-image: url(../img/icon_triangle.svg);
}
.nyushi-sec4BtnBox::before:hover {
    opacity:.7
}
.nyushi-sec4BtnBox_btn {
    font-size: 22px;
    font-weight: 700;
    line-height: 60px;
    display: block;
    padding-left: 20px;
    letter-spacing: .04em;
    color: #fff;
}
.f-main {
    height: 50px;
    color: #5a3c00;
    border-top: 1px solid;
}
.f-inner {
    height: 50px;
}
.f-copy {
    font-size: 12px;
    font-weight: 400;
    line-height: 3.6;
    text-align: center;
    letter-spacing: .04em;
    color: #000;
}
.l-inner {
    width: 960px;
    margin-right: auto;
    margin-left: auto;
}

@media print, screen and (max-width:960px) {
    .l-inner {
        width: 93%;
        margin: 0 auto;
    }
}
.l-contentInner {
    width: 860px;
    margin-right: auto;
    margin-left: auto;
}

@media print, screen and (max-width:960px) {
    .l-contentInner {
        width: 100%;
    }
}
.l-sideWrp--both {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.l-secWrp {
    background-color: #fff;
}
.l-secTtl {
    margin-right: auto;
    margin-left: auto;
}

@media print, screen and (max-width:960px) {
    .l-secTtl {
        font-size: 4.17vw;
    }
}
.l-detailSec_ttl {
    font-family: 'Rounded Mplus 1c';
    font-size: 32px;
    font-weight: 700;
    line-height: 1.38;
    position: relative;
    margin-bottom: 50px;
    letter-spacing: .05em;
    color: #5a3c00;
}

@media print, screen and (max-width:960px) {
    .l-detailSec_ttl {
        font-size: 5.21vw;
        width: 80%;
        margin-right: auto;
        margin-bottom: 5.20833%;
        margin-left: auto;
    }
}
.l-detailSec_ttl::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    content: '';
    background-image: url(../img/dotted_border.svg);
}
.l-linkBlock {
    display: block;
    margin-top: 10px
}
.l-linkBlock:hover {
    opacity: .7;
}
/***********************/
.eiken_btn {
    line-height: 49px;
}
.eiken_btn sup {
    vertical-align: super;
    font-size: small;
}
/*------------------------------------
英検問題集ページ CSS上書き #eiken
/*------------------------------------*/

.eiken-r {
  font-size: 12px;
  vertical-align: super;
  line-height: initial;
}

.eiken-kv {
    height: 370px;
    border-bottom: 1px solid #333;
    background-image: url(../img/kaeru/main_bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

@media print, screen and (max-width:960px) {
    .eiken-kv {
        height: 110vw;
        background-image: url(../img/kaeru/main_bg_sp.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }
}
.eiken-kv_ttl {
    margin-bottom: 25px;
}

@media print, screen and (max-width:960px) {
    .eiken-kv_ttl {
        width: 60%;
        margin: 0 auto 5.20833%;
    }
}
.eiken-kv_ttlTxt {
    width: 280px;
}

@media print, screen and (max-width:960px) {
    .eiken-kv_ttlTxt {
        width: 100%;
    }
}
.eiken-kv_desc {
    font-size: 21px;
    font-weight: 700;
    line-height: 1.05;
    margin-bottom: 10px;
    text-align: center;
    letter-spacing: .14em
}

@media print, screen and (max-width:960px) {
    .eiken-kv_desc {
        font-size: 4.17vw;
    }
}
.eiken-kv_books {
    text-align: left;
}

@media print, screen and (max-width:960px) {
    .eiken-kv_books {
        position: absolute;
        right: 0;
        bottom: 10%;
        left: 0;
        width: 63%;
        margin: 0 auto;
        margin-bottom: 0;
    }
}
.eiken-kv_books_img {
    width: 100%;
}
.eiken-kvInner {
    width: 290px;
    padding: 40px 0;
}

@media print, screen and (max-width:960px) {
    .eiken-kvInner {
        position: relative;
        width: 100%;
        height: 110vw;
        padding: 0;
        padding-top: 8.33333%;
    }
}
.eiken-sec1 {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #ebe1d7;
}

@media print, screen and (max-width:960px) {
    .eiken-sec1 {
        padding-top: 40px;
        padding-bottom: 20px;
    }
}
.eiken-sec1_ttl {
    width: 560px;
    margin-bottom: 40px;
}

@media print, screen and (max-width:960px) {
    .eiken-sec1_ttl {
        width: 90%;
        margin-bottom: 4.16667%;
    }
}
.eiken-sec1_ttlTxt {
    width: 100%;
}
.eiken-sec1Lead {
    width: 100%;
    margin-bottom: 10px;
}

@media print, screen and (max-width:960px) {
    .eiken-sec1Lead {
        width: 100%;
        margin-bottom: 1.04167%;
    }
}
.eiken-sec1Lead_img {
    width: 100%;
}
.eiken-sec1LinkWrp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media print, screen and (max-width:960px) {
    .eiken-sec1LinkWrp {
        flex-direction: column;
        margin-bottom: 1.04167%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
    }
}
.eiken-sec1LinkBox {
    width: 300px;
}

@media print, screen and (max-width:960px) {
    .eiken-sec1LinkBox {
        width: 90%;
        margin: 0 auto 5.20833%;
    }
}
.eiken-sec1LinkBox_img {
    width: 100%
}
.eiken-sec2 {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #7a9fb5;
}

.tango-sec2 {
    background-color: #b2957d;
}

.kakomon-sec2 {
    background-color: #8ca588;
}

@media print, screen and (max-width:960px) {
    .eiken-sec2 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}
.eiken-sec2_ttl {
    width: 290px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
}

.tango-sec2_ttl {
    width: 294px;
}

.kakomon-sec2_ttl {
    width: 364px;
}

@media print, screen and (max-width:960px) {
    .eiken-sec2_ttl {
        width: 90%;
        margin-bottom: 8.33333%;
    }
}
.eiken-sec2_ttlTxt {
    width: 100%;
}
.eiken-sec2_desc {
    font-size: 21px;
    font-weight: 600;
    line-height: 1.48;
    margin-bottom: 10px;
    text-align: center;
    letter-spacing: .06em;
    color: #fff
}
.eiken-sec2_desc_none {
    font-size: 12px;
    line-height: 1.5;
    margin-top: 5%;
    letter-spacing: .06em;
    color: #fff;
    width: 960px;
    margin: 0 auto;
    padding-top: 1%;
    padding-bottom: 1%;
    text-align: right;
}

.tango-sec2_desc_none, .kakomon-sec2_desc_none, .top-sec2_desc_none {
    color: #333;
}

.eiken-sec2_desc_none sup{
    vertical-align: super;
}

@media print, screen and (max-width:960px) {
    .eiken-sec2_desc {
        font-size: 3.75vw;
    }
    .eiken-sec2_desc_none {
        margin-bottom: 8.33333%;
        width: 91%;
        margin: 0 auto 40px;
        text-align: left;
    }
}
.eiken-sec2Susume_ttl {
    width: 392px;
    margin-bottom: 30px;
}

.tango-sec2Susume_ttl {
    width: 392px;
}

.kakomon-sec2Susume_ttl {
    width: 440px;
}

@media print, screen and (max-width:960px) {
    .eiken-sec2Susume_ttl {
        width: 90%;
        margin-bottom: 3.125%;
        padding: 0;
    }
}
.eiken-sec2SusumeWrp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.eiken-sec2Susume_none {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 30px;
    line-height: 1.5;
    letter-spacing: .06em;
    color: #fff;
}
.eiken-sec2SusumeWrp.flow02_box {
    margin-bottom: 10px;
}

@media print, screen and (max-width:960px) {
    .eiken-sec2SusumeWrp {
        flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
    }
    .flow02_box {
        margin-bottom: 2%!important;
    }
    .flow02_box .eiken-sec2SusumeContent--last {
        margin-bottom: 2%!important;
    }
    .eiken-sec2Susume_none {
        width: 91%;
        margin: 0 auto 40px;
    }
}
.flow03_box {
    justify-content: center;
    text-align: center;
}
.eiken-sec2SusumeContent {
    position: relative;
    width: 235px;
    padding-top: 15px;
    padding-bottom: 20px;
    text-align: center;
    border-radius: 3px;
    background-color: #fff;
    -webkit-box-shadow: 3px 3px 8px #000;
    box-shadow: 3px 3px 8px #000;
}
.flow03_box .eiken-sec2SusumeContent {
    width: 600px;
}

@media print, screen and (max-width:960px) {
    .eiken-sec2SusumeContent {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 90%;
        margin-right: auto;
        margin-bottom: 10.41667%;
        margin-left: auto;
        padding-top: 3.125%;
        padding-bottom: 3.125%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .flow03_box .eiken-sec2SusumeContent {
        flex-flow: wrap;
    }
    .flow03_box .eiken-sec2SusumeContent {
        width: 90%;
    }
    .flow03_box .eiken-sec2SusumeImgBox {
        width: 70%;
        min-height: auto;
    }
    .flow03_box .eiken-sec2SusumeContent_ttl {
        padding-left: 0px;
    }
}
.eiken-sec2SusumeContent:after {
    position: absolute;
    top: 0;
    right: -85px;
    bottom: 0;
    width: 46px;
    height: 35px;
    margin: auto;
    content: '';
    background-image: url(../img/kaeru/icon_arrow_white.svg);
    background-repeat: no-repeat;
}

@media print, screen and (max-width:960px) {
    .eiken-sec2SusumeContent:after {
        top: auto;
        right: 0;
        bottom: -29%;
        left: 0;
        width: 23px;
        height: 17.5px;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        background-repeat: no-repeat;
        background-size: contain;
    }
}
.eiken-sec2SusumeContent--last::after {
    display: none;
}
.eiken-sec2SusumeContent_ttl {
    font-size: 15px;
    font-weight: 800;
    line-height: 1.39;
    position: relative;
    margin-right: auto;
    margin-left: auto;
    padding-left: 40px;
    text-align: left;
    letter-spacing: .02em;
}
.flow03_box .eiken-sec2SusumeContent_ttl {
    text-align: center;
}
.eiken-sec2SusumeContent_ttl--01 {
    width: 130px;
}

@media print, screen and (max-width:960px) {
    .eiken-sec2SusumeContent_ttl--01 {
        width: 50%;
    }
}
.eiken-sec2SusumeContent_ttl--01:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 28px;
    height: 35px;
    margin: auto 0;
    content: '';
    background-image: url(../img/kaeru/num_one_gray.svg)
}
.eiken-sec2SusumeContent_ttl--02 {
    width: 100px;
}

@media print, screen and (max-width:960px) {
    .eiken-sec2SusumeContent_ttl--02 {
        width: 50%;
    }
}
.eiken-sec2SusumeContent_ttl--02:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 35px;
    margin: auto 0;
    content: '';
    background-image: url(../img/kaeru/num_two_gray.svg);
}
.eiken-sec2SusumeContent_ttl--03 {
    width: 130px;
}

@media print, screen and (max-width:960px) {
    .eiken-sec2SusumeContent_ttl--03 {
        width: 50%;
    }
}
.eiken-sec2SusumeContent_ttl--03:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 27.1px;
    height: 35px;
    margin: auto 0;
    content: '';
    background-image: url(../img/kaeru/num_three_gray.svg);
    background-repeat: no-repeat;
}
.eiken-sec2SusumeContent_ttl--04 {
    width: 110px;
}

@media print, screen and (max-width:960px) {
    .eiken-sec2SusumeContent_ttl--04 {
        width: 50%;
    }
}
.eiken-sec2SusumeContent_ttl--04:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 31px;
    height: 35px;
    margin: auto 0;
    content: '';
    background-image: url(../img/kaeru/num_four_yellow.svg);
    background-repeat: no-repeat;
}
.eiken-sec2SusumeContent_comments {
    font-size: 12px;
    font-weight: 400;
    line-height: 2.21;
    position: absolute;
    bottom: -32px;
    left: 0;
    letter-spacing: .06em;
    color: #fff;
}
.eiken-sec2SusumeImgBox {
    width: 80%;
    min-height: 200px;
    margin-right: auto;
    margin-left: auto;
}

@media print, screen and (max-width:960px) {
    .eiken-sec2SusumeImgBox {
        width: 35%;
        min-height: auto;
    }
}
.eiken-sec2SusumeImgBox_img {
    width: 70%;
    text-align: center;
}

@media print, screen and (max-width:960px) {
    .eiken-sec2SusumeImgBox_img {
        width: 50%;
        margin-right: auto;
        margin-left: auto;
    }
}
.eiken-sec2SusumeImgBox_img--long {
    width: 100%;
    margin-top: 30px;
}

@media print, screen and (max-width:960px) {
    .eiken-sec2SusumeImgBox_img--long {
        width: 90%;
        margin-top: 0;
    }
}
.eiken-sec2Sugoi {
    padding: 30px;
    border: 2px solid #333;
    border-radius: 10px;
}

@media print, screen and (max-width:960px) {
    .eiken-sec2Sugoi {
        padding: 7.29167%;
    }
}
.eiken-sec2Sugoi_ttl {
    width: 372px;
    margin-bottom: 30px;
}

@media print, screen and (max-width:960px) {
    .eiken-sec2Sugoi_ttl {
        width: 90%;
        margin-top: 0;
    }
}
.eiken-sec2Sugoi_ttlTxt {
    width: 100%;
}
.eiken-sec2SugoiContentWrp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media print, screen and (max-width:960px) {
    .eiken-sec2SugoiContentWrp {
        flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
    }
}
.eiken-sec2SugoiContent_desc {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.53;
    padding-top: 40px;
    padding-right: 10px;
    color: #333;
}

@media print, screen and (max-width:960px) {
    .eiken-sec2SugoiContent_desc {
        font-size: 3.75vw;
    }
}

@media print, screen and (max-width:960px) {
    .eiken-sec2SugoiContent_desc--01 {
        width: 85%;
        padding-top: 0;
        padding-bottom: 35px;
        padding-left: 12.5%;
    }
}

@media print, screen and (max-width:960px) {
    .eiken-sec2SugoiContent_desc--02 {
        /*	padding-top: 60px;*/
        width: 85%;
        padding-top: 3%;
        padding-bottom: 35px;
        padding-left: 14.5%;
        position: absolute;
    }
}

@media print, screen and (max-width:960px) {
    /*.eiken-sec2SugoiContent_desc--03 {
    padding-top: 1vw;
    padding-right: 0;
    padding-bottom: 6.25%;
    padding-left: 12.5%;
    min-height: 34px
    }*/

    .eiken-sec2SugoiContent_desc--03 {
        width: 85%;
        padding-top: 0;
        padding-bottom: 35px;
        padding-left: 12.5%;
    }
}

@media print, screen and (max-width:960px) {
    .eiken-sec2SugoiContent_desc--04 {
        width: 85%;
        padding-top: 80px;
        padding-top: 0;
        padding-bottom: 20px;
        padding-left: 12.5%;
    }
}
.eiken-sec2SugoiContent_desc--05 {
    width: 100%;
    padding-top: 5px;
    padding-bottom: 20px;/*	padding-left: 40px;*/
}

@media print, screen and (max-width:960px) {
    .eiken-sec2SugoiContent_desc--05 {
        padding-top: 0;
        width: 80%;
        padding-left: 12.5%;
        padding-bottom: 20px;
    }
}
.eiken-sec2SugoiContent01 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(51% - 30px);
    padding-bottom: 30px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-right: 20px;
}

@media print, screen and (max-width:960px) {
    .eiken-sec2SugoiContent01 {
        flex-direction: column;
        width: 100%;
        /*	padding-right: 6.25%;*/
        padding-bottom: 5vw;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
    }
}
.eiken-sec2SugoiContent01::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 27.1px;
    height: 34px;
    content: '';
    background-image: url(../img/kaeru/num_one_black.svg);
}
.eiken-sec2SugoiContent01::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    content: '';
    background-image: url(../img/kaeru/border_dotted_black.svg);
}
.eiken-sec2SugoiContent02 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(50%);
    padding-bottom: 30px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media print, screen and (max-width:960px) {
    .eiken-sec2SugoiContent02 {
        flex-direction: column;
        width: 100%;
        padding-top: 5vw;
        padding-bottom: 5vw;
    }
}
.eiken-sec2SugoiContent02::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 29px;
    height: 34px;
    content: '';
    background-image: url(../img/kaeru/num_two_black.svg);
    background-repeat: no-repeat;
}

@media print, screen and (max-width:960px) {
    .eiken-sec2SugoiContent02::before {
        top: 8vw;
    }
}
.eiken-sec2SugoiContent02::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    content: '';
    background-image: url(../img/kaeru/border_dotted_black.svg);
}
.eiken-sec2SugoiContent03 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media print, screen and (max-width:960px) {
    .eiken-sec2SugoiContent03 {
        flex-direction: column;
        padding-top: 6.25%;
        padding-right: 0;
        padding-bottom: 6.25%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
    }
}
.eiken-sec2SugoiContent03::before {
    position: absolute;
    top: 30px;
    left: 0;
    width: 27px;
    height: 34px;
    content: '';
    background-image: url(../img/kaeru/num_three_black.svg);
    background-repeat: no-repeat;
}

@media print, screen and (max-width:960px) {
    .eiken-sec2SugoiContent03::before {
        top: 5.5vw;
    }
}
.eiken-sec2SugoiContent03::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    content: '';
    background-image: url(../img/kaeru/border_dotted_black.svg);
    background-repeat: repeat;
}
.eiken-sec2SugoiContent04 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 30px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media print, screen and (max-width:960px) {
    .eiken-sec2SugoiContent04 {
        flex-direction: column;
        width: 100%;
        padding-top: 0;
        padding-top: 6.25%;
        padding-right: 0;
        padding-bottom: 6.25%;
        padding-left: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
    }
}
.eiken-sec2SugoiContent04::before {
    position: absolute;
    top: 30px;
    left: 0;
    width: 30px;
    height: 34px;
    content: '';
    background-image: url(../img/kaeru/num_five_black.svg);
    background-repeat: no-repeat;
}

@media print, screen and (max-width:960px) {
    .eiken-sec2SugoiContent04::before {
        top: 5vw;
        margin-left: 0;
    }
}

@media print, screen and (max-width:960px) {
    .eiken-sec2SugoiContent04::after {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
        content: '';
        background-image: url(../img/kaeru/border_dotted_black.svg);
        background-repeat: repeat;
    }
    .sp .eiken-sec2SugoiContent04::after {
        background-image: none;
    }
}
.eiken-sec2SugoiContent05Wrp {
    width: calc(42% - 30px);
}

@media print, screen and (max-width:960px) {
    .eiken-sec2SugoiContent05Wrp {
        width: 100%;
    }
}
.eiken-sec2SugoiContent05 {
    position: relative;
    width: calc(102% - 170px);
    padding-top: 30px;
    padding-left: 100px;
}

@media print, screen and (max-width:960px) {
    .eiken-sec2SugoiContent05 {
        flex-direction: column;
        padding-top: 6.25%;
        padding-bottom: 6.25%;
        /*	padding-left: 0;*/
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        width: inherit;
        padding-left: 0;
    }
}
.eiken-sec2SugoiContent05::before {
    position: absolute;
    top: 30px;
    left: 30px;
    width: 30px;
    height: 34px;
    content: '';
    background-image: url(../img/kaeru/num_four_black.svg);
    background-repeat: no-repeat;
}

@media print, screen and (max-width:960px) {
    .eiken-sec2SugoiContent05::before {
        top: 5vw;
        left: 0;
    }
}
.eiken-sec2SugoiContent05::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 1px;
    height: 100%;
    content: '';
    background-image: url(../img/kaeru/border_dotted_black_02.svg);
    background-repeat: repeat;
}

@media print, screen and (max-width:960px) {
    .eiken-sec2SugoiContent05::after {
        position: absolute;
        top: 100%;
        width: 100%;
        height: 1px;
        content: '';
        background-image: url(../img/kaeru/border_dotted_black.svg);
        background-repeat: repeat;
    }
}
.eiken-sec2SugoiColumn {
    width: calc(58%);
}

@media print, screen and (max-width:960px) {
    .eiken-sec2SugoiColumn {
        width: 100%;
    }
}

@media print, screen and (max-width:960px) {
    .eiken-sec2SugoiColumnSp {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
.eiken-sec2SugoiImgBox01 {
    width: 299px;
}

@media print, screen and (max-width:960px) {
    .eiken-sec2SugoiImgBox01 {
        width: 100%;
    }
}
.eiken-sec2SugoiImgBox01_img {
    width: 100%;
    margin-top: 15px;
}

@media print, screen and (max-width:960px) {
    .eiken-sec2SugoiImgBox01_img {
        margin-top: 0;
    }
}
.eiken-sec2SugoiImgBox02 {
    width: 311px;
}

@media print, screen and (max-width:960px) {
    .eiken-sec2SugoiImgBox02 {
        width: inherit;
    }
}
.eiken-sec2SugoiImgBox02_img {
    width: 100%;
}

@media print, screen and (max-width:960px) {
    .eiken-sec2SugoiImgBox02_img {
        width: 90%;
        /* text-align: center; */
        padding-left: 10%;
    }
}
.eiken-sec2SugoiImgBox03 {
    width: 80%;
}

@media print, screen and (max-width:960px) {
    .eiken-sec2SugoiImgBox03 {
        width: 100%;
    }
}
.eiken-sec2SugoiImgBox03_img {
    width: 100%;
}
.eiken-sec2SugoiImgBox04 {
    width: 360px;
}

@media print, screen and (max-width:960px) {
    .eiken-sec2SugoiImgBox04 {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
    }
}
.eiken-sec2SugoiImgBox04_img {
    width: 100%;
}
.eiken-sec2SugoiImgBox05 {
    width: 90%;
    margin: 0 auto;
}

@media print, screen and (max-width:960px) {
    .eiken-sec2SugoiImgBox05 {
        width: 100%;
        text-align: center;
    }
}
.eiken-sec2SugoiImgBox05_img {
    width: 100%;
}

@media print, screen and (max-width:960px) {
    .eiken-sec2SugoiImgBox05_img {
        width: 60%
    }
}
.eiken-sec3 {
    padding-top: 50px;
    padding-bottom: 50px;
}

@media print, screen and (max-width:960px) {
    .eiken-sec3 {
        padding-top: 40px;
    }
}
.eiken-sec3_ttl {
    width: 482px;
    margin-bottom: 55px;
}

.tango-sec3_ttl {
    width: 487px;
}

.kakomon-sec3_ttl {
    width: 554px;
}

@media print, screen and (max-width:960px) {
    .eiken-sec3_ttl {
        width: 90%;
        margin-top: 20px;
    }
}
.eiken-sec3_ttlTxt {
    width: 100%;
}
.eiken-sec3ContentWrp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 30px;
    margin-left: 30px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-around;
}

@media print, screen and (max-width:960px) {
    .eiken-sec3ContentWrp {
        margin-right: 0;
        margin-left: 0;
    }
}
.eiken-sec3Content {
    width: 112px;
    margin-right: 70px;
    margin-bottom: 85px;
}
.eiken-sec3ContentWrp .eiken-sec3Content:last-of-type {
    margin-right: 0;
}

@media print, screen and (max-width:960px) {
    .eiken-sec3Content {
        width: 45%;
        margin-right: 10%;
        margin-bottom: 15%
    }
}

/*.eiken-sec3Content:nth-child(4n) {
margin-right: 0
}*/

@media print, screen and (max-width:960px) {
    .eiken-sec3Content:nth-child(4n) {
        margin-right: 10%;
    }
    .eiken-sec3Content:nth-child(2n) {
        margin-right: 0;
    }
}
.eiken-sec3Content_cap {
    font-size: 15px;
    font-weight: 600;
    line-height: 36px;
    height: 36px;
    margin-bottom: 5px;
    text-align: center;
    color: #000;
}

@media print, screen and (max-width:960px) {
    .eiken-sec3Content_cap {
        font-size: 16px;
        height: auto;
    }
}
.eiken-sec3ImgBox {
    width: 112px;
    margin-bottom: 5px;
}

@media print, screen and (max-width:960px) {
    .eiken-sec3ImgBox {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
    }
}
.eiken-sec3ImgBox_img {
    width: 100%
}
.eiken-sec3BtnBox {
    position: relative;
    width: 112px;
    height: 30px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    border-radius: 5px;
    background-color: #7a9fb5;
}

.tango-sec3BtnBox {
    background-color: #aa8d71;
}

.kakomon-sec3BtnBox {
    background-color: #8ca588;
}

@media print, screen and (max-width:960px) {
    .eiken-sec3BtnBox {
        width: 100%;
    }
}
.eiken-sec3BtnBox::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    width: 11px;
    height: 12px;
    margin: auto 0;
    content: '';
    background-image: url(../img/kaeru/icon_triangle_black.svg);
    background-repeat: no-repeat;
}

@media print, screen and (max-width:960px) {
    .eiken-sec3BtnBox::before {
        width: 10.5px;
    }
}
.eiken-sec3BtnBox::before:hover {
    opacity:.7;
}
.eiken-sec3BtnBox_btn {
    font-size: 15px;
    font-weight: 600;
    line-height: 31px;
    display: block;
    letter-spacing: .04em;
    color: #333;
    padding-left: 0.5em;
}

@media print, screen and (max-width:960px) {
    .eiken-sec3BtnBox_btn {
        font-size: 16px;
    }
}
.eiken-sec4 {
    padding-bottom: 80px;
    display: flex;
    width: 960px;
    margin: 0 auto;
}

@media print, screen and (max-width:960px) {
    .eiken-sec4 {
        padding-bottom: 8.33333%;
        display: block;
        width: inherit;
    }
    .eiken-sec4BtnBox {
        margin-bottom: 3%;
    }
}
.eiken-sec4BtnBox {
    position: relative;
    width: 300px;
    height: 60px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    border-radius: 5px;
    background-color: #333;
}
.eiken-sec4BtnBox:hover {
    opacity: .7;
}
.eiken-sec4BtnBox::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 20px;
    width: 16px;
    height: 18px;
    margin: auto 0;
    content: '';
    background-image: url(../img/icon_triangle.svg);
}
.eiken-sec4BtnBox::before:hover {
    opacity:.7;
}
.eiken-sec4BtnBox_btn {
    font-size: 22px;
    font-weight: 700;
    line-height: 60px;
    display: block;
    padding-left: 20px;
    letter-spacing: .04em;
    color: #fff;
}


/*------------------------------------
英検単語帳、過去問 CSS上書き #tango #kakomon
/*------------------------------------*/

.tango-susume-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.tango-susume-item {
    position: relative;
    padding: 36px 12px 30px;
    border-radius: 3px;
    background-color: #fff;
    -webkit-box-shadow: 3px 3px 8px #000;
    box-shadow: 3px 3px 8px #000;
    box-sizing: border-box;
}

.tango-susume-item.flow1 {
    width: 62%;
}

.tango-susume-item.flow1:before {
    position: absolute;
    left: 0;
    top: 0;
    content: '単語帳';
    background-color: #333;
    color: #fff;
    padding: 6px 10px;
}

.tango-susume-item.flow2 {
    width: 26%;
}

.tango-susume-item.flow2:before {
    position: absolute;
    left: 0;
    top: 0;
    content: 'テストブック';
    background-color: #333;
    color: #fff;
    padding: 6px 10px;
}

.tango-flow-img {
    display: block;
    margin: auto;
    height: 189px;
}

.tango-susume-text-wrap {
    display: flex;
    justify-content: center;
    margin-top: 12px;
}

.tango-susume-text-wrap .num1:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 27px;
    height: 35px;
    margin: auto 0;
    content: '';
    background-image: url(../img/kaeru/num_one_brown.svg);
    background-repeat: no-repeat;
}

.tango-susume-text-wrap .num2:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 35px;
    margin: auto 0;
    content: '';
    background-image: url(../img/kaeru/num_two_brown.svg);
    background-repeat: no-repeat;
}

.tango-susume-text-wrap .num3:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 27px;
    height: 35px;
    margin: auto 0;
    content: '';
    background-image: url(../img/kaeru/num_three_brown.svg);
    background-repeat: no-repeat;
}

.tango-susume-text-wrap .num4:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 31px;
    height: 35px;
    margin: auto 0;
    content: '';
    background-image: url(../img/kaeru/num_four_brown.svg);
    background-repeat: no-repeat;
}

.tango-susume-text {
    position: relative;
    padding-left: 40px;
    padding-right: 16px;
    font-size: 14px;
    line-height: 1.25;
}

.tango-susume-text:last-of-type {
    padding-right: 0;
}

.tango-susume-text-arrow {
    width: 26px;
    margin-right: 16px;
}

.tango-susume-arrow {
    width: 46px;
}

.eiken-sec2Sugoi {
    margin-top: 60px;
}

.tango-sugoi-content {
    display: flex;
    flex-wrap: wrap;
}

.tango-sugoi-item {
    width: 49%;
    box-sizing: border-box;
}

.tango-sugoi-num {
    height: 35px;
}

.tango-sugoi-text p {
    margin-top: 6px;
    line-height: 1.25;
    font-size: 14px;
}

.tango-sugoi-img img {
    width: 100%;
}

.tango-sugoi-item-1 {
    display: flex;
    padding-top: 10px;
    padding-bottom: 20px;
    border-right: 1px dotted #333;
    border-bottom: 1px dotted #333;
}

.tango-sugoi-item-1 .tango-sugoi-img {
    width: 234px;
    margin-left: 20px;
}

.tango-sugoi-item-2 {
    display: flex;
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 20px;
    border-bottom: 1px dotted #333;
}

.tango-sugoi-item-2 .tango-sugoi-img {
    width: 222px;
    margin-left: 20px;
}

.tango-sugoi-item-3 {
    padding-top: 20px;
    padding-bottom: 20px;
    border-right: 1px dotted #333;
}

.tango-sugoi-item-3 .tango-sugoi-text {
    display: flex;
    align-items: center;
}

.tango-sugoi-item-3 .tango-sugoi-text p {
    margin-left: 10px;
}

.tango-sugoi-item-3 .tango-sugoi-img {
    width: 280px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}

.tango-sugoi-item-4 {
    display: flex;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    border-bottom: 1px dotted #333;
}

.tango-sugoi-item-4 .tango-sugoi-text {
    display: flex;
    align-items: center;
}

.tango-sugoi-item-4 .tango-sugoi-text p {
    margin-left: 10px;
}

.tango-sugoi-item-5 {
    display: flex;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}

.tango-sugoi-item-5 .tango-sugoi-img {
    width: 90px;
    margin-left: 20px;
}

@media print,screen and (max-width:960px) {
    .tango-susume-content {
        flex-direction: column;
    }

    .tango-susume-item.flow1,
    .tango-susume-item.flow2 {
        width: 90%;
    }

    .tango-susume-text-wrap {
        flex-direction: column;
    }

    .tango-susume-text {
        font-size: 15px;
        font-weight: 700;
        line-height: 1.39;
    }

    .tango-susume-text-arrow {
        transform: rotate(90deg);
        margin: 15px auto;
    }

    .tango-susume-arrow {
        transform: rotate(90deg);
        margin: 20px auto;
    }

    .tango-sugoi-item {
        flex-direction: column;
        width: 100%;
        border-right: 0;
        border-bottom: 1px dotted #333;
        padding: 20px 0;
    }

    .tango-sugoi-item:last-of-type {
        border-bottom: 0;
    }

    .tango-sugoi-text {
        display: flex;
    }

    .tango-sugoi-text p {
        margin-left: 10px;
        font-size: 3.75vw;
        font-weight: 500;
        line-height: 1.53;
    }

    .tango-sugoi-img {
        margin-top: 20px;
    }

    .tango-sugoi-item .tango-sugoi-img {
        margin-left: auto;
        margin-right: auto;
    }

    .tango-sugoi-item-4 {
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
    }

    .tango-sugoi-item-5 {
        flex-direction: column;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
    }
}

.kakomon-sec2SusumeWrp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
}

.kakomon-sec2SusumeContent {
    position: relative;
    width: 21%;
    padding-top: 15px;
    padding-bottom: 30px;
    padding-left: 12px;
    padding-right: 12px;
    text-align: center;
    border-radius: 3px;
    background-color: #fff;
    -webkit-box-shadow: 3px 3px 8px #000;
    box-shadow: 3px 3px 8px #000;
    box-sizing: border-box;
}

.kakomon-susume-arrow {
    width: 3%;
}

.kakomon-sec2SusumeContent_ttl--01:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 28px;
    height: 35px;
    margin: auto 0;
    content: '';
    background-image: url(../img/kaeru/num_one_green.svg);
    background-repeat: no-repeat;
}

.kakomon-sec2SusumeContent_ttl--02:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 28px;
    height: 35px;
    margin: auto 0;
    content: '';
    background-image: url(../img/kaeru/num_two_green.svg);
    background-repeat: no-repeat;
}

.kakomon-sec2SusumeContent_ttl--03:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 28px;
    height: 35px;
    margin: auto 0;
    content: '';
    background-image: url(../img/kaeru/num_three_green.svg);
    background-repeat: no-repeat;
}

.kakomon-sec2SusumeContent_ttl--04:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 28px;
    height: 35px;
    margin: auto 0;
    content: '';
    background-image: url(../img/kaeru/num_four_green.svg);
    background-repeat: no-repeat;
}

.kakomon-sec2SusumeImgBox {
    width: 100%;
    min-height: 177px;
    margin-right: auto;
    margin-left: auto;
}

.kakomon-sec2SusumeImgBox_img--long {
    width: 100%;
    margin-top: 20px;
}

.kakomon-sugoi-content {
    display: flex;
    flex-wrap: wrap;
}

.kakomon-sugoi-item {
    width: 49%;
    box-sizing: border-box;
}

.kakomon-sugoi-num {
    height: 35px;
}

.kakomon-sugoi-text p {
    margin-top: 6px;
    line-height: 1.25;
    font-size: 14px;
}

.kakomon-sugoi-img img {
    width: 100%;
}

.kakomon-sugoi-item-1 {
    display: flex;
    padding-top: 10px;
    padding-bottom: 20px;
    border-right: 1px dotted #333;
    border-bottom: 1px dotted #333;
}

.kakomon-sugoi-item-1 .kakomon-sugoi-img {
    width: 112px;
    margin-left: 20px;
}

.kakomon-sugoi-item-2 {
    display: flex;
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 20px;
    border-bottom: 1px dotted #333;
}

.kakomon-sugoi-item-2 .kakomon-sugoi-img {
    width: 214px;
    margin-left: 20px;
}

.kakomon-sugoi-item-3 {
    display: flex;
    padding-top: 20px;
    padding-bottom: 20px;
    border-right: 1px dotted #333;
    border-bottom: 1px dotted #333;
}

.kakomon-sugoi-item-3 .kakomon-sugoi-img {
    width: 262px;
    margin-left: 20px;
}

.kakomon-sugoi-item-4 {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    border-right: 1px dotted #333;
}

.kakomon-sugoi-item-4 .kakomon-sugoi-text {
    display: flex;
    align-items: center;
}

.kakomon-sugoi-item-4 .kakomon-sugoi-text p {
    margin-left: 10px;
}

.kakomon-sugoi-item-4 .kakomon-sugoi-img {
    width: 343px;
    margin-top: 20px;
    margin-left: 42px;
}

.kakomon-sugoi-item-5 {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}

.kakomon-sugoi-item-5 .kakomon-sugoi-img {
    width: 306px;
    margin-top: 20px;
    margin-left: 42px;
}

@media print, screen and (max-width:960px) {
    .kakomon-sec2 .l-inner {
        padding-top: 20px;
    }

    .kakomon-sec2SusumeWrp {
        flex-direction: column;
    }

    .kakomon-sec2SusumeContent {
        width: 90%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .kakomon-susume-arrow {
        width: 46px;
        transform: rotate(90deg);
        margin: 20px auto;
    }

    .tango-sec2Sugoi_ttl {
        width: 100%;
    }

    .kakomon-sugoi-item {
        flex-direction: column;
        width: 100%;
        border-right: 0;
        border-bottom: 1px dotted #333;
        padding: 20px 0;
    }

    .kakomon-sugoi-item:last-of-type {
        border-bottom: 0;
    }

    .kakomon-sugoi-text {
        display: flex;
    }

    .kakomon-sugoi-text p {
        margin-left: 10px;
        font-size: 3.75vw;
        font-weight: 500;
        line-height: 1.53;
    }

    .kakomon-sugoi-img {
        margin-top: 20px;
        max-width: 100%;
    }

    .kakomon-sugoi-item .kakomon-sugoi-img {
        margin-left: auto;
        margin-right: auto;
    }

    .kakomon-sugoi-item-3 {
        flex-direction: column;
        padding-top: 0;
        border-right: 0;
    }

    .kakomon-sugoi-item-4 {
        padding-left: 0;
        padding-bottom: 0;
        border-right: 0;
    }
}

.tango-sec4BtnWrapper,
.kakomon-sec4BtnWrapper {
    display: flex;
    justify-content: center;
}

.tango-sec4BtnBox,
.kakomon-sec4BtnBox {
    position: relative;
    width: 320px;
    height: 60px;
    margin-right: 20px;
    margin-left: 20px;
    text-align: center;
    border-radius: 5px;
    background-color: #333;
}

.tango-sec4BtnBox::before,
.kakomon-sec4BtnBox::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 20px;
    width: 16px;
    height: 18px;
    margin: auto 0;
    content: '';
    background-image: url(../img/icon_triangle.svg);
}

@media print, screen and (max-width:960px) {

    .tango-sec4BtnWrapper,
    .kakomon-sec4BtnWrapper {
        flex-direction: column;
        padding-bottom: 30px;
    }

    .tango-sec4BtnBox,
    .kakomon-sec4BtnBox {
        width: calc(100% - 40px);
    }
}

/*------------------------------------
英検 eiken-top.html
/*------------------------------------*/

.top-sec2 {
    background-color: #d888b8;
}

.top-sec2Susume_ttl {
    width: 598px;
}

.top-introWrp {
    position: relative;
    padding: 20px 0;
}

.top-sec2-intro-ttl {
    display: none;
}

.top-sec2-intro1 {
    width: 100%;
}

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

.top-sec2-curio {
    width: 252px;
    position: absolute;
    bottom: 220px;
    right: 10px;
}

.top-lineup {
    width: 667px;
}

.top_lineup_ttl {
    width: 668px;
    margin-bottom: 55px;
}

.top_lineup_series {
    display: block;
    width: 100%;
    height: 54px;
    padding: 40px 0 30px 0;
    border-top: 1px solid #666;
}

.top_lineup .eiken-sec3Content {
    margin-bottom: 60px;
}

.top_lineup .eiken-sec3ContentWrp:last-of-type {
    border-bottom: 1px solid #666;
}

@media print,screen and (max-width:960px) {
    .top-sec2 .l-inner {
        width: 100%;
    }

    .top-sec2Susume_ttl {
        width: 100%;
        padding-left: 3.5%;
        padding-right: 3.5%;
        box-sizing: border-box;
    }

    .top-sec2-intro-ttl {
        display: block;
        width: 100%;
        max-width: 366px;
        margin-bottom: 20px;
        padding-left: 3.5%;
        padding-right: 3.5%;
        box-sizing: border-box;
    }

    .overflowWrp {
        width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
        padding-left: 3.5%;
        padding-right: 3.5%;
        box-sizing: border-box;
    }

    .top-sec2-intro1 {
        width: 625px;
    }

    .top-sec2-intro2 {
        padding-left: 3.5%;
        padding-right: 3.5%;
        box-sizing: border-box;
    }

    .top-sec2-curio {
        position: static;
        display: block;
        margin: 30px auto 0 auto;
    }

    .top-lineup {
        width: 100%;
    }

    .top_lineup_ttl {
        width: 100%;
        margin-bottom: 20px;
    }
}


/*ロゴの調整*/
@media print, screen and (max-width:380px) {
    .h-logoBox_logo{
        width: 105px;
    }

    .h-btnBox::before{
        left: 7%;
    }
}


/* キャンペーンバナー掲載 */
.cp {
	margin: 20px 0 60px;
    text-align: center;
}

.cp a {
    display: inline-block;
}

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


/*202302 教科書ワーク bnr*/
.sws_bnr {
    display: block;
    width: 360px;
    margin: auto;
}

.sws_bnr img {
    width: 100%;
}

@media screen and (max-width: 576px) {
    .sws_bnr {
        width: calc(100% - 40px);
    }
}


/*電子書籍ボタン*/
.tango-ebook {
    flex-wrap: wrap;
}

.tango-ebook .tango-ebook-btn {
    width: 100%;
    margin-bottom: 16px
}


/*------------------------------------
高校入試 .onsei .comparison
/*------------------------------------*/
.onsei {
    background-color: #ede7be;
    text-align: center;
    padding: 70px 0;
}

.onsei-title {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 32px;
    margin-bottom: 30px;
}

.onsei-title img {
    height: 30px;
}

.onsei-btn {
    position: relative;
    width: 300px;
    height: 60px;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    border-radius: 5px;
    font-size: 22px;
    font-weight: 700;
    line-height: 60px;
    display: block;
    padding-left: 20px;
    color: #fff;
    background-color: #333;
}

.onsei-btn::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 20px;
    width: 16px;
    height: 18px;
    margin: auto 0;
    content: '';
    background-image: url(../img/icon_triangle.svg);
}

.comparison {
    width: 100%;
    max-width: 680px;
    margin: 0 auto 40px auto;
    border: 1px solid #333;
    border-radius: 24px;
    padding: 40px;
    background-color: #EBE1D7;
    box-sizing: border-box;
}

.comparison p {
    text-align: center;    
}

.comparison-title {
    font-size: 32px;
    margin: 16px auto 0 auto;
}

.comparison-img {
    display: block;
    text-align: center;
}

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

.comparison-btn {
    position: relative;
    width: 100%;
    max-width: 300px;
    height: 60px;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    border-radius: 5px;
    font-size: 22px;
    font-weight: 700;
    line-height: 60px;
    display: block;
    padding-left: 20px;
    color: #fff;
    background-color: #333;
}

.comparison-btn::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 20px;
    width: 16px;
    height: 18px;
    margin: auto 0;
    content: '';
    background-image: url(../img/icon_triangle.svg);
}


@media screen and (max-width: 576px) {
    .comparison-btn {
        width: auto;
    }
}

/*header 変更*/
.header {
	font-family: -apple-system, BlinkMacSystemFont, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
    background-color: #fff;
    border-bottom: 1px solid #333;
    left: 0;
    padding: 11px 0 10px;
    /*position: fixed;*/
    right: 0;
    top: 0;
    z-index: 900;
}

.header__inner {
    align-items: center;
    display: flex;
    padding: 0 0.5rem;
}

.header__logo {
    display: flex;
}

.header__logo a {
    display: inline-block;
    height: inherit;
    width: 162px;
}

.header__logo img {
    -o-object-fit: contain;
    aspect-ratio: 120/51;
    height: 100%;
    object-fit: contain;
    width: 100%;
}

.header__buttons {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
    margin-left: auto;
}
.button,
.button--green {
    background-color: #5a2800;
    border-radius: 0.4rem;
    color: #fff;
    display: inline-block;
    font-size: 0.8rem;
    font-weight: 600;
    line-height: 1;
    padding: 12px 0 11px;
    text-align: center;
    width: 164px;
}

.button--green {
    background-color: #00b900;
    text-transform: uppercase;
}
.lineup h3 {
    width: fit-content;
    padding: 0 20px;
    text-align: center;
    margin: 0 auto 40px;
    line-height: 3rem;
    border-bottom: 5px solid #5a3c00;
    font-size: 2rem;
    color: #5a3c00;
}
.lineup h3 span {
    color: #5a3c00;
    vertical-align: top;
}
.lineup {
    width: 100%;
    margin: 0 auto;
    padding: 80px 0;
}
.lineup-box {
    width: 80%;
    margin: 0 auto;

}
.lineup__cta-buttons {
    width: 100%;
    margin: 0 auto;
}
.lineup__cta-button {
    flex:1;
}
.cta-button span, .cta-button--line span {
    padding-left: 1.25rem;
    position: relative;
}
.cta-button span::before, .cta-button--line span::before {
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
    background-color: #fff;
    clip-path: polygon(0 0, 0 100%, 100% 50%);
    content: "";
    height: 18px;
    left: -4px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 13px;
}
.cta-button, .cta-button--line {
    background-color: #358f2b;
    box-shadow: 0 6px 0 #25641e;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.024em;
    line-height: 1.3;
    /* max-width: 15.375rem; */
    padding: 12px 0;
    text-align: center;
    transition: 0.2s;
    width: 100%;
    margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
.header {
    padding: 15px 0 14px;
}

.header__inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 1020px;
}

.header__logo a {
    width: 162px;
}

.header__buttons {
    flex-direction: initial;
    gap: 24px;
}

.cta-button,
.cta-button--line {
    background-color: #358f2b;
    box-shadow: 0 0.3125rem 0 #25641e;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.024em;
    line-height: 1;
    padding: 0.75rem 0;
    text-align: center;
    transition: 0.2s;
    width: 100%;
}

.cta-button span,
.cta-button--line span {
    padding-left: 1.25rem;
    position: relative;
}

.cta-button span::before,
.cta-button--line span::before {
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
    background-color: #fff;
    clip-path: polygon(0 0, 0 100%, 100% 50%);
    content: "";
    height: 1rem;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 0.6875rem;
}

.cta-button--line {
    text-transform: uppercase;
}
.button,
.button--green {
    font-size: 16px;
    padding: 15px 20px;
    width: 160px;
}
.lineup__cta-buttons {
    display: flex;
    gap: 24px;
    justify-content: center;
    margin-top: 0.875rem;
}

.lineup__cta-button:not(:first-child) {
    margin-top: 0;
    margin-top: initial;
}
.cta-button,
.cta-button--line {
    box-shadow: 0 0.4375rem 0 #25641e;
    padding: 1.3125rem 0;
    width: 100%;
}
.lineup-box {
    width: 60%;
}

}
@media (hover: hover) {

    .cta-button:hover,
    .cta-button--line:hover {
        box-shadow: none;
        opacity: 1;
        transform: translateY(0.3125rem);
    }
}

.mb20 {
    margin-bottom: 20px;
}