@charset "utf-8";
/*==================================================
	【キッズキャリア探究講座】ページ固有のスタイル
==================================================*/
#kids_career .txt {
	line-height : 25px;
	font-size: 98%;
}
#kids_career .career_msg .waku {
	font-size : 36px;
	font-weight: 600;
	padding: 0 35px;
	background: rgba(252,243,0,0.6);
	display: inline-block;
}
#kids_career .career_msg .box {
	border: 5px solid #e61f22;
	border-radius: 30px;
	padding: 5px;
}
#kids_career .career_msg .box .in {
	border: 1px solid #e61f22;
	border-radius: 25px;
	padding: 30px 40px;
	align-items: center;
}
#kids_career .career_msg .box .in .txt_box {
	width: 650px;
}
#kids_career .career_msg .box .in .txt_box .ttl {
	font-weight : bold;
	font-size : 50px;
	line-height : 74px;
	margin-bottom: 30px;
}
#kids_career .career_msg .box .in .txt_box .ttl .fs {
	font-size: 26px;
}
#kids_career .career_msg .box .in .txt_box .ttl .red {
	font-size : 55px;
}
#kids_career .career_msg .box .in .img_box {
	width: 305px;
}
#kids_career .career_msg .box .in .img_box img {
	border-radius: 30px;
}
#kids_career .career_msg .career_skills h3.sub {
	font-size : 70px;
	font-weight: bold;
}
#kids_career .career_msg .career_skills .txt_b {
	font-size : 20px;
	line-height : 38px;
	font-weight: 600;
}
#kids_career .career_msg .skills_contents dl {
	border: 5px solid #33c892;
	width: 350px;
	height: 350px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: relative;
}
#kids_career .career_msg .skills_contents dl:nth-of-type(2) {
	border: 5px solid #2ea7e0;
}
#kids_career .career_msg .skills_contents dl::before {
	content: "";
	background: url("../img/kids-career/ico01.png")no-repeat top center/25%;
	width: 100%;
	height: 100%;
	position: absolute;
	top: -10%;
	left: 50%;
	transform: translateX(-50%);
}
#kids_career .career_msg .skills_contents dl:nth-of-type(2)::before {
	background: url("../img/kids-career/ico02.png")no-repeat top center/20%;
	top: -8%;
}
#kids_career .career_msg .skills_contents dl:nth-of-type(3)::before {
	background: url("../img/kids-career/ico03.png")no-repeat top center/30%;
	top: -6%;
}
#kids_career .career_msg .skills_contents dt {
	font-size : 35px;
	line-height : 50.99px;
	color : #E61F22;
	text-align: center;
	font-weight: bold;
	margin-bottom: 20px;
}
#kids_career .career_msg .skills_contents dd {
	font-size : 98%;
	line-height : 25px;
	text-align: center;
	max-width: 290px;
}
#kids_career .career_point .box:not(:last-of-type) {
	margin-bottom: 80px;
}
#kids_career .career_point .box .txt_box {
	width: 705px;
}
#kids_career .career_point .box .txt_box dl {
	display: flex;
	margin-bottom: 50px;
}
#kids_career .career_point .box .txt_box dt {
	background: #33c892;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	flex-direction: column;
	font-size : 20px;
	color : #FFFFFF;
	line-height: 1.8em;
	transform: rotate(-20deg);
	margin-right: 1em;
}
#kids_career .career_point .box:nth-of-type(2) .txt_box dt {
	background: #2ea7e0;
}
#kids_career .career_point .box .txt_box dt .num {
	font-size : 50px;
}
#kids_career .career_point .box .txt_box dt::before {
	content: "";
	background: url("../img/star.png") no-repeat center/100%;
	width: 26px;
	height: 22px;
	position: absolute;
	top: 20px;
	left: -5px;
}
#kids_career .career_point .box .txt_box dd .line {
	font-weight : bold;
	font-size : 47px;
	line-height : 72.4px;
	color : #33C892;
	background: linear-gradient(transparent 70%, rgba(252,243,0,0.6) 70%);
}
#kids_career .career_point .box:nth-of-type(2) .txt_box dd .line {
	color : #2ea7e0;
}
#kids_career .career_point .box .img_box {
	width: 340px;
}
#kids_career .career_point .box .img_box img {
	border-radius: 30px;
}
@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) {  /* タブレット以下 */
	#kids_career  .txt {
		line-height: 1.8em;
	}
	#kids_career .career_msg .waku {
		font-size: 25px;
	}
	#kids_career .career_msg .box .in {
		padding: 15px 20px;
	}
	#kids_career .career_msg .box .in .txt_box .ttl {
		font-size: 25px;
		line-height: 1.8em;
		margin-bottom: 20px;
	}
	#kids_career .career_msg .box .in .txt_box .ttl .red {
		font-size: 30px;
	}
	#kids_career .career_msg .box .in .img_box {
		width: 50%;
		margin: 0 auto 20px;
	}
	#kids_career .career_msg .career_skills h3.sub {
		font-size: 30px;
	}
	#kids_career .career_msg .career_skills .txt_b {
		font-size: 115%;
		line-height: 1.8em;
		text-align: left;
	}
	#kids_career .career_msg .career_skills .txt {
		text-align: left;
	}
	#kids_career .career_msg .skills_contents {
		justify-content: center;
		gap: 50px 5px;
	}
	#kids_career .career_msg .skills_contents dl {
		width: 200px;
		height: 200px;
	}
	#kids_career .career_msg .skills_contents dt {
		font-size: 20px;
		line-height: 1.2em;
		margin-bottom: 10px;
	}
	#kids_career .career_msg .skills_contents dd {
		font-size: 80%;
		line-height: 1.5em;
		max-width: 160px;
	}
	#kids_career .career_point .box:not(:last-of-type) {
		margin-bottom: 30px;
	}
	#kids_career .career_point .box .txt_box dl {
		margin-bottom: 20px;
	}
	#kids_career .career_point .box .txt_box dt {
		width: 90px;
		height: 90px;
		font-size: 115%;
	}
	#kids_career .career_point .box .txt_box dt::before {
		width: 20px;
		top: 10px;
		left: -5px;
	}
	#kids_career .career_point .box .txt_box dt .num {
		font-size: 35px;
	}
	#kids_career .career_point .box .txt_box dd .line {
		font-size: 25px;
		line-height: 1.8em;
	}
	#kids_career .career_point .box .img_box {
		margin: 0 auto 20px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
		#kids_career .career_msg .career_img {
		width: 80%;
			margin: 0 auto;
	}
	#kids_career .career_msg .waku {
		font-size: 20px;
	}
	#kids_career .career_msg .box {
		padding: 3px;
	}
	#kids_career .career_msg .box .in {
		padding: 10px 15px;
	}
	#kids_career .career_msg .box .in .img_box {
		width: 80%;
		margin: 0 auto 10px;
	}
	#kids_career .career_msg .box .in .txt_box .ttl {
		font-size: 125%;
		margin-bottom: 10px;
	}
	#kids_career .career_msg .box .in .txt_box .ttl .red {
		font-size: 20px;
	}
	#kids_career .career_msg .career_skills h3.sub {
		font-size: 25px;
	}
	#kids_career .career_msg .career_skills .txt_b {
		font-size: 110%;
	}
	#kids_career .career_msg .skills_contents dl {
		width: 250px;
		height: 250px;
	}
	#kids_career .career_msg .skills_contents dt {
		line-height: 1.5em;
	}
	#kids_career .career_msg .skills_contents dd {
		font-size: 98%;
		max-width: 200px;
	}
	#kids_career .career_msg .box .in .txt_box .ttl .fs {
		font-size: 65%;
	}
	#kids_career .career_msg .skills_contents {
		flex-direction: column;
		gap: 30px 5px;
	}
	#kids_career .career_msg .skills_contents dl {
		margin: 0 auto;
	}
	#kids_career .career_point .box .txt_box {
		width: 100%;
	}
	#kids_career .career_point .box .txt_box dl {
		align-items: center;
	}
	#kids_career .career_point .box .txt_box dd {
		width: calc(100% - 105px);
	}
	#kids_career .career_point .box .txt_box dd .line {
		font-size: 125%;
	}
	#kids_career .career_point .box .img_box {
		width: 80%;
	}
}