

html{width: 100%;height: 100%; background-image:url(../images/23_02.png);background-size: cover;background-repeat: no-repeat;background-attachment: fixed;background-position: center}


.organization-content__button{justify-content: left;}
.organization-button{margin: 10px 48px;}
.intro-content__text{width: 100%;}


@media only screen and (max-width:1500px)
{
    .inner-content{padding:0  20px 0 55px;}
    .organization-content__button{padding: 0 0px;}
}




@media only screen and (max-width:1300px)
{
    .organization-button{margin: 10px 10px;}
    .organization-content__button{padding: 0 15px;}
}


@media only screen and (max-width:1024px)
{
    .organization-content__button{justify-content: center;}
    .organization-button{width: calc(100%/2 - 20px);display: inline-flex;}
    .organization-button a{align-items:center;}
    .intro-content__text{margin: 0;}
    .intro-content{margin: auto;}
    .inner-content{padding:0;}
}


@media only screen and (max-width:620px)
{
    .organization-button{width: calc(100%/1 - 10px);margin: 6px 8px;}
}
