@charset "UTF-8";
:root {
  --color-white: #ffffff;
  --color-black: #000000;
  --color-sub-black: #353535;
  --color-sub-black-2: #9b9b9b;
  --color-main: #6e6550;
  --color-sub: #8d8579;
  --color-text: #333333;
  --color-label: #6e6550;
  --color-label-text: #ffffff;
  --color-button: #6e6550;
  --color-button-text: #ffffff;
  --color-khaki: #766f5c;
  --color-heading: #8d8579;
  --gradient-main: linear-gradient(180deg, #878476 0%, #766f5c 100%);
  --color-line: #00b900;
  --color-bg-emph: rgba(110, 101, 80, 0.06);
  --color-background: #f0e6dc;
  --color-mask: rgba(0, 0, 0, 0.4);
  --shadow-white: 0 1px 2px rgba(0, 0, 0, 0.2);
  --shadow-black: 0 0 3px 2px rgba(170, 170, 170, 0.7);
  --shadow-main: 0 1px 3px rgba(0, 0, 0, 0.2);
  --shadow-box: 0 0 3px 2px #aaaaaa;
}

@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 .systemblock 再現: dt/dd 200% 下線 #8d8579 / #bbAA99) */
.system__section {
  padding-top: 4.1666666667vw;
  padding-bottom: 4.1666666667vw;
}
@media (min-width: 1920px) {
  .system__section {
    padding-top: 80px;
  }
}
@media (max-width: 767px) {
  .system__section {
    padding-top: 10.4302477184vw;
  }
}
@media (min-width: 1920px) {
  .system__section {
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .system__section {
    padding-bottom: 10.4302477184vw;
  }
}
.system__section .course__items {
  width: 79.8611111111vw;
  display: block;
  margin: 0 auto 2.7777777778vw;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  box-shadow: none;
}
@media (min-width: 1920px) {
  .system__section .course__items {
    width: 1533.3333333333px;
  }
}
@media (max-width: 767px) {
  .system__section .course__items {
    width: 88.6571056063vw;
  }
}
@media not screen and (min-width: 768px) {
  .system__section .course__items {
    margin: 0 auto 7.8226857888vw;
  }
}
.system__section .course__items h3 {
  font-size: 1.7361111111vw;
  font-weight: normal;
  text-align: center;
  color: var(--color-heading);
  border-bottom: 1px solid var(--color-heading);
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@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 p {
  margin-top: 0.6944444444vw;
  font-size: 1.25vw;
  text-align: center;
  color: var(--color-sub);
}
@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;
  }
}
@media (min-width: 1920px) {
  .system__section .course__items p {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .system__section .course__items p {
    font-size: 3.9113428944vw;
  }
}
.system__section .course__items .price__list {
  margin-top: 1.3888888889vw;
  display: grid;
  grid-template-columns: 1fr 3fr;
}
@media (min-width: 1920px) {
  .system__section .course__items .price__list {
    margin-top: 26.6666666667px;
  }
}
@media (max-width: 767px) {
  .system__section .course__items .price__list {
    margin-top: 3.9113428944vw;
  }
}
@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: none;
  margin-bottom: 0.6944444444vw;
  padding: 0.5rem 5%;
  box-sizing: border-box;
}
@media (min-width: 1920px) {
  .system__section .course__items .price__list li {
    margin-bottom: 13.3333333333px;
  }
}
@media (max-width: 767px) {
  .system__section .course__items .price__list li {
    margin-bottom: 0vw;
  }
}
.system__section .course__items .price__list li.label {
  text-align: left;
  border-bottom: 2px solid var(--color-heading);
}
@media not screen and (min-width: 768px) {
  .system__section .course__items .price__list li.label {
    border-bottom: none;
    padding-bottom: 0;
  }
}
.system__section .course__items .price__list li.value {
  text-align: right;
  white-space: nowrap; /* 価格を1行に保つ */
  border-bottom: 2px solid #bbaa99;
}
@media not screen and (min-width: 768px) {
  .system__section .course__items .price__list li.value {
    text-align: left;
  }
}
.system__section .course__items .price__list li.label span,
.system__section .course__items .price__list li.value span {
  font-size: 2.2222222222vw;
  color: var(--color-text);
  line-height: 1.5;
}
@media (min-width: 1920px) {
  .system__section .course__items .price__list li.label span,
  .system__section .course__items .price__list li.value span {
    font-size: 42.6666666667px;
  }
}
@media (max-width: 767px) {
  .system__section .course__items .price__list li.label span,
  .system__section .course__items .price__list li.value span {
    font-size: 5.7366362451vw;
  }
}

/* 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-text);
  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-text);
}
@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: color-mix(in srgb, var(--color-background) 90%, transparent);
  border: 1px solid color-mix(in srgb, var(--color-sub) 25%, 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.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;
  }
}
