.access-grid-04 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px 16px;
}
.access-grid-04 + .access-grid-04{
  margin-top: 80px;
}
.access-grid-04 .access-grid-item.grid-3{
    grid-column: span 3;
}
.access-grid-03 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}
.access-grid-item .img-wrapper.time-image{
  margin-top: 20px;
}
.general-section .inner.inner-mid{
  max-width: 1000px;
}
.access-bg-01{
  background: #87969C;
}
.access-bg-02{
  background: url(../img/access/access-bg.webp) no-repeat center center / cover;
}
.access-content + .access-contet{
  margin-top: 60px;
}
.access-note{
  margin: 30px auto -30px;
  font-size: clamp(1.6rem, 1.1vw, 2rem);
}
.access-img{
  margin-top: 80px;
}
.access-heading{
  display: flex;
  align-items: center;
  gap: 16px;
}


@media screen and (max-width: 767px) {
    .access-img{
    margin-top: 40px;
  }
  .access-grid-04{
    margin: 0 auto;
    grid-template-columns: 1fr;
    /* width: calc(100% - 48px); */
  }
  .access-grid-04 + .access-grid-04 {
    margin-top: 32px;
  }
  .sp-order1{
    order: 1;
  }
  .sp-order2{
    order: 2;
    margin-top: 16px;
  }
  .sp-order3{
    order: 3;
  }
  .access-grid-04 .access-grid-item.grid-3 {
    grid-column: span 1;
  }
  .access-grid-04 .slick-slide{
    margin: 0 12px;
    transform: translateX(calc(-56.5% - 12px));
  }
  .access-grid-04-thumb{
    width: 100%;
    margin-top: 40px;
  }
  .access-grid-04-thumb .slick-slide{
    flex: 1;
    height: 3px;
    background: linear-gradient(0deg,transparent 0%, #ACACAC 45%, #ACACAC 55%,transparent 100%);
  }
  .access-grid-04-thumb .slick-slide.slick-current{
    background: #000;
  }
  .access-grid-04-thumb .slick-track{
    transform: translate3d(0, 0px, 0px)!important;
  }
  .access-grid-03 {
    display: block;
    margin-left: -24px;
    margin-right: -24px;
    width: calc(100% + 48px);
  }
  .access-grid-03 .slick-slide{
    margin: 0 12px;
    transform: translateX(calc(-67.5% - 12px));
  }
  .access-container-thumb{
    width: 100%;
    margin-top: 40px;
    margin-bottom: 60px;
  }
  .access-container-thumb .slick-slide{
    flex: 1;
    height: 3px;
    background: linear-gradient(0deg,transparent 0%, #ACACAC 45%, #ACACAC 55%,transparent 100%);
  }
  .access-container-thumb .slick-slide.slick-current{
    background: #000;
  }
  .access-container-thumb .slick-track{
    transform: translate3d(0, 0px, 0px)!important;
  }
  .access-grid-04 .img-wrapper + picture{
    width: calc(100% - 48px);
    display: block;
  }
  .access-grid-04 .img-wrapper + picture.mb{
    margin-bottom: -5%;
  }
}






/* CONTENTSãƒ–ãƒ­ãƒƒã‚¯ */
.under-contents-section .inner {
    position: relative;
}
.contents-bg {
    max-width: 170px;
    position: absolute;
    top: 100px;
    right: -100px;
}
.contents-lists {
    margin: 80px auto 0;
}
@media screen and (max-width: 767px) {
    .contents-lists {
        margin: 40px auto 0;
    }
}
.contents-list {
    position: relative;
}
.contents-list::after {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    content: '';
    background: url(../img/common/arrow-pink.svg) no-repeat center center #fff;
    background-size: 16px auto;
    color: #bc8fa7;
    border-radius: 50%;
    bottom: 8%;
    right: 4%;
    position: absolute;
}
.contents-list-name {
    font-size: 3rem;
    position: absolute;
    top: 8%;
    left: 4%;
    font-style: italic;
    color: #fff;
}
.contents-list-name-sub {
    margin-top: 10px;
    font-size: 1.6rem;
    display: block;
    font-style: normal;
}
.contents-list .img-wrapper .caption {
    bottom: 4%;
    left: 4%;
    right: auto;
}