@charset "UTF-8";
/*
Theme Name: BANNA_THEME
Theme URI: 
Description: バンナ公園公式サイト
Author: ECCOM Creation Co.,Ltd.
Author URI: 
Version: 1.0.4
.
. バンナ公園公式サイト
.
*/
/* 変数
------------------------------------*/
:root {
  --color-text: #161807;
  --color-link: #20ACE0;
  --color-pink: #f00;
  --contents-width: 1200px;
  --Bgc-green-10: #F6F6F6;
  --Bgc-green-50: #D5D9CF;
  --Bgc-green-800: #253313;
  --Bgc-green-900: #161807;
  --Text-green-100: #B3BBA8;
  --Text-green-200: #8C957F;
  --Text-green-300: #59604F;
  --Text-white-900: #FFFFFF;
}

/* 外部CSS
------------------------------------*/
/*!
 * ress.css • v2.0.4
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
}

details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  color: inherit;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not([fill]) {
  fill: currentColor;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* 共通パーツ
------------------------------------*/
html {
  height: 100%;
  width: 100%;
}

body {
  background: var(--Bgc-green-10, #F6F6F6);
  color: var(--color-text);
  font-family: "IBM Plex Sans JP";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 1.2px;
  line-height: 200%; /* 30px */
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overflow-wrap: break-word;
  padding: 0;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 1px) and (max-width: 1080px) {
  body {
    min-width: 320px;
  }
}
body.is-fixed {
  overflow-y: hidden;
}

img {
  border: 0;
  height: auto;
  max-width: 100%;
}

p {
  margin: 0;
  padding: 0;
}

input {
  border-radius: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
}

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

button,
input[type=submit],
a {
  transition: opacity 0.2s ease, transform 0.2s ease, color 0.2s ease;
}

/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
button,
input[type=button] {
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
button::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]:focus,
button:focus,
input[type=button]:focus {
  outline-offset: -2px;
}

summary::-webkit-details-marker {
  display: none;
}

.c-preload * {
  transition: none !important;
}

.c-header-default {
  position: relative;
  width: 100%;
  z-index: 10;
}
@media screen and (max-width: 650px) {
  .c-header-default {
    position: fixed;
    left: 0;
    top: 0;
  }
}
.c-header-default.is-no-name::before, .c-header-default.is-no-name::after {
  display: none;
}
.c-header-default.is-no-name .c-header-logo {
  display: none;
}
.c-header-default.is-no-name .c-header-upper {
  display: none;
}
.c-header-default::before, .c-header-default::after {
  content: "Banna Park";
  display: inline-block;
  color: var(--Text-green-100, #B3BBA8);
  font-family: "Source Serif 4";
  font-size: 14px;
  line-height: 180%; /* 25.2px */
  letter-spacing: 1.4px;
  position: absolute;
  left: -20px;
  top: 50vh;
  rotate: -90deg;
}
@media screen and (max-width: 650px) {
  .c-header-default::before, .c-header-default::after {
    display: none;
  }
}
.c-header-default::after {
  rotate: 90deg;
  left: auto;
  right: -20px;
}
.c-header-default .c-header-default__inner {
  margin: 0 auto;
  max-width: 1440px;
}

.c-header-logo {
  display: block;
  line-height: 0;
  position: fixed;
  left: 40px;
  top: 48px;
}
@media screen and (max-width: 650px) {
  .c-header-logo {
    left: 20px;
    top: 43px;
    width: 56px;
  }
}
.c-header-logo.is-white .c-header-logo__link svg g {
  fill: #fff;
}
.c-header-logo .c-header-logo__link {
  display: block;
  line-height: 0;
}
@media screen and (max-width: 650px) {
  .c-header-logo .c-header-logo__link {
    width: 56px;
  }
}
.c-header-logo .c-header-logo__link svg {
  width: 100%;
}
.c-header-logo .c-header-logo__link svg g {
  transition: fill 0.3s ease;
}

.c-header-upper {
  border-bottom: 1px solid var(--Text-green-100, #B3BBA8);
  display: none;
  gap: 24px;
  justify-content: center;
  margin: 0 20px;
  padding: 8px 0 6px;
}
@media screen and (max-width: 650px) {
  .c-header-upper {
    display: flex;
  }
}
.c-header-upper .c-header-upper__english {
  color: var(--Text-green-200, #8C957F);
  font-family: "Source Serif 4";
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 16px */
  letter-spacing: 0.8px;
  position: relative;
}
.c-header-upper .c-header-upper__english::after {
  background: var(--Text-green-100, #B3BBA8);
  content: "";
  display: block;
  height: 10px;
  position: absolute;
  right: -14px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
}
.c-header-upper .c-header-upper__japanese {
  color: var(--Text-green-200, #8C957F);
  font-family: "IBM Plex Sans JP";
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 15px */
  letter-spacing: 0.8px;
}

.c-footer-default {
  margin: 0 auto;
  max-width: calc(var(--contents-width) + 48px);
}

.c-footer-inner {
  padding: 40px 24px 88px;
  position: relative;
}
@media screen and (max-width: 650px) {
  .c-footer-inner {
    display: grid;
    padding-bottom: 120px;
  }
}

.c-footer-header {
  align-items: center;
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 650px) {
  .c-footer-header {
    display: contents;
  }
}
.c-footer-header .c-footer-header__logo {
  color: var(--Bgc-green-800, #253313);
  font-size: 16px;
  line-height: 120%; /* 19.2px */
  letter-spacing: 0.8px;
}
@media screen and (max-width: 650px) {
  .c-footer-header .c-footer-header__logo {
    font-size: 18px;
    letter-spacing: 0.9px;
    order: 1;
    text-align: center;
  }
}
.c-footer-header .c-footer-header__sns {
  display: flex;
  gap: 4px;
  list-style: none;
  margin: -3px 0 0;
  justify-content: center;
}
@media screen and (max-width: 650px) {
  .c-footer-header .c-footer-header__sns {
    order: 3;
    margin: 10px 0 0;
  }
}
.c-footer-header .c-footer-header__sns li a {
  display: block;
  line-height: 0;
}
.c-footer-header .c-footer-header__sns li a:hover {
  opacity: 0.5;
}

.c-footer-detail {
  margin: 16px 0 0;
}
@media screen and (max-width: 650px) {
  .c-footer-detail {
    margin: 8px 0 0;
    order: 2;
  }
}
@media screen and (max-width: 650px) {
  .c-footer-detail .c-footer-detail__address {
    margin: 0;
    text-align: center;
  }
}
.c-footer-detail .c-footer-detail__address .c-footer-detail__address-ja {
  color: var(--Bgc-green-800, #253313);
  font-size: 12px;
  line-height: 150%; /* 18px */
  letter-spacing: 1.2px;
}
.c-footer-detail .c-footer-detail__address .c-footer-detail__address-en {
  color: var(--Text-green-200, #8C957F);
  font-size: 10px;
  line-height: 150%; /* 15px */
  letter-spacing: 0.8px;
}
.c-footer-detail .c-footer-detail__open {
  color: var(--Bgc-green-800, #253313);
  font-family: "IBM Plex Sans JP";
  font-size: 10px;
  line-height: 150%; /* 15px */
  letter-spacing: 0.8px;
  margin: 8px 0 0;
}
@media screen and (max-width: 650px) {
  .c-footer-detail .c-footer-detail__open {
    text-align: center;
  }
}
.c-footer-detail .c-footer-detail__tel {
  display: flex;
  margin: 9px 0 0;
}
@media screen and (max-width: 650px) {
  .c-footer-detail .c-footer-detail__tel {
    justify-content: center;
  }
}
.c-footer-detail .c-footer-detail__tel dt {
  color: var(--Bgc-green-800, #253313);
  font-size: 12px;
  line-height: 160%; /* 19.2px */
  letter-spacing: 0.96px;
}
.c-footer-detail .c-footer-detail__tel dd {
  color: var(--Bgc-green-800, #253313);
  font-size: 13px;
  line-height: 140%; /* 18.2px */
  letter-spacing: 1.04px;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.c-footer-detail .c-footer-detail__admin {
  color: var(--Bgc-green-800, #253313);
  font-size: 12px;
  line-height: 150%; /* 18px */
  letter-spacing: 1.2px;
  margin: 16px 0 0;
}
@media screen and (max-width: 650px) {
  .c-footer-detail .c-footer-detail__admin {
    text-align: center;
  }
}

.c-footer-main {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 32px;
  list-style: none;
  margin: 37px 0 0;
}
@media screen and (max-width: 650px) {
  .c-footer-main {
    gap: 10px 8px;
    justify-content: center;
    order: 5;
  }
}
.c-footer-main li:not(:last-child)::after {
  content: "/";
  color: var(--Text-green-200, #8C957F);
  display: none;
  font-family: "Zen Old Mincho";
  font-size: 12px;
  font-weight: 500;
  line-height: 120%; /* 14.4px */
  letter-spacing: 1.2px;
  margin: 0 0 0 8px;
  transform: translate3d(0, -3px, 0);
}
@media screen and (max-width: 650px) {
  .c-footer-main li:not(:last-child)::after {
    display: inline-block;
  }
}
.c-footer-main li a {
  color: var(--Text-green-300, #59604F);
  display: inline-block;
  font-family: "Zen Old Mincho";
  font-size: 16px;
  font-weight: 500;
  line-height: 120%; /* 19.2px */
  letter-spacing: 0.8px;
  padding: 5px 0;
}
@media screen and (max-width: 650px) {
  .c-footer-main li a {
    font-size: 14px;
    letter-spacing: 1.4px;
  }
}
.c-footer-main li a:hover {
  opacity: 0.6;
}

.c-footer-sub {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 32px;
  list-style: none;
  margin: 12px 0 0;
}
@media screen and (max-width: 650px) {
  .c-footer-sub {
    gap: 10px 8px;
    justify-content: center;
    margin: 5px 0 0;
    order: 6;
  }
}
.c-footer-sub li:not(:last-child)::after {
  content: "/";
  color: var(--Text-green-200, #8C957F);
  display: none;
  font-family: "Zen Old Mincho";
  font-size: 12px;
  font-weight: 500;
  line-height: 120%; /* 14.4px */
  letter-spacing: 1.2px;
  margin: 0 0 0 8px;
  transform: translate3d(0, -3px, 0);
}
@media screen and (max-width: 650px) {
  .c-footer-sub li:not(:last-child)::after {
    display: inline-block;
    transform: translate3d(0, 0, 0);
  }
}
.c-footer-sub li.is-small a {
  font-size: 12px;
}
.c-footer-sub li a {
  color: var(--Text-green-300, #59604F);
  font-family: "Zen Old Mincho";
  font-size: 14px;
  font-weight: 500;
  line-height: 120%; /* 16.8px */
  letter-spacing: 1.4px;
}
@media screen and (max-width: 650px) {
  .c-footer-sub li a {
    font-size: 12px;
    letter-spacing: 1.2px;
  }
}
.c-footer-sub li a:hover {
  opacity: 0.5;
}

.c-footer-cta {
  display: grid;
  gap: 8px;
  list-style: none;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 650px) {
  .c-footer-cta {
    position: static;
    justify-content: center;
    margin: 32px 0 0;
    order: 4;
  }
}
.c-footer-cta li {
  width: 276px;
}

.c-footer-copyright {
  color: var(--Text-green-200, #8C957F);
  font-family: "Zen Old Mincho";
  font-size: 10px;
  line-height: 150%; /* 15px */
  letter-spacing: 0.5px;
}
@media screen and (max-width: 650px) {
  .c-footer-copyright {
    order: 7;
    text-align: center;
  }
}

.c-drawer-default {
  height: 100vh;
  max-height: 100%;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  transition: opacity 0.3s ease-out;
  width: 100%;
  z-index: 10;
}
.c-drawer-default.is-active {
  opacity: 1;
  pointer-events: auto;
}
.c-drawer-default .c-drawer-default__background {
  background: #000;
  opacity: 0.3;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}
.c-drawer-default .c-drawer-default__inner {
  background: var(--Bgc-green-10, #F6F6F6);
  height: 100%;
  max-width: 400px;
  overflow: hidden;
  overflow-y: scroll;
  padding: 96px 40px 40px;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.c-drawer-default .c-drawer-default__logo {
  display: none;
  margin: -47px 0 40px -20px;
}
@media screen and (max-width: 650px) {
  .c-drawer-default .c-drawer-default__logo {
    display: block;
  }
}

.c-drawer-menu .c-drawer-menu__list {
  border-bottom: 1px solid var(--Text-green-200, #8C957F);
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr;
  justify-content: center;
  line-height: 150%; /* 21px */
  list-style: none;
  max-width: 400px;
  margin: 0 auto;
  padding: 0 0 30px;
}
.c-drawer-menu .c-drawer-menu__list li a {
  align-items: center;
  color: var(--Bgc-green-800, #253313);
  display: flex;
  font-family: "Zen Old Mincho";
  font-size: 20px;
  font-weight: 400;
  gap: 8px;
  justify-content: flex-start;
  line-height: 120%;
  letter-spacing: 1px;
  width: -moz-fit-content;
  width: fit-content;
}
.c-drawer-menu .c-drawer-menu__list li a:hover {
  opacity: 0.6;
}
.c-drawer-menu .c-drawer-menu__list li a span {
  align-items: flex-end;
  display: flex;
  gap: 6px;
}
.c-drawer-menu .c-drawer-menu__list li a i {
  color: var(--Text-green-200, #8C957F);
  display: block;
  font-size: 11px;
  font-style: normal;
  line-height: 160%;
  letter-spacing: 1.1px;
}

.c-drawer-sub {
  display: grid;
  gap: 16px;
  list-style: none;
  margin: 32px 0 0;
}
.c-drawer-sub li a {
  align-items: center;
  color: var(--Text-green-300, #59604F);
  display: flex;
  font-family: "Zen Old Mincho";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  gap: 8px;
  line-height: 120%;
  letter-spacing: 0.8px;
}
.c-drawer-sub li a:hover {
  opacity: 0.5;
}
.c-drawer-sub li a span {
  color: var(--Text-green-200, #8C957F);
  display: block;
  font-size: 10px;
  letter-spacing: 0.5px;
  line-height: 150%;
}

.c-drawer-contact {
  display: grid;
  gap: 8px;
  margin: 8px auto 0;
  width: 100%;
}

.c-drawer-footer {
  display: grid;
  gap: 24px;
}

.c-drawer-logo {
  display: block;
  line-height: 0;
  text-align: center;
}

.c-drawer-sns {
  align-items: center;
  border-top: 1px solid var(--Text-green-200, #8C957F);
  display: flex;
  gap: 32px;
  justify-content: center;
  list-style: none;
  padding: 16px 0 0;
}
.c-drawer-sns .c-drawer-sns__title {
  color: var(--Text-green-300, #59604F);
  font-family: "Zen Old Mincho";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 16.8px */
  letter-spacing: 1.4px;
}
.c-drawer-sns .c-drawer-sns__list {
  display: flex;
  gap: 8px;
  justify-content: center;
  list-style: none;
}
.c-drawer-sns .c-drawer-sns__list li a {
  display: block;
  line-height: 0;
}
.c-drawer-sns .c-drawer-sns__list li a:hover {
  opacity: 0.5;
}

.p-drawer-policy {
  color: var(--Text-green-200, #8C957F);
  display: inline-block;
  font-family: "Zen Old Mincho";
  font-size: 10px;
  line-height: 150%; /* 15px */
  letter-spacing: 0.5px;
  text-align: center;
  text-decoration-line: underline;
}
.p-drawer-policy:hover {
  text-decoration: none;
}

.c-headline-primary {
  color: var(--Text-green-300, #59604F);
  font-family: "Zen Old Mincho";
  font-size: 15px;
  font-weight: 600;
  line-height: 120%; /* 18px */
  letter-spacing: 0.45px;
}
.c-headline-primary::before {
  background: var(--Text-green-200, #8C957F);
  content: "";
  display: inline-block;
  height: 1px;
  margin: 0 8px 4px 0;
  width: 8px;
}
.c-headline-primary.is-small {
  font-size: 13px;
  line-height: 180%; /* 23.4px */
  letter-spacing: 1.04px;
}
.c-headline-primary.is-light {
  color: var(--Text-green-200, #8C957F);
}
.c-headline-primary.is-white {
  color: var(--Bgc-green-50, #D5D9CF);
}
.c-headline-primary.is-white::before {
  background: var(--Bgc-green-50, #D5D9CF);
}

.c-headline-fv {
  will-change: transform;
  transform: translateZ(0);
}
.c-headline-fv.is-green .c-headline-fv__en {
  color: var(--Text-green-100, #B3BBA8);
}
.c-headline-fv.is-green .c-headline-fv__ja {
  color: var(--Text-green-100, #B3BBA8);
}
.c-headline-fv .c-headline-fv__en {
  color: var(--Bgc-green-10, #F6F6F6);
  display: block;
  font-family: "Source Serif 4";
  font-size: 80px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 80px */
  letter-spacing: 4px;
  margin: 0 0 8px;
  text-align: center;
}
@media screen and (max-width: 650px) {
  .c-headline-fv .c-headline-fv__en {
    font-size: 60px;
  }
}
.c-headline-fv .c-headline-fv__ja {
  color: var(--Bgc-green-10, #F6F6F6);
  font-family: "Zen Old Mincho";
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 26.4px */
  letter-spacing: 1.1px;
  text-shadow: 0 2px 20px #000;
  text-align: center;
}
@media screen and (max-width: 650px) {
  .c-headline-fv .c-headline-fv__ja {
    font-size: 20px;
  }
}

.c-wrap {
  margin: 0;
  overflow: hidden;
  position: relative;
}

.c-contents {
  padding: 0 40px;
  margin: 0 auto;
  max-width: var(--contents-width);
}
@media screen and (max-width: 650px) {
  .c-contents {
    padding: 0 24px;
  }
}

.c-contents-fv {
  height: 100svh;
  margin: 0 calc(50% - 50vw);
  overflow: hidden;
  position: relative;
  width: 100vw;
}
.c-contents-fv.is-animated .c-contents-fv__headline {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.c-contents-fv .c-contents-fv__photo {
  display: block;
  height: 100%;
  line-height: 0;
  width: 100vw;
  will-change: transform;
  transform: translateZ(0);
}
.c-contents-fv .c-contents-fv__photo img {
  height: 100lvh;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.c-contents-fv .c-contents-fv__headline {
  align-items: center;
  display: flex;
  justify-content: center;
  opacity: 0;
  position: absolute;
  inset: 0;
  transform: translate3d(0, 30px, 0);
  transition: opacity 2s ease, transform 2s ease;
  will-change: transform;
}

.c-contents-header .c-contents-header__text {
  color: var(--Bgc-green-900, #161807);
  font-family: "Zen Old Mincho";
  font-size: 17px;
  line-height: 180%; /* 30.6px */
  letter-spacing: 0.85px;
}
.c-contents-header .c-contents-header__text a {
  text-decoration: underline;
}
.c-contents-header .c-contents-header__text a:hover {
  text-decoration: none;
}

.c-sticky-information {
  align-items: center;
  border-top: 1px solid var(--Text-green-300, #59604f);
  display: flex;
  justify-content: space-between;
  margin: 0 40px;
  padding: 16px 20px;
  position: fixed;
  left: 0;
  bottom: 0;
  transition: transform 0.3s ease;
  width: calc(100% - 80px);
  z-index: 5;
}
@media screen and (max-width: 650px) {
  .c-sticky-information {
    gap: 56px;
    margin: 0 20px;
    padding: 12px 8px 16px;
    width: calc(100% - 40px);
  }
}
.c-sticky-information::before {
  background: #fff;
  content: "";
  display: block;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  z-index: -1;
}
.c-sticky-information.is-skelton::before {
  background: transparent;
}
.c-sticky-information.is-top {
  border-top: 1px solid var(--Text-green-200, #8C957F);
}
.c-sticky-information.is-top::before {
  background: transparent;
}
.c-sticky-information.is-top .c-sticky-information__text {
  color: var(--Text-green-100, #B3BBA8);
}
.c-sticky-information.is-top .wpml-ls-statics-shortcode_actions ul li:not(:last-child)::after {
  color: var(--Text-green-100, #B3BBA8);
}
.c-sticky-information.is-top .wpml-ls-statics-shortcode_actions ul li a span {
  color: var(--Text-green-100, #B3BBA8);
}
.c-sticky-information.is-top.is-active {
  border-top: 1px solid var(--Text-green-300, #59604f);
}
.c-sticky-information.is-top.is-active .c-sticky-information__text {
  color: var(--Text-green-300, #59604f);
}
.c-sticky-information.is-top.is-active .wpml-ls-statics-shortcode_actions ul li:not(:last-child)::after {
  color: var(--Text-green-300, #59604f) !important;
}
.c-sticky-information.is-top.is-active .wpml-ls-statics-shortcode_actions ul li a span {
  color: var(--Text-green-300, #59604f) !important;
}
@media screen and (max-width: 650px) {
  .c-sticky-information.is-top.is-hide {
    transform: translate3d(0, 0, 0);
  }
}
@media screen and (max-width: 650px) {
  .c-sticky-information.is-hide {
    transform: translate3d(0, 100%, 0);
  }
}
.c-sticky-information .c-sticky-information__text {
  color: var(--Text-green-300, #59604f);
  font-family: "IBM Plex Sans JP";
  font-size: 12px;
  line-height: 150%; /* 18px */
  letter-spacing: 1.2px;
}
.c-sticky-information .wpml-ls-statics-shortcode_actions ul {
  display: flex;
  gap: 10px;
  list-style: none;
}
.c-sticky-information .wpml-ls-statics-shortcode_actions ul li {
  align-items: center;
  display: flex;
}
.c-sticky-information .wpml-ls-statics-shortcode_actions ul li:not(:last-child)::after {
  content: "/";
  color: var(--Text-green-300, #59604f);
  font-family: "IBM Plex Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 18px */
  letter-spacing: 0.36px;
  margin: 0 0 0 10px;
}
.c-sticky-information .wpml-ls-statics-shortcode_actions ul li a {
  line-height: 1;
}
.c-sticky-information .wpml-ls-statics-shortcode_actions ul li a:hover {
  opacity: 0.6;
}
.c-sticky-information .wpml-ls-statics-shortcode_actions ul li a span {
  color: var(--Text-green-300, #59604f);
  font-family: "IBM Plex Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 18px */
  letter-spacing: 0.36px;
}

.c-parallax-gradient {
  display: block;
  line-height: 0;
  overflow: hidden;
  position: relative;
}
.c-parallax-gradient.is-home {
  height: 420px;
}
.c-parallax-gradient.is-home::before {
  background: linear-gradient(180deg, #D5D9CF 0%, rgba(213, 217, 207, 0) 50%, rgba(213, 217, 207, 0) 100%);
}
.c-parallax-gradient.is-about {
  height: 440px;
}
.c-parallax-gradient::before {
  background: linear-gradient(180deg, #f6f6f6 0%, rgba(246, 246, 246, 0) 49.52%);
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}
.c-parallax-gradient img {
  width: 100%;
}

.c-box-round {
  background: #fff;
  border-radius: 20px;
  margin: 0 auto;
  max-width: 900px;
  padding: 30px;
}
.c-box-round.is-green {
  background: #edf3e3;
}
.c-box-round.is-green .c-box-round__text b {
  color: #107d3b;
  font-weight: 600;
}
.c-box-round.is-request {
  position: relative;
}
.c-box-round.is-request .c-box-round__decoration {
  position: absolute;
  left: calc(50% + 512px);
  top: 109px;
}
@media screen and (max-width: 650px) {
  .c-box-round.is-request .c-box-round__decoration {
    left: auto;
    right: -33px;
    top: -165px;
  }
}
.c-box-round .c-box-round__wrapper {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 650px) {
  .c-box-round .c-box-round__wrapper {
    grid-template-columns: 1fr;
  }
}
.c-box-round .c-box-round__headline {
  font-size: 24px;
  font-weight: 400;
  line-height: 150%; /* 36px */
  text-align: center;
}
.c-box-round .c-box-round__text {
  font-size: 16px;
  line-height: 150%; /* 24px */
}
.c-box-round .c-box-round__photo {
  align-items: flex-end;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  text-align: right;
}
.c-box-round .c-box-round__photo img {
  width: 100%;
}
.c-box-round .c-box-round__bottom {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 650px) {
  .c-box-round .c-box-round__bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
  }
}
.c-box-round .c-box-round__bottom .c-box-round__button {
  height: 58px;
  max-width: 250px;
  width: 100%;
}
.c-box-round .c-box-round__bottom .c-box-round__link {
  display: inline-block;
  font-size: 12px;
  line-height: 150%; /* 18px */
  padding-bottom: 2px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.c-box-round .c-box-round__bottom .c-box-round__link::after {
  background: #000;
  content: "";
  display: block;
  height: 1px;
  width: 100%;
}
.c-box-round .c-box-round__bottom .c-box-round__link:hover::after {
  background: transparent;
}
.c-box-round .c-box-round__bottom .c-box-round__link img {
  margin: 0 0 -2px;
}
.c-box-round .c-box-round__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 130px;
  justify-content: center;
  list-style: none;
}
@media screen and (max-width: 650px) {
  .c-box-round .c-box-round__buttons {
    gap: 40px;
  }
}
.c-box-round .c-box-round__buttons li {
  height: 59px;
  max-width: 250px;
  width: 100%;
}
.c-box-round .c-box-round__buttons li a {
  height: 100%;
}

.c-background {
  padding-bottom: 1px;
  padding-top: 1px;
  position: relative;
}
.c-background::before {
  content: "";
  display: block;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  z-index: -1;
}
.c-background.is-white::before {
  background: #fff;
}
.c-background.is-gray::before {
  background: #f0f0f0;
}
.c-background.is-green::before {
  background: var(--Bgc-green-50, #d5d9cf);
}
.c-background.is-black-texture::before {
  background: url("images/bg-green-texture.jpg") repeat center center/auto;
}
.c-background.is-before-green-gradient::after {
  background: linear-gradient(180deg, #D5D9CF 0%, #F0F0F0 100%);
  content: "";
  display: block;
  height: 480px;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  z-index: -1;
}

.c-card-inhabitants {
  outline: none;
}
.c-card-inhabitants:hover {
  opacity: 0.5;
}
.c-card-inhabitants figure {
  aspect-ratio: 1/1;
  border-radius: 4px;
  display: block;
  line-height: 0;
  overflow: hidden;
}
.c-card-inhabitants figure img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.c-card-inhabitants p {
  color: var(--Bgc-green-900, #161807);
  font-family: "IBM Plex Sans JP";
  font-size: 13px;
  line-height: 140%; /* 18.2px */
  letter-spacing: 1.04px;
  padding: 10px 10px 0;
  position: relative;
}
.c-card-inhabitants p::after {
  background: url("images/icon-arrow-inhabitants.svg") no-repeat center center/contain;
  content: "";
  display: block;
  height: 11px;
  position: absolute;
  bottom: 4px;
  right: 0;
  width: 6px;
}

.c-modal-card {
  height: 100vh;
  opacity: 1;
  pointer-events: auto;
  position: fixed;
  left: 0;
  top: 0;
  transition: opacity 0.6s ease;
  width: 100%;
  z-index: 600;
}
.c-modal-card.is-hide {
  opacity: 0;
  pointer-events: none;
}
.c-modal-card.is-hide .c-modal-card__slider-items {
  pointer-events: none;
}
.c-modal-card.is-hide .c-modal-card__loader {
  display: none !important;
}
.c-modal-card.is-map .c-modal-card__wrapper {
  max-width: 1212px;
}
.c-modal-card .c-modal-card__bg {
  background: #000;
  opacity: 0.3;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}
.c-modal-card .c-modal-card__loader {
  align-items: center;
  display: none;
  height: 100%;
  justify-content: center;
}
.c-modal-card .c-modal-card__wrapper {
  border-radius: 4px;
  height: 90vh;
  max-height: 600px;
  max-width: 1040px;
  opacity: 1;
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 50%;
  transition: opacity 0.6s ease;
  transform: translate3d(-50%, -50%, 0);
  width: 100%;
}
@media screen and (min-width: 1px) and (max-width: 1080px) {
  .c-modal-card .c-modal-card__wrapper {
    max-height: unset;
    max-width: 600px;
    padding: 18px;
    width: 90vw;
  }
}
.c-modal-card .c-modal-card__wrapper.is-hide {
  opacity: 0;
}
.c-modal-card .c-modal-card__wrapper.is-hide + .c-modal-card__loader {
  display: flex;
}
.c-modal-card .c-modal-card__close {
  outline: none;
  position: absolute;
  right: 37px;
  top: 32px;
  z-index: 10;
}
@media screen and (min-width: 1px) and (max-width: 1080px) {
  .c-modal-card .c-modal-card__close {
    align-items: center;
    background: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    height: 36px;
    position: fixed;
    right: 0;
    top: 0;
    width: 36px;
  }
}
.c-modal-card .c-modal-card__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  height: 100%;
}
@media screen and (min-width: 1px) and (max-width: 1080px) {
  .c-modal-card .c-modal-card__inner {
    border-radius: 4px;
    grid-template-columns: auto;
    display: block;
    overflow-y: scroll;
  }
}
.c-modal-card .c-modal-card__slider {
  overflow: hidden;
  width: 100%;
}
@media screen and (min-width: 1px) and (max-width: 1080px) {
  .c-modal-card .c-modal-card__slider {
    aspect-ratio: 342/300;
    border-radius: 4px 4px 0 0;
    width: 100%;
  }
}
.c-modal-card .c-modal-card__slider .c-modal-card__slider-items figure {
  display: block;
  height: 100%;
  line-height: 0;
}
.c-modal-card .c-modal-card__slider .c-modal-card__slider-items figure img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.c-modal-card .c-modal-card__slider .swiper-pagination .swiper-pagination-bullet {
  background: transparent;
  border: 1px solid #f6f6f6;
  border-radius: 50%;
  height: 8px;
  opacity: 1;
  width: 8px;
}
.c-modal-card .c-modal-card__slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #f6f6f6;
}
.c-modal-card .c-modal-card__body {
  background: #fff;
  overflow-y: auto;
  padding: 40px;
}
@media screen and (min-width: 1px) and (max-width: 1080px) {
  .c-modal-card .c-modal-card__body {
    border-radius: 0 0 4px 4px;
    overflow-y: unset;
    padding: 24px;
  }
}
.c-modal-card .c-modal-card__category {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.c-modal-card .c-modal-card__category.is-ghost {
  margin: 8px 0 0;
}
.c-modal-card .c-modal-card__category.is-ghost .c-modal-card__category-items {
  background: transparent;
  border: 1px solid var(--Text-green-300, #59604f);
  color: var(--Text-green-300, #59604f);
}
.c-modal-card .c-modal-card__category .c-modal-card__category-items {
  background: var(--Text-green-300, #59604f);
  border-radius: 20px;
  color: var(--Bgc-green-10, #f6f6f6);
  display: inline-block;
  font-family: "IBM Plex Sans JP";
  font-size: 13px;
  line-height: 140%; /* 18.2px */
  letter-spacing: 1.04px;
  padding: 3px 8px 2px 8px;
  text-align: center;
  min-width: 80px;
}
.c-modal-card .c-modal-card__headline {
  color: var(--Bgc-green-900, #161807);
  font-family: "Zen Old Mincho";
  font-size: 28px;
  font-weight: 500;
  line-height: 120%; /* 33.6px */
  letter-spacing: -0.84px;
  margin: 4px 0 0;
}
.c-modal-card .c-modal-card__english {
  color: var(--Text-green-200, #8c957f);
  font-family: "Source Serif 4";
  font-size: 12px;
  font-style: italic;
  line-height: 180%; /* 21.6px */
  letter-spacing: 0.6px;
  margin: 4px 0 0 2px;
  transform: skew(348deg, 0);
}
.c-modal-card .c-modal-card__sound {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 8px 0 0;
}
.c-modal-card .c-modal-card__sound .c-modal-card__sound-items {
  align-items: center;
  background: var(--Bgc-green-50, #d5d9cf);
  border-radius: 40px;
  color: var(--Text-green-300, #59604f);
  display: inline-flex;
  font-family: "IBM Plex Sans JP";
  font-size: 13px;
  gap: 4px;
  line-height: 100%;
  letter-spacing: 1.04px;
  outline: none;
  padding: 2px 12px 0 8px;
}
.c-modal-card .c-modal-card__sound .c-modal-card__sound-items.is-active {
  background: var(--Text-green-200, #8C957F);
  color: var(--Bgc-green-10, #F6F6F6);
}
.c-modal-card .c-modal-card__sound .c-modal-card__sound-items.is-active img {
  filter: brightness(0) invert(1);
}
.c-modal-card .c-modal-card__sound .c-modal-card__sound-items img {
  margin: -2px 0 0;
}
.c-modal-card .c-modal-card__rarity {
  align-items: center;
  border-bottom: 1px solid var(--Text-green-200, #8c957f);
  border-top: 1px solid var(--Text-green-200, #8c957f);
  display: flex;
  gap: 16px;
  margin: 16px 0 0;
  padding: 16px 0 12px;
}
@media screen and (min-width: 1px) and (max-width: 1080px) {
  .c-modal-card .c-modal-card__rarity {
    margin: 12px 0 0;
  }
}
.c-modal-card .c-modal-card__rarity .c-modal-card__rarity-label {
  color: var(--Text-green-300, #59604f);
  font-family: "Zen Old Mincho";
  font-size: 12px;
  line-height: 150%; /* 16.5px */
  letter-spacing: -0.33px;
}
.c-modal-card .c-modal-card__rarity .c-modal-card__rarity-stars {
  color: var(--Text-green-300, #59604f);
  font-family: "IBM Plex Sans JP";
  font-size: 14px;
  line-height: 140%; /* 18.2px */
  letter-spacing: 1.04px;
}
.c-modal-card .c-modal-card__text {
  border-bottom: 1px solid var(--Text-green-200, #8c957f);
  color: var(--Bgc-green-800, #253313);
  font-family: "IBM Plex Sans JP";
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 1.04px;
  padding: 16px 0 12px;
}
.c-modal-card .c-modal-card__credit {
  color: var(--Text-green-200, #8c957f);
  font-family: "IBM Plex Sans JP";
  font-size: 10px;
  line-height: 150%; /* 15px */
  letter-spacing: 0.8px;
  margin: 16px 0 0;
  text-align: right;
}

.c-block-map {
  margin: 0 calc(50% - 50vw);
  overflow: hidden;
}
.c-block-map .c-block-map__wrapper {
  margin: 0 auto;
  max-width: 100%;
  position: relative;
}
@media screen and (min-width: 1px) and (max-width: 1080px) {
  .c-block-map .c-block-map__wrapper {
    padding: 0 24px;
  }
}
.c-block-map .c-block-map__image {
  display: block;
  height: 800px;
  line-height: 0;
  margin: 0 auto;
  max-width: 1120px;
}
@media screen and (min-width: 1px) and (max-width: 1080px) {
  .c-block-map .c-block-map__image {
    height: calc(100vw - 48px);
  }
}
.c-block-map .c-block-map__image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.c-block-map .c-block-map__button {
  background: rgba(255, 255, 255, 0.85);
  border-bottom: 1px solid var(--Text-green-300, #59604f);
  color: var(--Bgc-green-800, #253313);
  font-family: "Zen Old Mincho";
  font-size: 15px;
  line-height: 180%; /* 27px */
  letter-spacing: 0.75px;
  padding: 4px 16px;
  position: absolute;
}
@media screen and (min-width: 1px) and (max-width: 1080px) {
  .c-block-map .c-block-map__button {
    align-items: center;
    color: var(--Bgc-green-800, #253313);
    border: none;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    font-weight: 500;
    height: 120px;
    justify-content: center;
    line-height: 120%; /* 12px */
    letter-spacing: 0;
    padding: 0 0 8px;
    text-align: center;
    width: 120px;
  }
}
@media screen and (max-width: 650px) {
  .c-block-map .c-block-map__button {
    font-size: 10px;
    height: 72px;
    width: 72px;
  }
}
.c-block-map .c-block-map__button:hover {
  opacity: 0.5;
}
.c-block-map .c-block-map__button::after {
  background: url("images/icon-arrow-inhabitants.svg") no-repeat center center/contain;
  content: "";
  display: inline-block;
  height: 12px;
  margin: 0 0 0 8px;
  rotate: 90deg;
  width: 6px;
}
@media screen and (min-width: 1px) and (max-width: 1080px) {
  .c-block-map .c-block-map__button::after {
    display: none;
  }
}
.c-block-map .c-block-map__button.is-a {
  left: calc(50% - 100px);
  bottom: 32px;
}
@media screen and (min-width: 1px) and (max-width: 1080px) {
  .c-block-map .c-block-map__button.is-a {
    left: 16.6666666667vw;
    bottom: 9.7435897436vw;
  }
}
.c-block-map .c-block-map__button.is-b {
  left: calc(50% - 120px);
  top: 440px;
}
@media screen and (min-width: 1px) and (max-width: 1080px) {
  .c-block-map .c-block-map__button.is-b {
    left: 51.2820512821vw;
    top: 48.2051282051vw;
  }
}
.c-block-map .c-block-map__button.is-c {
  right: calc(50% - 490px);
  top: 345px;
}
@media screen and (min-width: 1px) and (max-width: 1080px) {
  .c-block-map .c-block-map__button.is-c {
    right: 5.1282051282vw;
    top: 28.2051282051vw;
  }
}
.c-block-map .c-block-map__button.is-d {
  left: calc(50% - 550px);
  top: 535px;
}
@media screen and (min-width: 1px) and (max-width: 1080px) {
  .c-block-map .c-block-map__button.is-d {
    left: 19.2307692308vw;
    top: 38.9743589744vw;
  }
}
.c-block-map .c-block-map__button.is-e {
  left: calc(50% - 470px);
  top: 220px;
}
@media screen and (min-width: 1px) and (max-width: 1080px) {
  .c-block-map .c-block-map__button.is-e {
    left: 11.5384615385vw;
    top: 11.5384615385vw;
  }
}
.c-block-map .c-block-map__button b {
  font-family: "Zen Old Mincho";
  font-size: 22px;
  font-weight: 500;
  line-height: 120%; /* 26.4px */
  letter-spacing: 1.1px;
}
@media screen and (min-width: 1px) and (max-width: 1080px) {
  .c-block-map .c-block-map__button b {
    font-size: 17px;
    letter-spacing: 0;
    margin: 0 0 4px;
  }
}
@media screen and (max-width: 650px) {
  .c-block-map .c-block-map__button b {
    font-size: 11px;
  }
}
.c-block-map .c-block-map__button span {
  color: var(--Bgc-green-800, #253313);
  font-family: "Zen Old Mincho";
  font-size: 17px;
  line-height: 180%; /* 30.6px */
  letter-spacing: 0.85px;
}

.c-loader-default {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  position: relative;
  animation: rotate 1s linear infinite;
}
.c-loader-default::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  inset: 0px;
  border-radius: 50%;
  border: 5px solid var(--Text-green-300, #59604F);
  animation: prixClipFix 2s linear infinite;
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes prixClipFix {
  0% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);
            clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);
  }
  25% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0);
            clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0);
  }
  50% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%);
            clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%);
  }
  75% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%);
            clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%);
  }
  100% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0);
            clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0);
  }
}
.c-button-hamburger {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 48px;
  line-height: 0;
  outline: none;
  position: fixed;
  right: 40px;
  top: 54px;
  width: 64px;
  z-index: 50;
}
@media screen and (max-width: 650px) {
  .c-button-hamburger {
    right: 13px;
    top: 50px;
  }
}
.c-button-hamburger::after {
  color: var(--Text-green-300, #59604F);
  content: "menu";
  display: block;
  font-family: "Source Serif 4";
  font-size: 14px;
  font-weight: 400;
  line-height: 100%; /* 14px */
  letter-spacing: 1.4px;
  margin: 8px 0 0;
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: color 0.3s ease, opacity 0.3s ease, transform 0.3s linear;
}
.c-button-hamburger.is-active::after {
  opacity: 0;
}
.c-button-hamburger.is-active span {
  background: var(--Text-green-300, #59604F) !important;
}
.c-button-hamburger.is-active span:nth-child(1) {
  rotate: 45deg;
  transform: translate3d(4px, 6px, 0);
}
.c-button-hamburger.is-active span:nth-child(2) {
  rotate: -45deg;
  transform: translate3d(-5px, 4px, 0);
}
.c-button-hamburger.is-white::after {
  color: #fff;
}
.c-button-hamburger.is-white span {
  background: #fff;
}
.c-button-hamburger.is-gray::after {
  color: var(--Text-green-100, #B3BBA8);
}
.c-button-hamburger.is-gray span {
  background: var(--Text-green-100, #B3BBA8);
}
.c-button-hamburger span {
  background: var(--Text-green-300, #59604F);
  display: block;
  transform-origin: 32% 55%;
  transition: background-color 0.3s ease, rotate 0.3s linear, transform 0.3s linear;
  width: 42px;
}
.c-button-hamburger span:nth-child(1) {
  height: 2px;
}
.c-button-hamburger span:nth-child(2) {
  margin: 8px 0 0;
  height: 4px;
}

.c-button-cta {
  background: var(--Bgc-green-800, #253313);
  border-radius: 3px !important;
  color: #FFF;
  display: flex !important;
  font-family: "Zen Old Mincho";
  font-size: 16px !important;
  gap: 8px;
  justify-content: center;
  line-height: 140%;
  letter-spacing: 0.8px !important;
  padding: 15px 24px !important;
  width: 100% !important;
}
.c-button-cta.is-ghost {
  background: transparent !important;
  border: 1px solid var(--Bgc-green-900, #161807) !important;
  color: var(--Bgc-green-900, #161807) !important;
}
.c-button-cta:hover {
  opacity: 0.5;
}

.c-button-underline.is-small a {
  font-size: 10px;
  letter-spacing: 0.5px;
}
.c-button-underline a {
  border-bottom: 1px solid var(--Text-green-200, #8C957F);
  color: var(--Bgc-green-900, #161807);
  display: inline-block;
  font-family: "Zen Old Mincho";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.75px;
  padding: 0 4px 2px;
}
.c-button-underline a:hover {
  opacity: 0.5;
}

.c-button-arrow a {
  align-items: center;
  color: var(--Text-green-300, #59604F);
  display: inline-flex;
  font-family: "Source Serif 4";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  gap: 8px;
  line-height: 120%;
  letter-spacing: 1.5px;
  padding: 4px 0 0;
  transition: opacity 0.3s ease;
  width: -moz-fit-content;
  width: fit-content;
}
.c-button-arrow a:hover {
  opacity: 0.5;
}
.c-button-arrow a::after {
  background: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" width="39" height="10" viewBox="0 0 39 10" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M29.5666 0.5L39 9.5H0V8.82602H37.2945L29.0671 0.976574L29.5666 0.5Z" fill="%238C957F" /></svg>') no-repeat center center/contain;
  content: "";
  display: block;
  height: 9px;
  position: relative;
  top: -1px;
  width: 39px;
}
.c-button-arrow a.is-light {
  color: var(--Text-green-100, #B3BBA8);
}
.c-button-arrow.is-light a {
  color: var(--Text-green-100, #B3BBA8);
}
.c-button-arrow.is-large a {
  color: var(--Bgc-green-900, #161807);
  font-family: "Zen Old Mincho";
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.85px;
}
@media screen and (max-width: 650px) {
  .c-button-arrow.is-large a {
    font-size: 12px;
  }
}
.c-button-arrow.is-large a::after {
  height: 12px;
  width: 54px;
}
@media screen and (max-width: 650px) {
  .c-button-arrow.is-large a::after {
    height: 8px;
    width: 35px;
  }
}
.c-button-arrow.is-large a i {
  color: var(--Text-green-200, #8C957F);
  font-family: "Zen Old Mincho";
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 1.1px;
  margin: 0;
}
@media screen and (max-width: 650px) {
  .c-button-arrow.is-large a i {
    font-size: 10px;
    margin: 0 0 0 -4px;
  }
}

.c-list-breadcrumb {
  border-top: 1px solid var(--Text-green-200, #8C957F);
  display: flex;
  flex-wrap: wrap;
  gap: 0 8px;
  list-style: none;
  padding: 24px 0 80px;
  width: 100%;
}
.c-list-breadcrumb.is-no-border {
  border: none;
}
.c-list-breadcrumb.is-no-border-pc {
  border: none;
}
@media screen and (max-width: 650px) {
  .c-list-breadcrumb.is-no-border-pc {
    border-top: 1px solid var(--Text-green-200, #8C957F);
  }
}
.c-list-breadcrumb li {
  align-items: center;
  display: flex;
  max-width: 100%;
}
.c-list-breadcrumb li::after {
  background: url("images/icon-arrow-breads.svg") no-repeat center center/contain;
  content: "";
  margin: 0 0 0 8px;
  height: 8px;
  width: 4px;
}
.c-list-breadcrumb li:last-child::after {
  display: none;
}
.c-list-breadcrumb li a,
.c-list-breadcrumb li span {
  color: var(--Bgc-green-800, #253313);
  font-family: "Zen Old Mincho";
  font-size: 11px;
  line-height: 150%; /* 16.5px */
  letter-spacing: -0.33px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.c-list-breadcrumb li a:hover {
  opacity: 0.6;
}

.c-list-anchor {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 32px;
  list-style: none;
  padding: 0 0 14px;
  position: relative;
}
@media screen and (max-width: 650px) {
  .c-list-anchor {
    border-top: 1px solid var(--Text-green-200, #8C957F);
    flex-direction: column;
    gap: 6px;
    padding: 24px 0 18px;
  }
}
.c-list-anchor::after {
  background: var(--Text-green-200, #8C957F);
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.c-list-anchor li a {
  color: var(--Bgc-green-900, #161807);
  font-family: "Zen Old Mincho";
  font-size: 15px;
  line-height: 180%; /* 27px */
  letter-spacing: 0.75px;
}
.c-list-anchor li a:hover {
  opacity: 0.5;
}
.c-list-anchor li a::after {
  background: url("images/icon-arrow-anchor.svg") no-repeat center center/contain;
  content: "";
  display: inline-block;
  height: 6px;
  margin: 0 0 2px 10px;
  width: 11px;
}

.c-list-detail.is-document .c-list-detail__list dt {
  border-radius: 5px;
}
.c-list-detail.is-brown .c-list-detail__headline {
  color: #87643A;
}
.c-list-detail.is-brown .c-list-detail__list dt {
  background: #87643A;
}
.c-list-detail.is-orange .c-list-detail__headline {
  color: #EA5514;
}
.c-list-detail.is-orange .c-list-detail__list dt {
  background: #EA5514;
}
.c-list-detail .c-list-detail__headline {
  color: #107D3B;
  font-size: 16px;
  font-weight: 600;
  line-height: 180%; /* 28.8px */
  text-align: center;
}
.c-list-detail .c-list-detail__list {
  align-items: start;
  display: grid;
  gap: 16px 10px;
  grid-template-columns: 86px 1fr;
  margin: 16px auto 0;
  max-width: 400px;
}
.c-list-detail .c-list-detail__list dt {
  background: #107D3B;
  border-radius: 100px;
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 180%; /* 28.8px */
  padding: 5px 10px;
  text-align: center;
}
.c-list-detail .c-list-detail__list dd {
  font-size: 16px;
  line-height: 180%; /* 28.8px */
}
@media screen and (max-width: 650px) {
  .c-list-detail .c-list-detail__list dd {
    line-height: 150%; /* 24px */
  }
}

.c-list-map {
  align-items: start;
  display: grid;
  gap: 24px 16px;
  grid-template-columns: repeat(auto-fit, 277px);
}
@media screen and (max-width: 650px) {
  .c-list-map {
    grid-template-columns: auto;
  }
}
.c-list-map.is-sheet {
  gap: 24px 25px;
}
@media screen and (max-width: 650px) {
  .c-list-map.is-sheet {
    gap: 16px;
  }
}
@media screen and (max-width: 650px) {
  .c-list-map.is-sheet .c-list-map__items {
    display: grid;
    grid-template-columns: 1fr 112px;
    gap: 16px 8px;
    padding: 10px;
  }
}
@media screen and (max-width: 650px) {
  .c-list-map.is-sheet .c-list-map__headline {
    font-size: 16px;
    grid-area: 1/1/2/3;
    letter-spacing: 0.8px;
    max-width: none;
    padding: 0 0 8px;
    width: calc(100% - 22px);
  }
}
@media screen and (max-width: 650px) {
  .c-list-map.is-sheet .c-list-map__number {
    font-size: 12px;
    height: 24px;
    right: 10px;
    top: 10px;
    width: 24px;
  }
}
@media screen and (max-width: 650px) {
  .c-list-map.is-sheet .c-list-map__body {
    grid-area: 2/1/3/2;
    margin: 0;
    min-height: unset;
  }
}
@media screen and (max-width: 650px) {
  .c-list-map.is-sheet .c-list-map__body::after {
    display: none;
  }
}
@media screen and (max-width: 650px) {
  .c-list-map.is-sheet .c-list-map__photo {
    grid-area: 2/2/3/3;
    margin: 0;
  }
}
.c-list-map .c-list-map__items {
  background: #FFF;
  border: 1px solid var(--Text-green-300, #59604F);
  border-radius: 4px;
  display: block;
  outline: none;
  padding: 24px 16px 0;
  position: relative;
}
.c-list-map .c-list-map__items:hover {
  opacity: 0.5;
}
.c-list-map .c-list-map__headline {
  border-bottom: 1px solid var(--Text-green-200, #8C957F);
  color: var(--Bgc-green-800, #253313);
  font-family: "Zen Old Mincho";
  font-size: 18px;
  font-weight: 500;
  line-height: 120%; /* 21.6px */
  letter-spacing: 0.9px;
  max-width: 205px;
  padding: 8px 0 24px;
  text-align: left;
}
.c-list-map .c-list-map__number {
  align-items: center;
  background: var(--Text-green-300, #59604F);
  border-radius: 50%;
  color: var(--Text-white-900, #FFF);
  display: flex;
  font-family: "Zen Old Mincho";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  height: 32px;
  justify-content: center;
  line-height: 150%; /* 21px */
  letter-spacing: 0;
  position: absolute;
  right: 16px;
  top: 24px;
  text-align: center;
  width: 32px;
}
.c-list-map .c-list-map__body {
  min-height: 90px;
  margin: 24px 0 16px;
  position: relative;
}
.c-list-map .c-list-map__body::after {
  background: url("images/icon-arrow-map.svg") no-repeat center center/contain;
  content: "";
  display: block;
  height: 12px;
  position: absolute;
  bottom: 16px;
  right: 0;
  width: 6px;
}
.c-list-map .c-list-map__body p {
  color: var(--Bgc-green-800, #253313);
  display: -webkit-box;
  font-family: "IBM Plex Sans JP";
  font-size: 13px;
  line-height: 140%; /* 18.2px */
  letter-spacing: 1.04px;
  overflow: hidden;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.c-list-map .c-list-map__body p.is-small {
  font-size: 12px;
  line-height: 150%; /* 18px */
  letter-spacing: 0.36px;
  margin: 8px 0 0;
}
.c-list-map .c-list-map__photo {
  aspect-ratio: 277/160;
  display: block;
  line-height: 0;
  margin: 0 -16px;
}
.c-list-map .c-list-map__photo img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.c-list-access,
.p-access-summary__details-list {
  display: grid;
  gap: 16px;
  margin: 0 auto;
  max-width: 594px;
}
.c-list-access .c-list-access__items,
.c-list-access .p-access-summary__details-items,
.p-access-summary__details-list .c-list-access__items,
.p-access-summary__details-list .p-access-summary__details-items {
  border-top: 1px solid var(--Text-green-200, #8C957F);
  display: flex;
  gap: 80px;
  padding: 6px 0;
}
@media screen and (max-width: 650px) {
  .c-list-access .c-list-access__items,
  .c-list-access .p-access-summary__details-items,
  .p-access-summary__details-list .c-list-access__items,
  .p-access-summary__details-list .p-access-summary__details-items {
    flex-direction: column;
    gap: 8px;
    padding: 10px 8px 10px;
  }
}
.c-list-access .c-list-access__items .c-list-access__ja,
.c-list-access .c-list-access__items .p-access-summary__details-ja,
.c-list-access .p-access-summary__details-items .c-list-access__ja,
.c-list-access .p-access-summary__details-items .p-access-summary__details-ja,
.p-access-summary__details-list .c-list-access__items .c-list-access__ja,
.p-access-summary__details-list .c-list-access__items .p-access-summary__details-ja,
.p-access-summary__details-list .p-access-summary__details-items .c-list-access__ja,
.p-access-summary__details-list .p-access-summary__details-items .p-access-summary__details-ja {
  align-items: center;
  display: flex;
  gap: 15px;
}
.c-list-access .c-list-access__items .c-list-access__text,
.c-list-access .c-list-access__items .p-access-summary__details-text,
.c-list-access .p-access-summary__details-items .c-list-access__text,
.c-list-access .p-access-summary__details-items .p-access-summary__details-text,
.p-access-summary__details-list .c-list-access__items .c-list-access__text,
.p-access-summary__details-list .c-list-access__items .p-access-summary__details-text,
.p-access-summary__details-list .p-access-summary__details-items .c-list-access__text,
.p-access-summary__details-list .p-access-summary__details-items .p-access-summary__details-text {
  color: var(--Bgc-green-900, #161807);
  font-family: "Zen Old Mincho";
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.42px;
  position: relative;
  white-space: nowrap;
}
.c-list-access .c-list-access__items .c-list-access__text:nth-child(2),
.c-list-access .c-list-access__items .p-access-summary__details-text:nth-child(2),
.c-list-access .p-access-summary__details-items .c-list-access__text:nth-child(2),
.c-list-access .p-access-summary__details-items .p-access-summary__details-text:nth-child(2),
.p-access-summary__details-list .c-list-access__items .c-list-access__text:nth-child(2),
.p-access-summary__details-list .c-list-access__items .p-access-summary__details-text:nth-child(2),
.p-access-summary__details-list .p-access-summary__details-items .c-list-access__text:nth-child(2),
.p-access-summary__details-list .p-access-summary__details-items .p-access-summary__details-text:nth-child(2) {
  align-items: center;
  color: #000;
  display: flex;
  gap: 6px;
}
.c-list-access .c-list-access__items .c-list-access__text:nth-child(2)::before, .c-list-access .c-list-access__items .c-list-access__text:nth-child(2)::after,
.c-list-access .c-list-access__items .p-access-summary__details-text:nth-child(2)::before,
.c-list-access .c-list-access__items .p-access-summary__details-text:nth-child(2)::after,
.c-list-access .p-access-summary__details-items .c-list-access__text:nth-child(2)::before,
.c-list-access .p-access-summary__details-items .c-list-access__text:nth-child(2)::after,
.c-list-access .p-access-summary__details-items .p-access-summary__details-text:nth-child(2)::before,
.c-list-access .p-access-summary__details-items .p-access-summary__details-text:nth-child(2)::after,
.p-access-summary__details-list .c-list-access__items .c-list-access__text:nth-child(2)::before,
.p-access-summary__details-list .c-list-access__items .c-list-access__text:nth-child(2)::after,
.p-access-summary__details-list .c-list-access__items .p-access-summary__details-text:nth-child(2)::before,
.p-access-summary__details-list .c-list-access__items .p-access-summary__details-text:nth-child(2)::after,
.p-access-summary__details-list .p-access-summary__details-items .c-list-access__text:nth-child(2)::before,
.p-access-summary__details-list .p-access-summary__details-items .c-list-access__text:nth-child(2)::after,
.p-access-summary__details-list .p-access-summary__details-items .p-access-summary__details-text:nth-child(2)::before,
.p-access-summary__details-list .p-access-summary__details-items .p-access-summary__details-text:nth-child(2)::after {
  background: var(--Text-green-200, #8C957F);
  content: "";
  display: block;
  height: 1px;
  width: 16px;
}
.c-list-access .c-list-access__items .c-list-access__text em,
.c-list-access .c-list-access__items .p-access-summary__details-text em,
.c-list-access .p-access-summary__details-items .c-list-access__text em,
.c-list-access .p-access-summary__details-items .p-access-summary__details-text em,
.p-access-summary__details-list .c-list-access__items .c-list-access__text em,
.p-access-summary__details-list .c-list-access__items .p-access-summary__details-text em,
.p-access-summary__details-list .p-access-summary__details-items .c-list-access__text em,
.p-access-summary__details-list .p-access-summary__details-items .p-access-summary__details-text em {
  font-style: normal;
}
.c-list-access .c-list-access__items .c-list-access__text img,
.c-list-access .c-list-access__items .p-access-summary__details-text img,
.c-list-access .p-access-summary__details-items .c-list-access__text img,
.c-list-access .p-access-summary__details-items .p-access-summary__details-text img,
.p-access-summary__details-list .c-list-access__items .c-list-access__text img,
.p-access-summary__details-list .c-list-access__items .p-access-summary__details-text img,
.p-access-summary__details-list .p-access-summary__details-items .c-list-access__text img,
.p-access-summary__details-list .p-access-summary__details-items .p-access-summary__details-text img {
  margin: 0 4px -1px 0;
}
.c-list-access .c-list-access__items .c-list-access__en,
.c-list-access .c-list-access__items .p-access-summary__details-en,
.c-list-access .p-access-summary__details-items .c-list-access__en,
.c-list-access .p-access-summary__details-items .p-access-summary__details-en,
.p-access-summary__details-list .c-list-access__items .c-list-access__en,
.p-access-summary__details-list .c-list-access__items .p-access-summary__details-en,
.p-access-summary__details-list .p-access-summary__details-items .c-list-access__en,
.p-access-summary__details-list .p-access-summary__details-items .p-access-summary__details-en {
  color: var(--Text-green-200, #8C957F);
  font-family: "Zen Old Mincho";
  font-size: 10px;
  line-height: 150%;
  /* 15px */
  letter-spacing: 0.5px;
  max-width: 220px;
}

.p-contact-form__body .wpforms-container,
.p-contact-form__body .wpforms-container-full {
  margin: 0 auto;
  max-width: 720px;
}
@media screen and (max-width: 650px) {
  .p-contact-form__body .wpforms-container,
  .p-contact-form__body .wpforms-container-full {
    padding: 45px 0 0;
  }
}
.p-contact-form__body .wpforms-container .wpforms-form .wpforms-field-container,
.p-contact-form__body .wpforms-container-full .wpforms-form .wpforms-field-container {
  display: grid;
  gap: 50px;
}
.p-contact-form__body .wpforms-container .wpforms-form .wpforms-field,
.p-contact-form__body .wpforms-container-full .wpforms-form .wpforms-field {
  display: grid;
  grid-template-areas: "label input" "none error";
  grid-template-columns: 130px 1fr;
  gap: 8px 70px;
  padding: 0;
  position: relative;
}
@media screen and (max-width: 650px) {
  .p-contact-form__body .wpforms-container .wpforms-form .wpforms-field,
  .p-contact-form__body .wpforms-container-full .wpforms-form .wpforms-field {
    gap: 16px;
    grid-template-areas: "label" "input" "error";
    grid-template-columns: auto;
  }
}
.p-contact-form__body .wpforms-container .wpforms-form .wpforms-field:last-child,
.p-contact-form__body .wpforms-container-full .wpforms-form .wpforms-field:last-child {
  padding: 0;
}
.p-contact-form__body .wpforms-container .wpforms-form .wpforms-field fieldset,
.p-contact-form__body .wpforms-container-full .wpforms-form .wpforms-field fieldset {
  display: contents;
}
.p-contact-form__body .wpforms-container .wpforms-form .wpforms-field.wpforms-field-checkbox ul,
.p-contact-form__body .wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-checkbox ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px 24px;
  list-style: none;
  margin: 0 !important;
  padding: 0;
}
@media screen and (max-width: 650px) {
  .p-contact-form__body .wpforms-container .wpforms-form .wpforms-field.wpforms-field-checkbox ul,
  .p-contact-form__body .wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-checkbox ul {
    gap: 9px;
    grid-template-columns: auto;
  }
}
.p-contact-form__body .wpforms-container .wpforms-form .wpforms-field.wpforms-field-checkbox ul li,
.p-contact-form__body .wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-checkbox ul li {
  margin: 0 !important;
}
@media screen and (max-width: 650px) {
  .p-contact-form__body .wpforms-container .wpforms-form .wpforms-field.wpforms-field-checkbox ul li,
  .p-contact-form__body .wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-checkbox ul li {
    padding: 0 !important;
  }
}
.p-contact-form__body .wpforms-container .wpforms-form .wpforms-field.wpforms-field-checkbox ul li input[type=checkbox],
.p-contact-form__body .wpforms-container .wpforms-form .wpforms-field.wpforms-field-checkbox ul li input[type=radio],
.p-contact-form__body .wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-checkbox ul li input[type=checkbox],
.p-contact-form__body .wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-checkbox ul li input[type=radio] {
  display: none !important;
}
.p-contact-form__body .wpforms-container .wpforms-form .wpforms-field.wpforms-field-checkbox ul li input[type=checkbox] + label,
.p-contact-form__body .wpforms-container .wpforms-form .wpforms-field.wpforms-field-checkbox ul li input[type=radio] + label,
.p-contact-form__body .wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-checkbox ul li input[type=checkbox] + label,
.p-contact-form__body .wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-checkbox ul li input[type=radio] + label {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  margin: 0 auto 0;
  padding: 0 0 0 34px;
  position: relative;
  text-align: left;
  width: auto;
}
.p-contact-form__body .wpforms-container .wpforms-form .wpforms-field.wpforms-field-checkbox ul li input[type=checkbox] + label::before,
.p-contact-form__body .wpforms-container .wpforms-form .wpforms-field.wpforms-field-checkbox ul li input[type=radio] + label::before,
.p-contact-form__body .wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-checkbox ul li input[type=checkbox] + label::before,
.p-contact-form__body .wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-checkbox ul li input[type=radio] + label::before {
  background: #fff;
  border: 1px solid var(--Text-green-300, #59604F);
  content: "";
  display: block;
  height: 24px;
  position: absolute;
  left: 0;
  top: calc(50% - 12px);
  width: 24px;
}
.p-contact-form__body .wpforms-container .wpforms-form .wpforms-field.wpforms-field-checkbox ul li input[type=checkbox] + label::after,
.p-contact-form__body .wpforms-container .wpforms-form .wpforms-field.wpforms-field-checkbox ul li input[type=radio] + label::after,
.p-contact-form__body .wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-checkbox ul li input[type=checkbox] + label::after,
.p-contact-form__body .wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-checkbox ul li input[type=radio] + label::after {
  background: url("images/icon-check.svg") no-repeat center center/contain;
  content: "";
  display: block;
  height: 18px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 9px);
  left: 5px;
  transition: transform 0.1s ease-in-out, opacity 0.1s ease-in-out;
  width: 14px;
}
.p-contact-form__body .wpforms-container .wpforms-form .wpforms-field.wpforms-field-checkbox ul li input[type=checkbox]:checked + label,
.p-contact-form__body .wpforms-container .wpforms-form .wpforms-field.wpforms-field-checkbox ul li input[type=radio]:checked + label,
.p-contact-form__body .wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-checkbox ul li input[type=checkbox]:checked + label,
.p-contact-form__body .wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-checkbox ul li input[type=radio]:checked + label {
  color: var(--color-text);
}
.p-contact-form__body .wpforms-container .wpforms-form .wpforms-field.wpforms-field-checkbox ul li input[type=checkbox]:checked + label::after,
.p-contact-form__body .wpforms-container .wpforms-form .wpforms-field.wpforms-field-checkbox ul li input[type=radio]:checked + label::after,
.p-contact-form__body .wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-checkbox ul li input[type=checkbox]:checked + label::after,
.p-contact-form__body .wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-checkbox ul li input[type=radio]:checked + label::after {
  opacity: 1;
}
.p-contact-form__body .wpforms-container .wpforms-form .wpforms-field.wpforms-field-checkbox ul li label,
.p-contact-form__body .wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-checkbox ul li label {
  letter-spacing: 0;
  line-height: 1.3571428571;
  margin: 0;
}
.p-contact-form__body .wpforms-container .wpforms-form .wpforms-field.wpforms-field-checkbox.agree-checkbox,
.p-contact-form__body .wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-checkbox.agree-checkbox {
  display: block;
  margin: 0 0 0 auto;
  max-width: 520px;
  width: 100%;
  padding: 30px 0 0 10px;
}
@media screen and (max-width: 650px) {
  .p-contact-form__body .wpforms-container .wpforms-form .wpforms-field.wpforms-field-checkbox.agree-checkbox,
  .p-contact-form__body .wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-checkbox.agree-checkbox {
    display: flex;
    justify-content: center;
    padding: 18px 0 0 10px;
  }
}
.p-contact-form__body .wpforms-container .wpforms-form .wpforms-field.wpforms-field-checkbox.agree-checkbox label,
.p-contact-form__body .wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-checkbox.agree-checkbox label {
  display: none;
}
.p-contact-form__body .wpforms-container .wpforms-form .wpforms-field.wpforms-field-checkbox.agree-checkbox .wpforms-field-label-inline,
.p-contact-form__body .wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-checkbox.agree-checkbox .wpforms-field-label-inline {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  padding: 0 0 0 34px;
  width: 100%;
}
.p-contact-form__body .wpforms-container .wpforms-form .wpforms-field.wpforms-field-checkbox.agree-checkbox .wpforms-field-label-inline a,
.p-contact-form__body .wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-checkbox.agree-checkbox .wpforms-field-label-inline a {
  text-decoration: underline;
  text-decoration-thickness: 0.5px;
  text-underline-offset: 3px;
}
.p-contact-form__body .wpforms-container .wpforms-form .wpforms-field.wpforms-field-checkbox.agree-checkbox .wpforms-field-label-inline a:hover,
.p-contact-form__body .wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-checkbox.agree-checkbox .wpforms-field-label-inline a:hover {
  text-decoration: none;
}
.p-contact-form__body .wpforms-container .wpforms-form .wpforms-field.wpforms-field-checkbox.agree-checkbox ul,
.p-contact-form__body .wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-checkbox.agree-checkbox ul {
  display: block;
  justify-content: center;
  margin: 0 !important;
}
.p-contact-form__body .wpforms-container .wpforms-form .wpforms-field.wpforms-field-checkbox.agree-checkbox ul li,
.p-contact-form__body .wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-checkbox.agree-checkbox ul li {
  margin: 0 !important;
}
.p-contact-form__body .wpforms-container .wpforms-form .wpforms-field.wpforms-field-file-upload .wpforms-uploader,
.p-contact-form__body .wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-file-upload .wpforms-uploader {
  align-items: center;
  display: flex;
  background: var(--Bgc-grey-10, #F0F0F0);
  border: 1px dashed var(--Text-green-200, #8C957F);
  min-height: 200px;
  justify-content: center;
}
.p-contact-form__body .wpforms-container .wpforms-form .wpforms-field.wpforms-field-file-upload .wpforms-uploader .dz-message,
.p-contact-form__body .wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-file-upload .wpforms-uploader .dz-message {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: center;
  max-width: 332px;
  margin: 0 auto;
  text-align: center;
}
.p-contact-form__body .wpforms-container .wpforms-form .wpforms-field.wpforms-field-file-upload .wpforms-uploader .dz-message svg,
.p-contact-form__body .wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-file-upload .wpforms-uploader .dz-message svg {
  fill: #59604F;
}
.p-contact-form__body .wpforms-container .wpforms-form .wpforms-field.wpforms-field-file-upload .wpforms-uploader .dz-message .modern-hint,
.p-contact-form__body .wpforms-container .wpforms-form .wpforms-field.wpforms-field-file-upload .wpforms-uploader .dz-message .modern-title,
.p-contact-form__body .wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-file-upload .wpforms-uploader .dz-message .modern-hint,
.p-contact-form__body .wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-file-upload .wpforms-uploader .dz-message .modern-title {
  color: var(--Text-green-300, #59604F);
  font-family: "IBM Plex Sans JP";
  font-size: 12px;
  line-height: 150%; /* 18px */
  letter-spacing: 0.36px;
  text-align: center;
}
.p-contact-form__body .wpforms-container .wpforms-form .wpforms-field.wpforms-field-textarea,
.p-contact-form__body .wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-textarea {
  padding: 0;
}
.p-contact-form__body .wpforms-container .wpforms-form .wpforms-field .wpforms-field-label,
.p-contact-form__body .wpforms-container-full .wpforms-form .wpforms-field .wpforms-field-label {
  color: var(--Text-green-300, #59604F);
  font-family: "Zen Old Mincho";
  font-size: 14px;
  font-weight: 400;
  grid-area: label;
  line-height: 150%; /* 21px */
  letter-spacing: 0.42px;
}
.p-contact-form__body .wpforms-container .wpforms-form .wpforms-field .wpforms-field-label-inline,
.p-contact-form__body .wpforms-container-full .wpforms-form .wpforms-field .wpforms-field-label-inline {
  color: var(--Bgc-green-900, #161807);
  font-family: "Zen Old Mincho";
  font-size: 17px;
  font-weight: 400;
  line-height: 180%; /* 30.6px */
  letter-spacing: 0.85px;
}
.p-contact-form__body .wpforms-container .wpforms-form .wpforms-field .wpforms-required-label,
.p-contact-form__body .wpforms-container-full .wpforms-form .wpforms-field .wpforms-required-label {
  color: var(--Text-green-300, #59604F);
  font-family: "Zen Old Mincho";
  font-size: 14px;
  font-weight: 400;
  line-height: 150%; /* 21px */
  letter-spacing: 0.42px;
}
.p-contact-form__body .wpforms-container .wpforms-form .wpforms-field .wpforms-optional-label,
.p-contact-form__body .wpforms-container-full .wpforms-form .wpforms-field .wpforms-optional-label {
  background-color: #5C5C5C;
  color: #fff;
  font-size: 11px;
  letter-spacing: 0.1em;
  line-height: 1.4545454545;
  padding: 4px 8px;
  position: relative;
  top: -2px;
  order: 2;
}
.p-contact-form__body .wpforms-container .wpforms-form .wpforms-field.wpforms-field-html,
.p-contact-form__body .wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-html {
  padding: 0 !important;
}
.p-contact-form__body .wpforms-container .wpforms-form .wpforms-field .wpforms-container-full,
.p-contact-form__body .wpforms-container .wpforms-form .wpforms-field input[type=tel],
.p-contact-form__body .wpforms-container .wpforms-form .wpforms-field input[type=text],
.p-contact-form__body .wpforms-container .wpforms-form .wpforms-field input[type=email],
.p-contact-form__body .wpforms-container .wpforms-form .wpforms-field input[type=password],
.p-contact-form__body .wpforms-container .wpforms-form .wpforms-field textarea,
.p-contact-form__body .wpforms-container-full .wpforms-form .wpforms-field .wpforms-container-full,
.p-contact-form__body .wpforms-container-full .wpforms-form .wpforms-field input[type=tel],
.p-contact-form__body .wpforms-container-full .wpforms-form .wpforms-field input[type=text],
.p-contact-form__body .wpforms-container-full .wpforms-form .wpforms-field input[type=email],
.p-contact-form__body .wpforms-container-full .wpforms-form .wpforms-field input[type=password],
.p-contact-form__body .wpforms-container-full .wpforms-form .wpforms-field textarea {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid var(--Text-green-200, #8C957F);
  color: var(--Bgc-green-900, #161807);
  font-family: "Zen Old Mincho";
  font-size: 17px;
  grid-area: input;
  height: 38px;
  line-height: 180%; /* 30.6px */
  letter-spacing: 0.85px;
  outline: none;
  padding: 0 0 20px;
}
.p-contact-form__body .wpforms-container .wpforms-form .wpforms-field .wpforms-container-full::-moz-placeholder, .p-contact-form__body .wpforms-container .wpforms-form .wpforms-field input[type=tel]::-moz-placeholder, .p-contact-form__body .wpforms-container .wpforms-form .wpforms-field input[type=text]::-moz-placeholder, .p-contact-form__body .wpforms-container .wpforms-form .wpforms-field input[type=email]::-moz-placeholder, .p-contact-form__body .wpforms-container .wpforms-form .wpforms-field input[type=password]::-moz-placeholder, .p-contact-form__body .wpforms-container .wpforms-form .wpforms-field textarea::-moz-placeholder, .p-contact-form__body .wpforms-container-full .wpforms-form .wpforms-field .wpforms-container-full::-moz-placeholder, .p-contact-form__body .wpforms-container-full .wpforms-form .wpforms-field input[type=tel]::-moz-placeholder, .p-contact-form__body .wpforms-container-full .wpforms-form .wpforms-field input[type=text]::-moz-placeholder, .p-contact-form__body .wpforms-container-full .wpforms-form .wpforms-field input[type=email]::-moz-placeholder, .p-contact-form__body .wpforms-container-full .wpforms-form .wpforms-field input[type=password]::-moz-placeholder, .p-contact-form__body .wpforms-container-full .wpforms-form .wpforms-field textarea::-moz-placeholder {
  color: var(--Text-green-100, #B3BBA8);
}
.p-contact-form__body .wpforms-container .wpforms-form .wpforms-field .wpforms-container-full::placeholder,
.p-contact-form__body .wpforms-container .wpforms-form .wpforms-field input[type=tel]::placeholder,
.p-contact-form__body .wpforms-container .wpforms-form .wpforms-field input[type=text]::placeholder,
.p-contact-form__body .wpforms-container .wpforms-form .wpforms-field input[type=email]::placeholder,
.p-contact-form__body .wpforms-container .wpforms-form .wpforms-field input[type=password]::placeholder,
.p-contact-form__body .wpforms-container .wpforms-form .wpforms-field textarea::placeholder,
.p-contact-form__body .wpforms-container-full .wpforms-form .wpforms-field .wpforms-container-full::placeholder,
.p-contact-form__body .wpforms-container-full .wpforms-form .wpforms-field input[type=tel]::placeholder,
.p-contact-form__body .wpforms-container-full .wpforms-form .wpforms-field input[type=text]::placeholder,
.p-contact-form__body .wpforms-container-full .wpforms-form .wpforms-field input[type=email]::placeholder,
.p-contact-form__body .wpforms-container-full .wpforms-form .wpforms-field input[type=password]::placeholder,
.p-contact-form__body .wpforms-container-full .wpforms-form .wpforms-field textarea::placeholder {
  color: var(--Text-green-100, #B3BBA8);
}
.p-contact-form__body .wpforms-container .wpforms-form .wpforms-field .wpforms-container-full.wpforms-error,
.p-contact-form__body .wpforms-container .wpforms-form .wpforms-field input[type=tel].wpforms-error,
.p-contact-form__body .wpforms-container .wpforms-form .wpforms-field input[type=text].wpforms-error,
.p-contact-form__body .wpforms-container .wpforms-form .wpforms-field input[type=email].wpforms-error,
.p-contact-form__body .wpforms-container .wpforms-form .wpforms-field input[type=password].wpforms-error,
.p-contact-form__body .wpforms-container .wpforms-form .wpforms-field textarea.wpforms-error,
.p-contact-form__body .wpforms-container-full .wpforms-form .wpforms-field .wpforms-container-full.wpforms-error,
.p-contact-form__body .wpforms-container-full .wpforms-form .wpforms-field input[type=tel].wpforms-error,
.p-contact-form__body .wpforms-container-full .wpforms-form .wpforms-field input[type=text].wpforms-error,
.p-contact-form__body .wpforms-container-full .wpforms-form .wpforms-field input[type=email].wpforms-error,
.p-contact-form__body .wpforms-container-full .wpforms-form .wpforms-field input[type=password].wpforms-error,
.p-contact-form__body .wpforms-container-full .wpforms-form .wpforms-field textarea.wpforms-error {
  border-bottom: solid 1px var(--color-pink);
}
.p-contact-form__body .wpforms-container .wpforms-form .wpforms-field textarea,
.p-contact-form__body .wpforms-container-full .wpforms-form .wpforms-field textarea {
  border: 1px solid var(--Text-green-200, #8C957F);
  padding: 10px 15px;
  grid-area: input;
}
.p-contact-form__body .wpforms-container .wpforms-form .wpforms-field textarea.wpforms-field-medium,
.p-contact-form__body .wpforms-container-full .wpforms-form .wpforms-field textarea.wpforms-field-medium {
  height: 180px;
}
.p-contact-form__body .wpforms-container .wpforms-form .wpforms-field textarea.wpforms-error,
.p-contact-form__body .wpforms-container-full .wpforms-form .wpforms-field textarea.wpforms-error {
  border: solid 1px var(--color-pink);
}
.p-contact-form__body .wpforms-container .wpforms-form .wpforms-field .wpforms-error[role=alert],
.p-contact-form__body .wpforms-container-full .wpforms-form .wpforms-field .wpforms-error[role=alert] {
  color: var(--color-pink);
  grid-area: error;
}
.p-contact-form__body .wpforms-container .wpforms-form .wpforms-submit-container,
.p-contact-form__body .wpforms-container-full .wpforms-form .wpforms-submit-container {
  max-width: 240px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
@media screen and (max-width: 650px) {
  .p-contact-form__body .wpforms-container .wpforms-form .wpforms-submit-container,
  .p-contact-form__body .wpforms-container-full .wpforms-form .wpforms-submit-container {
    margin-top: -60px;
  }
}

.c-article-pager {
  display: flex;
  gap: 16px;
  justify-content: center;
  list-style: none;
}
@media screen and (max-width: 650px) {
  .c-article-pager {
    gap: 10px;
  }
}
.c-article-pager .page-numbers {
  align-items: center;
  background: transparent;
  border-radius: 50%;
  color: var(--Text-green-300, #59604F);
  display: flex;
  font-family: "Source Serif 4";
  font-size: 14px;
  font-weight: 400;
  height: 24px;
  justify-content: center;
  letter-spacing: 0;
  line-height: 1; /* 19.2px */
  transition: color 0.3s ease, background-color 0.3s ease, opacity 0.3s ease;
  width: 24px;
}
.c-article-pager .page-numbers:hover {
  border: 1px solid var(--Bgc-green-900, #161807);
}
.c-article-pager .page-numbers.current {
  border: 1px solid var(--Bgc-green-900, #161807);
}
.c-article-pager .page-numbers.next, .c-article-pager .page-numbers.prev {
  background: transparent;
  border: none;
  font-size: 12px;
  margin: 0;
  transition: transform 0.3s ease;
  width: auto;
}
.c-article-pager .page-numbers.next::before, .c-article-pager .page-numbers.prev::before {
  background: url("images/icon-arrow-pager.svg") no-repeat center center/contain;
  content: "";
  display: block;
  height: 32px;
  width: 32px;
}
.c-article-pager .page-numbers.prev:hover {
  transform: translate3d(-3px, 0, 0);
}
.c-article-pager .page-numbers.next:hover {
  transform: translate3d(3px, 0, 0);
}
.c-article-pager .page-numbers.prev::before {
  transform: scale(-1, 1);
}
.c-article-pager .page-numbers.dots {
  background: transparent;
  border: none;
  color: var(--color-text, #3b3b3b);
  font-weight: 700;
  width: auto;
}

.c-article-header {
  margin: 0 auto;
  max-width: 860px;
}
.c-article-header .c-article-header__upper {
  align-items: center;
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 650px) {
  .c-article-header .c-article-header__upper {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }
}
.c-article-header .c-article-header__date {
  align-items: center;
  display: grid;
  color: var(--Text-green-300, #59604F);
  font-family: "Zen Old Mincho";
  font-size: 18px;
  font-weight: 400;
  grid-template-columns: 1fr;
  line-height: 150%; /* 32.4px */
  letter-spacing: 0.9px;
}
@media screen and (max-width: 650px) {
  .c-article-header .c-article-header__date {
    font-size: 15px;
    letter-spacing: 0.75px;
  }
}
.c-article-header .c-article-header__date.is-events {
  grid-template-columns: 45px 1fr;
}
.c-article-header .c-article-header__date i {
  color: var(--Text-green-300, #59604F);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 18px */
  letter-spacing: 0.36px;
  margin: 0 3px 0 0;
}
.c-article-header .c-article-header__label {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.c-article-header .c-article-header__label .c-article-header__label-items {
  background: var(--Text-green-300, #59604F);
  border-radius: 2px;
  color: var(--Text-white-900, #FFF);
  font-family: "Zen Old Mincho";
  font-size: 12px;
  line-height: 150%; /* 18px */
  letter-spacing: 0.36px;
  padding: 4px 8px;
  text-align: center;
}
.c-article-header .c-article-header__category {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.c-article-header .c-article-header__category .c-article-header__category-items {
  background: var(--Text-green-300, #59604F);
  border-radius: 20px;
  color: var(--Text-white-900, #FFF);
  font-family: "Zen Old Mincho";
  font-size: 12px;
  line-height: 150%; /* 18px */
  letter-spacing: 0.36px;
  padding: 4px 8px;
  text-align: center;
}
.c-article-header .c-article-header__headline {
  border-bottom: 1px solid var(--Text-green-200, #8C957F);
  color: var(--Text-green-300, #59604F);
  font-family: "Zen Old Mincho";
  font-size: 32px;
  font-weight: 500;
  line-height: 120%; /* 38.4px */
  letter-spacing: 1.6px;
  margin: 16px 0 0;
  padding: 0 0 16px;
}
@media screen and (max-width: 650px) {
  .c-article-header .c-article-header__headline {
    font-size: 22px;
    letter-spacing: 1.1px;
  }
}
.c-article-header .c-article-header__photo {
  aspect-ratio: 16/9;
  display: block;
  line-height: 0;
  margin: 40px 0 0;
}
@media screen and (max-width: 650px) {
  .c-article-header .c-article-header__photo {
    margin: 48px 0 0;
  }
}
.c-article-header .c-article-header__photo img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.c-article-contents {
  color: var(--Bgc-green-800, #253313);
  font-size: 15px;
  margin: 0 auto;
  max-width: 860px;
}
.c-article-contents p {
  font-weight: 400;
  line-height: 200%; /* 30px */
  letter-spacing: 1.2px;
  margin: 24px 0;
}
.c-article-contents h2 {
  margin: 60px 0 24px;
}
.c-article-contents h3 {
  margin: 40px 0 24px;
}
.c-article-contents h4 {
  margin: 24px 0;
}
.c-article-contents figure {
  display: block;
  line-height: 1;
  margin: 24px 0;
}
.c-article-contents figure figcaption {
  color: var(--Text-green-300, #59604F);
  font-family: "Zen Old Mincho";
  font-size: 12px;
  line-height: 150%; /* 18px */
  letter-spacing: 0.36px;
}
.c-article-contents ul {
  list-style: none;
  margin: 24px 0;
  padding: 0 0 0 1em;
}
.c-article-contents ul li {
  line-height: 180%; /* 28.8px */
  text-indent: -0.85rem;
}
.c-article-contents ul li::before {
  content: "⚫︎";
  font-size: 12px;
}
.c-article-contents ol {
  margin: 24px 0;
  padding: 0 0 0 1.5rem;
}
.c-article-contents a:not([class]) {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}
.c-article-contents a:not([class]):hover {
  text-decoration: none;
}
.c-article-contents a[target=_blank]::after {
  background: url("images/icon-external.svg") no-repeat center center/contain;
  content: "";
  display: inline-block;
  height: 12px;
  width: 12px;
}
.c-article-contents .wp-block-separator {
  border-color: var(--Text-green-200, #8C957F);
  border-width: 1px;
  margin: 60px 0;
}
.c-article-contents .wp-block-gallery {
  display: flex;
}

.c-article-button {
  margin: 0 auto;
  text-align: center;
}

.c-article-note {
  margin: 0 auto;
  max-width: 860px;
  padding: 20px;
}
.c-article-note p {
  color: #000;
  font-size: 16px;
  line-height: 180%; /* 28.8px */
}

.c-badge-explore {
  background: var(--Bgc-green-50, #D5D9CF);
  border-radius: 20px;
  color: var(--Bgc-green-900, #161807);
  font-family: "Zen Old Mincho";
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  /* 18px */
  letter-spacing: 0.36px;
  padding: 4px 8px;
  text-align: center;
}
.c-badge-explore.is-outline {
  background: transparent;
  border: 1px solid var(--Text-green-300, #59604F);
}
.c-badge-explore.is-white {
  border: 1px solid var(--Bgc-green-10, #F6F6F6);
  color: var(--Bgc-green-10, #F6F6F6);
}

.c-badge-explore2 {
  background: var(--Bgc-green-800, #253313);
  border: 1px solid var(--Bgc-green-800, #253313);
  border-radius: 30px;
  color: var(--Bgc-green-10, #F6F6F6);
  font-family: "Zen Old Mincho";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  letter-spacing: 0.42px;
  padding: 2px 12px;
  text-align: center;
  white-space: nowrap;
  width: -moz-fit-content;
  width: fit-content;
}

.a-fadein {
  opacity: 0;
}
.a-fadein.is-animated {
  animation: fadeIn 1s ease-in forwards;
}
.a-fadein.is-delay-1 {
  animation-delay: 0.5s;
}
.a-fadein.is-delay-2 {
  animation-delay: 1s;
}
.a-fadein.is-delay-3 {
  animation-delay: 1.5s;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes flow {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
/* ユーティリティー
------------------------------------*/
.u-mt--20 {
  margin-top: -160px !important;
}

.u-mt--19 {
  margin-top: -152px !important;
}

.u-mt--18 {
  margin-top: -144px !important;
}

.u-mt--17 {
  margin-top: -136px !important;
}

.u-mt--16 {
  margin-top: -128px !important;
}

.u-mt--15 {
  margin-top: -120px !important;
}

.u-mt--14 {
  margin-top: -112px !important;
}

.u-mt--13 {
  margin-top: -104px !important;
}

.u-mt--12 {
  margin-top: -96px !important;
}

.u-mt--11 {
  margin-top: -88px !important;
}

.u-mt--10 {
  margin-top: -80px !important;
}

.u-mt--9 {
  margin-top: -72px !important;
}

.u-mt--8 {
  margin-top: -64px !important;
}

.u-mt--7 {
  margin-top: -56px !important;
}

.u-mt--6 {
  margin-top: -48px !important;
}

.u-mt--5 {
  margin-top: -40px !important;
}

.u-mt--4 {
  margin-top: -32px !important;
}

.u-mt--3 {
  margin-top: -24px !important;
}

.u-mt--2 {
  margin-top: -16px !important;
}

.u-mt--1 {
  margin-top: -8px !important;
}

.u-mt-0 {
  margin-top: 0px !important;
}

.u-mt-1 {
  margin-top: 8px !important;
}

.u-mt-2 {
  margin-top: 16px !important;
}

.u-mt-3 {
  margin-top: 24px !important;
}

.u-mt-4 {
  margin-top: 32px !important;
}

.u-mt-5 {
  margin-top: 40px !important;
}

.u-mt-6 {
  margin-top: 48px !important;
}

.u-mt-7 {
  margin-top: 56px !important;
}

.u-mt-8 {
  margin-top: 64px !important;
}

.u-mt-9 {
  margin-top: 72px !important;
}

.u-mt-10 {
  margin-top: 80px !important;
}

.u-mt-11 {
  margin-top: 88px !important;
}

.u-mt-12 {
  margin-top: 96px !important;
}

.u-mt-13 {
  margin-top: 104px !important;
}

.u-mt-14 {
  margin-top: 112px !important;
}

.u-mt-15 {
  margin-top: 120px !important;
}

.u-mt-16 {
  margin-top: 128px !important;
}

.u-mt-17 {
  margin-top: 136px !important;
}

.u-mt-18 {
  margin-top: 144px !important;
}

.u-mt-19 {
  margin-top: 152px !important;
}

.u-mt-20 {
  margin-top: 160px !important;
}

.u-mt-21 {
  margin-top: 168px !important;
}

.u-mt-22 {
  margin-top: 176px !important;
}

.u-mt-23 {
  margin-top: 184px !important;
}

.u-mt-24 {
  margin-top: 192px !important;
}

.u-mt-25 {
  margin-top: 200px !important;
}

.u-mt-26 {
  margin-top: 208px !important;
}

.u-mt-27 {
  margin-top: 216px !important;
}

.u-mt-28 {
  margin-top: 224px !important;
}

.u-mt-29 {
  margin-top: 232px !important;
}

.u-mt-30 {
  margin-top: 240px !important;
}

.u-mt-31 {
  margin-top: 248px !important;
}

.u-mt-32 {
  margin-top: 256px !important;
}

.u-mt-33 {
  margin-top: 264px !important;
}

.u-mt-34 {
  margin-top: 272px !important;
}

.u-mt-35 {
  margin-top: 280px !important;
}

.u-mt-36 {
  margin-top: 288px !important;
}

.u-mt-37 {
  margin-top: 296px !important;
}

.u-mt-38 {
  margin-top: 304px !important;
}

.u-mt-39 {
  margin-top: 312px !important;
}

.u-mt-40 {
  margin-top: 320px !important;
}

.u-mt-41 {
  margin-top: 328px !important;
}

.u-mt-42 {
  margin-top: 336px !important;
}

.u-mt-43 {
  margin-top: 344px !important;
}

.u-mt-44 {
  margin-top: 352px !important;
}

.u-mt-45 {
  margin-top: 360px !important;
}

.u-mt-46 {
  margin-top: 368px !important;
}

.u-mt-47 {
  margin-top: 376px !important;
}

.u-mt-48 {
  margin-top: 384px !important;
}

.u-mt-49 {
  margin-top: 392px !important;
}

.u-mt-50 {
  margin-top: 400px !important;
}

@media screen and (min-width: 1px) and (max-width: 1080px) {
  .u-tab-mt--20 {
    margin-top: -160px !important;
  }
  .u-tab-mt--19 {
    margin-top: -152px !important;
  }
  .u-tab-mt--18 {
    margin-top: -144px !important;
  }
  .u-tab-mt--17 {
    margin-top: -136px !important;
  }
  .u-tab-mt--16 {
    margin-top: -128px !important;
  }
  .u-tab-mt--15 {
    margin-top: -120px !important;
  }
  .u-tab-mt--14 {
    margin-top: -112px !important;
  }
  .u-tab-mt--13 {
    margin-top: -104px !important;
  }
  .u-tab-mt--12 {
    margin-top: -96px !important;
  }
  .u-tab-mt--11 {
    margin-top: -88px !important;
  }
  .u-tab-mt--10 {
    margin-top: -80px !important;
  }
  .u-tab-mt--9 {
    margin-top: -72px !important;
  }
  .u-tab-mt--8 {
    margin-top: -64px !important;
  }
  .u-tab-mt--7 {
    margin-top: -56px !important;
  }
  .u-tab-mt--6 {
    margin-top: -48px !important;
  }
  .u-tab-mt--5 {
    margin-top: -40px !important;
  }
  .u-tab-mt--4 {
    margin-top: -32px !important;
  }
  .u-tab-mt--3 {
    margin-top: -24px !important;
  }
  .u-tab-mt--2 {
    margin-top: -16px !important;
  }
  .u-tab-mt--1 {
    margin-top: -8px !important;
  }
  .u-tab-mt-0 {
    margin-top: 0px !important;
  }
  .u-tab-mt-1 {
    margin-top: 8px !important;
  }
  .u-tab-mt-2 {
    margin-top: 16px !important;
  }
  .u-tab-mt-3 {
    margin-top: 24px !important;
  }
  .u-tab-mt-4 {
    margin-top: 32px !important;
  }
  .u-tab-mt-5 {
    margin-top: 40px !important;
  }
  .u-tab-mt-6 {
    margin-top: 48px !important;
  }
  .u-tab-mt-7 {
    margin-top: 56px !important;
  }
  .u-tab-mt-8 {
    margin-top: 64px !important;
  }
  .u-tab-mt-9 {
    margin-top: 72px !important;
  }
  .u-tab-mt-10 {
    margin-top: 80px !important;
  }
  .u-tab-mt-11 {
    margin-top: 88px !important;
  }
  .u-tab-mt-12 {
    margin-top: 96px !important;
  }
  .u-tab-mt-13 {
    margin-top: 104px !important;
  }
  .u-tab-mt-14 {
    margin-top: 112px !important;
  }
  .u-tab-mt-15 {
    margin-top: 120px !important;
  }
  .u-tab-mt-16 {
    margin-top: 128px !important;
  }
  .u-tab-mt-17 {
    margin-top: 136px !important;
  }
  .u-tab-mt-18 {
    margin-top: 144px !important;
  }
  .u-tab-mt-19 {
    margin-top: 152px !important;
  }
  .u-tab-mt-20 {
    margin-top: 160px !important;
  }
  .u-tab-mt-21 {
    margin-top: 168px !important;
  }
  .u-tab-mt-22 {
    margin-top: 176px !important;
  }
  .u-tab-mt-23 {
    margin-top: 184px !important;
  }
  .u-tab-mt-24 {
    margin-top: 192px !important;
  }
  .u-tab-mt-25 {
    margin-top: 200px !important;
  }
  .u-tab-mt-26 {
    margin-top: 208px !important;
  }
  .u-tab-mt-27 {
    margin-top: 216px !important;
  }
  .u-tab-mt-28 {
    margin-top: 224px !important;
  }
  .u-tab-mt-29 {
    margin-top: 232px !important;
  }
  .u-tab-mt-30 {
    margin-top: 240px !important;
  }
  .u-tab-mt-31 {
    margin-top: 248px !important;
  }
  .u-tab-mt-32 {
    margin-top: 256px !important;
  }
  .u-tab-mt-33 {
    margin-top: 264px !important;
  }
  .u-tab-mt-34 {
    margin-top: 272px !important;
  }
  .u-tab-mt-35 {
    margin-top: 280px !important;
  }
  .u-tab-mt-36 {
    margin-top: 288px !important;
  }
  .u-tab-mt-37 {
    margin-top: 296px !important;
  }
  .u-tab-mt-38 {
    margin-top: 304px !important;
  }
  .u-tab-mt-39 {
    margin-top: 312px !important;
  }
  .u-tab-mt-40 {
    margin-top: 320px !important;
  }
  .u-tab-mt-41 {
    margin-top: 328px !important;
  }
  .u-tab-mt-42 {
    margin-top: 336px !important;
  }
  .u-tab-mt-43 {
    margin-top: 344px !important;
  }
  .u-tab-mt-44 {
    margin-top: 352px !important;
  }
  .u-tab-mt-45 {
    margin-top: 360px !important;
  }
  .u-tab-mt-46 {
    margin-top: 368px !important;
  }
  .u-tab-mt-47 {
    margin-top: 376px !important;
  }
  .u-tab-mt-48 {
    margin-top: 384px !important;
  }
  .u-tab-mt-49 {
    margin-top: 392px !important;
  }
  .u-tab-mt-50 {
    margin-top: 400px !important;
  }
}
@media screen and (max-width: 650px) {
  .u-sp-mt--20 {
    margin-top: -160px !important;
  }
  .u-sp-mt--19 {
    margin-top: -152px !important;
  }
  .u-sp-mt--18 {
    margin-top: -144px !important;
  }
  .u-sp-mt--17 {
    margin-top: -136px !important;
  }
  .u-sp-mt--16 {
    margin-top: -128px !important;
  }
  .u-sp-mt--15 {
    margin-top: -120px !important;
  }
  .u-sp-mt--14 {
    margin-top: -112px !important;
  }
  .u-sp-mt--13 {
    margin-top: -104px !important;
  }
  .u-sp-mt--12 {
    margin-top: -96px !important;
  }
  .u-sp-mt--11 {
    margin-top: -88px !important;
  }
  .u-sp-mt--10 {
    margin-top: -80px !important;
  }
  .u-sp-mt--9 {
    margin-top: -72px !important;
  }
  .u-sp-mt--8 {
    margin-top: -64px !important;
  }
  .u-sp-mt--7 {
    margin-top: -56px !important;
  }
  .u-sp-mt--6 {
    margin-top: -48px !important;
  }
  .u-sp-mt--5 {
    margin-top: -40px !important;
  }
  .u-sp-mt--4 {
    margin-top: -32px !important;
  }
  .u-sp-mt--3 {
    margin-top: -24px !important;
  }
  .u-sp-mt--2 {
    margin-top: -16px !important;
  }
  .u-sp-mt--1 {
    margin-top: -8px !important;
  }
  .u-sp-mt-0 {
    margin-top: 0px !important;
  }
  .u-sp-mt-1 {
    margin-top: 8px !important;
  }
  .u-sp-mt-2 {
    margin-top: 16px !important;
  }
  .u-sp-mt-3 {
    margin-top: 24px !important;
  }
  .u-sp-mt-4 {
    margin-top: 32px !important;
  }
  .u-sp-mt-5 {
    margin-top: 40px !important;
  }
  .u-sp-mt-6 {
    margin-top: 48px !important;
  }
  .u-sp-mt-7 {
    margin-top: 56px !important;
  }
  .u-sp-mt-8 {
    margin-top: 64px !important;
  }
  .u-sp-mt-9 {
    margin-top: 72px !important;
  }
  .u-sp-mt-10 {
    margin-top: 80px !important;
  }
  .u-sp-mt-11 {
    margin-top: 88px !important;
  }
  .u-sp-mt-12 {
    margin-top: 96px !important;
  }
  .u-sp-mt-13 {
    margin-top: 104px !important;
  }
  .u-sp-mt-14 {
    margin-top: 112px !important;
  }
  .u-sp-mt-15 {
    margin-top: 120px !important;
  }
  .u-sp-mt-16 {
    margin-top: 128px !important;
  }
  .u-sp-mt-17 {
    margin-top: 136px !important;
  }
  .u-sp-mt-18 {
    margin-top: 144px !important;
  }
  .u-sp-mt-19 {
    margin-top: 152px !important;
  }
  .u-sp-mt-20 {
    margin-top: 160px !important;
  }
  .u-sp-mt-21 {
    margin-top: 168px !important;
  }
  .u-sp-mt-22 {
    margin-top: 176px !important;
  }
  .u-sp-mt-23 {
    margin-top: 184px !important;
  }
  .u-sp-mt-24 {
    margin-top: 192px !important;
  }
  .u-sp-mt-25 {
    margin-top: 200px !important;
  }
  .u-sp-mt-26 {
    margin-top: 208px !important;
  }
  .u-sp-mt-27 {
    margin-top: 216px !important;
  }
  .u-sp-mt-28 {
    margin-top: 224px !important;
  }
  .u-sp-mt-29 {
    margin-top: 232px !important;
  }
  .u-sp-mt-30 {
    margin-top: 240px !important;
  }
  .u-sp-mt-31 {
    margin-top: 248px !important;
  }
  .u-sp-mt-32 {
    margin-top: 256px !important;
  }
  .u-sp-mt-33 {
    margin-top: 264px !important;
  }
  .u-sp-mt-34 {
    margin-top: 272px !important;
  }
  .u-sp-mt-35 {
    margin-top: 280px !important;
  }
  .u-sp-mt-36 {
    margin-top: 288px !important;
  }
  .u-sp-mt-37 {
    margin-top: 296px !important;
  }
  .u-sp-mt-38 {
    margin-top: 304px !important;
  }
  .u-sp-mt-39 {
    margin-top: 312px !important;
  }
  .u-sp-mt-40 {
    margin-top: 320px !important;
  }
  .u-sp-mt-41 {
    margin-top: 328px !important;
  }
  .u-sp-mt-42 {
    margin-top: 336px !important;
  }
  .u-sp-mt-43 {
    margin-top: 344px !important;
  }
  .u-sp-mt-44 {
    margin-top: 352px !important;
  }
  .u-sp-mt-45 {
    margin-top: 360px !important;
  }
  .u-sp-mt-46 {
    margin-top: 368px !important;
  }
  .u-sp-mt-47 {
    margin-top: 376px !important;
  }
  .u-sp-mt-48 {
    margin-top: 384px !important;
  }
  .u-sp-mt-49 {
    margin-top: 392px !important;
  }
  .u-sp-mt-50 {
    margin-top: 400px !important;
  }
}
.u-mr--20 {
  margin-right: -160px !important;
}

.u-mr--19 {
  margin-right: -152px !important;
}

.u-mr--18 {
  margin-right: -144px !important;
}

.u-mr--17 {
  margin-right: -136px !important;
}

.u-mr--16 {
  margin-right: -128px !important;
}

.u-mr--15 {
  margin-right: -120px !important;
}

.u-mr--14 {
  margin-right: -112px !important;
}

.u-mr--13 {
  margin-right: -104px !important;
}

.u-mr--12 {
  margin-right: -96px !important;
}

.u-mr--11 {
  margin-right: -88px !important;
}

.u-mr--10 {
  margin-right: -80px !important;
}

.u-mr--9 {
  margin-right: -72px !important;
}

.u-mr--8 {
  margin-right: -64px !important;
}

.u-mr--7 {
  margin-right: -56px !important;
}

.u-mr--6 {
  margin-right: -48px !important;
}

.u-mr--5 {
  margin-right: -40px !important;
}

.u-mr--4 {
  margin-right: -32px !important;
}

.u-mr--3 {
  margin-right: -24px !important;
}

.u-mr--2 {
  margin-right: -16px !important;
}

.u-mr--1 {
  margin-right: -8px !important;
}

.u-mr-0 {
  margin-right: 0px !important;
}

.u-mr-1 {
  margin-right: 8px !important;
}

.u-mr-2 {
  margin-right: 16px !important;
}

.u-mr-3 {
  margin-right: 24px !important;
}

.u-mr-4 {
  margin-right: 32px !important;
}

.u-mr-5 {
  margin-right: 40px !important;
}

.u-mr-6 {
  margin-right: 48px !important;
}

.u-mr-7 {
  margin-right: 56px !important;
}

.u-mr-8 {
  margin-right: 64px !important;
}

.u-mr-9 {
  margin-right: 72px !important;
}

.u-mr-10 {
  margin-right: 80px !important;
}

.u-mr-11 {
  margin-right: 88px !important;
}

.u-mr-12 {
  margin-right: 96px !important;
}

.u-mr-13 {
  margin-right: 104px !important;
}

.u-mr-14 {
  margin-right: 112px !important;
}

.u-mr-15 {
  margin-right: 120px !important;
}

.u-mr-16 {
  margin-right: 128px !important;
}

.u-mr-17 {
  margin-right: 136px !important;
}

.u-mr-18 {
  margin-right: 144px !important;
}

.u-mr-19 {
  margin-right: 152px !important;
}

.u-mr-20 {
  margin-right: 160px !important;
}

.u-mr-21 {
  margin-right: 168px !important;
}

.u-mr-22 {
  margin-right: 176px !important;
}

.u-mr-23 {
  margin-right: 184px !important;
}

.u-mr-24 {
  margin-right: 192px !important;
}

.u-mr-25 {
  margin-right: 200px !important;
}

.u-mr-26 {
  margin-right: 208px !important;
}

.u-mr-27 {
  margin-right: 216px !important;
}

.u-mr-28 {
  margin-right: 224px !important;
}

.u-mr-29 {
  margin-right: 232px !important;
}

.u-mr-30 {
  margin-right: 240px !important;
}

.u-mr-31 {
  margin-right: 248px !important;
}

.u-mr-32 {
  margin-right: 256px !important;
}

.u-mr-33 {
  margin-right: 264px !important;
}

.u-mr-34 {
  margin-right: 272px !important;
}

.u-mr-35 {
  margin-right: 280px !important;
}

.u-mr-36 {
  margin-right: 288px !important;
}

.u-mr-37 {
  margin-right: 296px !important;
}

.u-mr-38 {
  margin-right: 304px !important;
}

.u-mr-39 {
  margin-right: 312px !important;
}

.u-mr-40 {
  margin-right: 320px !important;
}

.u-mr-41 {
  margin-right: 328px !important;
}

.u-mr-42 {
  margin-right: 336px !important;
}

.u-mr-43 {
  margin-right: 344px !important;
}

.u-mr-44 {
  margin-right: 352px !important;
}

.u-mr-45 {
  margin-right: 360px !important;
}

.u-mr-46 {
  margin-right: 368px !important;
}

.u-mr-47 {
  margin-right: 376px !important;
}

.u-mr-48 {
  margin-right: 384px !important;
}

.u-mr-49 {
  margin-right: 392px !important;
}

.u-mr-50 {
  margin-right: 400px !important;
}

@media screen and (min-width: 1px) and (max-width: 1080px) {
  .u-tab-mr--20 {
    margin-right: -160px !important;
  }
  .u-tab-mr--19 {
    margin-right: -152px !important;
  }
  .u-tab-mr--18 {
    margin-right: -144px !important;
  }
  .u-tab-mr--17 {
    margin-right: -136px !important;
  }
  .u-tab-mr--16 {
    margin-right: -128px !important;
  }
  .u-tab-mr--15 {
    margin-right: -120px !important;
  }
  .u-tab-mr--14 {
    margin-right: -112px !important;
  }
  .u-tab-mr--13 {
    margin-right: -104px !important;
  }
  .u-tab-mr--12 {
    margin-right: -96px !important;
  }
  .u-tab-mr--11 {
    margin-right: -88px !important;
  }
  .u-tab-mr--10 {
    margin-right: -80px !important;
  }
  .u-tab-mr--9 {
    margin-right: -72px !important;
  }
  .u-tab-mr--8 {
    margin-right: -64px !important;
  }
  .u-tab-mr--7 {
    margin-right: -56px !important;
  }
  .u-tab-mr--6 {
    margin-right: -48px !important;
  }
  .u-tab-mr--5 {
    margin-right: -40px !important;
  }
  .u-tab-mr--4 {
    margin-right: -32px !important;
  }
  .u-tab-mr--3 {
    margin-right: -24px !important;
  }
  .u-tab-mr--2 {
    margin-right: -16px !important;
  }
  .u-tab-mr--1 {
    margin-right: -8px !important;
  }
  .u-tab-mr-0 {
    margin-right: 0px !important;
  }
  .u-tab-mr-1 {
    margin-right: 8px !important;
  }
  .u-tab-mr-2 {
    margin-right: 16px !important;
  }
  .u-tab-mr-3 {
    margin-right: 24px !important;
  }
  .u-tab-mr-4 {
    margin-right: 32px !important;
  }
  .u-tab-mr-5 {
    margin-right: 40px !important;
  }
  .u-tab-mr-6 {
    margin-right: 48px !important;
  }
  .u-tab-mr-7 {
    margin-right: 56px !important;
  }
  .u-tab-mr-8 {
    margin-right: 64px !important;
  }
  .u-tab-mr-9 {
    margin-right: 72px !important;
  }
  .u-tab-mr-10 {
    margin-right: 80px !important;
  }
  .u-tab-mr-11 {
    margin-right: 88px !important;
  }
  .u-tab-mr-12 {
    margin-right: 96px !important;
  }
  .u-tab-mr-13 {
    margin-right: 104px !important;
  }
  .u-tab-mr-14 {
    margin-right: 112px !important;
  }
  .u-tab-mr-15 {
    margin-right: 120px !important;
  }
  .u-tab-mr-16 {
    margin-right: 128px !important;
  }
  .u-tab-mr-17 {
    margin-right: 136px !important;
  }
  .u-tab-mr-18 {
    margin-right: 144px !important;
  }
  .u-tab-mr-19 {
    margin-right: 152px !important;
  }
  .u-tab-mr-20 {
    margin-right: 160px !important;
  }
  .u-tab-mr-21 {
    margin-right: 168px !important;
  }
  .u-tab-mr-22 {
    margin-right: 176px !important;
  }
  .u-tab-mr-23 {
    margin-right: 184px !important;
  }
  .u-tab-mr-24 {
    margin-right: 192px !important;
  }
  .u-tab-mr-25 {
    margin-right: 200px !important;
  }
  .u-tab-mr-26 {
    margin-right: 208px !important;
  }
  .u-tab-mr-27 {
    margin-right: 216px !important;
  }
  .u-tab-mr-28 {
    margin-right: 224px !important;
  }
  .u-tab-mr-29 {
    margin-right: 232px !important;
  }
  .u-tab-mr-30 {
    margin-right: 240px !important;
  }
  .u-tab-mr-31 {
    margin-right: 248px !important;
  }
  .u-tab-mr-32 {
    margin-right: 256px !important;
  }
  .u-tab-mr-33 {
    margin-right: 264px !important;
  }
  .u-tab-mr-34 {
    margin-right: 272px !important;
  }
  .u-tab-mr-35 {
    margin-right: 280px !important;
  }
  .u-tab-mr-36 {
    margin-right: 288px !important;
  }
  .u-tab-mr-37 {
    margin-right: 296px !important;
  }
  .u-tab-mr-38 {
    margin-right: 304px !important;
  }
  .u-tab-mr-39 {
    margin-right: 312px !important;
  }
  .u-tab-mr-40 {
    margin-right: 320px !important;
  }
  .u-tab-mr-41 {
    margin-right: 328px !important;
  }
  .u-tab-mr-42 {
    margin-right: 336px !important;
  }
  .u-tab-mr-43 {
    margin-right: 344px !important;
  }
  .u-tab-mr-44 {
    margin-right: 352px !important;
  }
  .u-tab-mr-45 {
    margin-right: 360px !important;
  }
  .u-tab-mr-46 {
    margin-right: 368px !important;
  }
  .u-tab-mr-47 {
    margin-right: 376px !important;
  }
  .u-tab-mr-48 {
    margin-right: 384px !important;
  }
  .u-tab-mr-49 {
    margin-right: 392px !important;
  }
  .u-tab-mr-50 {
    margin-right: 400px !important;
  }
}
@media screen and (max-width: 650px) {
  .u-sp-mr--20 {
    margin-right: -160px !important;
  }
  .u-sp-mr--19 {
    margin-right: -152px !important;
  }
  .u-sp-mr--18 {
    margin-right: -144px !important;
  }
  .u-sp-mr--17 {
    margin-right: -136px !important;
  }
  .u-sp-mr--16 {
    margin-right: -128px !important;
  }
  .u-sp-mr--15 {
    margin-right: -120px !important;
  }
  .u-sp-mr--14 {
    margin-right: -112px !important;
  }
  .u-sp-mr--13 {
    margin-right: -104px !important;
  }
  .u-sp-mr--12 {
    margin-right: -96px !important;
  }
  .u-sp-mr--11 {
    margin-right: -88px !important;
  }
  .u-sp-mr--10 {
    margin-right: -80px !important;
  }
  .u-sp-mr--9 {
    margin-right: -72px !important;
  }
  .u-sp-mr--8 {
    margin-right: -64px !important;
  }
  .u-sp-mr--7 {
    margin-right: -56px !important;
  }
  .u-sp-mr--6 {
    margin-right: -48px !important;
  }
  .u-sp-mr--5 {
    margin-right: -40px !important;
  }
  .u-sp-mr--4 {
    margin-right: -32px !important;
  }
  .u-sp-mr--3 {
    margin-right: -24px !important;
  }
  .u-sp-mr--2 {
    margin-right: -16px !important;
  }
  .u-sp-mr--1 {
    margin-right: -8px !important;
  }
  .u-sp-mr-0 {
    margin-right: 0px !important;
  }
  .u-sp-mr-1 {
    margin-right: 8px !important;
  }
  .u-sp-mr-2 {
    margin-right: 16px !important;
  }
  .u-sp-mr-3 {
    margin-right: 24px !important;
  }
  .u-sp-mr-4 {
    margin-right: 32px !important;
  }
  .u-sp-mr-5 {
    margin-right: 40px !important;
  }
  .u-sp-mr-6 {
    margin-right: 48px !important;
  }
  .u-sp-mr-7 {
    margin-right: 56px !important;
  }
  .u-sp-mr-8 {
    margin-right: 64px !important;
  }
  .u-sp-mr-9 {
    margin-right: 72px !important;
  }
  .u-sp-mr-10 {
    margin-right: 80px !important;
  }
  .u-sp-mr-11 {
    margin-right: 88px !important;
  }
  .u-sp-mr-12 {
    margin-right: 96px !important;
  }
  .u-sp-mr-13 {
    margin-right: 104px !important;
  }
  .u-sp-mr-14 {
    margin-right: 112px !important;
  }
  .u-sp-mr-15 {
    margin-right: 120px !important;
  }
  .u-sp-mr-16 {
    margin-right: 128px !important;
  }
  .u-sp-mr-17 {
    margin-right: 136px !important;
  }
  .u-sp-mr-18 {
    margin-right: 144px !important;
  }
  .u-sp-mr-19 {
    margin-right: 152px !important;
  }
  .u-sp-mr-20 {
    margin-right: 160px !important;
  }
  .u-sp-mr-21 {
    margin-right: 168px !important;
  }
  .u-sp-mr-22 {
    margin-right: 176px !important;
  }
  .u-sp-mr-23 {
    margin-right: 184px !important;
  }
  .u-sp-mr-24 {
    margin-right: 192px !important;
  }
  .u-sp-mr-25 {
    margin-right: 200px !important;
  }
  .u-sp-mr-26 {
    margin-right: 208px !important;
  }
  .u-sp-mr-27 {
    margin-right: 216px !important;
  }
  .u-sp-mr-28 {
    margin-right: 224px !important;
  }
  .u-sp-mr-29 {
    margin-right: 232px !important;
  }
  .u-sp-mr-30 {
    margin-right: 240px !important;
  }
  .u-sp-mr-31 {
    margin-right: 248px !important;
  }
  .u-sp-mr-32 {
    margin-right: 256px !important;
  }
  .u-sp-mr-33 {
    margin-right: 264px !important;
  }
  .u-sp-mr-34 {
    margin-right: 272px !important;
  }
  .u-sp-mr-35 {
    margin-right: 280px !important;
  }
  .u-sp-mr-36 {
    margin-right: 288px !important;
  }
  .u-sp-mr-37 {
    margin-right: 296px !important;
  }
  .u-sp-mr-38 {
    margin-right: 304px !important;
  }
  .u-sp-mr-39 {
    margin-right: 312px !important;
  }
  .u-sp-mr-40 {
    margin-right: 320px !important;
  }
  .u-sp-mr-41 {
    margin-right: 328px !important;
  }
  .u-sp-mr-42 {
    margin-right: 336px !important;
  }
  .u-sp-mr-43 {
    margin-right: 344px !important;
  }
  .u-sp-mr-44 {
    margin-right: 352px !important;
  }
  .u-sp-mr-45 {
    margin-right: 360px !important;
  }
  .u-sp-mr-46 {
    margin-right: 368px !important;
  }
  .u-sp-mr-47 {
    margin-right: 376px !important;
  }
  .u-sp-mr-48 {
    margin-right: 384px !important;
  }
  .u-sp-mr-49 {
    margin-right: 392px !important;
  }
  .u-sp-mr-50 {
    margin-right: 400px !important;
  }
}
.u-mb--20 {
  margin-bottom: -160px !important;
}

.u-mb--19 {
  margin-bottom: -152px !important;
}

.u-mb--18 {
  margin-bottom: -144px !important;
}

.u-mb--17 {
  margin-bottom: -136px !important;
}

.u-mb--16 {
  margin-bottom: -128px !important;
}

.u-mb--15 {
  margin-bottom: -120px !important;
}

.u-mb--14 {
  margin-bottom: -112px !important;
}

.u-mb--13 {
  margin-bottom: -104px !important;
}

.u-mb--12 {
  margin-bottom: -96px !important;
}

.u-mb--11 {
  margin-bottom: -88px !important;
}

.u-mb--10 {
  margin-bottom: -80px !important;
}

.u-mb--9 {
  margin-bottom: -72px !important;
}

.u-mb--8 {
  margin-bottom: -64px !important;
}

.u-mb--7 {
  margin-bottom: -56px !important;
}

.u-mb--6 {
  margin-bottom: -48px !important;
}

.u-mb--5 {
  margin-bottom: -40px !important;
}

.u-mb--4 {
  margin-bottom: -32px !important;
}

.u-mb--3 {
  margin-bottom: -24px !important;
}

.u-mb--2 {
  margin-bottom: -16px !important;
}

.u-mb--1 {
  margin-bottom: -8px !important;
}

.u-mb-0 {
  margin-bottom: 0px !important;
}

.u-mb-1 {
  margin-bottom: 8px !important;
}

.u-mb-2 {
  margin-bottom: 16px !important;
}

.u-mb-3 {
  margin-bottom: 24px !important;
}

.u-mb-4 {
  margin-bottom: 32px !important;
}

.u-mb-5 {
  margin-bottom: 40px !important;
}

.u-mb-6 {
  margin-bottom: 48px !important;
}

.u-mb-7 {
  margin-bottom: 56px !important;
}

.u-mb-8 {
  margin-bottom: 64px !important;
}

.u-mb-9 {
  margin-bottom: 72px !important;
}

.u-mb-10 {
  margin-bottom: 80px !important;
}

.u-mb-11 {
  margin-bottom: 88px !important;
}

.u-mb-12 {
  margin-bottom: 96px !important;
}

.u-mb-13 {
  margin-bottom: 104px !important;
}

.u-mb-14 {
  margin-bottom: 112px !important;
}

.u-mb-15 {
  margin-bottom: 120px !important;
}

.u-mb-16 {
  margin-bottom: 128px !important;
}

.u-mb-17 {
  margin-bottom: 136px !important;
}

.u-mb-18 {
  margin-bottom: 144px !important;
}

.u-mb-19 {
  margin-bottom: 152px !important;
}

.u-mb-20 {
  margin-bottom: 160px !important;
}

.u-mb-21 {
  margin-bottom: 168px !important;
}

.u-mb-22 {
  margin-bottom: 176px !important;
}

.u-mb-23 {
  margin-bottom: 184px !important;
}

.u-mb-24 {
  margin-bottom: 192px !important;
}

.u-mb-25 {
  margin-bottom: 200px !important;
}

.u-mb-26 {
  margin-bottom: 208px !important;
}

.u-mb-27 {
  margin-bottom: 216px !important;
}

.u-mb-28 {
  margin-bottom: 224px !important;
}

.u-mb-29 {
  margin-bottom: 232px !important;
}

.u-mb-30 {
  margin-bottom: 240px !important;
}

.u-mb-31 {
  margin-bottom: 248px !important;
}

.u-mb-32 {
  margin-bottom: 256px !important;
}

.u-mb-33 {
  margin-bottom: 264px !important;
}

.u-mb-34 {
  margin-bottom: 272px !important;
}

.u-mb-35 {
  margin-bottom: 280px !important;
}

.u-mb-36 {
  margin-bottom: 288px !important;
}

.u-mb-37 {
  margin-bottom: 296px !important;
}

.u-mb-38 {
  margin-bottom: 304px !important;
}

.u-mb-39 {
  margin-bottom: 312px !important;
}

.u-mb-40 {
  margin-bottom: 320px !important;
}

.u-mb-41 {
  margin-bottom: 328px !important;
}

.u-mb-42 {
  margin-bottom: 336px !important;
}

.u-mb-43 {
  margin-bottom: 344px !important;
}

.u-mb-44 {
  margin-bottom: 352px !important;
}

.u-mb-45 {
  margin-bottom: 360px !important;
}

.u-mb-46 {
  margin-bottom: 368px !important;
}

.u-mb-47 {
  margin-bottom: 376px !important;
}

.u-mb-48 {
  margin-bottom: 384px !important;
}

.u-mb-49 {
  margin-bottom: 392px !important;
}

.u-mb-50 {
  margin-bottom: 400px !important;
}

@media screen and (min-width: 1px) and (max-width: 1080px) {
  .u-tab-mb--20 {
    margin-bottom: -160px !important;
  }
  .u-tab-mb--19 {
    margin-bottom: -152px !important;
  }
  .u-tab-mb--18 {
    margin-bottom: -144px !important;
  }
  .u-tab-mb--17 {
    margin-bottom: -136px !important;
  }
  .u-tab-mb--16 {
    margin-bottom: -128px !important;
  }
  .u-tab-mb--15 {
    margin-bottom: -120px !important;
  }
  .u-tab-mb--14 {
    margin-bottom: -112px !important;
  }
  .u-tab-mb--13 {
    margin-bottom: -104px !important;
  }
  .u-tab-mb--12 {
    margin-bottom: -96px !important;
  }
  .u-tab-mb--11 {
    margin-bottom: -88px !important;
  }
  .u-tab-mb--10 {
    margin-bottom: -80px !important;
  }
  .u-tab-mb--9 {
    margin-bottom: -72px !important;
  }
  .u-tab-mb--8 {
    margin-bottom: -64px !important;
  }
  .u-tab-mb--7 {
    margin-bottom: -56px !important;
  }
  .u-tab-mb--6 {
    margin-bottom: -48px !important;
  }
  .u-tab-mb--5 {
    margin-bottom: -40px !important;
  }
  .u-tab-mb--4 {
    margin-bottom: -32px !important;
  }
  .u-tab-mb--3 {
    margin-bottom: -24px !important;
  }
  .u-tab-mb--2 {
    margin-bottom: -16px !important;
  }
  .u-tab-mb--1 {
    margin-bottom: -8px !important;
  }
  .u-tab-mb-0 {
    margin-bottom: 0px !important;
  }
  .u-tab-mb-1 {
    margin-bottom: 8px !important;
  }
  .u-tab-mb-2 {
    margin-bottom: 16px !important;
  }
  .u-tab-mb-3 {
    margin-bottom: 24px !important;
  }
  .u-tab-mb-4 {
    margin-bottom: 32px !important;
  }
  .u-tab-mb-5 {
    margin-bottom: 40px !important;
  }
  .u-tab-mb-6 {
    margin-bottom: 48px !important;
  }
  .u-tab-mb-7 {
    margin-bottom: 56px !important;
  }
  .u-tab-mb-8 {
    margin-bottom: 64px !important;
  }
  .u-tab-mb-9 {
    margin-bottom: 72px !important;
  }
  .u-tab-mb-10 {
    margin-bottom: 80px !important;
  }
  .u-tab-mb-11 {
    margin-bottom: 88px !important;
  }
  .u-tab-mb-12 {
    margin-bottom: 96px !important;
  }
  .u-tab-mb-13 {
    margin-bottom: 104px !important;
  }
  .u-tab-mb-14 {
    margin-bottom: 112px !important;
  }
  .u-tab-mb-15 {
    margin-bottom: 120px !important;
  }
  .u-tab-mb-16 {
    margin-bottom: 128px !important;
  }
  .u-tab-mb-17 {
    margin-bottom: 136px !important;
  }
  .u-tab-mb-18 {
    margin-bottom: 144px !important;
  }
  .u-tab-mb-19 {
    margin-bottom: 152px !important;
  }
  .u-tab-mb-20 {
    margin-bottom: 160px !important;
  }
  .u-tab-mb-21 {
    margin-bottom: 168px !important;
  }
  .u-tab-mb-22 {
    margin-bottom: 176px !important;
  }
  .u-tab-mb-23 {
    margin-bottom: 184px !important;
  }
  .u-tab-mb-24 {
    margin-bottom: 192px !important;
  }
  .u-tab-mb-25 {
    margin-bottom: 200px !important;
  }
  .u-tab-mb-26 {
    margin-bottom: 208px !important;
  }
  .u-tab-mb-27 {
    margin-bottom: 216px !important;
  }
  .u-tab-mb-28 {
    margin-bottom: 224px !important;
  }
  .u-tab-mb-29 {
    margin-bottom: 232px !important;
  }
  .u-tab-mb-30 {
    margin-bottom: 240px !important;
  }
  .u-tab-mb-31 {
    margin-bottom: 248px !important;
  }
  .u-tab-mb-32 {
    margin-bottom: 256px !important;
  }
  .u-tab-mb-33 {
    margin-bottom: 264px !important;
  }
  .u-tab-mb-34 {
    margin-bottom: 272px !important;
  }
  .u-tab-mb-35 {
    margin-bottom: 280px !important;
  }
  .u-tab-mb-36 {
    margin-bottom: 288px !important;
  }
  .u-tab-mb-37 {
    margin-bottom: 296px !important;
  }
  .u-tab-mb-38 {
    margin-bottom: 304px !important;
  }
  .u-tab-mb-39 {
    margin-bottom: 312px !important;
  }
  .u-tab-mb-40 {
    margin-bottom: 320px !important;
  }
  .u-tab-mb-41 {
    margin-bottom: 328px !important;
  }
  .u-tab-mb-42 {
    margin-bottom: 336px !important;
  }
  .u-tab-mb-43 {
    margin-bottom: 344px !important;
  }
  .u-tab-mb-44 {
    margin-bottom: 352px !important;
  }
  .u-tab-mb-45 {
    margin-bottom: 360px !important;
  }
  .u-tab-mb-46 {
    margin-bottom: 368px !important;
  }
  .u-tab-mb-47 {
    margin-bottom: 376px !important;
  }
  .u-tab-mb-48 {
    margin-bottom: 384px !important;
  }
  .u-tab-mb-49 {
    margin-bottom: 392px !important;
  }
  .u-tab-mb-50 {
    margin-bottom: 400px !important;
  }
}
@media screen and (max-width: 650px) {
  .u-sp-mb--20 {
    margin-bottom: -160px !important;
  }
  .u-sp-mb--19 {
    margin-bottom: -152px !important;
  }
  .u-sp-mb--18 {
    margin-bottom: -144px !important;
  }
  .u-sp-mb--17 {
    margin-bottom: -136px !important;
  }
  .u-sp-mb--16 {
    margin-bottom: -128px !important;
  }
  .u-sp-mb--15 {
    margin-bottom: -120px !important;
  }
  .u-sp-mb--14 {
    margin-bottom: -112px !important;
  }
  .u-sp-mb--13 {
    margin-bottom: -104px !important;
  }
  .u-sp-mb--12 {
    margin-bottom: -96px !important;
  }
  .u-sp-mb--11 {
    margin-bottom: -88px !important;
  }
  .u-sp-mb--10 {
    margin-bottom: -80px !important;
  }
  .u-sp-mb--9 {
    margin-bottom: -72px !important;
  }
  .u-sp-mb--8 {
    margin-bottom: -64px !important;
  }
  .u-sp-mb--7 {
    margin-bottom: -56px !important;
  }
  .u-sp-mb--6 {
    margin-bottom: -48px !important;
  }
  .u-sp-mb--5 {
    margin-bottom: -40px !important;
  }
  .u-sp-mb--4 {
    margin-bottom: -32px !important;
  }
  .u-sp-mb--3 {
    margin-bottom: -24px !important;
  }
  .u-sp-mb--2 {
    margin-bottom: -16px !important;
  }
  .u-sp-mb--1 {
    margin-bottom: -8px !important;
  }
  .u-sp-mb-0 {
    margin-bottom: 0px !important;
  }
  .u-sp-mb-1 {
    margin-bottom: 8px !important;
  }
  .u-sp-mb-2 {
    margin-bottom: 16px !important;
  }
  .u-sp-mb-3 {
    margin-bottom: 24px !important;
  }
  .u-sp-mb-4 {
    margin-bottom: 32px !important;
  }
  .u-sp-mb-5 {
    margin-bottom: 40px !important;
  }
  .u-sp-mb-6 {
    margin-bottom: 48px !important;
  }
  .u-sp-mb-7 {
    margin-bottom: 56px !important;
  }
  .u-sp-mb-8 {
    margin-bottom: 64px !important;
  }
  .u-sp-mb-9 {
    margin-bottom: 72px !important;
  }
  .u-sp-mb-10 {
    margin-bottom: 80px !important;
  }
  .u-sp-mb-11 {
    margin-bottom: 88px !important;
  }
  .u-sp-mb-12 {
    margin-bottom: 96px !important;
  }
  .u-sp-mb-13 {
    margin-bottom: 104px !important;
  }
  .u-sp-mb-14 {
    margin-bottom: 112px !important;
  }
  .u-sp-mb-15 {
    margin-bottom: 120px !important;
  }
  .u-sp-mb-16 {
    margin-bottom: 128px !important;
  }
  .u-sp-mb-17 {
    margin-bottom: 136px !important;
  }
  .u-sp-mb-18 {
    margin-bottom: 144px !important;
  }
  .u-sp-mb-19 {
    margin-bottom: 152px !important;
  }
  .u-sp-mb-20 {
    margin-bottom: 160px !important;
  }
  .u-sp-mb-21 {
    margin-bottom: 168px !important;
  }
  .u-sp-mb-22 {
    margin-bottom: 176px !important;
  }
  .u-sp-mb-23 {
    margin-bottom: 184px !important;
  }
  .u-sp-mb-24 {
    margin-bottom: 192px !important;
  }
  .u-sp-mb-25 {
    margin-bottom: 200px !important;
  }
  .u-sp-mb-26 {
    margin-bottom: 208px !important;
  }
  .u-sp-mb-27 {
    margin-bottom: 216px !important;
  }
  .u-sp-mb-28 {
    margin-bottom: 224px !important;
  }
  .u-sp-mb-29 {
    margin-bottom: 232px !important;
  }
  .u-sp-mb-30 {
    margin-bottom: 240px !important;
  }
  .u-sp-mb-31 {
    margin-bottom: 248px !important;
  }
  .u-sp-mb-32 {
    margin-bottom: 256px !important;
  }
  .u-sp-mb-33 {
    margin-bottom: 264px !important;
  }
  .u-sp-mb-34 {
    margin-bottom: 272px !important;
  }
  .u-sp-mb-35 {
    margin-bottom: 280px !important;
  }
  .u-sp-mb-36 {
    margin-bottom: 288px !important;
  }
  .u-sp-mb-37 {
    margin-bottom: 296px !important;
  }
  .u-sp-mb-38 {
    margin-bottom: 304px !important;
  }
  .u-sp-mb-39 {
    margin-bottom: 312px !important;
  }
  .u-sp-mb-40 {
    margin-bottom: 320px !important;
  }
  .u-sp-mb-41 {
    margin-bottom: 328px !important;
  }
  .u-sp-mb-42 {
    margin-bottom: 336px !important;
  }
  .u-sp-mb-43 {
    margin-bottom: 344px !important;
  }
  .u-sp-mb-44 {
    margin-bottom: 352px !important;
  }
  .u-sp-mb-45 {
    margin-bottom: 360px !important;
  }
  .u-sp-mb-46 {
    margin-bottom: 368px !important;
  }
  .u-sp-mb-47 {
    margin-bottom: 376px !important;
  }
  .u-sp-mb-48 {
    margin-bottom: 384px !important;
  }
  .u-sp-mb-49 {
    margin-bottom: 392px !important;
  }
  .u-sp-mb-50 {
    margin-bottom: 400px !important;
  }
}
.u-ml--20 {
  margin-left: -160px !important;
}

.u-ml--19 {
  margin-left: -152px !important;
}

.u-ml--18 {
  margin-left: -144px !important;
}

.u-ml--17 {
  margin-left: -136px !important;
}

.u-ml--16 {
  margin-left: -128px !important;
}

.u-ml--15 {
  margin-left: -120px !important;
}

.u-ml--14 {
  margin-left: -112px !important;
}

.u-ml--13 {
  margin-left: -104px !important;
}

.u-ml--12 {
  margin-left: -96px !important;
}

.u-ml--11 {
  margin-left: -88px !important;
}

.u-ml--10 {
  margin-left: -80px !important;
}

.u-ml--9 {
  margin-left: -72px !important;
}

.u-ml--8 {
  margin-left: -64px !important;
}

.u-ml--7 {
  margin-left: -56px !important;
}

.u-ml--6 {
  margin-left: -48px !important;
}

.u-ml--5 {
  margin-left: -40px !important;
}

.u-ml--4 {
  margin-left: -32px !important;
}

.u-ml--3 {
  margin-left: -24px !important;
}

.u-ml--2 {
  margin-left: -16px !important;
}

.u-ml--1 {
  margin-left: -8px !important;
}

.u-ml-0 {
  margin-left: 0px !important;
}

.u-ml-1 {
  margin-left: 8px !important;
}

.u-ml-2 {
  margin-left: 16px !important;
}

.u-ml-3 {
  margin-left: 24px !important;
}

.u-ml-4 {
  margin-left: 32px !important;
}

.u-ml-5 {
  margin-left: 40px !important;
}

.u-ml-6 {
  margin-left: 48px !important;
}

.u-ml-7 {
  margin-left: 56px !important;
}

.u-ml-8 {
  margin-left: 64px !important;
}

.u-ml-9 {
  margin-left: 72px !important;
}

.u-ml-10 {
  margin-left: 80px !important;
}

.u-ml-11 {
  margin-left: 88px !important;
}

.u-ml-12 {
  margin-left: 96px !important;
}

.u-ml-13 {
  margin-left: 104px !important;
}

.u-ml-14 {
  margin-left: 112px !important;
}

.u-ml-15 {
  margin-left: 120px !important;
}

.u-ml-16 {
  margin-left: 128px !important;
}

.u-ml-17 {
  margin-left: 136px !important;
}

.u-ml-18 {
  margin-left: 144px !important;
}

.u-ml-19 {
  margin-left: 152px !important;
}

.u-ml-20 {
  margin-left: 160px !important;
}

.u-ml-21 {
  margin-left: 168px !important;
}

.u-ml-22 {
  margin-left: 176px !important;
}

.u-ml-23 {
  margin-left: 184px !important;
}

.u-ml-24 {
  margin-left: 192px !important;
}

.u-ml-25 {
  margin-left: 200px !important;
}

.u-ml-26 {
  margin-left: 208px !important;
}

.u-ml-27 {
  margin-left: 216px !important;
}

.u-ml-28 {
  margin-left: 224px !important;
}

.u-ml-29 {
  margin-left: 232px !important;
}

.u-ml-30 {
  margin-left: 240px !important;
}

.u-ml-31 {
  margin-left: 248px !important;
}

.u-ml-32 {
  margin-left: 256px !important;
}

.u-ml-33 {
  margin-left: 264px !important;
}

.u-ml-34 {
  margin-left: 272px !important;
}

.u-ml-35 {
  margin-left: 280px !important;
}

.u-ml-36 {
  margin-left: 288px !important;
}

.u-ml-37 {
  margin-left: 296px !important;
}

.u-ml-38 {
  margin-left: 304px !important;
}

.u-ml-39 {
  margin-left: 312px !important;
}

.u-ml-40 {
  margin-left: 320px !important;
}

.u-ml-41 {
  margin-left: 328px !important;
}

.u-ml-42 {
  margin-left: 336px !important;
}

.u-ml-43 {
  margin-left: 344px !important;
}

.u-ml-44 {
  margin-left: 352px !important;
}

.u-ml-45 {
  margin-left: 360px !important;
}

.u-ml-46 {
  margin-left: 368px !important;
}

.u-ml-47 {
  margin-left: 376px !important;
}

.u-ml-48 {
  margin-left: 384px !important;
}

.u-ml-49 {
  margin-left: 392px !important;
}

.u-ml-50 {
  margin-left: 400px !important;
}

@media screen and (min-width: 1px) and (max-width: 1080px) {
  .u-tab-ml--20 {
    margin-left: -160px !important;
  }
  .u-tab-ml--19 {
    margin-left: -152px !important;
  }
  .u-tab-ml--18 {
    margin-left: -144px !important;
  }
  .u-tab-ml--17 {
    margin-left: -136px !important;
  }
  .u-tab-ml--16 {
    margin-left: -128px !important;
  }
  .u-tab-ml--15 {
    margin-left: -120px !important;
  }
  .u-tab-ml--14 {
    margin-left: -112px !important;
  }
  .u-tab-ml--13 {
    margin-left: -104px !important;
  }
  .u-tab-ml--12 {
    margin-left: -96px !important;
  }
  .u-tab-ml--11 {
    margin-left: -88px !important;
  }
  .u-tab-ml--10 {
    margin-left: -80px !important;
  }
  .u-tab-ml--9 {
    margin-left: -72px !important;
  }
  .u-tab-ml--8 {
    margin-left: -64px !important;
  }
  .u-tab-ml--7 {
    margin-left: -56px !important;
  }
  .u-tab-ml--6 {
    margin-left: -48px !important;
  }
  .u-tab-ml--5 {
    margin-left: -40px !important;
  }
  .u-tab-ml--4 {
    margin-left: -32px !important;
  }
  .u-tab-ml--3 {
    margin-left: -24px !important;
  }
  .u-tab-ml--2 {
    margin-left: -16px !important;
  }
  .u-tab-ml--1 {
    margin-left: -8px !important;
  }
  .u-tab-ml-0 {
    margin-left: 0px !important;
  }
  .u-tab-ml-1 {
    margin-left: 8px !important;
  }
  .u-tab-ml-2 {
    margin-left: 16px !important;
  }
  .u-tab-ml-3 {
    margin-left: 24px !important;
  }
  .u-tab-ml-4 {
    margin-left: 32px !important;
  }
  .u-tab-ml-5 {
    margin-left: 40px !important;
  }
  .u-tab-ml-6 {
    margin-left: 48px !important;
  }
  .u-tab-ml-7 {
    margin-left: 56px !important;
  }
  .u-tab-ml-8 {
    margin-left: 64px !important;
  }
  .u-tab-ml-9 {
    margin-left: 72px !important;
  }
  .u-tab-ml-10 {
    margin-left: 80px !important;
  }
  .u-tab-ml-11 {
    margin-left: 88px !important;
  }
  .u-tab-ml-12 {
    margin-left: 96px !important;
  }
  .u-tab-ml-13 {
    margin-left: 104px !important;
  }
  .u-tab-ml-14 {
    margin-left: 112px !important;
  }
  .u-tab-ml-15 {
    margin-left: 120px !important;
  }
  .u-tab-ml-16 {
    margin-left: 128px !important;
  }
  .u-tab-ml-17 {
    margin-left: 136px !important;
  }
  .u-tab-ml-18 {
    margin-left: 144px !important;
  }
  .u-tab-ml-19 {
    margin-left: 152px !important;
  }
  .u-tab-ml-20 {
    margin-left: 160px !important;
  }
  .u-tab-ml-21 {
    margin-left: 168px !important;
  }
  .u-tab-ml-22 {
    margin-left: 176px !important;
  }
  .u-tab-ml-23 {
    margin-left: 184px !important;
  }
  .u-tab-ml-24 {
    margin-left: 192px !important;
  }
  .u-tab-ml-25 {
    margin-left: 200px !important;
  }
  .u-tab-ml-26 {
    margin-left: 208px !important;
  }
  .u-tab-ml-27 {
    margin-left: 216px !important;
  }
  .u-tab-ml-28 {
    margin-left: 224px !important;
  }
  .u-tab-ml-29 {
    margin-left: 232px !important;
  }
  .u-tab-ml-30 {
    margin-left: 240px !important;
  }
  .u-tab-ml-31 {
    margin-left: 248px !important;
  }
  .u-tab-ml-32 {
    margin-left: 256px !important;
  }
  .u-tab-ml-33 {
    margin-left: 264px !important;
  }
  .u-tab-ml-34 {
    margin-left: 272px !important;
  }
  .u-tab-ml-35 {
    margin-left: 280px !important;
  }
  .u-tab-ml-36 {
    margin-left: 288px !important;
  }
  .u-tab-ml-37 {
    margin-left: 296px !important;
  }
  .u-tab-ml-38 {
    margin-left: 304px !important;
  }
  .u-tab-ml-39 {
    margin-left: 312px !important;
  }
  .u-tab-ml-40 {
    margin-left: 320px !important;
  }
  .u-tab-ml-41 {
    margin-left: 328px !important;
  }
  .u-tab-ml-42 {
    margin-left: 336px !important;
  }
  .u-tab-ml-43 {
    margin-left: 344px !important;
  }
  .u-tab-ml-44 {
    margin-left: 352px !important;
  }
  .u-tab-ml-45 {
    margin-left: 360px !important;
  }
  .u-tab-ml-46 {
    margin-left: 368px !important;
  }
  .u-tab-ml-47 {
    margin-left: 376px !important;
  }
  .u-tab-ml-48 {
    margin-left: 384px !important;
  }
  .u-tab-ml-49 {
    margin-left: 392px !important;
  }
  .u-tab-ml-50 {
    margin-left: 400px !important;
  }
}
@media screen and (max-width: 650px) {
  .u-sp-ml--20 {
    margin-left: -160px !important;
  }
  .u-sp-ml--19 {
    margin-left: -152px !important;
  }
  .u-sp-ml--18 {
    margin-left: -144px !important;
  }
  .u-sp-ml--17 {
    margin-left: -136px !important;
  }
  .u-sp-ml--16 {
    margin-left: -128px !important;
  }
  .u-sp-ml--15 {
    margin-left: -120px !important;
  }
  .u-sp-ml--14 {
    margin-left: -112px !important;
  }
  .u-sp-ml--13 {
    margin-left: -104px !important;
  }
  .u-sp-ml--12 {
    margin-left: -96px !important;
  }
  .u-sp-ml--11 {
    margin-left: -88px !important;
  }
  .u-sp-ml--10 {
    margin-left: -80px !important;
  }
  .u-sp-ml--9 {
    margin-left: -72px !important;
  }
  .u-sp-ml--8 {
    margin-left: -64px !important;
  }
  .u-sp-ml--7 {
    margin-left: -56px !important;
  }
  .u-sp-ml--6 {
    margin-left: -48px !important;
  }
  .u-sp-ml--5 {
    margin-left: -40px !important;
  }
  .u-sp-ml--4 {
    margin-left: -32px !important;
  }
  .u-sp-ml--3 {
    margin-left: -24px !important;
  }
  .u-sp-ml--2 {
    margin-left: -16px !important;
  }
  .u-sp-ml--1 {
    margin-left: -8px !important;
  }
  .u-sp-ml-0 {
    margin-left: 0px !important;
  }
  .u-sp-ml-1 {
    margin-left: 8px !important;
  }
  .u-sp-ml-2 {
    margin-left: 16px !important;
  }
  .u-sp-ml-3 {
    margin-left: 24px !important;
  }
  .u-sp-ml-4 {
    margin-left: 32px !important;
  }
  .u-sp-ml-5 {
    margin-left: 40px !important;
  }
  .u-sp-ml-6 {
    margin-left: 48px !important;
  }
  .u-sp-ml-7 {
    margin-left: 56px !important;
  }
  .u-sp-ml-8 {
    margin-left: 64px !important;
  }
  .u-sp-ml-9 {
    margin-left: 72px !important;
  }
  .u-sp-ml-10 {
    margin-left: 80px !important;
  }
  .u-sp-ml-11 {
    margin-left: 88px !important;
  }
  .u-sp-ml-12 {
    margin-left: 96px !important;
  }
  .u-sp-ml-13 {
    margin-left: 104px !important;
  }
  .u-sp-ml-14 {
    margin-left: 112px !important;
  }
  .u-sp-ml-15 {
    margin-left: 120px !important;
  }
  .u-sp-ml-16 {
    margin-left: 128px !important;
  }
  .u-sp-ml-17 {
    margin-left: 136px !important;
  }
  .u-sp-ml-18 {
    margin-left: 144px !important;
  }
  .u-sp-ml-19 {
    margin-left: 152px !important;
  }
  .u-sp-ml-20 {
    margin-left: 160px !important;
  }
  .u-sp-ml-21 {
    margin-left: 168px !important;
  }
  .u-sp-ml-22 {
    margin-left: 176px !important;
  }
  .u-sp-ml-23 {
    margin-left: 184px !important;
  }
  .u-sp-ml-24 {
    margin-left: 192px !important;
  }
  .u-sp-ml-25 {
    margin-left: 200px !important;
  }
  .u-sp-ml-26 {
    margin-left: 208px !important;
  }
  .u-sp-ml-27 {
    margin-left: 216px !important;
  }
  .u-sp-ml-28 {
    margin-left: 224px !important;
  }
  .u-sp-ml-29 {
    margin-left: 232px !important;
  }
  .u-sp-ml-30 {
    margin-left: 240px !important;
  }
  .u-sp-ml-31 {
    margin-left: 248px !important;
  }
  .u-sp-ml-32 {
    margin-left: 256px !important;
  }
  .u-sp-ml-33 {
    margin-left: 264px !important;
  }
  .u-sp-ml-34 {
    margin-left: 272px !important;
  }
  .u-sp-ml-35 {
    margin-left: 280px !important;
  }
  .u-sp-ml-36 {
    margin-left: 288px !important;
  }
  .u-sp-ml-37 {
    margin-left: 296px !important;
  }
  .u-sp-ml-38 {
    margin-left: 304px !important;
  }
  .u-sp-ml-39 {
    margin-left: 312px !important;
  }
  .u-sp-ml-40 {
    margin-left: 320px !important;
  }
  .u-sp-ml-41 {
    margin-left: 328px !important;
  }
  .u-sp-ml-42 {
    margin-left: 336px !important;
  }
  .u-sp-ml-43 {
    margin-left: 344px !important;
  }
  .u-sp-ml-44 {
    margin-left: 352px !important;
  }
  .u-sp-ml-45 {
    margin-left: 360px !important;
  }
  .u-sp-ml-46 {
    margin-left: 368px !important;
  }
  .u-sp-ml-47 {
    margin-left: 376px !important;
  }
  .u-sp-ml-48 {
    margin-left: 384px !important;
  }
  .u-sp-ml-49 {
    margin-left: 392px !important;
  }
  .u-sp-ml-50 {
    margin-left: 400px !important;
  }
}
/* 文字を操作する系ユーティリティ */
.u-minchou {
  font-family: serif;
}

.u-gothic {
  font-family: "Nunito Sans", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.u-fontS {
  font-size: 11px;
}

.u-fontM {
  font-size: 22px;
}
@media screen and (min-width: 1px) and (max-width: 1080px) {
  .u-fontM {
    font-size: 15px;
  }
}

.u-fontL {
  font-size: 30px;
}
@media screen and (max-width: 365px) {
  .u-fontL {
    font-size: 26px;
  }
}

.u-fontN {
  font-size: 16px;
}
@media screen and (min-width: 1px) and (max-width: 1080px) {
  .u-fontN {
    font-size: 14px;
  }
}

.u-font10 {
  font-size: 10px !important;
}

.u-font11 {
  font-size: 11px !important;
}

.u-font12 {
  font-size: 12px !important;
}

.u-font13 {
  font-size: 13px !important;
}

.u-font14 {
  font-size: 14px !important;
}

.u-font15 {
  font-size: 15px !important;
}

.u-font16 {
  font-size: 16px !important;
}

.u-font17 {
  font-size: 17px !important;
}

.u-font18 {
  font-size: 18px !important;
}

.u-font19 {
  font-size: 19px !important;
}

.u-font20 {
  font-size: 20px !important;
}

.u-font21 {
  font-size: 21px !important;
}

.u-font22 {
  font-size: 22px !important;
}

.u-font23 {
  font-size: 23px !important;
}

.u-font24 {
  font-size: 24px !important;
}

.u-font25 {
  font-size: 25px !important;
}

.u-font26 {
  font-size: 26px !important;
}

.u-font27 {
  font-size: 27px !important;
}

.u-font28 {
  font-size: 28px !important;
}

.u-font29 {
  font-size: 29px !important;
}

.u-font30 {
  font-size: 30px !important;
}

.u-font31 {
  font-size: 31px !important;
}

.u-font32 {
  font-size: 32px !important;
}

.u-font33 {
  font-size: 33px !important;
}

.u-font34 {
  font-size: 34px !important;
}

.u-font35 {
  font-size: 35px !important;
}

.u-font36 {
  font-size: 36px !important;
}

.u-font37 {
  font-size: 37px !important;
}

.u-font38 {
  font-size: 38px !important;
}

.u-font39 {
  font-size: 39px !important;
}

.u-font40 {
  font-size: 40px !important;
}

@media screen and (min-width: 1px) and (max-width: 1080px) {
  .u-tab-font0 {
    font-size: 0px !important;
  }
  .u-tab-font1 {
    font-size: 1px !important;
  }
  .u-tab-font2 {
    font-size: 2px !important;
  }
  .u-tab-font3 {
    font-size: 3px !important;
  }
  .u-tab-font4 {
    font-size: 4px !important;
  }
  .u-tab-font5 {
    font-size: 5px !important;
  }
  .u-tab-font6 {
    font-size: 6px !important;
  }
  .u-tab-font7 {
    font-size: 7px !important;
  }
  .u-tab-font8 {
    font-size: 8px !important;
  }
  .u-tab-font9 {
    font-size: 9px !important;
  }
  .u-tab-font10 {
    font-size: 10px !important;
  }
  .u-tab-font11 {
    font-size: 11px !important;
  }
  .u-tab-font12 {
    font-size: 12px !important;
  }
  .u-tab-font13 {
    font-size: 13px !important;
  }
  .u-tab-font14 {
    font-size: 14px !important;
  }
  .u-tab-font15 {
    font-size: 15px !important;
  }
  .u-tab-font16 {
    font-size: 16px !important;
  }
  .u-tab-font17 {
    font-size: 17px !important;
  }
  .u-tab-font18 {
    font-size: 18px !important;
  }
  .u-tab-font19 {
    font-size: 19px !important;
  }
  .u-tab-font20 {
    font-size: 20px !important;
  }
  .u-tab-font21 {
    font-size: 21px !important;
  }
  .u-tab-font22 {
    font-size: 22px !important;
  }
  .u-tab-font23 {
    font-size: 23px !important;
  }
  .u-tab-font24 {
    font-size: 24px !important;
  }
  .u-tab-font25 {
    font-size: 25px !important;
  }
  .u-tab-font26 {
    font-size: 26px !important;
  }
  .u-tab-font27 {
    font-size: 27px !important;
  }
  .u-tab-font28 {
    font-size: 28px !important;
  }
  .u-tab-font29 {
    font-size: 29px !important;
  }
  .u-tab-font30 {
    font-size: 30px !important;
  }
  .u-tab-font31 {
    font-size: 31px !important;
  }
  .u-tab-font32 {
    font-size: 32px !important;
  }
  .u-tab-font33 {
    font-size: 33px !important;
  }
  .u-tab-font34 {
    font-size: 34px !important;
  }
  .u-tab-font35 {
    font-size: 35px !important;
  }
  .u-tab-font36 {
    font-size: 36px !important;
  }
  .u-tab-font37 {
    font-size: 37px !important;
  }
  .u-tab-font38 {
    font-size: 38px !important;
  }
  .u-tab-font39 {
    font-size: 39px !important;
  }
  .u-tab-font40 {
    font-size: 40px !important;
  }
}
@media screen and (max-width: 650px) {
  .u-sp-font0 {
    font-size: 0px !important;
  }
  .u-sp-font1 {
    font-size: 1px !important;
  }
  .u-sp-font2 {
    font-size: 2px !important;
  }
  .u-sp-font3 {
    font-size: 3px !important;
  }
  .u-sp-font4 {
    font-size: 4px !important;
  }
  .u-sp-font5 {
    font-size: 5px !important;
  }
  .u-sp-font6 {
    font-size: 6px !important;
  }
  .u-sp-font7 {
    font-size: 7px !important;
  }
  .u-sp-font8 {
    font-size: 8px !important;
  }
  .u-sp-font9 {
    font-size: 9px !important;
  }
  .u-sp-font10 {
    font-size: 10px !important;
  }
  .u-sp-font11 {
    font-size: 11px !important;
  }
  .u-sp-font12 {
    font-size: 12px !important;
  }
  .u-sp-font13 {
    font-size: 13px !important;
  }
  .u-sp-font14 {
    font-size: 14px !important;
  }
  .u-sp-font15 {
    font-size: 15px !important;
  }
  .u-sp-font16 {
    font-size: 16px !important;
  }
  .u-sp-font17 {
    font-size: 17px !important;
  }
  .u-sp-font18 {
    font-size: 18px !important;
  }
  .u-sp-font19 {
    font-size: 19px !important;
  }
  .u-sp-font20 {
    font-size: 20px !important;
  }
  .u-sp-font21 {
    font-size: 21px !important;
  }
  .u-sp-font22 {
    font-size: 22px !important;
  }
  .u-sp-font23 {
    font-size: 23px !important;
  }
  .u-sp-font24 {
    font-size: 24px !important;
  }
  .u-sp-font25 {
    font-size: 25px !important;
  }
  .u-sp-font26 {
    font-size: 26px !important;
  }
  .u-sp-font27 {
    font-size: 27px !important;
  }
  .u-sp-font28 {
    font-size: 28px !important;
  }
  .u-sp-font29 {
    font-size: 29px !important;
  }
  .u-sp-font30 {
    font-size: 30px !important;
  }
  .u-sp-font31 {
    font-size: 31px !important;
  }
  .u-sp-font32 {
    font-size: 32px !important;
  }
  .u-sp-font33 {
    font-size: 33px !important;
  }
  .u-sp-font34 {
    font-size: 34px !important;
  }
  .u-sp-font35 {
    font-size: 35px !important;
  }
  .u-sp-font36 {
    font-size: 36px !important;
  }
  .u-sp-font37 {
    font-size: 37px !important;
  }
  .u-sp-font38 {
    font-size: 38px !important;
  }
  .u-sp-font39 {
    font-size: 39px !important;
  }
  .u-sp-font40 {
    font-size: 40px !important;
  }
}
.u-fontGreen {
  color: var(--color-green);
}

.u-fontWhite {
  color: #fff;
}

.u-fontRed {
  color: #E36B38;
}

.u-kakko {
  text-indent: -0.5em;
}

.u-normal {
  font-weight: 400 !important;
}

.u-medium {
  font-weight: 500 !important;
}

.u-bold {
  font-weight: 700 !important;
}

.u-semibold {
  font-weight: 600 !important;
}

.u-ls__thin {
  letter-spacing: -0.05em;
}

.u-ls__wide {
  letter-spacing: 0.1em;
}

.u-lh1 {
  line-height: 1 !important;
}

.u-lh2 {
  line-height: 2 !important;
}

.u-lh3 {
  line-height: 3 !important;
}

.u-lh4 {
  line-height: 4 !important;
}

.u-textleft, .textleft, .alignleft {
  text-align: left !important;
}

.u-textcenter, .textcenter, .aligncenter {
  text-align: center !important;
}

.u-textright, .textright, .alignright {
  text-align: right !important;
}

.u-textjustify, .textjustify, .alignjustify {
  text-align: justify !important;
}

@media screen and (min-width: 1px) and (max-width: 1080px) {
  .u-tab-textcenter,
  .u-textcenter-tab {
    text-align: center !important;
  }
}

@media screen and (min-width: 1px) and (max-width: 1080px) {
  .u-tab-textright,
  .u-textright-tab {
    text-align: right !important;
  }
}

@media screen and (min-width: 1px) and (max-width: 1080px) {
  .u-tab-textleft,
  .u-textleft-tab {
    text-align: left !important;
  }
}

@media screen and (max-width: 650px) {
  .u-sp-textcenter,
  .u-textcenter-sp {
    text-align: center !important;
  }
}

@media screen and (max-width: 650px) {
  .u-sp-textleft,
  .u-textleft-sp {
    text-align: left !important;
  }
}

@media screen and (max-width: 650px) {
  .u-sp-textright,
  .u-textright-sp {
    text-align: right !important;
  }
}

.u-marker-green {
  background: linear-gradient(transparent 45%, #CCEAE2 45%);
}

.u-text-external::after {
  background: url("images/icon-target-blank.svg") no-repeat center center/contain;
  content: "";
  display: inline-block;
  height: 11px;
  margin: 0 0 0 6px;
  width: 11px;
}

/* 表示&非表示を操作する系ユーティリティ */
.u-hide {
  display: none;
}

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

.u-tab {
  display: none;
}
@media screen and (min-width: 1px) and (max-width: 1080px) {
  .u-tab {
    display: inline-block;
  }
}

@media screen and (min-width: 1px) and (max-width: 1080px) {
  .u-tab-none {
    display: none !important;
  }
}

.u-sp {
  display: none !important;
}
@media screen and (max-width: 650px) {
  .u-sp {
    display: block !important;
  }
}

.u-small {
  display: none;
}
@media screen and (max-width: 365px) {
  .u-small {
    display: inline-block;
  }
}

@media screen and (max-width: 365px) {
  .u-small-none {
    display: none;
  }
}

/* 居場所がなかったのでここに */
.u-inlineblock {
  display: inline-block;
}

.u-padding0 {
  padding: 0 !important;
}

/* サブページ
------------------------------------*/
.p-top-message {
  align-items: center;
  background: var(--Bgc-green-900, #161807);
  display: flex;
  gap: 10px;
  justify-content: center;
  padding: 10px 24px 8px 24px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
}
.p-top-message .p-top-message__icon {
  display: block;
  height: 13px;
  line-height: 0;
  min-width: 13px;
}
.p-top-message .p-top-message__text {
  color: var(--Text-white-900, #FFF);
  font-family: "IBM Plex Sans JP";
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.39px;
}

.p-top-logo {
  display: block;
  height: 50px;
  line-height: 0;
  position: fixed;
  right: 40px;
  bottom: 74px;
  width: 190px;
  z-index: 4;
}
@media screen and (min-width: 1px) and (max-width: 1080px) {
  .p-top-logo {
    display: none;
  }
}
.p-top-logo.is-active .p-top-logo__default {
  opacity: 0;
}
.p-top-logo.is-active .p-top-logo__start {
  opacity: 1;
}
.p-top-logo .p-top-logo__default {
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.3s ease;
  width: 100%;
}
.p-top-logo .p-top-logo__start {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.3s ease;
}

.p-top-kv {
  box-sizing: border-box;
  height: 100svh;
  margin: 0 calc(50% - 50vw);
  overflow: hidden;
  position: relative;
  width: 100vw;
  z-index: 1;
  --kv-zoom-duration: 10s;
  --kv-animation-duration1: 1.5s;
  --kv-animation-duration2: .9s;
  --kv-animation-delay2: 1.5s;
}
.p-top-kv.is-ready .p-top-kv__slider {
  transform: translate3d(0, 0, 0);
}
.p-top-kv.is-ready .p-top-kv__sidebar {
  transform: translate3d(106px, 0, 0);
}
@media screen and (min-width: 1px) and (max-width: 1080px) {
  .p-top-kv.is-ready .p-top-kv__sidebar {
    transform: translate3d(0, 0, 0);
  }
}
.p-top-kv.is-ready .p-top-kv__menu {
  opacity: 0;
}
.p-top-kv.is-ready .p-top-kv__buttons {
  opacity: 0;
}
.p-top-kv .p-top-kv__inner {
  height: 100svh;
  position: relative;
}
.p-top-kv .p-top-kv__slider {
  height: 100svh;
  overflow: hidden;
  position: relative;
  transition: transform var(--kv-animation-duration1) ease, scale var(--kv-animation-duration1) ease;
  transform: translate3d(-106px, 0, 0);
  width: calc(100vw - 264px);
  will-change: min-width;
  z-index: 1;
}
@media screen and (min-width: 1px) and (max-width: 1080px) {
  .p-top-kv .p-top-kv__slider {
    transform: translate3d(0, 0, 0);
    width: 100%;
  }
}
.p-top-kv .p-top-kv__slider .p-top-kv__slider-items {
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.p-top-kv .p-top-kv__slider .p-top-kv__slider-items.swiper-slide-prev img, .p-top-kv .p-top-kv__slider .p-top-kv__slider-items.swiper-slide-active img {
  animation: slideZoom var(--kv-zoom-duration) linear forwards;
}
.p-top-kv .p-top-kv__slider .p-top-kv__slider-items img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@keyframes slideZoom {
  0% {
    scale: 1;
  }
  100% {
    scale: 1.25;
  }
}
.p-top-kv .p-top-kv__slider-copy {
  display: block;
  line-height: 0;
  position: absolute;
  top: 76px;
  right: 36px;
  transition: transform var(--kv-animation-duration1) ease;
  z-index: 2;
}
@media screen and (min-width: 1px) and (max-width: 1080px) {
  .p-top-kv .p-top-kv__slider-copy {
    top: 78px;
    left: 28px;
  }
}
.p-top-kv .p-top-kv__sidebar {
  align-items: flex-start;
  background: url("images/top-kv-bg.jpg") no-repeat center center/cover;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  padding: 0 42px 0 0;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate3d(0, 0, 0);
  transform-origin: right center;
  transition: transform var(--kv-animation-duration1) ease;
  width: 370px;
  z-index: 2;
}
@media screen and (min-width: 1px) and (max-width: 1080px) {
  .p-top-kv .p-top-kv__sidebar {
    height: 210px;
    top: auto;
    bottom: 0;
    width: 100%;
  }
}
.p-top-kv .p-top-kv__sidebar-logo {
  display: none;
  line-height: 0;
  position: absolute;
  top: 48px;
  right: 24px;
}
@media screen and (min-width: 1px) and (max-width: 1080px) {
  .p-top-kv .p-top-kv__sidebar-logo {
    display: block;
  }
}
.p-top-kv .p-top-kv__menu {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: flex-start;
  padding: 75px 0 0;
  transition: opacity var(--kv-animation-duration2) ease var(--kv-animation-delay2);
  width: 100%;
}
@media screen and (min-width: 1px) and (max-width: 1080px) {
  .p-top-kv .p-top-kv__menu {
    display: none;
  }
}
.p-top-kv .p-top-kv__menu a {
  color: var(--Bgc-green-10, #F6F6F6);
  display: block;
  font-family: "Zen Old Mincho";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.8px;
  text-align: right;
}
.p-top-kv .p-top-kv__menu a:hover {
  opacity: 0.6;
}
.p-top-kv .p-top-kv__menu a i {
  color: var(--Bgc-green-50, #D5D9CF);
  display: block;
  font-family: "Zen Old Mincho";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 15px */
  letter-spacing: 0.5px;
}
.p-top-kv .p-top-kv__buttons {
  align-items: center;
  display: flex;
  gap: 8px;
  height: 125px;
  justify-content: flex-start;
  padding: 0 30px 70px;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: opacity var(--kv-animation-duration2) ease var(--kv-animation-delay2);
  width: 100%;
  z-index: 3;
}
@media screen and (min-width: 1px) and (max-width: 1080px) {
  .p-top-kv .p-top-kv__buttons {
    display: none;
  }
}
.p-top-kv .p-top-kv__button.is-contact a {
  background: rgba(37, 51, 19, 0.9);
  color: var(--Bgc-green-10, #F6F6F6);
}
.p-top-kv .p-top-kv__button.is-reserve a {
  border: 1px solid var(--Bgc-green-800, #6e7763);
  background: var(--Bgc-green-50, #D5D9CF);
  color: var(--Bgc-green-800, #253313);
}
.p-top-kv .p-top-kv__button a {
  align-items: center;
  background: var(--Bgc-green-800, #253313);
  border: solid 1px var(--Bgc-green-800, #253313);
  border-radius: 3px;
  box-sizing: border-box;
  display: flex;
  font-family: "Zen Old Mincho";
  font-size: 16px;
  gap: 8px;
  justify-content: center;
  line-height: 120%;
  letter-spacing: 0.8px;
  padding: 11px 23px;
  width: 224px;
}
.p-top-kv .p-top-kv__button a:hover {
  opacity: 0.5;
}

.p-top-kv__nenrin {
  display: block;
  max-width: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  --line-default: #ccc;
  --line-bright: #fff;
}
@media screen and (min-width: 1px) and (max-width: 1080px) {
  .p-top-kv__nenrin {
    top: auto;
    bottom: 60px;
  }
  .p-top-kv__nenrin #top-nenrin {
    transform: translate3d(-50px, 252px, 0) scale(0.75);
  }
}
@media screen and (max-width: 650px) {
  .p-top-kv__nenrin {
    bottom: 0px;
  }
  .p-top-kv__nenrin #top-nenrin {
    transform: translate3d(-50px, 472px, 0) scale(0.545);
  }
}
.p-top-kv__nenrin g path {
  fill: var(--line-default);
}
.p-top-kv__nenrin #line1 path {
  animation: brightLine 8s ease 3.985s infinite;
}
.p-top-kv__nenrin #line2 path {
  animation: brightLine 8s ease 3.97s infinite;
}
.p-top-kv__nenrin #line3 path {
  animation: brightLine 8s ease 3.955s infinite;
}
.p-top-kv__nenrin #line4 path {
  animation: brightLine 8s ease 3.94s infinite;
}
.p-top-kv__nenrin #line5 path {
  animation: brightLine 8s ease 3.925s infinite;
}
.p-top-kv__nenrin #line6 path {
  animation: brightLine 8s ease 3.91s infinite;
}
.p-top-kv__nenrin #line7 path {
  animation: brightLine 8s ease 3.895s infinite;
}
.p-top-kv__nenrin #line8 path {
  animation: brightLine 8s ease 3.88s infinite;
}
.p-top-kv__nenrin #line9 path {
  animation: brightLine 8s ease 3.865s infinite;
}
.p-top-kv__nenrin #line10 path {
  animation: brightLine 8s ease 3.85s infinite;
}
.p-top-kv__nenrin #line11 path {
  animation: brightLine 8s ease 3.835s infinite;
}
.p-top-kv__nenrin #line12 path {
  animation: brightLine 8s ease 3.82s infinite;
}
.p-top-kv__nenrin #line13 path {
  animation: brightLine 8s ease 3.805s infinite;
}
.p-top-kv__nenrin #line14 path {
  animation: brightLine 8s ease 3.79s infinite;
}
.p-top-kv__nenrin #line15 path {
  animation: brightLine 8s ease 3.775s infinite;
}
.p-top-kv__nenrin #line16 path {
  animation: brightLine 8s ease 3.76s infinite;
}
.p-top-kv__nenrin #line17 path {
  animation: brightLine 8s ease 3.745s infinite;
}
.p-top-kv__nenrin #line18 path {
  animation: brightLine 8s ease 3.73s infinite;
}
.p-top-kv__nenrin #line19 path {
  animation: brightLine 8s ease 3.715s infinite;
}
.p-top-kv__nenrin #line20 path {
  animation: brightLine 8s ease 3.7s infinite;
}
.p-top-kv__nenrin #line21 path {
  animation: brightLine 8s ease 3.685s infinite;
}
.p-top-kv__nenrin #line22 path {
  animation: brightLine 8s ease 3.67s infinite;
}
.p-top-kv__nenrin #line23 path {
  animation: brightLine 8s ease 3.655s infinite;
}
.p-top-kv__nenrin #line24 path {
  animation: brightLine 8s ease 3.64s infinite;
}
.p-top-kv__nenrin #line25 path {
  animation: brightLine 8s ease 3.625s infinite;
}
.p-top-kv__nenrin #line26 path {
  animation: brightLine 8s ease 3.61s infinite;
}
.p-top-kv__nenrin #line27 path {
  animation: brightLine 8s ease 3.595s infinite;
}
.p-top-kv__nenrin #line28 path {
  animation: brightLine 8s ease 3.58s infinite;
}
.p-top-kv__nenrin #line29 path {
  animation: brightLine 8s ease 3.565s infinite;
}
.p-top-kv__nenrin #line30 path {
  animation: brightLine 8s ease 3.55s infinite;
}
.p-top-kv__nenrin #line31 path {
  animation: brightLine 8s ease 3.535s infinite;
}
.p-top-kv__nenrin #line32 path {
  animation: brightLine 8s ease 3.52s infinite;
}
.p-top-kv__nenrin #line33 path {
  animation: brightLine 8s ease 3.505s infinite;
}
.p-top-kv__nenrin #line34 path {
  animation: brightLine 8s ease 3.49s infinite;
}
.p-top-kv__nenrin #line35 path {
  animation: brightLine 8s ease 3.475s infinite;
}
.p-top-kv__nenrin #line36 path {
  animation: brightLine 8s ease 3.46s infinite;
}
.p-top-kv__nenrin #line37 path {
  animation: brightLine 8s ease 3.445s infinite;
}
.p-top-kv__nenrin #line38 path {
  animation: brightLine 8s ease 3.43s infinite;
}
.p-top-kv__nenrin #line39 path {
  animation: brightLine 8s ease 3.415s infinite;
}
.p-top-kv__nenrin #line40 path {
  animation: brightLine 8s ease 3.4s infinite;
}
.p-top-kv__nenrin #line41 path {
  animation: brightLine 8s ease 3.385s infinite;
}
.p-top-kv__nenrin #line42 path {
  animation: brightLine 8s ease 3.37s infinite;
}
.p-top-kv__nenrin #line43 path {
  animation: brightLine 8s ease 3.355s infinite;
}
.p-top-kv__nenrin #line44 path {
  animation: brightLine 8s ease 3.34s infinite;
}
.p-top-kv__nenrin #line45 path {
  animation: brightLine 8s ease 3.325s infinite;
}
.p-top-kv__nenrin #line46 path {
  animation: brightLine 8s ease 3.31s infinite;
}
.p-top-kv__nenrin #line47 path {
  animation: brightLine 8s ease 3.295s infinite;
}
.p-top-kv__nenrin #line48 path {
  animation: brightLine 8s ease 3.28s infinite;
}
.p-top-kv__nenrin #line49 path {
  animation: brightLine 8s ease 3.265s infinite;
}
.p-top-kv__nenrin #line50 path {
  animation: brightLine 8s ease 3.25s infinite;
}
.p-top-kv__nenrin #line51 path {
  animation: brightLine 8s ease 3.235s infinite;
}
.p-top-kv__nenrin #line52 path {
  animation: brightLine 8s ease 3.22s infinite;
}
.p-top-kv__nenrin #line53 path {
  animation: brightLine 8s ease 3.205s infinite;
}
@keyframes brightLine {
  0% {
    fill: var(--line-default);
  }
  9% {
    fill: var(--line-default);
  }
  10% {
    fill: var(--line-bright);
  }
  18% {
    fill: var(--line-default);
  }
  100% {
    fill: var(--line-default);
  }
}

.p-top-about {
  margin: 0 calc(50% - 50vw);
}
.p-top-about .p-top-about__inner {
  display: grid;
  gap: 24px 40px;
  grid-template-areas: "headline english" "text english" "button english";
  grid-template-columns: 572px 400px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1280px;
  padding: 0 40px;
}
@media screen and (min-width: 1px) and (max-width: 1080px) {
  .p-top-about .p-top-about__inner {
    grid-template-columns: 1fr;
    grid-template-areas: "headline" "text" "english" "button";
  }
}
@media screen and (max-width: 650px) {
  .p-top-about .p-top-about__inner {
    padding: 0 24px;
  }
}
.p-top-about .p-top-about__headline {
  grid-area: headline;
}
.p-top-about .p-top-about__text {
  color: var(--Bgc-green-900, #161807);
  font-family: "Zen Old Mincho";
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  grid-area: text;
  line-height: 180%;
  letter-spacing: 0.85px;
}
.p-top-about .p-top-about__text-english {
  color: var(--Text-green-200, #8C957F);
  font-family: "Source Serif 4";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  grid-area: english;
  line-height: 180%;
  letter-spacing: 0.6px;
}
.p-top-about .p-top-about__button {
  grid-area: button;
}

.p-top-access-map {
  margin: 0 calc(50% - 50vw);
  position: relative;
}
.p-top-access-map .p-top-access-map__inner {
  margin: 0 auto;
  max-width: 1280px;
  padding: 0 40px;
}
@media screen and (max-width: 650px) {
  .p-top-access-map .p-top-access-map__inner {
    padding: 0 24px;
  }
}
.p-top-access-map .p-top-access-map__image {
  display: block;
  height: 760px;
  line-height: 0;
  margin: auto;
  max-width: 100vw;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  width: 1920px;
}
@media screen and (min-width: 1px) and (max-width: 1080px) {
  .p-top-access-map .p-top-access-map__image {
    width: 100vw;
  }
}
.p-top-access-map .p-top-access-map__image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
}
@media screen and (min-width: 1px) and (max-width: 1080px) {
  .p-top-access-map .p-top-access-map__image img {
    -o-object-position: -420px center;
       object-position: -420px center;
  }
}

.p-top-access {
  margin: 0 0 0 auto;
  max-width: 610px;
}
.p-top-access .p-top-access__text {
  color: var(--Text-green-300, #59604F);
  font-family: "Zen Old Mincho";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.45px;
}

.p-top-highlight {
  height: 800px;
  margin: 0 calc(50% - 50vw);
  padding: 32px;
  position: relative;
  touch-action: pan-y;
}
@media screen and (max-width: 650px) {
  .p-top-highlight {
    height: 760px;
    padding: 0;
  }
}
.p-top-highlight .p-top-highlight__items {
  align-items: flex-end;
  box-sizing: border-box;
  display: flex;
  height: 800px;
  justify-content: flex-start;
  overflow: hidden;
  padding: 40px;
  position: relative;
}
@media screen and (max-width: 650px) {
  .p-top-highlight .p-top-highlight__items {
    height: 760px;
    padding: 64px 24px 56px;
  }
}
.p-top-highlight .p-top-highlight__items.swiper-slide-active .p-top-highlight__image {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: opacity 1.5s ease, transform 1.5s ease;
}
.p-top-highlight .p-top-highlight__items.swiper-slide-active .p-top-highlight__content {
  opacity: 1;
  transition: opacity 0.9s ease 1.6s;
}
.p-top-highlight .p-top-highlight__items.swiper-slide-prev .p-top-highlight__image {
  transform: translate3d(0, -30px, 0);
}
.p-top-highlight .p-top-highlight__image {
  height: 100%;
  opacity: 0;
  position: absolute;
  inset: 0;
  scale: 1.1;
  transform: translate3d(0, 30px, 0);
  transition: opacity 1.5s ease, transform 1.5s ease;
  width: 100%;
  z-index: -1;
}
.p-top-highlight .p-top-highlight__image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.p-top-highlight .p-top-highlight__content {
  align-items: flex-start;
  background: #FFF;
  display: flex;
  flex-direction: column;
  height: 560px;
  justify-content: flex-start;
  padding: 40px;
  transition: opacity 0.9s ease;
  opacity: 0;
  width: 480px;
}
@media screen and (max-width: 650px) {
  .p-top-highlight .p-top-highlight__content {
    height: 640px;
    padding: 40px 24px;
    width: 100%;
  }
}
.p-top-highlight .p-top-highlight__headline {
  color: var(--Text-green-300, #59604F);
  display: flex;
  font-family: "Zen Old Mincho";
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 1.6px;
  line-height: 120%;
  margin: 8px 0 0;
  gap: 16px;
}
@media screen and (max-width: 650px) {
  .p-top-highlight .p-top-highlight__headline {
    font-size: 26px;
    gap: 8px;
  }
}
.p-top-highlight .p-top-highlight__number::after {
  content: "/";
}
.p-top-highlight .p-top-highlight__title {
  color: var(--Text-green-300, #59604F);
  font-family: "Zen Old Mincho";
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 1.6px;
}
@media screen and (max-width: 650px) {
  .p-top-highlight .p-top-highlight__title {
    font-size: 26px;
  }
}
.p-top-highlight .p-top-highlight__text-ja {
  color: var(--Text-green-300, #59604F);
  font-family: "Zen Old Mincho";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.75px;
  margin: 24px 0 0;
}
@media screen and (max-width: 650px) {
  .p-top-highlight .p-top-highlight__text-ja {
    margin: 16px 0 0;
  }
}
.p-top-highlight .p-top-highlight__text-en {
  color: var(--Text-green-200, #8C957F);
  font-family: "Zen Old Mincho";
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.5px;
  margin: 16px 0 0;
}
.p-top-highlight .p-top-highlight__button {
  margin: auto 0 0;
}
@media screen and (max-width: 650px) {
  .p-top-highlight .p-top-highlight__button {
    margin: auto 0 0 auto;
  }
}

.p-top-highlight-pagination {
  align-items: center;
  background: var(--Bgc-grey-10, #F0F0F0);
  color: var(--Text-green-300, #59604F);
  display: flex;
  flex-direction: column;
  font-family: "Zen Old Mincho";
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  gap: 12px;
  height: -moz-fit-content;
  height: fit-content;
  justify-content: center;
  line-height: 120%;
  margin: auto;
  padding: 4px 0;
  position: absolute;
  inset: 0 32px 0 auto;
  z-index: 2;
}
@media screen and (max-width: 650px) {
  .p-top-highlight-pagination {
    inset: 40px 24px auto auto;
  }
}
.p-top-highlight-pagination .p-top-highlight-pagination__first {
  align-items: center;
  color: var(--Text-green-300, #59604F);
  display: flex;
  flex-direction: column;
  font-family: "Zen Old Mincho";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  gap: 8px;
  padding: 8px;
}
.p-top-highlight-pagination .p-top-highlight-pagination__first::before {
  background: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" width="18" height="10" viewBox="0 0 18 10" fill="none"><path d="M17 9L9 1L1 9" stroke="%2359604F" /></svg>') no-repeat center center/contain;
  content: "";
  display: block;
  height: 8px;
  width: 16px;
}
.p-top-highlight-pagination .p-top-highlight-pagination__first:hover {
  opacity: 0.5;
}
.p-top-highlight-pagination .p-top-highlight-pagination__first:active {
  opacity: 0.25;
}
.p-top-highlight-pagination .p-top-highlight-pagination__line {
  background: var(--Text-green-300, #59604F);
  height: 12px;
  width: 1px;
}
.p-top-highlight-pagination .p-top-highlight-pagination__last {
  align-items: center;
  color: var(--Text-green-300, #59604F);
  display: flex;
  flex-direction: column;
  font-family: "Zen Old Mincho";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  gap: 8px;
  padding: 8px;
}
.p-top-highlight-pagination .p-top-highlight-pagination__last::after {
  background: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" width="18" height="10" viewBox="0 0 18 10" fill="none"><path d="M17 1L9 9L1 1" stroke="%2359604F" /></svg>') no-repeat center center/contain;
  content: "";
  display: block;
  height: 8px;
  width: 16px;
}
.p-top-highlight-pagination .p-top-highlight-pagination__last:hover {
  opacity: 0.5;
}
.p-top-highlight-pagination .p-top-highlight-pagination__last:active {
  opacity: 0.25;
}

.p-top-map {
  margin: 0 calc(50% - 50vw);
  position: relative;
}
.p-top-map .p-top-map__headline {
  margin: 0 auto;
  max-width: 1280px;
  z-index: 100;
  padding: 0 40px;
}
@media screen and (max-width: 650px) {
  .p-top-map .p-top-map__headline {
    padding: 0 24px;
  }
}
.p-top-map .p-top-map__inner {
  height: 1026px;
  margin: 0 auto;
  max-width: 1440px;
  padding: 0 40px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1px) and (max-width: 1080px) {
  .p-top-map .p-top-map__inner {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 8px;
    height: calc(100vw + 450px);
    padding: 0 24px;
    width: 100vw;
  }
}
@media screen and (max-width: 650px) {
  .p-top-map .p-top-map__inner {
    height: calc(100vw + 470px);
    max-height: 1200px;
  }
}
.p-top-map .p-top-map__full-map {
  display: block;
  line-height: 0;
  min-width: 1440px;
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.3s ease;
  z-index: 2;
}
@media screen and (min-width: 1px) and (max-width: 1080px) {
  .p-top-map .p-top-map__full-map {
    min-width: 0;
    top: auto;
    bottom: 40px;
  }
}
.p-top-map .p-top-map__map {
  display: contents;
}
.p-top-map .p-top-map__whole-map {
  display: block;
  line-height: 0;
  min-width: 1440px;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.3s ease;
  z-index: 3;
}
@media screen and (min-width: 1px) and (max-width: 1080px) {
  .p-top-map .p-top-map__whole-map {
    min-width: 0;
    top: auto;
    bottom: 40px;
  }
}
.p-top-map .p-top-map__zoom-map {
  display: block;
  line-height: 0;
  min-width: 1440px;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(0.95);
  transition: opacity 0.3s ease, transform 0.3s ease;
  z-index: 4;
}
@media screen and (min-width: 1px) and (max-width: 1080px) {
  .p-top-map .p-top-map__zoom-map {
    min-width: 0;
    top: auto;
    bottom: 40px;
  }
}
.p-top-map .p-top-map__accordion {
  background: rgba(255, 255, 255, 0.7);
  border-bottom: 1px solid var(--Text-green-300, #59604F);
  max-width: 440px;
  position: absolute;
  width: 100%;
  z-index: 50;
}
@media screen and (min-width: 1px) and (max-width: 1080px) {
  .p-top-map .p-top-map__accordion {
    max-width: none;
    position: relative;
  }
}
.p-top-map .p-top-map__accordion:hover + .p-top-map__map .p-top-map__whole-map {
  opacity: 1;
}
@media screen and (min-width: 1px) and (max-width: 1080px) {
  .p-top-map .p-top-map__accordion:hover + .p-top-map__map .p-top-map__whole-map {
    opacity: 0;
  }
}
.p-top-map .p-top-map__accordion.is-hide {
  display: none;
}
@media screen and (min-width: 1px) and (max-width: 1080px) {
  .p-top-map .p-top-map__accordion.is-hide {
    display: block;
  }
}
.p-top-map .p-top-map__accordion[open] {
  background: var(--Text-white-900, #FFF);
}
.p-top-map .p-top-map__accordion[open] summary::before {
  background: url("images/icon-close.svg") no-repeat center center/contain;
  content: "";
  display: block;
  height: 16px;
  margin: 4px 0 0 auto;
  width: 16px;
}
.p-top-map .p-top-map__accordion[open] summary::after {
  opacity: 0;
}
.p-top-map .p-top-map__accordion[open] + .p-top-map__map .p-top-map__zoom-map {
  opacity: 1;
  transform: scale(1);
}
.p-top-map .p-top-map__accordion[data-map=a] {
  left: 260px;
  top: 780px;
}
@media screen and (min-width: 1px) and (max-width: 1080px) {
  .p-top-map .p-top-map__accordion[data-map=a] {
    inset: auto;
  }
}
.p-top-map .p-top-map__accordion[data-map=a][open] {
  left: 150px;
  top: 425px;
}
@media screen and (min-width: 1px) and (max-width: 1080px) {
  .p-top-map .p-top-map__accordion[data-map=a][open] {
    inset: auto;
  }
}
.p-top-map .p-top-map__accordion[data-map=a] + .p-top-map__map .p-top-map__whole-map {
  transform-origin: right top;
}
.p-top-map .p-top-map__accordion[data-map=b] {
  left: 535px;
  top: 580px;
}
@media screen and (min-width: 1px) and (max-width: 1080px) {
  .p-top-map .p-top-map__accordion[data-map=b] {
    inset: auto;
  }
}
.p-top-map .p-top-map__accordion[data-map=b][open] {
  left: 140px;
  top: 425px;
}
@media screen and (min-width: 1px) and (max-width: 1080px) {
  .p-top-map .p-top-map__accordion[data-map=b][open] {
    inset: auto;
  }
}
.p-top-map .p-top-map__accordion[data-map=b] + .p-top-map__map .p-top-map__whole-map {
  transform-origin: left bottom;
}
.p-top-map .p-top-map__accordion[data-map=c] {
  left: 920px;
  top: 450px;
}
@media screen and (min-width: 1px) and (max-width: 1080px) {
  .p-top-map .p-top-map__accordion[data-map=c] {
    inset: auto;
  }
}
.p-top-map .p-top-map__accordion[data-map=c][open] {
  left: 150px;
  top: 130px;
}
@media screen and (min-width: 1px) and (max-width: 1080px) {
  .p-top-map .p-top-map__accordion[data-map=c][open] {
    inset: auto;
  }
}
.p-top-map .p-top-map__accordion[data-map=c] + .p-top-map__map .p-top-map__whole-map {
  transform-origin: left bottom;
}
.p-top-map .p-top-map__accordion[data-map=d] {
  left: 315px;
  top: 430px;
}
@media screen and (min-width: 1px) and (max-width: 1080px) {
  .p-top-map .p-top-map__accordion[data-map=d] {
    inset: auto;
  }
}
.p-top-map .p-top-map__accordion[data-map=d][open] {
  left: 150px;
  top: 100px;
}
@media screen and (min-width: 1px) and (max-width: 1080px) {
  .p-top-map .p-top-map__accordion[data-map=d][open] {
    inset: auto;
  }
}
.p-top-map .p-top-map__accordion[data-map=d] + .p-top-map__map .p-top-map__whole-map {
  transform-origin: left center;
}
.p-top-map .p-top-map__accordion[data-map=e] {
  left: 80px;
  top: 272px;
}
@media screen and (min-width: 1px) and (max-width: 1080px) {
  .p-top-map .p-top-map__accordion[data-map=e] {
    inset: auto;
  }
}
.p-top-map .p-top-map__accordion[data-map=e][open] {
  left: 150px;
  top: 100px;
}
@media screen and (min-width: 1px) and (max-width: 1080px) {
  .p-top-map .p-top-map__accordion[data-map=e][open] {
    inset: auto;
  }
}
.p-top-map .p-top-map__accordion[data-map=e] + .p-top-map__map .p-top-map__whole-map {
  transform-origin: left top;
}
.p-top-map .p-top-map__accordion summary {
  color: var(--Bgc-green-800, #253313);
  cursor: pointer;
  font-family: "Zen Old Mincho";
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  list-style: none;
  letter-spacing: 0.9px;
  padding: 14px 20px 16px;
  transition: background-color 0.3s ease;
}
.p-top-map .p-top-map__accordion summary::after {
  background: url("images/icon-arrow-anchor.svg") no-repeat center center/contain;
  content: "";
  display: block;
  height: 6px;
  margin: 0 0 8px;
  position: absolute;
  right: 20px;
  bottom: 16px;
  width: 11px;
}
.p-top-map .p-top-map__accordion summary:hover {
  background-color: #fff;
}
.p-top-map .p-top-map__accordion summary::-webkit-details-marker {
  display: none;
}
.p-top-map .p-top-map__accordion summary b {
  font-size: 22px;
  font-weight: 500;
}
.p-top-map .p-top-map__accordion summary i {
  font-size: 15px;
  font-style: normal;
  vertical-align: top;
}
.p-top-map .p-top-map__accordion summary h3 {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.9px;
  margin: 4px 0 0;
}
.p-top-map .p-top-map__text {
  color: var(--Bgc-green-800, #253313);
  font-family: "Zen Old Mincho";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.36px;
  padding: 0 20px 40px;
  text-align: right;
}
.p-top-map .p-top-map__button {
  margin: 0 auto;
  max-width: 1280px;
  padding: 0 40px;
  text-align: right;
}
@media screen and (max-width: 650px) {
  .p-top-map .p-top-map__button {
    padding: 0 24px;
  }
}

.p-top-text {
  color: var(--Bgc-green-900, #161807);
  font-family: "Zen Old Mincho";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.75px;
  max-width: 576px;
  width: 100%;
}
.p-top-text.is-wide {
  max-width: none;
}
.p-top-text.is-light {
  color: var(--Bgc-green-50, #D5D9CF);
}

.p-top-stay {
  margin: 0 calc(50% - 50vw);
}
.p-top-stay .p-top-stay__inner {
  margin: 0 auto;
  max-width: 1280px;
  padding: 0 40px;
}
@media screen and (max-width: 650px) {
  .p-top-stay .p-top-stay__inner {
    padding: 0 24px;
  }
}
.p-top-stay .p-top-stay__text {
  color: var(--Bgc-green-50, #D5D9CF);
  font-family: "Zen Old Mincho";
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.85px;
}

@media screen and (min-width: 1px) and (max-width: 1080px) {
  .p-top-course {
    margin: 0 calc(50% - 50vw);
    overflow: hidden;
  }
}
.p-top-course .p-top-course__inner {
  counter-reset: item;
  display: grid;
  gap: 56px;
  margin: 0 auto;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 1px) and (max-width: 1080px) {
  .p-top-course .p-top-course__inner {
    gap: 24px;
    padding: 0 24px;
  }
}
.p-top-course .p-top-course__items {
  align-items: start;
  display: grid;
  gap: 56px;
  grid-template-columns: 1fr 472px;
  margin: 0;
}
@media screen and (min-width: 1px) and (max-width: 1080px) {
  .p-top-course .p-top-course__items {
    border-bottom: 1px solid var(--Text-green-100, #B3BBA8);
    grid-template-columns: 1fr;
    gap: 0;
    margin: 16px 0 0;
    padding: 56px 0;
  }
}
.p-top-course .p-top-course__items:nth-child(1) .p-top-course__photo {
  margin: 50px 0 0;
}
@media screen and (min-width: 1px) and (max-width: 1080px) {
  .p-top-course .p-top-course__items:nth-child(1) .p-top-course__photo {
    margin: 80px auto 0;
  }
}
.p-top-course .p-top-course__items:nth-child(2) .p-top-course__photo figure:nth-child(1) {
  left: 97px;
  top: 0;
  rotate: -4.52deg;
  z-index: 2;
}
.p-top-course .p-top-course__items:nth-child(2) .p-top-course__photo figure:nth-child(2) {
  left: 186px;
  top: -20px;
  rotate: -10.77deg;
  z-index: 1;
}
.p-top-course .p-top-course__items:nth-child(2) .p-top-course__photo figure:nth-child(3) {
  left: 0;
  top: -20px;
  rotate: 7.6deg;
  z-index: 0;
}
.p-top-course .p-top-course__items:nth-child(3) .p-top-course__photo figure:nth-child(1) {
  left: 95px;
  top: -18px;
  rotate: 1.98deg;
  z-index: 2;
}
.p-top-course .p-top-course__items:nth-child(3) .p-top-course__photo figure:nth-child(2) {
  left: 163px;
  top: 19px;
  rotate: -9.9deg;
  z-index: 1;
}
.p-top-course .p-top-course__items:nth-child(3) .p-top-course__photo figure:nth-child(3) {
  left: 10px;
  top: -20px;
  rotate: 21.85deg;
  z-index: 0;
}
.p-top-course .p-top-course__body {
  border-top: 1px solid var(--Text-green-100, #B3BBA8);
  padding: 56px 0 0 46px;
  position: relative;
}
@media screen and (min-width: 1px) and (max-width: 1080px) {
  .p-top-course .p-top-course__body {
    border-top: none;
    padding: 0;
    order: 2;
    width: 100%;
  }
}
.p-top-course .p-top-course__headline {
  display: grid;
  gap: 4px;
}
.p-top-course .p-top-course__headline .p-top-course__headline-ja {
  color: var(--Bgc-green-50, #D5D9CF);
  display: grid;
  font-family: "Zen Old Mincho";
  font-size: 28px;
  font-weight: 500;
  gap: 8px;
  line-height: 120%;
  letter-spacing: -0.84px;
  position: relative;
}
.p-top-course .p-top-course__headline .p-top-course__headline-ja::before {
  content: counter(item, decimal-leading-zero);
  counter-increment: item;
  color: var(--Bgc-green-50, #D5D9CF);
  font-family: "Zen Old Mincho";
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.9px;
  position: absolute;
  left: -46px;
  top: 0;
}
@media screen and (min-width: 1px) and (max-width: 1080px) {
  .p-top-course .p-top-course__headline .p-top-course__headline-ja::before {
    display: block;
    margin: 0 0 16px;
    position: static;
  }
}
.p-top-course .p-top-course__headline .p-top-course__headline-en {
  color: var(--Text-green-200, #8C957F);
  display: block;
  font-family: "Source Serif 4";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 1.2px;
  margin: 4px 0 0;
}
.p-top-course .p-top-course__text {
  color: var(--Bgc-green-50, #D5D9CF);
  font-family: "Zen Old Mincho";
  font-size: 15px;
  line-height: 180%;
  /* 27px */
  letter-spacing: 0.75px;
  margin: 24px 0 0;
}
.p-top-course .p-top-course__english {
  color: var(--Text-green-200, #8C957F);
  font-family: "Zen Old Mincho";
  font-size: 10px;
  line-height: 150%;
  /* 15px */
  letter-spacing: 0.5px;
  margin: 8px 0 0;
}
.p-top-course .p-top-course__category {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin: 32px 0 0;
}
.p-top-course .p-top-course__zone {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin: 8px 0 0;
}
@media screen and (max-width: 650px) {
  .p-top-course .p-top-course__zone {
    margin: 4px 0 0;
  }
}
.p-top-course .p-top-course__photo {
  margin: 20px 0 0;
  position: relative;
}
@media screen and (min-width: 1px) and (max-width: 1080px) {
  .p-top-course .p-top-course__photo {
    height: 375px;
    margin: 0 auto;
    max-width: 480px;
    order: 1;
    width: 100%;
  }
}
.p-top-course .p-top-course__photo figure {
  display: block;
  line-height: 0;
  position: absolute;
}
@media screen and (min-width: 1px) and (max-width: 1080px) {
  .p-top-course .p-top-course__photo figure {
    width: 237px;
  }
}
.p-top-course .p-top-course__photo figure:nth-child(1) {
  left: 85px;
  top: 0;
  rotate: 6.3deg;
  z-index: 2;
}
.p-top-course .p-top-course__photo figure:nth-child(2) {
  left: 168px;
  top: 8px;
  rotate: 13deg;
  z-index: 1;
}
.p-top-course .p-top-course__photo figure:nth-child(3) {
  left: 0;
  top: -35px;
  rotate: -11.98deg;
  z-index: 0;
}

.p-top-activity {
  position: relative;
}
.p-top-activity .p-top-activity__items {
  align-items: flex-end;
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .p-top-activity .p-top-activity__items {
    flex-direction: column;
  }
}
.p-top-activity .p-top-activity__photo {
  aspect-ratio: 480/640;
  display: block;
  line-height: 0;
  width: 480px;
}
@media (max-width: 768px) {
  .p-top-activity .p-top-activity__photo {
    aspect-ratio: 342/400;
    width: 100%;
  }
}
.p-top-activity .p-top-activity__photo img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.p-top-activity .p-top-activity__body {
  background: var(--Bgc-green-10, #F6F6F6);
  box-sizing: border-box;
  margin: 0 0 56px -40px;
  padding: 56px 40px 72px;
  position: relative;
  max-width: 595px;
  min-width: 595px;
  z-index: 1;
}
@media screen and (min-width: 1px) and (max-width: 1080px) {
  .p-top-activity .p-top-activity__body {
    margin: 0 0 -40px -200px;
    max-width: 460px;
    min-width: 460px;
  }
}
@media (max-width: 768px) {
  .p-top-activity .p-top-activity__body {
    margin: 0;
    max-width: none;
    min-width: 0;
    padding: 24px;
    width: 100%;
  }
}
.p-top-activity .p-top-activity__header {
  align-items: start;
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-areas: "number headline label" "number english label";
  margin: 8px 0 0;
}
@media (max-width: 768px) {
  .p-top-activity .p-top-activity__header {
    grid-template-areas: "label label" "number headline" "english english";
    margin: 16px 0 0;
  }
}
.p-top-activity .p-top-activity__number {
  color: var(--Bgc-green-800, #253313);
  display: flex;
  font-family: "Zen Old Mincho";
  font-size: 28px;
  font-weight: 500;
  grid-area: number;
  line-height: 120%; /* 33.6px */
  letter-spacing: -0.84px;
  margin: 0 8px 0 0;
}
.p-top-activity .p-top-activity__headline {
  color: var(--Bgc-green-800, #253313);
  display: flex;
  font-family: "Zen Old Mincho";
  font-size: 28px;
  font-weight: 500;
  gap: 8px;
  grid-area: headline;
  line-height: 120%; /* 33.6px */
  letter-spacing: -0.84px;
  margin: 0 12px 0 0;
}
.p-top-activity .p-top-activity__english {
  color: var(--Text-green-300, #59604F);
  font-family: "Source Serif 4";
  font-size: 12px;
  font-weight: 400;
  grid-area: english;
  line-height: 150%;
  letter-spacing: 1.2px;
  margin: 8px 0 0;
}
.p-top-activity .p-top-activity__label {
  grid-area: label;
  margin: auto 0 4px;
}
@media (max-width: 768px) {
  .p-top-activity .p-top-activity__label {
    margin: 0 0 14px;
  }
}
.p-top-activity .p-top-activity__text {
  color: var(--Bgc-green-800, #253313);
  font-family: "Zen Old Mincho";
  font-size: 15px;
  line-height: 180%;
  letter-spacing: 0.75px;
  margin: 24px 0 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.p-top-activity .p-top-activity__text-en {
  color: var(--Text-green-300, #59604F);
  font-family: "Source Serif 4";
  font-size: 10px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.5px;
  margin: 8px 0 0;
}
.p-top-activity .p-top-activity__details {
  border-bottom: 1px solid var(--Text-green-100, #B3BBA8);
  border-top: 1px solid var(--Text-green-100, #B3BBA8);
  margin: 24px 0 0;
  padding: 40px 0;
}
.p-top-activity .p-top-activity__details p {
  color: var(--Bgc-green-800, #253313);
  font-family: "IBM Plex Sans JP";
  font-size: 15px;
  line-height: 200%; /* 30px */
  letter-spacing: 1.2px;
}
.p-top-activity .p-top-activity__category {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin: 35px 0 0;
  padding: 0 100px 0 0;
}
@media (max-width: 768px) {
  .p-top-activity .p-top-activity__category {
    padding: 0;
  }
}
.p-top-activity .p-top-activity__button {
  position: absolute;
  right: 40px;
  bottom: 72px;
}
@media (max-width: 768px) {
  .p-top-activity .p-top-activity__button {
    margin: 16px 0 0;
    position: static;
    right: auto;
    bottom: auto;
    text-align: right;
  }
}
.p-top-activity .swiper-button-prev,
.p-top-activity .swiper-button-next {
  left: 0;
  top: 50%;
  width: auto;
}
.p-top-activity .swiper-button-prev::after,
.p-top-activity .swiper-button-next::after {
  background: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" width="22" height="41" viewBox="0 0 22 41" fill="none"><path d="M1 1L20.5 20.5L1 40" stroke="%23F6F6F6" /></svg>') no-repeat center center/contain;
  content: "";
  display: block;
  height: 39px;
  rotate: 180deg;
  width: 20px;
}
.p-top-activity .swiper-button-next {
  left: auto;
  right: 0;
  rotate: 180deg;
}

.p-top-events {
  margin: 0 calc(50% - 50vw);
}
.p-top-events .p-top-events__inner {
  margin: 0 auto;
  max-width: 1280px;
  padding: 0 40px;
}
@media screen and (max-width: 650px) {
  .p-top-events .p-top-events__inner {
    padding: 0 24px;
  }
}

.p-top-ikimono {
  margin: 0 calc(50% - 50vw);
}
.p-top-ikimono .p-top-ikimono__inner {
  margin: 0 auto;
  max-width: 1280px;
  padding: 0 40px;
}
.p-top-ikimono .p-top-ikimono__slider {
  overflow: hidden;
  width: 984px;
}
@media screen and (min-width: 1px) and (max-width: 1080px) {
  .p-top-ikimono .p-top-ikimono__slider {
    margin: 0 calc(50% - 50vw) 0 0;
    width: calc(100% + 24px);
  }
}
.p-top-ikimono .p-top-ikimono__slider .swiper-slide {
  aspect-ratio: 240/320;
  align-items: flex-start;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  gap: 10px;
  line-height: 0;
  overflow: hidden;
  padding: 0;
  transition: opacity 0.3s ease;
  width: 240px;
}
.p-top-ikimono .p-top-ikimono__slider .swiper-slide:hover {
  opacity: 0.6;
}
.p-top-ikimono .p-top-ikimono__slider .swiper-slide img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.p-top-ikimono .p-top-ikimono__content {
  position: relative;
}
.p-top-ikimono .p-top-ikimono__text {
  color: var(--Text-green-200, #8C957F);
  font-family: "Source Serif 4", serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.6px;
  margin-top: 16px;
  max-width: 400px;
}
.p-top-ikimono .p-top-ikimono__text::before {
  border-bottom: solid 1.5px var(--Text-green-100, #B3BBA8);
  border-radius: 0 2px 0 0;
  content: "";
  display: block;
  height: 0px;
  margin: 0 0 40px;
  width: 160px;
}
.p-top-ikimono .p-top-ikimono__details {
  margin: 0 calc(50% - 50vw);
  position: absolute;
  inset: -6px 0 0;
  width: 100vw;
}
@media screen and (min-width: 1px) and (max-width: 1080px) {
  .p-top-ikimono .p-top-ikimono__details {
    height: 560px;
    margin-top: 24px;
    overflow: hidden;
    position: relative;
    inset: inherit;
  }
}
.p-top-ikimono .p-top-ikimono__items {
  margin: auto;
  opacity: 0;
  position: absolute;
  transition: opacity 0.3s ease;
  top: 0;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
}
@media screen and (min-width: 1px) and (max-width: 1080px) {
  .p-top-ikimono .p-top-ikimono__items {
    right: -56px;
    left: auto;
    transform: translate3d(0, 0, 0);
  }
}
@media screen and (max-width: 650px) {
  .p-top-ikimono .p-top-ikimono__items {
    right: 0;
  }
}
.p-top-ikimono .p-top-ikimono__items.is-active {
  opacity: 1;
}
.p-top-ikimono .p-top-ikimono__items img {
  max-width: 100vw;
}
@media screen and (max-width: 650px) {
  .p-top-ikimono .p-top-ikimono__items img {
    max-width: none;
    width: 560px;
  }
}

.p-top-navigation {
  margin: 0 calc(50% - 50vw);
}
.p-top-navigation .c-top-navigation__inner {
  display: grid;
  gap: 8px;
  margin: 0 auto;
  max-width: 1280px;
  padding: 0 40px 4px;
}
@media screen and (max-width: 650px) {
  .p-top-navigation .c-top-navigation__inner {
    padding: 0 24px 4px;
  }
}
.p-top-navigation .c-top-navigation__items {
  max-width: 460px;
}
.p-top-navigation .c-top-navigation__items a {
  align-items: center;
  border-bottom: 1px solid var(--Text-green-200, #8C957F);
  color: var(--Text-green-300, #59604F);
  display: flex;
  font-family: "Source Serif 4";
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  gap: 16px;
  line-height: normal;
  letter-spacing: 2.6px;
  padding: 16px 0;
  position: relative;
  width: 100%;
}
.p-top-navigation .c-top-navigation__items a:hover {
  opacity: 0.6;
}
.p-top-navigation .c-top-navigation__items a::after {
  background: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" width="10" height="19" viewBox="0 0 10 19" fill="none"><path d="M0.485352 17.9854L8.97063 9.50007L0.485351 1.01479" stroke="%238C957F" /></svg>') no-repeat right center/contain;
  content: "";
  display: block;
  height: 17px;
  margin: auto;
  position: absolute;
  inset: 0 16px 0 auto;
  width: 17px;
}
.p-top-navigation .c-top-navigation__items em {
  color: var(--Text-green-300, #59604F);
  font-family: "Zen Old Mincho";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 1.4px;
}

.p-map-list {
  border-bottom: 1px solid var(--Text-green-200, #8C957F);
}

.p-map-items {
  border-top: 1px solid var(--Text-green-200, #8C957F);
  border-left: 1px solid var(--Text-green-300, #59604F);
  display: grid;
  gap: 80px;
  grid-template-columns: 56px 1fr;
  padding: 16px 0 0;
}
@media screen and (max-width: 650px) {
  .p-map-items {
    gap: 0;
    grid-template-columns: auto;
    padding: 16px 0 0 24px;
  }
}
.p-map-items .p-map-items__number {
  border-right: 1px solid var(--Text-green-300, #59604F);
  color: var(--Text-green-300, #59604F);
  font-family: "Source Serif 4";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 28.8px */
  letter-spacing: 0.8px;
  padding: 24px 0 0;
  text-align: center;
}
@media screen and (max-width: 650px) {
  .p-map-items .p-map-items__number {
    border: none;
    border-bottom: 1px solid var(--Text-green-300, #59604F);
    padding: 0 0 8px;
    text-align: left;
  }
}
.p-map-items .p-map-items__body {
  max-width: 864px;
  padding: 80px 0 56px;
}
@media screen and (max-width: 650px) {
  .p-map-items .p-map-items__body {
    padding: 24px 0 32px;
  }
}
.p-map-items .p-map-items__details {
  position: relative;
}
.p-map-items .p-map-items__details[open]::before {
  background: var(--Bgc-green-10, #F6F6F6);
  content: "";
  display: block;
  height: 16px;
  position: absolute;
  left: -83px;
  bottom: -56px;
  width: 5px;
}
.p-map-items .p-map-items__summary {
  cursor: pointer;
  list-style: none;
  outline: none;
  position: relative;
}
.p-map-items .p-map-items__summary::after {
  background: url("images/icon-arrow-map-light.svg") no-repeat center center/contain;
  content: "";
  display: block;
  height: 17px;
  position: absolute;
  top: 34px;
  right: 0;
  width: 26px;
}
@media screen and (max-width: 650px) {
  .p-map-items .p-map-items__summary::after {
    height: 13px;
    width: 19px;
  }
}
.p-map-items .p-map-items__headline {
  color: var(--Bgc-green-800, #253313);
  font-family: "Zen Old Mincho";
  font-size: 28px;
  font-weight: 500;
  line-height: 120%; /* 33.6px */
  letter-spacing: -0.84px;
  padding: 0 0 24px;
  position: relative;
}
@media screen and (max-width: 650px) {
  .p-map-items .p-map-items__headline {
    font-size: 22px;
    line-height: 120%; /* 21.6px */
    letter-spacing: 0.9px;
    padding: 0 0 20px;
  }
}
.p-map-items .p-map-items__headline::before {
  background: var(--Text-green-200, #8C957F);
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 18px;
}
.p-map-items .p-map-items__headline span {
  color: var(--Bgc-green-800, #253313);
  font-family: "Zen Old Mincho";
  font-size: 18px;
  font-weight: 500;
  line-height: 120%; /* 21.6px */
  letter-spacing: 0.9px;
}
.p-map-items .p-map-items__text {
  color: var(--Bgc-green-800, #253313);
  font-family: "Zen Old Mincho";
  font-size: 17px;
  line-height: 180%; /* 27px */
  letter-spacing: 0.75px;
  margin: 40px 0 0;
}
.p-map-items .p-map-items__list {
  align-items: start;
  display: grid;
  gap: 30px 16px;
  grid-template-columns: repeat(auto-fit, 200px);
  margin: 56px 0 0;
}
@media screen and (max-width: 650px) {
  .p-map-items .p-map-items__list {
    grid-template-columns: repeat(2, 1fr);
    margin: 40px 0 0;
  }
}

.p-map-sheet {
  height: 100vh;
  max-height: 100%;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  transition: opacity 0.3s ease-out;
  width: 100%;
  z-index: 100;
}
.p-map-sheet.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: translate3d(0, 0, 0);
}
.p-map-sheet.is-active .p-map-sheet__inner {
  transform: translate3d(0, 0, 0);
}
.p-map-sheet .p-map-sheet__background {
  background: #000;
  opacity: 0.3;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}
.p-map-sheet .p-map-sheet__loader {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.p-map-sheet .p-map-sheet__inner {
  background: #fff;
  border-left: 1px solid var(--Text-green-300, #59604F);
  height: 100%;
  max-width: 1212px;
  overflow: hidden;
  overflow-y: scroll;
  padding: 80px 160px 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate3d(100%, 0, 0);
  transition: transform 0.3s ease-out;
  width: 100%;
}
@media screen and (min-width: 1px) and (max-width: 1080px) {
  .p-map-sheet .p-map-sheet__inner {
    border-left: none;
    padding: 80px 24px 0;
  }
}
.p-map-sheet .p-map-sheet__content {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.p-map-sheet .p-map-sheet__content.is-active {
  opacity: 1;
}
.p-map-sheet .p-map-sheet__content.is-active + .p-map-sheet__loader {
  display: none;
}
.p-map-sheet .p-map-sheet__close {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 42px;
  justify-content: space-between;
  position: absolute;
  right: 92px;
  top: 80px;
  width: 50px;
}
@media screen and (max-width: 650px) {
  .p-map-sheet .p-map-sheet__close {
    right: 24px;
    top: 30px;
  }
}
.p-map-sheet .p-map-sheet__close::after {
  content: "閉じる";
  color: var(--Text-green-300, #59604F);
  font-family: "Zen Old Mincho";
  font-size: 14px;
  font-weight: 500;
  line-height: 120%; /* 16.8px */
  letter-spacing: 1.4px;
  text-align: center;
}
.p-map-sheet .p-map-sheet__header .p-map-sheet__header-number {
  align-items: center;
  background: var(--Text-green-300, #59604F);
  border-radius: 50%;
  color: var(--Text-white-900, #FFF);
  display: flex;
  font-family: "Zen Old Mincho";
  font-size: 17px;
  height: 40px;
  justify-content: center;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  width: 40px;
}
.p-map-sheet .p-map-sheet__header .p-map-sheet__header-headline {
  border-bottom: 1px solid var(--Text-green-200, #8C957F);
  color: var(--Bgc-green-800, #253313);
  font-family: "Zen Old Mincho";
  font-size: 32px;
  font-weight: 500;
  line-height: 120%; /* 38.4px */
  letter-spacing: 1.6px;
  margin: 24px 0 0;
  padding: 0 0 24px;
}
@media screen and (max-width: 650px) {
  .p-map-sheet .p-map-sheet__header .p-map-sheet__header-headline {
    margin: 16px 0 0;
    padding: 0 0 16px;
  }
}
.p-map-sheet .p-map-sheet__text {
  color: var(--Bgc-green-800, #253313);
  font-family: "Zen Old Mincho";
  font-size: 17px;
  line-height: 150%; /* 21px */
  letter-spacing: 0.42px;
  margin: 40px 0 0;
}
.p-map-sheet .p-map-sheet__text a {
  text-decoration: underline;
}
.p-map-sheet .p-map-sheet__text a:hover {
  text-decoration: none;
}
.p-map-sheet .p-map-sheet__slider {
  margin: 56px 0 0;
  padding: 0 0 20px;
}
@media screen and (max-width: 650px) {
  .p-map-sheet .p-map-sheet__slider {
    padding: 0 16px 20px;
  }
}
.p-map-sheet .p-map-sheet__slider .p-map-modal__slider-wrapper {
  width: 805px;
}
@media screen and (max-width: 650px) {
  .p-map-sheet .p-map-sheet__slider .p-map-modal__slider-wrapper {
    width: 100%;
  }
}
.p-map-sheet .p-map-sheet__slider .p-map-modal__slider-wrapper .swiper-slide {
  aspect-ratio: 805/480;
  display: block;
  line-height: 0;
  max-width: 100%;
  width: 100%;
}
.p-map-sheet .p-map-sheet__slider .p-map-modal__slider-wrapper .swiper-slide img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.p-map-sheet .p-map-sheet__slider .swiper-pagination {
  line-height: 0;
  bottom: 0;
}
.p-map-sheet .p-map-sheet__slider .swiper-pagination .swiper-pagination-bullet {
  background: transparent;
  border: 1px solid var(--Text-green-300, #59604F);
  border-radius: 50%;
  height: 8px;
  opacity: 1;
  width: 8px;
}
.p-map-sheet .p-map-sheet__slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--Text-green-300, #59604F);
}
.p-map-sheet .p-map-sheet__slider .swiper-button-prev,
.p-map-sheet .p-map-sheet__slider .swiper-button-next {
  left: 0;
  top: 50%;
  width: auto;
}
.p-map-sheet .p-map-sheet__slider .swiper-button-prev::after,
.p-map-sheet .p-map-sheet__slider .swiper-button-next::after {
  background: url("images/icon-arrow-slider.svg") no-repeat center center/contain;
  content: "";
  display: block;
  height: 39px;
  width: 20px;
}
@media screen and (max-width: 650px) {
  .p-map-sheet .p-map-sheet__slider .swiper-button-prev::after,
  .p-map-sheet .p-map-sheet__slider .swiper-button-next::after {
    height: 16px;
    width: 9px;
  }
}
.p-map-sheet .p-map-sheet__slider .swiper-button-next {
  left: auto;
  right: 0;
  rotate: 180deg;
}
.p-map-sheet .p-map-sheet__button {
  margin: 0 auto;
  max-width: 240px;
}
.p-map-sheet .p-map-sheet__list {
  display: grid;
  gap: 40px;
  list-style: none;
}
.p-map-sheet .p-map-sheet__items {
  display: grid;
  gap: 24px;
  grid-template-columns: 320px 1fr;
}
@media screen and (max-width: 650px) {
  .p-map-sheet .p-map-sheet__items {
    grid-template-columns: auto;
  }
}
.p-map-sheet .p-map-sheet__items .p-map-sheet__items-photo {
  display: block;
  line-height: 0;
}
.p-map-sheet .p-map-sheet__items .p-map-sheet__items-photo img {
  width: 100%;
}
.p-map-sheet .p-map-sheet__items .p-map-sheet__items-headline {
  border-bottom: 1px solid var(--Text-green-200, #8C957F);
  color: var(--Bgc-green-800, #253313);
  font-family: "Zen Old Mincho";
  font-size: 22px;
  font-weight: 500;
  line-height: 120%; /* 26.4px */
  letter-spacing: 1.1px;
  padding: 8px 0 24px;
}
.p-map-sheet .p-map-sheet__items .p-map-sheet__items-text {
  color: var(--Bgc-green-800, #253313);
  font-family: "IBM Plex Sans JP";
  font-size: 13px;
  line-height: 140%; /* 18.2px */
  letter-spacing: 1.04px;
  margin: 16px 0 0;
}
.p-map-sheet .p-map-sheet__facilities {
  padding: 80px 0 120px;
  position: relative;
  z-index: 1;
}
.p-map-sheet .p-map-sheet__facilities::before {
  background: var(--Bgc-green-50, #D5D9CF);
  content: "";
  display: block;
  height: 100%;
  margin: 0 -160px;
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% + 320px);
  z-index: -1;
}
.p-map-sheet .p-map-sheet__facilities .p-map-sheet__facilities-headline {
  border-bottom: 1px solid var(--Text-green-300, #59604F);
  color: var(--Text-green-300, #59604F);
  font-family: "Zen Old Mincho";
  font-size: 18px;
  font-weight: 500;
  line-height: 120%; /* 21.6px */
  letter-spacing: 0.9px;
  padding: 0 0 24px;
}

.p-inhabitants-list {
  border-bottom: 1px solid var(--Text-green-200, #8C957F);
}

.p-inhabitants-items {
  border-top: 1px solid var(--Text-green-200, #8C957F);
  border-left: 1px solid var(--Text-green-300, #59604F);
  display: grid;
  gap: 80px;
  grid-template-columns: 56px 1fr;
  padding: 16px 0;
}
@media screen and (max-width: 650px) {
  .p-inhabitants-items {
    gap: 0;
    grid-template-columns: auto;
    padding: 16px 0 0 24px;
  }
}
.p-inhabitants-items .p-inhabitants-items__number {
  border-right: 1px solid var(--Text-green-300, #59604F);
  color: var(--Text-green-300, #59604F);
  font-family: "Source Serif 4";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 28.8px */
  letter-spacing: 0.8px;
  padding: 24px 0 0;
  text-align: center;
}
@media screen and (max-width: 650px) {
  .p-inhabitants-items .p-inhabitants-items__number {
    border: none;
    border-bottom: 1px solid var(--Text-green-300, #59604F);
    padding: 0 0 8px;
    text-align: left;
  }
}
.p-inhabitants-items .p-inhabitants-items__body {
  max-width: 848px;
  padding: 72px 0 56px;
}
@media screen and (max-width: 650px) {
  .p-inhabitants-items .p-inhabitants-items__body {
    padding: 24px 0 56px;
  }
}
.p-inhabitants-items .p-inhabitants-items__headline {
  color: var(--Bgc-green-800, #253313);
  font-family: "Zen Old Mincho";
  font-size: 28px;
  font-weight: 500;
  line-height: 120%; /* 33.6px */
  letter-spacing: -0.84px;
  padding: 0 0 24px;
  position: relative;
}
@media screen and (max-width: 650px) {
  .p-inhabitants-items .p-inhabitants-items__headline {
    color: var(--Bgc-green-800, #253313);
    font-family: "Zen Old Mincho";
    font-size: 18px;
    font-weight: 500;
    line-height: 120%; /* 21.6px */
    letter-spacing: 0.9px;
    padding: 0 0 20px;
  }
}
.p-inhabitants-items .p-inhabitants-items__headline::before {
  background: var(--Text-green-200, #8C957F);
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 18px;
}
.p-inhabitants-items .p-inhabitants-items__headline span {
  color: var(--Bgc-green-800, #253313);
  font-family: "Zen Old Mincho";
  font-size: 18px;
  font-weight: 500;
  line-height: 120%; /* 21.6px */
  letter-spacing: 0.9px;
}
.p-inhabitants-items .p-inhabitants-items__text {
  color: var(--Bgc-green-800, #253313);
  font-family: "Zen Old Mincho";
  font-size: 17px;
  line-height: 180%; /* 27px */
  letter-spacing: 0.75px;
  margin: 40px 0 0;
}
.p-inhabitants-items .p-inhabitants-items__list {
  align-items: start;
  display: grid;
  gap: 30px 16px;
  grid-template-columns: repeat(auto-fit, 200px);
  margin: 56px 0 0;
}
@media screen and (max-width: 650px) {
  .p-inhabitants-items .p-inhabitants-items__list {
    grid-template-columns: repeat(2, 1fr);
    margin: 40px 0 0;
  }
}

.p-field-sort {
  border-bottom: 1px solid var(--Text-green-300, #59604F);
  padding: 0 40px 40px;
}
@media screen and (min-width: 1px) and (max-width: 1080px) {
  .p-field-sort {
    padding: 0 0 40px;
  }
}
.p-field-sort .p-field-sort__items {
  align-items: center;
  display: flex;
}
@media screen and (max-width: 650px) {
  .p-field-sort .p-field-sort__items {
    border-bottom: 1px solid var(--Text-green-100, #B3BBA8);
    flex-direction: column;
    padding: 0 0 32px;
  }
  .p-field-sort .p-field-sort__items:last-of-type {
    border-bottom: none;
  }
}
.p-field-sort .p-field-sort__items:not(:first-child) {
  padding: 32px 0;
}
.p-field-sort .p-field-sort__label {
  color: var(--Bgc-green-800, #253313);
  font-family: "Zen Old Mincho";
  font-size: 14px;
  line-height: 150%; /* 21px */
  letter-spacing: 0.42px;
  min-width: 155px;
  position: relative;
}
@media screen and (max-width: 650px) {
  .p-field-sort .p-field-sort__label {
    padding: 0 0 20px;
    text-align: center;
  }
}
.p-field-sort .p-field-sort__label::after {
  background: var(--Text-green-200, #8C957F);
  content: "";
  display: none;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  width: 16px;
}
@media screen and (max-width: 650px) {
  .p-field-sort .p-field-sort__label::after {
    display: block;
  }
}
.p-field-sort .p-field-sort__list {
  border-left: 1px solid var(--Text-green-200, #8C957F);
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0 0 0 40px;
}
@media screen and (max-width: 650px) {
  .p-field-sort .p-field-sort__list {
    border: none;
    flex-direction: column;
    margin: 24px 0 0;
    padding: 0;
  }
}
@media screen and (max-width: 650px) {
  .p-field-sort .p-field-sort__list.is-month {
    flex-direction: row;
    justify-content: center;
    max-width: 342px;
  }
}
@media screen and (max-width: 650px) {
  .p-field-sort .p-field-sort__list.is-month .p-field-sort__list-items:first-child {
    text-align: center;
    width: 100%;
  }
}
.p-field-sort .p-field-sort__list.is-month .p-field-sort__button {
  width: 84px;
}
.p-field-sort .p-field-sort__button {
  border: 1px solid var(--Text-green-100, #B3BBA8);
  border-radius: 30px;
  color: var(--Text-green-200, #8C957F);
  font-family: "Zen Old Mincho";
  font-size: 14px;
  line-height: 150%; /* 21px */
  letter-spacing: 0.42px;
  outline: none;
  padding: 4px 12px;
  text-align: center;
  transition: color 0.3s ease, background-color 0.3s ease, border 0.3s ease;
  width: 200px;
}
@media screen and (max-width: 650px) {
  .p-field-sort .p-field-sort__button {
    padding: 7px 12px;
  }
}
.p-field-sort .p-field-sort__button.is-active, .p-field-sort .p-field-sort__button:hover {
  background: var(--Text-green-300, #59604F);
  border: 1px solid var(--Text-green-300, #59604F);
  border-radius: 30px;
  color: var(--Bgc-green-10, #F6F6F6);
}
.p-field-sort .p-field-sort__note {
  color: var(--Text-green-300, #59604F);
  font-family: "Zen Old Mincho";
  font-size: 11px;
  line-height: 150%; /* 16.5px */
  letter-spacing: -0.33px;
  margin: 8px 0 0;
  text-align: right;
}

.p-field-list {
  align-items: start;
  border-bottom: 1px solid var(--Text-green-300, #59604F);
  display: grid;
  gap: 24px 16px;
  grid-template-columns: repeat(auto-fit, 200px);
  padding: 0 0 80px;
}
@media screen and (max-width: 650px) {
  .p-field-list {
    border: none;
    grid-template-columns: repeat(2, 1fr);
    padding: 0 12px;
  }
}

.p-field-no-results {
  padding: 40px 20px;
  text-align: center;
}
.p-field-no-results .p-field-no-results__text {
  color: var(--Text-green-300, #59604F);
  font-family: "Zen Old Mincho";
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.48px;
}

.p-field-reference {
  display: grid;
  gap: 40px;
  grid-template-columns: 142px 1fr;
  padding: 0 40px;
}
@media screen and (max-width: 650px) {
  .p-field-reference {
    gap: 24px;
    grid-template-columns: auto;
    padding: 0;
  }
}
@media screen and (max-width: 650px) {
  .p-field-reference .p-field-reference__body {
    padding: 0 16px;
  }
}
.p-field-reference .p-field-reference__list {
  -moz-column-count: 2;
       column-count: 2;
}
@media screen and (min-width: 1px) and (max-width: 1080px) {
  .p-field-reference .p-field-reference__list {
    -moz-column-count: 1;
         column-count: 1;
  }
}
.p-field-reference .p-field-reference__list p {
  color: var(--Text-green-300, #59604F);
  font-family: "Zen Old Mincho";
  font-size: 14px;
  line-height: 200%; /* 28px */
  letter-spacing: 0.42px;
}
.p-field-reference .p-field-reference__list p a {
  text-decoration-line: underline;
}
.p-field-reference .p-field-reference__list p a:hover {
  text-decoration: none;
}

.p-explore-course {
  margin: 0 calc(50% - 50vw);
  overflow: hidden;
}
.p-explore-course .p-explore-course__wrapper {
  counter-reset: item;
  margin: 0 auto;
  max-width: calc(var(--contents-width) + 48px);
  padding: 0 24px 102px;
  position: relative;
}
.p-explore-course .p-explore-course__wrapper::after {
  background: linear-gradient(0deg, #D5D9CF 0%, #FFF 100%);
  content: "";
  display: block;
  height: 240px;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  inset: auto 0 -1px;
  width: 100vw;
  z-index: -1;
}
@media screen and (min-width: 1px) and (max-width: 1080px) {
  .p-explore-course .p-explore-course__wrapper::after {
    height: 80px;
  }
}
.p-explore-course .p-explore-course__items {
  align-items: flex-start;
  display: flex;
  gap: 87px;
  margin: 40px calc(50% - 50vw) 40px auto;
}
@media screen and (min-width: 1px) and (max-width: 1080px) {
  .p-explore-course .p-explore-course__items {
    border-top: 1px solid var(--Text-green-100, #B3BBA8);
    flex-direction: column;
    gap: 0;
    margin: 16px 0 56px;
    padding: 56px 0 0;
  }
}
.p-explore-course .p-explore-course__items:nth-child(3) .p-explore-course__photo figure:nth-child(1) {
  left: 97px;
  top: 0;
  rotate: -4.52deg;
  z-index: 2;
}
.p-explore-course .p-explore-course__items:nth-child(3) .p-explore-course__photo figure:nth-child(2) {
  left: 186px;
  top: -20px;
  rotate: -10.77deg;
  z-index: 1;
}
.p-explore-course .p-explore-course__items:nth-child(3) .p-explore-course__photo figure:nth-child(3) {
  left: 0;
  top: -20px;
  rotate: 7.6deg;
  z-index: 0;
}
@media screen and (min-width: 1px) and (max-width: 1080px) {
  .p-explore-course .p-explore-course__items:nth-child(3) .p-explore-course__button {
    margin-top: 0;
  }
}
@media screen and (max-width: 650px) {
  .p-explore-course .p-explore-course__items:nth-child(4) {
    border-bottom: 1px solid var(--Text-green-100, #B3BBA8);
    padding-bottom: 40px;
  }
}
.p-explore-course .p-explore-course__items:nth-child(4) .p-explore-course__body {
  border-bottom: 1px solid var(--Text-green-100, #B3BBA8);
  padding-bottom: 82px;
}
.p-explore-course .p-explore-course__items:nth-child(4) .p-explore-course__button {
  bottom: 82px;
}
.p-explore-course .p-explore-course__items:nth-child(4) .p-explore-course__photo figure:nth-child(1) {
  left: 95px;
  top: -18px;
  rotate: 1.98deg;
  z-index: 2;
}
.p-explore-course .p-explore-course__items:nth-child(4) .p-explore-course__photo figure:nth-child(2) {
  left: 163px;
  top: 19px;
  rotate: -9.9deg;
  z-index: 1;
}
.p-explore-course .p-explore-course__items:nth-child(4) .p-explore-course__photo figure:nth-child(3) {
  left: 10px;
  top: -20px;
  rotate: 21.85deg;
  z-index: 0;
}
.p-explore-course .p-explore-course__body {
  border-top: 1px solid var(--Text-green-100, #B3BBA8);
  padding: 80px 0 40px 46px;
  position: relative;
  width: min(46.6666666667vw, 672px);
}
@media screen and (min-width: 1px) and (max-width: 1080px) {
  .p-explore-course .p-explore-course__body {
    display: contents;
  }
}
.p-explore-course .p-explore-course__headline {
  display: grid;
  gap: 4px;
}
.p-explore-course .p-explore-course__headline .p-explore-course__headline-ja {
  color: var(--Bgc-green-900, #161807);
  font-family: "Zen Old Mincho";
  font-size: 28px;
  font-weight: 500;
  line-height: 120%; /* 33.6px */
  letter-spacing: -0.84px;
  position: relative;
}
.p-explore-course .p-explore-course__headline .p-explore-course__headline-ja::before {
  content: counter(item, decimal-leading-zero);
  counter-increment: item;
  color: var(--Bgc-green-900, #161807);
  font-family: "Zen Old Mincho";
  font-size: 18px;
  font-weight: 500;
  line-height: 120%; /* 21.6px */
  letter-spacing: 0.9px;
  position: absolute;
  left: -46px;
  top: 0;
}
@media screen and (max-width: 650px) {
  .p-explore-course .p-explore-course__headline .p-explore-course__headline-ja::before {
    display: block;
    margin: 0 0 24px;
    position: static;
  }
}
.p-explore-course .p-explore-course__headline .p-explore-course__headline-en {
  color: var(--Text-green-200, #8C957F);
  display: block;
  font-family: "Source Serif 4";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 18px */
  letter-spacing: 1.2px;
}
.p-explore-course .p-explore-course__text {
  color: var(--Bgc-green-900, #161807);
  font-family: "Zen Old Mincho";
  font-size: 15px;
  line-height: 180%; /* 27px */
  letter-spacing: 0.75px;
  margin: 24px 0 0;
}
.p-explore-course .p-explore-course__english {
  color: var(--Text-green-200, #8C957F);
  font-family: "Zen Old Mincho";
  font-size: 10px;
  line-height: 150%; /* 15px */
  letter-spacing: 0.5px;
  margin: 8px 0 0;
}
.p-explore-course .p-explore-course__category {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin: 32px 0 0;
}
.p-explore-course .p-explore-course__category .p-explore-course__category-items {
  background: var(--Bgc-green-50, #D5D9CF);
  border-radius: 20px;
  color: var(--Bgc-green-900, #161807);
  display: inline-block;
  font-family: "Zen Old Mincho";
  font-size: 12px;
  line-height: 150%; /* 18px */
  letter-spacing: 0.36px;
  padding: 4px 8px;
  text-align: center;
}
.p-explore-course .p-explore-course__zone {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin: 8px 0 0;
}
@media screen and (max-width: 650px) {
  .p-explore-course .p-explore-course__zone {
    margin: 4px 0 0;
  }
}
.p-explore-course .p-explore-course__zone .p-explore-course__zone-items {
  border: 1px solid var(--Bgc-green-900, #161807);
  border-radius: 20px;
  color: var(--Bgc-green-900, #161807);
  display: inline-block;
  font-family: "Zen Old Mincho";
  font-size: 12px;
  font-weight: 400;
  line-height: 150%; /* 18px */
  letter-spacing: 0.36px;
  padding: 4px 8px;
  text-align: center;
}
.p-explore-course .p-explore-course__button {
  position: absolute;
  bottom: 40px;
  right: 0;
}
@media screen and (min-width: 1px) and (max-width: 1080px) {
  .p-explore-course .p-explore-course__button {
    margin: 38px 0 0 auto;
    order: 5;
    position: static;
  }
}
.p-explore-course .p-explore-course__photo {
  margin: 20px 0 0;
  position: relative;
  width: 472px;
}
@media screen and (min-width: 1px) and (max-width: 1080px) {
  .p-explore-course .p-explore-course__photo {
    height: 375px;
    margin: 80px auto 0;
    transform: translate3d(-24px, 0, 0);
    width: 428px;
  }
}
.p-explore-course .p-explore-course__photo figure {
  display: block;
  line-height: 0;
  position: absolute;
}
@media screen and (min-width: 1px) and (max-width: 1080px) {
  .p-explore-course .p-explore-course__photo figure {
    width: 237px;
  }
}
.p-explore-course .p-explore-course__photo figure:nth-child(1) {
  left: 105px;
  top: 0;
  rotate: 6.3deg;
  z-index: 2;
}
.p-explore-course .p-explore-course__photo figure:nth-child(2) {
  left: 188px;
  top: 8px;
  rotate: 13deg;
  z-index: 1;
}
.p-explore-course .p-explore-course__photo figure:nth-child(3) {
  left: 20px;
  top: -35px;
  rotate: -11.98deg;
  z-index: 0;
}

.p-explore-activity {
  display: grid;
  gap: 56px;
  counter-reset: item;
  padding: 0 0 80px;
}
.p-explore-activity .p-explore-activity__items {
  display: grid;
  justify-content: center;
  margin: 40px 0 0;
}
.p-explore-activity .p-explore-activity__photo {
  aspect-ratio: 492/623;
  display: block;
  line-height: 0;
  width: 492px;
}
@media screen and (min-width: 1px) and (max-width: 1080px) {
  .p-explore-activity .p-explore-activity__photo {
    width: 100%;
  }
}
.p-explore-activity .p-explore-activity__photo img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.p-explore-activity .p-explore-activity__body {
  background: var(--Bgc-green-10, #F6F6F6);
  margin: -503px 0 0 412px;
  padding: 56px 40px 72px;
  position: relative;
  width: min(49.1666666667vw, 708px);
  z-index: 1;
}
@media screen and (min-width: 1px) and (max-width: 1080px) {
  .p-explore-activity .p-explore-activity__body {
    margin: 0;
    padding: 24px;
    width: 100%;
  }
}
.p-explore-activity .p-explore-activity__category {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.p-explore-activity .p-explore-activity__header {
  align-items: start;
  display: grid;
  grid-template-areas: "number headline label" "number english label";
  justify-content: start;
  margin: 24px 0 0;
}
@media screen and (max-width: 650px) {
  .p-explore-activity .p-explore-activity__header {
    grid-template-areas: "number headline" "label label" "english english";
  }
}
.p-explore-activity .p-explore-activity__header::before {
  color: var(--Bgc-green-800, #253313);
  content: counter(item) "/";
  counter-increment: item;
  display: flex;
  font-family: "Zen Old Mincho";
  font-size: 28px;
  font-weight: 500;
  grid-area: number;
  line-height: 120%; /* 33.6px */
  letter-spacing: -0.84px;
  margin: 0 8px 0 0;
}
.p-explore-activity .p-explore-activity__headline {
  color: var(--Bgc-green-800, #253313);
  display: flex;
  font-family: "Zen Old Mincho";
  font-size: 28px;
  font-weight: 500;
  gap: 8px;
  grid-area: headline;
  line-height: 120%; /* 33.6px */
  letter-spacing: -0.84px;
  margin: 0 12px 0 0;
}
.p-explore-activity .p-explore-activity__label {
  grid-area: label;
  margin: auto 0 4px;
}
@media screen and (max-width: 650px) {
  .p-explore-activity .p-explore-activity__label {
    margin: 12px 0 0;
  }
}
.p-explore-activity .p-explore-activity__english {
  color: var(--Text-green-300, #59604F);
  font-family: "Source Serif 4";
  font-size: 12px;
  font-weight: 400;
  grid-area: english;
  line-height: 150%; /* 18px */
  letter-spacing: 1.2px;
  margin: 4px 8px 0 0;
}
.p-explore-activity .p-explore-activity__text {
  color: var(--Bgc-green-800, #253313);
  font-family: "Zen Old Mincho";
  font-size: 15px;
  line-height: 180%; /* 27px */
  letter-spacing: 0.75px;
  margin: 24px 0 0;
}
.p-explore-activity .p-explore-activity__details {
  border-bottom: 1px solid var(--Text-green-100, #B3BBA8);
  border-top: 1px solid var(--Text-green-100, #B3BBA8);
  margin: 24px 0 0;
  padding: 40px 0;
}
.p-explore-activity .p-explore-activity__details p {
  color: var(--Bgc-green-800, #253313);
  font-family: "IBM Plex Sans JP";
  font-size: 15px;
  line-height: 200%; /* 30px */
  letter-spacing: 1.2px;
}
.p-explore-activity .p-explore-activity__button {
  margin: 32px auto 0;
  max-width: 240px;
}

.p-course-wrapper {
  position: relative;
}

.p-course-scrollbar {
  align-items: center;
  display: flex;
  height: 100%;
  position: fixed;
  left: 80px;
  top: 0;
}
@media screen and (max-width: 650px) {
  .p-course-scrollbar {
    left: 12px;
  }
}
.p-course-scrollbar .p-course-scrollbar__wrapper {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 8px;
  opacity: 1;
  transition: opacity 0.3s ease-out;
  width: 24px;
}
@media screen and (max-width: 650px) {
  .p-course-scrollbar .p-course-scrollbar__wrapper {
    width: 16px;
  }
}
.p-course-scrollbar .p-course-scrollbar__wrapper .p-course-scrollbar__icon {
  display: block;
  line-height: 0;
}
@media screen and (max-width: 650px) {
  .p-course-scrollbar .p-course-scrollbar__wrapper .p-course-scrollbar__icon {
    width: 16px;
  }
}
.p-course-scrollbar .p-course-scrollbar__wrapper .p-course-scrollbar__line {
  background-color: var(--Text-green-100, #B3BBA8);
  display: block;
  height: 400px;
  width: 1px;
}
.p-course-scrollbar .p-course-scrollbar__wrapper .p-course-scrollbar__line .p-course-scrollbar__line-current {
  background-color: var(--Text-green-300, #59604F);
  display: block;
  height: 1px;
  position: relative;
  left: -4px;
  width: 9px;
}

.p-course-headline {
  text-align: center;
}
.p-course-headline .p-course-headline__ja {
  color: var(--Text-green-300, #59604F);
  font-family: "Zen Old Mincho";
  font-size: 28px;
  font-weight: 500;
  line-height: 120%; /* 33.6px */
  letter-spacing: -0.84px;
}
.p-course-headline .p-course-headline__number {
  color: var(--Text-green-300, #59604F);
  display: block;
  font-family: "Zen Old Mincho";
  font-size: 18px;
  font-weight: 500;
  line-height: 120%; /* 21.6px */
  letter-spacing: 0.9px;
  margin: 0 0 24px;
}
.p-course-headline .p-course-headline__en {
  color: var(--Text-green-200, #8C957F);
  display: block;
  font-family: "Source Serif 4";
  font-size: 12px;
  line-height: 150%; /* 18px */
  letter-spacing: 1.2px;
  margin: 4px 0 0;
}

.p-course-items {
  margin: 0 auto;
  max-width: 760px;
}
@media screen and (min-width: 1px) and (max-width: 1080px) {
  .p-course-items {
    display: grid;
    padding: 0 0 0 24px;
  }
}
.p-course-items:nth-child(odd) .p-course-items__contents {
  flex-direction: row-reverse;
}
.p-course-items:nth-child(odd) .p-course-items__contents .p-course-items__contents-photo figure:nth-child(1) {
  left: auto;
  right: 0;
  rotate: 9.422deg;
}
@media screen and (min-width: 1px) and (max-width: 1080px) {
  .p-course-items:nth-child(odd) .p-course-items__contents .p-course-items__contents-photo figure:nth-child(1) {
    rotate: -10.43deg;
  }
}
.p-course-items:nth-child(odd) .p-course-items__contents .p-course-items__contents-photo figure:nth-child(2) {
  bottom: -10px;
  left: 0;
  right: auto;
  rotate: -12.869deg;
}
@media screen and (min-width: 1px) and (max-width: 1080px) {
  .p-course-items:nth-child(odd) .p-course-items__contents .p-course-items__contents-photo figure:nth-child(2) {
    rotate: 5.96deg;
  }
}
.p-course-items:nth-child(odd) .p-course-items__contents .p-course-items__contents-body {
  margin: 160px 0 0;
}
@media screen and (min-width: 1px) and (max-width: 1080px) {
  .p-course-items:nth-child(odd) .p-course-items__contents .p-course-items__contents-body {
    margin: 44px 0 0;
  }
}
.p-course-items .p-course-items__photo {
  display: block;
  line-height: 0;
  margin: 0 auto;
  max-width: 640px;
}
@media screen and (min-width: 1px) and (max-width: 1080px) {
  .p-course-items .p-course-items__photo {
    margin: 24px 0 0;
    max-width: none;
    order: 3;
  }
}
.p-course-items .p-course-items__photo img {
  width: 100%;
}
.p-course-items .p-course-items__contents {
  display: flex;
  justify-content: space-between;
  margin: -80px 0 0;
  padding: 0 0 0 40px;
}
@media screen and (min-width: 1px) and (max-width: 1080px) {
  .p-course-items .p-course-items__contents {
    display: contents;
  }
}
.p-course-items .p-course-items__contents .p-course-items__contents-photo {
  height: 463px;
  position: relative;
  width: 349px;
}
@media screen and (min-width: 1px) and (max-width: 1080px) {
  .p-course-items .p-course-items__contents .p-course-items__contents-photo {
    margin: 80px auto 0;
  }
}
@media screen and (max-width: 650px) {
  .p-course-items .p-course-items__contents .p-course-items__contents-photo {
    height: 301px;
    order: 1;
    width: 235px;
  }
}
.p-course-items .p-course-items__contents .p-course-items__contents-photo figure {
  display: block;
  height: auto;
  line-height: 0;
  position: absolute;
  width: 208px;
}
@media screen and (max-width: 650px) {
  .p-course-items .p-course-items__contents .p-course-items__contents-photo figure {
    width: 143px;
  }
}
.p-course-items .p-course-items__contents .p-course-items__contents-photo figure:nth-child(1) {
  left: 0;
  top: 0;
  rotate: -11.98deg;
}
.p-course-items .p-course-items__contents .p-course-items__contents-photo figure:nth-child(2) {
  bottom: 0;
  right: 0;
  rotate: 13.78deg;
}
.p-course-items .p-course-items__contents .p-course-items__contents-body {
  margin: 160px 0 0 44px;
  max-width: 344px;
}
@media screen and (min-width: 1px) and (max-width: 1080px) {
  .p-course-items .p-course-items__contents .p-course-items__contents-body {
    margin: 24px 0 0;
    max-width: none;
    order: 2;
  }
}
.p-course-items .p-course-items__contents .p-course-items__contents-body h2 {
  color: var(--Text-green-300, #59604F);
  font-family: "Zen Old Mincho";
  font-size: 18px;
  font-weight: 500;
  line-height: 120%; /* 21.6px */
  letter-spacing: 0.9px;
}
.p-course-items .p-course-items__contents .p-course-items__contents-body p {
  color: var(--Text-green-300, #59604F);
  font-family: "Zen Old Mincho";
  font-size: 15px;
  line-height: 180%; /* 27px */
  letter-spacing: 0.75px;
  margin: 16px 0 0;
}

.p-about-headline {
  text-align: center;
}
.p-about-headline .p-about-headline__en {
  color: var(--Bgc-green-50, #D5D9CF);
  display: block;
  font-family: "Source Serif 4";
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 56px */
}
@media screen and (max-width: 650px) {
  .p-about-headline .p-about-headline__en {
    font-size: 48px;
    margin: 0 0 4px;
  }
}
.p-about-headline .p-about-headline__ja {
  color: var(--Text-green-300, #59604F);
  font-family: "Zen Old Mincho";
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 180%; /* 23.4px */
  letter-spacing: 1.04px;
  margin: 4px 0 0;
}

.p-about-overview .p-about-overview__title {
  color: var(--Bgc-green-800, #253313);
  font-family: "Zen Old Mincho";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 57.6px */
  letter-spacing: 1.6px;
  margin: 40px 0 0;
  text-align: center;
}
@media screen and (max-width: 650px) {
  .p-about-overview .p-about-overview__title {
    font-size: 28px;
    font-style: normal;
    letter-spacing: 1.4px;
    text-align: center;
  }
}
.p-about-overview .p-about-overview__text {
  color: var(--Bgc-green-800, #253313);
  font-family: "Zen Old Mincho";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 27px */
  letter-spacing: 0.75px;
  margin: 16px 0 0;
  text-align: center;
}
.p-about-overview .p-about-overview__data {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-content: space-between;
}
@media screen and (max-width: 650px) {
  .p-about-overview .p-about-overview__data {
    gap: 24px;
    grid-template-columns: 1fr;
  }
}
.p-about-overview .p-about-overview__data .p-about-overview__data-items {
  position: relative;
}
@media screen and (max-width: 650px) {
  .p-about-overview .p-about-overview__data .p-about-overview__data-items {
    padding: 0 8px 24px;
  }
}
.p-about-overview .p-about-overview__data .p-about-overview__data-items:not(:last-child) {
  border-right: 1px solid var(--Text-green-100, #B3BBA8);
}
@media screen and (max-width: 650px) {
  .p-about-overview .p-about-overview__data .p-about-overview__data-items:not(:last-child) {
    border: none;
    border-bottom: 1px solid var(--Text-green-100, #B3BBA8);
  }
}
.p-about-overview .p-about-overview__data .p-about-overview__data-headline {
  color: var(--Bgc-green-800, #253313);
  font-family: "Zen Old Mincho";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 21.6px */
  letter-spacing: 0.9px;
  text-align: center;
}
.p-about-overview .p-about-overview__data .p-about-overview__data-value {
  color: var(--Text-green-200, #8C957F);
  text-align: center;
  font-family: "Source Serif 4";
  font-size: 88px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 88px */
  margin: 32px 0 0;
}
@media screen and (max-width: 650px) {
  .p-about-overview .p-about-overview__data .p-about-overview__data-value {
    font-size: 64px;
    margin: 24px 0 0;
  }
}
.p-about-overview .p-about-overview__data .p-about-overview__data-unit {
  color: var(--Text-green-300, #59604F);
  font-family: "Zen Old Mincho";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 27px */
  letter-spacing: 0.75px;
  margin: 16px 0 0;
  text-align: center;
}
@media screen and (max-width: 650px) {
  .p-about-overview .p-about-overview__data .p-about-overview__data-unit {
    margin: 8px 0 0;
  }
}
.p-about-overview .p-about-overview__data .p-about-overview__data-note {
  color: var(--Bgc-green-900, #161807);
  font-family: "Zen Old Mincho";
  font-size: 14px;
  font-weight: 400;
  line-height: 150%; /* 21px */
  letter-spacing: 0.42px;
  text-align: center;
}
.p-about-overview .p-about-overview__photo {
  display: block;
  height: min(30.5555555556vw, 440px);
  line-height: 0;
  margin: 64px 0 0;
  overflow: hidden;
  position: relative;
}
.p-about-overview .p-about-overview__photo::before {
  background: linear-gradient(180deg, #F6F6F6 0%, rgba(246, 246, 246, 0) 49.52%);
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.p-about-overview .p-about-overview__photo img {
  width: 100%;
}

.p-about-initiatives .p-about-initiatives__list {
  counter-reset: item 0;
  display: grid;
  gap: 64px;
  list-style: none;
}
@media screen and (max-width: 650px) {
  .p-about-initiatives .p-about-initiatives__list {
    gap: 48px;
  }
}
.p-about-initiatives .p-about-initiatives__headline {
  border-bottom: 1px solid var(--Text-green-200, #8C957F);
  border-top: 1px solid var(--Text-green-200, #8C957F);
  display: grid;
  gap: 4px 32px;
  grid-template-areas: "number title" "number english";
  grid-template-columns: 69px 1fr;
  justify-content: start;
  padding: 24px;
  position: relative;
}
@media screen and (max-width: 650px) {
  .p-about-initiatives .p-about-initiatives__headline {
    grid-template-columns: 61px 1fr;
    gap: 0 24px;
    padding: 16px 20px;
  }
}
.p-about-initiatives .p-about-initiatives__headline::before {
  align-items: center;
  border-right: 1px solid var(--Text-green-200, #8C957F);
  content: counter(item, decimal-leading-zero);
  color: var(--Text-green-200, #8C957F);
  counter-increment: item;
  display: flex;
  font-family: "Zen Old Mincho";
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  grid-area: number;
  height: 100%;
  justify-content: center;
  line-height: 120%;
  letter-spacing: -0.96px;
  padding: 0 30px 0 0;
}
@media screen and (max-width: 650px) {
  .p-about-initiatives .p-about-initiatives__headline::before {
    padding: 0 23px 0 0;
  }
}
.p-about-initiatives .p-about-initiatives__headline .p-about-initiatives__headline-ja {
  color: var(--Text-green-300, #59604F);
  font-family: "Zen Old Mincho";
  font-size: 28px;
  font-weight: 500;
  grid-area: title;
  line-height: 120%; /* 33.6px */
  letter-spacing: -0.84px;
}
@media screen and (max-width: 650px) {
  .p-about-initiatives .p-about-initiatives__headline .p-about-initiatives__headline-ja {
    font-size: 22px;
  }
}
.p-about-initiatives .p-about-initiatives__headline .p-about-initiatives__headline-en {
  color: var(--Text-green-200, #8C957F);
  display: grid;
  gap: 4px;
  grid-template-columns: 8px 1fr;
  font-family: "Source Serif 4";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  grid-area: english;
  line-height: 150%; /* 18px */
  letter-spacing: 1.2px;
  margin: 4px 0 0;
  padding: 0 0 0 4px;
}
.p-about-initiatives .p-about-initiatives__headline .p-about-initiatives__headline-en::before {
  background: var(--Text-green-200, #8C957F);
  content: "";
  display: inline-block;
  height: 1px;
  margin: 9px 0 0;
  width: 8px;
}
.p-about-initiatives .p-about-initiatives__body {
  align-items: center;
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(2, 1fr);
  margin: 40px 0 0;
  padding: 0 40px;
}
@media screen and (max-width: 650px) {
  .p-about-initiatives .p-about-initiatives__body {
    gap: 24px;
    grid-template-columns: auto;
    margin: 0;
    padding: 24px 0 0;
  }
}
.p-about-initiatives .p-about-initiatives__text {
  color: var(--Bgc-green-900, #161807);
  /* Text/p-m */
  font-family: "Zen Old Mincho";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 27px */
  letter-spacing: 0.75px;
}
.p-about-initiatives .p-about-initiatives__photo {
  display: block;
  line-height: 0;
}
.p-about-management .p-about-management__photo {
  display: block;
  line-height: 0;
  margin: 64px auto 0;
  max-width: 800px;
  position: relative;
}
.p-about-management .p-about-management__photo::before {
  background: linear-gradient(180deg, #F6F6F6 0%, rgba(246, 246, 246, 0) 100%);
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  left: 0;
  top: -40px;
  width: 100%;
}
.p-about-management .p-about-management__photo img {
  width: 100%;
}
.p-about-management .p-about-management__items {
  border-top: 1px solid var(--Text-green-200, #8C957F);
  display: grid;
  grid-template-columns: 204px 1fr;
}
@media screen and (max-width: 650px) {
  .p-about-management .p-about-management__items {
    grid-template-columns: auto;
  }
}
.p-about-management .p-about-management__items:last-child {
  border-bottom: 1px solid var(--Text-green-200, #8C957F);
}
@media screen and (max-width: 650px) {
  .p-about-management .p-about-management__items:last-child {
    border: none;
  }
}
.p-about-management .p-about-management__side {
  border-right: 1px solid var(--Text-green-200, #8C957F);
  padding: 40px 0;
}
@media screen and (max-width: 650px) {
  .p-about-management .p-about-management__side {
    border: none;
    border-bottom: 1px solid var(--Text-green-200, #8C957F);
    padding: 24px 0;
  }
}
.p-about-management .p-about-management__body {
  padding: 40px 0 40px 80px;
}
@media screen and (max-width: 650px) {
  .p-about-management .p-about-management__body {
    padding: 32px 0;
  }
}
.p-about-management .p-about-management__flex {
  display: flex;
  gap: 32px;
}
@media screen and (max-width: 650px) {
  .p-about-management .p-about-management__flex {
    flex-direction: column;
  }
}
.p-about-management .p-about-management__text {
  color: var(--Bgc-green-900, #161807);
  font-family: "Zen Old Mincho";
  font-size: 15px;
  line-height: 180%; /* 27px */
  letter-spacing: 0.75px;
}
.p-about-management .p-about-management__name .p-about-management__name-title {
  color: var(--Bgc-green-900, #161807);
  font-family: "Zen Old Mincho";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 21.6px */
  letter-spacing: 0.9px;
}
.p-about-management .p-about-management__name .p-about-management__name-link a {
  border-bottom: 1px solid var(--Text-green-200, #8C957F);
  color: var(--Bgc-green-900, #161807);
  display: block;
  font-family: "Zen Old Mincho";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 27px */
  letter-spacing: 0.75px;
  margin: 16px 0 0;
  padding: 0 4px 2px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.p-about-management .p-about-management__name .p-about-management__name-link a[target=_blank]::after {
  background: url(images/icon-external.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  height: 12px;
  width: 12px;
}
.p-about-management .p-about-management__name .p-about-management__name-link a:hover {
  border-bottom-color: transparent;
}
.p-about-management .p-about-management__logo {
  align-items: center;
  display: flex;
  gap: 32px;
}
.p-about-management .p-about-management__logo .p-about-management__logo-items {
  display: block;
  line-height: 0;
}

@media screen and (max-width: 650px) {
  .p-access-summary {
    border-bottom: 1px solid var(--Text-green-200, #8C957F);
    padding: 0 0 80px;
  }
}
.p-access-summary .p-access-summary__map {
  display: block;
  line-height: 0;
  height: 560px;
  margin: 40px auto 0;
  max-width: 960px;
}
@media screen and (max-width: 650px) {
  .p-access-summary .p-access-summary__map {
    height: 61.5384615385vw;
  }
}
.p-access-summary .p-access-summary__map iframe {
  filter: grayscale(1);
  height: 100%;
  width: 100%;
}
.p-access-summary .p-access-summary__address {
  margin: 40px 0 0;
}
@media screen and (max-width: 650px) {
  .p-access-summary .p-access-summary__address {
    margin: 24px 0 0;
  }
}
.p-access-summary .p-access-summary__address .p-access-summary__address-text {
  color: var(--Bgc-green-800, #253313);
  text-align: center;
  /* Text/p-m */
  font-family: "Zen Old Mincho";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 27px */
  letter-spacing: 0.75px;
}
.p-access-summary .p-access-summary__link a {
  border-bottom: 1px solid var(--Text-green-200, #8C957F);
  color: var(--Text-green-300, #59604F);
  display: block;
  font-family: "Zen Old Mincho";
  font-size: 12px;
  line-height: 150%; /* 18px */
  letter-spacing: 0.36px;
  margin: 10px auto 0;
  padding: 0 4px 2px;
  position: relative;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
}
.p-access-summary .p-access-summary__link a[target=_blank]::after {
  background: url(images/icon-external.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  height: 8px;
  width: 8px;
}
.p-access-summary .p-access-summary__link a:hover {
  border-bottom-color: transparent;
}

.p-access-details .p-access-details__list {
  max-width: 960px;
  margin: 0 auto;
}
.p-access-details .p-access-details__items {
  align-items: start;
  display: grid;
  gap: 80px;
  grid-template-columns: 400px 1fr;
  justify-content: space-between;
  padding: 56px 0;
}
@media screen and (max-width: 650px) {
  .p-access-details .p-access-details__items {
    gap: 40px;
    grid-template-columns: auto;
  }
}
.p-access-details .p-access-details__items:not(:last-child) {
  border-bottom: 1px solid var(--Text-green-200, #8C957F);
}
.p-access-details .p-access-details__body {
  display: grid;
  gap: 40px;
}
@media screen and (max-width: 650px) {
  .p-access-details .p-access-details__body {
    gap: 24px;
  }
}
.p-access-details .p-access-details__headline {
  padding: 0 0 24px;
  position: relative;
}
.p-access-details .p-access-details__headline::after {
  background: var(--Bgc-green-200, #8C957F);
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 24px;
}
.p-access-details .p-access-details__headline .p-access-details__headline-zone {
  color: var(--Bgc-green-800, #253313);
  display: block;
  font-family: "Zen Old Mincho";
  font-size: 18px;
  font-weight: 500;
  line-height: 120%; /* 21.6px */
  letter-spacing: 0.9px;
}
.p-access-details .p-access-details__headline .p-access-details__headline-title {
  color: var(--Bgc-green-800, #253313);
  font-family: "Zen Old Mincho";
  font-size: 28px;
  font-weight: 500;
  line-height: 120%; /* 33.6px */
  letter-spacing: -0.84px;
  margin: 4px 0 0;
}
@media screen and (max-width: 650px) {
  .p-access-details .p-access-details__headline .p-access-details__headline-title {
    color: var(--Bgc-green-800, #253313);
    font-family: "Zen Old Mincho";
    font-size: 22px;
    font-weight: 500;
    line-height: 120%; /* 26.4px */
    letter-spacing: 1.1px;
  }
}
.p-access-details .p-access-details__text {
  color: var(--Bgc-green-900, #161807);
  font-family: "Zen Old Mincho";
  font-size: 15px;
  font-weight: 400;
  line-height: 180%; /* 27px */
  letter-spacing: 0.75px;
}
.p-access-details .p-access-details__position {
  display: grid;
  gap: 8px;
}
.p-access-details .p-access-details__position .p-access-details__position-items {
  align-items: center;
  display: flex;
  gap: 8px;
}
.p-access-details .p-access-details__position .p-access-details__position-number {
  align-items: center;
  background: var(--Text-green-300, #59604F);
  border-radius: 12px;
  color: var(--Text-white-900, #FFF);
  display: flex;
  font-family: "Zen Old Mincho";
  font-size: 12px;
  font-weight: 400;
  height: 24px;
  justify-content: center;
  line-height: 150%; /* 18px */
  letter-spacing: 0;
  text-align: center;
  width: 24px;
}
.p-access-details .p-access-details__position .p-access-details__position-name {
  color: var(--Bgc-green-800, #253313);
  font-family: "Zen Old Mincho";
  font-size: 18px;
  font-weight: 500;
  line-height: 120%; /* 21.6px */
  letter-spacing: 0.9px;
}
.p-access-details .p-access-details__photo {
  display: block;
  line-height: 0;
}

.p-access-summary__details-title {
  color: var(--Text-green-300, #59604F);
  font-family: "Zen Old Mincho";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.42px;
  text-align: center;
}

.p-news-list {
  margin: 0 auto;
  max-width: 860px;
}

.p-news-items {
  border-bottom: 1px solid var(--Text-green-200, #8C957F);
  display: block;
  padding: 40px 0 20px;
  position: relative;
}
@media screen and (max-width: 650px) {
  .p-news-items {
    padding: 40px 0 30px;
  }
}
.p-news-items::after {
  background: url("images/icon-arrow-news.svg") no-repeat center center/contain;
  content: "";
  display: none;
  height: 11px;
  position: absolute;
  right: 10px;
  bottom: 11px;
  width: 6px;
}
@media screen and (max-width: 650px) {
  .p-news-items::after {
    display: block;
  }
}
.p-news-items:hover {
  opacity: 0.5;
}
.p-news-items .p-news-items__headline {
  color: var(--Bgc-green-900, #161807);
  font-family: "Zen Old Mincho";
  font-size: 17px;
  font-weight: 400;
  line-height: 180%; /* 30.6px */
  letter-spacing: 0.85px;
}
.p-news-items .p-news-items__date {
  color: var(--Text-green-300, #59604F);
  font-family: "Zen Old Mincho";
  font-size: 14px;
  font-weight: 500;
  line-height: 120%; /* 16.8px */
  letter-spacing: 1.4px;
  margin: 10px 0 0;
}
@media screen and (max-width: 650px) {
  .p-news-items .p-news-items__date {
    font-size: 16px;
    font-weight: 500;
    line-height: 120%; /* 19.2px */
    letter-spacing: 0.8px;
  }
}

.p-events-headline .p-events-headline__english {
  color: var(--Text-green-200, #8c957f);
  font-family: "Source Serif 4";
  font-weight: 400;
  font-size: 20px;
  line-height: 180%; /* 36px */
  letter-spacing: 2px;
}

.p-events-list {
  border-bottom: 1px solid var(--Text-green-200, #8C957F);
  display: grid;
  gap: 24px 13px;
  grid-template-columns: repeat(4, 1fr);
  padding: 0 0 100px;
}
@media screen and (min-width: 1px) and (max-width: 1080px) {
  .p-events-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 650px) {
  .p-events-list {
    grid-template-columns: 1fr;
  }
}
.p-events-list.is-home {
  border: none;
  mix-blend-mode: multiply;
  padding: 0;
}
.p-events-list.is-past {
  border: none;
  padding: 0;
}
.p-events-list.is-hide {
  display: none;
}

.p-events-items {
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
.p-events-items::after {
  background: url("images/icon-arrow-events.svg") no-repeat center center/contain;
  content: "";
  height: 12px;
  position: absolute;
  bottom: 16px;
  right: 24px;
  width: 6px;
}
.p-events-items.is-simple {
  background: var(--Bgc-green-10, #F6F6F6);
}
.p-events-items.is-simple::after {
  bottom: 20px;
}
.p-events-items.is-simple .p-events-items__body {
  min-height: 320px;
  padding: 20px 24px 40px;
}
@media screen and (max-width: 650px) {
  .p-events-items.is-simple .p-events-items__body {
    min-height: 240px;
  }
}
.p-events-items.is-animated {
  animation: fadeIn 0.9s ease;
}
.p-events-items .p-events-items__upper {
  position: relative;
}
.p-events-items .p-events-items__label {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  position: absolute;
  left: 12px;
  top: 12px;
  width: calc(100% - 24px);
}
.p-events-items .p-events-items__label li {
  background: var(--Bgc-green-800, #253313);
  border: solid 1px transparent;
  border-radius: 4px;
  box-sizing: border-box;
  color: #fff;
  font-family: "Zen Old Mincho";
  font-size: 12px;
  line-height: 150%; /* 18px */
  letter-spacing: 0.36px;
  text-align: center;
  padding: 4px 8px;
}
.p-events-items .p-events-items__label li.is-done {
  border: 1px solid var(--Bgc-green-900, #161807);
  background: var(--Bgc-green-10, #F6F6F6);
  color: var(--Bgc-green-900, #161807);
}
.p-events-items .p-events-items__label li.is-available {
  background: var(--Bgc-green-800, #253313);
}
.p-events-items .p-events-items__label li.is-raffle {
  background: var(--Text-green-300, #59604F);
}
.p-events-items .p-events-items__label li.is-first_come {
  background: var(--Text-green-300, #59604F);
}
.p-events-items .p-events-items__label li.is-waiting {
  background: var(--Bgc-green-10, #F6F6F6);
  border: 1px solid var(--Text-green-200, #8C957F);
  color: var(--Text-green-300, #59604F);
}
.p-events-items .p-events-items__label li.is-finished {
  background: var(--Bgc-green-10, #F6F6F6);
  border: 1px solid var(--Text-green-200, #8C957F);
  color: var(--Text-green-300, #59604F);
}
.p-events-items .p-events-items__photo {
  aspect-ratio: 279/159;
  display: block;
  line-height: 0;
}
.p-events-items .p-events-items__photo img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.p-events-items .p-events-items__body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 26px 24px 36px;
}
.p-events-items .p-events-items__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin: 0 0 8px;
  padding: 0;
}
.p-events-items .p-events-items__tags li {
  background: var(--Text-green-300, #59604F);
  border-radius: 4px;
  color: #fff;
  font-family: "Zen Old Mincho";
  font-size: 11px;
  font-weight: 400;
  line-height: 150%; /* 18px */
  letter-spacing: -0.33px;
  text-align: center;
  padding: 1px 6px;
}
.p-events-items .p-events-items__date {
  border-bottom: 1px solid var(--Text-green-200, #8c957f);
  color: var(--Bgc-green-900, #161807);
  font-family: "IBM Plex Sans JP";
  font-size: 13px;
  line-height: 140%; /* 18.2px */
  letter-spacing: 1.04px;
  padding: 0 0 8px;
}
.p-events-items .p-events-items__headline {
  color: var(--Bgc-green-900, #161807);
  font-family: "Zen Old Mincho";
  font-size: 18px;
  font-weight: 500;
  line-height: 120%; /* 21.6px */
  letter-spacing: 0.9px;
  margin: 12px 0 auto;
}
.p-events-items .p-events-items__text {
  -webkit-box-orient: vertical;
  color: var(--Text-green-300, #59604f);
  display: -webkit-box;
  font-family: "IBM Plex Sans JP";
  font-size: 12px;
  letter-spacing: 0.96px;
  -webkit-line-clamp: 2;
  line-height: 160%; /* 19.2px */
  margin: 16px 0 0;
  overflow: hidden;
}

.p-events-more {
  color: var(--Bgc-green-900, #161807);
  display: flex;
  gap: 24px;
  font-family: "Source Serif 4";
  font-size: 20px;
  line-height: 180%; /* 36px */
  letter-spacing: 2px;
  margin: 0 auto;
  outline: none;
  width: -moz-fit-content;
  width: fit-content;
}
.p-events-more img {
  rotate: 90deg;
}

.p-events-button {
  margin: 0 auto;
  max-width: 240px;
}

.p-inhabitants-book {
  font-family: "Zen Old Mincho";
  max-width: var(--contents-width);
  margin: auto;
  position: fixed;
  pointer-events: none;
  inset: auto 0 0 0;
  width: 100%;
  z-index: 6;
}
.p-inhabitants-book a {
  background: url("images/icon-book-sprite.svg") no-repeat 0 0/cover;
  box-sizing: border-box;
  color: var(--Text-green-300, #59604F);
  display: block;
  font-size: 15px;
  font-weight: 400;
  height: 185px;
  line-height: 120%;
  letter-spacing: 0.75px;
  padding: 43px 0 0;
  pointer-events: auto;
  position: absolute;
  right: 40px;
  bottom: 16px;
  text-align: center;
  width: 144px;
}
@media screen and (max-width: 650px) {
  .p-inhabitants-book a {
    font-size: 12px;
    height: 144px;
    padding: 32px 0 0;
    right: 24px;
    bottom: 51px;
    width: 112px;
  }
}
.p-inhabitants-book a:hover {
  background-position: right 0;
}
.p-inhabitants-book a em {
  color: var(--Text-green-200, #8C957F);
  display: block;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.5px;
  margin: 8px 0 0;
}
@media screen and (max-width: 650px) {
  .p-inhabitants-book a em {
    margin: 4px 0 0;
  }
}

.p-blog-headline {
  display: flex;
  gap: 8px;
}

.p-blog-wrapper {
  align-items: start;
  display: grid;
  gap: 95px;
  grid-template-columns: 155px 1fr;
}
@media screen and (min-width: 1px) and (max-width: 1080px) {
  .p-blog-wrapper {
    gap: 48px;
    grid-template-columns: auto;
  }
}

.p-blog-side {
  border-bottom: 1px solid var(--Text-green-200, #8C957F);
  border-top: 1px solid var(--Text-green-200, #8C957F);
  padding: 40px 10px;
}
.p-blog-side .p-blog-side__list {
  display: grid;
  gap: 16px;
  list-style: none;
}
@media screen and (min-width: 1px) and (max-width: 1080px) {
  .p-blog-side .p-blog-side__list {
    display: flex;
    flex-wrap: wrap;
  }
}
.p-blog-side .p-blog-side__list li.is-active a {
  color: var(--Bgc-green-900, #161807);
}
.p-blog-side .p-blog-side__list li.is-active a::after {
  opacity: 1;
}
.p-blog-side .p-blog-side__list li a {
  color: var(--Text-green-200, #8C957F);
  display: inline-block;
  font-family: "Zen Old Mincho";
  font-size: 15px;
  font-weight: 400;
  line-height: 180%; /* 27px */
  letter-spacing: 0.75px;
  position: relative;
}
.p-blog-side .p-blog-side__list li a::after {
  background: var(--Text-green-200, #8C957F);
  content: "";
  display: block;
  height: 1px;
  opacity: 0;
  position: absolute;
  left: 0;
  bottom: 3px;
  width: 100%;
}

.p-blog-list {
  display: grid;
  gap: 24px;
  list-style: none;
}
@media screen and (max-width: 650px) {
  .p-blog-list {
    gap: 40px;
  }
}

.p-blog-items {
  border-bottom: 1px solid var(--Text-green-200, #8C957F);
  display: grid;
  gap: 32px;
  grid-template-columns: 300px 1fr;
  padding: 0 0 27px;
}
@media screen and (max-width: 650px) {
  .p-blog-items {
    gap: 19px;
    grid-template-columns: auto;
    padding: 0 0 24px;
  }
}
.p-blog-items:hover {
  opacity: 0.5;
}
.p-blog-items .p-blog-items__photo {
  aspect-ratio: 300/180;
  display: block;
  line-height: 0;
}
.p-blog-items .p-blog-items__photo img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.p-blog-items .p-blog-items__body {
  padding: 16px 0;
}
@media screen and (max-width: 650px) {
  .p-blog-items .p-blog-items__body {
    padding: 0;
  }
}
.p-blog-items .p-blog-items__upper {
  align-items: center;
  display: flex;
  gap: 8px;
}
@media screen and (max-width: 650px) {
  .p-blog-items .p-blog-items__upper {
    align-items: flex-start;
    flex-direction: column;
  }
}
.p-blog-items .p-blog-items__date {
  color: var(--Text-green-300, #59604F);
  font-family: "Zen Old Mincho";
  font-size: 12px;
  line-height: 150%; /* 18px */
  letter-spacing: 0.36px;
  min-width: 91px;
}
.p-blog-items .p-blog-items__category {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.p-blog-items .p-blog-items__category .p-blog-items__category-items {
  background: var(--Text-green-300, #59604F);
  border-radius: 20px;
  color: var(--Bgc-green-10, #F6F6F6);
  font-family: "Zen Old Mincho";
  font-size: 12px;
  line-height: 150%; /* 18px */
  letter-spacing: 0.36px;
  padding: 2px 8px;
}
.p-blog-items .p-blog-items__headline {
  color: var(--Bgc-green-800, #253313);
  font-family: "Zen Old Mincho";
  font-size: 18px;
  font-weight: 500;
  line-height: 120%; /* 21.6px */
  letter-spacing: 0.9px;
  margin: 8px 0 0;
}
.p-blog-items .p-blog-items__text {
  -webkit-box-orient: vertical;
  color: var(--Text-green-200, #8C957F);
  display: -webkit-box;
  font-family: "IBM Plex Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  -webkit-line-clamp: 3;
  line-height: 160%; /* 19.2px */
  letter-spacing: 0.96px;
  overflow: hidden;
  margin: 15px 0 0;
}
@media screen and (max-width: 650px) {
  .p-blog-items .p-blog-items__text {
    -webkit-line-clamp: 6;
    line-height: 160%; /* 19.2px */
    letter-spacing: 0.96px;
  }
}

.p-faq-header p {
  color: var(--Bgc-green-900, #161807);
  font-family: "Zen Old Mincho";
  font-size: 17px;
  line-height: 180%; /* 30.6px */
  letter-spacing: 0.85px;
}
.p-faq-header p a {
  text-decoration: underline;
}
.p-faq-header p a:hover {
  text-decoration: none;
}

.p-faq-items {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 80px;
}
@media screen and (max-width: 650px) {
  .p-faq-items {
    border-bottom: 1px solid var(--Text-green-100, #B3BBA8);
    grid-template-columns: 1fr;
    gap: 44px;
    padding: 0 0 40px;
  }
}
.p-faq-items .p-faq-items__headline {
  color: var(--Text-green-300, #59604F);
  display: flex;
  font-family: "Zen Old Mincho";
  font-size: 13px;
  font-weight: 600;
  line-height: 180%; /* 23.4px */
  letter-spacing: 1.04px;
}
.p-faq-items .p-faq-items__headline::before {
  background: var(--Text-green-200, #8C957F);
  content: "";
  display: inline-block;
  height: 1px;
  margin: 12px 8px 0 0;
  width: 8px;
}
.p-faq-items .p-faq-items__body {
  display: grid;
  gap: 40px;
}
.p-faq-items .p-faq-items__list {
  display: grid;
  gap: 12px;
}
.p-faq-items .p-faq-items__list .p-faq-items__question {
  color: var(--Text-green-300, #59604F);
  font-family: "Zen Old Mincho";
  font-size: 16px;
  font-weight: 400;
  line-height: 180%; /* 27px */
  letter-spacing: 0.75px;
  padding: 0 0 0 44px;
  position: relative;
}
.p-faq-items .p-faq-items__list .p-faq-items__question::before {
  content: "Q";
  color: var(--Text-green-200, #8C957F);
  font-family: "Source Serif 4";
  font-size: 20px;
  line-height: 180%; /* 32.4px */
  letter-spacing: 0.9px;
  padding: 0 16px 0 0;
  position: absolute;
  left: 0;
  top: -2px;
}
.p-faq-items .p-faq-items__list .p-faq-items__question::after {
  background: var(--Text-green-200, #8C957F);
  content: "";
  display: block;
  height: 18px;
  position: absolute;
  left: 28px;
  top: 8px;
  width: 1px;
}
.p-faq-items .p-faq-items__list .p-faq-items__answer {
  color: var(--Bgc-green-900, #161807);
  font-family: "Zen Old Mincho";
  font-size: 16px;
  line-height: 160%; /* 24px */
  letter-spacing: 0.45px;
  padding: 0 0 0 44px;
  position: relative;
}
.p-faq-items .p-faq-items__list .p-faq-items__answer::before {
  content: "A";
  color: var(--Bgc-green-900, #161807);
  font-family: "Source Serif 4";
  font-size: 20px;
  line-height: 180%; /* 32.4px */
  letter-spacing: 0.9px;
  padding: 0 16px 0 0;
  position: absolute;
  left: 0;
  top: -2px;
}
.p-faq-items .p-faq-items__list .p-faq-items__answer::after {
  background: var(--Text-green-300, #59604F);
  content: "";
  display: block;
  height: 18px;
  position: absolute;
  left: 28px;
  top: 8px;
  width: 1px;
}
.p-faq-items .p-faq-items__list .p-faq-items__answer a {
  text-decoration: underline;
}
.p-faq-items .p-faq-items__list .p-faq-items__answer a:hover {
  text-decoration: none;
}

.p-service-items {
  display: grid;
  grid-template-columns: 213px 1fr;
  gap: 40px;
}
@media screen and (max-width: 650px) {
  .p-service-items {
    grid-template-columns: auto;
  }
}
.p-service-items .p-service-items__side {
  border-right: 1px solid var(--Text-green-200, #8C957F);
  padding: 20px 40px 0 0;
}
@media screen and (max-width: 650px) {
  .p-service-items .p-service-items__side {
    border: none;
    padding: 0;
  }
}
.p-service-items .p-service-items__headline {
  color: var(--Text-green-300, #59604F);
  font-family: "Zen Old Mincho";
  font-size: 15px;
  font-weight: 400;
  line-height: 180%; /* 27px */
  letter-spacing: 0.75px;
  padding: 0 0 0 16px;
  position: sticky;
  top: 20px;
}
@media screen and (max-width: 650px) {
  .p-service-items .p-service-items__headline {
    position: relative;
    top: auto;
  }
}
.p-service-items .p-service-items__headline::before {
  background: var(--Text-green-200, #8C957F);
  content: "";
  display: inline-block;
  height: 1px;
  margin: 0 8px 4px 0;
  position: absolute;
  left: 0;
  top: 13px;
  width: 8px;
}
.p-service-items .p-service-items__contents {
  padding: 20px 0;
}
@media screen and (max-width: 650px) {
  .p-service-items .p-service-items__contents {
    border-bottom: 1px solid var(--Text-green-100, #B3BBA8);
    padding: 0 0 40px;
  }
}
.p-service-items .p-service-items__text {
  color: var(--Bgc-green-900, #161807);
  font-family: "Zen Old Mincho";
  font-size: 15px;
  line-height: 180%; /* 27px */
  letter-spacing: 0.75px;
}
.p-service-items .p-service-items__text:not(:first-child) {
  margin: 24px 0 0;
}
.p-service-items .p-service-items__text a {
  border-bottom: 1px solid var(--Bgc-green-900, #161807);
  display: inline-block;
}
.p-service-items .p-service-items__text a[target=_blank]::after {
  background: url(images/icon-external.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  height: 10px;
  width: 10px;
}
.p-service-items .p-service-items__text a:hover {
  border-bottom-color: transparent;
}
.p-service-items .p-service-items__title {
  color: var(--Bgc-green-800, #253313);
  font-family: "Zen Old Mincho";
  font-size: 18px;
  font-weight: 500;
  line-height: 120%; /* 21.6px */
  letter-spacing: 0.9px;
}
@media screen and (max-width: 650px) {
  .p-service-items .p-service-items__title {
    font-size: 17px;
    font-weight: 400;
    line-height: 180%; /* 30.6px */
    letter-spacing: 0.85px;
  }
}

.p-service-data {
  border-left: 1px solid var(--Text-green-200, #8C957F);
  display: grid;
  padding: 0 0 0 24px;
}
.p-service-data .p-service-data__label {
  color: var(--Text-green-300, #59604F);
  font-family: "Zen Old Mincho";
  font-size: 14px;
  font-weight: 400;
  line-height: 150%; /* 21px */
  letter-spacing: 0.42px;
}
.p-service-data .p-service-data__label::before {
  background: var(--Text-green-200, #8C957F);
  content: "";
  display: inline-block;
  height: 1px;
  margin: 0 8px 4px 0;
  width: 8px;
}
.p-service-data .p-service-data__headline {
  font-family: "Zen Old Mincho";
  font-size: 17px;
  font-weight: 400;
  line-height: 180%; /* 30.6px */
  letter-spacing: 0.85px;
  margin: 8px 0 0;
}
.p-service-data .p-service-data__list {
  display: flex;
  gap: 8px;
  margin: 4px 0 0;
}
.p-service-data .p-service-data__list .p-service-data__list-items a {
  color: var(--Bgc-green-900, #161807);
  display: inline-flex;
  font-family: "IBM Plex Sans JP";
  font-size: 13px;
  font-weight: 400;
  line-height: 140%; /* 18.2px */
  letter-spacing: 1.04px;
  text-decoration: underline;
}
.p-service-data .p-service-data__list .p-service-data__list-items a::before {
  content: "";
  display: block;
  height: 16px;
  margin: 0 0 -3px;
  width: 20px;
}
.p-service-data .p-service-data__list .p-service-data__list-items a:hover {
  text-decoration: none;
}
.p-service-data .p-service-data__list .p-service-data__list-items a[href*=pdf]::before {
  background: url(images/icon-pdf.svg) no-repeat center center/contain;
}
.p-service-data .p-service-data__list .p-service-data__list-items a[href*=docx]::before {
  background: url(images/icon-word.svg) no-repeat center center/contain;
}

.p-service-facility {
  border-left: 1px solid var(--Text-green-200, #8C957F);
  color: var(--Bgc-green-900, #161807);
  font-family: "Zen Old Mincho";
  font-size: 15px;
  font-weight: 400;
  line-height: 180%; /* 27px */
  letter-spacing: 0.75px;
  padding: 0 0 0 24px;
}

.p-contact-header .p-contact-header__text {
  color: var(--Bgc-green-900, #161807);
  font-family: "Zen Old Mincho";
  font-size: 17px;
  line-height: 180%; /* 30.6px */
  letter-spacing: 0.85px;
  margin: 0 auto;
  max-width: 960px;
}
.p-contact-header .p-contact-header__button {
  text-align: center;
}
.p-contact-header .p-contact-header__button .p-contact-header__button-link a {
  border-bottom: 1px solid var(--Text-green-200, #8C957F);
  color: var(--Bgc-green-900, #161807);
  display: inline-block;
  font-family: "Zen Old Mincho";
  font-size: 22px;
  font-weight: 500;
  line-height: 120%; /* 26.4px */
  letter-spacing: 1.1px;
  padding: 0 4px 8px;
}
@media screen and (max-width: 650px) {
  .p-contact-header .p-contact-header__button .p-contact-header__button-link a {
    color: var(--Bgc-green-900, #161807);
    font-family: "Zen Old Mincho";
    font-size: 15px;
    line-height: 180%; /* 27px */
    letter-spacing: 0.75px;
    padding: 0 4px 2px;
  }
}
.p-contact-header .p-contact-header__button .p-contact-header__button-link a:hover {
  border-bottom-color: transparent;
}

.p-contact-body {
  border-top: 1px solid var(--Text-green-200, #8C957F);
  border-bottom: 1px solid var(--Text-green-200, #8C957F);
  padding: 160px 0;
}
@media screen and (max-width: 650px) {
  .p-contact-body {
    padding: 80px 0;
  }
}

.p-contact-headline {
  color: var(--Bgc-green-800, #253313);
  font-family: "Zen Old Mincho";
  font-size: 28px;
  font-weight: 500;
  line-height: 120%; /* 33.6px */
  letter-spacing: -0.84px;
  text-align: center;
}
@media screen and (max-width: 650px) {
  .p-contact-headline {
    font-size: 22px;
    letter-spacing: 1.1px;
  }
}

.p-contact-text {
  color: var(--Bgc-green-900, #161807);
  font-family: "Zen Old Mincho";
  font-size: 15px;
  line-height: 180%; /* 27px */
  letter-spacing: 0.75px;
  text-align: center;
}

.p-contact-line {
  border-bottom: 1px solid var(--Text-green-200, #8C957F);
  padding: 160px 0;
}
@media screen and (max-width: 650px) {
  .p-contact-line {
    padding: 80px 0;
  }
}
.p-contact-line .p-contact-line__qr {
  display: block;
  line-height: 0;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}
.p-contact-tel {
  padding: 160px 0 80px;
}
@media screen and (max-width: 650px) {
  .p-contact-tel {
    padding: 80px 0 20px;
  }
}
.p-contact-tel .p-contact-tel__tel {
  color: var(--Bgc-green-800, #253313);
  font-family: "IBM Plex Sans JP";
  font-size: 12px;
  line-height: 160%; /* 19.2px */
  letter-spacing: 0.96px;
  text-align: center;
}
.p-contact-tel .p-contact-tel__tel em,
.p-contact-tel .p-contact-tel__tel span {
  border-bottom: 1px solid var(--Text-green-300, #59604F);
  color: var(--Bgc-green-800, #253313);
  font-family: "IBM Plex Sans JP";
  font-size: 32px;
  font-style: normal;
  line-height: 120%; /* 38.4px */
  letter-spacing: 1.6px;
  padding: 0 0 3px;
}
@media screen and (max-width: 650px) {
  .p-contact-tel .p-contact-tel__tel em,
  .p-contact-tel .p-contact-tel__tel span {
    color: var(--Bgc-green-800, #253313);
    padding: 0;
  }
}
.p-contact-tel .p-contact-tel__text {
  color: var(--Text-green-300, #59604F);
  font-family: "Zen Old Mincho";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  letter-spacing: 0.42px;
  margin: 16px 0 0;
  text-align: center;
}

.p-thanks-wrapper {
  display: grid;
  justify-content: center;
  margin: 0 auto;
  max-width: 720px;
}

.p-thanks-title {
  color: var(--Text-green-300, #59604F);
  font-family: "Zen Old Mincho";
  font-size: 32px;
  font-weight: 500;
  line-height: 120%; /* 38.4px */
  letter-spacing: 1.6px;
  text-align: center;
}
@media screen and (max-width: 650px) {
  .p-thanks-title {
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 1.1px;
  }
}

.p-thanks-text {
  color: var(--Bgc-green-900, #161807);
  font-family: "Zen Old Mincho";
  font-size: 15px;
  line-height: 180%; /* 27px */
  letter-spacing: 0.75px;
}

.p-thanks-button {
  text-align: center;
}
.p-thanks-button a {
  border-bottom: 1px solid var(--Text-green-200, #8C957F);
  color: var(--Bgc-green-900, #161807);
  display: inline-block;
  font-family: "Zen Old Mincho";
  font-size: 17px;
  line-height: 180%; /* 30.6px */
  letter-spacing: 0.85px;
  margin: 0 auto;
  padding: 0 4px 4px;
}
@media screen and (max-width: 650px) {
  .p-thanks-button a {
    font-size: 15px;
    font-weight: 400;
    line-height: 180%; /* 27px */
    letter-spacing: 0.75px;
  }
}
.p-thanks-button a:hover {
  border: none;
}

.p-privacy-header {
  border-bottom: 1px solid var(--Text-green-200, #8C957F);
  margin: 0 auto;
  max-width: 860px;
  padding: 0 0 80px;
}
@media screen and (max-width: 650px) {
  .p-privacy-header {
    padding: 0 0 32px;
  }
}
.p-privacy-header p {
  font-family: "Zen Old Mincho";
  font-size: 17px;
  line-height: 180%; /* 30.6px */
  letter-spacing: 0.85px;
}

.p-privacy-body {
  margin: 0 auto;
  max-width: 860px;
}
.p-privacy-body h2,
.p-privacy-body h3,
.p-privacy-body h4 {
  color: var(--Text-green-200, #8C957F);
  display: flex;
  font-family: "Zen Old Mincho";
  font-size: 15px;
  font-weight: 400;
  line-height: 120%; /* 18px */
  letter-spacing: 0.45px;
}
.p-privacy-body h2::before,
.p-privacy-body h3::before,
.p-privacy-body h4::before {
  background: var(--Text-green-200, #8C957F);
  content: "";
  display: inline-block;
  height: 1px;
  margin: 9px 8px 4px 0;
  width: 8px;
}
.p-privacy-body p {
  font-family: "Zen Old Mincho";
  font-size: 15px;
  line-height: 160%; /* 24px */
  letter-spacing: 0.45px;
  margin: 15px 0 0 16px;
}