.top-text{
  color: #714203;
  text-align: center;
  margin-bottom: 100px;
}
.unit{
  position: relative;
}
.unit-txt{
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  bottom: 10px;
  z-index: 4;
font-weight: bold;
    
}
.unit-txt p{
  background-color: #fff;
  color: #714203;
  padding: 0 30px;
  margin-top: 0;
  font-size: 2rem;
}
.comm-img{
  width:85%;
  margin: 0 0 0 auto;
  display: block;
}
.comm-txt{
  display: block;
  width: 78%;
  margin: 10px 10px 0 auto;
  font-size: 1.4rem;
}
.bud-img{
  width: 100px;
  margin-top: 50px;
}
.waibeji{
  color: #fff;
  margin: 0;
  text-align: center;
  padding: 50px 0 50px;
  font-size: 2.5rem;
  margin-bottom: 50px;
font-weight: bold;
}
.waibeji::after{
  color: #fff;
  opacity: 0.18;
  content: "commitment";
  position: absolute;
  font-family: Hina Mincho;
  transform: translateY(45%) translateX(-150%);
  font-size: 3rem;
}
.y-select-txt{
  color: #714203;
  text-align: center;
  font-size: 1.7rem;
  margin-bottom: 50px;
}

.y-select:hover{
  opacity:0.5;
	transition:0.3s;
}
.scroll_01 {
  position: relative;
  font-size: 13px;
  writing-mode: vertical-rl;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  top: -40px;
}
.scroll_01::after {
  content : '';
  display : inline-block;
  position : absolute;
  background-color: #fff;
  right : 50%;
  bottom : -115px;
  transform : translateX(-50%);
  width : 1px;
  height : 100px;
  animation: scroll 3s infinite;
}
/* モーダルを開くボタン */
.modal-open{
    position: fixed;
    top: 50%;
    left: 50%;
    font-size: 16px;
    font-weight: bold;
    width: 300px;
    height: 60px;
    color: #fff;
    background: #000;
    border: none;
    cursor: pointer;
    translate: -50% -50%;
  }
  
  /* モーダルと背景の指定 */
  .modal{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(0,0,0,50%);
    padding: 40px 20px;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    box-sizing: border-box;
  }
  
  /* モーダルの擬似要素の指定 */
  .modal:before{
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    margin-left: -0.2em;
  }
  
  /* クラスが追加された時の指定 */
  .modal.is-active{
    opacity: 1;
    visibility: visible;
  }
  
  /* モーダル内側の指定 */
  .modal-container{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    max-width: 600px;
    width: 90%;
  }
  
  /* モーダルを閉じるボタンの指定 */
  .modal-close{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -20px;
    right: -20px;
    width: 40px;
    height: 40px;
    color: #fff;
    background: #000;
    border-radius: 50%;
    cursor: pointer;
  }
  
  /* モーダルのコンテンツ部分の指定 */
  .modal-content{
    background: #fff;
    text-align: left;
    line-height: 1.8;
    padding: 20px;
  }
  
  /* モーダルのコンテンツ部分のテキストの指定 */
  .modal-content p{
    margin: 1em 0;
  }

















.scroll {
    position  : relative;
    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;

}
@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;
}
@media screen and (max-width:767px) {

}