@charset "UTF-8";


@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
@media screen and (min-width: 768px) {
  .pc-tab,
  .is-tablet-up {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .pc-tab,
  .is-tablet-up {
    display: none;
  }
}

.is-tab,
.tab {
  display: none;
}

@media screen and (max-width: 1024px) {
  .is-tab,
  .tab {
    display: block;
  }
}

.is-tab-only,
.tab-only {
  display: none;
}

@media screen and (max-width: 1024px) {
  .is-tab-only,
  .tab-only {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .is-tab-only,
  .tab-only {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .c-message-001 {
    margin: 0 auto;
  }
}

:root {
  --font: 'Noto Sans JP', sans-serif;
  --font-roboto: 'Roboto', 'Noto Sans JP', sans-serif;
}

.single-post_recruit {
  color: var(--sub-txt);
}

.single-post_recruit .m-header-001 {
  background: transparent;
}

.m-header-001 + .m-kv-001,
.m-header-001 + .m-kv-002 {
  margin-top: -80px;
}

@media screen and (max-width: 767px) {
  .m-header-001 + .m-kv-001,
  .m-header-001 + .m-kv-002 {
    margin-top: -50px;
  }
}

.m-header-001::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--primary-bg);
  content: "";
  opacity: .8;
}

.single-post_recruit .m-header-001::before {
  background: transparent;
}

.m-header-001__logo {
  padding: 4px 40px;
}

@media screen and (max-width: 767px) {
  .m-header-001__logo {
    max-width: 70%;
    padding: 4px 15px;
  }
}

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

@media screen and (max-width: 767px) {
  .m-header-001__logo-link-img {
    display: none;
    max-height: 18px;
  }
}

.m-header-001__logo-link-img.is-mobile {
  display: none;
}

@media screen and (max-width: 767px) {
  .m-header-001__logo-link-img.is-mobile {
    display: block;
  }
}

.m-header-001__btn-link {
      -ms-flex-pack: center;
  min-height: 80px;
  -webkit-box-pack: center;
          justify-content: center;
}

@media screen and (max-width: 767px) {
  .m-header-001__btn-link {
    min-height: 50px;
  }
}

@media screen and (max-width: 767px) {
  .m-header-001__btn-link-txt {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1;
  }
}

.c-module-container > section:nth-of-type(odd) {
  background-color: #fff;
}

.c-headline-001__en {
  font-weight: 400;
  color: var(--primary-bg);
}

.m-footer-001 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      -ms-flex-pack: center;
      -ms-flex-align: center;
  height: 80px;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}

@media screen and (max-width: 767px) {
  .m-footer-001 {
    height: 60px;
  }
}

.m-footer-001__copyright {
  padding: 0;
}

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

.g-pagetop-btn::before {
  background-color: var(--primary-bg);
}

/* -------------------------------------------
歯科衛生士リデザインモジュール：メッセージ
------------------------------------------- */
.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 0 0;
  -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-roboto);
  font-size: 80px;
  font-size: 8rem;
  font-weight: 400;
  line-height: 1.3;
  color: var(--primary-bg);
  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% + 40px);
    margin-right: 0;
    margin-left: -40px;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup013-001__img {
    width: calc(100% + 30px);
    margin-right: 0;
    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;
  text-align: left;
}

.m-modulegroup013-001__desc strong {
  display: block;
  margin-bottom: 8px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .m-modulegroup013-001__desc strong {
    margin-bottom: 4px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.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-013 {
  position: relative;
  padding: 150px 0;
}

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

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

.clm-3 .m-modulegroup013-013__container {
  max-width: 1230px;
}

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

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

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

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

.m-modulegroup013-013__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-013__headline-sub {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

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

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

.m-modulegroup013-013__cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      -ms-flex-pack: center;
  margin: -20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
          justify-content: center;
}

@media screen and (max-width: 1280px) {
  .m-modulegroup013-013__cnt {
    margin: -10px;
  }
}

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

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

.m-modulegroup013-013__item {
  width: 25%;
  padding: 20px;
}

.clm-3 .m-modulegroup013-013__item {
  width: 33.33333%;
}

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

@media screen and (max-width: 1024px) {
  .m-modulegroup013-013__item {
    width: 100%;
  }
  .clm-3 .m-modulegroup013-013__item {
    width: 100%;
  }
}

.m-modulegroup013-013__item-inner {
  height: 100%;
  padding: 30px;
  background-color: var(--sub-bg);
}

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

.m-modulegroup013-013__figure {
  position: relative;
  max-width: 82px;
  margin: auto;
}

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

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

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

.m-modulegroup013-013__desc {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2;
  text-align: left;
  letter-spacing: 1px;
  letter-spacing: 0.1rem;
}

.m-modulegroup013-013__desc.-large {
  margin-bottom: 10px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--primary-bg);
  text-align: center;
}

.m-modulegroup013-013__bg-pc, .m-modulegroup013-013__bg-sp {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 490px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .m-modulegroup013-013__bg-pc, .m-modulegroup013-013__bg-sp {
    height: 350px;
  }
}

@media screen and (max-width: 1024px) {
  .m-modulegroup013-013__bg-pc {
    display: none;
  }
}

.m-modulegroup013-013__bg-sp {
  display: none;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup013-013__bg-sp {
    display: block;
  }
}

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

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

.m-modulegroup013-002::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: calc(100% - 320px);
  background-color: var(--sub-bg);
  content: "";
}

@media screen and (max-width: 1024px) {
  .m-modulegroup013-002::after {
    width: 100%;
    height: calc(100% - 320px);
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup013-002::after {
    height: calc(100% - 220px);
  }
}

.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-roboto);
  font-size: 80px;
  font-size: 8rem;
  font-weight: 400;
  line-height: 1.3;
  color: var(--primary-bg);
  text-align: left;
  letter-spacing: -1px;
  letter-spacing: -0.1rem;
}

.m-modulegroup013-002__headline.-green {
  color: var(--primary);
}

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

.m-modulegroup013-002__headline-sub {
  display: block;
  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;
  }
}

@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 {
  display: inline-block;
  padding: 5px 27px 4px;
  background-color: var(--primary-bg);
  font-family: var(--font-roboto);
  font-size: 14px;
  font-size: 1.4rem;
  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-bg);
  letter-spacing: 1px;
  letter-spacing: 0.1rem;
}

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

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

.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-010 {
  position: relative;
  overflow-x: hidden;
  width: 100%;
  padding: 0 0 150px;
}

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

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

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

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

.m-modulegroup013-010__cnt {
  margin-top: -180px;
  padding: 80px 60px 90px;
  background-color: var(--sub-bg);
}

@media screen and (max-width: 1024px) {
  .m-modulegroup013-010__cnt {
    margin-top: -100px;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup013-010__cnt {
    margin-top: -30px;
    padding: 40px 30px 45px;
  }
}

.m-modulegroup013-010__figure {
  position: relative;
  padding-bottom: 33.75%;
}

@media screen and (max-width: 767px) {
  .m-modulegroup013-010__figure {
    padding-bottom: 33.86%;
  }
}

.m-modulegroup013-010__figure-img-pc,
.m-modulegroup013-010__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-010__figure-img-pc {
    display: none;
  }
}

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

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

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

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

.m-modulegroup013-010__desc {
  line-height: 2;
  text-align: left;
  letter-spacing: 1px;
  letter-spacing: 0.1rem;
}

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

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

.m-require-003 {
  padding-top: 0;
}

.m-require-003__detail {
  padding-top: 0;
}

.m-require-003__detail-ttl {
  color: var(--primary-bg);
}

.m-require-003__detail-row {
  border-color: var(--primary-border);
}

.m-require-003__detail-row:last-child {
  border-color: var(--primary-border);
}

.-pt0 {
  padding-top: 0;
}

.-pb0 {
  padding-bottom: 0;
}
/*# sourceMappingURL=maps/custom.css.map */
