@charset "UTF-8";
@media (min-width: 768px) {
  .hline01 {
    margin-bottom: 6.4rem;
  }
}

@media (min-width: 768px) {
  .g-navi::after {
    background-color: var(--color-primary);
  }
}

.p-kv {
  background-color: var(--color-ex-light-gray);
  position: relative;
}
@media (min-width: 768px) {
  .p-kv__map {
    height: 70rem;
  }
}
@media (min-width: 1920px) {
  .p-kv__map {
    height: auto;
  }
}
.p-kv__map img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-kv__btn {
  position: absolute;
  display: flex;
  gap: 1.2rem;
}
@media (min-width: 768px) {
  .p-kv__btn {
    gap: 1rem;
    right: 20rem;
    bottom: 4rem;
  }
}
@media (max-width: 767px) {
  .p-kv__btn {
    flex-direction: column;
    inset: auto 2rem 2rem;
  }
}
.p-kv__btn .btn-anchor {
  display: flex;
  position: relative;
  align-items: center;
  border: 1px solid var(--color-primary);
  background-color: #fff;
  line-height: 1.2;
  min-height: 5.6rem;
  border-radius: 0.8rem;
  gap: 0.5rem;
  padding: 1rem 2.5rem;
  cursor: pointer;
  transition: var(--transition);
}
@media (min-width: 768px) {
  .p-kv__btn .btn-anchor {
    min-height: 6.8rem;
    border-radius: 0.4rem;
    gap: 0.8rem;
    padding: 1rem 1.8rem;
  }
  .p-kv__btn .btn-anchor:hover {
    background-color: var(--color-primary-sub);
  }
}
@media (max-width: 767px) {
  .p-kv__btn .btn-anchor::after {
    content: "\e902";
    font-family: "nexco" !important;
    position: absolute;
    right: 1.4rem;
    font-size: 1.2rem;
    color: var(--color-primary);
    transform: rotate(90deg);
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
  }
}
.p-kv__btn .btn-anchor__ttl {
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
}
.p-kv__btn .btn-anchor__status {
  background-color: var(--color-primary);
  color: #fff;
  font-weight: bold;
  padding: 0.3rem 1.2rem;
  font-size: 1.4rem;
  clip-path: polygon(0.8rem 0, calc(100% - 0.8rem) 0, 100% 50%, calc(100% - 0.8rem) 100%, 0.8rem 100%, 0 50%);
}
@media (min-width: 768px) {
  .p-kv__btn .btn-anchor__status {
    clip-path: polygon(1rem 0, calc(100% - 1rem) 0, 100% 50%, calc(100% - 1rem) 100%, 1rem 100%, 0 50%);
  }
}
.p-kv .route-item {
  position: absolute;
  top: 10rem;
  left: 17rem;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
  min-width: 43rem;
}
.p-kv .route-item.is-active {
  opacity: 1;
  visibility: visible;
}

.p-writer {
  border: 1px solid var(--color-gray);
  border-radius: 0.8rem;
  position: relative;
  box-shadow: var(--shadow-md);
  z-index: 3;
  font-weight: bold;
  padding: 2.4rem 1.2rem 6.3rem 1.2rem;
}
@media (min-width: 768px) {
  .p-writer {
    text-align: center;
    padding: min(4vw, 4.8rem) min(4.1666666667vw, 5rem) min(4vw, 4.8rem) min(1.25vw, 1.5rem);
  }
}
.p-writer__wrap {
  overflow: hidden;
  position: absolute;
  inset: 0;
  z-index: -1;
}
.p-writer__txt {
  font-size: 1.4rem;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .p-writer__txt {
    margin-bottom: 3rem;
    font-size: 1.6rem;
  }
}
.p-writer .c-note {
  display: flex;
  justify-content: center;
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .p-writer .c-note {
    padding-right: 4rem;
  }
}
.p-writer .img-woman {
  width: 10rem;
  z-index: -2;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (min-width: 768px) {
  .p-writer .img-woman {
    bottom: -1.2rem;
    right: 2.5rem;
    width: 17.1rem;
  }
}

.news-bar {
  border-top: 4px solid var(--color-primary);
  border-bottom: 1px solid var(--color-border);
}
.news-bar__main {
  display: grid;
}
@media (min-width: 768px) {
  .news-bar__main {
    grid-template-columns: min(23.3333333333vw, 28rem) auto;
  }
}
.news-bar__header {
  border-right: 1px solid var(--color-border);
  position: relative;
}
@media (max-width: 767px) {
  .news-bar__header {
    border-bottom: 1px solid var(--color-border);
    border-right: none;
    padding: 1.2rem 2rem;
    text-align-last: left;
  }
}
.news-bar__header-item {
  font-size: 2rem;
  font-weight: bold;
  position: absolute;
  top: 3.2rem;
  left: 50%;
  transform: translate(-50%, 0);
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
}
@media (max-width: 767px) {
  .news-bar__header-item {
    position: static;
    transform: none;
  }
}
.news-bar__header .icon {
  color: var(--color-primary);
  font-size: 2.2rem;
}
.news-bar__body {
  box-sizing: border-box;
  padding: 2.4rem 3.2rem;
  position: relative;
}
.news-bar__more {
  display: none;
}
.news-bar__more-items > li {
  margin-top: 1.2rem;
}
.news-bar__more-link {
  margin-top: 2.4rem;
  text-align: right;
}
.news-bar__more-link .btn-basic01 {
  min-width: 20rem;
  font-weight: 400;
}
.news-bar__arrow {
  position: absolute;
  top: -4rem;
  cursor: pointer;
  right: 2rem;
  font-size: 2.6rem;
  transition: var(--transition);
  color: var(--color-primary);
}
@media (min-width: 768px) {
  .news-bar__arrow {
    font-size: 2.6rem;
    top: 3.2rem;
    right: 3.2rem;
  }
}
.news-bar__arrow.is-active {
  transform: rotate(-180deg);
}

.news-item {
  width: 100%;
}
.news-item__ttl {
  color: var(--color-secondary);
  text-decoration: underline;
}

.route-item {
  padding: 4rem 2rem 2rem;
  background-color: #fff;
  position: relative;
  z-index: 1;
  box-shadow: 0.3rem 0.6rem 1rem 0 rgba(0, 0, 0, 0.2);
}
.route-item::before {
  content: "";
  position: absolute;
  z-index: -1;
  pointer-events: none;
  left: 0;
  top: 0;
  width: 100%;
  height: 1.4rem;
  background: repeating-linear-gradient(-45deg, var(--color-primary) 0px, var(--color-primary) 1.2rem, transparent 1.2rem, transparent 2.4rem);
}
@media (min-width: 768px) {
  .route-item::before {
    background: repeating-linear-gradient(-45deg, var(--color-primary) 0px, var(--color-primary) 1.6rem, transparent 1.6rem, transparent 3.2rem);
  }
}
.route-item .icon-close {
  width: 3.7rem;
  position: absolute;
  z-index: 2;
  top: -1.9rem;
  right: -1.9rem;
  border-radius: 50%;
}
.route-item .icon-close::before, .route-item .icon-close::after {
  height: 0.3rem;
  top: calc(50% - 2px);
  width: 64%;
  left: 18%;
}
.route-item__head {
  display: flex;
  align-items: center;
  justify-content: space-around;
  line-height: 1.1;
  gap: 0.9rem;
  margin-bottom: 1.4rem;
}
@media (min-width: 768px) {
  .route-item__head {
    margin-bottom: 2rem;
    gap: 1.5rem;
  }
}
.route-item__head-ttl {
  font-weight: bold;
  text-align: center;
  font-size: 2.7rem;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .route-item__head-ttl {
    font-size: 2.8rem;
    min-width: 9rem;
  }
}
.route-item__head-ttl:first-child {
  display: flex;
  justify-content: flex-end;
}
.route-item__head-status {
  background-color: var(--color-primary);
  white-space: nowrap;
  color: #fff;
  font-weight: bold;
  padding: 0.5rem 1.2rem;
  clip-path: polygon(0.8rem 0, calc(100% - 0.8rem) 0, 100% 50%, calc(100% - 0.8rem) 100%, 0.8rem 100%, 0 50%);
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  .route-item__head-status {
    clip-path: polygon(1rem 0, calc(100% - 1rem) 0, 100% 50%, calc(100% - 1rem) 100%, 1rem 100%, 0 50%);
    font-size: 2rem;
  }
}
.route-item__des {
  font-weight: bold;
  background: var(--color-warning);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1rem;
  margin-bottom: 0.6rem;
}
@media (min-width: 768px) {
  .route-item__des {
    padding: 0.3rem 1rem;
  }
}
.route-item__des.--bg-purple {
  background-color: var(--color-purple);
  color: #fff;
}
.route-item__des:last-of-type {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .route-item__des:last-of-type {
    margin-bottom: 1.6rem;
  }
}
.route-item__line {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  line-height: 1.2;
  position: relative;
  z-index: 1;
  padding-top: 1.8rem;
  gap: 0.5rem;
}
@media (min-width: 768px) {
  .route-item__line {
    gap: 1rem;
  }
}
.route-item__line::before {
  content: "";
  position: absolute;
  inset: 0 -2rem -2rem;
  z-index: -1;
  background-color: #F5F5F5;
}
.route-item__line-ttl {
  font-weight: bold;
  text-align: center;
  font-size: 2.4rem;
  white-space: nowrap;
  min-width: 6rem;
}
@media (min-width: 768px) {
  .route-item__line-ttl {
    font-size: 3rem;
    min-width: 9rem;
  }
}
.route-item__line-ttl:first-child {
  display: flex;
  justify-content: flex-end;
}
.route-item__line-status {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.route-item__arrow {
  width: 9.4rem;
}
@media (min-width: 768px) {
  .route-item__arrow {
    width: 9.7rem;
  }
}
.route-item__arrow.left .time_wrap {
  padding-left: 1rem;
}
.route-item__arrow.left .time_wrap::before, .route-item__arrow.left .time_wrap::after {
  transform: scaleX(-1);
}
.route-item__arrow.right {
  display: flex;
  justify-content: flex-end;
}
.route-item__arrow.right .time_wrap {
  padding-right: 1rem;
}
.route-item__arrow .time_wrap {
  width: 90%;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 2rem;
  aspect-ratio: 88/40;
}
@media (min-width: 768px) {
  .route-item__arrow .time_wrap {
    aspect-ratio: 88/50;
  }
}
.route-item__arrow .time_wrap::before, .route-item__arrow .time_wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  clip-path: polygon(calc(100% - 1.2rem) 0, 100% 50%, calc(100% - 1.2rem) 100%, 0 100%, 0 0);
}
@media (min-width: 768px) {
  .route-item__arrow .time_wrap::before, .route-item__arrow .time_wrap::after {
    clip-path: polygon(calc(100% - 1.6rem) 0, 100% 50%, calc(100% - 1.6rem) 100%, 0 100%, 0 0);
  }
}
.route-item__arrow .time_wrap::before {
  z-index: -1;
}
.route-item__arrow .time_wrap::after {
  z-index: -2;
}
.route-item__arrow .time_wrap.over1::before {
  background-color: #000;
  mask: url(../images/common/arrow_box_01_sp.png) no-repeat center/100%;
}
@media (min-width: 768px) {
  .route-item__arrow .time_wrap.over1::before {
    mask-image: url(../images/common/arrow_box_01.png);
  }
}
.route-item__arrow .time_wrap.over1::after {
  background-color: #fff;
}
.route-item__arrow .time_wrap.over2::before {
  background-color: var(--color-accent-orange);
}
.route-item__arrow .time_wrap.over3::before {
  background-color: var(--color-accent-yellow);
}
.route-item__arrow .time_wrap.stop {
  font-size: 1.4rem;
  color: #fff;
}
.route-item__arrow .time_wrap.stop::before {
  background-color: var(--color-danger);
}
.route-item .route-time {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-family: var(--font-en);
  justify-content: space-evenly;
}
@media (min-width: 768px) {
  .route-item .route-time {
    justify-content: center;
  }
}
.route-item .route-time:not(:last-child) {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .route-item .route-time:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.route-item .route-time__item {
  display: flex;
  position: relative;
  font-weight: 900;
  gap: 0.1rem;
}
.route-item .route-time__year {
  font-size: 1.6rem;
  align-self: flex-start;
}
.route-item .route-time__date {
  display: inline-flex;
  gap: 0.1rem;
}
.route-item .route-time__date-num {
  font-weight: 700;
  line-height: 1;
  font-size: 3.2rem;
}
@media (min-width: 768px) {
  .route-item .route-time__date-num {
    font-size: 4.4rem;
  }
}
.route-item .route-time__date-line {
  font-weight: 200;
  font-size: 0.85em;
}
.route-item .route-time__day {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.2rem;
  font-family: var(--font-family-base);
  font-weight: bold;
}
.route-item .route-time__day-txt {
  line-height: 1;
  border-radius: 50%;
  width: 2.4rem;
  height: 2.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: var(--color-base-black);
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .route-item .route-time__day-txt {
    font-size: 1.3rem;
  }
}
.route-item .route-time__day-time {
  line-height: 1.2;
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .route-item .route-time__day-time {
    font-size: 1.1rem;
  }
}
.route-item .route-time__arrow {
  font-weight: 700;
  font-size: 1.8rem;
}
@media (min-width: 768px) {
  .route-item .route-time__arrow {
    font-size: 2.2rem;
  }
}

.p-route {
  margin-top: 8rem;
}
.p-route .icon-close {
  display: none;
}
.p-route .route-item {
  border: 1px solid var(--color-gray);
}
.p-route .route-item:not(:last-child) {
  margin-bottom: 2rem;
}
.p-route .route-item .route-time {
  position: relative;
  padding-top: 2rem;
}
.p-route .route-item .route-time__date {
  align-items: center;
}
.p-route .route-item .route-time__year {
  position: absolute;
  bottom: 80%;
  left: 0;
}

.p-direct {
  position: relative;
  background-image: url(../images/common/bg_menu.jpg);
  background-repeat: no-repeat;
  background-position: center bottom -5rem;
  background-size: cover;
  overflow: hidden;
}
.p-direct::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, #fff, transparent);
  pointer-events: none;
}
.p-direct > .inner {
  position: relative;
  z-index: 1;
}
.p-direct__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.2rem;
}
@media (min-width: 768px) {
  .p-direct__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 4rem;
  }
}
.p-direct__list-anchor {
  border: 2px solid var(--color-primary);
  color: var(--color-base-black);
  display: block;
  text-align: center;
  box-shadow: var(--shadow-md);
  background-color: var(--color-base-white);
  transition: var(--transition);
  border-radius: 0.8rem;
  padding: 3rem 0.2rem 2rem;
}
@media (min-width: 768px) {
  .p-direct__list-anchor {
    border-radius: 1.6rem;
    padding: 6rem 1rem 3.2rem;
  }
}
.p-direct__list-anchor:hover {
  background-color: var(--color-primary-sub);
}
.p-direct__list-anchor.inactive {
  border-color: var(--color-gray);
  color: var(--color-gray);
  position: relative;
  pointer-events: none;
}
.p-direct__list-anchor.inactive .icon {
  color: var(--color-gray);
}
.p-direct__list-anchor.inactive::after {
  content: "公開準備中";
  color: var(--color-traffic-emergency);
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 1.4rem;
  top: 0.8rem;
  font-weight: 500;
}
@media (min-width: 768px) {
  .p-direct__list-anchor.inactive::after {
    font-weight: 700;
    font-size: 1.6rem;
    top: 2.8rem;
  }
}
.p-direct__list-anchor .icon {
  font-size: 4rem;
  color: var(--color-primary);
}
@media (min-width: 768px) {
  .p-direct__list-anchor .icon {
    font-size: 7rem;
  }
}
.p-direct__list-ttl {
  font-weight: bold;
  line-height: 1;
  font-size: 1.6rem;
  margin: 0 auto 1.2rem;
}
@media (min-width: 768px) {
  .p-direct__list-ttl {
    margin: 2rem auto;
    font-size: 2.4rem;
  }
}
.p-direct__list-desc {
  line-height: 1.5;
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  .p-direct__list-desc {
    font-size: 1.6rem;
  }
}
.p-direct__list-desc.--lp-06 {
  letter-spacing: -0.06em;
}
.p-direct__btn {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-top: 4.8rem;
}
@media (min-width: 768px) {
  .p-direct__btn {
    margin-top: 6.4rem;
  }
}
.p-direct__btn .btn-basic01 {
  line-height: 1.7;
  min-width: 31rem;
}
.p-direct__btn .btn-basic01::after {
  right: 2rem;
}
.p-direct__btn .txt-ed {
  margin-right: 0.4rem;
}

.p-search {
  background: var(--color-primary-sub);
}
.p-search .hline01 {
  color: var(--color-base-black);
}
.p-search .hline01::after {
  filter: initial;
}
.p-search__list {
  display: grid;
  gap: 2.4rem;
}
@media (min-width: 768px) {
  .p-search__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1200px) {
  .p-search__list {
    grid-template-columns: repeat(4, 1fr);
  }
}
.p-search .search-card {
  padding: 3.2rem;
  border-radius: 1.6rem;
  background-color: var(--color-base-white);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .p-search .search-card {
    padding: 2.8rem;
  }
}
.p-search .search-card__heading {
  display: flex;
  gap: 1.6rem;
  align-items: center;
  margin-bottom: 2.4rem;
}
@media (max-width: 767px) {
  .p-search .search-card__heading {
    margin-bottom: 2rem;
  }
}
.p-search .search-card__heading img {
  width: 9rem;
}
@media screen and (max-width: 1439px) {
  .p-search .search-card__heading img {
    width: 5.5594162613vw;
  }
}
@media (min-width: 768px) {
  .p-search .search-card__heading img {
    width: 9rem;
  }
}
@media (max-width: 767px) {
  .p-search .search-card__heading img {
    width: 7rem;
  }
}
.p-search .search-card__heading h3 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 1439px) {
  .p-search .search-card__heading h3 {
    font-size: 1.1813759555vw;
  }
}
@media (min-width: 768px) {
  .p-search .search-card__heading h3 {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .p-search .search-card__heading h3 {
    font-size: 2rem;
  }
}
.p-search .search-card__text {
  color: var(--color-base-black);
  font-size: 1.6rem;
  line-height: 1.8;
  margin-bottom: 2.4rem;
}
@media (min-width: 768px) {
  .p-search .search-card__text {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .p-search .search-card__text {
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }
}

.p-areas__list {
  display: grid;
  gap: 2.4rem;
}
@media (min-width: 768px) {
  .p-areas__list {
    grid-template-columns: repeat(4, 1fr);
  }
}
.p-areas .area-banner a {
  width: 100%;
  display: block;
  text-align: center;
}
.p-areas .area-banner a img {
  transition: 0.15s;
  outline: 0.1rem solid;
  outline-color: #878787;
  outline-offset: -0.3rem;
  text-shadow: none;
  transition: all 1.2s cubic-bezier(0.2, 1, 0.2, 1);
}
.p-areas .area-banner a:hover img {
  opacity: 0.7;
  box-shadow: inset 0 0 2rem rgba(255, 255, 255, 0.5), 0 0 2rem rgba(255, 255, 255, 0.2);
  outline-color: transparent;
  outline-offset: 1.2rem;
  cursor: pointer;
}
.p-areas .area-banner--hokuriku a img {
  outline-color: #A50319;
}
.p-areas .area-banner--chukyo a img {
  outline-color: #14B55A;
}
.p-areas .area-banner--tomei a img {
  outline-color: #00A0E9;
}
.p-areas .area-banner--chuo a img {
  outline-color: #E5004F;
}

.p-direct,
.p-search,
.p-areas {
  padding-block: 8rem;
}
