/*カスタム*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500&display=swap');

/* -------------------------------------------
共通パッチ
------------------------------------------- */
body {
  background:#fff;
}

.m-header-001__logo {
  padding: 18px 2%;
}

@media screen and (min-width:768px) and (max-width:1024px) {
  .m-header-001__logo {
    padding: 20px 3%;
  }
}

@media screen and (max-width: 767px) {
  .m-header-001__logo {
    padding: 15px 3%;
  }
}

.m-header-001__logo-link-img {
  max-height: 41px;
}

@media screen and (min-width:768px) and (max-width:1024px) {
  .m-header-001__logo-link-img {
    max-height: 38px;
  }
}

@media screen and (max-width: 767px) {
  .m-header-001__logo-link-img {
    max-height: 36px;
  }
}

@media screen and (min-width:768px) and (max-width:1024px) {
  .m-header-001__btn-link {
    min-height: 60px;
  }
}

.c-headline-001__en {
  font-weight: 400;
  color: #009db7;
}

.c-headline-001__ja {
  font-weight: 900;
  color: #333;
}

@media screen and (max-width: 767px) {
  .c-headline-001__ja {
    font-size: 2rem;
    font-size: 20px;
  }
}

.m-footer-001 {
  background: #f5849f;
  color: #fff;
}

/* フッター */
.m-footer-001__copyright {
  padding: 20px 0;
}

@media screen and (max-width: 767px) {
.m-footer-001__copyright {
    padding: 15px 0;
  }
}

:root {
  --font-en: 'Cormorant',"游ゴシック体",YuGothic,"游ゴシック Medium","Yu Gothic Medium","游ゴシック","Yu Gothic","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",sans-serif;
}

:root {
  --font-ja: 'Noto Serif JP',"游ゴシック体",YuGothic,"游ゴシック Medium","Yu Gothic Medium","游ゴシック","Yu Gothic","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",sans-serif;
}

/* __________________________________________________________________________________

看護師
__________________________________________________________________________________ */
/* -------------------------------------------
美容師モジュール：特徴
------------------------------------------- */
.m-modulegroup002-003 {
  margin: 100px auto 0;
  padding: 0 20px;
}

@media screen and (max-width: 767px) {
  .m-modulegroup002-003 {
    margin: 40px auto 0;
  }
}

.m-modulegroup002-003__inner {
  max-width: 1240px;
  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: .05em;
}

.m-modulegroup002-003__headline-ja {
  display: block;
  margin-top: 10px;
  font-family: var(--font-ja);
  font-size: 16px;
  font-size: 1.6rem;
  color: #333;
  letter-spacing: .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 {
  position: absolute;
  top: 0;
  left: 50%;
  min-width: 60px;
  padding: 12px 15px 18px;
  background: var(--primary-bg, #04a1af);
  font-family: 'Noto Serif JP',"游ゴシック体",YuGothic,"游ゴシック Medium","Yu Gothic Medium","游ゴシック","Yu Gothic","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",sans-serif;
  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 {
  margin: 0 auto 20px;
  text-align: center;
}

.m-modulegroup002-003__feature-figure-img-pc {
  max-width: 31%;
  vertical-align: bottom;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup002-003__feature-figure-img-pc {
    max-width: 20%;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup002-003__feature-figure-img-pc {
    max-width: 100%;
    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 {
    max-width: 40%;
    display: inline;
  }
}

.m-modulegroup002-003__feature-ttl {
  font-family: 'Noto Serif JP',"游ゴシック体",YuGothic,"游ゴシック Medium","Yu Gothic Medium","游ゴシック","Yu Gothic","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",sans-serif;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: .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: .1em;
}

/* -------------------------------------------
美容師モジュール：FAQ
------------------------------------------- */
.m-modulegroup002-010 {
  margin: 120px auto 0;
  padding: 0 20px;
  background: var(--sub-bg, #f2f2f2);
}

@media screen and (max-width: 767px) {
  .m-modulegroup002-010 {
    margin-top: 60px;
    padding: 0 20px;
  }
}

.m-modulegroup002-010__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .m-modulegroup002-010__inner {
    padding-bottom: 40px;
  }
}

.m-modulegroup002-010__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-010__headline {
    font-size: 34px;
    font-size: 3.4rem;
  }
}

.m-modulegroup002-010__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-010__headline-ja {
  display: block;
  margin-top: 10px;
  font-family: 'Noto Serif JP',"游ゴシック体",YuGothic,"游ゴシック Medium","Yu Gothic Medium","游ゴシック","Yu Gothic","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: #333;
  letter-spacing: .15em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup002-010__headline-ja {
    margin-top: 5px;
    font-size: 11px;
    font-size: 1.1rem;
  }
}

.m-modulegroup002-010__container {
  max-width: 1000px;
  margin: 45px auto 0;
}

@media screen and (max-width: 767px) {
  .m-modulegroup002-010__container {
    margin-top: 30px;
  }
}

.m-modulegroup002-010__faq {
  text-align: left;
}

.m-modulegroup002-010__faq-item {
  margin-top: 20px;
  padding: 40px 90px 30px 100px;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .m-modulegroup002-010__faq-item {
    padding: 20px 18px 30px;
  }
}

.m-modulegroup002-010__faq-ttl {
  position: relative;
  font-family: 'Noto Serif JP',"游ゴシック体",YuGothic,"游ゴシック Medium","Yu Gothic Medium","游ゴシック","Yu Gothic","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",sans-serif;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  color: #333;
  line-height: 1.6;
  letter-spacing: .15em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup002-010__faq-ttl {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.m-modulegroup002-010__faq-ttl::before {
  position: absolute;
  top: -.2em;
  left: -20px;
  font-family: var(--font-en, "Josefin Sans", "Noto Sans JP", Arial, Helvetica, sans-serif);
  font-size: 40px;
  font-size: 4rem;
  line-height: 1;
  color: var(--primary, #04a1af);
  content: "Q.";
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

@media screen and (max-width: 767px) {
  .m-modulegroup002-010__faq-ttl::before {
    position: static;
    margin-right: 10px;
    font-size: 28px;
    font-size: 2.8rem;
    -webkit-transform: none;
            transform: none;
  }
}

.m-modulegroup002-010__faq-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);
  color: #333;
  line-height: 1.875;
  letter-spacing: .1em;
}

/* -------------------------------------------
美容師モジュール：会社・仕事紹介
------------------------------------------- */
.m-modulegroup002-004 {
  overflow: hidden;
  margin: 100px auto 0;
  padding: 0 20px;
}

@media screen and (max-width: 767px) {
  .m-modulegroup002-004 {
    margin: 40px 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-family: var(--font-ja);
  font-size: 16px;
  font-size: 1.6rem;
  color: #333;
  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: 0px 0% 0px 3%;
  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-family: 'Noto Serif JP',"游ゴシック体",YuGothic,"游ゴシック Medium","Yu Gothic Medium","游ゴシック","Yu Gothic","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",sans-serif;
  font-size: 30px;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.5;
  color: var(--primary, #04a1af);
  letter-spacing: .2em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup002-004__ttl {
    font-size: 1.6rem;
    letter-spacing: .1em;
  }
}

@media screen and (max-width: 320px) {
  .m-modulegroup002-004__ttl {
    font-size: 1.7rem;
  }
}

.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);
  color: #333;
  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 (min-width:768px) and (max-width:1024px) {
  .m-modulegroup002-004__works-item:nth-child(2) .m-modulegroup002-004__works-txt {
    /* margin-top: -15px; */
  }
}

@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-family: 'Noto Serif JP',"游ゴシック体",YuGothic,"游ゴシック Medium","Yu Gothic Medium","游ゴシック","Yu Gothic","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",sans-serif;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.6;
  color: var(--primary, #04a1af);
  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);
  color: #333;
  line-height: 1.875;
  letter-spacing: .1em;
}

.m-modulegroup002-004__works-item:nth-child(1) .m-modulegroup002-004__works-txt {
  margin-top: 19px;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup002-004__works-item:nth-child(1) .m-modulegroup002-004__works-txt {
    margin-top: 15px;
  }
}

/* -------------------------------------------
美容師モジュール：コンセプト
------------------------------------------- */
.m-modulegroup002-002 {
  overflow: hidden;
  margin: 60px auto 80px auto;
  padding: 0 40px;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup002-002 {
    padding: 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup002-002 {
    margin: 40px auto;
    padding: 0 20px;
  }
}

.m-modulegroup002-002__inner {
  max-width: 1280px;
  margin: 0 auto;
}

.m-modulegroup002-002__headline {
  font-size: 60px;
  font-size: 6rem;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .m-modulegroup002-002__headline {
    font-size: 34px;
    font-size: 3.4rem;
  }
}

.m-modulegroup002-002__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-002__headline-ja {
  display: block;
  margin-top: 10px;
  font-family: var(--font-ja);
  font-size: 16px;
  font-size: 1.6rem;
  color: #333;
  letter-spacing: .15em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup002-002__headline-ja {
    margin-top: 5px;
    font-size: 11px;
    font-size: 1.1rem;
  }
}

.m-modulegroup002-002__container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 45px;
  padding: 60px 0;
  background: var(--primary-bg, #04a1af);
  color: var(--primary-txt, #ffffff);
}

@media screen and (max-width: 1024px) {
  .m-modulegroup002-002__container {
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup002-002__container {
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }
}

.m-modulegroup002-002__container::before {
  position: absolute;
  top: 30px;
  right: -30px;
  bottom: 30px;
  left: -30px;
  display: block;
  border: 1px solid var(--primary-border, #04a1af);
  pointer-events: none;
  content: "";
}

@media screen and (max-width: 1024px) {
  .m-modulegroup002-002__container::before {
    top: 15px;
    right: -15px;
    bottom: 15px;
    left: -15px;
  }
}

.m-modulegroup002-002__figure {
      -ms-flex-order: 1;
  width: 50%;
  text-align: center;
  -webkit-box-ordinal-group: 2;
          order: 1;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup002-002__figure {
        -ms-flex-order: inherit;
    width: 100%;
    -webkit-box-ordinal-group: inherit;
            order: inherit;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup002-002__figure {
        -ms-flex-order: inherit;
    width: 100%;
    -webkit-box-ordinal-group: inherit;
            order: inherit;
  }
}

.m-modulegroup002-002__figure-img-pc {
  vertical-align: bottom;
}

@media screen and (max-width: 767px) {
  .m-modulegroup002-002__figure-img-pc {
    display: none;
  }
}

.m-modulegroup002-002__figure-img-sp {
  display: none;
  vertical-align: bottom;
}

@media screen and (max-width: 767px) {
  .m-modulegroup002-002__figure-img-sp {
    display: inline;
  }
}

.m-modulegroup002-002__content {
  width: 50%;
  padding: 0 3%;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup002-002__content {
    width: 100%;
    margin: 20px auto 10px;
    padding: 0 20px;
  }
}

.m-modulegroup002-002__content:only-child {
  margin: 0 auto;
}

.m-modulegroup002-002__ttl {
  font-family: 'Noto Serif JP',"游ゴシック体",YuGothic,"游ゴシック Medium","Yu Gothic Medium","游ゴシック","Yu Gothic","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",sans-serif;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: .2em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup002-002__ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media screen and (max-width: 320px) {
  .m-modulegroup002-002__ttl {
    font-size: 1.8rem;
  }
}

.m-modulegroup002-002__ttl + .m-modulegroup002-002__txt {
  margin-top: 20px;
}

.m-modulegroup002-002__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;
}

@media screen and (max-width: 767px) {
  .m-modulegroup002-002__txt {
    text-align: left;
  }
}

/* -------------------------------------------
募集要項
------------------------------------------- */
.m-require-001 {
  /*タイトルを上に飛び出させる場合は下記コメントアウトをはずす*/
  /*padding-top: 0;*/
  padding: 0 0 80px 0;
  background: #fff !important;
}

@media screen and (max-width: 767px) {
  .m-require-001 {
    padding: 0 0 40px 0;
    background: #fff !important;
  }
}

.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;
  color: var(--primary, #04a1af);
  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-family: var(--font-ja);
  font-size: 16px;
  font-size: 1.6rem;
  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-family: var(--font-ja);
  font-weight: 500;
}

.m-require-001__detail-desc {
  font-weight: 500;
  color: #333;
}

.m-require-001__detail-desc::before {
  background: #f5f3ed;
}

.m-require-001__entry-btn {
  background: transparent;
  color: var(--primary);
  border: 3px solid var(--primary-bg);
}

.m-require-001__entry-btn:hover {
    color: var(--primary-txt);
}

.m-require-001__entry-btn::before {
  background: var(--primary);
}

/* __________________________________________________________________________________

セラピスト
__________________________________________________________________________________ */
/* -------------------------------------------
美容師モジュール：特徴
------------------------------------------- */
#free001_K7Pfb0GqV1 {
  background: #f5f3ed;
}

#free001_K7Pfb0GqV1 .m-modulegroup002-003 {
  margin: 0;
  padding: 80px 20px 100px 20px;
}

@media screen and (max-width: 1024px) {
  #free001_K7Pfb0GqV1 .m-modulegroup002-003 {
    margin: 0;
    padding: 80px 20px 100px 20px;
  }
}

@media screen and (max-width: 767px) {
  #free001_K7Pfb0GqV1 .m-modulegroup002-003 {
    padding: 40px 20px 70px 20px;
  }
}

#free001_K7Pfb0GqV1 .m-modulegroup002-003__feature-item {
  background: #fff;
}

/* -------------------------------------------
美容師モジュール：FAQ
------------------------------------------- */
#free001_1b1LWdVidc .m-modulegroup002-010 {
  margin: 0;
  background: #fff;
}

@media screen and (min-width:768px) and (max-width:1024px) {
  #free001_1b1LWdVidc .m-modulegroup002-010__inner {
    padding-bottom: 80px;
}
}

#free001_1b1LWdVidc .m-modulegroup002-010__faq-item {
  background: #f5f3ed;
}

/* -------------------------------------------
美容師モジュール：会社・仕事紹介
------------------------------------------- */
#free001_fHxSbv6eD8 .m-modulegroup002-004 {
  margin: 0 auto 60px;
}

@media screen and (max-width: 767px) {
  #free001_fHxSbv6eD8 .m-modulegroup002-004 {
    margin: 0 auto 40px;
  }
}