@charset "UTF-8";
/* CSS Document */

/*
□□□□□□□□□□□□□□□□□□□□□□□□□□

                トップページ専用CSS

□□□□□□□□□□□□□□□□□□□□□□□□□□
*/

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆PC用◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
@media only screen and (min-width: 641px) {
/*ここにcss*/



.concept{
	background-color:#f5f5f5;
	color:#230F03;
	padding:80px 0;
	box-sizing:border-box;
}
.concept_con{
	text-align:center;
	width:100%;
	margin:0 auto;	
}
.concept_title{
	text-align:center;
	margin-bottom:50px;
}
.concept_txt{
	width:800px;
	margin:0 auto;
	line-height:1.6em;
	text-align:left;
}


.profile{
	background:url(images/profile_bg_01.png);
	color:#230F03;
	padding:80px 0;
	box-sizing:border-box;
}

.profile_con{
	text-align:center;
	width:100%;
	margin:0 auto;
	min-width:1000px;
}
.profile_title{
	text-align:center;
	margin-bottom:50px;
}

.profile_box1{
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
	text-align:center;
	width:1000px;
	margin:0 auto 40px;
}
.profile_box1_l{
	width:500px;
}
.profile_box1_l img{
	width:460px;
	margin-right:40px;
}
.profile_box1_r{
	text-align:left;
	width:500px;
	line-height:1.3em;
}

/*棟梁写真下の写真*/

.profile_photo{
	width:1000px;
	margin:0 auto;
	overflow:hidden;
}
.profile_photo .list_box{
    float:left;
    width:210px;
    margin:0 20px 20px;
}
.profile_photo .list_box span {
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 100%;
    background-size: cover;
    background-position:center center;
}


/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆↓PC用◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
}
/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆↑PC用◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆スマホ用◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
@media only screen and (max-width: 640px) {
/*ここにcss*/

.concept{
	background-color:#f5f5f5;
	color:#230F03;
	padding:80px 0;
	box-sizing:border-box;
}
.concept_con{
	text-align:center;
	width:100%;
	margin:0 auto;	
}
.concept_title{
	width:90%;
	margin:0 auto 50px;
	text-align:center;
}
.concept_txt{
	width:90%;
	margin:0 auto;
	line-height:1.6em;
	text-align:left;
}


.profile{
	background:url(images/profile_bg_01.png);
	color:#230F03;
	padding:80px 0;
	box-sizing:border-box;
}

.profile_con{
	text-align:center;
	width:90%;
	margin:0 auto;
}
.profile_title{
	text-align:center;
	margin-bottom:50px;
}

.profile_box1{
	width:90%;
	margin:0 auto 20px;
}
.profile_box1_l{
	width:100%;
}
.profile_box1_l img{
	width:100%;
	height:auto;
	margin-bottom:20px;
}
.profile_box1_r{
	text-align:left;
	width:100%;
	line-height:1.3em;
}

/*棟梁写真下の写真*/

.profile_photo{
	width:100%;
	margin:0 auto;
	overflow:hidden;
}
.profile_photo .list_box{
   float:left;
    width:48%;
    margin:0 1% 2%;
}
.profile_photo .list_box span {
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 100%;
    background-size: cover;
    background-position:center center;
}







/*◆◆◆◆◆◆◆↓スマホ用◆◆◆◆◆◆◆*/    
}
/*◆◆◆◆◆◆◆↑スマホ用◆◆◆◆◆◆◆*/
