@charset "utf-8";
/*==================================================
	【サブ】ページ固有のスタイル
==================================================*/
#education .careerladder::after {
	content: "CAREER LADDER";
}
#education .careerladder h3.sub {
	margin-bottom: 60px;
}
#education .careerladder h3.sub::after {
	width: 880px;
}
#education .careerladder .box .txt {
	width: 70%;
	line-height : 34px;
}
#education .careerladder .img_box {
	background: #fff;
	width: 940px;
	padding: 50px;
	margin: 50px auto 0;
}
#education .certified_nurse h3.sub {
	border-bottom: 3px solid #f7f7f7;
}
#education .certified_nurse h3.sub::after {
	width: 910px;
}
#education .certified_nurse .certified_box .box:not(:last-of-type) {
	margin-bottom: 50px;
}
#education .certified_nurse .certified_box .box .icon_box {
	justify-content: flex-start;
	margin-bottom: 20px;
}
#education .certified_nurse .certified_box .box .icon_box .icon {
	background: #fff;
	border: 5px solid #f9f4a7;
	border-radius: 50%;
	width: 140px;
	height: 140px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 20px;
}
#education .certified_nurse .certified_box .box .icon_box dl {
	line-height : 34px;
	width: calc(100% - 160px);
}
#education .certified_nurse .certified_box .box .icon_box dt .waku span {
	background: #f9f4a7;
	padding: 5px 10px;
	margin-right: 1em;
}
#education .certified_nurse .certified_box .box .icon_box dd {
	font-size : 26px;
	line-height : 40px;
}
#education .certified_nurse .certified_box .box .icon_box dd span {
	color: #f5a20e;
}
#education .certified_nurse .certified_box .box .txt_box {
	background: #f7f7f7;
	border-radius: 25px;
	padding: 25px 35px;
	box-sizing: border-box;
	line-height : 34px;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
}
@media only screen and (max-width: 768px) and (min-width: 641px){ /* タブレットのみ */
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#education .careerladder h3.sub {
		margin-bottom: 30px;
	}
	#education .careerladder h3.sub::after {
		width: 61%;
	}
	#education .careerladder .box .img {
		width: 100%;
		text-align: center;
	}
	#education .careerladder .box .img img{
		width: 250px;
	}
	#education .careerladder .box .txt {
		width: 100%;
		margin-top: 20px;
		font-size: 110%;
		line-height: 1.8em;
	}
	#education .careerladder .img_box {
		background: #fff;
		width: 100%;
		padding: 15px;
		margin: 30px auto 0;
	}
	#education .certified_nurse h3.sub::after {
		width: 66%;
	}
	#education .certified_nurse .certified_box .box .icon_box .icon {
		width: 100px;
		height: 100px;
		border: 3px solid #f9f4a7;
	}
	#education .certified_nurse .certified_box .box .icon_box .icon img {
		width: 40%;
	}
	#education .certified_nurse .certified_box .box .icon_box dl {
		font-size: 110%;
		line-height: 1.8em;
		width: calc(100% - 125px);
	}
	#education .certified_nurse .certified_box .box .icon_box dd {
		font-size: 115%;
		line-height: 1.8em;
	}
	#education .certified_nurse .certified_box .box .txt_box {
		padding: 15px;
		font-size: 100%;
		line-height: 1.8em;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#education .careerladder::after {
		font-size: 25px;
	}
	#education h3.sub {
		font-size: 5vw;
	}
	#education .careerladder h3.sub::after {
		width: 90%;
	}
	#education .certified_nurse h3.sub::after {
		width: 95%;
	}
	#education .certified_nurse .certified_box .box .icon_box {
		flex-direction: column;
	}
	#education .certified_nurse .certified_box .box .icon_box .icon {
		margin: 0 auto 20px;
	}
	#education .certified_nurse .certified_box .box .icon_box dl {
		width: 100%;
	}
	#education .certified_nurse .certified_box .box .icon_box dd {
		font-size: 100%;
	}
}
	@media only screen and (max-width: 320px) {
		#education .careerladder::after {
			font-size: 20px;
		}
	}