@charset "utf-8";
/* CSS Document */

@media screen and (min-width: 769px) {
main{
	background: url(../detail/title.png);
    background-repeat: no-repeat;
    background-size: 400px;
    background-position: top left;
    margin: 0 auto 30px;
    overflow: hidden;
    position: relative;
}
main:after{
	content: "CLEANING";
	color: rgba(0, 108, 185, 0.1);
	font-size: 120px;
	font-weight: bold;
	position: absolute;
	top: 50%;
	right: -30px;
	transform: translate(0,-50%);
	z-index: -1;
}
/*-----------------------------------
list
----------------------------------*/
.cleaning_wrap h2 {
	font-size: 24px;
	font-weight: 500;
	color: #299acc;
	margin-bottom: 35px;
}
.cleaning_wrap h2:before {
	content: "";
	display: inline-block;
	width: 70px;
	height: 30px;
	background: #299acc;
	border-radius: 10px;
	margin-right: 20px;
	vertical-align: middle;
}
.cleaning_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.cleaning_box li {
	width: 23.5%;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 40px !important;
}
.cleaning_box li:nth-child(4n+2) {
	margin: 0 2%;
}
.cleaning_box li:nth-child(4n+3) {
	margin: 0 2% 0 0;
}
.cleaning_box li.on_board{
	position: relative;
}
.cleaning_box li.on_board:before{
	content: "事例掲載あり";
    background: #f39800;
    border-radius: 50px;
    color: #fff;
    font-size: 0.8em;
    text-align: center;
    padding: 2% 6%;
    position: absolute;
    top: 3%;
    right: 4%;    
}
.cleaning_box li.ready{
	position: relative;
}
.cleaning_box li.ready:before{
	content: "準備中";
    background: #666;
    border-radius: 50px;
    color: #fff;
    font-size: 0.8em;
    text-align: center;
    padding: 2% 6%;
    position: absolute;
    top: 3%;
    right: 4%;
}
.cleaning_img {
	display: flex;
}
.cleaning_img img {
	width: 100%;
}
.cleaning_txt {
	color: #fff;
	background: #006cb9;
	text-align: center;
	padding:15px 10px 0;
	font-size: 22px;
	position: relative;
	line-height: 1.3;
	height: 100px;
}
.cleaning_box li a:hover .cleaning_txt {
	background: #499eda;
}
.cleaning_txt:after {
	content: "";
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	background-image: url(../image/i_arrow.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	width: 151px;
	height:10px;
	transition:.3s;
}
.cleaning_box li a:hover .cleaning_txt:after {
	transform: translateX(-40%);
}
/*-----------------------------------
housecleaning
----------------------------------*/
#house h2,#house02 h2{
	position: relative;
}
#house h2:before,#house02 h2:before{
	content: "";
    border-radius: 300px;
    width: 90px;
    height: 90px;
    position: absolute;
    top: -30px;
    left: -10px;
}
#house #menu01 h2:before{
	background:url(../detail/icon01.png);
	background-repeat: no-repeat;
	background-size:cover;
	background-position: center;
}
#house #menu02 .top h2:before{
	background:url(../detail/icon02.png);
	background-repeat: no-repeat;
	background-size:cover;
	background-position: center;
}
#house #menu02 .sub h2:before{
	background:url(../detail/icon02-sub.png);
	background-repeat: no-repeat;
	background-size:cover;
	background-position: center;
}
#house #menu03 h2:before{
	background:url(../detail/icon03.png);
	background-repeat: no-repeat;
	background-size:cover;
	background-position: center;
}
#house #menu04 h2:before{
	background:url(../detail/icon04.png);
	background-repeat: no-repeat;
	background-size:cover;
	background-position: center;
}
#house #menu05 h2:before{
	background:url(../detail/icon05.png);
	background-repeat: no-repeat;
	background-size:cover;
	background-position: center;
}
#house #menu06 h2:before{
	background:url(../detail/icon06.png);
	background-repeat: no-repeat;
	background-size:cover;
	background-position: center;
}
#house #menu07 h2:before{
	background:url(../detail/icon07.png);
	background-repeat: no-repeat;
	background-size:cover;
	background-position: center;
}
#house02 #menu01 h2:before{
	background:url(../detail2/icon01.png);
	background-repeat: no-repeat;
	background-size:cover;
	background-position: center;
}
#house02 #menu02 h2:before{
	background:url(../detail2/icon02.png);
	background-repeat: no-repeat;
	background-size:cover;
	background-position: center;
}
#house02 #menu03 h2:before{
	background:url(../detail2/icon03.png);
	background-repeat: no-repeat;
	background-size:cover;
	background-position: center;
}
#house02 #menu04 h2:before{
	background:url(../detail2/icon04.png);
	background-repeat: no-repeat;
	background-size:cover;
	background-position: center;
}
#house02 #menu05 h2:before{
	background:url(../detail2/icon05.png);
	background-repeat: no-repeat;
	background-size:cover;
	background-position: center;
}
#house02 #menu06 h2:before{
	background:url(../detail2/icon06.png);
	background-repeat: no-repeat;
	background-size:cover;
	background-position: center;
}
#house02 #menu07 h2:before{
	background:url(../detail2/icon07.png);
	background-repeat: no-repeat;
	background-size:cover;
	background-position: center;
}
#house02 #menu08 h2:before{
	background:url(../detail2/icon08.png);
	background-repeat: no-repeat;
	background-size:cover;
	background-position: center;
}
#house02 #menu09 h2:before{
	background:url(../detail2/icon09.png);
	background-repeat: no-repeat;
	background-size:cover;
	background-position: center;
}
#house02 #menu10 h2:before{
	background:url(../detail2/icon10.png);
	background-repeat: no-repeat;
	background-size:cover;
	background-position: center;
}
#house02 #menu11 h2:before{
	background:url(../detail2/icon11.png);
	background-repeat: no-repeat;
	background-size:cover;
	background-position: center;
}
#house02 #menu12 h2:before{
	background:url(../detail2/icon12.png);
	background-repeat: no-repeat;
	background-size:cover;
	background-position: center;
}
#house02 #menu13 h2:before{
	background:url(../detail2/icon13.png);
	background-repeat: no-repeat;
	background-size:cover;
	background-position: center;
}

#house02 #menu08 .contents_wrap_l{
	width: 25%;
}
#house02 #menu08 .contents_wrap_r{
	width: 73%;
}
#house02 #menu10 .contents_wrap_r figure{
	width: 210px;
	height: 210px;
	position: absolute;
	bottom:3%;
	right:3%;
}
#house02 #menu11 .contents_wrap{
	margin: 0 0 30px;
}
#house02 .contents_wrap_ozone01{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#house02 .contents_wrap_ozone01 dl{
	margin: 0 0 20px;
	width: 54%;
}
#house02 .contents_wrap_ozone01 figure{
	margin: 0 auto;
	width: 30%;
}
#house02 .contents_wrap_ozone01 dl dt{
	background: #006cb9;
    color: #fff;
    font-weight: normal;
    margin: 0 0 10px;
    padding: 5px 0 5px 20px;
}
#house02 .contents_wrap_ozone01 dl dd{
	padding: 5px 0 5px 20px;
}
}

@media screen and (max-width: 768px) {
main{
	background: url(../detail/title.png);
    background-repeat: no-repeat;
    background-size: 400px;
    background-position: top left;
    margin: 0 auto 30px;
    overflow: hidden;
    position: relative;
}
main:after{
	content: "CLEANING";
    color: rgba(0, 108, 185, 0.1);
    font-size: 48px;
    font-weight: bold;
    position: absolute;
    bottom: 0;
    right: -8px;
    z-index: -1;
}
/*-----------------------------------
list
----------------------------------*/
.cleaning_wrap h2 {
	font-size: clamp(20px, 4.3vw, 24px);
	font-weight: 500;
	color: #299acc;
	margin-bottom: 20px;
}
.cleaning_wrap h2:before {
	content: "";
	display: inline-block;
	width: 70px;
	height: 30px;
	background: #299acc;
	border-radius: 10px;
	margin-right: 20px;
	vertical-align: middle;
}
.cleaning_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.cleaning_box li {
	width: 48%;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 20px !important;
}
.cleaning_box li:nth-child(4n+2) {
	margin: 0 0 0 4%;
}
.cleaning_box li:nth-child(4n+3) {
	margin: 0 4% 0 0;
}
.cleaning_box li.on_board{
	position: relative;
}
.cleaning_box li.on_board:before{
	content: "事例掲載あり";
    background: #f39800;
    border-radius: 50px;
    color: #fff;
    font-size: 0.8em;
    text-align: center;
    padding: 2% 6%;
    position: absolute;
    top: 3%;
    right: 4%;    
}
.cleaning_box li.ready{
	position: relative;
}
.cleaning_box li.ready:before{
	content: "準備中";
    background: #666;
    border-radius: 50px;
    color: #fff;
    font-size: 0.8em;
    text-align: center;
    padding: 2% 6%;
    position: absolute;
    top: 3%;
    right: 4%;
}
.cleaning_img {
	display: flex;
}
.cleaning_img img {
	width: 100%;
}
.cleaning_txt {
	color: #fff;
	background: #006cb9;
	text-align: center;
	padding:15px 10px 0;
	font-size: clamp(18px, 4.3vw, 24px);
	position: relative;
	line-height: 1.3;
	height: 120px;
}
.cleaning_box li a:hover .cleaning_txt {
	background: #499eda;
}
.cleaning_txt:after {
	content: "";
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	background-image: url(../image/i_arrow.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	width: 151px;
	height:10px;
	transition:.3s;
}
.cleaning_box li a:hover .cleaning_txt:after {
	transform: translateX(-40%);
}
section.cleaning01, section.cleaning02 {
	margin-bottom: 20px;
}
/*-----------------------------------
housecleaning
----------------------------------*/
#house h2,#house02 h2{
	position: relative;
}
#house h2:before,#house02 h2:before{
	content: "";
    border-radius: 300px;
    width: 70px;
    height: 70px;
    position: absolute;
    top: -10px;
    left: -10px;
}
#house #menu01 h2:before{
	background:url(../detail/icon01.png);
	background-repeat: no-repeat;
	background-size:cover;
	background-position: center;
}
#house #menu02 .top h2:before{
	background:url(../detail/icon02.png);
	background-repeat: no-repeat;
	background-size:cover;
	background-position: center;
}
#house #menu02 .sub h2:before{
	background:url(../detail/icon02-sub.png);
	background-repeat: no-repeat;
	background-size:cover;
	background-position: center;
}
#house #menu03 h2:before{
	background:url(../detail/icon03.png);
	background-repeat: no-repeat;
	background-size:cover;
	background-position: center;
}
#house #menu04 h2:before{
	background:url(../detail/icon04.png);
	background-repeat: no-repeat;
	background-size:cover;
	background-position: center;
}
#house #menu05 h2:before{
	background:url(../detail/icon05.png);
	background-repeat: no-repeat;
	background-size:cover;
	background-position: center;
}
#house #menu06 h2:before{
	background:url(../detail/icon06.png);
	background-repeat: no-repeat;
	background-size:cover;
	background-position: center;
}
#house #menu07 h2:before{
	background:url(../detail/icon07.png);
	background-repeat: no-repeat;
	background-size:cover;
	background-position: center;
}
#house02 #menu01 h2:before{
	background:url(../detail2/icon01.png);
	background-repeat: no-repeat;
	background-size:cover;
	background-position: center;
}
#house02 #menu02 h2:before{
	background:url(../detail2/icon02.png);
	background-repeat: no-repeat;
	background-size:cover;
	background-position: center;
}
#house02 #menu03 h2:before{
	background:url(../detail2/icon03.png);
	background-repeat: no-repeat;
	background-size:cover;
	background-position: center;
}
#house02 #menu04 h2:before{
	background:url(../detail2/icon04.png);
	background-repeat: no-repeat;
	background-size:cover;
	background-position: center;
}
#house02 #menu05 h2:before{
	background:url(../detail2/icon05.png);
	background-repeat: no-repeat;
	background-size:cover;
	background-position: center;
}
#house02 #menu06 h2:before{
	background:url(../detail2/icon06.png);
	background-repeat: no-repeat;
	background-size:cover;
	background-position: center;
}
#house02 #menu07 h2:before{
	background:url(../detail2/icon07.png);
	background-repeat: no-repeat;
	background-size:cover;
	background-position: center;
}
#house02 #menu08 h2:before{
	background:url(../detail2/icon08.png);
	background-repeat: no-repeat;
	background-size:cover;
	background-position: center;
}
#house02 #menu09 h2:before{
	background:url(../detail2/icon09.png);
	background-repeat: no-repeat;
	background-size:cover;
	background-position: center;
}
#house02 #menu10 h2:before{
	background:url(../detail2/icon10.png);
	background-repeat: no-repeat;
	background-size:cover;
	background-position: center;
}
#house02 #menu11 h2:before{
	background:url(../detail2/icon11.png);
	background-repeat: no-repeat;
	background-size:cover;
	background-position: center;
}
#house02 #menu12 h2:before{
	background:url(../detail2/icon12.png);
	background-repeat: no-repeat;
	background-size:cover;
	background-position: center;
}
#house02 #menu13 h2:before{
	background:url(../detail2/icon13.png);
	background-repeat: no-repeat;
	background-size:cover;
	background-position: center;
}

/*#house02 #menu08 .contents_wrap_l{
	width: 25%;
}
#house02 #menu08 .contents_wrap_r{
	width: 73%;
}*/
#house02 #menu10 .contents_wrap_r figure{
	width: 160px;
    position: absolute;
    top: -140px;
    right: 0;
}
#house02 #menu11 .contents_wrap{
	margin: 0 0 30px;
}
#house02 .contents_wrap_ozone01{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#house02 .contents_wrap_ozone01 dl{
	margin: 0 auto 4%;
	width: 100%;
}
#house02 .contents_wrap_ozone01 figure{
	margin: 0 auto;
	width: 60%;
}
#house02 .contents_wrap_ozone01 dl dt{
	background: #006cb9;
    color: #fff;
    font-weight: normal;
    margin: 0 0 10px;
    padding: 5px 0 5px 20px;
}
#house02 .contents_wrap_ozone01 dl dd{
	padding: 5px 0 5px 20px;
}
}

@media screen and (max-width: 520px) {
.cleaning_txt {
	height: 100px;
}
.cleaning_txt:after {
	width: 110px;
	background-size: contain;
}
}
