@charset "UTF-8";

header .head_ttl::before {
    content: "子育て";
    line-height: 1;
    margin: 4px 0 0;
}



.access_cont{
    padding: 100px 0;
    /* margin-bottom: 60px; */
}
.access_cont.equipment{
    margin-top: 40px;
}


.access_bg01{
    background: #3c3c46;
    color: #fff;
}

.access_bg02{
    background: #a7c9ce;
}

.station_flex{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.station_flex > li{
    width: 24%;
}
.station_flex > li:nth-of-type(n + 5){
    margin-top: 1.5%;
}

.station_flex > li p{
    font-size: 14px;
    line-height: 1.4em;
    margin-top: 10px;
}


.sec_lead,.sec_ttl_ja{
    color: #000;
}

.access_bg01 .sec_lead,.access_bg01 .sec_ttl_ja{
    color: #fff;
}

.access_submv{
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.access_submv.car_access{
    background: url(../img/access/car_access.jpg);
    background-position: left;
    background-size: cover;
}

.access_submv.bus_access{
    background: url(../img/access/bus_access.jpg);
    background-position: left;
    background-size: cover;
}

.access_submv_ttl{
    color: #fff;
    font-size: 2.4em;
    text-transform: uppercase;
}

.access_submv_ttl_img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 80%;
}

.access_submv_ttl_img > img{
    height: 50px;
}


.access_txt_box{
    text-align: center;    
}

.access_mb01{
    margin-bottom: 40px;
}
.access_mb02{
    margin-bottom: 20px;
}
.cap_mt01{
    margin-top: 20px;
}

main{
    font-family: "Noto Sans JP", sans-serif;
}

.page_mv{
    margin-top: 55px;
    position: relative;
    overflow: hidden;
}
.mv_item{
    position: absolute;
    left: 0;
    top: 0;
    
}

.mv_per01{
    transition-duration: 3s;
    animation-name: mv_per01;
    animation-duration: 4s;
    animation-timing-function: cubic-bezier(0, 0, 0.5, 1);
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

.mv_per02{
    transition-duration: 3s;
    animation-name: mv_per02;
    animation-duration: 4s;
    animation-timing-function: cubic-bezier(0, 0, 0.5, 1);
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

@keyframes mv_per01 {
    0% {
        transform: translateY(0%);
        
    }

    50% {
        transform: translateY(1%);
    }

    100% {
        transform: translateY(0%);
    }
}


@keyframes mv_per02 {
    0% {
        transform: translateY(0%);
        
    }

    50% {
        transform: translateY(-1%);
    }

    100% {
        transform: translateY(0%);
    }
}


.kids_sec_ttl{
    max-width: 900px;
    margin: -120px auto 60px;
}


.kids_cont01{
    padding: 160px 0 0;
}
.kids_cont02{
    padding: 0 0 80px;
}
.kids_cont03{
    padding: 80px 0 0;
}

.kids_flex01{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.kids_flex02{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-end;
}
.kids_flex01.kids01_list li{
    width: 15.455%;
    position: relative;
    z-index: 1;
}

.kids_bg01{
     background: #008cb6;
}

.kids_bg02{
    background: #7fc100 url(../img/kids/bg-dot.png) repeat;
    background-position: center top;
    background-size: contain;
}
.kids_bg03{
    background: #eeab00 url(../img/kids/bg-dot.png) repeat;
    background-position: center top;
    background-size: contain;
}
.kids_bg04{
    background: #de5573 url(../img/kids/bg-dot.png) repeat;
    background-position: center top;
    background-size: contain;
}
.kids_bg05{
    background: #c2ded6;
}
.kids_bg05_in{
    background: #36ac9a url(../img/kids/bg-dot.png) repeat !important;
    background-position: center top;
    background-size: contain;
    border-radius: 0 0 40px 40px!important;
    padding: 80px 0;
}
.kids_bg06{
    background: #838ac3 url(../img/kids/bg-dot.png) repeat;
    background-position: center top;
    background-size: contain;
}
.kids_bg07{
    background: #d57baf url(../img/kids/bg-dot.png) repeat;
    background-position: center top;
    background-size: contain;
    padding-bottom: 0;
}
.kids_bg08{
    background: url(../img/kids/bg-dot03.png) repeat;
    background-position: center top;
    background-size: contain;
    padding-bottom: 0;
    padding-top: 80px;
}

.kids_bg01 p{
    color: #fff;
}

.kids_list_p01{
    background: #e37610;
    color: #fff;
    width: 100%;
    height: 3em;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
}


.kids_bg01 p.sec_ttl_ja {
    color: #f5d24a;
    font-weight: bold;
}

.ring_bottom{
    /* position: absolute;
    height: 185px;
    width: 136px; */
    
}
.ring_bottom::before,.ring_bottom::after{
    content: "";    
    height: 69px;
    width: 102px;
    position: absolute;
    top: 0;
}
.ring_bottom::before{
    background: url(../img/kids/ring_bottom.png)no-repeat;
    background-size: contain;
    left: 0;
}
.ring_bottom::after{
    background: url(../img/kids/ring_bottom.png)no-repeat;
    background-size: contain;
    right: 0;
}


.ring_top::before,.ring_top::after{
    content: "";    
    /* height: 46px;
    width: 68px; */
    height: 69px;
    width: 102px;
    position: absolute;
    bottom: 0;
}
.ring_top::before{
    background: url(../img/kids/ring_top.png)no-repeat;
    background-size: contain;
    left: 0;
}
.ring_top::after{
    background: url(../img/kids/ring_top.png)no-repeat;
    background-size: contain;
    right: 0;
}

.kids_inner01{
    background: rgba(255,255,255,0.9);
    border-radius: 40px 40px 0 0;
}
.kids_inner02{
    border-radius: 0 0 40px 40px;
}

.kids_inner02{
    max-width: 1140px;
    padding: 0px 20px;
    margin: 0 auto;
}

.kids_txt_box{
    text-align: center;
    /* display: flex; */
    /* justify-content: center; */
    margin: 0 auto;
}

.kids_ttl01{
    font-size: 28px;
    font-weight: bold;
    line-height: 1.8;
}
.kids_lead01{
    font-size: 18px;
    line-height: 1.8;
}


.park_sec{
    padding: 40px 0 80px;
}
.edu_sec{
    padding: 40px 0 0;
}
.hos_sec{
    padding: 40px 0 0;
}
.ser_sec{
    padding: 80px 0;
}
.voice_sec{
    padding: 80px 0 0;
}

.park_no1{
    width: 42%;
    margin-left: -50px;
    margin-top: -40px;
}
.edu_no1{
    width: 40%;
}
.hos_no1{
    width: 37%;
}

.kids_img01{
    width: 58%;
    z-index: 1;
}
.kids_txt01{
    width: 38%;
    margin-top: -40px;
}

.kids_sq01{
    position: absolute;
    top: -40px;
    width: 100%;
    height: 60%;
    background: #e37610;
}
.kids_sq01_bg{
    padding: 30px 0;
}
.kids_sq01_bg::before{
    content: "";
    width: 1100px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: #e37610;
    /* margin-left: calc(50% - 50vw); */
    /* max-width: 1100px; */
}

.kids_num01{
    font-size: 32px;
    line-height: 1.5;
    font-weight: bold;
    color: #fff100;
    display: flex;
    align-items: center;
    position: relative;
}
.kids_num{
    width: 56px;
    margin-right: 10px;
}
.kids_ttl02{
    font-size: 20px;
    line-height: 1.5;
    font-weight: bold;
    margin: 20px 0;
    color: #fff;
    position: relative;
    letter-spacing: 0.1em;
}

.kids_time01{
    font-size: 16px;
    line-height: 1.5;
    font-weight: bold;
    color: #fff;
    position: relative;
    letter-spacing: 0.1em;
}
.kids_time01 span.big{
    font-size: 1.5em;
    line-height: 1;
}
.kids_time01 span.small{
    font-size: 0.7em;
}

.kids_lead02{
    font-size: 16px;
    font-weight: 600;
    line-height: 1.8;
    text-align: justify;
}
.park_best3{
    max-width: 960px;
    margin-left: auto;
    margin-right: 20px;
    position: relative;
    z-index: 2;
    margin-bottom: 30px;
}
.kids_mb01{
    margin-bottom: 50px;
}

.kids_mt02{
    margin-top: 20px;
}

.col_black{
    color: #000 !important;
}
.col_white{
    color: #fff !important;
}

.col_orange{
    color: #e37610 !important;
}
.col_orange02{
    color: #ec632c !important;
}
.col_green{
    color: #8cc220 !important;
}
.col_green02{
    color: #079a92 !important;
}
.col_blue{
    color: #00b7d2 !important;
}
.col_blue02{
    color: #00b7d2 !important;
}
.col_pink02{
    color: #d57baf !important;
}

.img_rad01 img{
    border-radius: 0 30px 0 30px;
}

.kids02_box{
    width: 75%;
}
.kids02_lead{
    width: 23%;
}

.kids_txt02{
    width: 48%;
    background: #8cc220;
    border-radius: 30px 0 0 0;
    padding: 20px 0 0 20px;
}
.kids_img02{
    width: 52%;
}
.kids_img02 > img{
    border-radius: 0 0 30px 0;
}

.kids_img03{
    width: 39%;
}
.kids03_lead{
    width: 20%;
}
.kids_img03 img{
    border-radius: 0 0 0 30px;
}
.kids_txt03{
    width: 38%;
    background: #00b7d2;
    border-radius: 0 30px 0 0;
    padding: 20px 0 0 20px;
}


.edu_img01a{
    width: 30%;
    display: flex;
    align-items: flex-end;
}
.edu_txt01{
    width: 22%;
    padding-bottom: 20px;
}
.edu_txt02{
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


.edu_img01b{
    /* width: 45%; */
    max-width: 517px;
    display: flex;
    align-items: flex-end;
}
.edu_img01b img{
    /* object-fit: cover; */
}
.edu_img01_01 img{
    border-radius: 30px 0 0 0;
}
.edu_img02_01 img{
    border-radius: 0 30px 0 0;
}

.edu_img01a.edu_par01{
    margin-left: -40px;
    width: 33%;
    max-width: 379px;
}

.flex_over_r{
    margin-right: -50px;
    /* flex: 1; */
}
.flex_over_l{
    margin-left: -50px;
    /* flex: 1; */
}

.edu_box01{
    background: #70bd61;
    border-radius: 30px 0 0 0;
    padding-top: 40px;
}
.edu_box02{
    background: #3abac6;
    border-radius: 0 30px 0 0;
    padding-top: 40px;
}

.edu_box03{
    background: #ffe881;
    border-radius: 30px 0 0 0;
    padding-left: 40px;
    padding-bottom: 0px;
}


.edu_ttl01{
    font-size: 22px;
    line-height: 1.5;
    color: #fff100;
    font-weight: 600;
}

.edu_ttl02{
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    text-align: center;
    padding-top: 40px;
    margin-bottom: 15px;
}

.edu_time01 {
    font-size: 20px;
    line-height: 1.5;
    font-weight: bold;
    color: #fff100;
    margin: 0px 0 1em;
    line-height: 1;
}
.edu_time01 span.big{
    font-size: 2em;
    margin: 0 0.1em;
    line-height: 1;
}
.edu_time01 span.small{
    font-size: 0.7em;
}
.kids_lead03 {
    font-size: 15px;
    line-height: 1.8;
    color:#fff;
    text-align: justify;
}

.edu_list{
    width: 65%;
    margin-bottom: 80px;
}

.edu_list li{
    width: 48%;
    max-width: 346px;
}
.edu_list li:nth-of-type(n + 3){
    margin-top: 20px;
}

.hos_list li{
    width:32%;
}

.hos_list li:nth-of-type(n + 4){
    margin-top: 20px;
}

.hos_list02{
    background: #f9f9dc;
    padding: 40px 0 60px;
}
.hos_list02 > li{
    width: 49%;
}
.hos_list02 > li:first-child .list_p{
    margin-left: 1em;
}
.hos_list02 ul li{
    width: 48.238%;
}
.hos_list02 ul li:nth-of-type(n + 3){
    margin-top: 20px;
}

.list_p{
    font-size: 15px;
    line-height: 1.5;
    font-weight: 500;
    margin-top: 10px;
    text-align: justify;
    /* font-weight: 600; */
}

.list_p span.big{
    font-size: 1.6em;
    line-height: 1;
}
.list_p span.small{
    font-size: 0.7em;
}

.rank_list_img{
    margin-bottom: 20px;
}
.rank_list_img > div{
    width: 32%;
}

.rank_list_txt > li,.ser_list > li{
    width: 32%;
}
.ser_list > li:last-of-type{
    width: 66%;
}
.rank_list_txt > li .list_p,.rank_list_txt > li .cap{
    color: #fff;
    font-family: "shippori-mincho", sans-serif;
}
.ser_list > li .list_p,.ser_list > li .cap{
    font-family: "shippori-mincho", sans-serif;
}
.ser_list > li .cap{
    margin-top: 0.5em;
    text-align: left;
    display: inline-block;
}
.rank_list_txt > li:nth-of-type(n + 4){
    margin-top: 20px;
}
.ser_list > li:nth-of-type(n + 4){
    margin-top: 60px;
}

.ser_img{
    /* margin-left: -50px; */
    /* margin-right: -50px; */
    margin-top: -80px;
    border-radius: 40px 40px 0 0;
    overflow: hidden;
    margin-bottom: 50px;
}
.ser_img .kids_ttl01{
    position: absolute;
    white-space: nowrap;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    color: #838ac3;
    background: #edebe4;
    padding: 0.3em 1em;
    width: 90%;
    text-align: center;
    max-width: 550px;
}

.list_ttl{
    background: #84c24e;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    line-height: 1.5;
    height: 2.5em;
    border-radius: 20px;
    margin-bottom: 10px;
    position: relative;
    font-weight: 600;
}
.list_ttl span{
    position: absolute;
    right: 1em;
    top: 50%;
    transform: translateY(-50%);
    font-size: 10px;
}

.list_ttl02{
    font-size: 24px;
    line-height: 1.5;
    color: #838ac3;
    text-align: center;
    margin-top: 10px;
    font-weight: 500;
}

.ser_flex01{
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
}
.ser_flex01 .list_ttl02{
    margin-top: 0;
    margin-right: 10px;
    padding-right: 10px;
    padding-left: 10px;
    border-right: 1.5px solid #000;
    border-left: 1.5px solid #000;
    text-align: left;
    margin-bottom: 0.5em;
}
.ser_flex01 .list_p{
    margin-top: 0;
}

.voice_list li{
    width: 32%;
    /* max-width: 398px; */
    margin-top: 60px;
}
.voice_list li:nth-of-type(n + 4){
    margin-top: 2%;
}

.result{
    margin: 0 auto;
    border-radius: 40px 40px 0 0;
    overflow: hidden;
    background: #fff;
}
.result_item{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}



.bubble{
    position: absolute;
    z-index: 109;
}
.bubble1_1{
    width: 22%;
    left: -6%;
    top: -17%;
}
.bubble1_2{
    width: 130%;
    left: -60%;
    top: -60%;
}
.bubble1_3{
    width: 57%;
    right: 4%;
    top: -9%;
}
.bubble1_4{
    width: 42%;
    top: -20%;
    left: -10%;
}
.bubble1_5{
    width: 50%;
    right: -20%;
    bottom: -11%;
}

.bubble2_1{
    width: 67%;
    right: -36%;
    top: -40%;
}
.bubble2_2{
    width: 70%;
    right: -22%;
    bottom: -10%;
}
.bubble2_3{
    width: 100%;
    margin: 0 auto -10px;
}

.edu_subttl{
    /* position: absolute;
    right: 0;
    bottom: 0; */
    max-width: 600px;
    margin-left: auto;
    margin-right: -70px;
    margin-top: -80px;
}

.edu_par03{margin-top: 20px;}
.area_no1{
    max-width: 320px;
    margin: 0 auto 40px;
}

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

}

@media screen and (max-width: 1240px) {
.kids_sec_ttl {
    max-width: 650px;
    margin: -95px auto 60px;
}

.kids_ttl01 {
    font-size: 24px;
}
.kids_lead01 {
    font-size: 16px;
}
.park_no1 {
    width: 36%;
    margin-left: 0px;
}
.park_best3 {
    max-width: 700px;
    width: 70%;
    margin-right: 11vw;
    margin-top: 40px;
}
.kids_num01 {
    font-size: 24px;
}
.kids_ttl02 {
    font-size: 16px;
    margin: 15px 0;
}
.kids_lead02 {
    font-size: 14px;
}
.kids_sq01_bg {
    padding: 20px 0;
}
.kids_num {
    width: 45px;
}
.bubble1_5 {
    right: -10%;
}
.edu_no1 {
    width: 35%;
}
.edu_subttl {
    max-width: 496px;
    margin-right: -30px;
    margin-top: -30px;
}
.flex_over_r {
    margin-right: -20px;
}
.flex_over_l {
    margin-left: -20px;
}
.edu_img01b {
    width: 45%;
}
.kids_lead03 {
    font-size: 13px;
}
.edu_ttl01 {
    font-size: 18px;
}
.edu_time01 {
    font-size: 18px;
}
.edu_img01a.edu_par01.edu_par01 {
    margin-left: -20px;
    width: 30%;
    max-width: unset;
}
.bubble2_1 {
    right: -26%;
    top: -44%;
}
.edu_img01a {
    width: 26%;
}
.list_p {
    font-size: 13px;
}
.bubble2_2 {
    right: -13%;
}
.edu_par03 {
    width: 85%;
    margin: 20px auto 0;
}
.edu_ttl02 {
    font-size: 18px;
}
.area_no1 {
    max-width: 280px;
    margin: 0 auto 30px;
}
.list_ttl {
    font-size: 16px;
}
.list_ttl02 {
    font-size: 18px;
}
}


@media screen and (max-width: 1180px) {
.kids_sq01_bg::before {
    width: calc(100vw - 80px);
}
}


@media screen and (max-width: 1000px) {
ul.gnavi li a.access{
    background: #eee;
    color: #000;
}
.station_flex > li p{
    font-size: 12px;
}

.page_mv{
    margin-top: 0;
}

.kids_txt_box {
    width: 100%;
}
.park_no1 {
    width: 70%;
    margin: 0 auto 30px;
    max-width: 300px;
}
.kids_sec_ttl {
    margin: -95px auto 10px;
}
.kids_num01 {
    font-size: 20px;
}
.kids_num {
    width: 40px;
}
.kids_img01 {
    width: 54%;
}
.kids_txt01 {
    width: 42%;
}
.kids_lead02 {
    /* font-size: 13px; */
}
.kids_img02{
    width: 100%;
}
.kids_img02 > img {
    border-radius: 40px 0 0px 0;
}
.kids_txt02{
    width: 100%;
    order: 2;
    border-radius: 0 0 40px 0;
    padding: 20px 15px;
}
.kids02_box {
    width: 50%;
}
.kids02_lead {
    width: 46%;
}
.bubble1_3 {
    width: 46%;
}
.kids03_lead {
    width: 46%;
}
.kids_txt03 {
    width: 100%;
    border-radius: 0 0px 40px 0;
    padding: 20px;
    order: 2;
}
.kids03_box{
    width: 50%;
}
.kids_img03 {
    width: 100%;
    position: relative;
    z-index: 1;
}
.kids_img03 img {
    border-radius: 40px 0 0 0px;
}
.bubble1_5 {
    width: 40%;
}
.bubble1_2 {
    width: 150%;
}
.bubble1_1 {
    width: 27%;
}
.edu_no1 {
    width: 65%;
    max-width: 300px;
    margin: 0 auto 30px;
}
.edu_subttl {
    max-width: 490px;
    margin: 0 auto;
}
.access_cont {
    padding: 80px 0;
}
.ring_bottom::before, .ring_bottom::after {
    width: 80px;
}
.ring_top::before, .ring_top::after {
    height: 59px;
    width: 80px;
}
.kids_cont01 {
    padding: 120px 0 0;
}

.edu_img01b {
    width: 100%;
    order: 1;
    max-width: unset;
}
.edu_txt01 {
    width: 100%;
    order: 2;
    padding: 0 20px;
}
.edu_img01a {
    width: 70%;
    max-width: 203px;
    order: 3;
    margin: 10px auto 0;
}
.edu_box02 {
    border-radius: 0 30px 0 30px;
    padding: 0;
    width: 48%;
    margin-left: 0;
    max-width: unset;
    margin: 0 0 40px;
}
.edu_box01 {
    border-radius: 30px 0 30px 0;
    padding-top: 0;
    max-width: unset;
    margin: 0 0 40px;
    width: 48%;
}
.edu_img01a.edu_par01.edu_par01 {
    width: 70%;
    max-width: 230px;
    margin: 21px auto 0;
}
.bubble2_1 {
    right: -46%;
    top: 0%;
}
.edu_ttl_flex{
    /* display: flex; */
    align-items: flex-end;
    gap: 20px;
    margin: 20px auto;
    justify-content: center;
}
.edu_time01{
    margin: 0;
}
.edu_ttl01 {
    line-height: 1.1;
}
.kids_ttl02 {
    font-size: 16px;
    margin: 10px 0;
}
.edu_box_flex{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.edu_box03 {
    padding: 20px;
}
.edu_list {
    width: 100%;
    margin-bottom: 40px;
}
.edu_txt02 {
    width: 100%;
    flex-direction: row;
    gap: 20px;
    align-items: center;
}
.edu_ttl02 {
    padding-top: 0px;
}
.hos_no1 {
    width: 65%;
    max-width: 320px;
    margin: 0 auto 30px;
    position: relative;
    left: -2%;
}
.edu_list li {
    width: 32%;
}
.edu_list li:nth-of-type(n + 3){
    margin-top: 0;
}
.edu_list li:nth-of-type(n + 4){
    margin-top: 4%;
}
.list_p {
    font-size: 12px;
}
.area_no1 {
    max-width: 240px;
}
.list_ttl {
    font-size: 14px;
}
.kids_bg05_in {
    padding: 60px 0;
}
.list_ttl02 {
    font-size: 16px;
}
.voice_list li {
    margin-top: 30px;
}
.voice_sec {
    padding: 60px 0 0;
}
}


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

}


@media screen and (max-width: 768px) {
.park_best3 {
    width: 90%;
    margin-right: 1vw;
}
}


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


.access_cont {
    padding: 60px 0;
}
.access_submv {
    height: 200px;
}

.station_flex > li {
    width: 49%;
}
.station_flex > li:nth-of-type(n + 3) {
    margin-top: 1.5%;
}
.station_flex > li p {
    font-size: 10px;
}

.access_submv_ttl_img > img{
    height: 30px;
}
.kids_ttl01 {
    font-size: 20px;
}
.kids_sec_ttl {
    margin: -78px auto 10px;
    max-width: 460px;
}
.kids_ttl02 {
    font-size: 14px;
}
.kids_mt02 {
    margin-top: 10px;
}
.kids_num01 {
    font-size: 18px;
}
.kids_num {
    width: 35px;
}
.bubble1_5 {
    right: -2%;
}
.edu_subttl {
    max-width: 400px;
}
.edu_ttl01 {
    font-size: 16px;
}
.edu_time01 {
    font-size: 16px;
}
.kids_lead01 {
    font-size: 14px;
}
}


@media screen and (max-width: 650px) {
.flex_over_r {
    margin-right: unset;
}
.kids_cont01 {
    padding: 80px 0 0;
}
.kids_ttl01 {
    font-size: 18px;
}
.kids_sec_ttl {
    margin: -70px auto 10px;
}
.kids_img01{
    width: 100%;
}
.kids_txt01 {
    width: 100%;
    margin: 0 auto;
}
.img_rad01 img {
    border-radius: 0 30px 0 0px;
}
.kids_sq01_bg {
    padding: 20px 15px;
}

.bubble1_1 {
    width: 34%;
    top: -5%;
}
.kids_lead02 {
    font-size: 13px;
}
.kids_flex01.kids01_list li {
    width: 32%;
}
.kids_flex01.kids01_list li:nth-child(n + 4){
    margin-top: 4%;
}
.kids_list_p01 {
    font-size: 11px;
}
.bubble1_2 {
    left: -60%;
    top: -50%;
    max-width: 200px;
}
.kids01{
    max-width: 450px;
    margin: 0 auto 90px;
}
.kids_sq01_bg::before {
    width: 100%;
    border-radius: 0 0 0 30px;
}
.kids02_box {
    width: 100%;
    max-width: 450px;
    margin: 0 auto 10px;
}
.kids02_lead {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
}
.kids03_box {
    width: 100%;
    max-width: 450px;
    margin: 0 auto 10px;
}
.kids03_lead {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
}
.edu_box01 {
    width: 100%;
    max-width: 450px;
    margin: 0 auto 40px;
}
.bubble2_1 {
    right: -42%;
}
.edu_box02 {
    width: 100%;
    margin: 0 auto 40px;
    max-width: 450px;
}
.edu_list li {
    width: 48%;
}
.edu_list li:nth-of-type(n + 3) {
    margin-top: 20px;
}
.edu_txt02{
    flex-wrap: wrap;
}
.edu_par03 {
    width: 100%;
    max-width: 170px;
    margin: 20px auto;
}

.edu_box03{
    max-width: 450px;
    margin: 0 auto;
}

.hos_list li {
    width: 48%;
}
.hos_list li:nth-of-type(n + 3) {
    margin-top: 20px;
}
.hos_list02 > li {
    width: 100%;
}
.hos_list02 > li:first-child{
    max-width: 300px;
    margin: 0 auto 20px;
}
.hos_list02 > li:first-child .list_p {
    margin-left: 0em;
}
.rank_list_txt > li, .ser_list > li {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}
.rank_list_txt > li:nth-of-type(n + 2){
    margin-top: 30px;
}
.area_no1{
    width: 60%;
}
.kids_mb01 {
    margin-bottom: 40px;
}
.rank_list_img > div {
    width: 48%;
}
.rank_list_img > div:last-child{
    margin: 20px auto 0;
}
.ser_img {
    margin-bottom: 20px;
}
.ser_list > li:nth-of-type(n + 2){
    margin-top: 30px;
}
.ser_list > li:last-of-type {
    width: 100%;
}
.ser_flex01 {
    justify-content: flex-start;
}
.voice_list li {
    width: 100%;
    max-width: 350px;
    margin: 30px auto 0;
}
}


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


@media screen and (max-width: 500px) {
.park_best3 {
    width: 120%;
    margin-left: -5%;
    margin-bottom: 20px;
}
}




.up{
    opacity: 0;
    transform: translateY(10px);
}
.up.is-show{
    opacity: 1;
    transform: translateY(0px);
    transition-duration: 1.2s;
}

.zoomout{
    transform: scale(1.3);
}
.zoomout.is-show{
    transform: scale(1);
    transition-duration: 1.2s;
}

.de01{
    transition-delay: 0.2s;
}
.de02{
    transition-delay: 0.4s;
}
.de03{
    transition-delay: 0.6s;
}
.de04{
    transition-delay: 0.8s;
}
.de05{
    transition-delay: 1s;
}
.de06{
    transition-delay: 1.2s;
}
.de07{
    transition-delay: 1.4s;
}
.de08{
    transition-delay: 1.6s;
}
.de09{
    transition-delay: 1.8s;
}
.de10{
    transition-delay: 2s;
}