@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main .h2Ttl {
	margin-bottom: 8.7rem;
	font-size: 4.5rem;
	letter-spacing: 0.08em;
	font-weight: 900;
	color: #fff;
	text-align: center;
	font-feature-settings: "palt";
}
#main .h2Ttl .en {
	display: block;
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: 0.02em;
}
#main .h3Ttl {
	margin-bottom: 0.8rem;
	font-size: 2.5rem;
	font-weight: 900;
	letter-spacing: 0.06em;
	color: #fff;
}
#main .h3Ttl .imgSpan {
	display: inline-block;
	margin: 0.3rem 1rem 0 0;
	flex-shrink: 0;
}
#main .h3Ttl .imgSpan img {
	width: auto;
	max-height: 3.1rem;
}
#main .h3Ttl:has(.imgSpan) {
	display: flex;
}
#main .h3Ttl small {
	font-size: 1.5rem;
}
#main p {
	text-align: justify;
	margin-bottom: 5rem;
	color: #fff;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.875;
	font-feature-settings: "palt";
}
#main p:last-child {
	margin-bottom: 0;
}
#main .whiteBox {
	margin-bottom: 10rem;
	overflow: hidden;
	border-radius: 3rem;
	background-color: #fff;
}
#main .whiteBox:last-child {
	margin-bottom: 0;
}
#main .whiteBox .bigPhoto img {
	width: 100%;
}
#main .whiteBox .inner {
	padding: 4.4rem 5rem 4.8rem;
}
#main .hTtl {
	margin-bottom: 0.8rem;
	font-size: 2rem;
	font-weight: 900;
	letter-spacing: 0.06em;
	color: #36A1D1;
	padding-bottom: 1rem;
	padding-left: 3rem;
	border-bottom: 1px dashed #CCCCCC;
	background: url(../img/recruit/career-up/icon01.png) no-repeat left top 0.6rem;
	background-size: 1.9rem auto;
}
#main .whiteBox p {
	margin-bottom: 4.0rem;
	color: #36A1D1;
}
#main .textImg {
	margin: 0 auto;
	max-width: 55.2rem;
}
#main .career {
	margin-bottom: 30rem;
}
#main .career:last-child {
	margin-bottom: 0;
}
#main .h2Ttl2 {
	margin-bottom: 5.8rem;
}
#main .text {
	margin-bottom: 8.5rem;
}
#main .program {
	padding: 4.2rem 5rem;
	margin-bottom: 5rem;
	background-color: #fff;
	border-radius: 3rem;
}
#main .program:last-child {
	margin-bottom: 0;
}
#main .program p {
	color: #36A1D1;
}
#main .heading {
	margin-bottom: 1.8rem;
	font-size: 2.5rem;
	font-weight: 900;
	color: #36A1D1;
	padding-left: 3.8rem;
	letter-spacing: 0.06em;
	background: url(../img/recruit/career-up/icon02.png) no-repeat left top 0.8rem;
	background-size: 2.5rem auto;
}
#main .development {
	margin-bottom: 19.5rem;
}
#main .development:last-child {
	margin-bottom: 0;
}
#main .program .imgBox .photoBox {
	width: 26rem;
	margin-right: 5rem;
}
#main .program .imgBox .photoBox img {
	width: 100%;
}
#main .program .imgBox .textBox {
	flex: 1;
}
#main .program .imgBox2 {
	flex-direction: row-reverse;
}
#main .program .imgBox2 .photoBox {
	margin: 0 0 0 5rem;
}
#main .list li {
	width: fit-content;
	margin-bottom: 1rem;
	padding: 0.5rem 2rem;
	font-weight: 700;
	color: #36A1D1;
	letter-spacing: 0.04em;
	background-color: #fff;
	border-radius: 100vmax;
}
#main .list li:last-child {
	margin-bottom: 0;
}
#main .benefits p {
	line-height: 2.18;
}
#main .text2 {
	margin-bottom: 19rem;
}

@media all and (min-width: 897px) {
	#main .comBox .comLinkList .on a {
		background-color: #fff;
		color: #36A1D1;
		background-image: url(../img/common/icon36.png);
		background-size: 0.9rem auto;
	}
}

@media all and (max-width: 896px) {
	#main .h2Ttl {
		margin-bottom: 5rem;
		font-size: 3.5rem;
	}
	#main .h3Ttl {
		font-size: 2rem;
	}
	#main .whiteBox {
		margin-bottom: 6rem;
		border-radius: 2rem;
	}
	#main .whiteBox .inner {
		padding: 4rem 2rem;
	}
	#main .textImg {
		max-width: inherit;
		text-align: center;
	}
	#main .career {
		margin-bottom: 20rem;
	}
	#main .text {
		margin-bottom: 5rem;
	}
	#main .program {
		border-radius: 2rem;
		padding: 3rem 2rem;
	}
	#main .heading {
		padding-left: 3rem;
		font-size: 1.9rem;
		background-size: 2rem auto;
		background-position: left top 0.5rem;
	}
	#main .development {
		margin-bottom: 10rem;
	}
	#main .program .imgBox {
		display: block;
	}
	#main .program .imgBox .photoBox {
		width: auto;
		margin: 0 0 2rem;
	}
	#main .h3Ttl .imgSpan img {
		max-height: 2.5rem;
	}
	#main .h3Ttl small {
		display: block;
	}
}