@charset "UTF-8";
:root {
  --color-white: #ffffff;
  --color-black: #000000;
  --color-sub-black: #1f1f23;
  --color-sub-black-2: #6e6a60;
  --color-main: #c9a86a;
  --color-sub: #8b6f3f;
  --color-text: #e8e1d2;
  --color-button: #c9a86a;
  --color-label: #c9a86a;
  --color-label-text: #0b0b0e;
  --color-button-text: #0b0b0e;
  --color-line: #06c755;
  --color-bg-emph: rgba(201, 168, 106, 0.06);
  --color-background: #0b0b0e;
  --color-mask: rgba(11, 11, 14, 0.62);
  --gradient-main: linear-gradient(
    180deg,
    rgba(201, 168, 106, 0) 0%,
    rgba(201, 168, 106, 0.7) 50%,
    rgba(201, 168, 106, 0) 100%
  );
  --gradient-silver: linear-gradient(
    90deg,
    rgba(201, 168, 106, 0) 0%,
    rgba(201, 168, 106, 0.85) 50%,
    rgba(201, 168, 106, 0) 100%
  );
  --gradient-gold: linear-gradient(
    90deg,
    rgba(139, 111, 63, 0) 0%,
    rgba(201, 168, 106, 0.95) 50%,
    rgba(139, 111, 63, 0) 100%
  );
  --gradient-navy-overlay: linear-gradient(
    180deg,
    rgba(11, 11, 14, 0.35) 0%,
    rgba(11, 11, 14, 0.78) 100%
  );
  --shadow-white: 0 0 4px rgba(255, 255, 255, 0.4);
  --shadow-black: 0 0 5px rgba(0, 0, 0, 0.5);
  --shadow-main: 0 1px 3px rgba(201, 168, 106, 0.25);
  --shadow-box: 0 2px 14px rgba(0, 0, 0, 0.55);
}

@font-face {
  font-family: "Cinzel";
  src: url("../fonts/Cinzel.woff2") format("woff2");
  font-optical-sizing: auto;
  font-style: normal;
}
/* system__section */
.system__section,
.system__container {
  margin-top: 8.3333333333vw;
}
@media (min-width: 1920px) {
  .system__section,
  .system__container {
    margin-top: 160px;
  }
}
@media (max-width: 767px) {
  .system__section,
  .system__container {
    margin-top: 15.6453715776vw;
  }
}
.system__section .course__items,
.system__container .course__items {
  width: 59.7222222222vw;
  display: block;
  margin: 0 auto 4.1666666667vw;
  padding: 3.4722222222vw 2.0833333333vw;
  border: 1px solid color-mix(in srgb, var(--color-main) 50%, transparent);
  outline: 1px solid color-mix(in srgb, var(--color-main) 30%, transparent);
  outline-offset: -5px;
  background: linear-gradient(180deg, #1f1f24 0%, #16161c 100%);
  box-shadow: var(--shadow-box);
}
@media (min-width: 1920px) {
  .system__section .course__items,
  .system__container .course__items {
    width: 1146.6666666667px;
  }
}
@media (max-width: 767px) {
  .system__section .course__items,
  .system__container .course__items {
    width: 88.6571056063vw;
  }
}
@media not screen and (min-width: 768px) {
  .system__section .course__items,
  .system__container .course__items {
    padding: 7.8226857888vw 3.9113428944vw;
    margin: 0 auto 10.4302477184vw;
  }
}
.system__section .course__items h3,
.system__container .course__items h3 {
  font-size: 1.5277777778vw;
  font-weight: 400;
  text-align: center;
  color: var(--color-main);
  font-family: "Cinzel", serif;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding-bottom: 0.8333333333vw;
  position: relative;
}
@media (min-width: 1920px) {
  .system__section .course__items h3,
  .system__container .course__items h3 {
    font-size: 29.3333333333px;
  }
}
@media (max-width: 767px) {
  .system__section .course__items h3,
  .system__container .course__items h3 {
    font-size: 4.9543676662vw;
  }
}
@media (min-width: 1920px) {
  .system__section .course__items h3,
  .system__container .course__items h3 {
    padding-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .system__section .course__items h3,
  .system__container .course__items h3 {
    padding-bottom: 2.0860495437vw;
  }
}
.system__section .course__items h3::after,
.system__container .course__items h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 6.9444444444vw;
  height: 1px;
  background: var(--gradient-gold);
}
@media (min-width: 1920px) {
  .system__section .course__items h3::after,
  .system__container .course__items h3::after {
    width: 133.3333333333px;
  }
}
@media (max-width: 767px) {
  .system__section .course__items h3::after,
  .system__container .course__items h3::after {
    width: 18.2529335072vw;
  }
}
.system__section .course__items p,
.system__container .course__items p {
  margin-top: 0.6944444444vw;
  font-size: 0.9722222222vw;
  text-align: center;
  color: color-mix(in srgb, var(--color-text) 80%, transparent);
}
@media (min-width: 1920px) {
  .system__section .course__items p,
  .system__container .course__items p {
    margin-top: 13.3333333333px;
  }
}
@media (max-width: 767px) {
  .system__section .course__items p,
  .system__container .course__items p {
    margin-top: 2.6075619296vw;
  }
}
@media (min-width: 1920px) {
  .system__section .course__items p,
  .system__container .course__items p {
    font-size: 18.6666666667px;
  }
}
@media (max-width: 767px) {
  .system__section .course__items p,
  .system__container .course__items p {
    font-size: 3.3898305085vw;
  }
}
.system__section .course__items .price__list,
.system__container .course__items .price__list {
  margin-top: 2.7777777778vw;
  display: grid;
  grid-template-columns: 3fr 1fr;
  gap: 0.2777777778vw 1.9444444444vw;
  align-items: end;
}
@media (min-width: 1920px) {
  .system__section .course__items .price__list,
  .system__container .course__items .price__list {
    margin-top: 53.3333333333px;
  }
}
@media (max-width: 767px) {
  .system__section .course__items .price__list,
  .system__container .course__items .price__list {
    margin-top: 5.2151238592vw;
  }
}
@media not screen and (min-width: 768px) {
  .system__section .course__items .price__list,
  .system__container .course__items .price__list {
    grid-template-columns: 3fr 2fr;
    gap: 0.5215123859vw 2.6075619296vw;
  }
}
.system__section .course__items .price__list li,
.system__container .course__items .price__list li {
  border-bottom: 1px dashed color-mix(in srgb, var(--color-main) 30%, transparent);
  margin-bottom: 0.2777777778vw;
  padding: 0.6rem 0;
}
@media (min-width: 1920px) {
  .system__section .course__items .price__list li,
  .system__container .course__items .price__list li {
    margin-bottom: 5.3333333333px;
  }
}
@media (max-width: 767px) {
  .system__section .course__items .price__list li,
  .system__container .course__items .price__list li {
    margin-bottom: 1.0430247718vw;
  }
}
.system__section .course__items .price__list li.label,
.system__container .course__items .price__list li.label {
  grid-column: 1;
  text-align: left;
}
.system__section .course__items .price__list li.value,
.system__container .course__items .price__list li.value {
  grid-column: 2;
  text-align: right;
  white-space: nowrap;
}
.system__section .course__items .price__list li.label span,
.system__container .course__items .price__list li.label span {
  font-size: 1.1111111111vw;
  color: var(--color-text);
  line-height: 1.5;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 0.04em;
}
@media (min-width: 1920px) {
  .system__section .course__items .price__list li.label span,
  .system__container .course__items .price__list li.label span {
    font-size: 21.3333333333px;
  }
}
@media (max-width: 767px) {
  .system__section .course__items .price__list li.label span,
  .system__container .course__items .price__list li.label span {
    font-size: 3.3898305085vw;
  }
}
.system__section .course__items .price__list li.value span,
.system__container .course__items .price__list li.value span {
  font-size: 1.1805555556vw;
  color: var(--color-main);
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 500;
}
@media (min-width: 1920px) {
  .system__section .course__items .price__list li.value span,
  .system__container .course__items .price__list li.value span {
    font-size: 22.6666666667px;
  }
}
@media (max-width: 767px) {
  .system__section .course__items .price__list li.value span,
  .system__container .course__items .price__list li.value span {
    font-size: 3.6505867014vw;
  }
}

/* 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;
  display: block;
  margin: 0 auto;
}
@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 .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.8em;
  padding-left: 0.6em;
}
.flow__section .flow__container .flow__content__lists li .flow__content__heading h2 {
  font-size: 1.5277777778vw;
  font-weight: 400;
  text-align: left;
  color: var(--color-main);
  font-family: "Cinzel", serif;
  letter-spacing: 0.08em;
}
@media (min-width: 1920px) {
  .flow__section .flow__container .flow__content__lists li .flow__content__heading h2 {
    font-size: 29.3333333333px;
  }
}
@media (max-width: 767px) {
  .flow__section .flow__container .flow__content__lists li .flow__content__heading h2 {
    font-size: 4.9543676662vw;
  }
}
.flow__section .flow__container .flow__content__lists li .flow__content__heading h2 span {
  margin-left: 0.5em;
  margin-right: 0.5em;
  color: var(--color-text);
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.25vw;
}
@media (min-width: 1920px) {
  .flow__section .flow__container .flow__content__lists li .flow__content__heading h2 span {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .flow__section .flow__container .flow__content__lists li .flow__content__heading h2 span {
    font-size: 3.9113428944vw;
  }
}
.flow__section .flow__container .flow__content__lists li .flow__content {
  background: color-mix(in srgb, #0b0b0e 75%, transparent);
  border: 1px solid color-mix(in srgb, var(--color-main) 35%, transparent);
  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;
  font-size: 1.0416666667vw;
  text-align: left;
  padding: 1em;
  color: var(--color-text);
  line-height: 1.85;
}
@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;
  }
}
@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.6505867014vw;
  }
}
@media not screen and (min-width: 768px) {
  .flow__section .flow__container .flow__content__lists li .flow__content p {
    padding: 0.8em;
  }
}

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