/*カスタム*/
@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');
@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');

/* -------------------------------------------
共通パッチ
------------------------------------------- */
body {
  background:#fff;
}

/* ヘッダー */
@media screen and (min-width: 1101px) {
  .m-header-001 {
    background: transparent;
  }
}

@media screen and (min-width: 1101px) {
  .m-kv-001 {
    margin-top: -80px;
  }
}

.m-header-001__logo {
  padding: 15px 2%;
}

@media screen and (min-width:768px) and (max-width:1024px) {
  .m-header-001__logo {
    padding: 15px 3%;
  }
}

@media screen and (max-width: 767px) {
  .m-header-001__logo {
    padding: 15px 3%;
  }
}

.m-header-001__logo-link-img {
  max-height: 26px;
}

@media screen and (min-width:768px) and (max-width:1024px) {
  .m-header-001__logo-link-img {
    max-height: 24px;
  }
}

@media screen and (max-width: 767px) {
  .m-header-001__logo-link-img {
    max-height: 20px;
  }
}

@media screen and (min-width:768px) and (max-width:1024px) {
  .m-header-001__btn-link {
    min-height: 60px;
  }
}

.c-headline-001__en {
  font-family: 'Lato',"游ゴシック体",YuGothic,"游ゴシック Medium","Yu Gothic Medium","游ゴシック","Yu Gothic","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",sans-serif;
  font-weight: 400;
  color: #73c873;
}

.c-headline-001__ja {
  font-weight: 500;
  color: #454545;
}

@media screen and (max-width: 767px) {
  .c-headline-001__ja {
    font-size: 2rem;
    font-size: 20px;
  }
}

.m-footer-001 {
  background: #fff;
  color: #6a6a6a;
}

/* フッター */
.m-footer-001__copyright {
  padding: 20px 0;
}

@media screen and (max-width: 767px) {
.m-footer-001__copyright {
    padding: 15px 0;
  }
}

/* __________________________________________________________________________________

調剤薬局の薬剤師
__________________________________________________________________________________ */
/* -------------------------------------------
仕事内容（詳細） 001
------------------------------------------- */
.m-work-001 {
  padding: 80px 0 5px 0;
  background: #eaf7ea !important;
}

@media screen and (max-width: 767px) {
  .m-work-001 {
    padding: 40px 0 20px 0;
  }
}

@media screen and (max-width: 767px) {
  .m-work-001__inner {
    margin: 0 auto 20px;
  }
}

.m-work-001__ttl-en {
  display: none;
  font-family: 'Josefin Sans',"游ゴシック体",YuGothic,"游ゴシック Medium","Yu Gothic Medium","游ゴシック","Yu Gothic","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",sans-serif;
}

@media screen and (max-width: 767px) {
  .m-work-001__ttl-en {
    font-size: 1.8rem;
    letter-spacing: .1rem;
  }
}

@media screen and (max-width: 320px) {
  .m-work-001__ttl-en {
    font-size: 1.6rem;
  }
}

.m-work-001__ttl-ja {
  background: #73c873;
  font-size: 1.9rem;
}

@media screen and (max-width: 767px) {
  .m-work-001__ttl-ja {
    font-size: 1.7rem;
    letter-spacing: .2rem;
  }
}

@media screen and (max-width: 320px) {
  .m-work-001__ttl-ja {
    font-size: 1.5rem;
    letter-spacing: .1rem;
  }
}

.m-work-001__desc-ttl {
  font-size: 1.7rem;
  font-weight: 500;
  background: #fff;
  color: #454545;
}

@media screen and (max-width: 767px) {
  .m-work-001__desc-ttl {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 320px) {
  .m-work-001__desc-ttl {
    font-size: 1.5rem;
  }
}

.m-work-001__desc-txt {
  font-size: 1.5rem;
  color: #454545;
}

.m-work-001__detail {
  margin: -65px 0 0;
}

/* -------------------------------------------
仕事内容（詳細） 001
------------------------------------------- */
.c-module-container > section:nth-of-type(2).m-work-001 {
  padding: 0px 0 5px 0;
}

@media screen and (max-width: 767px) {
  .c-module-container > section:nth-of-type(2).m-work-001 {
    padding: 0px 0 20px 0;
  }
}

/* -------------------------------------------
評価制度 005
------------------------------------------- */
.m-assessment-005 {
  padding: 80px 0 56px 0;
  background: #73c873 !important;
}

@media screen and (max-width: 1024px) {
  .m-assessment-005 {
    padding: 80px 0 68px 0;
  }
}

@media screen and (max-width: 767px) {
  .m-assessment-005 {
    padding: 40px 0 28px 0;
  }
}

.m-assessment-005 .c-headline-001__en {
  color: #cdebcd;
}

.m-assessment-005 .c-headline-001__ja {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .m-assessment-005__list-item {
    padding: 12px 20px;
  }
}

.m-assessment-005__list-item-inner {
  border: 1px solid #ddd;
}

.m-assessment-005__list-item:nth-child(1) {
  padding-top: 0;
}

.m-assessment-005__list-item:nth-child(2) {
  padding-top: 0;
}

@media screen and (max-width: 1024px) {
  .m-assessment-005__list-item:nth-child(2) {
    padding: 12px 24px;
  }
}

.m-assessment-005__list-item-ttl-num {
  font-weight: 600;
  background: #73c873;
}

.m-assessment-005__list-item-ttl-txt {
  font-weight: 700;
  color: #73c873;
}

@media screen and (max-width: 320px) {
  .m-assessment-005__list-item-ttl-txt {
    font-size: 1.4rem;
  }
}

.m-assessment-005__list-item-desc {
  padding: 0;
}

@media screen and (max-width: 767px) {
  .m-assessment-005__list-item-desc {
    padding: 10px 0 0 0;}
}

.m-assessment-005__list-item-desc-txt {
  color: #454545;
  text-align: justify;
}

/* -------------------------------------------
評価制度 001
------------------------------------------- */
.m-assessment-001 {
  padding: 80px 0 56px 0;
  /* background: #000 !important; */
}

@media screen and (max-width: 1024px) {
  .m-assessment-001 {
    padding: 80px 0 68px 0;
  }
}

@media screen and (max-width: 767px) {
  .m-assessment-001 {
    padding: 40px 0 28px 0;
  }
}

.m-assessment-001 .c-headline-001__en {
  color: #e673a0;
}

.m-assessment-001 .c-headline-001__ja {
  /* color: #fff; */
}

@media screen and (max-width: 1024px) {
  .m-assessment-001__list-item {
    padding: 12px 20px;
  }
}

.m-assessment-001__list-item:first-child {
  padding-top: 0;
}

.m-assessment-001__list-item-ttl {
  border: solid #ddd;
  border-width: 1px 0;
}

.m-assessment-001__list-item-ttl-num {
  font-weight: 600;
  background: #e673a0;
}

.m-assessment-001__list-item-ttl-txt {
  font-size: 2.5rem;
  color: #e673a0;
}

@media screen and (max-width: 767px) {
  .m-assessment-001__list-item-ttl-txt {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 320px) {
  .m-assessment-001__list-item-ttl-txt {
    font-size: 1.7rem;
  }
}

/* 子要素の「何番目」に適用させるかは適宜変更 */
.m-assessment-001__list-item:nth-child(2) .m-assessment-001__list-item-figure-img {
  /* max-width: 70%; */
}

@media screen and (max-width: 767px) {
  .m-assessment-001__list-item:nth-child(2) .m-assessment-001__list-item-figure-img {
    /* max-width: 100%; */
  }
}

.m-assessment-001__list-item-desc {
  padding: 0 20px;
  color: #454545;
}

@media screen and (max-width: 767px) {
  .m-assessment-001__list-item-desc {
    padding: 0;
  }
}

/* -------------------------------------------
メッセージ 005
------------------------------------------- */
.m-message-005 {
  padding: 80px 0;
  background: #73c873 !important;
}

@media screen and (max-width: 767px) {
  .m-message-005 {
    padding: 40px 0;
  }
}

.m-message-005__inner {
  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: #fff;
}

@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: #fff;
}

@media screen and (max-width: 767px) {
  .m-message-005__desc-txt {
    text-align: left;
  }
}

/* -------------------------------------------
募集要項
------------------------------------------- */
.m-require-003 {
  padding: 80px 0;
  background: #f1f1f1 !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: #e673a0;
  /* 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: #454545;
}

.m-require-003__detail-desc {
  font-weight: 400;
  color: #454545;
}

/* 「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);
} */

/* __________________________________________________________________________________

調剤薬局の管理栄養士
__________________________________________________________________________________ */
/* -------------------------------------------
評価制度 004
------------------------------------------- */
.m-assessment-004 {
  padding: 80px 0 56px 0;
  background: #fff !important;
}

@media screen and (max-width: 1024px) {
  .m-assessment-004 {
    padding: 80px 0;
  }
}

@media screen and (max-width: 767px) {
  .m-assessment-004 {
    padding: 40px 0 28px 0;
  }
}

.m-assessment-004__inner {
  max-width: 950px;
}

.m-assessment-004 .c-headline-001 {
  margin: 0;
}

.m-assessment-004 .c-headline-001__en {
  /* color: #333; */
}

.m-assessment-004 .c-headline-001__ja {
  /* color: #333; */
}

@media screen and (max-width: 1024px) {
  .m-assessment-004__list-item:last-child {
    padding-bottom: 0;
  }
}

.m-assessment-004__list-item-ttl {
  border: solid #ddd;
  border-width: 1px 0;
}

.m-assessment-004__list-item-ttl-num {
  background: #73c873;
}

.m-assessment-004__list-item-ttl-txt {
  color: #454545;
}

.m-assessment-004__list-item-figure-img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .m-assessment-004__list-item-desc {
    padding: 0;
  }
}

.m-assessment-004__list-item-desc-txt {
  color: #454545;
  text-align: justify;
}

/* -------------------------------------------
評価制度 001
------------------------------------------- */
.postid-62 .m-assessment-001 {
  background: #f1f1f1;
}