@charset "utf-8";
@media screen and (min-width: 768px) {
.content-space-top{
	padding: 0px;
	margin-bottom: 0px;
	color: inherit;
	background: url(../image/backImage/backImage27.jpg) no-repeat center center fixed;
	background-size: cover;
	padding-top: 100px;
	padding-bottom: 100px;
	color:#fff;
}
.content-space-one{
	padding: 0px;
	margin-bottom: 0px;
	color: inherit;
	background: url(../image/backImage/backImage26.jpg) no-repeat center center fixed;
	background-size: cover;
	padding-top: 50px;
	padding-bottom: 50px;
	color:#fff;
}
.content-space-two{
	padding: 0px;
	margin-bottom: 0px;
	color: inherit;
	background: url(../image/backImage/backImage22.jpg) no-repeat center center fixed;
	background-size: cover;
	padding-top: 50px;
	padding-bottom: 50px;
	color:#fff;
}
.content-space-three{
	padding: 0px;
	margin-bottom: 0px;
	color: inherit;
	background: url(../image/backImage/backImage5.jpg) no-repeat center center fixed;
	background-size: cover;
	padding-top: 50px;
	padding-bottom: 50px;
	color:#fff;
}
}
@media screen and (max-width: 736px) {
	.headerWrap{
		background-color:#FFFFFF;
	}
    /* スマホの場合の背景画像 */
    .content-space-top:before,
	.content-space-one:before,
	.content-space-two:before,
	.content-space-tree:before,
	.content-space-four:before{
     background-position: center center;
     background-repeat: no-repeat;
     background-size: cover;
     position: fixed;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     content: "";
     z-index: -1;
    }
    /* スマホの場合は同じ要素の背景画像を変更する */
	.content-space-top:before{
     background-image: url("../image/backImage/backImage27.jpg");
    }
    .content-space-top.fix:before{
     background-image: url("../image/backImage/backImage27.jpg");
    }

    .content-space-one.fix:before{
     background-image: url("../image/backImage/backImage26.jpg");
    }
	
    .content-space-two.fix:before{
     background-image: url("../image/backImage/backImage22.jpg");
    }
	
	.content-space-three.fix:before{
     background-image: url("../image/backImage/backImage5.jpg");
    }
	
	.content-space-four.fix:before{
     background-image: url("../image/backImage/backImage9.jpg");
    }
  }
.inntyouIntro {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.inntyouIntro h4 {
	color: #F29600;
	text-align: left;
	line-height: 150%;
	font-size: 24px;
	margin-top: 20px;
}
.intoroWrap {
	overflow-x: hidden;
	overflow-y: hidden;
}
.intyoPhotp {
	float: left;
}
.inntyouComment {
	text-align: left;
	max-width: 500px;
	float: right;
	font-size: 18px;
	line-height: 150%;
}
