@charset "UTF-8";
/* line 3, ../sass/style.scss */

.pric {
    color: #ff7ba3;
    stroke: #FF7BA3;
}

.nuric {
    color: #ff7ba3;
    stroke: #FF7BA3;
}

.afterc {
    color: #65c3ec;
    stroke: #65c3ec;
}

.container {
    padding-bottom: 0px;
}

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

メインビジュアル

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

/* line 12, ../sass/style.scss */

.main-wrapper {
    position: relative;
}

/* line 14, ../sass/style.scss */

.main-wrapper .main {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    position: relative;
    background: #FBFAE7;
}

/* line 21, ../sass/style.scss */

.main-wrapper .main li {
    text-align: center;
    position: relative;
    height: 560px;
}

/* line 25, ../sass/style.scss */

.main-wrapper .main li .bg {
    width: 100%;
    max-width: 1300px;
}

/* line 30, ../sass/style.scss */

.main-wrapper .main li .text {
    position: absolute;
    top: 30px;
    right: 40%;
}

/* line 36, ../sass/style.scss */

.main-wrapper .main li img {
    margin: 0 auto;
}

/* line 41, ../sass/style.scss */

.main-wrapper .main-hide-wrapper {
    position: absolute;
    top: -55px;
    width: 100%;
    margin: 0 auto;
}

/* line 46, ../sass/style.scss */

.main-wrapper .main-hide-wrapper img {
    width: 100%;
}

@media screen and (min-width: 1000px) {
    .main-wrapper .main-hide-wrapper {
        top: -62px;
    }
}

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

水色背景

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

/* line 72, ../sass/style.scss */

.blue-bg {
    padding: 0;
    background: url(../images/blue-bg.jpg);
    text-align: center;
}

/* line 78, ../sass/style.scss */

.cloud {
    position: relative;
    padding: 20px 0;
    top: -20px;
    background: url(../images/cloud.png) center top repeat-x;
}


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

私たちのサービス

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

/* line 101, ../sass/style.scss */

.our-service {
    padding: 0 0 60px;
    position: relative;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}


/* line 106, ../sass/style.scss */

.our-service .center {
    text-align: center;
    width: 700px;
    max-width: 700px;
    margin: auto;
    position: relative;
}

.our-service .center img {
    width: 100%;
}

/* line 110, ../sass/style.scss */

.left-kids {
    position: absolute;
    top: -160px;
    right: 50%;
    margin-right: -350px;
    width: 150px;
}

.left-kids img {
    width: 100%;
}

.right-kids {
    position: absolute;
    top: -160px;
    right: 50%;
    margin-right: 150px;
    width: 220px;
}

.right-kids img {
    width: 100%;
}

.ourflex {
    text-align: center;
    flex-wrap: wrap;
    width: 100%;
    display: flex;
    max-width: 1000px;
    justify-content: center;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
}

.ourflex li {
    width: 15%;
    border-left: dotted 2px #ddd;
    margin-bottom: 10px;
}

.ourflex li:last-child {
    border-right: dotted 2px #ddd;
}

.ourflex li svg {
    width: 75%;
}

.ourflex li p {}

#svgflex1 {
    width: 40%;
    fill: #A8B71F;
}

#svgflex2 {
    width: 65%;
    fill: #F08980;
    margin-top: 1vw;
}

#svgflex3 {
    width: 50%;
    fill: #6CBEE9;
}

#svgflex4 {
    width: 45%;
    fill: #F4BD59;
}

#svgflex5 {
    width: 45%;
    fill: #8788b7;
}

.our-service h2 {
    max-width: 750px;
    margin: auto;
    line-height: 30px;
    letter-spacing: 4px;
    margin-top: 30px;
    font-weight: 500;
    font-size: 16px;
    width: 90%;
    margin-bottom: 30px;
}

.our-head {
    margin-top: 20px;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
}

.our-head img {
    width: 100%;
}


.root-pickup {
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
    width: 100%;
}

.root-pickup h2 {
    text-align: center;
    margin-bottom: 10px;
    margin-top: 5px;
    font-family: sans-serif;
    letter-spacing: 3px;
    font-size: 16px;
    color: #405996;
    font-weight: 700;
}

.root-pickup img {
    width: 100%;
}

.root-pickup a span {
    display: block;
    font-weight: bold;
}

.root-pickup em {
    display: flex;
    align-items: center;
    justify-content: space-around;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
}

.root-pickup ul {
    display: flex;
    justify-content: space-around;
    padding-top: 20px;
}

.root-pickup ul > li {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 33%;
    margin-left: 10px;
    margin-right: 10px;
}

.root-pickup ul > li:nth-child(1) {
    border: 4px solid #f1d5e4;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.root-pickup ul > li:nth-child(1) em {
    border-top: solid 4px #f1d5e4;
}

.root-pickup ul > li:nth-child(2) {
    border: 4px solid #f1d5e4;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.root-pickup ul > li:nth-child(2) em {
    border-top: solid 4px #f1d5e4;
}

.root-pickup ul > li:nth-child(3) {
    border: 4px solid #b0dee9;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.root-pickup ul > li:nth-child(3) em {
    border-top: solid 4px #b0dee9;
}


.root-pickup ul > li h3 {
    width: calc(100% - 50px);
    font-size: 16px;
    padding: 5px 0px 5px 5px;
    letter-spacing: 3px;
    line-height: 24px;
}

.root-pickup ul > li > a {
    display: block;
    background: #fff;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
}

.root-pickup ul > li > a:hover {
    background: #e5f4ff;
    color: #0a4f74;
}

#arrow {
    fill: none;
    stroke-width: 4px;
    stroke-linecap: round;
    stroke-miterlimit: 10;
    width: 30px;
    height: 30px;
}

.instagram {
    padding-top: 20px;
    width: 100%;
    display: flex;
    align-items: center;
    white-space: nowrap;
    overflow: scroll;
}

.instagram li {
        flex-flow: wrap;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
}

.instagram li:last-child {
    padding-right: 20px;
}

.instagram-area {
    background: #fffbd6;
    padding-bottom: 30px;
    padding-top: 10px;
}

.instagram-area h2 {
    text-align: center;
    margin-bottom: 10px;
    margin-top: 5px;
    font-family: sans-serif;
    letter-spacing: 3px;
    font-size: 16px;
    color: #405996;
    font-weight: 700;
}

.text-wrapper {
    text-indent: 1vw;
    font-size: 16px;
    color: #9E9E9E;
}



@media screen and (max-width: 1000px) {
    .left-kids {
        top: -160px;
        margin-right: -270px;
        width: 150px;
    }

    .right-kids {
        top: -160px;
        margin-right: 90px;
        width: 200px;
    }

}


@media screen and (max-width: 700px) {
    .our-service .center {
        text-align: center;
        width: 80%;
        margin: auto;
        margin-bottom: 5vw;
        padding-top: 5vw;
    }

    .ourflex li {
        width: 30%;
    }

    .ourflex li svg {
        width: 60%;
    }

    .ourflex li:nth-child(1) {
        margin-left: 20%;
    }

    .ourflex li:nth-child(2) {
        border-right: dotted 2px #ddd;
        margin-right: 20%;
    }


    .right-kids {
        position: absolute;
        width: 25vw;
        top: 50%;
        left: 20%;
        transform: translateY(-50%) translateX(-50%);
        -webkit- transform: translateY(-50%) translateX(-50%);
        margin: auto;
    }

    .left-kids {
        position: absolute;
        width: 19vw;
        top: 50%;
        left: 77%;
        transform: translateY(-50%) translateX(-50%);
        -webkit- transform: translateY(-50%) translateX(-50%);
        margin: auto;
    }

}

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

    .right-kids {
        position: absolute;
        width: 30vw;
        top: -10%;
        left: 17%;
        transform: translateY(-50%) translateX(-50%);
        -webkit- transform: translateY(-50%) translateX(-50%);
        margin: auto;
    }

    .left-kids {
        position: absolute;
        width: 21vw;
        top: -30%;
        left: 85%;
        transform: translateY(-50%) translateX(-50%);
        -webkit- transform: translateY(-50%) translateX(-50%);
        margin: auto;
    }

    .our-service h2 {
        max-width: 900px;
        margin: auto;
        line-height: 30px;
        letter-spacing: 4px;
        margin-top: 20px;
        font-weight: 400;
        font-size: 4.5vw;
        width: 95%;
        padding-left: 8px;
    }

    .root-pickup h2 {
        text-align: center;
        margin-bottom: 10px;
        margin-top: 5px;
        font-family: sans-serif;
        letter-spacing: 3px;
        font-size: 16px;
        color: #405996;
        font-weight: 700;
    }


    .root-pickup ul {
        display: block;
    }


    .root-pickup ul > li {
        width: 85%;
        margin: auto;
        margin-bottom: 20px
    }

}


.our-service .flex {
    margin: 30px 0 0;
    display: flex;
    display: -ms-flexbox;
    justify-content: center;
    height: 300px;
}

/* line 116, ../sass/style.scss */

.our-service .flex .text-wrapper {
    margin-bottom: 30px;
    line-height: 2;
}

/* line 120, ../sass/style.scss */

.our-service .flex .text-wrapper img {
    width: 80%;
    margin-left: 10%;
    max-width: 500px;
    margin-bottom: 20px;
}

/* line 125, ../sass/style.scss */

.our-service .flex .video {
    position: relative;
    width: 50%;
    height: 50%;
    padding-top: 56.25%;
    max-width: 480px;
    max-height: 270px;
}

/* line 130, ../sass/style.scss */

.our-service .flex .video iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 50%;
    max-width: 480px;
    max-height: 270px;
}

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

推薦者

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

/* line 183, ../sass/style.scss */

.recommender {
    background: url(../images/green-bg.jpg);
    padding: 50px 0;
}

/* line 186, ../sass/style.scss */

.recommender .center {
    text-align: center;
}

/* line 190, ../sass/style.scss */

.recommender .flex {
    margin: 30px auto;
    width: 100%;
    max-width: 1000px;
    align-items: flex-start;
    display: flex;
    display: -ms-flexbox;
    justify-content: center;
}

/* line 198, ../sass/style.scss */

.recommender .flex .left-wrapper {
    color: #fff;
    font-size: 11px;
    margin-right: 30px;
    margin-right: 3%;
    margin-left: 3%;
}

/* line 203, ../sass/style.scss */

.recommender .flex .right-wrapper {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    margin-right: 3%;
    align-items: baseline;
    position: relative;
}

/* line 210, ../sass/style.scss */

.recommender .flex .right-wrapper img {
    margin-bottom: 15px;
}

/* line 214, ../sass/style.scss */

.recommender .flex .right-wrapper:before {
    content: "";
    position: absolute;
    top: 30%;
    left: -30px;
    margin-top: -15px;
    border: 15px solid transparent;
    border-right: 15px solid #fff;
}

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

バナーリンク

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

/* line 261, ../sass/style.scss */

.bnr-wrapper {
    background: url(../images/nesglobal.jpg) top center no-repeat;
    background-size: cover;
    padding: 60px 0;
}

/* line 265, ../sass/style.scss */

.bnr-wrapper .flex {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    display: -ms-flexbox;
    justify-content: center;
}

/* line 274, ../sass/style.scss */

.bnr-wrapper .flex .right-wrapper ul {
    display: flex;
    display: -ms-flexbox;
    margin-left: 30px;
    flex-wrap: wrap;
    justify-content: flex-start;
}

/* line 281, ../sass/style.scss */

.bnr-wrapper .flex .right-wrapper ul li {
    margin: 10px;
}



.blue-bg .pc img {
    max-width: 1000px;
    width: 100%;
}

br {
    letter-spacing: 0;
}

.our-service .center .flex .text-wrapper p {
    width: 100%;
}

.text-wrapper p {
    max-width: 370px;
    margin: auto;
}

.feedtop img {
    width: 50%;
}

.feedback {
    padding-top: 10px;

}

.feedbacktext {
    font-size: 16px;
    margin-top: 10px;
}

.image-textbox {
    width: 500px;
    height: 270px;
}

.image-text {
    background: url(../images/backtextimg6.png) top center no-repeat;
    background-size: contain;
    position: relative;
    height: 270px;
}

.youtubebuttonL {
    width: 30%;
    float: left;
    margin-left: 20%;
    margin-top: 0.5vh;
}

.youtubebuttonR {
    width: 30%;
    float: right;
    margin-right: 20%;
    margin-top: 0.5vh;
}

.youtubes {
    display: block;
    padding-top: 30px;
}

.youtubeunder {
    margin-top: 10px;
}

.radius-button {
    width: 50%;
    max-width: 450px;
    margin-bottom: 1vw;
    position: relative;
    display: inline-block;
    color: #2a9bf1;
    background: #fff;
    border: 3px solid #39a1fd;
    font-size: 16px;
    border-radius: 100px;
    font-weight: bold;
    line-height: 1em;
    text-align: center;
    padding: 10px 20px 10px 20px;
    letter-spacing: 0.075em;
    transition: all 0.3s ease-in-out 0;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
}

.movie-container {
    display: flex;
    flex-flow: wrap;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
    max-width: 840px;
    margin-left: auto;
    margin-right: auto;
}

.movie-responsive {
    width: 94%;
    max-width: 400px;
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
}

.movie-footer {
    width: 94%;
    margin-bottom: 40px;
}

.movie-wrap {
    position: relative;
    padding-bottom: 56.25%;
    /*アスペクト比 16:9の場合の縦幅*/
    height: 0;
    overflow: hidden;
}

.movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}




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

    .image-textbox {
        width: 40%;
        height: auto;
        margin-left: 20px;
    }

    .youtubes {
        line-height: 2.5vw;
    }

    .youtubebuttonL {
        width: 40%;
        float: left;
        margin-left: 0%;
        margin-top: 0.5vh;
        padding-left: 10px;
    }

    .youtubebuttonR {
        width: 40%;
        float: right;
        margin-right: 10%;
        margin-top: 0.3vh;
        padding-right: 10px;
    }




    .our-service .flex .text-wrapper img {
        width: 80%;
        margin-left: 10%;
    }

    .our-service .flex .video {
        position: relative;
        width: 50%;
        height: 50%;
        padding-top: 56.25%;
    }

    /* line 130, ../sass/style.scss */
    .our-service .flex .video iframe {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 50%;
    }

    .our-service .flex {
        margin-left: 5%;
        width: 90%;
    }



}

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

    .feedtop img {
        width: 70%;
    }

    .youtubes {
        padding-top: 25vw;
        line-height: 1.7;
    }


    .radius-button {
        width: 80%;
        margin-bottom: 50px;
        margin-top: 3vw;
        font-size: 4.3vw;
        line-height: 1em;
        padding: 7vw 0 7vw 0;
    }


    .youtubebuttonR {
        font-size: 2.5vw;
    }

    .youtubebuttonL {
        font-size: 2.5vw;
    }

    .image-textbox {
        width: 100vw;
        height: 90vw;
        margin-left: 0%;
        margin-bottom: 20px;
    }

    .image-text {
        background: url(../images/backtextimg5.png) top center no-repeat;
        margin-top: 20px;
        width: 90vw;
        height: 90vw;
        margin-left: 3vw;
        background-size: contain;
    }

    .feedbackimg {
        width: 100%;

    }

    .our-service .flex .text-wrapper img {
        width: 70vw;
        margin-left: 15vw;
        margin-right: 15vw;
    }

    .our-service .flex .video {
        position: relative;
        width: 100%;
        padding-top: 56.25%;
        max-width: 640px;
        max-height: 360px;
    }

    .our-service .flex .video iframe {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        max-width: 640px;
        max-height: 360px;
    }

    .flex {
        display: block;
    }

    .our-service .flex {
        margin-left: 2%;
        margin-right: 2%;
        display: block;
        display: -ms-flexbox;
        justify-content: center;
        height: auto;
    }

    /* line 227, ../sass/style.scss */
    .recommender {
        padding: 50px 10px 40px 10px;
    }

    /* line 230, ../sass/style.scss */
    .recommender .center img {
        width: 100%;
    }

    /* line 234, ../sass/style.scss */
    .recommender .flex {
        display: block;
        width: 100%;
    }

    /* line 237, ../sass/style.scss */
    .recommender .flex .left-wrapper {
        width: 220px;
        margin: 0 auto 15px;
        text-align: center;
    }

    /* line 244, ../sass/style.scss */
    .recommender .flex .right-wrapper h3 {
        margin-bottom: 10px;
    }

    /* line 248, ../sass/style.scss */
    .recommender .flex .right-wrapper:before {
        display: none;
    }
}




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

    .image-text {
        width: 100vw;
        height: 100vw;
        margin-left: 0;
    }

    .image-textbox {
        height: 100vw;
        margin-bottom: 0;
    }

    .youtubebuttonL {
        font-size: 3.5vw;
        margin-left: 12%;
        margin-top: 0;
        padding-left: 0;
        width: 30%;
    }

    .youtubebuttonR {
        font-size: 3.5vw;
        margin-right: 12%;
        margin-top: 0;
        padding-right: 0;
        width: 30%;
    }

    .radius-button {

        margin-top: 0;

    }


    .our-service .flex {
        margin-left: 0%;
        margin-right: 0%;
    }

    /* line 291, ../sass/style.scss */
    .bnr-wrapper {
        padding: 60px 15px;
    }

    /* line 294, ../sass/style.scss */
    .bnr-wrapper .flex {
        width: 100%;
        display: block;
    }

    /* line 298, ../sass/style.scss */
    .bnr-wrapper .flex .left-wrapper {
        text-align: center;
    }

    /* line 303, ../sass/style.scss */
    .bnr-wrapper .flex .right-wrapper ul {
        margin-left: 0px;
        justify-content: center;
    }

    /* line 306, ../sass/style.scss */
    .bnr-wrapper .flex .right-wrapper ul li {
        display: inline-block;
        margin: 10px 0 0 0;
        text-align: center;
    }

    /* line 310, ../sass/style.scss */
    .bnr-wrapper .flex .right-wrapper ul li img {
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    /* line 141, ../sass/style.scss */

    .feedtop {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .feedtop img {
        width: 75%;
    }

    .our-service {
        padding: 0px 0px 60px;
    }

    /* line 144, ../sass/style.scss */
    /* line 149, ../sass/style.scss */
    .our-service .flex {
        margin-top: 10px;
        display: block;
        width: 100%;
    }

    /* line 151, ../sass/style.scss */
    .our-service .flex .text-wrapper {
        width: 100%;
        margin: 0;
        background: none;
    }

    /* line 154, ../sass/style.scss */
    .our-service .flex .text-wrapper br {
        display: none;
    }

    /* line 157, ../sass/style.scss */
    .our-service .flex .text-wrapper h3 {
        font-size: 15px;
        font-weight: 500;
        border-bottom: 1px dotted #aaa;
        padding-bottom: 10px;
        margin-bottom: 10px;
        text-align: center;
    }

    /* line 165, ../sass/style.scss */
    .our-service .flex .text-wrapper p {
        margin-bottom: 30px;
    }

    /* line 170, ../sass/style.scss */
    .our-service .flex .video {
        width: 100%;
        height: 100%;
        padding-top: 56.25%;
    }

    .our-service .flex .text-wrapper img {
        width: 90%;
        margin: auto;
    }

    /* line 87, ../sass/style.scss */
    .blue-bg {
        padding-top: 10px;
    }

    .main-wrapper .main li {
        height: auto;
    }

    /* line 58, ../sass/style.scss */
    .main-wrapper .main li img {
        width: 100%;
    }
}

footer .flex {
    width: 100%;
    max-width: 1000px;
    display: inline-block;
}

.nes-info {
    display: inline-block;
    width: 50%;
    margin-right: 10%;
    max-width: 400px;
}

.nes-info li img {

    width: 100%;
}

.footer-link {
    width: 20%;
    display: inline-block;
    text-align: left;
}

footer .flex .sns-wrapper {
    display: inline-flex;
    width: 20%;
    text-align: left;
}

footer {
    margin-bottom: 0;
    text-align: center;
}

.kidsdoorimg {
    padding-bottom: 50px;
    width: 100%;
}

@media screen and (max-width: 700px) {
    .nes-info {
        display: block;
        margin: auto;
        padding-bottom: 10px;
        width: 70%;

    }

    .nes-info li img {
        max-width: 350px;
    }

    .footer-link {
        width: 45%;
    }

    .sns-wrapper {
        width: 30%;
    }

    .recommender .flex .right-wrapper {
        margin-right: 0%;
    }
}

    #top_h {
    padding: 20px !important;
    font-size: 12px !important;
 
}