/*カスタム*/
@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');

/* -------------------------------------------
共通パッチ
------------------------------------------- */
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;
  }
}

/* ヘッダー */
.m-header-001 {
  position: fixed;
  width: 100%;
  background: transparent;
}

/* ヘッダーIE対応
ヘッダーの高さ分マイナスしてください。*/
_:-ms-fullscreen, :root .m-kv-001 {
  transform: translate(0%, -70px);
  margin-bottom: -70px;
}

@media screen and (max-width: 767px) {
_:-ms-fullscreen, :root .m-kv-001 {
    transform: translate(0%, -60px);
    margin-bottom: -60px;
  }
}

@media screen and (max-width: 767px){
_:-ms-fullscreen, :root .m-kv-001 {
    transform: translate(0%, 0);
    margin-bottom: 0;
  }
}

.m-header-001__logo {
  padding: 10px 1%;
}

@media screen and (min-width:768px) and (max-width:1024px) {
  .m-header-001__logo {
    padding: 10px 3%;
  }
}

@media screen and (max-width: 767px) {
  .m-header-001__logo {
    padding: 10px 4%;
  }
}

.m-header-001__logo-link-img {
  max-height: 36px;
}

@media screen and (min-width:768px) and (max-width:1024px) {
  .m-header-001__logo-link-img {
    max-height: 34px;
  }
}

@media screen and (max-width: 767px) {
  .m-header-001__logo-link-img {
    max-height: 32px;
  }
}

.c-headline-001__en {
  font-weight: 400;
  /* text-transform: uppercase; */
}

.c-headline-001__ja {
  font-weight: 700;
  color: #5d544d;
  line-height: 1.6;
}

/* フッター */
.m-footer-001 {
  background: #71d69a;
}

.m-footer-001__copyright {
  padding: 20px 0;
}

@media screen and (max-width: 767px) {
.m-footer-001__copyright {
    padding: 15px 0;
  }
}

.single-post_recruit .m-header-001 {
  background: transparent;
}

.c-page-ttl-001 {
  padding: 160px 20px 120px 20px;
  background: #71d69a;
}

/* IE対応 */
_:-ms-fullscreen, :root .c-page-ttl-001 {
  padding: 100px 20px;
}

@media screen and (max-width: 767px) {
  .c-page-ttl-001 {
    padding: 80px 20px 40px 20px;
  }
}

@media screen and (max-width: 767px) {
  _:-ms-fullscreen, :root .c-page-ttl-001 {
    padding: 40px 20px;
  }
}

/* __________________________________________________________________________________

歯科医師
__________________________________________________________________________________ */
/* -------------------------------------------
メッセージ 004
------------------------------------------- */
.m-message-004 {
  padding: 80px 40px 20px 40px;
  /* background: #19213d !important; */
}

@media screen and (max-width: 767px) {
  .m-message-004 {
    padding: 40px 0 30px 0;
  }
}

.m-message-004::before {
  top: 0;
  background: #f6f5f0 !important;
}

@media screen and (max-width: 767px) {
  .m-message-004::before {
    top: 0;
    height: 0;
    max-height: initial;
    padding-top: 46%;
  }
}

.m-message-004__headline-txt {
  color: #71d69a;
}

@media screen and (max-width: 767px) {
  .m-message-004__headline-txt {
    font-size: 1.8rem;
    letter-spacing: .2rem;
  }
}

@media screen and (max-width: 320px) {
  .m-message-004__headline-txt {
    font-size: 1.7rem;
    letter-spacing: .1rem;
  }
}

.m-message-004__desc-txt {
  color: #5d544d;
}

@media screen and (max-width: 767px) {
  .m-message-004__desc-txt {
    text-align: left;
  }
}

/* -------------------------------------------
仕事内容（単体） 001
------------------------------------------- */
.m-jobs-001 {
  padding: 80px 20px;
  background: #f6f5f0 !important;
}

@media screen and (max-width: 767px) {
  .m-jobs-001 {
    padding: 40px 20px;
  }
}

.m-jobs-001 .c-headline-001__en {
  /* color: #fff; */
}

.m-jobs-001 .c-headline-001__ja {
  /* color: #fff; */
}

.m-jobs-001__content-desc {
  color: #5d544d;
}

@media screen and (max-width: 767px) {
  .m-jobs-001__content-desc {
    text-align: left;
  }
}

.m-jobs-001__list {
  padding-top: 0;
  padding-bottom: 0;
}

.m-jobs-001__list-item:last-child {
  padding-bottom: 0;
}

.m-jobs-001__list-item-inner {
  align-items: center;
}

.m-jobs-001__list-item-figure {
  width: 60%;
  min-height: 490px;
}

@media screen and (max-width: 767px) {
  .m-jobs-001__list-item-figure {
    width: 100%;
    min-height: auto;
  }
}

.m-jobs-001__list-item-detail {
  width: 40%;
  margin: 0;
  padding: 0 0% 0 40px;
}

@media screen and (max-width: 1024px) {
  .m-jobs-001__list-item-detail{
    padding: 0 0% 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .m-jobs-001__list-item-detail {
    width:100%;
    margin: 0 0 0 0%;
    padding: 20px 0;
  }
}

@media screen and (max-width: 1024px) {
  .m-jobs-001__list-item:last-child .m-jobs-001__list-item-detail {
    padding-bottom: 0;
  }
}

.m-jobs-001__list-item:nth-child(even) .m-jobs-001__list-item-detail {
  margin: 0;
  padding: 0 40px 0 0%;
}

@media screen and (max-width: 1024px) {
  .m-jobs-001__list-item:nth-child(even) .m-jobs-001__list-item-detail {
    padding: 0 20px 0 0%;
  }
}

@media screen and (max-width: 767px) {
  .m-jobs-001__list-item:nth-child(even) .m-jobs-001__list-item-detail {
    margin: 0;
    padding: 20px 0;
  }
}

/* 英語見出しがある場合コメントアウトを削除 */
/* .m-jobs-001__list-item-detail-job {
  padding: 5px 20px 0px 20px;
  background: #fff;
  color: #0c4eb1;
}

@media screen and (max-width: 767px) {
  .m-jobs-001__list-item-detail-job {
    padding: 5px 20px 2px 20px;
    font-size: 1.8rem;
    letter-spacing: 0rem;
  }
} */

.m-jobs-001__list-item-detail-ttl {
  display: block; /*safari対応*/
  padding: 2px 0;
  font-size: 2.5rem;
  font-weight: 900;
  letter-spacing: .1rem;
  background: transparent;
  color: #71d69a;
}

/* IE対応 */
_:-ms-fullscreen, :root .m-jobs-001__list-item-detail-ttl {
  padding-top:8px;
}

@media screen and (min-width:768px) and (max-width:1024px) {
  .m-jobs-001__list-item-detail-ttl {
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 767px) {
  .m-jobs-001__list-item-detail-ttl {
    margin: 0 0 10px;
    padding: 2px 0;
    font-size: 2rem;
  }
}

@media screen and (max-width: 320px) {
  .m-jobs-001__list-item-detail-ttl {
    font-size: 1.8rem;
  }
}

.m-jobs-001__list-item-detail-desc {
  font-weight: 500;
  color: #5d544d;
  text-align: justify;
}

/*タブレットから縦並びの時*/
@media screen and (max-width: 1024px) {
  .m-jobs-001__list-item-inner,
  .m-jobs-001__list-item:nth-child(even) .m-jobs-001__list-item-inner {
    flex-direction: column;
  }
  .m-jobs-001__list-item-figure {
    width: 100%;
    min-height: 440px; /*適宜変更*/
  }
  .m-jobs-001__list-item-detail {
    width: 100%;
    margin: 0;
    padding: 20px 0px;
  }
  .m-jobs-001__list-item:nth-child(even) .m-jobs-001__list-item-detail {
    padding: 20px 0px;
  }
  .m-jobs-001__list-item:last-child .m-jobs-001__list-item-detail {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .m-jobs-001__list-item-figure {
    min-height: auto;
  }
}

/* -------------------------------------------
福利厚生 001
------------------------------------------- */
.m-welfare-001 {
  padding: 80px 0;
  background: #71d69a !important;
}

@media screen and (max-width: 767px) {
  .m-welfare-001 {
    padding: 40px 0;
  }
}

.m-welfare-001__inner {
  max-width: 1140px;
}

.m-welfare-001 .c-headline-001 {
  margin: 0 0 12px;
}

.m-welfare-001 .c-headline-001__en {
  color: #fff;
}

.m-welfare-001 .c-headline-001__ja {
  color: #fff;
}

.m-welfare-001__list {
  justify-content: center;
}

.m-welfare-001__list-item {
  width: 25.33333%;
  padding: 8px;
}

@media screen and (max-width: 1024px) {
  .m-welfare-001__list-item {
    width: 100%;
    padding: 10px 20px;
  }
}

@media screen and (min-width: 1025px) {
  .m-welfare-001__list > * {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 1024px) {
  .m-welfare-001__list-item:first-child {
    padding-top: 0;
  }
}

@media screen and (max-width: 1024px) {
  .m-welfare-001__list-item:last-child {
    padding-bottom: 0;
  }
}

.m-welfare-001__list-item-inner {
  border: initial;
  /* background: #000; */
}

/* 番号の背景色の変更を行いたい場合に使用 */
.m-welfare-001__list-item-ttl-num {
  /* background: #000; */
}

.m-welfare-001__list-item-ttl-txt {
  font-size: 2.5rem;
  font-weight: 700;
  color: #5d544d;
}

@media screen and (max-width: 767px) {
  .m-welfare-001__list-item-ttl-txt {
    font-size: 1.8rem;
  }
}

.m-welfare-001__list-item-desc {
  padding: 0;
}

@media screen and (max-width: 767px) {
  .m-welfare-001__list-item-desc {
    padding-top: 5px;
  }
}

.m-welfare-001__list-item-desc-txt {
  font-size: 1.5rem;
  color: #5d544d;
  text-align: justify;
}

.m-welfare-001__desc {
  max-width: 800px;
}

.m-welfare-001__desc-txt {
  color: #333;
}

@media screen and (max-width: 1024px) {
  .m-welfare-001__desc-txt {
    padding: 0 20px;
  }
}

/* -------------------------------------------
メッセージ 003
------------------------------------------- */
.m-message-003 {
  padding: 80px 0;
  /* background: #000 !important; */
}

@media screen and (max-width: 767px) {
  .m-message-003 {
    padding: 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: 2rem;
    letter-spacing: .2rem;
  }
}

@media screen and (max-width: 320px) {
  .m-message-003__headline-txt {
    font-size: 1.8rem;
  }
}

.m-message-003__detail {
  /* background: #000; */
}

@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; */
}

/* -------------------------------------------
募集要項
------------------------------------------- */
.m-require-003 {
  padding: 80px 0;
  background: #f6f5f0 !important;
}

@media screen and (max-width: 767px) {
  .m-require-003 {
    padding: 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: 700;
  /* 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 #dfddd8;
}

.m-require-003__detail-row:last-child {
  border-bottom: 1px solid #dfddd8;
}

.m-require-003__detail-ttl {
  color: #5d544d;
}

.m-require-003__detail-desc {
  font-weight: 400;
  color: #5d544d;
}

/* 「STEP番号」の背景色を変更したい場合に適用 */
.m-require-003__detail-flow-ttl-number {
  /* background-color: #f2f2f2; */
  /* color: #333; */
}

/* ボタン背景なしの場合にコメントアウトを削除 */
/* .m-require-003__entry-btn {
  background: transparent;
  color: var(--primary);
  border: 1px solid var(--primary-bg);
}

.m-require-003__entry-btn:hover {
  color: var(--primary-txt);
}

.m-require-003__entry-btn::before {
  background: var(--primary);
} */

/* __________________________________________________________________________________

歯科衛生士
__________________________________________________________________________________ */
/* -------------------------------------------
仕事内容（単体） 001
------------------------------------------- */
.c-module-container > section:nth-of-type(1).m-jobs-001 {
  background: #fff !important;
}

@media screen and (max-width: 767px) {
  .c-module-container > section:nth-of-type(1).m-jobs-001 {
    padding: 10px 20px 40px 20px;
  }
}

/* -------------------------------------------
仕事内容（単体） 004
------------------------------------------- */
.m-jobs-004 {
  padding: 80px 0;
  background: #f6f5f0 !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: 1440px;
}

.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: 800px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .m-jobs-004__content-images-figure {
    width: 50%;
  }
}

.m-jobs-004__content-ttl {
  font-size: 3rem;
  color: #71d69a;
}

@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: #5d544d;
}

@media screen and (max-width: 767px) {
  .m-jobs-004__content-desc {
    text-align: left;
  }
}

/* -------------------------------------------
仕事内容（単体） 005
------------------------------------------- */
.m-jobs-005 {
  padding: 80px 20px;
  /* background: #000 !important; */
}

@media screen and (max-width: 1024px) {
  .m-jobs-005 {
    padding: 80px 20px;
  }
}

@media screen and (max-width: 767px) {
  .m-jobs-005 {
    padding: 40px 20px;
  }
}

.m-jobs-005 .c-headline-001__en {
  /* color: #fff; */
}

.m-jobs-005 .c-headline-001__ja {
  /* color: #fff; */
}

.m-jobs-005__content-images {
  margin: 0 auto 30px;
  padding: 0 0 10px 0;
}

@media screen and (max-width: 767px) {
  .m-jobs-005__content-images {
    margin: 0 auto 20px;
    padding: 0;
  }
}

.m-jobs-005__content-ttl {
  font-size: 3rem;
  color: #71d69a;
}

@media screen and (max-width: 767px) {
  .m-jobs-005__content-ttl {
    font-size: 1.8rem;
    letter-spacing: .2rem;
  }
}

@media screen and (max-width: 320px) {
  .m-jobs-005__content-ttl {
    font-size: 1.7rem;
  }
}

.m-jobs-005__content-desc {
  color: #5d544d;
}

@media screen and (max-width: 767px) {
  .m-jobs-005__content-desc {
    text-align: left;
  }
}

.m-jobs-005__list-item {
  padding-bottom: 0;
}

.m-jobs-005__list-item-inner {
  height: 100%;
}

.m-jobs-005__list-item-detail {
  height: 100%;
  padding: 40px;
  /* background: #ffee84; */
}

@media screen and (max-width: 767px) {
  .m-jobs-005__list-item-detail {
    padding: 20px;
  }
}

.m-jobs-005__list-item-detail-job {
  font-size: 4rem;
  font-weight: 600;
  /* color: #fff; */
  line-height: 1.25;
}

@media screen and (max-width: 767px) {
  .m-jobs-005__list-item-detail-job {
    font-size: 2.4rem;
  }
}

.m-jobs-005__list-item-detail-ttl {
  margin: 25px 0;
  font-size: 2.5rem;
  /* color: #fff; */
}

@media screen and (max-width: 1024px) {
  .m-jobs-005__list-item-detail-ttl {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 767px) {
  .m-jobs-005__list-item-detail-ttl {
    margin: 10px 0;
    font-size: 2rem;
  }
}

.m-jobs-005__list-item-detail-desc {
  font-size: 1.6rem;
  /* color: #fff; */
  text-align: justify;
}

@media screen and (max-width: 767px) {
  .m-jobs-005__list-item-detail-desc {
    font-size: 1.5rem;
  }
}

/* -------------------------------------------
インタビュー 004
------------------------------------------- */
.m-interview-004 {
  padding: 80px 0;
  background: #f6f5f0;
}

@media screen and (max-width: 767px) {
  .m-interview-004 {
    padding: 40px 0;
  }
}

.m-interview-004 .c-headline-001 {
  margin: 0 0 15px 0;
}

.m-interview-004__nav {
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .m-interview-004__nav {
    padding: 0 5px;
  }
}

.m-interview-004 .c-headline-001__ja {
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .m-interview-004__contents-section-detail {
    padding: 30px 20px 10px;
  }
}

.m-interview-004__contents-section-detail-ttl {
  color: #5d544d;
}

.m-interview-004__contents-section-detail-intro {
  font-weight: 500;
}

.m-interview-004__contents-section-detail-content-txt-block {
  font-weight: 500;
  color: #5d544d;
}

@media screen and (min-width:768px) and (max-width:1024px) {
  .m-interview-004__nav-item {
    width: 30%;
  }
}

@media screen and (max-width: 767px) {
  .m-interview-004__nav-item-ttl {
    padding: 10px 8px 15px;
  }
}

@media screen and (max-width: 767px) {
  .m-interview-004__nav-item-ttl-category {
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 320px) {
  .m-interview-004__nav-item-ttl-category {
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .m-interview-004__contents-section-figure + .m-interview-004__contents-section-detail {
    margin-top: -70px;
  }
}

.m-interview-004__nav-item-ttl-ruby {
  font-family: 'Josefin Sans',"游ゴシック体",YuGothic,"游ゴシック Medium","Yu Gothic Medium","游ゴシック","Yu Gothic","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",sans-serif;
}

/* -------------------------------------------
募集要項
------------------------------------------- */
.m-interview-004 + .m-require-003 {
  background: #fff !important;
}

.m-interview-004 + .m-require-003__detail-row {
  border-top: 1px solid #e7e6e4;
}

.m-interview-004 + .m-require-003__detail-row:last-child {
  border-bottom: 1px solid #e7e6e4;
}