@charset "UTF-8";

/*---------------------------------*/
/*見出し*/
@media screen and (min-width: 650px) {
    .heading.block_header_1 p {
        background: var(--i_bg_color);
        padding-right: 30px;
    }

    #ct2_2+section .heading.block_header_1 p {
        padding-right: 0;
        padding-left: 30px;
    }

    .heading.block_header_1:before {
        position: absolute;
        display: block;
        content: "";
        width: 100%;
        height: 2px;
        background: var(--i_sub_color);
        top: 3.5rem;
        right: 0;
        pointer-events: none;
    }
}

a {
    text-decoration: none !important;
}

/*---------------------------------*/

#ct1+section .heading.block_header_6 {
    padding-left: 200px;
    margin-bottom: 0;
}

#ct1+section .heading.block_header_6 .h {
    margin-bottom: 0;
}

#ct1+section .heading.block_header_6::before {
    position: absolute;
    display: block;
    content: "";
    width: 180px;
    height: 180px;
    top: calc(50% - 90px);
    left: 0;
    background: url("/common/upload_data/aiwininternationalschoolcojp/image/circle_logo.png") no-repeat left center / 180px;
    pointer-events: none;
    z-index: 5;
}

#ct1+section .inner_item_txt {
    padding-top: 80px;
}

#ct1+section .inner_item_txt p {
    font-size: 2rem;
    line-height: 40px;
    letter-spacing: 0.15em;
    margin-bottom: 20px;
}

@media screen and (max-width: 900px) {
    #ct1+section {
        padding-top: 40px;
    }

    #ct1+section .heading.block_header_6::before {
        width: 100%;
        height: 100%;
        top: 0;
        background-size: 91px;
    }

    #ct1+section .heading.block_header_6 {
        margin-bottom: 0;
        padding-left: 100px;
    }

    #ct1+section .inner_item_txt {
        padding-top: 20px !important;
    }

    #ct1+section .inner_item_txt p {
        font-size: 1.6rem;
        line-height: 1.8;
    }
}

/*---------------------------------*/
#ct3+div .inner_item_txt {
    height: 100%;
    display: flex;
    flex-direction: column;
}

#ct3+div .inner_item_txt p {
    padding-bottom: 10px;
}

#ct3+div .contents_btn01 {
    margin-top: auto;
}

@media screen and (min-width: 901px) {
    #ct2+section .inner_item_txt {
        padding-left: 5%;
    }

    #ct2_2+section .inner_item_txt {
        padding-right: 5%;
    }


    #ct2+section .contents_btn01 a,
    #ct2_2+section .contents_btn01 a,
    #ct3+div .contents_btn01 a {
        text-decoration: none;
        width: 100% !important;
        box-sizing: border-box;
        margin-top: 10px;
    }
}

/*---------------------------------*/
.box {
    max-width: 1200px;
    margin: 0 auto;
    background: var(--i_bg_color);
    padding: 100px 20px 30px !important;
    box-sizing: border-box;
    width: calc(100% - 20px);
    z-index: 1;
}

.box .heading.block_header_4 .h {
    font-size: 1.8rem !important;
    letter-spacing: 0.05em;
    line-height: 1.22em;
    margin: 10px 0;
    color: #572440;
}

.box .heading.block_header_4 p {
    color: #572440;
    line-height: 1.4;
    letter-spacing: 0.05em;
}

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

    .box .content_wrapper {
        padding: 0;
    }
}

/*---------------------------------*/

#n+.block_news_1>.content_wrapper {
    text-align: center;
    padding: 0;
    width: calc(100% - 40px);
}

#n+.block_news_1 ul>li {
    border-top: none !important;
    border-bottom: 1px solid var(--i_border_color);
    margin: 0 0 20px;
    padding: 0 18px 15px;
    border-bottom: solid 1px #5d2c63;
    color: #000;
    font-weight: bold;
}

#n+div.block_news_1 li>p::before,
#n+div.block_news_1 li a>p::before {
    display: none;
}

.block_news_1 li a>* {
    padding-left: 0;
    color: #000;
}

#n+div .contents_btn01 a {
    border-radius: 0;
    border: 2px solid var(--i_main_color);
    max-width: 350px;
    box-sizing: border-box;
    width: 100% !important;
}

#n+div .contents_btn01 a span {
    padding: 8px 0;
    font-size: 1.4rem;
    font-weight: 500;
}

#n+div .contents_btn01 a::after,
#n+div .contents_btn01 a::before {
    display: none;
}

#n+div .contents_btn01 a::before {
    border-top: none;
    border-left: none;
    position: absolute;
    display: block;
    content: "";
    width: 5px;
    height: 5px;
    border-right: 1px solid var(--i_main_color);
    border-bottom: 1px solid var(--i_main_color);
    transform: rotate(-45deg);
    top: calc(50% - 3px);
    right: 10px;
    transition: 0.4s ease-in-out;
    pointer-events: none;
}

#n+div .contents_btn01 a:hover:before {
    border-right: 1px solid var(--i_bg_color);
    border-bottom: 1px solid var(--i_bg_color);
}

#n+.block_news_1.add_design6 .content_wrapper li a span {
    display: none;
}

#n+.block_news_1.add_design6 .content_wrapper li a {
    padding: 0;
    flex-wrap: nowrap;
    min-height: auto;
    transition: 0.4s ease-in-out;
}

#n+.block_news_1.add_design6 .content_wrapper li a:hover {
    opacity: 0.5;
}

#n+.block_news_1.add_design6 .content_wrapper li a>p {
    width: auto !important;
    text-align: center;
    line-height: 1;
    min-width: 60px;
}

#n+div i {
    font-style: normal;
    font-weight: 500;
    color: #000;
    text-align: center;
    display: inline-block;
    white-space: nowrap;
}

#n+div .dd {
    font-size: 3.5rem;
}

#n+div .mm {
    font-size: 1.5rem;
    display: block;
}

#n+div li ol {
    max-width: 120px;
    margin: 2px 30px;
}

#n+div li ol li {
    border: none !important;
    opacity: 1;
    color: #fff;
    box-sizing: border-box;
    font-size: 1.6rem;
    background: #572440;
    min-width: 120px;
    width: auto;
    border-radius: 50px;
    padding: 4px 5px 6px;
    text-align: center;
}

#n+div li ol li.pink {
    background: #8c6194;
}

#n+div .content_wrapper li div>p:last-of-type {
    font-size: 1.5rem;
    font-weight: 500;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

#n+div.block_news_1.add_design6 .content_wrapper li div {
    width: 60% !important;
}

#n+.block_news_1.add_design6 .content_wrapper li a p:nth-last-of-type(2) {
    font-weight: 600;
    line-height: 1.3;
}

@media screen and (max-width: 1300px) {
    #n+.block_news_1.add_design6 .content_wrapper ul>li {
        width: 100%;
    }
}

@media screen and (max-width: 650px) {
    #n+.block_news_1.add_design6 .content_wrapper li a {
        flex-direction: column;
        align-items: flex-start;
    }

    #n+div.block_news_1.add_design6 .content_wrapper li div {
        width: 100% !important;
    }

    #n+div li ol {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
    }

    #n+.block_news_1.add_design6 .content_wrapper li a p:nth-last-of-type(2) {
        font-size: 1.4rem;
    }

    #n+.block_news_1.add_design6 .content_wrapper li a>p {
        padding: 0 0 20px 20px;
    }

    #n+.block_news_1 ul>li {
        padding: 0 10px 15px;
    }
}

/*---------------------------------*/
#b_h+section .heading.block_header_6 .h {
    font-size: 4.5rem;
    font-weight: 500 !important;
    margin-bottom: 30px;
}

#b_h+section .heading.block_header_6 p {
    color: var(--i_main_color);
    font-weight: bold;
    font-size: 5.5rem;
}

#b_h+section .inner_item_txt p {
    font-size: 2rem;
    padding-top: 30px;
}

#basic+div>.content_wrapper {
    max-width: none !important;
    padding: 0;
}

#basic+div .heading.block_header_4 .h {
    font-size: 5.5rem !important;
    font-weight: bold !important;
    text-align: left;
}

#basic+div .inner_item_txt p {
    font-size: 2rem;
    letter-spacing: 0.05em;
}

.composite_box01.block_images_13 .slick-arrow {
    left: 0;
}

.composite_box01.block_images_13 .slick-next {
    left: auto;
    right: 0;
}

.composite_box01.block_images_13 .slick-arrow::before {
    border-top: 2px solid var(--i_bg_color);
    border-left: 2px solid var(--i_bg_color);
}

.composite_box01 ul.slick-dots button {
    background: transparent;
    border: 1px solid var(--i_bg_color);
    opacity: 1;
}

.composite_box01 ul.slick-dots .slick-active button {
    background: var(--i_bg_color);
}

.composite_box01.block_images_13 ul.slick-dots {
    bottom: 10px;
}

@media screen and (min-width: 901px) {
    #basic+div .inner_item {
        padding: 110px 0;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 900px) {
    #b_h+section .heading.block_header_6 .h {
        font-size: 2.5rem;
        margin-bottom: 15px;
    }

    #b_h+section .heading.block_header_6 p {
        font-size: 3.5rem;
    }

    #b_h+section .inner_item_txt p {
        font-size: 1.65rem;
        padding-top: 0;
    }

    #basic+div .heading.block_header_4 .h {
        font-size: 2.5rem !important;
    }

    #basic+div .inner_item_txt p {
        font-size: 1.5rem;
    }

    #basic+div .inner_item {
        padding-bottom: 50px;
    }
}

/*---------------------------------*/

#v+div .wrapper_item {
    background: var(--i_bg_color);
    padding: 60px 20px;
    box-sizing: border-box;
    position: relative;
    border-radius: 15px;
}

#v+.widget_gallery01 .slick-arrow::before {
    border-top: 1px solid var(--i_txt_color);
    border-left: 1px solid var(--i_txt_color);
}

#v+.widget_gallery01 .contents_btn01 {
    margin-top: 40px !important;
}

#v+.widget_gallery01 .contents_btn01 a {
    background: var(--i_main_color);
    border: 2px solid var(--i_main_color);
    color: var(--i_bg_color) !important;
}

#v+.widget_gallery01 .contents_btn01 a:hover {
    background: var(--i_sub_color);
    border: 2px solid var(--i_sub_color);
}

.contents_btn01 a:hover:after {
    background: var(--i_sub_color);
    border: solid 1px var(--i_sub_color);
}

.slick-dots {
    display: block;
}

#v+div:before,
#v+div:after {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    bottom: 0;
    pointer-events: none;
}

#v+div:before {
    left: 50px;
    background: url("/common/upload_data/aiwininternationalschoolcojp/image/pv_chara01.png") no-repeat bottom left;
}

#v+div:after {
    right: 50px;
    background: url("/common/upload_data/aiwininternationalschoolcojp/image/pv_chara02.png") no-repeat bottom right;
}

@media screen and (min-width: 901px) {
    #v+.widget_gallery01 .contents_btn01 a {
        padding: 10px 50px !important;
    }
}

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

    #v+div:before,
    #v+div:after {
        display: none;
    }
}

/*---------------------------------*/
#c+div .heading.block_header_6 .h {
    background: var(--i_bg_color);
    padding-right: 30px;
    padding-left: 30px;
}

#c+div .heading.block_header_6:before {
    position: absolute;
    display: contents;
    content: "";
    width: 100%;
    height: 2px;
    background: var(--i_sub_color);
    top: 3.5rem;
    right: 0;
    pointer-events: none;
}

@media screen and (max-width: 800px) {
    #c+div .heading.block_header_6:before {
        top: 1.5rem;
    }
}

/*ポップアップ*/

#ppp {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 50;
    background-color: rgba(238, 231, 219, 0.9);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

#ppp>div {
    max-width: 90%;
    width: 600px;
    max-height: calc(100vh - 40px);
    /* ←上下20pxずつ空ける */
    background: #FFFFE0;
    /*padding-bottom: 25px;*/
    border-radius: 15px;
    overflow-y: auto;
    /* ←はみ出たら内部スクロール */
    position: relative;
}

#ppp p a {
    background: var(--i_main_color);
    color: var(--i_bg_color);
    font-weight: bold;
    display: inline-block;
    border: 1px solid white;
    box-shadow: 0 3px 0 #8B008B;
    background-color: #54215b;
    border-radius: 10px;
    padding: 10px 30px;
    font-size: 1.6rem;
    line-height: 1.3em;
    letter-spacing: 0.05em;
    width: 100%;
    max-width: 380px;
    text-align: center;
    position: relative;
    box-sizing: border-box;
    transition: 0.4s ease-in-out;
}

#ppp p a:before {
    position: absolute;
    display: block;
    content: "";
    top: calc(50% - 11px);
    right: 20px;
    width: 15px;
    height: 15px;
    border-right: 3px solid var(--i_bg_color);
    border-bottom: 3px solid var(--i_bg_color);
    transform: rotate(-45deg);
    pointer-events: none;
}

#ppp p:last-of-type {
    padding: 20px;
    text-align: center;
}

#ppp p a:hover {
    box-shadow: none;
    transform: scale(0.99, 0.99) translateY(3px);
    background-color: #54215b;
}

#ppp>div>p:first-of-type {
    width: 50px;
    height: 50px;
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 12px;
    color: #ffffff;
    font-size: 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 60;
}

@media screen and (max-width: 480px) {
    #ppp>div>p:first-of-type {
        top: 0px;
    }

    #ppp p a {
        max-width: 280px;
    }
}

/*---------追加修正分---------*/
#bnr_tp+section {
    padding-top: 0 !important;
}

#bnr2+div .inner_item:nth-of-type(2) {
    margin-left: 1.5%;
}

@media screen and (min-width: 768px) {
    #bnr_sp+.contents_box01 {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    #bnr_pc+.contents_box01 {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    #bnr_pc+.composite_box01 {
        display: none;
    }

    #bnr2+div .inner_item {
        margin-bottom: 0;
    }
}

/*キャンパス一覧*/
a[id^="list"]+section .wrapper_item {
    border: none !important;
    background: #32cd33;
}

a[id*="list_p"]+section .wrapper_item {
    background: #5d2c63;
}

a[id^="list"]+section .inner_item_img img {
    aspect-ratio: 4/2;
}

a[id^="list"]+section .heading.block_header_2 .h,
a[id^="list"]+section .heading.block_header_2 p,
a[id^="list"]+section p {
    color: var(--i_bg_color);
}

a[id^="list"]+section .heading.block_header_2 .h {
    font-weight: bold;
    font-size: 3.2rem;
    padding-left: 70px;
    margin-bottom: 10px;
    position: relative;
}

a[id^="list"]+section .heading.block_header_2 .h::before {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url("/common/upload_data/aiwininternationalschoolcojp/image/school.png") no-repeat center left / 50px;
    pointer-events: none;
}

a[id^="list"]+section .heading.block_header_2 p {
    font-size: 2rem;
    letter-spacing: 0;
}


a[id^="list"]+section a.b {
    display: inline-block;
    color: #fff;
    font-size: 1.6rem;
    padding: 5px 70px;
    border-radius: 30px;
    border: 2px solid #fff;
    position: relative;
    transition: all 0.5s ease-out;
    letter-spacing: 2px;
    margin-top: 10px;
}

a[id^="list"]+section a.b:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%) rotate(45deg);
    width: 10px;
    height: 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transition: all 0.5s ease-out;
}

a[id^="list"]+section a.b:hover {
    color: #5d2c63;
    background: #fff;
}

a[id^="list"]+section a.b:hover::after {
    border-top: 1px solid #5d2c63;
    border-right: 1px solid #5d2c63;
}

a[id^="list"]+section .inner_item_txt {
    align-self: center !important;
    padding-left: 70px !important;
}

#list_p_com+section .inner_item_img {
    position: relative;
}

@media screen and (max-width: 900px) {
    a[id^="list"]+section .inner_item_txt {
        display: grid;
        justify-content: center;
    }

    a[id^="list"]+section .inner_item_txt p {
        text-align: center;
    }

    a[id^="list"]+section a.b {
        margin-top: 0;
        margin-bottom: 8px;
    }

    a[id^="list"]+.contents_box01 .inner_item_txt .heading {
        margin-bottom: 20px;
        text-align: center;
    }

    a[id^="list"]+section .heading.block_header_2 p {
        font-size: 1.8rem;
        letter-spacing: 0;
    }

    /*#list_p_com+section .heading.block_header_2 p {
        font-size: 3rem;
        padding-bottom: 25px;
    }*/

    a[id^="list"]+section .heading.block_header_2 .h::before {
        background-position: top left;
    }
}

/*Aiwin Parents' Voices*/
#voices+div>.content_wrapper {
    max-width: 933px !important;
}

#voices+div .gallery_single_slider .inner_item {
    opacity: 1 !important;
    background-color: #fff;
    padding: 30px;
    width: 100%;
    border-radius: 15px;
    position: relative;
}

#voices+div .gallery_single_slider .inner_item img {
    object-fit: cover;
    height: 200px;
    width: 100%;
    max-width: 145px !important;
    margin-right: 0;
}

#voices+div .gallery_single_slider .inner_item p.txt {
    font-size: 2.4rem;
    color: #572440;
    border-bottom: 1px solid #572440;
    margin-bottom: 20px;
    font-weight: bold;
    padding-bottom: 10px;
}

#voices+div .gallery_single_slider .inner_item p.txt2 span {
    display: block;
    margin-top: 20px;
    font-size: 1.6rem;
    color: var(--i_txt_color);
    font-weight: bold;
}

#voices+div .gallery_single_slider .inner_item p {
    padding-top: 0;
}

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

#voices+div .gallery_single_slider .slick-arrow {
    height: 40px;
    width: 40px;
    top: calc(50% - 40px);
    left: -55px;
}

#voices+div .gallery_single_slider .slick-next {
    left: auto !important;
    right: -55px;
}

#voices+div .gallery_single_slider .slick-arrow::before {
    width: 20px;
    height: 20px;
    top: calc(50% - 11px);
    border-top: 2px solid var(--i_txt_color);
    border-left: 2px solid var(--i_txt_color);
}

#voices+div ul.slick-dots {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 90%;
    text-align: center;
    margin: 40px auto 0;
}

#voices+div ul.slick-dots li {
    display: block;
    width: 8px;
    height: 8px;
    overflow: hidden;
    padding: 0 5px;
}

#voices+div ul.slick-dots li:marker {
    display: none;
}

#voices+div ul.slick-dots button {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    text-indent: -10000px;
    background: transparent;
    border: 1px solid #fff;
    cursor: pointer;
}

#voices+div ul.slick-dots .slick-active button {
    background: var(--i_bg_color);
}

@media screen and (max-width: 980px) {
    #voices+div .gallery_single_slider .slick-arrow {
        left: -10px;
    }

    #voices+div .gallery_single_slider .slick-next {
        right: -10px;
    }
}

@media screen and (min-width: 601px) {
    #voices+div .gallery_single_slider .inner_item {
        display: grid;
        grid-template-columns: 76% 1fr;
    }

    #voices+div .gallery_single_slider .inner_item p.txt {
        grid-column: 1 / 3;
        grid-row: 1 / 2;
    }

    #voices+div .gallery_single_slider .inner_item>span {
        grid-column: 2 / 3;
        grid-row: 2 / 2;
    }
}

@media screen and (max-width: 600px) {
    #voices+div .gallery_single_slider .inner_item p.txt {
        display: block;
        font-size: 1.8rem;
        line-height: 1.2em;
        letter-spacing: 0.1em;
        padding-bottom: 10px;
    }

    #voices+div .gallery_single_slider .slick-track {
        text-align: left;
    }

    #voices+div .gallery_single_slider .inner_item p.txt2 {
        display: inline;
        font-size: 1.2rem;
        line-height: 0;
    }

    #voices+div .gallery_single_slider .inner_item p.txt2 span {
        font-size: 1.2rem;
    }

    #voices+div .gallery_single_slider .inner_item>span {
        float: right;
        width: 60%;
    }

    #voices+div ul.slick-dots {
        display: none !important;
    }

    #voices+div .gallery_single_slider {
        margin-bottom: 0;
    }
}

#voices+div+.contents_btn01 {
    overflow: visible;
}

#voices+div+.contents_btn01 a {
    background: var(--i_main_color);
    border: 2px solid var(--i_main_color);
    color: var(--i_bg_color) !important;
    padding: 12px 95px !important;
    font-weight: normal;
    box-sizing: border-box;
}

#voices+div+.contents_btn01 a::before,
#awin+div.contents_btn01 a::before {
    top: calc(50% - 3px);
    right: 13px;
}

#voices+div+.contents_btn01 a:hover {
    background: var(--i_sub_color);
    border: 2px solid var(--i_sub_color);
}

#voices+div+.contents_btn01 a:after,
#awin+div.contents_btn01 a:after {
    border: solid 2px var(--i_sub_color);
}

#voices+div+.contents_btn01 a:hover:after,
#awin+div.contents_btn01 a:hover:after {
    background: transparent;
    border: solid 2px var(--i_bg_color);
}

#voices+div+.contents_btn01:before,
#voices+div+.contents_btn01:after {
    position: absolute;
    display: block;
    content: "";
    width: 131px;
    height: 228px;
    bottom: 0;
    pointer-events: none;
}

#voices+div+.contents_btn01:before {
    left: 50px;
    background: url("/common/upload_data/aiwininternationalschoolcojp/image/pv_chara01.png") no-repeat bottom left;
}

#voices+div+.contents_btn01:after {
    right: 50px;
    background: url("/common/upload_data/aiwininternationalschoolcojp/image/pv_chara02.png") no-repeat bottom right;
}

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

    #voices+div+.contents_btn01:before,
    #voices+div+.contents_btn01:after {
        display: none;
    }
}

@media screen and (max-width: 600px) {
    #voices+div+.contents_btn01 {
        padding-top: 50px;
    }

    #voices+div+.contents_btn01 a {
        padding: 12px 85px !important;
    }
}


/*バナーリンク*/
#bnr+div {
    padding-top: 130px;
}

#bnr+div .inner_item_img img {
    width: auto !important;
    height: auto !important;
}

#bnr+div .wrapper_item {
    justify-content: center;
}

#bnr+div .inner_item {
    width: 32%;
    margin: 0;
}

#bnr+div .inner_item:nth-of-type(-n + 3) {
    margin-bottom: 60px;
}

#bnr+div .inner_item:last-of-type {
    width: 50%;
}

#ind+div {
    padding-bottom: 140px;
}

#ind+.contents_btn01 a {
    min-width: 350px;
    background: #5d2c63;
    border: none;
    font-size: 1.8rem;
    border-radius: 0;
    box-sizing: border-box;
}

#ind+.contents_btn01 a span {
    color: #fff;
    font-weight: normal;
}

#ind+.contents_btn01 a::before {
    position: absolute;
    display: block;
    content: "";
    width: 6px;
    height: 6px;
    border-right: 2px solid var(--i_bg_color);
    border-bottom: 2px solid var(--i_bg_color);
    transform: rotate(-45deg);
    top: calc(50% - 3px);
    right: 15px;
    transition: 0.4s ease-in-out;
    pointer-events: none;
    border-top: none;
    border-left: none;
}

#ind+.contents_btn01 a:after {
    display: none;
}

#ind+.contents_btn01 a:hover {
    background: var(--i_sub_color);
}

@media screen and (max-width: 700px) {
    #bnr+div {
        padding-top: 100px;
    }

    #ind+div {
        padding-top: 80px;
    }

    #bnr+div .inner_item:nth-of-type(-n+3) {
        margin-bottom: 0;
    }

    #bnr+div .inner_item:not(:last-of-type) {
        margin-bottom: 10px;
    }

    #ind+.contents_btn01:before {
        position: absolute;
        display: block;
        content: "";
        width: 100%;
        height: 100%;
        bottom: 0;
        right: 15px;
        background: url("/common/upload_data/aiwininternationalschoolcojp/image/20240517134732.png") no-repeat bottom right / 240px;
        pointer-events: none;
    }

    #ind+.contents_btn01 a {
        min-width: 310px;
    }
}

/*ボタン調整*/
#ct2+section a,
#ct3+div .contents_btn01 a,
#awin+div.contents_btn01 a {
    padding: 5px !important;
}

#ct2+section a span,
#ct3+div .contents_btn01 a span,
#voices+div+.contents_btn01 a span,
#awin+div.contents_btn01 a span {
    position: relative;
    padding: 0 0 20px;
}

#ct2+section a span::before,
#ct3+div .contents_btn01 a span:before,
#voices+div+.contents_btn01 a span:before,
#awin+div.contents_btn01 a span:before {
    position: absolute;
    display: block;
    content: "B.A.S.I.Cの詳細へ";
    bottom: 0;
    pointer-events: none;
    width: 100%;
    text-align: center;
    font-weight: 500;
    font-size: 1.5rem;
    left: 0;
}

#ct3+div .inner_item:first-of-type .contents_btn01 a span:before {
    content: "教育理念のこと";
}

#ct3+div .inner_item:nth-of-type(2) .contents_btn01 a span:before {
    content: "カリキュラムのこと";
}

#ct3+div .inner_item:nth-of-type(3) .contents_btn01 a span:before {
    content: "入園のご案内へ";
}

#voices+div+.contents_btn01 a span:before {
    content: "保護者の声 一覧へ";
    font-size: 1.45rem;
}

#awin+div.contents_btn01 a {
    max-width: none;
    width: 100% !important;
    padding: 10px 5px 15px !important;
    background: var(--i_main_color);
    border: 2px solid var(--i_main_color);
    box-sizing: border-box;
}

#awin+div.contents_btn01 a:hover {
    background: var(--i_sub_color);
    border: 2px solid var(--i_sub_color);
}

#awin+div.contents_btn01 a span {
    font-size: 2.5rem;
    line-height: 1.6;
    color: #fff !important;
}

#awin+div.contents_btn01 a span:before {
    content: "Aiwinが記事になりました";
    font-weight: 600;
    font-size: 1.5rem;
    border: none;
    height: auto;
    right: 0;
    top: auto;
}

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

    #ct2+section .contents_btn01>.content_wrapper,
    #ct3+div .contents_btn01>.content_wrapper {
        text-align: left;
    }

    #ct2+section .contents_btn01>.content_wrapper a,
    #ct3+div .contents_btn01>.content_wrapper a {
        width: 70% !important;
    }

    #ct2+section a span,
    #ct3+div .contents_btn01 a span,
    #voices+div+.contents_btn01 a span {
        font-size: 1.6rem;
    }

    #ct2+section a span::before,
    #ct3+div .contents_btn01 a span:before,
    #voices+div+.contents_btn01 a span:before {
        font-size: 1.3rem;
    }

    #awin+div.contents_btn01 a {
        padding: 5px 5px 9px !important;
    }

    #awin+div.contents_btn01 a span {
        font-size: 1.8rem;
    }

    #awin+div.contents_btn01 a span::before {
        font-size: 1.4rem;
    }
}

/*youtube*/

#yt+div:before {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
   /* height: 15%;*/
    bottom: 0;
    background: #e4d2b5;
    pointer-events: none;
}

#yt+div>.content_wrapper {
    background: #fff;
    padding: 0 2% 30px;
    width: calc(100% - 20px);
}

#yt+div .heading.block_header_4 .h {
    font-size: 1.8rem !important;
    letter-spacing: 0.05em;
    line-height: 1.22em;
    margin-bottom: 12px;
}

#yt+div .heading.block_header_4 p {
    color: #572440;
    line-height: 1.4;
    letter-spacing: 0.05em;
    font-size: 1.4rem;
}

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

#yt+div .inner_item_img::before,
#yt+div .inner_item_img::after {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}

#yt+div .inner_item_img::before {
    background-color: rgba(0, 0, 0, 0.75);
}

#yt+div .inner_item_img::after {
    background: url("/common/upload_data/aiwininternationalschoolcojp/image/youtube_icon.png") no-repeat center;
}

#yt+div.composite_box01 .inner_item>a:hover * {
    opacity: 1 !important;
}

#yt+div .inner_item {
    transition: .5s ease-in-out;
}

#yt+div .inner_item:hover {
    transform: translateY(-10px);
}

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

@media screen and (max-width: 600px) {
    #yt+div .inner_item {
        flex-direction: row;
    }

    #yt+div .inner_item_txt {
        margin-top: 0;
        padding-left: 10px;
    }

    #yt+div .heading.block_header_4 .h {
        font-size: 1.7rem !important;
        margin-bottom: 5px;
    }

    #yt+div .heading.block_header_4 p {
        font-size: 1.3rem;
    }

    #yt+div .inner_item>a {
        min-width: 120px;
        max-width: 120px;
    }

    #yt+div>.content_wrapper {
        padding: 0 4% 30px;
    }

    #yt+div .inner_item_img::after {
        background-size: 25px;
    }
}

/*バナー、ボタン調整*/

#t_bnr+section .sp {
    display: none;
}

#t_bnr+section .content_wrapper>div {
    position: relative;
}

#t_bnr+section ul {
    display: flex;
    position: absolute;
    left: 5%;
    top: 85%;
    width: 50vw;
    max-width: 600px;
}

#t_bnr+section li {
    list-style-type: none;
    padding-left: 0;
    max-width: 160px;
    width: 100%;
}

#t_bnr+section li a {
    transition: 0.2s ease-in-out;
}

#t_bnr+section li a:hover {
    filter: brightness(1.4);
}


#t_bnr+section li {
    max-width: 200px;
}

@media screen and (max-width: 767px) {
    #t_bnr+section .pc {
        display: none;
    }

    #t_bnr+section .sp {
        display: block;
    }


    #t_bnr+section li {
        width: 33%;
    }
}

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

    #voices+div+.contents_btn01 a span {
        min-width: 130px;
    }
}


@media screen and (max-width: 900px) {
    header .burger {
        top: 0%;
    }
}

/*----------------Our Learning Outcome(国際基準のカリキュラム)_追記-----------------*/
#ct2+section .content_wrapper .heading.block_header_1 p:after {
    content: "BASIC";
}