@charset "utf-8";
/*------------------------------------------------------------
	residence-management
------------------------------------------------------------*/
.pageTitle .photoBox {
    width: calc(100% - 590px);
    right: -21px;
    bottom: 3px;
}
@media all and (max-width: 1220px) {
	.pageTitle .photoBox {
		right: 0;
	}
}
#main .sec01 {
	padding: 70px 0 58px;
}
#main .sec01 .headLine01 {
	margin-bottom: 30px;
}
#main .sec01 .text {
	margin: 0 auto 43px;
	max-width: 924px;
	color: #3C3C3C;
}
#main .sec01 .blueTtl {
	padding: 34px 5px 43px;
	color: #00A0E9;
	text-align: center;
	font-weight: 700;
	font-size: 4.5rem;
	border-radius: 30px;
	background-color: #FFF;
}
#main .sec01 .blueTtl .sml {
	margin-top: 5px;
	display: block;
	color: #000;
	font-size: 1.6rem;
	font-weight: 300;
}
#main .bgBox {
	padding-top: 54px;
}
#main .sec02 {
	margin-bottom: 50px;
}
#main .sec02 .headLine01 {
	margin-bottom: 57px;
}
#main .headLine01 .blue {
	margin-top: 15px;
	display: block;
	color: #00A0E9;
	font-weight: 700;
	font-size: 4.5rem;
	line-height: 1.35;
}
#main .sec02 h4 {
	margin-bottom: 18px;
	color: #3C3C3C;
	text-align: center;
	font-size: 3.5rem;
	font-weight: 700;
}
#main .sec02 table {
	width: 100%;
	border-collapse: collapse;
}
#main .sec02 td,
#main .sec02 th {
	padding: 19px 20px 24px;
	height: 90px;
	color: #545251;
	text-align: left;
	font-weight: 500;
	vertical-align: middle;
	word-break: break-all;
	border-bottom: 20px solid #FFF;
	background-color: #E1E5E8;	
}
#main .sec02 th {
	width: 27.6%;
	color: #FFF;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	border-right: 12px solid #FFF;
	background-color: #68BE92;
}
#main .sec03 {
	margin-bottom: 75px;
	padding: 40px 10px 55px;
	text-align: center;
	border: 2px solid #00A0E9;
}
#main .sec03 .headLine01 {
	margin-bottom: 43px;
}
#main .sec03 .headLine01 .blue {
	margin-top: 3px;
}
#main .sec03 .photo {
	margin-bottom: 25px;
}
#main .sec03 p {
	margin-bottom: 18px;
	letter-spacing: -0.095em;
}
#main .sec03 .textUl {
	margin-top: -15px;
}
#main .sec03 .textUl li {
	width: 21.2%;
	margin: 15px 2% 0 0;
	padding: 7px 5px 9px;
	height: 86px;
	display: flex;
	align-items: center;
	justify-content: center;
	color : #3C3C3C;
	font-weight: 700;
	border-radius: 10px;
	box-sizing: border-box;
	background-color: #E6E6E6;
}
#main .sec03 .textUl li:nth-of-type(4n) {
	margin-right: 0;
}
#main .picture img {
	width: 100%;
}
#main .sec04 {
	padding: 88px 0 100px;
}
#main .sec04 .headLine01 {
	margin-bottom: 66px;
}
#main .sec04 .headLine01 .blue {
	margin-top: 29px;
}
#main .sec04 .photo {
	margin-bottom: 83px;
}
#main .sec04 h4 {
	margin-bottom: 47px;
	position: relative;
	text-align: center;
	color: #00A0E9;
	font-size: 4.5rem;
	font-weight: 700;
}
#main .sec04 h4::before {
	width: 100%;
	height: 15px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -5px;
	background-color: #FFF;
	content: "";
}
#main .sec04 h4 .sub {
	position: relative;
}
#main .sec04 .textUl {
	margin: -30px 0 52px; 
}
#main .sec04 .textUl:last-of-type {
	margin-bottom: 0;
}
#main .sec04 .textUl li {
	margin: 30px 5.75% 0 0;
	width: 29.5%;
}
#main .sec04 .textUl li:nth-child(3n) {
	margin-right: 0;
}
#main .sec04 .textUl li .title {
	padding: 13px 10px 10px;
	color: #FFF;
	font-size: 3rem;
	font-weight: 700;
	letter-spacing: -0.015em;
	line-height: 1.4;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	text-align: center;
	box-sizing: border-box;
	background-color: #80CFF4;
}
#main .sec04 .textUl.textUl01 li .title {
	margin-bottom: 38px;
}
#main .sec04 .textUl li .blueTxt {
	margin: 38px 0 28px;
	color: #00A0E9;
	font-size: 3rem;
	text-align: center;
	line-height: 1.17;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
#main .sec04 .textUl li .spec {
	letter-spacing: -0.1em;
}
#main .sec04 .textUl li p {
	text-align: justify;
}
#main .sec04 .h4Ttl {
	margin-bottom: 33px;
}
@media all and (max-width: 896px) {
	.pageTitle .photoBox {
		width: 64.2%;
	}
	#main .sec01 {
		padding: 35px 0 37px;
	}
	#main .sec01 .headLine01 {
		margin-bottom: 15px;
	}
	#main .sec01 .text {
		margin-bottom: 26px;
		font-size: 1.6rem;
		text-align: justify;
		line-height: 1.40625;
		color: #000;
	}
	#main .sec01 .blueTtl {
		padding: 27px 15px 23px;
		font-size: 2.3rem;
		line-height: 1.413;
		border-radius: 15px;
	}
	#main .sec01 .blueTtl .sml {
		margin-top: 11px;
		font-size: 1.2rem;
	}
	#main .bgBox {
		padding-top: 28px;
	}
	#main .sec02 {
		margin-bottom: 8px;
	}
	#main .sec02 .headLine01 {
		margin-bottom: 23px;
	}
	#main .headLine01 .blue {
		margin-top: 15px;
		font-size: 2.3rem;
		line-height: 1.413;
	}
	#main .sec02 h4 {
		margin-bottom: 11px;
		font-size: 1.8rem;
	}
	#main .sec02 td,
	#main .sec02 th {
		width: 100% !important;
		display: block;
		padding: 12px 15px 13px;
		height: inherit;
		box-sizing: border-box;
		border-bottom-width: 12px;
	}
	#main .sec02 th {
		padding: 12px 10px 11px;
		font-size: 1.6rem;
		line-height: 1.2;
		border-right: none;
		border-bottom-width: 5px;
	}
	#main .sec02 td ul li {
		text-align: justify;
	}
	#main .sec03 {
		margin-bottom: 20px;
		padding: 22px 13px 18px;
		border-width: 1px;
	}
	#main .sec03 .headLine01 {
		margin-bottom: 22px;
		font-size: 1.8rem;
	}
	#main .sec03 .headLine01 .blue {
		margin-top: 15px;
	}
	#main .sec03 .photo {
		margin-bottom: 14px;
	}
	#main .sec03 .photo img {
		width: 170px;
	}
	#main .sec03 p {
		margin-bottom: 20px;
		text-align: left;
		line-height: 1.3;
	}
	#main .sec03 .textUl {
		margin-top: -13px;
		justify-content: space-between;
	}
	#main .sec03 .textUl li {
		width: 48%;
		margin: 13px 0 0;
		padding: 7px 5px 9px;
		height: 53px;
		font-size: 1.3rem;
		border-radius: 5px;
	}
	#main .picture {
		display: none;
	}
	#main .picture img {
		width: 100%;
	}
	#main .sec04 {
		padding: 26px 0 30px;
	}
	#main .sec04 .headLine01 {
		margin-bottom: 26px;
	}
	#main .sec04 .headLine01 .blue {
		margin-top: 14px;
	}
	#main .sec04 .photo {
		margin: 0 -1px 27px;
		text-align: center;
	}
	#main .sec04 h4 {
		margin: 0 -19px 21px;
		font-size: 2.3rem;
	}
	#main .sec04 h4::before {
		height: 8px;
		margin-top: -3px;
	}
	#main .sec04 .textUl {
		margin: 0 0 19px; 
		display: block;
	}
	#main .sec04 .textUl li {
		margin: 0 0 27px;
		width: auto;
	}
	#main .sec04 .textUl li:last-child {
		margin-bottom: 0;
	}
	#main .sec04 .textUl li .title {
		padding: 10px;
		font-size: 1.6rem;
		letter-spacing: -0.08em;
	}
	#main .sec04 .textUl.textUl01 li .title {
		margin-bottom: 19px;
	}
	#main .sec04 .textUl li .blueTxt {
		margin: 19px 0;
		font-size: 1.8rem;
	}
	#main .sec04 .textUl01 li {
		margin-bottom: 15px;
	}
	#main .sec04 .textUl01 li .title {
		border-radius: 10px;
	}
	#main .sec04 .h4Ttl {
		margin-bottom: 13px;
	}
	#gFooter {
		padding-top: 40px;
	}
}
@media all and (max-width: 374px) {
	#main .sec04 .headLine01 {
		font-size: 1.8rem;
	}
	#main .sec04 .headLine01 .blue {
		font-size: 2rem;
	}
	#main .sec03 .textUl li {
		font-size: 1.2rem;
	}
	#main .sec04 .textUl li .title {
		font-size: 1.3rem;
	}
}