@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+Antique:wght@400;500;700;900&display=swap");
/* resset.dev • v5.0.2 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

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

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

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

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

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

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

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

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

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

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

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

ol, ul {
  list-style: none;
  list-style-position: inside;
}

address {
  font-style: normal;
}

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
  border-collapse: collapse;
  border-spacing: 0;
}

iframe {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0.1rem;
}

/* Style select like a standard input */
select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

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

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

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

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

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

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

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

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

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

body {
  --wp--preset--color--black: #000000;
  --wp--preset--color--cyan-bluish-gray: #abb8c3;
  --wp--preset--color--white: #ffffff;
  --wp--preset--color--pale-pink: #f78da7;
  --wp--preset--color--vivid-red: #cf2e2e;
  --wp--preset--color--luminous-vivid-orange: #ff6900;
  --wp--preset--color--luminous-vivid-amber: #fcb900;
  --wp--preset--color--light-green-cyan: #7bdcb5;
  --wp--preset--color--vivid-green-cyan: #00d084;
  --wp--preset--color--pale-cyan-blue: #8ed1fc;
  --wp--preset--color--vivid-cyan-blue: #0693e3;
  --wp--preset--color--vivid-purple: #9b51e0;
  --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);
  --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);
  --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);
  --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);
  --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);
  --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);
  --wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);
  --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);
  --wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);
  --wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);
  --wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);
  --wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);
  --wp--preset--duotone--dark-grayscale: url("#wp-duotone-dark-grayscale");
  --wp--preset--duotone--grayscale: url("#wp-duotone-grayscale");
  --wp--preset--duotone--purple-yellow: url("#wp-duotone-purple-yellow");
  --wp--preset--duotone--blue-red: url("#wp-duotone-blue-red");
  --wp--preset--duotone--midnight: url("#wp-duotone-midnight");
  --wp--preset--duotone--magenta-yellow: url("#wp-duotone-magenta-yellow");
  --wp--preset--duotone--purple-green: url("#wp-duotone-purple-green");
  --wp--preset--duotone--blue-orange: url("#wp-duotone-blue-orange");
  --wp--preset--font-size--small: 13px;
  --wp--preset--font-size--medium: 20px;
  --wp--preset--font-size--large: 36px;
  --wp--preset--font-size--x-large: 42px;
}

.has-black-color {
  color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-color {
  color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-color {
  color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-color {
  color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-color {
  color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-color {
  color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-color {
  color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-color {
  color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-color {
  color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-color {
  color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-color {
  color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-color {
  color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-background-color {
  background-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-background-color {
  background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-background-color {
  background-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-background-color {
  background-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-background-color {
  background-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-background-color {
  background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-background-color {
  background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-background-color {
  background-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-background-color {
  background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-background-color {
  background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-background-color {
  background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-background-color {
  background-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-border-color {
  border-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-border-color {
  border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-border-color {
  border-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-border-color {
  border-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-border-color {
  border-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-border-color {
  border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-border-color {
  border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-border-color {
  border-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-border-color {
  border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-border-color {
  border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-border-color {
  border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-border-color {
  border-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
  background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;
}

.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
  background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;
}

.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
  background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;
}

.has-luminous-vivid-orange-to-vivid-red-gradient-background {
  background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;
}

.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
  background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;
}

.has-cool-to-warm-spectrum-gradient-background {
  background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}

.has-blush-light-purple-gradient-background {
  background: var(--wp--preset--gradient--blush-light-purple) !important;
}

.has-blush-bordeaux-gradient-background {
  background: var(--wp--preset--gradient--blush-bordeaux) !important;
}

.has-luminous-dusk-gradient-background {
  background: var(--wp--preset--gradient--luminous-dusk) !important;
}

.has-pale-ocean-gradient-background {
  background: var(--wp--preset--gradient--pale-ocean) !important;
}

.has-electric-grass-gradient-background {
  background: var(--wp--preset--gradient--electric-grass) !important;
}

.has-midnight-gradient-background {
  background: var(--wp--preset--gradient--midnight) !important;
}

.has-small-font-size {
  font-size: var(--wp--preset--font-size--small) !important;
}

.has-medium-font-size {
  font-size: var(--wp--preset--font-size--medium) !important;
}

.has-large-font-size {
  font-size: var(--wp--preset--font-size--large) !important;
}

.has-x-large-font-size {
  font-size: var(--wp--preset--font-size--x-large) !important;
}

:root {
  --wrapper: 126.5rem;
  --space: max(
  	2rem,
  	calc( ( 100vw - var(--wrapper) ) / 2)
  );
}

.wrapper {
  padding-left: var(--space) !important;
  padding-right: var(--space) !important;
}

.w800 {
  width: 100%;
  max-width: 80rem;
  margin-inline: auto;
  padding-left: var(--space) !important;
  padding-right: var(--space) !important;
}
@media screen and (min-width: 768px) {
  .w800 {
    padding-left: unset !important;
    padding-right: unset !important;
  }
}

html {
  font-feature-settings: "palt";
  font-size: 62.5%;
  font-optical-sizing: auto;
  font-style: normal;
  background-color: #F1EDE1;
}
html[lang=ja] {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
html[lang=en] {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}

.en {
  font-family: "Marck Script", cursive;
  font-weight: 400;
  font-style: normal;
}

.noto {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-style: normal;
}

body {
  font-size: clamp(1.4rem, 1.25rem + 0.4vw, 1.6rem);
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05em;
  text-rendering: optimizeSpeed;
  min-width: initial;
}
.container {
  position: relative;
}
.container *, .container *::before, .container *::after {
  transition: all 0.2s ease;
}

main .btn {
  width: 100%;
  max-width: 33.5rem;
  margin-inline: auto;
}
main .btn a {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.5rem;
  border-radius: 5rem;
  border: solid 0.1rem #D3D900;
  background: #F7F6ED;
  padding: 1rem 1rem 1rem 6rem;
}
main .btn a .txt {
  flex: 1;
  font-size: clamp(1.5rem, 1.275rem + 0.6vw, 1.8rem);
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.05em;
  text-shadow: none;
}
main .btn a .arr {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  width: 5rem;
  aspect-ratio: 1;
  overflow: hidden;
}
main .btn a .arr svg {
  position: relative;
  z-index: 1;
  display: block;
  aspect-ratio: 1;
  width: 1.3rem;
  fill: #F7F6ED;
}
main .btn a .arr::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #D3D900;
  border-radius: 3rem;
}
main .btn a:hover .arr svg {
  animation: slideOutIn 0.6s ease-out forwards;
}
@keyframes slideOutIn {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(200%);
  }
  51% {
    transform: translateX(-200%);
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
main .btn.w a {
  border: solid 0.1rem rgba(46, 43, 43, 0.2);
}
main .btn.w a:hover {
  border: solid 0.1rem #D3D900;
  background: #D3D900;
}
main .btn.w a:hover .txt {
  color: #F7F6ED;
}
main .btn.w a:hover .arr::before {
  background: #F7F6ED;
}
main .btn.w a:hover .arr svg {
  fill: #D3D900;
}
main .btn.pri a {
  background: #D3D900;
}
main .btn.pri a .txt {
  color: #F7F6ED;
}
main .btn.pri a .arr::before {
  background: #F7F6ED;
}
main .btn.pri a .arr svg {
  fill: #D3D900;
}
main .btn.pri a:hover {
  background: #F7F6ED;
}
main .btn.pri a:hover .txt {
  color: #D3D900;
}
main .btn.pri a:hover .arr::before {
  background: #D3D900;
}
main .btn.pri a:hover .arr svg {
  fill: #F7F6ED;
}
main .btn.sec a {
  border: solid 0.1rem #00C0D9;
  background: #00C0D9;
}
main .btn.sec a .txt {
  color: #F7F6ED;
}
main .btn.sec a .arr::before {
  background: #F7F6ED;
}
main .btn.sec a .arr svg {
  fill: #00C0D9;
}
main .btn.sec a:hover {
  background: #F7F6ED;
}
main .btn.sec a:hover .txt {
  color: #00C0D9;
}
main .btn.sec a:hover .arr::before {
  background: #00C0D9;
}
main .btn.sec a:hover .arr svg {
  fill: #F7F6ED;
}
main .btn.ter a {
  border: solid 0.1rem #D97D00;
  background: #D97D00;
}
main .btn.ter a .txt {
  color: #F7F6ED;
}
main .btn.ter a .arr::before {
  background: #F7F6ED;
}
main .btn.ter a .arr svg {
  fill: #D97D00;
}
main .btn.ter a:hover {
  background: #F7F6ED;
}
main .btn.ter a:hover .txt {
  color: #D97D00;
}
main .btn.ter a:hover .arr::before {
  background: #D97D00;
}
main .btn.ter a:hover .arr svg {
  fill: #F7F6ED;
}

a {
  color: #2E2B2B;
  text-decoration: none;
}
a:active, a:hover {
  color: unset;
}
a.txtlink {
  color: #3E72FF;
  border-bottom: solid 1px #3E72FF;
}

figure {
  overflow: clip;
}
figure.mv {
  aspect-ratio: 4/3;
}
figure.img {
  aspect-ratio: 3/2;
}
figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

p.error {
  color: red;
  background: #EFEFEF;
  text-align: center;
}

br.pc {
  display: none;
}

@media screen and (min-width: 768px) {
  br.pc {
    display: inline;
  }
  br.sp {
    display: none;
  }
}
.pagetitle {
  padding-top: 10rem;
}

.gmaps {
  aspect-ratio: 1/1;
}
.gmaps iframe {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .gmaps {
    aspect-ratio: unset;
    height: 45rem;
  }
}

.-open-close {
  position: relative;
  width: 2.6rem;
  height: 2.6rem;
  background: rgba(247, 246, 237, 0.75);
  transform: rotate(0deg);
  border-radius: 50%;
  margin-left: auto;
  cursor: pointer;
  z-index: 100;
  transition: 0.4s cubic-bezier(0.2, 0.6, 0.3, 1.1);
}
@media screen and (min-width: 768px) {
  .-open-close {
    width: 4rem;
    height: 4rem;
  }
}
.-open-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 2px;
  width: 50%;
  background: #2E2B2B;
}
.-open-close::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 50%;
  width: 2px;
  background: #2E2B2B;
}
.-open-close.clicked {
  transform: rotate(180deg);
}
.-open-close.clicked::before {
  width: 0;
}

.swiper-button-prev, .swiper-button-next {
  display: grid;
  place-content: center;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  cursor: pointer;
  transition: var(--transition);
}
@media screen and (min-width: 768px) {
  .swiper-button-prev, .swiper-button-next {
    width: 6.4rem;
    height: 6.4rem;
  }
}
.swiper-button-prev::before, .swiper-button-next::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  border-radius: 50%;
  box-shadow: var(--box-shadow);
}
.swiper-button-prev::after, .swiper-button-next::after {
  width: 1.2rem;
  height: 1.2rem;
  content: "";
  border: solid #2E2B2B;
  border-width: 3px 3px 0 0;
}
@media screen and (min-width: 768px) {
  .swiper-button-prev::after, .swiper-button-next::after {
    width: 2.2rem;
    height: 2.2rem;
  }
}

.swiper-button-prev::after {
  margin-left: 0.4rem;
  transform: rotate(-135deg);
}

.swiper-button-next::after {
  margin-right: 0.4rem;
  transform: rotate(45deg);
}

.swiper-button-disabled {
  pointer-events: none;
  opacity: 0;
}

.swiper-area {
  position: relative;
}

.swiper-pagination {
  position: static !important;
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem 0.8rem;
  justify-content: center;
  margin-top: 3.2rem;
  text-align: center;
}

.swiper-pagination-bullet {
  width: 1.6rem;
  height: 3px;
  cursor: pointer;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  vertical-align: top;
  background-color: #d7d7d7;
}

.swiper-pagination-bullet-active {
  width: 4rem;
  background-color: #D3D900 !important;
}

.swiper-button-prev, .swiper-button-next {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  margin: auto;
}

.swiper-button-prev {
  right: calc(100% + 2.4rem);
}

.swiper-button-next {
  left: calc(100% + 2.4rem);
}

.pagination-container {
  margin-top: 3rem;
}
.pagination-container .pagination {
  display: flex;
  gap: 0.5rem;
  width: fit-content;
  margin-inline: auto;
}
.pagination-container .pagination .page-item {
  font-size: clamp(1.3rem, 1.225rem + 0.2vw, 1.4rem);
}
.pagination-container .pagination .page-item a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  aspect-ratio: 1/1;
  width: 3rem;
  border-radius: 0.3rem;
  border: solid 0.1rem #d7d7d7;
}
.pagination-container .pagination .page-item a .w_arr .arr {
  display: block;
  width: 1rem;
  aspect-ratio: 7.4/12.8;
  fill: none;
  stroke: #2E2B2B;
  stroke-width: 1;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.pagination-container .pagination .page-item a .w_arr .arr--l {
  transform: rotate(180deg);
}
.pagination-container .pagination .page-item.navi-active a {
  color: #3E72FF;
  border: solid #3E72FF;
}
.pagination-container .pagination .page-item.first, .pagination-container .pagination .page-item.last {
  display: none;
}

body.fixed {
  height: 100%;
  overflow: hidden;
}

.ghead {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 2rem;
  width: 100%;
  padding: 1.5rem var(--space);
}
@media screen and (min-width: 768px) {
  .ghead {
    flex-direction: row;
    align-items: center;
    padding: 2rem var(--space);
  }
}
.ghead .sitetitle {
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .ghead .sitetitle {
    position: absolute;
    top: 2rem;
    left: var(--space);
  }
}
.ghead .sitetitle a {
  display: block;
  height: 6rem;
}
.ghead .sitetitle a img {
  height: 100%;
  width: auto;
}
.ghead .description {
  width: fit-content;
  color: #F7F6ED;
}
@media screen and (min-width: 1200px) {
  .ghead {
    display: flex;
  }
}

.sp-nav-btn {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  width: 5rem;
  height: 5rem;
  background: #F7F6ED;
}
@media screen and (min-width: 768px) {
  .sp-nav-btn {
    width: 6rem;
    height: 6rem;
  }
}
.sp-nav-btn .menu-trigger,
.sp-nav-btn .menu-trigger span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}
.sp-nav-btn .menu-trigger {
  position: relative;
  width: 2rem;
  height: 1rem;
  background: none;
  border: none;
  appearance: none;
  cursor: pointer;
}
.sp-nav-btn .menu-trigger::after {
  content: "menu";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  font-size: clamp(1.3rem, 1.225rem + 0.2vw, 1.4rem);
  color: #2E2B2B;
}
.sp-nav-btn .menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 0.25rem;
  background-color: #2E2B2B;
  border-radius: 4px;
}
.sp-nav-btn .menu-trigger span:nth-of-type(1) {
  top: 0;
  animation: menu-bar01 0.75s forwards;
}
.sp-nav-btn .menu-trigger span:nth-of-type(2) {
  top: unset;
  bottom: 0;
  transition: all 0.25s 0.25s;
  opacity: 1;
  animation: menu-bar03 0.75s forwards;
}
.sp-nav-btn .menu-trigger.active {
  height: 1.5rem;
}
.sp-nav-btn .menu-trigger.active::after {
  content: "close";
}
.sp-nav-btn .menu-trigger.active span:nth-of-type(1) {
  animation: active-menu-bar01 0.75s forwards;
}
.sp-nav-btn .menu-trigger.active span:nth-of-type(2) {
  animation: active-menu-bar03 0.75s forwards;
}
@keyframes menu-bar01 {
  0% {
    transform: translateY(6px) rotate(45deg);
  }
  50% {
    transform: translateY(6px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar03 {
  0% {
    transform: translateY(-6px) rotate(-45deg);
  }
  50% {
    transform: translateY(-6px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes active-menu-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(6px) rotate(0);
  }
  100% {
    transform: translateY(6px) rotate(45deg);
  }
}
@keyframes active-menu-bar03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-6px) rotate(0);
  }
  100% {
    transform: translateY(-6px) rotate(-45deg);
  }
}

#drawer_nav {
  flex-direction: column;
  align-items: space-between;
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  position: fixed;
  right: 0;
  top: 0;
  z-index: 190;
  max-width: 37.5rem;
  min-width: 33.5rem;
  height: 100%;
  overflow: auto;
  padding: 2rem 2rem 0;
  -webkit-overflow-scrolling: touch;
  opacity: 0;
  transform: scale(0.9);
  background: rgba(247, 246, 237, 0.95);
  backdrop-filter: blur(10px);
  display: flex;
  flex-direction: column;
  gap: 2rem;
  transform: translateX(100%);
  visibility: hidden;
}
#drawer_nav .sitetitle {
  width: calc(90% - 5rem);
  height: 6rem;
  margin-bottom: 2rem;
}
#drawer_nav .sitetitle > a {
  display: block;
  height: 100%;
}
#drawer_nav .sitetitle > a img {
  height: 100%;
  width: auto;
}
#drawer_nav .gnav > ul > li > a, #drawer_nav .gnav > ul > li > span.a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  font-size: clamp(1.4rem, 1.25rem + 0.4vw, 1.6rem);
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #2E2B2B;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  cursor: pointer;
}
#drawer_nav .gnav > ul > li > a br, #drawer_nav .gnav > ul > li > span.a br {
  display: none;
}
#drawer_nav .gnav > ul > li > a::before, #drawer_nav .gnav > ul > li > span.a::before {
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background: rgba(46, 43, 43, 0.3);
  transition: all 0.4s;
}
#drawer_nav .gnav > ul > li > a p, #drawer_nav .gnav > ul > li > span.a p {
  font-size: clamp(1.3rem, 1.225rem + 0.2vw, 1.4rem);
  padding: 1rem 0;
}
#drawer_nav .gnav > ul > li > a p .sub, #drawer_nav .gnav > ul > li > span.a p .sub {
  font-size: 1.2rem;
  display: block;
}
#drawer_nav .gnav > ul > li > span.a::after {
  content: "";
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  background: url(/assets/img/arr_black.svg) no-repeat center center;
  background-size: 0.6rem 1.2rem;
  margin-left: auto;
  transition: all 0.4s;
  transform: rotate(90deg);
}
#drawer_nav .gnav > ul > li > a:active::before {
  transform: scale(1.5);
  background: #a1a600;
}
#drawer_nav .gnav > ul > li.active > span.a::before {
  transform: scale(1.5);
  background: #a1a600;
}
#drawer_nav .gnav > ul > li.active > span.a::after {
  transform: rotate(270deg);
}
#drawer_nav .gnav > ul > li.dropdown ul {
  padding-bottom: 2rem;
}
#drawer_nav .gnav > ul > li.dropdown ul li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 2.6rem;
  font-size: 1.2rem;
  font-weight: 500;
  padding-left: 2.5rem;
}
#drawer_nav .gnav > ul > li.dropdown ul li a::before {
  content: "・";
  font-feature-settings: "pkna";
}
#drawer_nav .hnav ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.1rem;
}
#drawer_nav .hnav ul li {
  width: calc(50% - 0.05rem);
  border-radius: 0.3rem;
  border-style: solid;
  border-width: 0.1rem;
  border-color: #d7d7d7;
}
#drawer_nav .hnav ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  gap: 0.3rem;
  height: 3rem;
  font-size: 1rem;
}
#drawer_nav .hnav ul li a .w_icon {
  position: relative;
  display: block;
  aspect-ratio: 1/1;
  width: 2rem;
}
#drawer_nav .hnav ul li a .w_icon .icon {
  transition: fill 0.2s ease;
  display: block;
  position: relative;
  z-index: 1;
  aspect-ratio: 1/1;
  width: 100%;
  fill: #2E2B2B;
}
#drawer_nav .hnav ul li:active a {
  background-color: #a66000;
}
#drawer_nav .hnav ul li:active a .txt {
  color: #F7F6ED !important;
}
#drawer_nav .hnav ul li:active a .w_icon .icon {
  fill: #F7F6ED !important;
}
#drawer_nav .hnav ul li.workers {
  border-color: #D3D900;
}
#drawer_nav .hnav ul li.workers a .txt {
  color: #D3D900;
}
#drawer_nav .hnav ul li.workers a .w_icon::before {
  border-color: #D3D900;
}
#drawer_nav .hnav ul li.workers a .w_icon .icon {
  fill: #D3D900;
}
#drawer_nav .hnav ul li.workers:active a {
  background-color: #D3D900;
}
#drawer_nav .hnav ul li.workers:active a .txt {
  color: #F7F6ED;
}
#drawer_nav .hnav ul li.workers:active a .w_icon .icon {
  fill: #F7F6ED;
}
#drawer_nav .info .contact li {
  width: fit-content;
  margin-inline: auto;
}
#drawer_nav .info .contact li.btn_access {
  margin-top: 1.5rem;
}
#drawer_nav .info .contact li.btn_access a {
  width: 18rem;
}
#drawer_nav .snav {
  border-top: solid 0.1rem #d7d7d7;
  background: #F7F6ED;
  margin-top: auto;
}
#drawer_nav .snav ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
#drawer_nav .snav ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  flex-direction: column;
  gap: 0.3rem;
  font-size: 0.9rem;
  height: 6rem;
}
#drawer_nav .snav ul li a br {
  display: none;
}
#drawer_nav .snav ul li a::before {
  display: block;
  width: 3rem;
  height: 3rem;
  background-position: center center;
  background-repeat: none;
  background-size: contain;
}
#drawer_nav .snav ul li a .w_icon .icon {
  fill: #2E2B2B;
}
#drawer_nav .snav ul li.opencampus a::before {
  background-image: url(/assets/img/icon_oc_b.svg);
}
#drawer_nav .snav ul li.document a::before {
  background-image: url(/assets/img/icon_doc_b.svg);
}
#drawer_nav .snav ul li.contact a::before {
  background-image: url(/assets/img/icon_co_b.svg);
}
#drawer_nav.drawer_opening {
  animation: drawer-open 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  animation-fill-mode: none;
  animation-fill-mode: both;
}
#drawer_nav.drawer_opened {
  visibility: visible;
}
#drawer_nav.drawer_closing {
  animation: drawer-close 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  animation-fill-mode: both;
}

@keyframes drawer-open {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@keyframes drawer-close {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
  }
}
.pagetop {
  display: none;
  position: fixed;
  z-index: 100;
  bottom: 5rem;
  right: 5rem;
}
.pagetop .btn a .arr {
  transform: rotate(-90deg);
}
@media screen and (min-width: 768px) {
  .pagetop.fixed {
    display: block;
    animation: DispAnime 0.5s forwards;
  }
}

@keyframes DispAnime {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
aside {
  position: relative;
  z-index: 1;
  background: #F7F6ED;
  padding: 5rem 0;
}
@media screen and (min-width: 768px) {
  aside {
    padding: 10rem 0;
  }
}
aside .content--list {
  display: flex;
  flex-direction: column;
  gap: min(8vw, 6rem);
}
@media screen and (min-width: 768px) {
  aside .content--list {
    flex-direction: row;
  }
}
aside .content--list li {
  flex: 1;
  overflow: clip;
  border-radius: 2rem;
  background: #d3d900;
}
aside .content--list li a {
  display: block;
  padding: 2rem;
}
@media screen and (min-width: 768px) {
  aside .content--list li a {
    padding: 3rem;
  }
}
aside .content--list li:nth-of-type(2) {
  background: #00C0D9;
}
aside .content--list li:nth-of-type(2) a {
  color: #F7F6ED;
}
aside .content--list li hgroup {
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 2rem;
}
aside .content--list li hgroup h2 {
  font-size: clamp(1.8rem, 1.35rem + 1.2vw, 2.4rem);
}
aside .content--list li hgroup p {
  margin-bottom: 1rem;
}
aside .content--list li .img {
  border-radius: 1rem;
  background: #F7F6ED;
}
aside .content--list li .img:has(+ *) {
  margin-bottom: 1rem;
}

footer {
  position: relative;
  font-size: clamp(1.3rem, 1.225rem + 0.2vw, 1.4rem);
}
footer a {
  font-size: clamp(1.3rem, 1.225rem + 0.2vw, 1.4rem);
}
@media screen and (min-width: 768px) {
  footer a:hover {
    text-decoration: underline;
  }
}
footer.gfoot {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  column-gap: 3rem;
  row-gap: 5rem;
  background: #F7F6ED;
  padding: 5rem 0;
}
@media screen and (min-width: 768px) {
  footer.gfoot {
    flex-direction: row;
    column-gap: 5rem;
  }
}
footer .footer_l, footer .footer_r {
  flex: 1;
}
footer .footer_l {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  footer .footer_l {
    align-items: flex-start;
  }
}
footer .footer_l .sitetitle {
  position: relative;
  width: auto;
  height: auto;
}
footer .footer_l .sitetitle .logo {
  height: 7.5rem;
}
footer .footer_l .sitetitle .logo img {
  height: 100%;
  width: auto;
}
footer .footer_l .content {
  flex: 1;
  text-align: center;
}
@media screen and (min-width: 768px) {
  footer .footer_l .content {
    text-align: left;
  }
}
footer .footer_l .content address {
  width: fit-content;
  text-align: left;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  footer .footer_l .content address {
    width: unset;
    margin-inline: unset;
  }
}
footer .footer_r .sitemap {
  display: none;
}
@media screen and (min-width: 768px) {
  footer .footer_r .sitemap {
    display: block;
  }
}
footer .footer_r .sitemap ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
footer .footer_r .sitemap ul li::before {
  content: "・";
}
@media screen and (min-width: 768px) {
  footer .footer_r .sns {
    margin-top: 2rem;
  }
}
footer .footer_r .sns ul {
  display: flex;
  gap: 2rem;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  footer .footer_r .sns ul {
    justify-content: flex-end;
  }
}
footer .footer_r .sns li a .arr {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  width: 4rem;
  aspect-ratio: 1;
  overflow: hidden;
}
footer .footer_r .sns li a .arr svg {
  position: relative;
  z-index: 1;
  display: block;
  aspect-ratio: 1;
  width: 100%;
  fill: #2E2B2B;
}
footer .footer_r .sns li.kohan-no-gohan a {
  position: relative;
}
footer .footer_r .sns li.kohan-no-gohan a .txt {
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 50%;
  transform: translateX(-50%);
  width: 130%;
  height: auto;
  display: flex;
}
footer .footer_f {
  width: 100%;
  border-top: solid 0.1rem #d7d7d7;
  padding-top: 5rem;
}
footer .footer_f .policy {
  width: fit-content;
  margin-inline: auto;
}
footer .footer_f .policy ul {
  display: flex;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  footer .footer_f .policy ul {
    margin-inline: unset;
  }
}
footer .footer_f .policy ul li:nth-of-type(2)::before {
  content: "｜";
}
footer .footer_f .copyright {
  text-align: center;
  margin-top: 1rem;
}

.fancybox__container .fancybox__backdrop {
  background: rgba(46, 43, 43, 0.8) !important;
}

#index #mainvisual {
  position: relative;
  width: 100% !important;
  height: 100svh;
}
#index #mainvisual::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(49, 51, 0, 0.2);
  mix-blend-mode: multiply;
}
#index #mainvisual .swiper {
  position: fixed;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100svh;
}
#index #mainvisual hgroup {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  transform: translate(-50%, -50%);
}
#index #mainvisual hgroup h2 {
  writing-mode: vertical-rl;
  font-size: clamp(2.4rem, 1.6rem + 2.4vw, 4rem);
  line-height: 1.5;
  letter-spacing: 0.17em;
  color: #F7F6ED;
}
#index #mainvisual .mv--list li figure {
  width: 100%;
  height: 100%;
  animation: zoomUp 10s linear 0s normal both;
}
#index #mainvisual .mv--list li figure img {
  object-position: center center;
}
@keyframes zoomUp {
  0% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}
#index #mainvisual .mv--list li:nth-of-type(1) figure img {
  object-position: center top;
}
#index article {
  position: relative;
  background: #F1EDE1;
}
#index article:not(:has(.bg)) {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  #index article:not(:has(.bg)) {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}
#index article > .bg {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  #index article > .bg {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}
#index article > .bg:nth-of-type(odd) {
  background: #F7F6ED;
}
#index article > .flex {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: min(8vw, 6rem);
}
@media screen and (min-width: 768px) {
  #index article > .flex {
    flex-direction: row;
  }
}
#index article > .flex > .mv {
  border-radius: 2rem;
}
@media screen and (min-width: 768px) {
  #index article > .flex > .mv {
    width: 56%;
  }
}
#index article > .flex > .textwrap {
  flex: 1;
}
#index article > .flex hgroup {
  font-size: clamp(1.5rem, 1.275rem + 0.6vw, 1.8rem);
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 2rem;
}
#index article > .flex hgroup h2 {
  font-size: clamp(2.4rem, 1.6rem + 2.4vw, 3.6rem);
  letter-spacing: 0.17em;
}
#index article > .flex hgroup p {
  margin-bottom: 1rem;
}
#index article > .flex hgroup p.bg {
  display: none;
  width: fit-content;
  padding: 1rem 2rem 1.5rem;
  background-color: #D3D900; /* 例: 背景色 */
  clip-path: polygon(3% 0, 95% 0, 100% 85%, 0 100%); /* 台形を定義 */
}
#index article:last-of-type {
  padding-bottom: 10rem !important;
}
@media screen and (min-width: 768px) {
  #index article:last-of-type {
    padding-bottom: 20rem !important;
  }
}
#index article section > .flex {
  display: flex;
  flex-direction: column;
  gap: min(8vw, 6rem);
}
@media screen and (min-width: 768px) {
  #index article section > .flex {
    flex-direction: row;
  }
}
@media screen and (min-width: 768px) {
  #index article section > .flex > .imgwrap {
    width: 45%;
  }
}
#index article section > .flex > .contentwrap {
  flex: 1;
}
#index article section .img {
  border-radius: 1rem;
}
#index article section h2:has(.-open-close), #index article section h3:has(.-open-close) {
  cursor: pointer;
  display: flex;
  gap: 1rem;
  align-items: center;
}
#index article section h3, #index article section h4 {
  letter-spacing: 0.17em;
}
#index article section .contentwrap .readcontent {
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  #index article section .contentwrap .readcontent {
    margin-bottom: 5rem;
  }
}
#index article section .contentwrap .readcontent p {
  font-size: clamp(1.5rem, 1.275rem + 0.6vw, 1.8rem);
}
#index article section .contentwrap .entry:has(+ .entry) {
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  #index article section .contentwrap .entry:has(+ .entry) {
    margin-bottom: 5rem;
  }
}
#index article section .contentwrap h3 {
  display: flex;
  align-items: center;
  font-size: clamp(1.8rem, 1.35rem + 1.2vw, 2.4rem);
  font-weight: 500;
  letter-spacing: 0.17em;
  margin-bottom: 1rem;
}
#index article section .contentwrap p {
  font-size: clamp(1.4rem, 1.25rem + 0.4vw, 1.6rem);
  line-height: 2.6;
}
#index article section .contentwrap p:has(+ *) {
  margin-bottom: 1em;
}
#index article section .contentwrap p.copy {
  font-size: clamp(1.8rem, 1.35rem + 1.2vw, 2.4rem);
}
#index article section .contentwrap p.read {
  font-size: clamp(1.5rem, 1.275rem + 0.6vw, 1.8rem);
}
#index article#about {
  background-image: url(/farm/assets/image/logo_bg.svg);
  background-repeat: no-repeat;
  background-position: left 50% top 0;
  background-size: calc(100vw - var(--space) * 2) auto;
}
#index article#about .msg:has(+ section) {
  margin-bottom: min(8vw, 6rem);
}
#index article#about .msg h2 {
  font-size: clamp(2.4rem, 1.6rem + 2.4vw, 4rem);
  text-align: center;
  line-height: 1.5;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  #index article#about .msg h2 {
    margin-bottom: 3rem;
  }
}
#index article#about .msg .content {
  max-width: 80rem;
  margin-right: var(--space);
  margin-left: var(--space);
}
@media screen and (min-width: 768px) {
  #index article#about .msg .content {
    margin-right: unset;
    margin-left: unset;
    margin-inline: auto;
  }
}
#index article#about .msg .content p {
  line-height: 2.6;
}
#index article#about .msg .content p:has(+ *) {
  margin-bottom: 1em;
}
#index article#about .msg:first-of-type {
  overflow: visible;
}
@media screen and (min-width: 768px) {
  #index article#purpose .bg:nth-of-type(odd) .mv {
    order: 2;
  }
  #index article#purpose .bg:nth-of-type(odd) .textwrap {
    order: 1;
  }
}
@media screen and (min-width: 768px) {
  #index article#purpose .mv {
    position: sticky;
    top: min(8vw, 6rem);
  }
}
#index article#purpose .content p {
  line-height: 2.6;
}
#index article#plan h2 {
  font-size: clamp(2.4rem, 1.6rem + 2.4vw, 3.6rem);
  text-align: center;
  line-height: 1.5;
  margin-bottom: min(8vw, 6rem);
}
#index article#plan .content--list {
  display: grid;
  gap: min(8vw, 6rem);
}
@media screen and (min-width: 768px) {
  #index article#plan .content--list {
    grid-template-columns: repeat(3, 1fr);
  }
}
#index article#plan .content--list li h3 {
  font-size: clamp(1.5rem, 1.275rem + 0.6vw, 1.8rem);
}
#index article#plan .content--list li h3::before {
  content: "";
  display: inline-block;
  width: 1.5rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #D3D900;
  margin-right: 1rem;
}
#index article#plan .content--list li > *:has(+ *) {
  margin-bottom: 1rem;
}
#index article#facility section:has(+ section) {
  margin-bottom: min(8vw, 6rem);
}
#index article#facility .header {
  align-items: center;
  flex-wrap: wrap;
}
#index article#facility .header .textwrap .content h3 {
  font-size: clamp(1.5rem, 1.275rem + 0.6vw, 1.8rem);
}
#index article#facility .header .textwrap .content h3::before {
  content: "";
  display: inline-block;
  width: 1.5rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #D3D900;
  margin-right: 1rem;
}
#index article#facility .header .textwrap .content > *:has(+ *) {
  margin-bottom: 1rem;
}
#index article#facility .header .textwrap .content ol li {
  text-indent: -1em;
  padding-left: 1em;
}
#index article#facility .header .btnwrap {
  width: 100%;
}
#index article#facility .charge > h3 {
  font-size: clamp(1.8rem, 1.35rem + 1.2vw, 2.4rem);
  text-align: center;
  margin-bottom: 2rem;
}
#index article#facility .charge table {
  width: 100%;
}
#index article#facility .charge table thead {
  background: #f1ede1;
  mix-blend-mode: multiply;
}
#index article#facility .charge table thead th, #index article#facility .charge table thead td {
  padding: 1rem;
}
#index article#facility .charge table tbody tr {
  border-bottom: solid 0.1rem #c0ae79;
}
#index article#facility .charge table tbody th, #index article#facility .charge table tbody td {
  padding: 1rem;
}
#index article#facility .charge table tbody th {
  background: rgba(241, 237, 225, 0.5);
  mix-blend-mode: multiply;
}
#index article#facility .charge table tbody th p {
  writing-mode: vertical-rl;
}
@media screen and (min-width: 768px) {
  #index article#facility .charge table tbody th p {
    writing-mode: unset;
  }
}
#index article#facility .description > h3 {
  font-size: clamp(1.8rem, 1.35rem + 1.2vw, 2.4rem);
  text-align: center;
  margin-bottom: 2rem;
}
#index article#facility .description > p {
  text-align: center;
}
#index article#facility .description .content--list {
  display: grid;
  gap: min(8vw, 6rem);
  margin: min(8vw, 6rem) 0;
}
@media screen and (min-width: 768px) {
  #index article#facility .description .content--list {
    grid-template-columns: repeat(3, 1fr);
  }
}
#index article#facility .description .content--list li h4 {
  font-size: clamp(1.5rem, 1.275rem + 0.6vw, 1.8rem);
  text-align: center;
}
#index article#facility .description .content--list li > *:has(+ *) {
  margin-bottom: 1rem;
}
#index article#facility .description .btn {
  margin-top: min(8vw, 6rem);
}
#index article#training section:has(+ section) {
  margin-bottom: min(8vw, 6rem);
}
@media screen and (min-width: 768px) {
  #index article#training .mv {
    position: sticky;
    top: min(8vw, 6rem);
    z-index: 1;
  }
}
#index article#training .header .textwrap .content h3 {
  font-size: clamp(1.5rem, 1.275rem + 0.6vw, 1.8rem);
}
#index article#training .header .textwrap .content h3::before {
  content: "";
  display: inline-block;
  width: 1.5rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #D3D900;
  margin-right: 1rem;
}
#index article#training .header .textwrap .content > *:has(+ *) {
  margin-bottom: 1rem;
}
#index article#training .header .textwrap .content ol li {
  text-indent: -1em;
  padding-left: 1em;
}
#index article#training .header .textwrap .content dl {
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  #index article#training .header .textwrap .content dl > div {
    display: flex;
    gap: 1rem;
    padding: 0.5rem 0;
  }
}
#index article#training .header .textwrap .content dl dt {
  width: fit-content;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  #index article#training .header .textwrap .content dl dt {
    padding-right: 1rem;
    border-right: solid 0.03rem #2E2B2B;
  }
}
#index article#training .header .textwrap .content dl dd {
  flex: 1;
}
#index article#training .description > h3 {
  font-size: clamp(1.8rem, 1.35rem + 1.2vw, 2.4rem);
  text-align: center;
  margin-bottom: 2rem;
}
#index article#training .description > p {
  text-align: center;
}
#index article#training .description .content--list {
  display: grid;
  gap: min(8vw, 6rem);
  margin: min(8vw, 6rem) 0;
}
@media screen and (min-width: 768px) {
  #index article#training .description .content--list {
    grid-template-columns: repeat(3, 1fr);
  }
}
#index article#training .description .content--list li h4 {
  font-size: clamp(1.5rem, 1.275rem + 0.6vw, 1.8rem);
  text-align: center;
}
#index article#training .description .content--list li > *:has(+ *) {
  margin-bottom: 1rem;
}
#index article#training .description .btn {
  margin-top: min(8vw, 6rem);
}
#index article.contact {
  background: #F7F6ED;
}
#index article.contact section:has(+ section) {
  margin-bottom: 6rem;
}
@media screen and (min-width: 768px) {
  #index article.contact section:has(+ section) {
    margin-bottom: 8rem;
  }
}
#index article.contact h2 {
  width: fit-content;
  margin-inline: auto;
  margin-bottom: 3rem;
  height: 8rem;
}
@media screen and (min-width: 768px) {
  #index article.contact h2 {
    height: 10rem;
  }
}
#index article.contact h2 img {
  height: 100%;
  width: auto;
}
#index article.contact p {
  text-align: center;
}
#index article.contact p.tel {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: fit-content;
  margin-inline: auto;
}
#index article.contact p.tel .arr {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  width: 5rem;
  aspect-ratio: 124.7/73.9;
  overflow: hidden;
}
#index article.contact p.tel .arr svg {
  position: relative;
  z-index: 1;
  display: block;
  aspect-ratio: 1;
  width: 5rem;
  fill: #2E2B2B;
}
#index article.contact p.tel img {
  position: relative;
  top: 0.5rem;
  width: 5rem;
}
#index article.contact p.tel .txt {
  font-size: 4rem;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  #index article.contact p.tel .txt {
    font-size: 5rem;
  }
}
#index article.contact .btn {
  margin-top: 5rem;
}
#index article.contact .btn--list {
  display: flex;
  flex-direction: column;
  gap: min(8vw, 6rem);
  width: fit-content;
  margin-inline: auto;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  #index article.contact .btn--list {
    flex-direction: row;
    justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  #index article.contact .btn--list .btn {
    width: 35rem;
    max-width: 35rem !important;
  }
}
#index article.contact .btn--list .btn a .txt {
  white-space: nowrap;
}
#index article#program .header {
  display: flex;
  flex-direction: column;
  gap: min(8vw, 6rem);
  align-items: flex-start;
}
#index article#program .header:has(+ section) {
  padding-bottom: 6rem;
}
@media screen and (min-width: 768px) {
  #index article#program .header:has(+ section) {
    padding-bottom: 8rem;
  }
}
@media screen and (min-width: 768px) {
  #index article#program .header {
    flex-direction: row;
  }
}
@media screen and (min-width: 768px) {
  #index article#program .header .textwrap {
    width: 60%;
  }
}
#index article#program .header .textwrap h2 {
  font-size: clamp(2.4rem, 1.6rem + 2.4vw, 3.6rem);
  margin-bottom: 2rem;
}
#index article#program .header .textwrap p {
  line-height: 2.6;
}
#index article#program .header .catnav {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #index article#program .header .catnav {
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
  }
}
#index article#program .header .catnav li a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  font-size: clamp(1.5rem, 1.275rem + 0.6vw, 1.8rem);
  font-weight: 700;
  border-radius: 1rem;
  border: solid 0.15rem #474039;
  background: #e6dec9;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  #index article#program .header .catnav li a {
    aspect-ratio: 1/1;
  }
}
#index article#program .category {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media screen and (min-width: 768px) {
  #index article#program .category {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
#index article#program .category:nth-of-type(odd) {
  background: #F7F6ED;
}
#index article#program .category .btn {
  margin-top: min(8vw, 6rem);
}
#index article#program .category h3 {
  font-size: clamp(1.5rem, 1.275rem + 0.6vw, 1.8rem);
  margin-bottom: 3rem;
}
#index article#program .category h3::before {
  content: "";
  display: inline-block;
  width: 1.5rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #D3D900;
  margin-right: 1rem;
}
@media screen and (min-width: 768px) {
  #index article#program .category h3 {
    position: relative;
    font-size: clamp(1.8rem, 1.35rem + 1.2vw, 2.4rem);
    width: fit-content;
    margin-inline: auto;
    margin-bottom: 5rem;
  }
  #index article#program .category h3::before {
    position: absolute;
    bottom: 0;
    left: 0;
    aspect-ratio: unset;
    display: block;
    width: 95%;
    height: 0.5rem;
    border-radius: 1rem;
    margin-right: unset;
  }
}
#index article#program .category .content--list {
  display: grid;
  gap: min(8vw, 6rem);
}
@media screen and (min-width: 768px) {
  #index article#program .category .content--list {
    grid-template-columns: repeat(4, 1fr);
  }
}
#index article#program .category .content--list .img {
  position: relative;
}
#index article#program .category .content--list .img .class, #index article#program .category .content--list .img .charge {
  position: absolute;
}
#index article#program .category .content--list .img .class {
  top: -4rem;
  left: -4rem;
  width: 8rem;
  height: 8rem;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  font-size: clamp(1.3rem, 1.225rem + 0.2vw, 1.4rem);
  color: #F7F6ED;
  text-shadow: 0 0 0.3rem #2E2B2B;
  text-align: center;
  transform: rotate(-45deg);
  background: #D3D900;
}
#index article#program .category .content--list .img .class.middle {
  background: #00C0D9;
}
#index article#program .category .content--list .img .class.advanced {
  background: #D97D00;
}
#index article#program .category .content--list .img .charge {
  top: 1rem;
  right: 1rem;
  display: block;
  width: fit-content;
  font-size: 1.2rem;
  border-radius: 0.5rem;
  background: #F7F6ED;
  padding: 0 0.3rem;
}
#index article#program .category .content--list .img .charge.paid {
  color: #CE1D1D;
}
#index article#program .category .content--list h4 {
  text-align: center;
}
#index article#program .category .content--list li > *:has(+ *) {
  margin-bottom: 1rem;
}
#index article#activity .header {
  display: flex;
  flex-direction: column;
  gap: min(8vw, 6rem);
  align-items: flex-start;
}
#index article#activity .header:has(+ section) {
  margin-bottom: 6rem;
}
@media screen and (min-width: 768px) {
  #index article#activity .header:has(+ section) {
    margin-bottom: 8rem;
  }
}
@media screen and (min-width: 768px) {
  #index article#activity .header {
    flex-direction: row;
  }
}
@media screen and (min-width: 768px) {
  #index article#activity .header .textwrap {
    width: 60%;
  }
}
#index article#activity .header .textwrap h2 {
  font-size: clamp(2.4rem, 1.6rem + 2.4vw, 3.6rem);
  margin-bottom: 2rem;
}
#index article#activity .header .textwrap p {
  line-height: 2.6;
}
#index article#activity .header .catnav {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #index article#activity .header .catnav {
    position: sticky;
    top: min(8vw, 6rem);
    z-index: 1;
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
  }
}
#index article#activity .header .catnav li a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  font-size: clamp(1.5rem, 1.275rem + 0.6vw, 1.8rem);
  font-weight: 700;
  border-radius: 1rem;
  border: solid 0.15rem #474039;
  background: #e6dec9;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  #index article#activity .header .catnav li a {
    aspect-ratio: 1/1;
  }
}
#index article#activity .category {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media screen and (min-width: 768px) {
  #index article#activity .category {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
#index article#activity .category:nth-of-type(odd) {
  background: #F7F6ED;
}
#index article#activity .category .btn {
  margin-top: min(8vw, 6rem);
}
#index article#activity .category h3 {
  font-size: clamp(1.5rem, 1.275rem + 0.6vw, 1.8rem);
  margin-bottom: 3rem;
}
#index article#activity .category h3::before {
  content: "";
  display: inline-block;
  width: 1.5rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #D3D900;
  margin-right: 1rem;
}
@media screen and (min-width: 768px) {
  #index article#activity .category h3 {
    position: relative;
    font-size: clamp(1.8rem, 1.35rem + 1.2vw, 2.4rem);
    width: fit-content;
    margin-inline: auto;
    margin-bottom: 5rem;
  }
  #index article#activity .category h3::before {
    position: absolute;
    bottom: 0;
    left: 0;
    aspect-ratio: unset;
    display: block;
    width: 95%;
    height: 0.5rem;
    border-radius: 1rem;
    margin-right: unset;
  }
}
#index article#activity .category .content--list {
  display: grid;
  gap: min(8vw, 6rem);
}
@media screen and (min-width: 768px) {
  #index article#activity .category .content--list {
    grid-template-columns: repeat(4, 1fr);
  }
}
#index article#activity .category .content--list .img {
  position: relative;
}
#index article#activity .category .content--list .img .class, #index article#activity .category .content--list .img .charge {
  position: absolute;
}
#index article#activity .category .content--list .img .class {
  top: -4rem;
  left: -4rem;
  width: 8rem;
  height: 8rem;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  font-size: clamp(1.3rem, 1.225rem + 0.2vw, 1.4rem);
  color: #F7F6ED;
  text-shadow: 0 0 0.3rem #2E2B2B;
  text-align: center;
  transform: rotate(-45deg);
  background: #D3D900;
}
#index article#activity .category .content--list .img .class.middle {
  background: #00C0D9;
}
#index article#activity .category .content--list .img .class.advanced {
  background: #D97D00;
}
#index article#activity .category .content--list .img .charge {
  top: 1rem;
  right: 1rem;
  display: block;
  width: fit-content;
  font-size: 1.2rem;
  border-radius: 0.5rem;
  background: #F7F6ED;
  padding: 0 0.3rem;
}
#index article#activity .category .content--list .img .charge.paid {
  color: #CE1D1D;
}
#index article#activity .category .content--list h4 {
  text-align: center;
}
#index article#activity .category .content--list li > *:has(+ *) {
  margin-bottom: 1rem;
}
#index article#activity .category .content--list dl > div {
  display: flex;
  align-items: center;
  gap: 1rem;
}
#index article#activity .category .content--list dl > div:nth-of-type(odd) {
  background: #F1EDE1;
  mix-blend-mode: multiply;
}
#index article#activity .category .content--list dl > div dt, #index article#activity .category .content--list dl > div dd {
  padding: 0.5rem 1rem;
}
#index article#activity .category .content--list dl > div dt {
  width: 8em;
}
#index article#activity .category .content--list dl > div dd {
  flex: 1;
}
#index article#faq hgroup h2 {
  font-size: clamp(2.4rem, 1.6rem + 2.4vw, 3.6rem);
  margin-bottom: min(8vw, 6rem);
}
#index article#faq .category:has(+ .category) {
  margin-bottom: 6rem;
}
@media screen and (min-width: 768px) {
  #index article#faq .category:has(+ .category) {
    margin-bottom: 8rem;
  }
}
@media screen and (min-width: 768px) {
  #index article#faq .category h3 {
    display: flex;
    align-items: flex-end;
    width: 30%;
    font-size: clamp(1.8rem, 1.35rem + 1.2vw, 2.4rem);
    line-height: 1.5;
  }
}
#index article#faq .category .faq--list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #index article#faq .category .faq--list {
    gap: 3rem;
  }
}
#index article#faq .category .faq--list li {
  border-radius: 1rem;
  background: #e6dec9;
  padding: 2rem;
}
@media screen and (min-width: 768px) {
  #index article#faq .category .faq--list li {
    padding: 3rem;
  }
}
#index article#faq .category .faq--list li h4 {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
  align-items: center;
  font-size: clamp(1.6rem, 1.3rem + 0.8vw, 2rem);
  font-weight: 500;
  padding-left: 1em;
  cursor: pointer;
}
#index article#faq .category .faq--list li h4::before {
  display: block;
  content: "Q.";
  font-size: clamp(2.2rem, 1.6rem + 1.6vw, 3rem);
  font-weight: 700;
  color: #898d00;
  line-height: 1;
  width: fit-content;
  margin-bottom: auto;
}
#index article#faq .category .faq--list li h4 .txt {
  flex: 1;
  margin-bottom: auto;
}
#index article#faq .category .faq--list li .content {
  position: relative;
  border-radius: 1rem;
  background: #F7F6ED;
  padding: 2rem 2rem 2rem calc(2rem + clamp(2.2rem, 1.6rem + 1.6vw, 3rem) * 1.5);
  margin-top: 2rem;
  transition: none;
}
#index article#faq .category .faq--list li .content a {
  color: #3E72FF;
  border-bottom: solid 0.1rem #3E72FF;
}
#index article#faq .category .faq--list li .content::before {
  position: absolute;
  top: 0.5rem;
  left: 2rem;
  content: "A.";
  font-size: clamp(2.2rem, 1.6rem + 1.6vw, 3rem);
  font-weight: 700;
  color: #898d00;
}
#index article#access section:has(+ section) {
  margin-bottom: 6rem;
}
@media screen and (min-width: 768px) {
  #index article#access section:has(+ section) {
    margin-bottom: 8rem;
  }
}
#index article#access .gmaps {
  width: 100%;
  flex: 1;
}
@media screen and (min-width: 768px) {
  #index article#access .gmaps {
    position: sticky;
    top: min(8vw, 6rem);
    z-index: 1;
  }
}
#index article#access .textwrap hgroup h2 {
  margin-bottom: 1rem;
}
#index article#access .textwrap .content:has(+ .content) {
  margin-bottom: 3rem;
}
#index article#access .textwrap h3 {
  font-size: clamp(1.5rem, 1.275rem + 0.6vw, 1.8rem);
  margin-bottom: 1rem;
}
#index article#access .textwrap h3::before {
  content: "";
  display: inline-block;
  width: 1.5rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #D3D900;
  margin-right: 1rem;
}
#index article#access .textwrap .plane > li {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 1rem;
}
#index article#access .textwrap .plane > li:last-of-type {
  margin-bottom: 0;
}
#index article#access .textwrap .plane > li::before {
  content: "・";
  color: #2E2B2B;
  font-feature-settings: initial;
}
#index article#access .textwrap .car > li:has(+ li) {
  margin-bottom: 3rem;
}
#index article#access .textwrap .car > li h4 {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 2rem;
}
#index article#access .textwrap .car > li h4::before {
  content: "・";
  font-feature-settings: initial;
}
#index article#access .textwrap .car > li ul {
  display: flex;
  flex-wrap: wrap;
  row-gap: 2rem;
  column-gap: 3rem;
  margin-left: 1em;
}
#index article#access .textwrap .car > li ul li {
  position: relative;
  border-radius: 1rem;
  background: rgba(215, 215, 215, 0.7);
  padding: 0.5rem 1rem;
}
#index article#access .textwrap .car > li ul li::after {
  content: "→";
  position: absolute;
  top: 50%;
  left: calc(100% + 0.6rem);
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  width: 1em;
  height: 1em;
  font-size: clamp(1.5rem, 1.275rem + 0.6vw, 1.8rem);
}
#index article#access .textwrap .car > li ul li:last-of-type {
  background: rgba(211, 217, 0, 0.7);
}
#index article#access .textwrap .car > li ul li:last-of-type::after {
  content: none;
}
#index article#access .textwrap .btn {
  margin-top: 5rem;
}
#index article #gallery {
  overflow: clip;
}
#index article #gallery hgroup {
  text-align: center;
}
#index article #gallery .swiper .swiper-wrapper {
  transition-timing-function: linear;
}
#index article #gallery .swiper .swiper-wrapper .swiper-slide.mt {
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  #index article #gallery .swiper .swiper-wrapper .swiper-slide.mt {
    margin-top: 10rem;
  }
}
#index article #gallery .gallery--list li .img {
  position: relative;
  border-radius: 0.5rem;
}
#index article #gallery .gallery--list li .img figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1rem;
  color: #F7F6ED;
}

/*# sourceMappingURL=style.css.map */
