@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');

/* -------------------------------------------
共通パッチ
------------------------------------------- */
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: 400;
}

/* -------------------------------------------
ヘッダー
------------------------------------------- */
/* ロゴ */
.m-header-001__logo {
  padding: 23px 21px 22px;
}

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

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

@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: 35px;
}

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

/* -------------------------------------------
モジュール
------------------------------------------- */
/* 大見出し */
.c-headline-001 {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .c-headline-001 {
    margin-bottom: 20px;
  }
}

.c-headline-001 + * {
  padding-top: 0;
  margin-top: 0;
}

.c-headline-001__en {
  font-weight: 400;
/* text-transform: uppercase; */
}

.c-headline-001__ja {
  font-weight: 700;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .c-headline-001__ja {
    font-size: 2rem;
    letter-spacing: .2rem;
  }  
}

@media screen and (max-width: 374px) {
  .c-headline-001__ja {
    font-size: 1.8rem;
    letter-spacing: .1rem;
  }  
}

/* モジュール内見出し */
@media screen and (max-width: 767px) {
  [class$="__headline-txt"],
  [class$="__content-ttl"] {
    font-size: 2rem;
    letter-spacing: .2rem;
  }
}

@media screen and (max-width: 374px) {
  [class$="__headline-txt"],
  [class$="__content-ttl"] {
    font-size: 1.8rem;
    letter-spacing: .1rem;
  }
}

/* -------------------------------------------
歯科衛生士モジュール：当院について
------------------------------------------- */
.m-modulegroup013-011 {
  position: relative;
  padding: 150px 0;
  /* background-color: var(--sub-bg) !important; */
}

@media screen and (max-width: 767px) {
  .m-modulegroup013-011 {
    padding: 100px 0;
  }
}

.m-modulegroup013-011__container {
  position: relative;
  z-index: 1;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 80px;
}

@media screen and (max-width: 1280px) {
  .m-modulegroup013-011__container {
    padding: 0 40px;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup013-011__container {
    padding: 0 30px;
  }
}

.m-modulegroup013-011__headline {
  font-family: var(--font-en);
  font-size: 80px;
  font-size: 8rem;
  font-weight: 400;
  line-height: 1.3;
  color: var(--primary);
  letter-spacing: -1px;
  letter-spacing: -0.1rem;
}

@media screen and (max-width: 767px) {
  .m-modulegroup013-011__headline {
    font-size: 50px;
    font-size: 5rem;
  }
}

.m-modulegroup013-011__headline-sub {
  display: block;
  font-family: var(--font);
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 900;
  letter-spacing: 1px;
  letter-spacing: 0.1rem;
  color: var(--primary-bg);
}

@media screen and (max-width: 767px) {
  .m-modulegroup013-011__headline-sub {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.m-modulegroup013-011__headline-sub::before {
  display: inline-block;
  margin-right: 1.6rem;
  content: "[";
}

.m-modulegroup013-011__headline-sub::after {
  display: inline-block;
  margin-left: 1.6rem;
  content: "]";
}

.m-modulegroup013-011__cnt:not(:first-child) {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .m-modulegroup013-011__cnt:not(:first-child) {
    margin-top: 45px;
  }
}

.m-modulegroup013-011__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      -ms-flex-align: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
          align-items: center;
}

.m-modulegroup013-011__item:not(:last-child) {
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .m-modulegroup013-011__item:not(:last-child) {
    margin-bottom: 50px;
  }
}

.m-modulegroup013-011__figure {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      -ms-flex-order: 1;
  width: 55%;
  padding-bottom: 31.25%;
  -webkit-box-ordinal-group: 2;
          order: 1;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup013-011__figure {
    width: calc(100% + 40px);
    margin-left: -40px;
    padding-bottom: 56.23%;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup013-011__figure {
    width: calc(100% + 30px);
    margin-left: -30px;
  }
}

.m-modulegroup013-011__figure-img-pc, .m-modulegroup013-011__figure-img-sp {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  vertical-align: bottom;
  -o-object-fit: cover;
     object-fit: cover;
}

.m-modulegroup013-011__figure-img-pc {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .m-modulegroup013-011__figure-img-pc {
    display: none;
  }
}

.m-modulegroup013-011__figure-img-sp {
  display: none;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .m-modulegroup013-011__figure-img-sp {
    display: inline;
  }
}

.m-modulegroup013-011__item:nth-child(even) .m-modulegroup013-011__figure {
      -ms-flex-order: 2;
  -webkit-box-ordinal-group: 3;
          order: 2;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup013-011__item:nth-child(even) .m-modulegroup013-011__figure {
        -ms-flex-order: 1;
    margin-right: -40px;
    margin-left: 0;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup013-011__item:nth-child(even) .m-modulegroup013-011__figure {
    margin-right: -30px;
    margin-left: 0;
  }
}

.m-modulegroup013-011__txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-order: 2;
      -ms-flex-pack: center;
  width: 45%;
  text-align: left;
  -webkit-box-ordinal-group: 3;
          order: 2;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: center;
          justify-content: center;
}

.m-modulegroup013-011__txt:not(:first-child) {
  padding: 0 90px 0 80px;
}

@media screen and (max-width: 1280px) {
  .m-modulegroup013-011__txt:not(:first-child) {
    padding: 0 45px 0 40px;
  }
}

@media screen and (max-width: 1024px) {
  .m-modulegroup013-011__txt:not(:first-child) {
    margin-top: 25px;
    padding: 0;
  }
}

@media screen and (max-width: 1024px) {
  .m-modulegroup013-011__txt {
    width: 100%;
  }
}

.m-modulegroup013-011__item:nth-child(even) .m-modulegroup013-011__txt {
      -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
          order: 1;
}

.m-modulegroup013-011__item:nth-child(even) .m-modulegroup013-011__txt:not(:first-child) {
  padding: 0 80px 0 90px;
}

@media screen and (max-width: 1280px) {
  .m-modulegroup013-011__item:nth-child(even) .m-modulegroup013-011__txt:not(:first-child) {
    padding: 0 40px 0 45px;
  }
}

@media screen and (max-width: 1024px) {
  .m-modulegroup013-011__item:nth-child(even) .m-modulegroup013-011__txt:not(:first-child) {
    margin-top: 25px;
    padding: 0;
  }
}

@media screen and (max-width: 1024px) {
  .m-modulegroup013-011__item:nth-child(even) .m-modulegroup013-011__txt {
        -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
}

.m-modulegroup013-011__label {
  position: relative;
  padding-left: 65px;
  font-family: var(--font-en);
  color: var(--primary-bg);
  letter-spacing: 1px;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 767px) {
  .m-modulegroup013-011__label {
    padding-left: 30px;
    font-size: 11px;
    font-size: 1.1rem;
  }
}

.m-modulegroup013-011__label::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 50px;
  height: 1px;
  background-color: var(--primary-bg);
  content: "";
}

@media screen and (max-width: 767px) {
  .m-modulegroup013-011__label::before {
    width: 25px;
  }
}

.m-modulegroup013-011__ttl {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 900;
  color: var(--primary-bg);
  letter-spacing: 1px;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 767px) {
  .m-modulegroup013-011__ttl {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.m-modulegroup013-011__ttl:not(:first-child) {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .m-modulegroup013-011__ttl:not(:first-child) {
    margin-top: 15px;
  }
}

.m-modulegroup013-011__desc {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2;
  color: var(--sub-txt);
  letter-spacing: 1px;
  letter-spacing: 0.1rem;
}

.m-modulegroup013-011__desc:not(:first-child) {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .m-modulegroup013-011__desc:not(:first-child) {
    margin-top: 15px;
  }
}

/* -------------------------------------------
歯科衛生士リデザインモジュール：当院の特徴（タブ）
------------------------------------------- */
.m-modulegroup013-015 {
  width: 100%;
  padding: 0;
}

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

.m-modulegroup013-015__container {
  z-index: 1;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 80px;
}

@media screen and (max-width: 1280px) {
  .m-modulegroup013-015__container {
    padding: 0 40px;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup013-015__container {
    padding: 0 30px;
  }
}

.m-modulegroup013-015__headline {
  font-family: var(--font-en);
  font-size: 80px;
  font-size: 8rem;
  font-weight: 400;
  line-height: 1.3;
  color: var(--primary);
  text-align: left;
  letter-spacing: -1px;
  letter-spacing: -0.1rem;
}

@media screen and (max-width: 767px) {
  .m-modulegroup013-015__headline {
    font-size: 50px;
    font-size: 5rem;
  }
}

.m-modulegroup013-015__headline-sub {
  display: block;
  font-family: var(--font);
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 900;
  letter-spacing: 1px;
  letter-spacing: 0.1rem;
  color: var(--primary-bg);
}

@media screen and (max-width: 767px) {
  .m-modulegroup013-015__headline-sub {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.m-modulegroup013-015__headline-sub::before {
  display: inline-block;
  margin-right: 1.6rem;
  content: "[";
}

.m-modulegroup013-015__headline-sub::after {
  display: inline-block;
  margin-left: 1.6rem;
  content: "]";
}

.m-modulegroup013-015__cnt {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 150px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .m-modulegroup013-015__cnt {
    padding-bottom: 100px;
  }
}

.m-modulegroup013-015__cnt:not(:first-child) {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .m-modulegroup013-015__cnt:not(:first-child) {
    margin-top: 45px;
  }
}

.m-modulegroup013-015__cnt::before {
  position: absolute;
  top: 120px;
  bottom: 0;
  left: calc((-100vw + 1440px - 160px) / 2);
  width: 80vw;
  background-color: var(--sub-bg);
  content: "";
}

@media screen and (max-width: 1439px) {
  .m-modulegroup013-015__cnt::before {
    left: -80px;
  }
}

@media screen and (max-width: 1280px) {
  .m-modulegroup013-015__cnt::before {
    top: 90px;
    left: -40px;
  }
}

.m-modulegroup013-015__list {
  position: relative;
  width: 75%;
}

@media screen and (max-width: 767px) {
  .m-modulegroup013-015__list {
    width: 100%;
  }
}

.m-modulegroup013-015__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-order: 2;
      -ms-flex-pack: center;
      -ms-flex-align: start;
  width: 25%;
  padding-left: 80px;
  -webkit-box-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-ordinal-group: 3;
          order: 2;
}

@media screen and (max-width: 1280px) {
  .m-modulegroup013-015__btn {
    padding-left: 40px;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup013-015__btn {
    display: none;
  }
}

.m-modulegroup013-015__btn-item {
  position: relative;
  padding-left: 20px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 900;
  color: #acacac;
  text-align: left;
  letter-spacing: 1px;
  letter-spacing: 0.1rem;
  cursor: pointer;
}

.m-modulegroup013-015__btn-item:not(:last-child) {
  margin-bottom: 15px;
}

.m-modulegroup013-015__btn-item.is-active {
  color: var(--primary-bg);
}

.m-modulegroup013-015__btn-item.is-active::before {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--primary-bg);
  content: "●";
}

.m-modulegroup013-015__item {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-order: 1;
      -ms-flex-pack: stretch;
  width: 100%;
  min-height: 0%;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
  -webkit-box-ordinal-group: 2;
          order: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: stretch;
          justify-content: stretch;
}

@media screen and (max-width: 767px) {
  .m-modulegroup013-015__item {
    position: relative;
    pointer-events: initial;
    opacity: 1;
  }
  .m-modulegroup013-015__item:not(:last-child) {
    margin-bottom: 50px;
  }
}

.m-modulegroup013-015__item.is-active {
  position: relative;
  z-index: 1;
  pointer-events: initial;
  opacity: 1;
}

.m-modulegroup013-015__figure {
  position: relative;
  min-height: 0%;
  padding-bottom: 56.25%;
}

@media screen and (max-width: 767px) {
  .m-modulegroup013-015__figure {
    padding-bottom: 56.34%;
  }
}

.m-modulegroup013-015__figure-img-pc, .m-modulegroup013-015__figure-img-sp {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  vertical-align: bottom;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 767px) {
  .m-modulegroup013-015__figure-img-pc {
    display: none;
  }
}

.m-modulegroup013-015__figure-img-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .m-modulegroup013-015__figure-img-sp {
    display: inline;
  }
}

.m-modulegroup013-015__ttl {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 900;
  color: var(--primary-bg);
  text-align: left;
  letter-spacing: 1px;
  letter-spacing: 0.1rem;
}

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

.m-modulegroup013-015__ttl:not(:first-child) {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .m-modulegroup013-015__ttl:not(:first-child) {
    margin-top: 25px;
  }
}

.m-modulegroup013-015__desc {
  line-height: 2;
  color: var(--sub-txt);
  text-align: left;
  letter-spacing: 1px;
  letter-spacing: 0.1rem;
}

.m-modulegroup013-015__desc:not(:first-child) {
  margin-top: 10px;
}

/* -------------------------------------------
歯科衛生士モジュールリデザイン：当院について（スライダー）
------------------------------------------- */
.m-modulegroup013-012 {
  position: relative;
  overflow-x: hidden;
  width: 100%;
  padding: 150px 0;
}

@media screen and (max-width: 767px) {
  .m-modulegroup013-012 {
    padding: 100px 0;
  }
}

.m-modulegroup013-012__container {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      -ms-flex-pack: justify;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 80px;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 1280px) {
  .m-modulegroup013-012__container {
    padding: 0 40px;
  }
}

.m-modulegroup013-012__headline {
  max-width: 1440px;
  padding-right: 80px;
  font-family: var(--font-en);
  font-size: 80px;
  font-size: 8rem;
  font-weight: 400;
  line-height: 1.3;
  color: var(--primary);
  text-align: left;
  letter-spacing: -1px;
  letter-spacing: -0.1rem;
}

@media screen and (max-width: 1280px) {
  .m-modulegroup013-012__headline {
    padding-right: 40px;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup013-012__headline {
    font-size: 50px;
    font-size: 5rem;
  }
}

.m-modulegroup013-012__headline-sub {
  display: block;
  font-family: var(--font);
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 900;
  letter-spacing: 1px;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 767px) {
  .m-modulegroup013-012__headline-sub {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.m-modulegroup013-012__headline-sub::before {
  display: inline-block;
  margin-right: 1.6rem;
  content: "[";
}

.m-modulegroup013-012__headline-sub::after {
  display: inline-block;
  margin-left: 1.6rem;
  content: "]";
}

.m-modulegroup013-012__txt {
  text-align: left;
}

.m-modulegroup013-012__txt:not(:first-child) {
  width: 49%;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup013-012__txt:not(:first-child) {
    width: 100%;
    margin-top: 70px;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup013-012__txt:not(:first-child) {
    margin-top: 40px;
  }
}

.m-modulegroup013-012__ttl {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 900;
  color: var(--primary);
  letter-spacing: 1px;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 767px) {
  .m-modulegroup013-012__ttl {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.m-modulegroup013-012__desc {
  color: var(--sub-txt);
  letter-spacing: 1px;
  letter-spacing: 0.1rem;
}

.m-modulegroup013-012__desc:not(:first-child) {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .m-modulegroup013-012__desc:not(:first-child) {
    margin-top: 20px;
  }
}

.m-modulegroup013-012__cnt:not(:first-child) {
  margin-top: 90px;
}

@media screen and (max-width: 767px) {
  .m-modulegroup013-012__cnt:not(:first-child) {
    margin-top: 75px;
  }
}

.m-modulegroup013-012__list {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.m-modulegroup013-012__item {
  width: auto !important;
  height: 360px;
}

@media screen and (max-width: 767px) {
  .m-modulegroup013-012__item {
    height: 240px;
  }
}

.m-modulegroup013-012__figure {
  height: 100%;
}

.m-modulegroup013-012__figure:not(:first-child) {
  margin-top: 40px;
}

.m-modulegroup013-012__figure-img-pc {
  height: 100%;
  vertical-align: bottom;
}

@media screen and (max-width: 767px) {
  .m-modulegroup013-012__figure-img-pc {
    display: none;
  }
}

.m-modulegroup013-012__figure-img-sp {
  display: none;
  height: 100%;
  vertical-align: bottom;
}

@media screen and (max-width: 767px) {
  .m-modulegroup013-012__figure-img-sp {
    display: inline;
  }
}
/* -------------------------------------------
募集要項
------------------------------------------- */
div[class^="m-require-"][class$="__detail-row"] {
  border-color: var(--primary-border);
}

div[class^="m-require-"][class$="__detail-ttl"] {
  font-weight: 700;
  color: var(--primary);
  background: var(--primary-border);
}

div[class^="m-require-"][class$="__detail-desc"] {
  font-weight: 400;
  background: #f2f2f2;
  color: var(--primary);
}

.m-require-001{
  background: transparent !important;
  padding: 0 0 150px;
}

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

.m-require-001 .c-headline-001 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  margin: 0 0 60px;
  line-height: 1.3;
  color: var(--primary);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .m-require-001 .c-headline-001 {
    margin: 0 0 25px;
  }
}

.m-require-001 .c-headline-001__en {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      -ms-flex-order: 2;
  font-family: var(--font-en);
  font-size: 80px;
  font-size: 8rem;
  font-weight: 400;
  letter-spacing: -1px;
  letter-spacing: -0.1rem;
  -webkit-box-ordinal-group: 3;
          order: 2;
}

@media screen and (max-width: 767px) {
  .m-require-001 .c-headline-001__en {
    font-size: 50px;
    font-size: 5rem;
  }
}

.m-require-001 .c-headline-001__ja {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-order: 1;
  font-family: var(--font);
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 900;
  letter-spacing: 1px;
  letter-spacing: 0.1rem;
  -webkit-box-ordinal-group: 2;
  order: 1;
  color: var(--primary-bg);
}

@media screen and (max-width: 767px) {
  .m-require-001 .c-headline-001__ja {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.m-require-001 .c-headline-001__ja::before {
  display: inline-block;
  margin-right: 1.6rem;
  content: "[";
}

.m-require-001 .c-headline-001__ja::after {
  display: inline-block;
  margin-left: 1.6rem;
  content: "]";
}

.m-require-001__detail-desc::before{
  opacity: 0;
}

.m-require-001__entry-btn-icon{
  position: relative;
}

/* -------------------------------------------
フッター
------------------------------------------- */
.m-footer-001 {
  color: var(--sub-txt);
  background: #f2f2f2;
}

/* コピーライト */
.m-footer-001__copyright {
  padding: 30px 0;
  font-family: inherit;
}

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