@charset "utf-8";


.カット写真----------{}
#concept_1 {
	background-image: url(../works/2016_a/IMG_06650.jpg);
}


.コンセプト----------{}

#concept_box1 {
	position: relative;
	margin-bottom: 110px;
	text-align: left;
}
#concept_box2 {
	position: relative;
	text-align: right;
}
.float_box {
	float: right;
	position: relative;
	text-align: right;

}


.concept_head {
	font-size: 4.4rem;
	line-height: 1.5;
	font-weight: bold;
	letter-spacing: 1.8rem;
	margin-bottom: 23px;
	margin-right: -1.8rem;
}
.concept_head_en {
	font-family: din;
	font-size: 2.6rem;
	line-height: 1;
	letter-spacing: 0.3rem;
	margin-bottom: 60px;
	margin-right: 0px;
}
#concept_txt_area_01 p,
#concept_txt_area_02 p {
	font-size: 1.9rem;
	line-height: 1.8;
	text-align: left;
	margin-bottom: 16px;
}
#concept_txt_area_01 {
	right: 0px;
	bottom: 0px;
	position: absolute;
	text-align: justify;
	width: 400px;
}
#concept_txt_area_02 {
	left: 40px;
	bottom: 10px;
	position: absolute;
	width: 440px;
}
#contact_img_01 {
	width: 350px;
	margin-left: 50px;
}
#contact_img_02 {
	width: 350px;
	margin-right: 30px;
	display: inline-block;
}

#contact_img_01  img,
#contact_img_02  img {
	width: 100%;
}

















.完成までの流れ----------{}
#flow .wrap01 {
	padding-bottom: 6rem;

}


#flow_wrap{
	display: flex;
	flex-wrap: wrap;
	padding-top: 20px;
}

.flow_item{
	border: 1px solid #999999;
	background-color: #FFFFFF;
	padding-top: 35px;
	padding-right: 30px;
	padding-bottom: 26px;
	padding-left: 30px;
	position: relative;
	width: 210px;
	margin-bottom: 6rem;
	margin-right: 25px;
}

.flow_no{
	width: 40px;
	height: 40px;
	background-color: #000000;
	
	font-family: din;
	font-size: 2rem;
	line-height: 40px;
	text-align: center;
	color: #FFFFFF;
	
	position: absolute;
	top: -20px;
}
.flow_head{
	font-size: 1.7rem;
	line-height: 1.5;
	font-weight: bold;
	text-align: left;
	margin-bottom: 10px;
	border-bottom: 1px dashed #999999;
	padding-bottom: 10px;
}
.flow_txt{
	font-size: 1.6rem;
	line-height: 1.5;
	text-align: justify;
}
.arrow {
	width: 15px;
	height: 16px;
	border-left: 3px solid transparent;
	border-right: 3px solid #999999;
	border-bottom: 2px solid transparent;
	border-top: 3px solid #999999;
	border-color: #999999 #999999 transparent transparent;
	transform: rotate(45deg);
	position: absolute;
	top: 50%;

     content: '';	

	right: -16px;}


.コンセプトムービー----------{}

#concept_movie {
	padding-top: 8rem;
}

#concept_movie .head {
	font-size: 3.8rem;
	font-family: din;
	letter-spacing: 0.5rem;
	margin-bottom: 40px;
	font-weight: bold;
	text-align: left;
}

#concept_movie .img_box {
	border: 1px solid #999999;
}
#concept_movie .img_box img {
	width: 100%;
	height: auto;
}

#wb_house_link {
	margin-top: 5rem;
	font-size: 1.8rem;
	line-height: 1.5;
	display: inline-block;
}

#wb_house_link a::after {
  border-bottom: solid 1px #000;
  bottom: 0;
  content: "";
  display: block;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  width: 0;
}
#wb_house_link a:hover::after {
  width: 100%;
}

.メソッド　リード----------{}
#method {
}

#lead {
}
#lead .head_eng {
	font-family: din;
	font-size: 5.4rem;
	text-align: left;
	line-height: 1;
	letter-spacing: 1.5rem;
	margin-bottom: 20px;
	font-weight: bold;
}



#lead .head_jp {
	font-size: 2.4rem;
	text-align: left;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 0.8rem;
	margin-bottom: 40px;
}

#lead .txt {
	font-size: 1.8rem;
	text-align: left;
	line-height: 2;
}

.メソッド　記事----------{}
.method_article {
	position: relative;
}

.method_article .txt_box {
	position: absolute;
}
#method_01 {
	width: 820px;
	left: 120px;
	top: -100px;
}
#method_01 .txt_box {
	bottom: 30px;
	left: 0px;
}
#method_02 {
	width: 900px;
	left: 20px;
	top: -57px;
}
#method_02 .txt_box {
	right: 0px;
	bottom: 80px;
}
#method_03 {
	width: 900px;
	left: 20px;
}
#method_03 .txt_box {
	left: 0px;
	bottom: 60px;
}

.method_article .head {
	font-size: 1.8rem;
	line-height: 1.5;
	text-align: left;
	font-weight: bold;
	margin-bottom: 16px;
}

.method_article .txt {
	font-size: 1.6rem;
	text-align: justify;
	line-height: 1.7;
	width: 320px;
}
.method_article .img_box {
	width: 530px;
	height: auto;
}
.method_article .img_box img {
	width: 100%;
}
