/*カスタム*/
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap");

/* -------------------------------------------
共通パッチ
------------------------------------------- */
body {
  background: #fff;
}

/* ヘッダー */
.m-header-001 {
  position: fixed;
  width: 100%;
  background: transparent;
}

/* ヘッダーIE対応
ヘッダーの高さ分マイナスしてください。*/
_:-ms-fullscreen,
:root .m-kv-001 {
  transform: translate(0%, -70px);
  margin-bottom: -70px;
}

@media screen and (max-width: 767px) {
  _:-ms-fullscreen,
  :root .m-kv-001 {
    transform: translate(0%, -60px);
    margin-bottom: -60px;
  }
}

@media screen and (max-width: 767px) {
  _:-ms-fullscreen,
  :root .m-kv-001 {
    transform: translate(0%, 0);
    margin-bottom: 0;
  }
}

.m-header-001__logo {
  padding: 0;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-header-001__logo {
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .m-header-001__logo {
    padding: 0;
  }
}

.m-header-001__logo-link-img {
  max-height: 82px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-header-001__logo-link-img {
    max-height: 52px;
  }
}

@media screen and (max-width: 767px) {
  .m-header-001__logo-link-img {
    max-height: 50px;
  }
}

.m-header-001__btn-link {
  font-family: "Cormorant Garamond", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  color: #fff;
}

.m-header-001__btn-link {
  min-height: 82px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-header-001__btn-link {
    min-height: 52px;
  }
}

@media screen and (max-width: 767px) {
  .m-header-001__btn-link {
    min-height: 50px;
  }
}

.c-headline-001__en {
  font-weight: 400;
  color: #749eb4;
}

.c-headline-001__ja {
  font-weight: 500;
  color: #333;
}

@media screen and (max-width: 767px) {
  .c-headline-001__ja {
    font-size: 2rem;
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .c-headline-001__ja,
  [class$="__headline-txt"],
  [class$="__content-ttl"] {
    font-size: 2rem;
    letter-spacing: 0.2rem;
  }
}

@media screen and (max-width: 374px) {
  .c-headline-001__ja,
  [class$="__headline-txt"],
  [class$="__content-ttl"] {
    font-size: 1.8rem;
    letter-spacing: 0.1rem;
  }
}

@media screen and (max-width: 320px) {
  .c-headline-001__ja {
    letter-spacing: 0.2rem;
  }
}

.m-footer-001 {
  background: #20b2aa;
  color: #fff;
}

/* フッター */
.m-footer-001__copyright {
  padding: 20px 0;
}

@media screen and (max-width: 767px) {
  .m-footer-001__copyright {
    padding: 15px 0;
  }
}

.c-page-ttl-001 {
  padding: 160px 20px 120px 20px;
}

/* IE対応 */
_:-ms-fullscreen,
:root .c-page-ttl-001 {
  padding: 100px 20px;
}

@media screen and (max-width: 767px) {
  .c-page-ttl-001 {
    padding: 80px 20px 40px 20px;
  }
}

@media screen and (max-width: 767px) {
  _:-ms-fullscreen,
  :root .c-page-ttl-001 {
    padding: 40px 20px;
  }
}

:root {
  --headline-en-color: #333535;
  --headline-ja-color: #333535;
  --headline-en-font-family: "Cormorant Garamond", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  --headline-ja-font-family: "Noto Serif JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  --ttl-font-family: "Noto Serif JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  --txt-font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  --txt-color: #555b5a;
  --txt-color--gray: #86949a;
  --sub-bg01: #e7f3f8;
  --sub-bg-rgb: 241, 247, 250;
}

/* -------------------------------------------
歯科衛生士モジュール：メッセージ
------------------------------------------- */
.m-modulegroup006-001 {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  padding: 100px 20px 100px 20px;
  background: var(--sub-bg);
  color: var(--primary-txt, #ffffff);
}

@media screen and (max-width: 1024px) {
  .m-modulegroup006-001 {
    padding: 100px 20px;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-001 {
    padding: 60px 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: block;
  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);
  content: "";
  opacity: 0.25;
}

.m-modulegroup006-001__headline {
  position: relative;
  z-index: 1;
  padding-right: 30px;
  font-family: var(--headline-en-font-family);
  font-size: 50px;
  font-size: 5rem;
  line-height: 1.4;
  color: var(--headline-en-color);
  text-align: left;
  letter-spacing: 10px;
  letter-spacing: 1rem;
  word-break: normal;
}

@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: "Noto Serif JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  color: var(--headline-ja-color);
  line-height: 1.6;
  letter-spacing: 4px;
  letter-spacing: 0.4rem;
}

@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;
  }
}

@media screen and (max-width: 320px) {
  .m-modulegroup006-001__headline-sub {
    font-size: 1.2rem;
    letter-spacing: 0.1rem;
  }
}

.m-modulegroup006-001__headline-sub::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 55px;
  height: 1px;
  background: #333535;
  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: 40px;
  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 {
  color: var(--txt-color);
  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-008 {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  padding: 100px 20px 100px;
  background: var(--sub-bg);
  color: var(--primary-txt, #ffffff);
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-008 {
    padding: 60px 0 60px;
  }
}

.m-modulegroup006-008__container {
  max-width: 1280px;
  margin: 0 auto;
}

.m-modulegroup006-008__headline {
  position: relative;
  z-index: 1;
  padding: 0 20px;
  font-family: var(--headline-en-font-family);
  font-size: 50px;
  font-size: 5rem;
  line-height: 1.4;
  color: var(--headline-en-color);
  text-align: left;
  letter-spacing: 10px;
  letter-spacing: 1rem;
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-008__headline {
    font-size: 30px;
    font-size: 3rem;
    letter-spacing: 4px;
    letter-spacing: 0.4rem;
  }
}

.m-modulegroup006-008__headline-sub {
  position: relative;
  display: block;
  margin-top: 6px;
  padding-left: 75px;
  font-family: var(--headline-ja-font-family);
  font-size: 20px;
  font-size: 2rem;
  color: var(--headline-ja-color);
  line-height: 1.6;
  letter-spacing: 4px;
  letter-spacing: 0.4rem;
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-008__headline-sub {
    margin-top: 0;
    padding-left: 42px;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 2px;
    letter-spacing: 0.2rem;
  }
}

.m-modulegroup006-008__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-008__headline-sub::before {
    width: 30px;
  }
}

.m-modulegroup006-008__cnt {
  padding-top: 75px;
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-008__cnt {
    padding-top: 35px;
  }
}

.m-modulegroup006-008__item + .m-modulegroup006-008__item {
  margin-top: 70px;
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-008__item + .m-modulegroup006-008__item {
    margin-top: 40px;
  }
}

.m-modulegroup006-008__figure {
  width: 100%;
  margin-bottom: -90px;
  line-height: 0;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup006-008__figure {
    margin-bottom: -45px;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-008__figure {
    margin-bottom: -30px;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-008__figure-img-pc {
    display: none;
  }
}

.m-modulegroup006-008__figure-img-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-008__figure-img-sp {
    display: block;
  }
}

.m-modulegroup006-008__figure + .m-modulegroup006-008__txtbox {
  padding-top: 170px;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup006-008__figure + .m-modulegroup006-008__txtbox {
    display: block;
    padding-top: 90px;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-008__figure + .m-modulegroup006-008__txtbox {
    width: calc(100% - 20px);
    padding-top: 55px;
    letter-spacing: 2px;
    letter-spacing: 0.2rem;
  }
}

.m-modulegroup006-008__txtbox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 90px 75px;
  text-align: left;
  letter-spacing: 5px;
  letter-spacing: 0.5rem;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup006-008__txtbox {
    display: block;
    padding: 40px;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-008__txtbox {
    width: calc(100% - 20px);
    padding: 30px 20px 25px;
    letter-spacing: 2px;
    letter-spacing: 0.2rem;
  }
}

.m-modulegroup006-008__txtbox::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(32, 178, 170, 0.25);
  pointer-events: none;
  content: "";
}

.m-modulegroup006-008__head {
  padding-right: 30px;
  white-space: nowrap;
  z-index: 100;
}

.m-modulegroup006-008__position {
  font-family: var(--ttl-font-family);
  color: #405755;
}

.m-modulegroup006-008__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-008__name {
    padding-top: 4px;
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.m-modulegroup006-008__name-ja {
  font-family: var(--ttl-font-family);
  color: var(--txt-color);
}

.m-modulegroup006-008__name-en {
  display: block;
  padding-top: 10px;
  font-family: var(--headline-en-font-family);
  font-size: 25px;
  font-size: 2.5rem;
  color: #6baca8;
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-008__name-en {
    padding-top: 6px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.m-modulegroup006-008__txt {
  font-family: var(--font-sans, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif);
  color: var(--txt-color);
  z-index: 100;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup006-008__txt {
    padding-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-008__txt {
    padding-top: 20px;
  }
}

.m-modulegroup006-008__interview-txtbox {
  width: 90%;
  max-width: 1000px;
  margin: 72px auto 0;
  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-008__interview-txtbox {
    width: 100%;
    margin-top: 26px;
    padding: 0 20px;
    letter-spacing: 2px;
    letter-spacing: 0.2rem;
  }
}

.m-modulegroup006-008__interview-ttl {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.6;
  color: var(--txt-color);
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-008__interview-ttl {
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 3px;
    letter-spacing: 0.3rem;
  }
}

.m-modulegroup006-008__interview-txt {
  color: var(--txt-color--gray);
}

.m-modulegroup006-008__interview-ttl + .m-modulegroup006-008__interview-txt {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-008__interview-ttl + .m-modulegroup006-008__interview-txt {
    margin-top: 15px;
  }
}

/* -------------------------------------------
歯科衛生士モジュール：当院の特徴
------------------------------------------- */
.m-modulegroup006-002 {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  padding: 130px 20px;
  background: #fff;
  color: var(--primary-txt, #ffffff);
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-002 {
    padding: 60px 20px;
  }
}

.m-modulegroup006-002__container {
  max-width: 1360px;
  margin: 0 auto;
}

.m-modulegroup006-002__headline {
  position: relative;
  z-index: 1;
  font-family: var(--headline-en-font-family);
  font-size: 50px;
  font-size: 5rem;
  line-height: 1.4;
  color: var(--headline-en-color);
  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(--headline-ja-font-family);
  font-size: 20px;
  font-size: 2rem;
  color: var(--headline-ja-color);
  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: #282522;
  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(--border-color);
  background-color: var(--sub-bg02, #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-family: "Noto Serif JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 41px;
  font-size: 4.1rem;
  line-height: 1.2;
  color: var(--txt-color02, #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(--headline-ja-color);
  letter-spacing: 5px;
  letter-spacing: 0.5rem;
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-002__ttl {
    padding: 12px 0 18px;
    font-size: 20px;
    font-size: 2rem;
    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(var(--sub-bg03, #000000) 10%, transparent 20%);
  background-image: radial-gradient(var(--sub-bg03, #000000) 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);
  color: var(--txt-color03);
  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-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);
  background: rgba(166, 224, 221, 0.95);
  text-align: left;
  letter-spacing: 5px;
  letter-spacing: 0.5rem;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup006-010__cnt {
    letter-spacing: 2px;
    letter-spacing: 0.2rem;
    background: rgba(124, 199, 195, 0.95);
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-010__cnt {
    padding: 40px;
  }
}

.m-modulegroup006-010__cnt::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.m-modulegroup006-010__ttl {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.6;
  color: var(--primary-txt);
}

@media screen and (max-width: 1024px) {
  .m-modulegroup006-010__ttl {
    color: #fff;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-010__ttl {
    font-size: 16px;
    font-size: 1.6rem;
    color: #fff;
    letter-spacing: 3px;
    letter-spacing: 0.3rem;
  }
}

.m-modulegroup006-010__txt {
  margin-bottom: 30px;
  color: var(--txt-color);
}

@media screen and (max-width: 1024px) {
  .m-modulegroup006-010__txt {
    color: #fff;
  }
}

.m-modulegroup006-010__txt:last-child {
  margin-bottom: 0;
}

.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 (min-width: 768px) and (max-width: 1024px) {
  .m-modulegroup006-010__bg-img-pc {
    background-position: 16% 50%;
  }
}

@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;
    background-position: 16% 50%;
  }
}

/* -------------------------------------------
歯科衛生士モジュール：キャリアプラン
------------------------------------------- */
.m-modulegroup006-006 {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  padding: 100px 20px 100px;
  background: #fff;
  color: var(--primary-txt, #ffffff);
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-006 {
    padding: 60px 20px 60px;
  }
}

.m-modulegroup006-006__container {
  max-width: 1000px;
  margin: 0 auto;
}

.m-modulegroup006-006__headline {
  position: relative;
  z-index: 1;
  font-family: var(--headline-en-font-family);
  font-size: 50px;
  font-size: 5rem;
  line-height: 1.4;
  color: var(--headline-en-color);
  text-align: left;
  letter-spacing: 10px;
  letter-spacing: 1rem;
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-006__headline {
    font-size: 30px;
    font-size: 3rem;
    letter-spacing: 4px;
    letter-spacing: 0.4rem;
  }
}

.m-modulegroup006-006__headline-sub {
  position: relative;
  display: block;
  margin-top: 6px;
  padding-left: 75px;
  font-family: var(--headline-ja-font-family);
  font-size: 20px;
  font-size: 2rem;
  color: var(--headline-ja-color);
  line-height: 1.6;
  letter-spacing: 4px;
  letter-spacing: 0.4rem;
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-006__headline-sub {
    margin-top: 0;
    padding-left: 42px;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 2px;
    letter-spacing: 0.2rem;
  }
}

.m-modulegroup006-006__headline-sub::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 55px;
  height: 1px;
  background: #195da0;
  content: "";
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-006__headline-sub::before {
    width: 30px;
  }
}

.m-modulegroup006-006__figure {
  width: 100%;
  margin-top: 74px;
  line-height: 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-006__figure {
    margin-top: 36px;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-006__figure-img-pc {
    display: none;
  }
}

.m-modulegroup006-006__figure-img-sp {
  display: none;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-006__figure-img-sp {
    display: block;
  }
}

/* -------------------------------------------
歯科衛生士モジュール：当院について
------------------------------------------- */
.m-modulegroup006-011 {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  padding: 100px 20px 60px;
  background: #f9f9f9;
  color: var(--primary-txt, #ffffff);
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-011 {
    padding: 60px 0 40px;
  }
}

.m-modulegroup006-011__container {
  max-width: 1000px;
  margin: 0 auto;
}

.m-modulegroup006-011__headline {
  position: relative;
  z-index: 1;
  font-family: var(--headline-en-font-family);
  font-size: 50px;
  font-size: 5rem;
  line-height: 1.4;
  color: var(--headline-en-color);
  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(--headline-ja-font-family);
  font-size: 20px;
  font-size: 2rem;
  color: var(--headline-ja-color);
  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(--txt-color);
}

@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(--txt-color);
}

@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;
  color: var(--txt-color--gray);
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-011__txt {
    margin-top: 12px;
  }
}

/* -------------------------------------------
歯科衛生士モジュール：当院について（スライダー）
------------------------------------------- */
.m-modulegroup006-012 {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  padding: 100px 0;
  background: #f9f9f9;
  color: var(--primary-txt, #ffffff);
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-012 {
    padding: 60px 0;
  }
}

.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(--headline-en-font-family);
  font-size: 50px;
  font-size: 5rem;
  line-height: 1.4;
  color: var(--headline-en-color);
  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(--headline-ja-font-family);
  font-size: 20px;
  font-size: 2rem;
  color: var(--headline-ja-color);
  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__txt {
  color: var(--txt-color--gray);
}

.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-require-004 .c-headline-001 {
  padding: 0 20px;
}

@media screen and (max-width: 767px) {
  .m-require-004 .c-headline-001 {
    padding: 0 20px;
  }
}

.m-require-004 .c-headline-001__en {
  position: relative;
  z-index: 1;
  font-family: var(--headline-en-font-family);
  font-size: 50px;
  font-size: 5rem;
  font-weight: 400;
  line-height: 1.4;
  color: var(--headline-en-color);
  text-align: left;
  letter-spacing: 10px;
  letter-spacing: 1rem;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .m-require-004 .c-headline-001__en {
    font-size: 30px;
    font-size: 3rem;
    letter-spacing: 4px;
    letter-spacing: 0.4rem;
  }
}

.m-require-004 .c-headline-001__ja {
  position: relative;
  display: block;
  margin-top: 6px;
  padding-left: 75px;
  font-family: var(--headline-ja-font-family);
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  color: var(--headline-ja-color);
  line-height: 1.6;
  text-align: left;
  letter-spacing: 4px;
  letter-spacing: 0.4rem;
}

@media screen and (max-width: 767px) {
  .m-require-004 .c-headline-001__ja {
    margin-top: 0;
    padding-left: 42px;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 2px;
    letter-spacing: 0.2rem;
  }
}

.m-require-004 .c-headline-001__ja::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 55px;
  height: 1px;
  background: var(--primary-txt, #ffffff);
  content: "";
}

@media screen and (max-width: 767px) {
  .m-require-004 .c-headline-001__ja::before {
    width: 30px;
  }
}

.m-require-004__detail {
  padding: 20px 40px 40px 40px;
}

@media screen and (max-width: 767px) {
  .m-require-004__detail {
    padding: 20px;
  }
}

.m-require-004__detail-row {
  border-top: 1px solid #d0d0d0;
}

.m-require-004__detail-row:last-child {
  border-bottom: 1px solid #d0d0d0;
}

.m-require-004__detail-ttl {
  font-weight: 700;
  color: var(--primary-txt);
}

.m-require-004__detail-desc {
  font-weight: 400;
  color: #6e8b85;
}

/* 「STEP番号」の背景色を変更したい場合に適用 */
.m-require-004__detail-flow-ttl-number {
  /* background-color: #f2f2f2; */
  color: #fff;
}

.m-require-004__entry-btn {
  color: #fff;
}
