@charset "utf-8";
/* common.css */

/*--- body --*/

html {
	height: 100%;
}

body {
	color:#333;
	font-family: "Hiragino Maru Gothic W4 JIS2004", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 500;
	font-size:14px;
	line-height:1.8;
	height: 100%;
	opacity: 0;
}

/* IE7 hack */
*:first-child+html body {
	font-size:small;
}

/* IE6 hack */
*html body {
  font-size:small;
}
/*--- /body --*/


/*--- link ---*/
a:link {
  border:none;
  color:#333;
  text-decoration:none;
}

a:visited {
  border:none;
 	color:#333;
  text-decoration:none;
}

a:active {
  border:none;
  color:#333;
  text-decoration:none;
}

a:hover {
  border:none;
  text-decoration:none;
	outline: none;
}

/*--- /link ---*/

#wrapper{
  position:relative;
  min-height:100%;
	margin:0 auto;
	/*overflow:hidden;*/
}

* html div#wrapper{
  height:100%;
}

.inner{
	width:1000px;
	margin:0 auto;
}

.inner span#te{
	font-size:17px;
	font-weight: bold;
	display:inline;
}

main{
	overflow:hidden;
	display: block;
}

p.lead{
	font-size: 35px;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
}
p.lead span{
	display: inline-block;
	padding-left: 160px;
	position: relative;
}
p.lead span:before{
	content: '';
	position: absolute;
	top: -5px;
	left: 0;
	background: url(../images/logo2.jpg) no-repeat;
	background-size: 150px;
	width: 167px;
	height: 47px;
}

/* ------------------------------------------------------
  btnv
------------------------------------------------------ */

.btn a{
	display: block;
	background-color: #fff;
	border-radius: 35px;
	text-align: center;
	font-weight: bold;
	font-size: 25px;
	height: 70px;
	line-height: 70px;
	transition: 0.3s all;
}
.btn a span{
	display: inline-block;
}
.btn a:hover{
	opacity: 0.8;
}

/*------------------
		header
-------------------*/

header{
	position: relative;
	width: 100%;
	height: 90px;
	background-color: #fff;
	overflow: hidden;
}
header h1{
	float: left;
	margin-top: 29px;
}

header .btnContact{
	position: fixed;
	top: 70px;
	right: 0;
	z-index: 100;
}
header .btnContact a{
	display: block;
	padding: 20px 15px;
	font-size: 18px;
	background-color: #fff;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
	transition: 0.3s all;
}
header .btnContact a:hover{
	color: #fff;
	background-color: #ffae50;
}

header .btnContact a span{
	display: block;
	line-height: 1.2;
	padding-top: 40px;
	width: 1em;
	position: relative;
}
header .btnContact a span:before{
	background: url(../images/icon1.png) no-repeat 50% 0;
	background-size: 29px;
	content: '';
	position: absolute;
	width: 29px;
	height: 29px;
	top: 0;
	left: -5px;
}

/*------------------
		nav
-------------------*/
#nav{
	background-color: #fff;
	overflow: hidden;
	padding-left: 90px;
}
/*#nav.min{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
}*/
#nav nav ul.gnavi{
	margin: 0 auto;
}
#nav nav ul.gnavi li{
	/*display: inline-block;*/
	float: left;
	text-align: center;
}
#nav nav ul.gnavi li a{
	transition: 0.3s all;
	display: block;
	font-size: 14px;
	width: 150px;
	height: 90px;
	line-height: 90px;
	position: relative;
	text-decoration: none;
}
/*#nav.min nav ul.gnavi li a{
	height: 90px;
	line-height: 90px;
}*/
#nav nav ul.gnavi li a:hover,#nav nav ul.gnavi li.current a{
	background-color: #ffae50;
	color: #fff;
}

/*------------------
		mv
-------------------*/
#mv{
	overflow: hidden;
}
#mv img.pc_none{display: none !important;}
.dot-class{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
}
.dot-class li
{
    position: relative;

    display: inline-block;

    width: 14px;
    height: 14px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
	background-color: #fff;
	border-radius: 7px;
}
.dot-class li button
{
	display: none;
}

.dot-class li.slick-active
{
    color: #fd9419;
}

/*------------------
		about
-------------------*/
#about{
	padding: 150px 0 100px;
}
#about p.lead{
	font-size: 28px;
	margin-bottom: 70px;
}
#about ul.circle{
	overflow: hidden;
	width: 749px;
	margin: 0 auto 40px;
}
#about ul.circle li{
	float: left;
	margin-left: 97px;
	position:relative;
}
#about ul.circle li:first-child{
	margin-left: 0px;
}
#about ul.circle li:after{
	content: '';
	background: url(../images/obj2.gif) no-repeat 0 0;
	background-size: 43px;
	width: 43px;
	height: 43px;
	position: absolute;
	top: 0;
	right: -70px;
	margin-top: 70px;
}
#about ul.circle li:last-child:after{ display: none;}

#about ul.circle li p{
	text-align: center;
	height: 2.5em;
	line-height: 2.5em;
	box-sizing: border-box;
	color: #fd9419;
	font-size: 18px;
	font-weight: bold;
	margin-top: 10px;
}
#about ul.circle li p.line2{
	line-height: 1.2;
}
#about ul.circle li:nth-child(1) p.line2{
	line-height: 2.5em;
}
#about ul.circle + p{
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.4;
}
#about ul.circle + p strong{
	display: block;
	font-size: 36px;
	color: #fd9419;
	font-weight: bold;
}

/*------------------
		merit
-------------------*/
#merit{
}
#merit .merit_area_1{
	background-color: #fd9419;
	padding: 80px 0 80px;
	text-align: center;
}
#merit .merit_area_1 p.lead{
	color: #fff;
	margin-bottom: 45px;
}
#merit .merit_area_1 p.lead span{
	padding-left: 220px;
}
#merit .merit_area_1 p.lead span:before{
	content: '';
	position: absolute;
	top: 0px;
	left: 0;
	background: url(../images/logo3.jpg) no-repeat;
	background-size: 215px;
	width: 215px;
	height: 47px;
}
#merit .merit_area_1 ul.notList li{
	display: inline-block;
	width: 390px;
	height: 80px;
	line-height: 80px;
	font-size: 28px;
	background-color: #fff;
	color: #fd9419;
	font-weight: bold;
	text-align: center;
	border-radius: 40px;
	margin-bottom: 25px;
	margin-left: 23px;
}
#merit .merit_area_1 ul.notList li:nth-child(2n+1){margin-left: 0px;}
#merit .merit_area_1 ul.notList li strong{
	font-weight: bold;
	border-bottom: 3px solid #fd9419;
}

#merit .merit_area_2{
	
}
#merit .merit_area_2 li{
	overflow: hidden;
	position: relative;
	z-index: 2;
	padding: 60px 0;
}
#merit .merit_area_2 li:nth-child(even){
	background-color: #f1f3f5;
}

/*#merit .merit_area_2 li:nth-child(4){
	background-color: #f1f3f5;
	padding: 10px 0 75px;
	margin: 10px 0 30px;
	z-index: 1;
}*/

#merit .merit_area_2 li figure{
	margin: 0;
	padding: 0;
	float:left;
	margin-right: 50px;
}
#merit .merit_area_2 li:nth-child(even) figure{
	float: right;
	margin-right: 0px;
	margin-left: 50px;
}
#merit .merit_area_2 li article{
	font-size: 15px;
	overflow: hidden;
	zoom:1;
	display: block;
}

#merit .merit_area_2 li:nth-child(even) article{padding-top: 40px;}
#merit .merit_area_2 li:nth-child(odd) article{padding-top: 40px;}

#merit .merit_area_2 li article p{
	font-size: 30px;
	line-height: 1.4;
	margin-bottom: 30px;
	padding-top: 45px;
	background: url(../images/point1.gif) no-repeat 0 0;
	background-size: 115px;
}
#merit .merit_area_2 li:nth-child(2) article p{
	background: url(../images/point2.gif) no-repeat 0 0;
	background-size: 105px;
}
#merit .merit_area_2 li:nth-child(3) article p{
	background: url(../images/point3.gif) no-repeat 0 0;
	background-size: 115px;
}

#merit .merit_area_2 li:nth-child(4) article p{
	background: url(../images/point4.png) no-repeat 0 0;
	background-size: 115px;
}


/*------------------
		case
-------------------*/
#case .case_area_1{
	background-color: #fd9419;
	padding: 75px 0 0;
}
#case .case_area_1 .inner{
	background-color: #fff;
	box-sizing: border-box;
	padding: 70px 120px;
	text-align: center;
	position: relative;
	z-index: 2;
	border-radius: 5px;
}
#case .case_area_1 h3{
	clear: both;
	text-align: center;
	font-size: 25px;
	font-weight: bold;
	color: #fd9419;
	margin-bottom: 40px;
}



#case .case_area_1 #campaign{
        clear: both;
        font-size: 27px;
        font-weight: bold;
        color: #fd9419;
        margin-bottom: 20px;
        line-height: 80%;
}
#case .case_area_1 #campaign span{
	font-size: small;
}

#case .case_area_1 figure{
	margin: 0;
	padding: 0;
	float:left;
	margin-right: 40px;
	margin-bottom: 50px;
}
#case .case_area_1 article{
	overflow: hidden;
	zoom:1;
	display: block;
	text-align: left;
}
#case .case_area_1 article p{
	font-weight: bold;
	font-size: 23px;
	margin-bottom: 40px;
}
#case .case_area_1 article p small{
	display: block;
	font-size: 18px;
}
#case .case_area_1 ul.logoList{
	overflow: hidden;
	margin-left: -60px;
	margin-bottom: 45px;
}
#case .case_area_1 ul.logoList li{
	display: inline-block;
	margin-left: 50px;
	margin-bottom: 35px;
}
#case .case_area_1 ul.logoList li:first-child{
	margin-left: 0px;
	padding-top: 10px;
}
#case .case_area_1 ul.logoList li:nth-child(4){
}
#case .case_area_1 .pop{
	clear: both;
	padding: 25px 0 30px;
	border: 3px dotted #fd9419;
	border-radius: 10px;
	position: relative;
	margin-bottom: 80px;
	text-align: center;
}
#case .case_area_1 .pop p.lead{
	font-size: 25px;
}
#case .case_area_1 .pop p.lead span{
	padding-left: 171px;
}
#case .case_area_1 .pop p.lead span:before{
	content: '';
	position: absolute;
	top: -3px;
	left: 0;
	background: url(../images/logo.jpg) no-repeat;
	background-size: 166px;
	width: 166px;
	height: 40px;
}
#case .case_area_1 .pop i{
	display: block;
	background: url(../images/pop_arrow.gif) no-repeat 0 0;
	background-size: 54px;
	width: 54px;
	height: 32px;
	position: absolute;
	top: -32px;
	left: 50%;
	margin-left: -27.5px;
}
#case .case_area_1 h4{
	margin: -20px 0 5px;
	font-size: 18px;
	font-weight: bold;
}
#case .case_area_1 h4+p{
	font-size: 15px;
	margin-bottom: 30px;
}
#case .case_area_1 table{
	width: 100%;
	border-top: 1px solid #d2d2d2;
}
#case .case_area_1 th{
	font-weight: bold;
	text-align: right;
	width: 135px;
	padding: 20px 0;
	border-bottom: 1px solid #d2d2d2;
	vertical-align: middle;
	font-size: 15px;
}
#case .case_area_1 tr:nth-of-type(2) th{
	vertical-align: text-top;
}
#case .case_area_1 td{
	padding: 20px 0 20px 50px;
	border-bottom: 1px solid #d2d2d2;
	text-align: left;
}
#case .case_area_1 td strong{
	font-weight: bold;
	font-size: 20px;
}


#case .case_area_1 td h5{
	font-size: 20px;
	font-weight: bold;
	color: #fd9419;
	display: inline;
}

#case .case_area_1 td.no{
	padding: 20px 0;
	overflow: hidden;
}
#case .case_area_1 td p.ttl{
	font-weight: bold;
	text-align: right;
	width: 135px;
	padding: 20px 0;
	font-size: 15px;
	float: left;
	margin-right: 50px;
}
#case .case_area_1 td table{
	border: none;
	width: 570px;
}
#case .case_area_1 td table tr{
	background-color: #f1f3f5;
}
#case .case_area_1 td table tr:nth-child(even){
	background-color: #f8f9fa;
}
#case .case_area_1 td table th{
	text-align: left;
	width: 130px;
	padding:10px 0 10px 20px;
	font-weight: normal;
	border-bottom: 0px;
	border-left: 1px solid #fff;
	font-size: 13px;
	vertical-align: middle !important;
}
#case .case_area_1 td table td{
	padding:10px 0;
	text-align: center;
	border-bottom: 0px;
	border-left: 1px solid #fff;
	font-weight: bold;
	font-size: 20px;
}
#case .case_area_1 td table td span{
	font-size: 13px;
	margin-left: 5px;
	font-weight: normal;
}
#case .case_area_1 td table tr.price td{
	font-weight: normal;
	font-size: 18px;
}
#case .case_area_1 td table tr.price td p{
	font-weight: normal;
	font-size: 15px;
}
#case .case_area_1 td table tr.head th{
	text-align: center;
	font-size: 18px;
	width: auto;
	padding: 20px 0;
	font-weight: bold;
}
#case .case_area_1 p.note{
	text-align: left;
	margin-top: 20px;
}
#case .case_area_2{
	background-color: #f76707;
	padding: 105px 0 75px;
	position: relative;
	z-index: 1;
	margin-top: -30px;
	color: #fff !important;
	text-align: center;
}
#case .case_area_2 p.lead{
	margin-bottom: 45px;
}
#case .case_area_2 p.lead + p{
	font-size: 18px;
}
#case .case_area_2 .btn a{
	width: 400px;
	margin: 50px auto 0;
}
#price{
	padding-top: 80px;
	margin-top: -80px;
}



/*------------------
		btnContact
-------------------*/
#btnContact{
	text-align: center;
	padding: 70px 0 75px;
}
#btnContact .btn a{
	background-color: #fd9419;
	color: #fff;
	width: 505px;
	margin: 35px auto 0;
}

/*------------------
		app
-------------------*/
#app{
	text-align: center;
	padding: 70px 0 75px;
	background: url(../images/app_bg.jpg) no-repeat center center;
	background-size: cover;
}
#app p.lead{
	color: #fff;
	margin-bottom: 30px;
}
#app ul{
	margin: 30px 0 15px;
}
#app li{
	display: inline-block;
}
#app li:first-child{
	margin-right: 18px;
}
#app li a{
	transition: 0.3s all;
}
#app li a:hover{
	opacity: 0.7;
}
#app p.note{
	color: #fff;
	font-size: 13px;
}

/*------------------
		modal
-------------------*/
#overlay{
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.7);
	width: 100%;
	height: 100%;
	z-index: 9998;
	display: none;
}
#modal{
	position: absolute;
	top: 200px;
	left: 50%;
	z-index: 9998;
	width: 1000px;
	margin-left: -500px;
	background-color: #fff;
	padding: 90px 110px 80px;
	box-sizing: border-box;
	display: none;
}
#modal h3{
	clear: both;
	text-align: center;
	font-size: 25px;
	font-weight: bold;
	color: #fd9419;
	margin-bottom: 40px;
}
#modal dt{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 25px;
	background: url(../images/icatch.gif) no-repeat 0 5px;
	background-size: 23px;
	padding-left: 30px;
}
#modal dd{
	margin-bottom: 80px;
}
#modal dd p{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 1em;
}
#modal .btn a{
	background-color: #fd9419;
	width: 250px;
	height: 50px;
	line-height: 50px;
	margin: 0 auto;
	color: #fff;
	font-size: 15px;
	font-weight: normal;
}
#modal .close{
	position: absolute;
	top: 50px;
	right: 50px;
	cursor: pointer;
	transition: 0.3s all;
}
#modal .close:hover{
	opacity: 0.7;
}

/*------------------
		pagetop
-------------------*/
#pagetop{
	position:fixed;
	z-index:1001;
	right:20px;
	bottom:10px;
	/*display:none;*/
	width: 60px;
	height: 60px;
	box-shadow: 8px 8px 8px rgba(0,0,0,0.3);
	/*opacity: 0.8;*/
	display: none;
}
#pagetop.nofix{
	position: absolute;
}
#pagetop a{
	width: 60px;
	height: 60px;
	display: block;
	background: url(../images/btn_top.jpg) no-repeat 0 0;
	transition: 0.7s all;
}
#pagetop a:hover{
	opacity: 0.7;
}


/* ----------------
  footer
------------------- */
footer{
	padding: 35px 0;
	text-align: center;
}
footer li{
	display: inline-block;
}
footer ul.fnavi{
	margin-bottom: 45px;
}
footer ul.fnavi li{
	margin-left: 90px;
}
footer ul.fnavi li:first-child{
	margin-left: 0px;
}
footer ul.fnavi li a{
	transition: 0.3s all;
}
footer ul.fnavi li a:hover{
	color: #fd9419;
}
footer ul.sns{
	margin: 35px 0 15px;
}
footer ul.sns li{
	margin-left: 10px;
}
footer ul.sns li:first-child{
	margin-left: 0px;
}
footer ul.sns li a{
	transition: 0.3s all;
}
footer ul.sns li a:hover{
	opacity: 0.7;
}
footer p.copy{
	font-family: Arial, Helvetica, "sans-serif";
	font-size: 13px;
}

/* text.image */

.clear {clear:both;}
.bold{ font-weight:bold;}

.f10{font-size:10px;}
.f11{font-size:11px;}
.f12{font-size:12px;}
.f13{font-size:13px;}
.f14{font-size:14px;}
.f15{font-size:15px;}
.f16{font-size:16px;}
.f17{font-size:17px;}
.f18{font-size:18px;}
.f20{font-size:20px;}
.f21{font-size:21px;}
.f24{font-size:24px;}

.mt5{margin-top:5px;}
.mt10{margin-top:10px;}
.mt20{margin-top:20px;}
.mt25{margin-top:25px;}
.mt30{margin-top:30px;}
.mt40{margin-top:40px;}
.mt50{margin-top:50px;}
.mt60{margin-top:60px;}
.mt70{margin-top:70px;}
.mt100{margin-top:100px;}

.mb5 {margin-bottom:5px;}
.mb10 {margin-bottom:10px;}
.mb20 {margin-bottom:20px;}
.mb30 {margin-bottom:30px;}
.mb40 {margin-bottom:40px;}
.mb50 {margin-bottom:50px;}
.mb60 {margin-bottom:60px;}
.mb80 {margin-bottom:80px;}
.mb100 {margin-bottom:100px;}

.mr10 {margin-right:10px;}
.mr15 {margin-right:15px;}
.mr20 {margin-right:20px;}
.mr30 {margin-right:30px;}
.mr35 {margin-right:35px;}
.mr40 {margin-right:40px;}
.mr60 {margin-right:60px;}

.ml5{margin-left:5px;}
.ml10{margin-left:10px;}
.ml20{margin-left:20px;}
.ml30{margin-left:30px;}
.ml40{margin-left:40px;}
.ml45{margin-left:45px;}
.ml50{margin-left:50px;}
.ml3p{margin-left:3%;}

.pt5{padding-top:5px;}
.pt10{padding-top:10px;}
.pt20{padding-top:20px;}
.pt30{padding-top:30px;}
.pt40{padding-top:40px;}
.pt60{padding-top:60px;}
.pt70{padding-top:70px;}
.pt10_pc{ padding-top:10px;}

.pb10{padding-bottom:10px;}
.pb15{padding-bottom:15px;}
.pb20{padding-bottom:20px;}
.pb30{padding-bottom:30px;}
.pb40{padding-bottom:40px;}
.pb80{padding-bottom:80px;}

.pl5{padding-left:5px;}
.pl20{padding-left:20px;}
.pl50{padding-left:50px;}
.pl100{padding-left:100px;}
.pr50{padding-right:50px;}

.disnon {display:none;}

.center {text-align:center;}
.alignL{text-align:left;}
.alignR{text-align:right;}

.bold{font-weight:bold;}
.super{ vertical-align: super;}

.pc_none{ display:none;}
.sp_none{ display:inline-block;}
.pc_br{ display:inline-block;}
.sp_br{ display:none;}

.note{font-size: 13px;}
.block{ position: relative;}

.picW{
	width: 1000px;
	margin: 0 auto;
}
.red{color:#FF0004;}
.landScape{ display: none;}
.nowrap{white-space: nowrap;}

@media only screen and (min-width: 0px) and (max-width: 769px){
	main img,header img,footer img{ width:100%; height:auto;}
	/*h2 img{ width: auto;}*/
	.sp_br{ display:inline-block;}
	.pc_br{ display:none;}
	.pc_none{ display:inline-block;}
	.sp_none{display:none;}

	.inner{
		width:90%;
		margin:0 auto;
		position:static;
	}
	main{
		overflow:hidden;
	}
	
	p.lead{
		font-size: 22px;
		font-weight: bold;
		text-align: center;
		line-height: 1.6;
	}
	p.lead span{
		display: inline-block;
		padding-left: 130px;
		position: relative;
	}
	p.lead span:before{
		content: '';
		position: absolute;
		top: 0px;
		left: 0;
		background: url(../images/logo2.jpg) no-repeat;
		background-size: 120px;
		width: 120px;
		height: 40px;
	}

	/* ------------------------------------------------------
		btnv
	------------------------------------------------------ */

	.btn a{
		display: block;
		background-color: #fff;
		border-radius: 35px;
		text-align: center;
		font-weight: bold;
		font-size: 15px;
		height: 50px;
		line-height: 50px;
		transition: 0.3s all;
	}
	.btn a span{
		display: inline-block;
	}
	.btn a:hover{
		opacity: 0.8;
	}

	/*------------------
			header
	-------------------*/

	header{
		position: relative;
		width: 100%;
		height: 50px;
		background-color: #fff;
		overflow: visible;
	}
	header h1{
		float: none;
		margin-top: 17px;
		width: 140px;
		margin-left: 0;
	}

	header .btnContact{
		position: fixed;
		top: 70px;
		right: 0;
		z-index: 100;
	}
	header .btnContact a{
		display: block;
		padding: 15px 10px;
		font-size: 16px;
		background-color: #fff;
		border-top-left-radius: 5px;
		border-bottom-left-radius: 5px;
		box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
		transition: 0.3s all;
	}
	header .btnContact a:hover{
		color: #fff;
		background-color: #ffae50;
	}

	header .btnContact a span{
		display: block;
		line-height: 1.2;
		padding-top: 40px;
		width: 1em;
		position: relative;
	}
	header .btnContact a span:before{
		background: url(../images/icon1.png) no-repeat 50% 0;
		background-size: 29px;
		content: '';
		position: absolute;
		width: 29px;
		height: 29px;
		top: 0;
		left: -5px;
	}
	header #menu{
		width:30px;
		height:30px;
		box-sizing:border-box;
		padding:11px 0 0 8px;
		position:absolute;
		right:30px;
		top:-5px;
		z-index:9997;
		transition: all .4s;
		display: block;
	}
	.menu-trigger,
	.menu-trigger span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
	}
	.menu-trigger {
		position: relative;
		width: 30px;
		height: 18px;

	}
	.menu-trigger span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 2px;
		background-color: #fd9419;
	}
	.menu-trigger.active span {
	}
	.menu-trigger span:nth-of-type(1) {
		top: 0;
	}
	.menu-trigger span:nth-of-type(2) {
		top: 8px;
	}
	.menu-trigger span:nth-of-type(3) {
		bottom: 0;
	}
	.menu-trigger.active span:nth-of-type(1) {
		-webkit-transform: translateY(8px) rotate(-45deg);
		transform: translateY(8px) rotate(-45deg);
	}
	.menu-trigger.active span:nth-of-type(2) {
		opacity: 0;
	}
	.menu-trigger.active span:nth-of-type(3) {
		-webkit-transform: translateY(-8px) rotate(45deg);
		transform: translateY(-8px) rotate(45deg);
	}

	/*------------------
			nav
	-------------------*/
	#nav{
		background-color: #fff;
		overflow: hidden;
		padding-left: 0px;
	}
	/*#nav.min{
		position: fixed;
		top: 0;
		left: 0;
		z-index: 999;
		width: 100%;
	}*/
	#nav nav{
		position: absolute;
		top: 50px;
		left: 0;
		width: 100%;
		z-index:9;
		background-color: #ffae50;
		box-shadow: 0px 5px 5px rgba(0,0,0,0.05);
		display: none;
	}
	#nav nav ul.gnavi{
		margin: 0 auto;
	}
	#nav nav ul.gnavi li{
		/*display: inline-block;*/
		float: none;
		text-align: center;
		border-bottom: 1px solid #ffc683;
	}
	#nav nav ul.gnavi li a{
		transition: 0.3s all;
		display: block;
		font-size: 14px;
		width: 100%;
		height: 50px;
		line-height: 50px;
		position: relative;
		text-decoration: none;
		color: #fff;
	}
	/*#nav.min nav ul.gnavi li a{
		height: 90px;
		line-height: 90px;
	}*/
	#nav nav ul.gnavi li a:hover,#nav nav ul.gnavi li.current a{
		background-color: #ffae50;
		color: #fff;
	}

	/*------------------
			mv
	-------------------*/
	#mv img.pc_none{display: block !important;}
	#mv img.sp_none{display: none !important;}

	/*------------------
			about
	-------------------*/
	#about{
		padding: 75px 0 50px;
	}
	#about p.lead{
		margin-bottom: 35px;
		font-size: 24px;
	}
	#about ul.circle{
		overflow: hidden;
		width: 100%;
		margin: 0 auto 20px;
	}
	#about ul.circle li{
		float: left;
		width: 27%;
		padding-right: 9%;
		margin-left: 0;
		position:relative;
	}
	#about ul.circle li:first-child{
		margin-left: 0px;
	}
	#about ul.circle li:last-child{
		padding-right: 0%;
	}
	#about ul.circle li:after{
		content: '';
		background: url(../images/obj2.gif) no-repeat 0 0;
		background-size: 20px;
		width: 20px;
		height: 20px;
		position: absolute;
		top: 0;
		right:7%;
		margin-top: 34%;
	}
	#about ul.circle li:last-child:after{ display: none;}

	#about ul.circle li p{
		text-align: center;
		height: 2.5em;
		line-height: 2.5em;
		box-sizing: border-box;
		color: #fd9419;
		font-size: 14px;
		font-weight: bold;
		margin-top: 10px;
	}
	#about ul.circle li p.line2{
		line-height: 1.2;
	}
	#about ul.circle li:nth-child(1) p.line2{
		line-height: 1.2;
	}
	#about ul.circle + p{
		text-align: center;
		font-size: 16px;
		font-weight: bold;
		line-height: 1.4;
	}
	#about ul.circle + p strong{
		display: block;
		font-size: 20px;
		color: #fd9419;
		font-weight: bold;
		margin-top: 10px;
	}

	/*------------------
			merit
	-------------------*/
	#merit{
	}
	#merit .merit_area_1{
		background-color: #fd9419;
		padding: 50px 0 50px;
		text-align: center;
		overflow: hidden;
	}
	#merit .merit_area_1 p.lead{
		color: #fff;
		margin-bottom: 25px;
	}
	#merit .merit_area_1 p.lead span{
		padding-left: 150px;
	}
	#merit .merit_area_1 p.lead span:before{
		content: '';
		position: absolute;
		top: 2px;
		left: 0;
		background: url(../images/logo3.jpg) no-repeat;
		background-size: 140px;
		width: 140px;
		height: 40px;
	}
	#merit .merit_area_1 ul.notList{
		max-width: 400px;
		margin: 0 auto;
	}
	#merit .merit_area_1 ul.notList li{
		display: block;
		float: left;
		width: 48%;
		height: auto;
		line-height: 1.4;
		font-size: 18px;
		background-color: #fff;
		color: #fd9419;
		font-weight: bold;
		text-align: center;
		border-radius: 100px;
		margin-bottom: 3%;
		margin-left: 3%;
		padding: 10px 10px;
		box-sizing: border-box;
	}
	@media only screen and (min-width: 0px) and (max-width: 400px){
		#merit .merit_area_1 ul.notList li{
			font-size: 4vw;
		}
	}
	#merit .merit_area_1 ul.notList li:nth-child(2n+1){margin-left: 0px;}
	#merit .merit_area_1 ul.notList li strong{
		font-weight: bold;
		border-bottom: 2px solid #fd9419;
	}

	#merit .merit_area_2 li:nth-child(odd){
		margin-top: 20px;
	}

	#merit .merit_area_2 li{
		overflow: hidden;
		position: relative;
		z-index: 2;
		padding: 0;
	}
	#merit .merit_area_2 li:nth-child(even){
		background-color: #f1f3f5;
		padding: 25px 0 25px;
		margin-top: 25px;
		z-index: 1;
	}
	#merit .merit_area_2 li figure{
		margin: 0;
		padding: 0;
		float:none;
		margin-right: 0;
	}
	#merit .merit_area_2 li:nth-child(even) figure{
		float: none;
		margin-right: 0px;
		margin-left: 0px;
	}
	#merit .merit_area_2 li article{
		font-size: 15px;
		overflow: hidden;
		zoom:1;
		padding-top: 20px !important;
		display: block;
	}

	#merit .merit_area_2 li article p{
		font-size: 20px;
		font-weight: bold;
		line-height: 1.4;
		margin-bottom: 10px;
		padding-top: 25px;
		background: url(../images/point1.gif) no-repeat 0 0;
		background-size: 80px;
	}
	#merit .merit_area_2 li:nth-child(2) article p{
		background: url(../images/point2.gif) no-repeat 0 0;
		background-size: 80px;
	}
	#merit .merit_area_2 li:nth-child(3) article p{
		background: url(../images/point3.gif) no-repeat 0 0;
		background-size: 80px;
	}
	#merit .merit_area_2 li:nth-child(4) article p{
		background: url(../images/point4.png) no-repeat 0 0;
		background-size: 80px;
	}	
	

	/*------------------
			case
	-------------------*/
	#case .case_area_1{
		padding: 50px 0 0;
	}
	#case .case_area_1 .inner{
		padding: 35px 5%;
	}
	#case .case_area_1 h3{
		clear: both;
		font-size: 20px;
		margin-bottom: 20px;
	}
	#case .case_area_1 figure{
		margin: 0;
		padding: 0;
		float:none;
		margin-right: 0px;
		margin-bottom: 20px;
	}
	#case .case_area_1 article{
		overflow: hidden;
		zoom:1;
		display: block;
		text-align: left;
		margin-bottom: 30px;
	}
	#case .case_area_1 article p{
		font-weight: bold;
		font-size: 18px;
		margin-bottom: 20px;
	}
	#case .case_area_1 article p small{
		display: block;
		font-size: 15px;
	}
	#case .case_area_1 ul.logoList{
		overflow: hidden;
		margin-left: 0px;
		width: 240px;
		margin: 0 auto 30px;
	}
	#case .case_area_1 ul.logoList li{
		display: block;
		float: left;
		margin-left: 0px;
		margin-bottom: 10px;
	}
	#case .case_area_1 ul.logoList li:nth-child(2n+1){clear: both;}
	#case .case_area_1 ul.logoList li:nth-child(1){width: 160px;}
	#case .case_area_1 ul.logoList li:nth-child(2){width: 80px;}
	#case .case_area_1 ul.logoList li:nth-child(3){width: 95px;}
	#case .case_area_1 ul.logoList li:nth-child(4){width: 145px;}
	#case .case_area_1 ul.logoList li:nth-child(5){width: 115px;}
	#case .case_area_1 ul.logoList li:nth-child(6){width: 125px;}
	#case .case_area_1 ul.logoList li:first-child{
		margin-left: 0px;
		padding-top: 0px;
	}
	#case .case_area_1 ul.logoList li:nth-child(4){
	}
	#case .case_area_1 .pop{
		padding: 20px 10px 15px;
		border: 2px dotted #fd9419;
		border-radius: 10px;
		position: relative;
		margin-bottom: 40px;
	}
	#case .case_area_1 .pop p.lead{
		font-size: 16px;
	}
	#case .case_area_1 .pop p.lead span{
		padding-left: 150px;
	}
	#case .case_area_1 .pop p.lead span:before{
		content: '';
		position: absolute;
		top: -5px;
		left: 0;
		background: url(../images/logo.jpg) no-repeat;
		background-size: 140px;
		width: 140px;
		height: 40px;
	}
	#case .case_area_1 .pop i{
		display: block;
		background: url(../images/pop_arrow.gif) no-repeat 0 0;
		background-size: 40px;
		width: 40px;
		height: 25px;
		position: absolute;
		top: -23px;
		left: 50%;
		margin-left: -20px;
	}
	#case .case_area_1 h4{
		margin: -10px 0 5px;
		font-size: 16px;
		font-weight: bold;
	}
	#case .case_area_1 h4+p{
		font-size: 14px;
		margin-bottom: 20px;
	}
	#case .case_area_1 table{
		width: 100%;
		border-top: 1px solid #d2d2d2;
	}
	#case .case_area_1 th{
		font-weight: bold;
		text-align: right;
		width: 5em;
		padding: 10px 0;
		border-bottom: 1px solid #d2d2d2;
		vertical-align: middle;
		font-size: 14px;
		box-sizing: border-box;
	}
	#case .case_area_1 tr:nth-of-type(2) th{
		vertical-align: text-top;
	}
	#case .case_area_1 td{
		padding: 10px 0 10px 25px;
		border-bottom: 1px solid #d2d2d2;
		text-align: left;
	}
	#case .case_area_1 td strong{
		font-weight: bold;
		font-size: 16px;
	}
	#case .case_area_1 td.no{
		padding: 20px 0;
		overflow: hidden;
	}
	#case .case_area_1 td p.ttl{
		font-weight: bold;
		text-align: left;
		width: 100%;
		padding: 0px 0 10px;
		font-size: 14px;
		float: none;
		margin-right: 0px;
	}
	#case .case_area_1 td table{
		border: none;
		width: 100%;
	}
	#case .case_area_1 td table tr{
		background-color: #f1f3f5;
	}
	#case .case_area_1 td table tr:nth-child(even){
		background-color: #f8f9fa;
	}
	#case .case_area_1 td table th{
		text-align: left;
		width: 6em;
		padding:5px 5px;
		font-weight: normal;
		border-bottom: 0px;
		border-left: 1px solid #fff;
		font-size: 12px;
		vertical-align: middle !important;
	}
	#case .case_area_1 td table td{
		padding:5px 5px;
		text-align: center;
		border-bottom: 0px;
		border-left: 1px solid #fff;
		font-weight: bold;
		font-size: 16px;
	}
	#case .case_area_1 td table td span{
		font-size: 12px;
		margin-left: 5px;
		font-weight: normal;
	}
	#case .case_area_1 td table tr.price td{
		font-weight: normal;
		font-size: 15px;
	}
	#case .case_area_1 td table tr.head th{
		text-align: center;
		font-size: 14px;
		width: auto;
		padding: 10px 5px;
		font-weight: bold;
		white-space: nowrap;
	}
	#case .case_area_1 p.note{
		text-align: left;
		margin-top: 15px;
		line-height: 1.4;
		font-size: 12px;
	}
	#case .case_area_2{
		background-color: #f76707;
		padding: 65px 0 35px;
		position: relative;
		z-index: 1;
		margin-top: -30px;
		color: #fff !important;
		text-align: center;
	}
	#case .case_area_2 p.lead{
		margin-bottom: 25px;
	}
	#case .case_area_2 p.lead + p{
		font-size: 16px;
		text-align: left;
	}
	#case .case_area_2 .btn a{
		width: 260px;
		margin: 30px auto 0;
	}
	#price{
		padding-top: 40px;
		margin-top: -40px;
	}
	
	/*------------------
			btnContact
	-------------------*/
	#btnContact{
		text-align: center;
		padding: 45px 0 40px;
	}
	#btnContact img{
		width: 50%;
		margin: 0 auto;
	}
	#btnContact .btn a{
		background-color: #fd9419;
		color: #fff;
		width: 300px;
		margin: 25px auto 0;
	}

	/*------------------
			app
	-------------------*/
	#app{
		text-align: center;
		padding: 40px 0 45px;
		background: url(../images/app_bg.jpg) no-repeat center center;
		background-size: cover;
	}
	#app p.lead{
		color: #fff;
		margin-bottom: 30px;
	}
	#app img.qr{
		width: 106px;
	}
	#app ul{
		margin: 30px 0 15px;
	}
	#app li{
		display: inline-block;
		width: 46%;
		max-width: 200px;
	}
	#app li:first-child{
		margin-right: 18px;
	}
	#app li a{
		transition: 0.3s all;
	}
	#app li a:hover{
		opacity: 0.7;
	}
	#app p.note{
		color: #fff;
		font-size: 12px;
	}

	/*------------------
			modal
	-------------------*/
	#overlay{
		position: fixed;
		top: 0;
		left: 0;
		background-color: rgba(0,0,0,0.7);
		width: 100%;
		height: 100%;
		z-index: 9998;
		display: none;
	}
	#modal{
		position: absolute;
		top: 0;
		left: 4%;
		z-index: 9998;
		width: 92%;
		margin-left:0;
		background-color: #fff;
		padding: 30px 5% 25px;
		box-sizing: border-box;
		display: none;
	}
	#modal h3{
		clear: both;
		text-align: center;
		font-size: 20px;
		font-weight: bold;
		color: #fd9419;
		margin-bottom: 20px;
	}
	#modal dt{
		font-size: 18px;
		font-weight: bold;
		margin-bottom: 15px;
		background: url(../images/icatch.gif) no-repeat 0 3px;
		background-size: 18px;
		padding-left: 25px;
		line-height: 1.4;
	}
	#modal dd{
		margin-bottom: 40px;
	}
	#modal dd p{
		font-size: 16px;
	}
	#modal .btn a{
		background-color: #fd9419;
		width: 200px;
		height: 30px;
		line-height: 30px;
		margin: 0 auto;
		color: #fff;
		font-size: 14px;
		font-weight: normal;
	}
	#modal .close{
		position: absolute;
		top: 20px;
		right: 20px;
		width: 25px;
	}

	/* ----------------
		footer
	------------------- */
	footer{
		padding: 30px 0;
		text-align: center;
	}
	footer li{
		display: inline-block;
	}
	footer ul.fnavi{
		margin-bottom: 20px;
		width: 23em;
		margin: 0 auto 20px;
	}
	footer ul.fnavi li{
		margin-left: 15px;
		margin-bottom: 10px;
	}
	footer ul.fnavi li:first-child{
		margin-left: 0px;
	}
	footer h2{
		width: 120px;
		margin: 0 auto;
	}
	footer ul.sns{
		margin: 35px 0 15px;
	}
	footer ul.sns li{
		margin-left: 10px;
		width: 25px;
	}
	footer ul.sns li:first-child{
		margin-left: 0px;
	}
	footer ul.sns li a{
		transition: 0.3s all;
	}
	footer ul.sns li a:hover{
		opacity: 0.7;
	}
	footer p.copy{
		font-family: Arial, Helvetica, "sans-serif";
		font-size: 13px;
	}
}
	font-weight: bold;
