@charset "utf-8";

.m-content{
	/*padding-left: 0;
	padding-right: 0;*/
}

.l-wrapper{
	overflow:  hidden;
}

.l-wrapper{
    background-image: url("../../images/life/content_bg_pc.png");
    background-repeat:no-repeat;
    background-position: center top;
    background-size: 100% auto;
    -webkit-background-size: 100% auto;
}

@media only screen and (min-width: 1580px) {
	
}

@media only screen and (min-width: 769px) and (max-width: 1579px){
   .l-wrapper{
			background-image: url("../../images/life/content_bg_pc.png");
			background-position: center top;
   }
}

@media only screen and (max-width: 768px) {
	.l-wrapper{
		background-image: url("../../images/life/content_bg_sp.png");
		background-position: center top;
	}
}

/* .l-life_vision */

.l-life_vision{
	display: flex;
}

.l-life_vision .l-life_vision_img{
	width: 640px;
	padding: 50px 0 0 40px;
}

.l-life_vision .l-life_vision_img figure{
	width: 467px;
}

.l-life_vision .l-life_vision_text{
	width: 940px;
	padding: 35px 0 0 0;
}

.l-life_vision_title_head{
	line-height: 0;
	margin: 0 0 20px 0;
}

.l-life_vision_title01{
	font-size: 65px;
	font-weight: bold;
	line-height: 1;
	color: #be0000;
	margin: 0 0 35px 0;
}

.l-life_vision_title02{
	font-size: 35px;
	margin: 0 0 8px 0;
}

.l-life_vision_title03{
	font-size: 28px;
	margin: 0 0 25px 0;
}

.l-life_vision_lead{
	font-size: 34px;
	font-weight: bold;
	line-height: 1.32;
}

@media only screen and (min-width: 769px) and (max-width: 1579px){
	
	/* .l-life_vision */

	.l-life_vision{
		display: flex;
	}

	.l-life_vision .l-life_vision_img{
		width: 40.5vw;
		padding: 3.164vw 0 0 2.531vw;
	}
	
	.l-life_vision .l-life_vision_img figure{
		width: 29.55vw;
	}

	.l-life_vision .l-life_vision_text{
		width: 59.49vw;
		padding: 2.215vw 0 0 0;
	}

	.l-life_vision_title_head{
		line-height: 0;
		margin: 0 0 1.265vw 0;
	}

	.l-life_vision_title01{
		font-size: 4.113vw;
		margin: 0 0 2.215vw 0;
	}

	.l-life_vision_title02{
		font-size: 2.215vw;
		margin: 0 0 0.506vw 0;
	}

	.l-life_vision_title03{
		font-size: 1.772vw;
		margin: 0 0 1.582vw 0;
	}

	.l-life_vision_lead{
		font-size: 2.151vw;
	}
	
}

@media only screen and (max-width: 768px) {
	
	
/* .l-life_vision */

.l-life_vision{
	display: flex;
}

.l-life_vision .l-life_vision_img{
	width: 52vw;
	padding: 4vw 0 0 1.33vw;
}
	
.l-life_vision .l-life_vision_img figure{
	width: 48vw;
}

.l-life_vision .l-life_vision_text{
	width: 48vw;
	padding: 6.66vw 4vw 0 0;
}

.l-life_vision_title_head{
	line-height: 0;
	/*margin: 0 0 1.33vw 0;*/
	margin: 0 0 3.33vw 0;
}

.l-life_vision_title01{
	font-size: 6.4vw;
	margin: 0 0 3.33vw 0;
}

.l-life_vision_title02{
	/*font-size: 4vw;*/
	font-size: 3.6vw;
	margin: 0 0 1.33vw 0;
}

.l-life_vision_title03{
	font-size: 3.46vw;
	margin: 0 0 2.66vw 0;
}

.l-life_vision_lead{
	font-size: 3.46vw;
	line-height: 1.38;
}
	
}

/* .l-life_list_area */

.l-life_list_area{
	padding: 40px 0 0 0;
	color: #be0000;
}


.l-life_list_area .l-life_list_wrap{
	position: relative;
	margin: 0 auto;
	max-width: 1000px;
}

.l-life_list_area .l-life_list_wrap .l-life_bar{
	position: absolute;
	width: 10px;
	height: 100%;
	top: 3%;
}

.l-life_list_area .l-life_list_wrap .l-life_bar{
	position: absolute;
	top: 0;
	left: 56px;
	width: 10px;
	height: 100%;
	padding: 50px 0 0 0;
}

.l-life_list_area .l-life_list_wrap .l-life_bar:before{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: #be0000;
}

.l-life_list_area .l-life_list{
	position: relative;
	z-index: 2;
}

.l-life_list_area .l-life_list_block{
	display: flex;
	position: relative;
	padding: 0 0 0 300px;
	margin: 0 0 80px 0;
}

.l-life_list_area .l-life_list_block:last-child{
	margin-bottom: 0;
}

.l-life_list_area .l-life_list_block > *{
}

.l-life_list_area .l-life_list_block:last-child > *{
	padding-bottom: 0;
}

@media only screen and (min-width: 769px) and (max-width: 1579px){


	/* .l-life_list_area */

	.l-life_list_area{
		padding: 2.531vw 0 0 0;
	}


	.l-life_list_area .l-life_list_wrap{
		max-width: 63.29vw;
	}

	.l-life_list_area .l-life_list_wrap .l-life_bar{
		left: 3.544vw;
		width: 0.632vw;
		/*padding: 3.164vw 0 0 0;*/
	}

	.l-life_list_area .l-life_list_block{
		padding: 0 0 0 18.987vw;
		margin: 0 0 4.43vw 0;
	}
	
}

@media only screen and (max-width: 768px) {

/* .l-life_list_area */

.l-life_list_area{
	margin: 9.33vw 0 0 0;
	padding: 0 4vw;
}


.l-life_list_area .l-life_list_wrap{
}

.l-life_list_area .l-life_list_wrap .l-life_bar{
	position: absolute;
	top: 0;
	left: 6.65vw;
	width: 0.8vw;
	/*height: 100%;*/
	height: 95%;
	padding: 50px 0 0 0;
}

.l-life_list_area .l-life_list{
	position: relative;
	z-index: 2;
}

.l-life_list_area .l-life_list_block{
	padding: 0 0 0 18.66vw;
	margin: 0 0 8vw 0;
}

.l-life_list_area .l-life_list_block:last-child{
	margin-bottom: 0;
}

.l-life_list_area .l-life_list_block > *{
}

.l-life_list_area .l-life_list_block:last-child > *{
	padding-bottom: 0;
}
	
}

.l-life_list_area .l-life_list_head{
	position: relative;
}

/**/

.l-life_list_icon01{
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 100px;
}

.l-watch_bar{
	display: block;
	position: absolute;
	background-color: #be0000;
}

.l-life_list_icon01 .l-life_list_icon01_obj{
	position: absolute;
	top: -28px;
	right: 190px;
	border-radius: 100%;
	background-color: #fff;
	width: 1em;
	height: 1em;
	border: 0.06em solid #be0000;
}

.l-watch_bar.bar03{
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -0.06em 0 0 -0.06em;
	border-radius: 100%;
	width: 0.12em;
	height: 0.12em;
}

.l-watch_bar.bar01,
.l-watch_bar.bar02{
	bottom: 50%;
	left: 50%;
	width: 0.06em;
	margin: 0 0 0 -0.03em;
	transform-origin: 50% 100%;
}

.l-watch_bar.bar01{
	height: 0.3em;
}

.l-watch_bar.bar02{
	height: 0.4em;
}

.l-life_list_icon02{
	position: absolute;
	bottom: 0;
	left: 0;
}

.l-life_list_icon02 .l-life_list_icon02_obj{
	position: absolute;
	top: 0;
	right: 30px;
	color: #be0000;
	font-size: 50px;
	font-weight: 700;
	white-space: nowrap;
	line-height: 1;
	text-align: right;
}

.l-life_list_icon03{
	position: relative;
	font-size: 26px;
	padding: 2.4em 0 0 0;
}

.l-life_list_icon03 .l-life_list_icon03_obj{
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	background-color: #be0000;
	line-height: 1;
	border-radius: 0.25em;
	padding: 0.25em 1em;
	color: #fff;
	font-weight: 700;
	white-space: nowrap;
}

.l-life_list_icon03 .l-life_list_icon03_obj:after{
	content: "";
	position: absolute;
	left: 50%;
	bottom: -0.6em;
	margin: 0 0 0 0.1em;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0.461em 0.615em 0;
	border-color: transparent #be0000 transparent transparent;
}

@media only screen and (min-width: 769px) and (max-width: 1579px){

.l-life_list_icon01{
	font-size: 6.329vw;
}

.l-life_list_icon01 .l-life_list_icon01_obj{
	position: absolute;
	top: -1.772vw;
	right: 12.025vw;
}

.l-life_list_icon02 .l-life_list_icon02_obj{
	right: 1.898vw;
	font-size: 3.164vw;
}

.l-life_list_icon03{
	font-size: 1.64556vw;
}
	
}

@media only screen and (max-width: 768px) {

	.l-life_list_area .l-life_list_head{
		position: static;
		display: flex;
	}

	.l-life_list_icon01{
		top: 0;
		left: 0;
		font-size: 13.33vw;
	}

	.l-life_list_icon01 .l-life_list_icon01_obj{
		position: absolute;
		top: 0;
		bottom: auto;
		right: auto;
	}
	
	.l-life_list_icon02{
		position: static;
	}

	.l-life_list_icon02 .l-life_list_icon02_obj{
		position: static;
		font-size: 6.66vw;
		text-align: left;
		margin: 0 0.5em 0 0;
	}

	.l-life_list_icon03{
		font-size: 4vw;
		padding: 0;
		margin: 0 0 1em 0;
	}

	.l-life_list_icon03 .l-life_list_icon03_obj{
		position: relative;
	}
	
}

.l-life_list_text{
	padding: 0 40px 0 0;
}

.l-life_list_text:last-child{
	padding-right: 0;
}

.l-life_list_text_in{
	font-size: 22px;
	line-height: 1.32;
	word-wrap: break-word;
	word-break: break-all;
}


.l-life_list_image .image01 img{
	width: 100%;
}
	

.l-life_list_image{
	position: relative;
	text-align: center;
}

.l-life_list_image.sp_type{
	display: none;
}

@media only screen and (min-width: 769px) and (max-width: 1579px){

	.l-life_list_text{
		padding: 0 2.531vw 0 0;
	}

	.l-life_list_text_in{
		font-size: 1.392vw;
	}
	
}

@media only screen and (max-width: 768px) {
	

.l-life_list_text{
	padding: 0 0 0 0;
}

.l-life_list_text:last-child{
	padding-right: 0;
}

.l-life_list_text_in{
	font-size: 4vw;
	line-height: 1.4;
}
	
.l-life_list_image{
	position: relative;
	margin: 4vw 0;
}

.l-life_list_image.pc_type{
	display: none;
}
	
.l-life_list_image.sp_type{
	display: block;
}
	
.l-life_list_image.sp_type .l-life_list_icon03{
	display: none;
}

}


/* .l-life_content */

.l-life_content{
	position: relative;
}

/* .l-life_breakday_area */

.l-life_breakday_area{
	/*position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 545px;*/
	position: relative;
	background-image: url("../../images/life/break_bg_pc.png");
	background-repeat: no-repeat;
	background-size: 100% auto;
	/*min-height: 370px;*/
	padding: 140px 0 50px 0;
	margin: 160px 0 0 0;
}

.l-life_breakday_area:after{
	content: "";
	position: absolute;
	top: 140px;
	left: 0;
	height: calc(100% - 140px);
	width: 100%;
	background-color: #be0000;
}

.l-life_breakday_wrap{
	max-width: 1070px;
	margin: 0 0 0 307px;
	position: relative;
	z-index: 2;
}

.l-life_breakday_head{
	position: relative;
	height: 120px;
	margin: 0 0 20px 0;
}

.l-life_breakday_head > *{
	position: absolute;
	top: 0;
	left: 0;
}

.l-life_breakday_head .head_img01{
	top: 12px;
	left: 40px;
}

.l-life_breakday_head .head_img02{
	top: 30px;
	left: 340px;
}

/* .l-life_breakday */

.l-life_breakday{
	display: flex;
	margin: 0 -40px -40px 0;
	color: #ffffff;
}

.l-life_breakday > *{
	padding: 0 40px 40px 0;
}

.l-life_breakday .l-life_breakday_img{
	width: 56.6%;
}

.l-life_breakday .l-life_breakday_img_list{
	display: flex;
	margin: 0 -40px -40px 0;
}

.l-life_breakday .l-life_breakday_img_list_block{
	position: relative;
	padding: 0 40px 40px 0;
	width: 50%;
}

.l-life_breakday .l-life_breakday_img_list_block .image01 img{
	width: 100%;
	height: auto;
}

.l-life_breakday .l-life_breakday_img_list_block .image02{
	position: absolute;
	top: -60px;
	left: -90px;
}

.l-life_breakday .l-life_breakday_text{
	width: 43.4%;
	word-break: break-all;
	word-wrap: break-word;
}

.l-life_breakday_title{
	font-size: 30px;
	margin: 0 0 20px 0;
	font-weight: bold;
}

.l-life_breakday .l-life_breakday_text_in{
	font-size: 22px;
	line-height: 1.32;
}

@media only screen and (min-width: 1580px) {
	
}


@media only screen and (min-width: 769px) and (max-width: 1579px){
	
	/* .l-life_breakday_area */

	.l-life_breakday_area{
		/*min-height: 23.42vw;*/
		padding: 8.8607vw 0 3.164vw 0;
		margin: 10.126vw 0 0 0;
	}

	.l-life_breakday_area:after{
		top: 8.86vw;
		height: calc(100% - 8.86vw);
	}

	.l-life_breakday_wrap{
		max-width: 67.72vw;
		margin: 0 0 0 19.43vw;
	}

	.l-life_breakday_head{
		height: 7.594vw;
		margin: 0 0 1.265vw 0;
	}

	.l-life_breakday_head .head_img01{
		top: 0.759vw;
		left: 2.53vw;
	}

	.l-life_breakday_head .head_img02{
		top: 1.5vw;
		left: 21.51vw;
	}

	/* .l-life_breakday */

	.l-life_breakday{
		margin: 0 -2.53vw -2.53vw 0;
	}

	.l-life_breakday > *{
		padding: 0 2.53vw 2.53vw 0;
	}

	.l-life_breakday .l-life_breakday_img_list{
		margin: 0 -2.53vw -2.53vw 0;
	}

	.l-life_breakday .l-life_breakday_img_list_block{
		padding: 0 2.53vw 2.53vw 0;
	}

	.l-life_breakday .l-life_breakday_img_list_block .image02{
		top: -3.797vw;
		left: -5.696vw;
	}
	
	.l-life_breakday_title{
		font-size: 1.898vw;
		margin: 0 0 1.265vw 0;
	}

	.l-life_breakday .l-life_breakday_text_in{
		font-size: 1.39vw;
	}
	
}

@media only screen and (max-width: 768px) {

/* .l-life_breakday_area */

.l-life_breakday_area{
	background-image: url("../../images/life/break_bg_sp.png");
	/*min-height: 108vw;*/
	padding: 24.333vw 0 8vw 0;
	margin: 10vw 0 0 0;
}

.l-life_breakday_area:after{
	top: 24.333vw;
	height: calc(100% - 24.333vw);
}
	
.l-life_breakday_wrap{
	margin: 0 0 0 0;
	padding: 0 4vw;
}

.l-life_breakday_head{
	position: relative;
	height: 14.26vw;
	margin: 0 0 8vw 0;
}

.l-life_breakday_head > *{
	position: absolute;
	top: 0;
	left: 0;
}

.l-life_breakday_head .head_img01{
	top: 2vw;
	left: 6.26vw;
}

.l-life_breakday_head .head_img02{
	top: 5.33vw;
	left: 54.66vw;
}

/* .l-life_breakday */

.l-life_breakday{
	flex-wrap: wrap;
	margin: 0 -4vw -4vw 0;
}

.l-life_breakday > *{
	padding: 0 4vw 4vw 0;
}

.l-life_breakday .l-life_breakday_img{
	width: 100%;
}

.l-life_breakday .l-life_breakday_img_list{
	margin: 0 -4vw -4vw 0;
}

.l-life_breakday .l-life_breakday_img_list_block{
	padding: 0 4vw 4vw 0;
	width: 50%;
}

.l-life_breakday .l-life_breakday_img_list_block .image02{
	position: absolute;
	top: -11.2vw;
	left: -4vw;
	width: 20vw;
}

.l-life_breakday .l-life_breakday_text{
	width: 100%;
}

.l-life_breakday_title{
	font-size: 4.8vw;
	margin: 0 0 2.66vw 0;
}

.l-life_breakday .l-life_breakday_text_in{
	font-size: 4vw;
	line-height: 1.4;
}
	
}

/* RWD表示切り替え
---------------------------------------------------------------------------- */
@media all and (min-width: 768px) {
.nopc {
	display: none !important; } }
@media all and (max-width: 767px) {
.nosp {
	display: none !important; } }