/*******************************************
*
* TOPページ css for Hikkoshi8100
*
********************************************/
@charset "UTF-8";


/* ==========================================================
*
* 共通パーツ
*
========================================================== */


/*------------------------------------------
 H2タイトル
 ------------------------------------------*/
#contentBody h2{
	font-size:3.4rem;
	font-weight:600;
	color:#333333;
	line-height:155%;
	text-align:center;
	position:relative;
	padding-bottom:0.5em;
}

#contentBody h2::after{
	content:"";
	display:inline-block;
	width:1.6em;
	height:5px;
	border-top:2px solid #DF4661;
	position:absolute;
	bottom:0;
	left:calc(50% - 0.8em);
}
/*#contentBody h2 img{
	width:auto;
	height:60px;
}*/


#contentBody h2 span{
	display:block;
	overflow:hidden;
	text-align:center;
}

#contentBody h2 strong{
	color:#DF4661;
}

#contentBody h2 + p{
	display: block;
	overflow:hidden;
	margin:1.5em 0 2em;
	font-size:1.8rem;
	line-height:155%;
	text-align:center;
}

/* for SP --------------------------*/
@media screen and (max-width:768px){

	#contentBody h2{
		font-size:2.4rem;
	}

	#contentBody h2 img{
		width:min(29vw,110px);
		height:auto;
	}

}



/*------------------------------------------
 H3タイトル
 ------------------------------------------*/
#contentBody h3{
	display:block;
	overflow:hidden;
	font-size:2.2rem;
	font-weight:600;
	line-height:155%;
	text-align:center;
	margin-bottom:40px;
}
#contentBody h3 > span{
	display:inline-block;
	overflow:hidden;
	background: url('../images/top/txt_shine.svg') no-repeat 0 0;
	background-size:30px auto;
	padding:15px 20px 0;
}

#contentBody h3 strong{
	font-size:2.6rem;
	color:#DF4661;
}

/* for SP --------------------------*/
@media screen and (max-width:768px){


}



/* ==========================================================
*
* TOPスライダー
*
========================================================== */
#topSlyder{
	display:block;
	overflow:hidden;
	width:100%;
	height:540px;
	position:relative;
}



/* for SP --------------------------*/
@media screen and (max-width:768px){


	#topSlyder{
		height: auto;
	}

}



/*********************
 * Top slick 設定Override
 *********************/
#topSlyder .slick-prev,
#topSlyder .slick-next {
	width:67px;
	height:67px;
	z-index:126;
}


#topSlyder .slick-prev:before,
#topSlyder .slick-next:before{
	/*display:none;*/
	color:#333333;
}

#topSlyder .slick-prev:before,
#topSlyder .slick-next:before {
	font-family: 'slick';
	/*font-size: 28px;*/
	display:inline-block;
	overflow:hidden;
	content:"";
	width:67px;
	height:67px;
	background-repeat:no-repeat;
	background-position:0 0;
}

#topSlyder .slick-prev {
	left:calc(50% - 533px);
}
#topSlyder .slick-prev:before{
	background-image:url('../images/top/slyde/slyde_prev.svg');
}

#topSlyder .slick-next {
	right:calc(50% - 533px);
}
#topSlyder .slick-next:before{
	background-image:url('../images/top/slyde/slyde_next.svg');
}

#topSlyder .slick-dots {
	position: absolute;
	bottom: 25px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}



/* for SP --------------------------*/
@media screen and (max-width:768px){

	#topSlyder > ul img{
		width:100vw;
		height:auto;
	}

	#topSlyder .slick-dots {
		bottom: -25px;
	}

}



/* ==========================================================
*
* 引越しパックを探す
*
========================================================== */
#packSet{
	display:block;
	overflow:hidden;
	position:relative;
	padding:40px 0 170px;
}

#packSet::after{
	display:block;
	overflow:hidden;
	content:"";
	width:100%;
	height:174px;
	background:url('../images/top/wave01_a.svg') no-repeat 0 bottom;
	background-size:cover;
	position:absolute;
	bottom:0;
	left:0;
}



/* for SP --------------------------*/
@media screen and (max-width:768px){

	#packSet{
		padding:0 0 12vw;
	}

	#packSet::after{
		height:12vw;
	}

}




/*------------------------------------------
 ミドルバナー
 ------------------------------------------*/
#topBner{
	display:block;
	overflow:hidden;
	margin-bottom:60px;
}

#topBner > ul{
	display:block;
	overflow:hidden;
	padding:0 0;
}

#topBner > ul > li{
	display:block;
	overflow:hidden;
	width:50%;
	line-height:100%;
	float:left;
	text-align:center;
}

#topBner > ul > li > a{
	display:inline-block;
	overflow:hidden;
}


#topBner > ul > li > a img{
	width:min(100%,490px);
	height:auto;
}


/* for SP --------------------------*/
@media screen and (max-width:768px){

	#topBner{
		margin-bottom:13vw;
	}

	#topBner > ul > li{
		width:100%;
		float:none;
	}

	#topBner > ul > li + li{
		margin-top:3vw;
	}


}



/*------------------------------------------
 引越しパックを探す メイン
 ------------------------------------------*/
#packSet h2{
	color:#ffffff;
}
#packSet h2::after{
	border-color:#ffffff;
}


#packSet section > ul{
	padding: 40px 0 30px;
}

/* for SP --------------------------*/
@media screen and (max-width:768px){

	#packSet ul{
		padding: 8vw 0 0;
	}


}



/*------------------------------------------
 引越しパックを探す サブ
 ------------------------------------------*/
#exPacks{
	display:flex;
	overflow:hidden;
	justify-content:space-between;
}


#exPacks a[class^='btn_']{
	width:529px;
	height: 100px;
	margin-bottom:10px
}

#exPacks a[class^='btn_']::before {
	width: 100%;
	height: 100%;
	background-color: #a04a5a;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	position: absolute;
	top: 10px;
	left: 0;
}


/* for SP --------------------------*/
@media screen and (max-width:768px){

	#exPacks a[class^='btn_']{
		width:calc(50% - 1.5vw);
		height: auto;
		margin-bottom:5px
	}

	#exPacks a[class^='btn_']::before {
		top: 5px;
	}
}




#exPacks + p{
	display:block;
	overflow:hidden;
	clear:both;
	margin-top:30px;
	text-align:right;
}

a.icf-arrow_r{
	display:inline-block;
	overflow:hidden;
	font-size:1.6rem;
	line-height:155%;
	color:#ffffff;
	border-bottom:1px solid #ffffff;
	padding-right:0.25em;
}
a.icf-arrow_r::after {
	content: "\ea3c";
	margin-left: 0.25em;
	margin-right: 0.25em;
}

.pc a.icf-arrow_r:hover{
	color:#ffffff;
}

.pc a.icf-arrow_r:hover::after {
	margin-left: 0.5em;
	margin-right: 0;
}


/* for SP --------------------------*/
@media screen and (max-width:768px){


}


/* ==========================================================
*
* 見積もりボタンセット
*
========================================================== */
#estimatesSet{
	display:block;
	overflow:hidden;
	margin:0 0;
	padding:0 0 30px;
	background-color:#F8F5EF;

}




/* for SP --------------------------*/
@media screen and (max-width:768px){


}



/* ==========================================================
*
* 引越し安心ガイド
*
========================================================== */
#moviengGuide{
	display:block;
	overflow:hidden;
	padding:60px 0 0;
	position:relative;
}

#moviengGuide::before{
	display:block;
	content:"";
	width:100%;
	height:133px;
	background:url('../images/top/wave01_b.svg') no-repeat 0 50%;
	background-size:cover;
	position:absolute;
	top:0;
	left:0;
	z-index: -1;
}

#moviengGuide ul{
	display:flex;
	overflow:hidden;
	justify-content:space-between;
}

#moviengGuide ul > li{
	padding:4px 4px;
	width:204px;
	text-align:center;
	background-color:#F2F2F2;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

#moviengGuide li a{
	display:block;
	overflow:hidden;
	font-size:1.6rem;
	font-weight:600;
	line-height:155%;
	position:relative;
}

#moviengGuide li a.icf-arrow > span{
	display: flex;
	flex-direction: column;
	justify-content: center;

	overflow:hidden;
	height:80px;
	background-color:#ffffff;
	position:relative;
	text-align:left;
	padding:1em 0.5em;
}

#moviengGuide li a.icf-arrow > span::after {
	content: "\ea3c";
	color:#DF4661;
	font-size:1.8rem;
	font-weight:bold;
	display:inline-block;
	position:absolute;
	right:1em;
	top:calc(50% - 0.5em);
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.pc #moviengGuide li a.icf-arrow:hover > span::after{
	right:0.75em;
}


#moviengGuide ul > li img{
	width: min(100%,155px);
	height:auto;
}



/* for SP --------------------------*/
@media screen and (max-width:768px){

	#moviengGuide{
		padding:9.5vw 0 0;
	}

	#moviengGuide::before{
		height:9.5vw;
	}

	#moviengGuide ul{
		flex-wrap: wrap;
	}

	#moviengGuide ul > li{
		width:calc(50% - 1.5vw);
		margin:1.5vw 0;
	}

	#moviengGuide li a.icf-arrow > span{
		height:4em;
	}

	#moviengGuide li a.icf-arrow > span::after {
		right:0.5em;
	}



}





/* ==========================================================
*
* ハートを動かすサービス
*
========================================================== */
#serviceGuide{
	display:block;
	overflow:hidden;
	padding:200px 0 140px;
	background-color:#F8F5EF;
	position:relative;
}
#serviceGuide::before{
	display:block;
	content:"";
	width:100%;
	height:233px;
	background:url('../images/top/wave02_a.svg') no-repeat 0 50%;
	background-size:cover;
	position:absolute;
	top:0;
	left:0;
}

#serviceGuide h2 > span > img{
	mix-blend-mode: multiply;
}

.servicePanel{
	display:block;
	width:100%;
	height:364px;
	margin-bottom:50px;
	position:relative;
}

.servicePanel > img{
	width:min(100%,760px);
	height:auto;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}

#serviceGuide section > .servicePanel:nth-child(1) > img{
	float:right;
}


/* for SP --------------------------*/
@media screen and (max-width:768px){

	#serviceGuide{
		padding:21vw 0 4vw;
	}

	#serviceGuide::before{
		height:16vw;
	}

	.servicePanel{
		height:auto;
		margin-bottom:12vw;
	}

	#serviceGuide section > .servicePanel:nth-child(1) > img{
		float:none;
	}


}


.servicePanel .innerBox{
	display:inline-block;
	padding:40px 0 25px;
	width:470px;
	height:270px;
	text-align:center;
	position:relative;
	background-color:#ffffff;
	-webkit-border-radius: 10px;
	border-radius: 10px;

	position:absolute;
	top:50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);}

.servicePanel .innerBox h4{
	font-size:6.4rem;
	font-weight:600;
	line-height:125%;
	color:#DF4661;
	position:absolute;
	top:-0.5em;
	left:40px;
}

.servicePanel .innerBox h5{
	display:block;
	overflow:hidden;
	font-size: 2.2rem;
	font-weight:600;
	line-height:155%;
	color:#DF4661;
}

.servicePanel .innerBox h5 > span{
	display:block;
	overflow:hidden;
	font-size: 1.4rem;
	color:#FB9EB0;
}


.servicePanel .innerBox p{
	display:block;
	overflow:hidden;
	padding:1em 0;
	font-size: 1.6rem;
	line-height:155%;
}

#serviceGuide section > .servicePanel:nth-child(1) .innerBox {
	left:0;
}

#serviceGuide section > .servicePanel:nth-child(2) .innerBox {
	right:0;
}


/* for SP --------------------------*/
@media screen and (max-width:768px){


	.servicePanel .innerBox{
		display:block;
		margin:-10vw auto 0;
		padding:10vw 0 8vw;
		width:calc(100% - 8vw);
		height:auto;

		position:relative;
		top:auto;
		-webkit-transform:unset;
		transform:unset;
	}

	.servicePanel .innerBox h4{
		font-size:4.0rem;
		position:absolute;
		top:-0.5em;
		left:calc(50% - 2rem);
	}

	#serviceGuide section > .servicePanel:nth-child(1) .innerBox {
		left:unset;
	}

	#serviceGuide section > .servicePanel:nth-child(2) .innerBox {
		right:unset;
	}


}


/*------------------------------------------
 お引越と一緒にぜひご活用ください！
 ------------------------------------------*/
ul#attachList{
	display:flex;
	overflow:hidden;
	justify-content:space-between;
}

ul#attachList > li{
	padding:30px 50px 40px;
	width:340px;
	height:340px;
	background-color:#ffffff;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	text-align:center;
}

ul#attachList > li .innerBox > p{
	display:block;
	overflow:hidden;
	padding:0.5em 0;
	font-size:1.4rem;
	line-height:155%;
	color:#888888;
	margin:1em 0;
}

ul#attachList > li .innerBox > h4{
	display:block;
	overflow:hidden;
	font-size:1.8rem;
	font-weight:600;
	line-height:155%;
	color:#DF4661;
	margin:1em 0;
}

ul#attachList > li:nth-child(1) .innerBox > p{
	padding:0 0;
}

ul#attachList > li .innerBox img{
	width:min(100%,180px);
	height:auto;
}


/* for SP --------------------------*/
@media screen and (max-width:768px){

	ul#attachList{
		flex-flow: column;
	}

	ul#attachList > li{
		padding:6vw 8vw 8vw;
		width:auto;
		height:auto;
		margin-bottom:4vw;
	}

}



/*------------------------------------------
 ラージバナー
 ------------------------------------------*/
#wideBnr{
	display:block;
	overflow:hidden;
	text-align:center;
	margin-top:55px;
}

#wideBnr a{
	display:block;
	overflow:hidden;
}

#wideBnr img{
	width:min(100%,1080px);
	height:auto;
}


/* for SP --------------------------*/
@media screen and (max-width:768px){

	#wideBnr{
		margin-top:4vw;
	}

}



/* ==========================================================
*
* ハートを動かす取り組み
*
========================================================== */
#effortGuide{
	display:block;
	overflow:hidden;
	padding:95px 0 100px;
	position:relative;
}
#effortGuide::before{
	display:block;
	content:"";
	width:100%;
	height:133px;
	background:url('../images/top/wave02_b.svg') no-repeat 0 50%;
	background-size:cover;
	position:absolute;
	top:0;
	left:0;
}
#effortGuide::after{
	display:block;
	content:"";
	width:100%;
	height:233px;
	background:url('../images/top/wave03_a.svg') no-repeat 0 50%;
	background-size:cover;
	position:absolute;
	bottom:0;
	left:0;
	z-index:-1;
}



/* for SP --------------------------*/
@media screen and (max-width:768px){

	#effortGuide{
		padding:12vw 0 24vw;
	}


	#effortGuide::before{
		height:9.5vw;
	}

	#effortGuide::after{
		height:15.7vw;
	}

}



/*------------------------------------------
 情報パネル
 ------------------------------------------*/
#effortGuide ul{
	display:flex;
	flex-wrap: wrap;
	overflow:hidden;
	justify-content:space-between;
}


#effortGuide ul > li{
	display:block;
	overflow:hidden;
	width:min(50%,520px);
	margin-bottom:40px;
	position:relative;
}

#effortGuide ul > li a.icf-arrowBtn{
	display:block;
	overflow:hidden;
	text-align:left;
	font-size:0;
	line-height:100%;
	/*
		padding:20px 30px 30px;
	*/
	position:relative;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}


#effortGuide ul > li img{
	width:min(100%,520px);
	height:auto;
	line-height:100%;
	font-size:0;
}

#effortGuide ul > li a.icf-arrowBtn > span{
	display:block;
	overflow:hidden;
	font-size:1.2rem;
	line-height:155%;
	color:#ffffff;
	background-color:#DF4661;
	padding:20px 30px 30px;
	position:relative;
}

#effortGuide ul > li a.icf-arrowBtn strong{
	font-size:2.2rem;
	line-height:155%;
	font-weight:600;
}

#effortGuide ul > li a.icf-arrowBtn > span::after{
	display:inline-block;
	width:3em;
	height:100%;
	content: "\ea3c";
	text-align:center;
	font-size:1.8rem;
	line-height:125%;
	padding-top:2.25em;
	background-color:#F8889E;
	position:absolute;
	top:0;
	right:0;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.pc #effortGuide ul > li a.icf-arrowBtn:hover > span::after{
	padding-left:0.5em;
}



/* for SP --------------------------*/
@media screen and (max-width:768px){

	#effortGuide ul{
		flex-flow: column;
	}

	#effortGuide ul > li{
		width:100%;
		margin-bottom:2vw;
	}


	#effortGuide ul > li img{
		width:auto;
		height:100%;
		position:absolute;
		top:0;
		left:-20%;
	}

	#effortGuide ul > li a.icf-arrowBtn > span{
		margin-left:26vw;
		width:calc(100% - 26vw);
		font-size:1.2rem;
		padding:1.5em 1.5em;
	}

	#effortGuide ul > li a.icf-arrowBtn strong{
		font-size:1.8rem;
		line-height:155%;
		font-weight:600;
	}

	#effortGuide ul > li a.icf-arrowBtn > span::after{
		width:2em;
		font-size:1.6rem;
		padding-top:2.0em;
	}


}






/* ==========================================================
*
* よくある質問
*
========================================================== */
#faqSection{
	display:block;
	overflow:hidden;
	padding:35px 0 35px;
	background-color:#F8F5EF;
	position:relative;
}


#faqSection h2{
	display:inline-block;
	float:left;
	font-size:3.2rem;
	text-align:left;
	margin-bottom:1em;
}


#faqSection h2::after{
	left:0;
}


#faqSection ul.faqList{
	width:min(100%,750px);
	float:right;
}


#faqSection a.icf-dotlink{
	width:min(100%,250px);
}


/* for SP --------------------------*/
@media screen and (max-width:768px){

	#faqSection{
		padding:12vw 0 8vw;
	}

	#faqSection h2{
		display:block;
		float:unset;
		font-size:2.4rem;
		text-align:center;
	}

	#faqSection h2::after{
		left:calc(50% - 0.8em);
	}

	#faqSection a.icf-dotlink{
		float:right;
		margin-top:4vw;
		width:auto;
	}

}



/* ==========================================================
*
* ハートを動かす取り組み
*
========================================================== */
#newsSection{
	display:block;
	overflow:hidden;
	padding:150px 0 50px;
	position:relative;
}
#newsSection::before{
	display:block;
	content:"";
	width:100%;
	height:133px;
	background:url('../images/top/wave03_b.svg') no-repeat 0 50%;
	background-size:cover;
	position:absolute;
	top:0;
	left:0;
}

/*#newsSection .innerFrame{
	overflow:hidden;
	position:relative;
}*/

#newsSection .innerBox{
	display:inline-block;
	float:left;
	width:250px;
}

#newsSection h2{
	font-size:3.2rem;
	text-align:left;
	margin-bottom:1em;
}


#newsSection h2::after{
	left:0;
}

#newsSection .tabRadio{
	display:inline-block;
	margin-bottom:2em;
}


#topNews{
	display:block;
	width:calc(100% - 250px);
	min-height:25em;
	float:right;
}

#newsSection ul.newsList{
	display:block;
	overflow:hidden;
}

/*#newsSection a.icf-dotlink{
	width:min(100%,250px);
	position:absolute;
	bottom:0;
	left:0;
}*/


#topNews ul:nth-child(n+2){
	display:none;
} 



/* for SP --------------------------*/
@media screen and (max-width:768px){

	#newsSection{
		padding:12vw 0 12vw;
	}

	#newsSection::before{
		height:9.5vw;
	}

	#newsSection .innerBox{
		display:block;
		float:none;
		width:100%;
	}

	#newsSection h2{
		display:block;
		float:unset;
		text-align:center;
		font-size:2.4rem;
	}

	#newsSection h2::after{
		left:calc(50% - 0.8em);
	}

	#topNews{
		display:block;
		width:100%;
		min-height:auto;
		float:none;
	}

	#newsSection a.icf-dotlink{
		float:right;
		margin-top:4vw;
	}

}


/*------------------------------------------
 タブボタン
 ------------------------------------------*/
.tabRadio{
	display:block;
	overflow:hidden;
}

.tabRadio ul{
	display:flex;
	flex-direction: column;
	overflow:hidden;
}

.tabRadio ul > li{
	display:block;
	overflow:hidden;
	text-align:center;
	margin-bottom:1em;
}

.tabRadio label{
	display:block;
	overflow:hidden;
	cursor:pointer;
}

.tabRadio label > input{
	display:none;
}

.tabRadio label > span{
	display:block;
	overflow:hidden;
	padding:0.25em 0.5em;
	font-size:1.4rem;
	line-height:125%;
	color:#333333;
	-webkit-border-radius: 25px;
	border-radius: 25px;
}

.tabRadio label > input:checked + span{
	color:#ffffff;
	background-color:#DF4661;
}


/* for SP --------------------------*/
@media screen and (max-width:768px){

	.tabRadio ul{
		flex-wrap: wrap;
		flex-direction: row;
		justify-content: space-around;
		gap:0.5em 0.5em;
	}

	.tabRadio ul > li{
		display:initial;
		overflow:hidden;
		/*width:33.3%;*/
		text-align:center;
		margin-bottom:0;
		white-space:nowrap;
		/*flex-grow: 1;*/
	}

	.tabRadio label > span{
		padding:0.25em 1.5em;
	}
}



/* ==========================================================
*
* 紹介文
*
========================================================== */
#aboutTxt{
	display:block;
	overflow:hidden;
	padding:50px 0 50px;
	border-top: 1px solid #EDEDED;
}


#aboutTxt dl{

}


#aboutTxt dl > dt{
	font-size:1.4rem;
	line-height:155%;
	font-weight:600;
}

#aboutTxt dl > dd{
	font-size:1.2rem;
	line-height:175%;
	margin-top:1em;
}



/* for SP --------------------------*/
@media screen and (max-width:768px){

	#aboutTxt{
		padding:8vw 0 8vw;
	}

}


