@charset "utf-8";


/*--------------------------------------------------------------------
メイン
--------------------------------------------------------------------*/
.main_hoiku {
	width: 100%;
	overflow: hidden;
	background: #f4f9fc;
}
.main_house {
	width: 100%;
	overflow: hidden;
	background: #67c6ef;
}
.main_navi {
	width: 100%;
	overflow: hidden;
	background: #91df91;
}
/*--------------------------------------------------------------------
共通
--------------------------------------------------------------------*/
.item_page {
	width: 90%;
	margin: 0 auto;
	margin-top: 1em;
	margin-bottom: 1em;
	font-size: 80%;
}
.ip_w {
	color: #fff;
}
.lineupmain img {
	width: 100%;
}
.flyer_box {
	padding-bottom: 7%;
}
.flyer_box img {
	padding-top: 5%;
}

/* ------ */


/*--------------------------------------------------------------------
保育・幼児教育
--------------------------------------------------------------------*/
.hoiku_flex {
	display: flex;
	justify-content: space-between;
}
.hoiku_box {
	width: 48%;
	margin-top: 3em;
}
.hb_h2 {
	position: relative;
	display: inline-block;
	padding: 0.3em 0;
	width: 100%;
	color: #fff;
	text-align: center;
	margin-bottom: 2em;
}
.hbh_p {
	background: #ff317c;
}
.hbh_o {
	background: #ff9a29;
}
.hbh_p:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #ff317c;
}
.hbh_o:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #ff9a29;
}

.product_box {
	display: inline-block;
	width: 100%;
	background: #fff;
	border-radius: 20px;
	box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.2);
	transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.product_box:hover {
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
	transform: translateY(-5px); /* 少し浮かせる */
}

.pb_house {
	background: #67c6ef;
	border-radius: 20px 20px 0 0;
	padding: 1.5em 1em;
	color: #fff;
	text-align: center;
	font-weight: 500;
}
.pb_navi {
	background: #91df91;
	border-radius: 20px 20px 0 0;
	padding: 1.5em 1em;
	color: #fff;
	text-align: center;
	font-weight: 500;
}
.product_box h2 {
	font-size: 150%;
	font-weight: 800;
	margin-bottom: 1em;
}
.product_box span {
	display: inline-block;
	margin-top: 0.8em;
	font-size: 115%;
	background: #fff;
	color: #1064b0;
	font-weight: 600;
	padding: 0.5em 0.8em;
	border-radius: 50px;
}
.pb_under {
	text-align: center;
}
.pb_under img {
	border-radius: 0 0 20px 20px;
}


/*--------------------------------------------------------------------
一般事業法人
--------------------------------------------------------------------*/
.hojinh3 {
	position: relative;
	display: inline-block;
	padding: 1.5rem 3rem 1.5rem 3rem;
	color: #fff;
	border-radius: 100vh 0 0 100vh;
	background: #1064b0;
	margin-top: 3em;
}
.hojinh3:before {
	position: absolute;
	top: calc(50%);
	left: 10px;
	width: 14px;
	height: 14px;
	content: '';
	border-radius: 50%;
	background: #f4f9fc;
}
.hojin-item {
	display: flex;
	justify-content: space-around;
	margin-top: 2em;
}
.hojin-item-naka {
	width: 50%;
}
.hojin-item-naka h3 {
	font-size: 120%;
	color: #1064b0;
}
.hojin-item-naka p {
	padding-left: 1.2em;
	margin-bottom: 1em;
}

.hojin-photo {
	background-image: url("../images/hojin02.png");
	background-repeat: no-repeat;
	background-position: right;
	min-height: 280px;
	border-radius: 10px;
}


/*--------------------------------------------------------------------
お問い合わせ
--------------------------------------------------------------------*/
.contact_box {
	background: #fff;
	padding: 3em 4em;
	border-radius: 20px;
	text-align: center;
}
.contact_box span {
	font-weight: 800;
}
.contact_box a {
	font-size: 200%;
}
.contact_notes {
	margin-top: 3em;
	text-align: left;
}
.contact_notes p {
	font-size: 90%;
}
.contact_notes span {
	font-weight: 800;
	color: #ff4f5e;
}


/*--------------------------------------------------*/

/* ▼表示領域が960px未満の場合 */
@media screen and (max-width: 959px) {

}
/* ▼表示領域が800px未満の場合 */
@media screen and (max-width: 799px) {
   .hojinh3 { padding:1rem 1.5rem 1rem 3rem; }
   .hojin-item { flex-direction:column; }
   .hojin-item-naka { width:100%; }
   .hojin-photo { text-align:center; background-position:50px right; min-height:210px; margin-top:1em; }
}
/* ▼表示領域が700px未満の場合 */
@media screen and (max-width: 699px) {
   .hoiku_flex { flex-direction:column; }
   .hoiku_box { width:100%; margin-top:4em; }
   .pb_under img { max-height:180px; }

   .contact_box { padding:3em 1.5em; }
}
/* ▼表示領域が600px未満の場合 */
@media screen and (max-width: 599px) {
}
/* ▼表示領域が400px未満の場合 */
@media screen and (max-width: 399px) {
}

