@charset "UTF-8";
:root {
  --color-white: #ffffff;
  --color-black: #0a0a0c;
  --color-sub-black: #141418;
  --color-sub-black-2: #7b7466;
  --color-main: #c6a461;
  --color-sub: linear-gradient(
    120deg,
    #8e7742 0%,
    #e6d09a 42%,
    #c6a461 58%,
    #8e7742 100%
  );
  --color-text: #e6dfd2;
  --color-label: linear-gradient(120deg, #8e7742 0%, #d8bd82 50%, #8e7742 100%);
  --color-label-text: #0a0a0c;
  --color-button: linear-gradient(
    120deg,
    #8e7742 0%,
    #d8bd82 50%,
    #8e7742 100%
  );
  --color-button-text: #0a0a0c;
  --color-background: #0a0a0c;
  --color-line: #06c755;
  --color-mask: color-mix(in srgb, var(--color-black) 62%, transparent);
  --color-panel: color-mix(in srgb, var(--color-black) 55%, transparent);
  --color-panel-strong: color-mix(in srgb, var(--color-black) 78%, transparent);
  --color-panel-solid: #101014;
  --color-hairline: color-mix(in srgb, var(--color-main) 40%, transparent);
  --color-hairline-soft: color-mix(in srgb, var(--color-main) 16%, transparent);
  --color-bg-emph: color-mix(in srgb, var(--color-main) 8%, transparent);
  --color-text-mute: color-mix(in srgb, var(--color-text) 62%, transparent);
  --shadow-white: 0 2px 10px rgba(0, 0, 0, 0.75);
  --shadow-black: 0 10px 30px rgba(0, 0, 0, 0.6);
  --shadow-main: 0 12px 34px rgba(0, 0, 0, 0.55);
  --shadow-box: 0 14px 36px rgba(0, 0, 0, 0.5);
  --shadow-gold: 0 0 26px color-mix(in srgb, var(--color-main) 22%, transparent);
  --gradient-main: linear-gradient(
    120deg,
    #8e7742 0%,
    #e6d09a 42%,
    #c6a461 58%,
    #8e7742 100%
  );
}

@font-face {
  font-family: "Cinzel";
  src: url("../fonts/Cinzel.woff2") format("woff2");
  font-optical-sizing: auto;
  font-style: normal;
}
/* system__section */
.system__section {
  margin-top: 8.3333333333vw;
}
@media (min-width: 1920px) {
  .system__section {
    margin-top: 160px;
  }
}
@media (max-width: 767px) {
  .system__section {
    margin-top: 15.6453715776vw;
  }
}
.system__section .course__items {
  width: 59.7222222222vw;
}
@media (min-width: 1920px) {
  .system__section .course__items {
    width: 1146.6666666667px;
  }
}
@media (max-width: 767px) {
  .system__section .course__items {
    width: 88.6571056063vw;
  }
}
.system__section .course__items {
  display: block;
  margin: 0 auto 4.1666666667vw;
  padding: 3.4722222222vw 2.0833333333vw;
  background: var(--color-panel-strong);
  border: solid 1px var(--color-hairline);
  border-radius: 0;
  box-shadow: var(--shadow-box);
}
@media not screen and (min-width: 768px) {
  .system__section .course__items {
    padding: 7.8226857888vw 2.6075619296vw;
    margin: 0 auto 10.4302477184vw;
  }
}
.system__section .course__items h3 {
  font-size: 1.7361111111vw;
}
@media (min-width: 1920px) {
  .system__section .course__items h3 {
    font-size: 33.3333333333px;
  }
}
@media (max-width: 767px) {
  .system__section .course__items h3 {
    font-size: 5.9973924381vw;
  }
}
.system__section .course__items h3 {
  font-weight: bold;
  text-align: center;
  color: var(--color-main);
  letter-spacing: 0.16em;
  text-indent: 0.16em;
  line-height: 1.5;
}
.system__section .course__items p {
  margin-top: 0.6944444444vw;
}
@media (min-width: 1920px) {
  .system__section .course__items p {
    margin-top: 13.3333333333px;
  }
}
@media (max-width: 767px) {
  .system__section .course__items p {
    margin-top: 2.6075619296vw;
  }
}
.system__section .course__items p {
  font-size: 1.0416666667vw;
}
@media (min-width: 1920px) {
  .system__section .course__items p {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .system__section .course__items p {
    font-size: 3.9113428944vw;
  }
}
.system__section .course__items p {
  text-align: center;
  color: var(--color-text-mute);
  letter-spacing: 0.1em;
  line-height: 2;
}
.system__section .course__items .price__list {
  margin-top: 3.4722222222vw;
}
@media (min-width: 1920px) {
  .system__section .course__items .price__list {
    margin-top: 66.6666666667px;
  }
}
@media (max-width: 767px) {
  .system__section .course__items .price__list {
    margin-top: 5.2151238592vw;
  }
}
.system__section .course__items .price__list {
  display: grid;
  grid-template-columns: 3fr 1fr;
  gap: 1rem 2rem; /* 行間と列間のスペース */
  align-items: end;
}
@media not screen and (min-width: 768px) {
  .system__section .course__items .price__list {
    grid-template-columns: 1fr;
  }
}
.system__section .course__items .price__list li {
  border-bottom: solid 1px var(--color-hairline-soft);
  color: var(--color-text);
  margin-bottom: 1.3888888889vw;
}
@media (min-width: 1920px) {
  .system__section .course__items .price__list li {
    margin-bottom: 26.6666666667px;
  }
}
@media (max-width: 767px) {
  .system__section .course__items .price__list li {
    margin-bottom: 0vw;
  }
}
.system__section .course__items .price__list li {
  padding: 0.5rem 0;
}
.system__section .course__items .price__list li.label {
  grid-column: 1;
  text-align: left;
}
@media not screen and (min-width: 768px) {
  .system__section .course__items .price__list li.label {
    width: 100%;
    border-bottom: none;
  }
}
.system__section .course__items .price__list li.value {
  grid-column: 2; /* 右列に配置 */
  text-align: right;
  white-space: nowrap; /* 価格を1行に保つ */
}
.system__section .course__items .price__list li.value span {
  color: var(--color-main);
}
@media not screen and (min-width: 768px) {
  .system__section .course__items .price__list li.value {
    grid-column: 1;
    width: 100%;
  }
}
.system__section .course__items .price__list li.label span, .system__section .course__items .price__list li.value span {
  font-size: 1.25vw;
}
@media (min-width: 1920px) {
  .system__section .course__items .price__list li.label span, .system__section .course__items .price__list li.value span {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .system__section .course__items .price__list li.label span, .system__section .course__items .price__list li.value span {
    font-size: 3.6505867014vw;
  }
}
.system__section .course__items .price__list li.label span, .system__section .course__items .price__list li.value span {
  letter-spacing: 0.1em;
  line-height: 1.8;
}
.system__section .page__container {
  margin-bottom: 3em;
}
.system__section .page__container p {
  text-align: center;
  color: var(--color-text);
  letter-spacing: 0.08em;
  line-height: 2;
}
.system__section .page__container img {
  display: block;
  width: 80%;
  margin: 4.1666666667vw auto;
}
@media not screen and (min-width: 768px) {
  .system__section .page__container img {
    margin: 15.6453715776vw auto;
  }
}

/* flow__section */
.flow__section {
  margin-top: 8.3333333333vw;
}
@media (min-width: 1920px) {
  .flow__section {
    margin-top: 160px;
  }
}
@media (max-width: 767px) {
  .flow__section {
    margin-top: 15.6453715776vw;
  }
}
.flow__section .flow__container {
  width: 59.7222222222vw;
}
@media (min-width: 1920px) {
  .flow__section .flow__container {
    width: 1146.6666666667px;
  }
}
@media (max-width: 767px) {
  .flow__section .flow__container {
    width: 88.6571056063vw;
  }
}
.flow__section .flow__container {
  display: block;
  margin: 0 auto;
}
.flow__section .flow__container .flow__content__lists {
  display: flex;
  flex-direction: column;
}
.flow__section .flow__container .flow__content__lists li {
  margin-bottom: 2em;
}
.flow__section .flow__container .flow__content__lists li .flow__content__heading {
  border-left: 4px solid var(--color-main);
  text-align: left;
  margin-bottom: 0.5em;
}
.flow__section .flow__container .flow__content__lists li .flow__content__heading h2 {
  font-size: 1.7361111111vw;
}
@media (min-width: 1920px) {
  .flow__section .flow__container .flow__content__lists li .flow__content__heading h2 {
    font-size: 33.3333333333px;
  }
}
@media (max-width: 767px) {
  .flow__section .flow__container .flow__content__lists li .flow__content__heading h2 {
    font-size: 5.9973924381vw;
  }
}
.flow__section .flow__container .flow__content__lists li .flow__content__heading h2 {
  font-weight: bold;
  text-align: left;
  color: var(--color-main);
  letter-spacing: 0.14em;
  line-height: 1.5;
}
.flow__section .flow__container .flow__content__lists li .flow__content__heading h2 span {
  margin-left: 0.5em;
  margin-right: 0.5em;
  font-size: 1.4583333333vw;
}
@media (min-width: 1920px) {
  .flow__section .flow__container .flow__content__lists li .flow__content__heading h2 span {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .flow__section .flow__container .flow__content__lists li .flow__content__heading h2 span {
    font-size: 4.6936114733vw;
  }
}
.flow__section .flow__container .flow__content__lists li .flow__content {
  background: var(--color-panel-strong);
  border: 1px solid var(--color-hairline-soft);
  border-radius: 0;
  box-shadow: var(--shadow-box);
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
@media not screen and (min-width: 768px) {
  .flow__section .flow__container .flow__content__lists li .flow__content {
    flex-direction: column;
  }
}
.flow__section .flow__container .flow__content__lists li .flow__content .flow__image__item {
  margin-right: 2em;
}
@media not screen and (min-width: 768px) {
  .flow__section .flow__container .flow__content__lists li .flow__content .flow__image__item {
    margin-right: 0;
  }
}
.flow__section .flow__container .flow__content__lists li .flow__content .flow__image__item img {
  width: 25vw;
}
@media (min-width: 1920px) {
  .flow__section .flow__container .flow__content__lists li .flow__content .flow__image__item img {
    width: 480px;
  }
}
@media (max-width: 767px) {
  .flow__section .flow__container .flow__content__lists li .flow__content .flow__image__item img {
    width: 88.6571056063vw;
  }
}
.flow__section .flow__container .flow__content__lists li .flow__content p {
  margin-top: 0.6944444444vw;
}
@media (min-width: 1920px) {
  .flow__section .flow__container .flow__content__lists li .flow__content p {
    margin-top: 13.3333333333px;
  }
}
@media (max-width: 767px) {
  .flow__section .flow__container .flow__content__lists li .flow__content p {
    margin-top: 0vw;
  }
}
.flow__section .flow__container .flow__content__lists li .flow__content p {
  font-size: 1.0416666667vw;
}
@media (min-width: 1920px) {
  .flow__section .flow__container .flow__content__lists li .flow__content p {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .flow__section .flow__container .flow__content__lists li .flow__content p {
    font-size: 3.9113428944vw;
  }
}
.flow__section .flow__container .flow__content__lists li .flow__content p {
  text-align: left;
  padding: 1em;
  color: var(--color-text);
  letter-spacing: 0.06em;
  line-height: 2;
}
@media not screen and (min-width: 768px) {
  .flow__section .flow__container .flow__content__lists li .flow__content p {
    padding: 0.5em;
  }
}
