/* CSSはここに入れて。後でまとめます　 */


@media screen and (min-width: 769px) {

.three_point{
    margin-top: 280px;
}
.three_point ul li{
    width: 90%;
    margin-left: auto;
    margin-bottom: 350px;
}
.three_point ul .list_03{
    margin-bottom: 150px;

}
.three_point ul .list_02{
    margin-left: 0;
}
.three_point ul li .wrapper{
    display: flex;
    position: relative;
}
.three_point ul .list_02 .wrapper{
    flex-direction: row-reverse
}
.three_point ul li .wrapper .container{
    
    width: 47%;
}
.three_point ul li .wrapper .container h3{
    font-size: 44px;
    font-weight: bold;
}
.three_point ul .list_02 .wrapper .container h3{
    margin-left: 130px;

}
.three_point ul li .wrapper .container h3 img{
    width: 250px;
}
.three_point ul li .wrapper .container .text_wrapper{
    background-color: #e8f8f2;
    /* width: 47%; */
    padding: 60px 130px 60px 60px;
    border-radius: 45px;
}
.three_point ul .list_02 .wrapper .container .text_wrapper{
    background-color: #fcfade;
    padding: 60px 60px 60px 130px;
    margin-left: auto;

}
.three_point ul .list_03 .wrapper .container .text_wrapper{
    background-color: #fcebef;
}
.three_point ul li .wrapper .container .text_wrapper h4{
    font-size: 26px;
    font-weight: bold;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.three_point ul li .wrapper .container .text_wrapper h4::before{
    content: "";
    display: inline-block;
    width: 60px;
    height: 1px;
    background-color: black;
    margin-right: 5px;
}
.three_point ul li .wrapper .pointimg{
    background-image: url(img/point01n.jpg);
    display: block;
    width: 60%;
    height: 600px;
    object-fit: cover;
    position: absolute;
    top: -130px;
    right: 0px;
}
.three_point ul .list_02 .wrapper .pointimg{
    background-image: url(img/point02.jpg);
}
.three_point ul .list_03 .wrapper .pointimg{
    background-image: url(img/point03.jpg);
}
/* .three_point ul li .wrapper .pointimg img{
    width: 100%;
    height: 600px;
    object-fit: cover;

} */
.three_point ul .list_02 .wrapper .pointimg{
    left: 0px;

}
.three_point ul li .subimg_container{
    height: 400px;
}
.three_point ul .list_02 .subimg_container{
    margin-top: 180px;
}
.three_point ul li .subimg_container .sub_01{
    position: relative;
    width: 500px;
}
.three_point ul li .subimg_container .sub_01 img{

    position: absolute;
    top: -40px;
    left: 45vw;
}
.three_point ul li .subimg_container .sub_02{
    position: relative;
    width: 350px;
}
.three_point ul li .subimg_container .width{
    width: 400px;
}
.three_point ul li .subimg_container .sub_02 img{

    position: absolute;
    top: 150px;
    left: 15vw;
}
/* .three_point ul .list_01 .wrapper .pointimg{
    top:-450px;
} */
.three_point ul .list_01 .wrapper .pointimg::before{
    content: '';
    display: inline-block;
    width:280px;
    height: 280px;
    background-image:  url(img/paint01.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    top: -100px;
    right: 200px;
}
.three_point ul .list_01 .subimg_container::after{
    content: '';
    display: inline-block;
    width:280px;
    height: 280px;
    background-image:  url(img/paint02.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    top: 300px;
    left: 300px;
}
.three_point ul .list_02 .subimg_container::after{
    content: '';
    display: inline-block;
    width:150px;
    height: 150px;
    background-image:  url(img/paint03.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    top: 250px;
    left: 90%;
}
.three_point ul .list_03 .subimg_container::after{
    content: '';
    display: inline-block;
    width:150px;
    height: 150px;
    background-image:  url(img/paint04.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    top: 300px;
    left: 300px;
}

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

.conts .bgWH{
    padding-bottom: 0px;
}  
.three_point{
    margin-top: -100px;
}

.three_point ul li .wrapper{
    display: flex;
    flex-direction: column-reverse;
}
.three_point ul li .wrapper .pointimg{
    background-image: url(img/point01n.jpg);
    background-position: center;
    background-size: cover;
    display: block;
    width: 100%;
    height: 50vh;
}
.three_point ul .list_02 .wrapper .pointimg{
    background-image: url(img/point02.jpg);
    background-position: center;
    background-size: cover;
    display: block;
    width: 100%;
    height: 50vh;
}   
.three_point ul .list_03 .wrapper .pointimg{
    background-image: url(img/point03.jpg);
    background-position: center;
    background-size: cover;
    display: block;
    width: 100%;
    height: 50vh;
}
.three_point ul li .wrapper .container{
    width: 90%;
    margin: 0 auto;
}
.three_point ul li .wrapper .container h3{
    margin-top: 20px;
    font-size: 32px;
    font-weight: bold;
}
.three_point ul li .wrapper .container h3 img{
    width: 180px;
}
.three_point ul li .wrapper .container .text_wrapper h4{
    font-size: 22px;
    font-weight: bold;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.three_point ul li .wrapper .container .text_wrapper h4::before{
    content: "";
    display: inline-block;
    width: 30px;
    height: 1px;
    background-color: black;
    margin-right: 5px;
}
/* .three_point ul li .subimg_container .sub_01{
    position: relative;
    width: 300px;
} */
.three_point ul li .subimg_container{
    width: 90%;
    margin: 0 auto;
} 
.three_point ul li .subimg_container .sub_01{
    text-align: right;
}
.three_point ul li .subimg_container .sub_01 img{
    width: 280px;
    margin-top: 60px;

}
.three_point ul li .subimg_container .sub_02{
    text-align: left;
}
.three_point ul li .subimg_container .sub_02 img{
    width: 220px;
    margin-top: 40px;

}
.three_point ul li .subimg_container .width img{
    width: 300px;
}
.three_point ul .list_01 .wrapper .pointimg::after{
    content: '';
    display: inline-block;
    width:160px;
    height: 160px;
    background-image:  url(img/paint01.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    top: 300px;
    left: 220px;
}
.three_point ul .list_01 .subimg_container::after{
    content: '';
    display: inline-block;
    width:180px;
    height: 180px;
    background-image:  url(img/paint02.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    top: -50px;
    left: 150px;
}
.three_point ul .list_02 .subimg_container::after{
    content: '';
    display: inline-block;
    width:130px;
    height: 130px;
    background-image:  url(img/paint03.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    top: -40px;
    left: 180px;
}
.three_point ul .list_03 .subimg_container::after{
    content: '';
    display: inline-block;
    width:130px;
    height: 130px;
    background-image:  url(img/paint04.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    top: -40px;
    left: 180px;
}
       
}

/* 当園の取り組み */

@media screen and (min-width: 769px) {
#Initiative .secTtl h2{
    margin-top: 140px;
    margin-bottom: 150px;
}
#Initiative ul #Initiative_02,.Initiative_03{
    margin-top: 150px;
    margin-bottom: 100px;

}

#Initiative ul li .title_wrapper{
    display: flex;
    width: 85%;   
}
#Initiative ul #Initiative_02 .title_wrapper{
    flex-direction: row-reverse;
    margin-left: auto;
}
#Initiative ul li .title_wrapper .mainimg{
    background-image: url(img/initiative01.jpg);
    background-position: center;
    display: block;
    width: 70%;
    height: 600px;
    object-fit: cover;
    position: relative;
    top: 50px;
}
#Initiative ul #Initiative_02 .title_wrapper .mainimg{
    background-image: url(img/initiative02n.jpg);
}
#Initiative ul #Initiative_03 .title_wrapper .mainimg{
    background-image: url(img/initiative03n.jpg);
}       
#Initiative ul li .title_wrapper .main_txtbox{
    width: 25%;
    margin-left: auto;
}
#Initiative ul #Initiative_02 .title_wrapper .main_txtbox{
    margin-right: auto;
}
#Initiative ul li .title_wrapper .main_txtbox h3{
    font-size: 32px;
    font-weight: bold;
    display: inline-block;
    background-color: #007947;
    color: white;
    padding: 20px 40px;
    width: 360px;
    position: relative;
    left: -170px;
    margin-bottom: 80px;
}
#Initiative ul #Initiative_02 .title_wrapper .main_txtbox h3{
    left: 0;
    width: 390px;
}
#Initiative ul li .white_wrapper{
    background-color: white;
    width: 70%;
    margin: 0 auto;
    border-radius: 50px;
}

#Initiative ul li .white_wrapper ul li .article{
    display: flex;
    width: 85%;
    margin: 0 auto;
    padding-top: 100px;
    border-radius: 40px;
}
#Initiative ul li .white_wrapper ul .article_01 .article{
    flex-direction: row-reverse;
    padding-top: 200px;
}
#Initiative ul li .white_wrapper ul li .article .articleimg{
    width: 55%;
}
#Initiative ul li .white_wrapper ul li .article .article_container{
    width: 40%;
    margin-left: auto;
}
#Initiative ul li .white_wrapper ul .article_01 .article .article_container{
    margin-right: auto;
    margin-left: 0;
}
#Initiative ul li .white_wrapper ul li .article .article_container h4{
    color: #007947;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 30px;
}
#Initiative ul li .white_wrapper .threeimg{
    width: 85%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
#Initiative ul li .white_wrapper .threeimg li{
    display: flex;
    flex-direction: column;
    width: 30%;
    margin-top: 120px;
    padding-bottom: 100px;
}
#Initiative ul li .white_wrapper .threeimg li span{
    font-size: 14px;
    letter-spacing: normal;
}

}

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

    #Initiative .secTtl h2{
    margin-top: 50px;
}

    #Initiative ul li .title_wrapper .mainimg{
    background-image: url(img/initiative01.jpg);
    background-position: center;
    background-size: cover;
    display: block;
    width: 100%;
    height: 250px;
    position: relative;
    top: 20px;
}
    #Initiative ul #Initiative_02 .title_wrapper .mainimg{
    background-image: url(img/initiative02n.jpg);
}
    #Initiative ul #Initiative_03 .title_wrapper .mainimg{
    background-image: url(img/initiative03n.jpg);
}       
#Initiative ul li .title_wrapper .main_txtbox h3{
    font-size: 26px;
    font-weight: bold;
    display: inline-block;
    background-color: #007947;
    color: white;
    padding: 10px 20px;
    /* width: 100%; */
    position: relative;
    margin-bottom: 20px;
}
#Initiative ul li .title_wrapper .main_txtbox .maintxt{
    width: 90%;
    margin: 0 auto;
}
#Initiative ul li .white_wrapper ul li .article .article_container h4{
    color: #007947;
    font-size: 24px;
    font-weight: bold;
    margin: 30px 0;
    text-align: center;
    line-height: inherit;
}
#Initiative ul li .white_wrapper ul li .article{
    width: 90%;
    margin: 0 auto;
    padding-top: 40px;
}
#Initiative ul li .white_wrapper .threeimg{
    width: 90%;
    margin: 0 auto;
    margin-bottom: 60px;
}
#Initiative ul li .white_wrapper .threeimg li {
    display: flex;
    flex-direction: column;
    width: 70%;
    margin: 30px auto;
}
#Initiative ul li .white_wrapper .threeimg li span{
    font-size: 14px;
    letter-spacing: normal;
}

    
}






/* 保育の見える化について */
@media screen and (max-width: 768px) {
#Initiative .Visualize{
    width: 90%;
    margin: 0 auto;
    text-align: center;
}
#Initiative .Visualize h2{
    color: #007947;
    font-size: 24px;
    font-weight: bold;
    padding: 50px 0;
}
#Initiative .Visualize ul li dl dt{
    display: inline-block;
    width: 100%;
    padding: 10px 20px;
    font-size: 20px;
    font-weight: bold;
    background-color: #007947;
    color: white;
    margin-bottom: 20px;
    
}
#Initiative .Visualize ul li dl dd{
    text-align: left;
    margin-bottom: 20px;
}
#Initiative .Visualize ul li dl .link_btn01,.link_btn{
    margin-bottom: 100px;
    width: 350px;
    margin: 0 auto;
}
#Initiative .Visualize ul li dl .link_btn01,.link_btn{
    margin-bottom: 50px;
}
}

@media screen and (min-width: 769px) {

#Initiative .Visualize{
    width: 75%;
    margin: 0 auto;
    text-align: center;
}
#Initiative .Visualize h2{
    color: #007947;
    font-size: 30px;
    font-weight: bold;
    padding: 100px;
}

#Initiative .Visualize ul{
    display: flex;
    justify-content: space-between;
}
#Initiative .Visualize ul li{
    width: 29%;
}
#Initiative .Visualize ul li dl dt{
    display: inline-block;
    width: 100%;
    padding: 18px 0;
    font-size: 20px;
    font-weight: bold;
    background-color: #007947;
    color: white;
    margin-bottom: 20px;
    
}
#Initiative .Visualize ul li dl dd{
    text-align: left;
}
#Initiative .Visualize ul li dl .link_btn{
    margin-top: 120px;

}
#Initiative .Visualize ul li dl .link_btn01{
    margin-top: 20px;

}
}
