@keyframes blurInY {
  from {
    opacity: 0;
    filter: blur(20px);
    transform: translate3d(0, 10px, 0) scaleX(1.2) skewY(0deg);
  }
  to {
    opacity: 1;
    filter: blur(0);
    transform: none;
  }
}
.blurInY {
  animation-name: blurInY;
}

.p-access-mv {
  background-image: url(../images/access/mv.jpg);
  background-size: cover;
  height: calc(100vh - 80px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-access-mv {
    background-image: url(../images/access/mv-sp.jpg);
    height: auto;
    margin-top: 60px;
    aspect-ratio: 768/517;
  }
}
.p-access-mv h1 {
  position: absolute;
  right: 5%;
  writing-mode: vertical-rl;
  -webkit-text-orientation: upright;
  text-orientation: upright;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  text-align: center;
  height: 100%;
  margin: 0;
}
@media screen and (max-height: 900px) {
  .p-access-mv h1 {
    text-align: left;
    height: auto;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 767px) {
  .p-access-mv h1 {
    writing-mode: horizontal-tb;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 6vw;
    text-align: center;
  }
}
.p-access-mv h1 span {
  white-space: nowrap;
}
.p-access-mv h1 em {
  font-style: normal;
}
.p-access-mv .caption {
  color: #8E8466;
}
.p-access-area1 {
  background-color: #F4F3F0;
  padding: 200px 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-access-area1 {
    padding: 15% 0;
    background-image: url(../images/access/bg1.jpg);
    background-size: cover;
  }
}
@media screen and (max-width: 767px) {
  .p-access-area1 p.tertiary-heading {
    padding: 0 5%;
  }
}
.p-access-area1__container {
  width: 80%;
  margin: 0 auto;
  display: grid;
  grid-template: "pic1 pic1 pic1 pic1 . txt1 txt1 txt1" auto "tl tl tl tl tl tl tl tl" auto "txt2 txt2 txt2 txt2 pic2 pic2 pic2 pic2" auto "pic3 pic3 pic3 pic3 . . . ." auto/1fr 1fr 1fr 1fr 50px 1fr 1fr 1fr;
}
@media screen and (max-width: 1450px) {
  .p-access-area1__container {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .p-access-area1__container {
    display: flex;
    flex-direction: column;
    width: 85%;
    margin-top: 15%;
    background-image: url(../images/access/sccess3-sp.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 85%;
  }
}
.p-access-area1__container dl:nth-of-type(1) {
  grid-area: pic1;
}
.p-access-area1__container dl:nth-of-type(2) {
  grid-area: pic2;
  width: 92%;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 767px) {
  .p-access-area1__container dl:nth-of-type(2) {
    width: 70%;
    margin: 0;
  }
}
.p-access-area1__container dl:nth-of-type(3) {
  grid-area: pic3;
  width: 90%;
  margin-top: -10%;
}
@media screen and (max-width: 767px) {
  .p-access-area1__container dl:nth-of-type(3) {
    width: 100%;
    margin-top: 5%;
  }
}
.p-access-area1__container dl dt {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .p-access-area1__container dl dt {
    font-size: 3.5vw;
    margin-bottom: 1px;
  }
}
.p-access-area1__container dl dd figcaption {
  color: #C6C2B2;
}
@media screen and (max-width: 767px) {
  .p-access-area1__container dl dd figcaption {
    color: #8E8466;
  }
}
.p-access-area1__container p {
  line-height: 3.3;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .p-access-area1__container p {
    margin: auto;
    line-height: 2.5;
  }
}
.p-access-area1__container p:nth-of-type(1) {
  grid-area: txt1;
}
@media screen and (max-width: 1450px) {
  .p-access-area1__container p:nth-of-type(1) {
    margin: auto 0 auto auto;
  }
}
@media screen and (max-width: 767px) {
  .p-access-area1__container p:nth-of-type(1) {
    margin: 10% 0 10% 10%;
  }
}
@media screen and (max-width: 1200px) {
  .p-access-area1__container p:nth-of-type(1) br {
    display: none;
  }
}
.p-access-area1__container p:nth-of-type(2) {
  grid-area: txt2;
}
@media screen and (max-width: 767px) {
  .p-access-area1__container p:nth-of-type(2) {
    margin: 15% 0 5% auto;
    display: inline-block;
  }
}
.p-access-area1__container figure.tl {
  width: 73%;
  max-width: 1135px;
  grid-area: tl;
  margin: -12% 0 -7% auto;
}
.p-access-area2 {
  background-color: #FCFBFA;
  padding: 170px 0;
}
@media screen and (max-width: 767px) {
  .p-access-area2 {
    padding: 15% 0;
    background-image: url(../images/access/bg2.jpg);
    background-size: cover;
  }
}
@media screen and (max-width: 767px) {
  .p-access-area2 h2 {
    font-size: 5.5vw;
  }
}
.p-access-area2__container {
  width: 75%;
  max-width: 1200px;
  margin: 50px auto 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-access-area2__container {
    flex-direction: column;
    margin: 10% auto 0 auto;
    width: 80%;
  }
}
.p-access-area2__container figure {
  width: 35%;
}
@media screen and (max-width: 767px) {
  .p-access-area2__container figure {
    width: 95%;
    margin: 0 auto 20% auto;
  }
}
.p-access-area2__container dl {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-access-area2__container dl {
    width: 100%;
  }
}
.p-access-area2__container dl dt {
  border-bottom: 1px solid #8E8466;
  padding-bottom: 50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .p-access-area2__container dl dt {
    padding-bottom: 7%;
    margin-bottom: 7%;
  }
}
.p-access-area2__container dl dd img {
  width: 85%;
  display: block;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .p-access-area2__container dl dd img {
    width: 100%;
    margin-bottom: 10%;
  }
}/*# sourceMappingURL=access.css.map */