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


@media screen and (min-width:768px), print{
/*----------------------------------------------------------------------

PC Style

----------------------------------------------------------------------*/

.main_img {
	margin-bottom: 30px;
	overflow: hidden;
	position:relative;
	width: 100%;
	height: 300px;
}

.main_img img {
	width:100%;
	height:440px;
	object-fit:cover;
}

.main_img h1 {
	color:#000;
	font-size:42px;
	letter-spacing: 0.2em;
	line-height:1.0;
	text-shadow:#FFF 1px 1px 1px;
	margin-bottom:30px;
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
}

.main_img h1 .sub {
	font-size: 28px;
	font-weight: 400;
	letter-spacing: 0.1em;
}


/**********************************************************/
/* メインエリア */
/**********************************************************/


main h2 {
	font-size:42px;
	text-align:center;
	margin-bottom:50px;
}

main h2 .sub {
	font-size:30px;
}

.concept {
}

.concept h2 {
	background:#F0F0F0;
	padding:15px;
	margin-bottom:30px;
}

.concept h2 span {
	display:inline-block;
	height:50px;
	line-height:50px;
	border-left:solid 10px #FABD00;
	padding:0 0 0 15px;
}

.concept p {
	margin-bottom:20px;
}

.concept p.info_txt {
	margin-bottom:10px;
	text-align:center;
	font-size: 32px;
	line-height: 1.5;
}

.concept img {
	display:block;
	margin:30px auto;
}

.flow {
}

.flow h2 {
	background:#F0F0F0;
	padding:15px;
	margin-bottom: 30px;
}

.flow h2 span {
	border-left:solid 10px #FABD00;
	padding:0 0 0 15px;
	display:inline-block;
	height: 40px;
	line-height: 40px;
	font-size: 36px;
}

.flow p.info_txt {
	text-align:center;
	font-size:26px;
	margin-bottom:10px;
}

.flow p.fsm {
	font-size:19px;
	margin:15px 0;
}

.flow h3 {
	color:#333;
	font-size:26px;
	padding-left:50px;
	background-image:url(../images/arrow2.png), url(../../renovation/images/h3_bg.png);
	background-repeat:no-repeat , repeat;
	background-position:left 10px center, left center;
}

.flow img {
	display:block;
	margin-bottom:10px;
}

.flow img.step01_img {
	width:1000px;
	height:240px;
	display:block;
	object-fit:cover;
}

.flow ul.flow_second {
}

.flow ul.flow_second li {
	width:480px;
	float:left;
	margin-right:40px;
	margin-bottom:40px;
}

.flow ul.flow_second li:nth-child(2n) {
	margin-right:0;
}
.flow ul.flow_second li:nth-child(2n+1) {
	clear:both;
}
.flow ul.flow_second li:nth-child(7),
.flow ul.flow_second li:nth-child(8) {
	margin-bottom:0;
}

.flow ul.flow_second li img {
	width:480px;
	height:240px;
	object-fit:cover;
}


.example {
}

.example h2 {
	background:#F0F0F0;
	padding:15px;
	margin-bottom:50px;
}

.example h2 span {
	display:inline-block;
	height: 40px;
	line-height: 40px;
	font-size: 36px;
	border-left:solid 10px #FABD00;
	padding:0 0 0 15px;
}

.example .sample {
	width:740px;
	margin:0 auto 30px;
}

.example .sample ul {
	width:640px;
	margin:0 auto; 
}

.example .sample ul li {
	font-family: '丸フォーク M','Maru Folk Medium','A-OTF 丸フォーク Pro M' ;
	text-align:center;
	width:300px;
	float:left;
	margin-right:40px;
	margin-bottom:20px;
	background:#333;
}
.example .sample ul li:nth-child(2n) {
	margin-right:0;
}
.example .sample ul li:nth-child(2n+1) {
	clear:both;
}

.example .sample ul li img {
	width:300px;
	height:200px;
}

.example .sample ul li span {
	display:block;
	padding:5px 0;
	font-size:26px;
	color:#FFF;
}

.example .sample p {
	clear:both;
}



}



@media screen and (max-width:767px){
/*----------------------------------------------------------------------

SP Style

----------------------------------------------------------------------*/

.main_img {
	width:100%;
	max-height:440px;
	position:relative;
}

.main_img img {
	width:100%;
	max-height:440px;
	object-fit:cover;
}

.main_img h1 {
	color:#000;
	font-size:28px;
	line-height:1.0;
	text-shadow:#FFF 1px 1px 1px;
	margin-bottom:30px;
	position:absolute;
	left:50%;
	top:10%;
	transform:translateX(-50%);
}

.main_img h1 .sub {
	font-size:20px;
}

/**********************************************************/
/* メインエリア */
/**********************************************************/

main h2 {
	font-size:32px;
	margin-bottom:50px;
}

main h2 .sub {
	font-size:20px;
}

.concept {
}

.concept h2 {
	background:#F0F0F0;
	padding:10px;
	margin-bottom:30px;
}

.concept h2 span {
	height:36px;
	display:inline-block;
	border-left:solid 6px #FABD00;
	padding:0 0 0 10px;
}

.concept p {
	margin-bottom:15px;
	text-align:left;
}

.concept p.info_txt {
	font-size:18px;
	text-align:center;
	margin-bottom:10px;
}

.concept img {
	display:block;
	margin:30px auto;
}

.flow {
}

.flow .inner {
	width:100%;
}

.flow h2 {
	font-size:26px;
	background:#F0F0F0;
	padding:10px;
	margin-bottom:20px;
}

.flow h2 span {
	height:36px;
	display:inline-block;
	border-left:solid 6px #FABD00;
	padding:0 0 0 10px;
}

.flow p.info_txt {
	width:96%;
	font-size:18px;
	text-align:center;
	margin:0 auto 10px;
	border-bottom:solid 1px #000;
}

.flow .to_contact p.info_txt {
	border:none;
}

.flow p.fsm {
	width:96%;
	font-size:16px;
	line-height:1.5;
	margin:10px auto 20px;
}

.flow .w96 {
	width:96%;
	margin-left:auto;
	margin-right: auto;
}

.flow h3 {
	color:#333;
	font-size:20px;
	padding-left:50px;
	background-image:url(../images/arrow2.png), url(../../renovation/images/h3_bg.png);
	background-repeat:no-repeat , repeat;
	background-position:left 10px center, left center;
	background-size:12px, auto;
	margin-bottom:10px;
}

.flow img {
	display:block;
	margin-bottom:10px;
}

.flow img.step01_img {
	width:100%;
	display:block;
	object-fit:cover;
}

.flow ul.flow_second {
}

.flow ul.flow_second li {
	width:100%;
	margin-bottom:20px;
	clear:both;
}

.flow ul.flow_second li img {
	width:50%;
	display:block;
	float:left;
	margin-right:2%;
	margin-bottom:20px;
}

.flow ul.flow_second li p {
	font-size:14px;
	line-height:1.4;
	width:46%;
	float:left;
	margin-bottom:20px;
}


.example {
}

.example h2 {
	background:#F0F0F0;
	padding:10px;
	margin-bottom:20px;
}

.example h2 span {
	height:36px;
	display:inline-block;
	border-left:solid 6px #FABD00;
	padding:0 0 0 10px;
}

.example .sample {
	font-family: 'Noto Sans Japanese', 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif;
	width:96%;
	margin:0 auto 30px;
}

.example .sample ul {
	width:100%;
	margin:0 auto; 
}

.example .sample ul li {
	font-family: '丸フォーク M','Maru Folk Medium','A-OTF 丸フォーク Pro M' ;
	text-align:center;
	width:49%;
	float:left;
	margin-right:2%;
	margin-bottom:20px;
	background:#333;
}
.example .sample ul li:nth-child(2n) {
	margin-right:0;
}
.example .sample ul li:nth-child(2n+1) {
	clear:both;
}

.example .sample ul li img {
	width:100%;
}

.example .sample ul li span {
	display:block;
	padding:3px 0;
	font-size:22px;
	color:#FFF;
}

.example .sample p {
	font-size:14px;
	line-height:1.5;
	clear:both;
}



}