@charset "utf-8";

/* -------------------------------------------------- */
/* PC*/
/* -------------------------------------------------- */
/* MV */
/* ----------------------------------- */
#underFvWrap {
	background: url(../../img/hdd/under_mv_pc.jpg) center center / cover no-repeat ;
}

/* #underFv::after {
	content: "";
	width: 190px;
	height: 140px;
	background: url(../../img/hdd/under_mv_illust.png) 0 0 no-repeat;
	background-size: contain;
	display: inline-block;
	position: absolute;
	bottom: -30px;
	right: 0;
} */

/* 料金 */
/* ----------------------------------- */
#price {
	padding-bottom: 50px;
	background: #edf3fc;
}

#price .txt2 {
	padding-bottom: 40px;
}

#price .layout1 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 40px;
}

#priceTit {
	padding-bottom: 0;
	font-size: 2.2rem;
	font-weight: 500;
	color: #0d499e;
}

#priceNum {
	font-size: 2.2rem;
	font-weight: 500;
}

.num {
	font-size: 4rem;
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 600;
}


/* 流れ */
/* ----------------------------------- */
#flow4Wrap {
	padding-bottom: 60px;
	background: #edf3fc;
}

#flow4Wrap .txt2 {
	padding-bottom: 80px;
}

#flow4In {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 60px 5%;
}

.flow4 {
	padding: 30px 30px 30px 30px;
	background: #FFF;
	border-radius: 10px;
	position: relative;
	border: 1px solid #c0d1e9;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: 3%;
}

.flow4.wide {
	grid-column: span 2;
}

.step {
	width: 90px;
	height: 90px;
	background: #0d499e;
	font-size: 1.2rem;
	color: #FFF;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	font-family: "Roboto Condensed", sans-serif;
	border-radius: 100vw;
	position: absolute;
	top: -30px;
	left: 30px;
}

.step span {
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 1;
}

.flow4Img img {
	width: 100%;
	height: auto;
}

.flow4Tit {
	font-size: 2.4rem;
	color: #0d499e;
	font-weight: 500;
	text-align: left;
	flex: 1;
}

.flow4Txt {
	font-size: 1.6rem;
}

/* ポイント */
/* ----------------------------------- */
#point {
	padding-bottom: 100px;
	background: #edf3fc;
}

#point ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

#point li {
	padding: 40px 48px;
	border-radius: 10px;
	background: #0d499e;
	color: #FFF;
	font-weight: bold;
	font-size: 2.2rem;
	font-weight: 500;
}

.strong {
	color: #ffff00;
}

/* 申し込み */
/* ----------------------------------- */
#ctaHdd {
	padding-bottom: 100px;
	margin-bottom: 100px;
	background: #edf3fc;
}

#ctaHdd .inner {
	padding: 50px 30px;
	background: #fbfabe;
	border-radius: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 30px;
}

#ctaDetail  {
	text-align: center;
}


#ctaHddTit {
	color: #ff4800;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 10px;
}

#ctaHddTit::before {
	content: "";
	width: 1px;
	height: 20px;
	background: #ff4800;
	transform: rotate(-20deg);
	display: inline-block;
}

#ctaHddTit::after {
	content: "";
	width: 1px;
	height: 20px;
	background: #ff4800;
	transform: rotate(20deg);
	display: inline-block;
}

#ctaDetail .tit5 {
	padding-bottom: 0;
}

#ctaDetail .txt1 {
	padding-bottom: 0;
	font-weight: 500;
}

.ctaHddTel {
	color: #0d499e;
	font-weight: bold;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 4.4rem;
	line-height: 1;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 10px;
}

.ctaHddTel::before {
	content: "";
	width: 24px;
	height: 27px;
	background: url(../../img/common/icon_tel_b.svg) 0 0 no-repeat;
	background-size: contain;
	display: inline-block;
	vertical-align: middle;
}


/* -------------------------------------------------- */
/* TAB&SP */
/* -------------------------------------------------- */
@media screen and (max-width: 1024px) {
	#flow4In {
		gap: 80px 5%;
	}

	.flow4Tit {
		flex: auto;
	}

	.flow4Img {
		width: 100%;
	}

	.flow4Img img {
		width: 100%;
	}

	.step {
		position: absolute;
		top: -60px;
		left: 50%;
		-webkit-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}

	#point ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		gap: 10px;
	}

	#point li {
		width: 100%;
		text-align: center;
	}
}


/* -------------------------------------------------- */
/* TAB(調整) */
/* -------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1024px) {

}
/* -------------------------------------------------- */
/* SP(調整) */
/* -------------------------------------------------- */
@media screen and (max-width: 767px) {
	#price .tit6 {
		font-size: clamp(1.8rem,5.8vw,2.4rem)!important;
	}

	#price {
		padding-bottom: 90px;
	}

	#price .layout1 {
		gap: 20px;
	}

	#flow4In {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		gap: 100px 5%;
	}

	.flow4.wide {
		grid-column: span 1;
	}

	#point {
		padding-bottom: 80px;
	}

	#ctaHdd {
		padding-bottom: 80px;
		margin-bottom: 80px;
	}

	#ctaDetail .tit5 {
		font-size: clamp(1.8rem,5.5vw,2.4rem)!important;
	}

	.ctaHddTel a {
		color: #0d499e;
	}
}