.top-txt-aria p{
    color: #000;
    display: block;
    text-align: center;
    font-size: 16px;
    margin-bottom: 5%;
    margin-top: 0;
    padding-top: 50px;
}

.insta{
    padding: 0 50px 50px;
    margin-top: -24px;
}
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
.commitment_item img{
    margin-bottom: 20px;
}
.commitment_item_title{
    font-size: 20px;
    text-align: center;
    margin: 0;
}
.commitment_item_text{
    font-size: 15px;
    margin-bottom: 50px;
}
.information::before {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    color: #000;
    font-size: 74px;
    content: 'information';
    opacity: 12%;
}

.news::before {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    color: #000;
    font-size: 74px;
    white-space: nowrap;
    content: 'news topics';
    opacity: 12%;
}
.access::before {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    color: #000;
    font-size: 74px;
    white-space: nowrap;
    content: 'access';
    opacity: 12%;
}
.instagram-icon{
    width: 15%;
}
.content{
    display: block;
    /* padding: 0 50px; */
}

.article_02{
    display: block;
    background-color: #515153;
    padding: 100px 0;
}
.gmap_iframe {
    aspect-ratio: 16 / 9;
    max-width: 1000px;
    width: 100%;
    height: 280px;
}
.bus p{
    margin: 0;
}
.access-table{
    border-spacing: 10px;
    border-collapse: unset;
}

.access-table th{
    border-bottom: 1px solid;
    width: calc(100% / 7);
    padding: 0 0 10px 0;
}
.access-table td{
    border-bottom: 1px solid;
    width: calc(100% / 3);
    padding: 0 0 10px 0;
}
.tel{
    color: #000!important;
}
@media screen and (max-width:750px) {
    /* .img-box::after{
        height: 94px;
    } */
}