@charset "UTF-8";
/* CSS Document */
/*----------------------------------------------------------------  ABOUT  ----*/
.ab-box1{
	position: relative;
	height: 1050px;
}
.ab-img1{
	position: absolute;
	display: block;
	width: 680px;/* 680px */
	height: 480px;/* 480px */
	background: #DCDCDC;
	top: 170px;/* 170px */
	left: 80px;/* 80px */
	border-radius: 20px;
}
.ab-mark1{
	position: absolute;
	width: 700px;/* 700px */
	top: 190px;/* 190px */
	right: 80px;/* 80px */
}
/*---------------------*/
.ab-box2{
	position: relative;
	background: url("../img/about/ab-back1.png");
	background-size: cover;
	height: 1300px;/* 1300px */
}
.ab-img2-1{
	position: absolute;
	display: block;
	width: 445px;/* 445px */
	height: 445px;/* 445px */
	background: #DEDEDE;
	top: -200px;/* -200px */
	left: 100px;/* 100px */
	border-radius: 20px;
}
.ab-img2-2{
	position: absolute;
	display: block;
	width: 825px;/* 825px */
	height: 550px;/* 550px */
	background: #DEDEDE;
	top: -120px;/* -120px */
	right: 100px;/* 100px */
	border-radius: 20px;
}
.ab-mark2{
	position: absolute;
	width: 900px;/* 900px */
	top: 450px;/* 450px */
	left: 140px;/* 140px */
}
.sr-tag{
	display: inline-block;
	padding: 7px 15px;/* 7px 15px */
	background: #ee7800;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	font-optical-sizing: auto;
	font-style: normal;
	font-size: 18px;/* 18px*/
	line-height: 1;
	color: #FFFFFF;
	border-radius: 12px;
}
/*---------- 看護の3本の柱　---------*/
.ah-sr-list{
	position: absolute;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content:space-between;
	width: 1200px;/* 1200px */
	margin: auto;
	top: 780px;/* 780px */
	left: 0;
	right: 0;
	list-style: none;
}
.ah-sr-list li{
	width: 380px;/* 380px */
	height: 400px;/* 400px */
	background: #FFFFFF;
}
/*---------------------*/
.ab-box3{
	position: relative;
	height: 1100px;/* 1100px */
	background: #f4f4f0;
}
.ab-img3{
	position: absolute;
	display: block;
	width: 500px;/* 500px */
	height: 800px;/* 800px */
	border-radius: 0 15px 15px 0;
	top: 200px;/* 200px */
	left: 0;
}
.ab-mark3{
	position: absolute;
	width: 900px;/* 900px */
	top: 220px;/* 220px */
	right: 100px;/* 100px */
}
.ah-sr-list2{
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	list-style: none;
	width: 100%;
	margin-top: 30px;/* 30px */
}
.ah-sr-list2 li{
	width: 100%;
	padding: 20px 30px;/* 20px 30px */
	background: #FFFFFF;
	margin: 0 auto 30px;/* 0 auto 30px */
	border-radius: 15px;
}
.sr-list-tlt1{
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-optical-sizing: auto;
	font-style: normal;
	font-size: 21px;/* 21px*/
	line-height: 1.5;
	margin-bottom: 10px;/* 10px */
	color: #c70067;
}
/*---------------------*/
.ab-box4{
	position: relative;
	padding: 50px 0 200px;/* 50px 0 200px */
	background: #f4f4f0;
}
.ah-sr-title1{
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-optical-sizing: auto;
	font-style: normal;
	font-size: 34px;/* 34px */
	line-height: 1.5;
	text-align: center;
}
.ah-sr-title1::before{
	content: '';
	display: block;
	width: 80px;/* 80px */
	height: 63px;/* 80px */
	background: url("../img/common/tag.png");
	background-size: cover;
	margin: 0 auto 10px;
}
.sh-sr-list3{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 1200px;/* 1200px */
	margin: 60px auto 0;/* 60px auto 0*/
	list-style: none;
	justify-content: space-between;
}
.sh-sr-list3 li{
	width: 580px;/* 580px */
	height: 200px;/* 200px */
	background: #FFFFFF;
	margin-bottom: 35px;/* 35px */
	padding: 25px;/* 25px */
	border-radius: 15px;
}
.sr-list-tlt2{
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-optical-sizing: auto;
	font-style: normal;
	font-size: 21px;/* 21px*/
	line-height: 1.5;
	margin-bottom: 10px;/* 10px */
}
/*---------------------*/
.ab-box5{
	position: relative;
	padding: 130px 0 200px;/* 130px 0 200px */
}