@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cormorant&family=Noto+Serif+JP:wght@400;500;600;700&display=swap");

.single-post_recruit {
  --font: "Noto Serif JP", serif;
  --font-en: "Cormorant", sans-serif;
  --font-sans: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.m-header-001__btn-link {
  font-family: "Josefin Sans", "Noto Sans JP", Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: #fff;
}

.c-page-ttl-001__txt-en {
  font-family: "Josefin Sans", "Noto Sans JP", Arial, Helvetica, sans-serif;
}

/* -------------------------------------------
共通パッチ
------------------------------------------- */
img {
  vertical-align: bottom;
}

/* PCとタブレットのみ改行を適用 */
@media screen and (min-width: 767.01px) {
  .pc-tab {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .pc-tab {
    display: none;
  }
}

/* 要項ページ body */
.single-post_recruit {
  color: var(--sub-txt, #333);
  word-break: break-word;
  font-weight: 500;
}

/* ロゴ */
.m-header-001__logo {
  padding: 20px 40px;
}

@media screen and (max-width: 767px) {
  .m-header-001__logo {
    padding: 15px;
    max-width: 220px;
  }
}

.m-header-001__logo-link-img {
  display: block;
  max-height: 27px;
}

@media screen and (max-width: 767px) {
  .m-header-001__logo-link-img {
    display: none;
  }
}

.m-header-001__logo-link-img.is-mobile {
  display: none;
  max-height: 27px;
}

@media screen and (max-width: 767px) {
  .m-header-001__logo-link-img.is-mobile {
    display: block;
  }
}

.m-require-001__entry-btn-icon {
  position: relative;
}

.c-module-container > section:nth-of-type(odd) {
  background-color: transparent;
}

/* コピーライト */
.m-footer-001__copyright {
  padding: 30px 0;
  font-family: inherit;
  background: #fef3d0;
  color: #000;
}

@media screen and (max-width: 767px) {
  .m-footer-001__copyright {
    padding: 20px 0;
  }
}

/* -------------------------------------------
美容師モジュール：メッセージ
------------------------------------------- */
.m-modulegroup002-001 {
  margin: 80px auto 0;
  padding: 0 20px;
  background: var(--sub-bg, #f2f2f2);
  color: #000;
}

@media screen and (max-width: 767px) {
  .m-modulegroup002-001 {
    padding: 0 20px;
    margin-top: 50px;
  }
}

.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: var(--primary);
  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;
  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;
}
/* -------------------------------------------
美容師モジュール：会社・仕事紹介
------------------------------------------- */
.m-modulegroup002-004 {
  overflow: hidden;
  margin: 100px auto 0;
  padding: 0 20px;
  color: #000;
}

@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(--primary);
  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: #000;
  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 {
  color: #000;
  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;
  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;
}
/* -------------------------------------------
美容師モジュール：キャリアプラン
------------------------------------------- */
.m-modulegroup002-005 {
  margin: 100px auto 0;
  padding: 0 20px;
  background: var(--sub-bg, #f2f2f2);
  color: #000;
}

@media screen and (max-width: 767px) {
  .m-modulegroup002-005 {
    margin: 80px auto 0;
    padding: 0 20px;
  }
}

.m-modulegroup002-005__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding-top: 1px;
  padding-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .m-modulegroup002-005__inner {
    padding-bottom: 30px;
  }
}

.m-modulegroup002-005__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-005__headline {
    font-size: 34px;
    font-size: 3.4rem;
  }
}

.m-modulegroup002-005__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-005__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-005__headline-ja {
    margin-top: 5px;
    font-size: 11px;
    font-size: 1.1rem;
  }
}

.m-modulegroup002-005__container {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 45px;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup002-005__container {
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup002-005__container {
    margin-top: 30px;
    padding: 0;
  }
}

.m-modulegroup002-005__container:first-child {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .m-modulegroup002-005__container:first-child {
    margin-top: 30px;
  }
}

.m-modulegroup002-005__figure {
  width: 50%;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup002-005__figure {
    width: 100%;
  }
}

.m-modulegroup002-005__figure-img-pc {
  vertical-align: bottom;
}

@media screen and (max-width: 767px) {
  .m-modulegroup002-005__figure-img-pc {
    display: none;
  }
}

.m-modulegroup002-005__figure-img-sp {
  display: none;
  vertical-align: bottom;
}

@media screen and (max-width: 767px) {
  .m-modulegroup002-005__figure-img-sp {
    display: inline;
  }
}

.m-modulegroup002-005__content {
  -ms-flex-order: -1;
  width: 50%;
  padding: 0 5%;
  text-align: left;
  -webkit-box-ordinal-group: 0;
  order: -1;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup002-005__content {
    -ms-flex-order: 1;
    width: 100%;
    margin-top: 20px;
    padding: 0;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}

.m-modulegroup002-005__content:only-child {
  margin: 0 auto;
  padding: 0;
}

.m-modulegroup002-005__ttl {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup002-005__ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}

.m-modulegroup002-005__ttl + .m-modulegroup002-005__txt {
  margin-top: 20px;
}

.m-modulegroup002-005__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-015 {
  overflow: hidden;
  margin: 100px auto 90px;
  color: #000;
}

@media screen and (max-width: 767px) {
  .m-modulegroup002-015 {
    margin: 60px auto 45px;
  }
}

.m-modulegroup002-015__headline {
  font-size: 60px;
  font-size: 6rem;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .m-modulegroup002-015__headline {
    font-size: 34px;
    font-size: 3.4rem;
  }
}

.m-modulegroup002-015__headline:not(:last-child) {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .m-modulegroup002-015__headline:not(:last-child) {
    margin-bottom: 25px;
  }
}

.m-modulegroup002-015__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-015__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-015__headline-ja {
    margin-top: 5px;
    font-size: 11px;
    font-size: 1.1rem;
  }
}

.m-modulegroup002-015__container {
  margin: 40px auto 0;
}

@media screen and (max-width: 767px) {
  .m-modulegroup002-015__container {
    margin-top: 25px;
  }
}

.m-modulegroup002-015__txtarea {
  max-width: 880px;
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (max-width: 767px) {
  .m-modulegroup002-015__txtarea {
    padding: 0 20px;
  }
}

.m-modulegroup002-015__txtarea-ttl {
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 700;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .m-modulegroup002-015__txtarea-ttl {
    font-size: 21px;
    font-size: 2.1rem;
  }
}

.m-modulegroup002-015__txtarea-ttl:not(:last-child) {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .m-modulegroup002-015__txtarea-ttl:not(:last-child) {
    margin-bottom: 15px;
  }
}

.m-modulegroup002-015__txtarea-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-015__txtarea-txt {
    font-weight: 400;
  }
}

.m-modulegroup002-015__repeat {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

.m-modulegroup002-015__repeat-figure-img-pc {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .m-modulegroup002-015__repeat-figure-img-pc {
    display: none;
  }
}

.m-modulegroup002-015__repeat-figure-img-sp {
  display: none;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .m-modulegroup002-015__repeat-figure-img-sp {
    display: inline;
  }
}

.m-modulegroup002-015__repeat-txtarea {
  position: relative;
  margin: -80px 40px 0;
  padding: 40px 60px;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .m-modulegroup002-015__repeat-txtarea {
    margin: 0;
    padding: 15px 20px 35px;
  }
}

.m-modulegroup002-015__repeat-nav {
  position: absolute;
  z-index: 1;
  top: 15vw;
  right: 23.75%;
  left: 23.75%;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup002-015__repeat-nav {
    top: 20.3125vw;
    right: 14.6%;
    left: 14.6%;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup002-015__repeat-nav {
    top: 50%;
    right: 5%;
    left: 5%;
  }
}

@media screen and (max-width: 500px) {
  .m-modulegroup002-015__repeat-nav {
    right: 20px;
    left: 20px;
  }
}

.m-modulegroup002-015__repeat-nav-prev,
.m-modulegroup002-015__repeat-nav-next {
  position: absolute;
  left: -45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  width: 60px;
  height: 60px;
  background: #333;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup002-015__repeat-nav-prev,
  .m-modulegroup002-015__repeat-nav-next {
    left: 0;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup002-015__repeat-nav-prev,
  .m-modulegroup002-015__repeat-nav-next {
    width: 30px;
    height: 30px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.m-modulegroup002-015__repeat-nav-next {
  right: -45px;
  left: auto;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup002-015__repeat-nav-next {
    right: 0;
    -webkit-transform: translateY(-50%) translateX(50%);
    transform: translateY(-50%) translateX(50%);
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup002-015__repeat-nav-next {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.m-modulegroup002-015__repeat-nav-svg {
  width: 17px;
  height: 28px;
}

@media screen and (max-width: 767px) {
  .m-modulegroup002-015__repeat-nav-svg {
    width: 12px;
    height: 19px;
  }
}

.m-modulegroup002-015__repeat-nav-svg.-next {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

.m-modulegroup002-015__repeat-ttl {
  position: relative;
  padding: 5px 0 0 75px;
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--primary, #04a1af);
  text-align: left;
  letter-spacing: 3px;
  letter-spacing: 0.3rem;
}

@media screen and (max-width: 767px) {
  .m-modulegroup002-015__repeat-ttl {
    padding: 0;
    font-size: 21px;
    font-size: 2.1rem;
  }
}

.m-modulegroup002-015__repeat-ttl:not(:last-child) {
  margin-bottom: 20px;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--primary-border, #333);
}

@media screen and (max-width: 767px) {
  .m-modulegroup002-015__repeat-ttl:not(:last-child) {
    margin-bottom: 15px;
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup002-015__repeat-ttl-txt {
    display: block;
  }
}

.m-modulegroup002-015__repeat-label {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  width: 60px;
  height: 60px;
  background-color: var(--primary, #04a1af);
  font-size: 30px;
  font-size: 3rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  letter-spacing: 0.3px;
  letter-spacing: 0.03rem;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .m-modulegroup002-015__repeat-label {
    position: static;
    width: 33px;
    height: 33px;
    font-size: 20px;
    font-size: 2rem;
  }
}

.m-modulegroup002-015__repeat-txt {
  font-family: var(--font-sans, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif);
  text-align: left;
}

.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: 500;
  line-height: 1;
  color: var(--primary, #04a1af);
  letter-spacing: 0.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-weight: 500;
  color: #000;
  letter-spacing: 0.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,
.m-require-001__entry-btn,
.m-require-001__detail-flow-ttl-number,
.c-form__label-val.is-require {
  color: #000;
}

.m-require-001__detail-desc::before {
  background: #fef3d0;
  opacity: 1;
}

.m-require-001__detail-ttl,
.m-require-001__detail-desc,
.m-require-001__entry-btn-txt {
  font-family: var(--font-sans);
}
