<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*====================================================*/
/*@Page Common*/
/*====================================================*/
.page_main_block {
    padding: 80px 0 100px;
}

.page_main_block .section:first-of-type {
    padding-top: 0;
}

.page_main_block .section:last-of-type {
    padding-bottom: 0;
}

.page_bottom_btn {
    margin-top: 100px;
}

/********************************************/
/*header */
/********************************************/
.header .page_logo {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.55);
}

.header .page_logo a {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 30px 10px 10px;
}

.header .page_logo img {
    margin-right: 30px;
}

.header .page_logo span {
    letter-spacing: 0.1em;
    color: #fff;
    font-size: 2.6rem;
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
}

.header .page_main_visual {
    width: 100%;
    padding: 100px 10px;
    text-align: center;
}

.header .page_main_visual .ttl {
    display: inline-block;
    padding: 0.5em 1.7em;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 70px;
    letter-spacing: 0.1em;
    color: #000;
    font-size: 3.6rem;
    font-family: 'Noto Serif JP', serif;
    font-weight: 700;
}

/*====================================================*/
/*@ phil_page_block */
/*====================================================*/
.phil_txt p {
    letter-spacing: 0.1em;
    font-size: 1.8rem;
    font-family: 'Noto Serif JP', serif;
    font-weight: 700;
}

/*====================================================*/
/* curriculum_page_block */
/*====================================================*/
.curriculum_table {
    width: 100%;
}

.curriculum_table thead th {
    padding: 0.6em 0.5em;
    text-align: center;
}

.curriculum_table thead th:nth-child(1) {
    width: 21%;
}

.curriculum_table thead th:nth-child(2) {
    width: 46%;
}

.curriculum_table thead th:nth-child(3) {
    width: 33%;
}

.curriculum_table th, .curriculum_table td {
    padding: 1.6em 2em;
    border: solid 1px #020202;
    line-height: 1.5;
    color: #000;
    text-align: left;
    font-size: 1.8rem;
}

/*====================================================*/
/* schooling_page_block */
/*====================================================*/
.schooling_list .ttl {
    margin-bottom: 0.4em;
    color: #01533c;
    font-weight: bold;
}

.schooling_list ol {
    padding-left: 5px;
}

.schooling_list ol li {
    color: #01533c;
    margin-bottom: 30px;
}

.schooling_list ol li p {
    color: inherit;
}

.schooling_list ol li .txt_base {
    padding-left: 30px;
}

.img_tow_list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-flow: wrap;
}

.img_tow_list li {
    width: 48%;
    margin-bottom: 40px;
    text-align: center;
}

.img_tow_list li .img_box {
    margin-bottom: 15px;
}

.img_tow_list li .cap {
    color: #01533c;
}

/*====================================================*/
/* admission_page_block */
/*====================================================*/
.sub_ttl {
    margin-bottom: 0.4em;
    color: #01533c;
    font-size: 1.8rem;
    font-weight: bold;
}

.admission_list:not(:last-child) {
    margin-bottom: 40px;
}

.admission_list .ttl {
    letter-spacing: 0.05em;
    line-height: 1.5;
    color: #01533c;
    font-weight: bold;
}

.bg_table {
    width: 100%;
    margin-bottom: 50px;
    background: #f9f9f9;
}

.bg_table td, .bg_table th {
    border: 6px #fff solid;
    color: #000;
}

.bg_table thead tr th {
    padding: 0.8em 0.5em;
    font-size: 2.2rem;
}

.bg_table thead tr th:first-child {
    width: 40%;
}

.bg_table thead tr th:nth-child(2), .bg_table thead tr th:nth-child(3), .bg_table thead tr th:nth-child(4) {
    width: 20%;
}

.bg_table tbody th {
    padding: 0.8em;
    text-align: left;
    font-size: 2.4rem;
}

.bg_table tbody th span {
    font-size: 1em;
}

.bg_table tbody td {
    padding: 0.5em 0.5em;
    text-align: center;
    font-size: 3.6rem;
    vertical-align: middle;
}

.bg_table tbody td span {
    vertical-align: middle;
    font-size: 0.66em;
    font-weight: inherit;
}

/*====================================================*/
/* school_info_page_block */
/*====================================================*/
.school_info_page_block .history_img {
    width: 78%;
    margin: 0 auto 60px;
}

.history_list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px;
}

.history_list .ttl {
    width: 5.8em;
    line-height: 1.7;
    color: #000;
}

.history_list dd {
    width: calc(100% - 6em);
}

.history_list dd p {
    color: #000;
}

.school_access_block .map_block {
    position: relative;
    width: 100%;
    padding-top: 27.5%;
}

.school_access_block .map_block iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*====================================================*/
/* post_page_block */
/*====================================================*/
.news_main_visual {
    background: url(../img/news/news-main-img.jpg) no-repeat center/cover;
}

.news_page_block .post_block {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-flow: row-reverse;
}

.news_page_block .post_block .main_block {
    width: 76%;
}

.news_page_block .post_block .side_block {
    width: 19%;
}

.news_list li {
    margin-bottom: 60px;
}

.news_list li .date {
    display: block;
    margin-bottom: 1.2em;
    color: #000;
    font-size: 1.8rem;
}

.news_list li .ttl {
    margin-bottom: 1.3em;
    line-height: 1.4;
    font-size: 2.0rem;
    font-weight: bold;
}

.news_list li .ttl a {
    color: #000;
    font-size: 1em;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.news_list li .ttl a:hover {
    color: #24872c;
}

.news_list li p {
    color: #000;
}

/********************************************/
/* side_block */
/********************************************/
.side_block .side_ttl {
    margin-bottom: 1.5em;
    padding-bottom: 0.7em;
    color: #000;
    font-size: 1.8rem;
    font-weight: bold;
    border-bottom: solid 1px #24872c;
}

.side_block .side_list &gt; li {
    margin-bottom: 0.6em;
    color: #000;
    font-size: 1.6rem;
}

.side_block .side_list &gt; li a {
    display: inline-block;
    position: relative;
    padding-bottom: 0.1em;
    line-height: 1.6;
    color: inherit;
    font-size: 1em;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.side_block .side_list &gt; li a:after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 0;
    height: 2px;
    background: #24872c;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.side_block .side_list &gt; li a:hover {
    color: #24872c;
}

.side_block .side_list &gt; li a:hover:after {
    width: 100%;
}

/********************************************/
/* pagination */
/********************************************/
ul.page-numbers {
    text-align: center;
}

ul.page-numbers li {
    display: inline-block;
    font-size: 2.4rem;
    margin-bottom: 10px;
    margin-right: 10px;
}

ul.page-numbers li:last-child {
    margin-right: 0;
}

ul.page-numbers li a, ul.page-numbers li span {
    display: block;
    position: relative;
    color: #fff;
    font-size: 1em;
    padding: 0.7em;
    background-color: #24872c;
    font-weight: bold;
    line-height: 1;
}

ul.page-numbers li a.current, ul.page-numbers li span.current {
    background-color: #01533c;
}

ul.page-numbers li a:hover {
    opacity: .7;
}

/************************************/
/* @Page post single*/
/************************************/
.single_main_visual {
    background: url(../img/news/news-single-main-img.jpg) no-repeat center/cover;
}

.single_page_block .date {
    display: block;
    margin-bottom: 1em;
    color: #000;
    font-size: 1.8rem;
}

.single_page_block .border_dot_ttl {
    margin-bottom: 1.3em;
    padding-bottom: 0.5em;
    border-bottom: dotted 2px #777;
    color: #000;
    font-size: 2.6rem;
    font-family: 'Noto Serif JP', serif;
    font-weight: 700;
}

.single_page_block .return_btn {
    text-align: center;
    margin-top: 70px;
}

.single_page_block .return_btn a {
    display: inline-block;
    min-width: 190px;
}

/********************************************/
/* mailform */
/********************************************/
.form_box dl {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
}

.form_box .ttl {
    width: 7.5em;
    font-size: 1.8rem;
}

.form_box dd {
    width: calc(100% - 8em);
}

.error {
    padding-top: 1em;
}

input[type="text"],
input[type="tel"],
input[type="email"],
select,
textarea {
    width: 100%;
    padding-bottom: 5px;
    border-bottom: dotted 1px #777;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

textarea {
    height: 5em;
}

.submit_btn {
    position: relative;
    width: 100%;
    max-width: 450px;
    margin: 70px auto 0;
}

.submit_btn:before {
    position: absolute;
    top: 6px;
    left: 6px;
    content: "";
    width: calc(100% - 12px);
    height: calc(100% - 12px);
    border: solid 1px #777;
    box-sizing: border-box;
    z-index: 2;
    pointer-events: none;
}

.submit_btn:hover:before {
    border-color: #b9b9b9;
}

.submit_btn .input_btn {
    display: block;
    width: 100%;
    padding: 1.4em 1.5em;
    background: #b9b9b9;
    letter-spacing: 0.1em;
    text-align: center;
    font-size: 1.8rem;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 1;
    cursor: pointer;
}

.submit_btn .input_btn:hover {
    background: #777;
    color: #fff;
}

/*=============================================*/
/*media query    Tablet */
/*=============================================*/
@media screen and (max-width: 1024px) {
    /*====================================================*/
    /* admission_page_block */
    /*====================================================*/
    .bg_table td, .bg_table th {
        border: 4px #fff solid;
    }
    .bg_table thead tr th {
        font-size: 1.4rem;
    }
    .bg_table tbody th {
        font-size: 1.4rem;
    }
    .bg_table tbody td {
        font-size: 2.0rem;
    }
}

/*=============================================*/
/*media query    Tablet ipad 5.7inch */
/*=============================================*/
@media screen and (max-width: 768px) {
    /*====================================================*/
    /*@Page Common*/
    /*====================================================*/
    .page_main_block {
        padding: 30px 0 80px;
    }
    /********************************************/
    /*header */
    /********************************************/
    .header .page_logo img {
        width: 40px;
        margin-right: 15px;
    }
    .header .page_logo span {
        font-size: 1.6rem;
    }
    .header .page_main_visual .ttl {
        padding: 0.5em 1.7em;
        font-size: 2.4rem;
    }
    /*====================================================*/
    /* curriculum_page_block */
    /*====================================================*/
    .curriculum_table thead th {
        padding: 0.6em 0.3em;
    }
    .curriculum_table thead th:nth-child(1) {
        width: 21%;
    }
    .curriculum_table thead th:nth-child(2) {
        width: 46%;
    }
    .curriculum_table thead th:nth-child(3) {
        width: 33%;
    }
    .curriculum_table th, .curriculum_table td {
        padding: 1.6em 0.7em;
        font-size: 1.3rem;
    }
    /*====================================================*/
    /* school_info_page_block */
    /*====================================================*/
    .school_access_block .map_block {
        padding-top: 300px;
    }
    /*====================================================*/
    /* post_page_block */
    /*====================================================*/
    .news_page_block .post_block {
        display: block;
    }
    .news_page_block .post_block .main_block {
        width: 100%;
        margin-bottom: 80px;
    }
    .news_page_block .post_block .side_block {
        width: 100%;
    }
    /********************************************/
    /* side_block */
    /********************************************/
    .side_block .side_ttl {
        font-size: 1.6rem;
    }
    .side_block .side_list li {
        font-size: 1.4rem;
    }
    /********************************************/
    /* pagination */
    /********************************************/
    ul.page-numbers li {
        font-size: 1.4rem;
    }
}

/*=============================================*/
/*media query    SmartPhone */
/*=============================================*/
@media screen and (max-width: 767px) {
    /********************************************/
    /*header */
    /********************************************/
    .header .page_logo a {
        padding: 5px 10px;
    }
    .header .page_logo img {
        width: 40px;
        margin-right: 10px;
    }
    .header .page_logo span {
        font-size: 1.3rem;
    }
    /********************************************/
    /* mailform */
    /********************************************/
    .form_box dl {
        flex-flow: column;
    }
    .form_box .ttl {
        width: 100%;
        margin-bottom: 0.5em;
        font-size: 1.6rem;
    }
    .form_box dd {
        width: 100%;
    }
    .submit_btn .input_btn {
        font-size: 1.5rem;
    }
}
</pre></body></html>