@charset "utf-8";
  
.inner:after {
	  content: "";
	  clear: both;
	  display: block;
}
  

/*
=========================================
  naturalcraft
=========================================
*/


.title{
	background:url(../naturalcraft/img/title_bg.jpg) no-repeat top;
	width:92%;
	padding: 80px 4%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-attachment: fixed;
	background-position: center;
	background-size:cover;
	background-repeat: no-repeat;
	text-align:center;
}
@media screen and (max-width: 1920px) {
.title{
	background:url(../naturalcraft/img/title_bg.jpg) no-repeat top;
	/* background-position: center; */
	/*-background-size:cover;*/
}
}
@media screen and (max-width: 900px) {
.title{
	padding: 100px 4% 40px 4%;
	background-attachment:unset;
	background:url(../naturalcraft/img/title_bg_sp.jpg) no-repeat top;
	background-size:cover;
}
.title img{
	width:60%;
	min-width:330px;
}
}


/*---------------------------------------
  about
---------------------------------------*/

.about{
	overflow:hidden;
}

.about .kazari{
	font-family: 'Libre Caslon Text', serif;
	opacity:0.08;
	font-size: 10rem;
	position:absolute;
	margin-top:-50px;
}
.about h2{
	text-align:left;
	font-size:1.7rem;
	font-weight:bold;
	padding:6rem 0 10px 0;
	margin-bottom:3rem;
	background:url(../img/line.png) bottom left no-repeat;
}

.about_cont{
	width:100%;
	max-width:1200px;
	margin:0 auto;
}
.about h3{
	font-size:2.2rem;
	padding-bottom:1.5rem;
	padding-top: 2.8rem;
}
.about p{
	font-size:16px;
}
.about_bl1{
	overflow:hidden;
}
.about_bl1 img{
	float:right;
	width: 20%;
	max-width:200px;
	min-width:150px;
}
.about_bl2{
	padding:2rem 0 5rem;
}



@media screen and (max-width: 1200px) {
.about .kazari{
	font-size: 8rem;
	margin-top:-40px;
}

.about h2{
	font-size: 1.5rem;
	padding:5rem 0 10px 0;
	margin-bottom:2rem;
}
.about h3{
	font-size:1.7rem;
}

.about_bl1 p{
	width:75%;
}
.about_bl2 p{
	margin-top:3rem;
}
.about_cont{
	width:90%;
	margin:0 5%;
}
}
@media screen and (max-width: 900px) {
.about .kazari{
	font-size: 6rem;
	margin-top:-30px;
}
}



@media screen and (max-width: 700px) {
.about h2{
	font-size: 1.3rem;
	padding:3rem 0 10px 0;
}
.about .kazari{
	font-size: 3.5rem;
	margin-top:-18px;
}
.about_cont{
	width:90%;
	margin:0 5%;
}
.about h3{
	font-size: 1.4rem;
	padding-top:0;
}

.about_bl1 p{
	width:100%;
}
.about p{
	font-size:15px;
}
.about_bl2{
	padding:2rem 0 3rem;
}


}




/*---------------------------------------
  case
---------------------------------------*/

.case{
  width: 100%;
  padding:7rem 0 8rem;
  background-image:
    url(../img/top_carft_right.jpg), /* 最前面の背景レイヤーの背景画像 */
    url(../img/top_carft_left.jpg),
    url(../img/top_carft_bg.jpg);
  background-repeat:
    no-repeat, /* 最前面の背景レイヤーに対応 */
	no-repeat,
	repeat;
  background-position:
    right top, /* 最前面の背景レイヤーに対応 */
	left bottom,
	top;
}
.case_cont h3{
	font-size:2.2rem;
	padding-bottom: 1.7rem;
}
.case_cont{
	max-width:1000px;
	width:100%;
	margin:0 auto;
	text-align:center;
}
.case_cont p{
	font-size:16px;
}
.case_cont .box{
	background:#FFF;
	margin-top: 4rem;
}
.case_cont .box span{
	font-family: 'Libre Caslon Text', serif;
	opacity: 0.08;
	display:block;
	font-size:6rem;
	text-align:left;
	line-height:0.3;
}
.case_cont .box_in{
	padding: 3rem;
}
.case_cont .box h4{
	font-size: 1.9rem;
	text-align:left;
	padding-bottom:1rem;
	background:url(../img/line.png) left bottom no-repeat;
}
.case_cont .box p{
	text-align:left;
	padding:2rem 0;
	line-height:1.8;
}


@media screen and (max-width: 1200px) {
.case{
	padding: 5rem 5% 4rem;
	width:90%;
}

}
@media screen and (max-width: 900px) {

.case_cont h3{
	font-size: 1.4rem;
	padding-bottom: 1.7rem;
}
.case_cont .box{
	background:#FFF;
	margin-top: 1.5rem;
	padding: 2rem 1.5rem;
}



}

@media screen and (max-width: 700px) {
.case {
	width: 90%;
	padding:4rem 5% 4rem 5%;
  background-image:
    url(../img/top_carft_right_sp.jpg), /* 最前面の背景レイヤーの背景画像 */
    url(../img/top_carft_left_sp.jpg),
    url(../img/top_carft_bg.jpg);
}
.case_cont .box{
	padding: 1rem 0;
	margin-top:2.2rem;
}
.case_cont .box_in{
	padding: 1.5rem 5% 0.5rem 5%;
	width:90%;
}
.case_cont .box span{
	font-size:2.5rem;
	text-align:left;
	margin-top:-18px;
}
.case_cont .box h4{
	font-size: 1.4rem;
	padding-bottom:0.5rem;
}
.case_cont .box p{
	padding:1.2rem 0;
}
}
