@charset "UTF-8";
/*color*/
/*addcolor*/
/*font-family*/
/*左カタカナ平仮名、右漢字*/
/*filler color*/
/*brightness(106%)*/
/*text-shadow*/
/*media query break point*/
/*mainBP*/
/*gHeader用*/
/*追加*/
/*topObi*/
/*topMV*/
/*members*/
/*topMV*/
/*topScroll*/
/*grid settings*/
/* media query */
/* ページリセット　CSS */
body {
  color: #6B6C6A;
}

body.animating {
  overflow: hidden;
}

#concept header,
#concept footer,
#concept .c-conv {
  color: #fff;
}

/* ページ全体　CSS */
.p-bg {
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  background-color: #fff;
}
.p-bg__img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.p-bg__scroll {
  display: inline-block;
  padding: 10px 10px 110px;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-decoration: none;
  writing-mode: vertical-lr;
  transition: 0.2s;
  overflow: hidden;
}
.p-bg__scroll-wrap {
  height: 40rem;
  transition: height 1s;
  position: absolute;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  transition: height 1s;
  left: -5vw;
  top: 24rem;
}
@media only screen and (max-width: 768px) {
  .p-bg__scroll-wrap {
    left: -15%;
  }
}
@media only screen and (max-width: 768px) {
  .p-bg__scroll {
    font-size: 10px;
  }
}
.p-bg__scroll::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 100px;
  background: rgba(39, 39, 39, 0.4);
  animation: sdl01 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}

/* js bg animation */
@keyframes sdl01 {
  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%;
  }
}
/* コンテンツ　CSS */
.p-cont {
  position: relative;
  height: calc(var(--js-cinf-height));
  overflow: hidden;
}
.p-cont__ttl {
  position: absolute;
  left: 5%;
  display: flex;
  gap: 1rem;
  font-size: 50px;
  font-size: 5rem;
  writing-mode: vertical-lr;
  color: #927d3f;
  line-height: 1;
}
@media (max-width: 768px) {
  .p-cont__ttl {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .p-cont__ttl {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-cont__ttl {
    top: 1rem;
  }
}
.p-cont__ttl__span {
  font-size: 20px;
  font-size: 2rem;
  color: #939493;
}
@media (max-width: 768px) {
  .p-cont__ttl__span {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .p-cont__ttl__span {
    font-size: 1.3rem;
  }
}
.p-cont__inf {
  padding-bottom: 1px;
  width: 100%;
  background-color: #efefef;
}
.p-cont__ttltxt {
  font-family: sheila, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 4rem;
  border-bottom: 1px solid;
  width: -moz-fit-content;
  width: fit-content;
  margin: 2rem auto;
  line-height: 1;
}

/* js contents animation */
[data-speed] {
  will-change: transform;
}

.c-mv__inner {
  position: relative;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}
@media only screen and (max-width: 768px) {
  .c-mv__inner {
    display: contents;
  }
}
.c-mv__bg {
  width: 100%;
  max-width: 1920px;
  height: 80vh;
  max-height: 850px;
  margin: 0 auto 8rem;
  background-image: url(../../images/area/access/ac_mv.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .c-mv__bg {
    max-height: 400px;
  }
}
.c-mv__bg__cap {
  font-size: 1rem;
  color: #fff;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  text-shadow: 0px 0px 3px #999, 0px 0px 3px #999, 0px 0px 5px #999, 0px 0px 10px #999;
}
.c-mv__ttlWrap {
  display: contents;
}
@media only screen and (max-width: 768px) {
  .c-mv__ttlWrap {
    display: block;
    width: 100%;
    height: 100%;
    padding: 4rem 0;
    border-bottom: #fff solid 1px;
    background-image: linear-gradient(-70deg, rgb(107, 108, 106) 0%, rgb(171, 166, 163) 40%, rgb(171, 166, 163) 60%, rgb(107, 108, 106) 100%);
  }
}
.c-mv__ttltxt {
  font-family: sheila, sans-serif;
  font-weight: 700;
  line-height: 1.2;
  font-size: 4rem;
  color: #231815;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .c-mv__ttltxt {
    color: #fff;
  }
}
.c-mv__ttltxt__line {
  position: relative;
}
.c-mv__ttltxt__line::after {
  content: "";
  width: calc(100% + 2rem);
  height: 1px;
  background: #231815;
  position: absolute;
  bottom: 0.5rem;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 768px) {
  .c-mv__ttltxt__line::after {
    background: #fff;
  }
}
.c-mv__ttltxt__small {
  display: block;
  font-family: "Bellefair", serif;
  font-size: 1rem;
  padding-top: 1rem;
}
@media only screen and (max-width: 768px) {
  .c-mv__ttltxt__small {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 768px) {
  .c-mv__ttltxt {
    text-shadow: unset;
    font-size: 3rem;
    top: unset;
    left: unset;
    position: relative;
    transform: unset;
  }
}
.c-mv__ttllead {
  color: #fff;
  font-size: 8rem;
  letter-spacing: 0.1em;
  font-family: "Teko", sans-serif;
  white-space: nowrap;
  font-weight: 300;
  line-height: 1;
  position: absolute;
  bottom: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.5;
}
@media only screen and (max-width: 768px) {
  .c-mv__ttllead {
    font-size: 4rem;
    bottom: 20%;
  }
}

.p-ac__inner {
  width: 90%;
  max-width: 1080px;
  margin: 0 auto;
}
.p-ac__spReverse {
  display: flex;
  flex-direction: column;
  margin-bottom: 10rem;
  gap: 0;
}
@media only screen and (max-width: 1080px) {
  .p-ac__spReverse {
    flex-direction: column-reverse;
    margin-bottom: 3rem;
  }
}
.p-ac__secInner {
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .p-ac__secInner {
    max-width: 100%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 768px) {
  .p-ac__secInner__02 {
    max-width: 90% !important;
    margin: 0 auto;
  }
}
.p-ac__secttl {
  font-size: 3.6rem;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 2.5rem;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-ac__secttl {
    font-size: max(5vw, 2rem);
  }
}
.p-ac__secttl span {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
  line-height: 1;
}
.p-ac__secttl span i {
  line-height: 1;
  flex-direction: row;
  display: flex;
  align-items: flex-end;
}
.p-ac__secttl span em {
  font-size: 2em;
  color: #927d3f;
  margin-bottom: -1rem;
}
@media only screen and (max-width: 425px) {
  .p-ac__secttl span em {
    margin-bottom: -0.5rem;
  }
}
.p-ac__secttl__cap {
  font-size: 1rem;
  display: inline-block;
}
@media only screen and (max-width: 768px) and (max-height: 568px) {
  .p-ac__secttl__cap {
    font-size: 0.8rem;
  }
}
.p-ac__secttl__cap__under {
  font-size: 1rem;
  right: 0;
  position: absolute;
  text-align: right;
}
@media only screen and (max-width: 1080px) {
  .p-ac__secttl__cap__under {
    right: unset;
    left: 0;
    bottom: -2em;
    text-align: left;
  }
}
@media only screen and (max-width: 768px) {
  .p-ac__secttl__cap__under {
    letter-spacing: 0.1rem;
  }
}
@media only screen and (max-width: 425px) {
  .p-ac__secttl__cap__under {
    font-size: 0.8rem;
  }
}
@media only screen and (max-width: 768px) and (max-height: 568px) {
  .p-ac__secttl__cap__under {
    font-size: 0.8rem;
  }
}
.p-ac__subttl {
  font-size: 2rem;
  margin-bottom: 8rem;
}
@media only screen and (max-width: 768px) {
  .p-ac__subttl {
    font-size: 1.4rem;
    margin-bottom: 4rem;
  }
}
.p-ac__sectxt {
  display: block;
  font-size: 1.6rem;
  margin-bottom: 2.5rem;
}
@media only screen and (max-width: 768px) {
  .p-ac__sectxt {
    font-size: 1.4rem;
  }
}
.p-ac__img {
  margin: 0 auto;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  color: #fff;
}
.p-ac__img__flat {
  max-width: 2160px;
}
.p-ac__img img {
  width: 100%;
}
.p-ac__img__mb {
  margin-bottom: 10rem;
}
@media only screen and (max-width: 768px) {
  .p-ac__img__mb {
    margin-bottom: 5rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-ac__img {
    width: 90%;
  }
}
.p-ac__img__mb10 {
  margin-bottom: 5rem;
}
@media only screen and (max-width: 768px) {
  .p-ac__img__mb10 {
    max-width: 100%;
    margin-bottom: 5rem;
  }
}
.p-ac__img__trainmap {
  max-width: 90%;
  margin: 10rem auto;
}
@media only screen and (max-width: 768px) {
  .p-ac__img__trainmap {
    margin: 5rem auto;
    max-width: 95%;
  }
}
@media only screen and (max-width: 768px) {
  .p-ac__img {
    width: 100%;
  }
}
.p-ac__img__cap {
  color: #fff;
  font-size: 1.2rem;
  text-shadow: 0 0 3px #333;
  position: absolute;
  right: 0.25rem;
  bottom: 0.25rem;
}
.p-ac__cap {
  font-size: 1.2rem;
  text-align: right;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 768px) {
  .p-ac__cap {
    text-align: left;
    font-size: 1rem;
  }
}
.p-ac__access {
  margin-bottom: 10rem;
}
@media only screen and (max-width: 768px) {
  .p-ac__access {
    margin-bottom: 5rem;
  }
}
.p-ac__access__point {
  position: relative;
  gap: 1.5rem;
  width: 80%;
  max-width: 800px;
  margin: 0 auto;
}
@media only screen and (max-width: 1080px) {
  .p-ac__access__point {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 570px) {
  .p-ac__access__point {
    width: 100%;
  }
}
.p-ac__access__point__imgs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
}
.p-ac__access__point__wrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.p-ac__access__point__wrap img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  -o-object-position: center;
     object-position: center;
}
.p-ac__access__point__txtttl {
  position: absolute;
  text-align: center;
  font-size: min(5vw, 2.5rem);
  color: #fff;
  text-shadow: 0px 0px 3px #000, 0px 0px 3px #000, 0px 0px 5px #000, 0px 0px 10px #000;
}
.p-ac__access__point__txtsec {
  display: flex;
  flex-direction: row;
  position: absolute;
  font-size: 2rem;
  color: #fff;
  bottom: 1rem;
  left: 1rem;
  text-shadow: 0px 0px 3px #000, 0px 0px 3px #000, 0px 0px 5px #000, 0px 0px 10px #000;
  line-height: 2;
  align-items: flex-end;
}
@media only screen and (max-width: 1080px) {
  .p-ac__access__point__txtsec {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 570px) {
  .p-ac__access__point__txtsec {
    font-size: min(3vw, 2rem);
    bottom: 0;
    left: 0;
  }
}
.p-ac__access__point__txtsec span {
  font-size: 1.5rem;
  margin-bottom: 0.9rem;
  writing-mode: vertical-lr;
  margin-right: -1rem;
}
@media only screen and (max-width: 1080px) {
  .p-ac__access__point__txtsec span {
    font-size: 1.2rem;
    margin-bottom: 0.6rem;
    margin-right: -0.7rem;
  }
}
@media only screen and (max-width: 570px) {
  .p-ac__access__point__txtsec span {
    font-size: min(3.2vw, 1.5rem);
    margin-bottom: 0.2rem;
    margin-right: -0.3rem;
  }
}
.p-ac__access__point__txtsec em {
  font-size: 3em;
  line-height: 1.1;
  margin: 0 0.7rem;
}
@media only screen and (max-width: 1080px) {
  .p-ac__access__point__txtsec em {
    font-size: 2.5em;
  }
}
@media only screen and (max-width: 570px) {
  .p-ac__access__point__txtsec em {
    font-size: min(8vw, 3em);
  }
}
.p-ac__access__point__cap {
  position: absolute;
  top: calc(100% - 1em);
  transform: translate(0%, 50%);
  right: 0;
  bottom: -1.5em;
  font-size: 1rem;
  text-align: right;
  line-height: 1.5;
  z-index: 1;
}

.p-station {
  width: 90%;
  margin: 5rem auto;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
}
@media only screen and (max-width: 1080px) {
  .p-station {
    max-width: 800px;
  }
}
@media only screen and (max-width: 768px) {
  .p-station {
    gap: 1.5rem;
  }
}
.p-station__item {
  width: 100%;
  max-width: 800px;
  height: 28rem;
  background-color: #508097;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 1080px) {
  .p-station__item {
    height: 21rem;
  }
}
.p-station__img {
  height: 100%;
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 30em;
}
@media only screen and (max-width: 425px) {
  .p-station__img {
    opacity: 0.5;
  }
}
.p-station__img-1 {
  background-image: url(../../images/area/access/ac_station_01.png);
}
.p-station__img-2 {
  background-image: url(../../images/area/access/ac_station_02.png);
}
.p-station__txt {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.3rem;
  top: 3%;
  left: 5%;
  margin: 4rem auto;
  color: #fff;
  font-size: 2.8rem;
}
@media only screen and (max-width: 1080px) {
  .p-station__txt {
    text-shadow: 0px 0px 3px #3f6678, 0px 0px 3px #3f6678, 0px 0px 10px #3f6678;
    top: 0;
    font-size: 2.2rem;
    gap: 0.2rem;
  }
}
@media only screen and (max-width: 425px) {
  .p-station__txt {
    left: unset;
    width: 100%;
  }
}
.p-station__txt-2 {
  margin: 1rem auto;
}
.p-station__txt__line {
  width: 100%;
  border-bottom: 1px solid #fff;
}
@media only screen and (max-width: 425px) {
  .p-station__txt__line {
    width: 85%;
  }
}
.p-station__txt-small {
  font-size: 0.5em;
  line-height: 1;
}
.p-station__txt-small.sta3 {
  line-height: 1.7;
  margin-top: 1.5rem;
}
.p-station__txt-sec {
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: flex-end;
}
.p-station__txt-sec.sta1 {
  font-size: 1.8em;
  line-height: 1.4;
}
.p-station__txt-sec.sta1 em {
  font-size: 1.7em;
}
.p-station__txt-sec.sta2 {
  font-size: 1.3em;
  line-height: 1.4;
}
.p-station__txt-sec.sta2 em {
  font-size: 1.5em;
}
.p-station__txt-sec.sta3 {
  font-size: 0.9em;
  line-height: 1.4;
}
.p-station__txt-sec.sta3 em {
  font-size: 1.5em;
  margin-right: 0.3rem;
}
.p-station__txt-sec em {
  line-height: 1;
  color: #d7c6a0;
}
.p-station__txt-cap {
  font-size: 0.4em;
  line-height: 1;
}
.p-station__txt-cap.sta3 {
  line-height: 2;
}

.p-time {
  width: 95%;
  max-width: 1366px;
  margin: 5rem auto;
}
@media only screen and (max-width: 1080px) {
  .p-time {
    width: 90%;
  }
}
@media only screen and (max-width: 768px) {
  .p-time {
    margin: 2rem auto;
  }
}
.p-time__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  width: 90%;
  margin: 0 auto;
  gap: 1rem 4em;
}
@media only screen and (max-width: 1080px) {
  .p-time__list {
    gap: 1rem 3rem;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .p-time__list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    align-items: center;
    gap: 0;
  }
}
.p-time__list__item {
  margin-bottom: 1.5rem;
  font-size: 1.6rem;
  width: 100%;
}
.p-time__list__item .sta {
  display: flex;
  justify-content: space-between;
  line-height: 1.5;
}
.p-time__list__item .sta span:first-child {
  margin-left: -1.1rem;
}
.p-time__list__item .sta span:first-child em {
  font-size: 1.35em;
}
.p-time__list__item .sec {
  letter-spacing: 0.25em;
  display: flex;
  flex-direction: row;
  line-height: 1.7;
  align-items: baseline;
}
.p-time__list__item .sec em {
  font-size: 1.35em;
}
.p-time__list__item .line {
  border-bottom: 1px solid #927d3f;
  opacity: 0.5;
  width: 100%;
}
.p-time__list__item .desc {
  font-size: 0.9em;
  display: block;
  margin-top: 0.5rem;
}
@media only screen and (max-width: 768px) and (max-height: 568px) {
  .p-time__list__item .desc {
    font-size: 0.8em;
  }
}

.p-route {
  margin: 0 auto;
}
.p-route__wrap {
  width: 90%;
  padding: 5rem 1rem 5rem;
  background-color: #fff;
  max-width: 1366px;
  text-align: center;
  margin: 5rem auto;
}
@media only screen and (max-width: 768px) {
  .p-route__wrap {
    margin: 2rem auto;
  }
}
.p-route__ttl {
  color: #A58947;
  font-size: 30px;
  font-size: 3rem;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 768px) {
  .p-route__ttl {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.4;
    padding-bottom: 1rem;
  }
}
.p-route__txt {
  font-size: 17px;
  font-size: 1.7rem;
  margin: 2rem auto;
}
@media only screen and (max-width: 768px) {
  .p-route__txt {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.p-route__input {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .p-route__input {
    flex-direction: column;
  }
}
.p-route__input .p-from {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 5rem;
}
.p-route__input .p-from__txt {
  font-size: 17px;
  font-size: 1.7rem;
  background-color: #787878;
  color: #fff;
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 1rem;
  height: 100%;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  .p-route__input .p-from__txt {
    font-size: 10px;
    font-size: 1rem;
    padding: 0 0.7rem;
  }
}
.p-route__input .p-from select {
  height: 5rem;
  font-size: 16px;
  font-size: 1.6rem;
  width: 23rem;
  border: 3px solid #787878;
}
@media only screen and (max-width: 768px) {
  .p-route__input .p-from select {
    width: 20rem;
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.p-route__input .p-from input {
  border: 3px solid #787878;
  height: 5rem;
  font-size: 16px;
  font-size: 1.6rem;
  width: 23rem;
}
@media only screen and (max-width: 768px) {
  .p-route__input .p-from input {
    width: 20rem;
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.p-route__input .p-from__sta {
  margin-left: 1rem;
}
.p-route__input .p-arw {
  display: block;
  width: 7rem;
}
.p-route__input .p-arw .u-arw--r {
  width: 2.4em;
}
.p-route__conv__btn {
  background-color: #A58947;
  color: #fff;
  display: block;
  width: 90%;
  max-width: 30rem;
  height: 5rem;
  margin: 2rem auto;
}
@media only screen and (max-width: 768px) {
  .p-route__conv__btn {
    width: 100%;
  }
}
.p-route__cap {
  font-size: 11px;
  font-size: 1.1rem;
}
@media only screen and (max-width: 768px) {
  .p-route__cap {
    font-size: 10px;
    font-size: 1rem;
  }
}

.u-pc {
  display: block;
}
@media only screen and (max-width: 768px) {
  .u-pc {
    display: none;
  }
}

.u-sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .u-sp {
    display: block;
  }
}

.u-pci {
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .u-pci {
    display: none;
  }
}

.u-spi {
  display: none;
}
@media only screen and (max-width: 768px) {
  .u-spi {
    display: inline-block;
  }
}

.p-cont__wrap {
  width: 90%;
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
  margin: 8rem auto;
}
@media only screen and (max-width: 768px) {
  .p-cont__wrap {
    width: 100%;
  }
}

.p-inf {
  margin: 8rem 0;
}
@media only screen and (max-width: 768px) {
  .p-inf {
    margin: 6rem auto;
  }
}
.p-inf__wrap {
  margin: 6rem auto;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .p-inf__wrap {
    margin: 3rem auto;
  }
}
.p-inf__wrap--nob {
  background-color: transparent;
}
.p-inf__ttl {
  margin-bottom: 2rem;
}
@media only screen and (max-width: 768px) {
  .p-inf__ttl {
    margin-bottom: 0;
  }
}
.p-inf__ttl__en {
  font-size: 80px;
  font-size: 8rem;
  font-size: min(4.1vw, 8rem);
}
@media only screen and (max-width: 768px) {
  .p-inf__ttl__en {
    font-size: 30px;
    font-size: 3rem;
  }
}
.p-inf__ttl__p {
  font-size: 38px;
  font-size: 3.8rem;
  font-size: min(1.9vw, 3.8rem);
  margin-top: 2rem;
}
@media only screen and (max-width: 768px) {
  .p-inf__ttl__p {
    font-size: 20px;
    font-size: 2rem;
  }
}/*# sourceMappingURL=access.css.map */