@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@600&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;700&display=swap');
:root {
    --font: 'Noto Serif JP', serif;
    --font-en: 'Cormorant', 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: calc(100% - 100px);
  }
}

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

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

@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;
  }
}

/* 募集要項 */
div[class^="m-require-"][class$="__detail-row"] {
  border-color: var(--primary-border);
}

div[class^="m-require-"][class$="__detail-ttl"] {
  font-weight: 700;
/* color: var(--sub-txt); */
}

div[class^="m-require-"][class$="__detail-desc"] {
  font-weight: 500;
}

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

@media screen and (max-width: 767px) {
  .m-footer-001__copyright {
    padding: 20px 0;
  }
}
/* -------------------------------------------
歯科衛生士モジュール：メッセージ
------------------------------------------- */
.m-modulegroup006-001 {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  padding: 100px 20px;
  color: var(--primary-txt, #ffffff);
}

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

.m-modulegroup006-001__figure {
  max-width: 1280px;
  margin: 0 auto -90px;
  line-height: 0;
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-001__figure {
    margin-bottom: -30px;
  }
}

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

.m-modulegroup006-001__figure-img-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-001__figure-img-sp {
    display: block;
  }
}

.m-modulegroup006-001__figure + .m-modulegroup006-001__container {
  padding: 150px 70px 88px;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup006-001__figure + .m-modulegroup006-001__container {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-001__figure + .m-modulegroup006-001__container {
    padding: 48px 20px 25px;
  }
}

.m-modulegroup006-001__container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 88px 70px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup006-001__container {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-001__container {
    width: calc(100% - 20px);
    padding: 25px 20px;
  }
}

.m-modulegroup006-001__container::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--primary, #04a1af);
  content: "";
  opacity: .25;
}

.m-modulegroup006-001__headline {
  position: relative;
  z-index: 1;
  padding-right: 30px;
  font-family: var(--font-en, "Josefin Sans", "Noto Sans JP", Arial, Helvetica, sans-serif);
  font-size: 50px;
  font-size: 5rem;
  line-height: 1.4;
  color: var(--primary-txt, #ffffff);
  text-align: left;
  letter-spacing: 10px;
  letter-spacing: 1rem;
  word-break: normal;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-001__headline {
    font-size: 30px;
    font-size: 3rem;
    letter-spacing: 4px;
    letter-spacing: 0.4rem;
  }
}

.m-modulegroup006-001__headline-sub {
  position: relative;
  display: block;
  margin-top: 6px;
  padding-left: 75px;
  font-family: var(--font, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif);
  font-size: 20px;
  font-size: 1.8rem;
  line-height: 1.6;
  letter-spacing: 4px;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-001__headline-sub {
    margin-top: 0;
    padding-left: 42px;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 2px;
    letter-spacing: 0.2rem;
  }
}

.m-modulegroup006-001__headline-sub::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 55px;
  height: 1px;
  background: var(--primary-txt, #ffffff);
  content: "";
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-001__headline-sub::before {
    width: 30px;
  }
}

.m-modulegroup006-001__cnt {
  position: relative;
  z-index: 1;
  padding-top: 12px;
  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: 1024px) {
  .m-modulegroup006-001__cnt {
    padding-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-001__cnt {
    padding-top: 20px;
  }
}

.m-modulegroup006-001__txt {
  letter-spacing: 5px;
  letter-spacing: 0.5rem;
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-001__txt {
    letter-spacing: 2px;
    letter-spacing: 0.2rem;
  }
}
/* -------------------------------------------
歯科衛生士モジュール：メッセージ（モジュールタイトルなし）
------------------------------------------- */
.m-modulegroup006-010 {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  padding: 90px 20px;
  color: var(--primary-txt, #ffffff);
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-010 {
    padding: 50px 20px;
  }
}

.m-modulegroup006-010__container {
  position: relative;
  z-index: 1;
  max-width: 1280px;
  margin: 0 auto;
}

.m-modulegroup006-010__cnt {
  position: relative;
  width: 100%;
  max-width: 640px;
  margin: 0 0 0 auto;
  padding: 90px;
  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;
  letter-spacing: 5px;
  letter-spacing: 0.5rem;
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-010__cnt {
    padding: 35px 20px 25px;
    letter-spacing: 2px;
    letter-spacing: 0.2rem;
  }
}

.m-modulegroup006-010__cnt::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--primary, #04a1af);
  content: "";
  opacity: .4;
}

.m-modulegroup006-010__ttl {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.6;
  color: var(--sub-txt, #000000);
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-010__ttl {
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 3px;
    letter-spacing: 0.3rem;
  }
}

.m-modulegroup006-010__ttl + .m-modulegroup006-010__txt {
  padding-top: 45px;
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-010__ttl + .m-modulegroup006-010__txt {
    padding-top: 25px;
  }
}

.m-modulegroup006-010__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.m-modulegroup006-010__bg-img-pc {
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-010__bg-img-pc {
    display: none;
  }
}

.m-modulegroup006-010__bg-img-sp {
  display: none;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-010__bg-img-sp {
    display: block;
  }
}
/* -------------------------------------------
歯科衛生士モジュール：施設紹介
------------------------------------------- */
.m-modulegroup006-003 {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  padding: 100px 20px 115px;
  color: var(--primary-txt, #ffffff);
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-003 {
    padding: 40px 40px 42px;
  }
}

.m-modulegroup006-003__container {
  position: relative;
  z-index: 1;
  max-width: 1280px;
  margin: 0 auto;
}

.m-modulegroup006-003__headline {
  position: relative;
  z-index: 1;
  font-family: var(--font-en, "Josefin Sans", "Noto Sans JP", Arial, Helvetica, sans-serif);
  font-size: 50px;
  font-size: 5rem;
  line-height: 1.4;
  color: var(--primary-txt, #ffffff);
  text-align: left;
  letter-spacing: 10px;
  letter-spacing: 1rem;
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-003__headline {
    font-size: 30px;
    font-size: 3rem;
    letter-spacing: 4px;
    letter-spacing: 0.4rem;
  }
}

.m-modulegroup006-003__headline-sub {
  position: relative;
  display: block;
  margin-top: 6px;
  padding-left: 75px;
  font-family: var(--font, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif);
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 4px;
  letter-spacing: 0.4rem;
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-003__headline-sub {
    margin-top: 0;
    padding-left: 42px;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 2px;
    letter-spacing: 0.2rem;
  }
}

.m-modulegroup006-003__headline-sub::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 55px;
  height: 1px;
  background: var(--primary-txt, #ffffff);
  content: "";
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-003__headline-sub::before {
    width: 30px;
  }
}

.m-modulegroup006-003__cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      -ms-flex-pack: center;
  margin-left: -70px;
  padding-top: 72px;
  text-align: left;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
          justify-content: center;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup006-003__cnt {
    max-width: 60%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-003__cnt {
    max-width: 100%;
    padding-top: 36px;
  }
}

.m-modulegroup006-003__item {
  width: 33.333%;
  max-width: 33.333%;
  padding-left: 70px;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup006-003__item {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
  }
}

.m-modulegroup006-003__item:nth-child(n + 4) {
  margin-top: 70px;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup006-003__item + .m-modulegroup006-003__item {
    margin-top: 70px;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-003__item + .m-modulegroup006-003__item {
    margin-top: 30px;
  }
}

.m-modulegroup006-003__figure {
  line-height: 0;
  text-align: center;
}

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

.m-modulegroup006-003__figure-img-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-003__figure-img-sp {
    display: block;
  }
}

.m-modulegroup006-003__ttl {
  position: relative;
  padding: 25px 0 15px;
  font-family: var(--font-sans, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif);
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.6;
  color: var(--sub-txt, #000000);
  letter-spacing: 5px;
  letter-spacing: 0.5rem;
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-003__ttl {
    padding: 15px 0;
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 3px;
    letter-spacing: 0.3rem;
  }
}

.m-modulegroup006-003__ttl::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-image: -webkit-radial-gradient(var(--sub-txt, #000000) 10%, transparent 20%);
  background-image: radial-gradient(var(--sub-txt, #000000) 10%, transparent 20%);
  background-size: 8px 8px;
  content: "";
}

.m-modulegroup006-003__txt {
  padding-top: 20px;
  font-family: var(--font-sans, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif);
  letter-spacing: 5px;
  letter-spacing: 0.5rem;
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-003__txt {
    padding-top: 10px;
    letter-spacing: 2px;
    letter-spacing: 0.2rem;
  }
}

.m-modulegroup006-003__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 475px;
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-003__bg {
    height: 262px;
  }
}

.m-modulegroup006-003__bg-img-pc {
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-003__bg-img-pc {
    display: none;
  }
}

.m-modulegroup006-003__bg-img-sp {
  display: none;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-003__bg-img-sp {
    display: block;
  }
}
/* -------------------------------------------
歯科衛生士モジュール：当院について
------------------------------------------- */
.m-modulegroup006-011 {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  padding: 100px 20px 115px;
  color: var(--primary-txt, #ffffff);
}

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

.m-modulegroup006-011__container {
  max-width: 1000px;
  margin: 0 auto;
}

.m-modulegroup006-011__headline {
  position: relative;
  z-index: 1;
  font-family: var(--font-en, "Josefin Sans", "Noto Sans JP", Arial, Helvetica, sans-serif);
  font-size: 50px;
  font-size: 5rem;
  line-height: 1.4;
  color: var(--primary-txt, #ffffff);
  text-align: left;
  letter-spacing: 10px;
  letter-spacing: 1rem;
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-011__headline {
    padding: 0 20px;
    font-size: 30px;
    font-size: 3rem;
    letter-spacing: 4px;
    letter-spacing: 0.4rem;
  }
}

.m-modulegroup006-011__headline-sub {
  position: relative;
  display: block;
  margin-top: 6px;
  padding-left: 75px;
  font-family: var(--font, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif);
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 4px;
  letter-spacing: 0.4rem;
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-011__headline-sub {
    margin-top: 0;
    padding-left: 42px;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 2px;
    letter-spacing: 0.2rem;
  }
}

.m-modulegroup006-011__headline-sub::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 55px;
  height: 1px;
  background: var(--primary-txt, #ffffff);
  content: "";
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-011__headline-sub::before {
    width: 30px;
  }
}

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

.m-modulegroup006-011__item {
  position: relative;
  margin-top: 35px;
  padding: 0 0 40px;
  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;
  letter-spacing: 2px;
  letter-spacing: 0.2rem;
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-011__item {
    margin-top: 30px;
    padding: 0 0 20px;
  }
}

.m-modulegroup006-011__item::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-image: -webkit-radial-gradient(var(--sub-txt, #000000) 10%, transparent 20%);
  background-image: radial-gradient(var(--sub-txt, #000000) 10%, transparent 20%);
  background-size: 8px 8px;
  content: "";
}

.m-modulegroup006-011__item + .m-modulegroup006-011__item {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-011__item + .m-modulegroup006-011__item {
    margin-top: 40px;
  }
}

.m-modulegroup006-011__ttl {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.6;
  color: var(--sub-txt, #000000);
}

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

.m-modulegroup006-011__figure {
  width: 100%;
  margin-top: 30px;
  line-height: 0;
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-011__figure {
    margin-top: 15px;
  }
}

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

.m-modulegroup006-011__figure-img-sp {
  display: none;
}

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

.m-modulegroup006-011__ttl_sub {
  margin-top: 30px;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.6;
  color: var(--sub-txt, #000000);
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-011__ttl_sub {
    margin-top: 15px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.m-modulegroup006-011__txt {
  margin-top: 16px;
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-011__txt {
    margin-top: 12px;
  }
}
/* -------------------------------------------
歯科衛生士モジュール：当院について（スライダー）
------------------------------------------- */
.m-modulegroup006-012 {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  color: var(--primary-txt, #ffffff);
}

.m-modulegroup006-012__container {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
}

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

.m-modulegroup006-012__headline {
  position: relative;
  z-index: 1;
  font-family: var(--font-en, "Josefin Sans", "Noto Sans JP", Arial, Helvetica, sans-serif);
  font-size: 50px;
  font-size: 5rem;
  line-height: 1.4;
  color: var(--primary-txt, #ffffff);
  text-align: left;
  letter-spacing: 10px;
  letter-spacing: 1rem;
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-012__headline {
    font-size: 30px;
    font-size: 3rem;
    letter-spacing: 4px;
    letter-spacing: 0.4rem;
  }
}

.m-modulegroup006-012__headline-sub {
  position: relative;
  display: block;
  margin-top: 6px;
  padding-left: 75px;
  font-family: var(--font, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif);
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 4px;
  letter-spacing: 0.4rem;
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-012__headline-sub {
    margin-top: 0;
    padding-left: 42px;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 2px;
    letter-spacing: 0.2rem;
  }
}

.m-modulegroup006-012__headline-sub::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 55px;
  height: 1px;
  background: var(--primary-txt, #ffffff);
  content: "";
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-012__headline-sub::before {
    width: 30px;
  }
}

.m-modulegroup006-012__txtbox {
  margin-top: 35px;
  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;
  letter-spacing: 2px;
  letter-spacing: 0.2rem;
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-012__txtbox {
    margin-top: 30px;
  }
}

.m-modulegroup006-012__ttl {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.6;
  color: var(--sub-txt, #000000);
}

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

.m-modulegroup006-012__ttl + .m-modulegroup006-012__txt {
  margin-top: 16px;
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-012__ttl + .m-modulegroup006-012__txt {
    margin-top: 12px;
  }
}

.m-modulegroup006-012__cnt {
  margin-top: 40px;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-012__cnt {
    margin-top: 20px;
  }
}

.m-modulegroup006-012__item:only-child {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
}

.m-modulegroup006-012__figure {
  width: 100%;
  line-height: 0;
}

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

.m-modulegroup006-012__figure-img-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-012__figure-img-sp {
    display: block;
  }
}
/* -------------------------------------------
歯科衛生士モジュール：当院の特徴（スライダー）
------------------------------------------- */
.m-modulegroup006-014 {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  padding: 100px 0 115px;
  color: var(--primary-txt, #ffffff);
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-014 {
    padding: 40px 0 42px;
  }
}

.m-modulegroup006-014__container {
  max-width: 1040px;
  margin: 0 auto;
  margin-bottom: 74px;
  padding: 0 20px;
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-014__container {
    margin-bottom: 36px;
    padding: 0 20px;
  }
}

.m-modulegroup006-014__headline {
  position: relative;
  z-index: 1;
  font-family: var(--font-en, "Josefin Sans", "Noto Sans JP", Arial, Helvetica, sans-serif);
  font-size: 50px;
  font-size: 5rem;
  line-height: 1.4;
  color: var(--primary-txt, #ffffff);
  text-align: left;
  letter-spacing: 10px;
  letter-spacing: 1rem;
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-014__headline {
    font-size: 30px;
    font-size: 3rem;
    letter-spacing: 4px;
    letter-spacing: 0.4rem;
  }
}

.m-modulegroup006-014__headline-sub {
  position: relative;
  display: block;
  margin-top: 6px;
  padding-left: 75px;
  font-family: var(--font, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif);
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 4px;
  letter-spacing: 0.4rem;
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-014__headline-sub {
    margin-top: 0;
    padding-left: 42px;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 2px;
    letter-spacing: 0.2rem;
  }
}

.m-modulegroup006-014__headline-sub::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 55px;
  height: 1px;
  background: var(--primary-txt, #ffffff);
  content: "";
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-014__headline-sub::before {
    width: 30px;
  }
}

.m-modulegroup006-014__item {
  height: auto;
  padding: 25px;
  border-top: 2px solid var(--primary-txt, #ffffff);
  background: var(--primary-border, #04a1af);
  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;
  letter-spacing: 2px;
  letter-spacing: 0.2rem;
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-014__item {
    padding: 20px;
  }
}

.m-modulegroup006-014__item:only-child {
  max-width: 1000px;
  margin: 0 auto;
}

.m-modulegroup006-014__figure {
  width: 100%;
  line-height: 0;
}

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

.m-modulegroup006-014__figure-img-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-014__figure-img-sp {
    display: block;
  }
}

.m-modulegroup006-014__item-inner {
  position: relative;
  margin-top: 25px;
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-014__item-inner {
    margin-top: 15px;
  }
}

.m-modulegroup006-014__num {
  position: absolute;
  top: -107px;
  left: -20px;
  font-family: var(--font, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif);
  font-size: 100px;
  font-size: 10rem;
  font-weight: 700;
  line-height: 1;
  color: var(--sub-txt, #000000);
  letter-spacing: 1px;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-014__num {
    top: -56px;
    left: -10px;
    font-size: 50px;
    font-size: 5rem;
  }
}

.m-modulegroup006-014__ttl {
  position: relative;
  padding-bottom: 20px;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.6;
  color: var(--sub-txt, #000000);
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-014__ttl {
    padding-bottom: 15px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.m-modulegroup006-014__ttl::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-image: -webkit-radial-gradient(var(--primary, #000000) 10%, transparent 20%);
  background-image: radial-gradient(var(--primary, #000000) 10%, transparent 20%);
  background-size: 8px 8px;
  content: "";
}

.m-modulegroup006-014__ttl + .m-modulegroup006-014__txt {
  margin-top: 16px;
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-014__ttl + .m-modulegroup006-014__txt {
    margin-top: 12px;
  }
}

.m-modulegroup006-014 .swiper-button-prev, .m-modulegroup006-014 .swiper-button-next {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: 0;
  background-color: var(--primary-txt, #ffffff);
  background-size: 23px auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-014 .swiper-button-prev, .m-modulegroup006-014 .swiper-button-next {
    width: 30px;
    height: 30px;
    background-size: 12px auto;
  }
}

.m-modulegroup006-014 .swiper-button-prev {
  left: 43px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0NiIgaGVpZ2h0PSI1MyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBmaWxsPSIjRkZGIiBkPSJNNDQgNTIgMSAyN2wxLTEgNDMgMjUtMSAxWiIvPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgZmlsbD0iI0ZGRiIgZD0iTTQ1IDIgMiAyN2wtMS0xTDQ0IDFsMSAxWiIvPjwvc3ZnPg==");
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-014 .swiper-button-prev {
    left: 20px;
  }
}

.m-modulegroup006-014 .swiper-button-next {
  right: 43px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0NiIgaGVpZ2h0PSI1MyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBmaWxsPSIjRkZGIiBkPSJtMiAxIDQzIDI1LTEgMUwxIDJsMS0xWiIvPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgZmlsbD0iI0ZGRiIgZD0ibTEgNTEgNDMtMjUgMSAxTDIgNTJsLTEtMVoiLz48L3N2Zz4=");
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-014 .swiper-button-next {
    right: 20px;
  }
}
/* -------------------------------------------
歯科衛生士モジュール：当院の特徴（タブ）
------------------------------------------- */
.m-modulegroup006-015 {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  padding: 100px 20px 115px;
  color: var(--primary-txt, #ffffff);
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-015 {
    padding: 40px 20px 42px;
  }
}

.m-modulegroup006-015__container {
  max-width: 1000px;
  margin: 0 auto;
}

.m-modulegroup006-015__headline {
  position: relative;
  z-index: 1;
  font-family: var(--font-en, "Josefin Sans", "Noto Sans JP", Arial, Helvetica, sans-serif);
  font-size: 50px;
  font-size: 5rem;
  line-height: 1.4;
  color: var(--primary-txt, #ffffff);
  text-align: left;
  letter-spacing: 10px;
  letter-spacing: 1rem;
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-015__headline {
    font-size: 30px;
    font-size: 3rem;
    letter-spacing: 4px;
    letter-spacing: 0.4rem;
  }
}

.m-modulegroup006-015__headline-sub {
  position: relative;
  display: block;
  margin-top: 6px;
  padding-left: 75px;
  font-family: var(--font, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif);
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 4px;
  letter-spacing: 0.4rem;
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-015__headline-sub {
    margin-top: 0;
    padding-left: 42px;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 2px;
    letter-spacing: 0.2rem;
  }
}

.m-modulegroup006-015__headline-sub::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 55px;
  height: 1px;
  background: var(--primary-txt, #ffffff);
  content: "";
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-015__headline-sub::before {
    width: 30px;
  }
}

.m-modulegroup006-015__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 45px;
  border-top: 2px solid var(--primary-txt, #ffffff);
  border-left: 2px solid var(--primary-txt, #ffffff);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-015__btn {
    margin-top: 30px;
  }
}

.m-modulegroup006-015__btn-item {
  width: 50%;
  padding: 15px;
  border-right: 2px solid var(--primary-txt, #ffffff);
  border-bottom: 2px solid var(--primary-txt, #ffffff);
  font-size: 20px;
  font-size: 2rem;
  color: var(--primary-txt, #ffffff);
  letter-spacing: 2px;
  letter-spacing: 0.2rem;
  cursor: pointer;
  -webkit-transition: background .3s ease;
  transition: background .3s ease;
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-015__btn-item {
    width: 100%;
    padding: 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.m-modulegroup006-015__btn-item.is-active {
  background: var(--primary-txt, #ffffff);
  color: #fff;
}

.m-modulegroup006-015__cnt {
  position: relative;
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-015__cnt {
    margin-top: 25px;
  }
}

.m-modulegroup006-015__item {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  padding: 30px 25px;
  border-top: 2px solid var(--primary-txt, #ffffff);
  background: var(--primary-border, #04a1af);
  text-align: left;
  letter-spacing: 2px;
  letter-spacing: 0.2rem;
  opacity: 0;
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-015__item {
    padding: 20px;
  }
}

.m-modulegroup006-015__item.is-active {
  position: relative;
  z-index: 1;
  opacity: 1;
}

.m-modulegroup006-015__ttl {
  font-size: 35px;
  font-size: 3.5rem;
  line-height: 1.4;
  color: var(--sub-txt, #000000);
}

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

.m-modulegroup006-015__figure {
  width: 100%;
  margin-top: 30px;
  line-height: 0;
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-015__figure {
    margin-top: 20px;
  }
}

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

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

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

.m-modulegroup006-015__txt {
  margin-top: 16px;
  font-family: var(--font-sans, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif);
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-015__txt {
    margin-top: 12px;
  }
}
/* -------------------------------------------
歯科衛生士モジュール：福利厚生
------------------------------------------- */
.m-modulegroup006-005 {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  padding: 100px 20px 115px;
  color: var(--primary-txt, #ffffff);
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-005 {
    padding: 40px 0 42px;
  }
}

.m-modulegroup006-005__container {
  max-width: 1000px;
  margin: 0 auto;
}

.m-modulegroup006-005__headline {
  position: relative;
  z-index: 1;
  font-family: var(--font-en, "Josefin Sans", "Noto Sans JP", Arial, Helvetica, sans-serif);
  font-size: 50px;
  font-size: 5rem;
  line-height: 1.4;
  color: var(--primary-txt, #ffffff);
  text-align: left;
  letter-spacing: 10px;
  letter-spacing: 1rem;
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-005__headline {
    padding: 0 20px;
    font-size: 30px;
    font-size: 3rem;
    letter-spacing: 4px;
    letter-spacing: 0.4rem;
  }
}

.m-modulegroup006-005__headline-sub {
  position: relative;
  display: block;
  margin-top: 6px;
  padding-left: 75px;
  font-family: var(--font, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif);
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 4px;
  letter-spacing: 0.4rem;
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-005__headline-sub {
    margin-top: 0;
    padding-left: 42px;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 2px;
    letter-spacing: 0.2rem;
  }
}

.m-modulegroup006-005__headline-sub::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 55px;
  height: 1px;
  background: var(--primary-txt, #ffffff);
  content: "";
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-005__headline-sub::before {
    width: 30px;
  }
}

.m-modulegroup006-005__figure {
  width: 100%;
  margin-top: 74px;
  line-height: 0;
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-005__figure {
    margin-top: 36px;
  }
}

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

.m-modulegroup006-005__figure-img-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-005__figure-img-sp {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-005__cnt {
    padding: 0 20px;
  }
}

.m-modulegroup006-005__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      -ms-flex-align: start;
  padding: 74px 50px 66px 30px;
  -webkit-box-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-005__item {
    display: block;
    padding: 36px 0 22px;
  }
}

.m-modulegroup006-005__item + .m-modulegroup006-005__item::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-image: -webkit-radial-gradient(var(--primary, #000000) 10%, transparent 20%);
  background-image: radial-gradient(var(--primary, #000000) 10%, transparent 20%);
  background-size: 8px 8px;
  content: "";
}

.m-modulegroup006-005__item:last-child {
  padding-bottom: 0;
}

.m-modulegroup006-005__txtbox {
  width: 100%;
  padding-left: 25px;
  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;
  letter-spacing: 5px;
  letter-spacing: 0.5rem;
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-005__txtbox {
    padding-left: 0;
    letter-spacing: 2px;
    letter-spacing: 0.2rem;
  }
}

.m-modulegroup006-005__ttl {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.6;
  color: var(--sub-txt, #000000);
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-005__ttl {
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 3px;
    letter-spacing: 0.3rem;
  }
}

.m-modulegroup006-005__ttl + .m-modulegroup006-005__txt {
  margin-top: 16px;
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-005__ttl + .m-modulegroup006-005__txt {
    margin-top: 12px;
  }
}

.m-modulegroup006-005__icon {
  width: 120px;
  min-width: 120px;
  padding: 5px 15px 0 0;
  line-height: 0;
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-005__icon {
    width: 105px;
    margin: 0 auto 20px;
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-005__icon-img-pc {
    display: none;
  }
}

.m-modulegroup006-005__icon-img-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-005__icon-img-sp {
    display: block;
  }
}
/* -------------------------------------------
歯科衛生士モジュール：福利厚生（画像のみ）
------------------------------------------- */
.m-modulegroup006-013 {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  padding: 100px 20px 115px;
  color: var(--primary-txt, #ffffff);
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-013 {
    padding: 50px 20px 42px;
  }
}

.m-modulegroup006-013__container {
  max-width: 1000px;
  margin: 0 auto;
}

.m-modulegroup006-013__headline {
  position: relative;
  z-index: 1;
  font-family: var(--font-en, "Josefin Sans", "Noto Sans JP", Arial, Helvetica, sans-serif);
  font-size: 50px;
  font-size: 5rem;
  line-height: 1.4;
  color: var(--primary-txt, #ffffff);
  text-align: left;
  letter-spacing: 10px;
  letter-spacing: 1rem;
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-013__headline {
    font-size: 30px;
    font-size: 3rem;
    letter-spacing: 4px;
    letter-spacing: 0.4rem;
  }
}

.m-modulegroup006-013__headline-sub {
  position: relative;
  display: block;
  margin-top: 6px;
  padding-left: 75px;
  font-family: var(--font, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif);
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 4px;
  letter-spacing: 0.4rem;
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-013__headline-sub {
    margin-top: 0;
    padding-left: 42px;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 2px;
    letter-spacing: 0.2rem;
  }
}

.m-modulegroup006-013__headline-sub::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 55px;
  height: 1px;
  background: var(--primary-txt, #ffffff);
  content: "";
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-013__headline-sub::before {
    width: 30px;
  }
}

.m-modulegroup006-013__figure {
  width: 100%;
  margin-top: 74px;
  line-height: 0;
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-013__figure {
    margin-top: 36px;
  }
}

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

.m-modulegroup006-013__figure-img-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-013__figure-img-sp {
    display: block;
  }
}
/* -------------------------------------------
歯科衛生士モジュール：インタビュー
------------------------------------------- */
.m-modulegroup006-007 {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  padding: 100px 20px 120px;
  color: var(--primary-txt, #ffffff);
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-007 {
    padding: 40px 20px 50px;
  }
}

.m-modulegroup006-007__container {
  max-width: 1280px;
  margin: 0 auto;
}

.m-modulegroup006-007__headline {
  position: relative;
  z-index: 1;
  font-family: var(--font-en, "Josefin Sans", "Noto Sans JP", Arial, Helvetica, sans-serif);
  font-size: 50px;
  font-size: 5rem;
  line-height: 1.4;
  color: var(--primary-txt, #ffffff);
  text-align: left;
  letter-spacing: 10px;
  letter-spacing: 1rem;
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-007__headline {
    font-size: 30px;
    font-size: 3rem;
    letter-spacing: 4px;
    letter-spacing: 0.4rem;
  }
}

.m-modulegroup006-007__headline-sub {
  position: relative;
  display: block;
  margin-top: 6px;
  padding-left: 75px;
  font-family: var(--font, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif);
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 4px;
  letter-spacing: 0.4rem;
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-007__headline-sub {
    margin-top: 0;
    padding-left: 42px;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 2px;
    letter-spacing: 0.2rem;
  }
}

.m-modulegroup006-007__headline-sub::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 55px;
  height: 1px;
  background: var(--primary-txt, #ffffff);
  content: "";
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-007__headline-sub::before {
    width: 30px;
  }
}

.m-modulegroup006-007__cnt {
  padding-top: 75px;
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-007__cnt {
    padding-top: 35px;
  }
}

.m-modulegroup006-007__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      -ms-flex-align: stretch;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: stretch;
          align-items: stretch;
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-007__item {
    display: block;
  }
}

.m-modulegroup006-007__item + .m-modulegroup006-007__item {
  padding-top: 70px;
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-007__item + .m-modulegroup006-007__item {
    padding-top: 30px;
  }
}

.m-modulegroup006-007__figure {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 50%;
  padding: 40px 0;
  line-height: 0;
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-007__figure {
    max-width: 100%;
    margin-bottom: -30px;
    padding: 0 20px;
  }
}

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

.m-modulegroup006-007__figure-img-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-007__figure-img-sp {
    display: block;
  }
}

.m-modulegroup006-007__figure + .m-modulegroup006-007__txtbox {
  width: 64.0625%;
  margin-left: -14.0625%;
  padding-left: 19.53125%;
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-007__figure + .m-modulegroup006-007__txtbox {
    width: 100%;
    margin: 0;
    padding: 55px 20px 25px;
    letter-spacing: 2px;
    letter-spacing: 0.2rem;
  }
}

.m-modulegroup006-007__txtbox {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-pack: center;
  width: 100%;
  padding: 40px 60px;
  background-color: var(--primary-border, #04a1af);
  text-align: left;
  letter-spacing: 5px;
  letter-spacing: 0.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: center;
          justify-content: center;
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-007__txtbox {
    width: 100%;
    margin: 0;
    padding: 30px 20px 25px;
    letter-spacing: 2px;
    letter-spacing: 0.2rem;
  }
}

.m-modulegroup006-007__position {
  font-family: var(--font-sans, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif);
}

.m-modulegroup006-007__name {
  padding-top: 10px;
  font-family: var(--font, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif);
  font-size: 35px;
  font-size: 3.5rem;
  line-height: 1.4;
  color: var(--sub-txt, #000000);
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-007__name {
    padding-top: 4px;
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.m-modulegroup006-007__name-en {
  display: block;
  padding-top: 10px;
  font-family: var(--font-en, "Josefin Sans", "Noto Sans JP", Arial, Helvetica, sans-serif);
  font-size: 25px;
  font-size: 2.5rem;
  color: var(--primary-txt, #ffffff);
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-007__name-en {
    padding-top: 6px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.m-modulegroup006-007__txt {
  padding-top: 30px;
  font-family: var(--font-sans, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif);
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-007__txt {
    padding-top: 20px;
  }
}
/* -------------------------------------------
歯科衛生士モジュール：当院の特徴
------------------------------------------- */
.m-modulegroup006-002 {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  padding: 100px 20px 120px;
  color: var(--primary-txt, #ffffff);
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-002 {
    padding: 40px 20px 50px;
  }
}

.m-modulegroup006-002__container {
  max-width: 1280px;
  margin: 0 auto;
}

.m-modulegroup006-002__headline {
  position: relative;
  z-index: 1;
  font-family: var(--font-en, "Josefin Sans", "Noto Sans JP", Arial, Helvetica, sans-serif);
  font-size: 50px;
  font-size: 5rem;
  line-height: 1.4;
  color: var(--primary-txt, #ffffff);
  text-align: left;
  letter-spacing: 10px;
  letter-spacing: 1rem;
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-002__headline {
    font-size: 30px;
    font-size: 3rem;
    letter-spacing: 4px;
    letter-spacing: 0.4rem;
  }
}

.m-modulegroup006-002__headline-sub {
  position: relative;
  display: block;
  margin-top: 6px;
  padding-left: 75px;
  font-family: var(--font, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif);
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 4px;
  letter-spacing: 0.4rem;
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-002__headline-sub {
    margin-top: 0;
    padding-left: 42px;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 2px;
    letter-spacing: 0.2rem;
  }
}

.m-modulegroup006-002__headline-sub::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 55px;
  height: 1px;
  background: var(--primary-txt, #ffffff);
  content: "";
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-002__headline-sub::before {
    width: 30px;
  }
}

.m-modulegroup006-002__cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      -ms-flex-pack: center;
      -ms-flex-align: stretch;
  margin-left: -70px;
  padding-top: 72px;
  text-align: left;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
          align-items: stretch;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup006-002__cnt {
    max-width: 60%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-002__cnt {
    max-width: 100%;
    padding-top: 36px;
  }
}

.m-modulegroup006-002__item {
  width: 33.333%;
  max-width: 33.333%;
  padding-left: 70px;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup006-002__item {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
  }
}

.m-modulegroup006-002__item:nth-child(n + 4) {
  margin-top: 70px;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup006-002__item + .m-modulegroup006-002__item {
    margin-top: 70px;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-002__item + .m-modulegroup006-002__item {
    margin-top: 20px;
  }
}

.m-modulegroup006-002__item-inner {
  min-height: 100%;
  padding: 55px 35px 70px;
  border-top: 2px solid var(--primary-txt, #ffffff);
  background-color: var(--primary-border, #04a1af);
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-002__item-inner {
    padding: 30px 20px 40px;
  }
}

.m-modulegroup006-002__figure {
  margin-top: 36px;
  line-height: 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-002__figure {
    margin-top: 22px;
  }
}

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

.m-modulegroup006-002__figure-img-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-002__figure-img-sp {
    display: block;
  }
}

.m-modulegroup006-002__num {
  font-size: 41px;
  font-size: 4.1rem;
  line-height: 1.2;
  color: var(--sub-txt, #000000);
  letter-spacing: 6px;
  letter-spacing: 0.6rem;
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-002__num {
    font-size: 27px;
    font-size: 2.7rem;
  }
}

.m-modulegroup006-002__ttl {
  position: relative;
  padding: 16px 0 30px;
  font-family: var(--font-sans, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif);
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.6;
  color: var(--sub-txt, #000000);
  letter-spacing: 5px;
  letter-spacing: 0.5rem;
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-002__ttl {
    padding: 12px 0 18px;
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 3px;
    letter-spacing: 0.3rem;
  }
}

.m-modulegroup006-002__ttl::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-image: -webkit-radial-gradient(#ffffff 10%, transparent 20%);
  background-image: radial-gradient(#ffffff 10%, transparent 20%);
  background-size: 8px 8px;
  content: "";
}

.m-modulegroup006-002__txt {
  padding-top: 28px;
  font-family: var(--font-sans, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif);
  letter-spacing: 5px;
  letter-spacing: 0.5rem;
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-002__txt {
    padding-top: 18px;
    letter-spacing: 2px;
    letter-spacing: 0.2rem;
  }
}


/* -------------------------------------------
追加調整
------------------------------------------- */
.m-modulegroup006-007__txtbox,
.m-modulegroup006-002__item-inner{
	background: var(--primary-bg) !important;
	border: none;
}
.m-modulegroup006-002__item-inner * {
	color: #ffffff !important;
}
.m-modulegroup006-003,
.m-modulegroup006-013,
.m-modulegroup006-001{
	padding: 100px 20px;
}
.m-modulegroup006-002,
.m-modulegroup006-011{
	padding: 100px 20px 0;
}
.m-modulegroup006-012 {
	padding: 100px 0;
}
.m-modulegroup006-014 {
	background: #f2f8ef;
}
.m-modulegroup006-015__item {
	background: #8feaea;
	border-color: #0e4360;
}
.m-require-001 .c-headline-001 {
	margin-bottom: 60px;
}
.m-modulegroup006-001__headline {
	max-width: 340px;
}
.m-modulegroup006-001__cnt {
	width: 100%;
}
.m-modulegroup006-002__ttl {
	letter-spacing: .1rem;
}
.m-modulegroup006-012__cnt {
	padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .m-modulegroup006-002,
  .m-modulegroup006-011 {
  	padding: 50px 20px 0;
  }
  .m-modulegroup006-003 {
  	padding: 50px 20px;
  }
  .m-modulegroup006-014 {
  	padding: 50px 0;
  }
  .m-modulegroup006-012,
  .m-modulegroup006-001 {
  	padding: 50px 0px;
  }
	.m-require-001 .c-headline-001 {
		margin-bottom: 30px;
	}
  .m-modulegroup006-001__headline {
    padding-right: 0;
  }
.m-modulegroup006-011__headline,
.m-modulegroup006-011__cnt {
	padding-left: 0;
	padding-right:0;
}
	.m-modulegroup006-001__headline-sub {
		letter-spacing: .1rem;
	}
	.m-modulegroup006-007__figure {
		padding: 0;
	}
.m-modulegroup006-012__cnt {
	padding-top: 50px;
}
	.m-modulegroup006-013 {
		padding-top: 50px;
	}
}
@media screen and (max-width: 370px) {
	.m-modulegroup006-012__ttl {
		letter-spacing: .1rem;
	}
	.m-modulegroup006-014__ttl {
		letter-spacing: 0;
		font-size: 1.4rem;
	}
}
.m-modulegroup006-015 {
	padding-top: 0;
	padding-bottom: 0;
}
.m-modulegroup006-013 {
	padding-bottom: 0;
}
.m-modulegroup006-002__num,
[class$="__ttl"] {
	color: #009ea4;
}
.m-modulegroup006-014__num, 
.m-modulegroup006-014__ttl{
	color: var(--primary);
}
[class$="__txt"] {
	color: var(--sub-txt, #ffffff);
}
.m-modulegroup006-003__headline,
.m-modulegroup006-003__headline *,
.m-modulegroup006-015__headline,
.m-modulegroup006-015__headline *,
.m-modulegroup006-001__container,
.m-modulegroup006-001__container *,
.m-modulegroup006-014__container *{
	color: #444444;
}
.m-modulegroup006-003__headline-sub::before,
.m-modulegroup006-015__headline-sub::before,
.m-modulegroup006-001__headline-sub::before,
.m-modulegroup006-014__headline-sub::before {
	background: #444444;
}
.m-modulegroup006-013__headline,
.m-modulegroup006-013__headline * {
	color: #0e4360;
}
.m-modulegroup006-013__headline-sub::before {
	background: #0e4360;
}
.m-modulegroup006-010__cnt::after {
	opacity: .6;
	z-index: -1;
}
.m-modulegroup006-001__container::after {
	background: linear-gradient(90deg, rgba(225,215,85,1) 0%, rgba(16,235,238,1) 100%);
	opacity: .5;
}
.m-modulegroup006-014__item, .m-modulegroup006-002__item-inner {
	border-color: var(--primary);
	background: #ffffff;
}
.m-modulegroup006-001__headline-sub::before {
	top: .8em;
}
.m-modulegroup006-014 .swiper-button-prev, .m-modulegroup006-014 .swiper-button-next {
	background-color : var(--primary);
}
.m-modulegroup006-003__ttl::before {
	background-image: -webkit-radial-gradient(#009ea4 10%, transparent 20%);
    background-image: radial-gradient(#009ea4 10%, transparent 20%);
    background-size: 8px 8px;
}
.m-modulegroup006-014 {
	background: linear-gradient(90deg, rgba(225,215,85,1) 0%, rgba(16,235,238,1) 100%);
}
.m-modulegroup006-012__cnt {
	margin-top: 0;
}
/* -------------------------------------------
募集要項
------------------------------------------- */
.m-require-001 {
	background: #ffffff !important;
}
.c-headline-001__en {
  color: var(--primary-txt, #333);
font-family: "Josefin Sans", "Noto Sans JP", Arial, Helvetica, sans-serif;
}
.m-require-001__detail-ttl{
  background: none;
  color: var(--primary, #333);
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.m-require-001__detail-flow-ttl-number{
  background: var(--primary, #333);
  color: #ffffff;
}
.m-require-001__detail-desc,
.m-require-001__detail-desc::before {
  color: var(--sub-txt, #333);
  background: #ffffff;
  opacity: 1;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.m-require-001__detail-row {
	margin: 0;
}
.m-require-001__detail-row:first-child,
.m-require-001__detail-row {
  border-top: 1px solid var(--primary-border);
}
.m-require-001__detail-row:last-child {
  border-bottom: 1px solid var(--primary-border);
}
.m-require-001 .c-headline-001__ja {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  color: var(--sub-txt, #333);
}
/* -------------------------------------------
ヘッダー・コピーライト
------------------------------------------- */
.m-header-001 {
  margin-bottom: -80px; /* PCヘッダーの高さ */
  background: #ffffff;
}
.single-post_recruit .m-header-001 {
  background: transparent;
}
.c-page-ttl-001 {
    padding-top: 180px;
}
.c-page-ttl-001__txt-en, .c-page-ttl-001__txt-ja {
	color: #ffffff;
}
.c-form__label-txt {
  color: var(--sub-txt, #333);
}
@media screen and (max-width: 767px) {
  .m-header-001 {
    margin-bottom: -48px; /* SPヘッダーの高さ */
  }
  .c-page-ttl-001 {
      padding-top: 88px;
  }
}
.m-header-001__logo {
    padding: 30px 40px;
}
@media screen and (max-width: 767px) {
    .m-header-001__logo {
        padding: 16px 15px;
    }
}
.m-header-001__logo-link-img {
    max-height: 20px;
}
@media screen and (max-width: 767px) {
    .m-header-001__logo-link-img.is-mobile {
        max-height: 16px;
    }
}
.m-footer-001 {
  color: #ffffff;
  background: var(--primary-bg, #333);
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.m-require-001__entry-btn-txt,.m-require-001__entry-btn{
  color: #ffffff;
  font-weight: 700;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.m-header-001__btn-link-txt {
  color: #ffffff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.m-header-001__btn-link {
	background: linear-gradient(90deg, rgba(225,215,85,1) 0%, rgba(16,235,238,1) 100%);
}
/*
.m-require-001__entry-btn {
	background: none;
	border: 2px solid var(--primary-txt, #333);
}
*/
/*
モジュールを「フリーテキスト」にしてタイトルh2の子を下記 div タグのみにする
<div class="img-headline"></div>
*/
.img-headline {
  width: 100%;
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
  height: 87px;
  background-image: url("https://accel.itszai.jp/wp-content/uploads/2023/03/headline_pc.png");
}

@media screen and (max-width: 767px) {
  .img-headline {
    height: 50px;
    background-image: url("https://accel.itszai.jp/wp-content/uploads/2023/03/headline_sp.png");
  }
}
