@charset "UTF-8";
:root {
  --gray10: #333333;
  --gray20: #474747;
  --gray30: #5C5C5C;
  --gray40: #757575;
  --gray50: #9E9E9E;
  --gray60: #C2C2C2;
  --gray70: #E0E0E0;
  --gray80: #F4F4F4;
  --gray90: #FBFBFB;
  --white: #ffffff;
  --black: var(--gray20);
  --red-primary: #ff0001;
  --green-primary: #3FA89C;
  --green-secondary: #2A8C85;
  --green-tertiary: #DEF0EE;
  --yellow-primary: #FFFFA9;
  --border: var(--gray60);
  --link: #3B70D9;
  --active: var(--green-primary);
  --accent: var(--red-primary);
  --inactive: var(--gray70);
  --disabled: var(--gray50);
  --term-color-news: #FFCA7B;
  --term-color-event: #9DE3D7;
  --term-color-school: #A4D3FE;
  --term-color-report: #FFB2B3;
  --term-color-other: #C4C4C4;
  --japanese-sans-serif:
    "Noto Sans JP",
    "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic",
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN",
    "メイリオ", Meiryo, Arial, sans-serif;
  --english-sans-serif: 'Ubuntu', sans-serif, var(--japanese-sans-serif);
  --space-xs: clamp(1.25rem, 0.1389rem + 2.3148vw, 1.875rem);
  --space-sm: calc(var(--space-xs) * 1.5);
  --space-md: calc(var(--space-xs) * 2);
  --space-lg: calc(var(--space-xs) * 3);
  --space-xl: calc(var(--space-xs) * 4);
  --space-xxl: calc(var(--space-xs) * 5);
  --easeOutQuint: cubic-bezier(0.22, 1, 0.36, 1);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  color: var(--black);
  font-feature-settings: "palt";
  font-family: var(--japanese-sans-serif);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  line-break: strict;
  text-align: left;
  margin: 0;
  background-color: var(--white);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section, a, picture {
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

p {
  margin: 0;
}

p a {
  display: inline-block;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  font-style: normal;
  line-height: inherit;
  margin: 0;
}

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

ol li,
ul li {
  list-style-position: inside;
  padding: 0;
}

ul li, ol li {
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

a, p a {
  color: var(--active);
  display: block;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: var(--active);
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin: 0;
  overflow: auto;
}

figure {
  margin: 0;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: top;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  width: 100%;
  border-collapse: collapse;
}

caption {
  color: var(--black);
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin: 0;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
  vertical-align: top;
  padding: 0.2rem 0.5rem;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=search],
input[type=submit] {
  outline: none;
  border: 1px solid var(--border);
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0 0 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

input[type=search]::-webkit-search-cancel-button {
  cursor: pointer;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

button, input[type=submit], input[type=button] {
  border: none;
  outline: none;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button, select, input {
  color: var(--black);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
}
button::-moz-placeholder, select::-moz-placeholder, input::-moz-placeholder {
  color: var(--black);
}
button::placeholder, select::placeholder, input::placeholder {
  color: var(--black);
}

::-webkit-scrollbar {
  width: 15px;
}

::-webkit-scrollbar-track {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5);
}

.l-wrapper {
  width: 100%;
  overflow: hidden;
}
.l-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.l-header.is-active .l-header__container {
  -webkit-backdrop-filter: saturate(180%) blur(20px);
          backdrop-filter: saturate(180%) blur(20px);
}
.l-header.is-show {
  top: -150px;
}
.l-header__container {
  width: 100%;
  height: 80px;
  position: relative;
  z-index: 2003;
  display: flex;
  align-items: center;
  padding-left: 10px;
  padding-right: 0;
  margin-left: auto;
  margin-right: 0;
  background: rgba(255, 255, 255, 0.8);
}
.l-header__logo {
  width: 47%;
  max-width: 190px;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2002;
  margin-top: auto;
  margin-bottom: auto;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.l-header__navContainer {
  display: none;
}
.l-header__navContentTop {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 5px;
}
.l-header__navContentTop > *:not(:first-of-type) {
  margin-left: 20px;
}
.l-header__button {
  width: 100%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  height: auto;
  position: absolute;
  top: 50%;
  right: 85px;
  z-index: 2002;
  transform: translateY(-50%);
}
@media screen and (min-width: 500px) {
  .l-header__logo {
    max-width: 200px;
  }
}
@media screen and (min-width: 768px) {
  .l-header__container {
    padding-left: 25px;
  }
  .l-header__logo {
    max-width: 240px;
  }
  .l-header__button {
    right: 110px;
  }
}
@media screen and (min-width: 1024px) {
  .l-header {
    height: 108px;
  }
  .l-header.is-active {
    height: 96px;
  }
  .l-header__container {
    height: 100%;
    padding-left: 35px;
    padding-right: 160px;
  }
  .l-header__logo {
    width: 30%;
    max-width: 255px;
    margin-bottom: 45px;
  }
  .l-header__navContainer {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin: auto 3% 0 auto;
  }
  .l-header__navContentTop {
    margin-top: auto;
  }
  .l-header__navContentBottom {
    display: block;
    margin-top: 20px;
    margin-bottom: auto;
  }
  .l-header__button {
    max-width: 160px;
    height: 100%;
    top: 0;
    right: 0;
    transform: none;
  }
}
@media screen and (min-width: 1250px) {
  .l-header__container {
    padding-left: 40px;
  }
  .l-header__logo {
    width: 30%;
    max-width: 358px;
    margin-bottom: 20px;
  }
  .l-header__navContainer {
    margin: auto 65px 0 auto;
  }
  .l-header__button {
    max-width: 180px;
  }
}
@media screen and (min-width: 1500px) {
  .l-header__container {
    margin-right: auto;
  }
}

a.l-header__logo {
  transition: all 0.35s ease;
}
a.l-header__logo:hover {
  color: var(--black);
  opacity: 0.5;
}

.l-footer {
  position: relative;
  z-index: 101;
  border-radius: 60px 60px 0 0;
  background-color: #1E6964;
}
.l-footer__container {
  display: flex;
  flex-direction: column;
  padding: 60px 0 35px;
}
.l-footer__header {
  width: 100%;
}
.l-footer__logo {
  max-width: 260px;
  margin: 0 auto;
  transition: all 0.35s ease;
}
.l-footer__logo:hover {
  opacity: 0.5;
}
.l-footer__tel {
  max-width: 220px;
  text-align: center;
  margin: 1.6em auto 0;
}
.l-footer__tel a {
  display: block;
  transition: opacity 0.35s ease;
}
.l-footer__tel a:hover {
  opacity: 0.5;
}
.l-footer__tel a.is-disabled {
  color: var(--disabled);
  opacity: 0.3;
  pointer-events: none;
}
.l-footer__address {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-size: 0.75rem;
  font-size: clamp(0.75rem, 0.6777734977rem + 0.3081664099vw, 0.875rem);
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  text-align: center;
  margin: 1.2em auto 0;
  color: var(--white);
}
.l-footer__address > a {
  display: block;
  text-decoration: underline;
  margin-left: 1em;
  color: var(--white);
  transition: opacity 0.35s ease;
}
.l-footer__address > a:hover {
  opacity: 0.5;
}
.l-footer__list {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1em;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.1em;
  margin: 1.6em auto 0;
  color: var(--white);
}
.l-footer__item > span {
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  border-radius: 3px;
  border: 1px solid var(--white);
  padding: 0.3em 0.4em 0.35em;
  margin-right: 0.8em;
}
.l-footer__body {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}
.l-footer__nav {
  display: none;
}
.l-footer__social {
  margin: 0 auto;
}
.l-footer__copy {
  line-height: 1;
  margin: 1em auto 0;
}
.l-footer__copy small {
  font-size: 10px;
  font-size: 0.625rem;
  font-size: clamp(0.625rem, 0.5527734977rem + 0.3081664099vw, 0.75rem);
  font-weight: 400;
  letter-spacing: 0.05em;
  white-space: nowrap;
  color: var(--white);
}
.l-footer__button {
  margin: 30px auto 0;
}
@media screen and (min-width: 768px) {
  .l-footer {
    border-radius: 80px 80px 0 0;
  }
}
@media screen and (min-width: 1024px) {
  .l-footer {
    border-radius: 100px 100px 0 0;
  }
  .l-footer__container {
    flex-direction: row;
    align-items: stretch;
    padding: 80px 0 95px;
  }
  .l-footer__header {
    width: 48%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .l-footer__logo {
    max-width: 358px;
  }
  .l-footer__tel {
    max-width: 306px;
    margin: 30px auto 0;
  }
  .l-footer__address {
    flex-direction: row;
    line-height: 1.4;
    margin: 2.6em auto 0;
  }
  .l-footer__address > a {
    display: inline-block;
  }
  .l-footer__list {
    flex-direction: row;
    gap: 2em;
    line-height: 1.4;
  }
  .l-footer__body {
    width: 36%;
    margin-top: 0;
  }
  .l-footer__nav {
    display: block;
  }
  .l-footer__social {
    margin: 25px 0 0;
  }
  .l-footer__copy {
    margin: 1em 0 0.5em;
  }
  .l-footer__button {
    position: absolute;
    right: 40px;
    bottom: 40px;
    margin: 0;
  }
}

.l-container {
  width: 100%;
  max-width: 1230px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .l-container {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (min-width: 1024px) {
  .l-container {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.l-introBlocks {
  margin-top: var(--space-lg);
}
.l-introBlocks__container {
  display: flex;
  flex-direction: column;
  gap: var(--space-lg);
}
.l-introBlocks__leftContent, .l-introBlocks__rightContent {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .l-introBlocks {
    margin-top: 100px;
  }
  .l-introBlocks__container {
    flex-direction: row;
    align-items: stretch;
    gap: 0;
  }
  .l-introBlocks__leftContent {
    width: 580px;
  }
  .l-introBlocks__rightContent {
    width: calc(100% - 580px);
    margin-left: 4%;
  }
}
@media screen and (min-width: 1250px) {
  .l-introBlocks__leftContent {
    width: 56.522%;
    min-width: 600px;
  }
  .l-introBlocks__rightContent {
    width: 37.74%;
    margin-left: auto;
  }
}

.c-logo {
  display: block;
  line-height: 0.1;
}
.c-logo > * {
  width: 100%;
  height: auto;
}
a.c-logo {
  transition: all 0.35s ease;
}
a.c-logo:hover {
  color: var(--blue01);
  opacity: 0.5;
}

.c-globalNavi__list {
  display: flex;
  justify-content: flex-end;
  margin: 0 -0.6em;
}
.c-globalNavi__item {
  position: relative;
  margin: 0 0.6em;
}
.c-globalNavi__item > a {
  color: var(--gray20);
  line-height: 1;
  position: relative;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  white-space: nowrap;
  transition: all 0.35s ease;
}
.c-globalNavi__item > a.is-current {
  color: var(--accent);
}
.c-globalNavi__item > a.is-disabled {
  color: var(--disabled);
  opacity: 0.3;
  pointer-events: none;
}
.c-globalNavi__item > a:hover {
  color: var(--green-secondary);
}
.c-globalNavi__item > a:hover:after {
  transform: scale(1, 1);
  transform-origin: top left;
}
.c-globalNavi__item > a:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--green-secondary);
  transform: scale(0, 1);
  transform-origin: top right;
  transition: transform 0.35s ease;
  position: absolute;
  bottom: 2px;
  left: 0;
}
@media screen and (min-width: 1024px) {
  .c-globalNavi__list {
    margin: 0 -0.45em;
  }
  .c-globalNavi__item {
    margin: 0 0.45em;
  }
  .c-globalNavi__item > a {
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 1250px) {
  .c-globalNavi__list {
    margin: 0 -0.8em;
  }
  .c-globalNavi__item {
    margin: 0 0.8em;
  }
  .c-globalNavi__item > a {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}

.js-toggleSub-target {
  overflow: hidden;
  visibility: hidden;
  padding: 0 2em;
  border-radius: 5px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.2);
  transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.js-toggleSub-target.is-active {
  visibility: visible;
  padding: 1em 2em 1em;
}
.js-toggleSub-target > ul li {
  display: block;
  line-height: 1.2;
  font-family: var(--japanese-sans-serif);
  margin: 1em 0;
}
.js-toggleSub-target > ul li a {
  color: var(--black);
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0;
  white-space: nowrap;
  transition: all 0.35s ease;
}
.js-toggleSub-target > ul li a:hover {
  opacity: 0.5;
}
.js-toggleSub-target > ul li + * {
  margin-top: 1em;
}

.c-subNavi {
  display: none;
}
.c-subNavi__list {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-subNavi__item {
  line-height: 1;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.c-subNavi__item + * {
  margin-left: 2.3em;
}
.c-subNavi__item a {
  color: var(--green-secondary);
  display: flex;
  align-items: center;
  transition: all 0.35s ease;
}
.c-subNavi__item a:hover {
  color: var(--green-secondary);
  opacity: 0.5;
}
.c-subNavi__item a.is-disabled {
  color: var(--disabled);
  opacity: 0.3;
  pointer-events: none;
}
@media screen and (min-width: 820px) {
  .c-subNavi {
    display: block;
  }
}
.c-offcanvas {
  width: 100%;
  height: 100%;
}
.c-offcanvas.is-active .c-offcanvas__button::after {
  opacity: 1;
  height: 40px;
}
.c-offcanvas.is-active .c-offcanvas__hamburger {
  background-color: transparent;
}
.c-offcanvas.is-active .c-offcanvas__hamburger::before {
  margin-top: 0;
  transform: rotate(135deg);
}
.c-offcanvas.is-active .c-offcanvas__hamburger::after {
  margin-top: 0;
  transform: rotate(-135deg);
}
.c-offcanvas.is-active .c-offcanvas__body {
  top: 80px;
}
.c-offcanvas__button {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  width: 66px;
  height: 66px;
  position: absolute;
  top: 7px;
  right: 10px;
  z-index: 2003;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 50%;
  background-color: var(--green-secondary);
}
.c-offcanvas__button::after {
  opacity: 0;
  content: "";
  display: block;
  width: 66px;
  height: 0;
  background-color: var(--green-secondary);
  position: absolute;
  top: 33px;
  left: 0;
  z-index: -1;
  transition: all 0.35s var(--easeOutQuint);
}
.c-offcanvas__hamburger {
  display: block;
  width: 24px;
  height: 3px;
  margin: auto;
  border-radius: 2px;
  background-color: var(--white);
  transform: translateY(-8px);
  transform-origin: center;
  transition: all 0.35s var(--easeOutQuint);
}
.c-offcanvas__hamburger::before, .c-offcanvas__hamburger::after {
  display: block;
  content: "";
  width: 24px;
  height: 3px;
  border-radius: 2px;
  background-color: var(--white);
  transition: all 0.35s ease 0.1s;
  position: absolute;
  top: calc(50% - 1px);
  left: auto;
  right: auto;
}
.c-offcanvas__hamburger::before {
  transform: translate(0, 8px) rotate(0deg);
  transform-origin: center;
}
.c-offcanvas__hamburger::after {
  transform: translate(0, -8px) rotate(0deg);
  transform-origin: center;
}
.c-offcanvas__text {
  display: block;
  font-size: 9px;
  font-size: 0.5625rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
  position: absolute;
  top: calc(50% + 1.4em);
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--white);
}
.c-offcanvas__body {
  width: 100%;
  height: calc(100vh - 80px);
  display: flex;
  flex-direction: column;
  padding: 0 20px;
  background: var(--green-secondary);
  transition: all 0.3s ease;
  position: fixed;
  top: -110svh;
  right: 0;
  z-index: 2002;
}
.c-offcanvas__overlay {
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  width: 100%;
  height: 100vh;
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
          backdrop-filter: saturate(180%) blur(20px);
  transition: all 0.3s ease;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2001;
}
.c-offcanvas__overlay.is-visible {
  opacity: 1;
  visibility: visible;
}
.c-offcanvas__list {
  display: flex;
  flex-direction: column;
  margin: 60px 0 0;
}
.c-offcanvas__item {
  font-size: 15px;
  font-size: 0.9375rem;
  font-size: clamp(0.9375rem, 0.8291602465rem + 0.4622496148vw, 1.125rem);
  font-weight: 500;
  letter-spacing: 0.1em;
  white-space: nowrap;
  list-style: none;
  padding: 0;
}
.c-offcanvas__item:last-child a {
  border-bottom: 1px solid #3FA89C;
}
.c-offcanvas__item a {
  display: block;
  padding: 1em 0;
  color: var(--white);
  border-top: 1px solid #3FA89C;
  transition: all 0.35s ease;
}
.c-offcanvas__item a:hover {
  opacity: 0.5;
}
.c-offcanvas__item a.is-disabled {
  color: var(--disabled);
  opacity: 0.5;
  pointer-events: none;
}
.c-offcanvas__social {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .c-offcanvas__button {
    right: 25px;
  }
  .c-offcanvas__body {
    padding: 0 25px;
  }
}
@media screen and (min-width: 1024px) {
  .c-offcanvas {
    display: none;
  }
}

.c-buttonReserveHeader {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-size: 0.6875rem;
  padding: 0.8em 0.8em;
  border-radius: 50px;
  border: 2px solid var(--green-secondary);
  background-color: var(--yellow-primary);
  transition: all 0.35s ease;
}
.c-buttonReserveHeader.is-disabled {
  color: var(--disabled);
  opacity: 0.3;
  pointer-events: none;
}
.c-buttonReserveHeader:hover {
  opacity: 0.5;
}
.c-buttonReserveHeader__icon {
  display: block;
  width: 2em;
  line-height: 1;
}
.c-buttonReserveHeader__icon > * {
  width: 100%;
  height: auto;
}
.c-buttonReserveHeader__title {
  color: var(--green-secondary);
  line-height: 1.25;
  font-size: inherit;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: left;
  margin-left: 0.5em;
}
@media screen and (min-width: 768px) {
  .c-buttonReserveHeader {
    font-size: 13px;
    font-size: 0.8125rem;
    padding: 0.8em 1.134em;
  }
  .c-buttonReserveHeader__title {
    margin-left: 0.8em;
  }
}
@media screen and (min-width: 1024px) {
  .c-buttonReserveHeader {
    height: 100%;
    font-size: 16px;
    font-size: 1rem;
    padding: 0;
    border-radius: 0 0 0 30px;
    border: none;
    border-left: 3px solid var(--green-secondary);
    border-bottom: 3px solid var(--green-secondary);
  }
  .c-buttonReserveHeader__icon {
    width: 2.1666em;
  }
  .c-buttonReserveHeader__title {
    margin-left: 1em;
  }
}
@media screen and (min-width: 1250px) {
  .c-buttonReserveHeader {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.c-footerNavi {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
.c-footerNavi__list {
  display: flex;
  flex-direction: column;
  gap: 1.2em;
}
.c-footerNavi__item {
  line-height: 1;
  font-size: 12px;
  font-size: 0.75rem;
  font-size: clamp(0.75rem, 0.6416602465rem + 0.4622496148vw, 0.9375rem);
}
.c-footerNavi__item a {
  position: relative;
  display: inline-flex;
  font-size: inherit;
  font-weight: 700;
  letter-spacing: 0.1em;
  white-space: nowrap;
  color: var(--white);
}
.c-footerNavi__item a:hover::after {
  transform: scale(1, 1);
  transform-origin: top left;
}
.c-footerNavi__item a::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--white);
  transform: scale(0, 1);
  transform-origin: top right;
  transition: transform 0.35s ease;
  position: absolute;
  bottom: -0.6em;
  left: 0;
}
.c-footerNavi__item a.is-disabled {
  color: var(--disabled);
  opacity: 0.3;
  pointer-events: none;
}
.c-listSns__list {
  display: flex;
}
.c-listSns__item {
  line-height: 1;
}
.c-listSns__item > * {
  transition: opacity 0.35s ease;
}
.c-listSns__item > *:hover {
  opacity: 0.5;
}
.c-listSns__item > * svg {
  width: 100%;
  height: auto;
}
.c-listSns__item > *.is-disabled {
  color: var(--disabled);
  opacity: 0.3;
  pointer-events: none;
}
.c-buttonToTop {
  width: 70px;
  aspect-ratio: 86/120;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0 auto;
  border-radius: 50px;
  background-color: var(--green-primary);
  transition: all 0.35s ease;
}
.c-buttonToTop:hover {
  opacity: 0.5;
}
.c-buttonToTop__icon {
  margin: 0 auto;
}
.c-buttonToTop__icon::before {
  content: "";
  display: block;
  width: 0.625em;
  height: 0.625em;
  border-top: 0.125em solid #fff;
  border-left: 0.125em solid #fff;
  transform: rotate(45deg);
  transform-origin: center;
}
.c-buttonToTop__text {
  display: inline-block;
  font-size: 10px;
  font-size: 0.625rem;
  font-size: clamp(0.625rem, 0.5166602465rem + 0.4622496148vw, 0.8125rem);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  margin: 0.8em auto 0;
  color: var(--white);
}
@media screen and (min-width: 1024px) {
  .c-buttonToTop {
    width: 86px;
  }
}

.c-buttonMoreNews {
  display: flex;
  align-items: center;
  font-size: inherit;
  font-weight: inherit;
  line-height: 1;
  white-space: nowrap;
  padding: 0.8em 2.6em;
  border-radius: 3em;
  border: 2px solid var(--green-secondary);
  color: inherit;
  background-color: var(--white);
  transition: all 0.35s ease;
}
.c-buttonMoreNews:hover {
  opacity: 0.5;
}
.c-buttonMoreNews__icon {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  margin-right: 0.8em;
}
.c-buttonMoreNews__icon svg {
  width: 6px;
  height: auto;
}
.c-buttonMoreNews__text {
  font-size: inherit;
}
@media screen and (min-width: 1024px) {
  .c-buttonMoreNews {
    border-width: 3px;
    padding: 0.8em 1.4em;
  }
}
@media screen and (min-width: 1250px) {
  .c-buttonMoreNews {
    padding: 0.8em 2em;
  }
}

.c-buttonMore {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: inherit;
  font-weight: inherit;
  line-height: 1;
  padding: 1.4em 2em;
  border-radius: 3em;
  border: 3px solid var(--green-secondary);
  color: inherit;
  background-color: var(--white);
  transition: all 0.35s ease;
}
.c-buttonMore:hover {
  opacity: 0.5;
}
.c-buttonMore__icon {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  margin-right: 0.8em;
}
.c-buttonMore__icon svg {
  width: 9px;
  height: auto;
}
.c-buttonMore__text {
  color: var(--green-secondary);
}
.c-cardEvent {
  transition: opacity 0.35s ease;
}
.c-cardEvent:hover {
  opacity: 0.8;
}
.c-cardEvent:hover img {
  transform: scale(1.1);
}
.c-cardEvent__thumbnail {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 10px;
  overflow: hidden;
}
.c-cardEvent__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 1s ease;
}
.c-cardEvent__title {
  font-size: 13px;
  font-size: 0.8125rem;
  font-size: clamp(0.8125rem, 0.6319337442rem + 0.7704160247vw, 1.125rem);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-align: justify;
  color: var(--gray20);
  margin-top: 0.8em;
}
.c-cardEvent__schedule {
  margin-top: 0.4em;
}
.c-cardEvent__date {
  display: flex;
  align-items: center;
  font-size: 12px;
  font-size: 0.75rem;
  font-size: clamp(0.75rem, 0.5333204931rem + 0.9244992296vw, 1.125rem);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.02em;
  word-break: break-all;
  text-align: left;
  color: var(--green-secondary);
}
.c-cardEvent__date .prefix {
  display: inline-block;
  font-size: 9px;
  font-size: 0.5625rem;
  font-size: clamp(0.5625rem, 0.4541602465rem + 0.4622496148vw, 0.75rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  text-align: center;
  white-space: nowrap;
  border-radius: 0.25em;
  padding: 0.4em 0.8em;
  margin-right: 0.6em;
  color: var(--white);
  background-color: var(--green-secondary);
}
.c-cardEvent__meta {
  display: flex;
  flex-direction: column;
  font-size: 10px;
  font-size: 0.625rem;
  font-size: clamp(0.625rem, 0.5527734977rem + 0.3081664099vw, 0.75rem);
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0;
  text-align: left;
  margin-top: 0.4em;
  color: var(--gray20);
}
@media screen and (min-width: 1024px) {
  .c-cardEvent__title {
    line-height: 1.6;
  }
}

.c-bannerSquare {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: var(--space-xs) 0;
  border-radius: 20px;
  background-color: #0E6C66;
  transition: all 0.35s ease;
}
.c-bannerSquare:hover {
  background-color: #2A8C85;
}
.c-bannerSquare__thumbnail {
  width: 48%;
  max-width: 243px;
  margin: 0 auto;
}
.c-bannerSquare__body {
  display: flex;
  align-items: flex-end;
  justify-content: space-around;
  width: 100%;
  margin: 1rem auto 0;
}
.c-bannerSquare__title {
  font-size: 22px;
  font-size: 1.375rem;
  font-size: clamp(1.375rem, 1.0860939908rem + 1.2326656394vw, 1.875rem);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.1em;
  white-space: nowrap;
  color: var(--white);
}
.c-bannerSquare__description {
  font-size: 12px;
  font-size: 0.75rem;
  font-size: clamp(0.75rem, 0.6777734977rem + 0.3081664099vw, 0.875rem);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: var(--white);
  margin-top: 0.4em;
}
@media screen and (min-width: 768px) {
  .c-bannerSquare {
    aspect-ratio: 1/1;
    padding: 0;
  }
  .c-bannerSquare__thumbnail {
    width: 80%;
  }
  .c-bannerSquare__body {
    width: 80%;
    margin: 2rem auto 0;
  }
}
@media screen and (min-width: 1024px) {
  .c-bannerSquare__thumbnail {
    width: 100%;
  }
}

.c-bannerRectangle {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  font-size: 1rem;
  font-size: clamp(1rem, 0.9277734977rem + 0.3081664099vw, 1.125rem);
  padding: 1.3em 8%;
  border-radius: 20px;
  background-color: var(--green-secondary);
  transition: all 0.35s ease;
}
.c-bannerRectangle:hover {
  background-color: #34ADA5;
}
.c-bannerRectangle__thumbnail {
  width: 34%;
  max-width: 148px;
}
.c-bannerRectangle__body {
  width: 58%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.c-bannerRectangle__title {
  font-size: inherit;
  white-space: nowrap;
  letter-spacing: 0.1em;
  color: var(--white);
}
@media screen and (min-width: 768px) {
  .c-bannerRectangle__thumbnail {
    width: 45%;
  }
  .c-bannerRectangle__body {
    width: 48%;
  }
}
@media screen and (min-width: 820px) {
  .c-bannerRectangle {
    padding: 0 8%;
  }
}
.c-pageHeading {
  height: 55vw;
  max-height: 235px;
  position: relative;
  z-index: 2;
}
.c-pageHeading__container {
  height: 100%;
  position: relative;
  z-index: 1;
}
.c-pageHeading__body {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.c-pageHeading__heading {
  font-size: 32px;
  font-size: 2rem;
  font-size: clamp(2rem, 1.530527735rem + 2.0030816641vw, 2.8125rem);
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  white-space: nowrap;
  margin: 0 auto;
  color: var(--black);
}
.c-pageHeading__subheading {
  font-size: 16px;
  font-size: 1rem;
  font-size: clamp(1rem, 0.7833204931rem + 0.9244992296vw, 1.375rem);
  font-weight: 400;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  margin: 1.2em auto 0;
}
.c-pageHeading__subheading > svg {
  display: block;
  width: 100%;
  height: auto;
}
.c-pageHeading__subheading--about {
  width: 5.5454em;
}
.c-pageHeading__subheading--floor {
  width: 9.5454em;
}
.c-pageHeading__visuals > * {
  position: absolute;
  top: 50%;
}
.c-pageHeading__visuals > *.vis-left {
  width: 22%;
  max-width: 125px;
  right: 80%;
  transform: translateY(-50%);
}
.c-pageHeading__visuals > *.vis-right {
  width: 24%;
  max-width: 135px;
  left: 82%;
  transform: translateY(-45%);
}
.c-pageHeading__visuals img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .c-pageHeading {
    height: 28vw;
    max-height: none;
  }
  .c-pageHeading__visuals > *.vis-left {
    width: 16%;
    right: 64%;
  }
  .c-pageHeading__visuals > *.vis-right {
    width: 18%;
    left: 65%;
  }
}
@media screen and (min-width: 1024px) {
  .c-pageHeading {
    height: 195px;
  }
  .c-pageHeading__heading {
    letter-spacing: 0.15em;
    text-indent: 0.15em;
  }
  .c-pageHeading__visuals > *.vis-left {
    width: 100%;
    max-width: 276px;
    right: calc(50% + 415px);
    transform: translateY(-42%);
  }
  .c-pageHeading__visuals > *.vis-right {
    width: 100%;
    max-width: 334px;
    left: calc(50% + 375px);
    transform: translateY(-43%);
  }
}

.c-breadcrumbs {
  margin-top: 80px;
}
.c-breadcrumbs__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4em 0;
  padding: 0.6em 0;
  margin: 0 auto;
  box-sizing: border-box;
}
.c-breadcrumbs__item {
  display: flex;
  align-items: center;
  position: relative;
  font-size: 12px;
  font-size: 0.75rem;
  font-size: clamp(0.75rem, 0.6777734977rem + 0.3081664099vw, 0.875rem);
  line-height: 1.2;
  letter-spacing: 0.05em;
  padding: 0;
  margin: 0;
  color: var(--black);
}
.c-breadcrumbs__item i {
  margin: 0 2px 0 0;
}
.c-breadcrumbs__item:not(:last-of-type):after {
  color: var(--green-secondary);
  content: "／";
  display: block;
  width: 1em;
  height: auto;
  font-size: 12px;
  font-size: 0.75rem;
  text-align: center;
  margin: 0 0.8em;
}
.c-breadcrumbs__item a {
  line-height: 1;
  overflow: inherit;
  position: relative;
  color: var(--link);
}
.c-breadcrumbs__item a:hover::after {
  transform: scale(1, 1);
  transform-origin: top left;
}
.c-breadcrumbs__item a::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--link);
  transform: scale(0, 1);
  transform-origin: top right;
  transition: transform 0.35s ease;
  position: absolute;
  bottom: -4px;
  left: 0;
}
@media screen and (min-width: 768px) {
  .c-breadcrumbs__list {
    padding: 1em 0;
  }
}
@media screen and (min-width: 1024px) {
  .c-breadcrumbs {
    margin-top: 108px;
  }
  .c-breadcrumbs__list {
    padding: 1.5em 0;
  }
}

.c-listWebEntry {
  width: 100%;
}
.c-listWebEntry__list {
  display: flex;
  flex-direction: column;
}
.c-listWebEntry__item {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 15px 0;
}
.c-listWebEntry__item:not(:first-of-type)::after {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 9px 8px 0 8px;
  border-color: #D9D9D9 transparent transparent transparent;
  position: absolute;
  bottom: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
}
.c-listWebEntry__title {
  height: 85%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 12px;
  font-size: 0.75rem;
  font-size: clamp(0.75rem, 0.6777734977rem + 0.3081664099vw, 0.875rem);
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  letter-spacing: 0;
  padding: 1em 0;
  margin: 0;
  color: var(--black);
  background-color: var(--green-tertiary);
}
.c-listWebEntry__desc {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 12px;
  font-size: 0.75rem;
  font-size: clamp(0.75rem, 0.6777734977rem + 0.3081664099vw, 0.875rem);
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0;
  padding: 1em 0;
  margin: 0;
  color: var(--black);
  background-color: var(--white);
}
.c-listWebEntry__desc span {
  color: var(--green-s);
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .c-listWebEntry__list {
    flex-direction: row;
    align-items: stretch;
    height: auto;
    margin: 0 -12px;
  }
  .c-listWebEntry__item {
    position: relative;
    display: flex;
    flex-direction: column;
    width: calc(20% - 24px);
    min-height: 122px;
    margin: 0 12px;
  }
  .c-listWebEntry__item:not(:first-of-type)::after {
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 11px 0 11px 8px;
    border-color: transparent transparent transparent #D9D9D9;
    position: absolute;
    top: 50%;
    left: -16px;
    transform: translateY(-50%);
  }
  .c-listWebEntry__title {
    padding: 0;
  }
  .c-listWebEntry__desc {
    padding: 0;
  }
}
.c-navEventCat {
  overflow: auto;
}
.c-navEventCat__list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.c-navEventCat__item {
  font-size: 12px;
  font-size: 0.75rem;
  font-size: clamp(0.75rem, 0.6777734977rem + 0.3081664099vw, 0.875rem);
  font-weight: 500;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  margin: 0 0.3em;
}
.c-navEventCat__item a {
  min-width: 8em;
  padding: 0.8em 1.2em;
  border-radius: 5px;
  border: 2px solid var(--green-secondary);
  color: var(--green-secondary);
  background-color: var(--white);
  transition: all 0.35s ease;
}
.c-navEventCat__item a:hover {
  color: var(--white);
  background-color: var(--green-secondary);
}
.c-navEventCat__item a.is-current {
  pointer-events: none;
  color: var(--white);
  background-color: var(--green-secondary);
}
@media screen and (min-width: 1024px) {
  .c-navEventCat {
    overflow: visible;
  }
  .c-navEventCat__list {
    justify-content: center;
    margin: 0 -0.5em;
  }
  .c-navEventCat__item {
    margin: 0 0.5em;
  }
  .c-navEventCat__item a {
    padding: 0.9em 1.5em;
  }
}

.c-pagination__list {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-pagination__item {
  line-height: 1.4;
  font-size: 14px;
  font-size: 0.875rem;
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  font-weight: 700;
  margin: 0 2px;
}
.c-pagination__item a {
  color: #ffffff;
  width: 45px;
  height: 45px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: var(--green-secondary);
  transition: all 0.35s ease;
}
.c-pagination__item a:hover {
  opacity: 0.5;
}
.c-pagination__item a.is-inactive {
  color: var(--green-secondary);
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--green-tertiary);
  background-color: var(--green-tertiary);
}
.c-pagination__item a.is-inactive:hover {
  color: #ffffff;
  opacity: 1;
  border: 1px solid var(--green-secondary);
  background-color: var(--green-secondary);
}
.c-pagination__item span {
  color: var(--green-secondary);
  width: 45px;
  height: 45px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: var(--green-tertiary);
}
.c-pagination__item span.is-current {
  color: var(--green-tertiary);
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--green-secondary);
  background-color: var(--green-secondary);
}
.c-pagination__icon {
  position: relative;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0;
}
.c-pagination__icon--prev::after {
  position: absolute;
  top: auto;
  bottom: auto;
  left: 2px;
  right: auto;
  margin: auto;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-bottom: 1px solid var(--green-tertiary);
  border-left: 1px solid var(--green-tertiary);
  transform: rotate(45deg);
  transform-origin: center;
  transition: border 0.2s ease;
}
.c-pagination__icon--next::after {
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: 2px;
  margin: auto;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid var(--green-tertiary);
  border-right: 1px solid var(--green-tertiary);
  transform: rotate(45deg);
  transform-origin: center;
  transition: border 0.2s ease;
}
.c-pagination__icon--first::before {
  position: absolute;
  top: auto;
  bottom: auto;
  left: 4px;
  right: auto;
  margin: auto;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-bottom: 1px solid var(--green-tertiary);
  border-left: 1px solid var(--green-tertiary);
  transform: rotate(45deg);
  transform-origin: center;
  transition: border 0.2s ease;
}
.c-pagination__icon--first::after {
  position: absolute;
  top: auto;
  bottom: auto;
  left: -1px;
  right: auto;
  margin: auto;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-bottom: 1px solid var(--green-tertiary);
  border-left: 1px solid var(--green-tertiary);
  transform: rotate(45deg);
  transform-origin: center;
  transition: border 0.2s ease;
}
.c-pagination__icon--last::before {
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: 4px;
  margin: auto;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid var(--green-tertiary);
  border-right: 1px solid var(--green-tertiary);
  transform: rotate(45deg);
  transform-origin: center;
  transition: border 0.2s ease;
}
.c-pagination__icon--last::after {
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: -1px;
  margin: auto;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid var(--green-tertiary);
  border-right: 1px solid var(--green-tertiary);
  transform: rotate(45deg);
  transform-origin: center;
  transition: border 0.2s ease;
}
@media screen and (min-width: 768px) {
  .c-pagination__item {
    margin: 0 5px;
  }
  .c-pagination__item a {
    width: 50px;
    height: 50px;
  }
  .c-pagination__item span {
    width: 50px;
    height: 50px;
  }
}
.c-wpPagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-wpPagination > * {
  line-height: 1.4;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  margin: 0 0.5px;
}
.c-wpPagination > *.page-numbers {
  color: #ffffff;
  position: relative;
  width: 40px;
  height: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: var(--green-secondary);
  transition: all 0.35s ease;
}
.c-wpPagination > *.page-numbers:hover {
  opacity: 0.5;
}
.c-wpPagination > *.page-numbers.is-inactive {
  color: var(--green-secondary);
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--green-tertiary);
  background-color: var(--green-tertiary);
}
.c-wpPagination > *.page-numbers.is-inactive:hover {
  color: #ffffff;
  opacity: 1;
  border: 1px solid var(--green-secondary);
  background-color: var(--green-secondary);
}
.c-wpPagination > *.page-numbers.current {
  color: var(--green-secondary);
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--green-tertiary);
  background-color: var(--green-tertiary);
}
.c-wpPagination > *.page-numbers.prev::after {
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  margin: auto;
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  border-bottom: 1px solid var(--green-tertiary);
  border-left: 1px solid var(--green-tertiary);
  transform: rotate(45deg);
  transform-origin: center;
  transition: border 0.2s ease;
  margin-left: 4px;
}
.c-wpPagination > *.page-numbers.next::after {
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  margin: auto;
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  border-top: 1px solid var(--green-tertiary);
  border-right: 1px solid var(--green-tertiary);
  transform: rotate(45deg);
  transform-origin: center;
  transition: border 0.2s ease;
  margin-right: 4px;
}
@media screen and (min-width: 768px) {
  .c-wpPagination > * {
    font-size: 16px;
    font-size: 1rem;
  }
  .c-wpPagination > *.page-numbers {
    width: 50px;
    height: 50px;
  }
}
.c-metaEventCat {
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
  font-size: clamp(0.75rem, 0.7138867488rem + 0.1540832049vw, 0.8125rem);
  font-weight: 500;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  letter-spacing: 0;
  padding: 0.3em 0.8em;
  border-radius: 2px;
  color: var(--white);
  background-color: var(--green-secondary);
  transition: all 0.35s ease;
}
.c-metaEventCat:hover {
  color: var(--white);
  opacity: 0.5;
}
@media screen and (min-width: 1024px) {
  .c-metaEventCat {
    padding: 0.3em 1.2em;
  }
}

.c-tableEventPost {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.c-tableEventPost tbody tr:first-of-type th, .c-tableEventPost tbody tr:first-of-type td {
  border-top: 1px solid var(--border);
}
.c-tableEventPost tbody tr th, .c-tableEventPost tbody tr td {
  font-size: 14px;
  font-size: 0.875rem;
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0;
  padding: 1.12em 1em;
  border-bottom: 1px solid var(--border);
  color: var(--black);
}
.c-tableEventPost tbody tr th {
  min-width: 7em;
  background-color: #DEF0EE;
}
.c-tableEventPost tbody tr td {
  width: 100%;
}
.c-buttonEventEntry {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.1em 2.2em;
  border-radius: 50px;
  border: 4px solid var(--green-secondary);
  background-color: #FFFFA9;
  transition: all 0.35s ease;
}
.c-buttonEventEntry:hover {
  opacity: 0.5;
}
.c-buttonEventEntry__title {
  color: var(--green-secondary);
  line-height: 1;
  font-size: clamp(1rem, 0.8555469954rem + 0.6163328197vw, 1.25rem);
  font-weight: 700;
  letter-spacing: 0.1em;
}
.c-buttonEventEntry__icon {
  display: inline-flex;
  align-items: center;
  margin-left: 0.5em;
}
.c-buttonEventEntry__icon > img {
  vertical-align: middle;
  margin-left: 0.2em;
}
.c-navNewsCat {
  overflow: auto;
}
.c-navNewsCat__list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.c-navNewsCat__item {
  line-height: 1;
  font-size: 12px;
  font-size: 0.75rem;
  font-size: clamp(0.75rem, 0.6777734977rem + 0.3081664099vw, 0.875rem);
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  margin: 0 0.3em;
}
.c-navNewsCat__item a {
  color: var(--black);
  min-width: 8em;
  padding: 0.8em 1.2em;
  border-radius: 5px;
  background-color: var(--gray90);
  transition: all 0.35s ease;
}
.c-navNewsCat__item a:hover {
  opacity: 0.5;
}
.c-navNewsCat__item a.is-all {
  background-color: var(--gray70);
}
.c-navNewsCat__item a.is-news {
  background-color: var(--term-color-news);
}
.c-navNewsCat__item a.is-event {
  background-color: var(--term-color-event);
}
.c-navNewsCat__item a.is-school {
  background-color: var(--term-color-school);
}
.c-navNewsCat__item a.is-report {
  background-color: var(--term-color-report);
}
.c-navNewsCat__item a.is-other {
  background-color: var(--term-color-other);
}
.c-navNewsCat__item a.is-current {
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .c-navNewsCat {
    overflow: visible;
  }
  .c-navNewsCat__list {
    justify-content: center;
    margin: 0 -0.5em;
  }
  .c-navNewsCat__item {
    margin: 0 0.5em;
  }
  .c-navNewsCat__item a {
    padding: 0.9em 1.5em;
  }
}
.c-metaNewsCat {
  min-width: 6em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  font-size: inherit;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  padding: 0.3em 0.8em;
  border-radius: 3px;
  color: var(--black);
  background-color: var(--gray70);
}
.c-metaNewsCat.is-current {
  background-color: var(--gray70);
}
.c-metaNewsCat.is-news {
  background-color: var(--term-color-news);
}
.c-metaNewsCat.is-event {
  background-color: var(--term-color-event);
}
.c-metaNewsCat.is-school {
  background-color: var(--term-color-school);
}
.c-metaNewsCat.is-report {
  background-color: var(--term-color-report);
}
.c-metaNewsCat.is-other {
  background-color: var(--term-color-other);
}
@media screen and (min-width: 1024px) {
  .c-metaNewsCat {
    padding: 0.3em 1em;
  }
}

a.c-metaNewsCat {
  text-decoration: none;
  color: var(--black);
  transition: all 0.35s ease;
}
a.c-metaNewsCat:hover {
  opacity: 0.5;
}

.c-pager {
  max-width: 540px;
  margin: 0 auto;
}
.c-pager__list {
  position: relative;
  min-height: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-pager__item {
  line-height: 1.4;
  font-size: 12px;
  font-size: 0.75rem;
  font-size: clamp(0.75rem, 0.6777734977rem + 0.3081664099vw, 0.875rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
.c-pager__item--prev {
  text-align: left;
  margin: 0 auto 0 0;
}
.c-pager__item--archive {
  width: 3em;
  text-align: center;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.c-pager__item--next {
  text-align: right;
  margin: 0 0 0 auto;
}
.c-pager__link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  color: var(--green-secondary);
  transition: all 0.35s ease;
}
.c-pager__link:hover {
  color: var(--green-secondary);
  opacity: 0.5;
}
.c-pager__link img {
  width: 100%;
  max-width: 35px;
}
@media screen and (min-width: 1024px) {
  .c-pager__link {
    gap: 0.8em;
  }
  .c-pager__link img {
    max-width: 48px;
  }
}

.c-cardFeatures__thumbnail {
  width: 100%;
  height: auto;
  border-radius: 5px;
  overflow: hidden;
}
.c-cardFeatures__body {
  margin-top: 15px;
}
.c-cardFeatures__titleGroup {
  display: flex;
  align-items: center;
}
.c-cardFeatures__number {
  width: 2.5em;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--english-sans-serif);
  font-size: 18px;
  font-size: 1.125rem;
  font-size: clamp(1.125rem, 0.9083204931rem + 0.9244992296vw, 1.5rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  color: var(--green-secondary);
  background-color: #ffa8a9;
  border-radius: 50%;
  margin-right: 10px;
}
.c-cardFeatures__number > i {
  width: 0.5em;
  display: block;
  font-style: normal;
  text-align: center;
  margin-top: 0.1em;
}
.c-cardFeatures__title {
  width: calc(100% - 3.5em);
  font-size: 16px;
  font-size: 1rem;
  font-size: clamp(1rem, 0.8555469954rem + 0.6163328197vw, 1.25rem);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: var(--green-secondary);
}
.c-cardFeatures__description {
  font-size: 14px;
  font-size: 0.875rem;
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: justify;
  margin-top: 0.5em;
  color: var(--black);
}
.c-cardFloor {
  display: flex;
  flex-direction: column;
}
.c-cardFloor__thumbnail {
  width: 100%;
}
.c-cardFloor__body {
  width: 100%;
  margin: var(--space-sm) 0 0;
}
.c-cardFloor__title {
  font-size: 20px;
  font-size: 1.25rem;
  font-size: clamp(1.25rem, 1.1055469954rem + 0.6163328197vw, 1.5rem);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.1em;
  padding: 0.38em 0.8em 0.35em;
  color: var(--white);
  background-color: var(--green-secondary);
}
.c-cardFloor__desc {
  color: var(--black);
  line-height: 2;
  font-size: 14px;
  font-size: 0.875rem;
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  font-weight: 400;
  text-align: justify;
  word-break: break-word;
  letter-spacing: 0.02em;
  margin: 1em 0 0;
}
.c-cardFloor__table {
  font-size: 14px;
  font-size: 0.875rem;
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  margin: 1.2em 0 0;
}
@media screen and (min-width: 1024px) {
  .c-cardFloor {
    flex-direction: row;
  }
  .c-cardFloor__thumbnail {
    width: calc(100% - 550px);
    max-width: 600px;
  }
  .c-cardFloor__thumbnail img {
    -o-object-fit: cover;
       object-fit: cover;
    min-height: 285px;
  }
  .c-cardFloor__body {
    width: 500px;
    margin: 0 0 0 auto;
  }
  .c-cardFloor__desc {
    margin: 1.2em 0 0;
  }
}

.c-tableFloor {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border-top: 1px solid var(--border);
}
.c-tableFloor tbody tr th, .c-tableFloor tbody tr td {
  display: block;
  width: 100%;
  line-height: 1.6;
  font-size: 12px;
  font-size: 0.75rem;
  font-size: clamp(0.75rem, 0.6055469954rem + 0.6163328197vw, 1rem);
  letter-spacing: 0;
  padding: 0.8em 1em;
  color: var(--black);
  border-bottom: 1px solid var(--border);
}
.c-tableFloor tbody tr th {
  min-width: 9em;
  font-weight: 700;
  background-color: #DFECEB;
}
.c-tableFloor tbody tr td {
  width: 100%;
  font-weight: 400;
  text-align: justify;
}
.c-tableFloor tbody tr td a {
  display: inline-block;
  color: var(--green-secondary);
  transition: all 0.35s ease;
}
.c-tableFloor tbody tr td a:hover {
  opacity: 0.5;
}
.c-tableFloor tbody tr td > p a {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .c-tableFloor tbody tr th, .c-tableFloor tbody tr td {
    display: table-cell;
    padding: 1em 1.2em;
  }
  .c-tableFloor tbody tr th {
    width: auto;
  }
}
.c-navGroup__list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  font-size: 12px;
  font-size: 0.75rem;
  font-size: clamp(0.75rem, 0.6416602465rem + 0.4622496148vw, 0.9375rem);
  margin: -0.6em -0.3em;
}
.c-navGroup__item {
  font-size: inherit;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  letter-spacing: 0.02em;
  text-indent: 0.02em;
  margin: 0.6em 0.2em;
}
.c-navGroup__item a {
  min-width: 8em;
  display: flex;
  align-items: center;
  font-size: inherit;
  padding: 1em 0.8em;
  border-radius: 2em;
  border: 2px solid var(--green-secondary);
  color: var(--green-secondary);
  background-color: var(--white);
  transition: all 0.35s ease;
}
.c-navGroup__item a:hover {
  color: var(--white);
  background-color: var(--green-secondary);
}
.c-navGroup__item a:hover::before {
  background: url("../../assets/img/icon-triangle-down-white.svg") no-repeat center;
}
.c-navGroup__item a::before {
  content: "";
  display: block;
  width: 8px;
  height: 7px;
  background: url("../../assets/img/icon-triangle-down-green.svg") no-repeat center;
  margin-right: 0.4em;
  transition: all 0.35s ease;
}
@media screen and (min-width: 768px) {
  .c-navGroup__list {
    justify-content: center;
  }
  .c-navGroup__item a {
    padding: 0.8em 1.2em;
    border: 3px solid var(--green-secondary);
  }
  .c-navGroup__item a::before {
    margin-right: 0.6em;
  }
}
@media screen and (min-width: 1024px) {
  .c-navGroup__list {
    margin: -0.8em -0.5em;
  }
  .c-navGroup__item {
    margin: 0.8em 0.5em;
  }
  .c-navGroup__item a {
    padding: 1em 1.5em;
  }
  .c-navGroup__item a::before {
    margin-right: 0.8em;
  }
}

.c-cardGroup {
  display: flex;
  flex-direction: column-reverse;
  padding: 30px 20px;
  border-radius: 15px;
  background-color: var(--white);
}
.c-cardGroup__thumbnail {
  width: 100%;
}
.c-cardGroup__body {
  width: 100%;
  margin: var(--space-xs) 0 0;
}
.c-cardGroup__title {
  width: 100%;
  display: inline-flex;
  align-items: center;
  font-size: 18px;
  font-size: 1.125rem;
  font-size: clamp(1.125rem, 0.9083204931rem + 0.9244992296vw, 1.5rem);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.1em;
  padding: 0.6em 0.8em 0.65em;
  border-radius: 6px;
  color: var(--white);
  background-color: var(--green-secondary);
}
.c-cardGroup__title::before {
  content: "";
  display: block;
  width: 1em;
  height: 100%;
  aspect-ratio: 1/1;
  background: url("../../assets/img/icon-disc-pink.svg") no-repeat center center/contain;
  margin-right: 0.6em;
}
.c-cardGroup__table {
  font-size: 12px;
  font-size: 0.75rem;
  margin: 1.2em 0 0;
}
.c-cardGroup__description {
  color: var(--black);
  line-height: 2;
  font-family: var(--japanese-sans-serif);
  font-size: 13px;
  font-size: 0.8125rem;
  font-size: clamp(0.8125rem, 0.7402734977rem + 0.3081664099vw, 0.9375rem);
  font-weight: 400;
  text-align: justify;
  word-break: break-word;
  letter-spacing: 0.05em;
  margin: 1.2em 0 0;
}
@media screen and (min-width: 768px) {
  .c-cardGroup {
    padding: 40px 30px;
  }
}
@media screen and (min-width: 1024px) {
  .c-cardGroup {
    flex-direction: row;
    padding: 50px 55px;
  }
  .c-cardGroup__body {
    width: 48.077%;
    margin: 0;
  }
  .c-cardGroup__title {
    padding: 0.6em 1em 0.65em;
  }
  .c-cardGroup__thumbnail {
    width: 48.077%;
    margin: 0 0 0 auto;
  }
  .c-cardGroup__thumbnail > img {
    width: 100%;
    min-height: 330px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.c-tableGroup {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border-top: 2px solid var(--green-secondary);
}
.c-tableGroup tbody tr th, .c-tableGroup tbody tr td {
  display: block;
  width: 100%;
  line-height: 1.6;
  letter-spacing: 0;
  padding: 0.8em 0.8em;
  color: var(--black);
}
.c-tableGroup tbody tr th {
  min-width: 9em;
  font-size: inherit;
  font-weight: 400;
  border-bottom: 1px solid var(--green-secondary);
  background-color: #E5F7F6;
}
.c-tableGroup tbody tr td {
  width: 100%;
  font-size: 12px;
  font-size: 0.75rem;
  font-size: clamp(0.75rem, 0.6777734977rem + 0.3081664099vw, 0.875rem);
  font-weight: 400;
  text-align: justify;
  border-bottom: 2px solid var(--green-secondary);
}
.c-tableGroup tbody tr td a {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  font-weight: 700;
  letter-spacing: 0.02em;
  word-break: break-all;
  color: var(--green-secondary);
  transition: all 0.35s ease;
}
.c-tableGroup tbody tr td a:hover {
  opacity: 0.5;
}
.c-tableGroup tbody tr td a.tel {
  font-size: 16px;
  font-size: 1rem;
  font-size: clamp(1rem, 0.9277734977rem + 0.3081664099vw, 1.125rem);
}
.c-tableGroup tbody tr td a.tel > span {
  font-size: 12px;
  font-size: 0.75rem;
  font-size: clamp(0.75rem, 0.6777734977rem + 0.3081664099vw, 0.875rem);
}
@media screen and (min-width: 768px) {
  .c-tableGroup tbody tr th, .c-tableGroup tbody tr td {
    display: table-cell;
    vertical-align: middle;
    padding: 1em 1.2em;
  }
  .c-tableGroup tbody tr th {
    width: auto;
    border-bottom: 2px solid var(--green-secondary);
  }
}
.c-listNetwork {
  display: flex;
  flex-direction: column;
}
.c-listNetwork > * {
  width: 100%;
}
.c-listNetwork > * + * {
  margin-top: 0.4em;
}
.c-listNetwork__list {
  display: flex;
  flex-direction: column;
}
.c-listNetwork__item {
  position: relative;
  font-size: 14px;
  font-size: 0.875rem;
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
  list-style-type: none;
  list-style-position: inside;
  padding-left: 1.6em;
  color: var(--black);
}
.c-listNetwork__item::before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background: url("../../assets/img/icon-disc-blue.svg") no-repeat 0 0/cover;
  position: absolute;
  top: 0.3em;
  left: 0;
}
.c-listNetwork__item + * {
  margin-top: 0.4em;
}
.c-listNetwork__item > a {
  display: inline-block;
  color: var(--black);
  transition: opacity 0.35s ease;
}
.c-listNetwork__item > a:hover {
  opacity: 0.5;
}
@media screen and (min-width: 1024px) {
  .c-listNetwork {
    flex-direction: row;
  }
  .c-listNetwork > * {
    width: 50%;
  }
  .c-listNetwork > * + * {
    margin-top: 0;
  }
}

.c-navGuide__list {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  font-size: 0.875rem;
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  margin: -0.4em -0.6em;
}
.c-navGuide__item {
  font-size: inherit;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  margin: 0.4em 0.6em;
}
.c-navGuide__item a {
  min-width: 8em;
  display: flex;
  align-items: center;
  font-size: inherit;
  padding: 0.8em 0.2em;
  border-bottom: 2px solid var(--green-secondary);
  color: var(--green-secondary);
  background-color: transparent;
  transition: all 0.35s ease;
}
.c-navGuide__item a:hover {
  color: var(--green-secondary);
  opacity: 0.8;
}
.c-navGuide__item a::before {
  content: "";
  display: block;
  width: 10px;
  height: 6px;
  background: url("../../assets/img/icon-angle-down-green.svg") no-repeat center center/cover;
  margin-right: 0.8em;
  transition: all 0.35s ease;
}
.c-navGuide__button {
  transition: all 0.35s ease;
}
.c-navGuide__button:hover {
  opacity: 0.5;
}
@media screen and (min-width: 768px) {
  .c-navGuide__list {
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .c-navGuide__item {
    margin: 0.8em 0.6em;
  }
  .c-navGuide__item a {
    justify-content: space-between;
    padding: 0.8em 0.2em;
  }
}
@media screen and (min-width: 1024px) {
  .c-navGuide__list {
    margin: -0.8em -1em;
  }
  .c-navGuide__item {
    margin: 0.8em 1em;
  }
  .c-navGuide__item a {
    padding: 1em 0.2em;
  }
}

.c-buttonToForm {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-size: 1rem;
  font-size: clamp(1rem, 0.8555469954rem + 0.6163328197vw, 1.25rem);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.05em;
  padding: 0.8em 1.6em;
  border-radius: 3em;
  border: 4px solid var(--green-secondary);
  color: var(--green-secondary);
  background-color: #FFFFA9;
  transition: all 0.35s ease;
}
.c-buttonToForm:hover {
  opacity: 0.5;
}
.c-buttonToForm__icon {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  margin-left: 2em;
}
.c-buttonToForm__icon svg {
  width: 1.2em;
  height: auto;
  aspect-ratio: 1/1;
}
.c-buttonToForm__text {
  font-size: inherit;
  font-weight: inherit;
}
.c-faq__body > * + * {
  margin-top: var(--space-lg);
}
.c-faq__content > * + * {
  margin-top: var(--space-xs);
}
.c-faq__title {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-size: 1.125rem;
  font-size: clamp(1.125rem, 0.9083204931rem + 0.9244992296vw, 1.5rem);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  padding: 0.45em 1em 0.3em;
  border-radius: 6px;
  color: var(--white);
  background-color: var(--green-secondary);
}
.c-faq__item {
  border-radius: 10px;
  overflow: hidden;
}
.c-faq__item:not(:first-of-type) {
  margin-top: 20px;
}
.c-faq__trigger {
  cursor: pointer;
  position: relative;
  display: block;
  padding: 18px 30px 18px 20px;
  background-color: var(--white);
  box-shadow: 0 3px 6px rgba(157, 157, 157, 0.16);
  transition: all 0.35s ease;
}
.c-faq__trigger:hover {
  opacity: 0.5;
}
.c-faq__trigger:focus {
  outline: none;
}
.c-faq__question {
  font-size: 14px;
  font-size: 0.875rem;
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  margin: 0;
}
.c-faq__questionTitle {
  font-size: inherit;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: var(--green-secondary);
  padding-left: 2.975em;
}
.c-faq__iconQuestion {
  width: 2.375em;
  height: auto;
  aspect-ratio: 1;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}
.c-faq__target {
  opacity: 0;
  width: 100%;
  max-height: 0;
  position: relative;
  overflow: hidden;
  font-size: 14px;
  font-size: 0.875rem;
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  background-color: var(--white);
  margin: 0;
  transition: all 0.2s ease-out;
}
.c-faq__answerContent {
  padding: 18px 20px;
}
.c-faq__iconAnswer {
  width: 2.375em;
  height: auto;
  aspect-ratio: 1;
  position: absolute;
  top: 0.8em;
  left: 20px;
}
.c-faq__answerDesc {
  font-size: inherit;
  font-weight: 400;
  line-height: 1.8;
  text-align: justify;
  letter-spacing: 0.05em;
  color: var(--black);
  padding-left: 2.975em;
}
@media screen and (min-width: 1024px) {
  .c-faq__body > * + * {
    margin-top: 60px;
  }
  .c-faq__trigger {
    padding: 18px 30px;
  }
  .c-faq__questionTitle {
    line-height: 1.6;
    padding-left: 3.375em;
  }
  .c-faq__iconQuestion {
    left: 30px;
  }
  .c-faq__answerContent {
    padding: 18px 30px;
  }
  .c-faq__iconAnswer {
    left: 30px;
  }
  .c-faq__answerDesc {
    padding-left: 3.375em;
  }
}

.c-iconPlusMinus {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 1em;
  width: 10px;
  height: 10px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
.c-iconPlusMinus.is-active {
  background-color: transparent;
}
.c-iconPlusMinus.is-active > *::before {
  transform: rotate(180deg);
}
.c-iconPlusMinus.is-active > *::after {
  transform: rotate(180deg);
  opacity: 0;
}
.c-iconPlusMinus > *::before, .c-iconPlusMinus > *::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  background-color: var(--gray50);
  border-radius: 5px;
  width: 10px;
  height: 2px;
  transition: all 0.3s ease;
}
.c-iconPlusMinus > *::after {
  transform: rotate(90deg);
}
@media screen and (min-width: 768px) {
  .c-iconPlusMinus {
    width: 12px;
    height: 12px;
    right: 1.2em;
  }
  .c-iconPlusMinus > *::before, .c-iconPlusMinus > *::after {
    width: 12px;
    height: 3px;
  }
}
@media screen and (min-width: 1024px) {
  .c-iconPlusMinus {
    width: 15px;
    height: 15px;
    right: 1.5em;
  }
  .c-iconPlusMinus > *::before, .c-iconPlusMinus > *::after {
    width: 15px;
    height: 4px;
  }
}

.c-buttonRounded {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  font-size: 14px;
  font-size: 0.875rem;
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0.02em;
  text-indent: 0.02em;
  padding: 1em 1.5em 1.1em;
  color: var(--green-secondary);
  background-color: var(--white);
  border: 2px solid var(--green-secondary);
  border-radius: 30px;
  transition: all 0.35s ease;
}
.c-buttonRounded:hover {
  opacity: 0.5;
}
.c-buttonRounded--yellow {
  background-color: var(--yellow-primary);
}
@media screen and (min-width: 1024px) {
  .c-buttonRounded {
    padding: 0.5em 1.5em 0.55em;
  }
}

.c-linkFile__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.c-linkFile__item {
  font-size: 12px;
  font-size: 0.75rem;
  font-size: clamp(0.75rem, 0.6777734977rem + 0.3081664099vw, 0.875rem);
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
.c-linkFile__item a {
  display: inline-flex;
  align-items: center;
  color: var(--link);
  transition: all 0.35s ease;
}
.c-linkFile__item a:hover {
  opacity: 0.5;
}
.c-linkFile__item a::before {
  content: "";
  display: inline-block;
  width: 1.4286em;
  height: auto;
  aspect-ratio: 20/25;
  background: url("../../assets/img/icon-note-blue.svg") no-repeat 0 0/cover;
  margin-right: 0.6em;
}
.c-tableGuide {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border-top: 1px solid var(--gray60);
  margin-top: 20px;
}
.c-tableGuide thead tr th {
  width: auto;
  font-size: 14px;
  font-size: 0.875rem;
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  padding: 0.6em 1em;
  color: var(--black);
  background-color: var(--gray80);
  border-bottom: 1px solid var(--gray60);
}
.c-tableGuide tbody tr th, .c-tableGuide tbody tr td {
  font-size: 14px;
  font-size: 0.875rem;
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  line-height: 1.6;
  letter-spacing: 0.05em;
  padding: 1em 1em;
  color: var(--black);
  background-color: var(--white);
  border-bottom: 1px solid var(--gray60);
}
.c-tableGuide tbody tr th {
  min-width: 9em;
  font-size: inherit;
  font-weight: 700;
}
.c-tableGuide tbody tr td {
  font-weight: 400;
  text-align: right;
}
.c-tableGuide tbody tr td p {
  text-align: left;
}
.c-tableGuide tbody tr td p.center {
  text-align: center;
}
.c-tableGuide tbody tr td p.right {
  text-align: right;
}
.c-tableGuide tbody tr td ul {
  font-size: 14px;
  font-size: 0.875rem;
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  font-weight: 400;
  line-height: inherit;
  text-align: left;
  letter-spacing: 0.05em;
  color: var(--black);
}
.c-tableGuide tbody tr td ul > * {
  position: relative;
  padding-left: 1em;
  color: var(--black);
}
.c-tableGuide tbody tr td ul > *::before {
  content: "・";
  display: block;
  width: 1em;
  height: 1em;
  text-align: center;
  color: var(--black);
  position: absolute;
  top: 0;
  left: 0;
}
.c-tableGuide tbody tr td a {
  display: inline;
  font-weight: 700;
  word-break: break-all;
  color: var(--link);
  transition: all 0.35s ease;
}
.c-tableGuide tbody tr td a:hover {
  opacity: 0.5;
}
@media screen and (min-width: 1024px) {
  .c-tableGuide tbody tr th, .c-tableGuide tbody tr td {
    line-height: 1.8;
  }
}

.p-eventIntro {
  position: relative;
  z-index: 1;
  padding-top: var(--space-lg);
}
.p-eventIntro__container::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #FAF9EA;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
}
.p-eventIntro__content {
  display: flex;
  flex-direction: column;
}
.p-eventIntro__row + * {
  margin-top: var(--space-md);
}
.p-eventIntro__row > * + * {
  margin-top: 1.5rem;
}
.p-eventIntro__heading {
  display: block;
  font-size: 20px;
  font-size: 1.25rem;
  font-size: clamp(1.25rem, 0.7083012327rem + 2.311248074vw, 2.1875rem);
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  padding: 1.6em 1em;
  border-radius: 5px;
  color: var(--green-secondary);
  background-color: var(--green-tertiary);
}
.p-eventIntro__heading ~ .p-eventIntro__desc {
  margin-top: 1em;
}
.p-eventIntro__heading ~ .p-eventIntro__button {
  margin-top: 0.8em;
}
.p-eventIntro__subheading {
  display: block;
  line-height: 1;
  font-size: 15px;
  font-size: 0.9375rem;
  font-size: clamp(0.9375rem, 0.7569337442rem + 0.7704160247vw, 1.25rem);
  font-weight: 700;
  white-space: nowrap;
  letter-spacing: 0.1em;
  color: var(--green-secondary);
}
.p-eventIntro__title {
  display: block;
  line-height: 1;
  font-size: 18px;
  font-size: 1.125rem;
  font-size: clamp(1.125rem, 0.9083204931rem + 0.9244992296vw, 1.5rem);
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  padding: 0.45em 0;
  border-radius: 5px;
  color: var(--white);
  background-color: var(--green-secondary);
}
.p-eventIntro__desc {
  font-size: 14px;
  font-size: 0.875rem;
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: var(--black);
}
.p-eventIntro__note {
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  font-size: 0.75rem;
  font-size: clamp(0.75rem, 0.6777734977rem + 0.3081664099vw, 0.875rem);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: var(--black);
}
.p-eventIntro__note strong {
  font-weight: 700;
}
.p-eventIntro__note a {
  color: var(--green01);
  font-size: 14px;
  font-size: 0.875rem;
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  font-weight: 700;
  margin: 0 1em;
}
.p-eventIntro__list {
  display: flex;
  flex-direction: column;
}
.p-eventIntro__list > * {
  position: relative;
  font-size: 14px;
  font-size: 0.875rem;
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  font-weight: 400;
  letter-spacing: 0.05em;
  list-style-type: none;
  list-style-position: inside;
}
.p-eventIntro__list > * > i {
  font-style: normal;
  position: absolute;
  top: 0;
  left: 0;
}
.p-eventIntro__list > * > p {
  margin: 0 0 0 1.2em;
}
.p-eventIntro__list > * + * {
  margin-top: 0.2em;
}
.p-eventIntro__list > * > ul {
  margin-left: 1.2em;
}
.p-eventIntro__list > * > ul li {
  position: relative;
  font-size: 12px;
  font-size: 0.75rem;
  font-size: clamp(0.75rem, 0.6777734977rem + 0.3081664099vw, 0.875rem);
  line-height: 2;
  padding-left: 1.2em;
}
.p-eventIntro__list > * > ul li::after {
  content: "※";
  display: block;
  width: 1em;
  height: 1em;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 1024px) {
  .p-eventIntro {
    padding-top: 65px;
  }
  .p-eventIntro__heading {
    line-height: 1;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    padding: 1.2em 1em;
  }
  .p-eventIntro__row + * {
    margin-top: 45px;
  }
  .p-eventIntro__row > * + * {
    margin-top: 1.8rem;
  }
}

.js-tabContent {
  display: none;
}
.js-tabContent.is-active {
  display: block;
}

.p-eventArchive {
  position: relative;
  z-index: 1;
  padding-top: var(--space-lg);
  padding-bottom: var(--space-xl);
}
.p-eventArchive__container::after {
  content: "";
  display: block;
  width: 100%;
  height: 110%;
  background-color: #FAF9EA;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
}
.p-eventArchive__header > * + * {
  margin-top: 1.5rem;
}
.p-eventArchive__heading {
  display: block;
  font-size: 20px;
  font-size: 1.25rem;
  font-size: clamp(1.25rem, 0.7083012327rem + 2.311248074vw, 2.1875rem);
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  white-space: nowrap;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  padding: 1.6em 1em;
  border-radius: 5px;
  color: var(--green-secondary);
  background-color: var(--green-tertiary);
}
.p-eventArchive__lead {
  font-size: 14px;
  font-size: 0.875rem;
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: var(--black);
}
.p-eventArchive__subheading {
  display: block;
  line-height: 1;
  font-size: 18px;
  font-size: 1.125rem;
  font-size: clamp(1.125rem, 0.9083204931rem + 0.9244992296vw, 1.5rem);
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  padding: 0.45em 0;
  border-radius: 5px;
  color: var(--white);
  background-color: var(--green-secondary);
}
.p-eventArchive__navi {
  margin-top: var(--space-md);
}
.p-eventArchive__body {
  margin-top: var(--space-md);
}
.p-eventArchive__list {
  display: flex;
  flex-wrap: wrap;
  margin: -4% -2%;
}
.p-eventArchive__item {
  width: 100%;
  width: 46%;
  margin: 4% 2%;
}
.p-eventArchive__pagination {
  margin: var(--space-md) auto 0;
}
.p-eventArchive__linkBottom {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 16px;
  font-size: 1rem;
  font-size: clamp(1rem, 0.8555469954rem + 0.6163328197vw, 1.25rem);
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  margin: var(--space-md) auto 0;
  color: var(--green-secondary);
  transition: all 0.35s ease;
}
.p-eventArchive__linkBottom:hover {
  opacity: 0.8;
}
.p-eventArchive__linkBottom:hover::after {
  transform: scale(1, 1);
  transform-origin: top left;
}
.p-eventArchive__linkBottom::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--green-secondary);
  transform: scale(0, 1);
  transform-origin: top right;
  transition: transform 0.35s ease;
  position: absolute;
  bottom: -0.4em;
  left: 0;
}
.p-eventArchive__linkBottom > i {
  display: inline-flex;
  align-items: center;
  margin-right: 0.4em;
}
.p-eventArchive__linkBottom > i::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8.5px solid var(--green-secondary);
  border-right: 0;
}
.p-eventArchive__noPost {
  font-size: 15px;
  font-size: 0.9375rem;
  font-size: clamp(0.9375rem, 0.8291602465rem + 0.4622496148vw, 1.125rem);
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.02em;
  text-indent: 0.02em;
  color: var(--black);
}
@media screen and (min-width: 768px) {
  .p-eventArchive__list {
    margin: -4% -1.5%;
  }
  .p-eventArchive__item {
    width: 100%;
    width: 30.3333%;
    margin: 4% 1.5%;
  }
}
@media screen and (min-width: 1024px) {
  .p-eventArchive__header > * + * {
    margin-top: 1.8rem;
  }
  .p-eventArchive__heading {
    line-height: 1;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    padding: 1.2em 1em;
  }
  .p-eventArchive__navi {
    margin-top: 45px;
  }
  .p-eventArchive__body {
    margin-top: 45px;
  }
  .p-eventArchive__list {
    margin: -25px -25px;
  }
  .p-eventArchive__item {
    width: calc(25% - 50px);
    margin: 25px 25px;
  }
}

.p-eventPost {
  position: relative;
  z-index: 1;
  padding-top: var(--space-lg);
  padding-bottom: var(--space-xl);
}
.p-eventPost__container {
  max-width: 840px;
}
.p-eventPost__container::after {
  content: "";
  display: block;
  width: 100%;
  height: 110%;
  background-color: #FAF9EA;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
}
.p-eventPost__meta {
  display: flex;
  align-items: center;
  line-height: 1;
}
.p-eventPost__meta > * + * {
  margin-left: 1em;
}
.p-eventPost__term {
  display: table;
  min-width: 75px;
  line-height: 1;
  font-size: 10px;
  font-size: 0.625rem;
  font-size: clamp(0.625rem, 0.4805469954rem + 0.6163328197vw, 0.875rem);
  transition: all 0.35s ease;
}
.p-eventPost__term:hover {
  opacity: 0.5;
}
.p-eventPost__heading {
  line-height: 1.5;
  font-size: 20px;
  font-size: 1.25rem;
  font-size: clamp(1.25rem, 0.9610939908rem + 1.2326656394vw, 1.75rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 0 0 0.6em;
  margin: 0.6em 0 0;
  color: var(--black);
  border-bottom: 5px solid var(--green-secondary);
}
.p-eventPost__body {
  padding-bottom: 3em;
  border-bottom: 1px solid var(--border);
}
.p-eventPost__thumbnail {
  margin: 25px 0 0;
}
.p-eventPost__summary {
  margin: var(--space-sm) 0 0;
}
.p-eventPost__post {
  color: #555555;
  line-height: 1.8;
  font-size: 14px;
  font-size: 0.875rem;
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  font-weight: 400;
  text-align: justify;
  word-break: break-all;
  letter-spacing: 0.05em;
  padding: 2em 0 0;
}
.p-eventPost__post > p {
  font-size: inherit;
}
.p-eventPost__post img {
  width: auto;
  border-radius: 8px;
}
.p-eventPost__post > * + * {
  margin-top: 1.5em;
}
.p-eventPost__button {
  max-width: 345px;
  margin: 45px auto 0;
}
.p-eventPost__tel {
  color: #555555;
  line-height: 1.6;
  font-size: 14px;
  font-size: 0.875rem;
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.05em;
  margin: 3em auto 0;
}
.p-eventPost__tel a {
  color: var(--green-secondary);
  display: inline-block;
  font-weight: 700;
  margin: 0 0.2em;
  transition: all 0.35s ease;
}
.p-eventPost__tel a:hover {
  opacity: 0.5;
}
.p-eventPost__linkBottom {
  display: table;
  font-size: 14px;
  font-size: 0.875rem;
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.05em;
  margin: var(--space-md) auto 0;
  color: var(--green-secondary);
  transition: all 0.35s ease;
}
.p-eventPost__linkBottom:hover {
  opacity: 0.5;
}
@media screen and (min-width: 1024px) {
  .p-eventPost {
    padding-top: 80px;
    padding-bottom: 100px;
  }
  .p-eventPost__term {
    min-width: 112px;
  }
  .p-eventPost__summary {
    margin: 50px 0 0;
  }
  .p-eventPost__post {
    line-height: 2;
  }
  .p-eventPost__tel br {
    display: none;
  }
  .p-eventPost__linkBottom {
    margin: 3em auto 0;
  }
}

.p-newsArchive {
  position: relative;
  z-index: 1;
  padding-top: var(--space-lg);
  padding-bottom: var(--space-xl);
}
.p-newsArchive__container {
  max-width: 880px;
}
.p-newsArchive__container::after {
  content: "";
  display: block;
  width: 100%;
  height: 110%;
  background-color: #FAF9EA;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
}
.p-newsArchive__body {
  margin-top: 35px;
}
.p-newsArchive__list {
  display: flex;
  flex-direction: column;
}
.p-newsArchive__item {
  list-style: none;
  border-bottom: 1px solid var(--border);
}
.p-newsArchive__link {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0.8em 0;
  color: var(--black);
  transition: all 0.35s ease;
}
.p-newsArchive__link:hover {
  opacity: 0.5;
}
.p-newsArchive__link.is-disabled {
  pointer-events: none;
}
.p-newsArchive__link.is-disabled::after {
  display: none;
}
.p-newsArchive__link::after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  aspect-ratio: 1/1;
  background: url("../../assets/img/icon-angle-right-circle.svg") no-repeat 0 0/cover;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.p-newsArchive__meta {
  display: flex;
  align-items: center;
}
.p-newsArchive__date {
  display: block;
  min-width: 5em;
  line-height: 1;
  font-family: var(--english-sans-serif);
  font-size: 12px;
  font-size: 0.75rem;
  font-size: clamp(0.75rem, 0.6055469954rem + 0.6163328197vw, 1rem);
  font-weight: 400;
  letter-spacing: 0.05em;
  margin: 0 1em 0 0;
  color: var(--black);
}
.p-newsArchive__category {
  display: table;
  min-width: 75px;
  line-height: 1;
  font-size: 10px;
  font-size: 0.625rem;
  font-size: clamp(0.625rem, 0.4805469954rem + 0.6163328197vw, 0.875rem);
}
.p-newsArchive__title {
  font-size: 12px;
  font-size: 0.75rem;
  font-size: clamp(0.75rem, 0.6055469954rem + 0.6163328197vw, 1rem);
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.05em;
  margin: 0.5em 2em 0 0;
  color: var(--black);
}
.p-newsArchive__pagination {
  margin-top: var(--space-md);
}
@media screen and (min-width: 768px) {
  .p-newsArchive__link {
    padding: 1.2em 0;
  }
}
@media screen and (min-width: 1024px) {
  .p-newsArchive {
    padding-top: 80px;
  }
  .p-newsArchive__link {
    flex-direction: row;
    align-items: center;
    padding: 2em 0;
  }
  .p-newsArchive__category {
    min-width: 6em;
  }
  .p-newsArchive__title {
    margin: 0 2em 0 1em;
  }
  .p-newsArchive__pagination {
    margin-top: 60px;
  }
}

.p-newsPost {
  position: relative;
  z-index: 1;
  padding-top: var(--space-lg);
  padding-bottom: var(--space-xl);
}
.p-newsPost__container {
  max-width: 840px;
}
.p-newsPost__container::after {
  content: "";
  display: block;
  width: 100%;
  height: 110%;
  background-color: #FAF9EA;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
}
.p-newsPost__meta {
  display: flex;
  align-items: center;
  line-height: 1;
}
.p-newsPost__meta > * + * {
  margin-left: 1em;
}
.p-newsPost__date {
  font-size: 16px;
  font-size: 1rem;
  font-size: clamp(1rem, 0.9277734977rem + 0.3081664099vw, 1.125rem);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  color: var(--black);
}
.p-newsPost__category {
  display: table;
  line-height: 1;
  font-size: 12px;
  font-size: 0.75rem;
  font-size: clamp(0.75rem, 0.6416602465rem + 0.4622496148vw, 0.9375rem);
}
.p-newsPost__heading {
  line-height: 1.5;
  font-size: 20px;
  font-size: 1.25rem;
  font-size: clamp(1.25rem, 0.9610939908rem + 1.2326656394vw, 1.75rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 0 0 0.6em;
  margin: 0.6em 0 0;
  color: var(--black);
  border-bottom: 3px solid var(--green-secondary);
}
.p-newsPost__body {
  padding-bottom: 0;
}
.p-newsPost__thumbnail {
  margin: 25px 0 0;
}
.p-newsPost__summary {
  margin: var(--space-sm) 0 0;
}
.p-newsPost__post {
  font-size: 14px;
  font-size: 0.875rem;
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  font-weight: 400;
  line-height: 2;
  text-align: justify;
  word-break: break-all;
  letter-spacing: 0.05em;
  padding: 2em 0 0;
  color: var(--black);
}
.p-newsPost__post > p {
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
}
.p-newsPost__post img {
  width: auto;
  border-radius: 8px;
}
.p-newsPost__post > * + * {
  margin-top: 1.5em;
}
.p-newsPost__pager {
  margin-top: var(--space-lg);
}
@media screen and (min-width: 1024px) {
  .p-newsPost {
    padding-top: 80px;
    padding-bottom: 100px;
  }
  .p-newsPost__heading {
    border-bottom: 4px solid var(--green-secondary);
  }
  .p-newsPost__summary {
    margin: 50px 0 0;
  }
  .p-newsPost__post {
    line-height: 2;
  }
  .p-newsPost__pager {
    margin-top: 60px;
  }
}

.p-about {
  position: relative;
  z-index: 1;
  padding-top: var(--space-lg);
}
.p-about__container::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #FAF9EA;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
}
.p-about__heading {
  display: block;
  position: relative;
  font-size: 25px;
  font-size: 1.5625rem;
  font-size: clamp(1.5625rem, 1.2013674884rem + 1.5408320493vw, 2.1875rem);
  font-weight: 600;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  padding-bottom: 1em;
  border-radius: 5px;
  color: var(--green-secondary);
}
.p-about__heading::after {
  content: "";
  display: block;
  width: 1.8em;
  height: 0.1429em;
  background-color: var(--green-secondary);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.p-about__body {
  max-width: 750px;
  margin-top: var(--space-md);
  margin-left: auto;
  margin-right: auto;
}
.p-about__imageMain {
  width: 100%;
  height: auto;
  border-radius: 5px;
  overflow: hidden;
}
.p-about__content {
  margin-top: var(--space-xs);
}
.p-about__content > *:not(:first-child) {
  margin-top: 2em;
}
.p-about__content > p {
  font-size: 14px;
  font-size: 0.875rem;
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: justify;
  color: var(--black);
}
@media screen and (min-width: 1024px) {
  .p-about {
    padding-top: 80px;
  }
  .p-about__body {
    margin-top: 40px;
  }
  .p-about__content {
    margin-top: 25px;
  }
  .p-about__content > p {
    line-height: 2.2;
  }
}

.p-features {
  position: relative;
  z-index: 1;
  padding-top: var(--space-xl);
  padding-bottom: var(--space-xl);
}
.p-features__container::after {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% + 150px);
  background-color: #FAF9EA;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
}
.p-features__heading {
  display: block;
  position: relative;
  font-size: 25px;
  font-size: 1.5625rem;
  font-size: clamp(1.5625rem, 1.2013674884rem + 1.5408320493vw, 2.1875rem);
  font-weight: 600;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  padding-bottom: 1em;
  border-radius: 5px;
  color: var(--green-secondary);
}
.p-features__heading::after {
  content: "";
  display: block;
  width: 1.8em;
  height: 0.1429em;
  background-color: var(--green-secondary);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.p-features__body {
  margin-top: var(--space-md);
  margin-left: auto;
  margin-right: auto;
}
.p-features__list {
  display: flex;
  flex-direction: column;
  gap: 50px 60px;
  max-width: 400px;
  margin: 0 auto;
}
.p-features__item {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-features__list {
    max-width: none;
    margin: 0;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 30px 40px;
  }
  .p-features__item {
    width: calc(50% - 20px);
  }
}
@media screen and (min-width: 1024px) {
  .p-features {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .p-features__body {
    margin-top: 40px;
  }
  .p-features__content {
    margin-top: 25px;
  }
  .p-features__list {
    justify-content: center;
    gap: 50px 60px;
  }
  .p-features__item {
    width: calc(33.3333% - 40px);
  }
}

.p-floor {
  position: relative;
  z-index: 1;
  padding-top: var(--space-lg);
  padding-bottom: var(--space-lg);
}
.p-floor__container::after {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% + 150px);
  background-color: #FAF9EA;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
}
.p-floor__header {
  max-width: 600px;
  margin: 0 auto;
}
.p-floor__map:not(:first-child) {
  margin-top: var(--space-md);
}
.p-floor__body {
  max-width: 600px;
  margin: var(--space-lg) auto 0;
}
.p-floor__table {
  margin-top: 75px;
}
.p-floor__content {
  display: flex;
  flex-direction: column;
}
.p-floor__content > * + * {
  margin-top: var(--space-xl);
}
@media screen and (min-width: 768px) {
  .p-floor__map:not(:first-child) {
    margin-top: var(--space-lg);
  }
}
@media screen and (min-width: 1024px) {
  .p-floor {
    padding-top: 80px;
    padding-bottom: 100px;
  }
  .p-floor__header {
    max-width: 900px;
  }
  .p-floor__map:not(:first-child) {
    margin-top: 80px;
  }
  .p-floor__body {
    max-width: none;
    margin: 80px auto 0;
  }
  .p-floor__content > * + * {
    margin-top: 40px;
  }
}

.p-group {
  position: relative;
  z-index: 1;
  padding-top: var(--space-lg);
  padding-bottom: var(--space-lg);
}
.p-group__container::after {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% + 150px);
  background-color: #FAF9EA;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
}
.p-group__header {
  max-width: 600px;
  margin: 0 auto;
}
.p-group__body {
  max-width: 600px;
  margin: var(--space-md) auto 0;
}
.p-group__content {
  display: flex;
  flex-direction: column;
}
.p-group__content > * + * {
  margin-top: var(--space-lg);
}
@media screen and (min-width: 1024px) {
  .p-group {
    padding-top: 80px;
    padding-bottom: 100px;
  }
  .p-group__header {
    max-width: 960px;
  }
  .p-group__body {
    max-width: none;
    margin: 60px auto 0;
  }
  .p-group__content > * + * {
    margin-top: 40px;
  }
}

.p-activity {
  position: relative;
  z-index: 1;
  padding-top: var(--space-lg);
  padding-bottom: var(--space-lg);
}
.p-activity__container::after {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% + 150px);
  background-color: #FAF9EA;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
}
.p-activity__header {
  display: flex;
  flex-direction: column;
}
.p-activity__imageMain {
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
}
.p-activity__imageMain img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-activity__lead {
  width: 100%;
  margin-top: 1.5em;
  font-size: 14px;
  font-size: 0.875rem;
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.1em;
  text-align: justify;
  color: var(--black);
}
.p-activity__title {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 18px;
  font-size: 1.125rem;
  font-size: clamp(1.125rem, 0.9083204931rem + 0.9244992296vw, 1.5rem);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  padding: 0.45em 1em 0.3em;
  border-radius: 4px;
  color: var(--white);
  background-color: var(--green-secondary);
}
.p-activity__body {
  width: 100%;
  margin-top: var(--space-lg);
}
.p-activity__sections {
  display: flex;
  flex-direction: column;
}
.p-activity__sections > * + * {
  margin-top: var(--space-lg);
}
.p-activity__section {
  display: flex;
  flex-direction: column;
}
.p-activity__content {
  margin-top: 20px;
}
.p-activity__contentMain {
  display: flex;
  flex-direction: column;
}
.p-activity__contentMain:has(.p-activity__thumbnail) .p-activity__description {
  margin-top: 1em;
}
.p-activity__thumbnail {
  width: 100%;
  max-width: 240px;
  margin-right: 20px;
}
.p-activity__description {
  margin-top: -0.5em;
  font-family: var(--japanese-sans-serif);
  font-size: 14px;
  font-size: 0.875rem;
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  font-weight: 400;
  line-height: 2;
  text-align: justify;
  word-break: break-all;
  letter-spacing: 0.05em;
  color: var(--black);
}
.p-activity__description a {
  display: inline;
  color: #3B70D9;
}
.p-activity__contentSub {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 16px;
}
.p-activity__button {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  font-size: 14px;
  font-size: 0.875rem;
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0.02em;
  text-indent: 0.02em;
  padding: 1em 1.5em 1.1em;
  color: var(--green-secondary);
  background-color: var(--white);
  border: 2px solid var(--green-secondary);
  border-radius: 30px;
  transition: all 0.35s ease;
}
.p-activity__button:hover {
  opacity: 0.5;
}
.p-activity__button.is-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.p-activity__button--yellow {
  background-color: var(--yellow-primary);
}
@media screen and (min-width: 1024px) {
  .p-activity {
    padding-top: 80px;
    padding-bottom: 100px;
  }
  .p-activity__header {
    flex-direction: row;
  }
  .p-activity__imageMain {
    width: 56.522%;
    margin: 0;
  }
  .p-activity__imageMain img {
    height: 375px;
  }
  .p-activity__lead {
    width: 39.131%;
    margin-left: 4.347%;
    margin-top: 0;
    line-height: 2;
  }
  .p-activity__body {
    margin-top: 85px;
  }
  .p-activity__sections {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 55px 6.086%;
  }
  .p-activity__sections > * + * {
    margin-top: 0;
  }
  .p-activity__section {
    width: 46.957%;
  }
  .p-activity__contentMain {
    flex-direction: row;
  }
  .p-activity__contentMain:has(.p-activity__thumbnail) .p-activity__description {
    width: calc(100% - 260px);
    margin-top: 0;
  }
  .p-activity__contentSub {
    flex-direction: row;
    gap: 20px;
  }
  .p-activity__button {
    padding: 0.6em 1.5em 0.65em;
  }
}

.p-guide {
  position: relative;
  z-index: 1;
  padding-top: var(--space-lg);
  padding-bottom: var(--space-lg);
}
.p-guide__container::after {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% + 150px);
  background-color: #FAF9EA;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
}
.p-guide__body {
  margin: var(--space-md) auto 0;
}
.p-guide__content {
  display: flex;
  flex-direction: column;
}
.p-guide__content > * + * {
  margin-top: var(--space-lg);
}
.p-guide__section > * + * {
  margin-top: 1em;
}
.p-guide__sectionHeader > * + * {
  margin-top: 1em;
}
.p-guide__sectionHeader > * + *.p-guide__list {
  margin-top: 40px;
}
.p-guide__heading {
  display: block;
  font-size: 20px;
  font-size: 1.25rem;
  font-size: clamp(1.25rem, 0.7083012327rem + 2.311248074vw, 2.1875rem);
  font-weight: 600;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  padding: 1.2em 1.5em;
  border-radius: 5px;
  color: var(--green-secondary);
  background-color: var(--green-tertiary);
}
.p-guide__sectionBody {
  margin-top: 40px;
}
.p-guide__subheading {
  display: block;
  font-size: 17px;
  font-size: 1.0625rem;
  font-size: clamp(1.0625rem, 0.8097072419rem + 1.0785824345vw, 1.5rem);
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  padding: 0.3em 1em;
  color: var(--white);
  background-color: var(--green-secondary);
}
.p-guide__list {
  font-size: 14px;
  font-size: 0.875rem;
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: var(--black);
}
.p-guide__list > * {
  position: relative;
  padding-left: 1em;
  color: var(--black);
}
.p-guide__list > *::before {
  content: "・";
  display: block;
  width: 1em;
  height: 1em;
  text-align: center;
  color: var(--black);
  position: absolute;
  top: 0;
  left: 0;
}
.p-guide__list2 {
  font-size: 12px;
  font-size: 0.75rem;
  font-size: clamp(0.75rem, 0.6777734977rem + 0.3081664099vw, 0.875rem);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: var(--black);
}
.p-guide__list2 > * {
  position: relative;
  padding-left: 1em;
  color: var(--black);
}
.p-guide__list2 > *::before {
  content: "※";
  display: block;
  width: 1em;
  height: 1em;
  text-align: center;
  color: var(--black);
  position: absolute;
  top: 0;
  left: 0;
}
.p-guide__sectionList {
  margin-top: 40px;
}
.p-guide__sectionList > * + * {
  margin-top: 2.5em;
}
.p-guide__sectionHeading {
  font-size: 15px;
  font-size: 0.9375rem;
  font-size: clamp(0.9375rem, 0.8291602465rem + 0.4622496148vw, 1.125rem);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: var(--green-secondary);
}
.p-guide__sectionItem {
  font-size: 14px;
  font-size: 0.875rem;
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
}
.p-guide__sectionItem p {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.p-guide__sectionItem p a {
  color: var(--link);
  text-decoration: underline;
  transition: all 0.35s ease;
}
.p-guide__sectionItem p a:hover {
  opacity: 0.5;
}
.p-guide__sectionItem > * + * {
  margin-top: 0.8em;
}
.p-guide__note {
  font-size: 13px;
  font-size: 0.8125rem;
  font-size: clamp(0.8125rem, 0.7763867488rem + 0.1540832049vw, 0.875rem);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: var(--black);
}
.p-guide__table {
  overflow-x: auto;
}
@media screen and (min-width: 1024px) {
  .p-guide {
    padding-top: 80px;
    padding-bottom: 100px;
  }
  .p-guide__body {
    margin: 60px auto 0;
  }
  .p-guide__content > * + * {
    margin-top: 80px;
  }
}

.p-contact {
  position: relative;
  z-index: 1;
  padding-top: var(--space-lg);
  padding-bottom: var(--space-lg);
}
.p-contact__container::after {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% + 150px);
  background-color: #FAF9EA;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
}
.p-contact__header {
  max-width: 600px;
  margin: 0 auto;
}
.p-contact__heading {
  display: block;
  font-size: 25px;
  font-size: 1.5625rem;
  font-size: clamp(1.5625rem, 1.2013674884rem + 1.5408320493vw, 2.1875rem);
  font-weight: 600;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  padding: 1.2em 0;
  border-radius: 5px;
  color: var(--green-secondary);
  background-color: var(--green-tertiary);
}
.p-contact__body {
  max-width: 600px;
  margin: var(--space-md) auto 0;
}
.p-contact__content {
  display: flex;
  flex-direction: column;
}
.p-contact__content > * + * {
  margin-top: var(--space-lg);
}
.p-contact__contentItem > * + * {
  margin-top: var(--space-md);
}
.p-contact__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.p-contact__number {
  max-width: 260px;
  transition: opacity 0.35s ease;
}
.p-contact__number:hover {
  opacity: 0.5;
}
.p-contact__number > svg {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 500px) {
  .p-contact__number {
    max-width: 280px;
  }
}
@media screen and (min-width: 1024px) {
  .p-contact {
    padding-top: 80px;
    padding-bottom: 100px;
  }
  .p-contact__header {
    max-width: 960px;
  }
  .p-contact__body {
    max-width: none;
    margin: 60px auto 0;
  }
  .p-contact__content > * + * {
    margin-top: 80px;
  }
  .p-contact__contentItem > * + * {
    margin-top: 45px;
  }
  .p-contact__list {
    flex-direction: row;
    gap: 60px;
  }
  .p-contact__number {
    max-width: 304px;
  }
}

:root {
  --swiper-theme-color: #ffffff !important;
  --swiper-navigation-size: 30px !important;
}

.js-heroSlider {
  width: 100%;
  height: 100%;
}
.js-heroSlider .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.js-heroSlider .swiper-slide {
  cursor: grab;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.js-heroSlider .swiper-slide__image {
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
.js-heroSlider .swiper-slide__image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
@media screen and (min-width: 500px) {
  .js-heroSlider .swiper-slide__image img {
    min-height: 55vw;
  }
}
@media screen and (min-width: 1024px) {
  .js-heroSlider .swiper-slide__image img {
    min-height: 400px;
    max-height: 600px;
  }
}
.js-heroSlider .swiper-slide-active .swiper-slide__image,
.js-heroSlider .swiper-slide-duplicate-active .swiper-slide__image,
.js-heroSlider .swiper-slide-prev .swiper-slide__image {
  animation: zoomUp 8s linear 0s;
  animation-fill-mode: both;
}
.js-heroSlider .swiper-horizontal > .swiper-pagination-progressbar,
.js-heroSlider .swiper-pagination-progressbar.swiper-pagination-horizontal {
  bottom: 0;
  top: auto;
}
.js-heroSlider .swiper-button-next, .js-heroSlider .swiper-button-prev {
  transition: opacity 0.35s ease;
}
.js-heroSlider .swiper-button-next:hover, .js-heroSlider .swiper-button-prev:hover {
  opacity: 0.5;
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
.u-xs-hidden {
  display: none;
}
@media screen and (min-width: 500px) {
  .u-xs-hidden {
    display: block;
  }
}

.u-sm-hidden {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-sm-hidden {
    display: block;
  }
}

.u-md-hidden {
  display: none;
}
@media screen and (min-width: 820px) {
  .u-md-hidden {
    display: block;
  }
}

.u-lg-hidden {
  display: none;
}
@media screen and (min-width: 1024px) {
  .u-lg-hidden {
    display: block;
  }
}
