@charset "UTF-8";
/*! modern-css-reset */
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.6;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
h1, h2, h3, h4, h5 {
  font-weight: 500;
}

@font-face {
  font-family: "CenturyGothicB";
  font-style: normal;
  font-weight: 700;
  src: url("../font/CenturyGothicB.woff2") format("woff2"), url("../font/CenturyGothicB.woff") format("woff"), url("../font/CenturyGothicB.ttf") format("truetype");
}
:root {
  /* Dimensions */
  --pagewidth: calc(100vw - 17px);
  --viewheight: 100vh;
}

@media print, screen and (min-width: 768px) {
  /* PC */
  :root {
    /* Dimensions */
    --khm-header-height: 80px;
    --khm-wall-width: 90%;
    --khm-max-wall-width: 1100px;
  }
}
@media screen and (max-width: 767px) {
  /* SP */
  :root {
    /* Dimensions */
    --khm-header-height: 60px;
    --khm-wall-width: 92%; /* 345 / 375 */
    --khm-max-wall-width: none;
  }
}
@media screen and (min-width: 783px) { /* WP Admin Bar */
  :root {
    /* Dimensions */
    --wp-admin-bar-height: 32px;
  }
}
@media screen and (max-width: 782px) { /* WP Admin Bar */
  :root {
    /* Dimensions */
    --wp-admin-bar-height: 46px;
  }
}
@media print { /* WP Admin Bar */
  :root {
    /* Dimensions */
    --wp-admin-bar-height: 0px;
  }
}
/*===================================
	共通レイアウト
=====================================*/
html,
body {
  width: 100%;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: var(--khm-header-height);
}
html:has(body.admin-bar) { /* on Firefox, the layout.css.has-selector.enabled preference needs to be set true */
  scroll-padding-top: calc(var(--khm-header-height) + var(--wp-admin-bar-height));
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  color: #323232;
  background-color: #fff;
  margin: 0;
}

main {
  position: relative;
  display: block;
}

.content_wrap {
  padding-top: var(--khm-header-height);
}

@media print, screen and (min-width: 768px) {
  .main_wrap {
    margin-bottom: 115px;
  }
}
@media screen and (max-width: 767px) {
  .main_wrap {
    margin-bottom: 60px;
  }
}

.inner {
  max-width: calc(1100px + 8%);
  width: 100%;
  margin: auto;
  padding: 0 4%;
}
.inner::after {
  content: "";
  display: block;
  clear: both;
}

.youtube iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
  display: block;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

@media print, screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

.low_main_visual {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .low_main_visual {
    margin-bottom: 35px;
    padding-top: 23.4375%;
  }
}
@media screen and (max-width: 767px) {
  .low_main_visual {
    margin-bottom: 20px;
    padding-top: 33.3333%;
  }
}
.low_main_visual::before {
  position: absolute;
  content: "";
  background-color: #323232;
  opacity: 0.2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.low_main_visual__ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: white;
  line-height: 1.4;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  .low_main_visual__ttl {
    font-size: 2.875em;
  }
}
@media screen and (max-width: 767px) {
  .low_main_visual__ttl {
    font-size: 2.1rem;
  }
}

@media print, screen and (min-width: 768px) {
  .container:not(:last-child) {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 767px) {
  .container:not(:last-child) {
    margin-bottom: 50px;
  }
}

.container02:not(:last-child) {
  margin-bottom: 30px;
}

@media print, screen and (min-width: 768px) {
  #breadcrumbs {
    margin-bottom: 60px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  #breadcrumbs {
    margin-bottom: 30px;
    font-size: 1.2rem;
  }
}
#breadcrumbs a {
  text-decoration: underline;
  opacity: 1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#breadcrumbs a:hover {
  opacity: 0.7;
}

#nav-single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: auto;
}
@media print, screen and (min-width: 768px) {
  #nav-single {
    max-width: 360px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  #nav-single {
    max-width: 280px;
    font-size: 1.4rem;
  }
}
#nav-single a {
  text-decoration: underline;
  display: block;
  opacity: 1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#nav-single a:hover {
  opacity: 0.7;
}
#nav-single .nav-previous, #nav-single .nav-next {
  width: 67px;
}
#nav-single .nav-previous a, #nav-single .nav-next a {
  position: relative;
}
#nav-single .nav-previous a::after, #nav-single .nav-next a::after {
  position: absolute;
  content: "";
  background-color: #323232;
  width: 10px;
  height: 14px;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#nav-single .nav-previous a {
  padding-left: 20px;
}
#nav-single .nav-previous a::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  left: 0;
}
#nav-single .nav-next a {
  padding-right: 20px;
}
#nav-single .nav-next a::after {
  right: 0;
}

.bg_cmn__inner {
  position: fixed;
  z-index: -1;
  height: 100lvh;
  width: 100%;
  top: 0;
  left: 0;
}
.bg_cmn__tree, .bg_cmn__forest, .bg_cmn__run {
  position: absolute;
}
@media print, screen and (min-width: 768px) {
  .bg_cmn__tree {
    max-width: 380px;
    width: 28%;
    right: -2%;
    top: calc(80px + 2%);
  }
  .bg_cmn__forest {
    max-width: 629px;
    width: 47%;
    top: 80px;
    bottom: 0;
    margin: auto;
    left: -5%;
  }
  .bg_cmn__run {
    max-width: 600px;
    width: 45%;
    bottom: 1%;
    right: -4%;
  }
}
@media screen and (max-width: 767px) {
  .bg_cmn__tree {
    max-width: 162px;
    width: 43.2%;
    top: calc(60px + 2%);
    right: -4.8%;
  }
  .bg_cmn__forest {
    max-width: 268px;
    width: 71.4666%;
    top: 60px;
    bottom: 0;
    margin: auto;
    left: -8.2666%;
  }
  .bg_cmn__run {
    max-width: 256px;
    width: 68.2666%;
    bottom: 1%;
    right: -8.8%;
  }
}

a.btn {
  width: 100%;
  margin: auto;
  display: block;
  color: white;
  background-color: #18b7cd;
  text-align: center;
  border-radius: 100px;
  position: relative;
  line-height: 1.5;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media print, screen and (min-width: 768px) {
  a.btn {
    max-width: 310px;
    padding: 13px 40px;
  }
}
@media screen and (max-width: 767px) {
  a.btn {
    max-width: 290px;
    font-size: 1.4rem;
    padding: 9.5px 40px;
  }
}
a.btn::after {
  position: absolute;
  content: "";
  background-color: white;
  width: 10px;
  height: 14px;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
a.btn__wht {
  background-color: unset;
  border: 1px solid white;
}
a.btn:hover {
  background-color: #6fb92c;
}
a.btn02 {
  width: 100%;
  margin: auto;
  display: block;
  color: #18b7cd;
  border: 1px solid #18b7cd;
  text-align: center;
  border-radius: 100px;
  line-height: 1.5;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media print, screen and (min-width: 768px) {
  a.btn02 {
    max-width: 316px;
    padding: 16px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  a.btn02 {
    max-width: 290px;
    font-size: 1.4rem;
    padding: 9px;
  }
}
a.btn02:hover {
  background-color: #6fb92c;
  color: white;
}
a.btn03 {
  width: 100%;
  margin: auto;
  display: block;
  color: white;
  background-color: #18b7cd;
  text-align: center;
  border-radius: 100px;
  line-height: 1.5;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media print, screen and (min-width: 768px) {
  a.btn03 {
    max-width: 316px;
    padding: 16px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  a.btn03 {
    max-width: 290px;
    font-size: 1.4rem;
    padding: 9px;
  }
}
a.btn03:hover {
  background-color: #6fb92c;
}
a.link {
  text-decoration: underline;
  opacity: 1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
a.link:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  a.link {
    font-size: 1.4rem;
  }
}

.ttl_cmn {
  text-align: center;
  line-height: 1.5;
  padding-bottom: 25px;
  position: relative;
  color: #6fb92c;
}
@media print, screen and (min-width: 768px) {
  .ttl_cmn {
    font-size: 3rem;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .ttl_cmn {
    font-size: 2rem;
    padding-bottom: 15px;
    margin-bottom: 30px;
  }
}
.ttl_cmn::after {
  position: absolute;
  content: "";
  background-color: #323232;
  height: 1px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media print, screen and (min-width: 768px) {
  .ttl_cmn::after {
    width: 213px;
  }
}
@media screen and (max-width: 767px) {
  .ttl_cmn::after {
    width: 140px;
  }
}

.ttl_cmn02 {
  border-top: 3px solid #6fb92c;
  border-bottom: 1px solid #dbedca;
  color: #6fb92c;
  padding: 1.3em 0;
}
@media print, screen and (min-width: 768px) {
  .ttl_cmn02 {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .ttl_cmn02 {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
}

.ttl_cmn03 {
  border-left: 2px solid #6fb92c;
  padding: 0.6em 0 0.6em 1em;
  color: #6fb92c;
}
@media print, screen and (min-width: 768px) {
  .ttl_cmn03 {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .ttl_cmn03 {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .tbl_cmn {
    font-size: 1.2rem;
    width: 100%;
  }
}
.tbl_cmn.ctr {
  text-align: center;
}
.tbl_cmn caption {
  text-align: left;
  margin-bottom: 0.5em;
}
@media print, screen and (min-width: 768px) {
  .tbl_cmn caption {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .tbl_cmn caption {
    font-size: 1.4rem;
  }
}
.tbl_cmn tr {
  background-color: #fff;
}
.tbl_cmn tr.bg_gray td {
  background-color: #f5f5f5;
}
.tbl_cmn th {
  border: 1px solid #c1c1c1;
  padding: 0.5em 1.5em;
  font-weight: 500;
  background-color: #d1f1f5;
}
.tbl_cmn td {
  border: 1px solid #c1c1c1;
  padding: 0.5em 1.5em;
}

.tbl_scroll_wrapper {
  position: relative;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .tbl_scroll_wrapper .tbl_cmn {
    width: auto;
    max-width: none;
  }
}
.tbl_scroll_wrapper .scroll-prompt {
  display: none;
  position: absolute;
  width: 120px;
  height: 80px;
  top: calc(50% - 40px);
  left: calc(50% - 60px);
}
.tbl_scroll_wrapper .scroll-prompt.show {
  display: block;
}

.mb1em {
  margin-bottom: 1em;
}

.mb2em {
  margin-bottom: 2em;
}

.mt1em {
  margin-top: 1em;
}

.txt_clr__blue {
  color: #18b7cd;
}

@media print, screen and (min-width: 768px) {
  .list_cmn {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .list_cmn {
    font-size: 1.4rem;
  }
}
.list_cmn__item {
  margin-left: 1.1em;
}

.list_cmn02 {
  counter-reset: list-counter;
}
@media print, screen and (min-width: 768px) {
  .list_cmn02 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .list_cmn02 {
    font-size: 1.4rem;
  }
}
.list_cmn02.digits02 .list_cmn02__item {
  padding-left: 2em;
}
.list_cmn02__item {
  counter-increment: list-counter;
  position: relative;
  padding-left: 1.1em;
}
.list_cmn02__item::before {
  content: counter(list-counter) ". ";
  position: absolute;
  left: 0;
}

.list_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 645px;
  margin: auto;
}
.list_btn__item {
  width: 48.2%;
}

.list_2columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  margin-bottom: -4%;
}
.list_2columns__item {
  width: 48%;
  margin-bottom: 4%;
}

.list_3columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  margin-bottom: -4%;
}
.list_3columns__item {
  width: 30.66%;
  margin-bottom: 4%;
}
.list_3columns__item:not(:nth-child(3n)) {
  margin-right: 4%;
}

.txt_ctr {
  text-align: center;
}

.txt_rgt {
  text-align: right;
}

.txt_lft {
  text-align: left;
}

@media print, screen and (min-width: 768px) {
  .font_18 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .font_18 {
    font-size: 1.4rem;
  }
}

.mark_ann {
  position: relative;
  padding-left: 1em;
}
.mark_ann::before {
  position: absolute;
  content: "※";
  left: 0;
  top: 0;
}

.map iframe {
  width: 100%;
  height: 100%;
}
@media print, screen and (min-width: 768px) {
  .map iframe {
    aspect-ratio: 11/6;
  }
}
@media screen and (max-width: 767px) {
  .map iframe {
    aspect-ratio: 1/1;
  }
}

/* 2024.11 KAZ: copied from the original CSS
-------------------------------------------------------------- */
/* Alignment */
.alignleft {
  float: left;
  margin-right: 1.625em;
  /* display: inline; */
}

.alignright {
  float: right;
  margin-left: 1.625em;
  /* display: inline; */
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.left {
  text-align: left;
  display: block;
}

.center {
  text-align: center;
  display: block;
}

.right {
  text-align: right;
  display: block;
}

td.right, th.right, td.center, th.center, td.left, th.left {
  display: table-cell;
}

li.right, li.right, li.center {
  display: list-item;
}

.middle {
  vertical-align: middle;
}

.imgonly {
  line-height: 0;
}

.imgonly a,
a.imgonly {
  display: inline-block;
}

.bold {
  font-weight: bold;
}

.clear {
  clear: both;
}

a.current img {
  opacity: 0.7;
}

.nomargin {
  margin: 0 !important;
}

.nopadding {
  padding: 0 !important;
}

.noborder {
  border: 0px !important;
}

.border {
  border: 1px solid gray;
}

.noclear {
  clear: none !important;
}

.nobackground {
  background: transparent none !important;
}

.nobr {
  white-space: nowrap;
}

@media print, screen and (min-width: 768px) {
  .sponly {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .pconly {
    display: none !important;
  }
}

/*===================================
	ヘッダー
=====================================*/
.header {
  position: fixed;
  width: 100%;
  height: 80px;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 2.6%;
  background-color: #e9f4df;
  z-index: 9999;
}
.admin-bar .header {
  top: var(--wp-admin-bar-height);
}
@media screen and (max-width: 767px) {
  .header {
    height: 60px;
  }
}
@media print {
  .header {
    position: absolute;
  }
}
.header__l {
  width: 231px;
}
@media screen and (max-width: 767px) {
  .header__l {
    width: 177px;
  }
}
.header__r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 100%;
}
@media print, screen and (max-width: 1280px) {
  .header__r {
    width: calc(5.2% + 60px + 195px);
  }
}
@media screen and (max-width: 767px) {
  .header__r {
    width: auto;
  }
}
.header__ttl a {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.header__ttl a:hover {
  opacity: 0.7;
}
.header__count {
  background-color: #18b7cd;
  color: white;
  width: 195px;
  height: 100%;
  text-align: center;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .header__count {
    width: 100%;
    height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .header__count__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.header__count__txt {
  font-size: 1.4rem;
}
@media print, screen and (min-width: 768px) {
  .header__count__txt {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .header__count__txt {
    margin-right: 10px;
  }
}
.header__count__date {
  font-family: monospace;
  letter-spacing: 0.05em;
}
@media print, screen and (min-width: 768px) {
  .header__count__date {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 767px) {
  .header__count__date {
    font-size: 1.8rem;
  }
}
.header__count__date span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.1rem;
  margin: 0 0.7em 0 0.2em;
}
@media screen and (max-width: 767px) {
  .header__count__date span {
    margin: 0 0.4em 0 0.1em;
  }
}

@media print, screen and (max-width: 1280px) {
  .global-nav {
    max-width: 305px;
    margin: auto;
  }
}
.global-nav__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 1281px) {
  .global-nav__wrap {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin: 0 25px 5px 0;
  }
}
@media print, screen and (max-width: 1280px) {
  .global-nav__wrap {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    margin-bottom: 15px;
  }
}
.global-nav__wrap__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 1281px) {
  .global-nav__wrap__list {
    font-size: 1.3rem;
  }
}
@media print, screen and (max-width: 1280px) {
  .global-nav__wrap__list {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 20px;
    font-size: 1.4rem;
  }
}
@media print, screen and (max-width: 1280px) {
  .global-nav__wrap__list__up {
    display: none;
  }
}
@media screen and (min-width: 1281px) {
  .global-nav__wrap__list__low {
    display: none;
  }
}
@media screen and (min-width: 1281px) {
  .global-nav__wrap__list__item {
    margin-right: 22px;
  }
}
@media print, screen and (max-width: 1280px) {
  .global-nav__wrap__list__item {
    margin: 0 10px;
  }
}
.global-nav__wrap__list__item a {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.global-nav__wrap__list__item a:hover {
  opacity: 0.7;
}
.global-nav__wrap__sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 1281px) {
  .global-nav__wrap__sns-list {
    width: 119.5px; /* was 87px 2026.3 MAC */
  }
}
@media print, screen and (max-width: 1280px) {
  .global-nav__wrap__sns-list {
    width: 164px; /* was 130px 2026.3 MAC */
  }
}
@media screen and (min-width: 1281px) {
  .global-nav__wrap__sns-list__item {
    width: 22px;
  }
}
@media print, screen and (max-width: 1280px) {
  .global-nav__wrap__sns-list__item {
    width: 34px;
  }
}
.global-nav__wrap__sns-list__item a {
  display: block;
  overflow: hidden;
  border-radius: 50%;
  opacity: 1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.global-nav__wrap__sns-list__item a:hover {
  opacity: 0.7;
}
.global-nav__list {
  font-size: 1.5rem;
}
@media screen and (min-width: 1281px) {
  .global-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media print, screen and (max-width: 1280px) {
  .global-nav__list {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1281px) {
  .global-nav__list__item {
    margin-right: 25px;
    position: relative;
  }
}
@media print, screen and (max-width: 1280px) {
  .global-nav__list__item {
    border-bottom: 1px solid #6fb92c;
  }
}
.global-nav__list__item a {
  display: block;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.global-nav__list__item a:hover {
  opacity: 0.7;
}
@media print, screen and (max-width: 1280px) {
  .global-nav__list__item a {
    padding: 15px 0;
  }
}
@media screen and (min-width: 1281px) {
  .global-nav__list__item > a {
    height: 39px;
  }
}
@media print, screen and (max-width: 1280px) {
  .global-nav__list__item > a.drp_point {
    position: relative;
  }
  .global-nav__list__item > a.drp_point::before {
    position: absolute;
    content: "";
    background-color: #6fb92c;
    width: 14px;
    height: 10px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .global-nav__list__item > a.drp_point.active::before {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
.global-nav__list__item__drp {
  display: none;
  font-size: 1.4rem;
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (min-width: 1281px) {
  .global-nav__list__item__drp {
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    white-space: nowrap;
    text-align: center;
    background-color: #18b7cd;
    padding: 5px 0;
    color: white;
  }
}
@media print, screen and (max-width: 1280px) {
  .global-nav__list__item__drp {
    height: auto !important;
    padding-top: 0 !important;
    padding-bottom: 10px !important;
  }
}
.global-nav__list__item__drp.active {
  opacity: 1;
}
@media print, screen and (max-width: 1280px) {
  .global-nav__list__item__drp__item:not(:last-child) {
    margin-bottom: 2px;
  }
}
@media screen and (min-width: 1281px) {
  .global-nav__list__item__drp__item a {
    line-height: 30px;
    padding: 0 20px;
  }
}
@media print, screen and (max-width: 1280px) {
  .global-nav__list__item__drp__item a {
    background-color: #d4eac0;
    padding: 5px 10px;
  }
}

@media screen and (min-width: 1281px) {
  #header_overlay {
    width: calc(100% - 195px);
  }
}
@media print, screen and (max-width: 1280px) {
  #header_overlay {
    width: 100%;
    height: calc(100% - var(--khm-header-height));
    position: fixed;
    top: var(--khm-header-height);
    right: 0;
    padding: 80px 5%;
    overflow-y: scroll;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    visibility: hidden;
    background-color: #e9f4df;
  }
  #header_overlay.active {
    opacity: 1;
    visibility: visible;
  }
}
@media print, screen and (max-width: 1280px) {
  .admin-bar #header_overlay {
    height: calc(100% - var(--khm-header-height) - var(--wp-admin-bar-height));
    top: calc(var(--khm-header-height) + var(--wp-admin-bar-height));
  }
}
@media screen and (max-width: 767px) {
  #header_overlay {
    padding: 30px 5%;
  }
}
@media print {
  #header_overlay {
    position: absolute;
  }
}

#menu_trigger, #menu_trigger span {
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#menu_trigger {
  position: fixed;
  top: 10px;
  right: 2.6%;
  width: 60px;
  height: 60px;
  z-index: 3;
  background-color: #8cc756;
  cursor: pointer;
  border-radius: 50%;
}
.admin-bar #menu_trigger {
  top: calc(var(--wp-admin-bar-height) + 10px);
}
@media screen and (min-width: 1281px) {
  #menu_trigger {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #menu_trigger {
    width: 42px;
    height: 42px;
  }
}
@media print {
  #menu_trigger {
    position: absolute;
  }
}
#menu_trigger {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#menu_trigger:hover {
  opacity: 0.7;
}
#menu_trigger span {
  position: absolute;
  z-index: 4;
  left: 0;
  width: 30px;
  height: 4px;
  background: white;
  right: 0;
  margin: auto;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  #menu_trigger span {
    width: 20px;
    height: 2px;
  }
}
@media print, screen and (min-width: 768px) {
  #menu_trigger span:nth-of-type(1) {
    top: 23px;
  }
}
@media screen and (max-width: 767px) {
  #menu_trigger span:nth-of-type(1) {
    top: 17px;
  }
}
@media print, screen and (min-width: 768px) {
  #menu_trigger span:nth-of-type(2) {
    bottom: 23px;
  }
}
@media screen and (max-width: 767px) {
  #menu_trigger span:nth-of-type(2) {
    bottom: 17px;
  }
}
#menu_trigger.active span:nth-of-type(1) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media print, screen and (min-width: 768px) {
  #menu_trigger.active span:nth-of-type(1) {
    top: 28px;
  }
}
@media screen and (max-width: 767px) {
  #menu_trigger.active span:nth-of-type(1) {
    top: 20px;
  }
}
#menu_trigger.active span:nth-of-type(2) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media print, screen and (min-width: 768px) {
  #menu_trigger.active span:nth-of-type(2) {
    bottom: 28px;
  }
}
@media screen and (max-width: 767px) {
  #menu_trigger.active span:nth-of-type(2) {
    bottom: 20px;
  }
}

/*===================================
	フッター
=====================================*/
.fix_bnr {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}
@media print, screen and (min-width: 768px) {
  .fix_bnr {
    padding: 40px 0;
  }
}
@media screen and (max-width: 767px) {
  .fix_bnr {
    display: none;
  }
}
@media print {
  .fix_bnr {
    display: none !important;
  }
}
.fix_bnr::before {
  position: absolute;
  content: "";
  background-color: #6fb92c;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.6;
  z-index: -1;
}
.fix_bnr__close {
  position: absolute;
}
@media print, screen and (min-width: 768px) {
  .fix_bnr__close {
    left: 20px;
    top: 20px;
    width: 22px;
    height: 22px;
  }
}
@media screen and (max-width: 767px) {
  .fix_bnr__close {
    left: 10px;
    top: 10px;
    width: 15px;
    height: 15px;
  }
}

.footer {
  position: relative;
  background-color: #8cc756;
  color: white;
}
@media print, screen and (min-width: 768px) {
  .footer {
    padding: 45px 0 70px;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 30px 0;
  }
}
.footer .pagetop {
  position: fixed;
  z-index: 9000;
  border-radius: 50%;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .footer .pagetop {
    width: 60px;
    height: 60px;
    bottom: 20px;
    right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .footer .pagetop {
    width: 40px;
    height: 40px;
    bottom: 10px;
    right: 10px;
  }
}
.footer .pagetop {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.footer .pagetop:hover {
  opacity: 0.7;
  opacity: 0.7 !important;
}
@media print {
  .footer .pagetop {
    display: none !important;
  }
}
@media print, screen and (min-width: 768px) {
  .footer__wrap {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .footer__wrap {
    margin-bottom: 30px;
  }
}
.footer__bnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
@media print, screen and (min-width: 768px) {
  .footer__bnr {
    margin-bottom: -1.5%;
  }
}
@media screen and (max-width: 767px) {
  .footer__bnr {
    margin-bottom: -4%;
  }
}
@media print, screen and (min-width: 768px) {
  .footer__bnr__item {
    width: 18.5%;
    margin: 0 0.75% 1.5%;
  }
}
@media screen and (max-width: 767px) {
  .footer__bnr__item {
    width: 46%;
    margin: 0 2% 4%;
  }
}
.footer__bnr__item a {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.footer__bnr__item a:hover {
  opacity: 0.7;
}
.footer__bnr__item a img {
  height: auto;
}
.footer__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.5;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .footer__link {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .footer__link {
    font-size: 1.4rem;
    margin-bottom: 30px;
    margin-inline: -0.7em;
  }
}
@media print, screen and (min-width: 768px) {
  .footer__link__item {
    padding: 0 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .footer__link__item {
    padding: 0 0.7em;
  }
}
.footer__link__item:not(:last-child) {
  border-right: 1px solid white;
}
.footer__link__item a {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.footer__link__item a:hover {
  opacity: 0.7;
}
.footer__bnr2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  max-width: 490px;
}
@media print, screen and (min-width: 768px) {
  .footer__bnr2 {
    margin: 0 auto 30px;
  }
}
@media screen and (max-width: 767px) {
  .footer__bnr2 {
    margin: 0 auto 20px;
  }
}
.footer__bnr2__item {
  width: 30.7%;
}
.footer__bnr2__item a {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.footer__bnr2__item a:hover {
  opacity: 0.7;
}
@media print, screen and (min-width: 768px) {
  .footer__bnr3 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .footer__bnr3 {
    margin-bottom: 20px;
  }
}
.footer__bnr3 img {
  margin-inline: auto;
}
@media print, screen and (min-width: 768px) {
  .footer__bnr3 img {
    width: 220px;
  }
}
@media screen and (max-width: 767px) {
  .footer__bnr3 img {
    width: 60%;
    max-width: 220px;
  }
}
.footer__company {
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .footer__company {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .footer__company {
    margin-bottom: 30px;
  }
}
.footer__company__ttl {
  font-weight: bold;
  margin-bottom: 15px;
}
@media print, screen and (min-width: 768px) {
  .footer__company__ttl {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .footer__company__ttl {
    font-size: 1.6rem;
  }
}
.footer__company__txt {
  margin-bottom: 10px;
  line-height: 1.5;
}
@media print, screen and (min-width: 768px) {
  .footer__company__txt {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .footer__company__txt {
    font-size: 1.2rem;
  }
}
.footer__privacy {
  margin-bottom: 1.5em;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .footer__privacy {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .footer__privacy {
    font-size: 1.2rem;
  }
}
.footer__privacy a {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.footer__privacy a:hover {
  opacity: 0.7;
}
.footer__copy {
  text-align: center;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .footer__copy {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .footer__copy {
    font-size: 1rem;
  }
}

/*===================================
	animation
=====================================*/
/*# sourceMappingURL=common.css.map */