@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;
}
@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: 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-hero {
  position: relative;
  z-index: 1;
  margin-top: 140px;
}
.p-hero__container {
  width: 100%;
  overflow: hidden;
  border-radius: 35px;
}
.p-hero__text {
  width: 26%;
  text-align: center;
  position: absolute;
  top: -20px;
  right: 14%;
  z-index: 1;
}
.p-hero__title {
  max-width: 180px;
}
@media screen and (min-width: 500px) {
  .p-hero {
    padding-left: 20px;
    padding-right: 20px;
  }
  .p-hero__text {
    width: 18%;
    top: -25px;
    right: 16%;
  }
}
@media screen and (min-width: 768px) {
  .p-hero {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (min-width: 1024px) {
  .p-hero {
    padding-left: 40px;
    padding-right: 40px;
    margin-top: 183px;
  }
  .p-hero__container {
    border-radius: 50px;
  }
  .p-hero__text {
    width: auto;
    position: absolute;
    top: -30px;
    right: 180px;
  }
}

.p-news__header {
  display: flex;
  flex-direction: column;
}
.p-news__heading {
  display: block;
  width: 77%;
  max-width: 285px;
  line-height: 1;
}
.p-news__subheading {
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  margin: 1em 0 0;
  color: var(--gray20);
}
.p-news__button {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  font-size: 13px;
  font-size: 0.8125rem;
  font-size: clamp(0.8125rem, 0.7402734977rem + 0.3081664099vw, 0.9375rem);
  font-weight: 700;
  margin: 1em 0 0;
  color: var(--green-secondary);
  display: none;
}
.p-news__body {
  margin: 1.6rem 0 0;
}
.p-news__list {
  border-top: 1px solid var(--border);
}
.p-news__item {
  border-bottom: 1px solid var(--border);
}
.p-news__link {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 1em 0;
  color: var(--black);
  transition: all 0.35s ease;
}
.p-news__link:hover {
  opacity: 0.5;
}
.p-news__link:hover p {
  color: inherit;
}
.p-news__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-news__meta {
  display: flex;
  align-items: center;
}
.p-news__meta > * + * {
  margin-left: 0.5em;
}
.p-news__date {
  min-width: 5em;
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  font-size: clamp(0.8125rem, 0.7402734977rem + 0.3081664099vw, 0.9375rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  color: var(--green-secondary);
}
.p-news__category {
  min-width: 5em;
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  font-size: clamp(0.75rem, 0.6777734977rem + 0.3081664099vw, 0.875rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
}
.p-news__title {
  font-size: 13px;
  font-size: 0.8125rem;
  font-size: clamp(0.8125rem, 0.7402734977rem + 0.3081664099vw, 0.9375rem);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin: 0.2em 2em 0 0;
}
.p-news__buttonSp {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  font-size: 13px;
  font-size: 0.8125rem;
  font-size: clamp(0.8125rem, 0.7402734977rem + 0.3081664099vw, 0.9375rem);
  font-weight: 700;
  margin: 1.4em 0 0 auto;
  color: var(--green-secondary);
  display: block;
}
@media screen and (min-width: 1024px) {
  .p-news__header {
    flex-direction: row;
    align-items: center;
  }
  .p-news__heading {
    width: 40%;
  }
  .p-news__subheading {
    margin: auto 0 0.5em 1em;
  }
  .p-news__button {
    display: block;
    margin: 0 0 0 auto;
  }
  .p-news__link {
    flex-direction: row;
    align-items: center;
    padding: 1.18em 0;
  }
  .p-news__title {
    letter-spacing: 0.08em;
    margin: 0 2em 0 1em;
  }
  .p-news__buttonSp {
    display: none;
  }
}
@media screen and (min-width: 1250px) {
  .p-news__heading {
    width: 43.847%;
  }
}

.p-reserve {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 2.2em 0;
  border-radius: 50px;
  background-color: #D7F2EE;
}
.p-reserve.is-disabled {
  pointer-events: none;
  opacity: 0.3;
}
.p-reserve__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: auto 0;
}
.p-reserve__title {
  display: table;
  position: relative;
  font-size: 15px;
  font-size: 0.9375rem;
  font-size: clamp(0.9375rem, 0.8291602465rem + 0.4622496148vw, 1.125rem);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
  color: var(--green-secondary);
}
.p-reserve__title::before, .p-reserve__title::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 2.8em;
  height: 3px;
  background-color: var(--green-secondary);
}
.p-reserve__title::before {
  left: -2.5em;
  transform: rotate(65deg);
}
.p-reserve__title::after {
  right: -2.5em;
  transform: rotate(-65deg);
}
.p-reserve__button {
  width: 85%;
  max-width: 355px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-size: 1.25rem;
  font-size: clamp(1.25rem, 1.1777734977rem + 0.3081664099vw, 1.375rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  text-align: center;
  border-radius: 5em;
  border: 4px solid var(--green-secondary);
  color: var(--green-secondary);
  background-color: var(--yellow-primary);
  padding: 1.16em 0;
  margin: 15px auto 0;
  transition: all 0.35s ease;
}
.p-reserve__button:hover {
  opacity: 0.5;
}
.p-reserve__button:hover .text {
  color: var(--green-secondary);
}
.p-reserve__button .icon {
  width: 2em;
  display: inline-block;
  margin-right: 0.5em;
}
.p-reserve__button .icon svg {
  width: 100%;
  height: auto;
}
.p-reserve__button .text {
  display: inline-block;
  color: var(--green-secondary);
  transition: color 0.35s ease;
}
.p-reserve__note {
  font-size: 12px;
  font-size: 0.75rem;
  font-size: clamp(0.75rem, 0.6777734977rem + 0.3081664099vw, 0.875rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  text-align: center;
  margin: 1.5em auto 0;
}
@media screen and (min-width: 1024px) {
  .p-reserve {
    padding: 3em 0;
  }
  .p-reserve__button {
    padding: 0.9em 0;
    border-width: 5px;
  }
}
@media screen and (min-width: 1250px) {
  .p-reserve__button {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

.p-event {
  margin-top: var(--space-xxl);
}
.p-event__container {
  display: flex;
  flex-direction: column;
}
.p-event__header {
  display: flex;
  flex-direction: column;
}
.p-event__heading {
  display: block;
  width: 80%;
  max-width: 450px;
  line-height: 1;
}
.p-event__subheading {
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  font-size: clamp(1.125rem, 0.9805469954rem + 0.6163328197vw, 1.375rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  margin: 1em 0 0;
  color: var(--gray20);
}
.p-event__button {
  font-size: 13px;
  font-size: 0.8125rem;
  font-size: clamp(0.8125rem, 0.7402734977rem + 0.3081664099vw, 0.9375rem);
  font-weight: 700;
  margin: 0 0 0 auto;
  color: var(--green-secondary);
  display: none;
}
.p-event__body {
  margin: 1.6rem 0 0;
}
.p-event__list {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-sm) 5%;
}
.p-event__item {
  width: 47.5%;
}
.p-event__buttonSp {
  width: 100%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  font-size: 13px;
  font-size: 0.8125rem;
  font-size: clamp(0.8125rem, 0.7402734977rem + 0.3081664099vw, 0.9375rem);
  font-weight: 700;
  margin: 1.5em 0 0;
  color: var(--green-secondary);
  display: block;
}
@media screen and (min-width: 768px) {
  .p-event__list {
    flex-wrap: nowrap;
    gap: 3%;
  }
  .p-event__item {
    width: 22.75%;
  }
  .p-event__button {
    display: block;
  }
  .p-event__buttonSp {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .p-event {
    margin-top: 100px;
  }
  .p-event__header {
    flex-direction: row;
    align-items: center;
  }
  .p-event__heading {
    width: 40%;
  }
  .p-event__subheading {
    margin: auto 0 0 1em;
  }
  .p-event__list {
    gap: 4.348%;
  }
  .p-event__item {
    width: 21.74%;
  }
}

.p-about {
  margin-top: var(--space-lg);
}
.p-about__container {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
}
.p-about__header {
  position: relative;
  z-index: 2;
}
.p-about__heading {
  width: 96%;
  max-width: 746px;
  margin: 0 auto;
}
.p-about__lead {
  font-size: 12px;
  font-size: 0.75rem;
  font-size: clamp(0.75rem, 0.5333204931rem + 0.9244992296vw, 1.125rem);
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: justify;
  color: var(--gray20);
  margin-top: 2em;
}
.p-about__body {
  position: relative;
  z-index: 1;
  padding-top: calc(var(--space-xl) * 2.6);
  padding-bottom: 65px;
  margin-top: calc(var(--space-xl) * 2.6 * -1);
}
.p-about__body::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-color: #FAF9EA;
}
.p-about__bodyInner {
  position: relative;
  z-index: 2;
}
.p-about__list {
  max-width: 450px;
  display: flex;
  flex-direction: column;
  margin: 25px auto 0;
}
.p-about__item {
  width: 55%;
  position: relative;
  text-align: center;
}
.p-about__item:has(.tmb-shape--circle) {
  max-width: 389px;
}
.p-about__item:has(.tmb-shape--square) {
  max-width: 330px;
}
.p-about__item:has(.tmb-shape--pentagon) {
  max-width: 390px;
}
.p-about__item:not(:first-child) {
  margin-top: -50px;
}
.p-about__item:first-child {
  width: 60%;
}
.p-about__item:nth-child(3), .p-about__item:nth-child(4) {
  width: 66%;
}
.p-about__item:nth-child(4) {
  order: 5;
  margin-top: -100px;
}
.p-about__item:nth-child(2), .p-about__item:nth-child(5) {
  margin-left: auto;
}
.p-about__item:nth-child(5) {
  width: 60%;
}
.p-about__thumbnail {
  position: relative;
}
.p-about__thumbnail > figcaption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-size: 0.875rem;
  font-size: clamp(0.875rem, 0.5138674884rem + 1.5408320493vw, 1.5rem);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.15em;
  text-indent: 0.15em;
  text-align: center;
  color: var(--white);
}
.p-about__thumbnail.tmb-shape--circle {
  max-width: 389px;
  border-radius: 50%;
}
.p-about__thumbnail.tmb-shape--square {
  max-width: 330px;
}
.p-about__thumbnail.tmb-shape--pentagon {
  max-width: 390px;
  height: calc(100% - 1em);
}
.p-about__thumbnail.tmb-shape--pentagon figcaption {
  transform: translateY(1em);
}
.p-about__button {
  width: 100%;
  max-width: 265px;
  font-size: 16px;
  font-size: 1rem;
  font-size: clamp(1rem, 0.8555469954rem + 0.6163328197vw, 1.25rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  text-align: center;
  color: var(--green-secondary);
  margin: var(--space-md) auto 0;
}
.p-about__visuals {
  display: none;
}
.p-about__visuals > * {
  width: 100%;
  position: absolute;
}
.p-about__visuals > *.vis-left-01 {
  max-width: 69px;
  top: -20px;
  right: calc(50% + 500px);
  z-index: 1;
}
.p-about__visuals > *.vis-left-02 {
  max-width: 430px;
  top: 268px;
  right: calc(50% + 505px);
  z-index: 1;
}
.p-about__visuals > *.vis-left-03 {
  max-width: 140px;
  top: 260px;
  right: calc(50% + 460px);
  z-index: 1;
}
.p-about__visuals > *.vis-left-04 {
  max-width: 122px;
  top: 805px;
  right: calc(50% + 455px);
  z-index: 1;
}
.p-about__visuals > *.vis-left-05 {
  max-width: 60px;
  top: 1020px;
  right: calc(50% + 430px);
  z-index: 1;
}
.p-about__visuals > *.vis-right-01 {
  max-width: 152px;
  top: -90px;
  left: calc(50% + 470px);
  z-index: 1;
}
.p-about__visuals > *.vis-right-02 {
  max-width: 57px;
  top: 330px;
  left: calc(50% + 530px);
  z-index: 1;
}
.p-about__visuals > *.vis-right-03 {
  max-width: 154px;
  top: 525px;
  left: calc(50% + 545px);
  z-index: 1;
}
.p-about__visuals > *.vis-right-04 {
  max-width: 149px;
  top: 880px;
  left: calc(50% + 470px);
  z-index: 1;
}
.p-about__visualsSp {
  display: block;
  width: 162vw;
  max-width: 880px;
  position: absolute;
  top: -18vw;
  left: 50%;
  transform: translateX(-58%);
}
@media screen and (min-width: 500px) {
  .p-about__heading {
    width: 80%;
  }
  .p-about__lead {
    letter-spacing: 0.18em;
    text-indent: 0.18em;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .p-about__heading {
    width: 55%;
  }
  .p-about__lead {
    letter-spacing: 0.2em;
    text-indent: 0.2em;
  }
  .p-about__body {
    border-radius: 65px;
  }
  .p-about__button {
    min-width: 350px;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}
@media screen and (min-width: 1024px) {
  .p-about {
    margin-top: 80px;
  }
  .p-about__heading {
    width: 100%;
  }
  .p-about__body {
    padding-top: 335px;
    padding-bottom: 85px;
    margin-top: -350px;
    border-radius: 100px;
  }
  .p-about__list {
    max-width: none;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .p-about__item {
    width: 33.333%;
  }
  .p-about__item:not(:first-child) {
    margin-top: initial;
  }
  .p-about__item:nth-child(2), .p-about__item:nth-child(5) {
    margin-left: initial;
  }
  .p-about__item:nth-child(3), .p-about__item:nth-child(4) {
    width: 33.333%;
  }
  .p-about__item:first-child {
    z-index: 1;
    transform: translateY(25px);
  }
  .p-about__item:nth-child(2) {
    z-index: 2;
    margin-left: -20px;
    margin-right: -20px;
    transform: translateY(25px);
  }
  .p-about__item:nth-child(3) {
    z-index: 1;
  }
  .p-about__item:nth-child(4) {
    z-index: 3;
    margin-left: 20px;
    margin-right: 20px;
    order: 4;
  }
  .p-about__item:nth-child(5) {
    z-index: 4;
    order: 5;
  }
  .p-about__item:nth-child(n+4) {
    margin-top: -60px;
  }
  .p-about__thumbnail > figcaption {
    letter-spacing: 0.2em;
    text-indent: 0.2em;
  }
  .p-about__button {
    margin: 40px auto 0;
  }
  .p-about__visuals {
    display: block;
  }
  .p-about__visualsSp {
    display: none;
  }
}

.p-banner {
  position: relative;
  z-index: 1;
  margin-top: calc(var(--space-lg) * 2.4);
}
.p-banner__container {
  position: relative;
  z-index: 2;
  max-width: 960px;
}
.p-banner__body {
  max-width: 400px;
  margin: 0 auto;
}
.p-banner__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.p-banner__item {
  width: 100%;
}
.p-banner__item a.is-disabled {
  color: var(--disabled);
  opacity: 0.3;
  pointer-events: none;
}
.p-banner__innerList {
  height: 100%;
  display: flex;
  align-items: stretch;
  flex-direction: column;
  gap: 20px 0;
}
.p-banner__innerItem {
  width: 100%;
  height: 100%;
}
.p-banner__visuals {
  display: none;
}
.p-banner__visuals > * {
  width: 100%;
  position: absolute;
}
.p-banner__visuals > *.vis-left-01 {
  max-width: 251px;
  top: 150px;
  right: calc(50% + 435px);
  z-index: 1;
}
.p-banner__visuals > *.vis-left-02 {
  max-width: 70px;
  top: 240px;
  right: calc(50% + 610px);
  z-index: 1;
}
.p-banner__visuals > *.vis-right-01 {
  max-width: 441px;
  top: 60px;
  left: calc(50% + 380px);
  z-index: 1;
}
.p-banner__visuals > *.vis-right-02 {
  max-width: 89px;
  top: 100px;
  left: calc(50% + 590px);
  z-index: 1;
}
.p-banner__visualsSp {
  display: block;
  width: 159vw;
  max-width: 700px;
  position: absolute;
  top: -75px;
  left: 50%;
  z-index: -1;
  transform: translateX(-30%);
}
@media screen and (min-width: 768px) {
  .p-banner__visualsSp {
    width: 100vw;
    max-width: 800px;
    top: -10vw;
    transform: translateX(-42%);
  }
}
@media screen and (min-width: 820px) {
  .p-banner__body {
    max-width: none;
  }
  .p-banner__list {
    flex-direction: row;
    justify-content: space-between;
    gap: 0;
  }
  .p-banner__item {
    width: 47%;
  }
  .p-banner__innerList {
    gap: 38px 0;
  }
}
@media screen and (min-width: 1024px) {
  .p-banner {
    margin-top: 100px;
  }
  .p-banner__visuals {
    display: block;
  }
  .p-banner__visualsSp {
    display: none;
  }
}

.p-access {
  position: relative;
  z-index: 2;
  margin-top: calc(var(--space-xxl) * 1.8);
  margin-bottom: var(--space-xl);
}
.p-access__container {
  display: flex;
  flex-direction: column;
}
.p-access__header {
  display: flex;
  flex-direction: column;
}
.p-access__heading {
  display: block;
  width: 98%;
  max-width: 550px;
  line-height: 1;
}
.p-access__subheading {
  display: block;
  font-size: 20px;
  font-size: 1.25rem;
  font-size: clamp(1.25rem, 1.1777734977rem + 0.3081664099vw, 1.375rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  margin: 1.2em 0 0;
  color: var(--gray20);
}
.p-access__button {
  font-size: 13px;
  font-size: 0.8125rem;
  font-size: clamp(0.8125rem, 0.7402734977rem + 0.3081664099vw, 0.9375rem);
  font-weight: 700;
  margin: 0 0 0 auto;
  color: var(--green-secondary);
}
.p-access__body {
  display: flex;
  flex-direction: column;
  margin: 2rem 0 0;
}
.p-access__content > * + * {
  margin-top: 1.2em;
}
.p-access__title {
  font-size: 16px;
  font-size: 1rem;
  font-size: clamp(1rem, 0.9277734977rem + 0.3081664099vw, 1.125rem);
  font-weight: 700;
  line-height: 1;
  color: var(--green-secondary);
}
.p-access__text {
  font-size: 14px;
  font-size: 0.875rem;
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  font-weight: 500;
  line-height: 1.6;
  margin-top: 0.4em;
}
.p-access__text > a {
  display: inline-block;
  color: var(--green-secondary);
  text-decoration: underline;
  transition: all 0.35s ease;
}
.p-access__text > a:hover {
  opacity: 0.5;
  color: var(--green-secondary);
}
.p-access__list {
  font-size: 14px;
  font-size: 0.875rem;
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  font-weight: 500;
  line-height: 1.6;
  margin-top: 0.4em;
}
.p-access__list > * {
  position: relative;
  padding-left: 1.2em;
}
.p-access__list > *::before {
  content: "・";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  text-align: center;
  color: var(--black);
}
.p-access__list > * a {
  display: inline-block;
  color: var(--green-secondary);
  text-decoration: underline;
  margin-left: 1em;
  transition: all 0.35s ease;
}
.p-access__list > * a:hover {
  opacity: 0.5;
  color: var(--green-secondary);
}
.p-access__map {
  width: 100%;
  aspect-ratio: 4/3;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  margin-top: var(--space-sm);
}
.p-access__map iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .p-access__map {
    aspect-ratio: 4/2;
  }
}
@media screen and (min-width: 1024px) {
  .p-access {
    margin-top: 100px;
    margin-bottom: 120px;
  }
  .p-access__heading {
    width: 100%;
  }
  .p-access__body {
    flex-direction: row;
    justify-content: space-between;
  }
  .p-access__content > * + * {
    margin-top: 1em;
  }
  .p-access__text {
    line-height: 1.8;
  }
  .p-access__list {
    line-height: 1.8;
  }
  .p-access__map {
    width: 50%;
    aspect-ratio: 565/340;
    margin-top: 0;
  }
}

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