@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Roboto:ital@0;1&display=swap");
:root {
  --font: "Noto Sans JP", sans-serif;
  --font-en: "Roboto", sans-serif;
  --font-sans: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  --font-en-sans: "Josefin Sans", "Noto Sans JP", Arial, Helvetica, 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: 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: 67px;
}

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

@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 {
  background: var(--sub-bg);
  color: inherit;
}

.m-footer-001__copyright {
  padding: 27px 0;
  font-family: inherit;
}

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

/*
モジュールを「フリーテキスト」にしてタイトルh2の子を下記 div タグのみにする
<div class="img-headline"></div>
*/
.img-headline {
  width: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 62px;
  background-image: url("画像URL");
}

@media screen and (max-width: 767px) {
  .img-headline {
    height: 44px;
    background-image: url("画像URL");
  }
}

/* -------------------------------------------
募集要項 001
------------------------------------------- */
.m-require-001 {
  background: #fff !important;
}

.m-require-001__detail {
  margin-top: 55px;
}

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

/* タイトル（英語）の見出しを大文字に変更したい場合に使用 */
/*.m-require-001 .c-headline-001__en {
  text-transform: uppercase; 
}*/
@media screen and (max-width: 340px) {
  .m-require-001__detail {
    padding-left: 10px;
    padding-right: 10px;
  }
  .m-require-001__detail-desc {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.m-require-001__detail-desc::before {
  opacity: 1;
  background: var(--sub-bg);
}

.m-header-001__btn-link,
.c-page-ttl-001__txt-en {
  font-family: var(--font-en-sans);
}

.c-page-ttl-001__txt-ja,
.c-desc-001,
.c-message-001__txt,
.f-entry,
.c-form__btn,
select,
input,
textarea,
button,
div[class^="m-require-"][class$="__detail-row"],
p[class^="m-require-"][class$="__entry"],
.m-footer-001__copyright {
  font-family: var(--font-sans);
}

/* -------------------------------------------
歯科衛生士リデザインモジュール：募集要項
------------------------------------------- */
.m-require-001 .c-headline-001 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  margin: 0 0 20px;
  line-height: 1.3;
  color: var(--primary);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  align-items: center;
}

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

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

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

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

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

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

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

/* -------------------------------------------
歯科衛生士リデザインモジュール：メッセージ
------------------------------------------- */
.m-modulegroup013-001 {
  padding: 150px 0;
}

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

.m-modulegroup013-001__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 80px;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

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

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

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

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

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

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

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

.m-modulegroup013-001__img {
  position: relative;
  width: 50%;
  padding-bottom: 9.375%;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup013-001__img {
    width: calc(100% + 60px);
    margin-right: -15px;
    margin-left: -40px;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup013-001__img {
    width: calc(100% + 45px);
    margin-right: -15px;
    margin-left: -30px;
    padding-bottom: 19%;
  }
}

.m-modulegroup013-001__figure-large {
  position: relative;
  width: 80%;
  padding-bottom: 80%;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup013-001__figure-large {
    width: 79%;
    padding-bottom: 79%;
  }
}

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

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

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

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

.m-modulegroup013-001__figure-small {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 56.25%;
  padding-bottom: 56.25%;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup013-001__figure-small {
    width: 55%;
    padding-bottom: 55%;
  }
}

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

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

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

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

.m-modulegroup013-001__txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: center;
  justify-content: center;
}

@media screen and (max-width: 1280px) {
  .m-modulegroup013-001__txt {
    padding-left: 80px;
  }
}

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

.m-modulegroup013-001__txt:not(:first-child) {
  padding-left: 130px;
}

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

.m-modulegroup013-001__desc {
  line-height: 2;
  color: var(--sub-txt);
  text-align: left;
}

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

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

/* -------------------------------------------
歯科衛生士リデザインモジュール：当院の特徴
------------------------------------------- */
.m-modulegroup013-002 {
  position: relative;
  padding: 150px 0;
}

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

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

.m-modulegroup013-002::after {
  position: absolute;
  top: 0;
  bottom: 150px;
  left: 0;
  width: 60%;
  margin-bottom: 16.25%;
  background-color: var(--sub-bg);
  content: "";
}

@media screen and (max-width: 1024px) {
  .m-modulegroup013-002::after {
    width: 100%;
    margin-bottom: 55%;
  }
}

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 1024px) {
  .m-modulegroup013-002__cnt:not(:first-child) {
    margin-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup013-002__cnt:not(:first-child) {
    margin: 25px -15px 0;
  }
}

.m-modulegroup013-002__item {
  padding: 40px 40px 40px 75px;
  background-color: #fff;
}

@media screen and (max-width: 1280px) {
  .m-modulegroup013-002__item {
    padding: 20px 20px 40px 20px;
  }
}

@media screen and (max-width: 1024px) {
  .m-modulegroup013-002__item {
    position: relative;
    background-color: transparent;
  }
}

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

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

.m-modulegroup013-002__item::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin-top: 30%;
  background-color: #fff;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup013-002__item::before {
    content: "";
  }
}

.m-modulegroup013-002__item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup013-002__item-inner {
    position: relative;
    z-index: 1;
  }
}

.m-modulegroup013-002__txt {
  width: 38%;
  padding-right: 80px;
  text-align: left;
}

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

@media screen and (max-width: 1024px) {
  .m-modulegroup013-002__txt {
    -ms-flex-order: 2;
    width: 100%;
    padding-top: 40px;
    padding-right: 0;
    -webkit-box-ordinal-group: 3;
    order: 2;
  }
}

.m-modulegroup013-002__figure {
  position: relative;
  width: 62%;
  padding-bottom: 41.37%;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup013-002__figure {
    -ms-flex-order: 1;
    width: 100%;
    padding-bottom: 66.666%;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}

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

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

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

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

.m-modulegroup013-002__label {
  font-size: 14px;
  font-size: 1.4rem;
  display: inline-block;
  padding: 5px 27px 4px;
  background-color: var(--primary-bg);
  font-family: var(--font-en);
  color: var(--primary-txt);
}

@media screen and (max-width: 767px) {
  .m-modulegroup013-002__label {
    padding: 5px 20px 4px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.m-modulegroup013-002__ttl {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.8;
  color: var(--primary);
  letter-spacing: 1px;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 767px) {
  .m-modulegroup013-002__ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}

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

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

.m-modulegroup013-002__desc {
  line-height: 2;
  color: var(--sub-txt);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* -------------------------------------------
歯科衛生士リデザインモジュール：施設紹介
------------------------------------------- */
.m-modulegroup013-003 {
  position: relative;
  padding: 150px 0;
  background-color: var(--primary-border) !important;
}

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

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

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

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

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

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

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

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

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

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

.m-modulegroup013-003__cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  margin: 0 -10px -80px;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup013-003__cnt {
    margin: 0 -10px -40px;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup013-003__cnt {
    margin: 0 0 -20px;
  }
}

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

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

.m-modulegroup013-003__item {
  width: 33.333%;
  padding: 0 10px 80px;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup013-003__item {
    width: 50%;
    padding: 0 10px 40px;
  }
}

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

/* 2カラム */
/* .m-modulegroup013-003__item {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .m-modulegroup013-003__item {
    width: 100%;
  }
} */
.m-modulegroup013-003__item-inner {
  height: 100%;
  padding: 40px;
  background-color: #fff;
  text-align: left;
}

@media screen and (max-width: 1280px) {
  .m-modulegroup013-003__item-inner {
    padding: 20px;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup013-003__item-inner {
    padding: 15px 15px 30px;
  }
}

.m-modulegroup013-003__figure {
  position: relative;
  padding-bottom: 56.25%;
  border-bottom: 3px solid var(--primary-bg);
}

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

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

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

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

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

@media screen and (max-width: 1024px) {
  .m-modulegroup013-003__txt {
    padding: 0 5px;
  }
}

.m-modulegroup013-003__txt:not(:first-child) {
  margin-top: 20px;
}

.m-modulegroup013-003__ttl {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  color: var(--primary, #04a1af);
  letter-spacing: 1px;
  letter-spacing: 0.1rem;
}

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

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

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

/* -------------------------------------------
歯科衛生士リデザインモジュール：当院の特徴（スライダー）
------------------------------------------- */
.m-modulegroup013-014 {
  position: relative;
  overflow-x: hidden;
  width: 100%;
  padding: 150px 0;
  background-color: var(--sub-bg);
}

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

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

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

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

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

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

.m-modulegroup013-014__headline {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 80px;
  font-family: var(--font-en);
  font-size: 80px;
  font-size: 8rem;
  font-weight: 400;
  line-height: 1.3;
  color: var(--primary);
  letter-spacing: -1px;
  letter-spacing: -0.1rem;
}

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

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

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

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

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

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

.m-modulegroup013-014__swiper-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -ms-flex-align: center;
  max-width: 960px;
  margin: 70px auto 0;
  padding: 0 80px;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
}

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

@media screen and (max-width: 767px) {
  .m-modulegroup013-014__swiper-nav {
    margin: 50px auto 0;
    padding: 0 30px;
  }
}

.m-modulegroup013-014__swiper-progress {
  width: 100%;
  height: 5px;
  background-color: #fff;
}

.m-modulegroup013-014__swiper-progress-bar {
  width: 100%;
  height: 100%;
  background-color: var(--primary-bg);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left;
  transform-origin: left;
}

.m-modulegroup013-014__swiper-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

.m-modulegroup013-014__swiper-button:not(:first-child) {
  margin-left: 40px;
}

.m-modulegroup013-014__swiper-button-prev,
.m-modulegroup013-014__swiper-button-next {
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: var(--primary-bg);
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

.m-modulegroup013-014__swiper-button-prev:not(:last-child),
.m-modulegroup013-014__swiper-button-next:not(:last-child) {
  margin-right: 20px;
}

.m-modulegroup013-014__swiper-button-prev:hover,
.m-modulegroup013-014__swiper-button-next:hover {
  background-color: #fff;
}

.m-modulegroup013-014__swiper-button-prev:hover::before,
.m-modulegroup013-014__swiper-button-next:hover::before {
  color: var(--primary-bg);
}

.m-modulegroup013-014__swiper-button-prev::before,
.m-modulegroup013-014__swiper-button-next::before {
  position: absolute;
  top: 50%;
  left: 50%;
  font-family: "Font Awesome 5 Free";
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 700;
  color: #fff;
  content: "\f060";
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.m-modulegroup013-014__swiper-button-next {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.m-modulegroup013-014__figure {
  position: relative;
  /* padding-bottom: 56.25%; */
}

/* @media screen and (max-width: 767px) {
  .m-modulegroup013-014__figure {
    padding-bottom: 56.34%;
  }
} */
.m-modulegroup013-014__figure:not(:first-child) {
  margin-top: 40px;
}

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

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

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

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

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

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

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

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

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

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