@charset "utf-8";


/* ◆ PC SIZE ◆ 
============================================================== */


/* 共通 */

.box {
	margin: 0 auto;
	max-width: 1260px;
	position: relative;
}
a img {
	transition: opacity 0.3s ease-out;
}
a:hover img	{
	opacity:.5;
	-webkit-opacity:.5;
	-moz-opacity:.5;
	filter:alpha(opacity=50);
	-ms-filter:"alpha(opacity=50)";
	-webkit-transition:opacity 1s ease-out;
	-moz-transition:opacity 1s ease-out;
	-ms-transition:opacity 1s ease-out;
	transition:opacity 1s ease-out;
}





/* HEADER AREA
******************************************/
header {
	position: relative;
}
header .mvBox {
	height: 100vh;
	position: relative;
	display: table;
	width: 100%;
	text-align: center;
}
header .mvBox .inleft {
	height: 100vh;
	background: #fff2f2;
	display: table-cell;
	vertical-align: middle;
}
header .mvBox .inright {
	height: 100vh;
	background: #e9e9e9;
	display: table-cell;
	vertical-align: middle;
}
header .mvBox p.Img {
	margin: 0 auto;
	padding: 50px;
	line-height: 0;
	max-width: 535px;
}
header .mvBox p.Img img {
	width: 100%;
}

header p.scl {
	line-height: 0;
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	text-align: center;
}
header p.scl a {
	display: block;
	line-height: 0;
}

/* ▼ ヘッダーTABサイズ
-----------------------------------------▼ */

@media screen and (max-width:1224px){

header .mvBox p.Img {
	margin: 0 auto;
	padding: 50px;
	line-height: 0;
	max-width: 535px;
}

} /* ヘッダーTABここまで */
 
 
/* ▼ ヘッダーSPサイズ
-----------------------------------------▼ */

@media screen and (max-width:768px){
header .mvBox {
	height: 50vh;
	position: relative;
	display: table;
	width: 100%;
	text-align: center;
}
header .mvBox .inleft {
	height: 50vh;
	background: #fff2f2;
	display: table-cell;
	vertical-align: middle;
}
header .mvBox .inright {
	height: 50vh;
	background: #e9e9e9;
	display: table-cell;
	vertical-align: middle;
}
header .mvBox p.Img {
	margin: 0 auto;
	padding: 30px;
	line-height: 0;
	max-width: 535px;
}
header .mvBox p.Img img {
	width: 100%;
}

header p.scl {
	margin: 0 auto;
	line-height: 0;
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	text-align: center;
	width: 8px;
}
header p.scl a {
	display: block;
	line-height: 0;
}
header p.scl img {
	width: 100%;
}

} /* ヘッダーSPここまで */



/* ▼ 天使の椅子 紹介 ▼
----------------------------------------*/

.readArea {
	padding: 160px 0;
	background: url("../img/read_bg.png") center center no-repeat #fff;
	text-align: center;
}
.readArea h2 {
	text-align: center;
	line-height: 1;
	font-size: 42px;
	font-weight: bold;
	letter-spacing: 0.05em;
}
.readArea p.txt {
    margin-top: 32px;
    line-height: 1.8;
    font-size: 24px;
    font-weight: bold;
    color: #303030;
    letter-spacing: 0.05em;
}
.readArea p.txt span {
	line-height: 2;
	font-size: 24px;
	font-weight: bold;
	color: #303030;
	display: block;
}

/* ▼ 天使の椅子 紹介 TABサイズ
-----------------------------------------▼ */

@media screen and (max-width:1024px){

.readArea {
	padding: 100px 0;
	background: url("../img/read_bg.png") center center no-repeat #fff;
	text-align: center;
}
.readArea h2 {
	text-align: center;
	line-height: 1;
	font-size: 38px;
	font-weight: bold;
	letter-spacing: 0.05em;
}
.readArea p.txt {
	margin-top: 50px;
	line-height: 2;
	font-size: 20px;
	font-weight: bold;
	color: #303030;
	letter-spacing: 0.2em;
}
.readArea p.txt span {
	line-height: 2;
	font-size: 20px;
	font-weight: bold;
	color: #303030;
	display: block;
}

}
 
 
/* ▼ オーナー挨拶SPサイズ
-----------------------------------------▼ */

@media screen and (max-width:768px){

.readArea {
	padding: 64px 20px;
	background: url("../img/read_bg.png") center center no-repeat #fff;
	text-align: center;
}
.readArea h2 {
	text-align: center;
	line-height: 1;
	font-size: 26px;
	font-weight: bold;
	letter-spacing: 0;
}
.readArea p.txt {
	margin-top: 15px;
	line-height: 1.8;
	font-size: 15px;
	font-weight: bold;
	color: #303030;
	letter-spacing: 0.05em;
}
.readArea p.txt span {
	line-height: 1.8;
	font-size: 15px;
	font-weight: bold;
	color: #303030;
	display: block;
}

}




/* ▼ ブレイク01 ▼
----------------------------------------*/

.break {
	height: 700px;
	background: url("../img/break_img01.jpg") no-repeat center center;
	background-size: cover;
	background-attachment:fixed;
}

/* ▼ ブレイク01 TABサイズ
-----------------------------------------▼ */

@media screen and (max-width:1024px){

.break {
	height: 600px;
	background: url("../img/break_img01.jpg") no-repeat center center;
	background-size: cover;
	background-attachment:local;
}

}
 
 
/* ▼ ブレイク01 SPサイズ
-----------------------------------------▼ */

@media screen and (max-width:768px){

.break {
	height: 250px;
	background: url("../img/break_img01_sp.jpg") no-repeat center center;
	background-size: cover;
	background-attachment:local;
}

}



/* ▼ 悩み ▼
----------------------------------------*/

.nayami {
	padding: 160px 0;
	background: #fff;
}
.nayami h2 {
	text-align: center;
	font-size: 36px;
	color: #303030;
	line-height: 1;
	font-weight: bold;
}
.nayami section {
	margin: 0 auto;
	max-width: 1200px;
}
.nayami ul {
	margin: 80px 0 0 0;
	letter-spacing: -0.5em;
	text-align: center;
}
.nayami li {
	margin: 0 0 0 5%;
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top;
	width: 21.25%;
	text-align: left;
	position: relative;
}
.nayami li:first-child {
	margin: 0 0 0 0;
}
.nayami li p.Img {
	line-height: 0;
}
.nayami li p.Img img {
	width: 100%;
}
.nayami li h3 {
	margin: 32px 0 0 0;
	font-size: 18px;
	color: #303030;
	line-height: 1;
	font-weight: bold;
}
.nayami li p.txt {
	margin: 20px 0 0 0;
	font-size: 15px;
	color: #303030;
	line-height: 1.6;
	letter-spacing: 0.05em;
	font-weight: 500;
}
.nayami li span {
	line-height: 0;
	width: 13px;
	position: absolute;
	top: 10px;
	right: -22px;
	display: block;
}
.nayami li span img {
	width: 100%;
}
.nayami li p.spChip {
	display: none;
}



/* ▼ 悩み TABサイズ
-----------------------------------------▼ */

@media screen and (max-width:1024px){

.nayami {
	padding: 100px 15px;
	background: #fff;
}
.nayami h2 {
	text-align: center;
	font-size: 30px;
	color: #303030;
	line-height: 1;
	font-weight: bold;
}
.nayami section {
	margin: 0 auto;
	max-width: 1200px;
}
.nayami ul {
	margin: 60px 0 0 0;
	letter-spacing: -0.5em;
	text-align: center;
}
.nayami li {
	margin: 0 0 0 3%;
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top;
	width: 22.25%;
	text-align: left;
	position: relative;
}
.nayami li:first-child {
	margin: 0 0 0 0;
}
.nayami li p.spChip {
	font-size: 12px;
	line-height: 1;
	display: block;
	font-weight: bold;
	color: #303030;
}
.nayami li p.Img {
	margin: 8px 0 0 0;
	line-height: 0;
}
.nayami li p.Img img {
	width: 100%;
}
.nayami li h3 {
	margin: 24px 0 0 0;
	font-size: 16px;
	color: #303030;
	line-height: 1.4;
	font-weight: bold;
}
.nayami li p.txt {
	margin: 14px 0 0 0;
	font-size: 14px;
	color: #303030;
	line-height: 1.6;
	letter-spacing: 0em;
	font-weight: 500;
}
.nayami li span {
	display: none;
}

}
 
 
/* ▼ 悩み SPサイズ
-----------------------------------------▼ */

@media screen and (max-width:768px){

.nayami {
	padding: 64px 15px;
	background: #fff;
}
.nayami h2 {
	text-align: center;
	font-size: 24px;
	color: #303030;
	line-height: 1;
	font-weight: bold;
}
.nayami section {
	margin: 0 auto;
	max-width: 1200px;
}
.nayami ul {
	margin: 20px 0 0 0;
	letter-spacing: -0.5em;
	text-align: center;
}
.nayami li {
	margin: 6% 0 0 3%;
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top;
	width: 47.25%;
	text-align: left;
	position: relative;
}
.nayami li:first-child {
	margin: 0 0 0 0;
}
.nayami li:nth-child(2n+1) {
	margin: 6% 0 0 0;
}
.nayami li p.spChip {
	font-size: 12px;
	line-height: 1;
	display: block;
	font-weight: bold;
	color: #303030;
}
.nayami li p.Img {
	margin: 8px 0 0 0;
	line-height: 0;
}
.nayami li p.Img img {
	width: 100%;
}
.nayami li h3 {
	margin: 20px 0 0 0;
	font-size: 16px;
	color: #303030;
	line-height: 1.4;
	font-weight: bold;
}
.nayami li p.txt {
	margin: 10px 0 0 0;
	font-size: 14px;
	color: #303030;
	line-height: 1.6;
	letter-spacing: 0em;
	font-weight: 500;
}
.nayami li span {
	display: none;
}

}




/* ▼ ブレイク02 ▼
----------------------------------------*/

.break02 {
	height: 700px;
	background: url("../img/break_img02.jpg") no-repeat center center;
	background-size: cover;
	background-attachment:fixed;
}


/* ▼ ブレイク02 TABサイズ
-----------------------------------------▼ */

@media screen and (max-width:1024px){

.break02 {
	height: 600px;
	background: url("../img/break_img02.jpg") no-repeat center center;
	background-size: cover;
	background-attachment:local;
}

}
 
 
/* ▼ ブレイク02 SPサイズ
-----------------------------------------▼ */

@media screen and (max-width:768px){

.break02 {
	height: 250px;
	background: url("../img/break_img02_sp.jpg") no-repeat center center;
	background-size: cover;
	background-attachment:local;
}

}





/* ▼ なぜ良いのか？ ▼
----------------------------------------*/
.why {
	padding: 160px 0;
	background: url("../img/why_bg.png") no-repeat top center #f5f5f5;
	background-size: cover;
}
.why section {
	margin: 0 auto;
	max-width: 1200px;
}
.why .readBox {
	letter-spacing: -0.5em;
}
.why .readBox .inleft {
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
	width: 570px;
}
.why .readBox .inleft h2 {
	font-weight: bold;
	font-size: 36px;
	color: #303030;
	line-height: 1;
}
.why .readBox .inleft p.txt {
	margin: 54px 0 0 0;
	font-weight: bold;
	font-size: 18px;
	color: #303030;
	line-height: 2.6;
	letter-spacing: 0.05em;
}

.why .readBox .inright {
	margin: 0 0 0 60px;
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
	width: 570px;
}

.why .bx-wrapper {
	margin: 0;
    -moz-box-shadow: 0;
    -webkit-box-shadow: 0;
    box-shadow: 0;
    border: none;
    background: none;
}
.why .bx-wrapper .bx-pager {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    text-align: left;
    font-size: 14px;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    line-height: 0;
    position: absolute;
    right: 15px;
    bottom: 10px;
    width: auto;
}
.why .bx-wrapper .bx-pager.bx-default-pager a {
    background: none;
	border:solid 1px #fff;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 3px;
    outline: 0;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.why .bx-pager a.active {
    background: #fff!important;
}
.why .bx-pager a:hover {
    background: #fff!important;
}

/* 左画像 */
.why .disBox01 {
	margin: 260px 0 0 0;
	padding: 100px;
	background: #fff;
	border-radius: 5px;
	position: relative;
	letter-spacing: -0.5em;
	box-shadow: 0px 0px 30px -0px #ddd;
}
.why .disBox01 .inleft {
	max-width: 44%;
	letter-spacing: normal;
	display: inline-block;
	position: relative;
}
.why .disBox01 .inright {
	margin: 0 0 0 9%;
	max-width: 47%;
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top;
}
.why .disBox01 p.Img {
	margin: -200px 0 0 0;
	line-height: 0;
}
.why .disBox01 p.Img img {
	width: 100%;
}
.why .disBox01 span {
	font-size: 14px;
	font-weight: bold;
	color: #303030;
	line-height: 1;
	letter-spacing: 0.05em;
	font-family: Arial, Helvetica, "sans-serif";
}
.why .disBox01 h3 {
	margin: 15px 0 0 0;
	font-size: 32px;
	font-weight: bold;
	color: #303030;
	line-height: 1;
	letter-spacing: 0.05em;
}
.why .disBox01 p.txt {
	margin: 30px 0 0 0;
	font-size: 18px;
	font-weight: 500;
	color: #303030;
	line-height: 2;
	letter-spacing: 0.05em;
}

/* 右画像 */
.why .disBox02 {
	margin: 260px 0 0 0;
	padding: 100px;
	background: #fff;
	border-radius: 5px;
	position: relative;
	letter-spacing: -0.5em;
	box-shadow: 0px 0px 30px -0px #ddd;
}
.why .disBox02 .inleft {
	margin: 0 9% 0 0;
	max-width: 47%;
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top;
}
.why .disBox02 .inright {
	max-width: 44%;
	letter-spacing: normal;
	display: inline-block;
	position: relative;
}
.why .disBox02 p.ImgSP {
	display: none;
}
.why .disBox02 p.Img {
	margin: -200px 0 0 0;
	line-height: 0;
}
.why .disBox02 p.Img img {
	width: 100%;
}
.why .disBox02 span {
	font-size: 14px;
	font-weight: bold;
	color: #303030;
	line-height: 1;
	letter-spacing: 0.05em;
	font-family: Arial, Helvetica, "sans-serif";
}
.why .disBox02 h3 {
	margin: 15px 0 0 0;
	font-size: 32px;
	font-weight: bold;
	color: #303030;
	line-height: 1;
	letter-spacing: 0.05em;
}
.why .disBox02 p.txt {
	margin: 30px 0 0 0;
	font-size: 18px;
	font-weight: 500;
	color: #303030;
	line-height: 2;
	letter-spacing: 0.05em;
}



/* ▼ なぜ良いのか？ TABサイズ
-----------------------------------------▼ */

@media screen and (max-width:1024px){

.why {
	padding: 100px 0;
	background: url("../img/why_bg.png") no-repeat top center #f5f5f5;
	background-size: cover;
}
.why section {
	margin: 0 auto;
	padding: 0 20px;
	max-width: 1200px;
}
.why .readBox {
	padding: 0 0;
	letter-spacing: -0.5em;
}
.why .readBox .inleft {
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
	width: 47.5%;
}
.why .readBox .inleft h2 {
	font-weight: bold;
	font-size: 30px;
	color: #303030;
	line-height: 1.4;
}
.why .readBox .inleft p.txt {
	margin: 32px 0 0 0;
	font-weight: bold;
	font-size: 18px;
	color: #303030;
	line-height: 2;
	letter-spacing: 0.05em;
}

.why .readBox .inright {
	margin: 0 0 0 5%;
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
	width: 47.5%;
}

.why .bx-wrapper {
	margin: 0;
    -moz-box-shadow: 0;
    -webkit-box-shadow: 0;
    box-shadow: 0;
    border: none;
    background: none;
}
.why .bx-wrapper .bx-pager {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    text-align: left;
    font-size: 14px;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    line-height: 0;
    position: absolute;
    right: 15px;
    bottom: 10px;
    width: auto;
}
.why .bx-wrapper .bx-pager.bx-default-pager a {
    background: none;
	border:solid 1px #fff;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 3px;
    outline: 0;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.why .bx-pager a.active {
    background: #fff!important;
}
.why .bx-pager a:hover {
    background: #fff!important;
}


/* 左画像 */
.why .disBox01 {
	margin: 100px 0 0 0;
	padding: 60px;
	background: #fff;
	border-radius: 5px;
	position: relative;
	letter-spacing: -0.5em;
	box-shadow: 0px 0px 30px -0px #ddd;
}
.why .disBox01 .inleft {
	max-width: 44%;
	letter-spacing: normal;
	display: inline-block;
	position: relative;
}
.why .disBox01 .inright {
	margin: 0 0 0 9%;
	max-width: 47%;
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top;
}
.why .disBox01 p.Img {
	margin: 0 0 0 0;
	line-height: 0;
}
.why .disBox01 p.Img img {
	width: 100%;
}
.why .disBox01 span {
	font-size: 14px;
	font-weight: bold;
	color: #303030;
	line-height: 1;
	letter-spacing: 0.05em;
	font-family: Arial, Helvetica, "sans-serif";
}
.why .disBox01 h3 {
	margin: 15px 0 0 0;
	font-size: 28px;
	font-weight: bold;
	color: #303030;
	line-height: 1;
	letter-spacing: 0.05em;
}
.why .disBox01 p.txt {
	margin: 30px 0 0 0;
	font-size: 18px;
	font-weight: 500;
	color: #303030;
	line-height: 2;
	letter-spacing: 0.05em;
}

/* 右画像 */
.why .disBox02 {
	margin: 60px 0 0 0;
	padding: 60px;
	background: #fff;
	border-radius: 5px;
	position: relative;
	letter-spacing: -0.5em;
	box-shadow: 0px 0px 30px -0px #ddd;
}
.why .disBox02 .inleft {
	margin: 0 9% 0 0;
	max-width: 47%;
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top;
}
.why .disBox02 .inright {
	max-width: 44%;
	letter-spacing: normal;
	display: inline-block;
	position: relative;
}
.why .disBox02 p.Img {
	margin: 0 0 0 0;
	line-height: 0;
}
.why .disBox02 p.Img img {
	width: 100%;
}
.why .disBox02 span {
	font-size: 14px;
	font-weight: bold;
	color: #303030;
	line-height: 1;
	letter-spacing: 0.05em;
	font-family: Arial, Helvetica, "sans-serif";
}
.why .disBox02 h3 {
	margin: 15px 0 0 0;
	font-size: 28px;
	font-weight: bold;
	color: #303030;
	line-height: 1.4;
	letter-spacing: 0.05em;
}
.why .disBox02 p.txt {
	margin: 30px 0 0 0;
	font-size: 18px;
	font-weight: 500;
	color: #303030;
	line-height: 2;
	letter-spacing: 0.05em;
}

}
 
 
/* ▼ なぜ良いのか？ SPサイズ
-----------------------------------------▼ */

@media screen and (max-width:768px){

.why {
	padding: 64px 0;
	background: url("../img/why_bg.png") no-repeat top center #f5f5f5;
	background-size: cover;
}
.why section {
	margin: 0 auto;
	padding: 0 20px;
	max-width: 1200px;
}
.why .readBox {
	padding: 0 0;
	letter-spacing: -0.5em;
}
.why .readBox .inleft {
	display: block;
	letter-spacing: normal;
	vertical-align: top;
	width: auto;
}
.why .readBox .inleft h2 {
	font-weight: bold;
	font-size: 24px;
	color: #303030;
	line-height: 1;
	text-align: center;
}
.why .readBox .inleft p.txt {
	margin: 32px 0 0 0;
	font-weight: bold;
	font-size: 16px;
	color: #303030;
	line-height: 2;
	letter-spacing: 0.05em;
}

.why .readBox .inright {
	margin: 6% 0 0 0;
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
	width: auto;
}



/* 左画像 */
.why .disBox01 {
	margin: 64px 0 0 0;
	padding: 30px;
	background: #fff;
	border-radius: 5px;
	position: relative;
	letter-spacing: -0.5em;
	box-shadow: 0px 0px 30px -0px #ddd;
}
.why .disBox01 .inleft {
	max-width: 100%;
	letter-spacing: normal;
	display: block;
	position: relative;
}
.why .disBox01 .inright {
	margin: 9% 0 0 0 ;
	max-width: 100%;
	letter-spacing: normal;
	display: block;
	vertical-align: top;
}
.why .disBox01 p.Img {
	margin: 0 0 0 0;
	line-height: 0;
}
.why .disBox01 p.Img img {
	width: 100%;
}
.why .disBox01 span {
	font-size: 14px;
	font-weight: bold;
	color: #303030;
	line-height: 1;
	letter-spacing: 0.05em;
	font-family: Arial, Helvetica, "sans-serif";
}
.why .disBox01 h3 {
	margin: 5px 0 0 0;
	font-size: 24px;
	font-weight: bold;
	color: #303030;
	line-height: 1.4;
	letter-spacing: 0.05em;
}
.why .disBox01 p.txt {
	margin: 14px 0 0 0;
	font-size: 16px;
	font-weight: 500;
	color: #303030;
	line-height: 1.8;
	letter-spacing: 0.05em;
}

/* 右画像 */
.why .disBox02 {
	margin: 30px 0 0 0;
	padding: 30px;
	background: #fff;
	border-radius: 5px;
	position: relative;
	letter-spacing: -0.5em;
	box-shadow: 0px 0px 30px -0px #ddd;
}
.why .disBox02 .inleft {
	margin: 0 0 0 0;
	max-width: 100%;
	letter-spacing: normal;
	display: block;
	vertical-align: top;
}
.why .disBox02 .inright {
	max-width: 100%;
	letter-spacing: normal;
	display: block;
	position: relative;
}
.why .disBox02 p.ImgSP {
	display: block;
}
.why .disBox02 p.ImgSP img {
	width: 100%;
}
.why .disBox02 p.Img {
	display: none;
}
.why .disBox02 span {
	margin-top: 9%;
	font-size: 14px;
	font-weight: bold;
	color: #303030;
	line-height: 1;
	letter-spacing: 0.05em;
	display: block;
	font-family: Arial, Helvetica, "sans-serif";
}
.why .disBox02 h3 {
	margin: 15px 0 0 0;
	font-size: 24px;
	font-weight: bold;
	color: #303030;
	line-height: 1.4;
	letter-spacing: 0.05em;
}
.why .disBox02 p.txt {
	margin: 24px 0 0 0;
	font-size: 16px;
	font-weight: 500;
	color: #303030;
	line-height: 1.8;
	letter-spacing: 0.05em;
}

}



/* ▼ お客さんの声 ▼
----------------------------------------*/

.voice {
	padding: 160px 0;
}
.voice section {
	margin: 0 auto;
	max-width: 1200px;
}
.voice h2 {
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	line-height: 1;
	color: #303030;
}
.voice ul {
	margin: 36px 0 0 0;
	text-align: center;
	letter-spacing: -0.5em;
}
.voice li {
	margin: 64px 0 0 5%;
	width: 47.5%;
	letter-spacing: -0.5em;;
	text-align: left;
	display: inline-block;
}
.voice li:nth-child(2n+1) {
	margin: 64px 0 0 0;
}
.voice li p.Img {
	display: inline-block;
	letter-spacing: normal;
	line-height: 0;
	vertical-align: middle;
	width: 145px;
}
.voice li p.Img img {
	width: 100%;
}
.voice li .dis {
	margin: 0 0 0 5%;
	display: inline-block;
	letter-spacing: normal;
	vertical-align: middle;
	width: 69.3%;
}
.voice li p.name {
	font-size: 20px;
	color: #303030;
	line-height: 1;
	font-weight: bold;
}
.voice li p.txt {
	margin: 14px 0 0 0;
	font-size: 16px;
	color: #303030;
	line-height: 1.8;
	font-weight: 500;
}


/* ▼ お客さんの声 TABサイズ
-----------------------------------------▼ */

@media screen and (max-width:1024px){

.voice {
	padding: 100px 20px;
}
.voice section {
	margin: 0 auto;
	max-width: 1200px;
}
.voice h2 {
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	line-height: 1;
	color: #303030;
}
.voice ul {
	margin: 26px 0 0 0;
	text-align: center;
	letter-spacing: -0.5em;
}
.voice li {
	margin: 54px 0 0 5%;
	width: 47.5%;
	letter-spacing: -0.5em;;
	text-align: left;
	display: inline-block;
}
.voice li:nth-child(2n+1) {
	margin: 64px 0 0 0;
}
.voice li p.Img {
	display: inline-block;
	letter-spacing: normal;
	line-height: 0;
	vertical-align: top;
	width: 25.44%;
}
.voice li p.Img img {
	width: 100%;
}
.voice li .dis {
	margin: 0 0 0 5%;
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
	width: 69.3%;
}
.voice li p.name {
	font-size: 20px;
	color: #303030;
	line-height: 1;
	font-weight: bold;
}
.voice li p.txt {
	margin: 14px 0 0 0;
	font-size: 16px;
	color: #303030;
	line-height: 1.8;
	font-weight: 500;
}

}
 
 
/* ▼ お客さんの声 SPサイズ
-----------------------------------------▼ */

@media screen and (max-width:768px){

.voice {
	padding: 64px 20px;
}
.voice section {
	margin: 0 auto;
	max-width: 1200px;
}
.voice h2 {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
	color: #303030;
}
.voice ul {
	margin: 16px 0 0 0;
	text-align: center;
	letter-spacing: -0.5em;
}
.voice li {
	margin: 54px 0 0 0;
	width: 100%;
	letter-spacing: -0.5em;;
	text-align: left;
	display: block;
}
.voice li:nth-child(2n+1) {
	margin: 54px 0 0 0;
}
.voice li p.Img {
	display: inline-block;
	letter-spacing: normal;
	line-height: 0;
	vertical-align: top;
	width: 25.44%;
}
.voice li p.Img img {
	width: 100%;
}
.voice li .dis {
	margin: 0 0 0 5%;
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
	width: 69.3%;
}
.voice li p.name {
	font-size: 20px;
	color: #303030;
	line-height: 1;
	font-weight: bold;
}
.voice li p.txt {
	margin: 14px 0 0 0;
	font-size: 15px;
	color: #303030;
	line-height: 1.7;
	font-weight: 500;
}

}



/* ▼ ブレイク03 ▼
----------------------------------------*/

.break03 {
	height: 700px;
	background: url("../img/break_img03.jpg") no-repeat center center;
	background-size: cover;
	background-attachment:fixed;
}


/* ▼ break03 TABサイズ
-----------------------------------------▼ */

@media screen and (max-width:1024px){

.break03 {
	height: 600px;
	background: url("../img/break_img03.jpg") no-repeat center center;
	background-size: cover;
	background-attachment:local;
}

}
 
 
/* ▼ break03 SPサイズ
-----------------------------------------▼ */

@media screen and (max-width:768px){

.break03 {
	height: 250px;
	background: url("../img/break_img03_sp.jpg") no-repeat center center;
	background-size: cover;
	background-attachment:local;
}

}







/* ▼ 使い方 ▼
----------------------------------------*/

.howto {
	padding: 160px 0 0 0;
}
.howto section {
	margin: 0 auto;
	max-width: 1200px;
}
.howto .use {
	letter-spacing: -0.5em;
}
.howto .inleft {
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top;
	width: 47.5%;
}
.howto .inright {
	margin: 0 0 0 5%;
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top;
	width: 47.5%;
}
.howto h2 {
	font-size: 36px;
	font-weight: bold;
	line-height: 1;
	color: #303030;
}
.howto ul.list {
	margin: 56px 0 0 0;
	line-height: 0;
}
.howto ul.list li {
	margin: 20px 0 0 0;
	padding: 0 0 0 30px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
	background: url("../img/icon_check.png") no-repeat 0 1px;
	background-size: 24px;
}
.howto ul.list li:first-child {
	margin: 0 0 0 0;
}
.howto h3 {
	margin: 40px 0 0 0;
	padding: 40px 0 0 0;
	border-top: solid 1px #e0e0e0;
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
	color: #303030;
}
.howto p.txt {
	margin: 20px 0 0 0;
	font-size: 18px;
	line-height: 1.8;
	font-weight: 500;
	color: #303030;
}

.howto ul.item {
	margin: 100px 0 0 0;
	letter-spacing: -0.5em;
	text-align: center;
	line-height: 0;
}
.howto ul.item li {
	margin: 0 0 0 1%;
	line-height: 0;
	display: inline-block;
	letter-spacing: normal;
	width: 19%;
}
.howto ul.list li:first-child {
	margin: 0 0 0 0;
}
.howto ul.item li img {
	width: 100%;
}
.howto ul.item li.sp {
	display: none;
}



/* ▼ 使い方 TABサイズ
-----------------------------------------▼ */

@media screen and (max-width:1024px){

.howto {
	padding: 100px 20px 0 20px;
}
.howto section {
	margin: 0 auto;
	max-width: 1200px;
}
.howto .use {
	letter-spacing: -0.5em;
}
.howto .inleft {
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top;
	width: 47.5%;
}
.howto .inright {
	margin: 0 0 0 5%;
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top;
	width: 47.5%;
}
.howto .inright img {
	width: 100%;
}
.howto h2 {
	font-size: 30px;
	font-weight: bold;
	line-height: 1;
	color: #303030;
}
.howto ul.list {
	margin: 40px 0 0 0;
}
.howto ul.list li {
	margin: 20px 0 0 0;
	padding: 0 0 0 30px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
	background: url("../img/icon_check.png") no-repeat 0 1px;
	background-size: 24px;
}
.howto ul.list li:first-child {
	margin: 0 0 0 0;
}
.howto h3 {
	margin: 40px 0 0 0;
	padding: 40px 0 0 0;
	border-top: solid 1px #e0e0e0;
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
	color: #303030;
}
.howto p.txt {
	margin: 20px 0 0 0;
	font-size: 18px;
	line-height: 1.8;
	font-weight: 500;
	color: #303030;
}

.howto ul.item {
	margin: 64px 0 0 0;
	letter-spacing: -0.5em;
	text-align: center;
}
.howto ul.item li {
	margin: 0 0 0 1%;
	line-height: 0;
	display: inline-block;
	letter-spacing: normal;
	width: 19%;
}
.howto ul.list li:first-child {
	margin: 0 0 0 0;
}
.howto ul.item li img {
	width: 100%;
}

}
 
 
/* ▼ 使い方 SPサイズ
-----------------------------------------▼ */

@media screen and (max-width:768px){

.howto {
	padding: 64px 20px 0 20px;
}
.howto section {
	margin: 0 auto;
	max-width: 1200px;
}
.howto .use {
	letter-spacing: -0.5em;
}
.howto .inleft {
	letter-spacing: normal;
	display: block;
	vertical-align: top;
	width: 100%;
}
.howto .inright {
	margin: 5% 0 0 0;
	letter-spacing: normal;
	display: block;
	vertical-align: top;
	width: 100%;
}
.howto .inright img {
	width: 100%;
}
.howto h2 {
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
	color: #303030;
	text-align: center;
}
.howto ul.list {
	margin: 40px 0 0 0;
}
.howto ul.list li {
	margin: 20px 0 0 0;
	padding: 0 0 0 30px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	background: url("../img/icon_check.png") no-repeat 0 1px;
	background-size: 24px;
}
.howto ul.list li:first-child {
	margin: 0 0 0 0;
}
.howto h3 {
	margin: 32px 0 0 0;
	padding: 32px 0 0 0;
	border-top: solid 1px #e0e0e0;
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
	color: #303030;
}
.howto p.txt {
	margin: 16px 0 0 0;
	font-size: 16px;
	line-height: 1.8;
	font-weight: 500;
	color: #303030;
}

.howto ul.item {
	margin: 16px 0 0 -2%;
	letter-spacing: -0.5em;
	text-align: center;
}
.howto ul.item li {
	margin: 2% 0 0 2%;
	line-height: 0;
	display: inline-block;
	letter-spacing: normal;
	width: 48%;
}
.howto ul.list li:first-child {
	margin: 0 0 0 0;
}
.howto ul.item li img {
	width: 100%;
}
.howto ul.item li.sp {
	display: inline-block;
}

}




/* ▼ 概要 ▼
----------------------------------------*/

.spec {
	margin: 100px 0 0 0;
	padding: 0 0;
}
.spec section {
	margin: 0 auto;
	max-width: 1200px;
}
.spec p.head {
	text-align: center;
	line-height: 0;
	border-top: solid 3px #ececec;
}
.spec p.head span {
	margin: -2px auto 0 auto;
	width: 170px;
	display: block;
	line-height: 0;
}
.spec p.head img {
	width: 100%;
}
.spec h2 {
	margin: 32px 0 0 0;
	text-align: center;
	line-height: 1;
	font-size: 36px;
	font-weight: bold;
	color: #303030;
	letter-spacing: 0.05em;
}
.spec p.Img {
	margin: 80px auto 0 auto;
	text-align: center;
	line-height: 0;
	max-width: 970px;
}
.spec p.Img img {
	width: 100%;
}
.spec ul.itemList {
	letter-spacing: -0.5em;
	text-align: center;
	line-height: 0;
}
.spec ul.itemList li {
	margin: 5.33% 0 0 5.33%;
	display: inline-block;
	letter-spacing: normal;
	line-height: 0;
	width: 21%;
}
.spec ul.itemList li:nth-child(4n+1) {
	margin: 5.33% 0 0 0;
}
.spec ul.itemList li img {
	width: 100%;
}
.spec dl {
	margin: 80px auto 0 auto;
	text-align: center;
	max-width: 690px;
}
.spec dt {
	margin: 50px 0 0 0;
	padding: 10px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	color: #303030;
	border: solid 1px #252525;
	background: #f4f4f4;
}
.spec dd {
	margin: 24px 0 0 0;
	font-size: 18px;
	font-weight: bold;
	line-height: 2;
	color: #303030;
	letter-spacing: 0.05em;
}
.spec dd span {
	font-size: 18px;
	font-weight: bold;
	line-height: 2;
	color: #303030;
	letter-spacing: 0.05em;
	display: block;
}

.spec .btn {
	margin: 64px 0 0 0;
	padding: 64px 0 0 0;
	border-top: solid 1px #ccc;
	text-align: center;
}
.spec .btn p {
	margin: 0 auto;
	text-align: center;
	max-width: 400px;
	line-height: 0;
}
.spec .btn p a {
	padding: 25px 0;
	display: block;
	width: 100%;
	line-height: 1;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	background: #006690;
	border-radius: 10px;
	color: #fff;
	transition: all 0.5s;
}
.spec .btn p a:hover {
	background: #2c2c2c;
}



/* ▼ 概要 TABサイズ
-----------------------------------------▼ */

@media screen and (max-width:1024px){

.spec {
	margin: 80px 20px 0 20px;
	padding: 0 0;
}
.spec section {
	margin: 0 auto;
	max-width: 1200px;
}
.spec p.head {
	text-align: center;
	line-height: 0;
	border-top: solid 3px #ececec;
}
.spec p.head span {
	margin: -2px auto 0 auto;
	width: 170px;
	display: block;
	line-height: 0;
}
.spec p.head img {
	width: 100%;
}
.spec h2 {
	margin: 32px 0 0 0;
	text-align: center;
	line-height: 1;
	font-size: 30px;
	font-weight: bold;
	color: #303030;
	letter-spacing: 0.05em;
}
.spec p.Img {
	margin: 80px auto 0 auto;
	text-align: center;
	line-height: 0;
	max-width: 970px;
}
.spec p.Img img {
	width: 100%;
}
.spec ul.itemList {
	letter-spacing: -0.5em;
	text-align: center;
	line-height: 0;
}
.spec ul.itemList li {
	margin: 5.33% 0 0 5.33%;
	display: inline-block;
	letter-spacing: normal;
	line-height: 0;
	width: 21%;
}
.spec ul.itemList li:nth-child(4n+1) {
	margin: 5.33% 0 0 0;
}
.spec ul.itemList li img {
	width: 100%;
}
.spec dl {
	margin: 80px auto 0 auto;
	text-align: center;
	max-width: 690px;
}
.spec dt {
	margin: 50px 0 0 0;
	padding: 10px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	color: #303030;
	border: solid 1px #252525;
	background: #f4f4f4;
}
.spec dd {
	margin: 24px 0 0 0;
	font-size: 18px;
	font-weight: bold;
	line-height: 2;
	color: #303030;
	letter-spacing: 0.05em;
}
.spec dd span {
	font-size: 18px;
	font-weight: bold;
	line-height: 2;
	color: #303030;
	letter-spacing: 0.05em;
	display: block;
}


}
 
 
/* ▼ 概要 SPサイズ
-----------------------------------------▼ */

@media screen and (max-width:768px){

.spec {
	margin: 64px 20px 0 20px;
	padding: 0 0;
}
.spec section {
	margin: 0 auto;
	max-width: 1200px;
}
.spec p.head {
	text-align: center;
	line-height: 0;
	border-top: solid 3px #ececec;
}
.spec p.head span {
	margin: -2px auto 0 auto;
	width: 170px;
	display: block;
	line-height: 0;
}
.spec p.head img {
	width: 100%;
}
.spec h2 {
	margin: 32px 0 0 0;
	text-align: center;
	line-height: 1;
	font-size: 24px;
	font-weight: bold;
	color: #303030;
	letter-spacing: 0.05em;
}
.spec p.Img {
	margin: 40px auto 0 auto;
	text-align: center;
	line-height: 0;
	max-width: 970px;
}
.spec p.Img img {
	width: 100%;
}
.spec ul.itemList {
	letter-spacing: -0.5em;
	text-align: center;
	line-height: 0;
}
.spec ul.itemList li {
	margin: 5.33% 0 0 5.33%;
	display: inline-block;
	letter-spacing: normal;
	line-height: 0;
	width: 21%;
}
.spec ul.itemList li:nth-child(4n+1) {
	margin: 5.33% 0 0 0;
}
.spec ul.itemList li img {
	width: 100%;
}
.spec dl {
	margin: 64px auto 0 auto;
	text-align: center;
	max-width: 690px;
}
.spec dt {
	margin: 32px 0 0 0;
	padding: 10px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	color: #303030;
	border: solid 1px #252525;
	background: #f4f4f4;
}
.spec dd {
	margin: 16px 0 0 0;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.8;
	color: #303030;
	letter-spacing: 0.05em;
}
.spec dd span {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.8;
	color: #303030;
	letter-spacing: 0.05em;
	display: inline-block;
}

}



/* ページトップ＆フッター
--------------------------------------*/

p.pagetop {
	margin: 100px auto 0 auto;
	width: 110px;
	line-height: 0;
}
p.pagetop a {
	display: inline;
	line-height: 0;
}
p.pagetop img {
	width: 100%;
}

footer {
	background: #2c2c2c;
	text-align: center;
	line-height: 0;
}
footer p {
	padding: 20px 0;
	font-size: 11px;
	line-height: 1;
	color: #fff;
	font-weight: bold;
	letter-spacing: 0.05em;
}



/* ▼ ページトップ＆フッター TABサイズ
-----------------------------------------▼ */

@media screen and (max-width:1024px){

p.pagetop {
	margin: 100px auto 0 auto;
	width: 110px;
	line-height: 0;
}

}


/* ▼ ページトップ＆フッター SPサイズ
-----------------------------------------▼ */

@media screen and (max-width:768px){

p.pagetop {
	margin: 64px auto 0 auto;
	width: 100px;
	line-height: 0;
}

}




/* ----------------------------------
お問い合わせ
------------------------------------*/

.sub header {
	height: 400px;
	position: relative;
	display: table;
	width: 100%;
	overflow: hidden;
}
.sub header .bg {
	margin: 0 0 0 auto;
	height: 400px;
	width: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background: url("../img/key_contact.jpg") no-repeat center center;
	background-size: cover;
}

.sub .formArea {
	margin: -100px auto 0 auto;
	padding: 80px 100px 50px 100px;
	max-width: 880px;
	background: #fff;
	border-radius: 10px;
	position: relative;
	z-index: 99;
	box-shadow: 0px 0px 23px -6px #c1c1c1;
}
.sub .formArea h1 {
	font-size: 30px;
	line-height: 1;
	color: #838383;
	text-align: center;
	font-weight: bold;
}
.sub .formArea h1 span {
	margin: 8px 0 0 0;
	font-size: 14px;
	line-height: 1;
	color: #838383;
	letter-spacing: 0.05em;
	text-align: center;
	display: block;
	font-weight: bold;
}
.sub .formArea p.read {
	margin: 25px 0 0 0;
	text-align: center;
	color: #333;
	font-size: 14px;
}
.sub .formArea table {
	margin: 50px 0 0 0;
	width: 100%;
	background: #f5f5f5;
	border-right: solid 1px #d2d2d2;
	border-bottom: solid 1px #d2d2d2;
}
.sub .formArea th {
	padding: 25px 15px;
	font-size: 15px;
	font-weight: bold;
	width: 200px;
	position: relative;
	border-top: solid 1px #d2d2d2;
	border-left: solid 1px #d2d2d2;
	vertical-align: middle;
	text-align: right;
}
.sub .formArea th span {
	padding: 0 0 0 10px;
	font-size: 12px;
	font-weight: bold;
	color: #FF393C;
}
.sub .formArea td {
	padding: 25px 15px;
	font-size: 15px;
	font-weight: bold;
	position: relative;
	border-top: solid 1px #d2d2d2;
}

.sub .formArea td input {
	padding: 15px 5px;
	width: 96%;
	border: solid 1px #ccc;
	-webkit-appearance: none;
}
.sub .formArea textarea {
	margin: 0px 0 0 0;
	padding: 2% 3% 3% 3%;
	width: 93%;
	font-size: 14px;
	border: solid 1px #ccc;
	line-height: 1.8;
}
.sub .formArea p.send {
	margin: 30px 0 0 0;
	text-align: center;
}
.sub .formArea p.send input {
	padding: 18px 10px 16px 10px;
	border: none;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 0.1em;
	background: none;
	width: 300px;
	border-radius: 5px;
}
.sub .formArea p.send input:hover {
	cursor: pointer;
}
.sub .formArea p.send input.submit {
	margin: 0 0 0 5px;
	background: #333;
	color: #fff;
	border-bottom: solid 3px #013266;
}

.sub .formArea p.back {
	margin: 40px 0 0 0;
	padding: 40px 0 0 0;
	border-top: solid 1px #ccc;
	text-align: center;
}
.sub .formArea p.back a {
	text-decoration: none;
	font-size: 16px;
	color: #333;
	font-weight: bold;
}
.sub .formArea p.back i {
	padding: 0 5px 0 0;
	position: relative;
	top: -1px;
}

/* ▼ お問い合わせ TABサイズ
-----------------------------------------▼ */

@media screen and (max-width:1080px){
.sub header {
	height: 300px;
	position: relative;
	display: table;
	width: 100%;
	overflow: hidden;
}
.sub header .bg {
	margin: 0 0 0 auto;
	height: 300px;
	width: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background-size: cover;
}
.sub .formArea {
	margin: -60px auto 0 auto;
	padding: 80px 50px 50px 50px;
	max-width: 82%;
	background: #fff;
	border-radius: 10px;
	position: relative;
	z-index: 99;
	box-shadow: 0px 0px 23px -6px #c1c1c1;
}

} /* TABサイズ */


/* ▼ お問い合わせ SPサイズ
-----------------------------------------▼ */

@media screen and (max-width:768px){
.sub header {
	height: 200px;
	position: relative;
	display: table;
	width: 100%;
	overflow: hidden;
}
.sub header .bg {
	margin: 0 0 0 auto;
	height: 200px;
	width: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background-size: cover;
}
.sub .formArea {
	margin: -60px auto 0 auto;
	padding: 40px 5% 30px 5%;
	max-width: 82%;
	background: #fff;
	border-radius: 10px;
	position: relative;
	z-index: 99;
	box-shadow: 0px 0px 23px -6px #c1c1c1;
}
.sub .formArea p.read {
	margin: 15px 0 0 0;
	text-align: center;
	color: #333;
	font-size: 12px;
}
.sub .formArea table {
	margin: 30px 0 0 0;
}
.sub .formArea th {
	padding: 15px 15px 5px 15px;
	font-size: 15px;
	font-weight: bold;
	width: auto;
	display: block;
	position: relative;
	border-top: solid 1px #d2d2d2;
	border-left: solid 1px #d2d2d2;
	vertical-align: middle;
	text-align: left;
}
.sub .formArea th span {
	padding: 0 0 0 10px;
	font-size: 12px;
	font-weight: bold;
	color: #FF393C;
}
.sub .formArea td {
	padding: 5px 15px 15px 15px;
	font-size: 15px;
	font-weight: bold;
	width: auto;
	display: block;
	position: relative;
	border-top: none;
	border-left: solid 1px #d2d2d2;
}
.sub .formArea p.back {
	margin: 30px 0 0 0;
	padding: 30px 0 0 0;
	border-top: solid 1px #ccc;
	text-align: center;
}

} /* SPサイズ */











