@charset "utf-8";
/* 
# =================================================================
# 共通カラー	# 共通カラー
# ================================================================= */
:root {
  --base1: #005fa8;
  --base2: #29ABE2;
  --base3: #999;
  --base4: #0071bc26;
  --pink1: #F19CA6;
  --rosered: #db535e;
  --black: #000;
  --lightgray:  #e6e6e6;
  --offwhite:  #f6f6f6;
  --white:  #ffffff;
  --lightblue: #0071bc26;
  --ikoma: #E95277;
  --familia: #FFA603;
  --elixir: #379C2A;
  --matsusita: #FABE00;
  --kyotaku: #FABE00; 
  --visit_support: #4FD446;
  --kyotaku: #924898;
  --fitcare: #;
}

/*--------------------------------------------------------
ファーストビュー
--------------------------------------------------------*/
.top-fv {
  margin-top: 0px;
  margin-left: 260px;
  position: relative;
}
.top-fv img {
	width: 100%;
}
.top-fv-catch {
  position: absolute; 
  top: 50px;
  left: 50px;          
  color: #FFF;
  font-size: clamp(2rem, -1.646rem + 7.59vw, 5rem); /* w768=32px → w1400=80px */ 
  font-weight: 500;
  line-height: 1.4em;
  letter-spacing: 0.1em;
  text-align: left;
  padding: 0 20px; /* スマホで文字が端に寄りすぎないように */
  z-index: 10;
	font-family: "Noto Serif JP", serif;
text-shadow:
  0 2px 6px rgba(0, 0, 0, 0.35),
  0 4px 12px rgba(0, 0, 0, 0.25),
  0 6px 18px rgba(0, 0, 0, 0.2);
}

.top-fv-catch-sub{
  font-size: clamp(1rem, 0.741rem + 1.3vw, 1.875rem); /* w320=16px → w1400=30px */ 
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: -20px;
  margin-left: 10px;
}

.top-fv-facility {
  position: absolute; 
  bottom: 0px;
  right: 0px;          
  color: #FFF;
   
  z-index: 10;

  display: flex;                /* 横並びに */
  align-items: baseline;        /* h2と住所の文字のベースラインを揃える */
  justify-content: center;      /* 中央寄せ（必要に応じて変更） */
  gap: 0.5em;                   /* 「病院」と住所の間隔 */
  font-weight: 700;

  background-color: #fff;
  opacity: 0.8;
  padding: 12px 20px 12px 32px;
}

@media screen and (max-width:1400px) {
.top-fv-facility {
  position: absolute; 
  bottom: 5vh;
  right: 0px;          
  color: #FFF;
   
  z-index: 10;

  display: flex;                /* 横並びに */
  align-items: baseline;        /* h2と住所の文字のベースラインを揃える */
  justify-content: center;      /* 中央寄せ（必要に応じて変更） */
  gap: 0.5em;                   /* 「病院」と住所の間隔 */
  font-weight: 700;

  background-color: #fff;
  opacity: 0.8;
  padding: 12px 20px 12px 32px;
}
 
}


.top-fv-facility h2 {
  font-size: clamp(1rem, 0.852rem + 0.74vw, 1.5rem); /* w320=16px → w1400=24px */
  margin: 0;
  color: #333;
}

.top-fv-facility-address {
  font-size: clamp(0.75rem, 0.639rem + 0.56vw, 1.125rem);/* w320=12px → w1400=18px */
  color: #333;
}



/*--------------------------------------------------------
  メインビジュアル
--------------------------------------------------------*/
/* 高さの先取り（CLS対策） */
.swiper-hero { aspect-ratio: 1/1; width:100%; height:100svh; }

/* 画像フィット */
.slide-img, .slide-img img { width:100%; height:100%; display:block; }
.slide-img img { object-fit: cover; }

/* 通常のドット */
.hero-pagination .swiper-pagination-bullet {
  background: #ccc;   /* ←グレーに変更 */
  opacity: 1;         
}
/* アクティブ（現在のスライド） */
.hero-pagination .swiper-pagination-bullet-active {
  background: #db535e; 
}

.recruitBtn {
	position: fixed;
	top: 40px;
	right: 40px;
	width: 140px;
	z-index: 100;
}
	@media screen and (max-width:1024px) {
    .recruitBtn {
		top: auto;
		right: 20px;
		bottom: 120px;
		width: 110px;
		width: clamp(6.875rem, -10rem + 35.16vw, 12.5rem) /*w1024-200 w768-110*/
    }
	}
.recruitBtn img {
	width: 100%;
  transition: opacity 0.5s ease; /* なめらかに変化 */
}

.recruitBtn a:hover img {
  opacity: 0.7; /* 半透明 */
}


/************************************************************************************************************************************************************************************
************************************************************************************************************************************************************************************
     レスポンシブ設定 ここから
************************************************************************************************************************************************************************************
************************************************************************************************************************************************************************************/

@media screen and (max-width:767px) {
/*--------------------------------------------------------
　ファーストビュー
--------------------------------------------------------*/
/* 高さの先取り（CLS対策） */
.swiper-hero { aspect-ratio: 9/16; width:100%; height:100svh; }

/* 画像フィット */
.slide-img, .slide-img img { width:100%; height:100%; display:block; }
.slide-img img { object-fit: cover; }

/* 通常のドット */
.hero-pagination .swiper-pagination-bullet {
  background: #ccc;   /* ←グレーに変更 */
  opacity: 1;         
}
/* アクティブ（現在のスライド） */
.hero-pagination .swiper-pagination-bullet-active {
  background: #db535e; 
}

/*--------------------------------------------------------
ファーストビュー
--------------------------------------------------------*/
.top-fv {
  margin-left: 0px;
}
.top-fv img {
	width: 100%;
}
.top-fv-catch {
	  top: 100px;
	  left: 10px;          
	  font-size: 40px; 
    }

.top-fv-catch-sub{
	  font-size: 20px; 
  margin-top: -6px;
  margin-left: 4px;
}

.top-fv-facility {
  position: absolute; 
  bottom: 5vh;
  right: 0px;          
  color: #FFF;
   
  z-index: 10;

  display: flex;                /* 横並びに */
  align-items: baseline;        /* h2と住所の文字のベースラインを揃える */
  justify-content: center;      /* 中央寄せ（必要に応じて変更） */
  gap: 0.5em;                   /* 「病院」と住所の間隔 */
  font-weight: 700;

  background-color: #fff;
  opacity: 0.8;
  padding: 12px 10px 12px 12px;
}

}/* end-@media screen */


/*--------------------------------------------------------
min-width:768px max-width:1024px
--------------------------------------------------------*/
@media screen and (min-width:768px) and (max-width:1024px) {

  /* タブレット用スタイル */
  .top-fv {
  margin-left: 0px;
}
.top-fv-catch {
	  top: 100px;
	  left: 10px;          
	  font-size: 50px; 
    }
.top-fv-catch-sub{
	  font-size: 24px; 
  margin-top: -6px;
  margin-left: 4px;
}
}


/************************************************************************************************************************************************************************************
************************************************************************************************************************************************************************************
     特長 pc用の設定 ここから
************************************************************************************************************************************************************************************
************************************************************************************************************************************************************************************/

.page{
  margin-left: 260px;
  margin-top: 120px;
}
.content{
  width: 100%;
}
.content-container{
  position: relative;
  width: 100%;
  height: 600px;
  margin-bottom: 40px;
}

/*--------------------------------------------------------
特長
--------------------------------------------------------*/

/* 画像 */
.content1-pic{
  position: absolute;
  width: 55%;
  height: 520px;
  left:0;
  top:0;
}
.content1-pic img{
  width: 100%;
    height: 520px;
  object-fit: cover;
}

.content2-pic{
  position: absolute;
  width: 55%;
  height: 520px;
  right:0;
  top:0;
}
.content2-pic img{
  width: 100%;
    height: 520px;
  object-fit: cover;
}

/* テキストスペース */
.content1-text{
  position: absolute;
  width: 45%;
  right:6%;
  top:65px;
  background-color: rgba(215, 235, 250, 0.7);
  padding: 60px;
}
.content2-text{
  position: absolute;
  width: 45%;
  left:5%;
  top:65px;
  background-color: rgba(215, 235, 250, 0.7);
  padding: 60px;
}
.content-headline{
  font-size: clamp(1.375rem, 0.97rem + 1.71vw, 2.25rem);/* w380=22px → w1200=36px */
  color: #005fa8;
  font-weight: bold;
  display: flex;
  flex-wrap: wrap;               
  align-items: center;         /* 垂直中央揃え */
  gap: 16px; 
  border-bottom: solid 2px #fff;
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;

}
.content-headline-eg {
  font-family: inter;
  font-weight: bold;
  font-size: var(--fs-h4);
  color: #808080;
  position: relative;
  top: 8px; /* ベースラインを3px下げる */
}
.content-body{

  font-size: var(--fs-body);
  line-height: 1.8em;
    margin-top: 30px;
  margin-bottom: 40px;
    padding-left: 10px;
      padding-right: 10px;
}


/* 詳しく見る サークルhover */
/*円エフェクト-moreボタン*/
.more-arrow{
  width: 30px;
}
.more-btn {
  text-align: center;
  width: 98%;
	margin: 50px auto 0px;
}

/* ボタン本体 */
.more-btn_style {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  background-color: #fff;
  color: #333;
  font-weight: 700;
    font-size: var(--fs-body);
  line-height: 1.4;
  cursor: pointer;
  transition: background-color 0.4s ease, color 0.4s ease;
  z-index: 2; /* スタッキング文脈を明確化 */
  box-sizing: border-box;
}

.more-btn_style > a {
  position: relative;
  display: flex; /* ←横並びに */
  justify-content: center; /* 中央寄せ（お好みでstart/endでもOK） */
  align-items: center;      /* 縦方向の中央揃え */
  gap: 10px;                /* テキストとアイコンの間隔 */
   color: inherit; 
  text-decoration: none;
  z-index: 2;
  transition: color 0.4s ease;
  padding: 18px 60px;

}

/* 円 */
.more-btn_style .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 140px;
  height: 140px;

    background: var(--base1);
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  transition: transform 0.6s ease-out, opacity 0.6s ease-out;
  pointer-events: none;
   z-index: 0;
}

/* hover時：#69AEB4の円が広がる */
.more-btn_style:hover .circle {
  transform: translate(-50%, -50%) scale(5);
  opacity: 0.3;
}

/* リンクの状態別指定 */
.more-btn_style > a:link,
.more-btn_style > a:visited,
.more-btn_style > a:hover,
.more-btn_style > a:active {
  color: #333;
  text-decoration: none;
}

/************************************************************************************************************************************************************************************
************************************************************************************************************************************************************************************
     特長 レスポンシブ設定 ここから
************************************************************************************************************************************************************************************
************************************************************************************************************************************************************************************/

@media screen and (max-width:767px) {

.page{
  margin-left: 0px;
  margin-top: 60px;
}
.content{
  width: 100%;
}
.content-container{
  position: relative;
  width: 100%;
  height: 550px;
  margin-bottom: 20px;
}

/*--------------------------------------------------------
特長
--------------------------------------------------------*/
/* 画像 */
.content1-pic{
  position: absolute;
  width: 94%;
  height: 250px;
  left:0;
  top:0;
}
.content1-pic img{
  width: 100%;
    height: 250px;
  object-fit: cover;
}

.content2-pic{
  position: absolute;
  width: 94%;
  height: 250px;
  right:0;
  top:0;
}
.content2-pic img{
  width: 100%;
    height: 250px;
  object-fit: cover;
}

/* テキストスペース */
.content1-text{
  position: absolute;
  width: 94%;
  right:0%;
  top:200px;
  background-color: rgba(215, 235, 250, 0.7);
  padding: 20px;
}
.content2-text{
  position: absolute;
  width: 94%;
  left:0%;
  top:200px;
  background-color: rgba(215, 235, 250, 0.7);
  padding: 20px;
}
.content-headline{
  font-size: clamp(1.375rem, 0.97rem + 1.71vw, 2.25rem);/* w380=22px → w1200=36px */
  color: #005fa8;
  font-weight: bold;
  display: flex;
  flex-wrap: wrap;               
  align-items: center;         /* 垂直中央揃え */
  gap: 16px; 
  border-bottom: solid 2px #fff;
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;

}
.content-headline-eg {
  font-family: inter;
  font-weight: bold;
  font-size: var(--fs-h4);
  color: #808080;
  position: relative;
  top: 3px; 
}
.content-body{

  font-size: var(--fs-body);
  line-height: 1.8em;
    margin-top: 20px;
  margin-bottom: 20px;
    padding-left: 10px;
      padding-right: 10px;
}

}/* end-@media screen and (max-width:767px)  */

/*--------------------------------------------------------
max-width:1024px
--------------------------------------------------------*/
@media screen and (max-width:1024px) {

/* 詳しく見る サークルhover */
/*円エフェクト-moreボタン*/
.more-btn {
	margin: 20px auto 0px;
}

}/* end-max-width:1024px  */

/*--------------------------------------------------------
min-width:768px max-width:1024px
--------------------------------------------------------*/
@media screen and (min-width:768px) and (max-width:1024px) {

.page{
  margin-left: 0px;
  margin-top: 60px;
}
.content{
  width: 100%;
}
.content-container{
  position: relative;
  width: 100%;
  height: 550px;
  margin-bottom: 20px;
}

/*--------------------------------------------------------
特長
--------------------------------------------------------*/

/* 画像 */
.content1-pic{
  position: absolute;
  width: 70%;
  height: 300px;
  left:0;
  top:0;
}
.content1-pic img{
  width: 100%;
    height: 300px;
  object-fit: cover;
}

.content2-pic{
  position: absolute;
  width: 70%;
  height: 300px;
  right:0;
  top:0;
}
.content2-pic img{
  width: 100%;
    height: 300px;
  object-fit: cover;
}

/* テキストスペース */
.content1-text{
  position: absolute;
  width: 70%;
  right:6%;
  top:160px;
  background-color: rgba(215, 235, 250, 0.7);
  padding: 40px;
}
.content2-text{
  position: absolute;
  width: 70%;
  left:5%;
  top:160px;
  background-color: rgba(215, 235, 250, 0.7);
  padding: 40px;
}

}/* end-min-width:768px max-width:1024px */


/************************************************************************************************************************************************************************************
************************************************************************************************************************************************************************************
     グループ構成 pc用の設定 ここから
************************************************************************************************************************************************************************************
************************************************************************************************************************************************************************************/

.group-sec{
  width: 100%;
  background-color: rgba(215, 235, 250, 0.7);
}
.group-title{
  font-size: clamp(1.375rem, 0.97rem + 1.71vw, 2.25rem);/* w380=22px → w1200=36px */
  font-weight: bold;
  text-align: center;
  padding-top: 100px;
}
.group-title-body{
  font-size: var(--fs-h3);
  text-align: center;
  line-height: 2em;
    padding-top: 30px;
    padding-bottom: 60px;
    width: 90%;
    margin: 0 auto;
}
.group-map{
  width: 88%;
    margin: 0 auto;
}
.group-map img{
  width: 100%;

}
.group-more{
  width: 80%;
  margin: 0 auto;

  display: flex;
  flex-wrap: wrap;               
  align-items: center;
}

.more-btn-group {
  text-align: center;
  width: 44%;
	margin: 60px auto 80px;
}

/************************************************************************************************************************************************************************************
************************************************************************************************************************************************************************************
     グループ構成 レスポンシブ設定 ここから
************************************************************************************************************************************************************************************
************************************************************************************************************************************************************************************/
@media screen and (max-width:1024px) {

.group-sec{
  width: 100%;
  background-color: rgba(215, 235, 250, 0.7);
}
.group-title{
  font-size: clamp(1.375rem, 0.97rem + 1.71vw, 2.25rem);/* w380=22px → w1200=36px */
  font-weight: bold;
  text-align: center;
  padding-top: 50px;
}
.group-title-body{
  font-size: var(--fs-h3);
  text-align: center;
  line-height: 2em;
    padding-top: 20px;
    padding-bottom: 40px;
    width: 90%;
    margin: 0 auto;
}
.group-map{
  width: 88%;
    margin: 0 auto;
}
.group-map img{
  width: 100%;

}
.group-more{
  width: 100%;
  margin: 0 auto;

  display: flex;
  flex-wrap: wrap;               
  align-items: center;
  padding-top: 20px;
  padding-bottom: 30px;
}

.more-btn-group {
  text-align: center;
  width: 80%;
	margin: 20px auto;
}

}/* end-@media screen and (max-width:1024px)  */

@media screen and (max-width:1024px) {

.group-sec{
  width: 100%;
  background-color: rgba(215, 235, 250, 0.7);
}
.group-title{
  font-size: clamp(1.375rem, 0.97rem + 1.71vw, 2.25rem);/* w380=22px → w1200=36px */
  font-weight: bold;
  text-align: center;
  padding-top: 50px;
}
.group-title-body{
  font-size: var(--fs-h3);
  text-align: center;
  line-height: 2em;
    padding-top: 20px;
    padding-bottom: 40px;
    width: 90%;
    margin: 0 auto;
}
.group-map{
  width: 88%;
    margin: 0 auto;
}
.group-map img{
  width: 100%;

}
.group-more{
  width: 100%;
  margin: 0 auto;

  display: flex;
  flex-wrap: wrap;               
  align-items: center;
  padding-top: 20px;
  padding-bottom: 30px;
}

.more-btn-group {
  text-align: center;
  width: 80%;
	margin: 20px auto;
}

}/* end-@media screen and (max-width:1024px)  */



/************************************************************************************************************************************************************************************
************************************************************************************************************************************************************************************
     お知らせ pc用の設定 ここから
************************************************************************************************************************************************************************************
************************************************************************************************************************************************************************************/

.news-sec{
  width: 92%;
  margin: 100px auto;
}
.news-title{
  margin-bottom: 40px;
  padding-left: 20px;
  display: flex;
  flex-wrap: wrap;               
  align-items: center; 
}
.news-title-jp{
  font-size: clamp(1.375rem, 0.97rem + 1.71vw, 2.25rem);/* w380=22px → w1200=36px */
  font-weight: bold;
  padding-left: 10px;
}
.news-title-eg{
  font-size: var(--fs-h3);
  font-weight: bold;
  color: var(--base1);
  padding-left: 20px;
  padding-top: 16px;
  font-family: inter;
}

/* 事業所リスト */
.news-group{
  width: 96%;
  display: flex;
  flex-wrap: wrap; 
  justify-content: flex-start; 
  gap: 8px; 
  margin: 40px auto 30px;
}

/* 白庭病院 */
.news-group-item-1{
  width: 17%;
  border: solid 1px var(--base1);
  color: var(--base1);
  font-size: var(--fs-h6);
  line-height: 1.4em;
  margin-right: 2%;
  display: flex;
  align-items: center;
  justify-content: center;
    text-align: center;
      margin-bottom: 20px;
}
.news-group-item-1 a {
  display: block;            /* ボックス全体をクリック可能に */
  color: var(--base1);
  text-decoration: none;
  font-weight: 700;
  transition: color 1s ease;
  width: 100%;
  padding: 12px 6px;
  cursor: pointer;
}
.news-group-item-1:hover {
  background-color: var(--base1);
}
.news-group-item-1:hover a {
  color: #fff;
}


/* 東生駒病 */
.news-group-item-2{
  width: 17%;
  border: solid 1px #E95277;
  color: #E95277;
  font-size: var(--fs-h6);
  line-height: 1.4em;
  margin-right: 2%;
  display: flex;
  align-items: center;
  justify-content: center;
    text-align: center;
      margin-bottom: 20px;
}
.news-group-item-2 a {
  display: block;            /* ボックス全体をクリック可能に */
  color: #E95277;
  text-decoration: none;
  font-weight: 700;
  transition: color 1s ease;
  width: 100%;
  padding: 12px 6px;
  cursor: pointer;
}
.news-group-item-2:hover {
  background-color: #E95277;
}
.news-group-item-2:hover a {
  color: #fff;
}


/* グランファミリア */
.news-group-item-3{
  width: 17%;
  border: solid 1px #FFA603;
  color: #FFA603;
  font-size: var(--fs-h6);

  line-height: 1.4em;
  margin-right: 2%;
  display: flex;
  align-items: center;
  justify-content: center;
    text-align: center;
      margin-bottom: 20px;
}
.news-group-item-3 a {
  display: block;            /* ボックス全体をクリック可能に */
  color: #FFA603;
  text-decoration: none;
  font-weight: 700;
  transition: color 1s ease;
  width: 100%;
  padding: 12px 6px;
  cursor: pointer;
}
.news-group-item-3:hover {
  background-color: #FFA603;
}
.news-group-item-3:hover a {
  color: #fff;
}

/* エリクシール */
.news-group-item-4{
  width: 17%;
  border: solid 1px #379C2A;
  color: #379C2A;
  font-size: var(--fs-h6);

  line-height: 1.4em;
  margin-right: 2%;
  display: flex;
  align-items: center;
  justify-content: center;
    text-align: center;
      margin-bottom: 20px;
}
.news-group-item-4 a {
  display: block;            /* ボックス全体をクリック可能に */
  color: #379C2A;
  text-decoration: none;
  font-weight: 700;
  transition: color 1s ease;
  width: 100%;
  padding: 12px 6px;
  cursor: pointer;
}
.news-group-item-4:hover {
  background-color: #379C2A;
}
.news-group-item-4:hover a {
  color: #fff;
}

/* 松下内科リハビリクリニック */
.news-group-item-5{
  width: 17%;
  border: solid 1px #FABE00;
  color: #FABE00;
  font-size: var(--fs-h6);

  line-height: 1.4em;
  margin-right: 2%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
    margin-bottom: 20px;
}
.news-group-item-5 a {
  display: block;            /* ボックス全体をクリック可能に */
  color: #FABE00;
  text-decoration: none;
  font-weight: 700;
  transition: color 1s ease;
  width: 100%;
  padding: 12px 6px;
  cursor: pointer;
}
.news-group-item-5:hover {
  background-color: #FABE00;
}
.news-group-item-5:hover a {
  color: #fff;
}

/* 居宅介護支援事業所 */
.news-group-item-6{
  width: 17%;
  border: solid 1px #924898;
  color: #924898;
  font-size: var(--fs-h6);

    line-height: 1.4em;
  margin-right: 2%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
    margin-bottom: 20px;
}
.news-group-item-6 a {
  display: block;            /* ボックス全体をクリック可能に */
  color: #924898;
  text-decoration: none;
  font-weight: 700;
  transition: color 1s ease;
  width: 100%;
  padding: 12px 6px;
  cursor: pointer;
}
.news-group-item-6:hover {
  background-color: #924898;
}
.news-group-item-6:hover a {
  color: #fff;
}

/* 東生駒地域包括支援センター */
.news-group-item-7{
  width: 17%;
  border: solid 1px #4FD446;
  color: #4FD446;
  font-size: var(--fs-h6);
  line-height: 1.4em;
  margin-right: 2%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 20px;
}


.news-group-item-7 a {
  display: block;            /* ボックス全体をクリック可能に */
  color: #4FD446;
  text-decoration: none;
  font-weight: 700;
  transition: color 1s ease;
  width: 100%;
  padding: 12px 6px;
  cursor: pointer;
}
.news-group-item-7:hover {
  background-color: #4FD446;
}
.news-group-item-7:hover a {
  color: #fff;
}

/* お知らせ詳細 */
.sec-title-text{
  color: #4D4D4D;
}
.news-inner {
  width: 94%;
  padding: 28px 10px 16px;
  position: relative;
  overflow: hidden; /* 疑似要素がはみ出さないように */
  transition: background-color 1s ease; /* 背景色の変化を0.5秒 */
  border-bottom: solid 1px #d4d4d4;
  display: none;
  margin-left: 2%;
}
.active .news-inner {
  display: flex;
  align-items: flex-start;
}

/* hover時：背景をlightblue、シャドウなし */
.news-inner:hover {
  background-color: #f2f2f2;   /* 背景色変更 */
}
/* オーバーレイ */
.news-inner::before,
.news-inner::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  transition: background 1s ease; /* 背景の変化を0.5秒 */
}
/* 初期状態（透明） */
.news-inner::before {
  background: rgba(0,0,0,0);
}
/* hover時：白のオーバーレイ */
.news-inner:hover::after {
  background: rgba(255,255,255,0.6); /* 白60%で明るく見える */
}


/* 施設：白庭病院 */
.news-facility-1{
  width: 15%;
  border: solid 1px var(--base1);
  padding: 12px;
  color: var(--base1);
  text-align: center;
  font-size: var(--fs-h6);
}
/* 施設：東生駒病 */
.news-facility-2{
  width: 15%;
  border: solid 1px #E95277;
  padding: 12px;
  color: var(--ikoma);
  text-align: center;
  font-size: var(--fs-h6);
}
/* 施設：グランファミリア */
.news-facility-3{
  width: 15%;
  border: solid 1px #FFA603;
  color: var(--familia);
  padding: 12px;
  text-align: center;
  font-size: var(--fs-h6);
}
/* 施設：エリクシール */
.news-facility-4{
  width: 15%;
  border: solid 1px #379C2A;
  padding: 12px;
  color: var(--elixir);
  text-align: center;
  font-size: var(--fs-h6);
}
/* 施設：松下内科リハビリクリニック */
.news-facility-5{
  width: 15%;
  border: solid 1px #FABE00;
  padding: 12px;
  color: var(--matsusita);
  text-align: center;
  font-size: var(--fs-h6);
}
/* 施設：居宅介護支援事業所 */
.news-facility-6{
  width: 15%;
  border: solid 1px #924898;
  padding: 12px;
  color: var(--kyotaku);
  text-align: center;
  font-size: var(--fs-h6);
}
/* 施設：東生駒地域包括支援センター */
.news-facility-7{
  width: 15%;
  border: solid 1px #4FD446;
  padding: 12px;
  color: var(--visit_support);
  text-align: center;
  font-size: var(--fs-h6);
}

.news-item{
  font-weight: 500;
  font-size: var(--fs-body);
  line-height: 1.6em;
  margin-top: 0.3em;
  width: 74%;
}

.more-btn-news {
  text-align: center;
  width: 40%;
	margin: 60px auto ;
  border: solid 1px #005fa8;
}

.news-date{
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 14px;
  background-color: var(--lightgray);  
  padding: 8px 12px;
  display: inline-block;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-top: 10px;
  margin-right: 10px;
}

.news-date-large{
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 18px;
}

.text-right {
  text-align: right;
}

@media screen and (max-width:640px) {
  .news-date{
  font-size: 12px;
  margin-left: 0;
}
.news-date-large{
  font-size: 15px;
}
}
/************************************************************************************************************************************************************************************
************************************************************************************************************************************************************************************
     お知らせ sp用の設定 ここから
************************************************************************************************************************************************************************************
************************************************************************************************************************************************************************************/
@media screen and (max-width:1024px) {

.news-sec{
  width: 94%;
  margin: 60px auto;
}
.news-title{
  margin-bottom: 20px;
  padding-left: 6px;
  display: flex;
  flex-wrap: wrap;               
  align-items: center; 
}
.news-title-jp{
  font-size: clamp(1.375rem, 0.97rem + 1.71vw, 2.25rem);/* w380=22px → w1200=36px */
  font-weight: bold;
  padding-left: 10px;
}
.news-title-eg{
  font-size: var(--fs-h3);
  font-weight: bold;
  color: var(--base1);
  padding-left: 20px;
  padding-top: 10px;
  font-family: inter;
}

/* 事業所リスト */
.news-group{
  width: 90%;
  display: flex;
  flex-wrap: wrap; 
  justify-content: flex-start; 
  gap: 8px; 
  margin: 20px auto 30px;
}


.news-group-item-1,
.news-group-item-2,
.news-group-item-3,
.news-group-item-4,
.news-group-item-5,
.news-group-item-6,
.news-group-item-7{
  width: 46%;
  margin-bottom: 6px;
  font-size: 14px;
}



/* お知らせ詳細 */
.sec-title-text{
  color: #4D4D4D;
}
.news-inner {
  width: 94%;
  padding: 28px 10px 16px;
  position: relative;
  overflow: hidden; /* 疑似要素がはみ出さないように */
transition: background-color 1s ease; /* 背景色の変化を0.5秒 */
  border-bottom: solid 1px #d4d4d4;
  flex-direction: column;
  margin-left: 2%;
}

/* 施設カテゴリ */
.news-facility-1,
.news-facility-2,
.news-facility-3,
.news-facility-4,
.news-facility-5,
.news-facility-6,
.news-facility-7{
  width: fit-content;
  padding: 6px 18px;
  text-align: center;
  font-size: var(--fs-h6);
}


.news-item{
    width: 100%;
  font-weight: 500;
    font-size: var(--fs-body);
   line-height: 1.6em;
  margin-top: 0em;
  padding-left: 10px;
  padding-right: 10px;
}

.more-btn-news {
  width: 90%;
  text-align: center;

	margin: 30px auto ;
  border: solid 1px #005fa8;
}

}/* end-@media screen and (max-width:1024px)  */

/************************************************************************************************************************************************************************************
************************************************************************************************************************************************************************************
     採用情報 pc用の設定 ここから
************************************************************************************************************************************************************************************
************************************************************************************************************************************************************************************/

.recruit-sec {
  width: 100%;
  margin: 30px auto;
}
.recruit-sp-pic{
  display: none;
}
.recruit-inner{
    width: 100%;
    margin-left: auto;
    height: 550px;
  background-image: url("/upload/recruit-back.webp"); /* ← 画像パスを指定 */
  background-size: cover;       /* 画像をセクション全体にフィット */
  background-position: top right; 
  background-repeat: no-repeat; /* 繰り返し防止 */
}
.recruit-text{
  margin-left: 5%;
}
.recruit-title-eg{
  width:20%;
  padding-top: 30px;
}
.recruit-title-jp{
  font-size: clamp(1.25rem, 0.954rem + 1.48vw, 2rem);/* w380=20px → w1400=36px */
  font-weight: bold;
  margin-top: 30px;
  padding-bottom: 20px;
  position: relative; /* 擬似要素の基準にする */
  display: inline-block; /* テキスト幅に合わせる */
  line-height: 1.5em;
}

.recruit-title-jp::after {
  content: "";
  position: absolute;
  left: -20px; /* ← 左に20pxはみ出す */
  right: -20px; /* ← 右にも20pxはみ出す */
  bottom: 0; /* 文字の下に線を置く */
  height: 1px;
  background-color: #fff;
}
.recruit-body{
  margin-top: 20px;
  font-size: var(--fs-body);
  line-height: 2em;
}
.more-btn-recruit {
  width: 40%;
  max-width: 480px;
	margin-top: 40px;
  text-align: left;
}

/************************************************************************************************************************************************************************************
************************************************************************************************************************************************************************************
     採用情報 レスポンシブ設定 ここから
************************************************************************************************************************************************************************************
************************************************************************************************************************************************************************************/


@media screen and (min-width:1025px) and (max-width:1400px) {

.recruit-inner{
    height: 700px;
  background-image: url("/upload/recruit-back-mid.webp"); /* ← 画像パスを指定 */

}
.recruit-title-eg{
  width:30%;
  padding-top: 30px;
}
.recruit-title-jp{
  margin-top: 180px;
}

}

@media screen and (max-width:1024px) {

.recruit-sec {
  width: 100%;
  margin: 30px auto;
}
.recruit-sp-pic{
  display: block;
    width: 100%;
}
.recruit-sp-pic img{
    width: 100%;
}
.recruit-inner{
    width: 100%;
    height: auto;
    background-image: none;
    background-color: #FADFE3;
    padding-bottom: 20px;
}
.recruit-text{
  margin-left: 5%;
  margin-right: 5%;
}
.recruit-title-eg{
  width:40%;
  padding-top: 20px;
}
.recruit-title-jp{
  font-size: clamp(1.25rem, 0.954rem + 1.48vw, 2.25rem);/* w380=20px → w1400=36px */
  font-weight: bold;
  margin-top: 15px;
  padding-bottom: 10px;
  position: relative; /* 擬似要素の基準にする */
  display: inline-block; /* テキスト幅に合わせる */
  line-height: 1.5em;
}

.recruit-title-jp::after {
  content: "";
  position: absolute;
  left: -10px; /* ← 左に20pxはみ出す */
  right: -10px; /* ← 右にも20pxはみ出す */
  bottom: 0; /* 文字の下に線を置く */
  height: 1px;
  background-color: #fff;
}
.recruit-body{
  margin-top: 10px;
  font-size: var(--fs-body);
  line-height: 2em;
}
.more-btn-recruit {
  width: 100%;
  max-width: 480px;
  text-align: left;
  margin: 40px auto;
}


}/* end-@media screen and (max-width:1024px)  */