@charset "UTF-8";
html {
  font-size: 16px;
}

body {
  font-family: "Zen Maru Gothic", "Hiragino Maru Gothic ProN", "Yu Gothic", "YuGothic", sans-serif;
}

a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

a {
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.7;
}

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

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

html {
  scroll-behavior: smooth;
}

body {
  color: #5f5346;
  background: #fffdfa;
  line-height: 1.8;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 1024px) {
  body.is-nav-open {
    overflow: hidden;
  }
}

main {
  overflow: clip;
}

img {
  display: block;
  max-width: 100%;
}

section {
  position: relative;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 14px 28px;
  border-radius: 999px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
}

.button--line {
  color: #fff;
  background: linear-gradient(135deg, #7ac143 0%, #4f8d27 100%);
  box-shadow: 0 10px 18px rgba(122, 193, 67, 0.28);
}

.button--line:hover {
  opacity: 1;
  transform: translateY(-2px);
}

.section {
  padding: 112px 20px;
}
@media screen and (max-width: 768px) {
  .section {
    padding: 72px 16px;
  }
}

.section__heading {
  width: min(100%, 1120px);
  margin: 0 auto 56px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .section__heading {
    margin-bottom: 40px;
  }
}

.section__heading-mark {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #f09a8f;
}

.section__heading-mark::before,
.section__heading-mark::after {
  content: "";
  display: block;
  width: 28px;
  height: 1px;
  background: currentColor;
}

.section__title {
  margin: 12px 0 0;
  color: #7d6b53;
  font-size: clamp(2rem, 2.8vw, 2.875rem);
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .section__title {
    font-size: 1.875rem;
  }
}

.header {
  padding: 20px 0;
  background: #fff;
}

.header__container {
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .header__container {
    padding: 0 16px;
  }
}

.header__body {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.header__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .header__top {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }
}

.header__leading {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-width: 0;
}

.header__menu {
  display: none;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: center;
  gap: 6px;
  width: 44px;
  height: 44px;
  margin: 0;
  margin-left: auto;
  padding: 0;
  border: none;
  border-radius: 8px;
  background: transparent;
  cursor: pointer;
  transition: background 0.2s;
}
@media screen and (max-width: 1024px) {
  .header__menu {
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .header__menu {
    margin-left: 0;
  }
}
.header__menu:hover {
  background: rgba(99, 97, 79, 0.06);
}
.header__menu:focus-visible {
  outline: 2px solid #e876b0;
  outline-offset: 2px;
}

.header__menu-bar {
  display: block;
  width: 22px;
  height: 2px;
  margin: 0 auto;
  border-radius: 1px;
  background: #63614f;
  transition: transform 0.25s ease, opacity 0.2s ease;
  transform-origin: center;
}

.header.is-nav-open .header__menu-bar:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.header.is-nav-open .header__menu-bar:nth-child(2) {
  opacity: 0;
}

.header.is-nav-open .header__menu-bar:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

.header__backdrop {
  position: fixed;
  inset: 0;
  z-index: 900;
  display: none;
  border: none;
  padding: 0;
  margin: 0;
  background: rgba(0, 0, 0, 0.45);
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.3s ease;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media screen and (max-width: 1024px) {
  .header__backdrop {
    display: block;
    pointer-events: none;
  }
}

.header.is-nav-open .header__backdrop {
  opacity: 1;
  pointer-events: auto;
}

.header__brand {
  display: flex;
  align-items: center;
  gap: 8px;
  max-width: 100%;
  text-decoration: none;
  color: inherit;
}

.brand__mark-wrap {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  overflow: hidden;
}

.brand__mark {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.brand__copy {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 204px;
  max-width: 100%;
}

.brand__lead {
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.05em;
  text-align: center;
  color: #000;
}

.brand__name {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.1em;
  text-align: center;
  color: #e876b0;
}

.header__line-slot {
  display: flex;
  flex-shrink: 0;
  justify-content: flex-end;
  width: 495px;
  max-width: 100%;
}
@media screen and (max-width: 1024px) {
  .header__line-slot {
    width: auto;
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .header__line-slot {
    width: 100%;
    justify-content: center;
  }
}

.header__line {
  box-sizing: border-box;
}

.line-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16.5px;
  width: 200px;
  max-width: 100%;
  padding: 7px 10px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: #04c757;
  color: #fff;
  text-decoration: none;
  transition: opacity 0.3s;
}

.line-cta__icon-wrap {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
}

.line-cta__icon {
  display: block;
  width: 32px;
  height: 32px;
}

.line-cta__label {
  flex-shrink: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.7777777778;
  letter-spacing: 0.0888888902em;
}

.line-cta__chevron-wrap {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
}

.line-cta__chevron {
  display: block;
  width: 32px;
  height: 32px;
}

.header__nav-block {
  padding-top: 16px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .header__nav-block {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 910;
    width: min(100%, 320px);
    height: 100vh;
    height: 100dvh;
    padding: 88px 24px 32px;
    overflow-y: auto;
    background: #fff;
    box-shadow: -8px 0 24px rgba(0, 0, 0, 0.08);
    transform: translateX(100%);
    transition: transform 0.3s ease;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 1024px) {
  .header.is-nav-open .header__nav-block {
    transform: translateX(0);
  }
}

.header__nav {
  width: 100%;
}

.nav-global__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 1024px) {
  .nav-global__list {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 0;
    justify-content: flex-start;
  }
}

.nav-global__item {
  display: flex;
  align-items: stretch;
  min-height: 30px;
  border-right: 2px dashed #d3d1c7;
}
@media screen and (max-width: 1024px) {
  .nav-global__item {
    min-height: 0;
    border-right: none;
    border-bottom: 1px solid #d3d1c7;
  }
}

.nav-global__item:last-child {
  border-right: none;
}
@media screen and (max-width: 1024px) {
  .nav-global__item:last-child {
    border-bottom: none;
  }
}

.nav-global__link {
  display: flex;
  align-items: center;
  padding: 3px 22px;
  color: #63614f;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-decoration: none;
}
@media screen and (max-width: 1024px) {
  .nav-global__link {
    padding: 16px 8px;
  }
}

.fv {
  padding: 0;
}

.fv__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.fv__frame {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  max-width: 1280px;
  padding: 0 40px 0 20px;
  min-height: 663px;
}
@media screen and (max-width: 768px) {
  .fv__frame {
    max-width: 100%;
    padding: 0 16px;
    min-height: 0;
  }
}

.fv__picture {
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .fv__picture {
    max-width: 100%;
  }
}

.picture-block__stage {
  position: relative;
  width: 100%;
  height: 588px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .picture-block__stage {
    height: min(58.8vw, 420px);
  }
}

.picture-block__photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.picture-block__decoration {
  position: absolute;
  top: -3px;
  left: 72.5409836066%;
  width: min(335px, 27.46vw);
  height: auto;
  max-height: 107px;
  border-radius: 0 0 0 50px;
  -o-object-fit: contain;
     object-fit: contain;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .picture-block__decoration {
    left: auto;
    right: 0;
    top: -2px;
    width: min(200px, 42vw);
    max-height: 64px;
    border-radius: 0 0 0 24px;
  }
}

.fv__intro {
  box-sizing: border-box;
}

.intro-block {
  position: absolute;
  top: 420px;
  left: 20px;
  z-index: 2;
  max-width: calc(100% - 40px);
  padding: 37px 70px 120px 40px;
  border-radius: 0 80px 0 0;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .intro-block {
    position: relative;
    top: auto;
    left: auto;
    max-width: 100%;
    margin-top: -48px;
    padding: 24px 24px 48px 20px;
    border-radius: 0 40px 0 0;
  }
}

.intro-block__catch {
  margin: 0;
  color: #63614f;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 768px) {
  .intro-block__catch {
    font-size: clamp(1.375rem, 5.2vw, 2rem);
    line-height: 1.2;
    letter-spacing: 0.06em;
  }
}

.intro-block__title {
  margin: 0;
  padding-top: 0;
  color: #e27aa9;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.3333333333;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .intro-block__title {
    margin-top: 8px;
    font-size: clamp(1.125rem, 3.8vw, 1.5rem);
    line-height: 1.45;
  }
}

.cta {
  width: 100%;
}

.cta__frame {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  gap: 20px;
  width: 100%;
  box-sizing: border-box;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .cta__frame {
    flex-direction: column;
    padding: 0 16px;
  }
}

.cta__item {
  flex-shrink: 0;
}

.cta__item--image12 {
  width: 471px;
  max-width: 100%;
}

.cta__item--group714 {
  width: 431px;
  max-width: 100%;
}

.cta__link {
  display: block;
  line-height: 0;
  text-decoration: none;
}

.cta__img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.cta__item--group714 .cta__link {
  position: relative;
  overflow: hidden;
  -webkit-animation: cta-group714-shake-sequence 3s infinite;
          animation: cta-group714-shake-sequence 3s infinite;
}

.cta__item--group714 .cta__link::after {
  content: "";
  position: absolute;
  top: -60%;
  left: -40%;
  width: 40%;
  height: 220%;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 48%, rgba(255, 255, 255, 0) 60%);
  transform: translateX(-120%);
  -webkit-animation: cta-group714-shine 1.8s ease-in-out infinite;
          animation: cta-group714-shine 1.8s ease-in-out infinite;
  mix-blend-mode: screen;
  pointer-events: none;
}

@-webkit-keyframes cta-group714-shine {
  0% {
    transform: translateX(-120%) rotate(0deg);
  }
  100% {
    transform: translateX(560%) rotate(0deg);
  }
}

@keyframes cta-group714-shine {
  0% {
    transform: translateX(-120%) rotate(0deg);
  }
  100% {
    transform: translateX(560%) rotate(0deg);
  }
}
@-webkit-keyframes cta-group714-shake-sequence {
  0%, 15% {
    transform: translateX(0);
  }
  16%, 18% {
    transform: translateX(-3px);
  }
  19%, 21% {
    transform: translateX(3px);
  }
  22%, 24% {
    transform: translateX(-3px);
  }
  25% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes cta-group714-shake-sequence {
  0%, 15% {
    transform: translateX(0);
  }
  16%, 18% {
    transform: translateX(-3px);
  }
  19%, 21% {
    transform: translateX(3px);
  }
  22%, 24% {
    transform: translateX(-3px);
  }
  25% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(0);
  }
}
.section--features.school-feature {
  padding: 80px 40px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .section--features.school-feature {
    padding: 48px 16px;
  }
}

.school-feature__shell {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 100%;
  gap: 62px;
  box-sizing: border-box;
}

.school-feature__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 792px;
  gap: 15.89px;
}

.school-feature__head-icon {
  display: block;
  width: 50px;
  height: 48px;
  -o-object-fit: contain;
     object-fit: contain;
}

.school-feature__head-title {
  margin: 0;
  color: #63614f;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.3333333333;
  letter-spacing: 0.1em;
  text-align: center;
}

.school-feature__stage {
  position: relative;
  width: 100%;
  max-width: 1200px;
  min-height: 945px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .school-feature__stage {
    min-height: 0;
    padding-bottom: 0;
  }
}

.school-feature__figure {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 24px;
}

.school-feature__photo {
  display: block;
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 768px) {
  .school-feature__photo {
    height: min(400px, 56vw);
  }
}

.school-feature__panel {
  position: absolute;
  top: 320px;
  left: 50%;
  transform: translateX(-50%);
  box-sizing: border-box;
  width: 792px;
  max-width: calc(100% - 32px);
  padding: 48px 16px;
  border: 4px solid #f7f7f7;
  border-radius: 24px;
  background: #fff;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .school-feature__panel {
    left: 50%;
    transform: translateX(-50%);
    width: min(792px, 100% - 32px);
  }
}
@media screen and (max-width: 768px) {
  .school-feature__panel {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: 100%;
    max-width: 100%;
    margin-top: -72px;
    padding: 32px 16px;
  }
}

.school-feature__panel-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 0;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .school-feature__panel-heading {
    padding: 0 16px;
  }
}

.school-feature__panel-title {
  margin: 0;
  color: #63614f;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3999999364;
  letter-spacing: 0.0666666677em;
  text-align: center;
}

.school-feature__panel-deco {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  width: 204.81px;
  height: 41.59px;
  margin-top: -33.5px;
  padding: 35.79px 0 0;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .school-feature__panel-deco {
    width: min(204.81px, 90vw);
    margin-top: -24px;
    padding-top: 28px;
  }
}

.school-feature__panel-wave {
  display: block;
  width: 100%;
  height: auto;
  max-width: 204.81px;
}

.school-feature__panel-lead {
  margin: 0;
  padding: 7px 20px 0 0;
  color: #e7716d;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .school-feature__panel-lead {
    padding: 12px 8px 0;
    font-size: clamp(1rem, 3.5vw, 1.25rem);
  }
}

.school-feature__panel-body {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  max-width: 752px;
  margin: 0 auto;
  padding: 8px 0 0;
  box-sizing: border-box;
}

.school-feature__para {
  margin: 0;
  max-width: 747px;
  color: #63614f;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "YuGothic", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: left;
}

.section.section--support.support-section {
  padding: 0;
  background: transparent;
}

.support-section__shell {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.support-section__divider {
  width: 100%;
  line-height: 0;
}

.support-section__wave-img {
  display: block;
  width: 100%;
  height: auto;
}

.support-section__main {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  gap: 62px;
  padding: 80px clamp(20px, 11vw, 120px);
  background: #fedddd;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .support-section__main {
    padding: 48px 16px;
    gap: 40px;
  }
}

.support-section__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  gap: 15.89px;
  min-height: 93.39px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .support-section__head {
    min-height: 0;
  }
}

.support-section__head-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 100px;
  background: #fff;
}

.support-section__head-icon {
  display: block;
  width: 50px;
  height: 48px;
  -o-object-fit: cover;
     object-fit: cover;
}

.support-section__title {
  margin: 0;
  color: #63614f;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.3333333333;
  letter-spacing: 0.1em;
  text-align: center;
}

.support-section__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1080px;
  min-height: 408px;
  margin: 0;
  padding: 0;
  list-style: none;
  background: #f7f7f7;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .support-section__list {
    flex-direction: column;
    min-height: 0;
    gap: 0;
  }
}

.support-section__item {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 0;
  padding: 22px 24px;
  border: 4px solid #fff;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .support-section__item {
    flex: none;
    width: 100%;
  }
}

.support-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  gap: 32px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

.support-card__figure {
  flex-shrink: 0;
  width: 200px;
  height: 200px;
  margin: 0 auto;
  overflow: hidden;
}

.support-card__photo {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.support-card__name {
  margin: 0;
  align-self: stretch;
  color: #63614f;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-align: center;
}

.support-card__action {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 41px;
  margin: 0 auto;
  filter: drop-shadow(2px 4px 4px rgba(0, 0, 0, 0.25));
}

.support-card__btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  width: 200px;
  height: 41px;
  padding: 0 20px 0 54px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: #bf2879;
  color: #fff;
  text-decoration: none;
}

.support-card__btn-label {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.09375em;
  text-align: center;
  color: #fff;
}

.support-card__btn-icon {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 19.88px;
  height: 19.88px;
}

.support-card__btn-icon img {
  display: block;
  width: 19.88px;
  height: 19.88px;
}

.section.section--price.price-section {
  padding: 0;
  background: transparent;
}

.price-section__shell {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 60px 0;
}

.price-section__edge {
  width: 100%;
  line-height: 0;
}

.price-section__edge-img {
  display: block;
  width: 100%;
  height: auto;
}

.price-section__body {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 62px;
  padding: 80px clamp(20px, 11vw, 120px);
  background: #f7f7f7;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .price-section__body {
    padding: 48px 16px;
    gap: 40px;
  }
}

.price-section__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  gap: 15.9px;
}

.price-section__head-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 100px;
  background: #fff;
}

.price-section__head-icon {
  display: block;
  width: 50px;
  height: 48px;
  -o-object-fit: cover;
     object-fit: cover;
}

.price-section__title {
  margin: 0;
  width: 100%;
  color: #63614f;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.3333333333;
  letter-spacing: 0.1em;
  text-align: center;
}

.price-section__swipe-hint {
  display: none;
  margin: 0;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .price-section__swipe-hint {
    display: block;
    color: #5f5346;
    font-size: clamp(1rem, 3.5vw, 1.25rem);
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.08em;
    text-align: center;
  }
}

.price-section__wave {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  line-height: 0;
}

.price-section__wave--up {
  margin-top: -34px;
  margin-bottom: -28px;
}
@media screen and (max-width: 768px) {
  .price-section__wave--up {
    margin-top: -20px;
    margin-bottom: -16px;
  }
}

.price-section__wave-img {
  display: block;
  width: 100%;
  height: auto;
}

.price-section__table-wrap {
  width: 100%;
  max-width: 1080px;
  overflow-x: auto;
}

.price-grid {
  width: 100%;
  min-width: 640px;
  border-collapse: collapse;
  table-layout: fixed;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  color: #4d2d25;
  text-align: center;
}

.price-grid__corner {
  width: 240px;
  padding: 14px 30px 15.8px;
  border-top: 1px solid #fdead0;
  border-left: 1px solid #fdead0;
  border-right: 1px solid #fdead0;
  border-bottom: 1px solid #fdead0;
  border-radius: 5px 0 0 0;
  background: #fedddd;
  vertical-align: middle;
  width: 16%;
}
@media screen and (max-width: 768px) {
  .price-grid__corner {
    padding: 12px 10px 13px;
    width: 20%;
  }
}

.price-grid__head {
  padding: 14px 30px 15.8px;
  border-top: 1px solid #fdead0;
  border-right: 1px solid #fdead0;
  border-bottom: 1px solid #fdead0;
  background: #fedddd;
  vertical-align: middle;
  width: 21%;
}
@media screen and (max-width: 768px) {
  .price-grid__head {
    padding: 12px 12px 13px;
    width: 20%;
  }
}

.price-grid__head--round-tr {
  border-radius: 0 5px 0 0;
}

.price-grid__course {
  padding: 13.9px 0px 15.69px;
  border: 1px solid #fdead0;
  background: #fdfcfa;
  font-weight: 500;
  line-height: 1.8;
  vertical-align: middle;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .price-grid__course {
    padding: 12px 10px 13px;
  }
}

.price-grid__cell {
  padding: 28.39px 30px 30.2px;
  border: 1px solid #fdead0;
  background: #fdfcfa;
  font-weight: 500;
  line-height: 1.8;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .price-grid__cell {
    padding: 20px 6px 22px;
  }
}

.section.section--briefing.briefing-section {
  padding: 0;
  background: transparent;
}

.briefing-section__shell {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-bottom: 60px;
}

.briefing-section__edge {
  width: 100%;
  line-height: 0;
}

.briefing-section__edge-img {
  display: block;
  width: 100%;
  height: auto;
}

.briefing-section__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 62px;
  padding: 80px 40px;
  background: #fedddd;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .briefing-section__body {
    padding: 48px 16px;
    gap: 40px;
  }
}

.briefing-section__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 792px;
  gap: 15.89px;
}

.briefing-section__head-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 100px;
  background: #fff;
}

.briefing-section__head-icon {
  display: block;
  width: 50px;
  height: 48px;
  -o-object-fit: cover;
     object-fit: cover;
}

.briefing-section__title {
  margin: 0;
  width: 100%;
  color: #63614f;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.3333333333;
  letter-spacing: 0.1em;
  text-align: center;
}

.briefing-section__layout {
  display: grid;
  grid-template-columns: minmax(0, 430px) minmax(0, 1fr);
  align-items: center;
  gap: 80px;
  width: 100%;
  max-width: 1080px;
}
@media screen and (max-width: 768px) {
  .briefing-section__layout {
    grid-template-columns: 1fr;
    gap: 32px;
    align-items: start;
  }
}

.briefing-section__figure {
  margin: 0;
  width: 100%;
  max-width: 430px;
  border-radius: 24px;
}
@media screen and (max-width: 768px) {
  .briefing-section__figure {
    max-width: none;
    margin-inline: auto;
  }
}

.briefing-section__figure-frame {
  overflow: hidden;
  width: 100%;
  border: 1px solid #d3d1c7;
  border-radius: 26px;
}

.briefing-section__photo {
  display: block;
  width: 100%;
  height: auto;
  min-height: 200px;
  aspect-ratio: 430/372;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.briefing-section__copy {
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 0;
}

.briefing-section__text {
  margin: 0;
  color: #63614f;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "YuGothic", Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: left;
}

.section.section--faq.faq-section {
  padding: 0;
  background: #fff;
}

.faq-section__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  padding: 80px clamp(20px, 11vw, 324px);
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .faq-section__inner {
    padding: 48px 16px;
    gap: 32px;
  }
}

.faq-section__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 792px;
  gap: 15.89px;
}

.faq-section__head-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 100px;
  background: #fff;
}

.faq-section__head-icon {
  display: block;
  width: 50px;
  height: 48px;
  -o-object-fit: cover;
     object-fit: cover;
}

.faq-section__title {
  margin: 0;
  width: 100%;
  color: #63614f;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.3333333333;
  letter-spacing: 0.1em;
  text-align: center;
}

.faq-section__list {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 1080px;
}

.faq-section__item {
  position: relative;
  padding: 24px 0 24px 44px;
  border-bottom: 2px dashed #d3d1c7;
}
@media screen and (max-width: 768px) {
  .faq-section__item {
    padding-left: 40px;
  }
}

.faq-section__trigger {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 1.6px 10px 0 0;
  border: 0;
  margin: 0;
  background: transparent;
  cursor: pointer;
  font: inherit;
  text-align: left;
}

.faq-section__trigger:focus {
  outline: none;
}

.faq-section__trigger:focus-visible {
  outline: 2px solid #f09a8f;
  outline-offset: 4px;
}

.faq-section__mark {
  display: block;
  flex-shrink: 0;
}

.faq-section__mark--q {
  position: absolute;
  top: 24px;
  left: 0;
  width: 28px;
  height: 28px;
}

.faq-section__mark-img {
  display: block;
  width: 28px;
  max-width: 28px;
  height: 28px;
  -o-object-fit: contain;
     object-fit: contain;
}

.faq-section__question {
  flex: 1;
  min-width: 0;
  color: #63614f;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "YuGothic", Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.faq-section__chevron {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
}

.faq-section__chevron-img {
  display: block;
  width: 31px;
  max-width: 31px;
  height: auto;
  transform: scaleY(-1);
  transition: transform 0.25s ease;
}

.faq-section__item.is-open .faq-section__chevron-img {
  transform: scaleY(-1) rotate(180deg);
}

.faq-section__panel {
  margin: 0;
  padding: 0;
  border: 0;
}

.faq-section__panel-inner {
  position: relative;
  padding: 11.19px 0 0 0;
  padding-left: 0;
}

.faq-section__mark--a {
  position: absolute;
  top: 11.19px;
  left: -44px;
  width: 28px;
  height: 28px;
}
@media screen and (max-width: 768px) {
  .faq-section__mark--a {
    left: -40px;
  }
}

.faq-section__answer {
  margin: 0;
  color: #63614f;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "YuGothic", Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: left;
}

.section.section--benefit.benefit-section {
  padding: 0;
  background: transparent;
}

.benefit-section__shell {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.benefit-section__edge {
  width: 100%;
  line-height: 0;
}

.benefit-section__edge-img {
  display: block;
  width: 100%;
  height: auto;
}

.benefit-section__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 62px;
  padding: 80px 40px;
  background: #fedddd;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .benefit-section__body {
    padding: 48px 16px;
    gap: 40px;
  }
}

.benefit-section__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 792px;
  gap: 15.89px;
}

.benefit-section__head-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 100px;
  background: #fff;
}

.benefit-section__head-icon {
  display: block;
  width: 50px;
  height: 48px;
  -o-object-fit: cover;
     object-fit: cover;
}

.benefit-section__title {
  margin: 0;
  width: 100%;
  color: #63614f;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.3333333333;
  letter-spacing: 0.1em;
  text-align: center;
}

.benefit-section__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1080px;
}

.benefit-section__item {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 32px 24px;
  width: 100%;
  max-width: 1080px;
  padding: 25px 0;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .benefit-section__item {
    flex-direction: column;
    align-items: stretch;
    padding: 20px 0;
  }
}

.benefit-section__item > * + * {
  margin-top: 0;
}

.benefit-section__item--reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .benefit-section__item--reverse {
    flex-direction: column;
  }
}

.benefit-section__figure {
  flex: 0 0 auto;
  width: min(100%, 520px);
  margin: 0;
}

.benefit-section__photo {
  display: block;
  width: 100%;
  max-width: 520px;
  height: auto;
  aspect-ratio: 520/346;
  -o-object-fit: cover;
     object-fit: cover;
}

.benefit-section__content {
  display: flex;
  flex-direction: column;
  flex: 0 1 369px;
  gap: 18px;
  width: 100%;
  max-width: 369px;
  min-width: 0;
}
@media screen and (max-width: 768px) {
  .benefit-section__content {
    flex: 1 1 auto;
    max-width: none;
  }
}

.benefit-section__heading-block {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.benefit-section__label {
  margin: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #63614f;
  font-size: 22.7px;
  font-weight: 500;
  line-height: 1.9030837009;
  text-align: left;
}

.benefit-section__item-title {
  margin: 0;
  color: #63614f;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
  text-align: left;
}

.benefit-section__text {
  margin: 0;
  padding: 0 0 0.79px;
  color: #63614f;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "YuGothic", Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8;
  text-align: left;
}

.section.section--instructor.instructor-section {
  padding: 0;
  background: transparent;
}

.instructor-section__shell {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 60px 0;
}

.instructor-section__edge {
  width: 100%;
  line-height: 0;
}

.instructor-section__edge-img {
  display: block;
  width: 100%;
  height: auto;
}

.instructor-section__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 62px;
  padding: 80px clamp(20px, 11vw, 324px);
  background: #f7f7f7;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .instructor-section__body {
    padding: 48px 16px;
    gap: 40px;
  }
}

.instructor-section__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 792px;
  gap: 15.89px;
}

.instructor-section__head-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 100px;
  background: #fff;
}

.instructor-section__head-icon {
  display: block;
  width: 50px;
  height: 48px;
  -o-object-fit: cover;
     object-fit: cover;
}

.instructor-section__title {
  margin: 0;
  width: 100%;
  color: #63614f;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.3333333333;
  letter-spacing: 0.1em;
  text-align: center;
}

.instructor-section__grid {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  width: 100%;
  max-width: 1080px;
}

.instructor-section__row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .instructor-section__row {
    grid-template-columns: 1fr;
  }
}

.instructor-section__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.instructor-section__card > * + * {
  margin-top: 0;
}

.instructor-section__figure {
  width: 100%;
  margin: 0;
}

.instructor-section__photo {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 520/422.5;
  -o-object-fit: cover;
     object-fit: cover;
}

.instructor-section__name {
  margin: 0;
  color: #000;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.3333333333;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .instructor-section__name {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .instructor-section__name {
    font-size: 32px;
  }
}
@media screen and (max-width: 600px) {
  .instructor-section__name {
    font-size: 24px;
  }
}
@media screen and (max-width: 500px) {
  .instructor-section__name {
    font-size: 20px;
  }
}

.section.section--reason.reason-section {
  padding: 0;
  background: transparent;
}

.reason-section__shell {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-bottom: 60px;
}

.reason-section__edge {
  width: 100%;
  line-height: 0;
}

.reason-section__edge-img {
  display: block;
  width: 100%;
  height: auto;
}

.reason-section__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 62px;
  padding: 80px 40px;
  background: #fedddd;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .reason-section__body {
    padding: 48px 16px;
    gap: 40px;
  }
}

.reason-section__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 792px;
  gap: 15.89px;
}

.reason-section__head-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 100px;
  background: #fff;
}

.reason-section__head-icon {
  display: block;
  width: 50px;
  height: 48px;
  -o-object-fit: cover;
     object-fit: cover;
}

.reason-section__title {
  margin: 0;
  width: 100%;
  color: #63614f;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.3333333333;
  letter-spacing: 0.1em;
  text-align: center;
}

.reason-section__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  width: 100%;
  max-width: 1080px;
}

.reason-section__item {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 32px 24px;
  width: 100%;
  max-width: 1080px;
  padding: 25px 0;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .reason-section__item {
    flex-direction: column;
    align-items: stretch;
    padding: 20px 0;
  }
}

.reason-section__item > * + * {
  margin-top: 0;
}

.reason-section__item--reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .reason-section__item--reverse {
    flex-direction: column;
  }
}

.reason-section__figure {
  flex: 0 0 auto;
  width: min(100%, 520px);
  margin: 0;
}

.reason-section__photo {
  display: block;
  width: 100%;
  max-width: 520px;
  height: auto;
  aspect-ratio: 520/346;
  -o-object-fit: cover;
     object-fit: cover;
}

.reason-section__figure--tall .reason-section__photo {
  aspect-ratio: 520/362;
}

.reason-section__content {
  display: flex;
  flex-direction: column;
  flex: 0 1 369px;
  gap: 18px;
  width: 100%;
  max-width: 369px;
  min-width: 0;
}
@media screen and (max-width: 768px) {
  .reason-section__content {
    flex: 1 1 auto;
    max-width: none;
  }
}

.reason-section__heading-block {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.reason-section__label {
  margin: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #63614f;
  font-size: 22.7px;
  font-weight: 500;
  line-height: 1.9030837009;
  text-align: left;
}

.reason-section__item-title {
  margin: 0;
  color: #63614f;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
  text-align: left;
}

.reason-section__text {
  margin: 0;
  padding: 0 0 0.79px;
  color: #63614f;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "YuGothic", Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8;
  text-align: left;
}

.section.section--access.access-section {
  padding: 0;
  background: transparent;
}

.access-section__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 62px;
  padding: 40px 40px 80px;
  background: #fff;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .access-section__inner {
    padding: 40px 16px 64px;
    gap: 40px;
  }
}

.access-section__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 792px;
  gap: 15.89px;
}

.access-section__head-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 100px;
  background: #fff;
}

.access-section__head-icon {
  display: block;
  width: 50px;
  height: 48px;
  -o-object-fit: cover;
     object-fit: cover;
}

.access-section__title {
  margin: 0;
  width: 100%;
  color: #63614f;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.3333333333;
  letter-spacing: 0.1em;
  text-align: center;
}

.access-section__layout {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 80px;
  width: 100%;
  max-width: 1080px;
}
@media screen and (max-width: 768px) {
  .access-section__layout {
    flex-direction: column;
    align-items: stretch;
    gap: 48px;
  }
}

.access-section__primary {
  display: flex;
  flex-direction: column;
  flex: 1 1 280px;
  gap: 40px;
  min-width: 0;
}

.access-section__brand {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .access-section__brand {
    margin: 0 auto;
  }
}

.access-section__brand-mark {
  display: block;
  width: 80px;
  height: 80px;
  flex-shrink: 0;
  border-radius: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.access-section__brand-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 204px;
  max-width: 100%;
}

.access-section__lead {
  margin: 0;
  color: #000;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.05em;
  text-align: center;
}

.access-section__name {
  margin: 0;
  color: #e876b0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.1em;
  text-align: center;
}

.access-section__list {
  display: flex;
  flex-direction: column;
  margin: 0;
}

.access-section__row {
  display: grid;
  grid-template-columns: 102px 1fr;
  align-items: start;
  border-bottom: 2px dashed #d3d1c7;
}

.access-section__row--intro {
  min-height: 66px;
  padding-bottom: 16px;
}

.access-section__row--intro .access-section__term,
.access-section__row--intro .access-section__desc {
  padding-top: 12px;
}

.access-section__row--item {
  min-height: 82px;
  padding: 16px 0;
}

.access-section__row--item .access-section__term,
.access-section__row--item .access-section__desc {
  padding-top: 12px;
}

.access-section__term {
  margin: 0;
  color: #63614f;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "YuGothic", Meiryo, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.7142857143;
  letter-spacing: 0.092857em;
}

.access-section__desc {
  margin: 0;
  color: #63614f;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "YuGothic", Meiryo, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.7142857143;
  letter-spacing: 0.092857em;
}

.access-section__desc--address {
  font-size: 13.2px;
  line-height: 1.8181818182;
  letter-spacing: 0.098485em;
}

.access-section__map {
  flex: 1 1 320px;
  width: min(100%, 520px);
  margin: 0;
  min-width: 0;
}
@media screen and (max-width: 768px) {
  .access-section__map {
    margin: 0 auto;
  }
}

.access-section__map-img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 520/396.23;
  -o-object-fit: cover;
     object-fit: cover;
}

.site-footer {
  margin: 0;
}

.site-footer__main {
  background: #f7f7f7;
  padding: 78px 40px 80px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .site-footer__main {
    padding: 48px 16px 56px;
  }
}

.site-footer__inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px 32px;
  max-width: 1080px;
  margin: 0 auto;
  padding-bottom: 40px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .site-footer__inner {
    flex-direction: column;
    align-items: stretch;
    padding-bottom: 32px;
    width: 292px;
    text-align: center;
  }
}

.site-footer__brand-block {
  display: flex;
  flex-direction: column;
  gap: 24px;
  min-width: 0;
}

.site-footer__brand {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.site-footer__brand-mark {
  display: block;
  width: 80px;
  height: 80px;
  flex-shrink: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.site-footer__brand-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 204px;
  max-width: 100%;
}

.site-footer__lead {
  margin: 0;
  color: #000;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.05em;
  text-align: center;
}

.site-footer__association {
  margin: 0;
  color: #e876b0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.1em;
  text-align: center;
}

.site-footer__meta {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
}

.site-footer__site-name,
.site-footer__address {
  margin: 0;
  color: #63614f;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "YuGothic", Meiryo, sans-serif;
  font-size: 13.2px;
  font-weight: 300;
  line-height: 1.8181818182;
  letter-spacing: 0.113636em;
  text-align: left;
}

.site-footer__nav-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 259px;
  max-width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .site-footer__nav-list {
    margin: 0 auto;
  }
}

.site-footer__nav-item {
  padding: 7px 0;
}

.site-footer__nav-link {
  color: #63614f;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "YuGothic", Meiryo, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.107143em;
  text-decoration: none;
}

.site-footer__actions {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .site-footer__actions {
    align-items: stretch;
  }
}

.site-footer__line {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 278px;
  max-width: 100%;
  padding: 13px 18px;
  border: 1px solid transparent;
  border-radius: 1440px;
  box-sizing: border-box;
  background: #04c757;
  text-decoration: none;
  color: #fff;
}

.site-footer__line:hover {
  opacity: 1;
}

.site-footer__line-icon {
  display: block;
  flex-shrink: 0;
  width: 32px;
  max-width: 32px;
  height: 32px;
}

.site-footer__line-chevron {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
}

.site-footer__line-chevron img {
  display: block;
  width: 32px;
  max-width: 32px;
  height: 32px;
}

.site-footer__line-label {
  flex: 1;
  margin: 0 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.7777777778;
  letter-spacing: 0.088889em;
  text-align: center;
}

.site-footer__legal {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 4.39px;
  margin: 0;
  padding: 10px 16px;
  background: #fedddd;
}

.site-footer__copy-symbol {
  color: #63614f;
  font-family: Quicksand, "Hiragino Sans", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.7142857143;
  letter-spacing: 0.035714em;
}

.site-footer__copy-text {
  color: #63614f;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "YuGothic", Meiryo, sans-serif;
  font-size: 13.9px;
  font-weight: 300;
  line-height: 1.726618705;
  letter-spacing: 0.035971em;
}

/* サポート講習モーダル */
.support-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

.support-modal.is-active {
  display: flex;
  align-items: center;
  justify-content: center;
}

.support-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}

.support-modal__content {
  position: relative;
  background-color: #fff;
  border-radius: 8px;
  max-width: 600px;
  width: 90%;
  max-height: 80vh;
  overflow-y: auto;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  -webkit-animation: supportModalSlideIn 0.3s ease-out;
          animation: supportModalSlideIn 0.3s ease-out;
}

.support-modal__header {
  background-color: #2c3e50;
  color: #fff;
  padding: 20px;
  border-radius: 8px 8px 0 0;
  position: relative;
}

.support-modal__title {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  text-align: center;
}

.support-modal__close {
  position: absolute;
  top: 15px;
  right: 20px;
  background: none;
  border: none;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
  padding: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s;
}
.support-modal__close:hover {
  opacity: 0.7;
}

.support-modal__body {
  padding: 0;
  max-height: 60vh;
  overflow-y: auto;
}

.support-modal__table {
  display: table;
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  border: 0;
}

.support-modal__row {
  display: table-row;
}

.support-modal__label,
.support-modal__value {
  display: table-cell;
  vertical-align: top;
  box-sizing: border-box;
  border-bottom: 1px solid #e0e0e0;
  font-size: 14px;
}

.support-modal__row:last-child .support-modal__label,
.support-modal__row:last-child .support-modal__value {
  border-bottom: none;
}

.support-modal__label {
  width: 160px;
  max-width: 30%;
  background-color: #f8f9fa;
  padding: 15px 20px;
  font-weight: bold;
  border-right: 1px solid #e0e0e0;
  line-height: 1.6;
}

.support-modal__value {
  padding: 15px 20px;
  overflow-wrap: break-word;
  line-height: 1.8;
}

.support-modal__footer {
  padding: 20px;
  text-align: center;
  border-top: 1px solid #e0e0e0;
  background-color: #f8f9fa;
}

.support-modal__close-btn {
  background-color: #6c757d;
  color: #fff;
  border: none;
  padding: 12px 30px;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s;
}
.support-modal__close-btn:hover {
  background-color: #5a6268;
}

@-webkit-keyframes supportModalSlideIn {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes supportModalSlideIn {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media screen and (max-width: 768px) {
  .support-modal__content {
    width: 95%;
    max-height: 90vh;
  }
  .support-modal__table {
    display: block;
  }
  .support-modal__row {
    display: block;
    border-bottom: 1px solid #e0e0e0;
  }
  .support-modal__row:last-child {
    border-bottom: none;
  }
  .support-modal__label,
.support-modal__value {
    display: block;
    width: 100%;
    max-width: none;
  }
  .support-modal__label {
    border-right: none;
    border-bottom: 1px solid #e0e0e0;
  }
  .support-modal__value {
    border-bottom: none;
  }
}