@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main .bgBox {
	padding: 4.2rem 0 7.2rem;
	background: #fffced;
}
#main .topTextImg {
	margin: 0 auto 6.1rem;
	max-width: 50.5rem;
}
#main .stepBox {
	margin-bottom: 4.3rem;
	padding-bottom: 18.3rem;
	position: relative;
}
#main .stepBox::before {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 21rem;
	height: 12.8rem;
	background: url(../img/index/arrow01.png) no-repeat left top / 100%;
	content: '';
}
#main .textImg {
	margin-bottom: 4.9rem;
	padding-bottom: 6.8rem;
	border-bottom: 0.2rem solid #000;
}
#main .textBox {
	margin: 0 0.2rem 4.6rem -0.9rem;
	padding: 12.3rem 0 0;
	height: 44.7rem;
	background: url(../img/index/bg01.jpg) no-repeat left top / 100%;
	box-sizing: border-box;
}
#main .textBox .innTextImg {
	margin: 0 auto 2.8rem;
	max-width: 60.1rem;
}
#main .textBox .txtImg {
	margin: 0 auto 1.5rem;
	max-width: 30.9rem;
}
#main .textBox .link {
	margin: 0 auto 3.5rem;
	max-width: 36.1rem;
}
#main .textBox .link a {
	display: block;
}
#main .textBox .link a:hover {
	opacity: 0.7;
}
#main .textImg02 {
	margin: 0 auto 4.7rem;
	max-width: 44rem;
}
#main .btnBox {
	margin-bottom: 6.8rem;
}
#main .btnBox .textArea {
	margin: 0 auto 0.6rem;
	max-width: 45.2rem;
}
#main .btnBox .link {
	margin: 0 auto;
	max-width: 56rem;
}
#main .btnBox .link a {
	padding: 1rem 1rem 1.5rem;
	min-height: 10.8rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	text-align: center;
	background-color: #eb6d94;
	border-radius: 5.4rem;
	box-sizing: border-box;
}
#main .btnBox .link a:hover {
	opacity: 0.7;
}
#main .btnBox .link a .sub {
	padding: 0 2.9rem 0 0;
	display: inline-block;
	color: #FFF;
	font-size: 4.3rem;
	font-weight: 700;
	background: url(../img/common/icon01.png) no-repeat right top calc(50% + 0.5rem) / 2.5rem;
}
#main .textImg03 {
	margin: 0 auto 2.1rem;
	max-width: 50.1rem;
}
#main .linkArea {
	gap: 1.4rem;
}
#main .linkArea .lBox {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
}
#main .linkArea .lBox .img01 {
	width: 16.1rem;
}
#main .linkArea .lBox .img02 {
	width: 16rem;
}
#main .linkArea .linkUl {
	margin-top: -0.1rem;
	width: 23.3rem;
}
#main .linkArea .linkUl li a:hover {
	opacity: 0.7;
}
#main .linkArea .linkUl li:not(:last-child) {
	margin-bottom: 0.6rem;
}
#main .textInner {
	padding: 5.5rem 0 7.8rem;
	font-family: "Noto Sans JP", sans-serif;
}
#main .textInner .subInner {
	margin: 0 auto;
	max-width: 56.1rem;
}
#main .textInner .subInner h2 {
	margin-bottom: 4.6rem;
	font-size: 3.3rem;
	font-weight: 800;
	text-align: center;
}
#main .textInner .subInner .textList {
	margin-bottom: 6.2rem;
}
#main .textInner .subInner .textList li:not(:last-child) {
	margin-bottom: 5rem;
}
#main .textInner .subInner .textList li .ttl {
	padding-bottom: 0.1rem;
	font-size: 2.65rem;
	font-weight: 600;
	border-bottom: 0.2rem solid #000;
}
#main .textInner .subInner .textList li .txtBox .txt {
	margin-bottom: 5rem;
	font-size: 2.65rem;
	font-weight: 600;
	line-height: 1.73;
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
	text-align: justify;
}
#main .textInner .subInner .textList li .txtBox .txt.spec {
	margin-right: -6rem;
}
#main .textInner .subInner .textList li .txtBox .txt:last-child {
	margin-bottom: 0;
}
#main .textInner .subInner .textList li .txtBox .txt .note {
	font-weight: 400;
}
#main .textInner .subInner .textList li .txtBox .txt sup {
	font-size: 1.8rem;
}
#main .textInner .pageTop {
	margin: 0 auto;
	width: 35rem;
}
#main .textInner .pageTop a {
	padding: 0.5rem 1rem 0.8rem;
	min-height: 5.5rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	color: #FFF;
	font-size: 2.8rem;
	font-weight: 600;
	text-align: center;
	border-radius: 2.7rem;
	background-color: #009e3b;
	box-sizing: border-box;
}
#main .textInner .pageTop a:hover {
	opacity: 0.7;
}
#main .btmText {
	margin: 0 auto;
	padding-top: 4.3rem;
	max-width: 56.1rem;
	border-top: 1px solid #000;
	font-size: 2.2rem;
	text-align: center;
	line-height: 1.72;
	font-family: "Noto Sans JP", sans-serif;
}
@media all and (max-width: 896px) {
	#main .textBox .txtImg {
		margin-bottom: 1.4rem;
		max-width: 28.2rem;
	}
	#main .textBox {
		padding-top: 16.4vw;
		aspect-ratio: 223 / 149;
		height: auto;
	}
	#main .textBox .innTextImg {
		margin-bottom: 3.73vw;
		max-width: 80.1vw;
	}
	#main .textBox .txtImg {
		margin-bottom: 1.87vw;
		max-width: 37.6vw;
	}
	#main .textBox .link {
		margin-bottom: 4.67vw;
		max-width: 48.1vw;
	}
}