@import url("https://fonts.googleapis.com/css2?family=Cormorant&family=Noto+Serif+JP:wght@400;700&display=swap");
.single-post_recruit {
  --font: "Noto Serif JP", serif;
  --font-en: "Cormorant", serif;
  --font-sans: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-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: 14px 15px;
    max-width: 220px;
  }
}

.m-header-001__logo-link-img {
  display: block;
  max-height: 20px;
}

@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: 20px;
}

@media screen and (max-width: 767px) {
  .m-header-001__logo-link-img.is-mobile {
    display: block;
  }
}

.m-header-001__btn-link {
  font-family: "Josefin Sans", "Noto Sans JP", Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: #fff;
}

/* 大見出し */
.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: 0.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-require-003__entry-btn-icon {
  position: relative;
}

/* コピーライト */
.m-footer-001__copyright {
  padding: 30px 0;
  font-family: inherit;
}

@media screen and (max-width: 767px) {
  .m-footer-001__copyright {
    padding: 20px 0;
  }
}

h2[class$="__headline"] {
  font-weight: 400;
}
/* -------------------------------------------
歯科衛生士モジュール：福利厚生（画像のみ）
------------------------------------------- */
.m-modulegroup006-013 {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  padding: 100px 20px 0;
  color: var(--primary-txt, #ffffff);
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-013 {
    padding: 50px 20px 0;
  }
}

.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;
  }
}

.single-post_recruit .m-header-001 {
  background: transparent;
}

.m-header-001 + .m-kv-001 {
  margin-top: -68px; /* PCヘッダーの高さ */
}

@media screen and (max-width: 767px) {
  .m-header-001 + .m-kv-001 {
    margin-top: -48px; /* SPヘッダーの高さ */
  }
}
/* -------------------------------------------
歯科衛生士モジュール：インタビュー
------------------------------------------- */
.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.1rem;
  }
}

.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(--sub-bg);
  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-ja {
  display: block;
  padding-top: 0;
  font-family: var(--font-en, "Josefin Sans", "Noto Sans JP", Arial, Helvetica, sans-serif);
  font-weight: 400;
  font-size: 25px;
  font-size: 2.5rem;
  color: var(--primary-txt, #ffffff);
  line-height: 1.65;
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-007__name-ja {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.m-modulegroup006-007__txt {
  color: var(--sub-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-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(--primary-txt);
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-012__ttl {
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 0.1rem;
  }
}

.m-modulegroup006-012__ttl + .m-modulegroup006-012__txt {
  margin-top: 16px;
  color: var(--sub-txt);
}

@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-003 {
  background: #fff !important;
}
.m-require-003 .c-headline-001__en {
  font-family: "Josefin Sans", "Noto Sans JP", Arial, Helvetica, sans-serif;
}
.m-require-003 .c-headline-001__ja {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.m-require-003__detail-flow-ttl-number,
.m-require-003__entry-btn,
.m-footer-001 {
  color: #fff;
}
.m-require-003__detail,
.m-require-003__detail-flow-ttl-number,
.m-require-003__entry-btn,
.m-footer-001 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.img-headline {
  width: 100%;
  background-size: contain;
  background-position: left;
  background-repeat: no-repeat;
  height: 108px;
  background-image: url("https://hongodenki.itszai.jp/wp-content/uploads/2023/06/imgheader_pc.png");
}

@media screen and (max-width: 767px) {
  .img-headline {
    height: 64px;
    background-image: url("https://hongodenki.itszai.jp/wp-content/uploads/2023/06/imgheader_sp.png");
  }
}
