body{
    font-size: 1.4rem;
    font-weight: 400;
    color: #000000;
}

/* ====================================================
KIDS ACADEMIAについて
==================================================== */

.sec-about01 {
    
    
}

.about_bg01 {
    background-size: auto auto;
background-color: rgba(255, 255, 255, 1);
background-image: repeating-linear-gradient(150deg, transparent, transparent 15px, rgba(237, 244, 231, 1) 15px, rgba(237, 244, 231, 1) 24px );
    margin-bottom: 80px; 
     }


.about_title01 {
    padding-top: 60px;
    padding-bottom: 40px;
    font-size: 2.8rem;
    font-weight: 900;
    color: #519813;
    padding-left: 8px;
    top: 5px;
    letter-spacing: 0.5px;
    text-align: center;
    
     }

.about_text01 {
    font-size: 1.4rem;
    font-weight: 400;
    color: #000000;
    padding-left: 8px;
    line-height: 40px;
    padding-bottom: 80px;
}




/* ====================================================
コンセプト
==================================================== */

.sec-about02 {
  width: 100%;  
    
}


.about02_left{
    width: 50%;
    
}

.about02_left_text{
    margin-top: 20px;
}

.about02_left p{
    font-size:26px;
    font-size:2.6rem;
    font-weight: 600;
    color: #4d4d4d;
    line-height: 60px;
}

.seed{
    color: #519813; 
}

.about_text02 {
    width: 93%;
    font-size: 1.4rem;
    font-weight: 600;
    color: #4d4d4d;
    padding-left: 8px;
    line-height: 30px;
    padding-bottom: 80px;
    display: inline-flex;
}



.about02_right{
    width: 50%;
    clear: both;
}




/* ====================================================
私たちの取組み
==================================================== */

.sec-about03 {
    
    
}

.about_bg03{
    background-color:#f9eed4;
    background-image: url(../img/about/bg01.png);
    padding-top: 80px;
    padding-bottom: 100px;
    }


.register-block02 .item__heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 25px;
}

.register-block02 .item {
    border: 4px solid #fba700;
    background-color: #fff;
    padding: 30px 40px 53px;
    margin-bottom: 30px;
    border-radius: 15px;
    
}

.register-block02 .item__heading .number {
    width: 47px;
    height: 47px;
    color: #fff;
    background: #fba700;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 23px;
    font-size: 2.3rem;
    font-weight: 900;
}


.register-block02 .item__heading .ttl {
    width: calc(100% - 47px);
    font-size: 23px;
    font-size: 2.3rem;
    font-weight: 900;
    color: #fba700;
    padding-left: 8px;
    position: relative;
    top: 5px;
    letter-spacing: 0.5px;
}

.register-block02 .item__content {
    font-size: 14px;
    font-size: 1.4rem;
    color: #000;
    line-height: 1.8;
}

.link {
    color: #00aed3;
    }

/* ====================================================
スタッフ紹介
==================================================== */

.sec-about04 {
    margin-top: 100px;
    
    
}

.about_staff li {
    list-style: none; 
     color: #00aed3;
    font-size:18px;
    font-size:1.8rem;
    font-weight: 600;
    margin-bottom: 20px;
    border-bottom: solid 1px #fca800;
    padding-bottom: 20px;
}

.about_staff li:before {
    content:  "";     /* 空の要素作成 */
    width:  12px;               /* 幅指定 */
    height:  12px;              /* 高さ指定 */
    display:  inline-block;     /* インラインブロックにする */
    background-color: #fca800;  /* 背景色指定 */
    border-radius:  50%;        /* 要素を丸くする */
    
    margin-right: 20px;
   
}


