.c-postTimes {
	display:none;
}




/* スタッフ紹介ページ */
.staff-item__term {
	margin-right:15px;	
}

ul.staff__category li:nth-child(3) {
   margin-right: 66%;
} 
@media (max-width: 767px) {
ul.staff__category li:nth-child(3) {
   margin-right: 0 !important;
}
}

/* サービス一覧ページ */
.service__mv-img {
    display: block;
    width: 100%;
}
.service__mv-img img{
	width: 100%;
	border-radius: 14px;
}
.service__heading {
    text-align: center;
    margin-top: 3.75rem;
}
@media (max-width: 767px) {
    .service__heading {
        margin-top: 1.875rem;
    }
}
  
/* サービス重度訪問介護ページ　「事例のすべてを見る」の矢印アイコンから文字までリンク設置になるように修正*/
.service-case__link {
    margin-top: 2.75rem;
    display: flex;
}
.service-case__link::before{
	display:none!important;
}
.service-case__link a {
    font-size: 1.125rem;
    font-weight: bold;
    color: #333333;
    display: flex;
    align-items: center;
    text-decoration: none;
    margin-top: 1.25rem;
}
.service-case__link a::before {
    display: block;
    content: "";
    width: 3.25rem;
    height: 3.25rem;
    background-image: url(/wp-content/uploads/2024/03/arrow.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    margin-right: 1rem;
}

/* サービス重度訪問介護ページ　「重度訪問介護のスタッフ一覧を見る」リンクに、「事例のすべてを見る」と同様のhover設置*/
@media (min-width: 769px) {
    .service-staff__link:hover {
        opacity: 0.7;
        transition: 0.3s;
    }
}


/* サービスページ　訪問看護　Partner Ship　追加*/
.service-features .service-features__item .flex-box_hospital{display: flex;flex-direction: row;flex-wrap: wrap;}
.service-features .service-features__item .flex-box_hospital img{width:80%;}
.service-features .service-features__item .flex-box_hospital a{
padding-right: 0;position: static;    display: inline-block;width:33%;}
.service-features .service-features__item .flex-box_hospital a::after {display:none;}
.service-features .service-features__item .flex-box_hospital a:hover{opacity: 0.5;}

@media (max-width: 769px) {
.service-features .service-features__item .flex-box_hospital img{width:80%;}
.service-features .service-features__item .flex-box_hospital a{
padding-right: 0;position: static;    display: inline-block;width:50%;}	
}



/* トップページ　LPへのボタン設置*/
.lp_link{
	display:flex;
	align-items: center;
	justify-content: center;
}
.lp_link .link_btn {
	font-size: 1.125rem;
	font-weight: bold;
  color: #F19899;
  display: flex;
  align-items: center;
  text-decoration: none;
  transition: 0.3s;
  background-color: #fff;
  border-radius: 1.25rem;
  padding: 2rem;
  box-shadow: 0 0 0.9375rem -0.3125rem #777777;
  margin:5rem 2rem 3rem 2rem;
}
.lp_link .link_btn::before {
	display: block;
	content: "";
	width: 2.25rem;
	height: 2.25rem;
	background-image: url(/wp-content/uploads/2024/03/arrow.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
	margin-right: 1rem;
}
.lp_link .link_btn:hover {
  opacity: 0.7;
  transition: 0.3s;
}
@media (max-width: 769px) {
.lp_link{
	display: block;
}
.lp_link .link_btn{
  margin: 2rem 0;
	padding: 1rem;
}
}

/*募集要項内の項目用追加*/
.recruit__item ul {
	margin: 0;
	padding: 0 0 0 1.5em;
	line-height: 0;
}
.recruit__item ul li{
	line-height: 1.5;
	margin-bottom: 0.2em;
}

/*事業所一覧にGoogleマップのリンクを追加*/
.zip-gmap {
	display: flex;
	align-items: center;
}
.gmap-link a {
    background-color: #F19899;
    padding: 2px 10px;
    border-radius: 20px;
    color: #fff;
    text-decoration: none !important;
    font-size: 0.75em;
    font-weight: bold;
	margin-left: 1em;
	border: 2px solid #F19899;
}
.gmap-link a:hover {
        background-color: #fff;
        color: #F19899;
        transition: 0.3s;
    }

/*footer調整*/
.l-footer__wrap {
    padding-top: 2.875rem;
}
.l-footer__inner {
    max-width: 1200px;
    margin: auto;
    padding: 0 2em;
}
.l-footer__nav {
	row-gap: 2em;
}
.l-footer__wrap .l-footer__foot {
    padding-top: 0;
    max-width: 65%;
}
.l-footer__logo {
  width: 30%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-direction: column;
	gap: 2em;
}
.l-footer__logo img {
    max-width: 144px;
}
.l-footer__sns {
    margin: 0;
}
.l-footer__sns img {
	max-width: 25px;
}
.l-footer__txt p{
	font-size: 0.85em;
	text-align: justify;
	line-height: 1.8;
}
.l-footer__bottom {
    margin-top: 3.9375rem;
}
.btn-corporate {
    border: 1px solid #333;
    padding: 0.8rem;
    background: #fff;
    text-decoration: none;
    font-size: 0.8rem;
    width: 100%;
    font-weight: 600;
    color: #333;
}
/*top修正*/
.page-template-top .l-header:not(.top-scroll) .c-headLogo {
    background-image: url(https://care.eustylelab.co.jp/wp-content/uploads/2025/05/logo_w-min.png);
}
.top-about p {
	font-size: 1rem;
  line-height: 1.8;
}
.service-logo img {
    max-width: 200px;
}
.service-logo {
		background-color: #ffffffad;
    padding: 0.8em 1em;
    border-radius: 6px;
    max-width: 240px;
    display: flex;
    justify-content: center;
		margin-bottom: 1em;
}

@media (max-width: 767px) {
	.l-footer__wrap .l-footer__foot {
			max-width: 100%;
	}
	.l-footer__logo {
		width: 100%;
	}
	.service-logo {
    max-width: 140px;
		border-radius: 4px;
		padding: 0.5em 0.8em;
}
	.service-logo img {
    max-width: 120px;
}
	.top-about p {
		text-align: justify;
		font-size: 1rem;
	}

	.l-footer__wrap {
		justify-content: center;
		padding-top: 0;
		flex-direction: column;
		align-items: center;
	}
}
/*私達についてページ*/
.about__top {
	margin: 3em auto;
}
.about__toptext {
	text-align: center;
	font-size: 1.1rem;
	line-height: 1.8;
}
.about-table {
	background: #fff;
	margin: 1.5625rem auto 3em;
}
.about-table th {
	width: 15%;
	text-align: center;
	vertical-align: middle;
}
.pc-only {
	display: block;
}
.sp-only {
	display: none;
}
@media (max-width: 769px) {
	.about__top {
		margin: 3em auto 2em;
	}
	.about__toptext {
		text-align: left;
		font-size: 1rem;
		line-height: 1.8;
		padding: 0 2em;
}
.pc-only {
	display: none;
}
.sp-only {
	display: block;
}
}

/*ページネーション*/
.archive .page-numbers, .archive .post-page-numbers {
	color: #333;
}

/*重度訪問ページ下にLINEQRコード追加*/
.line-qr_area {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1em;
    padding: 1em 2em 0;
}
.line-qr_area img {
    max-width: 100px;
}
.line-qr_area p {
    text-align: left;
}

/*トップメインを動画に変更*/
.top-mv_movie iframe {
	height: 100vh;
}
@media (max-width: 767px) {
    .top-mv_movie iframe {
        height: 56vh;
    }
}