@charset "UTF-8";


@import url("https://fonts.googleapis.com/css2?family=Cormorant:wght@400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;700&display=swap");
@media screen and (min-width: 768px) {
  .pc-tab,
  .is-tablet-up {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .pc-tab,
  .is-tablet-up {
    display: none;
  }
}

.is-tab,
.tab {
  display: none;
}

@media screen and (max-width: 1024px) {
  .is-tab,
  .tab {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .c-message-001 {
    margin: 0 auto;
  }
}

:root {
  --font-serif: 'Noto Serif JP', sans-serif;
  --font-cormorant: 'Cormorant', 'Noto Serif JP', sans-serif;
}

.single-post_recruit {
  color: var(--sub-txt);
}

.single-post_recruit .m-header-001 {
  background: transparent;
}

.m-header-001 + .m-kv-001,
.m-header-001 + .m-kv-002 {
  margin-top: -80px;
}

@media screen and (max-width: 767px) {
  .m-header-001 + .m-kv-001,
  .m-header-001 + .m-kv-002 {
    margin-top: -50px;
  }
}

.m-header-001__logo {
  padding: 4px 40px;
}

@media screen and (max-width: 767px) {
  .m-header-001__logo {
    max-width: 70%;
    padding: 4px 15px;
  }
}

.m-header-001__logo-link-img {
  display: block;
  max-height: 25px;
}

@media screen and (max-width: 767px) {
  .m-header-001__logo-link-img {
    display: none;
    max-height: 16px;
  }
}

.m-header-001__logo-link-img.is-mobile {
  display: none;
}

@media screen and (max-width: 767px) {
  .m-header-001__logo-link-img.is-mobile {
    display: block;
  }
}

.m-header-001__btn-link {
      -ms-flex-pack: center;
  min-height: 80px;
  background: -webkit-gradient(linear, left top, right top, from(var(--primary)), to(var(--primary-bg)));
  background: -webkit-linear-gradient(left, var(--primary) 0%, var(--primary-bg) 100%);
  background: linear-gradient(90deg, var(--primary) 0%, var(--primary-bg) 100%);
  -webkit-box-pack: center;
          justify-content: center;
}

@media screen and (max-width: 767px) {
  .m-header-001__btn-link {
    min-height: 50px;
  }
}

@media screen and (max-width: 767px) {
  .m-header-001__btn-link-txt {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1;
  }
}

.c-module-container > section:nth-of-type(odd) {
  background-color: #fff;
}

.c-headline-001__en {
  font-weight: 400;
}

.m-footer-001 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      -ms-flex-pack: center;
      -ms-flex-align: center;
  height: 80px;
  background-color: transparent;
  color: #9cb2b7;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}

@media screen and (max-width: 767px) {
  .m-footer-001 {
    height: 60px;
  }
}

.m-footer-001::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(var(--primary)), to(var(--primary-bg)));
  background: -webkit-linear-gradient(left, var(--primary) 0%, var(--primary-bg) 100%);
  background: linear-gradient(90deg, var(--primary) 0%, var(--primary-bg) 100%);
  content: "";
  opacity: .4;
}

.m-footer-001__copyright {
  padding: 0;
}

@media screen and (max-width: 767px) {
  .m-footer-001__copyright {
    padding: 0;
  }
}

/* -------------------------------------------
美容師モジュール：特徴
------------------------------------------- */
.m-modulegroup002-003 {
  margin: 0 auto;
  padding: 120px 20px;
  background-color: var(--sub-bg);
}

@media screen and (max-width: 767px) {
  .m-modulegroup002-003 {
    padding: 60px 20px;
  }
}

.m-modulegroup002-003__inner {
  max-width: 1130px;
  margin: 0 auto;
}

.m-modulegroup002-003__headline {
  font-family: var(--font-serif);
  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-cormorant);
  line-height: 1;
  color: var(--primary);
  letter-spacing: .05em;
}

.m-modulegroup002-003__headline-ja {
  display: block;
  margin-top: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  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;
      -ms-flex-pack: center;
  margin: 45px -10px 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
          justify-content: center;
}

@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: #fff;
}

@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: -webkit-gradient(linear, left top, right top, from(var(--primary)), to(var(--primary-bg)));
  background: -webkit-linear-gradient(left, var(--primary) 0%, var(--primary-bg) 100%);
  background: linear-gradient(90deg, var(--primary) 0%, var(--primary-bg) 100%);
  font-family: var(--font-serif);
  font-size: 30px;
  font-size: 3rem;
  line-height: 1;
  color: var(--primary-txt);
  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 {
  max-width: 120px;
  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-family: var(--font-serif);
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: 600;
  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;
  line-height: 1.6;
  text-align: left;
  letter-spacing: .1em;
}

/* -------------------------------------------
美容師モジュール：こんな方を待っています
------------------------------------------- */
.m-modulegroup002-013 {
  overflow: hidden;
  margin: 0 auto;
  padding: 120px 20px 0;
}

@media screen and (max-width: 767px) {
  .m-modulegroup002-013 {
    padding: 60px 20px 0;
  }
}

.m-modulegroup002-013__inner {
  max-width: 1440px;
  margin: 0 auto;
}

.m-modulegroup002-013__headline {
  font-size: 60px;
  font-size: 6rem;
  line-height: 1;
}

.m-modulegroup002-013__headline .img-headline {
  display: block;
  width: 100%;
  height: 81px;
  background-image: url("https://d1k5qq9h33oekz.cloudfront.net/customers/4d6a5579/itszai1/hd_pc.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .m-modulegroup002-013__headline .img-headline {
    height: 48px;
    background-image: url("https://d1k5qq9h33oekz.cloudfront.net/customers/4d6a5579/itszai1/hd_sp.png");
  }
}

@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-cormorant);
  line-height: 1;
  color: var(--primary);
  letter-spacing: .05em;
}

.m-modulegroup002-013__headline-ja {
  display: block;
  margin-top: 10px;
  font-family: var(--font-serif);
  font-size: 16px;
  font-size: 1.6rem;
  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: 1000px;
  margin: 50px auto 0;
  padding: 50px 100px 0;
  background: var(--primary-border);
}

@media screen and (max-width: 767px) {
  .m-modulegroup002-013__container {
    margin-top: 25px;
    padding: 30px 20px 0;
  }
}

.m-modulegroup002-013__txt {
  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-001 {
  margin: 140px auto 0;
  padding: 0 20px;
  background: var(--sub-bg);
}

@media screen and (max-width: 767px) {
  .m-modulegroup002-001 {
    margin-top: 80px;
    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-family: var(--font-serif);
  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-cormorant);
  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;
  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-family: var(--font-serif);
  font-size: 30px;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.5;
  color: var(--primary);
  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 {
  line-height: 1.875;
  letter-spacing: .1em;
}

/* -------------------------------------------
美容師モジュール：コンセプト
------------------------------------------- */
.m-modulegroup002-002 {
  overflow: hidden;
  margin: 0 auto;
  padding: 120px 40px 0;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup002-002 {
    padding: 120px 20px 0;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup002-002 {
    padding: 60px 20px 0;
  }
}

.m-modulegroup002-002__inner {
  max-width: 1280px;
  margin: 0 auto;
}

.m-modulegroup002-002__headline {
  font-family: var(--font-serif);
  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-cormorant);
  line-height: 1;
  color: var(--primary);
  letter-spacing: .05em;
}

.m-modulegroup002-002__headline-ja {
  display: block;
  margin-top: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  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;
      -ms-flex-align: center;
  margin-top: 45px;
  padding: 60px 0;
  background: -webkit-gradient(linear, left top, right top, from(var(--primary)), to(var(--primary-bg)));
  background: -webkit-linear-gradient(left, var(--primary), var(--primary-bg));
  background: linear-gradient(90deg, var(--primary), var(--primary-bg));
  color: var(--primary-txt);
  -webkit-box-align: center;
          align-items: center;
}

@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 #cee5eb;
  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 5%;
  -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: var(--font-serif);
  font-size: 30px;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: .2em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup002-002__ttl {
    font-size: 20px;
    font-size: 2rem;
    letter-spacing: .15em;
  }
}

.m-modulegroup002-002__ttl + .m-modulegroup002-002__txt {
  margin-top: 20px;
}

.m-modulegroup002-002__txt {
  line-height: 1.875;
  text-align: center;
  letter-spacing: .1em;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup002-002__txt {
    text-align: left;
  }
}

/* -------------------------------------------
美容師モジュール：当社について
------------------------------------------- */
.m-modulegroup002-015 {
  overflow: hidden;
  margin: 120px auto;
}

@media screen and (max-width: 767px) {
  .m-modulegroup002-015 {
    margin: 60px auto;
  }
}

.m-modulegroup002-015__headline {
  font-family: var(--font-serif);
  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-cormorant);
  line-height: 1;
  color: var(--primary);
  letter-spacing: .05em;
}

.m-modulegroup002-015__headline-ja {
  display: block;
  margin-top: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: .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: 0 auto;
}

.m-modulegroup002-015__txtarea {
  max-width: 880px;
  margin: 0 auto;
  padding: 0 20px 40px;
}

@media screen and (max-width: 767px) {
  .m-modulegroup002-015__txtarea {
    padding: 0 20px 25px;
  }
}

.m-modulegroup002-015__txtarea-ttl {
  font-family: var(--font-serif);
  font-size: 27px;
  font-size: 2.7rem;
  font-weight: 900;
  color: var(--primary);
  text-align: left;
}

@media screen and (max-width: 767px) {
  .m-modulegroup002-015__txtarea-ttl {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.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-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 {
  line-height: 1;
}

.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: 900;
  color: var(--primary);
  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);
}

@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);
  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 {
  text-align: left;
}

.c-headline-001 {
  font-size: 60px;
  font-size: 6rem;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .c-headline-001 {
    font-size: 34px;
    font-size: 3.4rem;
  }
}

.c-headline-001__en {
  display: block;
  font-family: var(--font-cormorant);
  font-size: 60px;
  font-size: 6rem;
  font-weight: normal;
  line-height: 1;
  color: var(--primary);
  letter-spacing: .05em;
}

@media screen and (max-width: 767px) {
  .c-headline-001__en {
    font-size: 34px;
    font-size: 3.4rem;
  }
}

.c-headline-001__ja {
  display: block;
  margin-top: 10px;
  font-family: var(--font-serif);
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: .15em;
}

@media screen and (max-width: 767px) {
  .c-headline-001__ja {
    margin-top: 5px;
    font-size: 11px;
    font-size: 1.1rem;
  }
}

.m-require-001 {
  padding-top: 0;
}

.m-require-001__detail-ttl {
  background-color: var(--primary-bg);
}

.m-require-001__detail-desc {
  background-color: var(--primary-border);
  font-weight: 500;
}

.m-require-001__detail-desc::before {
  background: transparent;
}

.m-require-001__entry-btn {
  background: -webkit-gradient(linear, left top, right top, from(var(--primary)), to(var(--primary-bg)));
  background: -webkit-linear-gradient(left, var(--primary) 0%, var(--primary-bg) 100%);
  background: linear-gradient(90deg, var(--primary) 0%, var(--primary-bg) 100%);
}

.m-require-001__entry-btn-icon {
  position: relative;
}
/*# sourceMappingURL=maps/custom.css.map */
