.base {
    margin: 0 auto 0;
}

.flexBox{
    display: flex;
}

.bg.bg04 {
    width: 420px;
    right: 0;
    top: 500px;
    position: absolute;
    z-index: -1;
}

#sec-nh01 {
    padding: 60px 0 30px;
}

.nh01-head{
    margin-bottom: 20px;
}

.nh01-head span{
    color: #27af94;
    font-size: 24px;
    padding-left: 50px;
    position: relative;
}

.nh01-head span:before{
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    width: 45px;
    height: 1px;
    background: #27af94;
    transform: translateY(-50%);
}


.flex-nh01{
    justify-content: flex-start;
    margin-bottom: 70px;
}

.flex-nh01 li{
    margin-right: 3%;
    width: 23%;
}

.flex-nh01 li a{
    border-bottom: 1px solid #cccccc;
    color: #636363;
    font-size: 18px;
    position: relative;
    padding: 20px 0;
    display: block;
    width: 100%;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.flex-nh01 li a:hover{
    border-bottom: 1px solid #27af94;
    color: #27af94;
}  

.flex-nh01 li a i{
    color: #27af94;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.green-bg{
    background: #f2f8f8;
    border-radius: 30px;
    padding: 50px;
}

.flex-gb01{
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
}

.gb01-img{
    width: 50%;
}

.gb01-detail{
    width: 46%;
}

.flex-gb02{
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
}

.flex-gb02 li{
    width: 31.5%;
}

.flex-gb03{
    align-items: center;
    justify-content: space-between;
}

.gb03-img{
    order: 2;
    width: 50%;
}

.gb03-detail{
    order: 1;
    width: 46%;
}

.gb01-head,
.gb03-head{
    margin-bottom: 20px;
}

#sec-nh02 {
    background: #dfeee6;
    padding: 80px 0 50px;
}

#sec-nh02 .flow{
    background: #fff;
    border-radius: 20px;
    margin-bottom: 50px;
    padding: 5% 5% 6%;
}

#sec-nh02 .flow.last{
    margin-bottom: 0;
}

.nh-head{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 50px;
}

.nh-head img{
    margin-right: 20px;
    width: 50px;
}

.nh-head span{
    color: #27af94;
    position: relative;
    font-size: 24px;
}

.nh-head span:after {
    position: absolute;
    content: "";
    background: #27af94;
    bottom: -18px;
    width: 100%;
    left: 0%;
    transform: translateY(-50%);
    height: 1px;
}

.green-rectangle{
    background: #f2f8f8;
    border-radius: 20px;
    margin-top: 40px;
    padding: 35px;
}

.green-rectangle p{
    text-align: center;
}

.service-list li{
    background: #fff;
    border-radius: 15px;
    margin-bottom: 35px;
    padding: 3% 5%;
}

.service-list li:last-child{
    margin-bottom: 0;
}

.flex-ser{
    align-items: center;
    justify-content: flex-start;
}

.ser-icon{
    margin-right: 30px;
    width: 145px;
}

.ser-detail{
    width: calc(100% - 185px);
}

.ser-detail .text18{
    color: #27af94;
    font-size: 18px;
    margin-bottom: 20px;
    text-align: left;
    font-weight: bold;
}

.ser-detail .txt{
    text-align: left;
}

.flex-in03{
    align-items: center;
    justify-content: space-between;
}

.in03-detail{
    width: 46%;
}

.in03-img{
    width: 50%;
}

.flex-flow{
    justify-content: flex-start;
    flex-wrap: wrap;
}

/* .flex-flow li {
    position: relative;
    margin: 0 3% 5% 0;
    width: 30.3%;
} */

.flex-flow li {
    position: relative;
    margin: 0 0 50px;
    width: 100%;
    justify-content: space-between;
    display: flex;
    align-items: center;
}

.flex-flow li picture{
    width: 37%;
}

.flex-flow li .cont-bl {
    width: 60%;
}

.flow-title-green{
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #27af94;
    font-family: "游ゴシック",YuGothic,"ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

/* .flex-flow li:before {
    content: "\f138";
    font-family: FontAwesome;
    left: -8.25%;
    top: 90px;
    font-size: 20px;
    position: absolute;
    color: #dfeee6;
} */

.flex-flow li:before {
    content: "\f138";
    font-family: FontAwesome;
    left: 16%;
    top: -35px;
    font-size: 20px;
    position: absolute;
    transform: rotate(90deg);
    color: #dfeee6;
}

.flex-flow li:first-child:before {
    content: "";
}

.flex-flow li:last-child{
    margin-bottom: 0px;
}

/* .flex-flow li p{
    margin-top: 30px;
} */

.mb50{
    margin-bottom: 50px!important;
}

.sec-nukumori{
    padding: 100px 0;
}

.nukumori-bl{
    padding: 80px 0;
    background-color: #dfeee6;
    margin-top: 80px;
}

.nukumori-bl .flow{
    padding: 5% 5% 6%;
    border-radius: 20px;
    background-color: #fff;
}

.nukumori__btn{
    margin: 50px auto 0;
    display: flex;
    justify-content: center; 
}
.nukumori__btn a,.nukumori__btn a:visited,.nukumori__btn a:link{
    color: #27af94;
}
.nukumori__btn a:hover{
    color: #fff;
}

.box-schedule.nh {
    width: 100%;
    max-width: 512px;
    background: #fff;
    border-radius: 0 22px 22px 0;
    position: absolute;
    left: 0;
    bottom: 90px;
    z-index: 2;
    padding: 15px 23px 25px 31px;
}

.toko_wrapper{
    position: relative;
    padding: 10px 15px;
}

.toko_ttl{
    font-size: 18px;
    font-weight: bold;
    color: #27af94;
    padding: 0 0 12px 20px;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.toko_daycare{
    font-size: 14px;
    color: #636363;
    border: 1px solid #ccc;
    padding: 5px 15px;
    display: block;
    width: fit-content;
    position: absolute;
    top: 5px;
    right: 15px;
}

.toko_table{
    border: 1px solid #27af94;
    width: 100%;
}

.toko_table th{
    width: calc(100% / 3);
    background-color: #27af94;
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

.toko_table td{
    width: calc(100% / 3);
    font-size: 15px;
    padding: 10px;
    text-align: center;
}

.toko_table td.first{
    font-weight: bold;
    text-align: left;
    padding-left: 15%;
}

.toko_table td.green_bg{
    background-color: #e3f7f3;
}

.m-only{
    display: none;
}

@media only screen and (max-width: 1099px){
    .box-schedule.nh {
        left: 0;
        bottom: 100px;
        width: 340px;
    }
    .toko_wrapper {
        padding: 0;
    }
    .toko_ttl {
        font-size: 15px;
        padding: 0 0 5px;
    }
    .toko_daycare {
        font-size: 12px;
        padding: 2px 4px;
        top: 0;
        right: 0;
    }
    .toko_table td.first {
        padding-left: 10px;
    }
    .toko_table td {
        font-size: 14px;
    }
    .toko_table th {
        font-size: 15px;
        vertical-align: middle;
    }
    .m-only{
        display: inline-block;
    }
}

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

.bg.bg04 {
    width: 290px;
}

.green-bg-inr {
    padding: 3% 5%;
}

.tbl-time01{
    font-size: 14px;
}


}

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

.txt{
    font-size: 14px;
}

#sec-nh01 {
    padding: 30px 0 20px;
}

.nh01-head span {
    font-size: 18px;
    padding-left: 40px;
}

.nh01-head span:before {
    width: 35px;
}    

.flex-nh01 {
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.flex-nh01 li{
    margin-right: 2%;
    margin-bottom: 3%;
    width: 48%;
}

.flex-nh01 li:even-child{
    margin-right: 0;
}

.flex-nh01 li a{
    font-size: 14px;
    padding: 10px 0;
}

.green-head {
    font-size: 14px;
}

.green-bg {
    padding: 8% 5%;
}

.flex-gb01 {
    display: block;
    margin-bottom: 25px;
}

.gb01-img{
    margin-bottom: 15px;
    width: 100%;
}

.gb01-detail {
    margin-top: 20px;
    width: 100%;
}

.flex-gb02 {
    margin-bottom: 25px;
}

.flex-gb03 {
    display: block;
}

.gb03-detail {
    margin-top: 20px;
    width: 100%;
}

#sec-nh02 {
    padding: 50px 0 20px;
}

#sec-nh02 .flow {
    margin-bottom: 25px;
    padding: 8% 5%;
}

.nh-head {
    margin-bottom: 30px;
}

.nh-head img {
    margin-right: 10px;
    width: 25px;
}

.nh-head span {
    font-size: 18px;
}

.nh-head span:after {
    bottom: -5px;
}

.green-rectangle {
    margin-top: 15px;
    padding: 8% 5%;
}

.flex-ser{
    align-items: flex-start;
}

.service-list li{
    padding: 8% 5%;
}

.ser-icon {
    margin-right: 10px;
    width: 70px;
}

.ser-detail{
    width: calc(100% - 80px);
}

.ser-detail .text18 {
    font-size: 15px;
    margin-bottom: 10px;
}

.ser-detail .txt{
    font-size: 13px;
}

/* .flex-flow li {
    margin: 0 3% 17% 0;
    width: 100%;
} */

.flex-flow li {
    margin: 0 0 50px;
    width: 100%;
    flex-direction: column;
}

.flex-flow li .cont-bl {
    width: 100%;
}

.flex-flow li:before {
    left: 50%;
    /* top: 104%; */
    top: 105%;
    transform: translateX(-50%) rotate(90deg);
}

.flex-flow li:first-child:before {
    content: "\f138";
    left: 50%;
    top: 104%;
    transform: translateX(-50%) rotate(90deg);
}

.flex-flow li:last-child:before {
    content: "";
}

.flow-title-green {
    font-size: 17px;
    margin-bottom: 10px;
    margin-top: 15px;
}

/* .flex-flow li p {
    margin-top: 20px;
} */

.flex-in03 {
    display: block;
}

.in03-detail {
    margin-top: 25px;
    width: 100%;
}

.in03-img {
    width: 100%;
}

.in03-img img{
    display: block;
    margin: 0 auto;
    width: 80%;
}

.s_mb30{
    margin-bottom: 30px!important;
}

.flex-flow {
    width: 450px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 35px;
}

.flex-flow li picture {
    width: 100%;
}

.sec-nukumori {
    padding: 50px 0;
}
.nukumori-bl {
    padding: 50px 0;
    margin-top: 50px;
}
.nukumori__btn{
    margin: 20px auto 0;
}
.box-schedule.nh {
    max-width: 342px;
    border-radius: 22px 0 0 22px;
    left: auto;
    right: -15px;
    bottom: -16px;
    padding: 10px 17px 16px 19px;
}
.box-schedule.nh {
    max-width: 100%;
    width: 100%;
    border-radius: 15px;
    left: auto;
    right: 0;
    bottom: -10px;
    padding: 20px;
    position: relative;
}
.page-mv.nh{
    border-radius: 25px;
    overflow: initial;
    margin-bottom: 220px;
}
.page-mv.nh img{
    border-radius: 25px;
}
}

@media only screen and (max-width: 500px){
    .page__main-title {
        font-size: 23px;
    }
    .bread-crumb li, .bread-crumb li a {
        font-size: 10px;
    }
    .bread-crumb li::after {
        margin-left: 5px;
        margin-right: 5px;
    }
    
}
