:root {
  --color-white: #ffffff;
  --color-black: #16070a;
  --color-sub-black: #2b1114;
  --color-sub-black-2: #9b8b8b;
  --color-main: #a3242c;
  --color-sub: #c9a05a;
  --color-text: #40282b;
  --color-label: #b8912f;
  --color-label-text: #2b0a0d;
  --color-button: #8f1d26;
  --color-button-text: #f5e9d6;
  --color-line: #06c755;
  --color-bg-emph: rgba(163, 36, 44, 0.08);
  --color-background: #200a0d;
  --color-mask: rgba(22, 7, 10, 0.6);
  --gradient-main: linear-gradient(180deg, #c9a05a 0%, #8f6a1d 100%);
  --shadow-white: 0 0 6px rgba(255, 255, 255, 0.35);
  --shadow-black: 0 0 14px rgba(0, 0, 0, 0.45);
  --shadow-main: 2px 2px 12px rgba(0, 0, 0, 0.4);
  --shadow-box: 0 4px 18px rgb(0 0 0 / 35%);
}

@font-face {
  font-family: "Cinzel";
  src: url("../fonts/Cinzel.woff2") format("woff2");
  font-optical-sizing: auto;
  font-style: normal;
}
/* 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: rgba(255, 255, 255, 0.8);
  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;
  }
}
