@charset "UTF-8";
#home .main_block .main_body {
  padding-top: 0;
}
#home .keyword_pickup {
  font-size: clamp(0.75rem, 2vw, 1.5rem);
}
#home .link_archive {
  margin-top: -1.5em;
  margin-bottom: 0.5em;
  line-height: 1;
}
#home .link_archive a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}
#home .link_archive a::after {
  content: "";
  display: inline-block;
  margin-left: 0.5em;
  width: 0.6em;
  height: 0.6em;
  border-style: solid;
  border-width: 1px 1px 0 0;
  rotate: 45deg;
}

#visual {
  color: var(--wp--preset--color--theme-white);
}
#visual .site_logo {
  position: absolute;
  top: 15%;
  left: 50%;
  translate: -50% -50%;
  font-size: clamp(3.375rem, -3rem + 17vw, 9.75rem);
  filter: brightness(0) invert(1);
  z-index: 100;
}
#visual .jr_logo {
  position: absolute;
  top: 0;
  right: 0;
  margin: 5%;
  z-index: 100;
  font-size: clamp(1rem, 0.313rem + 1.83vw, 1.688rem);
}
#visual .visual_slide {
  margin: 0;
}
#visual .visual_slide .visual {
  padding: 0;
  color: inherit;
}
#visual .visual_slide .visual::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 10;
}
#visual .visual_slide .visual > .wp-block-cover__image-background {
  z-index: 0;
}
#visual .visual_slide .visual > .wp-block-cover__inner-container {
  z-index: 20;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 5% 5% 10%;
  width: 100%;
  height: 100%;
}
#visual .visual_slide .visual > .wp-block-cover__inner-container * {
  margin: 0;
}
#visual .visual_slide .visual > .wp-block-cover__inner-container a {
  color: inherit;
  text-decoration: none;
}
#visual .visual_slide .visual.article_post .post_info {
  display: block;
}
#visual .visual_slide .visual.article_post .post_title {
  font-size: clamp(1.25rem, -0.625rem + 5vw, 3.125rem);
}
#visual .visual_slide .slick-arrow {
  z-index: 500;
  margin: auto 1rem;
  width: 2rem;
  height: 2rem;
}
#visual .visual_slide .slick-arrow::before {
  content: "";
  position: relative;
  top: 0;
  left: 0;
  background-image: url(../../assets/images/arr-round.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 100%;
  height: 100%;
  filter: brightness(0) invert(1);
}
#visual .visual_slide .slick-arrow.slick-prev {
  left: 0;
}
#visual .visual_slide .slick-arrow.slick-next {
  right: 0;
}
#visual .visual_slide .slick-dots {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin: 2.5% 0;
  padding-right: 2em;
  width: auto;
  height: 1em;
  translate: -50% 0;
  z-index: auto;
}
#visual .visual_slide .slick-dots li {
  text-align: center;
}
#visual .visual_slide .slick-dots li button {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  border-radius: 50%;
  background-color: var(--wp--preset--color--theme-white);
  z-index: 30;
}
#visual .visual_slide .slick-dots li button::before {
  display: none;
}
#visual .visual_slide .slick-dots li.slick-active::before {
  content: "";
  display: block;
  position: absolute;
  top: -4px;
  bottom: -4px;
  right: -4px;
  left: -4px;
  border-radius: 50%;
  border: solid 2px;
}
#visual .visual_slide .slick_pause {
  position: absolute;
  bottom: 0;
  margin: 2.5% 0.5em;
  padding: 0;
  width: 1em;
  height: 1em;
  border: none;
  background: none;
  font-size: var(--wp--preset--font-size--small);
  line-height: 1;
  text-indent: -100vw;
  overflow: hidden;
  z-index: 30;
}
#visual .visual_slide .slick_pause::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-image: url(../../assets/images/icn-slide_pause.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1em 1em;
  text-indent: 0;
  filter: brightness(0) invert(1);
}
#visual .visual_slide .slick_pause.-paused::before {
  background-image: url(../../assets/images/icn-slide_play.svg);
}
@media screen and (max-width: 599px) {
  #visual .visual_slide .visual {
    aspect-ratio: 393/507;
  }
}
@media (min-width:600px) {
  #visual .visual_slide .visual {
    height: 50vw;
  }
}

#topics .post_list:not(.slick-slider) {
  display: flex;
  justify-content: center;
}
#topics .post_list .post {
  flex-shrink: 0;
  flex-grow: 0;
}
#topics .post_list .post a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}
#topics .post_list .post .post_thumb {
  aspect-ratio: 3/2;
  line-height: 1;
}
#topics .post_list .post .post_thumb:not(:has(img)) {
  background-image: url(../../assets/images/blankimg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#topics .post_list .post .post_thumb .wp-block-post-featured-image {
  border: solid 1px var(--wp--preset--color--theme-gray);
  width: 100%;
  height: 100%;
}
#topics .post_list .post .post_thumb a {
  display: block;
}
#topics .post_list .post .post_thumb a::after {
  display: none;
}
#topics .post_list .post .post_thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#topics .post_list .post .post_info {
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}
#topics .post_list .post .wp-block-post-title {
  margin: 0;
  width: 100%;
  color: inherit;
  font-size: clamp(0.875rem, 0.375rem + 1.33vw, 1.375rem);
}
#topics .post_list .post .wp-block-post-title a {
  display: block;
}
#topics .post_list .post .wp-block-post-title a::after {
  display: block;
  padding: 0.25em 0.5em;
  width: 6.75em;
  border: solid 1px;
  color: var(--wp--preset--color--theme-gray);
  font-size: clamp(0.625rem, 0.25rem + 1vw, 1rem);
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  background: none;
}
#topics .post_list .post .wp-block-post-title a[href$=".pdf"]::after {
  content: "PDF";
}
#topics .post_list .post .wp-block-post-title a:hover {
  color: var(--wp--preset--color--theme-green-02);
}
#topics .post_list .post .taxonomy-article_series {
  color: var(--wp--preset--color--theme-green-02);
  font-size: var(--wp--preset--font-size--x-small);
  font-weight: 600;
}
#topics .post_list .post .taxonomy-article_series [rel=tag] {
  pointer-events: none;
}
#topics .post_list .post .taxonomy-article_tag {
  color: var(--wp--preset--color--theme-gray);
  font-size: var(--wp--preset--font-size--xx-small);
  line-height: 1.5;
}
#topics .post_list .post .taxonomy-article_tag [rel=tag] {
  pointer-events: none;
}
#topics .post_list .post .taxonomy-article_tag [rel=tag]::before {
  content: "#";
}
#topics .post_list .post .wp-block-post-date {
  color: var(--wp--preset--color--theme-gray);
  font-weight: 600;
  font-size: clamp(0.625rem, 0.25rem + 1vw, 1rem);
}
#topics .post_list .post.status-future {
  opacity: 0.6;
}
#topics .post_list .post.status-future .post_info .wp-block-post-date::after {
  content: "予約公開";
}
@media screen and (max-width: 599px) {
  #topics .link_archive {
    margin-top: 0.75rem;
  }
  #topics .wp-block-query:has(.post_list) {
    left: 50%;
    width: 100vw;
    translate: -50% 0;
  }
  #topics .post_list .post {
    width: min(48%, 10rem);
  }
  #topics .post_list .post .wp-block-post-title a:not([href$=".pdf"])::after {
    content: "詳しく見る";
  }
  #topics .post_list.slick-slider .post {
    margin-right: var(--wp--preset--spacing--20);
    margin-left: var(--wp--preset--spacing--20);
  }
}
@media (min-width:600px) {
  #topics .post_list .post {
    width: min(30%, 25rem);
  }
  #topics .post_list .post .wp-block-post-title a::after {
    position: absolute;
    bottom: 100%;
    right: 0;
  }
  #topics .post_list.slick-slider .post {
    margin-right: var(--wp--preset--spacing--30);
    margin-left: var(--wp--preset--spacing--30);
  }
}

#articles .articles_pickup h2.wp-block-heading::before {
  content: "# ";
  color: var(--wp--preset--color--theme-green-02);
}
@media screen and (max-width: 599px) {
  #articles .articles_pickup .article_list > .article_post:first-child {
    grid-column: 1/span 2;
  }
}
@media (min-width:600px) {
  #articles .articles_pickup .article_list {
    grid-template-columns: 1fr;
  }
  #articles .articles_pickup .article_list > .article_post:not(:first-child) {
    display: flex;
    gap: 5%;
    align-items: flex-start;
  }
  #articles .articles_pickup .article_list > .article_post:not(:first-child) .post_thumb {
    flex-shrink: 0;
    width: 40%;
  }
  #articles .articles_pickup .article_list > .article_post:not(:first-child) .post_info > :first-child {
    margin-top: -0.5em;
  }
}
#articles .article_area_navi {
  overflow: visible;
}
#articles .article_area_navi .article_area_map {
  list-style: none;
  padding: 0;
  aspect-ratio: 8/5;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url(../images/area-map.png);
  font-size: clamp(0.875rem, 0.375rem + 1.33vw, 1.375rem);
  text-align: center;
}
#articles .article_area_navi .article_area_map > li {
  position: absolute;
  translate: -50% -50%;
}
#articles .article_area_navi .article_area_map > li[data-name=道央] {
  top: 43.48%;
  left: 9.74%;
}
#articles .article_area_navi .article_area_map > li[data-name=道央] a {
  box-shadow: 0.2em 0.2em 0 0 #4DB7AC;
}
#articles .article_area_navi .article_area_map > li[data-name=道南] {
  top: 98.05%;
  left: 27.69%;
}
#articles .article_area_navi .article_area_map > li[data-name=道南] a {
  box-shadow: 0.2em 0.2em 0 0 #F4AA47;
}
#articles .article_area_navi .article_area_map > li[data-name=道北] {
  top: 20%;
  left: 52.18%;
}
#articles .article_area_navi .article_area_map > li[data-name=道北] a {
  box-shadow: 0.2em 0.2em 0 0 #F5998F;
}
#articles .article_area_navi .article_area_map > li[data-name=道東] {
  top: 74.26%;
  left: 61.99%;
}
#articles .article_area_navi .article_area_map > li[data-name=道東] a {
  box-shadow: 0.2em 0.2em 0 0 #6DC8E3;
}
#articles .article_area_navi .article_area_map a {
  display: block;
  padding: 0.5em;
  width: 5.8em;
  border-radius: 0.5em;
  border: solid 2px;
  background-color: var(--wp--preset--color--theme-white);
  color: inherit;
  text-decoration: none;
  line-height: 1;
}
#articles .article_area_navi select[name=article_area_select] {
  width: 100%;
}
@media screen and (max-width: 599px) {
  #articles .article_area_navi .article_area_map {
    margin-bottom: var(--wp--preset--spacing--30);
    width: 140%;
  }
}
@media (min-width:600px) {
  #articles .article_area_navi .article_area_map {
    margin-bottom: var(--wp--preset--spacing--50);
  }
  #articles .article_area_navi select[name=article_area_select] {
    font-size: var(--wp--preset--font-size--xx-large);
  }
}

#series a {
  text-decoration: none;
}
#series .page_list .series_page a {
  color: inherit;
  text-decoration: none;
}
#series .page_list .series_page .post_thumb {
  aspect-ratio: 430/226;
  line-height: 1;
  margin-bottom: var(--wp--preset--spacing--20);
}
#series .page_list .series_page .post_thumb:not(:has(img)) {
  background-image: url(../../assets/images/blankimg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#series .page_list .series_page .post_thumb .wp-block-post-featured-image {
  width: 100%;
  height: 100%;
}
#series .page_list .series_page .post_thumb a {
  display: block;
}
#series .page_list .series_page .post_thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#series .page_list .series_page .post_info {
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}
#series .page_list .series_page .wp-block-post-title {
  font-size: var(--wp--preset--font-size--medium);
}
#series .page_list .series_page .wp-block-post-title + p {
  color: inherit;
  font-size: var(--wp--preset--font-size--xx-small);
}
@media screen and (max-width: 599px) {
  #series .page_list {
    gap: var(--wp--preset--spacing--30) 4% !important;
    grid-template-columns: 48% 48% !important;
  }
}

@media screen and (max-width: 599px) {
  #train_information .train_information {
    justify-content: center;
  }
}

#sns .sns_list summary {
  border: none;
  background-color: var(--wp--preset--color--theme-green-01);
  color: var(--wp--preset--color--theme-white);
  text-transform: none;
}
#sns .sns_list summary mark {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 1.8em;
  height: 1.8em;
  border-radius: 50%;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
}
#sns .sns_list a {
  color: inherit;
}

#link .banner_list a::after {
  display: none;
}
@media screen and (max-width: 599px) {
  #link .banner_list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

#news_now iframe + .youtube_link {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
#news_now iframe + .youtube_link::after {
  display: none;
}

#jr_navi {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1900;
}
#jr_navi .wp-block-buttons > .wp-block-button {
  min-width: 0;
}
@media (min-width:600px) {
  #jr_navi {
    display: none;
  }
}

@media screen and (max-width: 599px) {
  .site_footer .bg_green {
    padding-bottom: 7rem;
  }
}
/*# sourceMappingURL=home.css.map */