@font-face {
  font-family: "LINE Seed JP";

  font-weight: 400;
  font-display: swap;
  src:
    local("LINE Seed JP Regular"),
    url("./fonts/LINESeedJP_OTF_Rg.woff2") format("woff2");
}

@font-face {
  font-family: "LINE Seed JP";
  font-weight: 700;
  font-display: swap;
  src:
    local("LINE Seed JP Bold"),
    url("./fonts/LINESeedJP_OTF_Bd.woff2") format("woff2");
}

@font-face {
  font-family: "LINE Seed JP";
  font-weight: 800;
  font-display: swap;
  src:
    local("LINE Seed JP ExtraBold"),
    url("./fonts/LINESeedJP_OTF_Eb.woff2") format("woff2");
}

:root {
  --font-sans: "LINE Seed JP", sans-serif;
  --font-size-base: 1rem;
  --line-height-base: 1.6;
  --font-weight-normal: 400;
  --font-weight-medium: 500;
  --font-weight-bold: 700;

  --scrollbar-size: 0px;

  --space-xs: 0.25rem;
  --space-sm: 0.5rem;
  --space-md: 1rem;
  --space-lg: 1.5rem;
  --space-xl: 2rem;
  --space-xxl: 2.5rem;
  --space-xxxl: 3rem;

  --color-text: #333;
  --color-bg: #fff;
  --color-bg-page: #f5f4ea;
  --color-border: #969696;
}

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

html {
  font-size: 16px;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  overflow-x: clip;
  max-width: 100vw;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-family: var(--font-sans);
  font-size: var(--font-size-base);
  line-height: var(--line-height-base);
  color: var(--color-text);
  background-color: var(--color-bg-page);
  overflow-x: clip;
  width: 100%;
  max-width: 100vw;
}

.page-reveal {
  position: fixed;
  inset: 0;
  width: 100%;
  max-width: 100vw;
  height: 100%;
  overflow-x: clip;
  overflow-y: auto;
  scroll-behavior: smooth;
  background-color: transparent;
}

.bg-green {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: var(--bg-green-height, 100vh);
  z-index: -1;
  background-color: #338751;
}

.bg-area {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.page-reveal > .bg-area {
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.circles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.circles ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.circles li {
  position: absolute;
  display: block;
  list-style: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(255, 182, 193, 0.35);
  animation: bgCircleAnimate 25s linear infinite;
  bottom: -150px;
}

.circles li:nth-child(1) {
  left: 25%;
  width: 80px;
  height: 80px;
  animation-delay: 0s;
  background: rgba(173, 216, 230, 0.35);
}

.circles li:nth-child(2) {
  left: 10%;
  width: 20px;
  height: 20px;
  animation-delay: 2s;
  animation-duration: 12s;
  background: rgba(221, 160, 221, 0.3);
}

.circles li:nth-child(3) {
  left: 70%;
  width: 20px;
  height: 20px;
  animation-delay: 4s;
  background: rgba(152, 251, 152, 0.3);
}

.circles li:nth-child(4) {
  left: 40%;
  width: 60px;
  height: 60px;
  animation-delay: 0s;
  animation-duration: 18s;
  background: rgba(255, 218, 185, 0.35);
}

.circles li:nth-child(5) {
  left: 65%;
  width: 20px;
  height: 20px;
  animation-delay: 0s;
  background: rgba(176, 224, 230, 0.35);
}

.circles li:nth-child(6) {
  left: 75%;
  width: 110px;
  height: 110px;
  animation-delay: 3s;
  background: rgba(255, 182, 193, 0.3);
}

.circles li:nth-child(7) {
  left: 35%;
  width: 150px;
  height: 150px;
  animation-delay: 7s;
  background: rgba(230, 230, 250, 0.35);
}

.circles li:nth-child(8) {
  left: 50%;
  width: 25px;
  height: 25px;
  animation-delay: 15s;
  animation-duration: 45s;
  background: rgba(152, 251, 152, 0.35);
}

.circles li:nth-child(9) {
  left: 20%;
  width: 15px;
  height: 15px;
  animation-delay: 2s;
  animation-duration: 35s;
  background: rgba(221, 160, 221, 0.3);
}

.circles li:nth-child(10) {
  left: 85%;
  width: 150px;
  height: 150px;
  animation-delay: 0s;
  animation-duration: 11s;
  background: rgba(255, 218, 185, 0.3);
}

.page > main > .bg-area .circles li {
  animation-name: bgCircleAnimateMain;
  animation-duration: 114s;
}
.page > main > .bg-area .circles li:nth-child(2) {
  animation-duration: 54s;
}
.page > main > .bg-area .circles li:nth-child(4) {
  animation-duration: 81s;
}
.page > main > .bg-area .circles li:nth-child(8) {
  animation-duration: 204s;
}
.page > main > .bg-area .circles li:nth-child(9) {
  animation-duration: 156s;
}
.page > main > .bg-area .circles li:nth-child(10) {
  animation-duration: 48s;
}
.page > main > .bg-area .circles li:nth-child(11) {
  left: 15%;
  width: 45px;
  height: 45px;
  animation-delay: 5s;
  animation-duration: 120s;
  background: rgba(173, 216, 230, 0.35);
}
.page > main > .bg-area .circles li:nth-child(12) {
  left: 55%;
  width: 25px;
  height: 25px;
  animation-delay: 10s;
  animation-duration: 90s;
  background: rgba(221, 160, 221, 0.3);
}
.page > main > .bg-area .circles li:nth-child(13) {
  left: 80%;
  width: 70px;
  height: 70px;
  animation-delay: 3s;
  animation-duration: 150s;
  background: rgba(152, 251, 152, 0.3);
}
.page > main > .bg-area .circles li:nth-child(14) {
  left: 30%;
  width: 35px;
  height: 35px;
  animation-delay: 8s;
  animation-duration: 100s;
  background: rgba(255, 218, 185, 0.35);
}
.page > main > .bg-area .circles li:nth-child(15) {
  left: 5%;
  width: 90px;
  height: 90px;
  animation-delay: 12s;
  animation-duration: 180s;
  background: rgba(230, 230, 250, 0.35);
}
.page > main > .bg-area .circles li:nth-child(16) {
  left: 60%;
  width: 40px;
  height: 40px;
  animation-delay: 2s;
  animation-duration: 85s;
  background: rgba(255, 182, 193, 0.3);
}
.page > main > .bg-area .circles li:nth-child(17) {
  left: 42%;
  width: 55px;
  height: 55px;
  animation-delay: 15s;
  animation-duration: 130s;
  background: rgba(176, 224, 230, 0.35);
}
.page > main > .bg-area .circles li:nth-child(18) {
  left: 92%;
  width: 30px;
  height: 30px;
  animation-delay: 6s;
  animation-duration: 95s;
  background: rgba(152, 251, 152, 0.35);
}
.page > main > .bg-area .circles li:nth-child(19) {
  left: 18%;
  width: 65px;
  height: 65px;
  animation-delay: 20s;
  animation-duration: 160s;
  background: rgba(221, 160, 221, 0.3);
}
.page > main > .bg-area .circles li:nth-child(20) {
  left: 68%;
  width: 50px;
  height: 50px;
  animation-delay: 1s;
  animation-duration: 110s;
  background: rgba(255, 218, 185, 0.3);
}

@keyframes bgCircleAnimate {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
  }
  100% {
    transform: translateY(-1000px) rotate(720deg);
    opacity: 0;
  }
}

@keyframes bgCircleAnimateMain {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
  }
  95% {
    transform: translateY(-3000px) rotate(720deg);
    opacity: 1;
  }
  100% {
    transform: translateY(-3000px) rotate(720deg);
    opacity: 0;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
figure {
  margin: 0 0 var(--space-md);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: var(--font-weight-bold);
  line-height: 1.3;
}

ul,
ol {
  padding-left: var(--space-lg);
}

li {
  margin-bottom: var(--space-xs);
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

input,
button,
textarea,
select {
  font: inherit;
  color: inherit;
}

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

.header_special {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 101;
  width: 100%;
  height: 1.8rem;
  overflow: auto;
  background: #ea7d3e;
  padding: 0 var(--space-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 0.8125rem;
  line-height: 1.4;
  opacity: 0;
  transition: opacity 0.15s;
}

.header_special a {
  color: #fff;
  font-weight: var(--font-weight-bold);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  column-gap: 0.75rem;
  row-gap: 0.1rem;
  flex-wrap: wrap;
  max-width: min(40rem, 100%);
  line-height: 1.4;
}

.header_special a::after {
  content: "続きを見る→";
  display: inline-block;
  text-decoration: underline;
  text-underline-offset: 0.15rem;
  white-space: nowrap;
  font-weight: var(--font-weight-bold);
}

@media screen and (max-width: 47.99rem) {
  .header_special {
    height: 3.8rem;
  }
}

body.page-senior-reservation-flow .header_special {
  display: none !important;
}

body.page-senior-reservation-flow .page {
  padding-top: 0 !important;
}

.page {
  position: relative;
  z-index: 1;
  padding-top: 1.8rem;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 100vw;
  box-sizing: border-box;
  background: transparent;
}

@media screen and (max-width: 47.99rem) {
  .page {
    padding-top: 3.8rem;
  }
}

@media screen and (min-width: 80rem) {
  .page {
    padding-top: 1.75rem;
  }
}

@media screen and (min-width: 85.375rem) {
  .page {
    padding-top: 1.6rem;
  }
}

@media screen and (min-width: 90rem) {
  .page {
    padding-top: 1.75rem;
  }
}

@media screen and (min-width: 120rem) {
  .page {
    padding-top: 1.7rem;
  }
}

@media screen and (min-width: 160rem) {
  .page {
    padding-top: 1.75rem;
  }
}

.page > main {
  position: relative;
  flex: 1;
}

.page > main > .bg-area {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
  bottom: -100px;
}

.page:has(.site-header.is-sub) > main > .bg-area {
  max-width: 90rem;
  width: 100%;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
}

.page > main > .bg-area ~ * {
  position: relative;
  z-index: 1;
}

.site-header {
  --homeMv-blue: #338751;
  position: relative;
  z-index: 50;
  width: 100%;
  max-width: 100%;
  min-height: 100vh;
  min-height: 100dvh;
  background: transparent;
  padding-bottom: 40px;
  box-sizing: border-box;
  overflow-x: hidden;
  overflow-y: hidden;
}

.header-inner {
  position: relative;
  z-index: 10;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-md);
  padding: var(--space-sm) var(--space-md);
  max-width: 90rem;
  margin: 0 auto;
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
}

.site-header .header-inner {
  background: var(--color-bg);
  border: 1px solid var(--color-border);
  border-radius: 3rem;
  margin: var(--space-md) auto 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}

.header-nav {
  flex: 1 1 auto;
  min-width: 0;
  max-width: 100%;
}

.logo {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: var(--space-md);
  position: relative;
  padding: 10px;
}

.logo-img {
  height: 2.25rem;
  width: auto;
  display: block;
}

@media (min-width: 84rem) {
  .logo-img {
    height: 3rem;
  }
}

.logo-eyes {
  display: flex;
  gap: 0.5rem;
  --pupil-x: 0;
  --pupil-y: 0;
}

.eye {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--color-text);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.pupil {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--color-bg);
  transition: transform 0.2s ease-out;
  transform: translate(
    calc(var(--pupil-x, 0) * 3px),
    calc(var(--pupil-y, 0) * 2px)
  );
}

.header-nav__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

@media (max-width: 63.99rem) {
  .header-nav__list a {
    padding: var(--space-sm) var(--space-sm);
    font-size: 0.8125rem;
  }
}

.header-nav__list li {
  margin: 0;
}

.header-nav__list li + li a {
  border-left: 1px solid var(--color-border);
}

.header-nav__list a {
  display: block;
  padding: var(--space-sm) var(--space-md);
  font-size: 0.875rem;
  font-weight: bold;
  color: var(--color-text);
  transition: color 0.2s ease;
}

.header-nav__list a:hover {
  color: #0ea5e9;
}

.header-nav__cta {
  font-weight: var(--font-weight-bold);
  color: #0ea5e9;
}

.header-nav__cta:hover {
  color: #0284c7;
}

.header__wrapper {
  position: relative;
  width: 100%;
}

.header__button {
  display: none;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  color: var(--color-text);
  border-radius: 4px;
  flex-shrink: 0;
  flex-direction: column;
  gap: 6px;
  transition: color 0.2s ease;

  position: relative;
  z-index: 101;
}
.header__button:hover {
  color: #0ea5e9;
}
.header__buttonLine {
  display: block;
  width: 24px;
  height: 2px;
  background: currentColor;
  border-radius: 1px;
  transition:
    transform 0.25s ease,
    opacity 0.2s ease;
  transform-origin: center;
}

.header__button[aria-expanded="true"] .header__buttonLine {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
}
.header__button[aria-expanded="true"] .header__buttonLine:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}
.header__button[aria-expanded="true"] .header__buttonLine:nth-child(2) {
  opacity: 0;
  transform: translate(-50%, -50%) scale(0);
}
.header__button[aria-expanded="true"] .header__buttonLine:nth-child(3) {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.header__menu {
  --header-bar-height: 7rem;
  position: fixed;
  top: var(--header-bar-height);
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  background: var(--color-bg-page);
  visibility: hidden;
  opacity: 0;
  transition:
    visibility 0.3s ease,
    opacity 0.3s ease;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.header__menu[aria-hidden="false"] {
  visibility: visible;
  opacity: 1;
}
.header__menu .header__content {
  padding: var(--space-xl) var(--space-md) var(--space-xxl);
  opacity: 0;
  transform: translateY(8px);
  transition:
    opacity 0.35s ease 0.05s,
    transform 0.35s ease 0.05s;
}
.header__menu[aria-hidden="false"] .header__content {
  opacity: 1;
  transform: translateY(0);
}
.header__menuLogo {
  padding: var(--space-lg) var(--space-md);
  border-bottom: 1px solid var(--color-border);
}
.header__menuLogoLink {
  display: inline-block;
}
.header__menuLogo .logo-img {
  height: 2rem;
}
.header__shape {
  display: none;
}

.headerNav__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.headerNav__item {
  margin: 0;
  border-bottom: 1px solid var(--color-border);
}
.headerNav__item a {
  display: block;
  padding: var(--space-md) var(--space-md);
  font-size: 1rem;
  font-weight: bold;
  color: var(--color-text);
  transition:
    color 0.2s ease,
    background 0.2s ease;
}
.headerNav__item a:hover {
  color: #0ea5e9;
  background: rgba(0, 0, 0, 0.03);
}
.headerNav__cta {
  color: #0ea5e9;
}
.headerNav__cta:hover {
  color: #0284c7;
}

@media (max-width: 63.99rem) {
  .header__wrapper .header-inner {
    z-index: 101;
  }
  .header__button {
    display: flex;
  }
  .header-nav--pc {
    display: none !important;
  }
}

@media (min-width: 64rem) {
  .header__menu {
    position: absolute;
    visibility: hidden;
    pointer-events: none;
  }
}

.homeMv {
  overflow-x: hidden;
  overflow-y: hidden;
  position: relative;
  z-index: 1;
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
}

@media screen and (min-width: 48rem) {
  .homeMv {
    height: 620px;
    padding-top: 0;
    padding-bottom: 4rem;
  }
}

@media screen and (max-width: 80rem) {
  .site-header {
    overflow-x: hidden;
  }
}

.homeMv.is-loading .homeMv__slide:first-child .homeMv__link {
  opacity: 0;
  transform: scale(0.75) translateY(16px);
  transition: none;
}
.homeMv.is-loading .homeMv__slide:nth-child(2) .homeMv__link {
  opacity: 0;
  transform: scale(0.75) translate(5%, 0) rotate(5deg);
  transition: none;
}
.homeMv.is-loading .homeMv__scrollsign,
.homeMv.is-loading .homeMv__slider .splide__pagination {
  opacity: 0;
}
.homeMv.is-opening .homeMv__slide:first-child .homeMv__link {
  opacity: 1;
  transform: scale(1) translateY(0);
  transition:
    opacity 1.4s cubic-bezier(0.33, 1, 0.68, 1) 0.45s,
    transform 1.4s cubic-bezier(0.33, 1, 0.68, 1) 0.45s;
}
.homeMv.is-opening .homeMv__slide:nth-child(2) .homeMv__link {
  opacity: 1;
  transform: scale(0.695) translate(0) rotate(0deg);
  transition:
    opacity 0.8s cubic-bezier(0.33, 1, 0.68, 1) 1.2s,
    transform 0.8s cubic-bezier(0.33, 1, 0.68, 1) 1.2s;
}
.homeMv.is-opening .homeMv__scrollsign,
.homeMv.is-opening .homeMv__slider .splide__pagination {
  opacity: 1;
  transition: opacity 0.8s cubic-bezier(0.33, 1, 0.68, 1) 1.2s;
}

@keyframes homeMvShapeFadeUp {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.site-header > .homeMv__shape {
  display: block;
  position: absolute;
  background-color: var(--color-bg-page);
  pointer-events: none;
  border-radius: 50%;
  z-index: 0;
  opacity: 1;
  transform: translateY(0);
  animation: homeMvShapeFadeUp 1.2s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

@media screen and (max-width: 47.99rem) {
  .site-header > .homeMv__shape {
    top: calc(-156px - (100vw - 375px) * 2);
    left: calc(50% - 105.0666666667vw);
    width: 192vw;
    height: 192vw;
  }
}

@media screen and (min-width: 48rem) {
  .site-header > .homeMv__shape {
    top: calc(36rem - 200vmax);
    left: 50%;
    margin-left: -100vmax;
    width: 200vmax;
    height: 200vmax;
  }
}

.homeMv__circleLeft {
  position: absolute;
  left: -18%;
  top: 50%;
  transform: translateY(-50%);
  width: 52vmin;
  height: 52vmin;
  min-width: 180px;
  min-height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, #f0f9ee, #dfeed1 50%, #c5e0be);
  pointer-events: none;
  z-index: 1;
}

.homeMv__inner {
  position: relative;
  z-index: 2;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 90rem;
  margin: 0 auto;
  padding: var(--space-xl) var(--space-md);
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
  overflow-x: visible;
}

@media (min-width: 48em) {
  .homeMv__inner {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 0 1.25rem;
  }

  .homeMv__header {
    flex: 0 1 35%;
    min-width: 260px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 0;
    text-align: right;
    padding-right: 3.25rem;
  }

  .homeMv__body {
    flex: 0 1 60%;
    min-width: 280px;
    max-width: 100%;
    overflow-x: visible;
  }
}

@media (min-width: 1920px) {
  .homeMv__header {
    flex: 0 1 38%;
  }
}

@media screen and (min-width: 160rem) {
  .homeMv__header {
    flex: 0 1 42%;
  }
}

.homeMv__header {
  position: relative;
  z-index: 1;
  margin-bottom: var(--space-xl);
  text-align: center;
}

@media screen and (max-width: 47.99rem) {
  .homeMv__header {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: var(--space-sm);
    text-align: left;
  }

  .homeMv__header .homeMv__heading {
    flex: 2 1 0;
    min-width: 0;
    margin-bottom: 0;
    padding-right: 0;
  }

  .homeMv__header .homeMv__lead {
    flex: 4 1 0;
    min-width: 0;
  }

  .homeMv__header .homeMv__headingJp img {
    max-height: none;
    max-width: 100%;
    width: 100%;
    height: auto;
    margin-left: 10px;
  }

  .homeMv__header .homeMv__leadCatch img {
    width: 100%;
    height: auto;
  }
}

.homeMv__heading {
  margin: 0 0 var(--space-md);
  font-size: clamp(0.75rem, 2vw, 0.875rem);
  font-weight: var(--font-weight-normal);
  color: #444;
  letter-spacing: 0.05em;
  overflow-wrap: break-word;
  word-wrap: break-word;
  padding-right: 13px;
}

.homeMv__headingEn {
  display: none;
  margin-bottom: var(--space-xs);
  font-size: 0.75rem;
}

.homeMv__headingJp {
  display: inline-block;
  font-size: 70px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.homeMv__headingJpSub {
  display: block;
  width: 100%;
  font-size: 0.83em;
}

.homeMv__headingJp picture,
.homeMv__headingJp img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.homeMv__headingJp img {
  width: auto;
  max-height: 4rem;
}

@media (min-width: 48em) {
  .homeMv__headingJp img {
    max-height: 8.1rem;
  }
}

.homeMv__lead {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.7;
  color: var(--color-text);
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.homeMv__leadCatch {
  display: none;
}

@media screen and (max-width: 47.99rem) {
  .homeMv__leadCatch {
    display: block;
  }
}

.homeMv__leadCatch img {
  display: block;
  max-width: 100%;
  height: auto;
}

.homeMv__body {
  flex: 1;
  display: flex;
  align-items: center;
  min-height: 0;
  overflow-x: visible;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}

.homeMv__slider {
  width: 100%;
  min-width: 0;
  max-width: 100%;
  position: static;
  opacity: 1;
  transform: translate(0);
  transition:
    opacity 0.3s cubic-bezier(0.33, 1, 0.68, 1),
    transform 0.3s cubic-bezier(0.33, 1, 0.68, 1);
  padding-bottom: 4rem;
  overflow-x: visible;
}
.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.homeMv__slider .splide__track {
  overflow: visible;
}

.homeMv__slider .splide__list {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.homeMv__slider .splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.homeMv__slide {
  flex: 0 0 auto;
  width: calc(100% + 0rem);
  max-width: 100%;
  margin-right: 1.25rem;
  list-style: none;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.8s cubic-bezier(0.33, 1, 0.68, 1);
}

.homeMv__slide.is-active,
.homeMv__slide.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.homeMv__slide.splide__slide--clone.is-active {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.homeMv__slide.splide__slide--clone.is-active .homeMv__link {
  transform: scale(0.695);
}

.homeMv__slide.is-active .homeMv__link,
.homeMv__slide.is-visible .homeMv__link {
  transform: scale(1);
}

.homeMv__slide.is-prev {
  opacity: 0;
  transition-duration: 0.15s;
}

.homeMv__slide.is-leaving {
  opacity: 0;
  transition-duration: 0.15s;
  pointer-events: none;
}

.homeMv__slide.is-next {
  opacity: 1;
}

.homeMv__slide.is-next .homeMv__link {
  transform: scale(0.695);
  transform-origin: left center;
}

.homeMv__link {
  display: block;
  height: 100%;
  border-radius: 1rem;
  overflow: hidden;
  transform: scale(0.695);
  transform-origin: left center;
  transition:
    opacity 0.2s ease,
    transform 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  text-decoration: none;
  color: inherit;
}

.homeMv__img {
  aspect-ratio: 1;
  overflow: hidden;
  background: #eee;
  border-radius: 1rem;
  transform: translateZ(0);
}

.homeMv__slider .splide__pagination {
  font-size: 0;
  column-gap: 0.25rem;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 3;
  pointer-events: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.5rem;
}

@media screen and (min-width: 48rem) {
  .homeMv__slider .splide__pagination {
    display: none;
  }
}

@media screen and (min-width: 80.0625rem) {
  .homeMv__slider .splide__pagination {
    display: flex;
    position: absolute;
    right: -7.5rem;
    bottom: 1.75rem;
  }
}

@media screen and (min-width: 90rem) {
  .homeMv__slider .splide__pagination {
    right: calc(50% - 28rem);
  }
}

@media screen and (min-width: 80.0625rem) {
  .homeMv__slider {
    padding-bottom: 0.5rem;
  }
}

.homeMv__slider .splide__pagination__page {
  pointer-events: auto;
  position: relative;
  width: 1.5rem;
  height: 1.5rem;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  transition: opacity 0.2s ease;
}

.homeMv__slider .splide__pagination__page::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  margin: auto;
  background-color: #fff;
  transition: background-color 0.3s cubic-bezier(0.33, 1, 0.68, 1);
}

.homeMv__slider .splide__pagination__page::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 2px solid var(--homeMv-blue);
  border-radius: 50%;
  margin: auto;
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.33, 1, 0.68, 1);
}

.homeMv__slider .splide__pagination__page.is-active::before {
  background-color: var(--homeMv-blue);
}

.homeMv__slider .splide__pagination__page.is-active::after {
  opacity: 1;
}

@media screen and (min-width: 48rem) {
  .homeMv__slider {
    width: 28.75rem;
    overflow: visible;
    padding-bottom: 0;
  }

  .homeMv__slide {
    flex: 0 0 28.75rem;
    width: 28.75rem;
    max-width: 28.75rem;
  }
}

.homeMv__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.homeMv__content {
  display: none;
}

.homeMv__category {
  margin: 0 0 var(--space-sm);
  font-size: 0.75rem;
  font-weight: var(--font-weight-bold);
  color: #0ea5e9;
  letter-spacing: 0.05em;
}

.homeMv__text {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: var(--color-text);
}

.homeMv__text .circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  margin-left: 0.5rem;
  border: 1px solid currentColor;
  border-radius: 50%;
  vertical-align: middle;
}

.homeMv__text .arrow {
  display: block;
  width: 0.4rem;
  height: 0.4rem;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(-45deg);
  margin-right: -2px;
}

.homeMv__scrollsign {
  position: absolute;
  bottom: var(--space-xl);
  left: var(--space-xl);
  margin: 0;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.85);
  letter-spacing: 0.1em;
  z-index: 2;
}

.homeMv__scrollsign.u-pc {
  display: none;
}

@media (min-width: 48em) {
  .homeMv__scrollsign.u-pc {
    display: block;
  }
}

@keyframes homeMvCircleFadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-80px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.homeMv__circle {
  display: block;
  position: absolute;
  z-index: 1;
  top: 8.5rem;
  left: calc(50% - 53.125rem);
  width: 20rem;
  height: 20rem;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, #f0f9ee, #dfeed1 50%, #c5e0be);
  pointer-events: none;
  animation: homeMvCircleFadeInLeft 1s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.campaign-section {
  padding: var(--space-xl) var(--space-md);
  max-width: 90rem;
  margin: 0 auto 60px;
  background-color: transparent;
}

.campaign-section__title {
  margin: 0 0 var(--space-xl);
  font-size: 1.25rem;
  font-weight: var(--font-weight-bold);
  text-align: center;
  color: #fff;
}

.campaign-grid {
  display: grid;
  gap: var(--space-lg);
  list-style: none;
  margin: 0;
  padding: 0;
  grid-template-columns: 1fr;
}

@media screen and (min-width: 48rem) {
  .campaign-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (min-width: 64rem) {
  .campaign-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.campaign-grid .campaign-card {
  opacity: 0;
  transform: translateY(20px);
  transition:
    opacity 0.5s ease-out,
    transform 0.5s ease-out;
}

.campaign-grid.is-visible .campaign-card {
  opacity: 1;
  transform: translateY(0);
}

.campaign-grid.is-visible .campaign-card:nth-child(1) {
  transition-delay: 0s;
}
.campaign-grid.is-visible .campaign-card:nth-child(2) {
  transition-delay: 0.08s;
}
.campaign-grid.is-visible .campaign-card:nth-child(3) {
  transition-delay: 0.16s;
}

.campaign-card__link {
  position: relative;
  display: block;
  overflow: hidden;
  background: var(--color-bg);
  border: 1px solid var(--color-border);
  border-radius: 0.75rem;
  aspect-ratio: 2 / 1;
  min-height: 10rem;
  padding: 0;
  text-decoration: none;
  color: var(--color-text);
  transition:
    opacity 0.2s ease,
    box-shadow 0.2s ease,
    border-color 0.2s ease,
    transform 0.2s ease;
}

.campaign-card__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.75rem;
  display: block;
}

.campaign-card__link::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: 0.75rem;
  background-color: hsla(0, 0%, 100%, 0.6);
  opacity: 0;
  transition:
    opacity 0.15s cubic-bezier(0.4, 0, 0.2, 1),
    left 0.15s cubic-bezier(0.4, 0, 0.2, 1),
    right 0.15s cubic-bezier(0.4, 0, 0.2, 1),
    box-shadow 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}

@media (hover: hover) and (pointer: fine) {
  .campaign-card__link:hover {
    opacity: 0.7;
    border-color: #ccc;
    transform: translateY(-10px);
    transition: transform 0.2s ease;
  }
  .campaign-card__link:hover::before {
    opacity: 1;
    box-shadow:
      0 0 1.5rem rgba(0, 0, 0, 0.05),
      0 1rem 1.5rem -0.5rem rgba(0, 0, 0, 0.075);
  }
}

.course-section {
  padding: var(--space-xl) var(--space-md);
  max-width: 90rem;
  margin: 0 auto var(--space-xl);
  background-color: transparent;
}

.course-section__title {
  margin: 0 0 var(--space-xl);
  font-size: 1.25rem;
  font-weight: var(--font-weight-bold);
  text-align: center;
  color: var(--color-text);
}

#course,
#course-heading,
#senior,
#student,
#contact,
#campaign-heading,
#paper-driver,
#begginer,
#getlicense,
#corporatedriver,
#semi-chugata-5t-fees,
#chugata-8t-fees,
#futsu-nishu {
  scroll-margin-top: 2.6rem;
}

@media screen and (max-width: 47.99rem) {
  #course,
  #course-heading,
  #senior,
  #student,
  #contact,
  #campaign-heading,
  #paper-driver,
  #begginer,
  #getlicense,
  #corporatedriver,
  #semi-chugata-5t-fees,
  #chugata-8t-fees,
  #futsu-nishu {
    scroll-margin-top: 4.5rem;
  }
}

.course-grid {
  display: grid;
  gap: var(--space-lg);
  list-style: none;
  margin: 0;
  padding: 0;
  grid-template-columns: 1fr;
}

@media screen and (min-width: 48rem) {
  .course-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (min-width: 64rem) {
  .course-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.course-grid .course-card {
  opacity: 0;
  transform: translateY(20px);
  transition:
    opacity 0.5s ease-out,
    transform 0.5s ease-out;
}

.course-grid.is-visible .course-card {
  opacity: 1;
  transform: translateY(0);
}

.course-grid.is-visible .course-card:nth-child(1) {
  transition-delay: 0s;
}
.course-grid.is-visible .course-card:nth-child(2) {
  transition-delay: 0.06s;
}
.course-grid.is-visible .course-card:nth-child(3) {
  transition-delay: 0.12s;
}
.course-grid.is-visible .course-card:nth-child(4) {
  transition-delay: 0.18s;
}
.course-grid.is-visible .course-card:nth-child(5) {
  transition-delay: 0.24s;
}
.course-grid.is-visible .course-card:nth-child(6) {
  transition-delay: 0.3s;
}

.course-card {
  margin: 0;
  list-style: none;
}

.course-card__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: var(--space-lg);
  padding-top: 0;
  background: var(--color-bg);
  border: 1px solid var(--color-border);
  border-radius: 1rem;
  transition:
    box-shadow 0.2s ease,
    border-color 0.2s ease;
  overflow: visible;
  transition: transform 0.2s ease;
}

.course-card__inner::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: 1rem;
  background-color: hsla(0, 0%, 100%, 0.6);
  opacity: 0;
  transition:
    opacity 0.15s cubic-bezier(0.4, 0, 0.2, 1),
    left 0.15s cubic-bezier(0.4, 0, 0.2, 1),
    right 0.15s cubic-bezier(0.4, 0, 0.2, 1),
    box-shadow 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}

@media (hover: hover) and (pointer: fine) {
  .course-card__inner:hover::before {
    opacity: 1;
    box-shadow:
      0 0 1.5rem rgba(0, 0, 0, 0.05),
      0 1rem 1.5rem -0.5rem rgba(0, 0, 0, 0.075);
  }
}

.course-card__figure {
  margin: 0 calc(-1 * var(--space-lg)) var(--space-md);
  aspect-ratio: 400 / 210;
  overflow: hidden;
  border-radius: 1rem 1rem 0 0;
  background: #eee;
}

.course-card__figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.course-card__body {
  border-top: 1px solid var(--color-border);
  padding-top: var(--space-md);
}

@media (hover: hover) and (pointer: fine) {
  .course-card__inner:hover {
    border-color: #ccc;
    transform: translateY(-10px);
    transition: transform 0.2s ease;
  }
}

.course-card__title {
  margin: 0 0 var(--space-sm);
  font-size: 1.125rem;
  font-weight: var(--font-weight-bold);
  line-height: 1.3;
  color: var(--color-text);
}

.course-card__desc {
  margin: 0 0 var(--space-md);
  font-size: 0.875rem;
  line-height: 1.6;
  color: #555;
  flex: 1;
}

.course-card__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-sm);
  list-style: none;
  margin: 0;
  padding: 0;
}

.course-card__btn {
  display: inline-flex;
  align-items: center;
  gap: 0.3em;
  padding: var(--space-sm) var(--space-md);
  font-size: 0.8125rem;
  font-weight: var(--font-weight-medium);
  color: #fff;
  background: #338751;
  border-radius: 9999px;
  text-decoration: none;
  transition:
    background 0.2s ease,
    opacity 0.2s ease;
}

.course-card__btn::after {
  content: "→";
  display: inline-block;
  transition: transform 0.2s ease;
}

.course-card__btn:hover {
  background: #2a6d42;
}

.course-card__btn:hover::after {
  transform: translateX(0.2em);
}

.about-section {
  padding: var(--space-xl) var(--space-md);
  max-width: 90rem;
  margin: 0 auto;
  background-color: transparent;
}

.about-section__title {
  margin: 0 0 var(--space-lg);
  font-size: 1.25rem;
  font-weight: var(--font-weight-bold);
  text-align: center;
  color: var(--color-text);
}

.about-list {
  display: grid;
  gap: var(--space-lg);
  list-style: none;
  margin: 0;
  padding: 0;
  grid-template-columns: 1fr;
}

@media screen and (min-width: 48rem) {
  .about-list {
    grid-template-columns: repeat(3, 1fr);
  }
}

.about-list .about-card {
  opacity: 0;
  transform: translateY(20px);
  transition:
    opacity 0.5s ease-out,
    transform 0.5s ease-out;
}

.about-list.is-visible .about-card {
  opacity: 1;
  transform: translateY(0);
}

.about-list.is-visible .about-card:nth-child(1) {
  transition-delay: 0s;
}
.about-list.is-visible .about-card:nth-child(2) {
  transition-delay: 0.08s;
}
.about-list.is-visible .about-card:nth-child(3) {
  transition-delay: 0.16s;
}
.about-list.is-visible .about-card:nth-child(4) {
  transition-delay: 0.24s;
}
.about-list.is-visible .about-card:nth-child(5) {
  transition-delay: 0.32s;
}
.about-list.is-visible .about-card:nth-child(6) {
  transition-delay: 0.4s;
}

.about-card {
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  height: 100%;
  background: var(--color-bg);
  border: 1px solid var(--color-border);
  border-radius: 1rem;
  overflow: hidden;
}

.about-card__visual {
  flex: 0 0 auto;
  min-height: 12rem;
  aspect-ratio: 400 / 240;
  overflow: hidden;
  background: #f8fafc;
}

.about-card__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.about-card__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: var(--space-lg);
  border-top: 1px solid var(--color-border);
}

.about-card__title {
  margin: 0 0 var(--space-sm);
  font-size: 1.125rem;
  font-weight: var(--font-weight-bold);
  line-height: 1.3;
  color: var(--color-text);
}

.about-card__text {
  margin: 0 0 var(--space-md);
  font-size: 0.875rem;
  line-height: 1.6;
  color: #555;
  flex: 1;
}

.about-card__buttons {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: var(--space-sm);
}

.about-card__btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.3em;
  padding: var(--space-sm) var(--space-lg);
  font-size: 0.875rem;
  font-weight: var(--font-weight-medium);
  color: #fff;
  background: #333;
  border-radius: 9999px;
  text-decoration: none;
  transition: background 0.2s ease;
}

.about-card__btn::after {
  content: "→";
  display: inline-block;
  transition: transform 0.2s ease;
}

.about-card__btn:hover {
  background: #475569;
}

.about-card__btn:hover::after {
  transform: translateX(0.2em);
}

.news-section {
  padding: var(--space-xl) var(--space-md);
  max-width: 63rem;
  margin: 0 auto;
  background-color: transparent;
}

.news-section__title {
  margin: 0 0 var(--space-lg);
  font-size: 1.5rem;
  font-weight: var(--font-weight-bold);
  text-align: center;
  color: var(--color-text);
}

.news-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.news-item {
  border-top: 1px solid #e2e8f0;
}

.news-item:last-child {
  border-bottom: 1px solid #e2e8f0;
}

.news-item__link {
  display: block;
  padding: var(--space-lg) 0;
  text-decoration: none;
  color: inherit;
  border-radius: 1rem;
  transition: background-color 0.2s ease;
}

.news-item__link:hover {
  background-color: rgba(0, 0, 0, 0.02);
}

.news-item__date {
  margin: 0 0 var(--space-sm);
  font-size: 1rem;
  font-weight: var(--font-weight-medium);
  color: #6b7280;
  min-width: 5rem;
  display: inline-block;
}

.news-item__title {
  margin: 0;
  font-size: 1rem;
  font-weight: var(--font-weight-medium);
  line-height: 1.7;
  color: #262626;
}

.news-section__footer {
  margin: var(--space-lg) 0 0;
  text-align: center;
}

.news-section__btn {
  display: inline-flex;
  align-items: center;
  gap: var(--space-sm);
  padding: var(--space-sm) var(--space-lg);
  font-size: 0.875rem;
  font-weight: var(--font-weight-bold);
  color: #fff;
  background: #64748b;
  border-radius: 9999px;
  text-decoration: none;
  transition: background 0.2s ease;
}

.news-section__btn:hover {
  background: #475569;
}

.cta-section {
  padding: var(--space-xxxl) var(--space-md);
  max-width: 90rem;
  margin: 0 auto;
  background-color: transparent;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.cta-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--space-md);
  list-style: none;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 47.99rem) {
  .cta-list .cta-btn {
    width: 90vw;
  }
}

.cta-btn {
  display: inline-flex;
  align-items: center;
  gap: var(--space-sm);
  padding: var(--space-md) 4.5rem;
  min-width: 10rem;
  justify-content: center;
  font-size: 0.9375rem;
  font-weight: var(--font-weight-bold);
  color: #fff;
  background: #64748b;
  border-radius: 9999px;
  text-decoration: none;
  transition: background 0.2s ease;
}

.cta-btn--contact {
  background: #ea7d3e;
}

.cta-btn--request {
  background: #439e2f;
}

.cta-btn--apply {
  background: #e8b80e;
}

.cta-btn:hover {
  background: #333333;
}

.cta-btn__arrow {
  display: inline-block;
  transition: transform 0.2s ease;
}

.cta-btn:hover .cta-btn__arrow {
  transform: translateX(0.25em);
}

.sns-section {
  padding: var(--space-xl) var(--space-md);
  max-width: 90rem;
  margin: 0 auto;
  background-color: transparent;
}

.sns-section__title {
  margin: 0 0 var(--space-lg);
  font-size: 1.25rem;
  font-weight: var(--font-weight-bold);
  text-align: center;
  color: var(--color-text);
}

.sns-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--space-lg);
  list-style: none;
  margin: 0;
  padding: 0;
}

.sns-item__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 0.75rem;
  background: var(--color-bg);
  border: 1px solid var(--color-border);
  color: #64748b;
  transition:
    color 0.2s ease,
    border-color 0.2s ease,
    background-color 0.2s ease;
}

.sns-item__link:hover {
  color: #475569;
  border-color: #94a3b8;
  background-color: #f8fafc;
}

.sns-item__icon {
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
}

.access-section {
  padding: var(--space-xl) var(--space-md);
  max-width: 90rem;
  margin: 0 auto;
  background-color: transparent;
}

.access-section__inner {
  display: flex;
  flex-direction: column;
  gap: var(--space-lg);
}

.access-section__title {
  margin: 0 0 var(--space-xs);
  font-size: 1.25rem;
  font-weight: var(--font-weight-bold);
  color: var(--color-text);
}

.access-section__text {
  margin: 0;
  font-size: 0.9375rem;
  color: var(--color-text);
}

.access-section__map {
  width: 100%;
  margin: 0;
  border-radius: 1rem;
  overflow: hidden;
  position: relative;
  aspect-ratio: 1200 / 400;
  border: 1px solid var(--color-border);

  background-color: #e8ecef;
}

@media screen and (max-width: 47.99rem) {
  .access-section__map {
    aspect-ratio: 3 / 4;
  }
}

.access-section__map iframe {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  border: 0;
  vertical-align: middle;
}

.access-section__map img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  vertical-align: middle;
}

.access-section__map-note {
  margin: var(--space-sm) 0 0;
  font-size: 0.8125rem;
  text-align: center;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.site-footer {
  background: #198754;
  color: #fff;
  padding: var(--space-lg) var(--space-md) var(--space-md);
  margin-top: 6.25rem;
}

.site-footer a {
  color: #fff;
  transition: color 0.2s ease;
}

.site-footer a:hover {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
}

.footer_nav {
  max-width: 90rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: var(--space-lg);
}

.footer_copyright {
  margin: var(--space-lg) 0 0;
  padding: 0;
  font-size: 0.8125rem;
  color: #fff;
  text-align: center;
}

.footer_top {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-xl);
  align-items: flex-start;
}

.footer_top_left {
  flex: 0 1 auto;
  min-width: 0;
}

.footer_top_designation {
  margin: 0 0 var(--space-xs);
  font-size: 0.875rem;
  font-weight: var(--font-weight-medium);
  color: #fff;
}

.footer_top_name {
  margin: 0;
  font-size: 1.125rem;
  font-weight: var(--font-weight-bold);
  line-height: 1.3;
  color: #fff;
}

.footer_top_center {
  flex: 1 1 16rem;
  min-width: 0;
  font-size: 0.875rem;
  line-height: 1.7;
  color: #fff;
}

.footer_top_center p {
  margin: 0 0 var(--space-xs);
}

.footer_top_center p:last-child {
  margin-bottom: 0;
}

.footer_top_tel {
  font-size: 1rem;
  font-weight: var(--font-weight-bold);
}

.footer_top_tel a {
  text-decoration: none;
}

.footer_top_tel a:hover {
  text-decoration: underline;
}

.footer_top_address,
.footer_top_hours {
  color: #fff;
}

.footer_top_right {
  flex: 0 0 auto;
}

.footer_top_badge {
  display: inline-flex;
  align-items: center;
  gap: var(--space-xs);
  padding: var(--space-xs) var(--space-sm) var(--space-xs) 0;
  background: #f8fafc;
  border: 1px solid #9ca3af;
  border-radius: 0.25rem;
}

.footer_top_badge_icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-text);
}

.footer_top_badge_icon img {
  width: 3.5rem;
  height: auto;
}

.footer_top_badge_icon svg {
  width: 2.5rem;
  height: 2.5rem;
}

.footer_top_badge_text {
  display: flex;
  flex-direction: column;
  gap: 0.125rem;
}

.footer_top_badge_line {
  font-size: 0.6875rem;
  font-weight: var(--font-weight-medium);
  color: #6b7280;
  white-space: nowrap;
}

.footer_nav_list {
  flex: 1 1 13rem;
  min-width: 0;
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-xl);
  align-items: flex-start;
  justify-content: space-between;
}

.footer_nav_list_l {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-xl);
}

.footer_nav_list_l > li {
  flex: 0 1 auto;
  min-width: 0;
}

.footer_nav_list_l > li > p {
  margin: 0 0 var(--space-sm);
  font-size: 0.875rem;
  font-weight: var(--font-weight-bold);
  color: #fff;
}

.footer_nav_list_l > li > p a {
  font-weight: inherit;
  text-decoration: none;
}

.footer_nav_list_l > li > p a:hover {
  text-decoration: underline;
}

.footer_nav_list_l > li > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer_nav_list_l > li > ul li {
  margin-bottom: var(--space-xs);
}

.footer_nav_list_l > li > ul li:last-child {
  margin-bottom: 0;
}

.footer_nav_list_l > li > ul a {
  font-size: 0.8125rem;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.footer_nav_list_flex {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 0;
}

.footer_nav_list_r {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-sm);
  align-items: center;
}

.footer_nav_list_r li {
  margin: 0;
}

.footer_nav_sns_link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
}

.footer_nav_sns_icon {
  width: 1.375rem;
  height: 1.375rem;
  flex-shrink: 0;
}

.footer_nav_list_l__toggle {
  display: none;
}

@media screen and (max-width: 47.99rem) {
  .footer_nav_list {
    flex-direction: column;
    gap: var(--space-md);
  }

  .footer_nav_list_l {
    flex-direction: column;
    gap: 0;
    width: 100%;
  }

  .footer_nav_list_l > li {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  }

  .footer_nav_list_l > li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.25);
  }

  .footer_nav_list_l > li > p {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    padding: var(--space-sm) 0;
    cursor: pointer;
  }

  .footer_nav_list_l__toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 2rem;
    height: 2rem;
    margin-left: var(--space-sm);
    background: transparent;
    border: 0;
    color: #fff;
    cursor: pointer;
  }

  .footer_nav_list_l__toggle::before {
    content: "";
    display: block;
    width: 0.6rem;
    height: 0.6rem;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(-45deg);
    transition: transform 0.2s ease;
  }

  .footer_nav_list_l > li.is-open .footer_nav_list_l__toggle::before {
    transform: rotate(45deg);
  }

  .footer_nav_list_l > li > ul {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }

  .footer_nav_list_l > li.is-open > ul {
    max-height: 500px;
    padding-bottom: var(--space-sm);
  }
}

.floating-bnr {
  position: fixed;
  bottom: 24px;

  right: calc(1rem + var(--scrollbar-size, 0px));
  z-index: 90;
  display: block;
  max-width: 280px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  border-radius: 12px;
  overflow: hidden;
  text-decoration: none;
  transition:
    opacity 0.2s ease,
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.floating-bnr:hover {
  opacity: 0.7;
  transform: scale(1.02);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

.floating-bnr img {
  opacity: 0.95;
  transition: opacity 0.2s ease;
  display: block;
  width: 100%;
  height: auto;
  vertical-align: top;
}

@media screen and (min-width: 48rem) and (max-width: 80rem) {
  .floating-bnr {
    bottom: 24px;
  }
}

@media screen and (min-width: 80rem) and (max-width: 90rem) {
  .floating-bnr {
    bottom: 1rem;
  }
}

@media screen and (max-width: 47.99rem) {
  .floating-bnr {
    max-width: 140px;
    bottom: var(--space-sm, 0.5rem);
    right: calc(1rem + var(--scrollbar-size, 0px));
    border-radius: 8px;
  }
}

.page-student .floating-bnr,
.page-koureisha .floating-bnr,
.page-pattern .floating-bnr {
  display: none;
}

.site-header.is-sub {
  min-height: 0;
  padding-bottom: 0;
  overflow: visible;
}

.site-header.is-sub .header-inner {
  margin-bottom: var(--space-sm);
}

.sub-page-header {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 0 2rem;
  align-items: center;
  max-width: 77.5rem;
  margin: 0 auto calc(var(--space-md) + 1.0625rem);
  padding: 0 var(--space-md);
  width: 100%;
  box-sizing: border-box;
}

.sub-page-header__breadcrumb {
  width: 100%;
  margin-bottom: var(--space-md);
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--space-xs);
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.875rem;
  color: var(--color-text);
  font-family: var(--font-sans);
}

.breadcrumb__item {
  display: inline-flex;
  align-items: center;
  gap: var(--space-xs);
}

.breadcrumb__item:not(:last-child)::after {
  content: ">";
  margin-left: var(--space-xs);
  color: var(--color-text);
  opacity: 0.7;
}

.breadcrumb__item a {
  color: var(--color-text);
  text-decoration: none;
}

.breadcrumb__item a:hover {
  text-decoration: underline;
}

.breadcrumb__item[aria-current="page"] {
  font-weight: var(--font-weight-bold);
}

.sub-page-header__title-wrapper {
  position: relative;
  order: 2;
  flex: 1 1 0;
  min-width: 0;
  text-align: right;
  margin: 0;
  padding: var(--space-md) 0;
  overflow: visible;
}

.sub-page-header__title {
  position: relative;
  z-index: 1;
  margin: 0 0 var(--space-xs);
  font-size: clamp(1.5rem, 4vw, 2.5rem);
  font-weight: 800;
  line-height: 1.2;
  color: #ff6b35;
  font-family: var(--font-sans);
}

.sub-page-header__title--dark {
  color: #333;
}

.sub-page-header__subtitle {
  position: relative;
  z-index: 1;
  margin: 0;
  font-size: clamp(0.875rem, 1.5vw, 1.0625rem);
  font-weight: var(--font-weight-normal);
  line-height: 1.4;
  color: var(--color-text);
  font-family: var(--font-sans);
}

.page-koureisha .sub-page-header__title {
  font-size: clamp(2rem, 6vw, 3rem);
}

.page-koureisha .sub-page-header__subtitle {
  font-size: clamp(1.25rem, 2.5vw, 2rem);
}

.sub-page-header__decoration {
  position: absolute;
  pointer-events: none;
  user-select: none;
  z-index: 0;
  opacity: 0;
  animation: float 3s ease-in-out infinite;
}

.sub-page-header__decoration--1 {
  width: 5rem;
  height: 5rem;
  background: rgba(173, 216, 230, 0.35);
  border-radius: 1rem;
  top: 0;
  left: 25%;
  animation:
    slideInLeft 0.8s ease-out 0.1s forwards,
    float 3s ease-in-out 1s infinite;
}

.sub-page-header__decoration--2 {
  width: 1.25rem;
  height: 1.25rem;
  background: rgba(221, 160, 221, 0.3);
  top: 15%;
  left: 10%;
  animation:
    slideInLeftRotate45 0.8s ease-out 0.2s forwards,
    floatRotate45 3.5s ease-in-out 1.2s infinite;
}

.sub-page-header__decoration--3 {
  width: 1.25rem;
  height: 1.25rem;
  background: rgba(152, 251, 152, 0.3);
  clip-path: polygon(30% 0%, 70% 0%, 100% 50%, 70% 100%, 30% 100%, 0% 50%);
  top: 20%;
  left: 70%;
  animation:
    slideInRight 0.8s ease-out 0.3s forwards,
    float 3.2s ease-in-out 1.1s infinite;
}

.sub-page-header__decoration--4 {
  width: 3.75rem;
  height: 3.75rem;
  background: rgba(255, 218, 185, 0.35);
  border-radius: 0.75rem;
  top: 5%;
  left: 40%;
  animation:
    slideInLeft 0.8s ease-out 0.4s forwards,
    float 3.8s ease-in-out 1.3s infinite;
}

.sub-page-header__decoration--5 {
  width: 1.25rem;
  height: 1.25rem;
  background: rgba(176, 224, 230, 0.35);
  clip-path: polygon(
    30% 0%,
    70% 0%,
    100% 30%,
    100% 70%,
    70% 100%,
    30% 100%,
    0% 70%,
    0% 30%
  );
  top: 25%;
  left: 65%;
  animation:
    slideInRight 0.8s ease-out 0.5s forwards,
    float 4s ease-in-out 1.4s infinite;
}

.sub-page-header__decoration--6 {
  width: 6.875rem;
  height: 6.875rem;
  background: rgba(255, 182, 193, 0.3);
  border-radius: 1.5rem;
  bottom: 15%;
  left: 75%;
  animation:
    slideInRight 0.8s ease-out 0.6s forwards,
    float 3.6s ease-in-out 1.5s infinite;
}

.sub-page-header__decoration--7 {
  width: 9.375rem;
  height: 9.375rem;
  background: rgba(230, 230, 250, 0.35);
  border-radius: 2rem;
  bottom: 10%;
  left: 35%;
  animation:
    slideInLeftRotate30 0.8s ease-out 0.7s forwards,
    floatRotate30 4.2s ease-in-out 1.6s infinite;
}

.sub-page-header__decoration--8 {
  width: 1.5625rem;
  height: 1.5625rem;
  background: rgba(152, 251, 152, 0.35);
  clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
  top: 30%;
  left: 50%;
  animation:
    slideInLeft 0.8s ease-out 0.8s forwards,
    float 3.4s ease-in-out 1.7s infinite;
}

.sub-page-header__decoration--9 {
  width: 0.9375rem;
  height: 0.9375rem;
  background: rgba(221, 160, 221, 0.3);
  top: 10%;
  left: 20%;
  animation:
    slideInLeftRotate45 0.8s ease-out 0.9s forwards,
    floatRotate45 3.7s ease-in-out 1.8s infinite;
}

.sub-page-header__decoration--10 {
  width: 9.375rem;
  height: 9.375rem;
  background: rgba(255, 218, 185, 0.3);
  border-radius: 2rem;
  bottom: 5%;
  left: 85%;
  animation:
    slideInRightRotate15 0.8s ease-out 1s forwards,
    floatRotate15 3.9s ease-in-out 1.9s infinite;
}

@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0) translateX(0);
  }
  25% {
    transform: translateY(-8px) translateX(3px);
  }
  50% {
    transform: translateY(-12px) translateX(0);
  }
  75% {
    transform: translateY(-8px) translateX(-3px);
  }
}

@keyframes slideInLeftRotate45 {
  from {
    opacity: 0;
    transform: translateX(-100px) rotate(45deg);
  }
  to {
    opacity: 1;
    transform: translateX(0) rotate(45deg);
  }
}

@keyframes slideInLeftRotate30 {
  from {
    opacity: 0;
    transform: translateX(-100px) rotate(30deg);
  }
  to {
    opacity: 1;
    transform: translateX(0) rotate(30deg);
  }
}

@keyframes slideInRightRotate15 {
  from {
    opacity: 0;
    transform: translateX(100px) rotate(15deg);
  }
  to {
    opacity: 1;
    transform: translateX(0) rotate(15deg);
  }
}

@keyframes floatRotate45 {
  0%,
  100% {
    transform: translateY(0) translateX(0) rotate(45deg);
  }
  25% {
    transform: translateY(-8px) translateX(3px) rotate(45deg);
  }
  50% {
    transform: translateY(-12px) translateX(0) rotate(45deg);
  }
  75% {
    transform: translateY(-8px) translateX(-3px) rotate(45deg);
  }
}

@keyframes floatRotate30 {
  0%,
  100% {
    transform: translateY(0) translateX(0) rotate(30deg);
  }
  25% {
    transform: translateY(-8px) translateX(3px) rotate(30deg);
  }
  50% {
    transform: translateY(-12px) translateX(0) rotate(30deg);
  }
  75% {
    transform: translateY(-8px) translateX(-3px) rotate(30deg);
  }
}

@keyframes floatRotate15 {
  0%,
  100% {
    transform: translateY(0) translateX(0) rotate(15deg);
  }
  25% {
    transform: translateY(-8px) translateX(3px) rotate(15deg);
  }
  50% {
    transform: translateY(-12px) translateX(0) rotate(15deg);
  }
  75% {
    transform: translateY(-8px) translateX(-3px) rotate(15deg);
  }
}

@media screen and (max-width: 48rem) {
  .sub-page-header__decoration {
    display: none;
  }
}

.sub-page-header__visual {
  order: 1;
  flex-shrink: 0;
  width: 24rem;
  aspect-ratio: 2 / 1;
  overflow: hidden;
  border-radius: 1rem;
  border: 1px solid var(--color-border);
}

.sub-page-header__visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: top;
}

.sub-content {
  position: relative;
  z-index: 1;
  max-width: 77.5rem;
  margin: 0 auto;
  padding: 0 var(--space-md) var(--space-xxxl);
  width: 100%;
  box-sizing: border-box;
  color: var(--color-text);
  font-family: var(--font-sans);
  line-height: var(--line-height-base);
}

.sub-content__lead {
  margin: 0 0 var(--space-xl);
  font-size: 1.0625rem;
  line-height: 1.7;
}

.sub-content__h2 {
  margin: var(--space-xxl) 0 var(--space-md);
  padding: var(--space-sm) 0 var(--space-sm) var(--space-md);
  font-size: 1.5rem;
  font-weight: 800;
  border-left: 4px solid #338751;
  border-bottom: 1px solid var(--color-border);
  color: #1a1a1a;
  background: #ffffff;
}

.sub-content__h2:first-of-type {
  margin-top: 0;
}

.sub-content__section--white {
  padding: var(--space-md);
  margin-bottom: calc(var(--space-xxl) + 1em);
  border-radius: 0.5rem;
}

.sub-content__section--white:last-child {
  margin-bottom: 0;
}

.sub-content__section--white > .sub-content__h2:first-child {
  margin-top: 0;
}

.sub-content__section--white > .sub-content__h2 {
  background: #ffffff;
}

.sub-content--contact .sub-content__section--white {
  background: var(--color-bg);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}

.contact-form-wrap {
  max-width: 820px;
  margin: 0 auto var(--space-xxxl);
}

.contact-form-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #c8c8c8;
}

.contact-form-table tr {
  border-bottom: 1px solid #c8c8c8;
}

.contact-form-table tr:last-child {
  border-bottom: none;
}

.contact-form__label {
  width: 30%;
  padding: 0.75rem;
  background: #e8f1eb;
  font-size: 0.9375rem;
  font-weight: var(--font-weight-medium);
  vertical-align: middle;
  line-height: 1.5;
}

.contact-form__label .required {
  color: #cc0000;
  font-size: 0.8125rem;
  font-weight: var(--font-weight-normal);
  margin-left: 0.375rem;
}

.contact-form__input-cell {
  padding: 0.75rem;
  background: #fff;
  vertical-align: middle;
}

.contact-form__input {
  width: 100%;
  padding: 0.75rem;
  font-size: 1rem;
  font-family: var(--font-sans);
  color: var(--color-text);
  background: #fff;
  border: 1px solid #c8c8c8;
  border-radius: 0.25rem;
  box-sizing: border-box;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.contact-form__input:focus {
  outline: none;
  border-color: #338751;
  box-shadow: 0 0 0 2px rgba(51, 135, 81, 0.2);
}

.contact-form__name-row {
  display: flex;
  gap: 0.5rem;
}

.contact-form__name-row .contact-form__input {
  flex: 1;
}

.contact-form__input + .contact-form__input {
  margin-top: 0.5rem;
}

.contact-form__textarea {
  width: 100%;
  padding: 0.75rem;
  font-size: 1rem;
  font-family: var(--font-sans);
  color: var(--color-text);
  background: #fff;
  border: 1px solid #c8c8c8;
  border-radius: 0.25rem;
  box-sizing: border-box;
  resize: vertical;
  min-height: 9rem;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.contact-form__textarea:focus {
  outline: none;
  border-color: #338751;
  box-shadow: 0 0 0 2px rgba(51, 135, 81, 0.2);
}

.contact-form__actions {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: var(--space-xl);
  padding: 0.75rem;
}

.contact-form__btn {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  padding: 0.75rem;
  font-size: 1rem;
  font-family: var(--font-sans);
  font-weight: var(--font-weight-medium);
  border: none;
  border-radius: 0.25rem;
  cursor: pointer;
  transition: opacity 0.2s ease;
}

.contact-form__btn:hover {
  opacity: 0.85;
}

.contact-form__btn--reset {
  background: #999;
  color: #fff;
}

.contact-form__btn--submit {
  background: #ea7d3e;
  color: #fff;
}

.contact-form__note {
  font-size: 0.875rem;
  color: #666;
  margin-bottom: var(--space-lg);
  line-height: 1.7;
}

.contact-form__note-mark {
  color: #cc0000;
}

@media (max-width: 600px) {
  .contact-form-table,
  .contact-form-table tbody,
  .contact-form-table tr,
  .contact-form-table th,
  .contact-form-table td {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }

  .contact-form-table tr {
    border-bottom: 1px solid #c8c8c8;
  }

  .contact-form-table tr:last-child {
    border-bottom: none;
  }

  .contact-form__label {
    width: 100%;
    padding: 0.75rem;
    font-size: 0.8125rem;
    text-align: left;
    border-bottom: none;
  }

  .contact-form__input-cell {
    padding: 0.75rem;
  }

  .contact-form__name-row {
    flex-direction: column;
    gap: 0.5rem;
  }

  .contact-form__actions {
    flex-direction: column;
    align-items: stretch;
    gap: 0.75rem;
    padding: 0.75rem;
  }

  .contact-form__btn {
    justify-content: center;
    width: 100%;
  }
}

.contact-form__input--error,
.contact-form__textarea.contact-form__input--error {
  border-color: #cc0000;
  box-shadow: 0 0 0 2px rgba(204, 0, 0, 0.15);
}

.contact-form__field-error {
  display: block;
  margin-top: 0.375rem;
  font-size: 0.8125rem;
  color: #cc0000;
  line-height: 1.5;
}

.contact-confirm-table .contact-form__input-cell {
  white-space: pre-wrap;
  word-break: break-all;
}

.contact-confirm__message {
  white-space: pre-wrap;
  line-height: 1.8;
}

.contact-complete-wrap {
  max-width: 600px;
  margin: 0 auto var(--space-xxxl);
  text-align: center;
  padding: var(--space-xl) var(--space-lg);
}

.contact-complete__icon {
  display: flex;
  justify-content: center;
  margin-bottom: var(--space-lg);
}

.contact-complete__message {
  font-size: 1rem;
  line-height: 1.8;
  color: var(--color-text);
  margin-bottom: var(--space-md);
}

.contact-complete__note {
  font-size: 0.8125rem;
  color: #666;
  line-height: 1.7;
  margin-bottom: var(--space-xl);
}

.contact-complete__actions {
  margin-top: var(--space-xl);
}

.contact-complete__btn {
  display: inline-block;
  padding: 0.75rem 2rem;
  background: #338751;
  color: #fff;
  font-size: 1rem;
  font-weight: var(--font-weight-medium);
  text-decoration: none;
  border-radius: 0.25rem;
  transition: opacity 0.2s ease;
}

.contact-complete__btn:hover {
  opacity: 0.85;
}

.sub-content__h1 {
  margin: 0 0 var(--space-lg);
  padding-bottom: var(--space-sm);
  font-size: 1.75rem;
  font-weight: 800;
  color: #1a1a1a;
  border-bottom: 2px solid #338751;
}

.sub-content__h5 {
  margin: var(--space-md) 0 var(--space-sm);
  padding: var(--space-xs) 0;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #2d2d2d;
}

.sub-content__headings-sample {
  padding: var(--space-lg);
  margin-bottom: var(--space-xl);
  background: var(--color-bg);
  border: 1px solid var(--color-border);
  border-radius: 1rem;
}

.sub-content__headings-sample .sub-content__h1,
.sub-content__headings-sample .sub-content__h2,
.sub-content__headings-sample .sub-content__h3,
.sub-content__headings-sample .sub-content__h4,
.sub-content__headings-sample .sub-content__h5 {
  margin-top: 0;
}

.sub-content__headings-sample .sub-content__h2:not(:first-child) {
  margin-top: var(--space-xl);
}

.sub-content__headings-sample .sub-content__h3:not(:first-child) {
  margin-top: var(--space-lg);
}

.sub-content__headings-sample .sub-content__h4:not(:first-child) {
  margin-top: var(--space-md);
}

.sub-content p {
  margin: 0 0 var(--space-lg);
}

.sub-content__inline-link {
  color: #338751;
  text-decoration: underline;
  text-decoration-color: currentColor;
  transition: text-decoration-color 0.2s ease;
}

.sub-content__inline-link:hover {
  text-decoration-color: transparent;
}

.sub-content p:last-child {
  margin-bottom: 0;
}

.sub-content__privacy-list {
  margin: 0 0 var(--space-lg);
  padding-left: 1.5em;
  list-style: decimal;
}

.sub-content__privacy-list li {
  margin-bottom: var(--space-sm);
}

.sub-content__privacy-list li:last-child {
  margin-bottom: 0;
}

.sub-content__pattern-figure {
  margin: 0 0 var(--space-md);
  text-align: center;
}

.sub-content__pattern-figure img {
  max-width: 100%;
  height: auto;
}

.sub-content__pattern-row {
  display: grid;
  gap: var(--space-md);
  margin-bottom: var(--space-xxl);
}

@media screen and (min-width: 48rem) {
  .sub-content__pattern-row {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
  }

  .sub-content__pattern-row > .sub-content__section {
    flex: 1 1 0;
    min-width: 0;
    display: flex;
    flex-direction: column;
  }

  .sub-content__pattern-row
    > .sub-content__section:has(.sub-content__pattern-figure)
    > .sub-content__pattern-btn-wrap {
    margin-top: auto;
  }

  .sub-content__pattern-row > .sub-content__pattern-btn-wrap {
    flex: 1 1 0;
    min-width: 0;
    display: flex;
    justify-content: center;
  }

  .sub-content__pattern-row
    > .sub-content__pattern-btn-wrap
    .sub-content__pattern-btn--yes,
  .sub-content__pattern-row
    > .sub-content__pattern-btn-wrap
    .sub-content__pattern-btn--no {
    width: min(28rem, 100%);
    height: 88px !important;
    padding: 0 2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    white-space: nowrap;
    box-sizing: border-box;
  }
}

.sub-content__company-list {
  margin: 0;
}

.sub-content__company-list dt {
  margin-top: var(--space-lg);
  margin-bottom: var(--space-sm);
}

.sub-content__company-list dt:first-child {
  margin-top: 0;
}

.sub-content__company-list dd {
  margin: 0 0 var(--space-md);
  padding-left: 0;
}

.sub-content__company-list dd ul {
  margin-top: var(--space-sm);
}

.sub-content .about-list {
  margin-top: var(--space-lg);
  margin-bottom: var(--space-xl);
}

.sub-content .about-card--link .about-card__body {
  border-top: none;
  padding-top: 0;
}

.sub-content .about-card--link .about-card__title {
  margin: 0 0 var(--space-md);
  margin-left: calc(var(--space-lg) * -1);
  margin-right: calc(var(--space-lg) * -1);
  padding: 0.875rem var(--space-lg);
  font-size: 1.125rem;
  line-height: 1.5;
  color: #fff;
  border-radius: 1rem 1rem 0 0;
}

.sub-content .about-card--link.about-card--color-1 .about-card__title {
  background: linear-gradient(135deg, #0d9488 0%, #0f766e 100%);
}
.sub-content .about-card--link.about-card--color-2 .about-card__title {
  background: linear-gradient(135deg, #f97316 0%, #ea580c 100%);
}
.sub-content .about-card--link.about-card--color-3 .about-card__title {
  background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
}
.sub-content .about-card--link.about-card--color-4 .about-card__title {
  background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%);
}
.sub-content .about-card--link.about-card--color-5 .about-card__title {
  background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
}
.sub-content .about-card--link.about-card--color-6 .about-card__title {
  background: linear-gradient(135deg, #eab308 0%, #ca8a04 100%);
}

.sub-content__grid {
  display: grid;
  gap: var(--space-md);
  list-style: none;
  margin: 0 0 var(--space-xl);
  padding: 0;
  grid-template-columns: 1fr;
}

.sub-content__grid-item {
  padding: var(--space-md);
  background: var(--color-bg);
  border: 1px solid var(--color-border);
  border-radius: 1rem;
  transition:
    background-color 0.3s ease,
    border-color 0.3s ease;
}

@media screen and (min-width: 48rem) {
  .sub-content__grid--cols-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .sub-content__grid--cols-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .sub-content__grid--cols-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media screen and (max-width: 47.99rem) {
  .sub-content__grid--cols-2,
  .sub-content__grid--cols-3,
  .sub-content__grid--cols-4 {
    grid-template-columns: 1fr;
  }
}

.sub-content__media-grid {
  margin: 0 0 var(--space-xl);
}

.sub-content__media-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-xl);
  align-items: center;
  margin-bottom: var(--space-xxl);
  padding: var(--space-lg);
  background: var(--color-bg);
  border-radius: 1rem;
  border: 1px solid var(--color-border);
}

.sub-content__media-row:last-child {
  margin-bottom: 0;
}

.sub-content__media-row--image-text .sub-content__media-figure {
  order: -1;
}

.sub-content__media-body {
  padding: var(--space-sm) 0;
}

.sub-content__media-title {
  margin: 0 0 var(--space-md);
  padding-bottom: var(--space-sm);
  font-size: 1.25rem;
  font-weight: 700;
  color: #1a1a1a;
  border-bottom: 2px solid #338751;
}

.sub-content__media-desc {
  margin: 0 0 var(--space-lg);
  font-size: 0.9375rem;
  line-height: 1.7;
  color: var(--color-text);
}

.sub-content__media-btn {
  display: inline-block;
  margin-top: 60px;
  padding: var(--space-sm) var(--space-lg);
  font-size: 0.9375rem;
  font-weight: 600;
  color: #fff;
  background: #338751;
  border-radius: 0.5rem;
  text-decoration: none;
  transition:
    background-color 0.2s ease,
    opacity 0.2s ease;
}

.sub-content__media-btn:hover {
  background: #2a6e41;
}

@media screen and (max-width: 47.99rem) {
  .sub-content__media-btn {
    margin-top: 20px;
  }
}

.sub-content__pattern-row > .sub-content__pattern-btn-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
}

.sub-content__pattern-row
  > .sub-content__pattern-btn-wrap
  .sub-content__pattern-btn--yes,
.sub-content__pattern-row
  > .sub-content__pattern-btn-wrap
  .sub-content__pattern-btn--no {
  width: min(24rem, 100%);
}

.sub-content__pattern-btn-wrap {
  margin-top: var(--space-md);
  text-align: center;
}

.sub-content__pattern-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: min(16rem, 100%);
  padding: 0.9rem 2.8rem;
  font-size: 1rem;
  font-weight: 700;
  background: #ff7bac;
  border-radius: 9999px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.sub-content__pattern-btn:hover {
  background: #ff94bd;
}

.sub-content__pattern-btn--yes,
.sub-content__pattern-btn--no {
  min-width: min(24rem, 100%);
  padding: 1.35rem 4.2rem;
  font-size: 1.5rem;

  border-radius: 1.25rem;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.sub-content__pattern-btn--yes {
  background: #2faa57;
}

.sub-content__pattern-btn--yes:hover {
  background: #38c466;
}

.sub-content__pattern-btn--yes::before {
  content: "○";
  margin-right: 0.6em;
  font-weight: 700;
}

.sub-content__pattern-btn--no {
  background: #e23e3e;
}

.sub-content__pattern-btn--no:hover {
  background: #f15555;
}

.sub-content__pattern-btn--no::before {
  content: "×";
  margin-right: 0.6em;
  font-weight: 700;

  font-size: 1.18em;
}

@media screen and (max-width: 47.99rem) {
  .sub-content__pattern-btn--yes,
  .sub-content__pattern-btn--no {
    width: 100%;
    min-width: 0;
    padding: 0.9rem 2.8rem;
    font-size: 1rem;
    border-radius: 1.25rem;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .sub-content__pattern-btn--yes::before {
    margin-right: 0;
    font-size: 1.85em;
    flex-shrink: 0;
  }

  .sub-content__pattern-btn--no::before {
    margin-right: 0;
    font-size: 2.1em;
    flex-shrink: 0;
  }
}

.sub-content__pattern-btn--p1 {
  background: #d63232;
}
.sub-content__pattern-btn--p1:hover {
  background: #ee4848;
}
.sub-content__pattern-btn--p2 {
  background: #2a7adb;
}
.sub-content__pattern-btn--p2:hover {
  background: #4090ef;
}
.sub-content__pattern-btn--p3 {
  background: #2faa57;
}
.sub-content__pattern-btn--p3:hover {
  background: #38c466;
}
.sub-content__pattern-btn--p4 {
  background: #ed7a1f;
}
.sub-content__pattern-btn--p4:hover {
  background: #ff9138;
}
.sub-content__pattern-btn--p5 {
  background: #8b4ab8;
}
.sub-content__pattern-btn--p5:hover {
  background: #a35fce;
}
.sub-content__pattern-btn--p6 {
  background: #6b6b6b;
}
.sub-content__pattern-btn--p6:hover {
  background: #858585;
}

.sub-content__pattern-btn--p1,
.sub-content__pattern-btn--p2,
.sub-content__pattern-btn--p3,
.sub-content__pattern-btn--p4,
.sub-content__pattern-btn--p5,
.sub-content__pattern-btn--p6 {
  min-width: min(20rem, 100%);
  padding: 1.1rem 3.2rem;
  font-size: 1.25rem;
}

.sub-content__media-figure {
  margin: 0;
  overflow: hidden;
  border-radius: 0.5rem;
}

.sub-content__media-figure img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

@media screen and (max-width: 47.99rem) {
  .sub-content__media-row,
  .sub-content__media-row--image-text {
    grid-template-columns: 1fr;
    gap: var(--space-md);
  }

  .sub-content__media-row--image-text .sub-content__media-figure {
    order: 0;
  }
}

.sub-content__school-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-lg);
  margin: 0 0 var(--space-xxl);
}

.sub-content__school-figure {
  margin: 0;
  overflow: hidden;
  border-radius: 0.5rem;
}

.sub-content__school-figure img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 510 / 314;
  object-fit: cover;
}

@media screen and (max-width: 47.99rem) {
  .sub-content__school-images {
    grid-template-columns: 1fr;
    gap: var(--space-md);
  }
}

.sub-content__info-dl {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-xs);
  margin: 0 0 var(--space-xl);
  padding: var(--space-md);
  background: var(--color-bg);
  border: 1px solid var(--color-border);
  border-radius: 1rem;
}

@media screen and (min-width: 48rem) {
  .sub-content__info-dl {
    grid-template-columns: auto 1fr;
    gap: var(--space-sm) var(--space-lg);
  }
}

.sub-content__info-dl dt {
  margin: 0;
  font-weight: var(--font-weight-bold);
  color: var(--color-text);
}

.sub-content__info-dl dd {
  margin: 0;
}

.sub-content__h3 {
  margin: var(--space-xl) 0 var(--space-md);
  padding: var(--space-xs) 0;
  font-size: 1.25rem;
  font-weight: 800;
  color: #1a1a1a;
}

.sub-content__h4 {
  margin: var(--space-lg) 0 var(--space-sm);
  padding: var(--space-xs) 0;
  font-size: 1.0625rem;
  font-weight: 700;
  color: #2d2d2d;
}

.sub-content__hr {
  margin: var(--space-xl) 0;
  border: none;
  border-top: 1px solid var(--color-border);
}

.sub-content__table-wrap {
  overflow-x: auto;
  margin-bottom: var(--space-xl);
}

.sub-content__table-inner {
  display: inline-block;
  min-width: 100%;
  vertical-align: top;
  border-radius: 1rem;
  overflow: hidden;
}

.sub-content__table {
  width: 100%;
  min-width: 20rem;

  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid var(--color-border);
  border-radius: 1rem;
  overflow: hidden;
}

.sub-content__table th,
.sub-content__table td {
  padding: var(--space-sm) var(--space-md);
  border: none;
  border-right: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
  vertical-align: top;
}

.sub-content__table th:last-child,
.sub-content__table td:last-child {
  border-right: none;
}

.sub-content__table tr:last-child th,
.sub-content__table tr:last-child td {
  border-bottom: none;
}

.sub-content__table th {
  background: #e8ece8;
  font-weight: 700;
  color: #1a1a1a;
}

.sub-content__table td {
  background: #f5f7f5;
  color: #1a1a1a;
}

.sub-content__table tbody th {
  text-align: left;
}

.sub-content__plan-cards {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-lg);
  list-style: none;
  margin: 0 0 var(--space-xl);
  padding: 0;
}

.sub-content__plan-card {
  flex: 1 1 16rem;
  min-width: 16rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: var(--space-lg);
  background: var(--color-bg);
  border: 2px solid var(--color-border);
  border-radius: 1rem;
}

.sub-content__plan-card--vip {
  border-color: #6b4c9a;
}

.sub-content__plan-card--weekend {
  border-color: #e85d2c;
}

.sub-content__plan-card--speed {
  border-color: #2a7db8;
}

.sub-content__plan-card__category {
  font-size: 0.75rem;
  font-weight: 600;
  margin-bottom: var(--space-sm);
}

.sub-content__plan-card--vip .sub-content__plan-card__category {
  color: #6b4c9a;
}

.sub-content__plan-card--weekend .sub-content__plan-card__category {
  color: #e85d2c;
}

.sub-content__plan-card--speed .sub-content__plan-card__category {
  color: #2a7db8;
}

.sub-content__plan-card__img {
  max-width: 220px;
  width: 100%;
  height: auto;
  object-fit: contain;
  margin-bottom: var(--space-sm);
}

.sub-content__plan-card__name {
  margin: 0 0 var(--space-sm);
  font-weight: 700;
  font-size: 1.125rem;
  color: #1a1a1a;
}

.sub-content__plan-card__price {
  display: flex;
  flex-direction: column;
  gap: var(--space-xs);
  margin-bottom: var(--space-md);
}

.sub-content__plan-card__price-main {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1a1a1a;
}

.sub-content__plan-card__price-tax {
  font-size: 0.9375rem;
  font-weight: 600;
  color: #2d2d2d;
}

.sub-content__plan-card__content {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.7;
  color: var(--color-text);
}

@media screen and (min-width: 64rem) {
  .sub-content__plan-cards {
    flex-wrap: nowrap;
  }

  .sub-content__plan-card {
    flex: 1 1 0;
    min-width: 0;
  }
}

.sub-content__option-row {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-md);
  list-style: none;
  margin: 0 0 var(--space-xl);
  padding: 0;
}

.sub-content__option-card {
  flex: 1 1 12rem;
  min-width: 12rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: var(--space-lg);
  background: var(--color-bg);
  border: 2px solid var(--color-border);
  border-radius: 1rem;
  text-align: center;
}

.sub-content__option-card--green {
  border-color: #2d8c4a;
}

.sub-content__option-card--green .sub-content__option-subtitle {
  color: #2d8c4a;
}

.sub-content__option-card--orange {
  border-color: #e85d2c;
}

.sub-content__option-card--orange .sub-content__option-subtitle {
  color: #e85d2c;
}

.sub-content__option-card--blue {
  border-color: #2a7db8;
}

.sub-content__option-card--blue .sub-content__option-subtitle {
  color: #2a7db8;
}

.sub-content__option-card--red {
  border-color: #c62828;
}

.sub-content__option-card--red .sub-content__option-subtitle {
  color: #c62828;
}

.sub-content__option-img {
  width: 100%;
  max-width: 220px;
  height: auto;
  object-fit: contain;
  margin-bottom: var(--space-sm);
}

.sub-content__option-title {
  margin: 0 0 var(--space-xs);
  font-size: 1.25rem;
  font-weight: 800;
  color: #1a1a1a;
}

.sub-content__option-subtitle {
  margin: 0 0 var(--space-sm);
  font-size: 0.75rem;
  font-weight: 600;
}

.sub-content__option-price-wrap {
  margin-bottom: var(--space-sm);
  padding-bottom: var(--space-sm);
  border-bottom: 1px solid rgba(200, 150, 150, 0.4);
}

.sub-content__option-price {
  display: block;
  font-size: 1.125rem;
  font-weight: 700;
  color: #1a1a1a;
}

.sub-content__option-price-tax {
  display: block;
  margin-top: var(--space-xs);
  font-size: 0.9375rem;
  font-weight: 600;
  color: #2d2d2d;
}

.sub-content__option-desc {
  margin: 0;
  font-size: 0.8125rem;
  line-height: 1.5;
  color: var(--color-text);
}

@media screen and (min-width: 64rem) {
  .sub-content__option-row {
    flex-wrap: nowrap;
  }

  .sub-content__option-card {
    flex: 1 1 0;
    min-width: 0;
  }

  .sub-content__option-img {
    max-width: 240px;
  }
}

.sub-content__table th:nth-child(1),
.sub-content__table td:nth-child(1) {
  min-width: 18rem;
}

.sub-content__table th:nth-child(2),
.sub-content__table td:nth-child(2) {
  min-width: 13rem;
}

@media screen and (max-width: 47.99rem) {
  .sub-content__table-wrap {
    overflow-x: visible;
  }

  .sub-content__table-inner {
    display: block;
    min-width: 0;
    border-radius: 0;
    overflow: visible;
  }

  .sub-content__table {
    display: block;
    min-width: 0;
    border: none;
    border-width: 0;
    border-radius: 0;
    overflow: visible;
  }

  .sub-content__table thead {
    display: none;
  }

  .sub-content__table tbody {
    display: block;
  }

  .sub-content__table tr {
    display: block;
    margin-bottom: var(--space-md);
    padding: var(--space-md);
    border: 1px solid var(--color-border);
    border-radius: 1rem;
    background: var(--color-bg);
  }

  .sub-content__table tr:last-child {
    margin-bottom: 0;
  }

  .sub-content__table th,
  .sub-content__table td {
    display: block;
    padding: 0;
    border: none;
    min-width: 0;
    background: transparent;
  }

  .sub-content__table th {
    font-size: 0.8125rem;
    padding-bottom: var(--space-xs);
    color: #666;
  }

  .sub-content__table td {
    font-size: 1rem;
    font-weight: 700;
  }
}

.accordion {
  margin-bottom: var(--space-xl);
}

.accordion__item {
  border: 1px solid var(--color-border);
  border-bottom: none;
}

.accordion__item:last-child {
  border-bottom: 1px solid var(--color-border);
}

.accordion__heading {
  margin: 0;
}

.accordion__trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: var(--space-md) var(--space-lg);
  font-family: var(--font-sans);
  font-size: 1rem;
  font-weight: var(--font-weight-bold);
  text-align: left;
  color: var(--color-text);
  background: var(--color-bg);
  border: none;
  cursor: pointer;
  appearance: none;
  transition:
    color 0.3s ease,
    background-color 0.3s ease;
}

.accordion__trigger:hover {
  background: #f5f5f5;
}

.accordion__trigger::after {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
}

.accordion__trigger[aria-expanded="true"]::after {
  transform: rotate(-135deg);
}

.accordion__panel {
  display: grid;
  grid-template-rows: 0fr;
  min-height: 0;
  overflow: hidden;
  background: #fafafa;
  border-top: 1px solid var(--color-border);
  transition:
    grid-template-rows 0.3s ease,
    background-color 0.3s ease,
    border-color 0.3s ease;
}

.accordion__panel--open {
  grid-template-rows: 1fr;
}

.accordion__panel-inner {
  min-height: 0;
  overflow: hidden;
  padding-top: var(--space-md);
  padding-bottom: var(--space-md);
  padding-left: var(--space-lg);
  padding-right: var(--space-lg);
  transition: padding 0.3s ease;
}

.accordion__panel:not(.accordion__panel--open) .accordion__panel-inner {
  padding-top: 0;
  padding-bottom: 0;
}

.accordion__panel p {
  margin: 0;
}

.sub-content__form {
  max-width: 28rem;
  margin-bottom: var(--space-xl);
}

.sub-content__form-group {
  margin-bottom: var(--space-md);
}

.sub-content__form-label {
  display: block;
  margin-bottom: var(--space-xs);
  font-size: 0.875rem;
  font-weight: var(--font-weight-medium);
  color: var(--color-text);
}

.sub-content__form-label--required::after {
  content: " *";
  color: #c00;
}

.sub-content__form-input,
.sub-content__form-select,
.sub-content__form-textarea {
  width: 100%;
  padding: var(--space-sm) var(--space-md);
  font-family: var(--font-sans);
  font-size: 1rem;
  color: var(--color-text);
  background: var(--color-bg);
  border: 1px solid var(--color-border);
  border-radius: 0.25rem;
  box-sizing: border-box;
  transition:
    border-color 0.3s ease,
    box-shadow 0.3s ease;
}

.sub-content__form-select {
  padding-right: calc(var(--space-md) + 1.5rem);
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 0.75rem;
}

.sub-content__form-textarea {
  resize: vertical;
  min-height: 6rem;
}

.sub-content__form-input:focus,
.sub-content__form-select:focus,
.sub-content__form-textarea:focus {
  outline: none;
  border-color: #338751;
  box-shadow: 0 0 0 2px rgba(51, 135, 81, 0.2);
}

.sub-content__form-actions {
  margin-top: var(--space-lg);
}

.sub-content__tabs {
  margin-bottom: var(--space-xl);
}

.sub-content__tablist {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin: 0 0 var(--space-md);
  padding: 0;
  list-style: none;
  border-bottom: 1px solid var(--color-border);
}

.sub-content__tab {
  padding: var(--space-sm) var(--space-md);
  font-family: var(--font-sans);
  font-size: 0.9375rem;
  font-weight: var(--font-weight-medium);
  color: var(--color-text);
  background: transparent;
  border: none;
  border-bottom: 3px solid transparent;
  cursor: pointer;
  margin-bottom: -1px;
  transition:
    color 0.3s ease,
    background-color 0.3s ease,
    border-color 0.3s ease;
}

.sub-content__tab:hover {
  background: #f5f5f5;
}

.sub-content__tab[aria-selected="true"] {
  font-weight: var(--font-weight-bold);
  border-bottom-color: #338751;
  color: #338751;
}

.sub-content__tabpanel {
  padding: var(--space-md);
  background: #fafafa;
  border: 1px solid var(--color-border);
  border-top: none;
  border-radius: 0 0 0.5rem 0.5rem;
  transition:
    background-color 0.3s ease,
    border-color 0.3s ease;
}

.sub-content__tabpanel[hidden] {
  display: none;
}

.sub-content__tabpanel p {
  margin: 0;
}

.sub-content__notice {
  margin-bottom: var(--space-xl);
  padding: var(--space-md) var(--space-lg);
  background: #fff8e6;
  border-left: 4px solid #e6b800;
  border-radius: 0 0.25rem 0.25rem 0;
}

.sub-content__notice-text {
  margin: 0;
  font-size: 0.9375rem;
}

.sub-content__points {
  margin: 0 0 var(--space-xl);
  padding: var(--space-lg);
  background: #fff;
  border: 1px solid #ff9900;
  border-radius: 1rem;
}

.sub-content__points-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sub-content__points-item {
  position: relative;
  padding: var(--space-sm) var(--space-md) var(--space-sm) 1.75rem;
  margin-bottom: var(--space-sm);
  font-size: 0.9375rem;
  line-height: 1.7;
  color: #333;
  background: #fffbf5;
  border-radius: 1rem;
}

.sub-content__points-item::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.25rem;
  height: 1.25rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' fill='%23ff9900'%3E%3Cpath d='M4 0l8 6-8 6z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.sub-content__points-item:last-child {
  margin-bottom: 0;
}

.sub-content__points-amount {
  color: #cc3333;
  font-weight: 700;
}

.sub-content__cancel-box {
  margin: 0 0 var(--space-xl);
  padding: var(--space-lg);
  background: #fff5f5;
  border: 2px dashed #cc3333;
  border-radius: 1rem;
}

.sub-content__cancel-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sub-content__cancel-item {
  position: relative;
  padding: var(--space-sm) var(--space-md) var(--space-sm) 2rem;
  margin-bottom: var(--space-sm);
  font-size: 0.9375rem;
  line-height: 1.7;
  color: #333;
}

.sub-content__cancel-item::before {
  position: absolute;
  left: 0.25rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.25rem;
  height: 1.25rem;
  color: #cc3333;
  font-weight: 700;
  font-size: 1.1rem;
  line-height: 1;
  content: "×";
}

.sub-content__cancel-item:last-child {
  margin-bottom: 0;
}

.sub-content__cancel-amount {
  color: #cc3333;
  font-weight: 700;
}

.sub-content__palette {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(16rem, 1fr));
  gap: var(--space-xl);
  margin: 0 0 var(--space-xl);
}

.sub-content__palette-group {
  padding: var(--space-lg);
  background: var(--color-bg);
  border: 1px solid var(--color-border);
  border-radius: 1rem;
}

.sub-content__palette-title {
  margin: 0 0 var(--space-md);
  padding-bottom: var(--space-xs);
  font-size: 0.875rem;
  font-weight: 700;
  color: #1a1a1a;
  border-bottom: 1px solid var(--color-border);
}

.sub-content__palette-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sub-content__palette-item {
  display: flex;
  align-items: center;
  gap: var(--space-md);
  margin-bottom: var(--space-sm);
}

.sub-content__palette-item:last-child {
  margin-bottom: 0;
}

.sub-content__palette-swatch {
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.5rem;
}

.sub-content__palette-meta {
  font-size: 0.8125rem;
  color: var(--color-text);
}

.sub-content__map-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 12rem;
  margin-bottom: var(--space-xl);
  background: #eee;
  border: 1px solid var(--color-border);
  border-radius: 0.5rem;
}

.sub-content__map-placeholder-text {
  font-size: 1.25rem;
  color: #999;
}

.sub-content__cta {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-lg);
  margin: var(--space-xxl) 0;
  padding: var(--space-xl) 0;
  justify-content: center;
  align-items: center;
}

.sub-content__cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.25rem;
  min-width: 11rem;
  padding: var(--space-md) var(--space-xxl);
  font-family: var(--font-sans);
  font-size: 1.0625rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  border-radius: 9999px;
  cursor: pointer;
  box-sizing: border-box;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background-color 0.2s ease,
    border-color 0.2s ease;
  border: 2px solid transparent;
}

.sub-content__cta-btn--primary {
  color: #fff;
  background: #278040;
  border-color: #278040;
  box-shadow: 0 4px 14px rgba(39, 128, 64, 0.35);
}

.sub-content__cta-btn--primary:hover {
  background: #1e6b34;
  border-color: #1e6b34;
  box-shadow: 0 6px 20px rgba(39, 128, 64, 0.45);
  transform: translateY(-2px);
}

.sub-content__cta-btn--primary:active {
  transform: translateY(0);
  box-shadow: 0 2px 8px rgba(39, 128, 64, 0.3);
}

.sub-content__cta-btn--secondary {
  color: #1a1a1a;
  background: #fff;
  border-color: #338751;
}

.sub-content__cta-btn--secondary:hover {
  background: #f0f7f2;
  border-color: #278040;
  box-shadow: 0 4px 12px rgba(51, 135, 81, 0.2);
  transform: translateY(-2px);
}

.sub-content__cta-btn--secondary:active {
  transform: translateY(0);
}

.senior-page {
  font-size: calc(var(--font-size-base) * 1.4);
  line-height: 1.8;
}

@media screen and (min-width: 48rem) {
  .senior-page {
    font-size: calc(var(--font-size-base) * 1.6);
  }
}

.senior-page p,
.senior-page li {
  font-size: 1em;
}

.koureisha-page {
  font-size: calc(var(--font-size-base) * 1.3);
  line-height: 1.8;
}

.koureisha-page p,
.koureisha-page li {
  font-size: 1em;
}

.koureisha-page .sub-content__h1 {
  font-size: 1.75em;
}

.koureisha-page .sub-content__h2 {
  font-size: 1.5em;
}

@media screen and (max-width: 47.99rem) {
  .koureisha-page .sub-content__h2 {
    font-size: 1.1em;
  }
}

.koureisha-page .sub-content__h3 {
  font-size: 1.1em;
}

.koureisha-page .sub-content__lead {
  font-size: 0.9625em;
}

.koureisha-page .senior-consent__title {
  font-size: 1.125em;
}

.koureisha-page .sub-content {
  padding-top: 10rem;
}

.koureisha-page #senior-support-heading {
  margin-bottom: var(--space-xxl);
}

.koureisha-page .sub-content > section + section {
  margin-top: 10rem;
}

.sub-content.koureisha-page section[aria-labelledby^="senior-"] {
  margin-top: 6rem;
}

.koureisha-page .senior-consent {
  padding: var(--space-xxl) 1rem;
}

.koureisha-page .senior-consent__list {
  padding-left: 1.5em;
}

@media screen and (min-width: 48rem) {
  .koureisha-page .senior-consent__list {
    padding-left: 3em;
  }
}

.koureisha-page .senior-actions {
  flex-direction: column;
  gap: 6rem;
  align-items: stretch;
}

.koureisha-page .sub-content__h2 + .senior-actions {
  margin-top: var(--space-lg);
}

.koureisha-page .senior-actions__btn {
  min-height: 4.5rem;
  width: 100%;
  min-width: 0;
  padding: var(--space-lg) var(--space-xxl);
  font-size: 1.25em;
}

.koureisha-page .senior-actions__btn--secondary {
  background: #338751;
  color: #fff;
  border: none;
  box-shadow: 0 4px 12px rgba(51, 135, 81, 0.45);
}

@media screen and (max-width: 47.99rem) {
  .koureisha-page .senior-actions {
    gap: 3rem;
  }
}

.senior-consent {
  margin-top: var(--space-lg);
  margin-bottom: var(--space-xl);
  padding: var(--space-xl);
  border-radius: 0.75rem;
  background: #fff8e6;
  border: 4px solid #e6b800;
}

.senior-consent__title {
  margin: 0 0 var(--space-lg);
  font-size: 1.125em;
}

.senior-consent__list {
  margin: 0 0 var(--space-md);
  padding-left: 2.5em;
  list-style-position: outside;
}

.senior-consent__list > li {
  margin-bottom: var(--space-md);
  padding-left: 0.25em;
}

.senior-consent__list > li::marker {
  font-weight: var(--font-weight-bold);
}

.senior-consent__list ul {
  margin: var(--space-sm) 0 0;
  padding-left: 1.5em;
}

.senior-consent__note {
  margin: 0;
  font-weight: var(--font-weight-medium);
}

.senior-consent-note {
  margin: var(--space-lg) 0 0;
  font-weight: var(--font-weight-medium);
}

.senior-support-box {
  margin-top: var(--space-lg);
  padding: var(--space-xl);
  background: #f8faf8;
  border: 4px solid #338751;
  border-radius: 0.5rem;
}

.senior-support-box p {
  margin: 0 0 var(--space-md);
}

.senior-support-box p:last-child {
  margin-bottom: 0;
}

.senior-support-box__highlight {
  color: #c0392b;
  font-weight: var(--font-weight-bold);
}

.senior-support-box__example {
  color: var(--color-text);
}

.senior-actions {
  display: flex;
  flex-direction: column;
  gap: var(--space-md);
  margin-top: var(--space-xl);
  margin-bottom: var(--space-xxl);
}

@media screen and (min-width: 48rem) {
  .senior-actions {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

.senior-actions__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.5rem;
  min-width: min(16rem, 100%);
  padding: var(--space-md) var(--space-xxl);
  font-size: 1rem;
  font-weight: 700;
  border-radius: 9999px;
  border: none;
  text-decoration: none;
  box-sizing: border-box;
  transition:
    transform 0.15s ease,
    box-shadow 0.15s ease,
    opacity 0.15s ease;
}

.senior-actions__btn--primary {
  background: #d6333f;
  color: #fff;
  box-shadow: 0 4px 12px rgba(214, 51, 63, 0.45);
}

.senior-actions__btn--secondary {
  background: #ffffff;
  color: #338751;
  border: 2px solid #338751;
}

.senior-actions__btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.16);
  opacity: 0.97;
}

.senior-actions__btn:active {
  transform: translateY(0);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
}

.senior-actions__arrow {
  display: inline-block;
  margin-left: 0.25em;
  transition: transform 0.2s ease;
}

.senior-actions__btn:hover .senior-actions__arrow {
  transform: translateX(0.25em);
}

.senior-qr {
  margin-top: var(--space-xxl);
  text-align: center;
}

.senior-actions__group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-md);
}

.senior-cancel-qr {
  text-align: center;
}

.br-sp {
  display: none;
}

@media screen and (max-width: 47.99rem) {
  .br-sp {
    display: block;
  }
}

.senior-qr__label {
  margin: 0 0 var(--space-md);
  font-weight: var(--font-weight-medium);
}

.senior-qr__link {
  display: inline-block;
}

.senior-qr__img {
  display: block;
  width: 200px;
  height: 200px;
}

@media screen and (max-width: 47.99rem) {
  .sub-content__cta {
    flex-direction: column;
    padding: var(--space-lg);
    align-items: center;
  }

  .sub-content__cta .cta-btn,
  .sub-content__cta-btn {
    width: 100%;
    max-width: 20rem;
  }
}

.sub-content__btn-samples {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-md);
  margin-bottom: var(--space-xl);
}

.sub-content__btn {
  display: inline-block;
  padding: var(--space-sm) var(--space-lg);
  font-family: var(--font-sans);
  font-size: 0.9375rem;
  font-weight: var(--font-weight-medium);
  text-align: center;
  text-decoration: none;
  border-radius: 9999px;
  cursor: pointer;
  border: 2px solid transparent;
  box-sizing: border-box;
  transition:
    color 0.3s ease,
    background-color 0.3s ease,
    border-color 0.3s ease,
    opacity 0.3s ease;
}

.sub-content__btn--primary {
  color: #fff;
  background: #338751;
  border-color: #338751;
}

.sub-content__btn--primary:hover {
  background: #2a6d42;
  border-color: #2a6d42;
}

.sub-content__btn--secondary {
  color: var(--color-text);
  background: var(--color-bg);
  border-color: var(--color-border);
}

.sub-content__btn--secondary:hover {
  border-color: #999;
  background: #f5f5f5;
}

.sub-content__btn--link {
  color: #338751;
  background: transparent;
  border-color: transparent;
}

.sub-content__btn--link:hover {
  text-decoration: underline;
}

.sub-content__list {
  margin: 0 0 var(--space-lg);
  padding-left: 1.5rem;
  line-height: 1.7;
}

.sub-content__list--ordered {
  list-style-type: decimal;
}

.sub-content__list li {
  margin-bottom: var(--space-xs);
}

.bg-area--no-circles .circles {
  display: none;
}

.bus-route-map {
  margin-bottom: var(--space-xl);
}

.gmap-wrap {
  list-style: none;
  margin: 0 0 var(--space-lg);
  padding: 0;
}

.gmap-wrap__item {
  display: none;
}

.gmap-wrap__item.is-active {
  display: block;
}

.gmap-wrap__item[hidden] {
  display: none !important;
}

.gmap-wrap__frame {
  position: relative;
  width: 100%;
  margin: 0 0 var(--space-lg);
  border-radius: 0.5rem;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: var(--color-border);
}

.gmap-wrap__frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.bus-route-map__note {
  margin: 0 0 var(--space-lg);
  padding: var(--space-md) 0;
  font-size: 0.9375rem;
  line-height: 1.7;
  color: var(--color-text);
}

.bus-route-tabs {
  margin: 0 0 var(--space-xl);
  padding: 0;
  background: #fff;
  border-radius: 0.5rem;
  border: 1px solid var(--color-border);
}

.bus-route-tabs__row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: var(--space-md);
  align-items: center;
  margin: 0;
  padding: var(--space-sm) var(--space-md);
  border-bottom: 1px solid var(--color-border);
  transition: background-color 0.2s ease;
}

.bus-route-tabs__row:last-child {
  border-bottom: none;
}

.bus-route-tabs__row.is-selected {
  background: rgba(42, 110, 65, 0.06);
}

.bus-route-tabs__label {
  margin: 0;
  font-weight: var(--font-weight-bold);
}

.bus-route-tabs__btn {
  display: inline-flex;
  align-items: center;
  gap: 0.25em;
  padding: 0.35em 0;
  font-family: inherit;
  font-size: 0.9375rem;
  font-weight: inherit;
  color: #2a6e41;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  transition: color 0.2s ease;
}

.bus-route-tabs__btn:hover {
  color: #1e4d2e;
  text-decoration: underline;
}

.bus-route-tabs__btn.is-selected {
  color: var(--color-text);
  text-decoration: none;
  font-weight: var(--font-weight-bold);
}

.bus-route-tabs__pdf {
  margin: 0;
}

.bus-route-tabs__pdf .sub-content__media-btn--sm {
  white-space: nowrap;
}

.sub-content__media-btn--sm {
  padding: var(--space-xs) var(--space-md);
  font-size: 0.875rem;
}

@media screen and (max-width: 47.99rem) {
  .bus-route-tabs__row {
    grid-template-columns: 1fr;
    gap: var(--space-xs);
  }

  .gmap-wrap__frame {
    max-width: 100%;
    aspect-ratio: 4 / 3;
  }
}

@media screen and (max-width: 47.99rem) {
  .sub-page-header {
    margin-bottom: var(--space-md);
    padding-left: var(--space-sm);
    padding-right: var(--space-sm);
  }

  .sub-page-header__title-wrapper {
    order: 2;
    flex: 1 1 100%;
    text-align: center;
    padding: var(--space-sm) 0;
  }

  .sub-page-header__title {
    margin-bottom: 0;
    font-size: clamp(1.25rem, 5vw, 1.75rem);
  }

  .page-koureisha .sub-page-header__title {
    font-size: 1.6rem;
  }

  .page-koureisha .sub-page-header__subtitle {
    font-size: clamp(1.25rem, 4vw, 1.75rem);
  }

  .sub-page-header__visual {
    order: 1;
    width: 100%;
    max-width: 100%;
    aspect-ratio: 16 / 9;
    margin: 0 auto;
    margin-bottom: 1rem;
  }

  .breadcrumb {
    font-size: 0.75rem;
  }

  .sub-content {
    padding-left: var(--space-sm);
    padding-right: var(--space-sm);
    padding-bottom: var(--space-xxl);
  }

  .sub-content__lead {
    font-size: 1rem;
    margin-bottom: var(--space-lg);
  }

  .sub-content__h2 {
    font-size: 1.125rem;
    margin-top: var(--space-xl);
  }
}

.container_06 {
  position: absolute;
  bottom: -22px;
  left: 0;
  right: 0;
  height: auto;
  min-height: 80px;
  padding-bottom: var(--space-md, 1rem);
  background-color: transparent;
  z-index: 5;
}

@media screen and (min-width: 80rem) {
  .container_06 {
    padding-bottom: 38px;
  }
}

@media screen and (min-width: 85.375rem) {
  .container_06 {
    padding-bottom: 42px;
  }
}

@media screen and (min-width: 90rem) {
  .container_06 {
    padding-bottom: 46px;
  }
}

@media screen and (min-width: 120rem) {
  .container_06 {
    padding-bottom: 60px;
  }
}

@media screen and (min-width: 160rem) {
  .container_06 {
    padding-bottom: 80px;
  }
}

.scroll-down_06 {
  position: absolute;
  bottom: 1.25rem;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  font-family: var(--font-sans);
  font-size: 0.875rem;
  font-weight: var(--font-weight-normal);
  line-height: var(--line-height-base);
  color: #fff;
  text-decoration: none;
}

.scroll-down_06:hover {
  opacity: 0.9;
}

.circle-arrow {
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid #fff;
  border-radius: 50%;
  position: relative;
  margin-bottom: var(--space-md, 1rem);
  margin-inline: auto;
  animation: pulse 2s infinite;
}

.circle-arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.625rem;
  height: 0.625rem;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: translate(-50%, -50%) rotate(-45deg);
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

.news-archive-list {
  margin-top: 2rem;
}
.news-archive {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  padding: 1rem 0;
  border-bottom: 1px solid #e0e0e0;
}
.news-archive dt {
  flex: 0 0 auto;
  font-weight: 500;
  color: #666;
}
.news-archive dd {
  flex: 1 1 auto;
  margin: 0;
}
.news-archive dd a:hover {
  text-decoration: underline;
}

.news-pagination {
  margin-top: 2.5rem;
}
.news-pagination__list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
.news-pagination__list li a,
.news-pagination__list li span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 2.5rem;
  height: 2.5rem;
  padding: 0 0.75rem;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none;
  transition:
    background-color 0.2s,
    color 0.2s;
}
.news-pagination__list li a {
  color: #374151;
  border: 1px solid #d1d5db;
  background: #fff;
}
.news-pagination__list li a:hover {
  background: #f3f4f6;
}
.news-pagination__current span {
  background: #374151;
  color: #fff;
  border: 1px solid #374151;
}
.news-pagination__prev a,
.news-pagination__next a {
  border: none;
  color: #6b7280;
}
.news-pagination__prev a:hover,
.news-pagination__next a:hover {
  color: #374151;
  background: transparent;
}

.movie-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 32px 24px;
  margin: 32px 0;
}
.movie-grid__item {
  display: flex;
  flex-direction: column;
}
.movie-grid__item .sub-content__h3 {
  margin-bottom: 12px;
}
.movie-grid__frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #000;
  border-radius: 8px;
  overflow: hidden;
}
.movie-grid__frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
@media (max-width: 600px) {
  .movie-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 20px 0;
    margin: 24px 0;
  }
}

.u-br-sp {
  display: none;
}

@media screen and (max-width: 47.99rem) {
  .u-br-sp {
    display: block;
  }

  .u-hidden-sp {
    display: none !important;
  }
}

@media screen and (max-width: 20rem) {
  .sub-content {
    padding-left: var(--space-sm);
    padding-right: var(--space-sm);
  }

  .sub-content__section--white {
    padding: var(--space-sm);
  }

  .sub-content__h2 {
    padding-left: var(--space-sm);
    font-size: 1.25rem;
  }

  .sub-content__pattern-btn--yes,
  .sub-content__pattern-btn--no {
    padding: 0.75rem 0.65rem;
    font-size: 0.875rem;
  }

  .sub-content__pattern-btn--yes::before {
    font-size: 1.35em;
  }

  .sub-content__pattern-btn--no::before {
    font-size: 1.55em;
  }

  .sub-page-header__breadcrumb .breadcrumb {
    font-size: 0.75rem;
  }
}
