@charset "UTF-8";

/*================================================

　ボックス矢印

=================================================*/
.box-arrow {
	position: relative;
}
.box-arrow::after {
	position: absolute;
	bottom: -27px;
	left: calc(50% - 46px);
	content: '';
	border-left: 46px solid transparent;
	border-right: 46px solid transparent;	
	border-top: 25px solid #009BE4;
}
.schedule.box-arrow::after {
	bottom: -25px;
}
.cleaning-content ul li figure:nth-of-type(1).box-arrow::after {
	bottom: -38px;
}

/*================================================

　不用品回収の流れ

=================================================*/
.collect-flow {
	position: relative;
	width: 880px;
	margin: 0 auto;
	padding: 0;
}
.collect-flow-inner {
}
.collect-flow-inner h2 {
	margin: 25px 0 37px;
	padding: 10px 0;
	text-align: center;
	color: #FFF;
	font-size: clamp(1.4rem, (100vw - 375px) * 11 / 905 + 14px, 2.5rem);
	font-weight: 600;
	text-shadow: 1px 2px 0 rgba(177,90,36,1);
	background-color: #F69200;
	border-radius: 9px;
	box-shadow: 3px 4px 0px rgba(177,90,36,1);
}
.collect-flow-case {
	position: relative;
	padding: 15px 80px 50px 45px;
	border: 3px solid #009BE4;
	border-radius: 10px;
}
.collect-flow-case h3 {
	width: 63.75%;
	margin: 0 auto 50px;
	padding: 0 0 10px;
	color: #009BE4;
	text-align: center;
	font-size: clamp(1.5rem, (100vw - 375px) * 10 / 905 + 15px, 2.5rem);
	font-weight: 700;
	border-bottom: 1px solid #009BE4;
}
.collect-flow-case-content {
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	padding: 0;
}
.collect-flow-case-content-text {
	width: 59.602649%;
	margin: 0;
	padding: 0;
	text-align: justify;
	font-size: clamp(1.2rem, (100vw - 375px) * 3 / 905 + 12px, 1.5rem);
	line-height: 1.5;
	letter-spacing: 0.05em;
}
.collect-flow-case-content-text p:nth-of-type(2) {
	text-align: right;
	margin: 1em 0 0;
}
.collect-flow-case-content-client {
	width: 33.112583%;
}
.client-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 10px auto 0;
	padding: 0;
}
.client-box figure {
	width: 22%;
}

.client-box-text p:nth-of-type(1) {
	margin: 0 0 5px;
	font-size: clamp(1.2rem, (100vw - 375px) * 2 / 905 + 12px, 1.4rem);
	font-weight: 600;
	letter-spacing: 0.075em;
}
.client-box-text p:nth-of-type(2) {
	font-size: clamp(1rem, (100vw - 375px) * 1 / 905 + 10px, 1.1rem);
	line-height: 1.3;
	letter-spacing: 0.075em;
}
.collect-flow-case figure.illust01 {
	position: absolute;
	top: -33px;
	left: 130px;
	width: 10.340909%;
}

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

	.collect-flow {
		width: 81.481481%;
	}
	.collect-flow-inner h2 {
		margin: 2.840909% 0 5.204545%;
		padding: 1.136364% 0;
		border-radius: 6px;
		box-shadow: 2px 3px 0px rgba(177,90,36,1);
	}
	.collect-flow-case {
		padding: 1.704545% 5.113636% 5.681818%;
	}
	.collect-flow-case h3 {
		width: 70%;
		margin: 0 auto 5.681818%;
		padding: 0 0 10px;
	}
	.collect-flow-case-content-text {
		width: 56%;
	}
	.collect-flow-case-content-client {
		width: 40%;
	}
	.client-box {
		justify-content: flex-start;
		align-items: flex-start;
	}
	.client-box figure {
		margin: 0 10px 0 0;
	}

	.collect-flow-case figure.illust01 {
		top: -8%;
		left: 14.772727%;
	}

}

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

	.collect-flow-inner h2 {
		padding: 1.136364% 0 1.7%;
		box-shadow: 1px 2px 0px rgba(177,90,36,1);
	}
	.collect-flow-case-content {
		flex-wrap: wrap;
	}
	.collect-flow-case h3 {
		width: 90%;
	}
	.collect-flow-case-content-text {
		width: 100%;
	}
	.collect-flow-case-content-client {
		width: 90%;
		margin: 20px auto 0;
	}

	.collect-flow-case figure.illust01 {
		top: -15px;
		left: 1.772727%;
	}

}


/*================================================

　スケジュール

=================================================*/
.schedule {
	position: relative;
	margin: 40px 0 0;
	padding: 30px;
	background-color: #7ECEF4;
	border-radius: 10px;
}
.schedule h3 {
	margin: 0 auto 10px;
	padding: 0 0 10px;
	color: #0061B2;
	text-align: center;
	font-size: clamp(2rem, (100vw - 375px) * 5 / 905 + 20px, 2.5rem);
	font-weight: 700;
}
.schedule-content-box + p {
	margin: 30px 0 0;
	color: #0061B2;
	text-align: right;
	font-size: clamp(1rem, (100vw - 375px) * 4 / 905 + 10px, 1.4rem);
}

.schedule-content-box ol {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	padding: 0 60px;
}
.schedule-content-box li {
	display: flex;
	flex-direction: column;
	width: 94px;
}
time.mark {
	position: relative;
	display: block;
	width: 75px;
	height: 75px;
	padding: 4px 0 0;
	color: #FFF;
	text-align: center;
	font-size: clamp(1.4rem, (100vw - 375px) * 6 / 905 + 14px, 2rem);
	font-weight: 700;
	line-height: 1.25;
	background-color: #F69200;
	border-radius: 50%;
	z-index: 10;
}
.schedule-content-box li time.mark {
	margin: 0 auto;
}

.schedule-content-box li div {
	position: relative;
	width: 100%;
	height: calc(100% - 55px);
	margin: -14px auto 0;
	padding: 20px 0;
	text-align: center;
	background-color: #FFF;
	border-radius: 9px;
}
.schedule-content-box li div::before {
	position: absolute;
	top: calc(50% - 51px);
	right: -28px;
	content: '';
	border-top: 51px solid transparent;
	border-bottom: 51px solid transparent;
	border-left: 28px solid #FFF;
}
.schedule-content-box li div::after {
	position: absolute;
	top: calc(50% - 46px);
	right: -26px;
	content: '';
	border-top: 46px solid transparent;
	border-bottom: 46px solid transparent;
	border-left: 25px solid #009BE4;
}
.schedule-content-box li:last-child div::before,
.schedule-content-box li:last-child div::after {
	display: none;
}

.schedule-content-box p {
	display: inline-block;
	color: #009BE4;
	writing-mode: vertical-rl;
	text-orientation: upright;
	text-align: left;
	font-size: clamp(1.4rem, (100vw - 375px) * 6 / 905 + 14px, 2rem);
	font-weight: 700;
	line-height: 1.3;
}
.schedule-content-box p span {
	display: inline-block;
	margin: 0 5px 0 0;
	font-size: clamp(1.2rem, (100vw - 375px) * 3 / 905 + 12px, 1.5rem);
}
.upright {
	display: inline-block;
	text-align: center;
	text-combine-upright: all;
}

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

	.schedule-content-box ol {
		display: flex;
		justify-content: space-between;
		align-items: stretch;
		padding: 0 6.818182%;
	}
	.schedule-content-box li {
		display: flex;
		flex-direction: column;
		width: 12.368421%;
		white-space: nowrap;
	}
	.schedule-content-box time.mark {
		width: 65px;
		height: 65px;
	}

}

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

	.schedule {
		padding: 30px 0;
	}
	.schedule-content-box + p {
		margin: 0;
		padding: 0 4% 0 0;
	}
	.schedule-content-box ol {
		flex-direction: column;
		align-items: stretch;
		padding: 0 4%;
	}
	.schedule-content-box li {
		flex-direction: row;
		align-items: center;
		width: 100%;
		height: 70px;
		margin: 0 0 25px;
	}
	time.mark {
		width: 60px;
		height: 60px;
		padding: 6px 0 0;
	}
	.schedule-content-box li div {
		display: flex;
		align-items: center;
		width: calc(100% - 60px);
		height: 100%;
		margin: 0 auto 0 -20px;
		padding: 0 0 0 25px;
		text-align: center;
	}
	.schedule-content-box li div::before {
		top: calc(100% - 1px);
		right: calc(50% - 40px);
		border-top: 23px solid #FFF;
		border-left: 40px solid transparent;
		border-right: 40px solid transparent;

	}
	.schedule-content-box li div::after {
		top: 100%;
		right: calc(50% - 35px);
		border-top: 20px solid #009BE4;
		border-left: 35px solid transparent;
		border-right: 35px solid transparent;
	}

	.schedule-content-box p {
		display: inline-block;
		color: #009BE4;
		writing-mode: horizontal-tb;
	}

}

/*================================================

　schedule-detail

=================================================*/
.schedule-detail {
	position: relative;
	margin: 45px 0 0;
	padding: 20px 28px 30px;
	color: #009BE4;
	border: 3px solid #009BE4;
	border-radius: 20px;
}
.schedule-detail figure.illust02 {
	position: absolute;
	top: -15px;
	left: -7.727273%;
	width: 10.681818%;
}
.schedule-detail figure.illust03 {
	position: absolute;
	top: 8px;
	right: 30.272727%;
	width: 12.068182%;
}
.schedule-detail figure.illust04 {
	position: absolute;
	bottom: 4%;
	left: 25%;
	width: 15%;
}
.schedule-detail figure.illust05 {
	position: absolute;
	top: -22px;
	left: 44.181818%;
	width: 13.636364%;
}
.schedule-detail figure.illust06 {
	position: absolute;
	bottom: 40px;
	right: 18.045455%;
	width: 15.227273%;
}
.schedule-detail figure.illust07 {
	position: absolute;
	top: -13px;
	right: -3.409091%;
	width: 15.227273%;
}

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

	.schedule-detail figure.illust02 {
		top: -10px;
		left: -7.727273%;
		width: 50px;
	}
	.schedule-detail figure.illust03 {
		top: 8px;
		right: 9px;
		width: 80px;
	}
	.schedule-detail figure.illust05 {
		top: -22px;
		left: 44.181818%;
		width: 60px;
	}
	.schedule-detail figure.illust04 {
		bottom: 20px;
		left: 10%;
	}
	.schedule-detail figure.illust07 {
		position: absolute;
		top: -13px;
		right: -3.409091%;
		width: 100px;
	}

}

.schedule-detail-title {
	display: flex;
	align-items: center;
	margin: 0 0 5px;
}
.schedule-detail-title h3 {
	margin: 0 0 0 15px;
	font-size: clamp(1.4rem, (100vw - 375px) * 11 / 905 + 14px, 2.5rem);
	font-weight: 700;
}
.schedule-detail-title h3 span {
	display: block;
	margin: 5px 0 0;
	font-size: clamp(1rem, (100vw - 375px) * 9 / 905 + 11px, 2rem);
	letter-spacing: 0.05em;
}
.schedule-detail-content {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0;
	padding: 0 30px 0 5px;
}
.schedule-detail-content .schedule-detail-content-text {
	width: 478px;
	text-align: justify;
	font-size: clamp(1.3rem, (100vw - 375px) * 4 / 905 + 13px, 1.7rem);
	letter-spacing: 0.06em;
	line-height: 1.5;
}
.schedule-detail-content.stype .schedule-detail-content-text {
	width: 414px;
}
.schedule-detail-content.stype figure {
	margin: -30px 0 30px;
}

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

	.schedule-detail-content .schedule-detail-content-text {
		width: 60.583016%;
	}
	.schedule-detail-content figure {
		width: 31.558935%;
	}
	.schedule-detail-content.stype .schedule-detail-content-text {
		width: 52.471483%;
	}
	.schedule-detail-content.stype figure {
		width: 41.064639%;
	}

}

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

	.schedule-detail-title h3 {
		line-height: 1.2;
	}
	.schedule-detail-content {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin: 0;
		padding: 0 5px;
	}
	.schedule-detail-content .schedule-detail-content-text {
		width: 100%;
	}
	.schedule-detail-content figure {
		width: 100%;
		margin: 20px 0 0;
		text-align: center;
	}
	.schedule-detail-content.stype .schedule-detail-content-text {
		width: 100%;
	}
	.schedule-detail-content.stype figure {
		margin: 20px 0 0;
		width: 100%;
	}

}

/*
　ご精算
=================================================*/
.schedule-detail-content.cost {
	padding: 0 0 0 5px;
}
.schedule-detail-content-cost {
	width: 364px;
	margin: 10px 0 0;
	padding: 18px 30px 20px;
	background-color: #7ECEF4;
	border-radius: 10px;
}
.schedule-detail-content-cost h4 {
	margin: 0 0 15px;
	color: #FFF;
	font-size: clamp(1.6rem, (100vw - 375px) * 9 / 905 + 16px, 2.5rem);
	font-weight: 700;
}
.schedule-detail-content-cost dl {
	display: flex;
	align-items: center;
	margin: 10px 0 0;
	color: #FFF;
	text-align: center;
	font-size: clamp(1.2rem, (100vw - 375px) * 8 / 905 + 12px, 2rem);
	font-weight: 700;
}
.schedule-detail-content-cost dt {
	width: 122px;
	padding: 8px 0 10px;
	background-color: #009BE4;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
.schedule-detail-content-cost dd {
	width: 180px;
	padding: 8px 0 10px;
	color: #009BE4;
	background-color: #FFF;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

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

	.schedule-detail-content.cost {
		padding: 0 0 0 5px;
	}
	.schedule-detail-content-cost {
		width: 43.363636%;
		margin: 10px 0 0;
		padding: 18px 15px 20px;
		border-radius: 8px;
	}
	.schedule-detail-content-cost dt {
		width: 40.131579%;
	}
	.schedule-detail-content-cost dd {
		width: 59.210526%;
		border-top-right-radius: 8px;
		border-bottom-right-radius: 8px;
	}

}

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

	.schedule-detail-content-cost {
		width: 95%;
		margin: 20px auto 0;
	}

}

/*
　現地訪問・不用品搬出作業開始
=================================================*/
.situation {
	position: relative;
	margin: 60px 0 0;
	padding: 10px 30px 25px;
	border: 1px solid #009BE4;
	border-radius: 20px;
}
.situation h4 {
	margin: 0 0 0 15px;
	text-align: center;
	font-size: clamp(1.4rem, (100vw - 375px) * 11 / 905 + 14px, 2.5rem);
	font-weight: 700;
}
.situation ul {
	display: flex;
	justify-content: space-between;
	margin: 10px 0 0;
}
.situation ul li {
	display: flex;
	flex-direction: column;
}
.situation ul li p {
	margin: 5px 0 0;
	text-align: center;
	font-size: clamp(1.4rem, (100vw - 375px) * 4 / 905 + 14px, 1.8rem);
	font-weight: 700;
}

.valuables-box {
	display: flex;
	justify-content: space-between;
	margin: 10px 0 0;
	padding: 25px 40px;
	color: #FFF;
	background-color: #009BE4;
	border-radius: 15px;
}
.valuables-box-text {
	width: 373px;
	font-weight: 700;
}
.valuables-box-text h5 {
	padding: 0 0 7px;
	font-size: clamp(1.4rem, (100vw - 375px) * 11 / 905 + 14px, 2.5rem);
	border-bottom: 1px solid #FFF;
}
.valuables-box-text p {
	margin: 5px 0 0;
	text-align: justify;
	font-size: clamp(1.3rem, (100vw - 375px) * 4 / 905 + 13px, 1.7rem);
	line-height: 1.5;
	letter-spacing: 0.05em;
}
.schedule-detail h6 {
	margin: 20px auto 40px 80px;
	text-align: center;
	font-size: clamp(1.4rem, (100vw - 375px) * 6 / 905 + 14px, 2rem);
	font-weight: 700;
}

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

	.situation ul {
		display: flex;
		justify-content: space-between;
		margin: 10px 0 0;
	}
	.situation ul li {
		width: 29.973822%;
	}
	.situation ul li p {
		text-align: center;
		font-size: clamp(1.4rem, (100vw - 375px) * 4 / 905 + 14px, 1.8rem);
		font-weight: 700;
	}
	.valuables-box-text {
		width: 54.532164%;
	}
	.valuables-box figure {
		width: 36.403509%;
	}

}

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

	.situation {
		margin: 40px 0 0;
		padding: 10px 20px 25px;
		border-radius: 14px;
	}

	.situation h4 {
		line-height: 1.2;
	}
	.situation ul {
		flex-wrap: wrap;
		margin: 0;
	}
	.situation ul li {
		width: 100%;
		margin: 15px auto 0;
		text-align: center;
	}
	.valuables-box {
		flex-wrap: wrap;
		margin: 10px 0 0;
		padding: 20px;
		border-radius: 10px;
	}
	.valuables-box-text {
		width: 100%;
	}
	.valuables-box figure {
		width: 100%;
		margin: 15px auto 0;
		text-align: center;
	}
	.schedule-detail h6 {
		margin: 20px auto;
	}

}

/*
　ハウスクリーニング
=================================================*/
.cleaning {
	position: relative;
	margin: 60px 0 0;
	padding: 40px 30px 25px;
	border: 1px solid #009BE4;
	border-radius: 20px;
}
.cleaning-content h4 {
	width: 450px;
	margin: 25px auto 0;
	padding: 10px 0 12px;
	color: #FFF;
	text-align: center;
	font-size: clamp(2rem, (100vw - 375px) * 5 / 905 + 20px, 2.5rem);
	font-weight: 700;
	background-color: #009BE4;
	border-radius: 12px;
}
.cleaning-content ul {
	display: flex;
	justify-content: space-between;
	margin: 10px 0 0;
}
.cleaning-content ul li {
	display: flex;
	flex-direction: column;
}
.cleaning-content ul li figure:nth-of-type(1) {
	margin: 0 0 50px;
}

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

	.cleaning-content h4 {
		width: 51.136364%;
		margin: 25px auto 0;
		padding: 10px 0 12px;
		border-radius: 10px;
	}
	.cleaning-content ul li {
		width: 29.973822%;
	}

}

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

	.cleaning {
		padding: 20px 30px 25px;
	}
	.cleaning-content h4 {
		width: 80%;
		margin: 25px auto 0;
		padding: 10px 0 12px;
		border-radius: 10px;
	}
	.cleaning-content ul {
		display: block;
		margin: 10px 0 0;
	}
	.cleaning-content ul li {
		width: 100%;
		margin: 0 auto 40px;
		text-align: center;
	}

}

/*================================================

　よくある質問

=================================================*/
.faq {
	position: relative;
	width: 880px;
	margin: 100px auto 40px;
	padding: 0;
}
.faq-inner {
}
.faq-inner h2 {
	margin: 25px 0 37px;
	padding: 10px 0;
	text-align: center;
	color: #FFF;
	font-size: clamp(1.4rem, (100vw - 375px) * 11 / 905 + 14px, 2.5rem);
	font-weight: 600;
	text-shadow: 1px 2px 0 rgba(177,90,36,1);
	background-color: #F69200;
	border-radius: 9px;
	box-shadow: 3px 4px 0px rgba(177,90,36,1);
}

.faq-content {
	margin: 30px 0 0;
	padding: 0;
}
.faq-content li {
	margin: 0 0 20px;
}
.faq-content h3 {
	display: flex;
	align-items: center;
	cursor: pointer;
	position: relative;
	text-align: left;
	color: #009BE4;
	font-size: clamp(1.2rem, (100vw - 375px) * 8 / 905 + 12px, 2rem);
	font-weight: 700;
	background-color: #FFF;
	border: 3px solid #009BE4;
}
.faq-content h3:hover {
	background-color: #7ECEF4;
}
.faq-content h3 i {
	display: inline-block;
	width: 13%;
	height: 100%;
	max-width: 92px;
	margin: 0 3.409091% 0 0;
	padding: 6px 0 12px;
	text-align: center;
	color: #FFF;
	font-size: clamp(2rem, (100vw - 375px) * 6 / 905 + 20px, 2.6rem);
	font-weight: 700;
	background-color: #009BE4;
}
.faq-content h3 span {
	display: inline-block;
	line-height: 1.2;
}
.faq-content h3 span.arrow {
	position: absolute;
	top: 16px;
	right: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1;
	opacity: 1;
	transition: all 0.3s ease;
	z-index: 10;
}
.faq-content h3.state-active span.arrow {
	transform: rotateX(180deg);
}
.faq_toggle_cont {
	display: none;
	overflow: hidden;
}
.faq_toggle_cont div {
	display: flex;
	padding: 20px 0 20px 13%;
	text-align: left;
	background-color: #FFF;
}
.faq_toggle_cont div p {
	width: calc(100% - 80px);
	padding: 5px 0 0;
	color: #009BE4;
	font-size: clamp(1.4rem, (100vw - 375px) * 6 / 905 + 14px, 2rem);
	line-height: 1.4;
}
.faq_toggle_cont div i {
	display: flex;
	justify-content: center;
	width: 40px;
	height: 40px;
	margin: 0 15px 0 0;
	padding: 5px 0 0;
	color: #FFF;
	font-size: clamp(1.6rem, (100vw - 375px) * 10 / 905 + 16px, 2.6rem);
	font-weight: 700;
	background-color: #009BE4;	
	border-radius: 50%;
}
.faq_toggle_btn {
	border-radius: 9px;
	transition: all 0.3s ease;
}
.faq_toggle_cont.state-active {
	display: block;
}
.faq_toggle_btn.state-active + div {
	padding: 0;
}

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

	.faq {
		width: 81.481481%;
		margin: 11.363636% auto 4.545455%;
		padding: 0;
	}
	.faq-inner h2 {
		margin: 2.840909% 0 4.204545%;
		padding: 1.136364% 0;
		border-radius: 6px;
		box-shadow: 2px 3px 0px rgba(177,90,36,1);
	}

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

	.faq {
		width: 81.481481%;
		margin: 11.363636% auto 4.545455%;
		padding: 0;
	}
	.faq-inner h2 {
		margin: 2.840909% 0 4.204545%;
		padding: 1.136364% 0;
		border-radius: 6px;
		box-shadow: 2px 3px 0px rgba(177,90,36,1);
	}
	.faq_toggle_cont div i {
		width: 30px;
		height: 30px;
	}

}

