/**
BASIC
*/

body{
	font-family:Roboto,"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", YuGothic, tahoma,verdana,arial,'Hiragino Kaku Gothic Pro',Meiryo,'MS PGothic',sans-serif ;
	font-weight: 400;
	letter-spacing: .02em;
	font-size: 90%;
	line-height: 1;
	background: #FFF;
	color: #333;
	-webkit-font-smoothing: antialiased;
}
a img,
:link img,
:visited img{
	border: none;
}

img[src$=".gif"], img[src$=".png"] {
	/*image-rendering: -moz-crisp-edges;          Firefox */
	/*image-rendering:   -o-crisp-edges;          Opera */
	/*image-rendering: -webkit-optimize-contrast;
	image-rendering: crisp-edges;
	-ms-interpolation-mode: nearest-neighbor;  */
}

a {text-decoration: underline; outline: 0;}
a:link {color: #333;outline: 0;}
a:visited {color: #333; outline: 0;}
a:active {color: #333; outline: 0;}
a:hover {
	color: #999;
	text-decoration: none;
	outline: 0;
}

a{
	transition: 0.2s ease 0s;
	-webkit-transition: 0.2s ease 0s;
	-moz-transition: 0.2s ease 0s;
	-ms-transition: 0.2s ease 0s;
}

#wrapper{
	margin: 0;
	padding: 0;
	clear: both;
	overflow-x: hidden;
}

#contents{
	margin: 0px auto 0px 0;
	padding: 120px 0 50px 0;
}
.home #contents{
	margin: 0px auto 0px 0;
	padding: 60px 0 50px 0;
}


#main_contents{
	/*float: left;
	width: 680px;
	margin-right: 20px;
	margin-bottom: 30px;*/
}

#sidebar{
	/*float: left;
	width: 280px;*/
	margin: 0 auto;
}

.inner{
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

.sp{
	display: none;
}


/**
ROLLOVER
*/

a img:hover{
	/* IE 
	filter: alpha(opacity=70);*/
	/* Safari Opera */
	opacity: 0.90;
	/* Firefox Netscape */
	-moz-opacity: 0.90;
}


/**
LOADING
*/

#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #FFF;
  z-index: 1;
}
#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  z-index: 2;
}


/**
HEADER
*/

header{
	margin-bottom: 20px;
	position: relative;
	z-index: 999;
	width: 100%;
	box-sizing: border-box;
	background: rgba(255,255,255,1);
	position: fixed;
}
.home header{
	margin-bottom: 0;
}
/*.hidden {
  background: none;
  transition: all 0.5s ease;
}
*/
header .inner{
	padding: 10px 0;
}

header h1.logo{
	position: absolute;
	top: 10px;
	left: 0px;
	z-index: 900;
}

header h1.logo img.title{
	height: 45px;
	vertical-align: bottom;
}



header .box_info{
	position: absolute;
	top: 10px;
	right: 20px;
}

header .box_info ul li{
	list-style: none;
	margin: 0 0 0 10px;
	display: inline-block;
	line-height: 1.5;
	vertical-align: middle;
}

header .box_info ul li i{
	margin-right: 5px;
}

header .box_info ul li.tel span a{
	font-size: 22px;
	font-weight: 500;
	pointer-events: none;
	color: inherit;
	text-decoration: none;
	color: #FFF;
}


header .box_social{
	position: absolute;
	top: 20px;
	right: 430px;
}

header .box_sub_menu{
	position: absolute;
	top: 20px;
	right: 20px;
}

header .box_sub_menu ul li{
	list-style: none;
	display: inline-block;
	font-weight: 500;
	margin-left: 1em;
}
header .box_sub_menu ul li a{
	text-decoration: none;
}


header .box_lang{
	position: absolute;
	top: 13px;
	right: 5px;
	z-index: 8888;
	border-left: solid 1px #FFF;
	padding-left: 10px;
}
header .box_lang ul li{
	list-style: none;
	font-size: 12px;
	display: inline-block;
}

header .box_lang ul li a{
	color: #FFF;
	text-decoration: none;
	padding: 5px 8px;
}
header .box_lang ul li a:hover{
	background: rgba(255,255,255,.3);
}
header .box_lang ul li.wpml-ls-current-language a{
	background: rgba(255,255,255,.3);
}



.wpml-ls-legacy-list-horizontal {
    border: none !important;
    padding: 0 5px !important;
}



/**
SOCIAL
*/

.box_social ul li{
	list-style: none;
	display: inline;
	margin: 0 5px;
	line-height: 0;
}

.box_social ul li img{
	width: 15px;
}

.box_social ul li span,
.box_social ul li i,
.box_social ul li svg{
	display: inline-block;
	line-height: 0;
	font-size: 15px;
}

.box_social ul li a{
	display :inline-block;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	background-color: rgba(0,0,0,0.5);
	color: #FFF;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}



/**
SUB NAVI
*/

ul.sub_navi li{
	display: inline-block;
	margin:  0 .5em;
	line-height: 1.5;
	font-size: 13px;
}

ul.sub_navi li a {text-decoration: none; outline: 0;}
ul.sub_navi li a:link {color: #333;outline: 0;}
ul.sub_navi li a:visited {color: #333; outline: 0;}
ul.sub_navi li a:active {color: #333; outline: 0;}
ul.sub_navi li a:hover {
	color: #999;
	text-decoration: none;
	outline: 0;
}



/**
GLOBAL NAVI(STELL)
*/

.stellarnav li.has-sub > a:after {
    margin-left: 6px !important;
}

.stellarnav{
	z-index: 888 !important;
}

.stellarnav .full {
    width: auto !important;
}

.stellarnav ul{
	text-align: right !important;
    margin-right: 0px !important;
}
.stellarnav ul ul{
	text-align: left !important;
}

.stellarnav > ul > li > a{
	padding: 15px 16px 17px 0 !important;
	font-size: 15px;
	font-weight: 500;
	line-height: 1;
}
.stellarnav li a:hover{
	color: #999 !important;
}
.stellarnav li.active a{
	color: #999 !important;
}


.stellarnav ul ul {
    width: 240px !important;
}
.stellarnav ul li ul li a{
	font-size: 15px !important;
	padding: 10px 20px !important;
	color: #FFF !important;
	background: #000;
	font-weight: 500;
}
.stellarnav ul li ul li a:hover{
	background: #333;
	color: #FFF !important;
}


.stellarnav li i{
	margin-right: 5px;
}

.stellarnav li img{
	height: 20px;
	vertical-align: middle;
	margin-right: 5px;
}



/**
TOPIC PATH
*/

#topic_path{
	clear: both;
	padding: 0 0 20px 0;
	clear: both;
}

#topic_path li {
	display: inline;
	font-size: 12px;
	line-height: 1.3;
	list-style-type: none;
}

#topic_path li:after{
	content: " \f105";
	font-family: FontAwesome;
	margin-left: .5em;
}



/**
COMMON_LAYOUT
*/

.clear{
	clear: both;
}
 
img{
	vertical-align: middle;
	max-width: 100%;
}

img.frame{
	padding: 10px;
	border: solid 1px #EEE;
	background: #FFF;
}

#contents section{
	clear: both;
	padding: 80px 0;
	border-bottom: solid 1px rgba(0,0,0,0.05)
}
#contents section:last-of-type{
	border-bottom: none !important;
	padding-bottom: 0;
}

#contents section:first-of-type,
#contents section.intro{
	padding-top: 0 !important;
	border-bottom: 0 !important;
}


.home #contents section{
	padding-top: 80px !important;
}

/*パンくず入る場合
#contents section:nth-child(3){
	padding-top: 0;
}
*/

#contents section div.block{
	margin-bottom:30px;
}
#contents section div.block:last-child{
	margin-bottom: 0;
}



/**
ICON
*/

li.category a,
p.category a,
span.category a{
	padding: 5px 8px;
	display: inline-block;
	line-height: 1;
	background-color: rgba(0,0,0,0.35);
	color: #FFF;
	font-size: 12px;
	text-decoration: none;
	margin: 0 5px 5px 0;
}

ul.item.box p.category{
	margin: 0 0 1em 0;
}
ul.item.box .category a{
	margin: 0 5px 3px 0 !important;
}

li.tag a,
p.tag a,
span.tag a{
	padding: 4px 8px;
	display: inline-block;
	line-height: 1;
	background-color: rgba(0,0,0,0.1);
	color: #333;
	font-size: 12px;
	text-decoration: none;
}


/**
COMMON_PARTS
*/

img.shadow{
	box-shadow: 0px 0px 15px rgba(0,0,0,0.05);
}

.cover:before {
    z-index: 60;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.2);
}
.cover.white:before {
    z-index: 60;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.5);
}
.cover p{
	position: relative;
	z-index: 70;
}

ul.menu a:hover div.image:before{
    background-color: rgba(0,0,0,0.1);
}

div.title{
	position: relative;
	margin-bottom: 20px;
	clear: both;
}
div.title.line{
	margin-bottom: 60px;
}
div.title.center{
	text-align: center;
	margin: 0 10px 30px 10px;
}
div.block  div.title{
	margin-top: 40px;
}


div.title h1{
	font-size: 28px;
	line-height: 1.2;
}
div.title h1 .sub{
	font-size: 60%;
	margin-left: 1em;
}

div.title h2{
	font-size: 32px;
	line-height: 1.2;
}
div.title h2 .sub{
	font-size: 80%;
	margin-left: 1em;
}

div.title h2:before {
    content: '';
    width: 80px;
    height: 5px;
    background-color: #333;
    display: block;
    position: absolute;
    left: 0;
    bottom: -20px;
}

div.title.center h2{
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
}
div.title.center h2:before{
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 40px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: black;
}


div.title h3{
	font-size: 24px;
	line-height: 1.2;
}
div.title h3 span.sub{
	font-size:55%;
	padding: 8px 10px;
	/*background: rgba(0,0,0,0.05);*/
	border: solid 1px #333;
	display: inline-block;
	margin-left: 15px;
	display: inline-block;
	vertical-align: top;
	float: right;
}
div.title h3 span.small{
	font-size: 60%;
}


div.title.center h3{ 
position: relative;
  display: inline-block;
  padding: 0 55px;
  text-align: center;
}

div.title.center h3:before,
div.title.center h3:after {
  position: absolute;
  top: calc(50% - 3px);
  width: 30px;
  height: 6px;
  content: '';
  border-top: solid 1px #333;
  border-bottom: solid 1px #333;
}

div.title.center h3:before {
  left: 0;
}

div.title.center h3:after {
  right: 0;
}

div.title h4{
	font-size: 22px;
	line-height: 1.2;
	margin: 1em 0;
}

h4{
	font-size: 100%;
	line-height: 1.6;
	margin-bottom: .5em;
}




p{
  line-height: 1.6;
  margin: 1em 0;
}

p.catch{
	font-size: 24px;
	line-height: 1.4;
	font-weight: 600;
}
p.catch span.sub{
	font-size: 70%;
}

p.lead,
span.lead{
	font-size: 18px;
	margin: 1em 0;
	font-weight: 600;
	line-height: 1.6;
}

p.right{text-align: right;}
p.center{text-align: center;}
p.left{text-align: left;}


p em {
    background: linear-gradient(transparent 80%, rgba(255,0,37,0.2) 80%);
    font-weight: 600;
}

.caution,
.caption{
	font-size: 13px;
	color: #666;
	line-height: 1.4;
	font-weight: normal;
}


ul.caution li{
	margin: 0.2em 0 0.2em 20px;
	line-height: 1.3;
}


hr{
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: rgba(0,0,0,0.1);
	height: 1px;
	margin: 50px 0;
	clear: both;
}

span.new,
span.update{
	margin-left: 1em;
	font-weight: normal;
	font-size: 12px;
	color: #F00;
}

.tel a{
	pointer-events: none;
}


ul.list.check li{
	list-style: none !important;
	background: url(/images/icon_check.png) no-repeat top left;
	background-size: 20px;
	padding-left: 25px !important;
} 


span.marker {
    background: linear-gradient(transparent 75%, rgba(219,150,132,0.5) 75%);
}

.dot-text {
     text-emphasis: filled dot;
  -webkit-text-emphasis: filled dot;
}


/**
BX-SLIDER
*/

#sliderWrap{
	margin-bottom: 0px;
}

.bx-wrapper .bx-viewport {
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border: inherit !important;
	left: 0 !important;
	background: inherit !important;
	
	min-height:65vh;
}

#sliderWrap ul li{
	list-style: none;
}

#slider li {
  background: center / cover no-repeat;
  width: 100% !important;
}



.bx-wrapper .bx-prev {
	left: 10px;
	background: url(/images/arrow_left_w.png) no-repeat center left !important;
	background-size: 30px !important;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(/images/arrow_right_w.png) no-repeat center right !important;
	background-size: 30px !important;
}



.main_slider{
	position: relative;
	/*margin-bottom: 20px;*/
}

.bx-wrapper{
	min-height: 570px;
}

.main_slider div.box_text{
	width: 50%;
	height: 500px;
	margin-top: 70px;
	background: #333;
	z-index: 100;
	position: relative;
}

.main_slider li{
	/*height: 100vh;*/
}

.main_slider div.text{
	position: absolute;
	top: 60px;
	left: 10%;
}
.main_slider div.text h2{
	font-size: 55px;
	color: #FFF;
	white-space: nowrap;
}
.main_slider div.text p.catch{
	font-size: 26px;
	margin-bottom: 50px;
	font-weight: bold;
	color: #FFF;
}

.main_slider div.image{
	position: absolute;
	width: 60%;
	top: 20px;
	right: 0;
}
.main_slider div.image img{
	width: 100%;
}


.main_slider li.slide_1 div.box_text{background: #d40000;}
.main_slider li.slide_2 div.box_text{background: #009b07;}
.main_slider li.slide_3 div.box_text{background: #f39f00;}
.main_slider li.slide_4 div.box_text{background: #009cfd;}


.bx-viewport {
  left: 0;
  box-shadow: none;
  border: none;
}




/**
PAGER
*/

.pager{
	clear:both;
	padding: 30px 0;
	position: relative;
	z-index: 9999;
	line-height: 2.5;
}
.wp-pagenavi:after {
	font-size: 1px;
	content: "";
	display: block;
	height: 0;
	clear: both;
}
.wp-pagenavi {
	zoom: 1;
}
a.page{
	white-space: nowrap;
}
.wp-pagenavi {
	text-align: center;
}
.wp-pagenavi .current,
.wp-pagenavi .pages{
	clear: both;
	font-size: 1.2em;
	color: #666;
	padding: 8px 12px 8px 12px;
}
.wp-pagenavi .current{
	background-color: rgba(0,0,0,.6);
	color: #FFF;
	border: none;
}

.wp-pagenavi span.current{
	/*border: #cd3e2c solid 1px;*/
}
.wp-pagenavi a{
	font-size: 1.2em;
	padding: 8px 12px 8px 12px;
	/*border: #DDD solid 1px;*/
	text-decoration: none;
	border: none !important;
	background-color: ;
}
.wp-pagenavi a.last,
.wp-pagenavi a.previouspostslink{
	background-color: inherit;
}
.wp-pagenavi span.pages,
.wp-pagenavi span.extend{
	border: none;
}
.wp-pagenavi a:hover{
	text-decoration: none;
	background-color: rgba(0,0,0,0.5);
	color: #FFF;
}

/**
ページ分割
*/
.wp-separatenavi {
	font-size: 1.2em;
	color: #666;
	margin: 1em auto;
	line-height:2em;
	text-align:center;
}
.wp-separatenavi a {
	padding: 12px 8px;
	border: none;
	background-color: #f3f3f3;
	text-decoration: none;
}
.wp-separatenavi a:hover {
	text-decoration: none;
	background-color: #cd3e2c;
	color: #FFF;
}
.wp-separatenavi .numbers {
	padding: 12px 8px;
}


@media screen and (max-width: 800px) {
.pager{
	font-size: 90%;
}

.wp-pagenavi .pages{
	display: block;
}
}



/**
SINGLE
*/

.single article{
	margin-bottom: 50px;
	padding: 0px;
	background: rgba(255,255,255,1);
	width: 60%;
	margin: 20px auto;
	
    padding: 60px 80px;
	border: solid 1px rgba(0,0,0,0.05);
	box-sizing: border-box;
}

.single article div.lead{
	margin-top: 60px;
}

.single article div.lead p{
	line-height: 2;
	letter-spacing: .05em;
	margin: 1.5em 0;
}

.single article p img{
	margin-bottom: 3px;
}

.single article p.main_image{
	text-align: center;
	margin: 50px 0;
}

.single article h1{
	font-size: 30px;
	line-height: 1.4;
	font-weight: bold;
	margin: 0 0 1em 0;
}

.single article ul.data{
	margin: .5em 0;
}
.single article ul.data li{
	list-style: none;
	display: inline-block;
	margin-right: .5em;
}
.single article p.tag{
	margin: .5em 0;
}
.single article p.tag span{
	margin-right: 5px;
}

.single #main_contents h3{
	font-size: 26px;
	line-height: 1.5;
	margin: 2m 0 1em 0;
	border-left: 3px solid #000;
    padding-left: 15px;
}

.single article img{
	max-width: 100%;
}

#atstbx{
	margin-top: 50px;
}


/**CLAP*/

.maroyaka-webclap .btn-xs,
.maroyaka-webclap .btn-group-xs > .btn{
padding: 3px 16px;
font-size: 14px;
border-radius: 3px;
border-color: #EEE;
box-shadow: none;
text-shadow: none;
background-image: none;
background-color: #EEE;
margin: 2em 0 0 0;
color: #666;
}
.maroyaka-w
ebclap .btn-xs:hover,
.maroyaka-webclap .btn-group-xs > .btn:hover{
background-color: #DDD !important;
border-color: #DDD !important;
color: #666
}

.news.single .maroyaka-webclap{
	display: none;
}


/**BLOG CARD*/

.wp-embedded-content {
	margin:  0 auto;
	min-width: 100%;
	width: 100%;
}


.blog-card{
  padding:12px;
  margin: 2em 0;
  border:1px solid #ddd;
  word-wrap:break-word;
  max-width:100%;
  width:100%;
  border-radius:0px;
  float: left;
}

.blog-card-thumbnail{
  float:left;
}

.blog-card-content{
  margin-left:110px;
  line-height:120%;
  color: #CCC;
}
.blog-card-title{
  margin-bottom:5px;
}

.blog-card-title a{
  font-weight:bold;
  text-decoration:none;
  color:#111;
}

.blog-card-excerpt{
  color:#999;
  font-size:80%;
}

@media screen and (max-width: 800px) {

.blog-card-excerpt{
  font-size:65%;
  line-height: 1.2;
}

}

.blog-card-footer{
  font-size:70%;
  color:#777;
  margin-top:5px;
  display: none;
}

.clear{
  clear:both;
}



.blog-card-date{
	font-size: 12px;
	margin-top: 5px;
	display: block;
}



/**
SIDEBAR
*/

#sidebar{
	border-top: solid 1px rgba(0,0,0,0.05);
	padding-top: 30px;
	margin-top: 60px;
}

#sidebar section{
	border: none;
}

.box_search button{
    border: none !important;
    color: #FFF;
    height: 35px;
    line-height: 35px;
    width: 18%;
    text-align: center;
    padding: 0;
    vertical-align: middle;
	border-radius: 0;
}

.box_search input {
    border: none !important;
    background-color: rgba(0,0,0,0.05);
    height: 35px;
    font-size: 14px;
    width: 82% !important;
    padding-left: 10px !important;
    vertical-align: middle;
}

#sidebar h3{
	font-size: 26px;
	font-weight: 600;
	margin: 0  0 1em 0;
}

#sidebar ul li.cate{
	padding: 0 50px;
}

#sidebar ul li ul li{
	line-height: 1.4;
	margin-bottom: .5em;
	padding: 0;
	width: 100%;
}

#sidebar ul li a{
	text-decoration: none;
}

#sidebar select{
	width: 100%;
	border: solid 1px #EEE !important;
}




/**
NEWS
*/

.icon.new{
	margin-left: .5em;
	color: #F30;
	font-size: 85%;
}

.news dl dt{
	line-height: 1.5;
	color: #666;
	clear: both;
	float: left;
	width: 15%;
	padding-bottom: 5px;
	margin-bottom: 1.5em;
}

.news dl dd{
	line-height: 1.5;
	width: 85%;
	float: left;
	margin-bottom: 1.5em;
	padding-bottom: 15px;
	border-bottom: solid 1px rgba(0,0,0,0.1);
}

.news dl dd a{
	text-decoration: none;
}

.news .flexbox.box dl dt{
	width: 100%;
	margin-bottom: .2em;
}
.news .flexbox.box dl dd{
	width: 100%;
}

.news .flexbox.box dl dt span.category{
	margin-left: 10px;
}



/**
LIST_LIST
*/

ul.item.list li p{
	margin: 0;
}

ul.item.list{
	margin-left: 0 !important;
}
ul.item.list li{
	list-style: none !important;
	margin-bottom: 2%;
}

ul.item.list li div.image{
	width: 25% !important;
	margin-right: 1%;
	display: inline-block;
	vertical-align: top;
}

ul.item.list li div.image img{
	width: 100%;
}

ul.item.list li div.content{
	width: 73% !important;
	display: inline-block;
	vertical-align: top;
}

ul.item.list li p.date{
	font-size: 13px;
	color: #666;
	line-height: 1;
	margin-bottom: 5px;
}

ul.item.list li p.title{
	font-size: 14px;
	margin-bottom: 5px;
	line-height: 1.5;
}
ul.item.list li p.title a{
	text-decoration: none;
}

ul.item.list li p.category{
	margin-bottom:8px;
	line-height: 1;
}
ul.item.list li p.category a{
}

ul.item.list li p.text{
	font-size: 12px;
}





/**
LIST_BOX
*/

ul.item.box{
	margin-left: -2%;
}

ul.item.box li{
	list-style: none;
	float: left;
	margin: 0 0 4% 2%;
	display: inline-block;
}

ul.item.box li div.image{
	float: none;
	margin-bottom: 15px;
	width: 100%;
	position: relative;
}
ul.item.box li div.image span.category{
	position: absolute;
	top: 5px;
	right: 5px;
	z-index: 99;
	line-height: 0;
}
	
ul.item.box li div.image img{
	width: 100%;
}

ul.item.box li div.content{
	float: none;
	width: 100%;
}

ul.item.box li p.date{
	font-size: 12px;
	margin: 5px 0;
	line-height: 1;
}
ul.item.box li p.title{
	font-size: 14px;
	line-height: 1.3;
	margin: 0 0 5px 0;
}
ul.item.box li p.text{
	font-size: 12px;
	color: #666;
	margin: 0;
	line-height: 1.3;
}

ul.item.box li p.title a{
	text-decoration: none;
}


ul.item.box.column_2 li{
	width: 48%;
}

ul.item.box.column_3 li{
	width: 31.33333333%;
	
}

ul.item.box.column_4 li{
	width: 23%;
}

ul.item.box.column_5 li{
	width: 18%;
}


/**SIZE FIX*/

ul.item.box.fix li div.image,
.flexbox.fix li div.image{
	height: 120px;
	overflow: hidden;
	position: relative;
}

ul.item.box.fix.height li div.image,
.flexbox.fix.height li div.image{
	height: 160px;
}


ul.item.box.fix li div.image img,
.flexbox.fix li div.image img{
  position: absolute;
  width: 20%;
  height: 0;
  width: 100%;
  height: auto;
  
  max-height: inherit;

 /* padding-bottom: 20%;*/
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}



/**
FLEXBOX
*/

.flexbox{
	display: flex;
	display: -webkit-flex; /* Safari */
	-js-display: flex;/*IE*/
    -webkit-flex-wrap: wrap;
	justify-content: space-around; 
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
	/*justify-content: flex-start;*/
	width: 100%;
}

.flexbox li div.image{
	float: none;
	margin-bottom: 15px;
	width: 100%;
	position: relative;
}
.flexbox li div.image span.category{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 999;
	line-height: 0;
}
	
.flexbox li div.image img{
	width: 100%;
}

.flexbox.single li{
	margin-bottom: 0 !important;
}

.flexbox.column_1 li{
	width: 100%;
}
.flexbox.column_2 li{
	width: 49%;
}
.flexbox.column_3 li{
	width: 32%;
  /*width : 33.33333% ; 
  width : -webkit-calc(100% / 3) ;
  width : calc(100% / 3) ;*/
}
.flexbox.column_4 li{
	width: 24%;
}
.flexbox.column_5 li{
	width: 19%;
}


 
.flexbox li {
	list-style: none;
	margin-bottom: 3%;
}
.flexbox li p.date{
	font-size: 13px;
	margin: 5px 0;
	line-height: 1;
}
.flexbox li p.title{
	font-size: 110%;
	line-height: 1.3;
	margin: 0 0 5px 0;
}
.flexbox li p.text{
	font-size: 12px;
	color: #666;
	margin: 5px 0 0 0;
	line-height: 1.3;
}

 
.flexbox li.full{
	width: 100%;
}


.flexbox li li{
	/*width: 100% !important;*/
}

.flexbox ul.list{
	margin: 1em 0 0 20px;
}

.flexbox ul.list li{
	border: none;
	padding: 0;
	list-style: disc;
	line-height: 1.5;
	margin: 5px 0;
	width: 100%;
	padding: 0;
}


/**COLUMN*/


.flexbox.reverse {
	flex-direction: row-reverse;
}

.flexbox.column{
	margin: 0 0 100px 0;
}
.flexbox.column:last-child{
	margin-bottom: 0;
}


.flexbox div.sub{
	flex: 1;
	margin: 0 50px 0 0;
}
.flexbox.reverse div.sub{
	margin: 0 0 0 50px;
}

.flexbox.after div.sub{
	flex: 1;
	margin: 0 0 0 50px; 
}
.flexbox.after.reverse div.sub{
	margin: 0 50px 0 0;
}

.flexbox .main{
	flex: 1;
}
.flexbox .main.w_3{
	flex: 3;
}
.flexbox .main.w_2{
	flex: 2;
}
.flexbox .main.w_4{
	flex: 4;
}
.flexbox .main.w_5{
	flex: 5;
}

.flexbox .main p{
	margin-top: 0;
}


.flexbox.box ul li{
	width: 100%;
}
.flexbox.box ul li div.image{
	width: 25%;
}
.flexbox.box ul li div.content{
	width: 73%;
}



/**
MAP
*/

.map img{
	max-width: initial !important;
}

.map iframe{
	width: 100%;
	height: 400px;
}


/**
TABLE
*/

table{
	width: 100%;
}

table ul,
table ol{
	margin-left: 20px;
}

table.data th,
table.data td{
	padding: 10px;
	border: solid 1px #EEE;
	line-height: 1.5;
}

table.list th,
table.list td{
	padding: 30px 0;
	border-bottom: solid 1px rgba(0,0,0,0.1);
	line-height: 1.5;
}

table.list th{
	font-weight: bold;
	width: 20%;
}

table.block{
	border-collapse: separate;
    border-spacing: 2px;
}

table.block th,
table.block td{
	padding: 10px;
	line-height: 1.5;
}

table.block th{
	background-color: rgba(0,0,0,0.2);
}

table.block td{
	background-color: rgba(0,0,0,0.1);
}

table ol,
table ul{
	margin: 1em 0 1em 20px;
}
table ol li,
table ul li{
	margin-bottom: 1% !important;
}
table ol li{
	list-style: decimal !important;
}
	



/**
FORM
*/

input, button, textarea, select{
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	border-radius: 0;
}

input[type=checkbox],
input[type=radio]{
  -webkit-appearance:checkbox !important;
}



span.required{
	color: #F30;
	margin: 0 0.5em;
	font-weight: normal;
}

div.form{
	/*margin: 50px auto;*/
	padding: 80px 150px;
	background-color: rgba(0,0,0,.03);
}

div.form dl dt,
div.form dl dd{
	vertical-align: top;
	padding: 10px 0;
}

div.form dl dd .error{
	margin: .5em 0 0 0;
}

div.form dl dt{
	clear: both;
	float: left;
	width: 20%;
}

div.form dl dd{
	float: left;
	width: 80%;
}

div.form dl dd ul li div.title{
	margin-bottom: .5em;
	font-weight: bold;
}

div.form dl dd ul li{
	list-style: none;
	line-height: 1.5;
	margin: 0 0 1.5em 0;
}


div.form dl dd ul li label{
	margin-left: 1em;
}



/**
INPUT
*/

input,
textarea{
	outline: none;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
textarea{
	border: none !important;
	padding: 5px;
	font-size: 120%;
	width: 100%;
}

input.half{
	width: 50%;
}
input.full{
	width: 100%;
}

select.select-box{
    margin: 0;
    padding: 0 30px 0 20px;
    height: 40px;
    line-height: 40px;
    font-size: 100%;
    color: #999;
    background: url(/images/arrow_down.png) no-repeat 95% 50% #FFF;
    background-size: 14px;
    border: 0;
    border-radius: 0;
    -webkit-appearance: none;
}

select.select-box.full{
	width: 100%;
}




.contact ul.list.link li{
	display: inline-block;
	list-style: none;
	margin: 0 10px 10px 0;
	font-size: 13px;
}

.contact p.lead{
	margin-top: 2em;
}



/**
BUTTON
*/

input.btn,
button,
a.btn{
	background-color: rgba(0,0,0,.7);
	color: #FFF;
	font-size: 100%;
	/*border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;*/
	cursor: pointer;
	border: none;
	text-decoration: none;
	padding: 13px 20px;
	display: inline-block;
}
input.btn.red,
button.red,
a.btn.red{
	background: #F30;
}


a.btn.arrow {
  display: block;
  text-decoration: none;
  position: relative;
	width: 250px;
}
a.btn.arrow::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  right: 20px;
  top: 43%;
  transition: 0.3s;
}
a.btn.arrow:hover::after {
  right: 10px;
}

input.btn.size_s,
button.size_s,
a.btn.size_s{
	padding: 10px 20px;
	font-size: 13px;
}

input.btn.size_ss,
button.size_ss,
a.btn.size_ss{
	padding: 6px 15px;
	font-size: 11px;
}

input.btn.size_l,
button.size_l,
a.btn.size_l{
	padding: 20px 100px;
	font-size: 20px;
}

input.btn.size_2l,
button.size_2l,
a.btn.size_2l{
	padding: 20px 40px;
	font-size: 30px;
}

input.btn.cancel,
button.cancel,
a.btn.cancel{
	background-color: rgba(0,0,0,0.8);
	color: #333;
}

input.btn:hover,
button:hover,
a.btn:hover{
	background-color: rgba(0,0,0,0.8);
}





.box_button{
	padding: 0 20px 10px 20px;
	border: dashed 1px #999;
	margin: 30px 0;
	border-radius: 5px;
}




/**
INFO
*/

.box.info.bottom{
	padding: 30px;
	background-color: rgba(0,0,0,0.05);
	text-align: center;
}

.box.info.bottom ul{
	margin: 1.5em 0;
}

.box.info.bottom ul li{
	text-align: center;
}

.box.info.bottom ul li.button a{
	width: 100%;
}

.box.info.bottom ul li.tel{
	font-size: 40px;
}

.box.info.bottom ul li.tel p{
	text-align: center;
}

.box.info.bottom ul li.tel,
.box.info.bottom ul li.tel a{
	color: #333;
	text-decoration: none;
}

.box.info.bottom ul li.tel p.caution{
	font-size: 16px;
	margin: 5px 0 0 0;
}



/**
ACCORDION
*/

body.voice .accordion .title{
	background: url(/images/arrow_down.png) center right no-repeat;
	padding-right: 100px;
	background-size: 30px;
}

body.voice .accordion .title.active{
	background: url(/images/arrow_up.png) center right no-repeat;
	background-size: 30px;
}



/**
FOOTER
*/

footer{
	clear: both;
	background-color: rgba(0,0,0,1);
	padding: 50px 0 30px 0;
}
footer a,
footer p{
	color: #FFF !important;
}


footer .column .info{
	text-align: center;
}
footer .column .info p.logo{
	margin-top: 0;
}
footer .column .info p.logo img{
	width: 180px;
}
footer .column .info p.title{
	font-size: 14px;
}

footer .column .menu ul li{
	display: inline-block;
	width: auto;
	vertical-align: top;
	margin: 0 0 0 30px;
}
footer .column .menu ul li ul li{
	display: block;
	width: 100%;
	font-size: 13px;
	line-height: 1.5;
	margin: 0 0 .5em 0px;
}
footer .column .menu ul li h3{
	margin-bottom: 1em;
	font-size: 18px;
	color: #FFF;
}
footer .column .menu ul li a{
	text-decoration: none;
}

footer ul.sub_navi{
	text-align: center;
}


footer .box_social{
	text-align: center;
	margin: 1em auto;
}


footer p.copy{
	font-size: 12px;
	line-height: 1.4;
	text-align: center;
}


/** PAGE TOP */

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
}

#page-top a {
    background: rgba(0,0,0,0.2);
    text-decoration: none;
    font-size: 20px;
    color: #fff;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    display: block;
}



/**
CLEARFIX
*/

.clearfix::after {
	content: "";
	display: table;
	clear: both;
}




/**
SEARCH
*/

body.search dl.list dt,
body.search dl.list dd{
	margin-bottom: .2em;
	line-height: 1.6;
}

body.search dl.list dt{
	font-weight: 500;
	font-size: 130%;
}

body.search dl.list dd{
	margin-bottom: 1.5em;
}





/**
FLOW
*/

ul.flow li{
	position: relative;
}

ul.flow li div.wrap{
	display: inline-block;
	padding: 20px;
	background: rgba(0,0,0,.3);
	width: 100%;
	text-align: center;
	/*display: flex;
	justify-content: center;
	align-items: center;*/
}
ul.flow li:after{
	 content: "　";
	 height: 20px;
   /*font-family: FontAwesome;
	font-size: 30px;*/
   background: url(/images/arrow_right.png);
   background-size: 20px;
	position: absolute;
	top: 35%;
	right: -22px;
}
ul.flow li:last-child:after{
	content: "";
}

ul.flow li div.wrap.circle{
	width: 100px;
	height: 100px;
	border-radius: 50%;
}

ul.flow li p{
	margin: 0;
}
ul.flow li p.number{
	font-size: 30px;
}

ul.flow li p.title{
	margin: 0;
}




/**
HOME
*/

.home .b_contents{
	/*background: url(/images/bg_line_1.png) no-repeat center center;*/
}

.home .b_contents .flexbox.column{
	margin: 100px 0 0 0;
	position: relative;
}

.home .b_contents .flexbox.column span.number{
	font-size: 300px;
	font-weight: bold;
	color: rgba(0,0,0,0.05);
	position: absolute;
	top: 50px;
	left: -100px;
}

.home .b_contents .flexbox.column.reverse span.number{
	top: 50px;
	left: inherit;
	right: -100px !important;
}


.home .b_contents .flexbox.column .photo{
	text-align: center;
	padding: 0px 0 0px 50px;
}
.home .b_contents .flexbox.column.reverse .photo{
	padding: 0px 50px 0px 0px;
}

.home .b_contents .flexbox.column.bc_5 .photo img{
	width: 60%;
}


.blog div.title h2 .sub.title{
	font-size: 100%;
	font-family: 'Caveat', cursive;
}
.blog h1 .sub.title{
	font-size: 80% !important;
	font-family: 'Caveat', cursive;
}




/**
CONTENTS COMMON
*/


.head_wide{
	margin-bottom: 50px;
}

.head_wide p.image img{
	width: 100%;
}

.head_wide p.image{
	height: 400px;
	overflow: hidden;
}
.head_wide p.image img{
	margin-top: -100px;
}



.main_image{
	position: relative;
}
.main_image img{
	width: 100%;
}
.main_image .text{
	position: absolute;
	top: 100px;
	left: 100px;
}

.main_image .text p{
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.8;
	text-align: left;
    text-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}

.main_image .text p.catch{
	font-size: 40px;
	margin-right: 100px; 
}




/**
CONCEPT
*/


body.concept  .intro p.catch{
	font-size: 50px;
}
body.concept  .intro .main_image .text p.lead{
	font-size: 28px;
}
body.concept  .intro{
	padding-bottom: 30px !important;
}


body.concept .vision{
	padding-top: 50px !important;
}

body.concept .flexbox.column{
	margin-bottom: 0 !important;
}

body.concept .vision section{
	border: none !important;
}


body.concept .vision p.catch{
	font-size: 30px;
	margin: 100px 0 40px 0;
}


span.border{
	border-bottom: solid 2px #000;
	display: block;
	margin-top: 30px;
	/*margin-left: -50px;*/
	width: 100px;
	/*position: absolute;
	top: 130px;
	left: -100px;*/
}

span.border.red{border-color: #d40000;}
span.border.green{border-color: #009b07;}
span.border.yellow{border-color: #f39f00;}
span.border.blue{border-color: #009cfd;}
	
body.concept .vision .main.txt{
	position: relative;
}

body.concept .vision .main.txt div.text{
	padding: 50px 120px 0 120px;
}


body.concept .vision .sub.photo ul li:nth-child(2) img{
	margin: -80px 0 0 200px;
	width: 80%;
}
body.concept .vision .vis_3 .sub.photo ul li:nth-child(2) img{
	margin: -80px 0 0 -80px;
	width: 80%;
}


body.concept .vision ul.power{
	margin: 20px 20px 0 20px;
	width: 480px;
}
body.concept .vision .power li{
	text-align: center;
	display: inline-block;
    mix-blend-mode: multiply;
	vertical-align: top;
  padding: 25px 0 0 ;
  width: 150px;
  height: 150px;
  margin: 5px;
  border-radius: 5px;
}

body.concept .vision .power li p.icon i{
	font-size: 40px;
}
body.concept .vision .power li p{
	font-size: 15px;
	font-weight: bold;
  color: #fff;
  letter-spacing: -.1em;
}
body.concept .vision .power li p span{
	display: block;
}


body.concept .vision .power li:nth-child(1){
  background: #db6c36;
}
body.concept .vision .power li:nth-child(2){
  background: #f39f00;
}
body.concept .vision .power li:nth-child(3){
  background: #fc2;
}



body.concept .ceo .main{
	padding: 0 100px;
}

body.concept .ceo .main .main_text p{
	line-height: 1.8;
	letter-spacing: .05em;
}


body.concept .ceo .sub{
	text-align: center;
}



body.concept .ceo{
	position: relative;
}
body.concept .ceo img.ceo{
	/*-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%);*/
}

body.concept .ceo div.book{
	position: absolute;
	right: 0px;
	bottom: 0;
	text-align: center;
}

body.concept .ceo div.book img{
	width: 150px;
	border: solid 1px #EEE;
}

body.concept .ceo div.book p{
	margin: 1em auto;
}


body.concept .company {
	border: none !important;
}

body.concept .company table th{
	font-weight: bold;
	padding-left: 0;
	padding-right: 0;
	border-bottom: solid 1px #000;
	vertical-align: top;
}





/**
BUSINESS CONTENTS
*/

/**COMMON*/

section.narrow{
	width: 70%;
	margin: 0 auto;
}


ul.block li{
	padding: 40px 50px 50px 50px;
	border: solid 1px #333;
	position: relative;
}
ul.block li div.title{
	margin-bottom: 0px;
	border-left: double 5px #000;
	padding-left: 46px;
	padding-bottom: 10px;
	margin-left: -51px;
	padding-top: 10px;
}

ul.block li ul.normal li{
	padding: 0;
	border: none;
}

ul.block li ul.list{
	margin: 0 0 0 20px;
}
ul.block li ul.list li{
	border: none;
	padding: 0;
	list-style: disc;
	line-height: 1.5;
	margin: 5px 0;
	width: 100%;
}

ul.block li ul.box li{
	padding: 30px 30px 10px 30px;
	border: 0;
	background: rgba(0,0,0,0.03);
	margin-bottom: 2% !important;
}
ul li ul li h4{
	line-height: 1.6;
	font-size: 18px;
}

ul.block li div.price{
	/*border-top: dashed 1px rgba(0,0,0,0.6);*/
	padding-top: 20px;
	margin: 30px auto 0 auto;
	text-align: center;
	font-size: 12px;
	line-height: 1.5;
	position: absolute;
	right:0;
	bottom: 0;
	padding: 10px;
}


ul.block li div.price i{
	font-size: 12px;
}

ul.block li div.price span.num{
	background: url(/images/icon_yen.png) no-repeat center left;
	background-size: 20px;
	padding-left: 25px;
}

ul.block li div.price span{
	font-size: 20px;
	font-weight: bold;
	margin-left: 10px;
	display: block;
}

ul.block li div.price.ask span{
	font-size: 14px;
}


ul.block li .flexbox.column{
	margin-bottom: 20px;
}
ul.block li .flexbox.column .main p{
	margin-top: 1em !important;
}

ul.menu.image li{
	text-align: center;
	position: relative;
}


ul.menu.image li div.image{
	margin-bottom: 0;
}

ul.menu.image.fix div.image{
	height: 200px;
}


ul.menu.image li div.title{
	font-weight: bold;
	position: absolute;
	left: 0;
	top: 70px;
	text-align: center;
	width: 100%;
	
	text-decoration: none;
	color: #FFF;
    text-shadow: 0px 0px 10px rgb(0 0 0 / 50%);
	line-height: 1.3;
	font-size: 24px;
	z-index: 99;
}

p.arrow i{
	font-size:50px;
}



/**BUSINESS_1*/

section section{
	border: none !important;
	padding-bottom: 0 !important; 
}

.business_1 .intro{
	text-align: center;
}

.business_1 .intro .main_image{
	margin-bottom: 50px;
}

.business_1 .main_image .text{
	top: 320px !important;
	left: 100px;
}

ul.flexbox li{
	margin-bottom: 2% !important;
	position: relative;
}


.business_1 .main_image p.catch{
	font-weight: normal;
	font-family:  'RocknRoll One', sans-serif;
	font-size: 50px;
	
	
}
.business_1 .main_image p.catch:first-child{
   /* transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);*/
	font-size: 36px;
}

.business_1 .main_image p.arrow{
	/*text-align: center;
	margin: 0 0 0 100px;
	padding-top: 50px;*/
	
	display: none;
}
.business_1 .main_image p.arrow img{
	width: inherit;
	height: 80px;
}

.business_1 .main_image p.catch{
	margin-top: 0;
	line-height: 1.3;
}



/**BUSINESS_2*/

.business_2 .main_image .text{
	top: inherit;
	bottom: 60px !important;
}

.business_2 .main_image .text p.catch{
	font-size: 24px;
}



/**BUSINESS_3*/

.business_3 .main_image .text{
	top: inherit;
	bottom: 60px !important;
}

.business_3 .main_image .text p.catch{
	font-size: 24px;
}



/**BUSINESS_4*/

.business_4 .main_image .text {
	top: inherit;
	bottom: 60px !important;
}

.business_4 .main_image .text p.catch{
	font-size: 24px;
}

.business_4 .intro .main_image{
	margin-bottom: 50px;
}

.business_4 .step .basic ul li{
	padding: 20px;
}

.business_4 .step .column{
	margin-bottom: 0;
}

.business_4 .step .theme ul li{
	padding: 0px;
}

.business_4 .step .basic ul li{
	margin-bottom: 0 !important;
	}

.business_4 .step .basic ul li div.title,
.business_4 .step .theme ul li div.title{
	margin: 1em 0 1em 0;
	font-size: 22px;
	font-weight: 600;
	text-align: center;
}

.business_4 .step .theme ul li p.lead{
	font-size: 15px;
	text-align: center;
}

.business_4 .step .theme ul li ul.list{
	margin-left: 0 !important;
}

.business_4 .step .theme .title{
	text-align: center;
	font-size: 22px;
	margin: 0em 0 1em 0;
	font-weight: 600;
}


.business_4 .step .theme ul li li{
	padding: 0;
	font-size: 14px;
}

.business_4 .step .theme div.image{
	margin-bottom: 0;
	height: 200px;
}
.business_4 .step .theme div.content{
	padding: 20px 18px;
	background: rgba(0,0,0,0.03);
}


.business_4 .pricing .block_main{
	text-align: center;
	/*background: rgba(0,0,0,0.05);*/
	border: dashed #666 1px;
	width: 60%;
	padding: 50px;
	margin: 0 auto;
	/*background: url(/images/bc_4/5096207.jpeg) no-repeat center top;*/
}

.business_4 .pricing .block_main p{
	font-size: 20px;
	line-height: 350px;
	margin: 0;
}



/**BUSINESS_5*/

.business_5 .main_image .text{
	top: inherit;
	bottom: 60px !important;
}

.business_5 .main_image .text p.catch{
	font-size: 24px;
}




/**
VOICE
*/

/*.voice #contents section{
	padding: 30px 50px;
	border: solid 1px rgba(0,0,0,0.1);
	margin: 50px 0;
}

.voice #contents section p.title{
	font-size: 22px;
	font-weight: bold;
	text-align: center;
}*/

.voice #contents p.support{
	font-size: 18px;
	border-top: dashed 1px #CCC;
	padding-top: 20px;
	margin: 20px 0 0 0;
}
.voice #contents p.support span{
	background: rgba(0,0,0,0.5);
	color: #FFF;
	padding: 5px 10px;
	font-size: 14px;
	margin-right: 1em;
}


.voice #contents .comment{
	background: rgba(0,0,0,0.02);
	padding: 80px 150px;
	margin-top: 20px;
}

.voice #contents .comment p.lead{
	margin-top: 2em;
}

.voice #contents .comment p.heading{
	font-size: 22px;
	margin-top: 0;
	text-align: center;
}





/**
PRIVACY
*/

.privacy #contents{
	margin-bottom: 30px;
}

.privacy h3{
	margin-top: 2em;
}







@media (max-width: 1200px) and (min-width: 801px){
	
.inner {
    width: 90%;
}

#main_contents{
	width: 100%;
	margin-right: 0;
}

#sidebar{
	float: none;
	clear: both;
	width: 100%;
}

}






@media screen and (max-width: 800px) {


/**
BASIC
*/

body{
	-webkit-text-size-adjust: none;
	font-size: 90%;
}

img{
	max-width: 100% !important;
	height: auto;
}

#wrapper{
	width: 100%;
}

#contents{
	padding-top: 70px;
	width: 100% !important;
}
.home #contents{
	padding-top: 50px;
}

#main_contents{
	float: none;
	width: 100%;
	margin-right: 0px;
}

#sidebar{
	float: none;
	clear: both;
	width: 100%;
	margin-bottom: 10px;
}

.inner{
	width: 100%;
	padding: 0 10px;
}

#wrapper,
#main_contents,
#sidebar,
.inner{
	float: none;
	width: 100%;
}

#contents section{
	padding: 30px 0;
}
.home #contents section{
	padding-top: 30px !important;
	padding-bottom: 60px !important;
}
#contents section.narrow{
	width: 80%;
	padding: 0 !important;
	box-sizing: border-box;
}

#contents section:nth-child(2){
	/*padding-top: 0 !important;*/
}

.sp{
	display: inherit;
}
.pc{
	display: none;
}




/**
HEADER
*/

header .inner{
	padding: 0;
}

header h1.logo{
	position: inherit;
	text-align: center;
	margin:0 50px;
}

header h1.logo img.title {
   height: 25px;
}


header .box_info{
	top: 10px;
	right: 10px;
}

header .box_info ul li{
	margin: 0 0 0 10px;
	display: inline-block;
}


header .box_info ul li span.text{
	display: none;
}
header .box_info ul li.tel a {
    font-size: 16px;
}
.tel a:link{
	pointer-events: inherit;
}

header .box_info ul li a.btn{
	padding: 6px 10px;
	height: inherit;
	line-height: inherit;
}
header .box_info ul li i{
    margin-right: 0px;
}

header .box_social{
	top: 13px;
	right: 100px;
}
.box_social ul li i{
	font-size: 12px;
}
.box_social ul li a{
    width: 25px;
    height: 25px;
    line-height: 25px;
}



/**
GLOBAL NAVI(STELL)
*/

.stellarnav.mobile{
	margin-top: -28px;
	position: relative;
	z-index: 999;
}


.stellarnav ul li ul li a {
    color: #000 !important;
    background: rgba(0,0,0,0.05);
    font-weight: 500;
	font-size: 13px !important;
}
.stellarnav ul li ul li a {
    border-bottom: 1px solid rgba(0, 0, 0, .1) !important;
}


.stellarnav ul{
	text-align: left !important;
}
.stellarnav ul li a{
	padding-left: 20px !important;
}

.stellarnav ul ul {
    width: 100% !important;
}
	
.stellarnav .menu-toggle, .stellarnav .call-btn-mobile, .stellarnav .location-btn-mobile{
	padding: 18px !important;
}




/**
COMMON_LAYOUT
*/


 
/**
COMMON_PARTS
*/

/*h1,h2,h3{
	font-size: 100%;
	line-height: 1.3;
}*/

div.title{
	margin-bottom: 20px;
}
div.title.center{
	margin-bottom: 20px;
}
div.title.line{
	margin-bottom: 40px;
}

div.title h1{
	font-size: 20px;
	line-height: 1.2;
}
div.title h2{
	font-size: 18px;
	line-height: 1.2;
}

div.title h2:before {
    content: '';
    width: 40px;
    height: 4px;
}

div.title h3,
div.title.center h3{
	font-size: 20px;
	line-height: 1.2;
}

div.title h3 span.sub {
    display: block;
	/*width: 50%;*/
	text-align: center;
	padding: 5px 5px;
    margin-bottom: 10px;
	float: none;
    margin-right: 0px;
	margin-left: 0;
}



div.title h4{
	font-size: 18px;
	line-height: 1.2;
}

p.catch{
	font-size: 16px;
}

p.lead,
span.lead{
	font-size: 14px;
}

.tel a{
	pointer-events: inherit;
}



/**
MAIN
*/


/**
BX-SLIDER
*/

.bx-wrapper{
	min-height: inherit;
	height: 85vh;
}

.bx-wrapper .bx-viewport {
	min-height:100vh;
}


.main_slider div.box_text{
	width: 100%;
	height: 270px;
	margin-top: 250px;
	position: relative;
}
.main_slider div.text{
	position: absolute;
	top: 30px;
	left: 12%;
}
.main_slider div.text h2{
	font-size: 26px;
	color: #FFF;
	white-space: inherit;
	
}
.main_slider div.text p.catch{
	font-size: 16px;
	margin-bottom: 20px;
}

.main_slider div.image{
	position: absolute;
	width: 100%;
	top: 0px;
}

.main_slider li.slide_1 div.box_text{
	background: #d40000;
}



.bx-wrapper img{
	max-width: 100%;
	height: inherit;
	margin: 0;
}

.main_slider p.catch{
	font-size: 16px;
}


.bx-wrapper .bx-controls-direction a {
    top: 47% !important;
}


/**
PAGER
*/

.pager{
	font-size: 14px;
}

.wp-pagenavi .current, .wp-pagenavi .pages,
.wp-pagenavi a{
    padding: 5px 8px 5px 8px;
}


/**
SINGLE
*/

.single article h1{
	font-size: 20px;
}

.single article{
	width: 100%;
	padding: 0px;
	border: none;
}
.single article h2 {
    font-size: 26px;
}

.single article div.lead {
    margin-top: 0px;
}

.single article div.lead p{
	line-height: 1.8;
	letter-spacing: .05em;
	margin: 1.2em 0;
}


/**
SIDEBAR
*/

#sidebar ul li{
	width: 100%;
	padding: 0;
	margin:0 0 30px 0 !important;
}
#sidebar ul li.cate{
	padding: 0;
}

#sidebar h3{
	margin-bottom: 10px;
	font-size: 18px;
}

#sidebar section{
	padding-bottom: 0;
}



/**
NEWS
*/

.news dl dt{
	clear: both;
	float: none;
	width: 100%;
	margin-bottom: 0;
}

.news dl dd{
	width: 100%;
	float: none;
	margin-bottom: 1em;
}


/**
LIST_LIST
*/

ul.item.list li {
	margin-bottom: 5%;
}

ul.item.list li div.image{
	width: 30% !important; 
	margin-right: 1%;
	margin-bottom: 0px;
}

ul.item.list li div.content{
	width: 66% !important;
}


/**
LIST_BOX
*/

ul.item.box.column_3 li,
ul.item.box.column_4 li,
ul.item.box.column_5 li{
	width: 48%;
}

ul.item.box.sp_full{
	margin-left: 0%;
}

ul.item.box.sp_full li{
	width: 100%;
	margin: 0 0 4% 0;
}
ul.item.box.sp_full li div.image{
	height: 150px;
}

ul.item.box li p.title{
	font-size: 13px;
}



/**
FLEXBOX
*/

.flexbox{
	 justify-content: space-around;
	 -js-display: content;
	 
	display: content;
    -webkit-flex-wrap: content;
    flex-wrap: wrap;
    align-items: stretch;
	
	justify-content: flex-start;
    justify-content: space-between;
}

.flexbox li {
	list-style: none;
	width: 100%;
}

.flexbox li img{
	width: 100%;
}


.flexbox.column {
    margin: 0 0 40px 0;
}

.flexbox.column .sub{
	flex: 100%;
	margin: 0 0 1em 0 !important;
}
.flexbox.column.after .sub{
	flex: 100%;
	margin: 1em 0 0 0 ;
}

.flexbox.column .main{
	flex: 100%;
}

.flexbox.list .main{
	flex: 3 !important;
}

.flexbox.column_3 li,
.flexbox.column_4 li,
.flexbox.column_5 li{
	width: 49%;
}

.flexbox.sp_full li{
	width: 100%;
	margin-bottom: 5%;
}

.flexbox.single li{
	margin-bottom: 5% !important;
}

/**
MAP
*/

.map iframe{
	height: 250px;
}



/**
TABLE
*/

table.list th,
table.list td{
	display: block;
	width: 100%;
}

table.list th{
	border: none;
	padding-bottom: 0;
}



/**
FORM
*/

div.form{
	padding: 15px;
}

div.form dl dt,
div.form dl dd{
	float: none;
	clear: both;
	width: 100%;
	margin: 0;
}
div.form dl dt{
	padding-bottom: 0;
}
div.form .caution{
	display: block;
	margin-top: 5px;
}
div.form dl dd ul li{
	margin: 0;
	padding: .5em 1em;
}
div.form dl dd ul li label{
	margin-left: 0;
}


/**
INPUT
*/

input[type="text"],
input[type="password"],
input[type="email"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
input[type="text"].size_s,
input[type="text"].size_m,
input[type="text"].size_l,
textarea,
select{
	width: 100%;
}



.box_button{
	padding: 0 10px;
	border: dashed 1px #333;
}

.contact ul.list.link li{
	display: block;
	width: 100%;
	margin: 0 0px 10px 0;
	font-size: 11px;
}

.contact ul.list.link li a{
	width: 100%;
	line-height: 1.5;
}




/**
BUTTON
*/

a.btn.arrow{
	padding: 10px 20px;
	width: 100%;
}

input.btn.size_l, button.size_l, a.btn.size_l {
    padding: 10px 50px;
    font-size: 16px;
}


a.btn.arrow{
	min-width: 120px;
}


input[type="submit"].btn.size_2l,
button.size_2l,
a.btn.size_2l{
	font-size: 24px;
}



/**
INFO
*/

.box.info.bottom ul li.button{
	margin-bottom: 30px;
}

.box.info.bottom ul li.tel{
	font-size: 30px;
}

.box.info.bottom ul li.tel p.caution{
	font-size: 13px;
}

.box.info.bottom ul li{
	width: 100%;
	margin: 0 0 1% 0;
}


/**
FOOTER
*/

footer{
	padding-top: 30px;
}
footer .column .info p.logo img{
	width: 150px;
}

footer .column .info{
	text-align: center;
}

footer .column .menu ul h3{
	padding: 10px 0px;
	margin-bottom: 0 !important;
}
footer .column .menu ul li {
    display: block;
    width: 100%;
    margin: 0 0 0 0px;
	padding: 0 20px;
}
footer .column .menu ul li ul{
	margin-bottom: 2em;
}



/**
ACCORDION
*/


.accordion .title,
body.voice .accordion .title{
	background: url(/images/arrow_down.png) center right no-repeat;
	padding-right: 30px;
	background-size: 10px;
}

body.voice .accordion .title.active,
.accordion .title.active{
	background: url(/images/arrow_up.png) center right no-repeat;
	background-size: 10px;
}

footer .accordion .title{
	background: url(/images/arrow_down_white.png) center right no-repeat;
	background-size: 10px;
}


footer .accordion .title.active{
	background: url(/images/arrow_up_white.png) center right no-repeat;
	background-size: 10px;
}


.accordion .title.more.active{
	/*background: url(/images/arrow_up.png) no-repeat right center;*/
	background-size: 16px;
	padding-right: 20px;
}


/**
FLOW
*/

ul.flow li{
	width: 100% !important;
}

ul.flow li:before {
    content: "　";
	margin-right:25px;
	
   background: url(/images/arrow_down.png) no-repeat;
   background-size: 20px;
   
   height: 20px;
	position: absolute;
	bottom: -30px;
	text-align: center;
	width: 100%;
	left: 45%;
	display: block;
	text-align: center;
	
	
    font-family: FontAwesome;
	font-size: 30px;
}
ul.flow li:last-child:before{
	display: none;
}





/**
HOME
*/

.home .b_contents div.title h3 br{
	display: none;
}

.home .b_contents{
	/*background: url(/images/bg_line_1_sp.jpg) no-repeat center center;
	background-size: 90%;
	background: none;*/
}

.home .b_contents .flexbox.column span.number {
    font-size: 200px;
    top: -20px;
    left: -50px;
}
.home .b_contents .flexbox.column.reverse span.number {
    top: -20px;
    left: -50px;
    right: inherit !important;
}


.home .b_contents .flexbox.column{
	margin: 80px 0 0 0;
}

.home .b_contents .flexbox.column div.title{
	margin-bottom: 10px;
}

.home .b_contents .flexbox.column .photo{
	padding: 0px 0 0px 0px;
}
.home .b_contents .flexbox.column.reverse .photo{
	padding: 0px 0px 0px 0px;
}


.home .b_contents .flexbox.column.bc_5 .photo img{
	width: 80%;
}

.home .b_contents .flexbox.column{
	position: relative;
}
.home .b_contents .flexbox.column p.button,
.home section.news p.button{
	position: absolute;
	bottom: 0px;
	right: 0;
}

.home .b_contents .flexbox.column.bc_5 p.button,
.home section.news p.button{
	bottom: -60px;
}


.home section.news ul li.info{
	margin-bottom:  100px !important;
}



/**
CONTENTS_COMMON
*/


.head_wide{
	margin: 0 auto 0px 0;
}
.head_wide p.image{
	height: 150px;
}
.head_wide p.image img{
	margin-top: 0;
}


.main_image .image{
	margin-bottom: 20px;
}

.main_image .text{
	position: inherit;
	top: inherit !important;
	left: inherit;
	bottom: inherit !important;
}
.main_image .text p.catch{
	margin: 0 0 2em 0;
}
.main_image .text p br{
	display: none;
}


.main_image .text p{
	text-shadow: none;
	color: #333;
}

.main_image .text p.catch {
    font-size: 16px !important;
	color: #333;
	bottom: 0 !important;
	margin: 0;
}

.main_image.cover:before{
    background-color: rgba(0,0,0,0);
}



/**
CONCEPT
*/

body.concept  .intro p.catch{
	margin: -140px 0 80px 20px ;
	font-size: 24px !important;
	color: #FFF;
}

body.concept  .intro p.catch span.border{
	margin-top: 10px !important;
}



body.concept .intro .main_image .text p.lead{
	font-size: 16px;
}

body.concept  .intro{
	padding-bottom: 10px !important;
}

body.concept .vision .intro p{
	color: #000;
}

body.concept .vision p.catch{
	font-size: 20px;
	line-height: 1.3;
	margin:   0px 0 20px 0;
	}


body.concept .ceo .sub img.ceo{
	width: 60%;
	margin: 2em 0 0 0;
}




span.border {
    margin-top: 15px;
}


body.concept .ceo .main{
	padding: 0;
}

body.concept .vision .main.txt div.text {
    padding: 0;
}

body.concept .vision .sub.photo ul li:nth-child(1) img {
    margin: 0;
    width: 90%;
}
body.concept .vision .sub.photo ul li:nth-child(2) {
	text-align: right;
}
body.concept .vision .sub.photo ul li:nth-child(2) img {
	margin: -30px 0 0 0 !important;
    width: 70%;
}


body.concept .ceo div.book{
	position: inherit;
	text-align: center;
	right: 0;
	bottom: 0;
	margin-top: 30px;
}



body.concept .vision .vis_2 .column{
	padding-top: 30px !important;
}




body.concept .vision ul.power {
    margin: 1em auto 2em auto;
	width: 100%;
}
body.concept .vision .power li{
	width: 32%;
	height: auto;
}
body.concept .vision .power li p.icon i {
    font-size: 30px;
}
body.concept .vision .power li p{
	font-size: 11px;
}
body.concept .vision .power li p span {
    display: inline;
}

body.concept .vision .power li {
    padding: 15px 0 0;
    margin: 0px;
}




body.concept .company table th{
	/*white-space: nowrap;*/
}

body.concept .company{
	border: none !important;
}

body.concept table.list td{
	padding: 10px 0;
	border: none;
}




/**
BUSINSS
*/

/**COMMON*/

ul.block li div.title{
	padding-left: 20px;
	padding-top: 0;
	padding-bottom: 0;
	margin-left: -21px;
}

ul.block li{
	padding: 20px;
	width: 100%;
}
ul.block li ul.box li{
	width: 100%;
    padding: 20px 20px 5px 20px;
}


ul.block li h3{
	font-size: 16px;
}
ul.block li h3 br{
	/*display: none;*/
}
ul li ul li h4 {
    font-size: 15px;
}

ul.block li div.price{
	position: inherit;
	width: 140px;
	padding: 0px 0 0 0;
}
ul.block li div.price.ask{
	width: 220px;
}

ul.block li div.price i {
    font-size: 20px;
    display: block;
}


.sec_4 ul.block li ul.normal li{
	width: 49% !important;
}


/**BUSINES_COMMON*/

ul.menu.image li{
	width: 100%;
}
ul.menu.image li div.title{
	text-decoration: none;
	display: inline-block;
	line-height: 1.6;
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
    text-shadow: 0px 0px 10px rgb(0 0 0 / 50%);
	line-height: 1.3;
}

ul.menu.image.fix div.image{
	height: 120px;
}


ul.menu.image li div.title{
	left: 0;
	top: 40px;
	font-size: 18px;
}

.business_2 .main_image .text,
.business_3 .main_image .text,
.business_4 .main_image .text,
.business_5 .main_image .text {
    bottom: inherit !important;
}




/**BISINESS_1*/


.business_1 .main_image .image{
	margin-bottom: 50px;
}

.business_1 .intro .main_image {
	border-bottom: solid 1px #ccc;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.business_1 .main_image .text{
	top: inherit !important;
	left: inherit !important;
}

.business_1 .main_image .text p{
	font-size: 14px;
}
.business_1 .main_image .text p.catch{
	font-size: 20px !important;
	text-align: center;
}
.business_1 .main_image p.arrow{
	margin: 10px 0 0 0;
}

.business_1 .main_image p.arrow img {
	height: 30px;
}

.business_1 .main_image p.arrow{
	/*text-align: center;*/
	margin: 0 0 0 100px;
	padding-top: 20px;
}


.business_1 .main_image p.catch{
	margin-top: 0;
}


.business_1  .intro{
	text-align: left;
}



/**BUSINSS_4*/

.business_4 .step .basic ul li{
	padding: 0;
}

.business_4 .step .basic ul li{
    margin-bottom: 15% !important;
}
.business_4 .step .basic ul li:last-child{
	margin-bottom: 0 !important;
}

.business_4 .step .theme ul li{
	width: 100%;
	padding: 0;
	margin-bottom: 10% !important;
}
.business_4 .step .theme ul li li{
	margin-bottom: inherit !important;
}


.business_4 .step .basic ul li div.title, 
.business_4 .step .theme ul li div.title{
	font-size: 18px;
    margin: 1em 0 .5em 0;
}


.business_4 .step .theme ul li p.lead {
    font-size: 13px;
    text-align: center;
}

/**
VOICE
*/

/*.voice #contents section{
	padding: 5px 20px;
	border: solid 1px rgba(0,0,0,0.1);
	margin: 20px 0;
}

.voice #contents section p.title{
	font-size:18px;
	font-weight: bold;
	text-align: left;
}
*/

.voice #contents p.support{
	line-height: 2;
	margin-bottom: 0;
	
    padding-top: 10px;
    margin: 10px 0 0 0;
}



.voice #contents p.support span {
    padding: 5px 10px;
    font-size: 11px;
	margin: 0 10px 10px 0;
}

.voice #contents p.support{
	font-size: 13px;
}

.voice #contents .comment{
	padding: 30px 20px;
	margin-top: 20px;
}

.voice #contents .comment p.heading{
	font-size: 16px;
}


}


