/* ----------共通パッチ  START--------------- */
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant&display=swap");

:root {
  --sans: "Noto Serif JP", serif;
  --font-en: "Cormorant", serif;
}

:root {
  --altColor: #fff;
}

/* PCとタブレットのみ改行を適用 */
@media screen and (min-width: 768px) {
  .pc-tab {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .pc-tab {
    display: none;
  }
}

.sp320 {
  display: none;
}

@media screen and (max-width: 320px) {
  .sp320 {
    display: block;
  }
}

/* ----------共通パッチ END ----------------- */
/* ----------common  START----------------- */
body {
  color: var(--sub-txt, #000000);
}

img[class$="figure-img"] {
  vertical-align: bottom;
}

.c-headline-001__en {
  font-weight: 400;
  letter-spacing: 0.025rem;
}

.c-headline-001__ja {
  font-weight: 700;
  color: #333;
}

@media screen and (max-width: 767px) {
  .c-headline-001__ja,
  span[class$="__headline-txt"],
  h3[class$="list-item-detail-ttl"],
  h3[class$="content-ttl"] {
    font-size: 2rem;
    letter-spacing: 0.1rem;
  }
}

.m-footer-001__copyright {
  padding: 30px 0;
}

@media screen and (max-width: 767px) {
  .m-footer-001__copyright {
    padding: 20px 0;
  }
}
h3[class$="__ttl"],
span[class$="__headline-ja"],
.m-modulegroup002-004__works-caption,
.m-modulegroup002-003__feature-ttl {
  font-family: var(--sans);
}
/* ----------common  END------------------- */
/* ----------kv & header START------------- */
.m-header-001__logo {
  padding-top: 5px;
  padding-bottom: 5px;
}
.m-header-001__logo img {
  max-height: 80px;
}

@media screen and (max-width: 767px) {
  .m-header-001__logo img {
    max-height: 50px;
  }
}

/* ----------kv & header END--------------- */
/* ----------module2 START----------------- */
/* -------------------------------------------
美容師モジュール：メッセージ
------------------------------------------- */
.m-modulegroup002-001 {
  margin: 120px auto 0;
  padding: 0 20px;
  background: var(--sub-bg, #f2f2f2);
  color: var(--sub-txt, #000000);
}

@media screen and (max-width: 767px) {
  .m-modulegroup002-001 {
    padding: 0 20px;
    margin: 60px auto 0;
  }
}

.m-modulegroup002-001__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding-top: 1px;
  padding-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .m-modulegroup002-001__inner {
    padding-bottom: 30px;
  }
}

.m-modulegroup002-001__headline {
  margin-bottom: -0.65em;
  font-size: 60px;
  font-size: 6rem;
  line-height: 1;
  -webkit-transform: translateY(-0.65em);
  transform: translateY(-0.65em);
}

@media screen and (max-width: 767px) {
  .m-modulegroup002-001__headline {
    font-size: 34px;
    font-size: 3.4rem;
  }
}

.m-modulegroup002-001__headline-en {
  display: block;
  font-family: var(
    --font-en,
    "Josefin Sans",
    "Noto Sans JP",
    Arial,
    Helvetica,
    sans-serif
  );
  line-height: 1;
  color: var(--primary, #04a1af);
  letter-spacing: 0.05em;
}

.m-modulegroup002-001__headline-ja {
  display: block;
  margin-top: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.15em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup002-001__headline-ja {
    margin-top: 5px;
    font-size: 11px;
    font-size: 1.1rem;
  }
}

.m-modulegroup002-001__container {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 45px;
  padding: 60px 0;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup002-001__container {
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup002-001__container {
    margin-top: 30px;
    padding: 30px 0;
  }
}

.m-modulegroup002-001__container:first-child {
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  .m-modulegroup002-001__container:first-child {
    margin-top: 30px;
  }
}

.m-modulegroup002-001__container::after {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 70%;
  max-width: 800px;
  background: #fff;
  content: "";
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.m-modulegroup002-001__figure {
  width: 50%;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup002-001__figure {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup002-001__figure {
    width: 100%;
  }
}

.m-modulegroup002-001__figure-img-pc {
  vertical-align: bottom;
}

@media screen and (max-width: 767px) {
  .m-modulegroup002-001__figure-img-pc {
    display: none;
  }
}

.m-modulegroup002-001__figure-img-sp {
  display: none;
  vertical-align: bottom;
}

@media screen and (max-width: 767px) {
  .m-modulegroup002-001__figure-img-sp {
    display: inline;
  }
}

.m-modulegroup002-001__content {
  width: 50%;
  padding: 0 5%;
  text-align: left;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup002-001__content {
    width: 100%;
    margin-top: 20px;
    padding: 0;
  }
}

.m-modulegroup002-001__content:only-child {
  margin: 0 auto;
  padding: 0;
}

.m-modulegroup002-001__ttl {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.5;
  color: var(--primary, #04a1af);
  letter-spacing: 0.2em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup002-001__ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}

.m-modulegroup002-001__ttl + .m-modulegroup002-001__txt {
  margin-top: 20px;
}

.m-modulegroup002-001__txt {
  font-family: var(
    --font-sans,
    "游ゴシック体",
    YuGothic,
    "游ゴシック Medium",
    "Yu Gothic Medium",
    "游ゴシック",
    "Yu Gothic",
    "Hiragino Kaku Gothic ProN",
    "Hiragino Kaku Gothic Pro",
    "メイリオ",
    "Meiryo",
    sans-serif
  );
  line-height: 1.875;
  letter-spacing: 0.1em;
}

/* ----------module2 END------------------- */
/* ----------module3 START----------------- */
/* -------------------------------------------
美容師モジュール：会社・仕事紹介
------------------------------------------- */
.m-modulegroup002-004 {
  overflow: hidden;
  margin: 120px auto 0;
  padding: 0 20px;
}

@media screen and (max-width: 767px) {
  .m-modulegroup002-004 {
    margin: 60px auto 0;
    padding: 0 20px;
  }
}

.m-modulegroup002-004__inner {
  max-width: 1280px;
  margin: 0 auto;
}

.m-modulegroup002-004__headline {
  font-size: 60px;
  font-size: 6rem;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .m-modulegroup002-004__headline {
    font-size: 34px;
    font-size: 3.4rem;
  }
}

.m-modulegroup002-004__headline-en {
  display: block;
  font-family: var(
    --font-en,
    "Josefin Sans",
    "Noto Sans JP",
    Arial,
    Helvetica,
    sans-serif
  );
  line-height: 1;
  color: var(--primary, #04a1af);
  letter-spacing: 0.05em;
}

.m-modulegroup002-004__headline-ja {
  display: block;
  margin-top: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.15em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup002-004__headline-ja {
    margin-top: 5px;
    font-size: 11px;
    font-size: 1.1rem;
  }
}

.m-modulegroup002-004__first {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 560px;
  margin-top: 40px;
  padding: 60px 0;
  color: var(--sub-txt, #000000);
}

@media screen and (max-width: 1024px) {
  .m-modulegroup002-004__first {
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup002-004__first {
    padding: 30px 0;
  }
}

.m-modulegroup002-004__first::after {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: -150px;
  left: 140px;
  width: 100vw;
  background: var(--sub-bg, #f2f2f2);
  content: "";
}

@media screen and (max-width: 767px) {
  .m-modulegroup002-004__first::after {
    left: 20%;
  }
}

.m-modulegroup002-004__figure {
  position: absolute;
  right: 50%;
  width: 50vw;
  max-width: 800px;
  height: 450px;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup002-004__figure {
    position: relative;
    right: auto;
    width: 100%;
    max-width: none;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup002-004__figure {
    position: static;
    width: 100%;
    height: auto;
  }
}

.m-modulegroup002-004__figure-bg-pc {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .m-modulegroup002-004__figure-bg-pc {
    display: none;
  }
}

.m-modulegroup002-004__figure-img-sp {
  display: none;
  vertical-align: bottom;
}

@media screen and (max-width: 767px) {
  .m-modulegroup002-004__figure-img-sp {
    display: inline;
  }
}

.m-modulegroup002-004__content {
  width: 50%;
  margin: 0 0 0 auto;
  padding: 0 5%;
  text-align: left;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup002-004__content {
    width: 100%;
    margin: 20px 0 0;
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup002-004__content {
    width: 100%;
    margin-top: 20px;
    padding: 0;
  }
}

.m-modulegroup002-004__content:only-child {
  margin: 0 auto;
  padding: 0;
}

.m-modulegroup002-004__ttl {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.5;
  color: var(--primary, #04a1af);
  letter-spacing: 0.2em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup002-004__ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}

.m-modulegroup002-004__ttl + .m-modulegroup002-004__txt {
  margin-top: 20px;
}

.m-modulegroup002-004__txt {
  font-family: var(
    --font-sans,
    "游ゴシック体",
    YuGothic,
    "游ゴシック Medium",
    "Yu Gothic Medium",
    "游ゴシック",
    "Yu Gothic",
    "Hiragino Kaku Gothic ProN",
    "Hiragino Kaku Gothic Pro",
    "メイリオ",
    "Meiryo",
    sans-serif
  );
  line-height: 1.875;
  letter-spacing: 0.1em;
}

.m-modulegroup002-004__works {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -30px -20px 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup002-004__works {
    -ms-flex-direction: column;
    flex-direction: column;
    margin: -40px 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup002-004__works {
    margin: -30px 0 0;
  }
}

.m-modulegroup002-004__works-item {
  width: calc(33.33% - 40px);
  margin: 30px 20px;
  text-align: left;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup002-004__works-item {
    width: 100%;
    margin: 40px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup002-004__works-item {
    margin: 30px 0 0;
  }
}

.m-modulegroup002-004__works-figure {
  text-align: center;
}

.m-modulegroup002-004__works-figure-img-pc {
  width: 100%;
  vertical-align: bottom;
}

@media screen and (max-width: 767px) {
  .m-modulegroup002-004__works-figure-img-pc {
    display: none;
  }
}

.m-modulegroup002-004__works-figure-img-sp {
  display: none;
  vertical-align: bottom;
}

@media screen and (max-width: 767px) {
  .m-modulegroup002-004__works-figure-img-sp {
    display: inline;
  }
}

.m-modulegroup002-004__works-caption {
  margin-top: 15px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.6;
  color: var(--primary, #04a1af);
  letter-spacing: 0.15em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup002-004__works-caption {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.m-modulegroup002-004__works-txt {
  margin-top: 15px;
  font-family: var(
    --font-sans,
    "游ゴシック体",
    YuGothic,
    "游ゴシック Medium",
    "Yu Gothic Medium",
    "游ゴシック",
    "Yu Gothic",
    "Hiragino Kaku Gothic ProN",
    "Hiragino Kaku Gothic Pro",
    "メイリオ",
    "Meiryo",
    sans-serif
  );
  line-height: 1.875;
  letter-spacing: 0.1em;
}

/* ----------module3 END------------------- */
/* ----------module4 START----------------- */
/* -------------------------------------------
美容師モジュール：特徴
------------------------------------------- */
.m-modulegroup002-003 {
  margin: 100px auto 0;
  padding: 0 20px;
}

@media screen and (max-width: 767px) {
  .m-modulegroup002-003 {
    margin: 60px auto 0;
  }
}

.m-modulegroup002-003__inner {
  max-width: 1130px;
  margin: 0 auto;
}

.m-modulegroup002-003__headline {
  font-size: 60px;
  font-size: 6rem;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .m-modulegroup002-003__headline {
    font-size: 34px;
    font-size: 3.4rem;
  }
}

.m-modulegroup002-003__headline-en {
  display: block;
  font-family: var(
    --font-en,
    "Josefin Sans",
    "Noto Sans JP",
    Arial,
    Helvetica,
    sans-serif
  );
  line-height: 1;
  color: var(--primary, #04a1af);
  letter-spacing: 0.05em;
}

.m-modulegroup002-003__headline-ja {
  display: block;
  margin-top: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.15em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup002-003__headline-ja {
    margin-top: 5px;
    font-size: 11px;
    font-size: 1.1rem;
  }
}

.m-modulegroup002-003__feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 45px -10px 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup002-003__feature {
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 20px 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup002-003__feature {
    margin: 0;
  }
}

.m-modulegroup002-003__feature-item {
  position: relative;
  width: calc(33.33% - 20px);
  margin: 30px 10px;
  padding: 60px 15px 30px;
  background: var(--sub-bg, #f2f2f2);
  color: var(--sub-txt, #000000);
}

@media screen and (max-width: 1024px) {
  .m-modulegroup002-003__feature-item {
    width: 100%;
    margin: 50px 0 0;
    padding: 60px 30px 30px;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup002-003__feature-item {
    padding: 42px 15px 25px;
  }
}

.m-modulegroup002-003__feature-num {
  font-family: var(--sans);
  position: absolute;
  top: 0;
  left: 50%;
  min-width: 60px;
  padding: 12px 15px 18px;
  background: var(--primary-bg, #04a1af);
  font-size: 30px;
  font-size: 3rem;
  line-height: 1;
  color: var(--primary-txt, #ffffff);
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
  .m-modulegroup002-003__feature-num {
    min-width: auto;
    padding: 12px 15px 15px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.m-modulegroup002-003__feature-figure {
  width: 50%;
  margin: 0 auto 20px;
  text-align: center;
}

.m-modulegroup002-003__feature-figure-img-pc {
  vertical-align: bottom;
}

@media screen and (max-width: 767px) {
  .m-modulegroup002-003__feature-figure-img-pc {
    display: none;
  }
}

.m-modulegroup002-003__feature-figure-img-sp {
  display: none;
  vertical-align: bottom;
}

@media screen and (max-width: 767px) {
  .m-modulegroup002-003__feature-figure-img-sp {
    display: inline;
  }
}

.m-modulegroup002-003__feature-ttl {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.15em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup002-003__feature-ttl {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.m-modulegroup002-003__feature-txt {
  margin-top: 15px;
  font-family: var(
    --font-sans,
    "游ゴシック体",
    YuGothic,
    "游ゴシック Medium",
    "Yu Gothic Medium",
    "游ゴシック",
    "Yu Gothic",
    "Hiragino Kaku Gothic ProN",
    "Hiragino Kaku Gothic Pro",
    "メイリオ",
    "Meiryo",
    sans-serif
  );
  line-height: 1.6;
  text-align: left;
  letter-spacing: 0.1em;
}

/* ----------module4 END------------------- */
/* ----------module5 START----------------- */
/* -------------------------------------------
美容師モジュール：ギャラリー
------------------------------------------- */
.m-modulegroup002-009 {
  position: relative;
  margin: 100px auto;
  padding: 0 20px;
}

@media screen and (max-width: 767px) {
  .m-modulegroup002-009 {
    margin: 60px auto;
    padding: 0 20px;
  }
}

.m-modulegroup002-009__inner {
  max-width: 1440px;
  margin: 0 auto;
}

.m-modulegroup002-009__headline {
  font-size: 60px;
  font-size: 6rem;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .m-modulegroup002-009__headline {
    font-size: 34px;
    font-size: 3.4rem;
  }
}

.m-modulegroup002-009__headline-en {
  display: block;
  font-family: var(
    --font-en,
    "Josefin Sans",
    "Noto Sans JP",
    Arial,
    Helvetica,
    sans-serif
  );
  line-height: 1;
  color: var(--primary, #04a1af);
  letter-spacing: 0.05em;
}

.m-modulegroup002-009__headline-ja {
  display: block;
  margin-top: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.15em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup002-009__headline-ja {
    margin-top: 5px;
    font-size: 11px;
    font-size: 1.1rem;
  }
}

.m-modulegroup002-009__gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 38px -7px 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .m-modulegroup002-009__gallery {
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 20px 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }
}

.m-modulegroup002-009__gallery-item {
  position: relative;
  width: calc(25% - 14px);
  margin: 7px;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup002-009__gallery-item {
    width: calc(50% - 14px);
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup002-009__gallery-item {
    width: 100%;
    margin: 7px 0;
  }
}

.m-modulegroup002-009__gallery-figure-img-pc {
  vertical-align: bottom;
}

@media screen and (max-width: 767px) {
  .m-modulegroup002-009__gallery-figure-img-pc {
    display: none;
  }
}

.m-modulegroup002-009__gallery-figure-img-sp {
  display: none;
  vertical-align: bottom;
}

@media screen and (max-width: 767px) {
  .m-modulegroup002-009__gallery-figure-img-sp {
    display: inline;
  }
}

.m-modulegroup002-009::before {
  z-index: -1;
  content: "";
  background: var(--sub-bg);
  display: block;
  width: 100%;
  position: absolute;
  top: 10%;
  bottom: -20%;
  left: 0%;
  right: 0;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-modulegroup002-009::before {
    top: 4.5%;
    bottom: -4.5%;
  }
}
@media screen and (max-width: 767px) {
  .m-modulegroup002-009::before {
    top: 1.5%;
    bottom: -5%;
  }
}
/* ----------module5 END------------------- */
/* ----------Requirements START------------ */

.m-require-003 .c-headline-001 {
  font-size: 60px;
  font-size: 6rem;
  line-height: 1;
  /*タイトルを上に飛び出させる場合は下記コメントアウトをはずす*/
  /*transform: translateY(-.65em);
    margin-bottom: -.25em;*/
}

@media screen and (max-width: 767px) {
  .m-require-003 .c-headline-001 {
    font-size: 34px;
    font-size: 3.4rem;
  }
}

.m-require-003 .c-headline-001__en {
  display: block;
  font-family: var(
    --font-en,
    "Josefin Sans",
    "Noto Sans JP",
    Arial,
    Helvetica,
    sans-serif
  );
  font-size: 60px;
  font-size: 6rem;
  font-weight: normal;
  line-height: 1;
  color: var(--primary, #04a1af);
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .m-require-003 .c-headline-001__en {
    font-size: 34px;
    font-size: 3.4rem;
  }
}

.m-require-003 .c-headline-001__ja {
  display: block;
  margin-top: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: 0.15em;
}

@media screen and (max-width: 767px) {
  .m-require-003 .c-headline-001__ja {
    margin-top: 5px;
    font-size: 11px;
    font-size: 1.1rem;
  }
}
.m-require-003 {
  background: #fff !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-require-003 {
    padding-top: 20px;
  }
}

/* タイトル（英語）の見出しを大文字に変更したい場合に使用 */
.m-require-003 .c-headline-001__en {
  /* text-transform: uppercase; */
}

.m-require-003 .c-headline-001__ja {
  font-weight: 700;
}
.m-require-003__detail {
  padding-top: 0;
}
.m-require-003__detail-row {
  /* border-top: 1px solid #ddd; */
  border-color: var(--primary-border, #04a1af);
}

.m-require-003__detail-row:last-child {
  /* border-bottom: 1px solid #ddd; */
  border-color: var(--primary-border, #04a1af);
}

.m-require-003__detail-ttl {
  color: #333;
}

.m-require-003__detail-desc {
  font-weight: 400;
  color: #333;
}

/* 「STEP番号」の背景色を変更したい場合に適用 */
.m-require-003__detail-flow-ttl-number {
  /* background-color: #f2f2f2; */
  /* color: #333; */
}
.m-footer-001 {
  background: #000;
  color: #fff;
}

/*エントリーボタン反転 _003*/
/* .m-require-003__entry-btn::before {
  background: var(--primary);
}
.m-require-003__entry-btn {
  background-color: transparent;
  border: 2px solid var(--primary);
  color: var(--primary);
}
.m-require-003__entry-btn:hover {
  color: var(--primary-txt);
}*/
/*エントリーボタン反転_004*/
/* .m-require-004__entry-btn::before {
  background: var(--primary);
}
.m-require-004__entry-btn {
      background-color: transparent;
  border: 2px solid var(--primary);
  color: var(--primary);
}
.m-require-004__entry-btn:hover {
  color: var(--sub-bg);
} */
/* ----------Requirements END------------- */
