@charset "utf-8";

/* common */
section .red { color: #df606a; }
section .blue { color: #55bcbb; }
section .float-left { float: left; }
section .float-right { float: right; }

/* TOP */
section .common-inner {
	width: 1080px;
	height: auto;
	margin: 0 auto;
}
section#visual {
	width: 100%;
	height: auto;
	background-color: #eadac1;
}
section#visual .common-inner {
	position: relative;
	height: 800px;
	padding: 50px 0;
}
section#visual .main-title {
	font-size: 2.6em;
	color: #1b1b1b;
	font-weight: bold;
	letter-spacing: 0.1em;
	padding-top: 60px;
	padding-left: 60px;
	margin-bottom: 10px;
	background-image: url("../images/top_font.png");
	background-repeat: no-repeat;
	background-size: 20%;
	background-position: left top;
}
section#visual .main-title span {
	color: #df606a;
	font-weight: bold;
}
section#visual .txt {
	font-size: 1.2em;
	letter-spacing: 0.1em;
	line-height: 2.0em;
	font-weight: bold;
	padding-left: 60px;
	margin-bottom: 40px;
}
section#visual .kasai-image {
	width: 380px;
	height: auto;
}
section#visual .kasai-image img,
section#visual .illust-image img {
	width: 100%;
	height: auto;
}
section#visual .illust-image {
	width: 590px;
	height: auto;
	position: absolute;
	bottom: 200px;
	right: 0;
}
section#visual .kasai-theme-images {
	position: absolute;
	bottom: -40px;
	left: 0;
	width: 1080px;
	height: auto;
}
section#visual .kasai-theme-images .kasai-theme01 {
	width: 500px;
	margin-left: 200px;
}
section#visual .kasai-theme-images .kasai-theme02 {
	width:800px;
	height: auto;
	margin: 0 auto;
}
section#visual .kasai-theme-images img {
	width: 100%;
	height: auto;
}
section#kasai-txt {
	width: 100%;
	height: auto;
	background-color: #ffffff;
	padding: 100px 0;
}
section#kasai-txt .txt {
	text-align: center;
	line-height: 2.5em; 
}
section#house-check {
	width: 100%;
	height: auto;
	background-color: #f7f1e8;
	padding: 100px 0 120px;
}
section#house-check .common-inner {
	position: relative;
}
section#house-check .main-title {
	font-size: 1.7em;
	color: #000000;
	font-weight: bold;
	letter-spacing: 0.1em;	
}
section#house-check .float-left {
	width: 70%;
}
section#house-check .sub-title {
	font-size: 2.6em;
	color: #55bcbb;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin-bottom: 20px;
}
section#house-check .txt {
	font-size: 1.2em;
	line-height: 2.5em;
}
section#house-check .float-right {
	float: right;
	width: 30%;
}
section#house-check .float-right img {
	width: 100%;
	height: auto;
}
section#house-check .img-bfaf {
	width: 100%;
	height: auto;
	margin-top: 70px;
}
section#house-check .img-bfaf li {
	width: 100%;
	height: auto;
	margin-bottom: 50px;
}
section#house-check .img-bfaf li:last-child {
	margin-bottom: 20px;
}
section#house-check .img-bfaf li img {
	width: 100%;
	height: auto;
}
section#house-check .more { text-align: right; }
section#house-check .more a,
section#house-check .more a:visited,
section#house-check .more a:active {
	color: #1b1b1b;
}
section#house-check .more a.icon-arrow:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 0 5px 0 0;
  background: url("../images/icon_arrow.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
section#house-check .house-check-images {
	position: absolute;
	bottom: -165px;
	left: 0;
	width: 1080px;
	height: auto;
}
section#house-check .house-check-images .house-check01 {
	width:800px;
	height: auto;
	margin: 0 auto;
}
section#house-check .house-check-images img {
	width: 100%;
	height: auto;
}
section#reasons {
	width: 100%;
	height: auto;
	background-color: #ffffff;
	padding: 100px 0;
}
section#reasons .main-title {
	width: 60%;
	height: auto;
	margin: 0 auto;
	margin-bottom: 70px;
}
section#reasons .main-title img {
	width: 100%;
	height: auto;
}
section#reasons .reasons-lists {
	margin: 0 11%;
}
section#reasons .reasons-lists .r-list {
	margin-bottom: 30px;
}
section#reasons .reasons-lists .r-list .icon-num {
	width: 50px;
	height: auto;
	display: inline-block;
	margin-right: 20px;
}
section#reasons .reasons-lists .r-list .icon-num img {
	width: 100%;
	height: auto;
}
section#reasons .reasons-lists .r-list p {
	font-size: 1.5em;
	font-weight: bold;
	letter-spacing: 0.1em;
	display: inline-block;
	vertical-align: top;
	margin-top: 7px;
}
section#reasons .reasons-lists .r-list p span { font-weight: bold; }
section#reasons .contact-image {
	width: 60%;
	height: auto;
	margin: 0 auto;
	margin: 50px auto;
}
section#reasons .contact-image img {
	width: 100%;
	height: auto;
}

@media screen and (max-width: 768px) {
	br.only-pc { display: none; }
	section .common-inner {
		width:94%;
		margin-left: auto;
		margin-right: auto;
	}
	section#visual .common-inner {
		position: relative;
		height: 785px;
		padding: 50px 0 10px;
	}
	section#visual .main-title {
		font-size: 1.6em;
		color: #1b1b1b;
		font-weight: bold;
		letter-spacing: 0.1em;
		padding-top: 60px;
		padding-left: 0px;
		margin-bottom: 10px;
		text-align: center;
		background-image: none;
	}
	section#visual .main-title span {
		color: #df606a;
		font-weight: bold;
	}
	section#visual .txt {
		font-size: 1.2em;
		letter-spacing: 0.1em;
		line-height: 2.0em;
		font-weight: bold;
		padding-left: 0;
		margin-bottom: 10px;
		text-align: center;
	}
	section#visual .kasai-image {
		width: 90%;
		height: auto;
		margin: 0 auto 20px;
	}
	section#visual .illust-image {
		width: 85%;
		height: auto;
		position: static;
		margin: 0 auto;
	}
	section#visual .kasai-theme-images {
		width: 100%;
		bottom: -20px;
	}
	section#visual .kasai-theme-images .kasai-theme01 {
		width: 80%;
		margin-left: 0;
	}
	section#visual .kasai-theme-images .kasai-theme02 {
		width: 100%;
		height: auto;
		margin: 0 auto;
	}
	section#kasai-txt {
		padding: 50px 0;
	}
	section#house-check {
		padding: 50px 0;
	}
	section#house-check .main-title { font-size: 1.3em; }
	section#house-check .sub-title {
	    font-size: 1.8em;
		text-align: center;
	}
	section#house-check .float-left {
	    width: 100%;
	}
	section#house-check .float-right {
    	float: none;
    	width: 85%;
		margin: 0 auto;
	}
	section#house-check .house-check-images {
		bottom: -75px;
		width: 100%;
	}
	section#house-check .house-check-images .house-check01 {
		width: 100%;
	}
	section#reasons {
		padding: 70px 0;
	}
	section#reasons .main-title {
		width: 85%;
		margin-bottom: 25px;
	}
	section#reasons .reasons-lists { margin: 0 2%; }
	section#reasons .reasons-lists .r-list .icon-num {
		width: 14%;
    	margin-right: 10px;
	}
	section#reasons .reasons-lists .r-list p {
		width: 80%;
		font-size: 1.2em;
	    margin-top: 8px;
	}
	section#reasons .contact-image {
		width: 90%;
		margin: 50px auto;
	}

}