main{
    min-height: 100vh;
}

img{
    max-width: 100%;
    height: auto;
    width: 100%;
}

h3{
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;


}
h2{
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

p{
    margin-bottom: 0 !important;
    font-family: "Noto Serif JP", serif;
      font-optical-sizing: auto;
      font-weight: 400;
      font-style: normal;
    /* font-family: "Noto Sans JP", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal; */
}

h4{
    color: rgba(65, 166, 255, 0.893);
    font-family: "Noto Serif JP", serif;
      font-optical-sizing: auto;
      font-weight: 600;
      font-style: normal;
    /* font-family: "Noto Sans JP", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal; */
}

h5{
    /* font-family: "Noto Sans JP", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal; */
    font-family: "Noto Serif JP", serif;
      font-optical-sizing: auto;
      font-weight: 500;
      font-style: normal;
}



@media (max-width: 991px) {
    .navbar{
        width: 100% !important;
        border-bottom: none !important;
    }
    .navbar-nav{
        background-color: rgba(93, 93, 93, 0.536);
        width: 200px;
        border-radius: 10px;
    }
    .nav-item p{
        color: black;
        margin: 10px;
    }
    .navbar-brand p{
        font-size: 1rem;
    }

    .line{
        width: 30% !important;
        left:  25% !important;
    }

    .contribution-line{
        top: 35% !important;
    }
    

}



@media (max-width: 770px) {
    .line{
        width: 30% !important;
        left:  20% !important;
    }
}


@media (max-width: 767px) {

.contribution-line{
    top: 25% !important;
    left: 45% !important;
}

}



@media (max-width: 710px) {

    .nav-item p{
        color: black;
        margin: 10px;
    }
    .navbar-brand p{
        font-size: 1rem !important;
    }


    .carousel-inner p{
        font-size: 1.8rem !important;
    }

    .kids{
        height: 300px!important;
    }

}

@media (max-width: 530px) {

    .carousel-inner p{
        font-size: 1.8rem !important;
    }


    .line{
        width: 30% !important;
        left:  20% !important;
    }

    .circle{
        border-radius: 80px 80px 0 0 !important;
    }
    

}

@media (max-width: 480px) {
    h4{
        font-size: 1rem !important;
    }

    h5{
        font-size: 1rem !important;
    }

    p{
        font-size: 0.8rem !important;
    }
    .Works{
        padding-bottom: 1rem !important;
    }
    .top img{
        height: 100vh !important;
    }
}


@media (max-width: 360px) {

    .carousel-inner p{
        font-size: 1.8rem !important;
    }

}








/* header */
.navbar{
    border-bottom: 1px solid rgb(255, 255, 255);
    width: 85%;
    margin: 5px auto;
    display: flex;
    justify-content: center;
}

.nav-item p{
    color: white;
/*     text-shadow: 0px 0px 5px rgb(0, 0, 0); */
	text-shadow: 1px 1px 1px rgb(0, 0, 0);
    transition: color 0.3s ease;
    font-weight: 500 !important;
}
    .nav-item p:hover {
        color:  rgb(0, 0, 0);
        text-shadow: 0px 0px 0px rgb(0, 0, 0);
    }
    /* font-family: "Klee One", serif !important;
    font-weight: 600 !important;
    font-style: normal !important; */

.navbar-brand p{
    font-size: 1.2rem;
    font-weight: 600 !important;
    color: white;
    text-shadow: 1px 1px 1px rgb(0, 0, 0);
    /* font-family: "Klee One", serif !important;
    font-weight: 600 !important;
    font-style: normal !important; */

}
.navbar-toggler{
    background-color: rgba(255, 255, 255, 0.549);
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    padding: 5px !important;

}


.navbar-toggler-icon {
    width: 1.2em;
    height: 1.2em;
}



.news-card img{
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}








/* footer */
.footer-img img{
    opacity: 0.8;
    width: 100%;
}

.footer-buttan1 img{
    width: 100%;
    height: 100px;
    object-fit: cover;
    z-index: 0;
}
.footer-buttan1 .btn-fil:hover{
    filter: brightness(0.8);
}


.footer-buttan1{
    height: 100px;
    width: 250px;
    margin: 5px auto;
    position: relative;
}

.footer-buttan1 p {
    position: absolute;
    width: 100%;
    /* height: 100%; */
    color: rgb(3, 3, 3);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
    padding: 5px;
    text-align: center;
}

.footer-buttan1 .child{
    position: absolute;
    width: 100%;
    height: 100%;
    color: rgb(3, 3, 3);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
}

.footer-buttan1 .btn-fil{
    background: rgba(255, 255, 255, 0.676);
    height: 100%;
    width: 100%;
    transition: transform 0.3s ease;
}





.footer-buttan2 img{
    width: 100%;
    height: 100px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.footer-buttan2 .btn-fil2:hover{
    filter: brightness(0.8);
}




.footer-buttan2{
    height: 100px;
    width: 250px;
    margin: 5px auto;
    position: relative;
    
}

.footer-buttan2 p {
    position: absolute;
    width: 100%;
    /* height: 100%; */
    color: rgb(3, 3, 3);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
    text-align: center;
}

.footer-buttan2 .child2{
    position: absolute;
    width: 100%;
    height: 100%;
    color: rgb(3, 3, 3);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
}

.footer-buttan2 .btn-fil2{
    background: rgba(255, 255, 255, 0.676);
    height: 100%;
    width: 100%;
}








.top{
    position: relative;
}

.top img{
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.carousel-inner p{
    position: absolute;
    color: white;
    text-shadow: 2px 4px 4px rgb(31, 31, 31);
    top: 55%;
/*     left: 5%; */
	padding: 0 5%;
    z-index: 100;
    font-size: 1.8rem;
    font-weight: 600 !important;

}


.kids{
    width: 100%;
    height: 430px;
    object-fit: contain;
    
}

.message{
    position: relative;
}

.message h4{
    padding-bottom: 1rem !important;
}

.line{
    position: absolute;
    width: 30%;
    top: 130px;
    left: 30%;
    z-index: -1;
    border-bottom: 1px solid rgb(208, 208, 208);
}


.Separator img{
    width: 100%;
}




.Works-h5{
    border-bottom: 1px solid rgb(135, 135, 135);
    width: 80%;
    margin: 0 auto;
}

.Works-col img{
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
        padding: 6px;
        border-radius: 5px;
    }


.Works-col p{
    display: flex;
    justify-content: center;
}
.Works-button{
    display: flex;
    justify-content: center;
}


.circle{
    background-color: rgb(245, 252, 254);
    border-radius: 150px 150px 0 0;
}




.contribution-center{
    position: relative;
}
.contribution-text{
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    left: 15%;
}


.Contribution{
    position: relative;
}
.contribution-line{
    position: absolute;
    width: 30%;
    top: 40%;
    left: 35%;
    z-index: 100;
    border-bottom: 1px solid rgb(208, 208, 208);
}





.Separator-2{
    position: relative;
}
.Separator-2 img{
    height: 100vh;
    object-fit: cover;
    filter: brightness(70%);
}




.Separator-2 p{
    position: absolute;
    color: white;
    text-shadow: 1px 2px 2px rgb(31, 31, 31);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
    font-size: 1.3rem;
    font-weight: 600 !important;
    width: 90%;
}






.news a{
    text-decoration: none;
}







.btn-info{
    background-color: rgb(51, 143, 235)  !important;
    border: none !important;
}
.btn-info p{
    color: #ffffff !important;
}
.btn-info:hover{
    background-color: rgb(34, 104, 169) !important;
    cursor: pointer;
}






.dropdown-menu{
    text-decoration: none!important;
}

.dropdown-menu p {
    transition: color 0.3s ease;
    text-align: center;
    padding: 5px;

}


.dropdown-menu-end[data-bs-popper] {
    left: auto;
    right: auto!important;
}   

.dropdown-item:hover {
    background-color:  rgba(169, 169, 169, 0);
}

