@charset "UTF-8";
body{
    color: #00125E;
}
@media (max-width: 833px) {
    html {
        font-size: 2.6666666667vw;
    }

    body {
        font-size: 1.2rem;
    }
}
@media (min-width: 834px) and (max-width: 1134px) {
    html {
        font-size: 0.8818342152vw;
    }
}


/* cta */
.cta-block {
    position: relative;
    padding: 2rem 0 1.8rem;
    background: #00125e;
    text-align: center;
    border-radius: 24px;
    margin: 0 auto;
    max-width: 93.3vw;
}
.cta-block .fukidashi{
    position: absolute;
    top: -24px;
    left: calc(44/350*100%);
}
.cta-block .text{
    color: #FFE100;
    font-size: 2.6rem;
    line-height: calc(38/26);
    font-weight: 900;
    margin-bottom: 1.5rem;
    text-align: center;
}
.cta-block .text01{
    display: block;
}
.cta-block .book{
    display: block;
    width: 100%;
}
.cta-block .book img{
    width: 100%;
}
.cta-block .cta-free-paper-btn{
    margin-top: 1.1rem;
    background: #EF5664;
    color: #FFF;
    font-size: 1.6rem;
    width: 24rem;
    justify-content: center;
}
.cta-block .cta-free-paper-btn-chevron{
    background: #FFF;
}
.cta-block .cta-free-paper-btn-chevron:before{
   border-color: #EF5664; 
}
/* cta PC */
@media (min-width: 834px) {
    .cta-block-wrap{
        padding-left: 1.6rem;
        padding-right: 1.6rem;
    }
    .cta-block {
        padding: 0 ;
        max-width: 1084px;
    }
    .cta-block-inner{
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 3.2rem;
    }
    .cta-block .text{
        margin: 0;
        text-align: left;
    }
    .cta-block .book{
        max-width: 293px;
    }
    .cta-block .cta-free-paper-btn{
        margin: 0;
        max-width: 308px;
        width: 29%;
        justify-content: center;
        font-size: 2rem;
        padding-left: 3.8rem;
        padding-right: 1.8rem;
    }
}
/* キャンペーンモーダル */
dialog {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    overflow: auto;
    border: none;
    background-color: rgba(0,0,0,0.4);
    padding: 1rem;
    color: #374190;
}
html.campaign-modal-open {
    overflow: hidden;
}
.campaign_content {
    width: calc(108.4rem + 4rem );
    max-width: calc(100% - 4rem );
    margin: 4rem auto 0;
}
.campaign_content h2{
    /* padding-left: 1em; */
}
.campaign-bunner-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 833px) {
    .campaign-bunner-container {
        grid-template-columns: repeat(2, 1fr);
    }
}
.campaign_bunner {
    max-width: 17.2rem;
    width: 100%;
    cursor: pointer;
}
.campaign-title {
    font-size: 1.3em;
    font-weight: bold;
    margin: 4rem 0 2rem;
}
.campaign-catch-img {
    width: 100%;
    height: auto;
    margin-block: 3.5rem 2.4rem;
}
@media (max-width: 833px) {
    .campaign-catch-img {
        margin-block: 1.5rem;
    }
}
.campaign-catch-img img {
    width: 100%;
}
.campaign-underline {
    text-decoration: underline;
}
.campaign-sub-title {
    font-size: 1em;
    font-weight: bold;
    margin: 2rem 0 ;
    line-height: 1.5;
}
.campaign-list {
    list-style: initial;
    list-style-position: inside;
    margin-left: 2rem;
    margin-bottom: 2rem;
}
.campaign-text-wrapper {
  margin-block-start: 3.5rem;
}
@media (max-width: 833px) {
    .campaign-text-wrapper {
        margin-block-start: 1.5rem;
    }
}
.campaign-modal-text {
    text-align: left;
    font-size: 1em;
    line-height: 1.5;
}
.campaign-modal-list-text {
    margin-bottom: 2rem;
}
.campaign-pic img {
    height: auto;
    vertical-align: bottom;
    margin: 0 auto;
    width: 100%;
}
.campaign-list-number {
    list-style: inside decimal;
}
.campaign-list-number li {
    margin: 1rem 0;
}
.campaign-contact-link {
    color: #1E90FF;
    text-decoration: underline;
    margin: 15px 0;
}
.campaign-section-title {
    font-weight: bold;
    margin-top: 1rem;
    text-align: left;
    font-size: 1.1em;
}
.campaign-section-title-underline {
    text-decoration: underline;
    font-weight: bold;
    margin-top: 2rem;
    text-align: left;
    font-size: 1.1em;
}
.campaign-modal-content {
    max-width: 1100px;
    background-color: #93D3DF;
    border-radius: 3rem;
    margin: 15% auto;
    position: relative;
    padding: 4rem;
}
.campaign-text-nomargin:not(:last-child) {
    margin-bottom: 0;
}
.close {
    color: #FFFFFF;
    font-size: 3rem;
    font-weight: bold;
    position: absolute;
    right: 2rem;
    top: 2px;
    display: flex;
    flex-direction: column;		
    align-items: center;
    padding: 0rem 1rem 0.5rem;
}
.close-text {
    font-size: 1.5rem;
    margin-top: -1rem;
}

.direct-campaign-pic {
    height: auto;
    vertical-align: bottom;
    margin: 30px auto;
    width: 80%;
}

@media (min-width: 834px) {
    .campaign-pic {
        align-items: center;
        display: flex;
        padding: 1rem 0;
    }
    .campaign-pic img {
        width: 50%;
    }
    .campaign_bunner{
        max-width: 36rem;
    }
}

@media (max-width: 833px) {
    #campaign-modal {
        padding: 1rem;
    }
    .campaign_content {
        margin: 4rem auto 0;
    }
    .campaign-modal-content {
        padding: 5rem 2rem 2rem;
    }
    .close-text {
        font-size: 1rem;
    }
}

.top-bg{
    background: url(../../images/home_renewal/top_bg_sp.svg) repeat-y 0 14rem /100% auto;
}
@media (min-width: 834px) {
    .top-bg{
        background: url(../../images/home_renewal/top_bg_pc.svg) repeat-y 0 14rem /100% auto;
    }
}

/* ボタンの上書き */
.btn-01.more-btn{
    background: #00125E;
    font-size: 1.5rem;
    border: 2px solid #00125E;
    padding-left: 4.4rem;
}
.btn-01.more-btn:hover{
    background: #FFF;
}
@media (min-width: 834px) {
    .btn-01.more-btn{
        font-size: 2rem;
        width: 35rem;
    }
}

.top-movie-swiper-container{
    position: relative;
    z-index: 0;
}
.top-movie-swiper-container .swiper-slide{
    width: 100%;
    height: 100vh;

}
.top-movie-swiper-container video{
    object-fit: cover;
    width: 100%;
    height: 100%;


}
.top-movie-swiper-pagination{
    z-index: 2;
    position: absolute;
    bottom: 1rem;
    left:0;
    right: 0;
    text-align: center;
}
.top-movie-swiper-pagination .swiper-pagination-bullet {
    background-color: #FFF;
    opacity: 1;
    height: .5rem;
    width: 6rem;
    border-radius: 8px;
  }
.top-movie-swiper-pagination .swiper-pagination-bullet-active {
  background-color: #EF5664;

}

.cta-block01{
    position: relative;
    padding-top: 4.8rem;
}
.cta-block01 .text01{
    text-indent: .5em;
}
/* .cta-block01::before{
    content: "";
    display: block;
    width: 100%;
    height: 24rem;
    background: #FBEEA5;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
} */
@media (min-width: 834px) {
    .cta-block01{

    }
    .cta-block01 .text01{
        text-indent: 0;
    }
    /* .cta-block01::before{
        content: none;
    } */
}

/* トップ見出し */
.top-new-section-heading{
    position: relative;
    background: #EEF9FF;
    text-align: center;
    font-weight: 900;
    padding: 2.1rem 1rem 1.3rem;
    letter-spacing: 0.08em;
}
.top-new-section-heading-top{
    font-size: 2.6rem;
    line-height: 1.4;
    display: block;
    font-family: Jost;

}
.top-new-section-heading-top::first-letter{
    color: #EF5664;
}
.top-new-section-heading-bottom{
    font-size: 1.6rem;
    display: block;
}
/* トップ見出し PC */
@media (min-width: 834px) {
    .top-new-section-heading{
        padding-top: 4.5rem;
        padding-bottom: 5rem;
    }
    .top-new-section-heading-top{
        font-size: 4.8rem;
        margin-bottom: 1rem;
    }
    .top-new-section-heading-bottom{
        font-size: 2rem;
    }
}


.object_d{
    width: 8.1rem;
    right: 1.3rem;
    top: -2rem;
}
@media (min-width: 834px) {
    .object_d{
        width: 11.7rem;
        right: 14%;
        top: 4.6rem;
    }
}
/* Sanrio English Master とは？ */
.top-new-about-section {
    position: relative;
    padding: 8rem 2rem 6rem;
}

.top-new-about-title {
    font-size: 2.4rem;
    line-height: 1.25;
    font-weight: 900;
}


.top-new-about-text {
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 900;
    margin-top: 1rem;
}
.top-new-about-description {
    text-align: left;
    font-size: 1.2rem;
    line-height: 2;
    margin-top: 2.6rem;
    letter-spacing: 0;
}

.object_a {
    width: 7.8rem;
    top: -3.2rem;
    left: 1.6rem;
}
/* Sanrio English Master とは？ PC */
@media (min-width: 834px) {
    .top-new-about-section {

        padding: 6rem 2rem 8.4rem;
        max-width: calc(1084px + 4rem);
        margin: 0 auto;
    }
    
    .top-new-about-title {
        font-size: 3.2rem;
    }
    
    .top-new-about-text {
        font-size: 2rem;
        margin-top: 2.4rem;
    }
    .top-new-about-description {
        text-align: center;
        font-size: 1.6rem;
        margin: 3.2rem auto 0;
        max-width: 624px;
    }
    
    .object_a {
        width: 11rem;
        top: -12rem;
        left: 14%;
    }
}


/* 3つの特徴 */
.top-new-features-section{
    margin-bottom: 4rem;
    background: #FFEC66;
}
.top-new-features-section .top-new-section-heading{
    background:#FFEC66 ;
}
.top-new-features-section-bg-wrap{
    background: #FFE100;
    position: relative;
    margin-top: 5rem;
    z-index: 1;
    padding-top: 3rem;
}
.top-new-features-section-bg-wrap:after{
    content: "";
    background: #FFF;
    width: 100%;
    height: 13.3rem;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.top-new-features-section-bg-pc{
    line-height: 0;
}
.top-new-features-section-bg-pc{
    display: none;
}
.top-new-features-section-bg-sp{
    line-height: 0;
    position: absolute;
    top: -4.8rem;
    left: 0;
    right: 0;
}
.top-new-features-section-intro{
    margin: 0 1.5rem 3.6rem;
    background: #00125E;
    width: 92vw;
    border-radius: 8px ;
    padding: 1.3rem 1rem 1.6rem;
    z-index: 3;
    position: relative;
}
.top-new-features-section-content-item-img{
    width: 100%;
}
.top-new-features-section-intro-list{
    display: flex;
    justify-content: space-between;
}
.top-new-features-section-intro-list li{
    border-radius: 9.5rem;
    background: #EEF9FF;
    width: 25.33vw;
    height: 25.33vw;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.66;
    font-weight: 700;
    padding: 0.9rem;
}
.top-new-features-section-intro-list li small{
    font-size: 1rem;
    line-height: 1.5;
    display: block;
}
.top-new-features-section-intro-list li strong{
    font-size: 1.4rem;
    line-height: 1.42;
}

.top-new-features-section-content{
    margin: 0 2.3rem 5.2rem;
}
.top-new-features-section-content-item{

}

.top-new-features-section-content-item-heading{
    background: #FFF8C7;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: .6rem;
    padding: .5rem .5rem .5rem 1rem;
    margin-bottom: 1.6rem;
}
.top-new-features-section-content-item-heading .num{
    background: #00125E;
    width: 2.6rem;
    height: 2.6rem;
    border-radius: 2.6rem;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
}
.top-new-features-section-content-item-heading .txt{
    font-size: 1.7rem;
    letter-spacing: .02em;
}
.top-new-features-section-content-item-img{
    margin-bottom: 2rem;
}
.top-new-features-section-content-item-text{
    font-size: 1.4rem;
    line-height: 1.7;
    font-weight: 400;
    font-family: Inter ,"Noto Sans JP", sans-serif;
    margin-bottom: 2rem;
    letter-spacing: 0.02em;
}
.top-new-features-section-content-item-plus{
    background: #FFF;
    border-radius: 20px;
    padding: 2.3rem .9rem 2.3rem 1.5rem;
    margin-top: 2.3rem;
    margin-bottom: 4rem;
    position: relative;
}
.top-new-features-section-content-item-plus::before{
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-right: 1.4rem solid transparent;
    border-bottom: 4.6rem solid #FFF;
    border-left: 1.4rem solid transparent;
    position: absolute;
    top: -2.4rem;
    left: 3.5rem;

}
.top-new-features-section-content-item-plus h4{
    font-size: 1.3rem;
    text-align: center;
    margin: 0 -.7rem .5rem -1.3rem;
    letter-spacing: 0;
}
.top-new-features-section-content-item-plus .head{
    display: flex;
    align-items: center;
    gap: 1.6rem;
    margin-left: 0;
    margin-bottom: 1.6rem;
}
.top-new-features-section-content-item-plus .head .circle{
    background: #00125E;
    color: #FFF;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0;
    width: 6.9rem;
    height: 6.9rem;
    border-radius: 6.9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-indent: .5em;
}
.top-new-features-section-content-item-plus .head .line{
    font-size: 2rem;
    line-height: 1.5;
    letter-spacing: .02em;
    text-align: left;
}
.top-new-features-section-content-item-plus .line{
    font-size: 1.8rem;
    line-height: 1.5;
    font-weight: 900;
    letter-spacing: .04em;
    background: url(../../images/home_renewal/line.png) repeat-x left bottom /auto .6rem;
}
.top-new-features-section-content-item-plus .line strong{
    font-size: 2rem;
}
.top-new-features-section-content-item-plus .txt{
    font-size: 1.2rem;
    line-height: 1.5;
    letter-spacing: .01em;
    font-weight: 700;
    margin-bottom: 3rem;
}
.top-new-features-section-content-item-plus .note{
    margin-top: 2.4rem;
    font-size: 1rem;
    letter-spacing: 0;
}
.top-new-features-section-content-item-plus .note li{
    margin-left: 0;
    text-indent: 0;
}
/* 3つの特徴 アイテムごとの個別の調整 共通*/
.top-new-features-section-content-item:nth-child(2){
    position: relative;
}

/* 3つの特徴 アイテムごとの個別の調整 SP*/
@media (max-width: 833px) {
    
    .top-new-features-section-content-item:nth-child(2) .object_h{
        top: auto;
        bottom: -3.3rem;
        right: .8rem;
        width: 8.1rem;
        z-index: 9;
    }
    .top-new-features-section-content-item:nth-child(2) .top-new-features-section-content-item-plus-img{
        width: 29.8rem;
        margin: 0 auto;
    }
    .top-new-features-section-content-item:nth-child(3) .top-new-features-section-content-item-heading{
        padding-top: .7rem;
        padding-bottom: .7rem;
    }
    .top-new-features-section-content-item:nth-child(3) .top-new-features-section-content-item-heading .txt{
        font-size: 1.8rem;
    }

    .top-new-features-section-content-item:nth-child(3) .top-new-features-section-content-item-plus-img{
        width: 27.4rem;
        margin: 0 auto 0 1.2rem ;
    }
}
/* 3つの特徴 PC */
@media (min-width: 834px) {
    .top-new-features-section{
        margin-bottom: 14rem;
    }
    .top-new-features-section-bg-wrap{
        margin-top: 4rem;
        padding-top: 2rem;
    }
    .top-new-features-section-bg-wrap:after {
        content: none;
    }
    .top-new-features-section .top-new-section-heading{
        z-index: 3;
        position: relative;
        background: none;
    }
    .top-new-features-section-bg-sp{
        display: none;
    }
    .top-new-features-section-bg-pc{
        display: block;
        position: absolute;
        top: max(-13vw,-13rem) ;
        left: 0;
        right: 0;
        z-index: -1;
    }
    .top-new-features-section-intro{
        max-width: 1084px;
        width: calc(100% - 3.2rem);
        margin: 0 auto 8rem;
        padding: 4rem 2.7rem ;
    }
    .top-new-features-section-intro .top-new-features-section-content-item-img{
        width: 100%;
        margin-bottom: 2.4rem;
    }
   
    .top-new-features-section-intro-list{
        gap: min(4vw,56px);
        justify-content: center;

    }
    .top-new-features-section-intro-list li{
        width: min(25vw,280px);
        height: min(25vw,280px);
        border-radius: min(25vw,280px);
        font-size: 2.8rem;
        padding: 2.4rem;
    }
    .top-new-features-section-content{
        margin: 0 auto 5.2rem;
        max-width: 1084px;
        width: calc(100% - 3rem);
    }
    .top-new-features-section-content-item{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 2.4rem 4rem ;
        margin-bottom: 5.6rem;
    }
    
    .top-new-features-section-content-item-heading{
        padding: 1.6rem;
        width: 100%;
        margin: 0;
    }
    .top-new-features-section-content-item-heading .num{
        font-size: 2.4rem;
        width: 4rem;
        height: 4rem;
    }
    .top-new-features-section-content-item-heading .txt{
        font-size: 2.4rem;
    }
    .top-new-features-section-content-item-img{
        width: 58rem;
        margin: 0;
    }
    .top-new-features-section-content-item-text{
        width: 46.4rem;
        margin: 0;
        line-height: 2;
        font-weight: 500;
        font-size: 1.6rem;
    }
    .top-new-features-section-content-item-plus{
        order: 4;
        display: flex;
        align-items: center;
        padding: 2.4rem 5.5rem;
        gap: 3.2rem;
    }
    .top-new-features-section-content-item-plus > div:first-child{
        width: 49.5rem;
    }
    .top-new-features-section-content-item-plus > div:nth-child(2){
        width: 44.7rem;
    }
    .top-new-features-section-content-item:nth-child(even) .top-new-features-section-content-item-img{
        order: 3;
    }
    .top-new-features-section-content-item:nth-child(even) .top-new-features-section-content-item-text{
        order: 2;
    }
    .top-new-features-section-content-item-plus{
        width: 100%;
        margin: 0;
    }
    .top-new-features-section-content-item-plus::before{
        content: none;
    
    }
    .top-new-features-section-content-item-plus h4{
        text-align: left;
        font-size: 1.6rem;
        margin-left: auto;
        margin-right: auto;
        
    }
    .top-new-features-section-content-item-plus .head{
        
    }
    .top-new-features-section-content-item-plus .head .circle{
       
    }
    .top-new-features-section-content-item-plus .head .line{
        
    }
    .top-new-features-section-content-item-plus .line{
        font-size: 2rem;
        letter-spacing: 0;
    }
    .top-new-features-section-content-item-plus .line strong{
        
    }
    .top-new-features-section-content-item-plus .txt{
        font-size: 1.6rem;
        font-weight: 400;
    }
    .top-new-features-section-content-item-plus .top-new-features-section-content-item-plus-img {
        margin: 0 auto;
        display: block;
    }
    .top-new-features-section-content-item-plus .note{
        text-align: center;
        margin-top: .8rem;
    }
    .top-new-features-section-content-item-plus .note li{

    }
    .top-new-features-section-content-item:nth-child(2) .top-new-features-section-content-item-plus-img {
        width: 37.9rem;
    }
    .top-new-features-section-content-item:nth-child(2) .object_h{
        top: -.8rem;
        width: 11.6rem;
        right: -4rem;
    }
    .top-new-features-section-content-item:nth-child(3) .top-new-features-section-content-item-plus-img {
        margin: 0 auto;
        width: 30.5rem;
        margin-left: 7rem;
    }
    .cta-block02 .cta-block{
        bottom: -7rem;
    }

}
/* すぐ使えて、いつでも英語にふれられる */
.top-materials-section{
    padding-bottom: 8rem;
    margin-bottom: 0;
    /* background: url(../../images/home_renewal/top_toy_bg01.svg) no-repeat right bottom /auto 14.2rem; */
    background: #FBEEA5;
    position: relative;
}
.top-materials-section .top-new-section-heading{
    margin-bottom:1.5rem;
    background: #FBEEA5;
}
.top-materials-section-intro{
    padding: 0 0 5.4rem;
    text-align: center;
}
.top-materials-section-intro-txt{
    color: #ED3E4E;
    font-size: 2rem;
    font-weight: 900;
    margin-top: 2.4rem;
    letter-spacing: .04em;
}
.top-materials-section-intro-txt span{
    background: #FFF;
    display: inline-block;
    margin-top: .8rem;
    padding: 0 1.2rem;
}
.top-materials-section-content{

}
.top-materials-section-content-item{
    width: 100%;
    padding: 1rem 1.2rem 0 2rem;
    background-repeat: no-repeat;
    margin-bottom: 4.8rem;
    position: relative;
    min-height: 38.7rem;
}
.top-materials-section-content-item:nth-child(odd){
    padding-right: 7.4rem;
    background-position: left top;
}
.top-materials-section-content-item:nth-child(even){
    padding-left: 8rem;
    background-position: right top;
}
.top-materials-section-content-item-num{
    background: url(../../images/home_renewal/ico_materials_num.svg) no-repeat center center /contain;
    font-family: jost;
    font-size: 1.4rem;
    font-weight: 900;
    display: flex;
    justify-content: center;
    color: #FFF;
    width: 11.5rem;
    height: 3rem;
    text-align: center;
    padding-top: .2rem;
    margin-bottom: .5rem;
}
.top-materials-section-content-item-num span{
    transform: rotate(-3deg);
    
}
.top-materials-section-content-item:nth-child(even) .top-materials-section-content-item-num{
    margin: -2rem 0 .5rem auto;
    transform: rotate(7deg);
}

.top-materials-section-content-item-heading{
    font-size: 2rem;
    line-height: 1.6;
    font-weight: 900;
    margin-bottom: 1.4rem;
}
.top-materials-section-content-item:nth-child(odd) .top-materials-section-content-item-heading{
    text-align: left;
    padding-left: .7rem;
}
.top-materials-section-content-item:nth-child(even) .top-materials-section-content-item-heading{
    text-align: right;
    padding-right: 1rem;
}
.top-materials-section-content-item-movie{
    width: 28rem;
    height: 19.2rem;
    border-radius: 1.6rem;
    object-fit: cover;
    margin-bottom: .4rem;
}
.top-materials-section-content-item-movie-cap{
    font-size: 1rem;
    line-height: 1.6;
    text-align: right;
    letter-spacing: 0;
}
.top-materials-section-content-item-text{
    font-size: 1.2rem;
    line-height: 2;
    font-weight: 700;
    letter-spacing: 0;
}
.top-materials-button-container{
    padding: 0 3.7rem;
}
.object_m {
    width: 6.6rem;
    top: -4.2rem;
    left: auto;
    right: 1.5rem;
}
.object_z {
    width: 9rem;
    top: -2.6rem;
    left: 1.5rem;
}
.object_c {
    width: 9.3rem;
    top: 0;
    left: auto;
    right: 1.6rem;
}
.object_w {
    width: 10.7rem;
    top: -3.5rem;
    left: .7rem;
}
.object_x{
    width: 8.4rem;
    top: auto;
    bottom: -5rem;
    right: 1.8rem;
}
/* すぐ使えて、いつでも英語にふれられる 個別の調整 SP */
@media (max-width: 833px) {
    .top-materials-section-content-item:nth-child(1){
        background-image: url(../../images/home_renewal/top_toy_item01_bg.svg) ;
        background-size: 100% auto;
    }
    .top-materials-section-content-item:nth-child(2){
        background-image: url(../../images/home_renewal/top_toy_item02_bg.svg) ;
        background-size: 37rem auto;
    }
    .top-materials-section-content-item:nth-child(3){
        background-image: url(../../images/home_renewal/top_toy_item03_bg.svg) ;
        background-size: 100% auto;
    }
    .top-materials-section-content-item:nth-child(4){
        background-image: url(../../images/home_renewal/top_toy_item04_bg.svg) ;
        background-size: 36rem auto;
    }
}
/* すぐ使えて、いつでも英語にふれられる PC */
@media (min-width: 834px) {
    .top-materials-section{
       padding-bottom: max( 16vw ,24rem);

    }
    .top-materials-section .top-new-section-heading{
      padding-top: 8.5rem;
      margin-bottom: 6rem;
    }
    .top-materials-section-intro{
        display: flex;
        align-items: center;
        gap: 6.4rem;
    }
    .top-materials-section-intro{

    }
    .top-materials-section-intro-img{
        width: 55%;
    }
    .top-materials-section-intro-txt{
        font-size: 3.2rem;
        margin: 0;
    }
    .top-materials-section-intro-txt span{
        margin: .8rem 0;
    }
    .top-materials-section-content{
        max-width: 1220px;
        margin: 0 auto;
    }
    .top-materials-section-content-item{
        position: relative;
        min-height: 52.7rem;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        align-content: center;
        background-size: 60rem auto!important;
        background-image: url(../../images/home_renewal/top_toy_item01_bg_pc.svg)!important;
        margin-bottom: 2rem;
        position: relative;
    }
    .top-materials-section-content-item-movie{
       width: 58rem;
       height: 40rem;
       position: absolute;
    }
    .top-materials-section-content-item-num{
        font-size: 1.6rem;
        width: 13.7rem;
        min-height: 3.6rem;
        padding-top: .3rem;
        margin-bottom: 1.2rem;
    }
    .top-materials-section-content-item-num span{
        transform: rotate(0);
    }
    .top-materials-section-content-item-heading{
       width: 44rem;
       font-size: 2.4rem;
       letter-spacing: 0;
       padding-left: 0!important;
    }
    .top-materials-section-content-item-movie-cap{
        position: absolute;
        width: 58rem;
        font-size: 1.4rem;
    }
    .top-materials-section-content-item-text{
        width: 44rem;
        font-size: 1.6rem;
    }
    .top-materials-section-content-item:nth-child(odd){
        padding-left: 72.4rem;
        background-position: right 0;
    }
    .top-materials-section-content-item:nth-child(odd) .top-materials-section-content-item-movie{
        left: 8rem;
    }
    .top-materials-section-content-item:nth-child(odd) .top-materials-section-content-item-movie-cap{
        left: 8rem;
        top: calc(100% - 5rem);
    }
    .top-materials-section-content-item:nth-child(odd) .top-materials-section-content-item-num{
        order: 2;
    }
    .top-materials-section-content-item:nth-child(odd) .top-materials-section-content-item-heading{
        order: 3;
    }
    .top-materials-section-content-item:nth-child(odd) .top-materials-section-content-item-text{
        order: 4;
        
    }
    .top-materials-section-content-item:nth-child(even){
        padding-right: 72.4rem;
        background-position: left 0;
    }
    .top-materials-section-content-item:nth-child(even) .top-materials-section-content-item-movie{
      right: 8rem;
    }
    .top-materials-section-content-item:nth-child(even) .top-materials-section-content-item-movie-cap{
        right: 8rem;
        top: calc(100% - 5rem);
    }
    .top-materials-section-content-item:nth-child(even) .top-materials-section-content-item-num{
        margin: 0 auto 1.2rem 0;
        transform: rotate(0);
    }    
    .top-materials-section-content-item:nth-child(even) .top-materials-section-content-item-heading{
        text-align: left;
    }
   
    .top-materials-button-container{
        margin-top: 2rem;
    }
    .object_m {
        width: 9.5rem;
        top: max(-46vw,-70rem);
        left: auto;
        right: 13%;
    }
    .object_z {
        width: 12.9rem;
        top: -1.6rem;
        right: 8%;
        left: auto;
    }
    .object_c {
        width: 13.3rem;
        top: 6.6rem;
        left: 32%;
        right: auto;
        transform: rotate(2deg);
    }
    .object_w {
        width: 15rem;
        top: 5rem;
        left: auto;
        right: 0;
    }
    .object_x{
        width: 12rem;
        top: 5.5rem;
        bottom: auto;
        right: auto;
        left: 30%;
    }

}
/* 研究に基づく学習法--------------- */
.top-method-section{
    margin-top: -4rem;
    background: url(../../images/home_renewal/top_method_bg01_sp.svg) no-repeat top center /100% auto;
    padding-top: 4rem;
    margin-bottom:　0;
    position: relative;
}
.top-method-section-bg-wrap{
    margin-top: 2rem;
    padding-top: 0;
}

/* 研究に基づく学習法 PC */
@media (min-width: 834px) {
    .top-method-section{
        background-image: url(../../images/home_renewal/top_method_bg01_pc.svg) ;
        margin-top: max(-11vw,-19rem);
        padding-top: min(11vw,19rem);
        margin-bottom: 0;

    }
    .top-method-section-bg-wrap{

    }
}

/* 英語教育の第一人者監修 */
.top-method-section-supervision-head{
    color: #FFF;
    background: url(../../images/home_renewal/top_method_supervision_title.svg) no-repeat center center /33.7rem auto;
    text-align: center;
    font-size: 1.4rem;
    line-height: 3.2;
    letter-spacing: 0;
    position: relative;
    z-index: 2;
}
.top-method-section-supervision{
    display: flex;
    gap: 2.4rem;
    padding: 0 1.6rem 3rem;
    margin-top: -2rem;
}
.top-method-section-supervision li{
    background: #FFF;
    text-align: center;
    padding: 1.9rem 0 1.5rem;
    border-radius: 1.6rem;
    width: calc(50% - 1.2rem);
    color: #00125E;
    font-weight: 700;
}
.top-method-section-supervision-item-txt{
    font-size: 1.2rem;
    line-height: 1.5;
    letter-spacing: 0;
    margin: 1rem 0 1.3rem!important;
}
.top-method-section-supervision-item-img{
    width: 10.5rem;
    margin-bottom: 1.3rem;
}
.top-method-section-supervision-name{
    font-size: 1.4rem;
    letter-spacing: .02em;
    margin-bottom: 0!important;
}
.top-method-section-supervision-title{
    font-size: 1rem;
    letter-spacing: .02em;
    font-weight: 500;
}

.top-method-section-area{
    margin: 0;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
}
.top-method-section-content-head-title{
    background: url(../../images/home_renewal/top_method_title.svg) no-repeat left top /100% auto;
    width: 21rem;
    padding-top: .6rem;
    padding-bottom: 1.9rem;
    position: absolute;
    left: .8rem;
    top:-2rem;
    
    
}
.top-method-section-content-head{
    margin-bottom: 7rem;
}
.top-method-section-content-head-box{
    background: #FFF;
    border-radius: 20px;
    padding: 4.4rem .5rem 4rem;
    position: relative;
    margin-top: 3rem;
}
.top-method-section-content-head-box .object_eddy01{
    right: 1.1rem;
    top: -2.9rem;
    width: 8.8rem;

}
.top-method-section-content-head-box .object_pita01{
    left: 2rem;
    bottom: -3.3rem;
    width: 6.5rem;
}
.top-method-section-content-head-box .object_eddy02{
    right: .2rem;
    top: -6.1rem;
    width: 8.9rem;

}
.top-method-section-content-head-box .object_pita02{
    left: 2rem;
    bottom: -2.7rem;
    width: 8.7rem;
}

.top-method-section-content-head-title span{
    font-size: 2rem;
    transform: rotate(-3deg);
    display: block;
    text-align: center;
    letter-spacing: 0;
}
.top-method-section-content-head-text{
    font-size: 1.6rem;
    text-align: center;
    font-weight: 700;
    line-height: 1.8;
    letter-spacing: 0;
}
.top-method-section-content-head-text span{
    font-size: 1.8rem;

}
.top-method-section-content-item{
    padding-bottom: 2.4rem;
    margin-bottom: 3rem;
    border-bottom: 1px dashed #00125E;
}
.top-method-section-content-item-movie{
    width: 34.4rem;
    height: 23.2rem;
    border-radius: 2.4rem;
    object-fit: cover;
    border: 6px solid #FFF;

}
.top-method-section-content-item-movie-cap{
    text-align: right;
    font-size: 1rem;
    line-height: 1.6;
    font-weight: 400;
    letter-spacing: 0;
}
.top-method-section-content-item:last-child{
    border: none;
    padding-bottom: 0;
}
.top-method-section-content-item-head{
    display: flex;
    align-items: center;
    margin:0 0 1rem;
    gap: 1rem;
}
.top-method-section .icon-pentagon {

    position: relative;
    font-size: 1.8rem;
    font-weight: 900;
    letter-spacing: .02em;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    width: 8rem;
	height: 8rem;
    transform: rotate(-10deg);
    text-align: center;
    
}
.top-method-section .icon-pentagon::before {
    content: "";
    position: absolute;
    top: -.2rem;
    left: -.25rem;
	width: 100%;
	height: 100%;
	background: url(../../images/home_renewal/icon_pentagon_01.svg) no-repeat left top /contain;
    z-index: -1;
    transform: rotate(10deg);
}
.top-method-section .icon-pentagon span{
    display: block;
    font-size: 1.6rem;
    width: 100%;
}
.top-method-section-content-item-title{
    font-size: 1.8rem;
    font-weight: 900;
}
.top-method-section-content-item-text{
    font-size: 1.4rem;
    line-height: 1.85;
    letter-spacing: 0;
    font-weight: 700;
}
.top-method-section-content-item-text strong{
    font-size: 1.5rem;
}
.top-method-section-content-item-text .line{
    background: url(../../images/home_renewal/line.png) repeat-x left bottom /auto .6rem;
}

.top-method-button-container{
    max-width: 30rem;
    margin: 3.2rem auto 0;
}
.object_y{
    width: 7.8rem;
    top: -14rem;
    left: .9rem;
}
/* 研究に基づく学習法 個別の調整 */
.top-method-section-area.area01{
    background: #EEF9FF;
    padding-bottom: 14rem;
    margin-bottom: 0;

}
.top-method-section-area.area02{
    background: #FFEAF6;
    position: relative;
    z-index: 1;
    padding-bottom: 4rem;
}
.top-method-section-area.area02:before{
    content: "";
    display: block;
    width: 100%;
    height: 17rem;
    background: url(../../images/home_renewal/top_method_bg02_sp.svg) no-repeat top center /100% auto;
    position: absolute;
    top: -12rem;
    left: 0;
    right: 0;
    z-index: -1;
}
.top-method-section-area.area02:after{
    content: "";
    display: block;
    width: 100%;
    height: 28rem;
    background: #FFF;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}
.top-method-section-area.area02 .top-method-button-container{
    padding-bottom: 5.6rem;
}
.cta-block03 .text01{
    text-indent: .5em;
}
@media (min-width: 834px) {
    
    /* 子どもの発達や言語習得の専門家による監修 PC */
    .top-method-section-supervision-head{
        font-size: 1.6rem;
        background-size: 38.3rem auto;
    }
    .top-method-section-supervision{
        max-width: calc(64rem + 3.2rem);
        margin-left: auto;
        margin-right: auto;
        gap: 4rem;
    }
    .top-method-section-supervision li{
        width: 30rem;
    }
    .top-method-section-supervision-item-txt{
        font-size: 1.6rem;
    }
    .top-method-section-supervision-item-img{
        width: 16rem;
    }
    .top-method-section-supervision-name{
        font-size: 1.8rem;
    }
    .top-method-section-supervision-title{
        font-size: 1.4rem;
    }

    .top-method-section-area{
    }
    .top-method-section-content-head-title{
        top: -5.5rem;
        left: -5rem;
        width: 39.6rem;
        padding-top: 1.5rem;
        padding-bottom: 4.1rem;
        background-image: url(../../images/home_renewal/top_method_title_pc.svg);
    }
    .top-method-section-content-head-title span{
        font-size: 2.9rem;
        transform: rotate(0);
    }
    .top-method-section-content-head{
        display: flex;
        justify-content: flex-end;
        align-items: flex-end;
    }
    .top-method-section-content-head-img{
        order: 2;
        width: 59%;
        margin-right: -1.6rem;
    }
    .top-method-section-content-head-box{
        width: 50rem;
        order: 1;
        margin-right: -8.5rem;
        margin-bottom: 3.8rem;
        
        padding: 6.4rem 3.2rem;
    }
    .top-method-section-content-head-box .object_eddy01{
        right: -3.8rem;
        top: -9rem;
        width: 14.9rem;
    
    }
    .top-method-section-content-head-box .object_pita01{
        left: 5.3rem;
        bottom: -7.8rem;
        width: 12.3rem;
    }
    .top-method-section-content-head-box .object_eddy02{
        right: -3.1rem;
        top: -12.6rem;
        width: 16.1rem;
    
    }
    .top-method-section-content-head-box .object_pita02{
        left: 3.2rem;
        bottom: -8.4rem;
        width: 16.7rem;
    }
    .top-method-section-content-head-title span{
    }
    .top-method-section-content-head-text{
        text-align: left;
        font-size: 2rem;
    }
    .top-method-section-content-head-text span{

    }
    .top-method-section-content{
        max-width: calc(1084px + 3.2rem);
        margin: 0 auto;
    }
    .top-method-section-content-item{
       position: relative;
       min-height: 42.3rem;
       display: flex;
       flex-wrap: wrap;
       align-content: center;
       padding-bottom: 3.2rem;
       margin-bottom: 3.2rem;
    }
    .top-method-section-content-item-movie{
        position: absolute;
        width: 58rem;
        height: 39.1rem;
    }
    .top-method-section-content-item-movie-cap{
        font-size: 1.4rem;
        position: absolute;
    }
    .top-method-section-content-item-head{
        margin-bottom: 1.6rem;
    }
    .top-method-section .icon-pentagon {
        font-size: 2.4rem;
    }
    .top-method-section .icon-pentagon::before {
    }
    .top-method-section .icon-pentagon span{
        
    }
    .top-method-section-content-item-title{
        font-size: 2.4rem;
    }
    .top-method-section-content-item-text{
        font-size: 1.6rem;
        max-width: 44rem;
        
    }
    .top-method-section-content-item-text strong{
       
    }
    .top-method-section-content-item-text .line{
    }
    .top-method-section-content-item:nth-child(odd){
        padding-right: 64.4rem;

    }
    .top-method-section-content-item:nth-child(odd) .top-method-section-content-item-movie{
        right: 0;
    }
    .top-method-section-content-item:nth-child(odd) .top-method-section-content-item-movie-cap{
        right: 0;
        bottom: 3.2rem;
    }
    .top-method-section-content-item:nth-child(even){
        padding-left: 64.4rem;
    }
    .top-method-section-content-item:nth-child(even) .top-method-section-content-item-movie{
        left: 0;
    }
    .top-method-section-content-item:nth-child(even) .top-method-section-content-item-movie-cap{
        left: 0;
        bottom: 3.2rem;
        width: 58rem;
        text-align: right;
    }
    .top-method-section-area.area01{
        padding-bottom: 20rem;
    }
    .top-method-section-area.area02{
        padding-bottom: 0;
    }
    .top-method-section-area.area02:before{
        height: 20rem;
        background: url(../../images/home_renewal/top_method_bg02_pc.svg) no-repeat top center /100% auto;
        position: absolute;
        top: -20rem;

    }
    .top-method-section-area.area02:after{
        content: none;
    }
    .top-method-section-area.area02 .top-method-button-container{
        padding-bottom: 0;
    }

    .top-method-section-area.area01 .top-method-section-content-item:nth-child(1){
        min-height: 45.3rem;
    }
    .top-method-section-area.area01 .top-method-section-content-item:nth-child(2){
        min-height: 45.3rem;
    }
    .top-method-section-area.area01 .top-method-section-content-item:nth-child(4){
        min-height: 45.3rem;
    }
    .top-method-section-area.area02 .top-method-section-content-item:nth-child(2){
        min-height: 45.3rem;
    }
    .top-method-section-area.area02 .top-method-section-content-item:nth-child(3){
        min-height: 47.4rem;
    }
    .cta-block03{
        margin-left: -1.6rem;
        margin-right: -1.6rem;
    }
    .cta-block03 .cta-block{

        bottom: -7rem;
    }
    .cta-block03 .text01{
        text-indent: 0;
    }
    .object_y{
        width: 11rem;
        top: -22rem;
        left: 11%;
    }
}

/* サポート --------- */
.top-support-section{
    padding-bottom: 0;
    background:#FFF url(../../images/home_renewal/top_support_bg_sp.svg) repeat-y 0 6rem /100% auto;
}
.top-support-section-container{
    background: #EEF9FF;
    padding-bottom: 4.8rem;
    
}
.top-new-section-h3{
    background: #00125E;
    color: #FFF;
    text-align: center;
    font-size: 1.8rem;
    padding: 1.1rem;
    margin-top: 1.5rem;
}
.top-support-section-intro-txt{
    color: #ED3E4E;
    font-size: 2rem;
    line-height: 1.6;
    text-align: center;
    font-weight: 900;
    position: relative;
    margin: 2.5rem 3rem;

}
.top-support-section-intro-txt:before,.top-support-section-intro-txt:after{
    content: "";
    display: block;
    width: 4px;
    height: 4.5rem;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #ED3E4E;
}
.top-support-section-intro-txt:before{
    left: 2px;
    transform: rotate(-32deg);
}
.top-support-section-intro-txt:after{
    right: 2px;
    transform: rotate(32deg);
}

.top-support-section-content{
    margin: 0 1.6rem;
}
.top-support-section-content-item{
    margin-bottom: 1.6rem;
}
.top-support-section-content-item-heading{
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    text-align: center;
    padding: 5rem 0 0;
    color: #FFF;
    font-size: 2rem;
    height: 9.6rem;
    letter-spacing: 0;
}
.top-support-section-content-item-heading small{
    font-size: 1.4rem;
}
.top-support-section-content-item .top-support-section-content-item-wrap{
    padding: 2rem 2.3rem;
    border-radius: 2rem;
}
.top-support-section-content-item-img{
    margin-bottom: 1.6rem;
}
.top-support-section-content-item-text{
    font-size: 1.2rem;
    line-height: 1.6;
}
.top-support-section-content-item:nth-child(1) .top-support-section-content-item-heading{
    background-image: url(../../images/home_renewal/top_support_heading01.png) ;
}
.top-support-section-content-item:nth-child(1) .top-support-section-content-item-wrap{
    background:#E7EBC4;

}
.top-support-section-content-item:nth-child(2) .top-support-section-content-item-heading{
    background-image: url(../../images/home_renewal/top_support_heading02.png) ;
    height: 8.9rem;
    padding-top: 4.3rem;
}
.top-support-section-content-item:nth-child(2) .top-support-section-content-item-wrap{
    background:#FFE4CD;

}
.top-support-section-content-item:nth-child(3) .top-support-section-content-item-heading{
    background-image: url(../../images/home_renewal/top_support_heading03.png) ;
    height: 9.9rem;
    padding-top: 3.8rem;
    font-size: 1.8rem;
    line-height: 1.3;
    
}
.top-support-section-content-item:nth-child(3) .top-support-section-content-item-wrap{
    background:#DAE1FF;
    font-weight: 700;
}
.top-support-section-content-plus{
    background: #DDEDD5;
    border-radius: 2.4rem;
    margin: 8rem 1.7rem 1.6rem;
    padding-top: 2.4rem;
    padding-bottom: 1.6rem;
    position: relative;
    font-size: 2rem;
}
.top-support-section-content-plus-img{
    position: absolute;
    top: -4.5rem;
    left: 8.3rem;
    width: 11.5rem;
}
.top-support-section-content-plus-text {
    text-align: center;
    color: #6CB75A;
    font-weight: 700;
}
.top-support-section-content-plus-text p{
    margin-bottom: 0;
}
.top-support-section-content-plus-text.text01 {
    border-bottom:2px dotted #6CB75A ;
    padding-bottom: .8rem;
}
.top-support-section-content-plus-text.text01 p{
    line-height: 1.2
}
.top-support-section-content-plus-text.text01 span{
    display: inline-block;
    background: #FFF;
    border-radius: .8rem;
    font-size: 1.6rem;
    padding: 0 .8rem;
    margin-right: .8rem;
    vertical-align: middle;
    line-height: 1.8;
    letter-spacing: 0.02em;
}
.top-support-section-content-plus-text.text01 strong{
    font-size: 3.6rem;
    vertical-align: middle;
    font-weight: 700;
    line-height: 1.2
}
.top-support-section-content-plus-text.text02{
    padding-top: 1.2rem;
}
.top-support-section-content-plus-text.text02 p {
    line-height: 1.2
}
.top-support-section-content-plus-text.text02 p strong {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.2
}
.top-support-section-content-plus-note{
    font-size: 1.2rem;
    width: 30rem;
    margin: 0 auto;
    letter-spacing: 0;
}
.top-support-button-container{
    width: 30rem;
    margin: 0 auto;
    
}
/* サポート PC */
@media (min-width: 834px) {
    .top-support-section{
        padding-top: 14rem;
        padding-bottom: 0;
        background:#FFF url(../../images/home_renewal/top_support_bg_pc.svg) repeat-y 0 -30rem /100% auto;
    }
    .top-support-section-container{
        padding-bottom: 8rem;
    }
    .top-new-section-h3{
        font-size: 2.4rem;
        padding: 1.7rem;
        margin-top: 0;
    }
    .top-support-section-intro-txt{
        font-size: 3.2rem;
        width: 53rem;
        margin: 4.8rem auto;
    }
    .top-support-section-intro-txt:before,.top-support-section-intro-txt:after{
        height: 9rem;
    }   
    .top-support-section-content{
        max-width: calc(1096px);
        margin: 0 auto;
        display: flex;
        
        gap: 3.2rem;
    }
    .top-support-section-content-item{
        width: 34.4rem;
        display:flex;
        flex-direction: column;
    }
    .top-support-section-content-item-heading{
        display:flex;
        flex-direction:column;
        height: auto!important;
        min-height: 10rem;
        background-position: center bottom;
        align-items: center;
        justify-content: flex-end;
        padding-bottom: 1.5rem;
    }
    .top-support-section-content-item-heading small{
    }
    .top-support-section-content-item .top-support-section-content-item-wrap{
        display:flex;
        flex-direction:column;
        flex-grow:1;
    }
    .top-support-section-content-item-img{
    }
    .top-support-section-content-item-text{
        font-size: 1.6rem;
        line-height: 1.5;
        font-weight: 500;
        letter-spacing: 0;
    }
    .top-support-section-content-item:nth-child(3) .top-support-section-content-item-heading{
        line-height: 1.7;
        padding-bottom: 1.2rem;
    }
    .top-support-section-content-plus{
        border-radius: 99.9rem;
        display: flex;
        justify-content: center;
        max-width: 80rem;
        margin: 8rem auto 0;
        padding: 3.1rem 0 1.9rem;

    }
    .top-support-section-content-plus-img{
        width: 14.7rem;
        top: -6.5rem;
        left: 30rem;

    }
    .top-support-section-content-plus-text {
    }
    .top-support-section-content-plus-text p{
        font-size: 2.4rem;
        margin-bottom: 1.2rem;
        
    }
    .top-support-section-content-plus-text.text01 {
        border-bottom:none ;
        padding: 0 4.5rem 0 0;
        position: relative;
    }
    .top-support-section-content-plus-text.text01:after {
        content: "";
        display: block;
        height: 6rem;
        border-right: 2px dotted #6CB75A;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }
    .top-support-section-content-plus-text.text01 span{
        font-size: 1.8rem;
        line-height: 2;
    }
    .top-support-section-content-plus-text.text01 strong{
        font-size: 4.2rem;
    }
    .top-support-section-content-plus-text.text02{
        padding:0 0 0 4.5rem;
    }
    .top-support-section-content-plus-text.text02 p strong {
        font-size: 4rem;
    }
    .top-support-section-content-plus-note{
        font-size: 1.4rem;
        width: 100%;
        max-width: calc(629px + 3.2rem);
        padding: 1.6rem 1.6rem 0;
        margin: 0 auto!important;
    }
    .top-support-button-container{
        margin-top: 6.4rem;
    }
}
/* インスタ */
.top-insta-section{
    background: #FFE34B;
    position: relative;
    padding-top: 10rem;
    z-index: 1;
    margin-bottom: 6.7rem;
}

.top-insta-section::before{
    content: "";
    display: block;
    width:3.8rem;
    height: 3.8rem;
    background: url(../../images/home_renewal/top_insta_ico.svg) no-repeat center center /100% auto;
    position: absolute;
    top:6rem;
    left: 0;
    right: 0;
    margin: auto;
}
.top-insta-section::after{
    content: "";
    display: block;
    width:100%;
    height: 15.5rem;
    background:#FFF;
    position: absolute;
    bottom:0;
    left: 0;
    right: 0;
    z-index: -1;
}
.top-insta-section-container{
    padding:1rem 2.5rem;
}
.top-insta-section-heading{
    text-align: center;
    font-size: 2rem;
}
.top-insta-section-content{
    margin: 2.8rem 0 5rem;
    position: relative;
    
}

.swiper-horizontal.top-insta-section-content .top-insta-section-content-pagination{
    z-index: 10;
    position: absolute;
    bottom: -3.5rem;
    left:0;
    right: 0;
    text-align: center;
    width: 80%;
    margin: auto;
}
.swiper-horizontal.top-insta-section-content .top-insta-section-content-pagination .swiper-pagination-bullet {
    background-color: #FFF;
    opacity: 1;
    height: .5rem;
    width: 6rem;
    border-radius: 8px;
  }
.swiper-horizontal.top-insta-section-content .top-insta-section-content-pagination .swiper-pagination-bullet-active {
  background-color: #EF5664;

}
.top-insta-button-next {
    position: absolute;
    top: 50%;
    right: -2.4rem;
    width: 3.5rem;
    height: 3.5rem;
    background: #00125E;
    border: 3px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
    z-index: 1;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.top-insta-button-next::after{
    content: "";
    display: block;
    width: .8rem;
    height: .8rem;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg);
}

.top-insta-button-prev {
    position: absolute;
    top: 50%;
    left: -2.4rem;
    width: 3.5rem;
    height: 3.5rem;
    background: #00125E;
    border: 3px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
    z-index: 1;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.top-insta-button-prev::after {
    content: "";
    display: block;
    width: .8rem;
    height: .8rem;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(-135deg);
}

.top-insta-button-prev::after {
    margin-inline-start: 3px;
}

.top-insta-button-next::after {
    margin-inline-end: 3px;
}




.object_v{
    width: 6rem;
    top: -4rem;
    right: 2.3rem;
    transform: rotate(35deg);
}
/* インスタ PC */
@media (min-width: 834px) {
    .top-insta-section{
        padding-top: 15rem;
        margin-bottom: 13.7rem;
    }
    
    .top-insta-section::before{
        width:4.6rem;
        height: 4.6rem;
        top:8.4rem;
    }
    .top-insta-section::after{
        content: none;
    }
    .top-insta-section-container{
        max-width: calc(1084px + 5rem);
        width: calc(100% - 5rem);
        margin: 0 auto;
    }
    .top-insta-section-heading{
        font-size: 3.2rem;
    }
    .top-insta-section-content{
        margin-top: 5.6rem;
        margin-bottom: 0;
        
    }
    .top-insta-section-content .swiper-wrapper{
        gap: 3.7rem 4.2rem ;
        flex-wrap: wrap;
        align-items: stretch;
    }
    .top-insta-section-content-item.swiper-slide{
        width: calc(33.3% - 4.2rem*2/3);
        height: auto;
    }
    .top-insta-section-content-item.swiper-slide blockquote{
        max-width: 100%!important;
        min-width: 100%!important;
    }
    .top-insta-section-content-item.swiper-slide iframe{
        min-height: 100%;
        min-width: 100%!important;
    }
    .top-insta-button-next,.top-insta-button-prev {
        display: none;
    }
    .cta-block04{

    }
    .cta-block04 .cta-block {
        bottom: -7rem;        
    }
    .object_v{
        width: 8.8rem;
        top: -20rem;
        right: 9%;

    }
}
/* 価格 */
.top-price-section{
    background: #FFF;
    margin-bottom: 6rem;
    position: relative;
}

.top-price-section .top-new-section-heading{
    background: #FFEAF6;
}
.top-price-section-container h3 {
    font-size: 1.6rem;
    margin-top: 3rem;
    font-weight: 700;
    font-style: normal;
    line-height: 1.33;
    display: flex;
    margin-bottom: 1.6rem;
    align-items: center;
}
.top-price-section-container h3::before {
    background: #00125E;
    display: block;
    margin-right: 2rem;
    width: .8rem;
    height: 3.6rem;
    content: "";
}
.top-price-section-container .ecg--price--wrap{
    padding: 2.7rem 1.8rem;
}
.top-price-section-container .ecg--price--box{
    background: #FFEAF6;
    
}
.top-price-section-container .ecg--price--box .price-head{
    margin-bottom: 1rem;
}
.top-price-section-container .ecg--price--box .price strong{
    font-size: 4rem;
}

.top-price-section-container .ecg--price--wrap > .ecg--price--text{
    color: #000000;
    font-size: 1.2rem;
    line-height: 2;
    font-weight: 400;
    letter-spacing: 0;
}
.top-price-section-container .ecg--price--card{
    font-size: 1.4rem;
    line-height: 2;
    font-weight: 700;
}
.top-price-section-container .ecg--price--wrap > .ecg--price--notes{
    font-size: 1.2rem;
    line-height: 2;
    font-weight: 400;
    letter-spacing: 0;
}
.top-price-section-container .ecg--price--box .ecg--price--text,.top-price-section-container .ecg--price--box .ecg--price--notes{
    font-size: 1.4rem;
    line-height: 2;
    font-weight: 400;
}
.top-price-section-container .ecg--details {
    
}
.top-price-section-container .ecg--details h3{
    margin: 0;
    padding: 1.3rem 1.2rem 1.3rem 2.1rem;
}
.top-price-section-container .ecg--details h3::before{
    content: none;
}
.top-price-comparison{
    background: #FFEAF6;
    padding: 4.8rem 1.6rem;
}
.top-price-comparison-title{
    color: #ED3E4E;
    font-size: 2.4rem;
    line-height: 1.6;
    text-align: center;
    font-weight: 900;
    position: relative;
    margin: 2.5rem auto;
    width: 65%;

}
.top-price-comparison-title:before,.top-price-comparison-title:after{
    content: "";
    display: block;
    width: 4px;
    height: 4.5rem;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #ED3E4E;
}
.top-price-comparison-title:before{
    left: .2rem;
    transform: rotate(-32deg);
}
.top-price-comparison-title:after{
    right: .8rem;
    transform: rotate(32deg);
}
.top-price-comparison-text{
    font-weight: 700;
}
.top-price-comparison-text.text01{
    font-size: 1.6rem;
    text-align: center;
    letter-spacing: 0;
    margin-left: -1rem;
    margin-right: -1rem;
}
.top-price-comparison-text.text02{
    font-size: 1.4rem;
    letter-spacing: 0;
}
.top-price-comparison-text .line{
    font-size: 1.6rem;
    text-align: center;
    background: linear-gradient(transparent 50%, #FBEEA5 50%);
}
.top-price-comparison-text strong{
    font-size: 2rem!important;
    font-weight: 700;

}
.top-price-comparison-img{
    display: block;
    margin-bottom: 2.4rem;
}
.top-price-note{
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.8;
}
.cta-block05{
    margin-bottom:2rem ;
}
.object_k{
    width: 6.6rem;
    top: auto;
    right: 3rem;
    bottom: -3.8rem;

}
/* 価格 PC */
@media (min-width: 834px) {
    .top-price-section{
    }
    
    .top-price-section .top-new-section-heading{
    }
    .top-price-section-container h3 {
        font-size: 2rem;
    }
    .top-price-section-container h3::before {
        
    }
    .top-price-section-container .ecg--price--wrap{
        max-width: calc(880px + 3.6rem);
        width: 100%;
        margin: 0 auto;
        padding-top: 4.8rem;
        
    }
    .top-price-section-container .ecg--price--box{
        
    }
    .top-price-section-container .ecg--price--box .price strong{
        font-size: 5rem;
    }
    .top-price-section-container .ecg--price--box .ecg--price--notes{
        font-size: 1.6rem;
        line-height: 2.25;
    }
    .top-price-section-container .ecg--price--wrap > .ecg--price--text{
        font-size: 1.6rem;
        letter-spacing: 0;
        line-height: 2.25;
    }
    .top-price-section-container .ecg--price--card{
       
    }
    .top-price-section-container .ecg--price--wrap > .ecg--price--notes{
        
    }
    .top-price-section-container .ecg--price--box .ecg--price--text,.top-price-section-container .ecg--price--box .ecg--price--notes{
        
    }
    .top-price-section-container .ecg--details h3{
        padding: 2.6rem 3.4rem 2.6rem 4.1rem;
    }
    .top-price-comparison{
        padding-bottom: 6.4rem;
        
    }
    .top-price-comparison-title{
        font-size: 3.2rem;
        width: 33rem;
    
    }
    .top-price-comparison-title:before,.top-price-comparison-title:after{
        
    }
    .top-price-comparison-text{

    }
    .top-price-comparison-text.text01{
        font-size: 2rem;
    }
    .top-price-comparison-text.text02{
        text-align: center;
        max-width: 880px;
        margin: 0 auto ;
        font-size: 1.8rem;
    }
    .top-price-comparison-text .line{
        font-size: 2rem;
    }
    .top-price-comparison-text strong{
        font-size: 2.4rem!important;
        
    }
    .top-price-comparison-img{
        max-width: 880px;
        margin: 6.4rem auto 4rem;
    }
    .top-price-note{
        max-width: 880px;
        margin: 2.4rem auto 0;
        font-size: 1.4rem;
    }
    .cta-block05{
        margin: 3.2rem 0 5rem;
    }
    .object_k{
        width: 9.4rem;
        right: 6%;
        bottom: 16rem;
    
    }
}

/* フッター調整  */
@media (max-width: 833px) {
    .fixed-button-block .btn-01 {
        padding: .7rem 2.4rem .7rem 1.2rem;
        font-size: 1.2rem;
    }
}
@media (min-width: 834px) {
    .fixed-button-block .btn-01 {
        width: 6.4rem;
        max-width: 64px;
        min-width: inherit;
        font-size: clamp(1.4rem, 2.2vh, 1.8rem);
        padding-left: 2rem;

    }
    .fixed-button-block .btn-01::before,.fixed-button-block .btn-01::after{
        right: 0;
        left: 0;
        margin: auto;
        
    }
    .fixed-button-block .btn-01::before{
        right: 3px;
    }
}
@media (min-width: 834px) and (max-width: 1284px){
    .fixed-button-block .btn-01 {
        max-width: 4.2rem;
        height: clamp(13rem, 24vh, 16rem);
        padding: 2rem 1.5rem 4.3rem;
        font-size: clamp(1.1rem, 2.1vh, 1.5rem);
        margin: 1rem 0;
        text-align: center;
    }
}
@media (max-width: 1120px) and (min-width: 834px)  { 
    .cta-free-paper-btn.cta-free-paper-btn--md,.cta-free-experience-btn.cta-free-experience-btn--md{
        padding-left: 2.5rem!important;
        padding-right: 1.5rem!important;
        font-size: 1.8rem;
        height: 64px;
        justify-content: center;
    }
}