@charset "utf-8";
/* CSS Document */

html{
	font-size: 62.5%;
	background-color: #fff;
}
body{
	margin: 0;
	padding: 0;
	font: 1.7rem/2 "遊ゴシック体", "Noto Sans Japanese", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro" ;
	letter-spacing: 0.1em;
	color: #333;
	font-family:Yu Gothic,YuGothic,Hiragino Kaku Gothic ProN,Meiryo,Helvetica,Arial,sans-serif;
	font-weight: 500;
	line-height: 1.8em;
}

a{
	color:#333;
	text-decoration: none;
}
a img:hover{
	filter:alpha(opacity=70);
	opacity:0.7;
}

header{
	width: 100%;
	height:100px;
	position: fixed;
	top:0;
	z-index: 1000;
	background-color: #fff;
}
header > .wrap_header{
	width: 95%;
	max-width:1450px;
	margin: 0 auto;
	clear: both;
	overflow: hidden;
}
header > .wrap_header > .logo{
	float: left;
	margin: 30px 0 0;
	padding: 0;
	font-size: 100%;
}
header > .wrap_header > .logo img{
	width:100%;
}
header > .wrap_header > .wrap_menu{
	float: right;
	height:100px;
    font-size: 100%;
}
header > .wrap_header > .wrap_menu > ul{
	list-style: none;
	clear: both;
    overflow: hidden;
    padding: 0;
    margin: 32px 0;
    float: left;
}
header > .wrap_header > .wrap_menu > ul > li{
	float: left;
	margin: 0 10px 0 0;
	padding: 0 5px;
	cursor: pointer;
}
header > .wrap_header > .wrap_menu > ul > .active{
	border-bottom: 2px solid #00b4a5;
}
header > .wrap_header > .wrap_menu > ul > .active{
	border-bottom: 2px solid #00b4a5;
}
header > .wrap_header .companyLogo{
	float: left;
	margin: 33px 20px 0 0;
}
header > .wrap_header > .wrap_menu > .fb{
	float: right;
	margin: 27px 0px 0 0;
}
header > .wrap_header > .wrap_menu > .contact{
	float: right;
	margin: 20px 10px 0 0;
}
header > .spMenu{
	display:none;
}
@media (max-width: 1445px) {
	header > .wrap_header > .wrap_menu{
		display: none;
	}
	header > .spMenu{
		display:block;
		position: fixed;
    	width: 100%;
    	top: 0;
    	margin: 0;
	}
	header > .max_h{
		height: 100%;
	}
	header > .spMenu > .menu_sp{
		float: right;
		width: 35px;
    	height: 100px;
    	line-height: 100px;
    	margin: 0 10px 0 0;
    	cursor: pointer;
	}
	header > .spMenu > .menu_sp img{
		width: 100%;
	}
	header > .spMenu dd{
		background-color: #fff;
		width: 100%;
    	margin: 0 0 0 0;
	}
	header > .spMenu .wrap_spMenu{
		width: 90%;
    	margin: 20px auto 100px;
	}
	header > .spMenu dd a{
		display: block;
    	color: #00b4a5;
    	font-size: 130%;
	    padding: 8px 0;
	    width: 240px;
    	margin: 0 auto;
	}
	header > .spMenu dd .wrap_spMenu .contact{
		text-align: center;
		width: 240px;
    	margin: 20px auto 10px;
	}
	header > .spMenu dd .wrap_spMenu .contact img{
		width: 100%;
    	max-width: 400px;
	}
	header > .spMenu dd .wrap_spMenu .tel{
		text-align: center;
		width: 240px;
    	margin: 0 auto;
	}
	header > .spMenu dd .wrap_spMenu .tel img{
		width: 100%;
    	max-width: 400px;
	}
	header > .spMenu dd .wrap_spMenu .fb{
		text-align: center;
	}
	.spMenu #open_contents{
		display: none;
	    margin: 100px 0 0 0;
	    height: 100%;
	}
	.spMenu > .menu_sp > .img{
		width: 35px;
	    height: 32px;
	    position: absolute;
	    right: 20px;
	    top:30px;
	    background-image: url(../image/menuButton_sp.png);
	    background-size: cover;
	}
	.spMenu > .active > .img{
		background-image: url(../image/menuButton_sp_a.png);
	}
}

/*--contents--*/
article{
	margin:100px 0 0 0;
	z-index: 100;
	position: relative;
}

article #main_visual{
	background-color: #ddd;
	position: relative;
}
#main_visual .wrap{
	position: absolute;
	width:600px;
	height:300px;
	top:0;
	bottom: 0;
	left:0;
	right:0;
	margin: auto;
	text-align: center;
	z-index: 10;
}
#main_visual .movie_sp{
	display: none;
}
#main_visual .wrap > .main_lead{
	color: #fff;
	font-size: 220%;
    letter-spacing: 0.3em;
    margin: 0 0 20px 0;
}
#main_visual .wrap > .main_lead > .main_bold{
	color: #00b4a5;
}
#main_visual .wrap > .movie_play{
	cursor: pointer;
}
#main_visual .movie_bk{
	position: absolute;
	background-color: rgba(0,0,0, 0.6);
	top:0;
}
.popup_movie{
	display:none;
	width:100%;
	height:100%;
	position: fixed;
	top:0;
	bottom:0;
	left:0;
	right: 0;
	margin: auto;
    z-index: 1000;
}
.popup_movie iframe{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right: 0;
	margin: auto;
}
.popup_movie .popup_bk{
	background-color: rgba(0,0,0, 0.8);
	width: 100%;
    height: 100%;
}
.popup_movie .popup_close{
	position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}
.popup_voice{
	display:none;
	width:100%;
	height:100%;
	position: fixed;
	top:0;
	bottom:0;
	left:0;
	right: 0;
	margin: auto;
    z-index: 1000;
}
.popup_voice .popimg_box{
	position: absolute;
	text-align: center;
	width: 100%;
    height: 100%;
}
.popup_voice .popimg_box .popimg{
	position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 90%;
    max-width:720px;
}
.popup_voice .popup_bk{
	background-color: rgba(0,0,0, 0.8);
	width: 100%;
    height: 100%;
}
.popup_voice .popup_close{
	position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.popup_faq{
	display:none;
	width:100%;
	height:100%;
	position: fixed;
	top:0;
	bottom:0;
	left:0;
	right: 0;
	margin: auto;
    z-index: 1000;
}
.popup_faq .popimg_box{
	position: absolute;
	text-align: center;
	width: 100%;
    height: 100%;
}
.popup_faq .popimg_box .popimg_faq{
	position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /*width: 90%;*/
    max-width:90%;
    max-height: 90%;
}
.popup_faq .popup_bk{
	background-color: rgba(0,0,0, 0.8);
	width: 100%;
    height: 100%;
}
.popup_faq .popup_close{
	position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

article{
	background-color: #fff;
}
article #lead{
	background-color:#fff;
	text-align: center;
    padding: 65px 0 0 0;
    margin: 0 0 150px 0;
    font-size: 130%;
    line-height: 2em;
}
#lead p{
	margin: 0 0 50px 0;
}
#lead .lead_point{
	font-size: 110%;
	margin: 0 4px;
	background-color: #bae8e4;
	font-weight: bold;
}

article h2{
	margin: 0;
	text-align: center;
}
article section .contents > .comment{
	margin: 20px 0;
	font-size: 120%;
	text-align: center;
}

article #cace,#customers_voice,#price_plan,#area,#faq,#company{
	text-align: center;
	position: relative;
	padding-top: 125px;
    margin-top: -125px;
}
article #cace h2{
	position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
	top: 101px;/*24*/
}
article #cace .contents{
	background-color: #ebebeb;
    padding: 50px 0 0 0;
}
#cace .contents > .wrap_slide{
	height: 400px;
	clear: both;
	overflow: hidden;
	position: relative;
}
#cace .bxslider > li > .photo > img{
	height: 315px;
	width: 640px
}

article #characteristic{
	text-align: center;
	margin: 100px 0 0 0;
	padding-top: 125px;
    margin-top: -25px;
}
article #characteristic .contents{
	margin: 50px 0 60px;
}
.col3_wrap{
	width: 1100px;
	margin: 50px auto 0;
	clear: both;
	overflow: hidden;
}
.col3_wrap > .box{
	width: 315px;
	float: left;
	margin: 0 77px 0 0;
	text-align: left;
}
.col3_wrap > .box:nth-child(3){
	margin: 0;
}
.col3_wrap > .box > .no{
	
}
.col3_wrap > .box > .image{
	
}
.col3_wrap > .box > .text{
	font-size: 110%;
    margin: 10px 0 0 0;
}

article #customers_voice{
	margin: 0 0 80px 0;
}
article #customers_voice h2{
	position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 101px;
}
article #customers_voice .contents{
	background-color: #ebebeb;
    padding: 50px 0 0 0;
}
#customers_voice .contents > .wrap_slide{
	height: 400px;
}

article #price_plan{
	margin: 0 0 80px 0;
	padding-top: 125px;
    margin-top: -25px;
}
article #price_plan h2{
	position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 101px;
}
article #price_plan .contents{
	background-color: #ebebeb;
    padding: 100px 0 50px;
	width: 1200px;
    margin: 0 auto;
}
#price_plan dl{
	width: 1100px;
	margin: 0 auto;
	position: relative;
}
#price_plan dl > dt > .menuBar{
	height: 30px;
    padding: 10px 10px 5px;
    line-height: 28px;
	/*background-image:url(../image/icon_pulldown.png);
	background-size:20px 12px;
	background-position:98% 50%;
	background-repeat:no-repeat;*/
	background-color: #00b4a5;
	border-bottom: 1px solid #fff;
	color: #fff;
	font-size: 120%;
    letter-spacing: 0.2em;
}
#price_plan dl > dt .menuIcon{
	background-image:url(../image/icon_pulldown.png);
	background-size:20px 12px;
	background-position:99% 50%;
	background-repeat:no-repeat;
	position: absolute;
	top:0px;
	width: 100%;
	height: 46px;
	text-align: right;
	box-sizing: border-box;
	width: 100%;
    height: 46px;
}
#price_plan dl > dt .open{
	background-image:url(../image/icon_pulldown_a.png);
}

#price_plan dl > dt .menuIcon > img{
	width: 100%;
	height: 100%;
}
#price_plan .accordionActive + dd{
	border-bottom:2px solid #fff;
}
#price_plan dl > dd{
	margin:0;
	width: 100%;
	padding:0px;
	margin:0 auto;
	box-sizing:border-box;
	text-align: left;
	background-color: #fff;
}
#price_plan dl > dd .plan_dl{
	width:100%;
	margin:0 auto;
	clear: both;
	overflow: hidden;
}
#price_plan dl > dd .plan_dt{
	width: 240px;
	float: left;
	box-sizing: border-box;
    padding: 20px 0px 20px 40px;
    position: relative;
}
#price_plan dl > dd .plan_dt::before{
	position: absolute;
	content: "";
	top: 50%;
	left: 25px;
	width: 10px;
	height: 10px;
	margin-top: -5px;
	background: url("../image/list_mark.png") top left no-repeat;
	background-size: 10px 10px;
}
#price_plan dl > dd .plan_dd{
	width: 859px;
	border-left: 1px solid #ededed;
	float: left;
	box-sizing: border-box;
    padding: 20px;
}
#price_plan .detail{
	padding: 50px;
}


#price_plan .comment{
	width:1100px;
	margin: 40px auto 0;
    text-align: left;
    font-size: 110%;
}

article #area{
	margin: 0 0 80px 0;
}
article #area h2{
	position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 101px;
}
article #area .contents{
	background-color: #ebebeb;
    padding: 80px 0 150px 0;
}
#area .wrap_menu{
	width: 1100px;
	margin: 0 auto;
	clear: both;
	overflow: hidden;
}
#area .wrap_menu > .button{
	background-color: #fff;
	width: 148px;
	height: 50px;
	float: left;
	margin: 0 10px 0 0;
	line-height: 50px;
}
#area .wrap_menu > .active{
	background-color: #00b4a5;
	color: #fff;
}
#area .wrap_menu > .button:last-child{
	margin: 0;
}
#area .box_area_contents{
	width: 1100px;
	margin: 0 auto;
}
#area .box_hokkaido{
	display: none;
}
#area .box_tohoku{
	display: none;
}
#area .box_kanto{
	display: none;
}
#area .box_tokai{
	display: none;
}
#area .box_hokuriku{
	display: none;
}
#area .box_kinki{
	/*display: none;*/
}
#area .box_kyushu{
	display: none;
}

#area .box_area_contents h3{
	border-top: 2px solid #00b4a5;
	border-bottom: 2px solid #00b4a5;
	margin: 30px 0;
	font-size: 140%;
    padding: 10px;
}
#area .wrap_person{
	clear: both;
	overflow: hidden;
}
#area .wrap_person > .box{
	width: 240px;
	float: left;
	margin: 0 45px 0 0;
}
#area .wrap_person > .box:last-child{
	margin: 0;
}
#area .wrap_person > .box > .photo{
	
}
#area .wrap_person > .box > .position{
	font-size: 80%;
    letter-spacing: 0.01em;
}
#area .wrap_person > .box > .name{
	font-size: 140%;
    margin: 0 0 10px 0;
}
#area .wrap_person > .box > .icon{
	
}
#area .wrap_person > .box > .prof{
	text-align: left;
	background-color: #fff;
    padding: 10px 15px 0; 
    height:380px;
    border-top: 2px solid #00b4a5;
	border-bottom: 2px solid #00b4a5;
}

article #faq{
	margin: 0 0 80px 0;
}
article #faq h2{
	position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 101px;
}
article #faq .contents{
	background-color: #ebebeb;
    padding: 100px 0 50px;
	width: 1200px;
    margin: 0 auto;
}
article #faq .contents > .wrap_faq{
	background-color: #fff;
	width: 1100px;
	margin: 0 auto;
	padding: 40px 0;
}
#faq dl{
	width: 1100px;
	margin: 0 auto;
}
#faq dl > dt{
	clear: both;
    overflow: hidden;
    width: 1040px;
    margin: 15px auto;
}
#faq dl > dt > .menuBar{
	clear: both;
    overflow: hidden;
	width: 100%;
	height: 60px;
	box-sizing:border-box;
	/*background-image:url(../image/icon_pulldownGR.png);
	background-size:20px 12px;
	background-position:98% 50%;
	background-repeat:no-repeat;*/
	font-size: 120%;
    letter-spacing: 0.2em;
    text-align: left;
    position: relative;
}
#faq dl > dt > .menuBar > .q_icon{
	float: left;
    width: 100px;
    height: 60px;
    background-image:url(../image/icon_q.png);
    background-repeat:no-repeat;
    background-position: center;
    background-size: contain;
}
#faq dl > dt > .menuBar > .q_title{
	float: left;
	width: 940px;
	height: 60px;
	border-bottom: 2px solid #00b4a5;
	box-sizing: border-box;
    line-height: 50px;
}
#faq dl > dt > .menuBar > .pulldownGR{
	position: absolute;
	top:0px;
	width:100%;
	height: 60px;
	background-image:url(../image/icon_pulldownGR.png);
	background-size:20px 12px;
	background-position:99% 50%;
	background-repeat:no-repeat;
}
#faq dl > dt > .menuBar > .open{
	background-image:url(../image/icon_pulldownGR_a.png);
}
#faq dl > dt > .menuBar > .pulldownGR img{
	width: 100%;
	height: 100%;
}

#faq dl > dt > .menuIcon > img{
	width: 100%;
}
#faq .accordionActive + dd{
	border-bottom:2px solid #fff;
}
#faq dl > dd{
	width: 1040px;
	padding:0px;
	margin:0 auto;
	box-sizing:border-box;
	text-align: left;
	background-color: #fff;
	clear: both;
	overflow: hidden;
}
#faq dl > dd > .a_icon{
	float: left;
	width: 100px;
	text-align: center;
}
#faq dl > dd > .a_icon img{
    width: 60px;
}
#faq dl > dd > .detail{
	float: left;
	width: 940px;
}
.faq_img{
	float: left;
}

article #flow{
	margin: 0 0 80px 0;
	padding-top: 125px;
    margin-top: -25px;
}
#flow .contents{
	
}
#flow .contents .box_flow{
	clear: both;
	overflow: hidden;
	width: 950px;
    margin: 30px auto;
}
#flow .contents .box_flow > .image{
	float: left;
	width:160px;
}
#flow .contents .box_flow > .document{
	float: left;
}
#flow .contents .box_flow > .document > h3{
	margin: 8px 0;
}
#flow .contents .box_flow > .document > .text{
	
}
#flow .contents > .flow_icon{
	text-align: center;
}
#flow .wrap_contact{
	clear: both;
	overflow: hidden;
	width: 950px;
    margin: 80px auto 30px;
}
#flow .wrap_contact > .mail{
	float:left;
}
#flow .wrap_contact > .tel{
	float: right;
}
.attention {
	width: 98%;
	max-width: 1200px;
	margin: 16px auto 10px;
	padding: 20px 16px;
	box-sizing: border-box;
	text-align: center;
	border: 1px solid #b0b0b0;
	background-color: #f2d7d4;
}

article #company{
	margin: 0 0 100px 0;
}
article #company h2{
	position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 101px;
}
article #company .contents{
	background-color: #ebebeb;
    padding: 100px 0 50px;
	width: 1200px;
    margin: 0 auto;
    clear: both;
    overflow: hidden;
}
#company .contents > .left{
	float: left;
	width: 50%;
	padding-left: 50px;
	box-sizing: border-box;
}
#company .contents > .left > .company_logo{
	text-align: left;
}
#company .contents > .left > .company_info{
	text-align: left;
}
#company .contents > .right{
	float: right;
	width: 50%;
}

article .scrollTop{
	text-align: center;
	margin: 0;
	position:absolute;
    bottom: 0px;
    right: 40px;
}

footer{
	
}
footer > .menu{
	background-color: #ebebeb;
	text-align: center;
}
footer > .menu ul{
	list-style: none;
	margin: 0;
    padding: 20px 0;
    clear: both;
    overflow: hidden;
    display: inline-block;
}
footer > .menu ul li{
	float: left;
	margin: 0 30px 0 0;
	font-size: 110%;
}
footer > .copyright{
	background-color: #333;
	color: #fff;
	text-align: center;
	padding: 10px 0;
}


/*slide cace*/
#cace .container {
	width: 100%;
	height: 100%;
	overflow: hidden;
	padding: 20px 0 100px 0;
	position: relative;
}
.slide_all {
	width: 640px;
	margin: 0 auto;
	height: 315px;
	position: relative;
}
.slide_all .slide_wrap{
	width: 1920px;
	position: absolute;
	left: 50%;
	margin-left: -960px;
}
.slide_all .slide_body_cace{
	width: 100%;
}
.slide_all .slide{
	width: 640px;
}
.slide_all .slide img {
	width: 100%;
	vertical-align: bottom;
}
.slide_all .slide > .ba{
	height: 27px;
	margin: 0 0 10px 0;
}
.slide_all .slide > .ba_sp{
	display: none;
}
.slide_all .slide > .ba > img{
	height: 100%;
}


#cace .navi-btn_cace {
  margin: 0 auto;
  width: 330px;
  height: 30px;
  -webkit-background-size: 30px;
  background-size: 30px;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 500;
  top:445px;
}
#cace .feed-prev-btn {
  background-image: url(../image/cace_arrowLeft.png);
  background-position: center left;
  left: 0;
  margin: 0;
}
#cace .feed-next-btn{
  background-image: url(../image/cace_arrowRight.png);
  background-position: center right;
  right: 0;
  margin: 0;
}
#cace .feed-prev-btn:hover {
  background-image: url(../image/cace_arrowLeft.png);
}
#cace .feed-next-btn:hover{
  background-image: url(../image/cace_arrowRight.png);
}
#cace .feed-prev-btn .bx-prev {
  opacity: 0;
  display: block;
}
#cace .feed-next-btn .bx-next {
  opacity: 0;
  display: block;
}
.cover_WH{
	background-color:rgba(255,255,255,0.5);
	height: 400px;
	width: calc((100% - 640px)/2);
	position: absolute;
    z-index: 400;
    top: 250px;
}
.cover_WH_left{
	left: 0;
}
.cover_WH_right{
	right: 0;
}


/*slide voice*/
#customers_voice .container{
	width: 100%;
	height: 100%;
	overflow: hidden;
	padding: 50px 0 50px 0;
	position: relative;
}
.slide_all_voice {
	width: 640px;
	margin: 0 auto;
	height: 500px;
	position: relative;
}
.slide_all_voice .slide_wrap{
	width: 1920px;
	position: absolute;
	left: 50%;
	margin-left: -960px;
}
.slide_all_voice .slide_body{
	width: 100%;
}
.slide_all_voice .slide{
	width: 640px;
}
.slide_all_voice .slide img {
	width: 100%;
	vertical-align: bottom;
}
.slide_all_voice .slide .photo{
	
}
.slide_all_voice .slide .arrow{
	height: 34px;
	width: 100%;
	text-align: center
}
.slide_all_voice .slide .arrow img{
	height: 100%;
	width: auto;
    margin: 0 auto;
}
.slide_all_voice .slide .name{
	font-size: 120%;
}


#customers_voice .navi-btn_voice {
  margin: 0 auto;
  width: 400px;
  height: 30px;
  -webkit-background-size: 30px;
  background-size: 30px;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 500;
  top:405px;
}
#customers_voice .feed-prev-btn {
  background-image: url(../image/cace_arrowLeft.png);
  background-position: center left;
  left:0;
  margin: 0;
}
#customers_voice .feed-next-btn{
  background-image: url(../image/cace_arrowRight.png);
  background-position: center right;
  right: 0;
  margin: 0;
}
#customers_voice .feed-prev-btn:hover {
  background-image: url(../image/cace_arrowLeft.png);
}
#customers_voice .feed-next-btn:hover{
  background-image: url(../image/cace_arrowRight.png);
}
#customers_voice .feed-prev-btn .bx-prev {
  opacity: 0;
  display: block;
}
#customers_voice .feed-next-btn .bx-next {
  opacity: 0;
  display: block;
}

#customers_voice .cover_WH{
	height: 500px;
    top: 200px;
}