@charset "UTF-8";
/* service.css */

.lower_img_mv .lmv_img {
	background-image: url(../../img/service/mv_pc.jpg);
}

@media screen and (max-width:768px) {
	.lower_img_mv .lmv_img {
		background-image: url(../../img/service/mv_sp.jpg);
	}
}


/* ===== ページスクロールセクション ===== */
.scrollbtn_list {
	display: flex;
	flex-wrap: nowrap;
	align-items: stretch;
	justify-content: center;
}
.scrollbtn_list li {
	width: calc(100%/3 - 2%);
}
.scrollbtn_list li:not(:first-of-type) {
	margin-left: 4%;
}
.scrollbtn_list a  {
	width: 100%;
	font-size: 20px;
	font-size: clamp(14px,1.8vw,20px);
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: flex-start;
	padding-bottom: 1em;
	color: #03008b;
	border-bottom: 2px solid #03008b;
}
.scrollbtn_list a span {
	font-weight: bold;
	line-height: 1.05;
	display: inline-block;
	margin-right: 1em;
}
.scrollbtn_list a small {
	font-size: 16px;
	font-size: clamp(12px,1.2vw,16px);
	font-family: arial, "Roboto", sans-serif !important;
	letter-spacing: .05em;
}
/* 左アイコン */
.scrollbtn_list a:before {
	content: "";
	width:  2.5em;
	height: 2.5em;
	min-width: 2.5em;
	display: block;
	margin-right: 1em;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.scroll_moving a:before  { background-image:url(../../img/service/scroll_moving.svg);  }
.scroll_reuse a:before   { background-image:url(../../img/service/scroll_reuse.svg);   }
.scroll_fitness a:before { background-image:url(../../img/service/scroll_fitness.svg); }

/* 右アイコン */
.scrollbtn_list a:after {
	content: "";
	width:  1em;
	height: 1em;
	min-width: 1em;
	display: block;
	align-self: flex-end;
	margin-left: auto;
	background-image: url(../../img/service/scroll_arrow.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}


/* ===== Moving 引越し事業 ===== */
/* ▼ 背景装飾 */
#sec_moving .grad_decoRB,
#sec_fitness .grad_decoRB {
	top: 0;
	background: linear-gradient(90deg, rgba(230, 229, 243, 1), rgba(255, 255, 255, 1) 80%);
}
.borderRB_fat:before  {
	height: 500px;
	transform: skew(-20deg) translateX(-2vw);
}
/* ▲ 背景装飾 */

/* 見出し */
#sec_moving .head_wrap,
#sec_fitness .head_wrap {
	position: relative;
}
/* swiper 下のボーダー */
.swiper_wrap + .width_minusR {
	z-index: 7;
}
section .swiper {
	transform: translateY(50%);
	z-index: 6;
}
.swiper_wrap .design_border:before {
	transform: translateY(50%);
}


/* ----- 新たな生活の第一歩を、安心・丁寧なサービスで支えます。 ----- */
#moving_about .bg_white,
#sec_reuse .bg_white,
#sec_fitness .bg_white {
	position: relative;
	transform: translateX(2px);
	z-index: 5;
}
#moving_about .inner_wrap {
	width: 85%;
	margin-right: auto
}

#moving_about .cont_wrap {
	width: 100%;
}
h3 {
	line-height: 2;
	margin-bottom: 1.75em;
}
h3 + p {
	line-height: 2;
}
/* color box */
.color_flex {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	align-items: stretch;
	justify-content: space-between;
}
#sec_moving .color_box {
	max-width: 765px;
	margin-left:  auto;
	margin-right: auto;
	padding: min(5vw,50px) min(5vw,50px);
}
.color_box {
	width: calc(100%/2 - 1.5%);
	padding: min(3vw,30px);
	background-color: #f0f0f8;
}
.color_box .cont_flex {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: flex-start;
}
#sec_moving .color_box .cont_flex .cont_wrap {
	width: 65%;
}
.color_box .cont_flex .cont_wrap p {
	max-width: 23em;
}
.color_box .cont_flex .img_wrap {
	width: 45%;
	margin-left: min(6vw,60px);
}
.color_box .cont_width {
	width: 100%;
	max-width: 800px;
	margin-left:  auto;
	margin-right: auto;
	padding: 0 min(1vw,15px);
}
.color_box .cont_width + .cont_width {
	margin-top:  40px;
	padding-top: 40px;
	border-top: 2px solid #fff;
}
.color_box h4 {
	font-size: 16px;
	font-size: clamp(13px,1.4vw,16px);
	line-height: 1.8;
	margin-bottom: 1em;
}
.color_box p {
	font-size: 14px;
	font-size: clamp(12px,1.2vw,14px);
	line-height: 2;
}

/* 2カラムを1カラムに */
.color_box {
	width: 100%;
}
.color_box .img_wrap {
	min-width: 230px;
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-end;
	justify-content: flex-end;
}
.color_box .img_card {
	width: 35%;
}
.color_box .img_card + .img_card {
	width: 65%;
	margin-left: 30px;
	margin-left: min(3vw,30px);
}
.color_box .img_card p {
	font-size: 10px;
	line-height: 1;
	text-align: center;
	margin-top: 1.25em;
}



/* サービスサイトへのリンク */
#service_banner a {
	transition: opacity .3s;
}
#service_banner a:hover {
	opacity: .8;
}



/* ===== リユース事業 ===== */
#sec_reuse .wrap {
	position: relative;
}
#sec_reuse h2,
#sec_reuse .clip_min_imgR,
#sec_reuse .borderLB_fat {
	z-index: 5;
}
#sec_reuse .borderLB_fat:before {
	left: 0;
}
#sec_reuse .grad_decoLB {
	top: 0;
	z-index: 3;
}
#sec_reuse .borderRT {
	z-index: 1;
}
#sec_reuse .borderRT:before {
	right: 18%;
}






@media screen and (max-width:768px) {
	/* ===== ページスクロールセクション ===== */
	.scrollbtn_list {
		width: 100%;
		flex-wrap: wrap;
	}
	.scrollbtn_list a {
		padding-top:    1em;
		padding-bottom: 1em;
	}
	.scrollbtn_list a:before {
		width:  4em;
		height: 4em;
		min-width: 4em;
		margin-right: 1.25em;
	}
	.scrollbtn_list a:after {
		width:  1.25em;
		height: 1.25em;
		min-width: 1.25em;
		align-self: center;
	}
	.scrollbtn_list li {
		width: 100%;
	}
	.scrollbtn_list li:not(:first-of-type) {
		margin-left: 0;
	}
	.scrollbtn_list li span {
		font-size: 18px;
	}
	.scrollbtn_list li small {
		font-size: 14px;
	}
	/* リンク 引越し事業 */
	.scroll_moving a {
		padding-top: 0 !important;
	}


	/* ===== 引越し事業 ===== */
	.borderRB_fat:before {
		transform: skew(-20deg) translateX(200%);
	}
	h3 {
		margin-bottom: 1.25em;
	}
	h3 + p {
		line-height: 2.2;
	}
	#moving_about .inner_wrap {
		width: 100%;
	}


	/* ----- color box ----- */
	.color_flex {
		width: 100%;
		flex-wrap: wrap;
	}
	.color_box {
		width: 100%;
		padding: 20px;
	}
	#sec_moving .color_box {
		padding: 40px 20px;
	}
	.color_box + .color_box {
		margin-top: clamp(15px,4vw,20px);
	}
	#sec_moving .color_box .cont_flex .cont_wrap  {
		width: 100%;
		max-width: inherit;
	}
	.color_box .cont_flex .cont_wrap p {
		max-width: inherit;
	}
	.color_box .cont_flex {
		flex-direction: column;
		align-items: center;
	}
	.color_box .cont_flex .img_wrap {
		width: 90%;
		max-width: 250px;
		justify-content: center;
		margin: 25px auto 0;
	}
	.color_box .img_card {
		font-size: 12px;
		text-align: center;
		margin-left:  auto !important;
		margin-right: auto !important;
	}
	.color_box .img_card img {
		width: 80%;
		margin-left:  auto;
		margin-right: auto;
	}
	.color_box .img_card:first-of-type img {
		width: 70px;
	}
	.color_box .cont_width {
		width: 100%;
		max-width: 450px;
		padding-left:  0;
		padding-right: 0;
	}
	.color_box .cont_width + .cont_width {
		margin-top:  30px;
		padding-top: 30px;
	}
	.color_box h4,
	.color_box p   {
		width: fit-content;
		margin-left:  auto;
		margin-right: auto;
	}
	.color_box h4 {
		font-size: 14px;
		text-align: center;
	}
	.color_box p {
		font-size: 12px;
		line-height: 2;
	}
	.color_box .img_card p {
		font-size: 12px;
		line-height: 1.5;
		min-height: 3em;
	}
	/* ----- サービスサイトはこちら ----- */
	.banner_wrap a {
		width: 100%;
	}

	/* ===== リユース事業 ===== */
	#sec_reuse .borderLB_fat:before {
		left: -20px;
	}

}