@charset "UTF-8";
/*-----------------------------------------------
__Header
-----------------------------------------------*/
header{
	position: absolute;
	height: auto !important;
}
header h1,
header #logo{
	width: 100%;
	height: 60px;
	overflow:hidden;
	text-align: center;
}
header h1 img:nth-child(1),
header #logo img:nth-child(1){
	margin-bottom: 3px;
}

header .filter{
	position:absolute;
	z-index: 105;
	clear: both;
	top: 0;
	left: 0;
	right: 0;
	height: 60px;
}
.midnightHeader.default .midnightInner,
.midnightHeader.white .midnightInner{
	background: none;
}

.midnightHeader.dark .midnightInner #toggle {
	border-color: #fff;
	color: #fff;
}
.midnightHeader.dark .midnightInner .trigger span,
.midnightHeader.dark .midnightInner .trigger span:nth-of-type(2)::after {
	background-color: #fff;
}
.midnightHeader.dark #logo img:nth-child(2){
		filter: invert(100%);
	-webkit-filter: invert(100%);
}

header nav{
	width: 100%;
	position:static;
	margin-right: 0;
	float: none;
}

#gl_nv li{
	display: block;
}
#gl_nv > li:nth-child(4){
	width: 100%;
}

#gl_nv a{
	display: block;
	color:#555;
	margin: 5px auto;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
}
#gl_nv > li > a em{
	display: block;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
}
#gl_nv li.contact a{
	border-color: #555;
	max-width: 80%;
	margin-top: 20px;
}

#gl_nv > li a::before{
	position: static;
	display: inline-block;
	width: 14px;
	height: 14px;
	transform: scale(0.25);
}
#gl_nv > li a::after{
	left: 48.8%;
	top: 12px;
	-webkit-transform: rotate(135deg) translateX(-50%);
    transform: rotate(135deg) translateX(-50%);
}
#gl_nv > li.contact a::before{
	position: absolute;
	top: 11px;
	left: 13px;
}
#gl_nv > li.contact a::after{
	left: 16px;
	top: 18px;
	-webkit-transform: rotate(45deg) translateX(0);
    transform: rotate(45deg) translateX(0);
}

/*スマホ用ナビボタン*/
.toggleWrap {
	background: rgba(255, 255, 255, 0.8);
	opacity: 1;
	display: block;
	box-sizing: border-box;
  padding: 75px 0 10px 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
	z-index: 100;
	overflow-y: scroll;
}

.hide {
  opacity: 0 !important;
  visibility: hidden;
  overflow: hidden;
}

/* アニメーションはメニューの開閉時のみ */
.animation {
  -webkit-transition-property: opacity, visibility;
  transition-property: opacity, visibility;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  -webkit-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
}

/* メニューオープン時のみ、メニューの後ろのコンテンツをスクロールさせない
iOS safariには別途対応が必要（jQueryに記述）*/
.no-scroll {
  overflow: hidden;
}


#toggle {
	cursor: pointer;
  border: 3px solid #000;
	color: #000;
  text-align: center;
  width: 40px;
  height: 40px;
	border-radius: 10px;
  position:fixed;
  top: 25px;
  right: 13px;
  z-index: 105;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.trigger,
.trigger span {
  display: inline-block;
  -webkit-transition: all .4s;
          transition: all .4s;
}
.trigger {
  position: relative;
  width: 22px;
  height: 14px;
}
.trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
  border-radius: 4px;
}
.trigger span:nth-of-type(1) {
  top: 0;
}
.trigger span:nth-of-type(2) {
  top: 6px;
}
.trigger span:nth-of-type(2)::after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background-color: #000;
  border-radius: 4px;
  -webkit-transition: all .4s;
          transition: all .4s;
}
.trigger span:nth-of-type(3) {
  bottom: 0;
}
.trigger.active span{
	background-color: #000 !important;
}
.trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(8px) scale(0);
          transform: translateY(8px) scale(0);
}
.trigger.active span:nth-of-type(2) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.trigger.active span:nth-of-type(2)::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
	background-color: #000 !important;
}
.trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-8px) scale(0);
          transform: translateY(-8px) scale(0);
}

/*-----------------------------------------------
__Main
-----------------------------------------------*/
#u_img h1{
	bottom: 20%;
}
#u_img ul{
	width: 60%;
}

h3 span{
	letter-spacing: 0.15em;
}

.dl_company dt{
	font-size: 2.3em;
}
.introduction{
	margin: 80px auto 40px auto;
}

/*result*/
.list_thumb img{
	width: 90%;
	margin: 0 auto;
	margin-bottom: 10px;
	transition: all ease .3s;
}
.list_thumb dl{
	display: block;
	padding-left: 5%;
}
.list_thumb dt{
	width: 100%;
	padding-bottom:0px;
}
.list_thumb dt::after{
	display: none;
}
#main .list_thumb a dd{
	padding-left: 0px;
}
.introduction > article a::before{
	background: rgba(0,0,0,0.4);
}
.introduction a dl dd{
	opacity: 0.9;
}
.recruit_message dt em::before{
	top: 0.2em;
}

.txt_flow{
	padding: 0 10%;
	box-sizing: border-box;
}

#main > .business_intro:first-of-type section{
	padding: 5%;
}
.business_intro section{
	width: 50%;
	padding: 5%;
}
.img_b-a dd .ul_tb figure{
	width: 84%;
	margin: 0 auto;
}
.img_left > li:first-of-type{
	width: 36%;
}

.subsidence > article dt{
	margin-bottom: 30px;
}
.subsidence .s_slider{
	height: 300px;
	margin-top: 30px;
}
.subsidence .s_slider img{
	height: 300px;
}

.u_news{
	padding-top: 20px;
}
.u_news dl{
	display: flex;
	padding-left: 5%;
}
.u_news dt{
	width: 45% !important;
	text-align: left;
}
#main .u_news a dd{
	width: 55% !important;
	text-align: left;
	padding-left: 5%;
}
.u_news dt::after{
	display: block;
}
.u_news p{
	padding-left: 5%;
	text-align: left !important;
}


/* 整理収納アドバイザー */
html.adviser #u_img{
	margin-top: 100px;
}
html.adviser #u_img img{
	width: 60%;
	margin-left: 40%;
}
html.adviser #u_img > div{
	color: #888;
	position: absolute;
	width: 38%;
	left: 5%;
	top: 35%;
	animation: leftIn 1.5s ease 0s 1 normal;
    -webkit-animation: leftIn 1.5s ease 0s 1 normal;
}
html.adviser #u_img h1{
	font-size: 1.9em;
}

/*-----------------------------
Wordpress
------------------------------*/
.page_link{
	width: 90%;
}
.gallery-caption { /** キャプション **/
	padding: 0 10px;
}
/*-----------------------------------------------
__footer
-----------------------------------------------*/
footer address{
	padding:40px 0;
}
footer address ul.links >li:nth-of-type(2) a:hover{
	color: #ff742f;
}
footer address > ul.links >li:last-of-type{
	width: 40%;
	position: relative;
}

footer address > ul:last-of-type >li:last-of-type{
	text-align: right;
	width: 40%;
}
footer small{
	color: #aaa;
}


/*-----------------------------------------------
__Index
-----------------------------------------------*/
#top_img .top_img_txt{
	max-width: 90%;
}
#top_news{
	padding: 30px 15px;
}
#top_news dt{
	width: 22%;
}
#top_news dd{
	width: 78%;
}
.list_thumb > li{
	text-align: center;
}
.list_thumb a span{
	height: 140px;
	padding: 0;
	margin: 0 auto;
}
#main .list_thumb a dd{
	width: 90%;
}

#top_flow ul{
	display: block;
}
#top_flow ul > li{
	position: static !important;
	width: 100% !important;
}
#top_flow ul > li:first-child article{
	padding-left: 5%;
	box-sizing: border-box;
}
#top_flow ul > li:first-child article::after{
	left: 0;
	top: -12%;
}
#top_flow ul > li:last-child{
	padding: 20px 30px ;
}
#top_flow{
	padding: 100px 0 50px 0;
}
#top_photo ul{
	justify-content: flex-start;
}

#top_photo ul > li{
	width: calc(100%/4);
	text-align: center;
	padding: 0 1%;
	box-sizing: border-box;
}
#top_photo ul > li img{
	transform: scale(1.1);
}
#top_photo ul > li:nth-child(n+9){
	display: none;
}

#bn_dayori dl::before{
	width: 16%;
}

#bn_dayori dd{
	text-align: center;
}
#bn_dayori dd span{
	display: table;
	margin: 0 auto 5px auto;
}
#bn_dayori dd span::before,
#bn_dayori dd span::after{
	width: 1px;
	height: 100%;
	border-top: none;
	border-left: 1px solid #fff;

	top: 0 !important;
}
#bn_dayori dd span::before{
	left: -1em;
	transform: rotate(-20deg);
}
#bn_dayori dd span::after{
	left: auto;
	right: -1em;
	transform: rotate(20deg);
}

/*-----------------------------------------------
__Common
-----------------------------------------------*/
.tb_block{
	display: block;
}
.sm_block{
	display: none;
}
.tb_li_block > li{
	display: block;
	margin-bottom: 15px;
	overflow: hidden;
}


.f_right{
	float: right;
}
.f_left{
	float: left;
}
.c_both{
	clear: both;
}
.img_line{
	margin: 5px;
	padding: 2px;
	border: 1px solid #ccc;
}
.icon{
	margin: 0 5px;
	vertical-align: middle;
}

#pagetop{
	position: relative;
	display: block;
	width:45px;
	height:45px;
	text-align: center;
	z-index: 120;
}
#pagetop::before{
	content: "";
	display: inline-block;
	width: 30px;
	height: 30px;
	border: 2px solid #ff742f;
	border-radius: 100%;
	vertical-align: middle;
	transform: scale(1.2);
	background: #fff;
}
#pagetop::after{
	content: "";
	position: absolute;
	left: 55%;
	top: 33%;
    width: 8px;
    height: 8px;
    border-top: 2px solid #ff742f;
    border-right: 2px solid #ff742f;
    -webkit-transform: rotate(-45deg) translate(-50%,-50%);
    transform: rotate(-45deg) translate(-50%,-50%);
	opacity: 1;
}
@media all and (max-width: 880px) {
body{
	font-size: 80%;
	overflow-x: hidden;
}
}