/*-------------------------------------------------
|-  
|-  detailTtlBlock
|-
-------------------------------------------------*/
.detailTtl {
	width: 100%;
	padding: 125px 0;
	background-image: url(/assets/img/bg_concept.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.detailTtl_item-concept {
	width: 18%;
	min-width: 252px;
	margin: 0 auto 10px;
}
.detailTtl_item-subTxt {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	text-indent: 0.3em;
	letter-spacing: 0.3em;
	color:#fff;
}
@media screen and (max-width: 767px){
	.detailTtl {
		padding: 25px 0;
	}
	.detailTtl_item-concept {
		width: 34%;
		min-width: auto;
		margin: 0 auto 5px;
	}
	.detailTtl_item-subTxt {
		font-size: 13px;
	}
}
/*-------------------------------------------------
|-  
|-  mainBlock
|-
-------------------------------------------------*/
.mainBlock {
	margin-bottom: 135px;
	padding-bottom: 50px;
	border-bottom: 1px solid #d4d4d4;
}
@media screen and (max-width: 767px){
	.mainBlock {
		margin-bottom: 50px;
		padding-bottom: 50px;
	}
}
/* companyMenu */
.companyMenu{
	width:74%;
	margin:80px auto;
	display: flex;
}
	.companyMenu_item {
		width:32%;
		margin-right:2%;
	}
	.companyMenu_item:last-child {
		margin-right:0;
	}
	.companyMenuAcv {
		width:100%;
		padding:20px 10px;
		box-sizing: border-box;
		display: inline-block;
		text-align:center;
		color:#fff;
		font-weight: bold;
		font-size: 19px;
		background-color:#a28e71;
		position: relative;
	}
	.companyMenuAcv:after {
		content: '';
		position: absolute;
		top: 43%;
		right: 7%;
		width: 10px;
		height: 10px;
		border-top: solid 2px #fff;
		border-right: solid 2px #fff;
		border-radius: 1px;
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		transition: all .2s;
	}
	.companyMenuAcv:hover {
		opacity: 0.8;
	}
	.companyMenuAcv:hover:after,
	.companyMenuAcv-active:after{
		right: 4%;
	}
	.companyMenuAcv-active {
		background-color:#dad2c6;
	}
@media screen and (max-width: 767px){
	.companyMenu{
		width:88%;
		margin:30px auto;
	}
		.companyMenuAcv {
			width:100%;
			padding:10px 15px 10px 5px;
			font-size: 13px;
		}
		.companyMenuAcv:after {
			content: '';
			position: absolute;
			top: 43%;
			right: 7%;
			width: 5px;
			height: 5px;
			border-top: solid 2px #fff;
			border-right: solid 2px #fff;
			border-radius: 1px;
			-ms-transform: rotate(45deg);
			-webkit-transform: rotate(45deg);
			transform: rotate(45deg);
			transition: all .2s;
		}
}


/*-------------------------------------------------
|-
|-  contentsRow
|-
-------------------------------------------------*/
.contentsRow {
	width:100%;
	padding: 50px 0 0;
	box-sizing: border-box;
	position: relative;
}
@media screen and (max-width: 767px){
	.contentsRow {
		padding: 0;
	}
	.contentsRow-top {
		position: relative;
		background: url(/assets/img/bg_concept_main_sp.png) no-repeat;
		background-size: 100% auto;
		padding: 50px 0 10px;
	}
	.contentsRow-top::before {
		content:"";
		display: block;
		padding-top: 221%;
	}
}
/* conceptMain */
.conceptMain {
	width:100%;
	max-width: 1400px;
	margin:0 auto 80px;
	display: flex;
	flex-wrap: wrap;
	justify-items: right;
}
	.conceptMain_item {
		width:50%;
		/*min-height: 460px;*/
		padding-top:32.85%;
		position: relative;
	}
	.conceptMain_item-1 {
		background: url(/assets/img/bg_concept_main_1_pc.png) no-repeat;
		background-size: 100% auto;
	}
	.conceptMain_item-2 {
		background: url(/assets/img/bg_concept_main_2_pc.png) no-repeat;
		background-size: 100% auto;
	}
	.conceptMain_item-3 {
		background: url(/assets/img/bg_concept_main_3_pc.png) no-repeat;
		background-size: 100% auto;
	}
	.conceptMain_item-4 {
		background: url(/assets/img/bg_concept_main_4_pc.png) no-repeat;
		background-size: 100% auto;
	}
@media screen and (max-width: 767px){
	.conceptMain{
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
	}
	.conceptMain_item {
		padding:3% 0;
		box-sizing: border-box;
	}
	.conceptMain_item-1 {
		background: none;
	}
	.conceptMain_item-2 {
		background: none;
	}
	.conceptMain_item-3 {
		background: none;
		position: absolute;
		top: 71%;
	}
	.conceptMain_item-4 {
		background: none;
		position: absolute;
		top: 71%;
		right: 0;
	}
}
@media screen and (max-width: 420px){
	.conceptMain_item-3 {
		top: 69%;
	}
	.conceptMain_item-4 {
		top: 69%;
	}
}


/* conceptItem */
.conceptItem {
	position: absolute;
	top: 0;
	left: 0;
	width: 74%;
	height: 100%;
	text-align: right;
}
.conceptItem-l {
	left: auto;
	right: 0;
}
	.conceptItem_list {
		width:100%;
		text-align: right;
	}
	.conceptItem_list-l {
		text-align: left;
	}
	.conceptItem_tit {
		width:25%;
		margin:16% 8% 0 0;
		display: inline-block;
	}
	.conceptItem_tit-l {
		margin:16% 0 0 8%;
	}
@media screen and (max-width: 860px){
	.conceptItem_tit {
		margin:8% 8% 0 0;
	}
	.conceptItem_tit-l {
		margin:8% 0 0 8%;
	}
}
@media screen and (max-width: 767px){
	.conceptItem {
		width: 100%;
		position: relative;
	}
	.conceptItem_list {
		text-align: center;
	}
	.conceptItem_list-l {
		text-align: center;
	}
	.conceptItem_tit {
		width: 50%;
		margin:8% auto 0;
	}
	.conceptItem_tit-l {
		margin:8% auto 0;
	}
}
	.conceptItemTit_img {
		width: 100%;
	}
	.conceptItem_subTit {
		width: 40%;
		text-align: center;
		font-weight: bold;
		display: inline-block;
		margin-top:10px;
		font-size:1.1vw;
	}
	.conceptItem_txt {
		width: 42%;
		margin-top:10px;
		text-align:left;
		display: inline-block;
		font-size:1.1vw;
	}
@media screen and (min-width: 1400px){
	.conceptItem_subTit {
		font-size:14px;
	}
	.conceptItem_txt {
		font-size:14px;
	}
}
@media screen and (max-width: 767px){
	.conceptItem_subTit {
		width: 90%;
		font-size:3.2vw;
		text-align: center;
	}
	.conceptItem_txt {
		width: 83%;
		font-size:2.4vw;
	}
}
@media screen and (max-width: 320px){
	.conceptItem_subTit {
		margin-top: 0;
	}
	.conceptItem_txt {
		margin-top: 0;
	}
}

/* emiraiArea */
.emiraiArea {
	width: 23%;
	position: absolute;
	top:36%;
	left: 0;
	right: 0;
	margin:0 auto;
}
	.emiraiArea_img {
		text-align: center;
	}
	.emiraiAreaImg_img{
		width:64%;
	}
	.emiraiArea_tit {
		text-align: center;
		line-height: 200%;
		font-weight: bold;
		margin-top:10%;
		font-size: 1.4vw;
	}
	.emiraiArea_txt {
		margin-top:2%;
		text-align: center;
		line-height: 200%;
		font-size: 1.1vw;
	}
@media screen and (min-width: 1400px){
	.emiraiArea_tit {
		font-size: 17px;
	}
	.emiraiArea_txt {
		font-size: 14px;
	}
}
@media screen and (max-width: 767px){
	.emiraiArea {
		width: 53%;
		top:37%;
	}
	.emiraiArea_tit {
		font-size: 3.6vw;
		line-height: 180%;
	}
	.emiraiArea_txt {
		font-size: 2.5vw;
	}
}
@media screen and (max-width: 420px){
	.emiraiArea {
		top:35%;
	}
	.emiraiArea_tit {
		font-size: 3.6vw;
		line-height: 180%;
	}
	.emiraiArea_txt {
		font-size: 2.5vw;
	}
}

/* conceptTxtTitle */
.conceptTxtTitle {
	width: 65%;
	margin:0 auto;
	text-align: center;
	font-size: 19px;
	font-weight: bold;
}
.conceptTxt {
	width: 90%;
	margin:50px auto;
	line-height: 250%;
	text-align: center;
}
@media screen and (max-width: 767px){
	.conceptTxtTitle {
		width: 88%;
		font-size: 14px;
	}
	.conceptTxt {
		margin:30px auto;
		line-height: 200%;
		text-align: left;
	}
}
/* conceptKodawari */
.conceptKodawari {
	width: 80%;
	max-width:920px;
	min-height: 290px;
	margin:100px auto 0;
	display: flex;
	justify-content:space-between;
}
	.conceptKodawari_item {
		width: 31%;
		text-align:center;
		background: url(/assets/img/bg_concept_frame.svg) no-repeat;
		background-size: 100% auto;
		padding: 8% 0;
	}
	.conceptKodawariItem_tit {
		font-size: 1.5vw;
		font-weight: bold;
		color:#fff;
	}
	.conceptKodawariItem_txt {
		margin-top:12px;
		color:#fff;
		font-size: 0.9vw;
	}
@media screen and (max-width: 2000px){
	.conceptKodawari_item {
		padding: 6% 0;
	}
	.conceptKodawariItem_tit {
		font-size: 25px;
	}
	.conceptKodawariItem_txt {
		font-size: 15px;
	}
}
@media screen and (max-width: 1360px){
	.conceptKodawari_item {
		padding: 6% 0;
	}
	.conceptKodawariItem_tit {
		font-size: 23px;
	}
	.conceptKodawariItem_txt {
		font-size: 14px;
	}
}
@media screen and (max-width: 1024px){
	.conceptKodawari {
		width: 80%;
	}
	.conceptKodawariItem_tit {
		font-size: 1.7vw;
	}
	.conceptKodawariItem_txt {
		font-size: 1.2vw;
	}
}
@media screen and (max-width: 800px){
	.conceptKodawari {
		width: 90%;
	}
	.conceptKodawariItem_tit {
		font-size: 1.8vw;
	}
	.conceptKodawariItem_txt {
		font-size: 1.4vw;
	}
}
@media screen and (max-width: 767px){
	.conceptKodawariArea {
		position: relative;
		width: 100%;
	}
	.conceptKodawariArea::before {
		content:"";
		display: block;
		padding-top: 78%;
	}
	.conceptKodawari {
		width: 100%;
		background: url(/assets/img/bg_concept_frame_sp.svg) no-repeat;
		background-size: 100% auto;
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		margin-top: 0;
	}
	.conceptKodawariItem_tit {
		font-size: 4vw;
	}
	.conceptKodawariItem_txt {
		font-size: 2.4vw;
		margin-top: 10%;
	}
	.conceptKodawari_item {
		background: none;
	}
	.conceptKodawari_item-1 {
		position: absolute;
		top: 40%;
		left: 7%;
	}
	.conceptKodawari_item-2 {
		position: absolute;
		top: 5%;
		left: 0;
		right: 0;
		margin: auto;
	}
	.conceptKodawari_item-3 {
		position: absolute;
		top: 40%;
		right: 7%;
	}
}

/* conceptKodawariImg */
.conceptKodawariImg {
	width: 63%;
	max-width: 882px;
	margin:50px auto 0;
}
	.conceptKodawariImg_img {
		width: 100%;
	}
@media screen and (max-width: 1024px){
	.conceptKodawariImg {
		width: 80%;
	}
}
@media screen and (max-width: 800px){
	.conceptKodawariImg {
		width: 90%;
	}
}

/* conceptEmiraie */
.conceptEmiraie {
	width: 27%;
	margin: 100px auto 150px;
	text-align: center;
}
.conceptEmiraie_img {
	width: 63%;
	max-width: 242px;
	font-size:1.3vw;
	margin: 0 auto;
	display: flex;
	align-items: flex-end;
}
.conceptEmiraie_txt {
	width: 100%;
	margin: 15px auto;
	font-size:1.3vw;
}
.conceptEmiraieImg_img {
	width: 100%;
}
@media screen and (max-width: 767px){
	.conceptEmiraie {
		width: 68%;
		margin: 15% auto;
	}
	.conceptEmiraie_img {
		font-size:3vw;
	}
	.conceptEmiraie_txt {
		font-size: 3vw;
	}
}