@charset "UTF-8";
/*color*/
/*font-family*/
/*filler color*/
/*text-shadow*/
/*media query break point*/
/*mainBP*/
/*gHeader用*/
/*lifeinfo用*/
/* media query */
.p-nav {
  background-color: #262626;
  padding: 0.5rem;
}
.p-nav__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  width: 90%;
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 768px) {
  .p-nav__list {
    width: 100%;
    gap: 0.3rem;
  }
}
.p-nav__list__item a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #A67C52;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  font-size: 18px;
  font-size: 1.8rem;
  transition: 0.3s;
}
@media only screen and (max-width: 768px) {
  .p-nav__list__item a {
    font-size: 13px;
    font-size: 1.3rem;
    white-space: nowrap;
    line-height: 1.4;
    padding: 0.3rem 0;
  }
}
.p-nav__list__item a:hover {
  opacity: 0.6;
}

.js-nav-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #262626;
  height: 6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(-11rem);
  opacity: 0;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .js-nav-fixed {
    height: 5rem;
    padding: 0.5rem;
  }
}

.js-nav-fixed.is-fixed {
  transform: translateY(0);
  opacity: 1;
}

em,
i {
  font-style: normal;
}

i {
  display: inline-block;
}

.p-bg {
  background-image: url("../../../images/top/bg.png");
  background-size: 20% auto;
  background-repeat: repeat-y;
  padding-bottom: 16rem;
}
@media only screen and (max-width: 768px) {
  .p-bg {
    padding-bottom: 4rem;
  }
}

.p-mv {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.p-mv__ttl {
  position: absolute;
  font-size: 70px;
  font-size: 7rem;
  font-size: min(3.7vw, 7rem);
  top: 12rem;
  left: calc(100vw - 1366px - (100% - 1366px) / 2);
  display: block;
  width: 90%;
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
  text-align: right;
}
@media only screen and (max-width: 1080px) {
  .p-mv__ttl {
    left: calc(100vw - 90% - 5%);
    font-size: 30px;
    font-size: 3rem;
    text-align: center;
    text-shadow: 0px 0px 3px #000, 0px 0px 3px #000, 0px 0px 5px #000, 0px 0px 10px #000;
  }
}
@media only screen and (max-width: 768px) {
  .p-mv__ttl {
    top: 9rem;
  }
}
.p-mv__img {
  position: relative;
  width: 100%;
  bottom: 0;
}
.p-mv__img img {
  width: 100%;
}
.p-mv__txt {
  position: absolute;
  top: 18vw;
  width: 100%;
  font-size: 36px;
  font-size: 3.6rem;
  font-size: min(2vw, 3.6rem);
  text-align: center;
  text-shadow: 0 0 5px #262626, 0 0 10px #262626, 0 0 20px #262626;
}
@media only screen and (max-width: 768px) {
  .p-mv__txt {
    top: 50vw;
    font-size: 14px;
    font-size: 1.4rem;
    text-shadow: 0 0 3px #262626, 0 0 5px #262626, 0 0 7px #262626, 0 0 7px #262626, 0 0 7px #262626;
  }
}
.p-mv__botcap {
  background-color: #262626;
  text-align: right;
}

@media (max-width: 1518px) {
  .p-mv__ttl {
    left: calc(100vw - 90% - 5%);
  }
}
.slider {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
  height: 100%; /* Make the slider container take full height */
}

.slider li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s;
}
.slider li .mvbuild, .slider li .mvwind {
  height: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.slider li.active {
  opacity: 1;
}

.p-cont {
  color: #262626;
  width: 90%;
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
  margin: 8rem auto;
}
@media only screen and (max-width: 768px) {
  .p-cont {
    margin: 4rem auto;
  }
}
.p-cont__ttl {
  font-size: 90px;
  font-size: 9rem;
  font-size: min(5vw, 9rem);
  line-height: 1.3;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 2rem 5rem 6rem;
}
@media only screen and (max-width: 1080px) {
  .p-cont__ttl {
    font-size: 60px;
    font-size: 6rem;
    margin: 0 5rem 2rem 8rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-cont__ttl {
    font-size: 50px;
    font-size: 5rem;
    right: 5rem;
  }
}
.p-cont__ttl span {
  font-size: 0.312em;
  display: block;
  position: absolute;
  font-size: 0.28em;
  margin-left: -2.2rem;
  white-space: nowrap;
}
.p-cont__ttl::before, .p-cont__ttl::after {
  content: "";
  display: block;
  position: absolute;
  width: 5vw;
  height: 5vw;
  border: 0.7vw solid rgba(203, 203, 203, 0.5);
}
@media only screen and (max-width: 1080px) {
  .p-cont__ttl::before, .p-cont__ttl::after {
    width: 5rem;
    height: 5rem;
    border: 7px solid rgba(203, 203, 203, 0.5);
  }
}
.p-cont__ttl::before {
  left: -2.4vw;
  top: -0.7vw;
  border-bottom: none;
  border-right: none;
}
@media only screen and (max-width: 1080px) {
  .p-cont__ttl::before {
    left: -2.5rem;
    top: -0.7rem;
  }
}
.p-cont__ttl::after {
  right: -2.4vw;
  bottom: -3vw;
  border-top: none;
  border-left: none;
}
@media only screen and (max-width: 1080px) {
  .p-cont__ttl::after {
    right: -2rem;
    bottom: -3.5rem;
  }
}
.p-cont__txt {
  font-size: 25px;
  font-size: 2.5rem;
  font-size: min(1.4vw, 2.5rem);
  line-height: 2;
  padding: 4rem 0;
}
@media only screen and (max-width: 768px) {
  .p-cont__txt {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.8;
  }
}
.p-cont__art {
  margin: 6rem auto 12rem;
}
@media only screen and (max-width: 768px) {
  .p-cont__art {
    margin: 3rem auto 6rem;
  }
}
.p-cont__art__wrap {
  background-color: #fff;
  margin: 6rem 0;
}
.p-cont__art__wrap__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 768px) {
  .p-cont__art__wrap__wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}

.p-inf {
  margin: 4rem 0;
}
.p-inf__ttl {
  margin-bottom: 6rem;
}
@media only screen and (max-width: 768px) {
  .p-inf__ttl {
    margin-bottom: 2rem;
  }
}
.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: 40px;
    font-size: 4rem;
  }
}
.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;
  }
}
@media only screen and (max-width: 768px) {
  .p-inf__data {
    border: 1px solid #b2b2b2;
  }
}

.p-train {
  padding: 2rem;
}
.p-train__ttl__h {
  text-align: center;
  font-size: 30px;
  font-size: 3rem;
  font-size: min(1.5vw, 3rem);
}
@media only screen and (max-width: 768px) {
  .p-train__ttl__h {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-train__data {
    padding: 1rem;
    border: 1px solid #b2b2b2;
  }
}
.p-train__data__cap {
  display: block;
  font-size: 20px;
  font-size: 2rem;
  font-size: min(1vw, 2rem);
}
@media only screen and (max-width: 768px) {
  .p-train__data__cap {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.p-time {
  background-color: #9D8B7D;
  padding: 2rem 2rem 4rem;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .p-time {
    padding: 1rem 1rem 2rem;
  }
}
.p-time__ttl {
  font-size: 35px;
  font-size: 3.5rem;
  font-size: min(1.8vw, 3.5rem);
  padding-bottom: 2rem;
}
@media only screen and (max-width: 768px) {
  .p-time__ttl {
    font-size: 20px;
    font-size: 2rem;
    letter-spacing: 0;
  }
}
.p-time__data__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
}
@media only screen and (max-width: 768px) {
  .p-time__data__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-time__data__list--v {
  grid-template-columns: repeat(1, 1fr);
}
.p-time__data__list__item {
  display: grid;
  grid-template-areas: "A B" "C C";
  line-height: 1.2;
  gap: 1rem 0;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-time__data__list__item {
    grid-template-columns: 1fr;
  }
}
.p-time__data__list__item::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 34%;
}
@media only screen and (max-width: 768px) {
  .p-time__data__list__item::before {
    top: 25%;
  }
}
.p-time__data__list__item .p-l {
  grid-area: A;
  font-size: 39px;
  font-size: 3.9rem;
  font-size: min(2vw, 3.9rem);
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-items: flex-end;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .p-time__data__list__item .p-l {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.p-time__data__list__item .p-l div {
  background-color: #9D8B7D;
  padding-right: 1rem;
  margin-left: -2rem;
}
@media only screen and (max-width: 768px) {
  .p-time__data__list__item .p-l div {
    margin-left: 0;
  }
}
.p-time__data__list__item .p-r {
  grid-area: B;
  font-size: 36px;
  font-size: 3.6rem;
  font-size: min(1.8vw, 3.6rem);
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: flex-end;
  align-items: flex-end;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .p-time__data__list__item .p-r {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.p-time__data__list__item .p-r em {
  font-size: 1.4em;
}
.p-time__data__list__item .p-r div {
  background-color: #9D8B7D;
  padding-left: 1rem;
  position: relative;
}
.p-time__data__list__item .p-r div sup {
  font-size: 0.5em;
}
.p-time__data__list__item .p-r__top {
  position: absolute;
  top: -0.6rem;
}
@media only screen and (max-width: 768px) {
  .p-time__data__list__item .p-r__top {
    top: -0.5rem;
  }
}
.p-time__data__list__item span {
  grid-area: C;
  font-size: min(0.9vw, 1.6rem);
}
@media only screen and (max-width: 768px) {
  .p-time__data__list__item span {
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: 0;
  }
}
.p-time__data__list__line {
  display: grid;
  grid-template-columns: max-content max-content max-content;
  justify-content: space-between;
  align-items: flex-start;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .p-time__data__list__line {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
  }
}
.p-time__data__list__line .p-1 {
  line-height: 1.8;
}
.p-time__data__list__line .p-1 p {
  font-size: 32px;
  font-size: 3.2rem;
  font-size: min(1.6vw, 3.2rem);
  margin-left: -2.5rem;
}
@media only screen and (max-width: 768px) {
  .p-time__data__list__line .p-1 p {
    font-size: 17px;
    font-size: 1.7rem;
    margin-left: -1rem;
  }
}
.p-time__data__list__line .p-1 p em {
  font-size: 40px;
  font-size: 4rem;
  font-size: min(1.9vw, 4rem);
}
@media only screen and (max-width: 768px) {
  .p-time__data__list__line .p-1 p em {
    font-size: 20px;
    font-size: 2rem;
  }
}
.p-time__data__list__line .p-1 p span {
  font-size: 0.6em;
}
.p-time__data__list__line .p-2 p {
  font-size: 35px;
  font-size: 3.5rem;
  font-size: min(1.8vw, 3.5rem);
}
@media only screen and (max-width: 768px) {
  .p-time__data__list__line .p-2 p {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
.p-time__data__list__line .p-2 p em {
  font-size: 1.5em;
}
.p-time__data__list__line .p-2 p span {
  font-size: 0.6em;
}

.p-lego {
  display: grid;
  grid-template-areas: "left right" "mid mid";
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 768px) {
  .p-lego {
    grid-template-areas: "left" "right" "mid";
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-lego__txt {
  grid-area: right;
  font-size: 20px;
  font-size: 2rem;
  font-size: min(1.1vw, 2rem);
  line-height: 2.5;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 6rem;
  padding-right: 2rem;
}
@media only screen and (max-width: 768px) {
  .p-lego__txt {
    padding: 2rem;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.6;
  }
}
.p-lego__img {
  grid-area: left;
}
.p-lego__inf {
  grid-area: mid;
}

.p-route {
  background-color: #9D8B7D;
  color: #fff;
  padding: 1rem 0;
}
.p-route__wrap {
  width: 90%;
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin: 5rem auto;
}
@media only screen and (max-width: 768px) {
  .p-route__wrap {
    margin: 2rem auto;
  }
}
.p-route__ttl {
  font-size: 30px;
  font-size: 3rem;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
@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__data {
  margin: 3rem auto;
}
.p-route__data__txt {
  font-size: 17px;
  font-size: 1.7rem;
  margin: 2rem auto;
}
@media only screen and (max-width: 768px) {
  .p-route__data__txt {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.p-route__data__input {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .p-route__data__input {
    flex-direction: column;
  }
}
.p-route__data__input .p-from {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 5rem;
}
.p-route__data__input .p-from__txt {
  font-size: 17px;
  font-size: 1.7rem;
  background-color: #262626;
  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__data__input .p-from__txt {
    font-size: 10px;
    font-size: 1rem;
    padding: 0 0.7rem;
  }
}
.p-route__data__input .p-from select {
  height: 5rem;
  font-size: 16px;
  font-size: 1.6rem;
  width: 26rem;
}
@media only screen and (max-width: 768px) {
  .p-route__data__input .p-from select {
    width: 75%;
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.p-route__data__input .p-from input {
  height: 5rem;
  font-size: 16px;
  font-size: 1.6rem;
  width: 23rem;
}
@media only screen and (max-width: 768px) {
  .p-route__data__input .p-from input {
    width: 21rem;
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.p-route__data__input .p-from__sta {
  margin-left: 1rem;
}
.p-route__data__input .p-arw {
  display: block;
  width: 7rem;
}
.p-route__data__input .p-arw .u-arw--r {
  width: 2.4em;
}
.p-route__data__conv__btn {
  background-color: #262626;
  display: block;
  width: 90%;
  max-width: 30rem;
  height: 5rem;
  margin: 2rem auto;
}
@media only screen and (max-width: 768px) {
  .p-route__data__conv__btn {
    width: 100%;
  }
}
.p-route__data__cap {
  font-size: 11px;
  font-size: 1.1rem;
}
@media only screen and (max-width: 768px) {
  .p-route__data__cap {
    font-size: 10px;
    font-size: 1rem;
  }
}/*# sourceMappingURL=access.css.map */