@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.mainVisual {
	margin-bottom: 4.4rem;
	width: 100%;
	height: 40rem;
	background: url(../img/index/kv_bg.jpg) no-repeat center center / cover;
}
.mainVisual .inner {
	margin: 0 auto;
	padding: 6.2rem 4rem;
	width: 86.4rem;
	max-width: 100%;
}
.mainVisual .lead {
	margin-bottom: 3.2rem;
	font-weight: 700;
	font-size: 5.4rem;
	line-height: 1.28;
}
.mainVisual .lead .leadInner {
	padding: 0 0.5rem;
	background: linear-gradient(#FFD800, #FFD800) no-repeat left bottom 5% / 100% 20%;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
}
.mainVisual .lead .sm {
	font-size: 80%;
}
.mainVisual .copy {
	margin: 0 0.6rem;
	font-size: 1.95rem;
	font-weight: 700;
	font-feature-settings: "palt";
}
#main {
	overflow-x: clip;
}
#main .intro {
	margin-bottom: 11.2rem;
	padding: 0.1rem 0 0.5rem;
	position: relative;
	background: url(../img/index/bg02.jpg) no-repeat center center / 100% 100%;
}
#main .intro::before {
	width: 100%;
	height: 11.5rem;
	position: absolute;
	left: 0;
	top: -11.4rem;
	background: url(../img/index/bg01.png) no-repeat center top / 100% 100%;
	content: '';
}
#main .intro::after {
	width: 100%;
	height: 11.2rem;
	position: absolute;
	left: 0;
	bottom: -11.1rem;
	background: url(../img/index/bg03.png) no-repeat center top / 100% 100%;
	content: '';
}
#main .intro .inner {
	margin: 0 auto;
	width: 76rem;
	max-width: 90%;
}
#main .intro h2 {
	margin-bottom: 2.5rem;
	text-align: center;
	color: #fff;
	font-weight: 700;
	font-size: 2.7rem;
	letter-spacing: 0.04em;
}
#main .intro .textList {
	margin-bottom: 3rem;
	gap: 1.8rem;
}
#main .intro .textList li {
	width: 20rem;
	max-width: calc((100% - 3.6rem) / 3);
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 2.7rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.32;
	background: #fff;
	border-radius: 100%;
	border: 0.7rem solid #C6DFFF;
	aspect-ratio: 1;
}
#main .intro .textList .item02 {
	border-color: #F7D3CB;
}
#main .intro .textList .item03 {
	border-color: #C9F0CD;
}
#main .intro .textBox {
	margin-bottom: 3.7rem;
	padding: 1.6rem 2.2rem 2rem 6.2rem;
	position: relative;
	background: #fff;
	border-radius: 0.8rem;
	border: 0.2rem solid #FFD800;
	overflow: hidden;
}
#main .intro .textBox::before {
	margin-top: -0.7rem;
	position: absolute;
	left: 1.5rem;
	top: 50%;
	color: #292960;
	font-weight: 700;
	font-size: 2.2rem;
	transform: translateY(-50%);
	content: '！';
	z-index: 1;
}
#main .intro .textBox::after {
	width: 4.3rem;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #FFD800;
	content: '';
}
#main .intro .textBox p {
	margin-bottom: 1.2rem;
	letter-spacing: 0.02em;
	line-height: 1.76;
}
#main .intro .textBox .highlight {
	background: #FFD800;
}
#main .intro .textBox .btn {
	margin: 0 auto;
	width: 31.2rem;
	transform: translateX(-2rem);
}
#main .intro .textBox .btn a {
	padding: 0.9rem 3rem 1.2rem;
	display: block;
	position: relative;
	text-align: center;
	color: #fff;
	font-weight: 700;
	letter-spacing: 0.01em;
	background: #292960;
	border-radius: 5rem;
}
#main .intro .textBox .btn a::after {
	width: 0.9rem;
	position: absolute;
	right: 2.3rem;
	top: 50%;
	border-right: 0.2rem solid #fff;
	border-bottom: 0.2rem solid #fff;
	box-sizing: border-box;
	transform: translateY(-50%) rotate(-45deg);
	aspect-ratio: 1;
	content: '';
}
#main .intro .textBox .btn a:hover {
	opacity: 0.8;
}
#main .raising {
	margin-bottom: 2.9rem;
	padding: 3.2rem 0;
}
#main .raising h2 {
	margin-bottom: 3rem;
	text-align: center;
	font-size: 5.4rem;
	font-weight: 700;
}
#main .raising h2 .txtWrap {
	padding: 0 0.2rem;
	letter-spacing: 0.02em;
	background: linear-gradient(#FFD800, #FFD800) no-repeat left bottom 5% / 100% 23%;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
}
#main .raising h2 .sm {
	font-size: 80%;
}
#main .raising .lead {
	text-align: center;
	font-size: 2.7rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	position: relative;
	z-index: 4;
}
#main .raising .image01 {
	margin-top: -3.9rem;
	position: relative;
	z-index: 3;
}
#main .raising .image02 {
	margin-top: -6.2rem;
	padding: 4.7rem 0 5.4rem;
	position: relative;
	background: #C2BFB6;
}
#main .raising .image02::before {
	width: 100%;
	height: 20rem;
	position: absolute;
	left: 0;
	top: -0.05rem;
	background: #fff;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	content: '';
	z-index: 2;
}
#main .raising .image02::after {
	width: 100%;
	height: 24rem;
	position: absolute;
	left: 0;
	bottom: 0;
	background: url(../img/index/bg05.png) no-repeat center center / 100% 100%;
	content: '';
}
#main .raising .image02 .content {
	position: relative;
	z-index: 1;
}
#main .raising .image02 .content::after {
	width: 43.9rem;
	position: absolute;
	left: 50%;
	bottom: -7.3rem;
	transform: translateX(-50%);
	aspect-ratio: 878/158;
	background: url(../img/index/bg04.png) no-repeat center center / 100%;
	content: '';
}
#main .support h2 {
	text-align: center;
	font-size: 2.7rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	position: relative;
	z-index: 1;
}
#main .support h2 .underline {
	margin: 1rem auto 3.4rem;
	width: fit-content;
	display: block;
}
#main .support h2 .underline span {
	font-size: 5.4rem;
	letter-spacing: 0.02em;
	background: linear-gradient(#FFD800, #FFD800) no-repeat left bottom 5% / 100% 23%;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
}
#main .support .bgBox {
	padding-top: 8.7rem;
	position: relative;
	background: #EDF2F6;
}
#main .support .bgBox::before {
	width: 100%;
	height: 14.8rem;
	position: absolute;
	left: 0;
	top: -6rem;
	background: #fff url(../img/index/bg06.png) no-repeat center center / 100% 100%;
	content: '';
}
#main .support .textList {
	margin-bottom: 4.6rem;
	gap: 8rem 0;
	align-content: flex-start;
	position: relative;
	z-index: 1;
}
#main .support .textList > li {
	padding: 5.3rem 2rem 3.8rem;
	width: calc(50% - 3rem);
	position: relative;
	border-radius: 1.6rem;
	background: #fff;
}
#main .support .textList li .ttl {
	padding: 1rem 1rem 1.7rem;
	min-width: 16.2rem;
	position: absolute;
	left: 50%;
	top: -3rem;
	color: #fff;
	font-size: 2.2rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	text-align: center;
	border-radius: 5rem;
	background: #292960;
	transform: translateX(-50%);
}
#main .support .textList li .lead {
	margin-bottom: 2rem;
	text-align: center;
	font-size: 2.6rem;
	font-weight: 700;
	letter-spacing: 0.02em;
}
#main .support .textList li .photo {
	margin-top: auto;
	width: 100%;
	text-align: center;
}
#main .support .textList li .photo img {
	width: auto;
	height: 14.1rem;
}
#main .support .textList li .text {
	margin-bottom: 1.8rem;
	text-align: center;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.733;
}
#main .support .textList .subTxtList {
	margin: 0 auto;
	padding-top: 1.3rem;
	max-width: 35.4rem;
	border-top: 0.2rem solid #BEBBD1;
}
#main .support .textList .subTxtList li {
	padding-left: 1em;
	text-indent: -1em;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.4727;
}
#main .support .textList > li:nth-child(2n) {
	background: #FFFAE1;
}
#main .support .textList > li:nth-child(2n-1) {
	padding: 7rem 1.5rem 0;
	display: flex;
	flex-direction: column;
	align-items: center;
}
#main .support .textList > li:nth-child(2n-1)::after {
	width: 3.1rem;
	position: absolute;
	right: -4.7rem;
	top: 50%;
	transform: translateY(-50%);
	aspect-ratio: 31/48;
	background: url(../img/common/icon01.png) no-repeat center center / 100%;
	content: '';
}
#main .support .textList li:nth-child(2n) .ttl {
	color: #292960;
	background: #FFD800;
}
#main .support .btmImg {
	position: relative;
}
#main .support .btmImg::before {
	width: 100%;
	height: 22.2rem;
	position: absolute;
	left: 0;
	top: -11.1rem;
	background: url(../img/index/bg07.png) no-repeat center center / 100% 100%;
	content: '';
}
#main .support .btmImg p {
	width: 100%;
	position: absolute;
	left: 0;
	top: 1.7rem;
	font-size: 5.4rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.38;
	text-align: center;
	z-index: 2;
}
#main .support .btmImg p .txt {
	background: linear-gradient(#FFD800, #FFD800) no-repeat left bottom 5% / 100% 23%;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
}
#main .support .btmImg p .sm {
	font-size: 80%;
}
#main .support .btmImg img {
	width: 100%;
	min-height: 51.2rem;
	object-fit: cover;
	position: relative;
	z-index: 1;
}
#main .bgWrap {
	padding: 8rem 0;
	background: #EDF2F6;
}
#main .flow {
	margin-bottom: 8rem;
}
#main .flow .flowList {
	margin: 0 1%;
	display: flex;
	justify-content: space-between;
	gap: 5%;
}
#main .flow .flowList li {
	width: 30%;
	display: flex;
	flex-direction: column;
	text-align: center;
	position: relative;
}
#main .flow .flowList li:not(:last-child):after {
	margin-top: -0.2rem;
	width: 100%;
	height: 0.3rem;
	position: absolute;
	left: 50%;
	top: 10.1rem;
	background: #fff;
	content: '';
}
#main .flow .flowList li .photo {
	margin: 0 auto 1.2rem;
	width: 20.2rem;
	max-width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border-radius: 100%;
	aspect-ratio: 1;
}
#main .flow .flowList li .photo img {
	width: auto;
	max-height: 7.8rem;
	position: relative;
	z-index: 1;
}
#main .flow .flowList li .num {
	margin-bottom: 0.8rem;
	width: 100%;
	font-size: 2.2rem;
	font-weight: 700;
	color: #8A85AB;
	letter-spacing: 0.02em;
}
#main .flow .flowList li .textBox {
	display: flex;
	flex-direction: column;
	flex: 1;
}
#main .flow .flowList li .text {
	margin: auto 0;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2.8rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.45;
}
#main .flow .flowList li .text .txtWrap {
	display: block;
}
#main .flow .flowList li .text .sm {
	display: block;
	font-size: 1.8rem;
}
#main .faq {
	margin-bottom: 8rem;
}
#main .faq .headLine01 {
	margin-bottom: 4rem;
}
#main .faq .inner {
	margin: 0 auto;
	max-width: 80rem;
}
#main .faq .faqList {
	margin-bottom: 1rem;
	border-radius: 1.2rem;
	background: #fff;
	box-shadow: 0rem 0.3rem 0.6rem rgba(41, 41, 96, 0.1);
	overflow: hidden;
}
#main .faq .faqList:last-child {
	margin-bottom: 0;
}
#main .faq .faqList dt {
	padding: 1.8rem 7.3rem 2rem;
	min-height: 8.7rem;
	display: flex;
	align-items: center;
	position: relative;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	cursor: pointer;
}
#main .faq .faqList dt::before {
	width: 1.8rem;
	height: 0.2rem;
	position: absolute;
	right: 3.3rem;
	top: 50%;
	transform: translateY(-50%);
	background: #292960;
	content: '';
}
#main .faq .faqList dt::after {
	width: 0.2rem;
	height: 1.8rem;
	position: absolute;
	right: 4.1rem;
	top: 50%;
	transform: translateY(-50%);
	background: #292960;
	content: '';
}
#main .faq .faqList dt.on::after {
	display: none;
}
#main .faq .faqList dt span {
	width: 100%;
	display: block;
	position: relative;
}
#main .faq .faqList dt span::before {
	margin-top: -0.3rem;
	position: absolute;
	left: -4.5rem;
	top: 50%;
	color: #8A85AB;
	font-size: 3rem;
	line-height: 1;
	transform: translateY(-50%);
	content: 'Q';
}
#main .faq .faqList dd {
	padding: 2.4rem 7.3rem 3.7rem;
	position: relative;
	font-size: 2rem;
	letter-spacing: 0.02em;
	line-height: 1.733;
	background: #FFFAE1;
	display: none;
}
#main .faq .faqList dd::before {
	position: absolute;
	left: 2.8rem;
	top: 2.5rem;
	color: #534C84;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1;
	content: 'A';
}
#main .faq .faqList dd p {
	margin-bottom: 2.6rem;
}
#main .faq .faqList dd p:last-child {
	margin-bottom: 0;
}
#main .faq .faqList dd a:hover {
	opacity: 0.8;
}
#main .about {
	margin-bottom: 8rem;
}
#main .about .headLine01 {
	margin-bottom: 3.5rem;
}
#main .about .copy {
	margin-bottom: 3.8rem;
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: 0.01em;
}
#main .about .btnBox {
	padding: 2.6rem 2rem 1.4rem;
	text-align: center;
	background: #fff;
	border-radius: 1.2rem;
}
#main .about .btnBox p {
	margin-bottom: 1.5rem;
	font-size: 3.3rem;
	font-weight: 700;
	letter-spacing: 0.02em;
}
#main .about .btnBox .comBtn .txt {
	margin-bottom: 0.4rem;
}
#main .about .btnBox .comBtn a {
	width: 46.7rem;
}
@media all and (max-width: 767px) {
	.mainVisual {
		margin-bottom: 2.7rem;
		height: 24.4rem;
		background-image: url(../img/index/kv_bg_sp.jpg);
	}
	.mainVisual .inner {
		padding: 1.3rem 0;
		width: auto;
	}
	.mainVisual .lead {
		margin-bottom: 1.6rem;
		font-size: 3.6rem;
	}
	.mainVisual .lead .leadInner {
		padding: 0 1rem;
		background-size: 100% 23%;
		background-position: left bottom 4%;
	}
	.mainVisual .copy {
		margin: 0 1.1rem;
		font-size: 1.3rem;
		line-height: 1.55;
	}
	#main .intro {
		margin-bottom: 6rem;
		padding-bottom: 0.4rem;
		background-image: url(../img/index/bg02_sp.jpg);
	}
	#main .intro::before {
		height: 6.5rem;
		top: -6.4rem;
		background-image: url(../img/index/bg01_sp.png);
	}
	#main .intro::after {
		height: 6.5rem;
		bottom: -6.4rem;
		background-image: url(../img/index/bg03_sp.png);
	}
	#main .intro .inner {
		width: auto;
		max-width: initial;
	}
	#main .intro h2 {
		margin-bottom: 1.1rem;
		font-size: 1.8rem;
	}
	#main .intro .textList {
		margin-bottom: 1.5rem;
		gap: 1rem;
	}
	#main .intro .textList li {
		padding: 0.5rem 0.3rem 0.4rem;
		width: 15rem;
		max-width: calc((100% - 2rem) / 3);
		font-size: 1.5rem;
		line-height: 1.35;
		border-width: 0.4rem;
	}
	#main .intro .textBox {
		margin-bottom: 2.2rem;
		padding: 0.9rem 1.5rem 1.3rem 4.2rem;
	}
	#main .intro .textBox::before {
		margin-top: -0.5rem;
		left: 1rem;
		font-size: 1.5rem;
	}
	#main .intro .textBox::after {
		width: 2.8rem;
	}
	#main .intro .textBox p {
		margin-bottom: 0.8rem;
		letter-spacing: 0;
	}
	#main .intro .textBox .btn {
		width: 20.8rem;
		max-width: 100%;
		transform: translateX(-1.2rem);
	}
	#main .intro .textBox .btn a {
		padding: 0.6rem 3rem 0.8rem;
	}
	#main .intro .textBox .btn a::after {
		width: 0.6rem;
		right: 1.6rem;
		border-width: 0.1rem;
	}
	#main .raising {
		margin-bottom: 1.8rem;
		padding: 3.6rem 0 0;
	}
	#main .raising .content {
		margin: 0;
	}
	#main .raising h2 {
		margin: 0 1rem 2rem;
		font-size: 3.6rem;
		line-height: 1.38;
	}
	#main .raising h2 .txtWrap {
		padding: 0 0.6rem;
	}
	#main .raising .lead {
		font-size: 1.8rem;
		letter-spacing: 0.04em;
	}
	#main .raising .image01 {
		margin: -1.8rem 0 0;
	}
	#main .raising .image01 img {
		width: 100%;
	}
	#main .raising .image02 {
		display: none;
	}
	#main .support h2 {
		margin-bottom: 15rem;
		font-size: 1.8rem;
	}
	#main .support h2 .underline {
		margin: 0.8rem auto 2.1rem;
		line-height: 1.4;
	}
	#main .support h2 .underline span {
		font-size: 3.6rem;
		letter-spacing: 0.03em;
	}
	#main .support .bgBox {
		padding-top: 0.1rem;
	}
	#main .support .bgBox::before {
		height: 15.5rem;
		top: -14rem;
		background-image: url(../img/index/bg06_sp.png);
	}
	#main .support .textList {
		margin: -9.1rem 1rem 7rem;
		gap: 6.6rem 0;
	}
	#main .support .textList > li {
		padding: 3.9rem 3rem 2.6rem;
		width: 100%;
		border-radius: 2.4rem;
	}
	#main .support .textList li .ttl {
		padding: 0.9rem 0.5rem 1.4rem;
		min-width: 13.5rem;
		top: -2.5rem;
		font-size: 1.8rem;
	}
	#main .support .textList li .lead {
		margin-bottom: 0;
		font-size: 2.2rem;
		line-height: 1.46;
	}
	#main .support .textList li .photo {
		margin: 0;
		width: auto;
		position: absolute;
		left: 1.8rem;
		bottom: -5.6rem;
	}
	#main .support .textList li .photo img {
		height: 9.4rem;
	}
	#main .support .textList li .text {
		margin-bottom: 1.4rem;
		font-size: 1.5rem;
		line-height: 1.733;
	}
	#main .support .textList .subTxtList {
		padding-top: 1.1rem;
		max-width: initial;
	}
	#main .support .textList .subTxtList li {
		font-size: 1.8rem;
		line-height: 1.5;
	}
	#main .support .textList > li:nth-child(2n-1) {
		margin-bottom: 1.3rem;
		padding: 3.5rem 1.5rem 2.4rem;
		min-height: 15.5rem;
		justify-content: center;
	}
	#main .support .textList > li:nth-child(2n-1)::after {
		width: 2.4rem;
		right: 50%;
		top: auto;
		bottom: -4.4rem;
		transform: translateX(50%);
		aspect-ratio: 24/31;
		background-image: url(../img/common/icon01_sp.png);
	}
	#main .support .textList > li:nth-child(4n-1) .photo {
		left: auto;
		right: 1.8rem;
	}
	#main .support .btmImg::before {
		height: 14.8rem;
		top: -14.8rem;
	}
	#main .support .btmImg p {
		top: -3.9rem;
		font-size: 3.6rem;
	}
	#main .support .btmImg img {
		min-height: initial;
	}
	#main .bgWrap {
		padding: 4rem 0 3.5rem;
	}
	#main .flow {
		margin-bottom: 4rem;
	}
	#main .flow .flowList {
		margin: 0;
		display: flex;
		justify-content: flex-start;
		flex-direction: column;
		gap: 2rem 0;
	}
	#main .flow .flowList li {
		width: 100%;
		flex-direction: row;
		align-items: center;
		gap: 1.4rem;
		text-align: left;
	}
	#main .flow .flowList li:not(:last-child):after {
		margin-top: 0;
		width: 0.2rem;
		height: 100%;
		left: 4.5rem;
		top: 50%;
	}
	#main .flow .flowList li .photo {
		margin: 0;
		width: 9rem;
	}
	#main .flow .flowList li .photo img {
		max-height: 3.5rem;
	}
	#main .flow .flowList li .num {
		margin-bottom: 0.9rem;
		font-size: 1.5rem;
	}
	#main .flow .flowList li .text {
		margin: 0 0 0.1rem;
		display: block;
		font-size: 2.2rem;
		line-height: 1.27;
	}
	#main .flow .flowList li .text .sm {
		font-size: 1.5rem;
	}
	#main .faq {
		margin-bottom: 4rem;
	}
	#main .faq .headLine01 {
		margin-bottom: 2rem;
	}
	#main .faq .inner {
		margin: 0;
		max-width: initial;
	}
	#main .faq .faqList {
		border-radius: 0.8rem;
	}
	#main .faq .faqList dt {
		padding: 1.5rem 4rem 1.6rem 4.9rem;
		min-height: initial;
		font-size: 1.5rem;
		line-height: 1.733;
	}
	#main .faq .faqList dt::before {
		width: 1.3rem;
		height: 0.1rem;
		right: 2.2rem;
		top: 2.9rem;
		transform: none;
	}
	#main .faq .faqList dt::after {
		width: 0.1rem;
		height: 1.3rem;
		right: 2.8rem;
		top: 2.3rem;
		transform: none;
	}
	#main .faq .faqList dt span::before {
		margin-top: 0;
		left: -2.9rem;
		top: 0.1rem;
		font-size: 2rem;
		transform: none;
	}
	#main .faq .faqList dd {
		padding: 1.5rem 3rem 1.6rem 4.9rem;
		font-size: 1.5rem;
	}
	#main .faq .faqList dd::before {
		left: 1.9rem;
		top: 1.7rem;
		font-size: 2rem;
	}
	#main .about {
		margin-bottom: 4rem;
	}
	#main .about .headLine01 {
		margin-bottom: 1.3rem;
	}
	#main .about .copy {
		margin-bottom: 1.6rem;
		font-size: 1.5rem;
		line-height: 1.733;
		letter-spacing: 0.02em;
	}
	#main .about .btnBox {
		padding: 1.6rem 1rem 0.6rem;
		border-radius: 0.8rem;
	}
	#main .about .btnBox p {
		margin-bottom: 1.2rem;
		font-size: 2.2rem;
	}
	#main .about .btnBox .comBtn .txt {
		margin-bottom: -0.2rem;
	}
	#main .about .btnBox .comBtn a {
		width: 31.9rem;
	}
}