@charset "UTF-8";
:root {
  --color-white: #ffffff;
  --color-black: #000000;
  --color-sub-black: #353535;
  --color-sub-black-2: #9b9b9b;
  --color-main: #eda0b4;
  --color-sub: #f8dce3;
  --color-text: #5f4b52;
  --color-label: #e48fa6;
  --color-label-text: #ffffff;
  --color-button: #db7e96;
  --color-button-text: #ffffff;
  --color-line: #06c755;
  --color-background: #fffafb;
  --color-main-deep: color-mix(in srgb, var(--color-main) 66%, var(--color-text));
  --color-main-soft: color-mix(in srgb, var(--color-main) 16%, var(--color-white));
  --color-main-veil: color-mix(in srgb, var(--color-main) 8%, var(--color-white));
  --color-hairline: color-mix(in srgb, var(--color-main) 34%, transparent);
  --color-bg-emph: color-mix(in srgb, var(--color-main) 8%, transparent);
  --color-mask: color-mix(in srgb, var(--color-text) 40%, transparent);
  --gradient-main: linear-gradient(
    180deg,
    var(--color-white) 0%,
    var(--color-main-veil) 100%
  );
  --shadow-white: 0 0 4px #ffffff;
  --shadow-black: 0 2px 14px color-mix(in srgb, var(--color-main) 16%, transparent);
  --shadow-main: 0 1px 3px color-mix(in srgb, var(--color-main) 30%, transparent);
  --shadow-box: 0 4px 18px color-mix(in srgb, var(--color-main) 18%, transparent);
  --shadow-card: 0 10px 28px color-mix(in srgb, var(--color-main) 22%, transparent);
}

@font-face {
  font-family: "Cormorant Garamond";
  src: url("../fonts/CormorantGaramond-300.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cormorant Garamond";
  src: url("../fonts/CormorantGaramond-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cormorant Garamond";
  src: url("../fonts/CormorantGaramond-500.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cormorant Garamond";
  src: url("../fonts/CormorantGaramond-600.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cinzel";
  src: url("../fonts/Cinzel.woff2") format("woff2");
  font-optical-sizing: auto;
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}
/* system__section */
.system__section {
  padding-top: 8.3333333333vw;
}
@media (min-width: 1920px) {
  .system__section {
    padding-top: 160px;
  }
}
@media (max-width: 767px) {
  .system__section {
    padding-top: 16.6883963494vw;
  }
}
.system__section .course__items {
  width: 59.7222222222vw;
  display: block;
  margin: 0 auto 4.1666666667vw;
  padding: 3.4722222222vw 2.5vw;
  background: var(--color-white);
  border: solid 1px var(--color-hairline);
  border-radius: 0.8333333333vw;
  box-shadow: var(--shadow-box);
}
@media (min-width: 1920px) {
  .system__section .course__items {
    width: 1146.6666666667px;
  }
}
@media (max-width: 767px) {
  .system__section .course__items {
    width: 88.6571056063vw;
  }
}
@media (min-width: 1920px) {
  .system__section .course__items {
    border-radius: 16px;
  }
}
@media (max-width: 767px) {
  .system__section .course__items {
    border-radius: 2.6075619296vw;
  }
}
@media not screen and (min-width: 768px) {
  .system__section .course__items {
    padding: 7.8226857888vw 4.1720990874vw;
    margin: 0 auto 10.4302477184vw;
  }
}
.system__section .course__items h3 {
  font-size: 1.6666666667vw;
  text-align: center;
  letter-spacing: 0.1em;
  color: var(--color-main-deep);
  position: relative;
}
@media (min-width: 1920px) {
  .system__section .course__items h3 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .system__section .course__items h3 {
    font-size: 5.4758800522vw;
  }
}
.system__section .course__items h3::after {
  content: "";
  display: block;
  width: 2.7777777778vw;
  height: 1px;
  background: var(--color-main);
  margin-top: 1.1111111111vw;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1920px) {
  .system__section .course__items h3::after {
    width: 53.3333333333px;
  }
}
@media (max-width: 767px) {
  .system__section .course__items h3::after {
    width: 8.8657105606vw;
  }
}
@media (min-width: 1920px) {
  .system__section .course__items h3::after {
    margin-top: 21.3333333333px;
  }
}
@media (max-width: 767px) {
  .system__section .course__items h3::after {
    margin-top: 3.1290743155vw;
  }
}
.system__section .course__items p {
  margin-top: 0.9722222222vw;
  font-size: 0.9722222222vw;
  text-align: center;
  letter-spacing: 0.08em;
  color: var(--color-text);
}
@media (min-width: 1920px) {
  .system__section .course__items p {
    margin-top: 18.6666666667px;
  }
}
@media (max-width: 767px) {
  .system__section .course__items p {
    margin-top: 3.1290743155vw;
  }
}
@media (min-width: 1920px) {
  .system__section .course__items p {
    font-size: 18.6666666667px;
  }
}
@media (max-width: 767px) {
  .system__section .course__items p {
    font-size: 3.3898305085vw;
  }
}
.system__section .course__items .price__list {
  margin-top: 3.4722222222vw;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1rem 2rem; /* 行間と列間のスペース */
  align-items: end;
}
@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;
  }
}
@media not screen and (min-width: 768px) {
  .system__section .course__items .price__list {
    gap: 1.5645371578vw 4.1720990874vw;
  }
}
.system__section .course__items .price__list li {
  border-bottom: solid 1px var(--color-hairline);
  margin-bottom: 1.3888888889vw;
  padding: 0.5rem 0;
}
@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: 1.5645371578vw;
  }
}
.system__section .course__items .price__list li.label {
  grid-column: 1;
  text-align: left;
}
.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.label span {
  font-size: 1.1805555556vw;
  color: var(--color-text);
  letter-spacing: 0.06em;
  line-height: 1.5;
}
@media (min-width: 1920px) {
  .system__section .course__items .price__list li.label span {
    font-size: 22.6666666667px;
  }
}
@media (max-width: 767px) {
  .system__section .course__items .price__list li.label span {
    font-size: 3.6505867014vw;
  }
}
.system__section .course__items .price__list li.value span {
  font-family: "Cormorant Garamond", "Times New Roman", Georgia, serif;
  font-size: 1.3888888889vw;
  color: var(--color-main-deep);
  letter-spacing: 0.04em;
  line-height: 1.5;
  font-variant-numeric: lining-nums;
  font-feature-settings: "lnum" 1;
}
@media (min-width: 1920px) {
  .system__section .course__items .price__list li.value span {
    font-size: 26.6666666667px;
  }
}
@media (max-width: 767px) {
  .system__section .course__items .price__list li.value span {
    font-size: 4.1720990874vw;
  }
}

/* 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: 3px 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;
  font-weight: bold;
  text-align: left;
  color: var(--color-main-deep);
}
@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 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-white);
  border: solid 1px var(--color-hairline);
  border-radius: 0.6944444444vw;
  box-shadow: var(--shadow-box);
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (min-width: 1920px) {
  .flow__section .flow__container .flow__content__lists li .flow__content {
    border-radius: 13.3333333333px;
  }
}
@media (max-width: 767px) {
  .flow__section .flow__container .flow__content__lists li .flow__content {
    border-radius: 2.0860495437vw;
  }
}
@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.75;
}
@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.9113428944vw;
  }
}
@media not screen and (min-width: 768px) {
  .flow__section .flow__container .flow__content__lists li .flow__content p {
    padding: 0.5em;
  }
}
