@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;
  }
}

/* 要項ページ body */
.single-post_recruit {
  color: var(--sub-txt, #333);
  word-break: break-word;
  font-weight: 500;
}

/* -------------------------------------------
ヘッダー
------------------------------------------- */
/* ロゴ */
.m-header-001__logo {
  padding: 6px 28px;
  background: var(--primary-txt);
}

@media screen and (max-width: 767px) {
  .m-header-001__logo {
    padding: 5px 17px;
    max-width: 220px;
  }
}

.m-header-001__logo-link-img {
  display: block;
  max-height: 67px;
}

@media screen and (max-width: 767px) {
  .m-header-001__logo-link-img {
    display: none;
  }
}

.m-header-001__logo-link-img.is-mobile {
  display: none;
  max-height: 42px;
}

@media screen and (max-width: 767px) {
  .m-header-001__logo-link-img.is-mobile {
    display: block;
  }
}

.single-post_recruit .m-header-001 {
  background: transparent;
}

.m-header-001 + .m-kv-001 {
  margin-top: -80px; /* PCヘッダーの高さ */
}

@media screen and (max-width: 767px) {
  .m-header-001 + .m-kv-001 {
    margin-top: -48px; /* SPヘッダーの高さ */
  }
}

/* -------------------------------------------
モジュール
------------------------------------------- */
/* 大見出し */
.c-headline-001 {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .c-headline-001 {
    margin-bottom: 20px;
  }
}

.c-headline-001 + * {
  padding-top: 0;
  margin-top: 0;
}

.c-headline-001__en {
  font-weight: 400;
/* text-transform: uppercase; */
}

.c-headline-001__ja {
  font-weight: 700;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .c-headline-001__ja {
    font-size: 2rem;
    letter-spacing: .2rem;
  }  
}

@media screen and (max-width: 374px) {
  .c-headline-001__ja {
    font-size: 1.8rem;
    letter-spacing: .1rem;
  }  
}

/* モジュール内見出し */
@media screen and (max-width: 767px) {
  [class$="__headline-txt"],
  [class$="__content-ttl"] {
    font-size: 2rem;
    letter-spacing: .2rem;
  }
}

@media screen and (max-width: 374px) {
  [class$="__headline-txt"],
  [class$="__content-ttl"] {
    font-size: 1.8rem;
    letter-spacing: .1rem;
  }
}

/* サブカラー 背景を無効化したいとき */
.c-module-container > section:nth-of-type(odd) {
  background-color: transparent;
}

/* -------------------------------------------
看護師
------------------------------------------- */
/* -------------------------------------------
社風 002
------------------------------------------- */
.m-culture-002 {
  /* background: var(--primary) !important; */
  padding: 80px 0 100px;
}

@media screen and (max-width: 767px) {
  .m-culture-002 {
    padding: 40px 0;
  }
}

.m-culture-002__list-item:first-child {
  padding-top: 0;
}

.m-culture-002__list-item:last-child {
  padding-bottom: 0;
}

@media screen and (min-width: 1024.01px) {
  .m-culture-002__list-item:nth-child(2) {
    padding-top: 0;
  }
}

@media screen and (min-width: 1024.01px) {
  .m-culture-002__list-item:nth-child(odd):nth-last-child(2) {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 1024px) {
  .m-culture-002__list-item {
    padding: 30px 20px 0;
  }
}

.m-culture-002__list-item-figure{
  width: 210px;
}

@media screen and (max-width: 767px){
  .m-culture-002__list-item-figure{
    width: 100%;
  }
}

.m-culture-002__list-item-figure-img {
  vertical-align: bottom;
  width: 100%;
}

.m-culture-002__list-item-detail{
  width: calc(100% - 210px);
  padding: 0 0 0 40px;
}

@media screen and (max-width: 767px) {
  .m-culture-002__list-item-detail {
    width: 100%;
    padding: 20px 0;
    padding-bottom: 0;
  }
}

.m-culture-002__list-item-detail-ttl {
  border-width: 1px 0;
  font-weight: 700;
  border-color: var(--primary-border, #04a1af);
  /* color: var(--primary); */
}

.m-culture-002__list-item-detail-ttl-txt {
  font-size: 2rem;
}

.m-culture-002__list-item-detail-desc {
  padding: 0;
}

@media screen and (min-width: 767.01px){
  .m-culture-002__list-item-detail-desc-txt{
    font-size: 15px;
    font-size: 1.5rem;
  }
}

/* -------------------------------------------
プロジェクト紹介 005
------------------------------------------- */
.m-project-005{
  padding: 0 0 80px;
}

@media screen and (max-width: 767px){
  .m-project-005{
    padding: 0 0 40px;
  }
}

.m-project-005 .c-headline-001{
  display: none;
}

.m-project-005__eyecatch-inner{
  background: rgba(17,17,17,0.4);
  padding: 120px 60px 120px;
}

@media screen and (max-width: 767px){
  .m-project-005__eyecatch-inner{
    padding: 80px 20px 80px;
  }
}

.m-project-005__ttl {
  font-weight: 700;
}

.m-project-005__lead {
  font-weight: 500;
}

@media screen and (min-width: 767.01px){
  .m-project-005__lead{
    font-size: 15px;
    font-size: 1.5rem;
  }
}

/* -------------------------------------------
仕事内容（単体） 002
------------------------------------------- */
.m-jobs-002 {
  padding: 0 20px 80px;
}

@media screen and (max-width: 767px) {
  .m-jobs-002 {
    padding: 0 20px 40px;
  }
}

.m-jobs-002__content-desc {
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .m-jobs-002__content-desc {
    text-align: left;
  }
}

.m-jobs-002__list {
  padding: 0;
}

@media screen and (min-width: 1025px) {
  .m-jobs-002__list-item {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 1024px) {
  .m-jobs-002__list-item:last-child {
    padding-bottom: 0;
  }
}

.m-jobs-002__list-item-detail {
  margin-top: -40px;
}

@media screen and (min-width: 1024.01px) {
  .m-jobs-002__list-item-detail {
    padding-bottom: 0;
    margin-top: -44px;
  }
}

@media screen and (max-width: 1024px) {
  .m-jobs-002__list-item-detail {
    margin-top: -46px;
  }
}

@media screen and (max-width: 767px) {
  .m-jobs-002__list-item-detail {
    padding: 20px 0;
    margin-top: -34px;
  }
}

@media screen and (max-width: 1024px) {
  .m-jobs-002__list-item:last-child .m-jobs-002__list-item-detail {
    padding-bottom: 0;
  }
}

.m-jobs-002__list-item-detail-job {
  word-break: break-word;
  font-size: 4.5rem;
  font-weight: 600;
   line-height: 1.4em;
}

@media screen and (max-width: 767px) {
  .m-jobs-002__list-item-detail-job {
    font-size: 3.5rem;
    line-height: 1.1em;
    font-weight: 600;
  }
}

.m-jobs-002__list-item-detail-ttl {
  margin: 0;
  padding: 0.8em 0 1.1em;
  line-height: 1.4em;
  font-weight: 700;
  font-size: 2.5rem;
}

@media screen and (max-width: 767px) {
  .m-jobs-002__list-item-detail-ttl {
    font-size: 2rem;
    margin: 0;
  }
}

.m-jobs-002__list-item-detail-desc {
  font-weight: 500;
}

/* -------------------------------------------
仕事内容（単体） 001
------------------------------------------- */
.m-jobs-001 {
  padding: 80px 20px;
  background: var(--sub-bg);
}

@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;
}

@media screen and (max-width: 1024px) {
  .m-jobs-001__list-item-inner {
    flex-direction: column;
  }
}

@media screen and (max-width: 1024px) {
  .m-jobs-001__list-item:nth-child(even) .m-jobs-001__list-item-inner {
    flex-direction: column;
  }
}

.m-jobs-001__list-item-figure {
  min-height: 490px;
}

@media screen and (max-width: 1024px) {
  .m-jobs-001__list-item-figure {
    width: 100%;
    min-height: 440px; /*適宜変更*/
  }
}

@media screen and (max-width: 767px) {
  .m-jobs-001__list-item-figure {
    min-height: auto;
  }
}

.m-jobs-001__list-item-detail {
  width: 45%;
  margin: 0;
  padding: 40px 0% 40px 40px;
}


@media screen and (max-width: 1024px) {
  .m-jobs-001__list-item-detail {
    width: 100%;
    margin: 0;
    padding: 20px 0px;
  }
}

@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;
  padding: 40px 40px 40px 0%;
}

@media screen and (max-width: 1024px) {
  .m-jobs-001__list-item:nth-child(even) .m-jobs-001__list-item-detail {
    padding: 20px 0px;
  }
}

@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: 1024px) {
  .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;
  }
}

.m-jobs-001__list-item-detail-job {
  font-weight: 700;
  padding-top: 4px;
}

.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;
  color: var(--primary);
}

@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: 500;
}

/* -------------------------------------------
ケアマネージャー
------------------------------------------- */
/* -------------------------------------------
メッセージ 004
------------------------------------------- */
.m-message-004 {
  padding: 80px 0;
  background: var(--sub-bg) !important;
}

@media screen and (max-width: 767px) {
  .m-message-004 {
    padding: 40px 0;
  }
}

.m-message-004::before {
  top: 0;
  max-height: 25vw;
  background: var(--primary-txt);
}

@media screen and (max-width: 1024px){
  .m-message-004::before{
    max-height: 32%;
  }
}

@media screen and (max-width: 767px){
  .m-message-004::before{
    max-height: 20%;
  }
}

.m-message-004__detail {
  padding-bottom: 0;
}

.m-message-004__headline {
  margin-bottom:40px;
}

@media screen and (max-width: 767px) {
  .m-message-004__headline {
    margin-bottom: 20px;
  }
}

.m-message-004__headline:only-child {
  margin-bottom: 0;
}

.m-message-004__headline + .m-message-004__desc {
  margin-top: -2px;
}

.m-message-004__headline-txt {
  font-weight: 700;
  color: var(--primary);
}

.m-message-004__desc-txt {
  padding: 0 0 30px 0;
  /* color: #fff; */
}

@media screen and (max-width: 767px) {
  .m-message-004__desc-txt {
    text-align: left;
    padding-bottom: 24px;
  }
}

.m-message-004__desc-txt:first-child {
  padding-top: 0;
}

.m-message-004__desc-txt:last-child {
  padding-bottom: 0;
}

/* -------------------------------------------
社風 001
------------------------------------------- */
.m-culture-001 {
  padding: 80px 0 120px;
  background: var(--sub-bg);
}

@media screen and (max-width: 767px) {
  .m-culture-001 {
    padding: 40px 0;
  }
}

.m-culture-001__inner {
  max-width: 1480px;
}

.m-culture-001__list {
  padding: 0 8px;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.m-culture-001__list {
  margin: -12px auto;
}

.c-headline-001 + .m-culture-001__list {
  margin: -12px auto;
}

@media screen and (max-width: 1024px) {
  .m-culture-001__list {
    margin-bottom: 0;
  }

  .c-headline-001 + .m-culture-001__list {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 1024px) {
  .m-culture-001__list-item {
    padding: 30px 15px 0;
  }
  .m-culture-001__list-item:first-child {
    padding-top: 0;
  }
}

.m-culture-001__list-item-figure-img {
  width: 100%;
}

.m-culture-001__list-item-detail-ttl {
  border-width: 0 0 1px;
  font-weight: 700;
  border-color: var(--primary-border, #04a1af);
  color: var(--primary);
}

.m-culture-001__list-item-detail-ttl:only-child {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.m-culture-001__list-item-detail-ttl-txt {
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  .m-culture-001__list-item-detail-ttl-txt {
    font-size: 1.5rem;
  }
}

.m-culture-001__list-item-detail-desc {
  /* color: var(--primary); */
}

.m-culture-001__list-item-detail-desc-txt {
  text-align: justify;
}

@media screen and (min-width: 767.01px){
  .m-culture-001__list-item-detail-desc-txt{
    font-size: 15px;
    font-size: 1.5rem;
  }
}

/* -------------------------------------------
プロジェクト紹介 003
------------------------------------------- */
.m-project-003{
  padding: 80px 20px;
}

@media screen and (max-width: 767px){
  .m-project-003{
    padding: 40px 0;
  }
}

.m-project-003 .c-headline-001{
  display: none;
}

.m-project-003__ttl{
  color: var(--primary);
}

.m-project-003__lead {
  font-weight: 500;
  margin: 0 0 60px;
}

@media screen and (min-width: 767.01px){
  .m-project-003__lead{
    font-size: 15px;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .m-project-003__lead {
    text-align: left;
    margin: 0 0 30px;
  }
}

.m-project-003__contents-section-detail{
  background: var(--sub-bg);
}

@media screen and (max-width: 767px){
  .m-project-003__contents-section:last-child .m-project-003__contents-section-detail{
  margin-bottom: 0;
  }
}

.m-project-003__contents-section-detail-number {
  font-weight: 500;  
}

.m-project-003__contents-section-detail-ttl {
  font-weight: 700; 
}

.m-project-003__contents-section-detail-content-txt {
  font-weight: 500;  
}

@media screen and (min-width: 767.01px){
  .m-project-003__contents-section-detail-content-txt{
    font-size: 15px;
    font-size: 1.5rem;
  }
}

/* -------------------------------------------
メッセージ 005
------------------------------------------- */
.m-message-005 {
  padding: 80px 0;
  overflow: hidden;
  background: var(--sub-bg);
}

@media screen and (max-width: 767px) {
  .m-message-005 {
    padding: 40px 0;
  }
}

.m-message-005__inner {
  padding: 0;
}

.m-message-005__images {
  margin: -5px 0;
}

@media screen and (max-width: 767px) {
  .m-message-005__images {
    margin: -2.5px 0;
  }
}

.m-message-005__images-item {
  padding: 5px;
}

@media screen and (max-width: 767px) {
  .m-message-005__images-item {
    padding: 2.5px;
  }
}

@media screen and (max-width: 767px) {
  .m-message-005__images-item:nth-child(even) {
    padding-left: 2px;
  }
}

@media screen and (max-width: 767px) {
  .m-message-005__images-item:nth-child(odd) {
    padding-right: 2px;
  }
}

@media screen and (max-width: 767px) {
  .m-message-005__images-item:nth-child(odd):last-child {
    padding-right: 2.5px;
  }
}

@media screen and (min-width: 767.01px) {
  .m-message-005__images-item:first-child {
    padding-left: 0;
  }
}

@media screen and (min-width: 767.01px) {
  .m-message-005__images-item:last-child {
    padding-right: 0;
  }
}

.m-message-005__detail {
  padding: 40px 40px 0;
}

@media screen and (max-width: 1024px) {
  .m-message-005__detail {
    padding: 40px 20px 0;
  }
}

@media screen and (max-width: 767px) {
  .m-message-005__detail {
    padding: 30px 20px 0;
  }
}

.m-message-005__headline {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .m-message-005__headline {
    margin-bottom: 20px;
  }
}

.m-message-005__headline:only-child {
  margin-bottom: 0;
}

.m-message-005__headline + .m-message-005__desc {
  margin-top: -2px;
}

.m-message-005__headline-txt {
  font-weight: 700;
  color: var(--primary);
}

.m-message-005__desc-txt {
  padding: 0 0 30px;
  /* color: #fff; */
}

@media screen and (max-width: 767px) {
  .m-message-005__desc-txt {
    padding-bottom: 24px;
    text-align: left;
  }
}

.m-message-005__desc-txt:last-child {
  padding-bottom: 0;
}

/* -------------------------------------------
募集要項
------------------------------------------- */
/* 募集要項 */
div[class^="m-require-"][class$="__detail-row"] {
  border-color: var(--primary-border);
}

div[class^="m-require-"][class$="__detail-ttl"] {
  font-weight: 700;
/* color: var(--sub-txt); */
}

div[class^="m-require-"][class$="__detail-desc"] {
  font-weight: 500;
}

/* タイトル（英語）の見出しを大文字に変更したい場合に使用 */
.m-require-002 .c-headline-001__en {
  /* text-transform: uppercase; */
}

.m-require-002 .c-headline-001__ja {
  font-weight: 700;
}

.m-require-002__detail-row::before {
  background: var(--sub-bg);
  opacity: 1;
}

.m-require-002__detail-ttl {
  /* color: #333; */
}

.m-require-002__detail-desc {
  font-weight: 400;
  color: #333;
}

/* IE対応 */
_:-ms-fullscreen, :root .m-require-002__detail-flow-ttl-number {
  padding: 6px 10px 1px;
}

/* -------------------------------------------
フッター
------------------------------------------- */
.m-footer-001 {
  background: #2d221c;
}

/* コピーライト */
.m-footer-001__copyright {
  padding: 30px 0;
  font-family: inherit;
}

@media screen and (max-width: 767px) {
  .m-footer-001__copyright {
    padding: 20px 0;
  }
}