@charset "UTF-8";

/* *******************************************************************************************
* 
*	キッズデザイン
*
******************************************************************************************* */

/* ----------------------------- ヘッダー ----------------------------- */

.kids_header{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 369px;
	text-align: center;
	background: url(../img/img_main.jpg) center center no-repeat;
	background-size: cover;
}
.kids_header_inner{
	width: 1024px;
	text-align: center;
}
.kids_header_logo{
	margin: 0 auto 39px auto;
	width: 220px;
}
.kids_header_ttl{
	color: #124a97;
	font-size: 26px;
	line-height: 40px;
}

@media screen and (max-width : 768px){
	.kids_header{
		height: 335px;
		background: url(../img/img_main_sp.jpg) center center no-repeat;
		background-size: cover;
	}
	.kids_header_inner{
		width: 100%;
	}
	.kids_header_logo{
		margin: 0 auto 34px auto;
		width: 168px;
	}
	.kids_header_ttl{
		font-size: 19px;
		line-height: 29px;
	}
}

/* ----------------------------- コンテンツ ----------------------------- */

.kids_top .inner{
	margin: 0 auto;
	padding: 100px 0 0 0;
	width: 1024px;
}
.kids_top_lead{
	display: flex;
	margin-bottom: 52px;
}
.kids_top_lead_logo{
	width: 300px;
}
.kids_top_lead_txt{
	padding-top: 9px;
	padding-left: 40px;
	width: calc(100% - 300px);
	font-size: 24px;
	line-height: 42px;
	box-sizing: border-box;
}
.kids_top_txt{
	margin-bottom: 92px;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
}
.kids_top_section{
	margin-bottom: 120px;
}
.kids_top_section_ttl{
	position: relative;
	margin-bottom: 50px;
	padding-bottom: 17px;
	color: #124a97;
	font-size: 28px;
	line-height: 42px;
	text-align: center;
	letter-spacing: 0.1em;
}
.kids_top_section_ttl:after{
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 40px;
	height: 4px;
	background: #124a97;
}
.kids_top_design{
	display: flex;
	margin-bottom: 40px;
}
.kids_top_design_img{
	width: 403px;
}
.kids_top_design_info{
	padding-left: 50px;
	width: calc(100% - 403px);
	box-sizing: border-box;
}
.kids_top_design_info_item{
	position: relative;
	margin-bottom: 24px;
	padding-bottom: 35px;
	text-align: center;
}
.kids_top_design_info_item:last-child{
	margin-bottom: 0;
	padding-bottom: 0;
}
.kids_top_design_info_item:after{
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 26px;
	height: 15px;
	background: url(../img/icon_arrow_step.png) center bottom no-repeat;
	background-size: 26px auto;
}
.kids_top_design_info_item:last-child:after{
	content: none;
}
.kids_top_design_info_item_label{
	display: inline-block;
	margin-bottom: 10px;
	padding: 0 20px;
	color: #fff;
	font-size: 19px;
	line-height: 40px;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.05em;
	border-radius: 20px;
}
.kids_top_design_info_item_label.color-1{
	background: #e96087;
}
.kids_top_design_info_item_label.color-2{
	background: #f5aa00;
}
.kids_top_design_info_item_label.color-3{
	background: #004da0;
}
.kids_top_design_info_item_ttl{
	margin-bottom: 5px;
	font-size: 17px;
	line-height: 27px;
	font-weight: 700;
}
.kids_top_design_info_item_ttl.color-1{
	color: #e96087;
}
.kids_top_design_info_item_ttl.color-2{
	color: #f5aa00;
}
.kids_top_design_info_item_ttl.color-3{
	color: #004da0;
}
.kids_top_design_info_item_txt{
	font-size: 14px;
	line-height: 24px;
}
.kids_top_designImg{
	margin: 0 auto;
	width: 527px;
}
.kids_top_social{
	display: flex;
	align-items: center;
	padding: 0 100px;
}
.kids_top_social_img{
	width: 419px;
}
.kids_top_social_info{
	padding-left: 40px;
	width: calc(100% - 419px);
	font-size: 14px;
	line-height: 24px;
	box-sizing: border-box;
}
.kids_idea{
	background: #f0ebe1;
}
.kids_idea .inner{
	margin: 0 auto;
	padding: 93px 0 100px 0;
	width: 1024px;
}
.kids_idea_ttl{
	position: relative;
	margin-bottom: 50px;
	padding-bottom: 17px;
	color: #124a97;
	font-size: 28px;
	line-height: 42px;
	text-align: center;
	letter-spacing: 0.05em;
}
.kids_idea_ttl:after{
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 40px;
	height: 4px;
	background: #124a97;
}
.kids_idea_section{
	margin-bottom: 60px;
}
.kids_idea_section:last-child{
	margin-bottom: 0;
}
.kids_idea_section_ttl{
	margin-bottom: 10px;
	padding: 0 15px;
	color: #fff;
	font-size: 18px;
	line-height: 32px;
	font-weight: 700;
	letter-spacing: 0.1em;
	background: #007d42;
}
.kids_idea_section_txt{
	margin-bottom: 12px;
	color: #007d42;
	font-size: 20px;
	line-height: 36px;
	font-weight: 700;
	letter-spacing: 0.1em;
}
.kids_btm{
	margin: 0 auto;
	padding: 120px 0 111px 0;
	width: 1024px;
}
.kids_btm_award{
	display: flex;
	align-items: center;
	margin-bottom: 47px;
	padding: 0 135px;
}
.kids_btm_award_img{
	width: 300px;
}
.kids_btm_award_info{
	padding-left: 40px;
	width: calc(100% - 300px);
	font-size: 24px;
	line-height: 42px;
	letter-spacing: 0.02em;
	box-sizing: border-box;
}
.kids_btm_award_info strong{
	font-size: 34px;
}
.kids_btm_txt{
	font-size: 24px;
	line-height: 42px;
	letter-spacing: 0.02em;
	text-align: center;
}

@media screen and (max-width : 768px){
	.kids_top .inner{
		padding: 70px 18px 0 18px;
		width: 100%;
		box-sizing: border-box;
	}
	.kids_top_lead{
		display: block;
		margin-bottom: 24px;
	}
	.kids_top_lead_logo{
		margin: 0 auto 29px auto;
		width: 277px;
	}
	.kids_top_lead_txt{
		padding-top: 0;
		padding-left: 0;
		width: 100%;
		font-size: 18px;
		line-height: 30px;
		text-align: center;
	}
	.kids_top_txt{
		margin-bottom: 65px;
		font-size: 14px;
		line-height: 24px;
		text-align: left;
		text-align: justify;
		text-justify: inter-ideograph;
	}
	.kids_top_section{
		margin-bottom: 65px;
	}
	.kids_top_section_ttl{
		margin-bottom: 35px;
		padding-bottom: 20px;
		font-size: 23px;
		line-height: 32px;
		letter-spacing: 0.1em;
	}
	.kids_top_section_ttl:after{
		width: 36px;
		height: 3px;
	}
	.kids_top_design{
		display: block;
		margin-bottom: 30px;
	}
	.kids_top_design_img{
		margin: 0 auto 35px auto;
		width: 270px;
	}
	.kids_top_design_info{
		padding-left: 0;
		width: 100%;
	}
	.kids_top_design_info_item{
		margin-bottom: 25px;
		padding-bottom: 40px;
	}
	.kids_top_design_info_item:last-child{
		margin-bottom: 0;
		padding-bottom: 0;
	}
	.kids_top_design_info_item:after{
		width: 38px;
		height: 21px;
		background: url(../img/icon_arrow_step_sp.png) center bottom no-repeat;
		background-size: 38px auto;
	}
	.kids_top_design_info_item_label.color-3{
		letter-spacing: 0;
	}
	.kids_top_design_info_item_ttl{
		margin-bottom: 10px;
	}
	.kids_top_design_info_item_txt{
		text-align: left;
		text-align: justify;
		text-justify: inter-ideograph;
	}
	.kids_top_designImg{
		width: 100%;
		max-width: 339px;
	}
	.kids_top_social{
		display: block;
		padding: 0;
	}
	.kids_top_social_img{
		margin: 0 auto 27px auto;
		width: 100%;
		max-width: 339px;
	}
	.kids_top_social_info{
		padding-left: 0;
		width: 100%;
		text-align: justify;
		text-justify: inter-ideograph;
	}
	.kids_idea .inner{
		padding: 55px 0 35px 0;
		width: 100%;
	}
	.kids_idea_ttl{
		margin-bottom: 35px;
		padding-bottom: 20px;
		font-size: 23px;
		line-height: 32px;
	}
	.kids_idea_ttl:after{
		width: 36px;
		height: 3px;
	}
	.kids_idea_section{
		margin-bottom: 2px;
	}
	.kids_idea_section_bar{
		position: relative;
		padding: 0 20px;
		color: #fff;
		font-size: 23px;
		line-height: 50px;
		font-weight: 700;
		letter-spacing: 0.05em;
		background: #007d42;
	}
	.kids_idea_section_bar:after{
		position: absolute;
		content: '';
		top: 0;
		right: 18px;
		width: 14px;
		height: 100%;
		background: url(../img/icon_arrow_down.png) 0 center no-repeat;
		background-size: 14px auto;
	}
	.kids_idea_section_bar.active:after{
		background: url(../img/icon_arrow_up.png) 0 center no-repeat;
		background-size: 14px auto;
	}
	.kids_idea_section_contents{
		display: none;
		padding: 20px 18px 23px 18px;
	}
	.kids_idea_section_txt{
		margin-bottom: 15px;
		color: #007d42;
		font-size: 24px;
		line-height: 34px;
		font-weight: 700;
		letter-spacing: 0.1em;
	}
	.kids_btm{
		padding: 64px 0;
		width: 100%;
	}
	.kids_btm_award{
		display: block;
		margin-bottom: 35px;
		padding: 0;
	}
	.kids_btm_award_info{
		margin-bottom: 18px;
		padding-left: 0;
		width: 100%;
		font-size: 18px;
		line-height: 30px;
		letter-spacing: 0.02em;
		text-align: center;
	}
	.kids_btm_award_info strong{
		font-size: 26px;
	}
	.kids_btm_award_img{
		margin: 0 auto;
		width: 275px;
	}
	.kids_btm_txt{
		font-size: 18px;
		line-height: 30px;
		letter-spacing: 0.04em;
	}
}










