@charset "utf-8";

.organization-chart {
    max-width: 19.6875em;
    width: 100%;
    aspect-ratio: 315 / 350;
}
.organization-chart__inner {
    margin-bottom: 0;
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    max-width: 19.6875em;
    width: 100%;
}


/*res start　1024px*/
@media screen and (max-width: 1024px) {
}/*res end　1024px*/

/*res start　768px*/
@media screen and (max-width: 768px) {
}/*res end　768px*/

/*res start　480px*/
@media screen and (max-width: 480px) {
    .organization-chart {
        margin-top: 2.7em;
    }
}/*res end　480px*/