@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#container {
	padding-top: 0;
}
#main .mainVisual {
	padding: 7rem 0 1rem;
	position: relative;
	z-index: 1;
	overflow: hidden;
	background: url(../img/index/mv_bg.png) no-repeat center bottom/cover;
	box-sizing: border-box;
}
#main .mainVisual .content {
	max-width: 123rem;
	display: flex;
	align-items: center;
	min-height: 82rem;
	position: relative;
}
#main .mainVisual .comTxtBox {
	margin: 0 -3rem 15rem 0;
}
#main .mainVisual .photo {
	position: absolute;
	right: -38.5rem;
	top: 0;
}
#main .mainVisual .photo img {
	width: 100%;
}
#main .topBox {
	margin: -6rem 0 -6rem;
	padding-top: 14.6rem;
	background: url(../img/index/bg01.png) no-repeat left top;
}
#main .topBox .midTxt {
	margin-bottom: 14.9rem;
	font-size: 1.6rem;
	line-height: 2.25;
	letter-spacing: 0.02em;
	text-align: center;
}
#main .topBox .photo {
	position: relative;
}
#main .topBox .photo .logo {
	position: absolute;
	left: 112rem;
	top: -8rem;
}
#main .feature {
	padding: 15rem 0 15.8rem;
	background: url(../img/index/feature_bg.jpg) no-repeat center top/cover;
}
#main .feature .list {
	display: flex;
	gap: 4rem;
}
#main .feature .list li {
	width: calc((100% - 12rem)/4);
}
#main .feature .list .photo {
	margin-bottom: 3.2rem;
}
#main .feature .list .photo img {
	width: 100%;
}
#main .feature .list .ttl {
	font-size: 2.2rem;
	font-weight: 500;
	font-family: "Noto Serif JP", serif;
	letter-spacing: 0.025em;
	margin-bottom: 2.6rem;
	text-align: center;
}
#main .feature .list .txt {
	line-height: 2;
	letter-spacing: 0.02em;
	text-align: justify;
}
#main .spec {
	padding: 15rem 0 15.5rem;
}
#main .spec .content {
	max-width: 108rem;
}
#main .spec .headLine02 {
	margin-bottom: 9rem;
}
#main .spec .photo {
	margin-bottom: 8rem;
	text-align: center;
}
#main .spec h3 {
	margin-bottom: 3.5rem;
	font-size: 2.2rem;
	letter-spacing: 0.03em;
	font-weight: 500;
}
#main .spec .infoList {
	margin-bottom: 2.1rem;
	display: flex;
	justify-content: space-between;
}
#main .spec .infoList li {
	width: 48.2%;
}
#main .spec dl {
	letter-spacing: 0.025em;
	border-top: 1px solid #000;
}
#main .spec dt {
	margin-top: 1.3rem;
	float: left;
}
#main .spec dd {
	padding: 1.3rem 0 1.5rem 16rem;
	border-bottom: 1px solid #000;
}
#main .notes {
	font-size: 1.2rem;
	line-height: 2;
	letter-spacing: 0.025em;
}
#main .step {
	padding: 11rem 0;
	position: relative;
	z-index: 1;
}
#main .step:after {
	position: absolute;
	right: 0;
	top: 0;
	width: calc(50% + 48rem);
	height: calc(100% - 33rem);
	background-color: #f6f7f6;
	z-index: -1;
	content: "";
}
#main .step .list {
	gap: 3rem;
}
#main .step .list li {
	padding: 3.3rem 5rem 3rem;
	width: calc((100% - 6rem)/3);
	box-sizing: border-box;
	background-color: #fff;
	box-shadow: 6.84px 18.794px 4rem 0px rgba(0, 0, 0, 0.1);
}
#main .step .list .ttl {
	min-height: 7rem;
	position: relative;
	font-size: 2.2rem;
	font-weight: 500;
	letter-spacing: 0.025em;
	font-family: "Noto Serif JP", serif;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin-bottom: 1.5rem;
}
#main .step .list .ttl .num {
	position: absolute;
	left: -1rem;
	top: -0.5rem;
	color: #f0f1f0;
	font-size: 9rem;
	line-height: 1;
}
#main .step .list .listImg {
	margin-bottom: 3rem;
	min-height: 15.3rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
#main .step .list .txt {
	line-height: 2;
	letter-spacing: 0.025em;
	text-align: justify;
}
#main .step .list .txt .txtLink {
	padding-bottom: 0;
}
#main .step .list .txt:not(:last-child) {
	margin-bottom: 1rem;
}
#main .faq {
	padding: 7.3rem 0;
}
#main .faq .content {
	max-width: 96rem;
}
#main .qaList {
	border-bottom: 1px solid #e0e0e0;
}
#main .qaList li {
	border-top: 1px solid #e0e0e0;
}
#main .qaList .ttl {
	min-height: 9.8rem;
	padding: 1rem 5rem 1rem 0;
	position: relative;
	cursor: pointer;
	display: flex;
	align-items: center;
	font-size: 1.8rem;
	text-align: justify;
	font-family: "Noto Serif JP", serif;
	font-weight: 500;
	letter-spacing: 0.025em;
	box-sizing: border-box;
}
#main .qaList .ttl img {
	min-width: 4rem;
	margin-right: 2rem;
}
#main .qaList .ttl:before,
#main .qaList .ttl:after {
	position: absolute;
	right: 2.5rem;
	top: 50%;
	width: 2rem;
	height: 0.2rem;
	transition: .3s;
	background-color: #ce5344;
	content: "";
}
#main .qaList .ttl:after {
	transform: rotate(90deg);
}
#main .qaList .ttl.on {
	color: #ce5344;
}
#main .qaList .ttl.on:after {
	transform: rotate(0);
}
#main .qaList .txt {
	display: none;
	padding: 0 9.5rem 4.5rem 6rem;
	line-height: 2;
	text-align: justify;
	letter-spacing: 0.03em;
}
#gFooter {
	padding-top: 20rem;
}
@media all and (max-width: 896px) {
	#main .mainVisual {
		padding: 9.5rem 0 4.5rem;
		background-image: url(../img/index/mv_bg_sp.png);
		background-position: center top;
		background-size: 100% auto;
	}
	#main .mainVisual .content {
		flex-wrap: wrap;
		min-height: inherit;
		align-content: flex-start;
		align-items: flex-start;
	}
	#main .mainVisual .photo {
		order: 0;
		position: static;
		right: auto;
		top: auto;
		margin: 0 -10.8rem 0.9rem -2.5rem;
	}
	#main .mainVisual .comTxtBox {
		margin: 0;
		order: 2;
		width: 100%;
	}
	#main .topBox {
		margin: 0 0 -3rem;
		padding-top: 9rem;
		background-position: left 5rem;
		background-size: 23.5rem auto;
	}
	#main .topBox .midTxt {
		margin-bottom: 8.8rem;
		font-size: 1.4rem;
		line-height: 2;
		letter-spacing: 0;
		text-align: justify;
	}
	#main .topBox .photo img {
		width: 100%;
	}
	#main .topBox .photo .logo {
		right: auto;
		left: 6rem;
		top: -3rem;
		width: 12rem;
	}
	#main .feature {
		padding: 9.7rem 0 9rem;
		background-image: url(../img/index/feature_bg_sp.jpg);
	}
	#main .feature .list {
		display: block;
	}
	#main .feature .list li {
		margin-bottom: 5.7rem;
		width: auto;
	}
	#main .feature .list li:last-child {
		margin-bottom: 0;
	}
	#main .feature .list .ttl {
		letter-spacing: 0;
		margin-bottom: 1.5rem;
	}
	#main .spec {
		padding: 7.6rem 0 8.2rem;
	}
	#main .spec .headLine02 {
		margin-bottom: 5.2rem;
	}
	#main .spec .photo {
		margin: 0 -1.5rem 4.7rem;
	}
	#main .spec h3 {
		margin-bottom: 2.5rem;
		font-size: 1.8rem;
		letter-spacing: 0.01em;
	}
	#main .spec .infoList {
		margin-bottom: 2.4rem;
		display: block;
	}
	#main .spec .infoList li {
		width: auto;
	}
	#main .spec dl {
		letter-spacing: 0.01em;
		border-width: 2px;
	}
	#main .spec .infoList li:last-child dl {
		border-top: none;
	}
	#main .spec dd {
		padding: 1.3rem 0 1.4rem 12.5rem;
		border-width: 2px;
	}
	#main .notes {
		font-size: 1.2rem;
		line-height: 1.8;
	}
	#main .step {
		padding: 6.7rem 0;
		overflow: hidden;
	}
	#main .step .headLine02 {
		margin-bottom: 5rem;
	}
	#main .step:after {
		width: calc(100% - 3rem);
		height: calc(100% - 36rem);
	}
	#main .step .list {
		margin: 0 -3rem 0 1.8rem;
		padding-right: 1.8rem;
		display: block;
	}
	#main .step .list .slick-list {
		overflow: visible;
	}
	#main .step .list .slick-slide {
		margin: 0 3rem 0 0;
	}
	#main .step .list li {	
		padding: 1.7rem 3rem 3.8rem;
		width: 28rem;
		box-shadow: 0.5rem 1.4rem 3rem 0px rgba(0, 0, 0, 0.1);
	}
	#main .step .list .ttl {
		min-height: 6rem;
		font-size: 1.8rem;
		letter-spacing: 0.01em;
		margin-bottom: 2rem;
	}
	#main .step .list .ttl .num {
		left: 0;
		top: 0;
		font-size: 7.2rem;
	}
	#main .step .list .listImg {
		margin-bottom: 1.7rem;
	}
	#main .step .list .txt {
		font-size: 1.2rem;
		letter-spacing: 0;
	}
	#main .step .list .txt:not(:last-child) {
		margin-bottom: 1rem;
	}
	#main .step .slick-dots {
		margin: 4.7rem 3rem 0 0;
		display: flex;
		justify-content: center;
	}
		#main .step .slick-dots li {
		margin: 0 0.7rem;
		padding: 0;
		width: 0.8rem;
		height: 0.8rem;
		border-radius: 50%;
		background: none;
		background-color: #cfdada;
		box-shadow: none;
	}
	#main .step .slick-dots li button {
		display: none;
	}
	#main .step .slick-dots li.slick-active {
		background-color: #ce5344;
	}
	#main .faq {
		padding: 2.5rem 0;
	}
	#main .faq .headLine02 {
		margin-bottom: 5.2rem;
	}
	#main .qaList {
		margin: 0 -3rem;
	}
	#main .qaList li {
	}
	#main .qaList .ttl {
		min-height: 7rem;
		padding: 1.6rem 5.3rem 1.6rem 1.5rem;
		font-size: 1.4rem;
		line-height: 1.6;
		letter-spacing: 0;
	}
	#main .qaList .ttl img {
		min-width: 3.1rem;
		width: 3.1rem;
		margin-right: 1.4rem;
	}
	#main .qaList .ttl:before,
	#main .qaList .ttl:after {
		right: 1.5rem;
	}
	#main .qaList .txt {
		padding: 0 3rem 3.3rem 3rem;
		font-size: 1.2rem;
		letter-spacing: 0;
	}
	#gFooter {
		padding: 16rem 0 10rem;
	}
}