@charset "utf-8";
/* CSS Document */

.メインタイトル----------{}

#slide_area {
	position: relative;
}
#main_title {
	position: absolute;
	z-index: 5;
	right: 0;
	left: 0;
	margin: 0 auto;
	bottom: -200px;
}

. スペース----------{}
.margin_01{
	margin-bottom: 10rem
}
.margin_02{
	margin-bottom: 3rem
}
.margin_03{
	margin-bottom: 6rem
}

.本文----------{}
#moeshiro{
	margin-top: 260px;
}


.wrap_concept{
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	text-align: justify;
}
.txt_concept{
	font-size: 2rem;
	line-height: 1.9;
	margin-left: 8rem;
	margin-right: 8rem;
}
.bold{
	font-weight: bold;
}
.caption{
	width: 620px;
	font-size: 1.7rem;
	line-height: 1.8;
	text-align: justify;
	margin-right: auto;
	margin-left: auto;
}
.caption02{
	font-size: 1.7rem;
	line-height: 1.8;
	text-align: center;
}
#moeshiro h2 {
	position: relative;
	display: inline-block;
	font-size: 3rem;
	font-weight: bold;
	letter-spacing: 0.1rem;
	padding-top: 4.5rem;
	margin-bottom: 4.5rem;
	margin-left: 8rem;
	margin-right: 8rem;
}
#moeshiro h2:before {
	content: '';
	position: absolute;
	display: inline-block;
	width: 140px;
	height: 1px;
	background-color: black;
	top: 0px;
}



.写真----------{}

.photo_area {
	width: 100%;
	display: flex;
}

.photo01 img {
	width: 470px;
	aspect-ratio: 3 / 2;
}
.photo02 {
	width: 500px;
	height: 330px;
	object-fit: cover;
	float: left;
}
.photo03 {
	width: 440px;
	height: 660px;
	object-fit: cover;
	float: right;
}

.photo_part {
	width: 100%;
	height: 400px;
	object-fit: cover;
	 object-position: 0px -340px;
}

.事例　くすのき保育園----------{}


#ex_title {
	position: relative;
}
#ex_title_txt_area {
	position: absolute;
	left: 0px;
	top: 10px;
}

#ex_title img {
	width: 600px;
	aspect-ratio: 3/2;
	object-fit: cover;
	float: right;
}

#ex_title_en {
	font-size: 4.2rem;
	font-style: italic;
	letter-spacing: 0.3rem;
	color: #c9c9c9;
	line-height: 1;
	text-align: left;
	padding-bottom: 20px;
}

#ex_title_jp {
	font-size: 6.0rem;
	line-height: 1.3;
	text-align: left;
	padding-bottom: 20px;
	font-weight: bold;
}

#ex_title_place {
	font-size: 2.4rem;
	line-height: 1;
	text-align: left;
}
