@charset "UTF-8";
/*@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@600&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Cormorant:wght@400&amp;family=Noto+Serif+JP:wght@400;700&amp;display=swap');

/* -------------------------------------------
歯科衛生士モジュール：ヘッダー
------------------------------------------- */
:root {
  --font: 'Noto Serif JP', serif;
  --font-en: 'Cormorant', serif;
  --sub-bg-rgb: 241, 247, 250;
}

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

@media screen and (max-width: 767px) {
  .m-header-001__logo {
    padding: 5px 15px;
    max-width: 220px;
  }
}
.m-header-001__logo-link-img {
  display: block;
  max-height: 37px;
}

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

@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;
  letter-spacing: 0.05em;
  /* text-transform: uppercase; */
}

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

@media screen and (max-width: 767px) {
  .c-headline-001__ja {
    font-size: 2rem;
  }
}
@media screen and (max-width: 374px) {
  .c-headline-001__ja {
    font-size: 1.8rem;
    letter-spacing: 0.1rem;
  }
}
/* モジュール内見出し */
@media screen and (max-width: 767px) {
  [class$=__headline-txt],
[class$=__content-ttl] {
    font-size: 2rem;
    letter-spacing: 0.2rem;
  }
}
@media screen and (max-width: 374px) {
  [class$=__headline-txt],
[class$=__content-ttl] {
    font-size: 1.8rem;
    letter-spacing: 0.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: 27px 0;
  font-family: inherit;
  background: var(--sub-txt);
  letter-spacing: .2em;
}

@media screen and (max-width: 767px) {
  .m-footer-001__copyright {
    padding: 20px 0;
  }
}
/* ヘッダーの高さ */
@media screen and (min-width: 767.1px) {
  .m-header-001__btn-link {
    min-height: 80px;
  }
}

/* -------------------------------------------
歯科衛生士モジュール：メッセージ
------------------------------------------- */
.m-modulegroup006-001 {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  padding: 120px 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;
}

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

@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: 2rem;
  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;
  }
}

.m-modulegroup006-001__headline-sub::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 55px;
  height: 1px;
  background: currentColor;
  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 {
  line-height: 1.875;
  letter-spacing: .2em;
}


/* -------------------------------------------
歯科衛生士モジュール：当院の特徴（タブ）
------------------------------------------- */
.m-modulegroup006-015 {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  padding: 100px 20px 100px;
  /* color: var(--primary-txt, #ffffff); */
}

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

.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: currentColor;
  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-bg);
  border-left: 2px solid var(--primary-bg);
  -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-bg);
  border-bottom: 2px solid var(--primary-bg);
  font-size: 20px;
  font-size: 2rem;
  color: var(--primary-bg);
  letter-spacing: 2px;
  letter-spacing: 0.2rem;
  cursor: pointer;
  -webkit-transition: background-color .3s ease;
  transition: background-color .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-bg);
  color: var(--primary-txt);
}

.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: 50px 30px;
  border-top: 2px solid var(--primary-bg);
  background: var(--primary-border, #04a1af);
  color: #fff;
  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;
  letter-spacing: .2em;
  font-weight: 400;
  /* color: var(--sub-txt, #000000); */
}

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

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

.m-modulegroup006-015__figure img {
  width: 100%;
}

@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: 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: .2em;
  line-height: 1.875;
}

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

/* -------------------------------------------
歯科衛生士モジュール：当院について（スライダー）
------------------------------------------- */
.m-modulegroup006-012 {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}

.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;
  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: currentColor;
  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;
  letter-spacing: .2em;
  color: var(--primary, #000000);
  font-weight: 500;
}

@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;
  letter-spacing: .2em;
  line-height: 1.875;
}

@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-001 {
  background: #fff !important;
}

.m-require-001__inner {
  max-width: 1040px;
}

.m-require-001__detail {
  max-width: 880px;
  margin: 0 auto;
}

.m-require-001 .c-headline-001 {
  padding: 0 20px;
  margin-bottom: 60px;
}

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

.m-require-001 .c-headline-001__en {
  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;
  font-weight: 400;
  line-height: 1.4;
  color: var(--sub-txt, #ffffff);
  text-align: left;
  letter-spacing: 10px;
  letter-spacing: 1rem;
  text-transform: uppercase;
}

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

.m-require-001 .c-headline-001__ja {
  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;
  font-weight: 500;
  line-height: 1.6;
  text-align: left;
  letter-spacing: 4px;
  letter-spacing: 0.4rem;
}

@media screen and (max-width: 767px) {
  .m-require-001 .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-001 .c-headline-001__ja::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 55px;
  height: 1px;
  background: currentColor;
  content: "";
}

@media screen and (max-width: 767px) {
  .m-require-001 .c-headline-001__ja::before {
    width: 30px;
  }
}

.m-require-001__detail {
  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: 320px) {
  .m-require-001__detail {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.m-require-001__detail-ttl {
  background: var(--sub-txt);
}

.m-require-001__detail-desc {
  font-weight: 500;
  /* color: var(--primary-txt, #ffffff); */
}

.m-require-001__detail-desc::before {
  background: #d4d4d4;
  opacity: 1;
}

.m-require-001__entry-btn-txt {
  font-family: var(--font-sans, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif);
  font-weight: 500;
}