@charset "UTF-8";

/*------------------------------------------------------------
    大切な人との時間を彩る
------------------------------------------------------------*/
.page_ttl_01.page_concept_ttl {
	text-align: center;
	font-size: 2.4rem;
	margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
	.page_concept_box .page_txt_box p {
		font-size: 1.4rem;
	}
}
@media screen and (min-width: 768px) {
	.page_ttl_01 ~ .page_txt_box {
		margin-bottom: 120px;
	}
	.page_concept_box .page_txt_box p {
		text-align: center;
	}
}
@media screen and (min-width: 992px) {
	.page_ttl_01.page_concept_ttl {
		margin-bottom: 80px;
		font-size: 4rem;
	}
}
/*------------------------------------------------------------
    page img
------------------------------------------------------------*/
.img_content {
	height: 100%;
	overflow: hidden;
}
.img_content .img_content_main {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 100%;
}
.img_content.time_color .img_content_main {
	background-image: url('../img/concept/img_concept_08-sp.jpg');
	padding-top: calc(100% * 750 / 1080);

}
@media screen and (min-width: 768px) {
	.img_content.time_color .img_content_main {
		background-image: url('../img/concept/img_concept_08.jpg');
		padding-top: calc(100% * 560 / 1392);
	}
}
/*------------------------------------------------------------
    page 2column
------------------------------------------------------------*/
.page_2column_img {
	width: 100%;
	margin-bottom: 30px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.page_2column_img.concept02 {background-image: url('../img/concept/img_concept_02-sp.jpg');}
.page_2column_img.concept03 {background-image: url('../img/concept/img_concept_03-sp.jpg');}
.page_2column_txt p {
	margin-bottom: 10px;
	line-height: 2;
	display: flex;
}
.page_2column_img {
	padding-top: calc(100% * 768 / 1080);
}
@media screen and (max-width: 767px) {
	.page_2column_content > ul > li {
		margin-top: 60px !important;
	}
	.page_2column_txt p {
		font-size: 1.4rem;
	}
}
@media screen and (min-width: 768px) {
	.page_2column_img {
		margin-bottom: 40px;
		padding-top: calc(100% * 1080 / 1560);
	}
	.page_2column_content li:last-child .page_2column_box {
		margin-top: 12.5vw;
	}
	.page_2column_img.concept02 {
		background-image: url('../img/concept/img_concept_02.jpg');
	}
	.page_2column_img.concept03 {
		background-image: url('../img/concept/img_concept_03.jpg');
	}
}
/*------------------------------------------------------------
    flex content
------------------------------------------------------------*/
.flex_content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.flex_content .flex_content_box.img {
	width: 100%;
	padding-top: calc(100% * 768 / 1080);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.flex_content_box_ttl {
	font-size: 2.4rem;
	margin-bottom: 20px;
}
.flex_content_box.text {
	line-height: 2;
}
.flex_content .flex_content_box.text p {
	font-size: 1.4rem;
	margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
	.flex_content {
		flex-direction: column;
  		flex-wrap: wrap;
  	}
  	.flex_content_box.img {
  		order: 1;
  		margin-bottom: 20px !important;
  	}
  	.flex_content_box.text {
  		order: 2;
  	}
}
@media screen and (min-width: 768px) {
	.flex_content {
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.flex_content .flex_content_box.img {
		width: 60%;
		padding-top: calc(60% * 1080 / 1528);
	}
	.flex_content .flex_content_box.text {
		width: 40%;
		padding-right: 7%;
	}
	.flex_content.flex_content_order .flex_content_box.text {
		padding-right: 0;
		padding-left: 7%;
	}
}
@media screen and (min-width: 992px) {
	.flex_content_box_ttl {
		font-size: 4rem;
		margin-bottom: 70px;
	}
	.flex_content .flex_content_box.text p {
		font-size: 1.6rem;
	}
}
/*------------------------------------------------------------
    空間を彩る
------------------------------------------------------------*/
.flex_content.space_color .flex_content_box.img {
	background-image: url('../img/concept/img_concept_04.jpg');
}
/*------------------------------------------------------------
    想いを彩る
------------------------------------------------------------*/
.flex_content.thought_color .flex_content_box.img {
	background-image: url('../img/concept/img_concept_09.jpg');
}