<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#curriculum .container-fluid {
    padding: 0;
}

.row {
    margin-left: 0;
    margin-right: 0;
}

/**main_img**/
#curriculum .main {
    position: relative;
}

#curriculum .main h1 {
    margin-bottom: 0;
    position: absolute;
    top: 45%;
    bottom: 50%;
    transform: translateY(-50%) translateX(-50%);
    left:30%;
    color: #fff;
    font-size: 74px;
    line-height: 0.5;
    text-shadow: #9B9B9B 0px 3px 6px;
}

#curriculum .main h1 span {
    font-size: 24px;
}

#curriculum .main_img img {
    width: 100%;
}

#curriculum #page_link {
    background-image: url("../img/top_bg01.jpg");
    background-size: cover;
    background-position: center;
}

/**page_link逕ｨ縺ｮCSS縺ｯ縲base_style.css縺ｫ**/

@media screen and (max-width:1199px) {
    #curriculum .main h1 {
        margin-bottom: 0;
        position: absolute;
        top: 45%;
        bottom: 50%;
        transform: translateY(-50%) translateX(-50%);
        left:30%;
        color: #fff;
        font-size: 66px;
        line-height: 0.5;
        text-shadow: #9B9B9B 0px 3px 6px;
    }
}

@media screen and (max-width:991px) {
    #curriculum .main h1 {
        margin-bottom: 0;
        position: absolute;
        top: 45%;
        bottom: 50%;
        transform: translateY(-50%) translateX(-50%);
        left:50%;
        color: #fff;
        width: 100%;
        font-size: 66px;
        line-height: 0.8;
    }
}

@media screen and (max-width:540px) {
    #curriculum .main h1 {
        margin-bottom: 0;
        position: absolute;
        top: 45%;
        bottom: 50%;
        transform: translateY(-50%) translateX(-50%);
        left:50%;
        color: #fff;
        width: 100%;
        font-size: 45px;
        line-height: 0.8;
    }
    #curriculum .main h1 span {
        font-size: 20px;
    }

}


/**curri_section**/
#curriculum #curri_section {
    margin: auto;
    margin-top: 120px;
}

#curriculum #curri_section h3 {
    color: #640A5A;
}

#curriculum #curri_section p {
    margin-top: 40px;
}

#curriculum #curri_section .curri_img {
    width: 100%;
    margin-top: 40px;
}

@media screen and (max-width:991px) {
    #curriculum #curri_section {
        margin: auto;
        margin-top: 60px;
    }
}

@media screen and (max-width:540px) {
    #curriculum #curri_section {
        margin: auto;
        margin-top: 60px;
    }
    #curriculum #curri_section .curri_img_res {
        width: 100%;
    }
}


/**scene_section**/
#curriculum #scene_section {
    margin-top: 120px;
    background-image: url("../img/top_bg02.jpg");
    padding-bottom: 30px;
}

#curriculum #scene_section h3 {
    margin-top: 60px;
    margin-bottom: 0;
    color: #640A5A;
}

#curriculum #scene_section .img_group {
    margin: auto;
    margin-top: 60px;
}

#curriculum #scene_section  .img_section {
    text-align: left;
    padding: 0 30px 30px 30px;
}

#curriculum #scene_section  .img_section .scene_img {
    width: 100%;
    border-radius: 30px;
}

#curriculum #scene_section .scene_text {
    padding: 10px 10px;
}

#curriculum #scene_section .scene_text .ja {
    color: #640A5A;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 500;
}

@media screen and (max-width:991px) {
    #curriculum #scene_section {
        margin-top: 60px;
        background-image: url("../img/top_bg02.jpg");
        padding-bottom: 30px;
    }
    #curriculum #scene_section  .img_section {
        text-align: left;
        padding: 15px;
    }
    
    #curriculum #scene_section .scene_text {
        padding: 10px 0px;
    }
    #curriculum #scene_section .scene_text .ja {
        color: #640A5A;
        margin-bottom: 0;
        font-size: 18px;
        font-weight: 500;
    }
}

@media screen and (max-width:540px) {
    #curriculum #scene_section {
        margin-top: 60px;
        background-image: url("../img/top_bg02.jpg");
        padding-bottom: 30px;
    }
    #curriculum #scene_section  .img_section {
        text-align: left;
        padding: 0;
        padding-bottom: 30px;
    }
    #curriculum #scene_section .scene_text {
        padding: 10px 10px;
    }

}


/**schedule**/
#curriculum #schedule {
    margin: auto;
    margin-top: 240px;
    padding: 0;
    position: relative;
}

#curriculum #schedule .schedule_text {
    background-image: url("../img/top_bg02.jpg");
    border-radius: 0 30px 30px 0;
}

#curriculum #schedule .schedule_text .en {
    color: #e2e3e3;
    font-weight: bolder;
    opacity: 0.6;
    font-size: 170px;
    position: absolute;
    top: -120px;
    right: -60px;
    letter-spacing: 10px;
}

#curriculum #schedule .schedule_text .text_section h3 {
    color: #640A5A;
    margin-top: 120px;
}

#curriculum #schedule .schedule_text .ja span {
    font-size: 20px;
}

#curriculum #schedule .schedule_text .sub_comment {
    color: #640A5A;
    font-size: 20px;
    font-weight: 500;
    margin: 40px auto;
}

#curriculum #schedule .text_section .text {
    width: 55%;
    margin: auto;
    text-align: left;
    padding-bottom: 120px;
}

#curriculum #schedule .text_section .text span {
    float: right;
}


#curriculum #schedule .schedule_img {
    width: 50%;
    position: absolute;
    top: -120px;
    left: 20%;
}

@media screen and (max-width:1199px) {
    #curriculum #schedule .schedule_text .en {
        color: #e2e3e3;
        font-weight: bolder;
        opacity: 0.6;
        font-size: 130px;
        position: absolute;
        top: -100px;
        right: -60px;
        letter-spacing: 10px;
    }
    #curriculum #schedule .text_section .text {
        width: 80%;
        margin: auto;
        text-align: left;
        padding-bottom: 120px;
    }
    #curriculum #schedule .schedule_img {
        width: 70%;
        position: absolute;
        top: 0px;
        left: 20%;
    }
}


@media screen and (max-width:991px) {
    #curriculum #schedule {
        margin: auto;
        margin-top: 140px;
        padding: 0;
        position: relative;
    }
    #curriculum #schedule .schedule_text {
        background-image: url("../img/top_bg02.jpg");
        border-radius: 0;
    }
    #curriculum #schedule .text_section .text {
        width: 80%;
        margin: auto;
        text-align: left;
        padding-bottom: 80px;
    }
    #curriculum #schedule .schedule_text .en {
        color: #e2e3e3;
        font-weight: bolder;
        opacity: 0.6;
        font-size: 150px;
        position: absolute;
        top: -100px;
        left: 10%;
        right: 0;
        letter-spacing: 10px;
        text-align: left;
    }
    
    #curriculum #schedule .schedule_img {
        width: 50%;
        position: initial;
        margin-top: 60px;
    }
    
}

@media screen and (max-width:540px) {
    #curriculum #schedule {
        margin: auto;
        margin-top: 60px;
        padding: 0;
        position: relative;
    }
    
    #curriculum #schedule .schedule_text {
        background-image: url("../img/top_bg02.jpg");
        border-radius: 0;
    }
    #curriculum #schedule .schedule_text .en {
        color: #707070;
        font-weight: bolder;
        opacity: 0.6;
        font-size: 45px;
        position: initial;
        letter-spacing: 10px;
        text-align: left;
        padding-top: 60px;
        text-align: center;
    }
    #curriculum #schedule .text_section .text {
        width: 100%;
        margin: auto;
        text-align: left;
        padding-bottom: 120px;
    }
    #curriculum #schedule .schedule_img {
        width: 90%;
        position: initial;
        margin-top: 60px;
    }
    #curriculum #schedule .schedule_text .text_section h3 {
        color: #640A5A;
        margin-top: 60px;
        line-height: 1.2;
    }
}




/**comment**/
#curriculum .comment {
    margin: auto;
    margin-top: 120px;
    border: 1px solid #333;
    padding: 40px 60px;
}

#curriculum .comment h4 {
    color: #640A5A;
    margin-bottom: 20px;
}

#curriculum .comment p {
    text-align: left;
}

#curriculum .comment .btn  {
    float: right;
    padding-bottom: 0;
}
#curriculum .comment .btn a {
    font-size: 14px;
}

@media screen and (max-width:991px) {
    #curriculum .comment {
        margin: auto;
        margin-top: 60px;
        border: 1px solid #333;
        padding: 40px 60px;
        width:80%;
    }
    
}

@media screen and (max-width:540px) {
    #curriculum .comment {
        margin: auto;
        margin-top: 60px;
        border: 1px solid #333;
        padding: 20px;
        width:90%;
    }
    #curriculum .comment .btn  {
        float: none;
    }
}


/**========
syllabus
=========**/
#syllabus {
    margin: auto;
    margin-top: 100px;
}

#syllabus .link_section {
    /*background-image: url("../img/syllabus_bg.jpg");
    background-size: cover;
    box-shadow: #FCFCFC 3px 6px;
    background-repeat: no-repeat;
    border-radius: 30px;*/
    position: relative;
}

#syllabus .link_section .syllabus_bg {
    width: 100%;
    border-radius: 30px;
    box-shadow: #D6D6D6 0 3px 6px;
}

#syllabus .link_section a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    margin: auto;
    width: 60%;
    text-align: left;
}

#syllabus .link_section a:hover {
    text-decoration: none;
}

#syllabus .link_section a span {
    color: #640A5A;
    font-size: 30px;
    font-weight: 600;
}

#syllabus .link_section a img {
    width: 75px;
    height: auto;
    margin-left: 30px;
}

#syllabus .btn img {
    margin-left: 0;
}

@media screen and (max-width:1500px) {
    #syllabus .link_section a {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        margin: auto;
        width: 80%;
        text-align: left;
    }
}

@media screen and (max-width:1500px) {
    #syllabus .link_section a {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        margin: auto;
        width: 60%;
        text-align: left;
    }
}

@media screen and (max-width:1199px) {
    #syllabus .link_section a {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        margin: auto;
        width: 70%;
        text-align: left;
    }
}

@media screen and (max-width:991px) {
    #syllabus {
        margin: auto;
        margin-top: 60px;
    }
    #syllabus .link_section a {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        margin: auto;
        width: 60%;
        text-align: left;
    }
}
</pre></body></html>