@charset "utf-8";

.c-article p,
.c-container p {
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif !important;
    font-weight: 400;
}

.cnt-sep-b{
    padding: 0;
}

.cnt-sep-b .l-c-article__title h2 small {
    font-size: 17px !important;
}

.cnt-sep-b .l-c-article__block {
    background: #fff !important;
    max-width:500px;
}

.l-c-article__title {
    margin: 0;
}

.l-c-article__title h2.head-border-b {
    color: #0059AB;
    font-size: 17px;
    font-weight: normal;
    opacity: .5;
    margin-bottom: 0;
}

.l-c-article__title.p-top-test__title h2 {
    font-size: 27px;
    font-weight: normal;
}

.l-c-article__block--pc-mw550 h3{
    border-radius: 4px 4px 0 0;
}

.l-c-article__block--subtitle01 img {
    width: 213px;
    margin-top: 30px;
}

.l-c-article__block--subtitle02 img {
    width: 229px;
    margin-top: 30px;
}

.cnt-sep-b .l-c-article__title.feature h2,
.cnt-sep-b .l-c-article__title.feature h2 small {
    text-align: left;
    color: #fff;
}

.area__feature {
    background: #EAF2FA;
    margin: 0;
}

.area__join {
    margin: 0;
    padding: 0 30px;
    text-align: center;
}

.content__feature {
    padding: 25px 25px 50px;
    border-radius: 0 0 4px 4px;
}

.content__feature ul {
    width: 100%;
}

.bg__blue {
    background: #EAF2FA;
}

.content__feature ul.check li{
    background-image:url(/chugaku/local/images/top/contents_20251009/check.png);
    background-repeat: no-repeat;
    background-position: 0%;
    padding-left: 25px;
}

.p-lr__35 {
    padding: 0 35px;
}

.p-lr__35 img {
    margin-top: 25px;
}

.p-lr__25 {
    padding: 0 25px;
}

.content__joinimg {
    margin: 0 -30px;
}

.feature {
    background: #0059AB;
    padding: 30px;
}

.feature h2 {
    color: #fff;
}

.txt__lg {
    font-size: 27px;
}

.arrow {
    margin: 30px auto;
    text-align: center;
    font-size: 16px;
}

.arrow img {
    width: 24px;
    height: auto;
}

.btn__cta {
    width: auto;
    height: 50px;
    aspect-ratio: 5 / 1;
    font-weight: bold;
    margin: 25px auto;
    border-radius: 25px;
    color: #333;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 0 #d9d9d9;
    cursor: pointer;
}

.btn__cta:hover{
    color: #fff !important;
    opacity: .6 !important;
}
.btn__cta a:visited{
    color: #fff !important;
}

.btn__cta.blue {
    background: #0059AB;
    color: #fff;
}

.btn__cta.orange {
    background: #F06E00;
    color: #fff;
}

.btn__cta.green {
    background: #99CC24;
    color: #fff;
}

.btn__cta.white {
    background: #fff;
    border: 1px solid #707070;
    color: #333;
}

.btn__seminer {
    margin-top: 60px;
}

.btn__seminer img:last-child {
    margin-top: 10px;
}

.ttl__sub01 img {
    width: 134px;
}

.ttl__sub02 img {
    width: 144px;
}

.slick-next {
    right: 0%;
    z-index: 1;
}

.slick-prev {
    left: -6%;
    z-index: 1;
}

ul.c-voice li img {
    width: 80%;
    margin: 0 auto;
}

.l-c-article__result_b {
    background-image: url(/chugaku/local/images/top/test-arrow-b.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100% auto;
    padding: 20px 20px 60px;
    margin-left: auto;
    margin-right: auto;
}

.p-top-coachez__content-ttl{
    font:500 21px/1.6 YakuHanJP, "Noto Sans JP", sans-serif !important;
}

@media screen and (min-width: 768px){
    .btn__cta {
        max-width: 90%;
        height: 100px;
        border-radius: 50px;
        font-size: 30px;
    }
}