/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

		トップ用

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/****************************************************************************************************************************
		スライダー
****************************************************************************************************************************/
.slideConts{
}

.slideConts .in_conts{
	width: 100%;
	height: 800px;
	position: relative;
	overflow: hidden;
}

.slideConts .in_conts ul.slider{
	text-align: center;
	display: block;
	width: 100%;
}

.slideConts .in_conts ul.slider .slick-list{
}

.slideConts .in_conts ul.slider .slick-list .slick-track{
}

.slideConts .in_conts ul.slider .slick-list .slick-track li.slick-slide{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	outline: none!important;
}

.slideConts .in_conts ul.slider .slick-list .slick-track li.slick-slide .box{
	display: block;
	width: 100%;
	height: 800px;
	background-repeat: repeat;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 20px;
}

.slideConts .in_conts ul.slider .slick-list .slick-track li.slick-slide .box .box_in{
	margin-left: 7%;
	margin-right: auto;
	text-align: left;
}

.slideConts .in_conts ul.slider .slick-list .slick-track li.slick-slide .box .box_in.box_in_left{
	margin-left: 7%;
	margin-right: auto;
	text-align: left;
}

.slideConts .in_conts ul.slider .slick-list .slick-track li.slick-slide .box .box_in.box_in_right{
	margin-left: auto;
	margin-right: 7%;
	text-align: right;
}

.slideConts .in_conts ul.slider .slick-list .slick-track li.slick-slide .box .box_in.box_in_center{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.slideConts .in_conts ul.slider .slick-list .slick-track li.slick-slide .box .box_in .title{
	font-size: 45px;
	letter-spacing: 0.2em;
	color: #fff;
	font-weight: bold;
}

.slideConts .in_conts ul.slider .slick-list .slick-track li.slick-slide .box .box_in .read{
	font-size: 22px;
	letter-spacing: 0.2em;
	color: #fff;
	margin-top: 20px;
}

/* slick-dots */
.slideConts .in_conts ul.slider .slick-dots{
	display: -webkit-box!important;
	display: -ms-flexbox!important;
	display: flex!important;
	-webkit-box-pack: center!important;
	-ms-flex-pack: center!important;
	justify-content: center!important;
	-webkit-box-align: center!important;
	-ms-flex-align: center!important;
	align-items: center!important;
	width: 100%!important;
	height: 20px;
	top:auto;
	left: auto;
	right:auto;
	bottom:40px;
	margin: 0 auto!important;
	z-index: 5;
}

.slideConts .in_conts ul.slider .slick-dots li{
	width: 20px;
	height: 20px;
}

.slideConts .in_conts ul.slider .slick-dots li button:before{
	font-size: 10px!important;
	color: #fff;
}

.slideConts .in_conts ul.slider .slick-dots li.slick-active button:before{
	opacity: .75;
	color: #ffc500;
}

.slideConts .in_conts .slide_bg{
	background-repeat: repeat-x;
	background-position: bottom center;
	background-size: contain;
	position: absolute;
	width: 100%;
	height: 51px;
	top:auto;
	left:0;
	bottom:-1px;
}

@media screen and (max-width: 1200px){
	.slideConts .in_conts ul.slider .slick-list .slick-track li.slick-slide .box{
		padding: 50px;
	}
	.slideConts .in_conts ul.slider .slick-list .slick-track li.slick-slide .box .box_in{
		margin-left: 0;
		margin-right: auto;
		text-align: left;
	}
	.slideConts .in_conts ul.slider .slick-list .slick-track li.slick-slide .box .box_in.box_in_left{
		margin-left: 0;
		margin-right: auto;
		text-align: left;
	}
	.slideConts .in_conts ul.slider .slick-list .slick-track li.slick-slide .box .box_in.box_in_right{
		margin-left: auto;
		margin-right: 0;
		text-align: right;
	}
	.slideConts .in_conts ul.slider .slick-list .slick-track li.slick-slide .box .box_in.box_in_center{
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}
}
@media screen and (max-width: 1050px){
	.slideConts .in_conts ul.slider .slick-list .slick-track li.slick-slide .box .box_in .title{
		font-size: 38px;
	}
	.slideConts .in_conts ul.slider .slick-list .slick-track li.slick-slide .box .box_in .read{
		font-size: 20px;
	}
}
@media screen and (max-width: 950px){
	.slideConts .in_conts{
		height: 700px;
	}
	.slideConts .in_conts ul.slider .slick-list .slick-track li.slick-slide .box{
		height: 700px;
	}
}
@media screen and (max-width: 920px){
	.slideConts .in_conts ul.slider .slick-list .slick-track li.slick-slide .box .box_in .title{
		font-size: 35px;
	}
	.slideConts .in_conts ul.slider .slick-list .slick-track li.slick-slide .box .box_in .read{
		font-size: 18px;
	}
	.slideConts .in_conts ul.slider .slick-list .slick-track li.slick-slide .box .box_in .read br{
		display: none;
	}
}
@media screen and (max-width: 850px){
	.slideConts .in_conts{
		height: 600px;
	}
	.slideConts .in_conts ul.slider .slick-list .slick-track li.slick-slide .box{
		height: 600px;
		padding: 30px;
	}
	.slideConts .in_conts ul.slider .slick-list .slick-track li.slick-slide .box .box_in.box_in_left{
		margin-left: 0;
		margin-right: auto;
		text-align: left;
	}
	.slideConts .in_conts ul.slider .slick-list .slick-track li.slick-slide .box .box_in.box_in_right{
		margin-left: 0;
		margin-right: auto;
		text-align: left;
	}
	.slideConts .in_conts ul.slider .slick-list .slick-track li.slick-slide .box .box_in.box_in_center{
		margin-left: 0;
		margin-right: auto;
		text-align: left;
	}
}
@media screen and (max-width: 800px){
	.slideConts .in_conts ul.slider .slick-list .slick-track li.slick-slide .box .box_in .title{
		font-size: 30px;
	}
	.slideConts .in_conts ul.slider .slick-list .slick-track li.slick-slide .box .box_in .title br{
		display: none;
	}
	.slideConts .in_conts ul.slider .slick-list .slick-track li.slick-slide .box .box_in .title span{
		display: block;
		font-size: 18px;
		letter-spacing: 0.1em;
		font-weight: normal;
		line-height: 1.5em;
		margin-top: 10px;
	}
	.slideConts .in_conts ul.slider .slick-list .slick-track li.slick-slide .box .box_in .read{
		display: none;
	}
}
@media screen and (max-width: 640px){
	.slideConts .in_conts{
		height: 500px;
	}
	.slideConts .in_conts ul.slider .slick-list .slick-track li.slick-slide .box{
		height: 500px;
		padding: 20px;
	}
}
@media screen and (max-width: 500px){
	.slideConts .in_conts ul.slider .slick-list .slick-track li.slick-slide .box{
		padding: 15px;
	}
	.slideConts .in_conts ul.slider .slick-list .slick-track li.slick-slide .box .box_in .title{
		/*padding-top: 20px;*/
	}
	.slideConts .in_conts ul.slider .slick-list .slick-track li.slick-slide .box .box_in .title span{
		font-size: 15px;
	}
	.slideConts .in_conts ul.slider .slick-dots{
		bottom: 20px;
	}
}
@media screen and (max-width: 450px){
	.slideConts .in_conts{
		height: 450px;
	}
	.slideConts .in_conts ul.slider .slick-list .slick-track li.slick-slide .box{
		height: 450px;
	}
	.slideConts .in_conts ul.slider .slick-list .slick-track li.slick-slide .box .box_in .title{
		letter-spacing: 0.1em;
		line-height: 1.5em;
	}
}
@media screen and (max-width: 350px){
	.slideConts .in_conts{
		height: 350px;
	}
	.slideConts .in_conts ul.slider .slick-list .slick-track li.slick-slide .box{
		height: 350px;
	}
	.slideConts .in_conts ul.slider .slick-list .slick-track li.slick-slide .box .box_in .title{
		font-size: 28px;
	}
	.slideConts .in_conts ul.slider .slick-list .slick-track li.slick-slide .box .box_in .title span{
		margin-top: 5px;
	}
}


/****************************************************************************************************************************
		共通コンテンツヘッド
****************************************************************************************************************************/
.in_conts .headArea{
	margin-bottom: 70px;
}

.in_conts .headArea .title{
	text-align: center;
}

.in_conts .headArea .title span{
	display: inline-block;
	font-size: 35px;
	letter-spacing: 0.3em;
	padding-left: 5px;
	text-align: left;
	font-weight: normal;
	font-family: 'Raleway', sans-serif;
}

.in_conts .headArea .h2Area{
	text-align: center;
	margin-top: 5px;
}

.in_conts .headArea .h2Area h2{
	display: inline-block;
	text-align: left;
	letter-spacing: 0.2em;
	padding-left: 3px;
	color: #61d4d3;
	font-size: 16px;
	font-weight: normal;
}

@media screen and (max-width: 1250px){
	.in_conts .headArea{
		margin-bottom: 50px;
	}
}

@media screen and (max-width: 920px){
	.in_conts .headArea .title span{
		font-size: 32px;
		padding-left: 3px;
	}
}
@media screen and (max-width: 640px){
	.in_conts .headArea{
		margin-bottom: 30px;
	}
	.in_conts .headArea .title span{
		font-size: 28px;
		padding-left: 3px;
	}
	.in_conts .headArea .h2Area h2{
		letter-spacing: 0.1em;
		padding-left: 1px;
		font-size: 13px;
	}
	.slideConts .in_conts ul.slider .slick-list .slick-track li.slick-slide .box .box_in .title{
		line-height: 1.2em;
	}
}


/****************************************************************************************************************************
		プロフィール
****************************************************************************************************************************/
.profileArea{
	padding: 50px 0 70px;
	position: relative;
}

.profileArea:before{
	content: '';
	width: 30%;
	height: 500px;
	background-color: #fffcf0;
	position: absolute;
	top:70px;
	left: 0;
	z-index: -1;
}

.profileArea .in_conts{
}

.profileArea .in_conts .headArea{
	margin-bottom: 0px;
}

.profileArea .in_conts .contsArea{
	position: relative;
	text-align: left;
}

.profileArea .in_conts .contsArea .textArea{
	padding: 100px 0;
}

.profileArea .in_conts .contsArea .textArea .box{
	background-color: rgba(255,255,255,1);
	display: block;
	width: 850px;
	padding: 80px;
	z-index: 5;
}

.profileArea .in_conts .contsArea .textArea .box h3{
	font-size: 25px;
	font-weight: normal;
	letter-spacing: 0.2em;
	line-height: 1.7em;
	margin-bottom: 20px;
}

.profileArea .in_conts .contsArea .textArea .box p{
	line-height: 1.9em;
	color: #333;
}

.profileArea .in_conts .contsArea .textArea .box .btnArea02{
	margin-top: 30px;
	text-align: right;
}

.profileArea .in_conts .contsArea .imgArea{
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 800px;
	height: 100%;
	position: absolute;
	top:0;
	left: auto;
	right:0;
	z-index: -1;
}

@media screen and (max-width: 1800px){
	.profileArea .in_conts .contsArea .textArea .box{
		width: 650px;
	}
}
@media screen and (max-width: 1600px){
	.profileArea .in_conts .contsArea .textArea .box{
		width: 600px;
	}
}
@media screen and (max-width: 1250px){
	/*.profileArea{
		padding-bottom: 70px;
	}*/
	.profileArea .in_conts .headArea{
		margin-bottom: 50px;
	}
	.profileArea .in_conts .contsArea{
		padding: 0px 30px;
	}
	.profileArea .in_conts .contsArea .textArea{
		padding: 70px 0;
	}
	.profileArea .in_conts .contsArea .textArea .box{
		padding: 50px;
	}
}
@media screen and (max-width: 920px){
	.profileArea:before{
    width: 30%;
    height: 500px;
    top: 30px;
    left: 0;
	}
	.profileArea .in_conts .headArea{
		margin-bottom: 20px;
	}
	.profileArea .in_conts .contsArea .textArea{
		padding: 0px 0 100px;
	}
	.profileArea .in_conts .contsArea .textArea .box h3{
		font-size: 22px;
    letter-spacing: 0.1em;
	}
	.profileArea .in_conts .contsArea .textArea .box p{
		font-size: 14px;
	}
	.profileArea .in_conts .contsArea .imgArea{
		width: 80%;
		height: 100%;
		position: absolute;
		top:0px;
		left: auto;
		right:0;
		margin: auto;
	}
}
@media screen and (max-width: 800px){
	.profileArea .in_conts .contsArea .textArea .box{
		width: 80%;
	}
	.profileArea .in_conts .contsArea .imgArea{
		width: 90%;
	}
}
@media screen and (max-width: 750px){
}
@media screen and (max-width: 640px){
	.profileArea{
		padding: 50px 0 0px;
	}
	.profileArea:before{
		display: none;
	}
	.profileArea .in_conts .contsArea{
		padding: 0px 0px;
	}
	.profileArea .in_conts .contsArea .textArea{
		padding: 0px 0 330px;
	}
	.profileArea .in_conts .contsArea .textArea .box{
		width: 100%;
		padding: 0px 15px 50px;
	}
	.profileArea .in_conts .contsArea .textArea .box h3{
		line-height: 1.5em;
	}
	.profileArea .in_conts .contsArea .textArea .box h3 br{
		display: none;
	}
	.profileArea .in_conts .contsArea .imgArea{
		width: 100%;
		height: 300px;
		position: absolute;
		top:auto;
		left: 0;
		right:auto;
		bottom:50px;
		margin: auto;
	}
}
@media screen and (max-width: 500px){
	.profileArea .in_conts .contsArea .textArea{
		padding: 0px 0 280px;
	}
	.profileArea .in_conts .contsArea .imgArea{
		height: 250px;
		bottom:50px;
	}
}
@media screen and (max-width: 400px){
	.profileArea .in_conts .contsArea .textArea{
		padding: 0px 0 250px;
	}
	.profileArea .in_conts .contsArea .imgArea{
		height: 220px;
		bottom:50px;
	}
}


/****************************************************************************************************************************
		サービスと特長
****************************************************************************************************************************/
.serviceArea{
	padding: 0px 0 70px;
	position: relative;
}

.serviceArea .in_conts{
}

.serviceArea .in_conts .contsArea{
}

.serviceArea .in_conts .contsArea .serviceList{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
  flex-wrap: wrap;
	position: relative;
}

.serviceArea .in_conts .contsArea .serviceList li{
	width: 30%;
	margin: 50px 2.5% 0  0;
}

.serviceArea .in_conts .contsArea .serviceList li:nth-child(3n+1){
	margin-left: 2.5%;
}

.serviceArea .in_conts .contsArea .serviceList li:nth-child(1){
	margin-top: 0;
}

.serviceArea .in_conts .contsArea .serviceList li:nth-child(2){
	margin-top: 0;
}

.serviceArea .in_conts .contsArea .serviceList li:nth-child(3){
	margin-top: 0;
}

.serviceArea .in_conts .contsArea .serviceList li .box{
}

.serviceArea .in_conts .contsArea .serviceList li .box .h3Area{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 10px;
}

.serviceArea .in_conts .contsArea .serviceList li .box .h3Area .icon{
	width: 80px;
	height: 80px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 15px;
}

.serviceArea .in_conts .contsArea .serviceList li .box .h3Area .icon p{
	width: 80px;
	height: 80px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.serviceArea .in_conts .contsArea .serviceList li .box .h3Area h3{
	flex: 1;
	letter-spacing: 0.2em;
}

.serviceArea .in_conts .contsArea .serviceList li .box .text p{
	line-height: 1.7em;
}

.serviceArea .in_conts .btnArea{
	margin-top: 70px;
}

@media screen and (max-width: 1250px){
	.serviceArea .in_conts .btnArea{
		margin-top: 50px;
	}
}
@media screen and (max-width: 920px){
	.serviceArea{
		padding-left: 20px;
		padding-right: 20px;
	}
	.serviceArea .in_conts .contsArea .serviceList li{
		width: 49%;
		margin: 50px 2% 0  0;
	}
	.serviceArea .in_conts .contsArea .serviceList li:nth-child(3n+1){
		margin-left: 0;
	}
	.serviceArea .in_conts .contsArea .serviceList li:nth-child(2n+2){
		margin-right: 0;
	}
	.serviceArea .in_conts .contsArea .serviceList li:nth-child(1){
		margin-top: 0;
	}
	.serviceArea .in_conts .contsArea .serviceList li:nth-child(2){
		margin-top: 0;
	}
	.serviceArea .in_conts .contsArea .serviceList li:nth-child(3){
		margin-top: 50px;
	}
	.serviceArea .in_conts .contsArea .serviceList li .box .h3Area h3{
		font-size: 16px;
	}
}
@media screen and (max-width: 640px){
	.serviceArea{
		padding-bottom: 0px;
	}
	.serviceArea .in_conts .contsArea .serviceList{
		border-top: dashed 1px #ddd;
		border-left: dashed 1px #ddd;
	}
	.serviceArea .in_conts .contsArea .serviceList li{
		width: 50%;
		margin: 0px!important;
		padding: 20px 20px 20px;
		border-right: dashed 1px #ddd;
		border-bottom: dashed 1px #ddd;
	}
	.serviceArea .in_conts .contsArea .serviceList li:nth-child(9){
		width: 100%;
	}
	.serviceArea .in_conts .contsArea .serviceList li .box .h3Area{
		display: block;
		margin-top: 10px;
	}
	.serviceArea .in_conts .contsArea .serviceList li .box .h3Area .icon{
		width: 100%;
	}
	.serviceArea .in_conts .contsArea .serviceList li .box .h3Area .icon p{
		margin: 0 auto;
	}
	.serviceArea .in_conts .contsArea .serviceList li .box .text p{
		font-size: 14px;
	}
	.serviceArea .in_conts .btnArea{
		margin-top: 30px;
	}
}
@media screen and (max-width: 500px){
	.serviceArea {
	  padding-left: 10px;
	  padding-right: 10px;
	}
	.serviceArea .in_conts .contsArea .serviceList li{
		padding: 10px 10px 20px;
	}
	.serviceArea .in_conts .contsArea .serviceList li .box .h3Area .icon{
		width: 100%;
	}
	.serviceArea .in_conts .contsArea .serviceList li .box .h3Area .icon p{
		margin: 0 auto;
	}
}

/****************************************************************************************************************************
		料金プラン
****************************************************************************************************************************/
.planArea{
	padding: 70px 0 70px;
	position: relative;
	/*background-color: #fffcf0;*/
}

.planArea:after{
	content: '';
	width: 70%;
	height: 400px;
	background-color: #fffcf0;
	position: absolute;
	top:0;
	left: auto;
	right:0;
	z-index: -1;
}

.planArea .in_conts{
}

.planArea .in_conts .contsArea{
}

.planArea .in_conts .contsArea .planList{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.planArea .in_conts .contsArea .planList li{
	width: 19.2%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
	margin: 0 1% 0 0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.planArea .in_conts .contsArea .planList li:nth-child(5){
	margin-right: 0;
}
.planArea .in_conts .contsArea .planList li.last{
	display: none;
}

.planArea .in_conts .contsArea .planList li a{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
	height: 100%;
	background-color: #61d4d3;
	color: #fff;
	padding: 10px 0px 80px;
	position: relative;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.planArea .in_conts .contsArea .planList li .flag{
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	width: 100px;
	padding: 3px 0px;
	position: absolute;
	top:-5px;
	left: -3px;
	-moz-transform: rotate(-10deg);
	-webkit-transform: rotate(-10deg);
	-o-transform: rotate(-10deg);
	-ms-transform: rotate(-10deg);
	transform: rotate(-10deg);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.planArea .in_conts .contsArea .planList li .flag.flag1{
	background-color: #ffd100;
	color: #fff;
}

.planArea .in_conts .contsArea .planList li .flag.flag2{
	background-color: #ff9b64;
	color: #fff;
}

.planArea .in_conts .contsArea .planList li .box{
}

.planArea .in_conts .contsArea .planList li .box .h3Area{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 60px;
}

.planArea .in_conts .contsArea .planList li .box .h3Area h3{
	text-align: center;
}

.planArea .in_conts .contsArea .planList li .box .text{
	font-size: 14px;
	padding: 0px 20px 0;
	height: 220px;
	overflow: hidden;
}

.planArea .in_conts .contsArea .planList li .box .pay{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	text-align: center;
	color: #61d4d3;
	letter-spacing: 0.2em;
	padding-left: 5px;
	font-size: 18px;
	position: absolute;
	top:auto;
	left: 0;
	bottom:0;
	background-color: #f5f5f5;
	height: 60px;
	line-height: 1em;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.planArea .in_conts .contsArea .planList li .box .pay span{
	font-family: 'Raleway', sans-serif;
	font-weight: bold;
	line-height: 1em;
	display: inline-block;
	position: relative;
	top:-1px;
	font-size: 22px;
	padding: 0 5px;
}

.planArea .in_conts .contsArea .planList li .box .pay .fa{
	line-height: 1em;
	font-weight: normal;
}

.planArea .in_conts .contsArea .btnArea{
	margin-top: 70px;
}

/* hover ----------------------------------*/
@media screen and (min-width: 921px){
	.planArea .in_conts .contsArea .planList li:hover{
		width: 25%;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
	}
	.planArea .in_conts .contsArea .planList li:hover a{
		padding: 30px 0px 80px;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
	}
	.planArea .in_conts .contsArea .planList li:hover a .flag{
		display: inline-block;
		font-size: 14px;
		font-weight: bold;
		text-align: center;
		width: 150px;
		padding: 7px 0px;
		position: absolute;
		top:0px;
		left: 5px;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
	}
	.planArea .in_conts .contsArea .planList li:hover a .box .pay{
		background-color: #ffc500;
		color: #fff;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
	}
}

@media screen and (max-width: 1250px){
	.planArea .in_conts .contsArea{
		padding-left: 30px;
		padding-right: 30px;
	}
	.planArea .in_conts .contsArea .planList li .box .h3Area h3{
		font-size: 15px;
	}
	.planArea .in_conts .contsArea .planList li .box .pay{
		font-size: 16px;
	}
	.planArea .in_conts .contsArea .planList li .box .pay span{
		font-size: 20px;
	}
	.planArea .in_conts .contsArea .btnArea{
		margin-top: 50px;
	}
}
@media screen and (max-width: 1050px){
	.planArea .in_conts .contsArea{
		padding-left: 20px;
		padding-right: 20px;
	}
	.planArea .in_conts .contsArea .planList li .box .text{
		padding: 0px 10px 0;
	}
}
@media screen and (max-width: 920px){
	.planArea .in_conts .contsArea .planList{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
    flex-wrap: wrap;
	}
	.planArea .in_conts .contsArea .planList li:nth-child(1){
		width: 32%;
		margin: 0 2% 0px 0;
	}
	.planArea .in_conts .contsArea .planList li:nth-child(2){
		width: 32%;
		margin: 0 2% 0px 0;
	}
	.planArea .in_conts .contsArea .planList li:nth-child(3){
		width: 32%;
		margin: 0 0 0px 0;
	}
	.planArea .in_conts .contsArea .planList li:nth-child(4){
		width: 32%;
		margin: 30px 2% 0 17%;
	}
	.planArea .in_conts .contsArea .planList li:nth-child(5){
		width: 32%;
		margin: 30px 17% 0 0;
	}
	.planArea .in_conts .contsArea .planList li .box .text{
		height: auto;
	}
}
@media screen and (max-width: 700px){
	.planArea .in_conts .contsArea .planList li:nth-child(1){
		width: 49%;
		margin: 0 2% 0px 0;
	}
	.planArea .in_conts .contsArea .planList li:nth-child(2){
		width: 49%;
		margin: 0 0 0px 0;
	}
	.planArea .in_conts .contsArea .planList li:nth-child(3){
		width: 49%;
		margin: 30px 2% 0px 0;
	}
	.planArea .in_conts .contsArea .planList li:nth-child(4){
		width: 49%;
		margin: 30px 0 0 0;
	}
	.planArea .in_conts .contsArea .planList li:nth-child(5){
		width: 49%;
		margin: 30px 2% 0 0;
	}
	.planArea .in_conts .contsArea .planList li .box .h3Area{
		padding-left: 20px;
		padding-right: 20px;
		text-align: center;
	}
	.planArea .in_conts .contsArea .planList li .box .h3Area h3{
		display: inline-block;
		text-align: left;
	}
}
@media screen and (max-width: 640px){
	.planArea{
		padding: 50px 0 50px;
	}
	.planArea:after{
		top:120px;
	}
	.planArea .in_conts .contsArea{
		padding-left: 10px;
		padding-right: 10px;
	}
	.planArea .in_conts .contsArea .planList li.last{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: stretch;
	  -ms-flex-align: stretch;
	  align-items: stretch;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
		width: 49%;
		margin: 30px 0 0 0;
	}
	.planArea .in_conts .contsArea .planList li .box .text{
		font-size: 14px;
	}
	.planArea .in_conts .contsArea .btnArea{
		margin-top: 30px;
	}
}
@media screen and (max-width: 500px){
	.planArea .in_conts .contsArea .planList li a{
		width: 100%;
		padding: 30px 8px 80px;
	}
	.planArea .in_conts .contsArea .planList li .box{
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.planArea .in_conts .contsArea .planList li .box .h3Area{
		height: auto;
		padding-left: 0px;
		padding-right: 0px;
	}
	.planArea .in_conts .contsArea .planList li .box .h3Area h3{

	}
	.planArea .in_conts .contsArea .planList li .box .text{
		display: none;
	}
	.planArea .in_conts .contsArea .planList li .box .pay{
		font-size: 14px;
		letter-spacing: 0.2em;
		height: 50px;
	}
	.planArea .in_conts .contsArea .planList li .box .pay .fa{

	}
	.planArea .in_conts .contsArea .planList li .box .pay span{
    font-size: 16px;
		padding: 0 3px;
	}

}


/****************************************************************************************************************************
		簡単見積もり
****************************************************************************************************************************/
.estimateArea{
	margin-bottom: 70px;
}

.estimateArea .in_conts{
	background-position: left center;
	background-repeat: no-repeat;
	background-size: cover;
}

.estimateArea .in_conts .in_box{
	background-repeat: repeat;
	padding-top: 70px;
	padding-bottom: 70px;
}

.estimateArea .in_conts .in_box .box{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.estimateArea .in_conts .in_box .box .left{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 70px;
}

.estimateArea .in_conts .in_box .box .left .in_left{
	color: #fff;
	text-align: left;
}

.estimateArea .in_conts .in_box .box .left .in_left h2{
	color: #fff;
	text-align: left;
	line-height: 1.7em;
	font-size: 30px;
	letter-spacing: 0.2em;
	margin-bottom: 10px;
}

.estimateArea .in_conts .in_box .box .left .in_left p{
	font-size: 18px;
}

.estimateArea .in_conts .in_box .box .right{
	flex: 1;
}

.estimateArea .in_conts .in_box .box .right .in_right{
	background-color: #fff;
	padding: 50px;
}

.estimateArea .in_conts .in_box .box .right .in_right .wpcf7{

}

.estimateArea .in_conts .in_box .box .right .in_right .wpcf7 .loops{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 15px 0;
}

.estimateArea .in_conts .in_box .box .right .in_right .wpcf7 .loops .title{
	width: 140px;
	font-size: 16px;
	text-align: right;
	letter-spacing: 0.2em;
	margin-right: 10px;
}

.estimateArea .in_conts .in_box .box .right .in_right .wpcf7 .loops .title span{
	color: #ff0000;
}


.estimateArea .in_conts .in_box .box .right .in_right .wpcf7 .loops .inputArea{
	flex: 1;
}

.estimateArea .in_conts .in_box .box .right .in_right .wpcf7 .loops .inputArea span.wpcf7-not-valid-tip{
	display: block;
	font-size: 13px;
	margin-top: 5px;
}

.estimateArea .in_conts .in_box .box .right .in_right .wpcf7 .loops .inputArea input{
	width: 100%;
	height: 30px;
	text-shadow: none;
	border: solid 1px #ddd;
	outline: none;
	padding: 0 10px;
	font-size: 14px;
}

.estimateArea .in_conts .in_box .box .right .in_right .wpcf7 .loops .inputArea input:placeholder-shown{
	color: #ccc;
}

.estimateArea .in_conts .in_box .box .right .in_right .wpcf7 .loops .inputArea input:placeholder-shown::-webkit-input-placeholder{
	color: #ccc;
}

.estimateArea .in_conts .in_box .box .right .in_right .wpcf7 .loops .inputArea input:placeholder-shown:-moz-placeholder{
	color: #ccc;
}

.estimateArea .in_conts .in_box .box .right .in_right .wpcf7 .loops .inputArea input:placeholder-shown::-moz-placeholder{
	color: #ccc;
}

.estimateArea .in_conts .in_box .box .right .in_right .wpcf7 .loops .inputArea input:placeholder-shown:-ms-input-placeholder{
	color: #ccc;
}

.estimateArea .in_conts .in_box .box .right .in_right .wpcf7 .loops .inputArea select{
	width: 100%;
	height: 30px;
	text-shadow: none;
	border: solid 1px #ddd;
	outline: none;
	padding: 0 10px;
	font-size: 14px;
}

.estimateArea .in_conts .in_box .box .right .in_right .wpcf7 .btn{
	padding-top: 20px;
}

.estimateArea .in_conts .in_box .box .right .in_right .wpcf7 .btn input{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-shadow: none;
	outline: none;
	border: solid 1px #ff729b;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	width: 250px;
	height: 40px;
	margin: 0 auto;
	font-size: 14px;
	background-color: #ff729b;
	color: #fff;
	cursor:pointer;
	letter-spacing: 0.2em;
}

/* エラー --------------------------------------------------------------------------*/
.estimateArea .in_conts .in_box .box .right .in_right .wpcf7 .wpcf7-validation-errors{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 2px solid #fffcf0;
	margin: 20px auto 0;
  padding: 10px 10px;
	background-color: #fffcf0;
	text-align: left;
	color: #f00;
}

/* 送信完了ポップアップ --------------------------------------------------------------------------*/
.estimateArea .in_conts .in_box .box .right .in_right .wpcf7 .wpcf7-mail-sent-ok{
	display: none;
}

.estimateAreaPopUp{
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top:0;
	left: 0;
	background-color: rgba(0,0,0,0.4);
	z-index: 10000;
	cursor:pointer;
}

.estimateAreaPopUp.on{
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: fixed;
	top:0;
	left: 0;
	background-color: rgba(0,0,0,0.4);
	z-index: 10000;
}

.estimateAreaPopUp .in_conts{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 60%;
	height: 60%;
	margin: 20%;
	background-color: #fff;
}

.estimateAreaPopUp .in_conts .box{
	display: inline-block;
	text-align: center;
	padding: 10px;
}

.estimateAreaPopUp .in_conts .box p{
	line-height: 1.9em;
	font-size: 16px;
}

.estimateAreaPopUp .in_conts .box p span{
	display: block;
	font-size: 25px;
	font-weight: normal;
	letter-spacing: 0.2em;
	line-height: 1.7em;
	margin-bottom: 20px;
}




/* hover ----------------------------------*/
@media screen and (min-width: 921px){
	.estimateArea .in_conts .in_box .box .right .in_right .wpcf7 .btn input:hover{
		background-color: #ff447a;
		border: solid 1px #ff447a;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
	}
}

@media screen and (max-width: 1250px){
	.estimateArea .in_conts .in_box .box{
		padding-left: 30px;
		padding-right: 30px;
	}
}
@media screen and (max-width: 1100px){
	.estimateArea .in_conts .in_box .box .left{
		width: 430px;
		margin-right: 30px;
	}
	.estimateArea .in_conts .in_box .box .left .in_left h2{
		font-size: 28px;
    letter-spacing: 0.1em;
	}
	.estimateArea .in_conts .in_box .box .right{
	}
}
@media screen and (max-width: 1000px){
	.estimateArea .in_conts .in_box .box .right .in_right{
		padding: 50px 30px 50px 10px;
	}
}
@media screen and (max-width: 920px){
	.estimateArea{
		margin-bottom: 50px;
	}
	.estimateArea .in_conts .in_box .box{
		padding-left: 10px;
		padding-right: 10px;
	}
	.estimateArea .in_conts .in_box .box .left{
		width: 320px;
		margin-right: 20px;
	}
	.estimateArea .in_conts .in_box .box .left .in_left h2{
		font-size: 22px;
	}
	.estimateArea .in_conts .in_box .box .left .in_left p{
		font-size: 15px;
	}
	.estimateArea .in_conts .in_box .box .right .in_right{
		padding: 30px 30px 30px 10px;
	}
}
@media screen and (max-width: 750px){
	.estimateArea .in_conts .in_box{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.estimateArea .in_conts .in_box .box{
		display: block;
		padding-left: 30px;
		padding-right: 30px;
	}
	.estimateArea .in_conts .in_box .box .left{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: 100%;
	}
	.estimateArea .in_conts .in_box .box .left .in_left{
		width: 100%;
		text-align: center;
		margin-bottom: 30px;
	}
	.estimateArea .in_conts .in_box .box .left .in_left h2{
		font-size: 22px;
		text-align: center;
	}
	.estimateArea .in_conts .in_box .box .left .in_left h2 br{
		display: block;
		text-align: center;
	}
}
@media screen and (max-width: 640px){
	.estimateArea .in_conts .in_box .box{
		display: block;
		padding-left: 10px;
		padding-right: 10px;
	}
	.estimateArea .in_conts .in_box .box .left .in_left p{
		font-size: 14px;
	}
	.estimateAreaPopUp .in_conts{
		width: 80%;
		height: 80%;
		margin: 10%;
	}
}
@media screen and (max-width: 500px){
	.estimateArea .in_conts .in_box .box .left .in_left h2{
		font-size: 20px;
	}
	.estimateArea .in_conts .in_box .box .right .in_right{
		padding: 15px 15px 30px 0px;
	}
	.estimateArea .in_conts .in_box .box .right .in_right .wpcf7 .loops .title{
		font-size: 14px;
		letter-spacing: 0.1em;
		width: 115px;
	}
	.estimateArea .in_conts .in_box .box .right .in_right .wpcf7 .btn{
		padding-left: 15px;
	}
	.estimateAreaPopUp .in_conts{
		width: 96%;
		height: 96%;
		margin: 2%;
	}
}
@media screen and (max-width: 450px){
	.estimateArea .in_conts .in_box .box .left .in_left p{
		text-align: left;
	}
}




/****************************************************************************************************************************
		制作実績
****************************************************************************************************************************/
.worksArea{
	padding: 0px 0 70px;
	position: relative;
}

.worksArea:after{
	content: '';
	width: 30%;
	height: 500px;
	background-color: #fffcf0;
	position: absolute;
	top:auto;
	left: auto;
	right:0;
	bottom:-200px;
	z-index: -1;
}

.worksArea .in_conts{
}

.worksArea .in_conts .contsArea{
	position: relative;
	text-align: left;
}

.worksArea .in_conts .contsArea .textArea{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
	padding: 100px 0;
}

.worksArea .in_conts .contsArea .textArea .box{
	background-color: rgba(255,255,255,1);
	display: inline-block;
	padding: 80px;
	z-index: 5;
}

.worksArea .in_conts .contsArea .textArea .box .headArea{
	margin-bottom: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.worksArea .in_conts .contsArea .textArea .box .headArea .title{
	text-align: left;
}

.worksArea .in_conts .contsArea .textArea .box .headArea .h2Area{
	text-align: left;
	margin: 0 0 0 5px;
}

.worksArea .in_conts .contsArea .textArea .box h3{
	font-size: 25px;
	font-weight: normal;
	letter-spacing: 0.2em;
	line-height: 1.7em;
	margin-bottom: 20px;
}

.worksArea .in_conts .contsArea .textArea .box p{
	line-height: 1.9em;
	color: #333;
}

.worksArea .in_conts .contsArea .textArea .box .btnArea02{
	margin-top: 30px;
	text-align: right;
}

.worksArea .in_conts .contsArea .imgArea{
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 800px;
	height: 100%;
	position: absolute;
	top:0;
	left: 0;
	right:auto;
}

@media screen and (max-width: 1250px){
	.worksArea .in_conts .contsArea .textArea{
		padding-left: 50px;
		padding-right: 50px;
	}
	.worksArea .in_conts .contsArea .textArea .box{
		width: 600px;
	}
}
@media screen and (max-width: 920px){
	.worksArea .in_conts .contsArea .textArea{
		padding-left:20px;
		padding-right:20px;
	}
	.worksArea .in_conts .contsArea .textArea .box{
		width: 400px;
		padding: 50px;
	}
	.worksArea .in_conts .contsArea .imgArea{
		width: 80%;
	}
}
@media screen and (max-width: 640px){
	.worksArea{
		padding-bottom: 30px;
	}
	.worksArea .in_conts .contsArea .textArea{
		padding: 50px 20px;
	}
	.worksArea .in_conts .contsArea .textArea .box{
		padding: 30px;
	}
	.worksArea .in_conts .contsArea .textArea .box .headArea{
		margin-bottom: 15px;
	}
	.worksArea .in_conts .contsArea .textArea .box .btnArea02{
		margin-top: 15px;
	}
	.worksArea .in_conts .contsArea .imgArea{
		width: 90%;
	}
}
@media screen and (max-width: 500px){
	.worksArea .in_conts .contsArea .textArea{
		padding: 50px 10px;
	}
	.worksArea .in_conts .contsArea .textArea .box .headArea{
		display: block;
	}
	.worksArea .in_conts .contsArea .textArea .box .headArea .h2Area{
		margin: 5px 0 0 0;
	}
	.worksArea .in_conts .contsArea .textArea .box{
		width: 80%;
		padding: 20px;
	}
}
@media screen and (max-width: 430px){
	.worksArea .in_conts .contsArea .textArea .box{
		width: 90%;
		padding: 20px;
	}
}






/****************************************************************************************************************************
		よくある質問
****************************************************************************************************************************/
.faqArea{
	position: relative;
	padding: 0px 0 70px;
}

.faqArea .in_conts{
}

.faqArea .in_conts .contsArea{
	position: relative;
}

.faqArea .in_conts .contsArea .boxConts{
	width: 45%;
	padding: 50px 0;
}

.faqArea .in_conts .contsArea .boxConts .headArea{
	margin-bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.faqArea .in_conts .contsArea .boxConts .headArea .title{
	text-align: left;
}

.faqArea .in_conts .contsArea .boxConts .headArea .h2Area{
	text-align: left;
	margin: 0 0 0 5px;
}

.faqArea .in_conts .contsArea .boxConts .faqList{

}

.faqArea .in_conts .contsArea .boxConts .faqList li{

}

.faqArea .in_conts .contsArea .boxConts .faqList li .box{
	margin-top: 30px;
}

.faqArea .in_conts .contsArea .boxConts .faqList li .box .boxList{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.faqArea .in_conts .contsArea .boxConts .faqList li .box .boxList .title{

}

.faqArea .in_conts .contsArea .boxConts .faqList li .box .boxList .flag{
	width: 30px;
	letter-spacing: 0.3em;
	font-weight: bold;
}

.faqArea .in_conts .contsArea .boxConts .faqList li .box .boxList .text{
	flex: 1;
}

.faqArea .in_conts .contsArea .boxConts .faqList li .box .boxList.title{
	font-weight: bold;
}

.faqArea .in_conts .contsArea .boxConts .faqList li .box .boxList.textArea{
	padding-top: 8px;
}

.faqArea .in_conts .contsArea .boxConts .btnArea02{
	padding-top: 30px;
	text-align: right;
}

.faqArea .in_conts .contsArea .imgArea{
	background-repeat: no-repeat;
	background-position: left center;
	background-size: cover;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 50%;
	height: 100%;
	position: absolute;
	top:0;
	left: auto;
	right:0;
	z-index: -1;
}

@media screen and (max-width: 1250px){
	.faqArea .in_conts{
		padding-left: 50px;
		padding-right: 0px;
	}
	.faqArea .in_conts .contsArea .boxConts .faqList li:nth-child(3) .box{
		display: none;
	}
}
@media screen and (max-width: 1000px){
	.faqArea .in_conts{
		padding-left: 30px;
		padding-right: 0px;
	}
}
@media screen and (max-width: 920px){
	.faqArea .in_conts{
		padding-left: 0px;
		padding-right: 0px;
		position: relative;
	}
	.faqArea .in_conts .contsArea{
		display: block;
		padding: 70px 0;
		position: static;
	}
	.faqArea .in_conts .contsArea .boxConts{
		width: 60%;
		background-color: #fff;
		padding: 30px;
	}
}
@media screen and (max-width: 750px){
	.faqArea .in_conts .contsArea{
		padding: 50px 0;
	}
}
@media screen and (max-width: 640px){
	.faqArea{
		position: relative;
		padding: 0px 0 0px;
	}
	.faqArea .in_conts{
		display: block;
	}
	.faqArea .in_conts .contsArea{
		display: block;
		padding: 0px 0;
	}
	.faqArea .in_conts .contsArea .boxConts{
		width: 100%;
		padding: 30px;
	}
	.faqArea .in_conts .contsArea .boxConts .faqList li .box .boxList{
		font-size: 14px;
	}
	.faqArea .in_conts .contsArea .imgArea{
		position: static;
		width: 100%;
		height: 300px;
		background-position: center left;
		background-repeat: no-repeat;
		background-size: cover;
	}
}
@media screen and (max-width: 500px){
	.faqArea .in_conts .contsArea .boxConts .headArea{
		display: block;
	}
	.faqArea .in_conts .contsArea .boxConts .headArea .title{
		text-align: center;
	}
	.faqArea .in_conts .contsArea .boxConts .headArea .h2Area{
		text-align: center;
		margin-left: 0;
		margin-top: 5px;
	}
	.faqArea .in_conts .contsArea .boxConts{
		width: 100%;
		padding: 30px 20px;
	}
	.faqArea .in_conts .contsArea .boxConts .faqList li .box{
		margin-top: 15px;
	}
	.faqArea .in_conts .contsArea .boxConts .btnArea02{
		padding-top: 15px;
	}
}
@media screen and (max-width: 430px){
	.faqArea .in_conts .contsArea .imgArea{
		height: 250px;
	}
}
@media screen and (max-width: 350px){
	.faqArea .in_conts .contsArea .imgArea{
		height: 200px;
	}
}







/****************************************************************************************************************************
		スタッフブログ
****************************************************************************************************************************/
.blogArea{
	padding: 70px 0 70px;
	position: relative;
	background-color: #fffcf0;
}

.blogArea .in_conts{
}

.blogArea .in_conts .contsArea{
}

.blogArea .in_conts .contsArea .blogList{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blogArea .in_conts .contsArea .blogList li{
	width: 23.5%;
	margin: 0 2% 50px 0;
}

.blogArea .in_conts .contsArea .blogList li:nth-child(4n+4){
	margin-right: 0;
}

.blogArea .in_conts .contsArea .blogList li a{
	display: block;
	color: #333;
	background-color: #fff;
}

.blogArea .in_conts .contsArea .blogList li .box{
	padding-bottom: 15px;
}

.blogArea .in_conts .contsArea .blogList li .box .imgArea{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 200px;
}

.blogArea .in_conts .contsArea .blogList li .box .day{
	font-size: 12px;
	letter-spacing: 0.2em;
	color: #888;
	padding: 8px 15px 5px;
}

.blogArea .in_conts .contsArea .blogList li .box h3{
	font-size: 15px;
	font-weight: normal;
	letter-spacing: 0.1em;
	line-height: 1.9em;
	padding: 0px 15px 0px;
	height: 83px;
	overflow: hidden;
}

.blogArea .in_conts .btnArea{
	padding-top: 20px;
}

/* hover ----------------------------------*/
@media screen and (min-width: 921px){
	.blogArea .in_conts .contsArea .blogList li a:hover .box .imgArea{
		opacity: 0.5;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
	}
	.blogArea .in_conts .contsArea .blogList li a:hover .box .day{
		color: #ff447a;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
	}
	.blogArea .in_conts .contsArea .blogList li a:hover .box h3{
		color: #ff447a;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
	}
}
@media screen and (max-width: 920px){
	.blogArea{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.blogArea .in_conts{
		padding-left: 30px;
		padding-right: 30px;
	}
	.blogArea .in_conts .contsArea .blogList li{
		width: 49%;
		margin: 0 2% 50px 0;
	}
	.blogArea .in_conts .contsArea .blogList li:nth-child(4n+4){
		margin-right: 2%;
	}
	.blogArea .in_conts .contsArea .blogList li:nth-child(2n+2){
		margin-right: 0;
	}
	.blogArea .in_conts .btnArea{
		padding-top: 0;
	}
}
@media screen and (max-width: 640px){
	.blogArea{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.blogArea .in_conts{
		padding-left: 0px;
		padding-right: 0px;
	}
	.blogArea .in_conts .contsArea .blogList li{
		margin-bottom: 30px;
	}
	.blogArea .in_conts .contsArea .blogList li .box h3{
		font-size: 13px;
		line-height: 1.7em;
		padding: 0px 10px 0px;
		height: 65px;
	}
}
@media screen and (max-width: 450px){
	.blogArea .in_conts .contsArea .blogList li .box .imgArea{
		height: 170px;
	}
}
@media screen and (max-width: 350px){
	.blogArea .in_conts .contsArea .blogList li .box .imgArea{
		height: 150px;
	}
}
@media screen and (max-width: 320px){
	.blogArea .in_conts .contsArea .blogList li .box .imgArea{
		height: 130px;
	}
}






/****************************************************************************************************************************
		お知らせ
****************************************************************************************************************************/
.newsArea{
	padding: 70px 0;
}

.newsArea .in_conts{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.newsArea .in_conts .left{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 70px;
}

.newsArea .in_conts .left .headArea{
	margin-bottom: 0;
}

.newsArea .in_conts .right{
	flex: 1;
}

.newsArea .in_conts .right .newsList{
	margin-bottom: 20px;
}

.newsArea .in_conts .right .newsList li{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 60px;
}

.newsArea .in_conts .right .newsList li a{
	font-size: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #61d4d3;
	width: 100%;
}

.newsArea .in_conts .right .newsList li .day{
	margin-right: 50px;
	font-size: 15px;
	letter-spacing: 0.3em;
	color: #888;
	line-height: 1.9em;
}

.newsArea .in_conts .right .newsList li h3{
	font-size: 15px;
	flex: 1;
	color: #333;
	font-weight: normal;
	letter-spacing: 0.2em;
	line-height: 1.9em;
	width: 100%;
}

.newsArea .in_conts .right .btnArea02{
	text-align: right;
}

/* hover ----------------------------------*/
@media screen and (min-width: 921px){
	.newsArea .in_conts .right .newsList li a:hover .day{
		color: #ff447a;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
	}
	.newsArea .in_conts .right .newsList li a:hover h3{
		color: #ff447a;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
	}
}

@media screen and (max-width: 1250px){
	.newsArea .in_conts{
		padding-left: 30px;
		padding-right: 30px;
	}
}
@media screen and (max-width: 1000px){
	.newsArea .in_conts .right .newsList li{
		height: auto;
	}
	.newsArea .in_conts .right .newsList li a{
		display: block;
		padding: 10px 0;
	}
	.newsArea .in_conts .right .newsList li .day{
		width: 100%;
		margin: 0;
		line-height: 1.7em;
	}
	.newsArea .in_conts .right .newsList li h3{
		display: block;
		width: 100%;
		line-height: 1.7em;
	}
}
@media screen and (max-width: 920px){
	.newsArea{
		padding: 50px 0;
	}
	.newsArea .in_conts .left{
		margin-right: 50px;
	}
}
@media screen and (max-width: 640px){
	.newsArea{
		padding: 30px 0;
	}
	.newsArea .in_conts{
		display: block;
	}
	.newsArea .in_conts .left{
		margin-right: 0px;
	}
	.newsArea .in_conts .left .headArea{
		padding-top: 0px;
		margin-bottom: 20px;
	}
	.newsArea .in_conts .right .newsList li .day{
		font-size: 14px;
	}
	.newsArea .in_conts .right .newsList li h3{
		font-size: 14px;
	}
}
@media screen and (max-width: 500px){
	.newsArea .in_conts{
		padding-left: 20px;
		padding-right: 20px;
	}
}














/****************************************************************************************************************************

****************************************************************************************************************************/
