@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main .mainVisual {
	margin-bottom: 7rem;
	padding: 7.3rem 2rem 0;
	position: relative;
	min-height: 49rem;
	background-color: #CCE5F7;
	box-sizing: border-box;
}
#main .mainVisual::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	bottom: -0.2rem;
	background: url(../img/index/main_bg.png) no-repeat left calc(50% - 1.1rem) bottom / 137.9rem;
	content: '';
}
#main .mainVisual .tagImg {
	position: absolute;
	top: 2.7rem;
	left: calc(50% - 55.1rem);
	width: 13.7rem;
}
#main .mainVisual h1 {
	margin: 0 auto;
	padding-left: 3.3rem;
	max-width: 99.3rem;
	box-sizing: content-box;
	position: relative;
	z-index: 5;
}
#main .bgBox {
	margin-bottom: 6.9rem;
	padding: 12.9rem 0 15.3rem;
	position: relative;
	background: #CCE5F7 url(../img/index/bg01.png) no-repeat left calc(50% + 0.4rem) top 6.7rem / 139.1rem;
}
#main .bgBox .textImg01 {
	margin-bottom: 8.6rem;
}
#main .bgBox .textImg02 {
	margin-bottom: 8.5rem;
	position: relative;
}
#main .bgBox .textImg02::before {
	position: absolute;
	top: 38.4rem;
	left: -14.1rem;
	width: 15.9rem;
	height: 8.7rem;
	background: url(../img/index/bg02.png) no-repeat left top / 100%;
	content: '';
}
#main .apply {
	margin: 7.1rem 0 7rem;
	padding: 13.6rem 0 7.4rem;
	background: #CCE5F7 url(../img/index/bg03.png) no-repeat left calc(50% - 0.7rem) top 5.1rem / 137.8rem;
}
#main .apply h2 {
	margin-bottom: 7.3rem;
	color: #164097;
	font-size: 5.1rem;
	font-weight: 900;
	text-align: center;
}
#main .apply .inner {
	margin-bottom: 7.5rem;
	padding: 6rem 3.5rem 3.4rem;
	position: relative;
	background-color: #FFF;
	border-radius: 3.1rem;
}
#main .apply .inner::before {
	position: absolute;
	top: -1.3rem;
	left: -16.1rem;
	width: 18.2rem;
	height: 18.5rem;
	background: url(../img/index/bg04.png) no-repeat left top / 100%;
	content: '';
}
#main .apply .inner h3 {
	margin-bottom: 6.1rem;
	color: #164097;
	font-size: 3.4rem;
	font-weight: 900;
	text-align: center;
	line-height: 1.4;
}
#main .apply .inner .topBox {
	margin-bottom: 2.9rem;
	padding-bottom: 6.6rem;
	border-bottom: 0.7rem solid #CCE5F7;
}
#main .apply .inner .textImg {
	margin: 0 auto;
	max-width: 50rem;
}
#main .apply .inner .bottomBox h3 {
	margin-bottom: 2.1rem;
}
#main .apply .inner .bottomBox .textList {
	margin: 0 auto;
	max-width: 59.2rem;
}
#main .apply .inner .bottomBox .textList li {
	margin-bottom: 1.1rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
#main .apply .inner .bottomBox .textList li:last-child {
	margin-bottom: 0;
}
#main .apply .inner .bottomBox .textList .tag {
	padding: 0.4rem 1rem 0.7rem;
	width: 18.4rem;
	color: #000;
	font-size: 2.2rem;
	font-weight: 700;
	text-align: center;
	border: 0.2rem solid #000;
	box-sizing: border-box;
}
#main .apply .inner .bottomBox .textList .txt {
	padding-top: 0.4rem;
	width: calc(100% - 19.5rem);
	font-size: 2.6rem;
	font-weight: 700;
}
#main .apply .textUl li:not(:last-child) {
	margin-bottom: 2.4rem;
}
#main .apply .textUl li small {
	display: block;
	line-height: 1.75;
}
@media all and (max-width: 896px) {
	#main .mainVisual {
		margin-bottom: 4rem;
		padding: 2rem;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		min-height: inherit;
		aspect-ratio: 375 / 242;
	}
	#main .mainVisual .tagImg {
		top: 1rem;
		left: 2rem;
		width: 11rem;
	}
	#main .mainVisual h1 {
		margin: 0;
		padding-left: 0;
		max-width: inherit;
	}
	#main .bgBox {
		margin-bottom: 4rem;
		padding: 5rem 2rem;
		background: #CCE5F7 url(../img/index/bg01.png) no-repeat left calc(50% + 0.4rem) top 6.7rem / 50rem;
	}
	#main .bgBox .textImg01 {
		margin-bottom: 4rem;
	}
	#main .bgBox .textImg02 {
		margin-bottom: 4rem;
	}
	#main .bgBox .textImg01 img,
	#main .bgBox .textImg02 img,
	#main .bgBox .textImg03 img {
		width: 100%;
	}
	#main .bgBox .textImg02::before {
		top: calc(50% - 5rem);
		left: -6.1rem;
		width: 8.9rem;
		height: 5.7rem;
	}
	#main .apply {
		margin: 4rem 0;
		padding: 6rem 2rem;
		background: #CCE5F7 url(../img/index/bg03.png) no-repeat left calc(50% - 0.7rem) top 5.1rem / 52rem;
	}
	#main .apply h2 {
		margin-bottom: 3rem;
		font-size: 3rem;
	}
	#main .apply .inner {
		margin-bottom: 4rem;
		padding: 4rem 2rem;
		border-radius: 2rem;
	}
	#main .apply .inner::before {
		top: -2.3rem;
		left: -5.1rem;
		width: 9.2rem;
		height: 10.5rem;
	}
	#main .apply .inner h3 {
		margin-bottom: 3rem;
		font-size: 2.4rem;
	}
	#main .apply .inner .topBox {
		margin-bottom: 2rem;
		padding-bottom: 3rem;
		border-bottom: 0.4rem solid #CCE5F7;
	}
	#main .apply .inner .textImg {
		max-width: 29.5rem;
	}
	#main .apply .inner .bottomBox h3 {
		margin-bottom: 2.1rem;
	}
	#main .apply .inner .bottomBox .textList {
		margin: 0;
		max-width: inherit;
	}
	#main .apply .inner .bottomBox .textList li {
		margin-bottom: 2rem;
		display: block;
	}
	#main .apply .inner .bottomBox .textList .tag {
		margin-bottom: 1.5rem;
		padding: 0.4rem 1rem 0.5rem;
		width: auto;
		font-size: 1.8rem;
	}
	#main .apply .inner .bottomBox .textList .txt {
		padding-top: 0;
		width: auto;
		font-size: 1.6rem;
	}
	#main .apply .textUl li:not(:last-child) {
		margin-bottom: 1.8rem;
	}
	#main .apply .textUl li small {
		font-size: 1.3rem;
	}
}