@charset "utf-8";

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

#about .about-area01 {
	background: url(../img/bg_about_hibino.jpg) no-repeat center top 140px;
    /*
    background: url(../img/col-bg.jpg) no-repeat center bottom;
    background-size: cover;
    */
	padding: 70px 0 0;
	text-align: center;
}

#about .about-area01 h3 {
	font-family: 'Noto Sans JP';
	font-size: 4.6rem;
	line-height: 1.4;
	font-weight: 600;
    /*
	color: #967852;
    */
    /*
	letter-spacing: 0.1em;
    */
}

#about .about-area01 > .txt {
	font-size: 2rem;
	font-weight: bold;
	line-height: 2.2;
	letter-spacing: 0.1em;
	padding: 40px 0 160px;
	position: relative;
}

#about .about-area01 > .txt::before {
	background: #000;
	bottom: -35px;
	content: "";
	display: block;
	height: 130px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	width: 1px;
}

#about .about-area01 .mice-box {
    /*
	background: #F3F3F3;
    */
    /*
    background: url(../img/bg_top_works_pc.png) no-repeat center top;
	background-size: cover;
    background-color: #000;
    */
    background: url(../img/bg_about_pc.jpg) no-repeat center center;
	background-size: cover;
    color: #fff;
}

#about .about-area01 .mice-box h4 {
	font-size: 3.6rem;
	font-weight: bold;
	padding: 90px 0 30px;
}

#about .about-area01 .mice-box .txt {
	line-height: 2.0;
    font-size: 1.8rem;
	letter-spacing: 0.05em;
	padding: 0 0 80px;
}

#about .about-area01 .mice-box .txt span {
	color: #baa30b;
}

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

	#about .about-area01 {
		background: url(../img/bg_about_hibino.jpg) #efefef no-repeat center top 80px;
		background-size: 100% auto;
		padding: 30px 0 0;
	}

	#about .about-area01 h3 {
		font-size: 2.6rem;
		letter-spacing: 0;
		padding: 0 10px;
        text-align: left;
	}

	#about .about-area01 > .txt {
		font-size: 1.7rem;
		line-height: 1.8;
		padding: 15px 20px 40px;
		text-align: left;
        letter-spacing: 0;
	}

	#about .about-area01 > .txt::before {
		bottom: -15px;
		height: 40px;
	}

	#about .about-area01 .mice-box {
		padding: 0 20px;
	}

	#about .about-area01 .mice-box h4 {
		font-size: 2.4rem;
		padding: 30px 0 15px;
        line-height: 1.5;
	}

	#about .about-area01 .mice-box .txt {
		font-size: 1.5rem;
		line-height: 1.6;
		letter-spacing: normal;
		padding: 0 0 30px;
		text-align: left;
	}

}

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

#about .about-area02 {
    /*
	background: url(../img/bg_about_pc.jpg) no-repeat center top;
	background-size: cover;
    */
    background: url(../img/bg_area_img.jpg) #efefef no-repeat right top;
    background-size: auto 100%;
	padding: 60px 0;
}

#about .about-area02 .in {
    /*
	background: url(../img/bg_area_img.jpg) no-repeat right top;
	padding: 0 590px 0 0;
    */
    width: 56%;
    padding: 0 5% 0 8%;
    background: #efefef;
}

#about .about-area02 h3 {
	color: #967852;
	font-family: 'Noto Sans JP';
	font-size: 3rem;
	line-height: 1.5;
	padding: 35px 0 30px;
    font-weight: 500;
}

#about .about-area02 p {
	font-size: 1.7rem;
	line-height: 1.8;
	padding: 0 0 20px;
}

@media screen and (max-width: 667px){
	
	#about .about-area02 {
        background-position: center top;
        background-size: auto 150px;
		padding: 0 0 0;
		background: none;
	}

	#about .about-area02 .in {
		width: 100%;
        padding: 0 0 20px;
	}

	#about .about-area02 p.sp_only_img{
		padding: 0;
		line-height: 1;
	}
	
	#about .about-area02 h3 {
		font-size: 2.0rem;
		padding: 25px 20px 10px;
	}

	#about .about-area02 p {
		font-size: 1.6rem;
		line-height: 1.7;
		padding: 0 20px 10px;
	}

}

/* -----------------------------------------------------------
    service-area
-------------------------------------------------------------- */
/*
#about .service-area {
	background: #000 ;
	background-size: 100% auto;
	padding: 80px 0 40px;
	text-align: center;
	color: #fff;
}

#about .service-area .service-area-box {
	overflow: hidden;
	padding: 70px 0 0;
}

#about .service-area .service-area-box .service-area-list {
	background: #2C2C2C;
	border-left: #000 solid 1px;
	float: left;
	width: 25%;
}

#about .service-area .service-area-box .list-ed {
	border: none;
}

#about .service-area .service-area-box .service-area-list a .img img {
	width: 100%;
	height: auto;
	min-width: 400px;
	min-height: 265px;
	text-align: center;
}

#about .service-area .service-area-box .service-area-list a div {
	background: #2C2C2C;
	padding: 0 20px;
	position: relative;
}

#about .service-area .service-area-box .service-area-list a div .en-txt {
	color: #fff;
    font-family: 'Staatliches';
    font-size: 2.0rem;
	letter-spacing: 0.3em;
	opacity: 0.8;
	position: absolute;
	top: -25px;
	left:0;
	right:0;
	margin: 0 auto;
}

#about .service-area .service-area-box .service-area-list a div .copy {
	color: #B19263;
    font-size: 2.0rem;
	font-weight: bold;
	padding: 25px 0 5px;
}

#about .service-area .service-area-box .service-area-list a div .title {
	color: #fff;
	font-family: 'Noto Sans JP';
    font-size: 2.4rem;
	line-height: 1.5;
}

#about .service-area .service-area-box .service-area-list a div .txt {
	line-height: 1.8;
	text-align: left;
	padding: 15px 0 10px;
	color: #B3B3B3;
}

#about .service-area .service-area-box .service-area-list a div .btn {
	background: url(../img/bg_arrow_gray.png) no-repeat right 0 top 10px;
	padding: 0 12px 20px 0;
	color: #666;
	text-align: right;
}

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

	#about .service-area {
		background: #000 url(../img/bg_top_service_sp.png) no-repeat center top;
		padding: 45px 20px 10px;
	}

	#about .service-area .t-txt {
		text-align: left;
	}

	#about .service-area .service-area-box {
		padding: 25px 0 0;
	}

	#about .service-area .service-area-box .service-area-list {
		border-left: none;
		float: none;
		width: 100%;
		margin: 0 0 20px;
	}

	#about .service-area .service-area-box .service-area-list a .img img {
		min-width: 100%;
		min-height: 160px;
	}

	#about .service-area .service-area-box .service-area-list a div {
		padding: 0 0 20px;
	}

	#about .service-area .service-area-box .service-area-list a div .en-txt {
		font-size: 1.8rem;
		top: -15px;
	}

	#about .service-area .service-area-box .service-area-list a div .copy {
		font-size: 1.7rem;
		padding: 20px 0 0;
	}

	#about .service-area .service-area-box .service-area-list a div .title {
		font-size: 2.0rem;
	}

	#about .service-area .service-area-box .service-area-list a div .txt {
		display: none;
	}

	#about .service-area .service-area-box .service-area-list a div .btn {
		display: none;
	}
}
*/
	