/*カスタム*/

/* -------------------------------------------
共通パッチ
------------------------------------------- */
/* PCとタブレットのみ改行を適用 */
@media screen and (min-width: 768px) {
  .pc-tab {
    display: block;
  }
}

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

/*ロゴを上下中央に配置*/
.m-header-001__logo {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/*sp時不自然な余白対策*/
@media screen and (max-width: 767px) {
  .m-kv-001__figure-img-sp {
    width: 100%;
  }
}

/* 募集要項の上余白調整 */
@media screen and (max-width: 767px){
  .m-require-001__detail, .m-require-002__detail, .m-require-003__detail, .m-require-004__detail, .m-require-005__detail {
    padding-top: 14px;
  }
}

/* 選考スケジュールIE対応 */
_:-ms-fullscreen, :root .m-require-003__detail-flow-ttl-number, :root .m-require-004__detail-flow-ttl-number {
  padding: 6px 10px 1px;
}

/* 募集要項の本文 */
.m-require-003__detail-desc, .m-require-004__detail-desc {
  font-weight: 400;
}
/* 「応募する」ボタン */
.m-require-003__entry-btn {
  background: var(--primary-bg);
  color: #fff;
}

.m-require-003__entry-btn::before {
  background: rgba(17,17,17,0.2);
}
/* フッター */
.m-footer-001 {
  background: #fff;
  color: #333;
}

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

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

/* -------------------------------------------
ヘッダー
------------------------------------------- */
@media screen and (max-width: 767px){
    .m-header-001__logo {
        max-width: calc(100% - 100px);
    }
}

.m-header-001__logo-link-img {
    max-height: 18px;
}

@media screen and (max-width: 767px){
    .m-header-001__logo-link-img {
        max-height: 13px;
    }
}
.m-header-001__btn-link {
    background: #abadb1;
}
/* -------------------------------------------
メッセージ 003
------------------------------------------- */
@media screen and (max-width: 374px){
  .m-message-003__headline-txt {
    letter-spacing: 0.2rem;

  }
}

.m-message-003__detail {
  background: var(--primary);
}

.m-message-003__desc-txt {
  padding-bottom: 10px;
}

.m-message-003 {
    padding-bottom: 80px;
}

@media screen and (max-width: 1024px) {
  .m-message-003 {
    padding: 40px 20px 40px;
  }
}

@media screen and (max-width: 767px) {
  .m-message-003 {
    padding: 40px 20px;
  }
}

@media screen and (max-width: 1024px) {
  .m-message-003__inner {
    padding: 0;
    flex-direction: column;
  }
}

@media screen and (max-width: 1024px) {
  .m-message-003__figure {
    width: 100%;
  }
}
.m-message-003__figure-img {
  vertical-align: bottom;
}

@media screen and (max-width: 1024px) {
  .m-message-003__detail {
    width: 100%;
    margin: 0% 0 0 0%;
  }
}

/* -------------------------------------------
仕事内容（単体） 001
------------------------------------------- */
.c-module-container>section.m-jobs-001 {
  background: #f7f7f7;
}

.m-jobs-001__list-item-detail-ttl {
  color: var(--primary);
}

.m-jobs-001 {
  padding: 80px 20px;
}

@media screen and (max-width: 767px) {
  .m-jobs-001 {
    padding: 40px 20px;
  }
}

@media screen and (max-width: 767px) {
  .m-jobs-001__content-desc {
    text-align: left;
  }
}

.m-jobs-001__list {
  padding: 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 {
  min-height: 490px;
}

@media screen and (max-width: 767px) {
  .m-jobs-001__list-item-figure {
    min-height: auto;
  }
}

.m-jobs-001__list-item-detail {
  width: 40%;
  margin: 0 0 0 3%;
  padding: 40px 0;
}

.m-jobs-001__list-item-detail-ttl {
  display: block; /*safariバグ対策*/
  padding: 0;
  margin: 0 0 15px;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  background: transparent;
}

@media screen and (max-width: 767px) {
  .m-jobs-001__list-item-detail-ttl {
    font-size: 1.8rem;
  }
}

.m-jobs-001__list-item-detail-desc {
  font-weight: 400;
}

/*テキストを内側に寄せたい場合は削除*/
.m-jobs-001__list-item-detail {
  width: 45%;
  margin: 0;
  padding: 40px 0% 40px 40px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-jobs-001__list-item-detail {
    padding: 20px 0 40px 20px;
  }
}

@media screen and (max-width: 767px) {
  .m-jobs-001__list-item-detail {
    width: 100%;
    margin: 0 0 0 0%;
    padding: 20px 0;
  }
}

.m-jobs-001__list-item:nth-child(even) .m-jobs-001__list-item-detail {
  margin: 0 3% 0 0;
  padding: 40px 0%;
}

/*テキストを内側に寄せたい場合は削除*/
.m-jobs-001__list-item:nth-child(even) .m-jobs-001__list-item-detail {
  margin: 0;
  padding: 40px 40px 40px 0%;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-jobs-001__list-item:nth-child(even) .m-jobs-001__list-item-detail {
    padding: 20px 20px 40px 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;
  }
}

@media screen and (max-width: 767px) {
  .m-jobs-001__list-item:last-child .m-jobs-001__list-item-detail {
    padding-bottom: 0;
  }
}

/*タブレットから縦並びの時*/
@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-assessment-005__list-item:last-child {
padding-bottom: 0%;
}

@media screen and (min-width: 1025px) {
    .m-assessment-005__list-item:nth-last-child(2) {
        padding-bottom: 0;
    }
}

.m-assessment-005__list-item-inner {
    background: #f7f7f7;
    border: none;
}

@media screen and (max-width: 767px){
  .m-assessment-005__list-item-ttl-txt {
    letter-spacing: .05rem;
  }
}

.m-assessment-005__list-item-figure {
margin: 0 0 14px;
}

@media screen and (max-width: 767px) {
.m-assessment-005__list-item-figure {
    margin: 0px 0 10px;
}
}

.m-assessment-005__list-item-desc {
padding: 0px 0 0;
}

/* -------------------------------------------
フリー
------------------------------------------- */
.m-free-001 {
    padding: 40px 20px 20px;
}

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

/* -------------------------------------------
メッセージ 004
------------------------------------------- */
.m-message-004 {
  padding: 80px 40px;
  background-color: #fff;
}

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

.m-message-004::before {
  /* background: var(--primary); */
  top: 0px;
  max-height: 45vw;
}

.m-message-004__detail {
  padding: 4rem 0 0;
}

@media screen and (max-width: 767px) {
  .m-message-004__headline-txt {
    /* color: var(--primary); */
    font-size: 2rem;
  }
}

.m-message-004__desc-txt {
  padding: 0px 0;
}

@media screen and (max-width: 767px) {
  .m-message-004__desc-txt {
    text-align: left;
  }
}

/* -------------------------------------------
募集要項 003
------------------------------------------- */
.c-module-container>section.m-require-003 {
    background-color: #f7f7f7;
}

.m-require-003__detail-ttl {
    color: #333;
}

.m-require-003__detail-row, .m-require-003__detail-row:last-child {
    border-color: #ddd;
}
/* -------------------------------------------
歯科衛生士 カラー調整
------------------------------------------- */
.postid-29 .m-message-003__detail,
.postid-29 .m-assessment-005__list-item-ttl-num,
.postid-29 .m-message-004::before,
.postid-29 .m-require-003__detail-flow-ttl-number,
.postid-29 .m-require-003__entry-btn,
.postid-29 .g-pagetop-btn::before{
    background-color: #ebb4b4;
}

.postid-29 .c-headline-001__en,
.postid-29 .m-jobs-001__list-item-detail-ttl {
    color: #ebb4b4;

}

.postid-29 .m-require-003__entry-btn {
    border-color: #ebb4b4;
}
.sp320 {
  display: none;
}
@media screen and (max-width: 374px){
  .sp320 {
    display: block;
  }
}

.tab {
  display: none;
}

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

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