@charset "UTF-8";
/* CSS Document */
html{
}

body{
	margin:0px;
	padding:0px;
	font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	/*font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;/*　明朝体　*/
	font-size: 15px;/*　フォントの基準サイズ　*/
	line-height: 32px;/*　行間　*/
	color: #000000;/*　フォントカラー　*/
}

p,ul,li,dl,dt,dd,img,h1,h2{
	margin:0px;
	padding:0px;
}

a { /*　FireFox リンク選択時の点線を消す　*/
    overflow: hidden;
    outline: none;
}

a:link,a:hover,a:visited{/*　リンク・カーソルを乗せた時・来訪済みのリンク　*/
	text-decoration:none;/*　リンクの下線を消す　*/
	color:#3333ff;/* リンクの文字色を指定する　*/
	}

li{
	list-style-type:none;
}

img{
	vertical-align: bottom;/*　画像の基準を底部に指定　*/
	border-style:none;
	box-shadow: #000 0 0 0;
	max-width: 100%;
	height: auto;
}

x:-moz-any-link, x:default {
	box-shadow: #000 0 0 0;/*　FireFoxフェード時のズレを軽減する(IE7)　*/
}

table,th,td{
border-collapse: collapse;/*　セル同士の隙間をなくす　*/
border: 0 ;/*　セルの枠線をなくす　*/
}
.left{
	float:left;
}
.right{
	float:right;
}
.clear:after{
	content:'.';
	display:block;
	height:0;
	text-indent:-9999px;
	clear:both;/*　float消去用汎用class名　*/
}
.center{
	margin:0 auto;
	text-align:center;
}
.bold{
	font-weight:bold;
}
.mincho{
	font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}
section{
	font-size:100%;
}
.ja{
	font-family:"Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}

/*==============================
　Now loading
==============================*/

#loading {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #000;
  z-index: 9999;
}
#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  color: #fff;
  z-index: 10000;
}

/*==============================
　ヘッダー
==============================*/
.header{
	width:100%;
	min-width:960px;
	height:70px;
	padding:0;
	background:rgba(255,255,255,0.8);
	position:absolute;
	top:0;
	z-index:50;
	transition: all ease 300ms;
}
.header.fixed {
	padding:0;
    position: fixed;
}
.header_wrapper{
	width:960px;
	margin:0 auto;
}
.header .logo.sideA{
	width:245px;
	float:left;
}

.header .logo.sideB{
}

.header .logo.sideC{
}

.btn_sp_sideL,
.btn_sp_sideR{
	display:none;
}

/*==============================
　ヘッダーメニュー
==============================*/
.header .menu{
	padding-top:0em;
	background-image:none;
	background-position:center;
	background-repeat:no-repeat;
}

.header .menu ul{
	float:right;
	background-color:none;
	background-image:none;
}

.header .menu ul li{
	float:left;
	box-sizing:border-box;
}

.header .menu ul li:first-child{
}

.header .menu ul li a{
	display: table-cell;
    vertical-align: middle;
    text-align: center;
	height:70px;
	padding-left:14px;
	padding-right:14px;
	/*design*/
	color:#000000;
	font-weight:bold;
	font-size:18px;
	line-height:100%;
	background-color:none;
	transition: all 200ms ease;
}

.header .menu ul li a:hover{
	background-color:rgba(0,0,0,1.0);
	color:#ffffff;
}
.header .menu ul li span{
	font-size:11px;
	font-weight:normal;
	line-height:100%;
}
/* ふわふわ */
.sway {
	-webkit-animation-name:sway;
	-webkit-animation-duration:2s;
	-webkit-animation-iteration-count:infinite;
	/*-webkit-animation-direction:alternate;*/
	-webkit-animation-timing-function:ease;
	
	-moz-animation-name:sway;
	-moz-animation-duration:2s;
	-moz-animation-iteration-count:infinite;
	/*-moz-animation-direction:alternate;*/
	-moz-animation-timing-function:ease;
}
@-webkit-keyframes sway {
	0% {-webkit-transform:translate(0, 0);}
	50% {-webkit-transform:translate(0, -10px);}
	100% {-webkit-transform:translate(0, 0);}
}
@-moz-keyframes sway {
	0% {-moz-transform:translate(0, 0);}
	50% {-moz-transform:translate(0, -10px);}
	100% {-moz-transform:translate(0, 0);}
}

/*==============================
　フッター
==============================*/
.footer{
	display:block;
	width:100%;
	margin:0 auto;
}

.footer_container{
	width:960px;
	line-height: 20px;
	margin:0px auto;
    text-align:center;
	padding-top:50px;
	padding-bottom:60px;
}

.footer_container ul{
	line-height: 15px;
	margin: 0 auto;
    padding:8px 0 0 0;
	/*design*/
	text-align: center;
	color: #000000;
}

.footer_container li{
    display: inline-block;
    margin-left: 20px;
	float:none;
	font-weight:bold;
}
.footer_container li:first-child{
	margin-left:0;
}
.footer_container p{
	font-size:85%;
	line-height:1.6em;
	text-align:center;
	margin: 0 0 0 0;
	padding: 4px 0 0 0;
	/*design*/
	color: #000000;
}
.footer_container .detail span{
	font-weight:bold;
}

.footer.sideA,
.footer_container.sideA{
	/*design*/
	background:#e6e6e6;
	padding-top:1em;
}
.footer_container.sideA ul li .small{
	display:none;
}
.footer.sideB,
.footer_container.sideB{
	/*design*/
	background:#e6e6e6;
	letter-spacing:1px;
}

#copyright{
	/*design*/
	font-size:12px;
	color:#000000;
	font-weight:bold;
}

.footer a,
.footer a:link,
.footer a:visited,
.footer a:active {
    color: #000000;
    text-decoration:none;
    padding-top: 2px;
    padding-bottom: 2px;
	transition:all 200ms ease;
}
.footer a span{
	color:#00afbe;
}

.footer a:hover {
	color:#00afbe;
}

.footer .logo{
	padding-top:50px;
	padding-bottom:18px;
}

/*==============================
　コンテンツ
==============================*/
.contents_wrapper{
	width:100%;
	/*design*/
	background:#ffffff;
}

.contents{
	width:960px;/*全体*/
	margin:0 auto;
	/*design*/
	padding-bottom:150px;
}

/*==============================
　共有css
==============================*/
/*--ぱんくずリスト--*/
.pankuz_wrapper{
	width:100%;
	padding:6px 0;
	/*design*/
	background:#ffffff;
}
.pankuz {
	width:960px;
	margin:0 auto;
	/*design*/
	font-size:90%;
}

.pankuz a{
	color:#333;
}

.pankuz a:hover{
	text-decoration:underline;
}

/*--左カラム--*/
.left_column{
	float:left;
	width:21%;
}

/*--右カラム--*/
.right_column{
	float:right;
	width:74%;
}

/*--サイドメニュー--*/
.side_menu{
}

.side_menu ul{
	/*design*/
	margin-top:1.5em;
}

.side_menu li{
	/*design*/
	border-bottom:1px solid #999;
	font-size:14px;
	font-weight:bold;
}

.side_menu li a{
	width:1%;
	display: table-cell;
    vertical-align: middle;
    text-align: left;
	/*design*/
	padding-left:1em;
	padding-right:1em;
	height: 3.2em;
	color:#333333;
	transition: all 200ms ease;
	background:url(../img/common/arrow_icon.png) no-repeat right center;
}

.side_menu li a:hover{
	/*design*/
	background-color:#d8c3c4;
}

.side_menu .title{
	/*design*/
	color:#4c4c4c;
	text-align:left;
}

.tinynav {
	display:none;
}

/*--メールフォームボタン--*/
.mail_link{
	width:86%;
	padding:1.8em 7%;
	margin-bottom:55px;/*次項目との間隔*/
	/*design*/
	background:#ffffff;
}

.mail_link .text{
	margin:0 0 20px 0;
}

.mail_btn a{
	display:block;
	width:40%;
	padding:0.6em 20px 0.6em 0;
	/*design*/
	text-align:center;
	color:#ffffff;
	font-weight:bold;
	background:url(../img/link/arrow_icon_mailbtn.gif) no-repeat right center #000000;
	transition:all 200ms ease;
}

.mail_btn a:hover{
	opacity:0.6;
}

/*矢印*/
table.arrow{
	width:64px;
	margin:40px auto;
}
table.arrow th {
	width:32px;
	border:none;
	background-image: linear-gradient(45deg, transparent 48%, #00b0bf 49%, #00b0bf 51%, transparent 52%, transparent);
}
table.arrow td {
	width:32px;
	border:none;
	background-image: linear-gradient(-45deg, transparent 48%, #00b0bf 49%, #00b0bf 51%, transparent 52%, transparent);
}

/*イメージホルダー*/
.imageHolder{
	background-color:#000000;
}
.imageHolder img.img-holder-img{
	opacity:0.8;
}

/*下層ページ　ヘッドビュー*/
#head_view{
	min-width:960px;
	position:relative;
	background-position:center top;
	background-size:cover;
	background-attachment: fixed;
}
#head_view .bg{
	height:247px;
	background-color:rgba(0,0,0,0.5);
}
#head_view .bg h2{
	width:960px;
	height:247px;
	position:absolute;
	z-index:2;
	top:0;
	right:0;
	bottom:0;
	left:0;
	margin:auto;
}
#head_view .bg h2 > span{
	color:#ffffff;
	font-size:160%;
	line-height:80%;
	font-weight:bold;
	width:960px;
	height:247px;
	padding:80px 0 0 0;
	box-sizing:border-box;
	text-align:center;
	display:table-cell;
	vertical-align:middle;
}
#head_view .bg h2 > span > span{
	font-size:40%;
	font-weight:normal;
}
/*==============================
　トップページ
==============================*/
#top #first_view{
	min-width:960px;
	background-image:url(../img/top/bg_screen.jpg),url(../img/top/bg01.jpg);
	background-blend-mode:screen,normal;
	background-position:center;
	background-size:cover;
	background-attachment: fixed;
	position:relative;
}
@media all and (-ms-high-contrast:none){
  #top #first_view {
    background-image:url(../img/top/bg01.jpg);
	background-blend-mode:normal;
  }
}
@supports (-ms-ime-align:auto) {
  #top #first_view {
    background-image:url(../img/top/bg01.jpg);
	background-blend-mode:normal;
  }
}
#top #first_view .fv_title{
	position:absolute;
	top:0;
	right:0;
	bottom:85px;
	left:0;
	margin:auto;
	width:575px;
	height:143px;
}
#top #first_view .text{
	position:absolute;
	top:180px;
	right:0;
	bottom:0;
	left:0;
	margin:auto;
	width:50em;
	height:5em;
	font-size:100%;
	line-height:180%;
	color:#ffffff;
}
#top #first_view .scroll{
	position:absolute;
	right:0;
	bottom:5px;
	left:0;
	margin:auto;
	width:38px;
	height:76px;
}
#top #first_view .bg_bk{
	background-color:rgba(0,0,0,0.5);
	height:100%;
}
#top .section_wrapper{
	padding:80px 0;
	color:#000000;
}
#top .section_wrapper .left{
	width:323px;
	float:left;
	padding-right:40px;
	box-sizing:border-box;
}
#top .section_wrapper .left .title{
	float:right;
	font-size:260%;
	line-height:65%;
	text-align:center;
	font-weight:bold;
	margin:32px auto 0;
}
#top .section_wrapper .left .title span{
	font-size:40%;
	font-weight:normal;
}
#top .section_wrapper .right{
	width:637px;
	line-height:180%;
	padding-left:64px;
	padding-right:50px;
	border-left:1px dotted #000000;
	box-sizing:border-box;
}
#top .section_wrapper .link{
	margin-top:1em;
	text-align:left;
	line-height:100%;
}
#top .section_wrapper .link a{
	color:#00afbe;
}

#top .holder_wrapper{
	position:relative;
}
#top .holder_wrapper .box{
	position:absolute;
	margin:auto;
	left:0;
	right:0;
	color:#ffffff;
}
#top .holder_wrapper .title{
	font-size:260%;
	line-height:65%;
	text-align:center;
	font-weight:bold;
	margin:120px auto 20px;
}
#top .holder_wrapper .title span{
	font-size:40%;
	font-weight:normal;
}
#top .holder_wrapper section{
	width:560px;
	margin:0 auto 20px;
	font-size:100%;
}
#top .holder_wrapper .image{
	text-align:center;
	margin:0 auto 50px;
}
#top .holder_wrapper .link{
	text-align:center;
}
#top .holder_wrapper .link a{
	color:#ffffff;
}
#top .holder_wrapper#service_link .box .title{
	margin:120px auto 20px;
}
#top .holder_wrapper#contact_link .box .title{
	margin:200px auto 20px;
}
#top .form_name.title{
	font-size:260%;
	line-height:65%;
	text-align:center;
	font-weight:bold;
	margin:70px auto 35px;
	color:#000000;
}
#top .form_name.title span{
	font-size:40%;
	font-weight:normal;
}
#top table.news_list{
	width:800px;
	margin:0 auto;
}
#top table.news_list tr{
	border-bottom:1px dotted #000000;
}
#top table.news_list tr:first-child{
	border-top:1px dotted #000000;
}
#top table.news_list .news_date{
	width:95px;
	vertical-align:middle;
	padding-left:1em;
}
#top table.news_list .news_title{
	padding-right:1em;
	font-size:100%;
}
#top table.news_list .news_title a{
	color:#000000;
}
#top .link.news_more{
	margin-top:32px;
	text-align:center;
	line-height:100%;
}
#top .link.news_more a{
	color:#00afbe;
}


/*==============================
　私たちについて（about）
==============================*/
#about #head_view{
	background-image:url(../img/top/bg01_2.jpg);
}
#about .section_wrapper{
	width:100%;
	min-width:960px;
	margin:0 auto;
	padding:65px 0;
}
#about .section_wrapper:last-child{
	padding-bottom:150px;
}
#about .section_wrapper dt{
	font-size:200%;
	text-align:center;
	margin-bottom:20px;
}
#about .section_wrapper#greetings dl{
	width:680px;
	margin:0 auto;
}
#about .section_wrapper#aboutus dl{
	width:960px;
	margin:0 auto;
}
#about .section_wrapper#greetings{
	background:#ffffff;
}
#about .section_wrapper#greetings dd .right{
	width:450px;
	line-height:180%;
}
#about .section_wrapper#greetings dd .right span{
	float:right;
}
#about .section_wrapper#aboutus{
	background:#f8f8f8;
}
#about .section_wrapper#aboutus .access{
	width:395px;
}
#about .section_wrapper#aboutus .access.left{
	margin-left:50px;
	margin-right:35px;
}
#about .section_wrapper#aboutus .access.right{
	margin-left:35px;
	margin-right:50px;
}
#about .section_wrapper#aboutus table{
	width:100%;
}
#about .section_wrapper#aboutus table tr{
	border-bottom:1px dotted #808080;
}
#about .section_wrapper#aboutus table tr:first-child{
	border-top:1px dotted #808080;
}
#about .section_wrapper#aboutus table th{
	width:87px;
	padding:0.5em 15px;
	box-sizing:border-box;
	font-weight:normal;
	text-align:left;
	vertical-align:top;
}
#about .section_wrapper#aboutus table td{
	padding-right:15px;
}
#about .section_wrapper#aboutus table td a{
	color:#000000;
	text-decoration:none;
}
#about .section_wrapper#aboutus table td a:hover{
	text-decoration:none;
}
#about .section_wrapper#aboutus .googlemap{
	width:100%;
	height:310px;
	margin-top:40px;
}
/*change border----------*/
.section_wrapper a.change_border,
.news_more a.change_border {
    display: inline-block;
    text-decoration: none;
    border: none;
    padding: 0 0 0.3em 0;
    position: relative;
	transition:all ease 200ms;
}
.section_wrapper a.change_border:hover{
}
.section_wrapper a.change_border::after,
.section_wrapper a.change_border::before,
.section_wrapper .change_border_inner::after,
.section_wrapper .change_border_inner::before,
.news_more a.change_border::after,
.news_more a.change_border::before,
.news_more .change_border_inner::after,
.news_more .change_border_inner::before {
    background-color: #00afbe;
    content: '';
    display: block;
    position: absolute;
    z-index: 10;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
}
.section_wrapper a.change_border::after,
.news_more a.change_border::after {
    height: 0px;
    right: -1px;
    top: -1px;
    width: 0px;
}
.section_wrapper a.change_border::before,
.news_more a.change_border::before {
    bottom: -1px;
    height: 2px;
    left: -1px;
    width: 0px;
}
.section_wrapper .change_border_inner::after,
.news_more .change_border_inner::after {
    height: 0px;
    left: -1px;
    top: -1px;
    width: 0px;
}
.section_wrapper .change_border_inner::before,
.news_more .change_border_inner::before {
    bottom: -1px;
    height: 0px;
    right: -1px;
    width: 0px;
}
.section_wrapper a.change_border:hover::after,
.section_wrapper a.change_border:hover::before,
.news_more a.change_border:hover::after,
.news_more a.change_border:hover::before {
    width: 100%;
    width: calc(100% + 1px);
}
.news_more a.change_border:hover .change_border_inner::after,
.news_more a.change_border:hover .change_border_inner::before,
.section_wrapper a.change_border:hover .change_border_inner::after,
.section_wrapper a.change_border:hover .change_border_inner::before {
    height: 100%;
    height: calc(100% + 1px);
}

.holder_wrapper a.change_border {
    display: inline-block;
    text-decoration: none;
    border: none;
    padding: 0 0 0 0;
    position: relative;
	transition:all ease 300ms;
}
.holder_wrapper a.change_border:hover{
	background-color:rgba(0,0,0,0);
}
.holder_wrapper a.change_border::after,
.holder_wrapper a.change_border::before,
.holder_wrapper .change_border_inner::after,
.holder_wrapper .change_border_inner::before {
    background-color: #ffffff;
    content: '';
    display: block;
    position: absolute;
    z-index: 50;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
}
.holder_wrapper a.change_border::after {
    height: 0px;
    right: -1px;
    top: -1px;
    width: 0px;
}
.holder_wrapper a.change_border::before {
    bottom: -1px;
    height: 2px;
    left: -1px;
    width: 0px;
}
.holder_wrapper .change_border_inner::after {
    height: 0px;
    left: -1px;
    top: -1px;
    width: 0px;
}
.holder_wrapper .change_border_inner::before {
    bottom: -1px;
    height: 0px;
    right: -1px;
    width: 0px;
}
.holder_wrapper a.change_border:hover::after,
.holder_wrapper a.change_border:hover::before {
    width: 100%;
    width: calc(100% + 1px);
}
.holder_wrapper a.change_border:hover .change_border_inner::after,
.holder_wrapper a.change_border:hover .change_border_inner::before {
    height: 100%;
    height: calc(100% + 1px);
}

/*==============================
　サービス内容（service）
==============================*/
#service #head_view{
	background-image:url(../img/top/bg02.jpg);
}
#service .section_wrapper{
	width:530px;
	margin:0 auto;
	padding:70px 0 80px;
}
#service .section_wrapper dl dt{
	font-size:280%;
	line-height:140%;
	margin-bottom:30px;
	text-align:center;
}
#service .section_wrapper dl dt span{
	font-size:80%;
}
#service .holder_wrapper{
	position:relative;
}
#service .holder_wrapper .box{
	position:absolute;
	margin:auto;
	left:0;
	right:0;
	color:#ffffff;
	width:960px;
}
#service .holder_wrapper .box > .title{
	text-align:center;
	font-size:200%;
	line-height:160%;
	margin:80px auto 30px;
}
#service .holder_wrapper .box li.case{
	width:240px;
	height:240px;
	float:left;
	box-sizing:border-box;
	padding:35px 30px 40px;
}
#service .holder_wrapper .box li.case .title{
	text-align:center;
	font-size:180%;
	margin-bottom:0.7em;
}
#service .holder_wrapper .box li.case .detail{
	line-height:170%;
}
#service .holder_wrapper .box ul li.case:first-of-type{
	background:#1a6ece;
}
#service .holder_wrapper .box ul li.case:nth-of-type(2){
	background:#00c0ff;
}
#service .holder_wrapper .box ul li.case:nth-of-type(3){
	background:#33cb74;
}
#service .holder_wrapper .box ul li.case:nth-of-type(4){
	background:#a6256f;
}

#service .section_wrapper#lineup{
	width:100%;
	background-image:url(../img/common/bg_grid.gif);
	background-repeat:repeat;
	background-attachment:fixed;
}
#service #lineup_title{
	width:960px;
	font-weight:bold;
	font-size:200%;
	margin:0 auto 20px;
	text-align:center;
}

#service .lineup_box{
    background-color: #ffffff;
    background-image: url(../img/service/lineup_headline.gif);
    background-repeat: no-repeat;
    background-position: top left;
    width: 960px;
    margin: 0 auto;
    border: 1px solid #e6e6e6;
    border-bottom: none;
    padding: 25px 30px 25px 42px ;
    box-sizing: border-box;
}
#service .lineup_box ul[class*="cate_photo"]{
	float:right;
}
#service .lineup_box ul[class*="cate_photo"] .right{
	margin-left:4px;
}
#service .lineup_box .cate_data{
	float:left;
}
#service .lineup_box .cate_data p br:nth-child(2n),
#service .lineup_box .cate_data p:last-of-type,
#service .lineup_box .cate_data > br:last-of-type{
	display:none;
}
#service .lineup_box .name,
#service .lineup_box .text{
	line-height:160%;
}
#service .lineup_box .name{
	padding-left:40px;
	font-size:260%;
	margin-bottom:0.3em;
}

#service .accordion{
    background-color: #ffffff;
    width: 960px;
    margin: 0 auto 10px;
	padding-bottom:1px;
    border: 1px solid #e6e6e6;
    border-top: none;
    box-sizing: border-box;
}
#service .accordion .flexslider{
    background-color: #f2f2f2;
    box-sizing: border-box;
}
#service input[type="checkbox"].on-off{
    display: none;
}
#service .accordion ul:not(.modal-data) {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    margin: 0;
    padding: 0;
    list-style: none;
}
#service .accordion ul:not(.modal-data) li {
    padding: 5px;
}
#service label[for^="lineup"] {
    background: #00b0bf;
    color: #fff;
	width:840px;
    padding: 0.7em 0;
    display: block;
    margin: 1.5em auto;
    border: none;
	text-align:center;
	font-size:120%;
	letter-spacing:1px;
	transition: all ease 200ms;
}
#service input[type="checkbox"].on-off + div.flexslider{
    height: 0;
	border:none;
    overflow: hidden;
	transition:height 500ms ease;
}
#service input[type="checkbox"].on-off:checked + div.flexslider{
    height: 330px;
    border-top:#e6e6e6 1px solid;
    border-bottom: #e6e6e6 1px solid ;
}
#service input[type="checkbox"].on-off ~ label:after{
	content:"実績をご紹介 ▼　";
}
#service input[type="checkbox"].on-off:checked ~ label:after{
	content:"閉じる ▲　";
}
#service input[type="checkbox"].on-off ~ label:hover{
	padding-top:1.2em;
	padding-bottom:0.2em;
	opacity:0.6;
}
#service input[type="checkbox"].on-off:checked ~ label:hover{
	padding-top:0.2em;
	padding-bottom:1.2em;
	opacity:0.6;
}

#service .accordion ul.slides li.slide_page{
	width:958px;
	padding:30px 55px;
	box-sizing:border-box;
}
#service .accordion ul.slides li.slide_page li{
	background-color:#ffffff;
	padding:10px;
	margin-left:10px;
}
#service .accordion ul.slides li.slide_page li:first-of-type{
	margin-left:0;
}
#service .accordion ul.slides li.slide_page a.modal{
	color:#00bfb0;
	transition:all ease 200ms;
}
#service .accordion ul.slides li.slide_page a.modal img{
	transition:all ease 200ms;
}
#service .accordion ul.slides li.slide_page a.modal:hover img{
	opacity:0.6;
}

#service .lineup_end{
	border-bottom:1px solid #e6e6e6;
	margin-top:30px;
}
#service .lineup_end .text{
	padding-left:50px;
	font-size:160%;
	width:100%;
	float:none;
	margin:1em 0;
}

/*==============================
　仕事の流れ（flow）
==============================*/
#flow #head_view{
	background-image:url(../img/flow/bg01.jpg);
}
#flow .section_wrapper{
	width:530px;
	margin:0 auto;
	padding:70px 0 80px;
}
#flow .section_wrapper dl dt{
	font-size:280%;
	line-height:140%;
	margin-bottom:30px;
	text-align:center;
}
#flow .section_wrapper dl dt span{
	font-size:80%;
}
#flow .holder_wrapper{
	position:relative;
}
#flow .holder_wrapper .box{
	position:absolute;
	margin:auto;
	left:0;
	right:0;
	color:#ffffff;
	width:960px;
}
#flow .holder_wrapper .box > .title{
	text-align:center;
	font-size:200%;
	line-height:160%;
	margin:80px auto 30px;
}
#flow .holder_wrapper .box li.case{
	width:320px;
	height:220px;
	float:left;
	box-sizing:border-box;
	padding:45px 55px 50px;
}
#flow .holder_wrapper .box li.case .title{
	text-align:center;
	font-size:180%;
	margin-bottom:1em;
}
#flow .holder_wrapper .box li.case .detail{
	line-height:170%;
}
#flow .holder_wrapper .box ul li.case:first-of-type{
	background:#1a6ece;
}
#flow .holder_wrapper .box ul li.case:nth-of-type(2){
	background:#00c0ff;
}
#flow .holder_wrapper .box ul li.case:nth-of-type(3){
	background:#33cb74;
}

#flow .section_wrapper#scheme{
	width:100%;
	background-image:url(../img/flow/scheme_bg.png) , url(../img/common/bg_grid.gif);
	background-repeat:no-repeat , repeat;
	background-position:center top , 100%;
	background-attachment:scroll , fixed;
}
#flow .section_wrapper#scheme:before{
}
#flow .section_wrapper#scheme dl dd{
	width:520px;
	margin:0 auto;
}
#flow #scheme_title{
	width:660px;
	font-weight:bold;
	font-size:200%;
	margin:0 auto 20px;
	text-align:center;
}
#flow .section_wrapper#scheme .scheme_box_wrapper{
	width:100%;
	min-width:660px;
	margin:0 auto 10px;
	position:relative;
}
#flow .section_wrapper#scheme .scheme_box_wrapper .scheme_box{
	width:660px;
	margin:0 auto;
	border:1px solid #00b0bf;
	background-color:#ffffff;
	position:relative;
}
#flow .section_wrapper#scheme .scheme_box > .num{
	width:210px;
	height:30px;
	font-size:24px;
	line-height:30px;
	padding:2px 0;
	box-sizing:border-box;
	margin:0 auto;
	display:block;
	top:0;
	right:0;
	left:0;
	position:absolute;
	z-index:3;
	font-weight:normal;
	text-align:center;
	color:#ffffff;
	background-color:#00b0bf;
}
#flow .section_wrapper#scheme .scheme_box > .num:before,
#flow .section_wrapper#scheme .scheme_box > .num:after{
    content: '';
    width: 0px;
    height: 0px;
    top: 0px;
    position: absolute;
	z-index:3;
}
#flow .section_wrapper#scheme .scheme_box > .num:before{
    border-bottom: 30px solid transparent;
    border-right: 10px solid #00b0bf;
    left: -10px;
}
#flow .section_wrapper#scheme .scheme_box > .num:after{
    border-bottom: 30px solid transparent;
    border-left: 10px solid #00b0bf;
    right: -10px;
}
#flow .section_wrapper#scheme .scheme_box > .title{
	text-align:center;
	font-size:220%;
	margin:60px auto 20px;
}
#flow .section_wrapper#scheme .scheme_box ul{
	width:425px;
	margin:0 auto;
	padding-bottom:30px;
}
#flow .section_wrapper#scheme .scheme_box li{
	width:100%;
	border-bottom:1px #cccccc solid;
}
#flow .section_wrapper#scheme .scheme_box li .left{
	width:108px;
	margin:0;
	color:#00b0bf;
	line-height:160%;
}
#flow .section_wrapper#scheme .scheme_box li .right{
	width:317px;
	margin:0;
	padding:0.2em 0;
	font-size:0.8em;
	line-height:160%;
}
#flow .section_wrapper#scheme .scheme_box .detail{
	width:485px;
	margin:0 auto;
	font-size:0.9em;
	line-height:180%;
	padding-bottom:30px;
}
/*==============================
　プライバシーポリシー（privacy）
==============================*/
#privacy #head_view{
	background-image:url(../img/top/bg01_2.jpg);
}
#policy{
	width:100%;
	min-width:960px;
	margin:0 auto;
	padding:65px 0;
}
#policy dt{
	font-size:200%;
	text-align:center;
	margin-bottom:20px;
}
#policy .wrap{
	width:740px;
	margin:0 auto 4em;
}
#policy .wrap .text:first-of-type{
	padding-top:2em;
	padding-bottom:2em;
	border-bottom:1px dotted #818181;
	margin-bottom:2em;
}
#policy .sub_title{
	font-size:110%;
	font-weight:bold;
}
#policy .text{
	margin-bottom:0.7em;
}
/*==============================
　新着情報（news.php）
==============================*/
#news #head_view{
	background-image:url(../img/top/bg01_2.jpg);
}
#news .section_wrapper{
	width:100%;
	min-width:960px;
	margin:0 auto;
	padding:65px 0;
}
#news dt{
	font-size:200%;
	text-align:center;
	margin-bottom:20px;
}
#news .wrap{
	width:740px;
	margin:0 auto 4em;
}
#news ul.text{
	padding-bottom:50px;
	border-bottom:1px solid #000000;
	margin-bottom:50px;
}
#news li.type{
	width:10em;
	background:#00b0bf;
	text-align:center;
	color:#ffffff;
	padding-left:1em;
	padding-right:1em;
	box-sizing:border-box;
	margin-right:15px;
	letter-spacing:1px;
}
#news li.date{
	margin:10px 0 0;
	font-size:85%;
}
#news ul.text li.text{
	font-size:100%;
}
#news ul.text li.text > br,
#news ul.text li.text > p > br + br{
	display:none;
}
#news li.pics{
	padding-top:10px;
}
#news li.pics ul li{
	width:150px;
	float:left;
	margin-left:15px;
}
#news li.pics ul li:first-child{
	margin-left:0;
}
#news ul.text li.title{
	width:100%;
	padding-left:0;
	font-size:110%;
	font-weight:bold;
	padding-bottom:10px;
	border-bottom:1px dotted #bbbbbb;
	margin-bottom:10px;
}
ul.news_page{
	width:740px;
	margin:0 auto;
}
ul.news_page li{
	float:left;
	width:30px;
	font-size:14px;
	text-align:center;
	border:none;
	margin-right:10px;
	background:#00b0bf;
	color:#ffffff;
}
ul.news_page li a,
ul.news_page li a:active{
	display:block;
	width:30px;
	color:#000000;
	border:1px solid #000000;
	background:#ffffff;
	transition:all ease 200ms;
	margin-top:-1px;
}
ul.news_page li a:hover{
	color:#ffffff;
	background:#00b0bf;
}
ul.news_page li:first-child a,
ul.news_page li:last-child a{
	border:none;
	margin-top:0;
}

#news_all li.date {
    padding-top: 10px;
    border-top: 1px dotted #bbb;
}
#news ul#news_all li.pics{
	padding-top:0;
}
#news ul#news_all li.title{
	padding-bottom:0;
	border-bottom:none;
	margin-bottom:0;
}
/*==============================
　inview.css
==============================*/
.move{
	opacity: 0;
	transition: 1000ms;
	margin-top:15px;
}
.mv{
	opacity: 1.0;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
	margin-top:0px;
}
/*==============================
　totop.css
==============================*/

#page-top {
	position: fixed;
	bottom: 0px;
	right: 0px;
	text-align: right;
	margin: 0px;
	padding: 0px;
	z-index:9999;
}
#page-top a {
	text-decoration: none;
	color: #fff;
	width: 100%;
	text-align: center;
	display: block;
	border-radius: 0;
	height: 58px;
	margin-right: 0px;
	transition:all 200ms ease;
}
#page-top a:hover {
	text-decoration: none;
	opacity:0.6;
}

/*==============================
　modalwindow.css
==============================*/
div[id^="con-"]{
	display:none;
}
#modal-win {
	width: 100%;
	position: absolute;
}
#modal-win-inner {
	margin: 0 auto;
	position: relative;
	z-index: 101;
	background-color:#333333;
	color:#ffffff;
	width:670px;
	box-sizing:border-box;
	border-radius:10px;
}
#modal-bg {
	width: 100%;
	height: 100%;
	background-color: #000000;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	cursor: pointer;
}
.modal-data{
	padding:40px 100px;
}
.modal-detail p br:nth-child(2n),
.modal-detail > br{
	display:none;
}
.modal-detail p:first-of-type{
	display:block;
}
.modal-detail a{
	text-decoration:underline;
	color:#ffffff;
}
.modal-prev a.modal-move,
.modal-next a.modal-move{
	font-size:45px;
	color:#ffffff;
	padding-top:30px;
	padding-bottom:30px;
	position:absolute;
	top:150px;
	transition:all ease 200ms;
}
.modal-prev a.modal-move{
	padding-right:30px;
	left:0;
}
.modal-next a.modal-move{
	padding-left:30px;
	right:0;
}
.modal-prev a.modal-move:hover{
	padding-right:40px;
	left:-10px;
}
.modal-next a.modal-move:hover{
	padding-left:40px;
	right:-10px;
}
.modal-end{
	border-top: 1px solid #ffffff;
	text-align:right;
}
a.modal-close{
	display:block;
	width:100%;
	color:#ffffff;
	padding:0.5em 0;
	transition:all ease 200ms;
}
.modal-close span{
	font-size:150%;
	vertical-align:bottom;
}

/*==============================
　消去
==============================*/
.sp,
.fadeIn{
	display:none;
}
.footer_container li.sp{
	display:none;
}
#btnSP{
	display:none;
}