/*カスタム*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@600&display=swap');

/* -------------------------------------------
共通パッチ
------------------------------------------- */
body {
  background:#fff;
}

.m-header-001__logo {
  padding: 14px 1%;
}

@media screen and (min-width:768px) and (max-width:1024px) {
  .m-header-001__logo {
    padding: 20px 2%;
  }
}

@media screen and (max-width: 767px) {
  .m-header-001__logo {
    padding: 10px 3%;
  }
}

.m-header-001__logo-link-img {
  max-height: 47px;
}

@media screen and (min-width:768px) and (max-width:1024px) {
  .m-header-001__logo-link-img {
    max-height: 40px;
  }
}

@media screen and (max-width: 767px) {
  .m-header-001__logo-link-img {
    max-height: 40px;
  }
}

.m-header-001__btn-link {
  font-weight: 700;
}

@media screen and (min-width:768px) and (max-width:1024px) {
  .m-header-001__btn-link {
    min-height: 48px;
  }
}

@media screen and (max-width: 767px) {
  .m-header-001__btn-link {
    min-height: 60px;
  }
}

.c-headline-001__en {
  font-weight: 400;
  color: #c38a4c;
}

.c-headline-001__ja {
  font-weight: 500;
  color: #333;
}

@media screen and (max-width: 767px) {
  .c-headline-001__ja {
    font-size: 2rem;
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .c-headline-001__ja,
  [class$="__headline-txt"],
  [class$="__content-ttl"] {
    font-size: 2rem;
    letter-spacing: .2rem;
  }
}

@media screen and (max-width: 374px) {
  .c-headline-001__ja,
  [class$="__headline-txt"],
  [class$="__content-ttl"] {
    font-size: 1.8rem;
    letter-spacing: .1rem;
  }
}

@media screen and (max-width: 320px) {
  .c-headline-001__ja {
    letter-spacing: .2rem;
  }
}

.m-footer-001 {
  background: #f3e8db;
  color: #333;
}

/* フッター */
.m-footer-001__copyright {
  padding: 20px 0;
}

@media screen and (max-width: 767px) {
.m-footer-001__copyright {
    padding: 15px 0;
  }
}

/* __________________________________________________________________________________

歯科医師
__________________________________________________________________________________ */
/* -------------------------------------------
企業理念 002
------------------------------------------- */
.m-about-002 {
  padding-top: 16%;
  margin-top: 80px;
  padding-bottom: 0;
}

@media screen and (max-width: 767px) {
  .m-about-002 {
    margin-top: 40px;
  }
}

.m-about-002__background {
  top: 0;
  height: 0;
  max-height: none;
  padding-top: 25%;
  /* background-position: top center; */
}

@media screen and (min-width: 1441px) {
  .m-about-002 {
  padding-top: calc(1440px * .16);
  }

  .m-about-002__background {
  padding-top: calc(1440px * .25);
  }
}

@media screen and (max-width: 767px) {
  .m-about-002 {
  padding-top: 23%;
  }

  .m-about-002__background {
  padding-top: 35%;
  }
}

.m-about-002__headline-txt {
  color: #fff;
}

@media screen and (max-width: 320px) {
  .m-about-002__headline-txt {
    font-size: 2rem;
  }
}

.m-about-002__detail {
  padding-bottom: 80px;
  background: #c38a4c !important;
}

@media screen and (max-width: 767px) {
  .m-about-002__detail {
    padding-bottom: 40px;
  }
}

.m-about-002__desc-txt {
  padding-bottom: 0;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .m-about-002__desc-txt {
    text-align: left;
  }
}

/* -------------------------------------------
メッセージ 005
------------------------------------------- */
.m-message-005 {
  padding: 80px 0;
  /* background: #000 !important; */
}

@media screen and (max-width: 767px) {
  .m-message-005 {
    padding: 40px 0;
  }
}

.m-message-005__inner {
  max-width: 1600px;
  padding: 0;
}

@media screen and (max-width: 1024px) {
  .m-message-005__inner {
    padding: 0 20px;
  }
}

.m-message-005__images-item {
  margin-left: 10px;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .m-message-005__images-item {
    margin-left: 0;
  }
}

.m-message-005__images-item:first-child {
  margin-left: 0;
}

.m-message-005__figure-img {
  vertical-align: middle;
}

.m-message-005__detail {
  padding-bottom: 0;
}

.m-message-005__headline-txt {
  color: #c38a4c;
}

@media screen and (max-width: 767px) {
  .m-message-005__headline-txt {
    font-size: 2rem;
  }
}

@media screen and (max-width: 320px) {
  .m-message-005__headline-txt {
    font-size: 1.8rem;
    letter-spacing: .1rem;
  }
}

.m-message-005__desc-txt {
  padding-bottom: 0;
  color: #333;
}

@media screen and (max-width: 767px) {
  .m-message-005__desc-txt {
    text-align: left;
  }
}

/* -------------------------------------------
企業理念 004
------------------------------------------- */
.m-about-004 {
  padding: 80px 0 45px 0;
  background: #f3e8db !important;
}

@media screen and (max-width: 767px) {
  .m-about-004 {
    padding: 40px 0 20px 0;
  }
}

.m-about-004__headline-txt {
  color: #c38a4c;
}

@media screen and (max-width: 767px) {
  .m-about-004__detail {
    padding: 10px 0;
  }
}

.m-about-004__desc-txt {
  color: #333;
}

@media screen and (max-width: 767px) {
  .m-about-004__desc-txt {
    text-align: left;
  }
}

/* -------------------------------------------
仕事内容（単体） 004
------------------------------------------- */
.m-jobs-004 {
  padding: 80px 0;
  /* background: #010d55 !important; */
}

@media screen and (max-width: 1024px) {
  .m-jobs-004 {
    padding: 80px 20px;
  }
}

@media screen and (max-width: 767px) {
  .m-jobs-004 {
    padding: 40px 20px;
  }
}

.m-jobs-004__inner {
  max-width: 1600px;
}

.m-jobs-004 .c-headline-001 {
  margin: 0;
}

.m-jobs-004 .c-headline-001__en {
  /* color: #fff; */
}

.m-jobs-004 .c-headline-001__ja {
  /* color: #fff; */
}

.m-jobs-004__content {
  margin: 0;
}

.m-jobs-004__content-images-figure {
  max-width: 1600px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .m-jobs-004__content-images-figure {
    width: 100%;
  }
}

.m-jobs-004__content-ttl {
  font-size: 3rem;
  color: #c38a4c;
}

@media screen and (max-width: 767px) {
  .m-jobs-004__content-ttl {
    font-size: 2rem;
  }
}

@media screen and (max-width: 320px) {
  .m-jobs-004__content-ttl {
    font-size: 1.7rem;
    letter-spacing: .1rem;
  }
}

.m-jobs-004__content-desc {
  color: #333;
}

@media screen and (max-width: 767px) {
  .m-jobs-004__content-desc {
    text-align: left;
  }
}

/* -------------------------------------------
募集要項
------------------------------------------- */
.m-require-003 {
  padding: 0 0 80px 0;
  /* background: #f7f7f7 !important; */
}

@media screen and (max-width: 767px) {
  .m-require-003 {
    padding: 0 0 40px 0;
  }
}

.m-require-003 .c-headline-001 {
  margin: 0;
}

/* タイトル（英語）の見出しを大文字に変更したい場合に使用 */
.m-require-003 .c-headline-001__en {
  /* color: #333; */
  text-transform: uppercase;
}

.m-require-003 .c-headline-001__ja {
  font-weight: 500;
  /* color: #333; */
}

.m-require-003__detail {
  padding: 20px 40px 40px 40px;
}

@media screen and (max-width: 1024px){
  .m-require-003__detail {
    padding: 20px;
  }
}

.m-require-003__detail-row {
  border-top: 1px solid #ddd;
}

.m-require-003__detail-row:last-child {
  border-bottom: 1px solid #ddd;
}

.m-require-003__detail-ttl {
  color: #c38a4c;
}

.m-require-003__detail-desc {
  font-weight: 400;
  color: #333;
}

/* 「STEP番号」の背景色を変更したい場合に適用 */
.m-require-003__detail-flow-ttl-number {
  /* background-color: #f2f2f2; */
  /* color: #333; */
}

/* ボタン背景なしの場合にコメントアウトを削除 */
.m-require-003__entry-btn {
  background: #d89791;
}

/* __________________________________________________________________________________

歯科衛生士
__________________________________________________________________________________ */
/* -------------------------------------------
仕事内容（単体） 004
------------------------------------------- */
@media screen and (max-width: 767px) {
  .c-module-container > section:nth-of-type(1).m-jobs-004 .m-jobs-004__content-images-figure {
    width: 50%;
  }
}

/* -------------------------------------------
メッセージ 003
------------------------------------------- */
.m-message-003 {
  padding: 0 0 80px 0;
  /* background: #000 !important; */
}

@media screen and (max-width: 767px) {
  .m-message-003 {
    padding: 0 0 40px  0;
  }
}

.m-message-003__inner{
  padding: 0;
}

@media screen and (max-width: 767px){
  .m-message-003__inner{
  padding: 0;
  }
}

.m-message-003__headline-txt {
  /* color: #fff; */
}

@media screen and (max-width: 1024px) {
  .m-message-003__headline-txt {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  .m-message-003__headline-txt {
    font-size: 1.8rem;
    letter-spacing: .2rem;
  }
}

@media screen and (max-width: 320px) {
  .m-message-003__headline-txt {
    font-size: 1.8rem;
  }
}

.m-message-003__detail {
  background: #d89791;
}

@media screen and (max-width: 1024px) {
  .m-message-003__detail {
    margin: 40% 0 0 -60%;
  }
}

@media screen and (max-width: 767px) {
  .m-message-003__detail {
    margin: 40% 0 0 -70%;
  }
}

.m-message-003__desc-txt  {
  padding-bottom: 0;
  /* color: #fff; */
}

/* -------------------------------------------
メッセージ 002
------------------------------------------- */
.m-message-002 {
  /* background-position: top center; */
}

.m-message-002__inner::before {
  /* display: none; */
  background: #d89791;
  /* opacity: .7; */
}

@media screen and (max-width: 767px) {
  .m-message-002__detail {
    padding: 0;
  }
}

.m-message-002__headline-txt {
  /* color: #fff; */
}

@media screen and (max-width: 767px) {
  .m-message-002__headline-txt {
    font-size: 2rem;
    letter-spacing: .2rem;
  }
}

@media screen and (max-width: 320px) {
  .m-message-002__headline-txt {
    font-size: 1.8rem;
    letter-spacing: .1rem;
  }
}

.m-message-002__desc-txt {
  /* color: #fff; */
}

@media screen and (max-width: 767px) {
  .m-message-002__desc-txt {
    padding: 10px 0 0;
    text-align: left;
  }
}

/* -------------------------------------------
企業理念 002
------------------------------------------- */
.c-module-container > section:nth-of-type(4).m-about-002 .m-about-002__detail {
  background: #d89791 !important;
}

.c-module-container > section:nth-of-type(4).m-about-002 {
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .c-module-container > section:nth-of-type(4).m-about-002 {
    margin-bottom: 40px;
  }
}