@charset "UTF-8";
#about-rinrihojinkai .w1000{
    max-width: 1000px;
    margin: 0 auto;
    padding-bottom: 50px;
}

#about .title{
    color: #171c61;
    padding: 50px 0;
    font-size: 3.0rem;
}

#about .nayami__block{
    padding: 0 0 30px 0;
}

#about .nayami__block .nayami-box{
    width: 150px;
    height: 150px;
    color: #ffffff;
    border-radius: 50%;
    margin: 4px;
    position: relative;
}

#about .nayami__block .nayami-item p{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: max-content;
    text-align: center;
    font-size: 2.0rem;
}

#about .nayami__block .nayami-box:nth-of-type(even){
    background-color: #266db6;
}

#about .nayami__block .nayami-box:nth-of-type(odd){
    background-color: #6086c4;
}

#about .info-title{
    font-size: 3.0rem;
    color: #171c61;
    padding: 10px;
}

#about .info-text{
    font-size: 4.8rem;
    color: #171c61;
}

#about .syudan-image__block .title{
    font-size: 3.4rem;
    color: #266db6;
    padding: 10px 0;
    background-color: #eaf4fc;
    margin: 30px 0 20px 0;
}

#about .syudan-image__block .syudan-image--text{
    color: #231815;
    line-height: 1.8;;
}

#about .syudan-image__block .image-title{
    font-size:3.2rem;
    color: #171c61;
    margin: 30px 20px;
}

#activity .activity__top{
    padding:30px 0;
}

#activity .activity__top .top__box{
    width: 30%;
}

#activity .activity__top .top__box img{
    height:210px;
    object-fit: contain;
}

#activity .activity__top .top__box .title{
    color: #266db6;
    font-size: 1.8rem;
    text-align: center;
    padding: 20px 0 10px 0;
}

#activity .activity__top .top__box .text{
    color: #231815;
    padding: 0 20px;
}

#activity .activity__bottom .bottom__box{
    padding: 30px 40px;
    background-color: #5d7cbd;
    margin-bottom: 70px;
}

#activity .activity__bottom .bottom__box .title{
    font-size: 2.6rem;
    color: #ffffff;
    text-align: center;
    padding-bottom: 20px;
}

#activity .activity__bottom .env__box{
    width: 240px;
    height: 240px;
    position: relative;
    background-color: #f1f9fb;
    border-radius: 50%;;
}

#activity .activity__bottom .env__box .env-text{
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #171c61;
    width: 100%;
    font-size: 2.2rem;
}

#activity .common-button{
    font-size: 1.6rem;
    margin: 0 10px;
}

#activity .common-button .arrow-icon{
    top: 6px;
}



@media screen and (max-width: 768px){
    #about .title{
        padding: 20px 0;
    }

    #about .nayami__block .nayami-box{
        height: auto;
        width: 25%;
        margin: 4px;
    }

    #about .nayami__block .nayami-item{
        padding-top: 100%;
        width: 100%;
    }

    #about .info-text{
        font-size: 3.2rem;
    }

    #about .nayami__block .nayami-item p{
        font-size: 1.4rem;
    }

    #activity .activity__top .dp-flex{
        flex-direction: column;
    }

    #activity .activity__bottom .bottom__box .title{
        font-size: 2.0rem;
    }

    #activity .activity__top .top__box{
        width: 100%;
        margin-bottom: 20px;
    }

    #activity .activity__top .top__box img{
        height: 200px;
    }

    #activity .activity__top .top__box .title{
        padding: 10px 0;
    }

    #activity .activity__top .top__box .text{
        padding: 0 10px;
    }

    #activity .activity__bottom .bottom__box{
        padding: 20px 0;
        margin-bottom: 20px;
    }

    #activity .activity__bottom .bottom__box .title{
        font-size: 2.0rem;
        padding-bottom: 10px;
    }

    #activity .activity__bottom .env__box{
        margin: 6px auto;
    }

    #activity .activity__bottom .env__box .env-text{
        font-size: 1.6rem;
    }

    #activity .common-button{
        margin: 20px 10px 10px 10px;
    }
}

@media screen and (max-width: 570px){
    #activity .activity__bottom .bottom__box .dp-flex{
        flex-direction: column;
    }

    #activity .activity__bottom .env__box{
        width: 70%;
        height: auto;
    }

    #activity .activity__bottom .env__box .env-item{
        width: 100%;
        padding-top: 100%;
    }
}