@charset "UTF-8";


/* 全体設定 */
body {
  line-height: 1.8;
}
body p{
       letter-spacing: 0.05em;
}
img {
  max-width: 100%;
  height: auto;
}

/* メイン画像とメインタイトル部分 */
.about-main {
  margin-top: 100px;
}
.about-main img {
  display: block;
  margin: 0 auto;
  width: 1170px;
  height: auto;
}
.about-title {
  margin-top: -90px;
  margin-left: -10px;
}
@media (max-width: 1114px) {
  .about-title {
    margin-top: 0;
    margin-left: 0;
  }
}

.staff .top-staff {
    margin: 100px 0 125px 0;
    display: flex;
    position: relative;
    padding: 0 0 0 50px;
}

.about-title01 {
  font-size: 58px;
  font-family: "Quicksand", sans-serif;
  color: #1b58b7;
  letter-spacing: 0.1em;
  font-weight: 500;
  line-height: 1;
}
.about-title01::first-letter {
  color: #ff7e00;
}
.about-title02 {
  font-size: 20px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  margin-bottom: 10px;
}

/* 全体背景色 */
.all-bg {
  width: 98%;
  max-width: 1300px;
  min-height: 100%;
  margin: 0 auto;
  background: linear-gradient(to bottom,
      rgba(155, 177, 197, 0.02) 45%,
      rgba(30, 128, 168, 0.08) 56%,
      rgba(0, 117, 143, 0.08) 86%,
      rgba(0, 91, 128, 0.08) 100%);
  margin: 0 auto;
  padding-bottom: 70px;
  margin-bottom: -80px;
}

/* 全体幅制御 */
.wrap-jobs {
  margin: 0 auto;
  width: 96%;
  max-width: 1100px;
}

/* パンくずリスト */
.bread {
  padding: 20px 40px;
}
/*.bread {
  display: flex;
  font-size: 14px;
  padding: 20px 40px;
  justify-content: right;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.bread a {
  text-decoration-color: #000000;
}
.bread li::after {
  content: "●";
  margin: 0 20px;
  color: #D0D0D0;
}
.bread li:last-child a {
  color: #1b58b7;
  text-decoration: none;
}
.bread li:last-child::after {
  content: none;
}*/

/* ======看護師セクション====== */
.nurse {
  background-color: #fff7f7;
  background-repeat: no-repeat;
  background-size: cover;
    border-radius: 20px;
  padding-top: 30px;
  padding-left: 40px;
  padding-right: 40px;
    padding-bottom: 15px;
  margin-bottom: 50px;
    margin: 0 auto;
    max-width: 1000px;
	    position: relative;
}

/* 表題横縦線 */
.nurse-round-cap-left:before {
  background-color: #ff9c9d;
  border-radius: 5px;
  content: "";
  display: inline-block;
  height: 45px;
  margin-right: 25px;
  vertical-align: sub;
  width: 8px;
}

/* 表題 */
.nurse-round-cap-left {
	font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 38px;
    color: #1b58b7;
    font-weight: 500;
}

/* ■■■共通設定■■■ */
.nurture-flex1 {
  margin-top: 20px;
  display: flex;
  gap: 2%;
  padding: 10px;
  margin-bottom: 30px;
}
.nurture-flex1 p {
  padding: 0 20px;
}
.nurture-flex1 img {
  flex: 1;
  width: 100%;
  max-width: 50%;
  height: auto;
  object-fit: contain;
}

/* ■■■ここまで■■■ */

/* 職種カード */
.nurture-flex2 {
/*  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2%;
  row-gap: 40px;
  padding-left: 30px;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));*/
}
.nurture-flex2 figure img {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.nurture-flex2 li {
/*  background-color: #fff;
  border-radius: 15px;
  max-width: 315px;
  box-shadow: -5px -5px 5px 0.2px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  height: auto;*/
}
/* 「1日の流れ」設定 */
.kibou-text01 {
    font-size: 18px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    letter-spacing: normal;
    color: #1b58b7;
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
}
.kibou-text02 {
  font-size: 13px;
  padding: 10px 18px 18px 18px;
  height: auto;
  flex-grow: 1;/* 残りのスペースを埋める */
}
.nurse-kibou-flex {
  display: flex;
    padding: 10px 15px;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
  justify-content: space-between;
  align-items: last baseline;
  color: #1b58b7;
  background-color: #ff9c9d;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  transition: background-color 0.3s;
  margin-top: auto;
}
.nurse-kibou-flex div img {
  padding-top: 5px;
}
/* 「1日の流れ」リンク */
.nurse .nurture-flex2 a,
.kaigosyoku .nurture-flex2 a,
.rihabiri .nurture-flex2 a,
.support .support-flex a {
  text-decoration: none !important;
}
.nurse .nurture-flex2 a:hover,
.kaigosyoku .nurture-flex2 a:hover,
.rihabiri .nurture-flex2 a:hover,
.support .support-flex a:hover {
  text-decoration: none !important;
}
.nurse-kibou-flex:hover,
.kaigosyoku-kibou-flex:hover,
.rihabiri-kibou-flex:hover {
  background-color: #cfcfcffe;
}
.support-kibou-flex:hover {
  background-color: #cfcfcffe;
  color: #1b58b7;
}

/* ======介護職セクション====== */
.kaigosyoku {
  background-color: #f7fbee;
  background-repeat: no-repeat;
  background-size: cover;
    border-radius: 20px;
  padding-top: 30px;
  padding-left: 40px;
  padding-right: 40px;
    padding-bottom: 15px;
  margin-bottom: 50px;
  margin: 0 auto;
  margin-top: 50px;
}

/* 表題横縦線 */
.kaigosyoku-round-cap-left:before {
  background-color: #9dca26;
  border-radius: 5px;
  content: "";
  display: inline-block;
  height: 45px;
  margin-right: 25px;
  vertical-align: sub;
  width: 8px;
}
/* 表題 */
.kaigosyoku-round-cap-left {
	font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 38px;
  color: #1b58b7;
  font-weight: 500;
}

/* 求める人物 */
.kaigosyoku-nurture-want-text01 {
  font-size: 20px;
  font-family: "Quicksand", sans-serif;
  color: #1b58b7;
  font-weight: 500;
  text-align: center;
  padding-bottom: 10px;
  border-bottom: #9dca26 solid 2.5px;
}

/* 希望の職場 */
/* 縦線 */
.kaigosyoku-about-feature {
  font-size: 20px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #1b58b7;
  padding-left: 20px;
  border-left: 3px solid #9dca26;
}
/* 「1日の流れ」設定 */
.kaigosyoku-kibou-flex {
  display: flex;
  padding: 10px 20px;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
  justify-content: space-between;
  align-items: last baseline;
  color: #1b58b7;
  background-color: #9dca26;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  transition: background-color 0.3s;
}
.kaigosyoku-kibou-flex div img {
  padding-top: 5px;
}

/* ======リハビリセクション====== */
.rihabiri {
	background-color: #f5faff;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 20px;
	padding-top: 30px;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 15px;
	margin-bottom: 50px;
	margin: 0 auto;
	margin-top: 50px;
	position: relative;
}

/* 表題横縦線 */
.rihabiri-round-cap-left:before {
  background-color: #7dc1fb;
  border-radius: 5px;
  content: "";
  display: inline-block;
  height: 45px;
  margin-right: 25px;
  vertical-align: sub;
  width: 8px;
}
/* 表題 */
.rihabiri-round-cap-left {
	font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 38px;
  color: #1b58b7;
  font-weight: 500;
}

/* 求める人物 */
.rihabiri-nurture-want-text01 {
  font-size: 20px;
  font-family: "Quicksand", sans-serif;
  color: #1b58b7;
  font-weight: 500;
  text-align: center;
  padding-bottom: 10px;
  border-bottom: #7dc1fb solid 2.5px;
  padding-top: 15px;
}
.nurture-want-01 {
  border-radius: 15px;
  background-color: #fff;
  box-shadow: -5px -5px 5px 0.2px rgba(0, 0, 0, 0.05);
  height: auto;
  line-height: 1.8;
  margin-bottom: 50px;
}

/* 希望の職場 */
/* 縦線 */
.rihabiri-about-feature {
  font-size: 20px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #1b58b7;
  padding-left: 20px;
  border-left: 3px solid #7dc1fb;
}

/* 「1日の流れ」設定 */
.rihabiri-kibou-text02 {
  font-size: 13px;
  padding: 10px 20px 20px 20px;
  height: auto;
  flex-grow: 1;
}
.rihabiri-kibou-flex {
  display: flex;
  padding: 10px 20px;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
  justify-content: space-between;
  align-items: last baseline;
  color: #1b58b7;
  background-color: #7dc1fb;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  transition: background-color 0.3s;
}
.rihabiri-kibou-flex div img {
  padding-top: 5px;
}

@media (max-width: 400px) {
  .rihabiri-kibou-flex div img {
    width: 100%;
    height: auto;
  }
}

/* ======診療サポート（事務職）セクション====== */
.support {
  background-color: #f5f2ff;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
  padding-top: 30px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 50px;
  margin-bottom: 50px;
  margin: 0 auto;
  margin-top: 50px;
}

/* 表題横縦線 */
.support-round-cap-left:before {
  background-color: #7d60fb;
  border-radius: 5px;
  content: "";
  display: inline-block;
  height: 45px;
  margin-right: 25px;
  vertical-align: sub;
  width: 8px;
}
/* 表題 */
.support-round-cap-left {
  font-size: 40px;
  font-family: "Quicksand", sans-serif;
  color: #1b58b7;
  font-weight: 500;
}

/* 求める人物 */
.support-nurture-want-text01 {
  font-size: 20px;
  font-family: "Quicksand", sans-serif;
  color: #1b58b7;
  font-weight: 500;
  text-align: center;
  padding-bottom: 10px;
  border-bottom: #7d60fb solid 2.5px;
}

/* 希望の職場 */
/* 縦線 */
.support-about-feature {
  font-size: 20px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #1b58b7;
  padding-left: 20px;
  border-left: 3px solid #7d60fb;
}

/* 職種カード */
.support-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding-left: 30px;
  gap: 2%;
  row-gap: 30px;
}
.support-flex .seikyu figure img,
.support-flex .doukou figure img {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  max-width: 315px;
}
.support-flex .seikyu {
  background-color: #fff;
  border-radius: 15px;
  max-width: 315px;
  height: auto;
  box-shadow: -5px -5px 5px 0.2px rgba(0, 0, 0, 0.05);
}
.support-flex .doukou {
  background-color: #fff;
  border-radius: 15px;
  max-width: 315px;
  height: 650px;
  box-shadow: -5px -5px 5px 0.2px rgba(0, 0, 0, 0.05);
}

/* 「1日の流れ」設定 */
.support-kibou-text02 {
  font-size: 13px;
  padding: 10px 20px 20px 20px;
  height: 350px;
}
.support-kibou-flex {
  display: flex;
  padding: 10px 20px;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
  justify-content: space-between;
  align-items: flex-start;
  color: #fff;
  background-color: #7d60fb;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  transition: background-color 0.3s, color 0.3s;
}
.support-kibou-flex div img {
  padding-top: 5px;
}


/* ======医師セクション====== */
.doctor {
  background-color: #fefbeb;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
  padding-top: 30px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 50px;
  margin-bottom: 50px;
  margin: 0 auto;
  margin-top: 50px;
}
/* 表題横縦線 */
.doctor-round-cap-left:before {
  background-color: #f6cc00;
  border-radius: 5px;
  content: "";
  display: inline-block;
  height: 45px;
  margin-right: 25px;
  vertical-align: sub;
  width: 8px;
}
/* 表題 */
.doctor-round-cap-left {
  font-size: 40px;
  font-family: "Quicksand", sans-serif;
  color: #1b58b7;
  font-weight: 500;
}

/* ■■背景の円■■ */
.nurse-about-feature,
.kaigosyoku-about-feature,
.rihabiri-about-feature {
  margin-top: 60px;
  position: relative;
}
.nurse-about-feature::after,
.rihabiri-about-feature::after {
  content: "";
  position: absolute;
  bottom: -800px;
  left: 700px;
  width: 588px;
  height: 588px;
  background: radial-gradient(circle, #005b80 0%, #00758f 40%, #FFF 70%);
  border-radius: 294px;
  opacity: 0.19;
  z-index: -1;
}
.kaigosyoku {
  margin-top: 60px;
  position: relative;
}
/*.kaigosyoku::after {
  content: "";
  position: absolute;
  top: 100px;
  left: -300px;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, #00ff9f 0%, #00ffae 50%, #FFF 70%);
  border-radius: 294px;
  opacity: 0.19;
  z-index: -1;
}*/
.rihabiri-nurture-want-text01 {
  margin-top: 60px;
  position: relative;
}
.rihabiri-nurture-want-text01::after {
  content: "";
  position: absolute;
  top: 50px;
  left: -300px;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, #00ff9f 0%, #00ffae 50%, #FFF 70%);
  border-radius: 294px;
  opacity: 0.19;
  z-index: -1;
}
.support-about-feature {
  margin-top: 60px;
  position: relative;
}
.support-about-feature::after {
  content: "";
  position: absolute;
  top: 50px;
  left: -300px;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, #00ff9f 0%, #00ffae 50%, #FFF 70%);
  border-radius: 294px;
  opacity: 0.19;
  z-index: -1;
}
/* ■■ここまで■■ */




/* 400px以下のレスポンシブ対応 */
@media (max-width: 400px) {
  body {
    padding: 5px;
  }

  /* 全体の幅調整 */
  .all-bg {
    width: 100%;
    padding: 0;
    box-sizing: border-box;
  }

  .wrap-jobs {
    width: 100%;
    padding: 0 5px;
    box-sizing: border-box;
    padding-bottom: 5px;
	          padding-top: 10px;
  }

  img {
    width: 100%;
    height: auto;
    display: block;
    max-width: 100%;
  }


  /* メインビジュアル */
  .about-main {
    margin-top: 60px;
  }

  .about-main img {
    width: 100%;
    height: auto;
  }

  /* タイトル */
  .about-title {
    margin-top: -30px;
    margin-left: 0;
    padding: 0;
    width: 50%;
  }

  .about-title01 {
    font-size: 32px;
  }

  .about-title02 {
    font-size: 16px;
  }

  /* パンくずリスト */
  .bread {
    font-size: 12px;
    padding-top: 0;
    padding-bottom: 5px;
    flex-wrap: wrap;
	padding: 20px 10px;
	          justify-content: flex-start;
  }

  .bread li::after {
    margin: 0 10px;
  }

  /* 各セクション共通 */
  section {
    width: 100%;
    box-sizing: border-box;
  }

  .nurse,
  .kaigosyoku,
  .rihabiri,
  .support,
  .doctor {
    padding: 20px 10px 30px;
    margin-bottom: 30px;
    margin-top: 20px;
  }

  .doctor {
    padding-bottom: 5px;
  }

  /* 見出し調整 */
  .nurse-round-cap-left,
  .kaigosyoku-round-cap-left,
  .rihabiri-round-cap-left,
  .support-round-cap-left,
  .doctor-round-cap-left {
    font-size: 22px;
  }

  .nurse-round-cap-left:before,
  .kaigosyoku-round-cap-left:before,
  .rihabiri-round-cap-left:before,
  .support-round-cap-left:before,
  .doctor-round-cap-left:before {
    height: 27px;
    width: 6px;
    margin-right: 10px;
  }

  /* nurture-flex1 の画像を可変に */
  .nurture-flex1 {
    flex-direction: column-reverse;
    gap: 15px;
    margin-bottom: 10px;
    margin-top: 10px;
  }

  .nurture-flex1 p {
    padding: 0 5px;
    font-size: 14px;
  }

  .nurture-flex1 img {
    flex: none;
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  /* 求める人物像 */
  .nurture-want,
  .nurture-want-01 {
    height: auto;
    padding: 15px;
    margin-bottom: 30px;
  }

  .nurse-nurture-want-text01,
  .kaigosyoku-nurture-want-text01,
  .support-nurture-want-text01 {
    margin-top: 0;
    padding-top: 0;
    font-size: 16px;
    padding-bottom: 8px;
  }

  .rihabiri-nurture-want-text01 {
    font-size: 16px;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 8px;
  }

  .nurture-want-text02 {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 15px;
    font-size: 13px;
  }

  /* 背景装飾 */
  .bg {
    padding: 12px 10px;
    margin-top: 15px;
    margin-bottom: 25px;
  }

  .nurse-about-feature,
  .kaigosyoku-about-feature,
  .rihabiri-about-feature,
  .support-about-feature {
    font-size: 16px;
    padding-left: 12px;
  }

  /* 希望の職場 - グリッドレイアウトを1列に */
  .nurture-flex2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
    padding-left: 0;
  }

  .nurture-flex2 li {
    width: 100%;
    max-width: 315px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
  }

  /* figureとkibou-text01のみ表示（初期状態） */
  .nurture-flex2 li .kibou-text02,
  .nurture-flex2 li .nurse-kibou-flex,
  .nurture-flex2 li .kaigosyoku-kibou-flex,
  .nurture-flex2 li .rihabiri-kibou-flex {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, opacity 0.3s ease, padding 0.3s ease;
    padding-top: 0;
    padding-bottom: 0;
  }

  /* 展開時 */
  .nurture-flex2 li.expanded .kibou-text02 {
    max-height: 1000px;
    opacity: 1;
    padding: 10px 18px 18px 18px;
    height: auto;
  }

  .nurture-flex2 li.expanded .nurse-kibou-flex,
  .nurture-flex2 li.expanded .kaigosyoku-kibou-flex,
  .nurture-flex2 li.expanded .rihabiri-kibou-flex {
    max-height: 100px;
    opacity: 1;
    padding: 10px 20px;
  }

  /* textContent 「くわしく見る」ボタン */
  .read-more-btn {
    display: block;
    width: calc(100% - 36px);
    margin: 15px 18px;
    padding: 10px;
    border-radius: 8px;
    font-size: 16px;
    letter-spacing: 0.1em;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: "Zen Kaku Gothic New", sans-serif;
  }

  .read-more-btn:hover {
    background-color: #e0e0e0;
  }


  /* リハビリセクションと事務職セクションの特別対応 */
  .rihabiri-kibou-text02 {
    font-size: 13px;
    height: auto;
  }

  .nurture-flex2 li .rihabiri-kibou-text02 {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, opacity 0.3s ease, padding 0.3s ease;
    padding: 0;
  }

  .nurture-flex2 li.expanded .rihabiri-kibou-text02 {
    max-height: 1000px;
    opacity: 1;
    padding: 10px 20px 20px 20px;
  }

  /* .doukou の本文を初期非表示にする */
  .support-flex .doukou .support-kibou-text02 {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    transition: max-height 0.4s ease, opacity 0.3s ease, padding 0.3s ease;
  }

  /* 展開したとき */
  .support-flex .doukou.expanded .support-kibou-text02 {
    max-height: 1000px;
    opacity: 1;
    padding: 10px 20px 20px 20px;
    height: auto;
  }


  /* サポートセクション（診療サポート） */
  .support-flex {
    flex-direction: column;
    align-items: center;
    gap: 25px;
    padding-left: 0;
  }

  .support-flex .seikyu,
  .support-flex .doukou {
    width: 100%;
    max-width: 315px;
    height: auto;
    position: relative;
    overflow: hidden;
  }

  .support-flex li .kibou-text02,
  .support-flex li .support-kibou-flex {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, opacity 0.3s ease, padding 0.3s ease;
    padding-top: 0;
    padding-bottom: 0;
  }

  .support-flex li.expanded .kibou-text02 {
    max-height: 1000px;
    opacity: 1;
    padding: 10px 20px 20px 20px;
    height: auto;
  }

  .support-flex li.expanded .support-kibou-flex {
    max-height: 100px;
    opacity: 1;
    padding: 10px 20px;
  }

  .support-kibou-text02 {
    height: auto;
  }


  /* 看護師セクションの「続きを見る」ボタン　色指定 */
  .nurse .read-more-btn {
    background-color: #ff9c9d;
    border: 1px solid #ff9c9d;
    color: #1b58b7;
  }

  /* 介護職 */
  .kaigosyoku .read-more-btn {
    background-color: #9dca26;
    border: 1px solid #9dca26;
    color: #1b58b7;
  }

  /* リハビリ  */
  .rihabiri .read-more-btn {
    background-color: #7dc1fb;
    border: 1px solid #7dc1fb;
    color: #1b58b7;
  }

  /* 事務職 */
  .support .read-more-btn {
    background-color: #7d60fb;
    border: 1px solid #7d60fb;
    color: #fff;
  }

  /* 「閉じる」ボタン */
  .read-more-btn.active {
    background-color: #1b58b7;
    opacity: 0.8;
    color: #fff;
    border-color: #1b58b7;
    font-weight: 200;
  }

  /* ■■背景の円■■ */
  .nurse-about-feature::after,
  .kaigosyoku-about-feature::after,
  .rihabiri-about-feature::after {
    content: "";
    position: absolute;
    bottom: 100px;
    left: 200px;
    width: 294px;
    height: 294px;
    background: radial-gradient(circle, #005b80 0%, #00758f 40%, #FFF 70%);
    border-radius: 147px;
    opacity: 0.19;
    z-index: -1;
  }

  .kaigosyoku::after {
    content: "";
    position: absolute;
    top: 100px;
    left: -200px;
    width: 294px;
    height: 294px;
    background: radial-gradient(circle, #00ff9f 0%, #00ffae 50%, #FFF 70%);
    border-radius: 147px;
    opacity: 0.19;
    z-index: -1;
  }

  .rihabiri-nurture-want-text01::after {
    content: "";
    position: absolute;
    top: 50px;
    left: -200px;
    width: 294px;
    height: 294px;
    background: radial-gradient(circle, #00ff9f 0%, #00ffae 50%, #FFF 70%);
    border-radius: 147px;
    opacity: 0.19;
    z-index: -1;
  }

  .support-about-feature::after {
    content: "";
    position: absolute;
    top: 500px;
    left: -200px;
    width: 294px;
    height: 294px;
    background: radial-gradient(circle, #00ff9f 0%, #00ffae 50%, #FFF 70%);
    border-radius: 147px;
    opacity: 0.19;
    z-index: -1;
  }

}
  /* ■■ここまで■■ */

/* 401px以上では通常のスタイルを維持 */
@media (min-width: 401px) {
  .read-more-btn {
    display: none;
  }

  .nurture-flex2 li .kibou-text02,
  .nurture-flex2 li .nurse-kibou-flex,
  .nurture-flex2 li .kaigosyoku-kibou-flex,
  .nurture-flex2 li .rihabiri-kibou-flex,
  .support-flex li .kibou-text02,
  .support-flex li .support-kibou-flex {
    max-height: none;
    opacity: 1;
    overflow: visible;
  }
}

/* ==========================
  STAFF INTERVIEW CARD
========================== */

.nurture-flex2 {
  display: flex;
  gap: 32px;
}

.nurture-flex2 li {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    width: 100%;
    max-width: 314px;
    display: flex;
    flex-direction: column;
	box-shadow: -5px -5px 5px 0.2px rgba(0, 0, 0, 0.05);
}

/* 画像 */
.nurture-flex2 figure {
  width: 100%;
}

.nurture-flex2 figure img {
  width: 100%;
  height: auto;
  display: block;
}

/* テキストエリア */
.kibou-text01 {
/*  margin: 24px 24px 8px;*/
    font-size: 24px;
    color: #0b4da2;
}

.nyuushoku-text {
    margin: 0 12px 10px;
    font-size: 14px;
    color: #000;
    font-weight: bold;
    letter-spacing: normal;
}


.inter-text02 {
    font-size: 18px;
    line-height: 30px;
    color: #0b4da2;
    padding: 0px 12px;
    height: auto;
    flex-grow: 1;
    letter-spacing: normal;
    padding-bottom: 10px;
}



/* CTA */
.nurture-flex2 a {
  margin-top: auto;
  text-decoration: none;
}

.nurse-kibou-flex {
/*  background: #ff9a9a;
  color: #fff;
  padding: 20px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;*/
}

.nurse-kibou-flex p {
  font-size: 16px;
  font-weight: 700;
}

.nurse-kibou-flex img {
/*  width: 24px;
  height: auto;*/
}

/* hover */
.nurture-flex2 a:hover .nurse-kibou-flex {
  background: #ff8282;
}

.setumei_staff p {
    padding-left: 33px;
    padding-bottom: 30px;
    letter-spacing: 0.7px;
}


/* ==========================
  SP
========================== */

@media screen and (max-width: 768px) {
  .nurture-flex2 {
    overflow-x: auto;
    gap: 16px;
    padding-bottom: 8px;
  }

  .nurture-flex2 li {
    min-width: 85%;
    flex-shrink: 0;
  }
.staff .top-staff {
        margin: 30px 0 50px 0;
        padding: 0 15px;
        display: block;
    }
.setumei_staff p {
    padding-left: 0;
	}
	.nurse ,.kaigosyoku,.rihabiri{
padding: 20px;
    padding-bottom: 15px;
		
}
    .wrap-jobs h3 {
        font-size: 30px;
    }
	    .wrap-jobs h3:before {
        height: 33px;
    }
.kibou-text01 {
    /* margin: 24px 24px 8px; */
    font-size: 22px;
    padding-left: 15px !important;
    line-height: 1.4;
}
	.nurse-kibou-flex p,.kaigosyoku-kibou-flex p,.rihabiri-kibou-flex p{
    font-size: 14px;
    letter-spacing: normal;
}
	.nurse-kibou-flex,.kaigosyoku-kibou-flex,.rihabiri-kibou-flex{
    display: flex;
    padding: 10px;
}
.inter-text02 {
    font-size: 16px;
    line-height: 1.6;
}
	
}

/*========================== */


.top-staff::after {
    content: none;
    position: static;
}
.nurse::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: -240px;
    width: 588px;
    height: 588px;
    background: radial-gradient(circle, #00ff9f 0%, #00ffae 50%, #FFF 70%);
    border-radius: 294px;
    opacity: 0.14;
    z-index: -909;
}


.rihabiri::after {
    content: "";
    position: absolute;
    bottom: -200px;
    left: -240px;
    width: 588px;
    height: 588px;
    background: radial-gradient(circle, #00ff9f 0%, #00ffae 50%, #FFF 70%);
    border-radius: 294px;
    opacity: 0.14;
    z-index: -1;
}
.kaigosyoku::after {
    content: "";
    position: absolute;
    bottom: -100px;
right: -230px;
    width: 588px;
    height: 588px;
    background: radial-gradient(circle, #005b80 0%, #00758f 40%, #FFF 70%);
    border-radius: 294px;
    opacity: 0.19;
    z-index: -1;
}
#staff:after {
    content: "";
    position: absolute;
    bottom: -100px;
right: -230px;
    width: 588px;
    height: 588px;
    background: radial-gradient(circle, #005b80 0%, #00758f 40%, #FFF 70%);
    border-radius: 294px;
    opacity: 0.19;
    z-index: -1;
}


@media screen and (max-width: 400px) {
	    .wrap-jobs h3 {
        font-size: 26px;
        letter-spacing: normal;
        line-height: 26px;
				        margin-bottom: 10px;
}

}

/*スタッフインタビュー*/
.content03 {
    width: 800px;
    margin: 0 auto;
	padding-bottom: 45px;
}

.bigPhoto img {
    border-radius: 20px;
}
.pBox p.ttl{
	font-size: 28px;
	font-weight: 700;
	line-height: 1.6;
	padding-top: 50px;
	letter-spacing: normal!important;
	    padding-bottom: 25px;
}
.inter-img {
    margin-bottom:  18px;
    /* margin-bottom: 6.5rem; */
    display: flex;
}
.inter-img li {
    display: inline-block;
    width: 47.5%;
    margin-right: 4%;
}
.sec01 .pBox {
    margin-bottom:65px;
}

.sec01 .pBox .ttl {
    font-size:28px;
    margin-bottom: 18px;
    font-weight: 700;
    font-feature-settings: "palt";
    line-height: 46px;
}
.sec01 .pBox p {
    font-size: 18px;
    color: #4D4D4D;
    line-height: 2.28;
    font-feature-settings: normal;
}
.oubo_sec {
    width: 900px;
    margin: 0 auto;
    padding:35px 50px;
    border-radius: 20px;
    background: #fff;
}
.sec01 .pBox {
    margin-bottom: 65px;
}
.sec01 .pBox .ttl {
    font-size: 28px;
    margin-bottom: 18px;
    font-weight: 700;
    font-feature-settings: "palt";
    line-height: 46px;
}
.oubo_col {
    display: flex;
}
.ttl.oubo{
    font-size: 22px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #1b58b7;
    padding-left: 20px;
    padding: 0;
/*    padding-left: 20px;*/
    line-height: 36px;
}
.ttl.oubo:before {
    background-color: #ff7e00;
    border-radius: 5px;
    content: "";
    display: inline-block;
    height: 36px;
    margin-right: 25px;
    vertical-align: sub;
    width: 8px;
}

.flexB {
    justify-content: space-between;
}
.flex, .flexA, .flexB, .flexC {
    display: flex;
    flex-wrap: wrap;
}
.oubo_col .lBox {
    width: 56%;
}
.oubo_col .rBox {
    width: 41%;
}
.nurse.inter,.kaigosyoku.inter,.rihabiri.inter {
    margin: 0 auto;
    max-width: 1080px;
	    padding-bottom: 90px;
}
.yellowTxt {
    font-size: 14px;
    font-weight: 400;
    color: #ff9343;
    line-height: 1.87;
}
.pBox p{
    font-size: 18px;
    padding-bottom: 20px;
}
.inter-img img,.rBox img {
    border-radius: 20px;
}
.pBox .lBox p {
    font-size: 18px;
    padding-bottom: 20px;
    padding-left: 33px;
}
.oubo_col.flexB{
	margin-top: 35px;
}
.kaigosyoku.inter .nurse-about-feature {
    border-left: 3px solid #9dca26;
}
.rihabiri.inter .nurse-about-feature {
    border-left: 3px solid #7dc1fb;
}


@media screen and (max-width: 1000px) {
.content03 {
    width: 95%;
    margin: 0 auto;
    padding-bottom: 45px;
}
.oubo_sec {
        width: 90%;
        margin: 0 auto;
        padding: 20px 5%;
        border-radius: 20px;
        background: #fff;
}
}

@media screen and (max-width: 768px) {
    .wrap-jobs h3.bg {
        font-size: 30px;
        padding: 0;
    }
	 .pBox .ttl {
        font-size:18px;
        line-height: 1.8;
        padding-bottom: 0;
    }
	   .yellowTxt {
        font-size: 14px;
    }
	 .pBox .lBox p {
        font-size: 15px;
        line-height: 1.7;
        padding-bottom: 15px;
padding-left: 0;
    }
	  .content03 .pBox p.ttl {
      font-size:18px;
        line-height: 1.8;
        padding-bottom: 0;
    }
	    .oubo_col {
        display: block;
    }
	  .content03 .pBox p {
        font-size:15px;
        line-height: 1.7;
        padding-bottom: 15px;
    }
	.pBox p.ttl {
    padding-bottom: 25px;
    font-size: 18px;
    line-height: 1.8;
    padding-bottom: 0;
}
	.oubo_col .lBox {
    width: 100%;
}
	.oubo_col .lBox {
    width: 100%;
}
	.oubo_col .rBox {
    width: 100%;
}
	.inter-img img, .rBox img {
    border-radius: 10px;
}
	.ttl.oubo:before {
    background-color: #ff7e00;
    border-radius: 5px;
    content: "";
    display: inline-block;
    height: 25px;
    margin-right: 15px;
    vertical-align: sub;
    width: 8px;
}
	.pBox p.ttl {

    padding-top: 0px;
	}
	.oubo_col .rBox {
    width: 95%;
    margin: 0 auto;
}
	.bigPhoto img {
    border-radius: 10px;
}
	.bigPhoto {
    padding-bottom: 10px;
}
	.nurse.inter, .kaigosyoku.inter, .rihabiri.inter {
    padding-bottom: 40px;
}
	.oubo_col.flexB {
    margin-top: 15px;
}
	.oubo_col.flexB {
    margin-top: 15px;
}
	    .wrap-jobs h3:before {
        height: 33px;
    }
}

@media screen and (max-width: 768px) {
  /* ■■背景の円■■ */
  .nurse-about-feature.none::after,
  .kaigosyoku-about-feature.none::after,
  .rihabiri-about-feature.none::after {
    content: none;
    position: static;
  }
	
.bread.staff li{
	   display: inline-block;
  }
	  .bread.staff {
	display: inline-block;
		          margin-top: 20px;
  }
	
	
}

@media screen and (max-width: 400px) {
		  .bread {
		          margin-top: 0px;
  }
	
}
