@charset "UTF-8";




/*********** 共通・背景 *************/


.lifescene_bg01 {
	background-image: url("../../lifescene/images/lifescene_bg01.jpg");
	background-position: center top;
	background-size: cover;
}

.lifescene_bg02 {
	background-image: url("../../lifescene/images/lifescene_bg02.jpg");
	background-position: center top;
	background-size: cover;
	padding-bottom: 100px;
}


.lifescene_mbt-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background: rgba(255,255,255,0.7);
	padding: 40px;
	margin-top: 60px;
}

.lifescene_mbt-wrap li {
	width: 30.89%;
}

.lifescene_mbt-wrap.second {
	margin-top: 120px;
}

/*********** ↑共通・背景 *************/





/*********** scene共通 *************/

.smp-wrap {
	display: flex;
	flex-wrap: wrap;
}

.smp-wrap li:nth-child(1) {
	width: 50%;
}

.smp-wrap li:nth-child(2) {
	width: 50%;
}

.smp-wrap .copy {
	display: flex;
	align-items: center;
	color: #fff;
	padding: 20px;
	padding-left: calc((100% - 1200px) / 2);
}

.smp-wrap dt {
	font-size: 3.0rem;
}

.smp-wrap dd {
	margin-top: 20px;
}



.scene-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 80px;
}

.scene-wrap > li:nth-child(1) {
	width: 50%;
}

.scene-wrap > li:nth-child(2) {
	width: 45.83%;
}

.scene-title dl {
	display: flex;
	align-items: center;
}

.scene-title dt {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #fff;
	letter-spacing: 0;
	line-height: 1.0;
	background: #999;
	width: 100px;
	height: 100px;
	margin-right: 20px;
}

.scene-title dt p:nth-child(1) {
	font-size: 1.8rem;
}

.scene-title dt p:nth-child(2) {
	font-family: 'EB Garamond', serif;
	font-size: 6.0rem;
}

.scene-title dd {
	font-size: 2.5rem;
	line-height: 1.5;
}

.cont {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 20px;
}

.cont li:nth-child(1) {
	text-align: justify;
}

@media only screen and (max-width: 1240px){
.cont li:nth-child(1) br {	display: none;}
}







/***** right *****/

.scene-wrap.right > li:nth-child(1) {
	order: 2;
}

.scene-wrap.right > li:nth-child(2) {
	order: 1;
}

.scene-wrap.right hr {
	margin-left: -8.33%;
	margin-top: 20px;
}


/***** left *****/

.scene-wrap.left hr {
	width: 108.33%;
	margin-top: 20px;
}


/*********** ↑scene共通 *************/








/*********** dinks *************/

.title-dinks {
	display: flex;
	align-items: center;
	color: #A5435C;
	font-size: 3.0rem;
	line-height: 1.5;
	padding-bottom: 10px;
	margin-top: 80px;
}

.title-dinks:before {
	content: "";
	flex-grow: 1;
	height: 5px;
	border-top: 1px solid #A5435C;
	border-bottom: 1px solid #A5435C;
	margin-right: 0.5em;
}

.title-dinks:after {
	content: "";
	flex-grow: 1;
	height: 5px;
	border-top: 1px solid #A5435C;
	border-bottom: 1px solid #A5435C;
	margin-left: 0.5em;
}

.dinks .smp-wrap .copy {
	background: #5A1B34;
}

.dinks .scene-title dt {
	background: linear-gradient(90deg, #A5435C, #C07B8D);
}

.dinks .scene-title dd {
	color: #A5435C;
	font-weight: 600;
}

.dinks .scene-wrap hr {
	border-top: 1px solid #836727;
}


/***** 個別 *****/

.cont.dinks1_01 li:nth-child(1) {
	width: 67%;
}

.cont.dinks1_01 li:nth-child(2) {
	width: 30%;
}

.cont.dinks3_01 li:nth-child(1) {
	width: 57%;
}

.cont.dinks3_01 li:nth-child(2) {
	width: 40%;
}

.cont.dinks4_01 li:nth-child(1) {
	width: 53.67%;
}

.cont.dinks4_01 li:nth-child(2) {
	width: 36.67%;
}

/*********** ↑dinks *************/






/*********** family *************/

.title-family {
	display: flex;
	align-items: center;
	color: #006D4F;
	font-size: 3.0rem;
	line-height: 1.5;
	padding-bottom: 10px;
	margin-top: 80px;
}

.title-family:before {
	content: "";
	flex-grow: 1;
	height: 5px;
	border-top: 1px solid #006D4F;
	border-bottom: 1px solid #006D4F;
	margin-right: 0.5em;
}

.title-family:after {
	content: "";
	flex-grow: 1;
	height: 5px;
	border-top: 1px solid #006D4F;
	border-bottom: 1px solid #006D4F;
	margin-left: 0.5em;
}

.family .smp-wrap .copy {
	background: #00392F;
}

.family .scene-title dt {
	background: linear-gradient(90deg, #006D4F, #4D9984);
}

.family .scene-title dd {
	color: #006D4F;
	font-weight: 600;
}

.family .scene-wrap hr {
	border-top: 1px solid #836727;
}


/***** 個別 *****/

.cont.family1_01 li:nth-child(1) {
	width: 67%;
}

.cont.family1_01 li:nth-child(2) {
	width: 30%;
}

.cont.family2_01 li:nth-child(1) {
	width: 64%;
}

.cont.family2_01 li:nth-child(2) {
	width: 33.33%;
}

.cont.family3_01 li:nth-child(1) {
	width: 60%;
}

.cont.family3_01 li:nth-child(2) {
	width: 36.67%;
}

/*********** ↑family *************/






/*********** senior *************/

.title-senior {
	display: flex;
	align-items: center;
	color: #4D4B80;
	font-size: 3.0rem;
	line-height: 1.5;
	padding-bottom: 10px;
	margin-top: 80px;
}

.title-senior:before {
	content: "";
	flex-grow: 1;
	height: 5px;
	border-top: 1px solid #4D4B80;
	border-bottom: 1px solid #4D4B80;
	margin-right: 0.5em;
}

.title-senior:after {
	content: "";
	flex-grow: 1;
	height: 5px;
	border-top: 1px solid #4D4B80;
	border-bottom: 1px solid #4D4B80;
	margin-left: 0.5em;
}

.senior .smp-wrap .copy {
	background: #2F2358;
}

.senior .scene-title dt {
	background: linear-gradient(90deg, #4D4B80, #8281A6);
}

.senior .scene-title dd {
	color: #4D4B80;
	font-weight: 600;
}

.senior .scene-wrap hr {
	border-top: 1px solid #836727;
}


/***** 個別 *****/

.cont.senior1_01 li:nth-child(1) {
	width: 55%;
}

.cont.senior1_01 li:nth-child(2) {
	width: 41.67%;
}

.cont.senior3_01 li:nth-child(1) {
	width: 67%;
}

.cont.senior3_01 li:nth-child(2) {
	width: 30%;
}

.cont.senior4_01 li:nth-child(1) {
	width: 60%;
	letter-spacing: 0;
}

.cont.senior4_01 li:nth-child(2) {
	width: 37%;
}


/*********** ↑senior *************/











.lifescene_bt_top-wrap {
	width: 40%;
	margin: 0 auto;
	margin-top: 100px;
}














.anc_dinks,
.anc_family,
.anc_senior {
	display: block;
    padding-top: 150px;
	margin-top: -150px;
}







