@charset "UTF-8";

/* 最初の画像修飾 */
.contents-area .website-title-area img {
	margin: 0 auto;
	width: 100%;
	max-width: 480px;
	border-radius: 10px;
}

/* 最初の概要紹介エリア */
.contents-area .website-text-area {
	width: 99vw;
	margin: 40px 0px;
	padding: 20px 20px;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	background-color: #efefef;
	/* 中央に配置 */
	box-sizing: border-box;
}

.website-explain-box {
	display: flex;
	justify-content: center;
	gap: 40px;
	margin: 0 auto;
	max-width: 1200px;
}

/* 最初のページ紹介エリア 画像ブロック */
.contents-area .website-text-area .website-explain-box .website-img-box {
	width: 100%;
	max-width: calc(45% - 20px);
	position: relative;
	overflow: hidden;
	aspect-ratio: 16/9;
}

/* 最初のページ紹介エリア テキストブロック */
.contents-area .website-text-area .website-explain-box .website-text-box {
	width: 100%;
	max-width: calc(55% - 20px);
	text-align: left;
}

/* 最初のページ紹介エリア 画像ブロックの画像修飾 */
.contents-area .website-text-area .website-explain-box .website-img-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 100% 14%;
}

/* 最初のページ紹介エリア h3 */
.contents-area .website-text-area .website-explain-box .website-text-box h3 {
	margin: 0px 0px 20px;
	color: #221815;
	font-size: clamp(1.2em, 2vw, 1.4em);
	font-weight: 600;
	letter-spacing: 0.1em;
	text-align: left;
}

/* 最初のページ紹介エリア p */
.contents-area .website-text-area .website-explain-box .website-text-box p {
	letter-spacing: 0.1em;
	color: #000000;
	margin-bottom: 5px;
	text-align: left;
}


.website-area h3 {
	margin: 0px 0px 40px;
	font-size: 32px;
	color: #221815;
	letter-spacing: 0.1em;
	font-weight: 400;
}

.website-area p {
	color: #000000;
	margin: 0px 0px 15px;
}

/* ほほえみ実績画像エリア */
.website-area .website-achieve-area {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 12px;
	margin: 40px 0px;
}

.website-area .website-achieve-area .website-achieve-item {
	width: calc(25% - 12px);
}

.website-area .website-record-title {
	margin: 60px 0px;
	color: #0a4d8c;
	letter-spacing: 0.1em;
}

.website-area .bold-font {
	font-weight: 600;
}

/* キッズクラブアピールポイントエリア h3修飾 */
.contents-area .website-appeal-point-area {
	text-align: left;
	padding: 40px 0px;
	/* 背景色（必要に応じて変更） */
}

/* キッズクラブアピールポイントエリア h3修飾 */
.website-appeal-point-area {
}


.website-appeal-point-area .website-appeal-point-text {
	max-width: 900px;
	text-align: left;
}

.website-appeal-point-area .website-appeal-point-title img {
	width: 100%;
}

.website-appeal-point-box {
	display: flex;
	align-items: start;
	justify-content: center;
	gap: 30px;
	/* 画像とテキストの間隔 */
	flex-wrap: wrap;
	/* スマホ対応 */
}

.website-appeal-point-area:nth-child(even) .website-appeal-point-box {
	flex-direction: row-reverse;
}

.website-appeal-point-box .website-appeal-point-item {
	width: 100%;
}

/* 画像用の最大width設定 */
.website-appeal-point-box .website-appeal-point-img-item.website-appeal-point-item {
	max-width: calc(40% - 15px);
}

/* テキスト用の最大width設定 */
.website-appeal-point-box .website-appeal-point-text-item.website-appeal-point-item {
	max-width: calc(60% - 15px);
}

.website-appeal-point-item img {
	width: 100%;
	object-fit: cover;
	border-radius: 8px;
	/* 画像の角を丸く */
}

.website-appeal-point-item h3 {
	font-size: clamp(1.2em, 2vw, 1.4em);
	font-weight: bold;
	margin: 0px 0px 20px;
	color: #221815;
}

.website-area .website-appeal-point-area .hohoemi-achieve-img-box {
	margin: 30px 0px;
}

.website-appeal-point-item p {
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 1.8;
	color: #333;
}

/* 最初の概要紹介エリア */
.contents-area .hohoemi-website-appeal-point-area {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 30px 0px;
	padding: 60px 20px;
	width: 99vw;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	background-color: #E4F6FF;
	box-sizing: border-box;
}

.hohoemi-website-appeal-point-area .website-appeal-point-text {
	max-width: 900px;
	text-align: center;
}

.hohoemi-website-appeal-point-area .website-appeal-point-title {
	width: 100%;
	max-width: 480px;
	margin-bottom: 30px;
}

.hohoemi-website-appeal-point-area .website-appeal-point-title img {
	width: 100%;
}

/* ほほえみ実績ボックス */
.hohoemi-achieve-box {
	margin: 0px 0px;
	padding: 30px 120px;
	background-color: #ffffff;
	border-radius: 12px;
	text-align: center;
}

.hohoemi-achieve-box h3 {
	margin: 10px 0px 30px;
	color: #e63773;
	font-weight: 600;
}

.hohoemi-achieve-box a {
	display: inline-block;
	padding: 12px 50px 14px;
	background: #e63773;
	box-shadow: 1px 1px 5px #AAA;
	color: #FFF;
	font-size: 18px;
	border-radius: 100px;
	font-weight: bold;
	text-decoration: none;
}


.other-website-appeal-point-area {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	gap: 40px;
	justify-content: center;
	padding: 0px 10px 0px;
}

.other-website-appeal-point-area h3 {
	display: flex;
	justify-content: left;
	align-items: center;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 20px;
	color: #4d4d4d;
}

.other-website-appeal-point-area h3 i {
	font-size: 10px;
	color: #005BAC;
	margin-right: 8px;
}

.other-website-appeal-point-div {
	border-radius: 12px;
	max-width: 500px;
	flex: 1;
	display: flex;
	flex-direction: column;
}

.other-website-appeal-point-box {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	padding: 20px;
	font-size: 15px;
	line-height: 1.8;
	color: #333;
	background-color: #e9f2f2;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
	border-radius: 12px;
	text-align: center;
	max-width: 500px;
}

.other-website-appeal-point-box h3 {
	display: flex;
	justify-content: left;
	align-items: center;
	font-size: 22px;
	font-weight: 400;
	margin-bottom: 20px;
	color: #4d4d4d;
}

.other-website-appeal-point-box h3 i {
	font-size: 10px;
	color: #005BAC;
	margin-right: 8px;
}

.other-website-appeal-point-text {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
 }

.other-website-appeal-point-box div p {
	text-align: left;
	margin-bottom: 20px;
}

.plan-detail-area {
	padding: 40px 0px 20px;
}

.plan-detail-area a {
	display: block;
	background-color: #007899;
	color: #fff;
	margin: 0px auto;
	padding: 8px 40px;
	border-radius: 30px;
	text-decoration: none;
	align-self: center;
	font-size: 0.9rem;
	font-weight: bold;
	max-width: 15em;
}

@media screen and (min-width:768px) and (max-width:1049.99px) {
	.other-website-appeal-point-area h3 {
		font-size: 16px;
	}

}

@media (max-width: 768px) {

	.website-explain-box {
		flex-direction: column;
	}

	.contents-area .website-text-area .website-explain-box .website-img-box {
		max-width: 100%;
	}

	/* 最初のページ紹介エリア テキストブロック */
	.contents-area .website-text-area .website-explain-box .website-text-box {
		max-width: 100%;
	}

	/* 画像用の最大width設定 */
	.website-appeal-point-box .website-appeal-point-img-item.website-appeal-point-item {
		max-width: 90%;
		margin: 0 auto;
	}

	/* テキスト用の最大width設定 */
	.website-appeal-point-box .website-appeal-point-text-item.website-appeal-point-item {
		max-width: 90%;
		margin: 0 auto;
	}


	.website-area h3 {
		font-size: 20px;
	}

	.hohoemi-achieve-box {
		margin: 0px 0px;
		padding: 40px 20px;
		background-color: #ffffff;
		border-radius: 12px;
		text-align: center;
	}

	.hohoemi-achieve-box h3 {
		font-size: 16px;
	}

	.hohoemi-achieve-box a {
		margin: 0px 0px;
		padding: 10px 20px;
	}


	.other-website-appeal-point-area {
		flex-direction: column;
		align-items: center;
	}

	.other-website-appeal-point-area h3 {
		font-size: 16px;
	}

	.other-website-appeal-point-box {
		flex: 1 1 100%;
		max-width: 90%;
	}

	.website-area .website-achieve-area {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		gap: 12px;
		margin: 40px 0px;
	}

	.website-area .website-achieve-area .website-achieve-item {
		width: calc(50% - 6px);
	}
	
}