@charset "UTF-8";
@counter-style circled {
  system: fixed;
  symbols: "①" "②" "③" "④" "⑤" "⑥" "⑦" "⑧" "⑨" "⑩" "⑪" "⑫" "⑬" "⑭" "⑮" "⑯" "⑰" "⑱" "⑲" "⑳";
  suffix: " ";
}
* {
  position: relative;
  box-sizing: border-box;
  z-index: auto;
}

html {
  width: 100%;
  height: 100%;
  font-size: 100%;
  font-feature-settings: "palt";
  scroll-behavior: smooth;
  scroll-padding-top: 50px;
}
@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 {
  max-width: 100%;
  min-height: 100%;
  overflow-x: hidden;
}

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;
  */
}

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;
  }
}
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;
}

.wp-site-blocks {
  display: grid;
  grid-template-rows: auto 1fr auto;
  grid-template-columns: 100%;
  min-height: 100vh;
}

.site_content {
  padding-top: 2em;
}

.site_header > .wp-block-group {
  gap: 0;
}
.site_header #header_logo_area {
  width: 100%;
  padding: 1em;
}
.site_header #header_logo_area .wp-block-site-logo {
  width: 35em;
}
.site_header #header_logo_area .nav_lang {
  letter-spacing: 0.1em;
}
.site_header #header_logo_area .nav_lang a {
  color: var(--wp--preset--color--theme-black);
  text-decoration: none;
}
.site_header .nav_global {
  width: 100%;
}
@media screen and (max-width: 599px) {
  .site_header .nav_global {
    width: 2.5rem;
    height: 2.5rem;
  }
}
@media screen and (max-width: 599px) {
  .site_header .nav_global .wp-block-navigation__responsive-container-open {
    width: 100%;
    height: 100%;
    display: block;
  }
  .site_header .nav_global .wp-block-navigation__responsive-container-open svg {
    width: 100%;
    height: 100%;
  }
}
.site_header .nav_global .wp-block-navigation__container {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0.5em 0;
  justify-content: center;
}
@media screen and (max-width: 599px) {
  .site_header .nav_global .wp-block-navigation__container {
    flex-direction: column;
    height: 100%;
    text-align: center;
  }
}
.site_header .nav_global .wp-block-navigation__container li {
  padding: 0;
  flex: 1;
  justify-content: center;
}
@media (min-width:1200px) {
  .site_header .nav_global {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .site_header .header_fl {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .site_header .header_fl #header_logo_area {
    width: auto;
    padding: 0.5em;
  }
  .site_header .header_fl #header_logo_area .wp-block-site-logo {
    width: 65vw;
  }
  .site_header .header_fl .nav_global {
    margin-left: 0;
  }
}

.site_footer {
  position: relative;
}
.site_footer .foot_menu {
  justify-content: space-between;
}

.wp-site-blocks .breadcrumb {
  margin-bottom: 0;
  display: flex;
  justify-content: flex-start;
}
.wp-site-blocks .breadcrumb .bc_list {
  width: -moz-fit-content;
  width: fit-content;
  list-style: none;
  margin: 0;
  padding-bottom: 0.5rem;
  border-bottom: 1px dashed var(--wp--preset--color--theme-green);
}
.wp-site-blocks .breadcrumb .bc_list li {
  padding-left: 1em;
}
.wp-site-blocks .breadcrumb .bc_list li:first-of-type {
  padding-left: 0;
}
.wp-site-blocks .breadcrumb .bc_list li:first-of-type:before {
  content: none;
}
.wp-site-blocks .breadcrumb .bc_list li::before {
  content: ">";
  display: inline-block;
  color: var(--wp--preset--color--theme-green);
  margin: 0;
  width: auto;
  height: auto;
  border: none;
  vertical-align: middle;
  rotate: 0deg;
  font-size: var(--wp--preset--font-size--small);
  margin-right: 0.5em;
}
.wp-site-blocks .breadcrumb .bc_list li a span,
.wp-site-blocks .breadcrumb .bc_list li span {
  color: var(--wp--preset--color--theme-green);
  font-size: var(--wp--preset--font-size--small);
}

p:empty {
  display: none !important;
}

.is-root-container .wp-site-blocks .news_index ul {
  list-style: none;
  display: flex;
  gap: 1rem;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 599px) {
  .is-root-container .wp-site-blocks .news_index ul {
    flex-direction: column;
  }
}
.is-root-container .wp-site-blocks .news_index ul li {
  background: var(--wp--preset--color--theme-lightgreen);
  position: relative;
  width: calc((100% - 2rem) / 3);
  transition: 0.2s all;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 599px) {
  .is-root-container .wp-site-blocks .news_index ul li {
    width: 100%;
  }
}
.is-root-container .wp-site-blocks .news_index ul li::after {
  position: absolute;
  content: "";
  display: block;
  right: 0.5rem;
  bottom: 0.5rem;
  width: 1rem;
  height: 1rem;
  background: var(--wp--preset--color--theme-green);
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.is-root-container .wp-site-blocks .news_index ul li::before {
  content: none;
}
.is-root-container .wp-site-blocks .news_index ul li:has(a:hover) {
  transform: translate(5px, 5px);
}
.is-root-container .wp-site-blocks .news_index ul li .news_thumb {
  aspect-ratio: 3/2;
  position: relative;
}
.is-root-container .wp-site-blocks .news_index ul li .news_thumb figure {
  width: 100%;
  height: 100%;
}
.is-root-container .wp-site-blocks .news_index ul li .news_thumb figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.is-root-container .wp-site-blocks .news_index ul li .news_thumb figure + .blank {
  display: none;
}
.is-root-container .wp-site-blocks .news_index ul li .wp-block-read-more {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  margin: 0;
  color: transparent;
}
.is-root-container .wp-site-blocks .news_index ul li .news_info {
  position: relative;
}
.is-root-container .wp-site-blocks .news_index ul li .news_info .news_meta {
  flex-wrap: wrap;
}
.is-root-container .wp-site-blocks .news_index ul li .news_info .news_meta .news_cate {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
}
.is-root-container .wp-site-blocks .news_index ul li .news_info .news_meta .news_cate span {
  display: none;
}
.is-root-container .wp-site-blocks .news_index ul li .news_info .news_meta .news_cate a {
  display: inline-block;
  padding: 0em 1em;
  background: var(--wp--preset--color--theme-green);
}
.is-root-container .wp-site-blocks .news_index ul li .news_info .news_title {
  margin-right: 1rem;
}
.is-root-container .wp-site-blocks .news_index ul li a:hover {
  opacity: 0.5;
}
@media screen and (max-width: 599px) {
  .is-root-container .wp-site-blocks .news_index ul li > .wp-block-group {
    flex-wrap: wrap;
  }
}
.is-root-container .wp-site-blocks .news_index ul li .taxonomy-category a {
  text-decoration: none;
}

.list_card {
  align-items: stretch;
  gap: 1rem;
}
@media screen and (max-width: 599px) {
  .list_card {
    flex-direction: column;
  }
}
.list_card .card_link {
  flex: 1;
  padding: 2rem;
  position: relative;
  transition: 0.2s all;
}
.list_card .card_link:has(a:hover) {
  transform: translate(5px, 5px);
}
.list_card .card_link figure {
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  overflow: hidden;
}
.list_card .card_link figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.list_card .card_link::after {
  position: absolute;
  content: "";
  display: block;
  right: 0.5rem;
  bottom: 0.5rem;
  width: 1rem;
  height: 1rem;
}
.list_card .card_link:has(a)::after {
  background: var(--wp--preset--color--theme-green);
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.list_card .card_link:has(a[target=_blank])::after {
  background: url(../images/link_ex.svg) no-repeat;
  background-size: contain;
  clip-path: none;
}
.list_card .card_link .hover_link {
  padding: 0;
  margin: 0;
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
  max-width: none;
}
.list_card .card_link .hover_link a {
  color: transparent;
  display: block;
  width: 100%;
  height: 100%;
}
.list_card .card_link .hover_link a::after {
  content: none;
}

.age_list {
  display: flex;
  justify-content: center;
}
.age_list li {
  padding: 0 1em;
}
.age_list li:not(:last-of-type) {
  border-right: 1px solid var(--wp--preset--color--theme-green);
}

.top_scroll {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  position: fixed;
  bottom: 5%;
  right: 3%;
  margin: 0;
  padding: 0;
}
.top_scroll a {
  text-decoration: none;
  padding: 0.5rem 0.5rem 0.5rem 1.5rem;
  background: rgba(35, 102, 29, 0.7019607843);
  position: relative;
}
.top_scroll a::after, .top_scroll a::before {
  width: 5px;
  height: 2px;
  content: "";
  background: var(--wp--preset--color--theme-white);
  display: block;
  position: absolute;
  left: 0.75rem;
  top: 50%;
  border-radius: 5px;
}
.top_scroll a::after {
  transform: rotate(45deg) translate(1px, 0);
}
.top_scroll a::before {
  transform: rotate(-45deg) translate(-2px, -1px);
}

a {
  word-break: break-all;
}/*# sourceMappingURL=layout.css.map */