﻿@charset "utf-8";
html{}
body {
	width:100%;
	box-sizing: border-box;
	padding:0;
	margin:0;
	font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'Helvetica', 'Arial', sans-serif;
}
ul, li{
	list-style:none;
	padding:0;
	margin:0;
}
i{
	font-style:normal;
}
img{
	max-width:100%;
	vertical-align:bottom;
}
a{
	display: block;
	color:#000;
	text-decoration:none;
}
h2{
	position: relative;
	line-height: 1;
	font-size: 36px;
	font-size: 3.6rem; 
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align: center;
	color: #0510a1;
}
h2 span{
	background: url(../images/border_y.png) center bottom no-repeat;
	background-size: contain;
	padding-bottom: 2rem;
}
#container{
	position: relative;
	overflow-x: hidden;
}
.button{
	position: relative;
	line-height: 1;
	width: auto;
	margin: 0 auto;
	padding: 3rem 0;
	background: #0510a1;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: normal;
	text-align: center;
	color: #fff;
	border-radius: 10px;
}
.button span{
	position: relative;
	display: block;
}
.button span:after{
	content: "";
	display: block;
	vertical-align: middle;
	width: 2em;
	height: 1em;
	background: url(../images/allow.png) no-repeat;
	background-size: contain;
	position: absolute;
	right: 4rem;
	top: 0;
	bottom: 0;
	margin: 0;
}
.pc-block{
	display: block;
}
.sp-block{
	display: none;
}

/*******************
 * header
********************/
#header{
	position: absolute;
	z-index: 10;
	width: 100%;
	transition:all 0.8s ease-in-out 0s;
	opacity:1;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	}
#header .inner {
	max-width: 1100px;
	padding: 5rem 0;
}
#header.fixed .inner{
	padding: 1rem 0;
}
#header .inner h1{
	line-height: 1;
	font-size: 36px;
	font-size: 3.6rem;
}
#header .inner h1 a{
	color: #fff;
}
#header .inner ul li+li{
	margin-left: 3rem;
}
#header .inner ul li a{
	color: #fff;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: bold;
}
#header.fixed {
	background: #0510a1;
	position: fixed;
	top: 0;
	z-index: 10;
	width: 100%;
	opacity: 0;
	animation-name: NavAreaIn;
	animation-duration: 1.2s;
	animation-fill-mode: forwards;
	transition : all 0.5s ease 0s;
}
#header.fixed .inner h1 a,#header.fixed .inner ul li a{
	color: #fff;
}
@keyframes NavAreaIn{
	0%{
		visibility: hidden;
		opacity:0;
	}
	100%{
		transform:translateY(0);
		opacity:1;
	}
}



/*************************
/* flex-box
*************************/
.flex-box{
	display: -webkit-flex;
	display: flex;
}
.flex-box-nowrap{
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
.flex-box-wrap{
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.flex-box-row-rever{
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.flex-box-column{
	-webkit-flex-direction: column;
	flex-direction: column;
}
.flex-box-column-r{
	-webkit-flex-direction: column-reverse;
	flex-direction: column-reverse;
}
.flex-box-space-b{
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.flex-box-space-a{
	-webkit-justify-content: space-around;
	justify-content: space-around;
}
.flex-box-space-c{
	-webkit-justify-content: center;
	justify-content: center;
}
.flex-box-space-e{
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}
.flex-box-item-c{
	-webkit-align-items: center;
	align-items: center;
}
.flex-box-item-e{
	-webkit-align-items: flex-end;
	align-items: flex-end;
}
.flex-box-item-s{
	-webkit-align-items: flex-start;
	align-items: flex-start;
}




/*******************
 * slider-01
********************/
#main-box,#inner-main-box{
	position: relative;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#main-box:after{
	display: inline-block;
	content: "";
	width: 54em;
	height: 14em;
	vertical-align: middle;
	background: url(../images/sincerely_txt.png) no-repeat bottom right;
	background-size: contain;
	position: absolute;
	left: 10rem;
	bottom: -5rem;
}
div.slider-01{
	overflow:hidden;
}
div.slider-01 div.slide{
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	aspect-ratio: 2 / 1;
}
div.slider-01 div.slide-01{background-image:url("../images/slider01.jpg");}
div.slider-01 div.slide-02{background-image:url("../images/slider02.jpg");}
div.slider-01 div.slide-03{background-image:url("../images/slider03.jpg");}

#main-box div.slider-text,#inner-main-box div.slider-text{
	display: flex;
	align-items: center;
	height: 100%;
	position: absolute;
	top: 0;
	color: #fff;
}
#main-box div.slider-text:after{
	display: inline-block;
	content: "";
	width: 46em;
	height: 100%;
	vertical-align: middle;
	background: url(../images/main_textbk.png) no-repeat bottom right;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 0;
}
#main-box div.slider-text > div,#inner-main-box div.slider-text > div{
	padding-left: 10rem;
	z-index: 10;
}
#main-box div.slider-text .sub_title,#inner-main-box div.slider-text .sub_title{
	font-size: 24px;
	font-size: 2.4rem;
}
#main-box div.slider-text .sub_title span,#inner-main-box div.slider-text .sub_title span{
	display: block;
}
#main-box div.slider-text .title,#inner-main-box div.slider-text h2{
	font-size: 98px;
	font-size: 9.8rem;
	color: #fff;
	text-align: left;
}
#inner-main-box div.slider-text h2{
	margin-top: 6rem;
}
#container.inner-page{
	padding-bottom: 14rem;
}
#container > .contents > section{
	max-width: 1100px;
	margin: 0 auto;
}

/*******************
 * TOP
********************/
#items-block{
	padding: 10rem 0;
}
#items-block div.flex-box > div{
	width: calc(100% / 2);
}
#items-block div.flex-box > div.text-box > p{
	line-height: 1.8;
	margin-top: 5rem;
}
#items-block div.flex-box > div.text-box > .button{
	margin-top: 5rem;
}
#items-block div.flex-box > div.img-box{
	margin-left: 6rem;
}
#info-block div.body > div.text-box{
	margin-top: 5rem;
	line-height: 1.8;
}
#info-block div.body > div.text-box p+p{
	margin-top: 1rem;
}
#info-block div.body > div.flex-box{
	margin-top: 4rem;
}
#info-block div.body > div.flex-box > .box{
	width: calc(100% / 3 - 20px);
	margin-top: 4rem;
}
#info-block div.body > div.flex-box > .box .img{
	position: relative;
}
#info-block div.body > div.flex-box > .box .img span.title{
	writing-mode: vertical-rl;
	color: #fff;
	position: absolute;
	top: 3rem;
	right: 3rem;
	z-index: 10;
	font-size: 24px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#info-block div.body > div.flex-box > .box > .text{
	margin-top: 2rem;
}
#info-block div.body > div.button-box > .button{
	width: 40%;
	margin-top: 8rem;
}
.roll-box{
	margin: 12rem 0;
}
/*
右から左へ
----------------------------*/
@keyframes infinity-scroll-left {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-100%);
	}
}

/*
IE11対策
----------------------------*/
_:-ms-lang(x)::-ms-backdrop,
.d-demo {
	display: -ms-grid;
	overflow: hidden;
	
	}
/*----------------------------*/
.d-demo__wrap {
	display: flex;
	overflow: hidden;
}
.d-demo__list {
	display: flex;
	list-style: none;
}
.d-demo__list--left{
	animation :infinity-scroll-left 95s infinite linear 0.5s both;
}
.d-demo__item {
	width: calc(100vw / 4);
	margin: 0 2rem;
}
.d-demo__item > img{
	width: 100%;
}
#promise-block{
	padding-bottom: 12rem;
}
#promise-block section .head{
	text-align: center;
}
#promise-block section .head > .title{
	font-size: 6.0rem;
	font-size: 60px;
	color: #0510a1;
}
#promise-block section .head > .txt{
	font-size: 2.4rem;
	font-size: 24px;
}
#promise-block section .body div.flex-box{
	margin-top: 8rem;
}
#promise-block section .body div.flex-box+div.flex-box{
	margin-top: 6rem;
}
#promise-block section .body div.flex-box div.icon-box{
	min-width: 250px;
	text-align: center;
}
#promise-block section .body div.flex-box div.text-box .number{
	font-size: 3.0rem;
	font-size: 30px;
}
#promise-block section .body div.flex-box div.text-box .round{
	background: #0510a1;
	color: #fff;
	border-radius: 50%;
	padding: 1.5rem 2.5rem;
}
#promise-block section .body div.flex-box div.text-box .number span:nth-child(2){
	font-weight: bold;
	margin-left: 2rem;
}
#promise-block section .body div.flex-box div.text-box .title{
	margin-top: 2rem;
	font-size: 2.4rem;
	font-size: 24px;
	font-weight: bold;
}
#promise-block section .body div.flex-box div.text-box .title span{
	display: block;
}
#promise-block section .body div.flex-box div.text-box .title .txt-blue{
	font-size: 1.4rem;
	font-size: 14px;
	color: #0510a1;
}
#promise-block section .body div.flex-box div.text-box > .text{
	margin-top: 1rem;
}
#bunner-block{
	background: #0510a1;
	color: #fff;
}
#bunner-block section .head{
	padding: 6rem 0 0;
	text-align: center;
}
#bunner-block section .head > .title{
	font-size: 3.6rem;
	font-size: 36px;
}
#bunner-block section .head > .txt{
	font-size: 2.4rem;
	font-size: 24px;
}
#bunner-block section .body{
	margin-top: 5rem;
	padding: 0 0 9rem;
	text-align: center;
}
#bunner-block section .body > p:nth-child(2){
	margin-top: 5rem;
	font-size: 2.4rem;
	font-size: 24px;
}
#bunner-block section .body > .tell{
	display: inline-block;
	margin-top: 3rem;
	font-size: 4.8rem;
	font-size: 48px;
	font-weight: bold;
	color: #fff;
}
#bunner-block section .body > .tell span img{
	vertical-align: sub;
}
#footer{
	border-top: 1px solid #0510a1;
}
#footer .inner{
	padding: 6rem 0 2rem;
}
#footer .inner ul li+li {
	margin-left: 6rem;
}
#footer .inner > .footer-top ul li a{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 24px;
	font-size: 2.4rem;
}
#footer .inner > .footer-bottom{
	margin-top: 10rem;
}
#footer .inner > .footer-bottom .c-box{
	font-size: 1.8rem;
	font-size: 18px;
	text-align: center;
}
#footer .inner > .footer-bottom .c-box > p:nth-child(1){
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 3.6rem;
	font-size: 36px;
}
#footer .inner > .footer-bottom .c-box .tell{
	font-size: 3.0rem;
	font-size: 30px;
}
#footer .inner > .footer-bottom .c-box .tell span{
	font-size: 1.8rem;
	font-size: 18px;
}
#footer .inner > .footer-bottom .detail-box{
	font-size: 1.8rem;
	font-size: 18px;
	text-align: center;
}
#footer .inner > .footer-bottom .detail-box > p:nth-child(1){
	font-weight: bold;
}
.copyright{
	text-align: center;
	margin-top: 4rem;
	font-size: 14px;
	font-size: 1.4rem;
}




/*インナー*/
body.page #inner-main-box,body.category #inner-main-box,body.archive #inner-main-box,body.single #inner-main-box{
	position: relative;
	width: 100%;
	height: 750px;
}
body.page #inner-main-box .inner-main-image{
	height: 100%;
}




/*遺品整理*/
body.clearing #inner-main-box .inner-main-image{
	background-image: url(../images/clearing/main.jpg);
	background-size: cover;
	background-position: center;
}
body.clearing #inner-main-box div.slider-text:after{
	display: inline-block;
	content: "";
	width: 74em;
	height: 14em;
	vertical-align: middle;
	background: url(../images/clearing/clearing_txt.png) no-repeat bottom right;
	background-size: contain;
	position: absolute;
	left: 10rem;
	bottom: -5rem;
}
body.clearing #clearing-block section:nth-child(1) div.flex-box{
	padding: 10rem 0;
}
body.clearing #clearing-block section:nth-child(1) div.flex-box > div{
	width: calc(100% / 2);
}
body.clearing #clearing-block section:nth-child(1) div.flex-box > div.text-box > p{
	line-height: 1.8;
	margin-top: 5rem;
}
body.clearing #clearing-block section:nth-child(1) div.flex-box > div.img-box{
	margin-left: 6rem;
}
body.clearing #clearing-block section:nth-child(2) div.body{
	margin-top: 6rem;
}
body.clearing #clearing-block section:nth-child(2) div.body div.flex-box div.text-box{
	margin-top: 5rem;
	margin-left: 7rem;
	font-size: 1.8rem;
	font-size: 18px;
}
body.clearing #clearing-block section:nth-child(2) div.body div.flex-box div.text-box ul li{
	font-weight: bold;
}
body.clearing #clearing-block section:nth-child(2) div.body div.flex-box div.text-box > p{
	margin-top: 3rem;
}
body.clearing #clearing-block section:nth-child(2) div.body div.flex-box div.text-box > p .txt-red{
	color: #ff0101;
	font-weight: bold;
}
body.clearing #clearing-block section div.body .box{
	margin-top: 8rem;
}
body.clearing #clearing-block section div.body .box .title{
	font-size: 3.0rem;
	font-size: 30px;
	font-weight: bold;
	color: #0510a1
}
body.clearing #clearing-block section div.body .box .title .number{
		font-size: 4.8rem;
	font-size: 48px;
}
body.clearing #clearing-block section div.body .box ul.flex-box{
	margin-top: 3rem;
}
body.clearing #clearing-block section div.body .box ul.flex-box li+li{
	margin-left: 2rem;
}
body.clearing #clearing-block section div.body .box ul.flex-box li .txt{
	line-height: 1.5;
	margin-top: 1rem;
	text-align: center;
	font-size: 1.8rem;
	font-size: 18px;
	font-weight: bold;
}
body.clearing #clearing-block section div.body .box:nth-child(4) ul.flex-box li{
	width: calc(100% / 6);
}
body.clearing #clearing-block section div.body .box:nth-child(4) ul.flex-box li+li{
	margin-left: 1px;
}
body.clearing #clearing-block section div.body .box:nth-child(4) ul.flex-box li .txt span{
	display: block;
	margin-top: 2rem;
	font-size: 1.4rem;
	font-size: 14px;
	font-weight: normal;
}
body.clearing #clearing-block section div.body .button-box{
	margin-top: 8rem;
}
body.clearing #clearing-block section div.body .button-box > .button{
	width: 40%;
}
body.clearing #clearing-block section div.body .button-box > .caution{
	margin-top: 1rem;
	text-align: center;
}



/*会社概要*/
body.company #inner-main-box .inner-main-image{
	background-image: url(../images/company/main.jpg);
	background-size: cover;
	background-position: center;
}
body.company #inner-main-box div.slider-text:after{
	display: inline-block;
	content: "";
	width: 74em;
	height: 14em;
	vertical-align: middle;
	background: url(../images/company/company_txt.png) no-repeat bottom right;
	background-size: contain;
	position: absolute;
	left: 10rem;
	bottom: -5rem;
}
body.company #company-block{
	padding-top: 10rem ;
}
body.company #company-block .body{
	margin-top: 8rem;
}
body.company #company-block .body > .table-box{
	max-width: 820px;
	margin: 0 auto;
}
body.company #company-block .body > .table-box table{
	width: 100%;
	border-collapse: collapse;
	font-size: 1.8rem;
	font-size: 18px;
	border-right: 1px solid #0510a1;
	border-top: 1px solid #0510a1;
}
body.company #company-block .body > .table-box table tr th{
	width: 30%;
	padding: 1rem;
	background: #0510a1;
	color: #fff;
	border-top: 1px solid #0510a1;
	border-bottom: 1px solid #fff;
}
body.company #company-block .body > .table-box table tr td{
	padding: 1rem 3rem;
	border-bottom: 1px solid #0510a1;
}
body.company #company-block section:nth-child(2){
	margin-top: 20rem;
	text-align: center;
}
body.company #company-block section:nth-child(2) .head .title{
	font-size: 36px;
	font-size: 3.6rem;
	color: #0510a1;
	font-weight: bold;
}
body.company #company-block section:nth-child(2) .body{
	margin-top: 6rem;
}

