@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.mainVisual2 h1 .txtSpan {
	margin-left: 0;
}
#main .process .headLine03 {
	color: #fff;
}
#main .process {
	margin-bottom: 19.5rem;
}
#main .processList {
	padding-top: 1.2rem;
}
#main .processList li {
	padding-bottom: 10rem;
	position: relative;
}
#main .processList li::before {
	width: 2px;  
	height: 100%;
	border-left: 2px dashed #fff;
	position: absolute;  
	top: 0;
	left: 20rem;
	z-index: -1;
	content: ""; 
}
#main .processList li:last-child {
	padding-bottom: 0;
}
#main .processList dl {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
#main .processList dt {
	margin: 0 12.5rem 0 12.5rem;
	padding: 1rem;
	width: 15rem;
	aspect-ratio: 1;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	text-align: center;
	justify-content: center;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	color: #36A1D1;
	background-color: #fff;
	border-radius: 100%;
}
#main .processList dt .num {
	margin-top: 0.5rem;
	line-height: 1;
	font-size: 4rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	display: block;
	font-family: "Roboto", sans-serif;
}
#main .processList dd {
	padding-bottom: 1.5rem;
	flex: 1;
}
#main .processList dd a {
	color: #fff;
	text-decoration: underline;
}

#main .processList dd p {
	font-weight: 500;
	line-height: 2.03;
	color: #fff;
}
#main .processList dd .ttl {
	margin-bottom: 0.3rem;
	font-size: 2.5rem;
	font-weight: 700;
	letter-spacing: 0.06em;
}
#main .processList .item1 dt {
	color: #56BBA1;
}
#main .processList .item2 dt {
	color: #F4AB45;
}
#main .processList .item3 dt {
	color: #EC8DB8;
}
#main .processList .item4 dt {
	color: #676AAF;
}
#main .questions {
	padding: 0 2rem 20.5rem;
}
#main .questions .content {
	max-width: 110rem;
	padding: 8rem 8rem 8.2rem;
	background-color: #fff;
	border-radius: 3rem;
}
#main .questionsDl {
	padding-top: 3.5rem;
}
#main .questionsDl dt {
	padding-bottom: 0.3rem;
	margin-bottom: 2.7rem;
	font-size: 2.5rem;
	font-weight: 900;
	letter-spacing: 0.06em;
	color: #36A1D1;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	border-bottom: 1px solid #36A1D1;
}
#main .questionsDl dt .lSpan {
	width: 5.7rem;
	padding-right: 0.5rem;
	flex-shrink: 0;
}
#main .questionsDl dt .rSpan {
	flex: 1;
}
#main .questionsDl dd {
	margin: 0 2rem 5.5rem 5.5rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	color: #36A1D1;
	font-feature-settings: "palt";
}
#main .questionsDl dd:last-child {
	margin-bottom: 0;
}
.headLine03 {
	color: #36A1D1;
}
@media all and (min-width: 897px) {
	#main .processList dd a:hover {
		text-decoration: none;
	}
}

@media all and (max-width: 896px) {
	#main .processList li {
		padding-bottom: 5rem;
	}
	#main .processList dl {
		display: block;
	}
	#main .processList dt {
		margin: 0 auto 2rem;
		width: 13rem;
	}
	#main .processList dt .num {
		margin-top: 0;
	}
	#main .processList dd {
		padding: 0;
	}
	#main .processList dd p {
		line-height: 1.8;
	}
	#main .processList dd .ttl {
		font-size: 2.2rem;
		text-align: center;
	}
	#main .processList li::before {
		display: none;
	}
	#main .process {
		margin-bottom: 10rem;
	}
	#main .questions .content {
		border-radius: 1rem;
		padding: 5rem 2rem;
	}
	#main .questionsDl {
		padding-top: 0;
	}
	#main .questionsDl dt {
		margin-bottom: 1rem;
		font-size: 1.8rem;
	}
	#main .questionsDl dt .lSpan {
		width: 3rem;
	}
	#main .questionsDl dd {
		margin: 0 0 3rem;
	}
	#main .questions {
		padding-bottom: 15rem;
	}
}