@charset "UTF-8";

/*================================================
 * 看護部サイト　／　看護部について用
 ================================================*/

section + section {
	margin-top: 15rem!important;
}

section .title_img_mark:nth-of-type(n+2) {
	margin-top: 10rem;
}
			

/*******私たちの理念*******/
section#philosophy_area img {
	display: block;
	height: auto;
	margin: 0 auto;
}

section#philosophy_area .img_hospital {
	width: 65.7rem;
}
section#philosophy_area .img_hospital_policy {
	width: 77.8rem;
}
section#philosophy_area .img_kango {
	width: 66.4rem;
}
section#philosophy_area .img_kango_policy {
	width: 71.9rem;
}





/*******看護部長ごあいさつ*******/
section#greeting_area .inner .unit_txt {
	padding-top: 1rem;
}
section#greeting_area .inner .unit_txt h3 {
	font-size: 4.6rem;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.02em;
}
section#greeting_area .inner .unit_txt .inr {
	width: 49rem;
	margin: 3rem 0 0 4.5rem;
	z-index: 2;
}
section#greeting_area .inner .unit_txt .deco_kira {
	left: -33.5rem;
	bottom: -18.5rem;
	width: 48rem;
	opacity: 0.16;
}
@media screen and (min-width: 800.1px) {
	section#greeting_area .inner figure {
		width: 44rem;
	}
}
section#greeting_area .inner figure .img_photo {
	border-radius: 6rem;
	isolation: isolate;
	display: block;
}
section#greeting_area .inner figure figcaption {
	padding: 4rem 4rem 0 0;
}
section#greeting_area .inner figure figcaption img {
	height: 2.8rem;
	width: auto;
}






/*******看護部の概要*******/
section#outline_area .table_outline tr:first-of-type th,
section#outline_area .table_outline tr:first-of-type td {
	border-top: none!important;
	padding-top: 0;
}
section#outline_area .table_outline td .system_list {
	gap: 0 1.5em;
}
section#outline_area .table_outline td .system_list ul li > div > span {
	font-weight: 500;
	margin-left: 1em;
}









/*================================================================================================
 *  スマートフォン向けデザイン
 ================================================================================================*/
@media screen and (max-width: 800px) {


section + section {
	margin-top: 20vw!important;
}


section .title_img_mark:nth-of-type(n+2) {
	margin-top: 15vw;
}
	






/*******私たちの理念*******/
section#philosophy_area .img_hospital {
	width : 64vw;
}
section#philosophy_area .img_hospital_policy {
	width : 70vw;
}
section#philosophy_area .img_kango {
	width : 64vw;
}
section#philosophy_area .img_kango_policy {
	width : 68.8vw;
}





/*******看護部長ごあいさつ*******/
section#greeting_area .inner .unit_txt {
	padding: 0 0 6.5vw;
}
section#greeting_area .inner .unit_txt h3 {
	font-size: 6.4vw;
	margin-left: -3vw;
}
section#greeting_area .inner .unit_txt .inr {
	width: 100%;
	margin: 4vw 0 0;
}
section#greeting_area .inner .unit_txt .deco_kira {
	left: -18.6vw;
	bottom: -2vw;
	width: 46vw;
}

section#greeting_area .inner figure .img_photo {
	border-radius: 8vw;
}
section#greeting_area .inner figure figcaption {
	padding: 8vw 3vw 0 0;
}
section#greeting_area .inner figure figcaption img {
	height: 5.6vw;
}










	
}