@import url('https://fonts.googleapis.com/css2?family=Cormorant:wght@400;600;700&family=Noto+Serif+JP:wght@400;600;700&display=swap');
:root {
  --font-en: 'Cormorant', serif;
}

/* -------------------------------------------
共通パッチ
------------------------------------------- */
.single-post_recruit {
  color: var(--sub-txt);
}

/* ヘッダー */
.m-header-001 {
  background: var(--sub-txt);
}

.single-post_recruit .m-header-001 {
  background: transparent;
}

.m-header-001 + .m-kv-001 {
  margin-top: -80px;
}

@media screen and (max-width: 767px) {
  .m-header-001 + .m-kv-001 {
    margin-top: -60px;
  }
}

.m-header-001__logo {
  padding: 8px 30px;
}

@media screen and (max-width: 767px) {
  .m-header-001__logo {
    padding: 9px 10px;
  }
}

.m-header-001__logo-link-img {
  max-height: 64px;
}

@media screen and (max-width: 767px) {
  .m-header-001__logo-link-img {
    max-height: 42px;
  }
}

.m-header-001__btn-link {
  font-family: "Josefin Sans", "Noto Sans JP", Arial, Helvetica, sans-serif;
}

@media screen and (max-width: 767px) {
  .m-header-001__btn-link {
    min-height: 60px;
  }
}

.c-module-container>section:nth-of-type(odd) {
  background-color: var(--primary-txt);
}

.c-page-ttl-001__txt-en {
  font-family: "Josefin Sans", "Noto Sans JP", Arial, Helvetica, sans-serif;
}

/* フッター */
.m-footer-001 {
  color: var(--sub-txt);
  background: var(--sub-bg);
}

.m-footer-001__copyright {
  font-family: 'Noto Serif JP', serif;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 30px 0;
}

@media screen and (max-width: 767px) {
  .m-footer-001__copyright {
    padding: 15px 0;
  }
}

/* -------------------------------------------
美容師モジュール：会社・仕事紹介
------------------------------------------- */
.m-modulegroup002-004 {
  overflow: hidden;
  margin: 100px 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: .05em;
}

.m-modulegroup002-004__headline-ja {
  display: block;
  margin-top: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: 'Noto Serif JP', serif;
  letter-spacing: .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-family: 'Noto Serif JP', serif;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: .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: .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-family: 'Noto Serif JP', serif;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: .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: .1em;
}

/* -------------------------------------------
美容師モジュール：こんな方を待っています
------------------------------------------- */
.m-modulegroup002-013 {
  overflow: hidden;
  margin: 70px auto 90px;
  padding: 0 20px;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup002-013 {
    margin: 100px auto 90px;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup002-013 {
    margin: 60px auto 45px;
    padding: 0;
  }
}

.m-modulegroup002-013__inner {
  max-width: 1440px;
  margin: 0 auto;
}

.img-headline-welcome {
  width: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 86px;
  background-image: url(https://d1k5qq9h33oekz.cloudfront.net/customers/4d5441774e7a633d/itszai1/headline-welcome.png);
}

@media screen and (max-width: 767px) {
  .img-headline-welcome {
    height: 50px;
    background-image: url(https://d1k5qq9h33oekz.cloudfront.net/customers/4d5441774e7a633d/itszai1/headline-welcome-sp.png);
  }
}

.m-modulegroup002-013__headline {
  font-size: 60px;
  font-size: 6rem;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .m-modulegroup002-013__headline {
    font-size: 34px;
    font-size: 3.4rem;
  }
}

.m-modulegroup002-013__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: .05em;
}

.m-modulegroup002-013__headline-ja {
  display: block;
  margin-top: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: 'Noto Serif JP', serif;
  letter-spacing: .15em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup002-013__headline-ja {
    margin-top: 5px;
    font-size: 11px;
    font-size: 1.1rem;
  }
}

.m-modulegroup002-013__container {
  max-width: 1080px;
  margin: 50px auto 0;
  padding: 50px 100px 0;
  background: var(--sub-bg, #f2f2f2);
}

@media screen and (max-width: 767px) {
  .m-modulegroup002-013__container {
    margin-top: 25px;
    padding: 30px 20px 0;
  }
}

.m-modulegroup002-013__txt {
  font-family: var(--font-sans, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif);
  font-weight: 500;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .m-modulegroup002-013__txt {
    font-weight: 400;
  }
}

.m-modulegroup002-013__txt:last-child {
  padding-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .m-modulegroup002-013__txt:last-child {
    padding-bottom: 30px;
  }
}

.m-modulegroup002-013__figure:not(:first-child) {
  margin-top: 70px;
}

@media screen and (max-width: 767px) {
  .m-modulegroup002-013__figure:not(:first-child) {
    margin-top: 20px;
  }
}

.m-modulegroup002-013__figure-img-pc {
  vertical-align: bottom;
}

@media screen and (max-width: 767px) {
  .m-modulegroup002-013__figure-img-pc {
    display: none;
  }
}

.m-modulegroup002-013__figure-img-sp {
  display: none;
  vertical-align: bottom;
}

@media screen and (max-width: 767px) {
  .m-modulegroup002-013__figure-img-sp {
    display: inline;
  }
}

/* -------------------------------------------
美容師モジュール：メンバー
------------------------------------------- */
.m-modulegroup002-006 {
  margin: 100px auto 0;
  padding: 100px 20px;
  background-color: var(--sub-bg);
}

@media screen and (max-width: 767px) {
  .m-modulegroup002-006 {
    margin: 60px auto 0;
    padding: 60px 20px;
  }
}

.m-modulegroup002-006__inner {
  max-width: 1000px;
  margin: 0 auto;
}

.m-modulegroup002-006__headline {
  font-size: 60px;
  font-size: 6rem;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .m-modulegroup002-006__headline {
    font-size: 34px;
    font-size: 3.4rem;
  }
}

.m-modulegroup002-006__headline-en {
  display: block;
  font-family: var(--font-en, "Josefin Sans", "Noto Sans JP", Arial, Helvetica, sans-serif);
  line-height: 1;
  color: var(--primary);
  letter-spacing: .05em;
}

.m-modulegroup002-006__headline-ja {
  display: block;
  margin-top: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: 'Noto Serif JP', serif;
  letter-spacing: .15em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup002-006__headline-ja {
    margin-top: 5px;
    font-size: 11px;
    font-size: 1.1rem;
  }
}

.m-modulegroup002-006__member {
  margin-top: 10px;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup002-006__member {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup002-006__member {
    margin-top: 30px;
  }
}

.m-modulegroup002-006__member-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  background: #fff;
  color: var(--sub-txt, #000000);
}

@media screen and (max-width: 1024px) {
  .m-modulegroup002-006__member-item {
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup002-006__member-item {
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }
}

.m-modulegroup002-006__member-figure {
  width: 45%;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup002-006__member-figure {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup002-006__member-figure {
    width: 100%;
  }
}

.m-modulegroup002-006__member-figure-bg-pc {
  height: 100%;
  min-height: 320px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup002-006__member-figure-bg-pc {
    display: none;
  }
}

.m-modulegroup002-006__member-figure-img-sp {
  display: none;
  vertical-align: bottom;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup002-006__member-figure-img-sp {
    display: inline;
    width: 100%;
  }
}

.m-modulegroup002-006__member-item:nth-child(2n) .m-modulegroup002-006__member-figure {
      -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
          order: 1;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup002-006__member-item:nth-child(2n) .m-modulegroup002-006__member-figure {
        -ms-flex-order: inherit;
    -webkit-box-ordinal-group: inherit;
            order: inherit;
  }
}

.m-modulegroup002-006__member-content {
  width: 55%;
  padding: 30px 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-006__member-content {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup002-006__member-content {
    width: 100%;
    padding: 15px 5%;
  }
}

.m-modulegroup002-006__member-content:only-child {
  margin: 0 auto;
}

.m-modulegroup002-006__member-name {
  color: var(--primary-bg);
}

.m-modulegroup002-006__member-name-kanji {
  display: inline-block;
  margin-right: 15px;
  font-size: 25px;
  font-size: 2.5rem;
  font-family: 'Noto Serif JP', serif;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: .2em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup002-006__member-name-kanji {
    margin-right: 10px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.m-modulegroup002-006__member-name-kana {
  display: inline-block;
  letter-spacing: .05em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup002-006__member-name-kana {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.m-modulegroup002-006__member-position {
  margin-top: 5px;
  font-family: var(--font-sans, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif);
  letter-spacing: .1em;
}

.m-modulegroup002-006__member-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: .1em;
}

/* -------------------------------------------
美容師モジュール：メッセージ
------------------------------------------- */
.m-modulegroup002-001 {
  margin: 120px auto 0;
  padding: 0 20px;
  background: var(--sub-bg);
  color: var(--sub-txt, #000000);
}

@media screen and (max-width: 767px) {
  .m-modulegroup002-001 {
    margin: 80px auto 0;
    padding: 0 20px;
  }
}

.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: -.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);
  letter-spacing: .05em;
}

.m-modulegroup002-001__headline-ja {
  display: block;
  margin-top: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: 'Noto Serif JP', serif;
  letter-spacing: .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-family: 'Noto Serif JP', serif;
  font-weight: 600;
  line-height: 1.5;
  color: var(--primary-bg);
  letter-spacing: .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: .1em;
}

/* -------------------------------------------
美容師モジュール：募集要項 001
------------------------------------------- */
.m-require-001 {
  padding: 90px 0 80px;
}

@media screen and (max-width: 767px) {
  .m-require-001 {
    padding: 50px 0 40px;
  }
}

.m-require-001 {
  /*タイトルを上に飛び出させる場合は下記コメントアウトをはずす*/
  /*padding-top: 0;*/
}

.m-require-001 .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-001 .c-headline-001 {
    font-size: 34px;
    font-size: 3.4rem;
  }
}

.m-require-001 .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;
  letter-spacing: .05em;
}

@media screen and (max-width: 767px) {
  .m-require-001 .c-headline-001__en {
    font-size: 34px;
    font-size: 3.4rem;
  }
}

.m-require-001 .c-headline-001__ja {
  display: block;
  margin-top: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: 'Noto Serif JP', serif;
  font-weight: normal;
  letter-spacing: .15em;
}

@media screen and (max-width: 767px) {
  .m-require-001 .c-headline-001__ja {
    margin-top: 5px;
    font-size: 11px;
    font-size: 1.1rem;
  }
}

.m-require-001__detail-ttl {
  font-weight: 700;
  background: var(--primary);
}

.m-require-001__detail-desc::before {
  content: none;
}

.m-require-001__detail-flow-ttl-number {
  background: var(--primary);
}
