﻿.hl--type08 {
    margin: 60px 0 32px;
    background-color: #328FDF;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    min-height: 58px;
}

@media only screen and (max-width: 479px) {
    .hl--type08 {
        margin: 48px 0 24px;
        min-height: 50px;
        font-size: 18px;
        text-indent: -1em;
    }
}

.hl--type08::before {
    width: 58px;
    height: 58px;
    background-color: #84C1F1;
    clip-path: polygon(0 0, 100% 0, 0 100%);
    content: "";
}

@media only screen and (max-width: 479px) {
    .hl--type08::before {
        width: 50px;
        height: 50px;
    }
}

.hl--type09 {
    font-size: 22px;
    font-weight: bold;
    padding: 0 0 12px 0;
    border-bottom: 3px solid #CCCCCC;
    position: relative;
    margin: 64px auto 40px;
    line-height: 1.3;
}

@media only screen and (max-width: 479px) {
    .hl--type09 {
        margin: 48px auto 32px;
    }
}

.hl--type09::after {
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 20%;
    height: 3px;
    content: "";
    border-bottom: 3px solid #FF7B97;
}

.hl--type10 {
    font-size: 18px;
    color: #000;
    font-weight: bold;
    border-bottom: 1px solid #ff7b8e;
    padding: 0px 10px 10px 22px;
    background-image: url(../img/voice/voice_item_sakura.png);
    background-repeat: no-repeat;
    background-size: 16px auto;
    background-position: top 3px left;
    margin-top: 40px;
    margin-bottom: 14px;
    line-height: 130%;
}

/* ーーーーーーーーーーーーーーーーーーーーーーーーー成長事例 */
.growth img {
    width: 100%;
    height: auto;
    display: block;
}

.growth .hl--type01--growth {
    position: relative;
    padding-left: 50px;
}

.growth .hl--type01--growth::before {
    background: url(../img/growth/icno-growth_hl.svg) no-repeat top left/100%;
    content: "";
    width: 28px;
    height: 28px;
    display: inline-block;
    position: absolute;
    top: 17px;
    left: 15px;
}

@media only screen and (max-width: 800px) {
    .growth .hl--type01--growth::before {
        top: 14px;
    }
}

@media only screen and (max-width: 479px) {
    .growth .hl--type01--growth {
        padding-left: 40px;
    }

    .growth .hl--type01--growth::before {
        width: 23px;
        height: 23px;
        top: 7px;
    }
}

.growth .bge-title-h2::after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 3px #3298e8;
    bottom: -3px;
    width: 20%;
}

.growth .flex {
    display: flex;
    flex-wrap: wrap;
}

.growth .form-search {
    background-color: #F4F4F4;
    border-radius: 5px;
    padding: 45px 29px 33px 40px;
}

.growth .form-search .checkbox {
    margin-right: 24px;
    white-space: nowrap;
    position: relative;
    padding-left: 22px;
    margin-bottom: 14px;
}

.growth .form-search input[type="checkbox"] {
    width: 14px;
    height: 14px;
    font-size: 15px;
    position: absolute;
    top: -2px;
    left: 0;
}

.growth .form-search .submitBtn {
    margin: 36px auto 0;
    appearance: none;
    padding: 10px 10px;
    text-align: center;
    border-radius: 2px;
    position: relative;
    transition: all .3s;
    width: 100%;
    font-weight: bold;
    background-color: #707070;
    color: #fff;
    max-width: 227px;
    font-size: 15px;
    height: 44px;
    display: block;
    border: none;
    letter-spacing: .06em;
}

.growth .form-search .submitBtn:hover {
    background-color: #4a89d2;
}

/* article */
.growth .articleWrap {
    gap: 24px 4%;
    justify-content: flex-start;
}

.growth .article {
    width: 48%;
    max-width: 350px;
    border: 1px solid #C4C4C4;
    position: relative;
    min-height: 367px;
    padding-bottom: 32px;
    background-color: #fff;
}

@media only screen and (max-width: 479px) {
    .growth .article {
        width: 100%;
        max-width: unset;
    }
}

/* slider(TOPと教室詳細) */
.growth-3clm .articleWrap {
    width: calc(100% - 70px);
    margin-left: 35px;
}

.growth-3clm .article {
    max-width: 290px;
}

@media only screen and (max-width: 800px) {
    .growth-3clm .article {
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
    }
}

#classGrowthSlider .slick-slide {
    margin: 0 13px;
}

@media only screen and (max-width: 479px) {
    #classGrowthSlider .slick-slide {
        margin: 0 15px;
    }
}

#classGrowthSlider .slick-track {
    margin-left: 0;
}

.growth .article a {
    text-decoration: none;
    color: #000;
    display: block;
    height: calc(100% + 32px);
}

.growth .article .img {
    height: 160px;
    overflow: hidden;
    display: block;
}

.growth .article .img img {
    object-fit: cover;
    height: 100%;
    transition: all .3s;
}

.growth .article .img img:hover {
    transform: scale(1.1);
    transition: all .3s;
}

.growth .article .txtWrap {
    padding: 15px 10px;
    display: block;
}

.growth .article .ttl {
    line-height: 1.6;
    font-weight: bold;
}

.growth .article .hr {
    border-color: #c4c4c4;
    border-width: .3px;
}

.growth .tagWrap {
    margin-top: 10px;
    gap: 8px;
}

.growth .tag {
    background-color: #0B4B7F;
    color: #fff;
    font-weight: 400;
    font-size: 13px;
    padding: 4px 5px;
    min-width: 90px;
    text-align: center;
}

.growth .article .more {
    background-color: #F4F4F4;
    display: block;
    margin-top: 33px;
    text-align: right;
    padding: 9px 10px;
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.growth .mainImg {
    margin: 48px auto 56px;
    max-width: 600px;
}

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

    .growth .mainImg {
        margin: 24px auto 32px;
    }
}

.growth .txtSection {
    margin-top: 40px;
}

@media only screen and (max-width: 479px) {
    .growth .txtSection {
        margin-top: 32px;
    }
}

.growth .txtSection .txtBox {
    margin-top: 32px;
}

@media only screen and (max-width: 479px) {
    .growth .txtSection .txtBox {
        margin-top: 24px;
    }
}

.growth .hl--type02 {
    line-height: 1.4;
}

.growth .btn--type02 {
    margin: 32px auto 0;
    max-width: 300px;
    display: block;
    min-width: unset;
}

.top-growth-container {
    background-color: #DEF3FF;
    padding: 60px 10px;
    margin-top: 60px;
    width: 100%;
}

.top-growth .articleWrap {
    margin: 40px auto 0;
    max-width: 900px;
}


html {
    margin-top: 0 !important;
}

/* -------------------------------教室詳細の画像　スライダー */
.sliderBtn {
    cursor: pointer;
    background: url(../img/common/slick-arrow.png) no-repeat left top/100%;
    width: 30px;
    height: 30px;
    z-index: 90;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    left: -30px;
}

.growth-3clm .sliderBtn {
    background: url(../img/common/arrow_blue.svg) no-repeat left top/100%;
}

.sliderBtn.sliderNext {
    transform: rotate(60deg);
    left: unset;
    right: -30px;
}

.growth-3clm .sliderBtn.sliderNext {
    transform: rotate(180deg);
}

@media only screen and (max-width: 479px) {
    .sliderBtn {
        left: 5px;
    }

    .sliderBtn.sliderNext {
        right: 5px;
    }

    #classGrowthSlider .sliderBtn {
        left: -22px;
    }

    #classGrowthSlider .sliderBtn.sliderNext {
        right: -22px;
        left: unset;
    }

}

/* ドットインジケーター */
.slide-dots {
    display: flex;
    justify-content: center;
    margin-top: 8px;
}

.slide-dots li button {
    border-radius: 9999px;
    text-indent: -9999px;
    width: 7px;
    height: 7px;
    padding: 0;
    background-color: #c4dffa;
    border: none;
    margin: 0 5px;
}

.slide-dots li.slick-active button {
    background-color: #2471BC;
}

/* 教室の画像 */
.l-classPhoto_item {
    width: 95%;
    margin: 0 auto;
}

@media only screen and (max-width: 479px) {
    .l-classPhoto_item {
        width: 100%;
    }
}

.l-classPhoto_item .slick-slide {
    margin-right: 5px;
    margin-left: 5px;
}

@media only screen and (max-width: 479px) {
    .l-classPhoto_item .slick-slide {
        margin-right: 0px;
        margin-left: 0px;
    }
}

.l-classPhoto_item li img {
    margin-bottom: 5px;
}

.l-classPhoto_item li span {
    line-height: 1.4;
    font-size: 15px;
}

/* 教室長あいさつ */
.greeting {
    margin-top: 20px;
}

.greeting .img {
    width: 20%;
    margin-right: 20px;
    max-width: 200px;
    float: left;
}

@media only screen and (max-width: 559px) {
    .greeting .img {
        width: 40%;
    }
}

/* ーーーーーーーーーーーーーーーーーーー生徒の声ページ　教室長のコメント */
.voice-teacher {
    padding: 24px 25px;
    margin-top: 24px;
    background-color: #DEF3FF;
}

.voice-teacher .hl--type03 {
    font-size: 18px;
    margin-top: 0;
}

/* ーーーーーーーーーーーーーーーーーーーーーーー合格実績 */
.passed .leadBox {
    margin: 56px auto 0;
    text-align: center;
}

@media only screen and (max-width: 600px) {
    .passed .leadBox {
        margin: 32px auto 0;
    }

    .passed .dn-sp {
        display: none;
    }
}

.passed .lead {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    display: inline-block;
}

.passed .leadMain {
    color: #328FDF;
    font-size: 28px;
    font-weight: bold;
    margin-top: 28px;
}

.passed .leadMain .emphasis {
    color: #FF7B97;
    font-size: 35px;
    font-weight: bold;
}

/* ページ内リンク */
.passed .linkBnrWrap {
    margin: 64px auto 8px;
    display: flex;
    gap: 16px 2%;
    justify-content: space-between;
}

.passed .linkBnrWrap a {
    max-width: 320px;
    display: flex;
    text-decoration: none;
    position: relative;
}

.passed .linkBnrWrap a .link-imgBox {
    width: 100px;
    height: 96px;
    overflow: hidden;
    position: relative;
}

.passed .linkBnrWrap a .link-imgBox img {
    vertical-align: middle;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
}

.passed .linkBnrWrap a:hover .link-imgBox img {
    transform: scale(1.1);
    transition: all 0.3s ease;
}

.passed .linkBnrWrap a .link-textBox {
    width: 220px;
    text-align: center;
}

.passed .linkBnrWrap a .link-textBox .bg-white {
    background-color: #fff;
    padding: 6px 5px;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    min-width: 112px;
    margin: 19px auto 0;
}

.passed .linkBnrWrap a .link-textBox .text {
    display: block;
    font-size: 24px;
    font-weight: bold;
    margin: 8px auto 0;
    color: #fff;
}

.passed .linkBnrWrap a .arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
}

/* ページ内リンク 大学*/
.passed .linkBnrWrap a.university .link-textBox {
    background-color: #1255AA;
}

.passed .linkBnrWrap a.university:hover .link-textBox {
    background-color: #0E376A;
}

.passed .linkBnrWrap a.university .link-textBox .bg-white {
    color: #1255AA;
}

.passed .linkBnrWrap a.university:hover .link-textBox .bg-white {
    color: #0E376A;
}

/* ページ内リンク 高校*/
.passed .linkBnrWrap a.high .link-textBox {
    background-color: #FF7B97;
}

.passed .linkBnrWrap a.high:hover .link-textBox {
    background-color: #FC577A;
}

.passed .linkBnrWrap a.high .link-textBox .bg-white {
    color: #FF7B97;
}

.passed .linkBnrWrap a.high:hover .link-textBox .bg-white {
    color: #FC577A;
}

/* ページ内リンク 中学*/
.passed .linkBnrWrap a.junior .link-textBox {
    background-color: #328FDF;
}

.passed .linkBnrWrap a.junior:hover .link-textBox {
    background-color: #0D71C7;
}

.passed .linkBnrWrap a.junior .link-textBox .bg-white {
    color: #328FDF;
}

.passed .linkBnrWrap a.junior:hover .link-textBox .bg-white {
    color: #0D71C7;
}

@media only screen and (max-width: 800px) {
    .passed .linkBnrWrap {
        display: block;
        margin: 32px auto 8px;
    }

    .passed .linkBnrWrap a {
        margin: 0 auto 16px;
    }
}

.passed .imgBox {
    max-width: 880px;
    margin: 0 auto 48px;
}

@media only screen and (max-width: 479px) {
    .passed .imgBox {
        margin: 0 auto 32px;
    }
}

.passed .listBox {
    background-color: #EBF8FF;
    border-radius: 2px;
    padding: 28px 22px;
    margin-top: 24px;
}

@media only screen and (max-width: 479px) {
    .passed .listBox {
        margin-top: 16px;
    }
}

.passed .area {
    color: #328FDF;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 13px;
    position: relative;
    padding-left: 20px;
}

.passed .area::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 9999px;
    background-color: #328FDF;
    top: 9px;
    left: 0;
}

.passed .moreBtn {
    margin: 40px auto 0;
    text-align: center;
}

@media only screen and (max-width: 479px) {
    .passed .moreBtn {
        margin: 35px auto 0;
    }
}

.passed .hr {
    margin: 64px auto;
}

@media only screen and (max-width: 479px) {
    .passed .hr {
        margin: 40px auto;
    }
}

.passed .areaBtnWrap {
    max-width: 709px;
    margin: 0 auto;
    display: flex;
    gap: 24px 3%;
    flex-wrap: wrap;
}

.passed .areaBtnWrap a {
    max-width: 343px;
    width: 100%;
    background: url(../img/passed/area_link_btn.svg) no-repeat top left/100%;
    height: 80px;
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}

.passed .areaBtnWrap a:hover {
    background: url(../img/passed/area_link_btn_hover.svg) no-repeat top left/100%;
    color: #FF7B97;
    border-radius: 5px;
}

.passed .areaBtnWrap a:hover .arrow {
    color: #FF7B97;
}

@media only screen and (max-width: 799px) {
    .passed .areaBtnWrap {
        flex-direction: column;
        gap: 16px 3%;
    }

    .passed .areaBtnWrap a {
        margin: 0 auto;
    }
}

.passed .sec-contact {
    margin-top: 80px;
}

@media only screen and (max-width: 479px) {
    .passed .sec-contact {
        margin-top: 56px;
    }
}

.passed .ctaWrap {
    background-color: #FFFAE6;
    padding: 31px 44px;
    margin: 48px auto 0;
    border-radius: 10px;
    max-width: 940px;
    display: flex;
    gap: 16px 4%;
}

.passed .ctaWrap a {
    width: 48%;
    display: block;
    max-width: 405px;
}

@media only screen and (max-width: 799px) {
    .passed .ctaWrap {
        flex-direction: column;
    }

    .passed .ctaWrap a {
        width: 100%;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 479px) {
    .passed .ctaWrap {
        padding: 20px;
    }
}

.passed .entry {
    margin: 16px auto 0;
    max-width: 940px;
    width: 100%;
}

/* ーーーーーーーーーーーーーーーーー合格者インタビュー */
.interview {
    width: 100%;
    margin: 0 auto;
    max-width: 730px;
    padding-bottom: 40px;
}

.interview .article {
    display: flex;
    justify-content: space-between;
    border: 1px solid #C4C4C4;
    padding: 27px;
    background: #fff;
    box-sizing: border-box;
    max-width: 730px;
    max-height: 460px;
    overflow-y: auto;
}

@media only screen and (max-width: 479px) {
    .interview .article {
        padding: 27px 20px;
    }
}

.interview .article .leftBox {
    width: 30%;
    max-width: 200px;
}

@media only screen and (max-width: 479px) {
    .interview .article .leftBox {
        max-width: unset;
        width: 100%;
        margin-bottom: 16px;

    }
}

.interview .article .leftBox .img {
    overflow: hidden;
}

@media only screen and (max-width: 479px) {
    .interview .article .leftBox .img {
        max-width: 200px;
        margin: 0 auto;
    }
}

.interview .article .leftBox .img img {
    object-fit: cover;
    width: 100%;
    height: auto;
}

.interview .article .leftBox .school {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    margin: 16px 0 16px 0;
    line-height: 1.3;
}

.interview .article .leftBox .name {
    font-size: 15px;
    color: #4a89d2;
}

.interview .article .rightBox {
    width: 67%;
    max-width: 445px;
}

.interview .article .rightBox .heading {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    background-color: #328FDF;
    padding: 12px 10px 12px 33px;
    position: relative;
}

.interview .article .rightBox .teacher {
    margin-top: 32px;
}

.interview .article .rightBox .heading::before {
    position: absolute;
    content: "";
    background-color: #DEF3FF;
    width: 10px;
    height: 10px;
    top: 15px;
    left: 15px;
}

.interview .article .rightBox p {
    margin-top: 16px;
}

@media only screen and (max-width: 479px) {
    .interview .article {
        display: block;
    }

    .interview .article .leftBox {
        width: 100%;
    }

    .interview .article .rightBox {
        width: 100%;
    }
}

.interview .sliderBtn {
    background: url(../img/common/arrow_blue.svg) no-repeat left top/100%;
}

.interview .sliderBtn.sliderPrev {
    top: 50%;
    bottom: unset;
    right: unset;
    left: -40px;
    transform: translateY(-50%);
}

@media only screen and (max-width: 799px) {
    .interview .sliderBtn.sliderPrev {
        left: -9px;
    }
}

.interview .sliderBtn.sliderNext {
    top: 50%;
    bottom: unset;
    right: -40px;
    left: unset;
    transform: translateY(-50%) rotate(180deg);
}

@media only screen and (max-width: 799px) {
    .interview .sliderBtn.sliderNext {
        right: -9px;
    }
}

@media only screen and (max-width: 479px) {
    .interview .sliderBtn {
        width: 27px;
        height: 27px;
    }
}

.studentComment,
.teacherComment {
    transition: max-height 0.3s ease;
}

.studentCommentMore,
.teacherCommentMore {
    cursor: pointer;
    display: none;
    color: #328FDF;
    text-align: right;
}
.teacherCommentMore{
    padding-bottom: 15px;
}