@charset "utf-8";

/* @font-face {
    font-family: 'shirokuma';
    src: url(/assets/fonts/001Shirokuma-Regular.otf);
    font-family: 'cp';
    src: url(/assets/fonts/CP_Font.otf);
    font-family: 'append_cp';
    src: url(/assets/fonts/Append_CP_Font.otf);
    font-family: 'pigmo00';
    src: url(/assets/fonts/Pigmo-00.otf);
    font-family: 'pigmo01';
    src: url(/assets/fonts/Pigmo-01.otf);
} */


/* @font-face {
    font-family: 'shirokuma';
    src: url(/assets/fonts/001Shirokuma-Regular.otf);
} */

html {
    background-color: #F0C1D8;
}

body {
    background-color: #F0C1D8;
}

.cover {
    padding-bottom: 50px;
}

.cover_title {
    width:40%;
    margin: auto;
    transform: translateY(0px);
    z-index: 2;
}

.cover_girl {
    z-index: 1;
}

.cover_point_wrap {
    width: 100%;
    height: 100%;
    position: relative;
}

.cover_point {
    /* transform: translateY(-200px); */
    width: 20%;
    position: absolute;
    left: 5%;
    bottom: 10px;
    z-index: 2;
}

.benefits {
    background-color: #F4EFB3;
    z-index: 2;
    padding: 10px 0;
}

.benefits_container {
    background-color: white;
    border-radius: 10px;
    padding: 10px 20px;
    -webkit-filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.5));
    -moz-filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.5));
    -ms-filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.5));
    filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.5));
}

.benefits_title {
    margin-top: 20px;
}

.benefits_6 {
    margin-top: 20px;
}

#benefits_row_2 {
    margin-top: 26px;
}

#easy4_row_2 {
    margin-top: 15px;
}

.benefits_caution {
    margin-top: 20px;
    margin-bottom: 50px;
}

.under {
    background: linear-gradient(transparent 80%, #F4EFB3 50%);
}

.schools_title {
    padding-top: 50px;
    /* background-color: rgba(255, 165, 0, .3); */
}

.schools_title h1 {
    /* font-size: calc(15px + 1.5vw); */
    /* font-size: calc(15px + 3vw); */
    font-size: 40px;
    width: 100%;
    margin: 0 auto;
    font-family: shirokuma;
    color: #fff;
    -webkit-text-stroke: 1.2px #666;
    text-stroke: 1.2px #666;
}

.schools_cell {
    background-color: white;
    padding-bottom: 10px;
    margin-bottom: 40px;
    /* width: 90%; */
}

.schools_cell_wrapper {
    margin: 0 auto;
    margin-top: 50px;
    width: 100%;
}

.schools_cell_wrapper .col-md-4 {
    padding-right: 10px;
    padding-left: 10px;
}


/* .schools_container {} */

.schools_cell img {
    margin-top: -20px;
    margin-bottom: 10px;
}

.js_resize_img {
    margin: 0 auto;
}

.fit-img {
    object-fit: cover;
    height: 100%;
    width: 85%;
}

.title_img {
    margin-top: 10px;
}

.fit-title {
    object-fit: cover;
    height: 100%;
    width: 90%;
}

.schools_cell h2 {
    font-size: 25px;
    line-height: 1.5;
}

.schools_cell p {
    /* font-family: timemachine; */
    /* font-family: Kikai; */
    font-family: ghatee;
    font-size: 14px;
    line-height: 1.2;
}

.schools_btn {
    display: flex;
    justify-content: space-around;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
}

.schools_btn a,
.school_footer a {
    color: white;
}

.school_footer a {
    font-size: 12px;
    text-decoration: underline;
    text-decoration-color: white;
}

.schools_btn div {
    font-size: 12px;
    padding-top: 4px;
    padding-bottom: 4px;
    /* width: 45%; */
    background-color: #F275E0;
    border-radius: 13px;
}

.btn_design{
    margin-top: 10px;
}

.map_btn {
    width: 80%!important;
    background-color: #F4EFB3!important;
}

.map_btn a {
    color: #000!important;
}

.flexiblebox {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 42px;
}

.flexiblebox p {
    font-size: 4vw;
}

.news_area {
    /* width: 130%;
    margin-left: -15%;
    margin-top: 50px;
    margin-bottom: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: pink; */
    width: 90%;
    margin: 50px auto;
    /* padding-top: 50px; */
    padding-bottom: 70px;
    background-color: #F8E7FF;
}

.news_area h1 {
    color: white;
    padding-top: 30px;
    padding-bottom: 70px;
}

.active_news {
    width: 90%;
    height: 320px;
    overflow-y: scroll;
    margin: 0 auto;
    background-color: white;
    /* padding-bottom: 50px; */
}

.active_news a {
    color: #505659;
}

.fit-img-full {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.news_contents {
    display: flex;
    justify-content: left;
    padding: 20px 10px;
    border-bottom: 1px dashed gray;
}


/* .active_news:last-child {
    border-bottom: none;
} */


/* .news_contents:last-of-type {
    border-bottom: none;
} */


/* .news_contents:not(:last-child) {
    border-bottom: 1px dashed gray;
} */

.news_image {
    margin: 0;
    padding: 0;
    width: 110px;
    height: 100px;
    overflow: hidden;
}

.news_description {
    width: 100%;
    text-align: left;
}

.news_image_description {
    /* width: 80%; */
    padding-left: 2.5%;
}

.news_title {
    color: #e036b1;
    line-height: 1.5;
    font-size: 16px;
}

.news_date {
    text-align: right;
}

.school_footer {
    padding-bottom: 200px;
}

.school_footer p {
    margin-top: 20px;
}


/* .schools_btn span:last-child {
    margin-right: 20px;
} */


/* お問い合わせCSS */

.inquire_bg {
    background-image: url('images/papers.co-sn30-pink-rose-pastel-blur-gradation-1920x1080.jpg');
}

.application_bg {
    background-image: url('images/papers.co-sm73-sky-soft-blur-gradation-1920x1080.jpg');
}

.quo-card_bg {
    background-image: url('images/papers.co-sn29-sky-blue-blur-gradation-1920x1080.jpg');
}

.bg {
    background-size: contain;
    background-size: cover;
    min-height: 100vh;
}

.container_bg {
    padding: 50px 0;
}

.form_wrapper {
    padding: 50px 0;
    background-color: white;
    background-repeat: no-repeat;
    border-radius: 20px;
    -webkit-filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.5));
    -moz-filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.5));
    -ms-filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.5));
    filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.5));
}

#contact input {
    border-width: 0 0 2px 0;
}

#contact label,
.application_radio_wrap p {
    text-align: left;
    font-size: 12px;
    color: #444;
    margin-bottom: 1.5rem;
    width: 100%;
}

.form_header {
    text-align: left;
    /* margin: 0 auto; */
    margin: 0 20px;
    margin-bottom: 50px;
    /* width: 80%; */
}

.form_header h1 {
    font-size: 40px;
    line-height: 1.5;
}

.form_header p {
    font-size: 14px;
    margin: 10px 0;
}

.red,
.wpcf7-not-valid-tip {
    color: red;
}

.asterisk {
    margin: 0 0 0 0.2em;
    color: #f5637a;
}

.wpcf7 {
    margin: 0 20px;
}

.screen-reader-response {
    color: red;
    margin-bottom: 50px;
}

.screen-reader-response ul {
    padding: 10px 20px;
    border: 1px solid rgb(100, 100, 100);
    border-radius: 10px;
}

.wpcf7-response-output {
    margin-top: 20px;
    color: red;
}

.wpcf7-form-control {
    width: 90%;
}

.submit_btn {
    width: 30%!important;
    background-color: rgb(100, 100, 100);
    color: white;
    font-size: 14px;
    /* padding: 0 30px; */
    border-radius: 10px;
    border-bottom: none;
}

.wpcf7-not-valid-tip {
    margin-left: 20px;
}

.application_bg .wpcf7-radio label,
.quo-card_bg .wpcf7-radio label {
    margin-bottom: 5px!important;
}

.application_bg .wpcf7-list-item-label,
.quo-card_bg .wpcf7-list-item-label {
    margin-left: 10px;
}

.application_radio_wrap div {
    text-align: left;
    font-size: 12px;
    color: #444;
    margin-bottom: .5rem;
    width: 100%;
}

.application_radio_wrap p {
    margin-left: 20px;
}

.sub_text {
    font-size: 10px;
}

.fix_L {
    background-color: skyblue;
}

.fix_R {
    background-color: #F275E0;
}

.fixed_buttons {
    background-color: #F275E0;
    position: fixed;
    z-index: 145;
    bottom: 0px;
    width: 100%;
    color: white;
    font-size: 20px;
    font-weight: bold;
}

.fixed_btn {
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fixed_buttons a {
    height: 100%;
    width: 100%;
    color: white;
    font-size: 14px;
    font-weight: 600;
}

.page_title {
    width:40%;
    margin: auto;
    margin-top: 50px;
}

.contnts_text {
    margin-top: 40px;
    margin-bottom: 80px;
    text-align: left;
}

.single_news_container {
    width: 95%;
    background-color: white;
    margin: 50px auto;
    border-radius: 10px;
    padding: 20px 15px;
    -webkit-filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.5));
    -moz-filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.5));
    -ms-filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.5));
    filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.5));
}

.single_news_container h1 {
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #bbb;
}

.single_news_date {
    font-size: 12px;
    color: #999;
    margin-bottom: 60px;
}

.wp-block-image img {
    max-width: 100%;
}

.wp-block-image {
    margin: 20px;
}

.contnts_text p {
    margin: 30px 0;
}

.news_area h1 {
    font-size: calc(15px + 5vw)!important;
}

.easy {
    margin-top: 60px;
}

.easy4 {
    margin-bottom: 60px;
}

@media (max-width: 397px) {
    .schools_title h1 {
        /* font-size: calc(13px + 1.5vw); */
        font-size: 31px;
        /* -webkit-text-stroke: 1px #666;
        text-stroke: 1px #666; */
    }
}

@media (min-width: 576px) {
    .cover_title {
        transform: translateY(60px);
    }
    .cover_point {
        left: 30px;
        bottom: 20px;
    }
    .benefits {
        padding: 60px 0;
    }
    .benefits_container {
        padding: 20px 40px;
    }
    .schools_cell_wrapper {
        margin-top: 100px;
        width: 85%;
    }
    .map_btn {
        width: 45%!important;
    }
    .news_area h1 {
        font-size: calc(15px + 4vw)!important;
    }
    .schools_title h1 {
        font-size: 31px;
    }
    .apper_br {
        display: none;
    }
    .under {
        /* background: linear-gradient(transparent 70%, #a8eaff 50%); */
        background: linear-gradient(transparent 70%, #F4EFB3 50%);
    }
    .flexiblebox {
        height: 32px;
    }
    .news_contents {
        padding: 20px 40px;
    }
    /* .news_image {
        width: 20%;
    } */
    .fixed_buttons a {
        font-size: 19px;
        font-weight: 600;
    }
    .flexiblebox p {
        font-size: 14px;
    }
}

@media (min-width: 768px) {
    #benefits_row_2,
    #easy4_row_2 {
        margin-top: 0px;
    }
    .cover_point {
        left: 50px;
        bottom: 50px;
        width: 170px;
    }
    .schools_title h1 {
        font-size: 40px;
    }
    .active_news {
        width: 60%;
        height: 320px;
    }
    .apper_br_md {
        display: none;
    }
    .form_header {
        margin: 0 20%;
    }
    .wpcf7 {
        margin: 0 20%;
    }
    .wpcf7-form-control {
        width: 80%;
    }
    .flexiblebox p {
        font-size: 13px;
    }
    .single_news_container {
        width: 80%;
        padding: 20px 80px;
    }
}

@media (min-width: 992px) {
    .schools_title h1 {
        width: 80%;
    }
    .wpcf7-form-control {
        width: 60%;
    }
    .flexiblebox p {
        font-size: 14px;
    }
}

@media (min-width: 1200px) {
    .schools_title h1 {
        font-size: 50px;
    }
}