@import url("global.css");

.theme {
	margin-bottom: 120px;
}
.theme .bg {
	background-color: #38783D;
	color: #fff;
	height: 90px;
}
.theme .bg ul {
	width: 800px;
}
.theme .bg li {
	float: left;
	width: 32%;
	margin-left: 2%;
	text-align: center;
	font-size: 30px;
	font-family:'Segoe Print', 'Kalam', 'Noto Sans JP',"Yu Gothic", "YuGothic", "游ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Meiryo", "メイリオ", Helvetica,sans-serif;
	line-height: 1.4;
	padding: 10px 0;
}
.theme .bg li:first-child {
	margin-left: 0%;
}
.theme .bg li span {
	display: block;
	font-size: 18px;
	letter-spacing: 2px;
	line-height: 1.5;
}
.theme .box {

}
.theme .txt {
	font-size: 40px;
	font-weight: 800;
	letter-spacing: 3px;
	margin: 60px 0 10px;
}


.content .text {
	width: 1020px;
	max-width: 100%;
	text-align: center;
	margin: 60px auto 0;
}
.content .text h3 {
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 25px;
}
.content .text p {
	font-size: 18px;
	line-height: 2;
	text-align: left;
}
.content .text ul {
	margin-top: 50px;
}
.content .text ul li {
	width: 240px;
	float: left;
	margin-left: 20px;
}
.content .text ul li:first-child {
	margin-left: 0px;
}

.bg_image {
	background: url(../house/img/img1.jpg) center center;
	background-size: cover;
	height: 500px;
	margin-top: 80px;
}


.section1 {
	background-color: #F2ECE7;
	padding-top: 100px;
	margin-top: -40px;
}
.section1 .wrapper {
	padding: 0 40px 60px;
	color: #572513;
}
.section1 .fl {
	float: left;
	width: 470px;
}
.section1 .fl h3 {
	font-size: 27px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 1px;
	margin-bottom: 15px;
}
.section1 .fl p {
	font-size: 15px;
	margin-top: 10px;
}
.section1 .image {
	float: right;
}
.section1 .banner {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	padding-bottom: 40px;
}
.section1 .btn {
	float: right;
	width: 49%;
	padding-bottom: 20px;
}
.section1 .btn.technology {
	float: left;
	padding-bottom: 20px;
}
.section1 .btn.kominka {
	width: 100%;
}

.section1 .btn.kominka span {
	display: inline-block;
	padding: auto 0;
	vertical-align: middle;
	margin-right: 15px;
	font-size: 25px;
}

.section1 .btn.kominka span.kominka_01 {
	margin-left: 10px;
}

.section1 .btn.kominka span.kominka_02 {
	font-size: 1.5em;
}

.section1 .btn.kominka span.kominka_03 {
}



.section1 .btn a {
	font-size: 20px;
	font-weight: 700;
	padding: 10px 0;
	border: 3px solid #572513;
	display: block;
	position: relative;
	text-align: center;
	margin: 0px auto ;
	border-radius: 3px;
	color: #572513;
}
.section1 .btn a::after {
	content: '';
	width: 12px;
	height: 12px;
	border: 0px;
	border-top: solid 3px #572513;
	border-right: solid 3px #572513;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -6px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
.section1 .btn a:hover {
	color: #38783D;
	border: 3px solid #38783D;
}
.section1 .btn a:hover::after {
	content: '';
	border-top: solid 3px #38783D;
	border-right: solid 3px #38783D;
}


.section2 {
	background-color: #f3f3f3;
}
.section2 .wrapper {
	padding: 50px 0;
}
.section2 .wrapper .image {
	float: left;
}
.section2 .wrapper .txt {
	padding-left: 460px;
}
.section2 .wrapper .txt .text {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 30px;
	text-align: left;
}
.section2 .wrapper .txt p.btn a {
	font-size: 20px;
	font-weight: 700;
	padding: 10px 0;
	border: 3px solid #444;
	display: block;
	position: relative;
	text-align: center;
	width: 440px;
	margin: 0 auto;
	border-radius: 3px;
}
.section2 .wrapper .txt p.btn a::after {
	content: '';
	width: 12px;
	height: 12px;
	border: 0px;
	border-top: solid 2px #444;
	border-right: solid 2px #444;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -6px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
.section2 .wrapper .txt p.btn a:hover {
	color: #38783D;
	border: 3px solid #38783D;
}
.section2 .wrapper .txt p.btn a:hover::after {
	content: '';
	border-top: solid 2px #38783D;
	border-right: solid 2px #38783D;
}


.section3 .wrapper {
	padding: 50px 0;
}
.section3 .wrapper .image {
	float: right;
}
.section3 .wrapper .txt {
	padding-right: 460px;
}
.section3 .wrapper .txt .text {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 30px;
	text-align: left;
}
.section3 .wrapper .txt p.btn a {
	font-size: 20px;
	font-weight: 700;
	padding: 10px 0;
	border: 3px solid #444;
	display: block;
	position: relative;
	text-align: center;
	width: 440px;
	margin: 0 auto;
	border-radius: 3px;
}
.section3 .wrapper .txt p.btn a::after {
	content: '';
	width: 12px;
	height: 12px;
	border: 0px;
	border-top: solid 2px #444;
	border-right: solid 2px #444;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -6px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
.section3 .wrapper .txt p.btn a:hover {
	color: #38783D;
	border: 3px solid #38783D;
}
.section3 .wrapper .txt p.btn a:hover::after {
	content: '';
	border-top: solid 2px #38783D;
	border-right: solid 2px #38783D;
}

.section3 .content.wrapper {
	padding: 50px 0 0;
	margin-bottom: -20px;
}
.contents .content h3.flow_h3 {
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 40px;
	text-align: center;
	margin-top: 10px;
}
.section3 .content .image  {
	margin-bottom: 60px;
}
.contents ol.flow {
	padding: 30px 0 0 0;
	margin: 0 0 0 34px;
	border-left: #eee 12px solid;
}
.contents ol.flow > li {
	margin: 0 0 30px -46px;
	padding: 0 0 20px 100px;
}
.contents ol.flow li .title {
	margin: 0 0 10px -100px;
	line-height: 80px;
}
ol.flow li .title .num {
	float: left;
	margin-right: 20px;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	text-align: center;
	letter-spacing: 0;
	font-size: 48px;
	font-weight: 600;
	color: #fff;
	background-color: #ddd;
	position: relative;
}
ol.flow li .title .num span {
	display: block;
	position: absolute;
	width: 80px;
	top: -6px;
	text-align: center;
	color: #333;
	font-size: 20px;
	font-weight: 900;
	line-height: 1;
}
ol.flow li .title h2 {
	font-size: 28px;
	font-weight: 600;
}
ol.flow li .text {
	width: 100%;
	max-width: auto;
	margin: 0;
}
.content ol.flow .text  p {
	font-size: 16px;
	font-weight: 500;
}
ol.flow p.att {
	color: #E95211;
}




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

/* 1099px（タブレット縦）以下から 1カラム表示

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


.theme {
	margin-bottom: 100px;
}
.theme .bg {
	height: 70px;
}
.theme .bg ul {
	width: auto;
	max-width: 100%;
}
.theme .bg li {
	font-size: 24px;
	line-height: 1;
}
.theme .bg li span {
	font-size: 16px;
	line-height: 2;
}
.theme .txt {
	font-size: 30px;
	margin: 40px 0 10px;
}
.theme h2 {
	width: 500px;
	margin: 15px auto 0;
}
.theme h2 img {
	width: 100%;
}


.content .text h3 {
	font-size: 22px;
	margin-bottom: 15px;
}
.content .text p {
	font-size: 15px;
	line-height: 2;
	text-align: left;
	padding: 0 10px;
}
.content .text p br {
	display: none;
}

.bg_image {
	height: 300px;
	margin-top: 60px;
}


.content .text ul {
	margin: 40px 20px 0;
	width: auto;
	max-width: 100%;
}
.content .text ul li {
	width: 23%;
	float: left;
	margin-left: 2.5%;
}


.section1 {
	padding-top: 80px;
	margin-top: -30px;
}
.section1 .wrapper {
	padding: 0 10px 40px;
	color: #572513;
}
.section1 .fl {
	width: 48%;
}
.section1 .fl h3 {
	font-size: 24px;
}
.section1 .fl h3 br {
	display: none;
}
.section1 .fl p {
	font-size: 14px;
	margin-top: 10px;
}
.section1 .image {
	width: 48%;
}
.section1 .banner {
	width: auto;
	max-width: 100%;
	margin: 0 20px;
}
.section1 .btn a {
	font-size: 18px;
}
.section1 .btn a::after {
	content: '';
	width: 10px;
	height: 10px;
	border: 0px;
	border-top: solid 2px #572513;
	border-right: solid 2px #572513;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -6px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
.section1 .btn a:hover::after {
	content: '';
	border-top: solid 2px #38783D;
	border-right: solid 2px #38783D;
}

.section1 .btn.kominka span {
	font-size: 18px;
}


.section2 .wrapper {
	padding: 40px 0;
}
.section2 .wrapper .image {
	width: 300px;
}
.section2 .wrapper .txt {
	padding-left: 340px;
}
.section2 .wrapper .txt .text {
	font-size: 16px;
	line-height: 1.8;
	margin-bottom: 25px;
}
.section2 .wrapper .txt p.btn a {
	font-size: 16px;
	width: 320px;
}

	
.section3 .wrapper {
	padding: 40px 0;
}
.section3 .wrapper .image {
	width: 300px;
}
.section3 .wrapper .txt {
	padding-right: 340px;
}
.section3 .wrapper .txt .text {
	font-size: 15px;
	line-height: 1.8;
	margin-bottom: 25px;
}
.section3 .wrapper .txt p.btn a {
	font-size: 16px;
	width: 320px;
}

.contents .content h3.flow_h3 {
    font-size: 24px;
    margin-top: 0px;
}
.section3 .content.wrapper .image {
	width: 100%;
}
ol.flow ul.button li {
	width: 50%;
	margin-bottom: 20px;
}
ol.flow li .title h2 {
    font-size: 24px;
}
ol.flow ul.button li.btn a {
	font-size: 18px;
}





}


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

/* 980px（タブレット縦）以下から 1カラム表示

------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 980px){
	
ol.flow .pcnone {
	display: inline;
}



.section1 .btn.kominka span {
	display: block;
}

}



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

/* 幅644px以下

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


.theme {
	margin-bottom: 80px;
}
.theme .bg {
	height: 60px;
}
.theme .bg li {
	font-size: 18px;
	line-height: 1.1;
}
.theme .bg li span {
	font-size: 14px;
	line-height: 2;
}
.theme .txt {
	font-size: 18px;
	margin: 30px 0 10px;
}
.theme h2 {
	width: 100%;
	max-width: 400px;
	margin: 12px auto 0;
	padding: 0 10px;
	box-sizing: border-box;
}


.content .text {
	width: auto;
	max-width: 100%;
	margin: 0 10px;
}
.content .text h3 {
	font-size: 18px;
	margin-bottom: 15px;
	text-align: left;
}

.bg_image {
	height: 170px;
	margin-top: 35px;
	margin-bottom: 35px;
}


.section1 {
	padding-top: 60px;
	margin-top: -30px;
}
.section1 .wrapper {
	padding: 0 0px 30px;
}
.section1 .fl {
	width: 100%;
	float: none;
}
.section1 .fl h3 {
	font-size: 18px;
}
.section1 .image {
	width:100%;
	max-width: 400px;
	float: none;
	margin-top: 30px;
}
.section1 .banner {
	margin: 0 0px;
}
.section1 .btn {
	padding-bottom: 10px;
	width: 100%;
}
.section1 .btn.technology {
	padding-bottom: 10px;
}
.section1 .btn a {
	font-size: 14px;
	width: auto;
	max-width: 100%;
	margin: 0px 10px ;
}
.section1 .btn a::after {
	content: '';
	width: 6px;
	height: 6px;
	border-top: solid 2px #572513;
	border-right: solid 2px #572513;
	margin-top: -4px;
}
.section1 .btn a:hover::after {
	content: '';
	border-top: solid 2px #38783D;
	border-right: solid 2px #38783D;
}


.content .text ul {
	margin: 30px 0px 0;
}
.content .text ul li {
	width: 48%;
	margin-left: 4%;
	margin-bottom: 10px;
}
.content .text ul li:nth-child(3) {
	margin-left: 0%;
}

.section2 .wrapper {
	padding: 30px 0;
}
.section2 .wrapper .image {
	width: 100%;
	max-width: 320px;
	margin: 0 auto;
	float: none;
}
.section2 .wrapper .txt {
	padding-left: 0;
	margin-top: 20px;
}
.section2 .wrapper .txt .text {
	font-size: 15px;
	font-weight: 500;
	line-height: 1.8;
	margin-bottom: 20px;
}
.section2 .wrapper .txt p.btn a {
	font-size: 15px;
	width: 100%;
	border: 2px solid #444;
}
.section2 .wrapper .txt p.btn a::after {
	content: '';
	width: 10px;
	height: 10px;
	border: 0px;
	border-top: solid 2px #444;
	border-right: solid 2px #444;
}
.section2 .wrapper .txt p.btn a:hover {
	border: 2px solid #38783D;
}
.section2 .wrapper .txt p.btn a:hover::after {
	content: '';
	border-top: solid 2px #38783D;
	border-right: solid 2px #38783D;
}
	

.section3 .wrapper {
	padding: 30px 0;
}
.section3 .wrapper .image {
	width: 100%;
	max-width: 320px;
	margin: 0 auto;
	float: none;
}
.section3 .wrapper .txt {
	padding-right: 0;
	margin-top: 20px;
}
.section3 .wrapper .txt .text {
	font-size: 15px;
	font-weight: 500;
	line-height: 1.8;
	margin-bottom: 20px;
}
.section3 .wrapper .txt p.btn a {
	font-size: 15px;
	width: 100%;
	border: 2px solid #444;
}
.section3 .wrapper .txt p.btn a::after {
	content: '';
	width: 10px;
	height: 10px;
	border: 0px;
	border-top: solid 2px #444;
	border-right: solid 2px #444;
}
.section3 .wrapper .txt p.btn a:hover {
	border: 2px solid #38783D;
}
.section3 .wrapper .txt p.btn a:hover::after {
	content: '';
	border-top: solid 2px #38783D;
	border-right: solid 2px #38783D;
}


.contents .content h3.flow_h3 {
    font-size: 18px;
}
.section3 .content.wrapper .image {
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	float: none;
}
.contents ol.flow {
	padding: 40px 0 0 0;
	margin: 0 0 0 15px;
	border-left: #eee 10px solid;
}
.contents ol.flow > li {
	margin: 0 0 30px -30px;
	padding: 0 0 20px 50px;
}
.contents ol.flow li .title {
	margin: 0 0 10px -50px;
	line-height: 50px;
}
.content ol.flow .text p {
	font-size: 15px;
	line-height: 1.8;
}
ol.flow li .title .num {
	width: 50px;
	height: 50px;
	font-size: 34px;
	margin-right: 8px;
}
ol.flow li .title .num span {
	width: 50px;
	top: -8px;
	font-size: 18px;
}
ol.flow li .title h2 {
	font-size: 18px;
	font-weight: 900;
	letter-spacing: 0;
	padding-left: 60px;
	line-height: 1.5;
	padding-top: 10px;
}
ol.flow ul.button {
	margin: 30px 0 0 -10px;
}
ol.flow ul.button li {
	margin-bottom: 15px;
}
ol.flow ul.button li.btn a {
	font-size: 15px;
	padding-left: 14px;
}
ol.flow p.btn {
	margin: 40px 0 0 -10px;
}
ol.flow .btn a {
	height: 70px;
	font-size: 15px;
	padding-left: 14px;
	line-height: 70px;
}
ol.flow .btn a .img {
	height: 70px;
	max-width: 90px;
	overflow: hidden;
}
ol.flow .btn.double a {
	line-height: 25px;
	height: 60px;
	padding: 10px 0 0 14px;
}
ol.flow .btn.double a .img {
	margin: -10px 0 0;
}
ol.flow .btn a::after {
	right: 4px;
	bottom: 4px;
}



}









