
.kv{
    margin-bottom: 200px;
}


.top-txt-aria p{
    color: #000;
    display: block;
    text-align: center;
    font-size: 16px;
    margin-bottom: 10%;
}
.scroll {
    position  : absolute;
    font-size : 13px;
    writing-mode : vertical-rl;
    left : 50%;
    transform: translateX(-50%) translateY(-50%);
}
.scroll::after {
    content : '';
    display : inline-block;
    position : absolute;
    background-color: #000;
    right : 50%;
    bottom : -115px;
    transform : translateX(-50%);
    width : 1px;
    height : 100px;
    animation: scroll 3s infinite;

}
.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%;
  }
}
.article_01 h3{
    position: relative;
    font-size: 24px;
    text-align: center;
    margin-bottom: 70px;
    color: #000;
    padding-top: 100px;
    margin-top: -100px;
}
.article_02 h3{
    position: relative;
    font-size: 24px;
    text-align: center;
    margin-bottom: 70px;
    color: #fff;
    padding-top: 100px;
    margin-top: -100px;
}
.commitment::before {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    color: #000;
    font-size: 74px;
    content: 'commitment';
    opacity: 5%;
}
.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_01{
    padding: 100px 0;
}
.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;
}
