@charset "UTF-8";
* {
  position: relative;
  box-sizing: border-box;
  z-index: auto;
}

html {
  width: 100%;
  height: 100%;
  font-size: 100%;
  font-feature-settings: "palt";
}
@media print {
  html {
    font-size: 9pt;
  }
}
@media screen and (max-width: 600px) {
  html:has(body.admin-bar) #wpadminbar {
    position: fixed;
    margin-top: 46px;
  }
}
@media screen and (max-width: 782px) {
  html:has(body.admin-bar) {
    height: calc(100% - 46px);
  }
}
@media (min-width: 783px) {
  html:has(body.admin-bar) {
    height: calc(100% - 32px);
  }
}

body {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  min-height: 100%;
  overflow-x: hidden;
}
body .mfp-bg {
  z-index: 5042;
}
body .mfp-wrap {
  z-index: 5043;
}
body .mfp-img {
  user-drag: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  vertical-align: bottom;
}
body .slick-dots {
  font-size: var(--wp--preset--font-size--small);
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
}
body .slick-dots li {
  margin: 0 0.5em;
  width: 1em;
  height: 1em;
  line-height: 1;
  border-radius: 50%;
}
body .slick-dots li button {
  width: 1em;
  height: 1em;
  padding: 0;
  color: inherit;
  font-size: 1em;
  line-height: 1;
  overflow: hidden;
  text-indent: -100vw;
}
body .slick-dots li button::before {
  content: "";
  width: 0;
  height: 0;
  border: solid 0.5em;
  border-radius: 50%;
  color: inherit;
  font-size: 1em;
}

a,
a::before,
a::after {
  transition: all 0.2s;
}

img {
  max-width: 100%;
  height: auto;
}
img[src$=".png"] {
  -webkit-backface-visibility: hidden;
  image-rendering: -webkit-optimize-contrast;
}

svg {
  fill: currentColor;
}

.icn {
  width: 1em;
  height: 1em;
}

input,
textarea,
button {
  /*
  -webkit-appearance: none; // iOSなどのスタイルをオフ
  color: inherit;
  background-color: inherit;
  border-color: inherit;
  */
}

.wp-block-post-content .wp-block-buttons.low-letter .wp-block-button {
  text-transform: none;
}

.wp-block-post-content .wp-block-details.low-letter > summary {
  text-transform: none;
}

.low-letter {
  text-transform: none;
}

input.switch {
  visibility: hidden !important;
  width: 0 !important;
  height: 0 !important;
  position: absolute;
}

.-sp,
.-tb,
.-pc {
  display: none;
}

@media screen and (max-width: 599px) {
  .-sp {
    display: inherit;
  }
}
@media (min-width:600px) and (max-width:1199px) {
  .-tb {
    display: inherit;
  }
}
@media (min-width:1200px) {
  .-pc {
    display: inherit;
  }
}
/* Pager */
.pager {
  line-height: 1;
  text-align: center;
}
.pager a {
  color: inherit;
  text-decoration: none;
}
.pager .page_list,
.pager .page-numbers {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.pager.pager_single .page_list {
  display: flex;
}
.pager.pager_single .page_list > li {
  margin: 0;
  width: 12em;
}
.pager.pager_single .page_list > li.prev::before, .pager.pager_single .page_list > li.next::after {
  content: "";
  display: inline-block;
  width: 0.6em;
  height: 0.6em;
  border-style: solid;
  border-width: 1px 1px 0 0;
}
.pager.pager_single .page_list > li.prev {
  margin-right: auto;
}
.pager.pager_single .page_list > li.prev::before {
  transform: rotate(-135deg);
}
.pager.pager_single .page_list > li.next {
  margin-left: auto;
}
.pager.pager_single .page_list > li.next::after {
  transform: rotate(45deg);
}
.pager.pager_single .page_list > li.index {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 599px) {
  .pager.pager_single .page_list {
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 4.5rem;
  }
}
.pager:not(.pager_single) .page_list > li:not(:last-child),
.pager:not(.pager_single) .page-numbers > li:not(:last-child) {
  margin-right: 0.5em;
}
.pager:not(.pager_single) .page_list a,
.pager:not(.pager_single) .page_list span.current,
.pager:not(.pager_single) .page-numbers a,
.pager:not(.pager_single) .page-numbers span.current {
  display: block;
  padding: 0.5em;
  width: 2em;
  height: 2em;
  border: solid 1px;
  text-decoration: none;
}
.pager:not(.pager_single) .page_list a:hover,
.pager:not(.pager_single) .page_list span.current:hover,
.pager:not(.pager_single) .page-numbers a:hover,
.pager:not(.pager_single) .page-numbers span.current:hover {
  background-color: var(--wp--preset--color--theme-black);
  color: var(--wp--preset--color--theme-white);
  fill: var(--wp--preset--color--theme-white);
}
.pager:not(.pager_single) .page_list span.current,
.pager:not(.pager_single) .page-numbers span.current {
  background-color: var(--wp--preset--color--theme-black);
  color: var(--wp--preset--color--theme-white);
  fill: var(--wp--preset--color--theme-white);
}
.pager:not(.pager_single) .page_list .prev,
.pager:not(.pager_single) .page_list .next,
.pager:not(.pager_single) .page-numbers .prev,
.pager:not(.pager_single) .page-numbers .next {
  border: none;
}

.inview,
[data-inview] {
  transition: all 1s 0.1s;
}

.inview.inview_active,
[data-inview=true] {
  opacity: 1;
  bottom: 0;
}

.inview:not(.inview_active),
[data-inview=false] {
  opacity: 0;
  bottom: -6rem;
}

.-hide {
  display: none !important;
}

body.logged-in .-logged-in {
  opacity: 0.6;
}
body.logged-in .-logged-in:hover {
  opacity: 1;
}
body:not(.logged-in) .-logged-in {
  display: none !important;
}
body .breadcrumb {
  padding: 0.75rem 0;
  font-size: var(--wp--preset--font-size--xx-small);
}

.site_logo {
  flex-shrink: 0;
  flex-grow: 0;
  width: 4.5625em;
  height: 1em;
}
.site_logo a {
  display: block;
}
.site_logo img {
  vertical-align: bottom;
}

.jr_logo {
  flex-shrink: 0;
  flex-grow: 0;
  width: 2.75em;
  height: 1em;
  line-height: 1;
}
.jr_logo a {
  display: block;
}
.jr_logo img {
  vertical-align: bottom;
}

.menu-sns_menu-container {
  line-height: 1;
}
.menu-sns_menu-container .menu {
  gap: 0.75em;
}
.menu-sns_menu-container .menu a[href="#"] {
  pointer-events: none;
}
.menu-sns_menu-container .menu > .menu-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.menu-sns_menu-container .menu > .menu-item:not(:last-child) {
  padding-bottom: 0.5rem;
  border-bottom: solid 1px;
}
.menu-sns_menu-container .menu > .menu-item:not(:first-child) {
  padding-top: 0.5rem;
}
.menu-sns_menu-container .menu .icn {
  font-size: 2em;
}
.menu-sns_menu-container .menu .sub-menu {
  list-style: none;
  padding: 0;
  font-size: var(--wp--preset--font-size--x-small);
  line-height: 1.5;
}

.guide_menu {
  margin: 0;
}
.guide_menu > .wp-block-button {
  min-width: 0 !important;
  min-height: 0 !important;
}

.site_header {
  z-index: 2000;
  width: 100%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.site_header .header_inner {
  height: 100%;
}
.site_header .site_logo {
  font-size: clamp(2.25rem, 1.75rem + 1.33vw, 2.75rem);
}
.site_header .menu-main_menu-container {
  font-size: clamp(0.688rem, 0.25rem + 1.17vw, 1.125rem);
}
.site_header .menu-main_menu-container .menu {
  list-style: none;
  display: flex;
  gap: 0.5em;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: calc(100% - 2em) 1em;
  background-image: linear-gradient(0deg, rgb(64, 127, 46) 0%, rgb(64, 127, 46) 100%);
}
.site_header .menu-main_menu-container .menu a {
  display: block;
  padding: 0.5em 1em;
  background-color: var(--wp--preset--color--theme-white);
  border-radius: 999em;
  border: solid 1px var(--wp--preset--color--theme-black);
  color: inherit;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
  word-break: keep-all;
}
.site_header .menu-main_menu-container .menu a:hover {
  background-color: var(--wp--preset--color--theme-green-01);
  color: var(--wp--preset--color--theme-white);
}
@media screen and (max-width: 599px) {
  .site_header {
    position: fixed;
    top: 0;
    right: 0;
    height: 6rem;
  }
}
@media screen and (max-width: 599px) and (max-width: 782px) {
  body.admin-bar .site_header {
    margin-top: 46px;
  }
}
@media screen and (max-width: 599px) and (min-width: 783px) {
  body.admin-bar .site_header {
    margin-top: 32px;
  }
}
@media screen and (max-width: 599px) {
  .site_header .header_inner {
    gap: 0;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  .site_header .widget_nav_menu:has(.menu-main_menu-container) {
    margin-top: auto;
    margin-bottom: 0;
    width: 100%;
  }
}
@media (min-width:600px) {
  .site_header {
    height: 4rem;
  }
  .site_header .header_inner::after {
    content: "";
    display: block;
    width: 6rem;
  }
  .site_header .widget_nav_menu:has(.menu-main_menu-container) {
    margin-left: auto;
  }
}

.header_menu {
  list-style: none;
  padding: 0;
}
.header_menu a {
  color: inherit;
  text-decoration: none;
}

#gnav_btn {
  z-index: 4100;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background-color: var(--wp--preset--color--theme-black);
  color: var(--wp--preset--color--theme-white);
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.2s;
}
#gnav_btn::before, #gnav_btn::after {
  content: "";
  display: block;
  position: absolute;
  left: calc(50% - 1em);
  height: 0;
  border-top: solid 2px;
  transition: all 0.2s;
}
#gnav_btn::before {
  top: 50%;
  width: 2em;
}
#gnav_btn::after {
  top: calc(50% + 0.6em);
  width: 1em;
}
#gnav_btn .btn_txt {
  position: absolute;
  bottom: 50%;
  right: 0;
  left: 0;
  margin-bottom: 0.5em;
  width: 100%;
  height: 1em;
  font-size: var(--wp--preset--font-size--smallest);
  overflow: hidden;
  transition: padding 0.2s;
}
#gnav_btn .btn_txt::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  transition: bottom 0.2s;
}
@media screen and (max-width: 599px) {
  #gnav_btn {
    position: fixed;
    width: 3.125em;
    height: 3.125em;
    font-size: 1rem;
  }
}
@media screen and (max-width: 599px) and (max-width: 782px) {
  body.admin-bar #gnav_btn {
    margin-top: 46px;
  }
}
@media screen and (max-width: 599px) and (min-width: 783px) {
  body.admin-bar #gnav_btn {
    margin-top: 32px;
  }
}
@media (min-width:600px) {
  #gnav_btn {
    width: 6em;
    height: 4rem;
  }
}
#gnav_switch:checked ~ #gnav_btn::before, #gnav_switch:checked ~ #gnav_btn::after {
  top: calc(50% + 0.3em);
}
#gnav_switch:checked ~ #gnav_btn::before {
  rotate: 20deg;
}
#gnav_switch:checked ~ #gnav_btn::after {
  width: 2em;
  rotate: -20deg;
}
#gnav_switch:checked ~ #gnav_btn .btn_txt {
  padding-top: 1em;
}
#gnav_switch:checked ~ #gnav_btn .btn_txt::before {
  content: "CLOSE";
  bottom: 0;
}
@media (min-width:600px) {
  #gnav_switch:checked ~ #gnav_btn {
    background-color: rgba(0, 0, 0, 0);
    color: var(--wp--preset--color--theme-black);
  }
}

#gnav {
  z-index: 4000;
  top: 0;
  right: 0;
  overflow: hidden;
  transition: all 0.2s;
}
#gnav .gnav_column {
  overflow-y: auto;
  max-height: 100vh;
}
#gnav .menu_title {
  text-transform: uppercase;
  font-size: 1.125rem;
}
#gnav .menu {
  list-style: none;
  padding: 0;
}
#gnav .menu a {
  color: inherit;
  text-decoration: none;
}
@media screen and (max-width: 599px) {
  #gnav {
    position: fixed;
    top: 6rem;
  }
}
@media screen and (max-width: 599px) and (max-width: 782px) {
  body.admin-bar #gnav {
    margin-top: 46px;
  }
}
@media screen and (max-width: 599px) and (min-width: 783px) {
  body.admin-bar #gnav {
    margin-top: 32px;
  }
}
@media screen and (max-width: 599px) {
  #gnav .gnav_column {
    max-height: calc(100vh - 6rem);
  }
}
@media (min-width:600px) {
  #gnav {
    position: absolute;
    width: min(100%, 60em);
  }
}
#gnav #gnav_category + .widget_nav_menu {
  line-height: 1;
  font-size: 0.875rem;
}
#gnav #gnav_category + .widget_nav_menu .menu {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
}
#gnav #gnav_category + .widget_nav_menu .menu > .menu-item {
  display: inline-block;
}
#gnav #gnav_category + .widget_nav_menu .menu > .menu-item a {
  display: block;
  padding: 0.5em 1em;
  color: inherit;
  text-decoration: none;
  border-radius: 999em;
  border: solid 1px;
  background-color: var(--wp--preset--color--theme-white);
}
#gnav #gnav_category + .widget_nav_menu .menu > .menu-item a::before {
  content: "#";
  display: inline-block;
  margin-right: 0.25em;
  color: var(--wp--preset--color--theme-green-02);
  transition: all 0.2s;
}
#gnav #gnav_category + .widget_nav_menu .menu > .menu-item a:hover {
  scale: 1.05;
  z-index: 10;
}
#gnav #gnav_series + .guide_menu {
  justify-content: flex-end;
  margin-top: -3.5rem;
}
#gnav #gnav_series + .guide_menu > .wp-block-button > .wp-block-button__link {
  box-shadow: none;
}
#gnav .train_information {
  font-size: 0.875rem;
}
#gnav .train_information > .wp-block-button {
  min-width: 0;
  min-height: 3.5em;
}
#gnav .train_information > .wp-block-button > .wp-block-button__link {
  font-size: 1em;
}
@media screen and (max-width: 599px) {
  #gnav_switch ~ #gnav {
    max-height: 0;
    opacity: 0;
  }
  #gnav_switch:checked ~ #gnav {
    max-height: 100vh;
    opacity: 1;
  }
}
@media (min-width:600px) {
  #gnav_switch ~ #gnav {
    opacity: 0;
    translate: 100% 0;
  }
  #gnav_switch:checked ~ #gnav {
    opacity: 1;
    translate: 0 0;
  }
}

.site_footer {
  z-index: 1000;
  margin-top: auto;
}
.site_footer .footer_inner {
  margin-right: auto;
  margin-left: auto;
  width: min(90%, 1200px);
}
.site_footer .site_logo {
  font-size: clamp(2.625rem, 0.125rem + 6.67vw, 5.125rem);
}
.site_footer .menu {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: clamp(0.75rem, 0.375rem + 1vw, 1.125rem);
}
.site_footer .menu li {
  display: inline-block;
}
.site_footer .menu li:not(:last-child)::after {
  content: "|";
  display: inline-block;
  width: 1em;
  text-align: center;
}
.site_footer .menu a {
  color: inherit;
  text-decoration: none;
}
.site_footer .menu[id^=menu-main_menu] li a::before {
  content: "#";
}
.site_footer .menu[id^=menu-info_menu] {
  font-size: var(--wp--preset--font-size--x-small);
}
.site_footer .menu[id^=menu-info_menu] a::after {
  filter: brightness(0) invert(1);
}
@media (min-width:600px) {
  .site_footer .menu[id^=menu-info_menu] {
    text-align: center;
  }
}

.site_content {
  max-width: 100vw;
  overflow-x: hidden;
}
@media screen and (max-width: 599px) {
  .site_content {
    padding-top: 6rem;
  }
}

.main_block .breadcrumb {
  max-width: var(--wp--style--global--wide-size);
}
.main_block.article_post .main_head .main_title {
  text-align: left;
}
.main_block.article_post .main_head .series_list {
  font-size: var(--wp--preset--font-size--x-small);
  line-height: 1;
}
.main_block.article_post .main_head .series_list a {
  padding: 0.25em 0.75em;
  border: solid 1px var(--wp--preset--color--theme-green-02);
  background-color: var(--wp--preset--color--theme-white);
}
.main_block.article_post .main_head .post_date {
  color: var(--wp--preset--color--theme-gray);
  font-size: var(--wp--preset--font-size--x-small);
}
.main_block .main_head .main_title {
  text-align: center;
}
.main_block .main_head .main_title .keyword {
  font-style: normal;
}
.main_block .main_head .main_visual {
  margin: 0;
  line-height: 1;
  text-align: center;
}
.main_block .main_head .main_visual img {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 599px) {
  .main_block .main_head .main_visual {
    aspect-ratio: 393/208;
  }
}
@media (min-width:600px) {
  .main_block .main_head .main_visual {
    aspect-ratio: 1920/600;
  }
}
@media screen and (max-width: 599px) {
  .main_block .main_body {
    padding: var(--wp--preset--spacing--30) 0;
  }
}
@media (min-width:600px) {
  .main_block .main_body {
    padding: var(--wp--preset--spacing--40) 0;
  }
}
.main_block .main_foot .series_navi > .to_index {
  width: 100%;
}
.main_block .main_foot .series_navi > .to_index > .wp-block-button__link {
  padding: 0.5em 2em 0.5em 1em;
  border-radius: 0;
}
.main_block .main_foot .series_navi > .to_index > .wp-block-button__link::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 1em;
  width: 0.6em;
  height: 0.6em;
  border-style: solid;
  border-width: 2px 2px 0 0;
  rotate: 45deg;
}

.series_list {
  list-style: none;
  display: inline-block;
  padding: 0;
  color: var(--wp--preset--color--theme-green-02);
}
.series_list li {
  display: inline-block;
}
.series_list a {
  display: block;
  color: inherit;
  font-weight: 700;
  text-decoration: none;
}

.keyword_list {
  list-style: none;
  padding: 0;
  line-height: 1;
}
.keyword_list li {
  display: inline-block;
}
.keyword_list a {
  color: inherit;
  text-decoration: none;
}
.keyword_list a::before {
  content: "#";
}
.keyword_list a:hover {
  background-color: var(--wp--preset--color--theme-green-01);
  color: var(--wp--preset--color--theme-white);
}
.keyword_list.tag_list a {
  display: block;
  padding: 0.25em 0.75em;
  border-radius: 0.25em;
  border: solid 1px var(--wp--preset--color--theme-gray);
  background-color: var(--wp--preset--color--theme-white);
}
.keyword_list.tag_list a::before {
  display: inline-block;
  margin-right: 0.25em;
  transition: all 0.2s;
  color: var(--wp--preset--color--theme-green-02);
}

.article_post .person_info .person_name {
  line-height: 1.25;
}

.article_list {
  list-style: none;
}
.article_list .article_post {
  flex-shrink: 0;
  flex-grow: 0;
  max-width: 100%;
}
.article_list .article_post a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}
.article_list .article_post .post_thumb {
  aspect-ratio: 3/2;
  line-height: 1;
}
.article_list .article_post .post_thumb:not(:has(img)) {
  background-image: url(../images/blankimg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.article_list .article_post .post_thumb .wp-block-post-featured-image {
  width: 100%;
  height: 100%;
}
.article_list .article_post .post_thumb a {
  display: block;
}
.article_list .article_post .post_thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.article_list .article_post .post_info {
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}
.article_list .article_post .wp-block-post-title {
  margin: 0;
  color: inherit;
  font-size: clamp(0.875rem, 0.375rem + 1.33vw, 1.375rem);
}
.article_list .article_post .wp-block-post-title a:hover {
  color: var(--wp--preset--color--theme-green-02);
}
.article_list .article_post .taxonomy-article_series {
  color: var(--wp--preset--color--theme-green-02);
  font-size: var(--wp--preset--font-size--x-small);
  font-weight: 600;
}
.article_list .article_post .taxonomy-article_series [rel=tag] {
  pointer-events: none;
}
.article_list .article_post .taxonomy-article_tag {
  color: var(--wp--preset--color--theme-gray);
  font-size: var(--wp--preset--font-size--xx-small);
  line-height: 1.5;
}
.article_list .article_post .taxonomy-article_tag [rel=tag] {
  pointer-events: none;
}
.article_list .article_post .taxonomy-article_tag [rel=tag]::before {
  content: "#";
}
.article_list .article_post .wp-block-post-date {
  color: var(--wp--preset--color--theme-gray);
  font-weight: 600;
  font-size: clamp(0.625rem, 0.25rem + 1vw, 1rem);
}
@media screen and (max-width: 599px) {
  .article_list.-sp_column {
    gap: var(--wp--preset--spacing--30) 4% !important;
    grid-template-columns: 48% 48% !important;
  }
  .article_list:not(.-sp_column) .article_post {
    display: flex;
    gap: 5%;
    align-items: flex-start;
  }
  .article_list:not(.-sp_column) .article_post .post_thumb {
    flex-shrink: 0;
    width: 40%;
  }
  .article_list:not(.-sp_column) .article_post .post_info > :first-child {
    margin-top: -0.5em;
  }
}
@media (min-width:600px) {
  .article_list {
    gap: var(--wp--preset--spacing--40) 5%;
    grid-template-columns: 30% 30% 30%;
  }
}

.article_relation .article_list .article_post .wp-block-post-date {
  font-size: var(--wp--preset--font-size--xx-small);
}
.article_relation .article_list .article_post .wp-block-post-title {
  font-size: var(--wp--preset--font-size--medium);
}
@media screen and (max-width: 599px) {
  .article_relation {
    padding: var(--wp--preset--spacing--40);
  }
  .article_relation .wp-block-query:has(.article_list) {
    max-width: none;
  }
}
@media (min-width:600px) {
  .article_relation {
    padding: var(--wp--preset--spacing--50);
  }
}

.addtoany_shortcode {
  text-align: center;
}

#kitaca .character {
  max-width: min(100%, 22rem);
}
@media screen and (max-width: 599px) {
  #kitaca .character .wp-element-caption {
    text-align: center;
  }
}
@media (min-width:600px) {
  #kitaca .character .wp-element-caption {
    position: absolute;
    top: 50%;
    left: 75%;
    translate: 0% -50%;
    white-space: nowrap;
    word-break: keep-all;
  }
}

.article_relation {
  display: none;
}

html {
  -webkit-text-size-adjust: 100%;
}/*# sourceMappingURL=layout.css.map */