@charset "utf-8";
/* CSS Document */

body {
	margin: 0 auto;
	font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
}
a:hover,a img:hover {
	opacity: 0.5;
}
.sp {
	display: none;
}
.wrap {
	width: 1000px;
	margin: 0 auto;
	text-align: center;
}
li,ul {
	margin: 0 auto;
	list-style: none;
	padding: 0;
}
header {
	border-bottom: 5px solid #eaf3de;
	padding: 5px 0;
}
header .wrap {
	display: flex;
	justify-content: space-between;
}
header .wrap ul{
	margin: 0;
	padding-top: 20px;
}

.btobbtn {
	width: 1000px;
	text-align: center;
	margin: 50px auto 0;
}
.btn-gradient-simple {
	display: inline-block;
	padding: 3em 10em;
	text-decoration: none;
	border-radius: 10px;
	font-weight: bold;
	font-size: 1.5em;
	color: #FFF;
	background-image: linear-gradient(45deg, #709dff 0%, #b0c9ff 100%);
	transition: .4s;
}
.btn-gradient-simple:hover {
	background-image: linear-gradient(45deg, #709dff 50%, #b0c9ff 100%);
}

.gbg {
	width: 1000px;
	margin: 50px auto;
	padding: 70px 0;
	text-align: center;
	border-radius: 20px;
	background: #eaf3de;
}
.martop {
	margin-top: 70px;
}

.grbg {
	background: #f6f6f6;
	padding: 70px 0;
	width: 100%;
	text-align: center;
	margin: 70px auto;
}
.ebi {
	width: 100%;
    margin: 20px auto;
    background: #d6d6d6;
    padding: 30px 0;
}
.ebi ul {
	display: flex;
	width: 80%;
	margin: 0 auto;
	justify-content: space-between;
}
.ebi ul li {
	margin: 0;
}

.s5 h3 {
    margin: 50px auto;
    text-align: center;
    background: #639f45;
    color: #FFF;
    font-size: 21px;
    padding: 20px 0;
}
.s5 {
	background: #93b738;
	padding-bottom: 30px;
	color: #FFF;
	text-align: center;
	margin-bottom: 80px;
}
.s5 form {
	display: flex;
	width: 70%;
	margin: 0 auto;
	justify-content: space-between;
}

.s5 input[type="number"] {
	margin: 0 5px;
    padding: 10px;
    font-size: 18px;
}
.s5 form p span {
	font-size: 60%;
	position: relative;
	top: -10px;
}

#formWrap {
    text-align: left;
    margin: 50px auto;
    width: 40%;
}
    
#formWrap table.formTable {
	margin: 50px auto;
	width: 100%;
}
.sp {
	display: none;
}
#main {
	width: 100%;
	margin:0 auto 200px;
	background: url("../img/mainbg.jpg") no-repeat center;
	background-size: cover;
	position: relative;
	text-align: center;
	height: 500px;
	padding: 30px 0 0;
}
#main .maintext {
	position: absolute;
	left: 50%;
	margin-left: -400px;
	bottom: -140px;
}

.grbg {
	position: relative;
}
#main:before,#main:after,.grbg:before,.grbg:after {
	content: "";
	display: inline-block;
	background: url(../img/ymgibg.png) repeat-y top right;
	width: 150px;
	height: 790px;
	position: absolute;
	left: 0;
	top: -50px;
}
#main:after,.grbg:after {
	transform: scale(-1, 1);
	left: auto;
	right: 0;
}
.grbg:before,.grbg:after {
	height: 1300px;
}

.contul {
	margin: 20px auto;
	display: flex;
	width: 80%;
	justify-content: space-between
}
.contul li {
	margin: 0;
}

/* 施工店用ページ */
.bg-gray {
	background-color: #f6f6f6;
}
.m-auto {
	margin: auto;
}
.mb-1 {
	margin-bottom: 1em;
}
.pb-1 {
	padding-bottom: 0.5em;
}
.const-main {
	width: 100%;
	margin: 0 auto 50px;
	background: url("../img/mainbg.jpg") no-repeat center;
	background-size: cover;
	position: relative;
	text-align: center;
	height: 500px;
	padding: 30px 0 0;
}
.const-maintext {
	margin: 60px auto;
	font-size: 4em;
	font-weight: bold;
	text-shadow: 2px 2px 2px white,
				 -2px 2px 2px white,
				 2px -2px 2px white,
				 -2px -2px 2px white;
}
.const-wrap {
	width: 1000px;
	margin: 0 auto 50px;
	text-align: center;
}
.const-flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.const-h2 span {
	position: relative;
	padding-left: 25px;
	font-size: 1.5em;
}
.const-h2 span::before {
	position: absolute;
	content: '';
	bottom: -3px;
	left: 0;
	width: 0;
	height: 0;
	border: none;
	border-left: solid 15px transparent;
	border-bottom: solid 15px rgb(119, 195, 223);
}
.const-h2 span::after {
	position: absolute;
	content: '';
	bottom: -3px;
	left: 10px;
	width: 100%;
	border-bottom: solid 3px rgb(119, 195, 223);
}
.const-h3 {
	border-bottom: solid 3px #cce4ff;
	position: relative;
	font-size: 2em;
	margin: 0 auto;
}
.const-h3 span::after {
	position: absolute;
	content: ' ';
	display: block;
	border-bottom: solid 3px #5472cd;
	bottom: -3px;
	width: 20%;
}

.const-emphasis {
	font-weight: bold;
	font-size: 1.5em;
	margin-bottom: 30px;
}

.const-intro-img-wrap {
	width: 35%;
}
.const-intro-img {
	width: 100%;
	border-radius: 50%;
}
.const-intro-text {
	width: 60%;
	text-align: left;
	font-size: 1.2em;
}

.const-achieve-item {
	width: 33%;
	margin-bottom: 30px;
}
.const-achieve-item p {
	font-size: 1.2em;
	margin-top: -5px;
}
.const-achieve-img {
	width: 100%;
}

.const-voice-img {
	width: 50%;
}
.const-voice-text {
	width: 45%;
	text-align: left;
	font-size: 1.2em;
}

.btn-builder {
	padding: 10px;
	text-decoration: none;
	border-radius: 10px;
	font-weight: bold;
	font-size: 1.5em;
	color: #FFF;
	background-image: linear-gradient(45deg, #ff70d4 0%, #f8b0ff 100%);
	transition: .4s;
	margin: auto;
}
.btn-builder:hover {
	background-image: linear-gradient(45deg, #ff70d4 0%, #f8b0ff 100%);
}

/* -------------- */

footer {
	margin-top: 50px;
	border-top: 5px solid #eaf3de;
	color: #3a7614;
	padding: 5px 0;
}
footer .wrap {
	display: flex;
	justify-content: space-between;
}
footer .wrap img, footer .wrap p {
	margin: 0;
}
footer .wrap p {
	text-align: right;
}
.copy {
	text-align: center;
	font-size: 11px;
}