@charset "UTF-8";

/* 全体設定 */

img {
  max-width: 100%;
  height: auto;
}
body p{
       letter-spacing: 0.05em;
}

/* メイン画像とメインタイトル部分 */
.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: -50px;
        margin-left: 0;
  }
}

.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: 100%;
  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: 15px;
  padding-top: 30px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 50px;
  margin-bottom: 50px;
  margin: 0 auto;
}

/* 表題横縦線 */
.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;
	letter-spacing: normal;
}
.nurture-flex1 img {
    flex: 1;
    width: 100%;
    max-width: 50%;
    height: 50%;
    /* object-fit: contain; */
    border-radius: 20px;
}

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

/* 求める人物 */
.nurture-want {
  border-radius: 15px;
  background-color: #fff;
  box-shadow: -5px -5px 5px 0.2px rgba(0, 0, 0, 0.05);
  min-height: 150px;
  padding-top: 20px;
  line-height: 1.8;
  margin-bottom: 50px;
}
.nurse-nurture-want-text01 {
  font-size: 24px;
    font-family: "Zen Kaku Gothic New", sans-serif;
  color: #1b58b7;
  font-weight: 500;
  text-align: center;
  padding-bottom: 10px;
  border-bottom: #ff9c9d solid 2.5px;
}
.nurture-want-text02 {
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 20px;
  font-weight: bold;
	    padding-bottom: 20px;
}
.bg {
  background-color: #fff;
  border-radius: 10px;
  padding: 15px 0;
  margin-top: 20px;
  margin-bottom: 40px;
}

/* 「希望の職場」 */
/* 縦線 */
.nurse-about-feature {
  font-size: 22px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #1b58b7;
  padding-left: 20px;
  border-left: 3px solid #ff9c9d;
}
/* 職種カード */
.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: 20px;
    border-top-right-radius: 20px;
}
.nurture-flex2 li {
  background-color: #fff;
  border-radius: 20px;
  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: 22px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #1b58b7;
    padding-top: 15px;
    padding-left: 25px;
    line-height: 1;
}
.kibou-text02 {
    font-size: 13.6px;
    padding: 20px 25px;
    height: auto;
    flex-grow: 1;
    letter-spacing: normal;
}
.nurse-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: #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: 50px;
  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: 24px;
    font-family: "Zen Kaku Gothic New", sans-serif;
  color: #1b58b7;
  font-weight: 500;
  text-align: center;
  padding-bottom: 10px;
  border-bottom: #9dca26 solid 2.5px;
}

/* 希望の職場 */
/* 縦線 */
.kaigosyoku-about-feature {
font-size: 24px;
    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: 50px;
  margin-bottom: 50px;
  margin: 0 auto;
  margin-top: 50px;
}

/* 表題横縦線 */
.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: 24px;
    font-family: "Zen Kaku Gothic New", 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: 20px;
  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: 20px;
  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-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 38px;
  color: #1b58b7;
  font-weight: 500;
}

/* 求める人物 */
.support-nurture-want-text01 {
font-size: 24px;
    font-family: "Zen Kaku Gothic New", 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: 20px;
    border-top-right-radius: 20px;
  max-width: 315px;
}
.support-flex .seikyu {
  background-color: #fff;
  border-radius: 20px;
  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: 20px;
  max-width: 315px;
    height: auto;
  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:  20px;
  border-bottom-right-radius:  20px;
  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: 20px;
  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-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 38px;
  color: #1b58b7;
  font-weight: 500;
}

/* ■■背景の円■■ */
.nurse-about-feature,
.kaigosyoku-about-feature,
.rihabiri-about-feature {
  margin-top: 60px;
  position: relative;
}
.nurse-about-feature::after,
.kaigosyoku-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;
}
/* ■■ここまで■■ */




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

/* 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;
  }
}


@media (max-width: 767px) {
	.nurture-want {
border-radius: 20px;
        min-height: auto;
    padding-top: 10px;
	padding-bottom: 10px;
	}
	.nurture-want-01 {
    padding-bottom: 10px;
}
		
.nurse,.kaigosyoku,.rihabiri,.support,.doctor {
border-radius: 20px;
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
}
	.nurture-want-text02 {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 10px;
    font-weight: bold;
    padding-bottom: 10px;
}
	.nurture-flex1 p {
    padding: 0;
	padding-bottom: 20px;
	}
	.nurture-flex1 {
    margin-top: 10px;
    display: block;
    gap: 2%;
   padding: 0;
    margin-bottom: 30px;
}
	.nurture-flex2 {
    padding-left: 0px;
	}
	.support-flex {
    padding-left: 0px;
	}
	.support-flex .seikyu figure img, .support-flex .doukou figure img {
        max-width: 100%;
}
	    .support-flex {
        padding-left: 0px;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 2%;
        row-gap: 40px;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }
	.nurture-flex1 img {
    width: 100%;
    max-width: 100%;
    border-radius: 20px;
    display: block;
}
	.wrap-jobs h3:before {
    height: 33px;
	}
	.wrap-jobs h3 {
    font-size: 30px;
	}
	.nurse-nurture-want-text01,.kaigosyoku-nurture-want-text01,.rihabiri-nurture-want-text01,.support-nurture-want-text01 {
    font-size: 22px!important;
}
	
	
	
}



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


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

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

  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: 10px;
  }

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

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

  .nurse,
  .kaigosyoku,
  .rihabiri,
  .support,
  .doctor {
    padding: 20px 12px 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 {
    margin-bottom: 10px;
        margin-bottom: 30px;
  }

  .nurture-flex1 p {
        /* padding: 0 5px; */
        font-size: 14px;
        /* line-height: 1.6; */
        padding-bottom: 20px;
  }

  .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: 13.6px;
        line-height: 1.6;
  }

  /* 背景装飾 */
  .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;
  }
	    .wrap-jobs h3 {
        font-size: 26px;
        letter-spacing: normal;
        line-height: 26px;
    }
	  .nurse-nurture-want-text01,
  .kaigosyoku-nurture-want-text01,
  .support-nurture-want-text01 {
    font-size: 16px!important;
  }

}



/*.support-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding-left: 30px;
    gap: 2%;
    row-gap: 30px;
}


.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));
}*/