@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#container {
  overflow: hidden;
}
#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: 15rem 0;
	position: relative;
	background: #CCE5F7 url("../img/index/bg_merit.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 .textImg01::before {
	position: absolute;
	top: 30rem;
  right: -15rem;
	width: 186px;
	height: 140px;
	background: url(../img/index/img_cloud01.png) no-repeat right top / 186px 140px;
	content: '';
}
#main .bgBox .textImg02::before {
	position: absolute;
	top: 77.4rem;
  left: -6rem;
  width: 158px;
	height: 132px;
	background: url(../img/index/img_cloud02.png) no-repeat left top / 158px 132px;
	content: '';
}
#main .bgBox::before {
	position: absolute;
	bottom: 0;
  right: 2rem;
  width: 282px;
	height: 234px;
	background: url(../img/index/img_cloud03.png) no-repeat left top / 282px 234px;
	content: '';
}
#main .apply {
	margin: 7.1rem 0 7rem;
	padding: 13.6rem 0 7.4rem;
	background: #CCE5F7 url("../img/index/img_cloud04.png") no-repeat left calc(50% - 0.7rem) top 10rem / 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/img_cloud06.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;
}
#main .apply .textUl li p {
  padding-top: 8px;
}

@media  all and (max-width: 896px) {
	#main .mainVisual {
		margin-bottom: 4rem;
		padding: 2rem 2rem 0;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		min-height: inherit;
		aspect-ratio: 375 / 265;
	}
  #main .mainVisual::before {
	left: 0;
  width: 100%;
  bottom: 0;
  background: url(../img/index/main_bg_sp.png) no-repeat bottom / 100%;
  content: '';
}
	#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/bg_merit.png") no-repeat left calc(50% + 0.4rem) top 6.7rem / 50rem;
	}
  #main .bgBox::before {
	bottom: 0;
  right: -1rem;
  width: 141px;
	height: 117px;
  background-size: 141px 117px;
}
	#main .bgBox .textImg01 {
		margin-bottom: 4rem;
	}
  #main .bgBox .textImg01::before {
	top: -30px;
  right: -10px;
	width: 74px;
	height: 56px;
	background-size: 74px 56px;
}
	#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% - 1rem);
    left: -10px;
    width: 63px;
    height: 53px;
    background-size: 63px 53px;
	}
	#main .apply {
		margin: 4rem 0;
		padding: 6rem 2rem;
		background: #CCE5F7;
    background-image: none;
	}
	#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: 2rem;
	}
	#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: 2rem;
	}
	#main .apply .textUl li small {
		font-size: 1.3rem;
    line-height: 1.5;
	}
  #main .apply .textUl li p {
    padding-top: 2px;
  }
}