
@charset "UTF-8";

/* 当教室について */
#about+div {
    overflow: visible;
}

#about+div .heading.block_header_4 .h {
    font-size: 4rem !important;
    line-height: 1;
}

#about+div .heading.block_header_4 p {
    font-size: 2rem !important;
}

#about+div .wrapper_item {
    overflow: visible;
    position: relative;
}

#about+div .wrapper_item::before {
    position: absolute;
    display: block;
    content: "";
    width: 59%;
    height: 100%;
    bottom: 0;
    left: 0;
    background: url("/common/upload_data/brain-kidsjp/image/about_2.png") no-repeat bottom right/ 65%;
    pointer-events: none;
    z-index: 3;
}

#about+div .inner_item:last-of-type .inner_item_txt {
    position: relative;
}

#about+div .inner_item_img {
    position: relative;
}

#about+div .inner_item_img::before {
    position: absolute;
    display: block;
    content: "";
    width: 150%;
    height: 150%;
    top: -25%;
    left: -25%;
    background: url("/common/upload_data/brain-kidsjp/image/f_2.png") no-repeat center / contain;
    pointer-events: none;
    z-index: -1;
}

#about+div .inner_item:nth-of-type(1) .inner_item_img {
    max-width: 350px;
}

#about+div .inner_item:nth-of-type(2) .inner_item_img {
    max-width: 280px;
}

@media screen and (min-width: 701px) {
    #about+div .inner_item:first-of-type {
        width: 26%;
    }

    #about+div .inner_item:nth-of-type(2) {
        width: 22%;
        z-index: 2;
    }

    #about+div .inner_item:last-of-type {
        margin-left: 6%;
        background: #fff3e4;
        border-radius: 30px;
        aspect-ratio: 1;
        width: 35%;
        padding: 50px;
        display: grid;
        place-content: center;
    }
}

@media screen and (max-width: 700px) {
    #about+div .inner_item:nth-of-type(1) {
        margin-top: 50px !important;
        order: 2;
    }

    #about+div .inner_item:nth-of-type(2) {
        margin-top: 50px !important;
        order: 3;
    }

    #about+div .inner_item:last-of-type {
        width: 100%;
        order: 1;
    }

    #about+div .inner_item:not(:last-of-type) {
        width: 39% !important;
        margin-bottom: 0;
    }

    #about+div .wrapper_item {
        justify-content: space-between;
        padding-bottom: 100px;
    }

    #about+div .wrapper_item::before {
        width: 100%;
        background-size: 250px;
        left: auto;
        right: -10px;
    }
}

@media screen and (max-width: 800px) {
    #about+div .heading.block_header_4 .h {
        font-size: 2.5rem !important;
    }

    #about+div .heading.block_header_4 p {
        font-size: 1.65rem !important;
    }

    #about+div .inner_item_img img {
        max-width: 220px;
    }
}

/* 新着情報 */
#news+div::before,
#news+div::after {
    position: absolute;
    display: block;
    content: "";
    max-width: 1500px !important;
    width: calc(100% - 40px);
    transform: translateX(-50%);
    z-index: 2;
    pointer-events: none;
}

#news+div::before {
    min-height: 90px;
    max-height: 180px;
    height: 9vw;
    background: url("/common/upload_data/brain-kidsjp/image/news.png") no-repeat bottom left / contain;
    left: calc(50% - 20px);
    bottom: 0;
}

#news+div::after {
    min-height: 100px;
    max-height: 180px;
    height: 9vw;
    background: url("/common/upload_data/brain-kidsjp/image/news2.png") no-repeat top right / contain;
    left: calc(50% + 20px);
    top: 0;
}

#news+div>.content_wrapper {
    display: grid;
    grid-template-rows: 0.5fr 0.5fr 0.5fr;
    grid-template-columns: 30% 1fr;
    gap: 0 30px;
    background: var(--i_sub2_color);
    padding: 90px 3% 150px;
    margin: 10px auto 70px;
    width: calc(100% - 40px);
    border-top: 20px solid #bbd8dd;
}

#news+div>.content_wrapper::before,
#news+div>.content_wrapper::after {
    position: absolute;
    display: block;
    content: '';
    pointer-events: none;
}

#news+div>.content_wrapper::after {
    height: 45px;
    background: url("/common/upload_data/brain-kidsjp/image/memo.png") no-repeat top center / contain;
    top: -30px;
    left: 2.5%;
    width: 95%;
}

#news+div>.content_wrapper::before {
    width: 100%;
    min-height: 210px;
    max-height: 300px;
    height: 15vw;
    background: url("/common/upload_data/brain-kidsjp/image/05.png") no-repeat bottom right / contain;
    bottom: -70px;
    right: -30px;
    z-index: 1;
}

#news+div ul {
    grid-row: 1 / 4;
    grid-column: 2 / 3;
    min-width: auto
}

#news+div .contents_btn01 {
    padding: 0;
}

#news+div .contents_btn01 .content_wrapper {
    text-align: left;
}

#news+div li {
    background: var(--i_bg_color);
    padding: 40px 3% 65px;
    border-radius: 0 30px 0 30px;
    border: 1px solid var(--i_txt_color) !important;
}

#news+div li:nth-of-type(3n+1) {
    transform: rotate(8deg);
}

#news+div li:nth-of-type(3n+2) {
    transform: rotate(-10deg);
}

#news+div li:nth-of-type(3n+3) {
    transform: rotate(6deg);
}

#news+div .slick-list {
    overflow: visible;
}

@media screen and (max-width: 800px) {
    #news+div>.content_wrapper {
        display: block;
    }

    #news+div .contents_btn01 {
        margin-top: 30px !important;
    }
}

@media screen and (min-width: 501px) {
    #news+div li {
        width: 70% !important;
        max-width: 306.5px;
    }

    #news+div .slick-track {
        width: auto !important;
    }
}

@media screen and (max-width: 500px) {
    #news+div ul {
        justify-content: center;
    }

    #news+div li {
        padding: 10px 1% 25px;
        border-radius: 0 10px 0 10px;
    }

    #news+div li:nth-of-type(3n+1) {
        transform: rotate(8deg);
    }

    #news+div li:nth-of-type(3n+2) {
        transform: rotate(-10deg);
    }

    #news+div li:nth-of-type(3n+3) {
        transform: rotate(0deg);
    }
}

@media screen and (max-width: 480px) {
    #news+div::before {
        bottom: 70px;
    }

    #news+div>.content_wrapper {
        margin-top: 0;
        padding-top: 40px;
        padding-bottom: 50px;
    }

    #news+div>.content_wrapper::before {
        min-height: 150px;
        bottom: 0px;
    }

    #news+div>.content_wrapper::after {
        top: -20px;
    }

    #news+div .contents_btn01 .content_wrapper {
        text-align: center;
    }
}

/* link */
#link+div .wrapper_item {
    justify-content: space-between;
    gap: 10px;
}

#link+div .inner_item {
    width: 14% !important;
    margin: 0 !important;
}

#link+div .inner_item_img {
    background: var(--i_main_color);
    border-radius: 50%;
    aspect-ratio: 1;
    display: grid;
    place-content: center;
}

#link+div .inner_item:nth-of-type(even) .inner_item_img {
    background: var(--i_sub3_color);
}

#link+div .inner_item img {
    width: auto !important;
    height: auto !important;
    max-width: 120px;
    filter: brightness(0) invert(1);
}

#link+div .heading.block_header_4 .h {
    color: var(--i_txt_color);
}

#link+div .heading.block_header_6 .h {
    padding-top: 10px;
    padding-right: 85px;
}

#link+div .heading.block_header_6 .h::before {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 80px;
    background: url("/common/upload_data/brain-kidsjp/image/click_1.png") no-repeat top right / contain;
    top: 0;
    right: 0;
    pointer-events: none;
}

@media screen and (max-width: 1200px) {
    #link+div .inner_item img {
        width: 60% !important;
        left: 20%;
        position: relative;
    }
}

@media screen and (max-width: 480px) {
    #link+div .inner_item {
        width: 30% !important;
    }

    #link+div .inner_item:nth-of-type(4) .inner_item_img,
    #link+div .inner_item:nth-of-type(6) .inner_item_img {
        background: var(--i_main_color);
    }

    #link+div .inner_item:nth-of-type(5) .inner_item_img {
        background: var(--i_sub3_color);
    }

    #link+div .wrapper_item {
        justify-content: space-evenly;
    }

    #link+div .heading.block_header_6 .h {
        padding-top: 60px;
        padding-right: 0;
        padding-bottom: 0;
        font-size: 2.1rem !important;
    }

    #link+div .heading.block_header_6 .h::before {
        height: 50px;
        background-position: top center;
    }
}

/* 当教室の特徴 */
#f+section {
    overflow: visible;
}

#f+section>.content_wrapper {
    padding-top: 0;
    background: var(--i_main_color);
    border: none;
    border-radius: 0 0 30px 30px;
}

#f+section>.content_wrapper::before,
#f+section>.content_wrapper::after {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    left: 0;

    pointer-events: none;
}

#f+section>.content_wrapper::before {
    height: 20px;
    top: -20px;
    background: url("/common/upload_data/brain-kidsjp/image/memo2.png") repeat-x top left / contain;
}

#f+section>.content_wrapper::after {
    height: 50px;
    top: -40px;
    background: url("/common/upload_data/brain-kidsjp/image/pin_1.png") no-repeat top center / contain;
}

#f+section .wrapper_item {
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 0 0 30px 30px;
    padding-bottom: 50px !important;
}

#f+section .heading.block_header_1 {
    padding: 60px 0 40px;
}

#f+section .heading.block_header_1 .h,
#f+section .heading.block_header_1 p {
    color: var(--i_bg_color);
}

#f+section::before {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background-size: 172% 136px;
    background-position: 50% 100%;
    transform: rotateY(180deg);
    background-repeat: no-repeat;
    background-image: url('data:image/svg+xml;charset=utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 35.28 2.17" preserveAspectRatio="none"><path d="M35.28 1.16c-3.17-.8-7.3.4-10.04.56-2.76.17-9.25-1.47-12.68-1.3-3.42.16-4.64.84-7.04.86C3.12 1.31 0 .4 0 .4v1.77h35.28z" fill="%23edf3f4"/></svg>');
    pointer-events: none;
}

@media screen and (max-width: 480px) {
    #f+section>.content_wrapper::before {
        height: 10px;
        top: -10px;
    }

    #f+section::before {
        background-size: 180% 50px;
    }
}

/* クラス */
#h_class+div .heading.block_header_4 {
    margin-bottom: 0;
}

#h_class+div .heading.block_header_4 .h {
    margin-bottom: 0;
    display: inline-block;
    color: var(--i_bg_color);
    background: var(--i_main_color);
    font-size: 2.3rem;
    padding: 0 25px 2px;
    border-radius: 50px;
    z-index: 2;
    position: relative;
}

#h_class+div .inner_item>a {
    margin-top: -20px;
}

#h_class+div .inner_item_txt p {
    font-family: 'Mochiy Pop One', sans-serif !important;
    font-weight: 400 !important;
}

#h_class+div .inner_item_img {
    position: relative;
}

#h_class+div .inner_item_img img {
    max-width: 300px;
}

#h_class+div .inner_item_img::before {
    position: absolute;
    display: block;
    content: "";
    width: 150%;
    height: 150%;
    top: -25%;
    left: -25%;
    background: url("/common/upload_data/brain-kidsjp/image/f1.png") no-repeat center / contain;
    pointer-events: none;
    z-index: -1;
}

#h_class+div .inner_item:nth-of-type(2) {
    z-index: 2;
}

#h_class+div .inner_item:nth-of-type(2) .inner_item_img::before {
    background: url("/common/upload_data/brain-kidsjp/image/f2_1.png") no-repeat center / contain;
}

#h_class+div .heading.block_header_6 {
    margin-bottom: 80px;
}

#h_class+div .wrapper_item {
    overflow: visible;
}

#h_class+div .inner_item_txt {
    z-index: 3;
}

/*----2カラム----*/
#h_class+div.composite_box01 .wrapper_item {
    justify-content: center;
}

#h_class+div.composite_box01 .inner_item:nth-of-type(1):nth-last-of-type(2),
#h_class+div.composite_box01 .inner_item:nth-of-type(2):nth-last-of-type(1) {
    width: 38%;
}

#h_class+div .inner_item_img img {
    height: auto !important;
    border-radius: 50%;
    aspect-ratio: 1 / 1;
}

@media screen and (max-width: 480px) {
    #h_class+div .heading.block_header_6 {
        margin-bottom: 40px;
    }

    #h_class+div .inner_item_img::before {
        width: 120%;
        height: 120%;
        top: -10%;
        left: -10%;
    }

    #h_class+div .inner_item {
        margin-bottom: 0 !important;
    }

    /* slick */
    #h_class+div .wrapper_item {
        display: block;
    }

    #h_class+div .sl .slick-track {
        display: flex;
    }

    #h_class+div .slick-arrow {
        display: block;
        text-indent: -10000px;
        outline: none;
        line-height: 1px;
        font-size: 1px;
        cursor: pointer;
        position: absolute;
        z-index: 1;
        border: none;
        left: calc(50% - 100px);
        top: 50%;
        width: 20px;
        height: 28px;
    }

    #h_class+div .slick-next {
        left: auto;
        right: calc(50% - 100px);
    }

    #h_class+div .slick-arrow:before {
        content: "";
        display: block;
        position: absolute;
        width: 15px;
        height: 15px;
        top: calc(50% - 9px);
        border-top: 1px solid var(--i_btn_color);
        border-left: 1px solid var(--i_btn_color);
    }

    #h_class+div .slick-prev:before {
        transform: rotate(-45deg);
        left: 0;
    }

    #h_class+div .slick-next:before {
        transform: rotate(135deg);
        right: 0;
    }

    #h_class+div .inner_item>a {
        padding: 0 18px;
    }
}

/* 料金 */
#price+section .heading.block_header_2 .h {
    font-size: 3.8rem !important;
}

#price+section .heading.block_header_2 p {
    font-size: 1.7rem;
}

@media screen and (max-width: 800px) {
    #price+section .heading.block_header_2 .h {
        font-size: 3rem !important;
    }

    #price+section .heading.block_header_2 p {
        font-size: 1.5rem;
    }
}

#price+section {
    overflow: visible;
}

#price+section>.content_wrapper {
    background: var(--i_bg_color);
    border-radius: 0 0 0 50px;
    padding: 0 2% 50px;
    margin-top: 80px;
    width: calc(100% - 100px);
    box-shadow: 8px 8px 10px rgba(0, 0, 0, 0.05);
}

#price+section>.content_wrapper::before {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    top: -38px;
    right: -38px;
    background: url("/common/upload_data/brain-kidsjp/image/2.png") no-repeat top right / 90px;
    pointer-events: none;
}

#price+section .inner_item_img {
    margin-top: -80px;
    position: relative;
    border: 10px solid var(--i_main_color);
    border-radius: 80% 30% 50% 50%/50%;
}

#price+section .inner_item_img::before {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    bottom: -10px;
    left: -20px;
    background: url("/common/upload_data/brain-kidsjp/image/01.png") no-repeat bottom left / 35%;
    pointer-events: none;
    z-index: 1;
}

#price+section .inner_item_txt {
    padding-left: 5%;
}

#price+section::before {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background-size: 172% 136px;
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-image: url('data:image/svg+xml;charset=utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 35.28 2.17" preserveAspectRatio="none"><path d="M35.28 1.16c-3.17-.8-7.3.4-10.04.56-2.76.17-9.25-1.47-12.68-1.3-3.42.16-4.64.84-7.04.86C3.12 1.31 0 .4 0 .4v1.77h35.28z" fill="%231d99b9"/></svg>');
    pointer-events: none;
}

@media screen and (max-width: 900px) {

    #price+section>.content_wrapper,
    #price+section .inner_item_img {
        margin-top: 0;
    }
}

@media screen and (max-width: 480px) {
    #price+section::before {
        background-size: 180% 50px;
    }

    #price+section>.content_wrapper {
        width: calc(100% - 50px);
    }

    #price+section>.content_wrapper::before {
        top: -20px;
        right: -20px;
        background-size: 45px !important;
    }
}

/* 見出し */

a[id^="h"]+div .heading.block_header_6 {
    padding-top: 40px;
}

a[id^="h"]+div .heading.block_header_6::before {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 15px;
    top: 0;
    left: 0;
    background: url("/common/upload_data/brain-kidsjp/image/icon1.png") no-repeat top center / contain;
    pointer-events: none;
}

/* お客様の声 */
#h_v+div>.content_wrapper {
    background: var(--i_bg_color);
    border-radius: 30px;
    padding: 65px 20px;
}

#h_v+div .slick-list {
    overflow: visible;
}

#h_v+div .inner_item {
    border: 1px solid var(--i_txt_color);
    border-radius: 20px;
    padding-top: 30px;
    padding-bottom: 40px;
    background: #f7fcfd;
}

#h_v+div .inner_item:nth-of-type(4n+1) {
    transform: rotate(-10deg);
}

#h_v+div .inner_item:nth-of-type(4n+2) {
    transform: rotate(10deg);
}

#h_v+div .inner_item:nth-of-type(4n+3) {
    transform: rotate(-6deg);
}

#h_v+div .inner_item:nth-of-type(4n+4) {
    transform: rotate(9deg);
}

#h_v+div .heading.block_header_2 .h {
    border-top: 3px dotted var(--i_txt_color);
    padding-top: 25px;
    margin-top: 20px;
}

#h_v+div .contents_btn01 {
    margin-top: 30px !important;
}

#h_v+div .heading.block_header_6::before {
    background: url("/common/upload_data/brain-kidsjp/image/icon2.png") no-repeat top center / contain;
}

@media screen and (min-width: 501px) {
    #h_v+div .wrapper_item {
        margin-top: 50px;
    }
}

/* スタッフ */
#h_s+div .wrapper_item {
    justify-content: space-evenly;
}

#h_s+div .inner_item {
    background: var(--i_main_color);
    padding: 65px 5%;
    border-radius: 25vw 25vw 0 0;
    width: 40%;
    margin-top: 15px;
    position: relative;
}

#h_s+div .inner_item::before {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    left: 0;
    height: 50px;
    top: -15px;
    background: url("/common/upload_data/brain-kidsjp/image/pin_1.png") no-repeat top center / contain;
    z-index: 1;
    pointer-events: none;
}

#h_s+div .inner_item_img img {
    border-radius: 25vw 25vw 0 0;
}

#h_s+div .heading.block_header_4 .h {
    font-size: 3rem !important;
    color: var(--i_bg_color);
    padding-top: 20px;
}

#h_s+div .heading.block_header_4 p {
    font-size: 1.8rem !important;
    color: var(--i_bg_color);
}

#h_s+div .inner_item_txt p,
#h_s+div .contents_btn01 a span {
    color: var(--i_bg_color) !important;
}

#h_s+div .contents_btn01 .content_wrapper {
    margin-top: 40px;
}

#h_s+div .contents_btn01 a {
    min-width: 200px !important;
    border: 2px solid var(--i_bg_color);
}

#h_s+div .heading.block_header_6 {
    padding-top: 45px;
}

#h_s+div .heading.block_header_6::before {
    height: 22px;
    background: url("/common/upload_data/brain-kidsjp/image/icon3_1.png") no-repeat top center / contain;
}

@media screen and (max-width: 800px) {
    #h_s+div .heading.block_header_4 .h {
        font-size: 2.5rem !important;
    }

    #h_s+div .heading.block_header_4 p {
        font-size: 1.5rem;
    }

    #h_s+div .contents_btn01 .content_wrapper {
        margin-top: 10px;
    }

    #h_s+div .contents_btn01 a {
        min-width: 100px !important;
    }
}

@media screen and (max-width: 480px) {
    #h_s+div .heading.block_header_4 .h {
        font-size: 2rem !important;
    }

    #h_s+div .heading.block_header_4 p {
        font-size: 1.5rem !important;
        line-height: 1.4;
    }

    #h_s+div .inner_item,
    #h_s+div .inner_item_img img {
        border-radius: 45vw 45vw 0 0;
        padding-top: 10px;
    }

    #h_s+div .inner_item_img img {
        min-height: 102px;
        object-fit: cover;
    }

    #h_s+div .wrapper_item {
        justify-content: space-between;
    }

    #h_s+div .inner_item {
        width: 49% !important;
        margin-bottom: 0 !important;
        padding-bottom: 20px;
    }
}

/* 体験レッスン */
#le+section {
    min-height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-position: top center !important;
}

#le+section::before,
#le+section::after {
    position: absolute;
    display: block;
    content: "";
    left: 0;
    width: 100%;
    height: 139px;
    background-size: 100% 139px;
    background-position: 50% 100%;
    background-repeat: no-repeat;
    pointer-events: none;

}

#le+section::before {
    top: 0;
    background-image: url('data:image/svg+xml;charset=utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 35.28 2.17" preserveAspectRatio="none"><path d="M0 .5c3.07.55 9.27-.42 16.14 0 6.88.4 13.75.57 19.14-.11V0H0z" fill="%23fff3e4"/></svg>');
}

#le+section::after {
    bottom: 0;
    transform: rotateY(180deg);
    background-image: url('data:image/svg+xml;charset=utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 35.28 2.17" preserveAspectRatio="none"><path d="M35.28 1.67c-3.07-.55-9.27.41-16.15 0-6.87-.4-13.74-.58-19.13.1v.4h35.28z" fill="%23fff3e4"/></svg>');
}

#le+section>.content_wrapper {
    border-radius: 30px 0 30px 0;
    padding: 65px 20px;
    text-align: center;
    width: calc(100% - 20px);
    background: rgba(255, 255, 255, .8);
}

#le+section .heading.block_header_1 {
    border-bottom: 3px dotted var(--i_txt_color);
    padding-bottom: 20px;
    display: inline-block;
}

@media screen and (max-width: 900px) {

    #le+section::before,
    #le+section::after {
        height: 50px;
        background-size: 100% 50px;
    }

    header nav ul.nav_1st>li>a::before {
        top: 0px;
    }
}

/* アクセス */
#ac+div .inner_item {
    background: var(--i_bg_color);
    border-radius: 25vw;
    padding: 20px 60px;
    border: 3px solid var(--i_txt_color);
}

#ac+div .contents_btn01 .content_wrapper {
    text-align: right;
}

#ac+div .contents_btn01 a {
    border: none;
    border-radius: 0;
    border-bottom: 2px solid;
}

#ac+div .contents_btn01 a:hover {
    background: none;
    color: var(--i_btn_hover_color) !important;
    opacity: 0.8;
}

@media screen and (max-width: 480px) {
    #ac+div .wrapper_item {
        justify-content: space-between;
        gap: 20px 0;
    }

    #ac+div .inner_item {
        width: 48% !important;
        padding: 10px;
        border-radius: 5px;
        margin-bottom: 0 !important;
    }
}

/* よくある質問 */
.contents_faq01::before,
.contents_faq01::after {
    position: absolute;
    display: block;
    content: "";
    pointer-events: none;
}

.contents_faq01::before {
    top: 0;
    left: 0;
    width: 100%;
    height: 139px;
    background-size: 100% 139px;
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-image: url('data:image/svg+xml;charset=utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 35.28 2.17" preserveAspectRatio="none"><path d="M0 .5c3.07.55 9.27-.42 16.14 0 6.88.4 13.75.57 19.14-.11V0H0z" fill="%23fff3e4"/></svg>');
}

.contents_faq01::after {
    bottom: 0;
    right: 0;
    width: 100%;
    height: 16vw;
    min-height: 160px;
    max-height: 350px;
    background: url("/common/upload_data/brain-kidsjp/image/faq.png") no-repeat bottom right / contain;
    z-index: 1;
}

.contents_faq01 dl {
    border: 3px solid var(--i_main_color) !important;
    background: #f7fcfd;
    border-radius: 10px;
    margin-bottom: 30px;
    padding: 15px 30px !important;
    font-family: 'Mochiy Pop One', sans-serif !important;
    font-weight: 400 !important;
}

.contents_faq01 dl:last-child {
    padding: 15px 30px !important;
    margin-bottom: 0;
}

.contents_faq01 dd {
    margin-bottom: 0;
}

.contents_faq01 dt::before {
    font-size: 3rem;
    line-height: 1.3;
}

.contents_faq01 dt i.more {
    height: 30px;
    width: 30px;
    top: calc(50% - 15px);
}

.contents_faq01 dt i.more::before {
    background: var(--i_sub3_color);
    color: var(--i_bg_color);
    border-radius: 50%;
    width: 100%;
    height: 100%;
    display: block;
    line-height: 1.8;
}

.contents_faq01 dt.open i.more::before {
    line-height: 1.6;
}

.contents_faq01 .contents_btn01 {
    padding-top: 0;
}

.contents_faq01>.content_wrapper {
    background: var(--i_bg_color);
    border-radius: 30px;
    width: calc(100% - 40px);
    padding: 65px 4%;
}

.contents_faq01 .wrapper_item {
    max-width: 1300px;
    margin: 0 auto 40px;
}

#h+div.contents_faq01 .heading.block_header_6::before {
    background: url("/common/upload_data/brain-kidsjp/image/icon4_1.png") no-repeat top center / contain;
    height: 12px;
}
/*----- スピード改善(2025/02/20) -----*/
.mv_link::before {
background: url(/common/upload_data/brain-kidsjp/image/20250220173737.png) no-repeat top right / contain;
}
.mv_link ul::before {
background: url(/common/upload_data/brain-kidsjp/image/20250220173747.png) no-repeat top left / contain;
}
#about+div .wrapper_item::before {
background: url(/common/upload_data/brain-kidsjp/image/20250220173734.png) no-repeat bottom right / 65%;
}
#news+div::before {
background: url(/common/upload_data/brain-kidsjp/image/20250220173741.png) no-repeat bottom left / contain;
}
#news+div>.content_wrapper::before {
background: url(/common/upload_data/brain-kidsjp/image/20250220173752.png) no-repeat bottom right / contain;
}
#news+div::after {
background: url(/common/upload_data/brain-kidsjp/image/20250220173744.png) no-repeat top right / contain;
}
#price+section .inner_item_img::before {
background: url(/common/upload_data/brain-kidsjp/image/20250220174524.png) no-repeat bottom left / 35%;
}
.contents_faq01::after {
background: url(/common/upload_data/brain-kidsjp/image/20250220173755.png) no-repeat bottom right / contain;
}
/*------pc非表示設定------*/
@media screen and (min-width: 769px) {
    a#link+div,
    a#about+div {
        display: none;
    }
    a#about_pc+div {
        display: block;
    }
    a#about_pc+section .content_wrapper {
        background: #fff3e4;
        border-radius: 25px;
        padding: 40px;
    }
}
@media screen and (max-width: 768px) {
    a#link+div,
    a#about+div {
        display: block;
    }
    a#about_pc+div {
        display: none;
    }
}

/*2025/10/17*/
/*特徴*/
#top_feature+section {
    overflow: visible;
}

#top_feature+section>.content_wrapper {
    padding-top: 0;
    background: var(--i_main_color);
    border: none;
    border-radius: 0 0 30px 30px;
}

#top_feature+section>.content_wrapper::before,
#top_feature+section>.content_wrapper::after {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    left: 0;
    pointer-events: none;
}

#top_feature+section>.content_wrapper::before {
    height: 20px;
    top: -20px;
    background: url(/common/upload_data/brain-kidsjp/image/memo2.png) repeat-x top left / contain;
}

#top_feature+section>.content_wrapper::after {
    height: 50px;
    top: -40px;
    background: url(/common/upload_data/brain-kidsjp/image/pin_1.png) no-repeat top center / contain;
}

#top_feature+section .heading.block_header_1 {
    padding: 60px 0 40px;
}

#top_feature+section .heading.block_header_1 .h,
#top_feature+section .heading.block_header_1 p {
    color: var(--i_bg_color);
}

#top_feature+section .wrapper_item {
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 0 0 30px 30px;
    padding-bottom: 50px !important;
}

a[id*="feature"]+section {
    overflow: visible;
}

a[id*="radius"]+section>.content_wrapper {
    background: var(--i_bg_color);
    border-radius: 0 0 0 50px;
    padding: 0 2% 50px;
    margin-top: 80px;
    width: calc(100% - 100px);
    box-shadow: 8px 8px 10px rgba(0, 0, 0, 0.05);
}

#radius_left+section>.content_wrapper {
    border-radius: 0 0 0 50px;
}

#radius_right+section>.content_wrapper {
    border-radius: 0 0 50px 0;
}

a[id*="radius"]+section::before {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background-size: 172% 136px;
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-image: url(data:image/svg+xml;charset=utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 35.28 2.17" preserveAspectRatio="none"><path d="M35.28 1.16c-3.17-.8-7.3.4-10.04.56-2.76.17-9.25-1.47-12.68-1.3-3.42.16-4.64.84-7.04.86C3.12 1.31 0 .4 0 .4v1.77h35.28z" fill="%231d99b9"/></svg>);
    pointer-events: none;
}

a[id*="radius"]+section .inner_item_img {
    margin-top: -80px;
    position: relative;
    border: 10px solid var(--i_main_color);
    border-radius: 80% 30% 50% 50% / 50%;
}

#radius_left+section .inner_item_img {
    border-radius: 40% 110% 70% 55% / 80% 95% 55% 70%;
}

#radius_right+section .inner_item_img {
    border-radius: 80% 30% 50% 50% / 50%;
}


a[id*="radius"]+section .inner_item_txt {
    padding-left: 5%;
}

a[id*="radius"]+section .heading.block_header_2 .h {
    font-size: 3.8rem !important;
}


@media screen and (max-width: 900px) {
    a[id*="radius"]+section>.content_wrapper,
    a[id*="radius"]+section .inner_item_img {
        margin-top: 0;
    }
    a[id*="radius"]+section>.content_wrapper, #price+section .inner_item_img {
        margin-top: 0;
    }
}

@media screen and (max-width: 800px) {
    a[id*="radius"]+section .heading.block_header_2 .h {
        font-size: 3rem !important;
    }
}

@media screen and (max-width: 480px) {
    a[id*="radius"]+section>.content_wrapper {
        width: calc(100% - 50px);
    }
}
