@charset "UTF-8";

/* fv_cv_txt */

@media (min-width: 769px) {
    .fv_cv {
        padding: 35px 0;
    }
    .fv_cv .fv_cv_txt_02 {
        font-size: 16px;
        margin-bottom: 10px;
        font-weight: bold;
        background: #009ae0;
        color: #fff;
        border-radius: 20px;
        padding: 4px 10px;
        text-align: center;
    }
    .fv_cv .txt_block {
        max-width: 480px;
    }
    .fv_cv .txt_block .block {
        display: block;
        margin: -8px auto 0;
        font-size: 26px;
        text-align: center;
    }
    .cv_txt_02 .block {
        display: block;
        margin: 0 auto 0;
        font-size: 26px;
        text-align: center;
    }
    .cv .pc_flex {
        align-items: start;
    }
}
@media (max-width: 768px) {
    .fv_cv .fv_cv_txt_02 {
        font-size: 11px;
        margin-bottom: 10px;
        font-weight: bold;
        background: #009ae0;
        color: #fff;
        border-radius: 20px;
        padding: 4px 10px;
        text-align: center;
    }
    .fv_cv .txt_block .block {
        display: block;
        margin: 5px auto 5px;
        font-size: 18px;
        text-align: center;
    }
    .cv_txt_02 .block {
        display: block;
        margin: 5px auto 5px;
        font-size: 16px;
        text-align: center;
    }
}

/* plan */

@media (min-width: 769px) {
    .plan {
        background: #f8d5e4;
        padding: 60px 0 180px;
    }
    .plan .inner {
        max-width: 1000px;
    }
    .plan_item + .plan_item {
        margin: 50px 0 0;
    }
    .plan .plan_copy {
        width: 100%;
        margin: 0 auto 70px;
        max-width: 790px;
    }
    .plan_content {
        display: flex;
        gap: 0 20px;
        margin: 50px 0 40px;
    }
    .plan_content .plan_image {
        max-width: 200px;
        width: 30%;
        margin: 40px auto;
    }
    .plan .plan_item .plan_ttl {
        background: #e25476;
    }
    .plan_content .plan_ttl_sub {
        font-size: 26px;
    }
    .plan_content .plan_text {
        width: 100%;
        padding: 25px 0 0;
    }
    .plan_content .plan_text span {
        font-weight: 600;
    }
    .plan .plan_item .plan_image {
        text-align: center;
        max-width: 760px;
        margin: 40px auto 0;
    }
    .plan_feature_list {
        display: flex;
        gap: 0 20px;
        justify-content: space-between;
        padding: 0;
        margin: 30px 0 0px;
    }
    .plan_feature_list .plan_feature_item {
        width: 44%;
        background: #fff;
        border-radius: 15px;
        padding: 20px;
    }
    .plan_feature_list .plan_feature_item .image {
        height: 172px;
    }
    .plan_feature_list .plan_feature_item .image img {
        object-fit: cover;
        width: 100%;
        height: 100%;
        object-position: 22% center;
        background: #fff;
        border-radius: 100%;
    }
    .plan_feature_list .plan_feature_item .text {
        text-align: center;
        font-size: 23px;
        line-height: 1.4;
    }
    .plan_list .plan_desc {
        text-align: center;
        font-size: 20px;
    }
}
@media (max-width: 768px) {
    .plan {
        background: #f8d5e4;
    }
    .plan_content {
        gap: 0 20px;
    }
    .plan_content .plan_image {
        max-width: 150px;
        width: 100%;
        text-align: center;
        margin: 0 auto;
    }
    .plan .plan_item .plan_ttl {
        background: #e25476;
    }
    .plan_content .plan_ttl_sub {
        font-size: 20px;
        text-align: center;
    }
    .plan_content .plan_text {
        padding: 20px 0 0;
    }
    .plan_feature_list {
        display: flex;
        gap: 10px 0px;
        justify-content: center;
        padding: 0 20px;
        margin: 20px 0 20px;
        flex-flow: wrap;
    }
    .plan_feature_list .plan_feature_item {
        width: 95%;
        text-align: center;
        margin: 0 auto;
        background: #fff;
        padding: 15px;
        border-radius: 10px;
    }
    .plan_feature_list .plan_feature_item .image {
        height: 110px;
        padding: 0 20px;
    }
    .plan_feature_list .plan_feature_item .image img {
        object-fit: cover;
        width: 100%;
        height: 100%;
        object-position: 22% center;
        background: #fff;
        border-radius: 100%;
    }
    .plan_feature_list .plan_feature_item .text {
        text-align: center;
        font-weight: 600;
        font-size: 18px;
        margin: 0 auto;
        line-height: 1.4;
    }
}

/* worry */

@media (min-width: 769px) {
    .worry {
        padding: 50px 0 140px;
    }
}

/* worry_ttl  */

@media (max-width: 768px) {
    .worry .worry_ttl {
        text-align: center;
        flex-flow: row wrap;
    }
    .worry .worry_ttl img {
        text-align: center;
        margin-top: 20px;
    }
}

/* case */

.case .case_price_large_ttl {
    border-top: 1px solid #fff;
    padding: 30px 0 0;
}

.case .case_price_ttl {
    font-size: 6vw;
    margin-bottom: 25px;
    background: #fff8da;
}
.case .subject {
    text-align: center;
    margin: 10px 0;
    padding: 0 10px;
}

@media (min-width: 769px) {
    .case {
        padding: 10px 0 150px;
        background: #f8d5e4;
    }
    .case_price_note {
        margin: 20px 0 0;
    }

    .case .case_price_ttl {
        font-size: 24px;
        padding: 15px;
    }
}

@media (max-width: 768px) {
    .case {
        background: #f8d5e4;
        padding: 1px 0 60px;
    }
    .case_price_note {
        margin: 20px 0 0;
    }
    .case .case_price_ttl {
        padding: 15px;
        margin-bottom: 20px;
    }

    .case .case_price_body {
        padding: 0 0px 0 15px;
    }
}

.case_price_block {
    background: #fff;
    padding: 0px 0px 20px;
    border-radius: 10px;
    overflow: hidden;
}

.case_price_block + .case_price_block {
    margin-top: 30px;
}

.case_price_body {
    padding: 10px 50px;
}

.case-table {
    border-collapse: collapse;
}

.case-table td,
.case-table th {
    padding: 10px 20px;
    border: 1px solid #fff;
    border-bottom: 1px dotted #d8d8d8;
    border-top: 1px dotted #ccc;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

.case-table th {
    background: #e25476;
    font-size: 16px;
    color: #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    border-top: none;
}

.case-table td {
    font-size: 16px;
}

.case-table .price {
    text-align: right;
}

@media screen and (max-width: 767px) {
    .table-scroll {
        width: 100%;
        overflow-x: scroll;
        box-sizing: border-box;
    }

    .case-table {
        min-width: 540px;
    }

    .case-table td,
    .case-table th {
        font-size: 12px;
        padding: 7px 10px;
    }

    .case-table th:nth-child(1) {
        width: 90px;
        border-radius: 0;
    }
}

/* check-list */
.plan .check_list {
    list-style: none;
    padding: 0;
    margin: 0;
    width: fit-content;
    margin: 40px auto 0;
}
.plan .check_item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 20px;
}
.plan .check_item .icon {
    position: relative;
    top: 2px;
    left: -20px;
    width: 24px;
    height: 24px;
}

@media (max-width: 768px) {
    .plan .check_list {
        padding: 0 20px;
    }
    .plan .check_item {
        font-size: 16px;
        gap: 0 15px;
        align-items: start;
    }
    .plan .check_item .icon {
        width: 12px;
        height: 12px;
    }
    .plan .check_item .icon {
        position: relative;
        top: 4px;
        left: 0;
        width: 20px;
        height: 20px;
    }
}

@media (max-width: 768px) {
    .plan .plan_item .plan_ttl.ttl_01 img {
        width: 66px;
        right: 4vw;
    }
}

/* reason */

@media (min-width: 769px) {
    .reason {
        background: #f8d5e4;
        padding: 50px 0 60px;
    }
    .reason_block_list {
        display: flex;
        gap: 0 20px;
    }
    .reason .reason_block {
        width: 33%;
        height: 100%;
        margin-bottom: 0;
        min-height: stretch;
    }
    .reason .reason_block .reason_txt {
        padding: 40px 40px;
    }
    .reason .reason_block .add_bg_pc {
        padding: 20px 20px;
    }
    .reason .reason_block_01 .add_bg_pc {
        background: #00833e;
    }
    .reason .reason_block_02 .add_bg_pc {
        background: #ffda37;
    }
    .reason .reason_block_03 .add_bg_pc {
        background: #ffda37;
    }
    .reason .reason_block_02 .add_bg_pc .txt_block,
    .reason .reason_block_03 .add_bg_pc .txt_block {
        color: #000 !important;
    }
    .reason .reason_block .add_bg_sp {
        background: none;
    }
    .reason .reason_block .add_bg_pc .txt_block {
        width: 100%;
        color: #fff;
    }
    .reason .reason_block .reason_ttl {
        text-align: center;
    }
    .reason .reason_block .sub {
        text-align: center;
        background: #fff;
        font-weight: bold;
        padding: 10px;
        color: #000;
        line-height: 1;
        font-size: 16px;
        border-radius: 20px;
        max-width: 260px;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .reason {
        background: #f8d5e4;
        padding: 30px 0 60px;
    }
    .reason .reason_block_02 .add_bg_pc .txt_block,
    .reason .reason_block_03 .add_bg_pc .txt_block {
        color: #000 !important;
    }
    .reason .reason_block .add_bg_sp {
        padding: 15px 30px 15px 30px;
    }
    .reason .reason_block_01 .add_bg_sp {
        background: #00833e;
    }
    .reason .reason_block_02 .add_bg_sp {
        background: #ffda37;
    }
    .reason .reason_block_03 .add_bg_sp {
        background: #ffda37;
    }
    .reason .reason_block .add_bg_pc .txt_block {
        width: 100%;
        color: #fff;
    }
    .reason .reason_block .reason_ttl {
        text-align: center;
    }
    .reason .reason_block .reason_txt {
        border-top: none;
    }
    .reason .reason_block .sub {
        text-align: center;
        background: #fff;
        font-weight: bold;
        padding: 10px;
        color: #000;
        line-height: 1;
        font-size: 16px;
        border-radius: 20px;
        max-width: 260px;
        margin: 0 auto;
    }
}

/* atama */

@media (min-width: 769px) {
    .atama {
        background: #e25476;
    }
}

@media (max-width: 768px) {
    .atama {
        background: #f0faf7;
        padding: 10px 0 60px;
        position: relative;
    }
}

/* other */

.other {
    background: #f8d5e4;
}
.other .mod_flow ol li dt {
    color: #e25476;
}

.sec_question .item .question .q {
    background: #e25476;
}
.sec_question .item .question {
    color: #e25476;
}
.sec_question .item .question::after,
.sec_question .item .question::before {
    background: #e25476;
}

.fv_cv {
    background: #fff;
}

/* room */

.room .classrooms .area {
    background: #e25476;
}
.room .classrooms ul {
    background: #f8d5e4;
}

/* swiper */

.swiper-pagination-bullet-active {
    background: #e25476;
}

@media (min-width: 769px) {
    .fv_cv {
        padding: 20px 0 15px;
    }
    .fv_cv .inner {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 0 20px;
    }
    .fv_cv .fv_cv_txt {
        width: 600px;
    }
    .fv_cv .btn_block {
        width: 400px;
    }
    .fv_cv .fv_cv_txt {
        margin-bottom: 5px;
    }
    .btn_cv .inner {
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 0 20px;
    }
    .btn_cv .fv_cv_txt {
        width: 600px;
    }
    .btn_cv .btn_block {
        width: 400px;
    }
    .btn_cv .fv_cv_txt {
        margin-bottom: 5px;
    }
    }
    @media (max-width: 768px) {
    .fv_cv .inner {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .fv_cv .fv_cv_txt {
        width: 100%;
        box-sizing: border-box;
    }
    .fv_cv .btn_block {
        width: 80%;
        padding: 0 20px;
        box-sizing: border-box;
    }
    .btn_cv .inner {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .btn_cv .fv_cv_txt {
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }
    .btn_cv .btn_block {
        width: 80%;
        padding: 0 20px;
        box-sizing: border-box;
    }
    }