@charset "utf-8";

/*
Theme Name: CAS
Author: Tac
Description: Original Theme
version： 1.0.0
*/


/*========== INDEX PAGE ==========*/

.fv {
    text-align: center;
}

.fv-bg {}

.filter {
    background-color: rgba(0, 0, 0, 0.6);
    height: auto;
}

.flex2-box {
    text-align: center;
}


/*=== NEWS FEED ===*/

.nf__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 3em 2em 6em 2em;
}

.nf-top {
    margin-bottom: 2em;
}

.nf-top img {
    height: 6em;
    width: auto;
    margin-left: 0;
}

.nf-top h2 {
    font-size: 2.8rem;
    margin-top: auto;
    margin-bottom: auto;
}

.nf-inner {
    margin-left: auto;
    margin-right: auto;
    width: 95%;
    background-color: #fff;
    box-shadow: 0px 0px 10px 10px #fff;
    padding: 10px 10px;
}

.nf-ol {
    list-style-type: none;
}

.nf-li {
    margin-bottom: 2.5em;
}

.nf-li:last-child {
    margin-bottom: 0;
}

.nf-li time {
    color: #61bb46;
    margin-bottom: 0.3em;
    display: block;
}

.nf-title {
    color: #47413b;
    font-size: 1.65rem;
    line-height: 1.5;
    text-decoration: none;
    margin-left: 0.5em;
    display: block;
}

@media (max-width: 768.98px) {}

@media (max-width: 414.98px) {
    .nf__container {
        padding: 1em 1em 3em;
        margin: 0;
    }
    .nf-top {
        display: flex;
        margin-bottom: 1.5em;
    }
    .nf-top img {
        margin-left: 0;
        margin-right: 0.5em;
        width: 60px;
        height: auto;
    }
    .nf-top h2 {
        font-size: 1.8rem;
        margin-top: auto;
        margin-bottom: auto;
    }
    .nf-li {
        margin-bottom: 1.5em;
    }
    .nf-li time {
        font-size: 0.8rem;
    }
    .nf-title {
        font-size: 1rem;
    }
}


/*=== STATS COUNTUP ===*/

.stats-countup-container {}

.stats-countup-title {
    font-size: 1.7rem;
    margin-bottom: 0.75em;
    letter-spacing: 0px;
}

.stats-countup-content {
    border: 3px solid #61bb46;
    background-color: #ffffff;
    height: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 1.15em;
    width: 60%;
}

.countup-icon {
    background: #d3f4c8;
    text-align: center;
    height: 216px;
    width: 50%;
}

.countup-icon img {
    height: 100%;
    width: auto;
}

.countup-number {
    width: 50%;
    height: 216px;
    text-align: center;
}

.countup-number span {
    font-weight: 300;
    font-size: 3.414rem;
    color: #47413b;
    display: inline-block;
    margin-top: 1.5em;
}

.countup-text p {
    font-size: 1.35rem;
    font-weight: 300;
    color: #47413b;
    line-height: 1.5;
}

@media (max-width: 999.98px) {
    .stats-countup-container {}
    .stats-countup-title {
        font-size: 1.3rem;
    }
    .countup-number span {
        font-size: 2.2rem;
        margin-top: 2.55em;
    }
    .countup-text p {
        font-size: 1.15rem;
        line-height: 1.2;
    }
}

@media (max-width: 768.98px) {
    .stats-countup-container {
        width: 100%;
    }
    .stats-countup-content {
        width: 100%;
    }
    .countup-number span {
        font-size: 3rem;
        margin-top: 1.7em;
    }
    .countup-text p {
        font-size: 1.35rem;
        line-height: 1;
    }
}

@media (max-width: 414.98px) {
    .stats-countup-content {
        height: 95px;
        width: 100%;
    }
    .stats-countup-title {
        font-size: 1.2rem;
        letter-spacing: -0.02em;
    }
    .countup-icon {
        height: 89px;
    }
    .countup-number {
        height: 89px;
    }
    .countup-number span {
        font-size: 2.2rem;
        margin-top: 0.85em;
    }
    .countup-text p {
        font-size: 1.2rem;
        line-height: 1.2;
    }
}


/*========== ABOUT US PAGE ==========*/

.bg3 img {
    border-radius: 3em;
    margin-bottom: 2em;
    width: 100%;
}

.bottom-message {
    text-align: center;
    margin-top: 1em;
}

.ap_table {}

.ap_table table {
    text-align: left;
    line-height: 1.4;
    font-size: 1.4rem;
    margin-bottom: 3em;
    margin-left: 2em;
    margin-right: 2em;
    width: 100%;
}

.ap_table table,
.ap_table tr,
.ap_table td {
    border: 1px #61bb46 solid;
    border-collapse: collapse;
    padding: 1em;
    vertical-align: middle;
}

.t1 {
    white-space: nowrap;
}

@media (max-width: 768.98px) {
    .bg3 img {}
    .ap_table {}
    .ap_table table {
        margin-bottom: 2em;
        line-height: 1.4;
        font-size: 1rem;
        margin-left: 0;
        margin-right: 0;
    }
    .t1 {
        white-space: normal;
    }
}

@media (max-width: 414.98px) {
    .ap_table {}
    .ap_table table {
        margin-bottom: 1.5em;
    }
}


/*========== OUR PROGRAMME PAGE ==========*/

.text-float {
    background-color: rgba(0, 0, 0, 0.6);
    box-shadow: 0px 0px 20px 20px rgba(0, 0, 0, 0.6);
    border-radius: 1em;
    padding: 10px;
    margin-top: 3em;
    margin-bottom: 3em;
}

.icon-flex {
    display: flex;
    justify-content: space-between;
    text-align: center;
}

.icon-flex div {}

.icon-circle {
    border-radius: 50%;
    width: 300px;
    height: 300px;
    background-color: #d2d2d2;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-bottom: 1em;
}

.icon1 {
    background-image: url(img/675115780.jpeg);
}

.icon2 {
    background-image: url(img/727906040S.jpeg);
}

.icon3 {
    background-image: url(img/798073951.jpeg);
}

.icon-flex div h2 {
    text-decoration: underline;
}

@media (max-width: 768.98px) {
    .icon-circle {
        width: 150px;
        height: 150px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 414.98px) {
    .icon-flex {
        display: block;
    }
    .icon-flex div h2 {
        font-size: 1.8rem;
    }
    .icon-circle {
        width: 240px;
        height: 240px;
        margin-bottom: 1em;
    }
}


/*========== PARENTS PAGE ==========*/

.pr {
    display: flex;
}

.pr .common__content {
    width: 50%;
}

.common__inner.pr {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2.5em 0;
}

.pp-img {
    width: auto;
    height: 11em;
}


/*=============== SCHOOLS PAGE ===============*/

.assistance-anchor {
    font-size: 1.8rem;
    color: #37A1CD;
    text-decoration: none;
}

.boxes {
    padding: 1.5em;
}

.box1 {
    border: solid 3px #BB4661;
    border-radius: 10px;
}

.box2 {
    border: solid 3px #61bb46;
    border-radius: 10px;
}

.box3 {
    border: solid 3px #4661BB;
    border-radius: 10px;
}

.rg-img {
    margin: 2em auto;
    text-align: center;
}

.rg-img img {
    width: auto;
    height: 15em;
}

.flex3 {
    display: flex;
}

.flex3 div {
    width: 33%;
}

.column {
    padding: 1em;
    margin: 0.5em;
    border-radius: 10px;
}

.red {
    background: #BB4661;
}

.green {
    background-color: #61bb46;
}

.blue {
    background-color: #4661BB;
}

.rg h2 {
    color: #0A3994;
    font-size: 2.8rem;
    line-height: 1.5;
    margin-bottom: 1em;
}

.rg h3 {
    color: #00000c;
    font-size: 2rem;
    font-weight: 400;
    margin-bottom: 2em;
}

.rg div {
    margin-bottom: 1.5em;
}

.rg span {
    font-size: 1.85rem;
    color: #00000c;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 0.5em;
    display: block;
}

.rg a {
    color: #61bb46;
    text-decoration: none;
    font-size: 1.65rem;
    line-height: 2;
    display: block;
    transition: 0.3s;
}

.rg a:hover {
    opacity: 0.7;
    transition: 0.3s;
}

.exclusively {
    margin: 2em 0;
    height: 5em;
}

.mw_wp_form.mw_wp_form_input,
.mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview {
    padding: 2em 0 0.5em 0;
    border-radius: 5px;
}

.mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview h2 {
    display: none;
}

.mw_wp_form.mw_wp_form_complete {
    height: 35vh;
}

.rg form {
    margin: 0 auto 0 auto;
}

.rg input,
.rg textarea,
.rg picture {
    width: 100%;
}

.rg input {
    height: 45px;
}

.rg label {
    text-align: left;
    font-size: 1.55rem;
    color: #00000c;
    font-weight: 300;
    display: block;
}

.asterisk {
    color: red;
    display: inline;
}

.captcha {
    line-height: 1.5;
}

.captcha p {
    font-size: 0.8rem;
}

.captcha a {
    font-size: 1rem;
    display: inline-block;
}

@media (max-width: 768.98px) {
    .flex3 {
        display: block;
    }
    .flex3 div {
        width: 100%;
        margin-bottom: 2em;
    }
    .rg-img {
        margin: 2em auto 1em auto;
    }
    .rg-img img {
        height: 8em;
    }
    .rg h2 {
        font-size: 2.4rem;
        line-height: 1.4;
    }
    .rg a {
        font-size: 1.5rem;
        line-height: 1.8;
    }
    .rg-box {
        padding-top: 0;
    }
    .captcha {}
    .captcha p {
        font-size: 0.75rem;
    }
    .captcha a {
        font-size: 0.95rem;
        display: inline-block;
    }
}

@media (max-width: 414.98px) {
    .assistance-anchor {
        font-size: 1.2rem;
        display: block;
        margin-bottom: 1em;
    }
    .boxes {
        padding: 1em;
    }
    .boxes p {
        margin-bottom: 0;
    }
    .column {
        margin: 0;
    }
    .rg {
        display: block;
        justify-content: center;
    }
    .rg .common__content {
        width: 100%;
        margin-bottom: 0;
    }
    .rg h2 {
        font-size: 1.4rem;
        line-height: 1.5;
        margin-bottom: 0.5em;
    }
    .rg h3 {
        font-size: 1.2rem;
        margin-bottom: 2em;
    }
    .rg div {
        margin-bottom: 1.5em;
    }
    .rg span {
        font-size: 1rem;
        line-height: 1.5;
        margin-bottom: 0;
        display: block;
    }
    .rg a {
        font-size: 1rem;
        line-height: 1.5;
        display: block;
    }
    .rg a:hover {}
    .exclusively {
        margin: 0;
        height: 2em;
    }
    .mw_wp_form.mw_wp_form_input,
    .mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview {
        padding: 0;
        margin-bottom: 0;
    }
    .rg form {
        width: 100%;
        margin: 0 auto 0 auto;
    }
    .rg input,
    .rg textarea {
        width: 100%;
    }
    .rg input {
        height: 40px;
    }
    .rg label {
        text-align: left;
        font-size: 1rem;
        display: block;
    }
    .asterisk {
        display: inline;
    }
    .captcha {
        line-height: 1.2;
    }
    .captcha p {
        font-size: 0.65rem;
    }
    .captcha a {
        font-size: 0.85rem;
        display: inline-block;
    }
}


/*=============== REGISTER INTEREST PAGE ===============*/

.bg-shadow h2 {
    margin-top: 1em;
    margin-bottom: 0;
}

.flex2-rg {
    display: flex;
    text-align: center;
}

.flex2-rg div:nth-of-type(1) {
    width: 25%;
}

.flex2-rg div:nth-of-type(2) {
    width: 75%;
}

.flex2-rg div:nth-of-type(1),
.flex2-rg div:nth-of-type(2) {
    margin-top: auto;
    margin-bottom: auto;
    padding: 0 1em;
}

.flex2-rg div:nth-of-type(1) img,
.flex2-rg div:nth-of-type(2) img {
    width: 100%;
}

@media (max-width: 768.98px) {
    .flex2-rg {
        display: block;
        text-align: center;
    }
    .flex2-rg div:nth-of-type(1) {
        width: 100%;
    }
    .flex2-rg div:nth-of-type(1) img {
        width: auto;
        height: 13em;
        margin-right: 2em;
    }
    .flex2-rg div:nth-of-type(2) {
        width: 100%;
    }
}

@media (max-width: 414.98px) {}


/*=============== NEWS PAGE ===============*/

.nf .font--chennai,
.news .font--chennai {
    margin-bottom: 1.5em;
}

.news--feed {
    margin-left: auto;
    margin-right: auto;
    width: 70%;
    text-align: left;
}

.news--flex {
    display: flex;
    margin-bottom: 5em;
}

.news--img {
    width: 30%;
}

.news--img img {
    width: 150px;
    height: 150px;
    max-width: 150px;
    max-height: 150px;
}

.news--content {
    width: 70%;
    margin: auto 0;
    text-align: left;
}

.news--content h2 {
    font-size: 2.4rem;
    margin-bottom: 0.3em;
    color: #1a1a1a;
    line-height: 1.2;
    word-wrap: break-word;
}

.news--content time {
    font-weight: bold;
    margin-bottom: 1em;
    display: inline-block;
    color: #61bb46;
}

.news--text {
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 2;
    word-wrap: break-word;
}

.news--content a {
    font-size: 1.2rem;
    font-weight: 500;
    color: #61bb46;
    text-decoration: underline;
    cursor: pointer;
    transition: 0.3s;
}

.news--content a:hover {
    opacity: 0.7;
    transition: 0.3s;
}

.pagination span {
    font-size: 0.9rem;
    color: #888088;
    padding: 0.8em;
}

.pagination a {
    color: #888088;
    padding: 0.8em;
    transition: 0.3s;
}

.pagination a:hover {
    color: #fff;
    background: #8176ab;
    text-decoration: none;
    padding: 0.8em;
    border: none;
    border-radius: 5px;
    opacity: 0.8;
    transition: 0.3s;
}

@media (max-width: 768.98px) {
    .news--feed {
        width: 90%;
    }
}

@media (max-width: 414.98px) {
    .nf .font--chennai,
    .news .font--chennai {}
    .news--feed {
        width: 100%;
    }
    .news--flex {
        display: block;
        margin-bottom: 3em;
    }
    .news--img {
        width: 100%;
        margin-bottom: 1.5em;
    }
    .news--img img {
        display: block;
        width: 50px;
        height: 50px;
        margin-right: auto;
        margin-left: auto;
    }
    .news--content {
        width: 100%;
    }
    .news--content h2 {
        font-size: 1.4rem;
        margin-bottom: 0.5em;
        line-height: 1.2;
    }
    .news--content time {}
    .news--text {
        margin-bottom: 0.5em;
    }
    .news--text {
        font-size: 1.2rem;
        line-height: 1.5;
    }
    .news--content a {
        font-size: 1.2rem;
    }
    .news--content a:hover {}
    .pagination span {}
    .pagination a {}
    .pagination a:hover {}
}


/*=============== SINGLE PAGES ===============*/

.news__img {
    text-align: center;
    margin-bottom: 4em;
}

.news__img img {
    width: 250px;
    height: 250px;
}

.news__content {
    margin-left: auto;
    margin-right: auto;
    width: 70%;
    text-align: left;
}

.news__content h2 {
    font-size: 2.4rem;
    color: #1a1a1a;
    margin-bottom: 0.3em;
}

.news__content time {
    display: block;
    color: #625b54;
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 3em;
}

.news__text {
    margin-bottom: 6em;
}

.news__text h2 {
    color: #61bb46;
}

.news__text h3 {
    text-decoration: underline #61bb46;
}

.news__text p {
    text-align: left;
    font-size: 1.5rem;
    line-height: 1.5;
    margin-bottom: 1.5em;
    word-wrap: break-word;
}

@media (max-width: 768.98px) {
    .news__img img {
        width: 200px;
        height: 200px;
    }
    .news__content h2 {
        font-size: 2.4rem;
        line-height: 1.2;
        margin-bottom: 0.3em;
    }
    .news__text {
        margin-bottom: 3em;
    }
}

@media (max-width: 414.98px) {
    .news__img {
        margin-bottom: 1.5em;
    }
    .news__img img {
        width: 50px;
        height: 50px;
    }
    .news__content {
        width: 100%;
    }
    .news__content h2 {
        font-size: 1.4rem;
        margin-bottom: 0.5em;
    }
    .news__content time {
        margin-bottom: 1em;
    }
    .news__text {
        margin-bottom: 3em;
    }
    .news__text p {
        font-size: 1.2rem;
        line-height: 1.5;
        margin-bottom: 1.5em;
    }
}


/*=============== CONTACT PAGES ===============*/

.line-link {
    text-decoration: underline;
    display: block;
    color: #61bb46;
    font-size: 1rem;
}


/* Contact Form 7が追加する余計なスタイルをリセット */

.wpcf7-form div br:nth-last-of-type(1) {
    display: none;
}

.wpcf7-submit,
.wpcf7-previous {
    height: auto;
    font-size: 1.2rem;
}

div.wpcf7 .wpcf7-spinner {
    display: none;
}

.wpcf7-list-item input {
    height: auto;
    width: auto;
}

.wpcf7-list-item-label,
.wpcf7-list-item-label a {
    font-size: 1rem !important;
    display: inline !important;
    margin-left: 0.5em;
}

@media (max-width: 414.98px) {
    .wpcf7-submit {
        margin-bottom: 0.5em;
    }
    .wpcf7-spinner {
        display: none;
    }
    .wpcf7-list-item input {
        height: auto;
        width: auto;
    }
    .wpcf7-list-item-label,
    .wpcf7-list-item-label a {
        font-size: 0.8rem !important;
        display: inline !important;
    }
}


/*=============== Privacy Policy Page ===============*/

.pp {
    text-align: left;
}

.pp .common__content:last-of-type {
    margin-bottom: 0;
}

.pp h2 {
    color: #0A3994;
    margin-bottom: 0.5em;
}

.pp h2:nth-of-type(1),
.pp h2:nth-of-type(2) {
    margin-bottom: 0.3em;
}

.pp h3 {
    color: #0A3994;
    font-size: 2rem;
    line-height: 1.8;
    margin-top: 2em;
    margin-bottom: 0.5em;
}

.pp p {
    margin-bottom: 0.5em;
}

.pp-anchor {
    color: #34ABDB;
    font-size: 1.65rem;
    line-height: 2;
    text-decoration: none;
    transition: 0.3s;
}

.pp-anchor:hover {
    opacity: 0.7;
    transition: 0.3s;
}

@media (max-width: 768.98px) {}

@media (max-width: 414.98px) {
    .pp {}
    .pp .common__content {
        margin-bottom: 2.5em;
    }
    .pp .common__content:last-of-type {}
    .pp h2:nth-of-type(1),
    .pp h2:nth-of-type(2) {
        margin-bottom: 0.5em;
    }
    .pp h3 {
        font-size: 1.2rem;
        line-height: 1.5;
        margin-top: 2em;
        margin-bottom: 0.5em;
    }
    .pp p {}
    .pp-anchor {
        font-size: 1rem;
        line-height: 1.5;
    }
    .pp-anchor:hover {}
}


/*=============== OUR TEAM ===============*/

.news-link {
    color: #34ABDB;
    font-size: 1.2rem;
    transition: 0.3s;
    word-wrap: break-word;
}

.news-link:hover {
    cursor: pointer;
    opacity: 0.7;
    transition: 0.3s;
}

@media (max-width: 768.98px) {
    .news-link {}
    .news-link:hover {}
}

@media (max-width: 414.98px) {
    .news-link {
        font-size: 0.8rem;
    }
    .news-link:hover {}
}


/*=============== Sitemap Page ===============*/

.sm {
    text-align: center;
    height: 65vh;
}

.sitemap--flex {
    display: flex;
    margin-top: 3em;
    margin-bottom: 2em;
}

.sitemap--flex div {
    width: 50%;
}

.sitemap--flex div:nth-of-type(1),
.sitemap--flex div:nth-of-type(2) {
    margin-right: 1em;
}

.sitemap--flex div a {
    margin-bottom: 2em;
    display: block;
    text-decoration: none;
    color: #47413b;
    font-size: 1.5rem;
    line-height: 1.5;
}

@media (max-width: 768.98px) {}

@media (max-width: 414.98px) {
    .sm {
        height: auto;
    }
    .sitemap--flex {
        display: block;
        padding: 0;
        margin-top: 1.5em;
    }
    .sitemap--flex div {
        width: 100%;
    }
    .sitemap--flex div:nth-of-type(1),
    .sitemap--flex div:nth-of-type(2) {
        margin-bottom: 1em;
    }
    .sitemap--flex div:nth-of-type(1),
    .sitemap--flex div:nth-of-type(2) {
        margin-right: 0em;
    }
    .sitemap--flex div a {
        margin-bottom: 1.5em;
        font-size: 1.2rem;
        line-height: 1.2;
    }
}