@charset "UTF-8";

/*html {
    visibility: hidden;
}

html.wf-active,
html.loading-delay {
    visibility: visible;
}*/

@media screen and (max-width: 736px) {
/*.contents {
padding:0;
}*/
}

/*---*/
.shugaku_shien_cnt {
}

.shugaku_shien_cnt .ttl figure img.pc {
    display: block !important;
}

.shugaku_shien_cnt .ttl figure img.sp {
    display: none !important;
}

/*---*/
.shugaku_shien_cnt .ttl {
    margin-bottom: 40px;
    position: relative;
}
.shugaku_shien_cnt .ttl figure{
    margin-top:0;
}
.shugaku_shien_cnt .ttl figure img.pc {
    display: block !important;
}

.shugaku_shien_cnt .ttl figure img.sp {
    display: none !important;
}
.shugaku_shien_cnt .ttl_inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    z-index: 10;
    padding:0 80px;
}
.shugaku_shien_cnt .ttl_inner h1 {
font-family: dnp-shuei-mgothic-std, sans-serif;
font-weight: 600;
font-style: normal;
    font-size: 3.6rem;
    letter-spacing: 0.12em;
    color: #fff;
    /*background:#0075a9;*/
    background: rgb(0, 117, 169, 0.7);
    padding: 54px 70px;
    line-height:1;
    /*display: inline-block;*/
}

@media screen and (max-width: 736px) {
.shugaku_shien_cnt .ttl {
    margin: 0 calc(50% - 50vw);
	width: 100vw;
}
    
.shugaku_shien_cnt .ttl_inner {
    justify-content: center;
    padding:0;
}
.shugaku_shien_cnt .ttl_inner h1 {
    font-size: 1.75rem;
    padding:36px 40px;

}
.shugaku_shien_cnt .ttl figure img.pc {
        display: none !important;
}

.shugaku_shien_cnt .ttl figure img.sp {
        display: block !important;
}



}

/*---*/
.category-area {
    margin: 20px 0 40px;
}

.category-area ul {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    margin-top: 0;
}

.category-area ul::before, .category-area ul::after {
    content: "";
    display: block;
    width: calc((100% - 60px) / 4);
}

.category-area ul::before {
    order: 1;
}

.category-area li {
    width: calc((100% - 90px) / 3);
    margin: 20px 0 0;
    box-sizing: border-box;
    list-style-type: none;
}

.category-area li a {
    display: block;
    text-decoration: none;
    padding: 15px;
    margin-bottom: 0;
    width: 100%;
    line-height: 1.45;
    border-radius: 52px;
    font-size: .9375rem;
    background: #1d9ed4;
    color: #fff;
}

/*---*/
.shugaku_shien_cnt section {
    margin-bottom: 30px;
}

.shugaku_shien_cnt section div.item {
    margin: 40px 20px;
}

.shugaku_shien_cnt .headLine3 {
    margin: 30px 0;
}

.shugaku_shien_cnt section figure {
    text-align: center;
    margin: 30px auto;
}

.shugaku_shien_cnt p {
    margin-bottom: 20px;
}

@media screen and (max-width: 736px) {
    .shugaku_shien_cnt section div.item {
        margin:20px 0;
    }

    .shugaku_shien_cnt section figure {
        margin: 20px auto;
    }
}

/*---*/
.scList_list {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}

.scList_list::before, .scList_list::after {
    content: "";
    display: block;
    width: calc((100% - 120px) / 4);
}

.scList_list::before {
    order: 1;
}

.scList_item {
    width: calc((100% - 120px) / 4);
    margin: 20px 0;
    box-sizing: border-box;
    position: relative;
}

.scList_itemInner {
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-end;
    height: 100%;
    color: #333;
    text-decoration: none;
    overflow: hidden;
    line-height: 1.45;
    background-color: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 12px;
    box-shadow: 0 0 18px 5px rgba(125,125,125,.2);
}

a.scList_itemInner {
    transition: .3s cubic-bezier(0,0,.26,1.32)
}

a.scList_itemInner:focus,a.scList_itemInner:hover {
    box-shadow: 0 0 0 0 transparent;
    transform: translateY(2px)!important
}

a.scList_itemInner[disabled]:focus,a.scList_itemInner[disabled]:hover {
    box-shadow: 0 0 0 0 transparent;
    transform: translateY(0)!important
}

a.scList_itemInner:hover {
    opacity: 1
}

a.scList_itemInner:hover .scList_title {
    color: #1d9ed4;
    text-decoration: underline
}

.scList_card {
    display: flex;
    flex-direction: column;
    padding: 14px 18px 16px;
    width: 100%;
    height: 100%;
}

.scList_title {
    margin: 0;
    font-size: 1rem;
    font-weight: 700;
}

.scList_group p {
    margin: 10px 0;
    color: #7d7d7d;
    font-size: .75rem;
    line-height: 1.85;
}

.scList_figure {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: auto;
    text-align: center;
    aspect-ratio: 3/2;
    text-decoration: none;
    overflow: hidden;
    padding-top: calc(2/3*100%);
    width: 100%;
}

.scList_figure img {
    max-height: 100%;
    object-fit: contain;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    flex: 0 0 auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    font-family: "object-fit: contain;";
}

.scList_footer {
    margin: auto auto 0;
    margin-top: auto;
    align-content: flex-end;
    width: 100%;
}

.scList_footer .scList_btn {
    text-decoration: none;
    padding: 12px 18px;
    border-radius: 52px;
    line-height: 1;
    background-color: #fdae14;
    color: #fff;
    font-size: .8125rem;
    text-align: center;
    margin-bottom: 0;
}

@media screen and (max-width: 736px) {
    .category-area {
        margin: 0 0 30px;
    }

    .category-area li {
        width: calc((100% - 15px) / 2);
        margin: 10px 0 0;
    }

    .category-area li a {
        padding: 12px;
    }

    /*---*/
    .scList_list {
        display: flex;
        flex-direction: column;
    }

    .scList_item {
        width: 100%;
        margin: 10px 0;
    }

    .scList_footer .scList_btn {
        font-size: inherit;
    }
}

/*---*/
.shugaku_shien_ad .ttl {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 0 18px 5px rgba(125,125,125,.2);
    overflow: hidden;
}

.shugaku_shien_ad .ttl_inner {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 30px;
}

.shugaku_shien_ad .ttl_inner h1 {
    font-size: 2.125rem;
    font-weight: 700;
    letter-spacing: .03em;
    line-height: 1.45;
    padding-bottom: 20px;
    border-bottom: 1px solid #e3e3e3;
}

.shugaku_shien_ad .ttl_inner p.txt {
    font-size: 1.7rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.shugaku_shien_ad .ttl_inner p.add {
    /*margin: 0;*/
    color: #7d7d7d;
    /* font-size: .875rem; */
    padding: 0;
    margin-top: 0;
}

.shugaku_shien_ad figure {
    width: 45%;
    margin: 0;
}

.shugaku_shien_ad figure img {
    width: 100%;
    image-rendering: -webkit-optimize-contrast;
}

.shugaku_shien_ad section {
    /*margin: 0;*/
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 12px;
    overflow: hidden;
    padding: 40px 60px;
    box-shadow: 0 0 18px 5px rgba(125,125,125,.2);
}

.shugaku_shien_ad section h2 {
    /* text-align: center; */
    /* font-size: 1.9375rem; */
    /* font-weight: 700; */
    /* padding-bottom:20px; */
    /* border-bottom: 1px solid #e3e3e3; */
}

.shugaku_shien_ad section .pageHeadLine2_icon {
    background: #1d9ed4;
}

.shugaku_shien_ad section .section-inner {
    padding: 20px 40px;
    border-top: 2px solid #e3e3e3;
}

.shugaku_shien_ad .courseList_courseList>li:not(:first-child) {
    margin-top: 0;
}

.courseList_courseList li {
    position: relative;
    padding: 20px 1.25rem;
    line-height: 1.8;
    border-bottom: 1px dotted #e3e3e3;
    margin-top: 0;
}

/*.courseList_courseList li:last-child {
    border-bottom-style: none;
    padding-bottom: 0;
}*/
.courseList_courseList li::before {
    content: "";
    position: absolute;
    top: 28px;
    left: 0;
    width: 14px;
    height: 14px;
    border: 2px solid #fdae14;
    border-radius: 100%;
}

.shugaku_shien_ad section .btnBox {
    /* width: 40%; */
    width: calc((100% - 40px) / 2);
    box-sizing: border-box;
    margin: 40px auto 0;
}

.shugaku_shien_ad section .btnBox a {
    display: block;
    text-decoration: none;
    padding: 18px;
    width: 100%;
    line-height: 1.45;
    border-radius: 52px;
    background: #1d9ed4;
    color: #fff;
}

.btnBoxTop {
    margin: 70px 40px 0;
}

.btnBoxTop ul {
    display: flex;
    justify-content: center;
    align-items: stretch;
    /* flex-wrap: wrap; */
    margin-top: 0;
    padding-left: 0;
}

.btnBoxTop li {
    width: calc((100% - 40px) / 2);
    box-sizing: border-box;
    list-style-type: none;
}

.btnBoxTop li a {
    display: block;
    text-decoration: none;
    padding: 18px;
    width: 100%;
    line-height: 1.45;
    border-radius: 52px;
    background: #1d9ed4;
    color: #fff;
}

.btnBoxTop li a.btn {
    margin-bottom: 0;
}

.btnBoxTop li a.tuition {
    background: #35923f;
    color: #fff;
}

.btnBoxTop li a.pamph {
    background: #fdae14;
    color: #fff;
}

@media screen and (max-width: 736px) {
    .shugaku_shien_ad .ttl {
        display: flex;
        flex-direction: column;
    }

    .shugaku_shien_ad .ttl_inner {
        padding: 20px;
    }

    .shugaku_shien_ad .ttl_inner p.txt {
        line-height: 1.4;
        margin: 10px 0;
    }

    .shugaku_shien_ad figure {
        width: 90%;
        margin-bottom: 20px;
    }

    .shugaku_shien_ad .ttl_inner h1 {
        padding-bottom: 12px;
    }

    .btnBoxTop {
        margin: 30px 10px 0;
    }

    .btnBoxTop ul {
        display: flex;
        flex-direction: column;
    }

    .btnBoxTop li {
        width: 100%;
        margin: 0 0 10px;
    }

    .shugaku_shien_ad section {
        padding: 30px 20px;
    }

    .shugaku_shien_ad section .section-inner {
        padding: 0 10px;
    }

    .shugaku_shien_ad section .btnBox {
        width: 100%;
        margin: 20px auto 0;
    }

    .pageSection:not(:first-child) {
        margin-top: 18px;
    }
}
